:root { --ink:#171717; --muted:#77736e; --line:#e8e4df; --paper:#fbfaf8; --accent:#7057ff; --accent2:#ff7657; --mint:#dff7e9; }
* { box-sizing:border-box; }
body { margin:0; min-height:100vh; background:var(--paper); color:var(--ink); font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Segoe UI",sans-serif; }
button,input { font:inherit; }
button { cursor:pointer; }
#app { width:min(100%, 480px); min-height:100vh; margin:0 auto; padding:24px 20px 40px; }
.brand { display:flex; align-items:center; gap:10px; font-weight:900; font-size:20px; letter-spacing:-1px; }
.brand-mark { display:grid; place-items:center; width:36px; height:36px; border-radius:12px; color:white; background:var(--ink); }
.eyebrow { margin:54px 0 10px; color:var(--accent); font-size:13px; font-weight:800; letter-spacing:.08em; }
h1 { margin:0; font-size:34px; line-height:1.13; letter-spacing:-1.6px; }
.lead { margin:14px 0 28px; color:var(--muted); font-size:16px; line-height:1.55; }
.grid { display:grid; gap:12px; }
.genre { position:relative; display:grid; grid-template-columns:48px 1fr auto; align-items:center; width:100%; padding:17px; border:1px solid var(--line); border-radius:20px; background:white; text-align:left; box-shadow:0 4px 16px rgba(28,20,16,.03); }
.genre:not(:disabled):hover { border-color:var(--accent); transform:translateY(-1px); }
.genre:disabled { opacity:.55; cursor:not-allowed; }
.genre-icon { display:grid; place-items:center; width:40px; height:40px; border-radius:13px; background:#f2efff; font-size:21px; }
.genre strong { display:block; font-size:16px; }
.genre small { display:block; margin-top:4px; color:var(--muted); line-height:1.35; }
.soon { padding:5px 8px; border-radius:999px; background:#eeeae5; color:#6c6862; font-size:9px; font-weight:900; letter-spacing:.05em; }
.arrow { color:var(--accent); font-size:20px; }
.topbar { display:flex; justify-content:space-between; align-items:center; min-height:38px; }
.back { border:0; background:none; padding:8px 0; font-weight:700; }
.step { color:var(--muted); font-size:13px; font-weight:700; }
.progress { height:5px; margin:18px 0 42px; overflow:hidden; border-radius:5px; background:#e9e5e0; }
.progress > i { display:block; height:100%; border-radius:5px; background:linear-gradient(90deg,var(--accent),#9c83ff); transition:width .25s; }
.count-row { display:flex; justify-content:center; align-items:center; gap:28px; margin:48px 0; }
.count-btn { width:54px; height:54px; border:1px solid var(--line); border-radius:18px; background:white; font-size:25px; }
.count { min-width:90px; text-align:center; font-size:56px; font-weight:900; }
.count small { display:block; margin-top:-5px; color:var(--muted); font-size:14px; font-weight:600; }
.primary { width:100%; min-height:56px; border:0; border-radius:17px; background:var(--ink); color:white; font-weight:850; }
.primary:disabled { background:#c9c5c0; cursor:not-allowed; }
.invite-card { margin:28px 0; padding:24px; border-radius:24px; background:var(--ink); color:white; }
.invite-card .people { display:flex; gap:8px; margin:22px 0; }
.avatar { display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:#373737; color:#aaa; font-size:13px; font-weight:800; }
.avatar.host { background:var(--accent); color:white; }
.linkbox { display:flex; gap:8px; margin-top:20px; }
.linkbox input { min-width:0; flex:1; border:0; border-radius:12px; padding:12px; background:#2c2c2c; color:#d6d6d6; }
.linkbox button { border:0; border-radius:12px; padding:0 14px; background:white; font-weight:800; }
.note { padding:13px 15px; border-radius:14px; background:#f1eee9; color:#6e6962; font-size:12px; line-height:1.5; }
.input { width:100%; margin:26px 0 16px; padding:18px; border:1px solid var(--line); border-radius:16px; outline:none; background:white; font-size:18px; }
.input:focus { border-color:var(--accent); box-shadow:0 0 0 3px #7057ff18; }
.question { margin-top:12px; }
.question h1 { min-height:84px; }
.options { display:grid; gap:12px; margin:34px 0; }
.option { min-height:62px; padding:0 18px; border:1px solid var(--line); border-radius:17px; background:white; text-align:left; font-weight:750; }
.option.selected { border-color:var(--accent); background:#f2efff; color:#5338e8; box-shadow:0 0 0 2px #7057ff20; }
.privacy { display:flex; gap:9px; align-items:flex-start; margin-top:18px; color:var(--muted); font-size:12px; line-height:1.45; }
.agent-stage { margin-top:34px; text-align:center; }
.agents { position:relative; height:175px; }
.agent { position:absolute; display:grid; place-items:center; width:64px; height:64px; border-radius:23px; background:white; border:1px solid var(--line); box-shadow:0 8px 30px #241c1720; font-size:26px; animation:float 1.8s ease-in-out infinite alternate; }
.agent:nth-child(1){left:20%;top:10px}.agent:nth-child(2){right:20%;top:15px;animation-delay:.3s}.agent:nth-child(3){left:42%;top:94px;animation-delay:.6s}
@keyframes float { to { transform:translateY(-9px) rotate(2deg); } }
.agent-stage h2 { margin:0 0 8px; font-size:24px; }
.dots::after { content:' '; animation:dots 1.4s steps(4,end) infinite; }
@keyframes dots { 0%{content:''}25%{content:'.'}50%{content:'..'}75%,100%{content:'...'} }
.result-badge { display:inline-flex; gap:6px; margin-top:38px; padding:7px 10px; border-radius:999px; background:var(--mint); color:#177443; font-size:11px; font-weight:900; }
.result-title { margin-top:18px; font-size:38px; }
.result-card { margin:25px 0; padding:20px; border:1px solid var(--line); border-radius:22px; background:white; }
.result-card h3 { margin:0 0 16px; }
.reason { display:flex; gap:10px; padding:12px 0; border-top:1px solid #eeeae5; color:#4e4a45; font-size:14px; line-height:1.45; }
.reason:first-of-type { border-top:0; }
.check { color:#1b9a5a; font-weight:900; }
.secondary { width:100%; margin-top:10px; min-height:50px; border:1px solid var(--line); border-radius:16px; background:white; font-weight:750; }
#toast { position:fixed; left:50%; bottom:24px; z-index:5; transform:translate(-50%,20px); padding:11px 16px; border-radius:12px; background:var(--ink); color:white; font-size:13px; opacity:0; pointer-events:none; transition:.2s; }
#toast.show { opacity:1; transform:translate(-50%,0); }
@media(min-width:700px){ body{background:#ebe7e2} #app{background:var(--paper);box-shadow:0 0 60px #2c241d14} }
