* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0d0d0f; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 100vh; padding: 20px 16px 40px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
.tutorial-head { text-align: center; margin-bottom: 16px; }
.tutorial-head-title { color: #D6378B; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.tutorial-head-sub { color: #888; font-size: 10px; margin-top: 4px; }
.phone { width: 100%; max-width: 340px; margin: 0 auto; background: #1A1A1C; border-radius: 32px; padding: 12px; position: relative; }
.screen { background: #1A1A1C; border-radius: 24px; overflow: hidden; min-height: 560px; position: relative; }
.step-wrap { position: absolute; inset: 0; opacity: 0; transition: opacity 0.4s; pointer-events: none; display: flex; flex-direction: column; }
.step-wrap.active { opacity: 1; pointer-events: all; }
.topbar { background: #111; padding: 12px 16px 10px; display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; }
.logo { color: #fff; font-size: 15px; font-weight: 700; letter-spacing: 1px; }
.logo span { color: #D6378B; }
.nav { display: flex; justify-content: space-around; background: #111; padding: 10px 0 14px; border-top: 0.5px solid #333; flex-shrink: 0; }
.nav-item { display: flex; flex-direction: column; align-items: center; gap: 3px; color: #888; font-size: 9px; }
.nav-item.active { color: #D6378B; }
.nav-item i { font-size: 18px; }
.content { padding: 14px; flex: 1; overflow: hidden; }
.content-no-top { padding-top: 0; }
.content-center { display: flex; flex-direction: column; justify-content: center; padding-top: 20px; }
.cats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 8px; }
.cat { background: #222; border-radius: 10px; padding: 8px 4px; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #ccc; font-size: 9px; text-align: center; }
.cat i { font-size: 18px; color: #D6378B; }
.cat.highlight { background: #D6378B22; border: 1.5px solid #D6378B; }
.section-title { color: #888; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.topbar-sub { color: #888; font-size: 10px; }
.topbar-sub-f { color: #D6378B; }
.topbar-sub-success { color: #1ebb73; }
.greet-title { color: #fff; font-size: 13px; font-weight: 500; margin-bottom: 3px; }
.greet-sub { color: #888; font-size: 10px; margin-bottom: 10px; }
.spacer-30 { height: 30px; }
.form-group { margin-bottom: 8px; }
.form-label { color: #888; font-size: 10px; margin-bottom: 3px; display: block; }
.form-input { background: #222; border: 0.5px solid #444; border-radius: 8px; padding: 7px 10px; color: #fff; font-size: 11px; width: 100%; }
.form-input.filled { border-color: #D6378B44; }
.description-input { height: 42px; font-size: 10px; line-height: 1.4; }
.urgency-row { display: flex; gap: 6px; }
.urgency-btn { flex: 1; background: #222; border: 0.5px solid #444; border-radius: 6px; padding: 5px 4px; color: #888; font-size: 9px; text-align: center; }
.urgency-btn.sel { background: #D6378B22; border-color: #D6378B; color: #D6378B; }
.btn-primary { background: #D6378B; color: #fff; border: none; border-radius: 10px; padding: 10px; width: 100%; font-size: 12px; font-weight: 600; text-align: center; margin-top: 8px; cursor: pointer; }
.stats-row { display: flex; gap: 8px; margin-bottom: 10px; }
.stats-row-top { margin-top: 14px; }
.search-note { color: #888; font-size: 10px; text-align: center; margin-bottom: 10px; }
.stat-card { flex: 1; background: #222; border-radius: 10px; padding: 10px 8px; text-align: center; }
.stat-num { font-size: 22px; font-weight: 700; color: #D6378B; }
.stat-label { color: #888; font-size: 9px; margin-top: 2px; }
.presup-list { display: flex; flex-direction: column; gap: 6px; }
.presup-card { background: #222; border-radius: 10px; padding: 8px 10px; display: flex; align-items: center; gap: 8px; border: 0.5px solid #333; transform: translateY(20px); opacity: 0; transition: all 0.4s; }
.presup-card.shown { transform: translateY(0); opacity: 1; }
.presup-card.best { border-color: #D6378B; background: #D6378B11; }
.avatar { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #fff; flex-shrink: 0; }
.avatar-mr { background: #D6378B; }
.avatar-cl { background: #4A90E2; }
.avatar-jp { background: #1ebb73; }
.avatar-ra { background: #f5a623; }
.avatar-dm { background: #9B59B6; }
.flex-1 { flex: 1; }
.presup-head-row { display: flex; align-items: center; }
.score-small { color: #888; font-size: 8px; }
.presup-name { color: #fff; font-size: 10px; font-weight: 500; }
.presup-price { color: #D6378B; font-size: 12px; font-weight: 700; }
.presup-detail { color: #888; font-size: 9px; }
.stars-sm { color: #f5a623; font-size: 9px; }
.badge-best { background: #D6378B; color: #fff; font-size: 7px; padding: 2px 5px; border-radius: 4px; display: inline-block; margin-left: 4px; }
.chat-bubble { background: #222; border-radius: 12px 12px 12px 4px; padding: 7px 10px; color: #ccc; font-size: 10px; max-width: 80%; margin-bottom: 6px; }
.chat-bubble.own { background: #D6378B22; border-radius: 12px 12px 4px 12px; color: #fff; margin-left: auto; }
.rating-row { display: flex; gap: 8px; justify-content: center; margin: 8px 0; }
.star-btn { font-size: 26px; color: #444; transition: color 0.2s; cursor: pointer; user-select: none; }
.star-btn.lit { color: #f5a623; }
.finish-check { width: 52px; height: 52px; background: #1ebb7322; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 12px auto 8px; }
.finish-check i { font-size: 26px; color: #1ebb73; }
.hint-bottom { position: absolute; bottom: 56px; left: 10px; right: 10px; display: flex; align-items: flex-end; gap: 6px; z-index: 10; }
.hint-bottom-low { bottom: 10px; }
.hint-bottom .bubble { background: #D6378B; color: #fff; font-size: 10px; padding: 5px 8px; border-radius: 8px; line-height: 1.3; }
.hint-bottom i { color: #D6378B; font-size: 18px; }
.progress-bar { display: flex; gap: 4px; justify-content: center; padding: 10px 0 6px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: #333; transition: background 0.3s; }
.dot.done { background: #D6378B; }
.controls { display: flex; gap: 8px; padding: 10px 0 0; max-width: 340px; margin: 0 auto; }
.ctrl-btn { flex: 1; background: #1e1e20; border: 0.5px solid #444; border-radius: 8px; padding: 10px; color: #fff; font-size: 13px; text-align: center; cursor: pointer; }
.ctrl-btn:active { background: #2a2a2c; }
.step-label { text-align: center; color: #888; font-size: 11px; padding: 6px 0 2px; max-width: 340px; margin: 0 auto; }
@keyframes pulse { 0%,100%{opacity:1}50%{opacity:0.4} }
.searching { animation: pulse 1s infinite; color: #D6378B; font-size: 11px; text-align: center; padding: 16px 0; }
.searching i { font-size: 28px; display: block; margin-bottom: 6px; }
.row2 { display: flex; gap: 8px; }
.row2 .form-group { flex: 1; }
.register-logo { text-align: center; padding: 16px 0 12px; }
.register-logo .big { font-size: 22px; font-weight: 700; color: #fff; letter-spacing: 2px; }
.register-logo .big span { color: #D6378B; }
.register-logo .tagline { color: #888; font-size: 10px; margin-top: 4px; }
.ver-btn { background: #D6378B22; border: 1px solid #D6378B; color: #D6378B; border-radius: 10px; padding: 9px; width: 100%; font-size: 11px; font-weight: 600; text-align: center; margin-top: 6px; }
.realtime-hint { position: absolute; bottom: 60px; left: 10px; display: flex; align-items: flex-end; gap: 6px; z-index: 10; }
.realtime-bubble { background: #D6378B; color: #fff; font-size: 10px; padding: 5px 8px; border-radius: 8px; line-height: 1.3; }
.realtime-icon { color: #D6378B; font-size: 18px; }
.comment-input { background: #222; border: 0.5px solid #444; border-radius: 8px; padding: 8px 10px; color: #fff; font-size: 11px; width: 100%; height: 52px; resize: none; font-family: inherit; }
.login-switch-msg { text-align: center; color: #888; font-size: 10px; margin-top: 8px; }
.text-f { color: #D6378B; }
.btn-primary-mt8 { margin-top: 8px; }
.finish-title { color: #fff; font-size: 13px; font-weight: 600; text-align: center; margin-bottom: 4px; }
.finish-subtitle { color: #888; font-size: 10px; text-align: center; margin-bottom: 8px; }
.finish-footnote { color: #888; font-size: 10px; text-align: center; margin-top: 6px; }
