.quiz-shell.svelte-yzhnh5{min-height:100vh}.quiz-top.svelte-yzhnh5{z-index:20;background:color-mix(in oklch, var(--color-background) 92%, transparent);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0}.top-inner.svelte-yzhnh5{justify-content:space-between;align-items:center;gap:1rem;min-height:3.4rem;padding-top:.65rem;padding-bottom:.6rem;display:flex}.wordmark.svelte-yzhnh5{color:var(--color-foreground);letter-spacing:-.03em;font-weight:650;text-decoration:none}.privacy-note.svelte-yzhnh5{color:var(--color-muted-foreground);font-size:.78rem;font-weight:550}.progress-track.svelte-yzhnh5{background:var(--color-border);height:2px;overflow:hidden}.progress-track.svelte-yzhnh5 span:where(.svelte-yzhnh5){background:var(--color-primary-background);height:100%;transition:width .25s;display:block}.quiz.svelte-yzhnh5{max-width:46rem;padding-top:1.5rem;padding-bottom:9rem}.round-meta.svelte-yzhnh5{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.round-count.svelte-yzhnh5{background:var(--color-tint-background);border:1px solid var(--color-border);border-radius:999px;flex:none;padding:.22rem .7rem;font-size:.78rem;font-weight:600}.quip.svelte-yzhnh5{color:var(--color-muted-foreground);text-align:right;font-size:.82rem;font-weight:550}.mode-picker.svelte-yzhnh5{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-background);justify-content:space-between;align-items:center;gap:1rem;margin:-.35rem 0 1.5rem;padding:.85rem .95rem;display:flex}.mode-picker.svelte-yzhnh5>div:where(.svelte-yzhnh5):first-child{flex-direction:column;min-width:0;display:flex}.mode-picker.svelte-yzhnh5 strong:where(.svelte-yzhnh5){font-size:.92rem}.mode-picker.svelte-yzhnh5 span:where(.svelte-yzhnh5){color:var(--color-muted-foreground);font-size:.76rem}.mode-actions.svelte-yzhnh5{flex:none;gap:.45rem;display:flex}.resume-note.svelte-yzhnh5{border-left:2px solid var(--color-primary-background);background:var(--color-tint-background);color:var(--color-muted-foreground);margin:-.5rem 0 1.2rem;padding:.65rem .8rem;font-size:.86rem}.round.svelte-yzhnh5{margin:0}.eyebrow.svelte-yzhnh5{color:var(--color-primary-background);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .15rem;font-size:.75rem;font-weight:650}h1.svelte-yzhnh5{margin:0;font-size:clamp(2rem,7vw,3rem);line-height:1.05}h1.svelte-yzhnh5:focus{outline:none}.round-intro.svelte-yzhnh5{max-width:38rem;color:var(--color-muted-foreground);margin:.7rem 0 1.2rem;font-size:1rem}.questions.svelte-yzhnh5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.q.svelte-yzhnh5{text-align:left;cursor:pointer;background:var(--color-surface-background);width:100%;min-height:4.25rem;color:var(--color-foreground);font:inherit;border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:flex-start;gap:.7rem;padding:.8rem .9rem;transition:background-color .12s,border-color .12s;display:flex}.q.on.svelte-yzhnh5{background:var(--color-tint-background);border-color:var(--color-primary-background)}.q.pop.svelte-yzhnh5{animation:.18s svelte-yzhnh5-pop}.check.svelte-yzhnh5{border:1px solid var(--color-input-border);background:var(--color-background);border-radius:3px;flex:0 0 1.15rem;place-items:center;width:1.15rem;height:1.15rem;margin-top:.1rem;font-size:.75rem;font-weight:700;line-height:1;display:grid}.q.on.svelte-yzhnh5 .check:where(.svelte-yzhnh5){background:var(--color-primary-background);color:var(--color-primary-foreground);border-color:var(--color-primary-background)}.text.svelte-yzhnh5{flex:1;line-height:1.35}.zero-note.svelte-yzhnh5{color:var(--color-muted-foreground);text-align:center;margin:1rem 0 0;font-size:.78rem}.dock.svelte-yzhnh5{z-index:30;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));background:linear-gradient(transparent, var(--color-background) 28%);pointer-events:none;position:fixed;bottom:0;left:0;right:0}.dock-inner.svelte-yzhnh5{pointer-events:auto;background:var(--color-surface-background);border:1px solid var(--color-border);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:1rem;max-width:46rem;margin:0 auto;padding:.7rem .75rem .7rem 1rem;display:flex}.dock-copy.svelte-yzhnh5{flex-direction:column;min-width:0;display:flex}.dock-copy.svelte-yzhnh5 strong:where(.svelte-yzhnh5){text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.dock-copy.svelte-yzhnh5 span:where(.svelte-yzhnh5){color:var(--color-muted-foreground);font-size:.72rem;font-weight:550}.dock-actions.svelte-yzhnh5{flex:none;gap:.55rem;display:flex}.audit-overlay.svelte-yzhnh5{z-index:50;background:color-mix(in oklch, var(--color-background) 92%, transparent);place-items:center;display:grid;position:fixed;inset:0}.audit-card.svelte-yzhnh5{text-align:center;padding:1.6rem 2.4rem}.audit-card.svelte-yzhnh5 p:where(.svelte-yzhnh5){margin:.5rem 0 0}.audit-emoji.svelte-yzhnh5{font-size:2.4rem}@keyframes svelte-yzhnh5-pop{0%{transform:scale(1)}50%{transform:scale(1.01)}to{transform:scale(1)}}@media (width<=640px){.questions.svelte-yzhnh5{grid-template-columns:1fr}.quiz.svelte-yzhnh5{padding-top:1.1rem}.mode-picker.svelte-yzhnh5{flex-direction:column;align-items:stretch}.mode-actions.svelte-yzhnh5>*{flex:1}.round-meta.svelte-yzhnh5{align-items:flex-start;margin-bottom:1.2rem}.quip.svelte-yzhnh5{max-width:12rem}.q.svelte-yzhnh5{min-height:0}}@media (width<=480px){.privacy-note.svelte-yzhnh5{font-size:.68rem}.dock-copy.svelte-yzhnh5{display:none}.dock-inner.svelte-yzhnh5{justify-content:stretch;padding:.6rem}.dock-actions.svelte-yzhnh5{width:100%}.dock-actions.svelte-yzhnh5>*{text-align:center;flex:1}}@media (prefers-reduced-motion:reduce){.q.svelte-yzhnh5,.progress-track.svelte-yzhnh5 span:where(.svelte-yzhnh5){transition:none!important;animation:none!important}}
