:root{color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,sans-serif}body{margin:0;min-height:100vh;background:#111318;color:#f2f2f2;display:flex;justify-content:center}#root{width:100%;max-width:480px;padding:1.5rem;box-sizing:border-box}form.setup-screen,.session-screen{display:flex;flex-direction:column;gap:1rem}.setup-section{display:flex;flex-direction:column;gap:.6rem}.setup-section-title{margin:0;font-size:.95rem;font-weight:650;letter-spacing:.01em}.setup-subsection-label{margin:0;font-size:.85rem;opacity:.8}.choice-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.choice-option{display:flex;flex-direction:column;gap:.15rem;padding:.7rem .75rem;border:1px solid #444;border-radius:8px;background:#1c1f26;cursor:pointer}.choice-option.selected{border-color:#2c5aed;background:#1a2548}.choice-option input{position:absolute;opacity:0;pointer-events:none}.choice-label{font-weight:600}.choice-detail{font-size:.8rem;opacity:.75;line-height:1.3}.nested-field{display:flex;flex-direction:column;gap:.4rem;padding:.75rem;border-left:3px solid #2c5aed;background:#161920;border-radius:0 8px 8px 0}.name-list{display:flex;flex-direction:column;gap:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}label{display:flex;flex-direction:column;gap:.25rem}input,select,button{font-size:1rem;padding:.5rem;border-radius:6px;border:1px solid #444;background:#1c1f26;color:#f2f2f2}button{cursor:pointer;background:#2c5aed;border:none;font-weight:600}button:disabled{background:#444;cursor:not-allowed}.hint{font-size:.85rem;opacity:.75;margin:0}.hint.error{color:#ff8a8a;opacity:1}.session-header{display:flex;justify-content:space-between;align-items:center}.part-badge{padding:.25rem .6rem;border-radius:999px;font-size:.85rem;font-weight:700}.part-1{background:#2c5aed}.part-2{background:#a239ea}.turn{font-size:1.1rem;font-weight:600;margin:0}.question-card{background:#1c1f26;border-radius:12px;padding:2rem 1.25rem;font-size:1.4rem;line-height:1.4;min-height:8rem;display:flex;align-items:center;justify-content:center;text-align:center}.controls{display:flex;gap:.75rem}.controls button{flex:1}.controls.secondary button{background:#333}
