:root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#f8fafc;background:#0b1020}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#172554,#0b1020 45%);min-height:100vh}button,input{font:inherit}.app{max-width:900px;margin:auto;padding:calc(18px + env(safe-area-inset-top)) 18px calc(40px + env(safe-area-inset-bottom))}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:16px}h1{margin:0;font-size:2rem}header p{margin:4px 0;color:#cbd5e1}.small,.secondary{background:#1e293b;color:white;border:1px solid #334155;border-radius:14px;padding:10px 14px}.card{background:rgba(15,23,42,.9);border:1px solid #334155;border-radius:24px;padding:20px;box-shadow:0 12px 35px rgba(0,0,0,.25);margin-bottom:16px}.hero{text-align:center;padding:28px 20px}.status-line{display:flex;justify-content:flex-end;margin-bottom:6px}.badge{display:inline-block;border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:700}.badge.local{background:#3f3f46;color:#e4e4e7}.badge.online{background:#064e3b;color:#a7f3d0}.orb{width:120px;height:120px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;font-size:3rem;background:linear-gradient(145deg,#2563eb,#7c3aed);box-shadow:0 0 35px rgba(99,102,241,.45)}.orb.listening{animation:pulse 1s infinite alternate}@keyframes pulse{to{transform:scale(1.08);box-shadow:0 0 55px rgba(99,102,241,.9)}}.primary{border:0;border-radius:18px;padding:15px 22px;background:#22c55e;color:#052e16;font-weight:800;font-size:1.08rem}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.tile{min-height:120px;border:1px solid #334155;border-radius:22px;background:#111827;color:white;font-size:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.tile span{font-size:1rem}.answer p{font-size:1.15rem;line-height:1.55}.hidden{display:none!important}.muted{color:#94a3b8}label{display:block;margin:12px 0 6px}.check{display:flex;align-items:center;gap:8px}.write-row{display:flex;gap:8px}.write-row input{flex:1}input[type=password],input[type=text],#profileName{width:100%;padding:13px;border-radius:12px;border:1px solid #475569;background:#0f172a;color:white}.write-row .secondary{white-space:nowrap}.back-top{margin-bottom:14px}.full{width:100%;margin-top:18px}hr{border:0;border-top:1px solid #334155;margin:22px 0}.footnote{font-size:.9rem;line-height:1.45}@media(min-width:700px){.grid{grid-template-columns:repeat(4,1fr)}}
