@import"https://fonts.googleapis.com/css2?family=Sora:wght@100..800&family=IBM+Plex+Mono:wght@500;600&display=swap";.wordmark.svelte-2o74q4{font-family:var(--font-display);font-weight:800;letter-spacing:-.02em;line-height:1;white-space:nowrap}.accent.svelte-2o74q4{color:var(--amber)}.on-dark.svelte-2o74q4 .body:where(.svelte-2o74q4){color:var(--white)}.on-light.svelte-2o74q4 .body:where(.svelte-2o74q4){color:var(--ironstone-700)}:root{--ironstone-50: #F4F5F6;--ironstone-100: #E7E9EB;--ironstone-300: #B9BDC3;--ironstone-500: #6C7178;--ironstone-700: #3E434C;--ironstone-900: #23262B;--white: #FFFFFF;--amber: #F2A93B;--amber-hover: #DE9827;--topic-algebra: #5B57D1;--topic-geometry: #1E9E96;--topic-number: #F2A93B;--topic-statistics: #E8583F;--topic-calculus: #4C8C5B;--color-bg: var(--white);--color-surface: var(--ironstone-50);--color-border: var(--ironstone-100);--color-text: var(--ironstone-900);--color-text-muted: var(--ironstone-500);--color-primary: var(--ironstone-700);--color-primary-hover: var(--ironstone-900);--color-accent: var(--amber);--color-accent-hover: var(--amber-hover);--color-success: var(--topic-calculus);--color-success-bg: rgba(76, 140, 91, .12);--color-success-border: rgba(76, 140, 91, .35);--color-danger: var(--topic-statistics);--color-danger-bg: rgba(232, 88, 63, .12);--color-danger-border: rgba(232, 88, 63, .35);--color-warn: var(--amber-hover);--color-warn-bg: rgba(242, 169, 59, .14);--color-warn-border: rgba(242, 169, 59, .45);--shadow-sm: 0 2px 6px rgba(35, 38, 43, .08);--shadow-md: 0 12px 28px rgba(35, 38, 43, .14);--shadow-lg: 0 24px 60px rgba(35, 38, 43, .22);--shadow-accent: 0 8px 20px rgba(242, 169, 59, .35)}:root{--font-display: "Sora", sans-serif;--font-body: "Sora", sans-serif;--font-mono: "IBM Plex Mono", monospace;--fw-black: 800;--fw-bold: 700;--fw-semibold: 600;--fw-regular: 400;--fs-display: 96px;--fs-h1: 56px;--fs-h2: 34px;--fs-h3: 24px;--fs-h4: 19px;--fs-body: 16px;--fs-small: 14px;--fs-caption: 12px;--lh-tight: 1.05;--lh-heading: 1.2;--lh-body: 1.65;--ls-eyebrow: .16em}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-pill: 100px;--ease-standard: cubic-bezier(.4, 0, .2, 1);--duration-fast: .15s;--duration-med: .22s}html,body{margin:0;padding:0;background:var(--color-bg);color:var(--color-text)}*{box-sizing:border-box}body,input,textarea,button,select{font-family:var(--font-body)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-accent)}::selection{background:var(--color-accent);color:var(--ironstone-900)}body{background:var(--color-surface)}.topbar.svelte-12qhfyh{position:sticky;top:0;z-index:20;background:var(--ironstone-700);color:var(--white)}.topbar-inner.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-8);max-width:1200px;margin:0 auto}.brandlink.svelte-12qhfyh{display:inline-flex;align-items:center;text-decoration:none}nav.svelte-12qhfyh{display:flex;gap:var(--space-5);margin-left:var(--space-6)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:var(--fs-small);font-weight:var(--fw-semibold);color:var(--ironstone-300);text-decoration:none;transition:color var(--duration-fast) var(--ease-standard)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--white)}.userchunk.svelte-12qhfyh{margin-left:auto;display:flex;align-items:center;gap:var(--space-4)}.who.svelte-12qhfyh{font-size:var(--fs-small);color:var(--ironstone-300)}.signout.svelte-12qhfyh{font:inherit;font-size:var(--fs-caption);font-weight:var(--fw-bold);padding:8px 16px;border-radius:var(--radius-pill);border:none;background:var(--amber);color:var(--ironstone-900);cursor:pointer;transition:background var(--duration-fast) var(--ease-standard)}.signout.svelte-12qhfyh:hover{background:var(--amber-hover)}.verifybar.svelte-12qhfyh{background:var(--ironstone-50);border-bottom:1px solid var(--ironstone-100);color:var(--ironstone-700)}.verifybar-inner.svelte-12qhfyh{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3);padding:var(--space-3) var(--space-8);max-width:1200px;margin:0 auto;font-size:var(--fs-small)}.verifybar.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-weight:var(--fw-semibold)}.verifybar.svelte-12qhfyh button:where(.svelte-12qhfyh){font:inherit;font-size:var(--fs-caption);font-weight:var(--fw-bold);padding:5px 14px;border:1px solid var(--ironstone-700);background:transparent;border-radius:var(--radius-pill);cursor:pointer;color:var(--ironstone-700);transition:background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard)}.verifybar.svelte-12qhfyh button:where(.svelte-12qhfyh):hover:not(:disabled){background:var(--ironstone-700);color:var(--white)}.verifybar.svelte-12qhfyh button:where(.svelte-12qhfyh):disabled{opacity:.55;cursor:default}.resent.svelte-12qhfyh{font-weight:var(--fw-semibold)}.resendfail.svelte-12qhfyh{color:var(--topic-statistics)}
