:root{--brand-1: #6366f1;--brand-2: #8b5cf6;--brand-3: #ec4899;--brand-gradient: linear-gradient(135deg, var(--brand-1), var(--brand-3));--ink: #1a1a2e;--bg-page: #f6f7f9;--bg-surface: #ffffff;--bg-surface-alt: #f5f6f8;--text-primary: #111827;--text-secondary: #4b5563;--text-muted: #6b7280;--border-color: #e2e2e2;--border-color-soft: #ececec;--tint-correct-bg: #e6f4ea;--tint-wrong-bg: #fce8e6;--tint-selected-bg: #f0f0fe;--skeleton-c1: #eceef1;--skeleton-c2: #f5f6f8;color-scheme:light}[data-theme=dark]{--bg-page: #14151f;--bg-surface: #1e2030;--bg-surface-alt: #262a3d;--text-primary: #f1f2f6;--text-secondary: #c3c6d4;--text-muted: #9296ab;--border-color: #363a52;--border-color-soft: #2c2f45;--ink: #f1f2f6;--tint-correct-bg: rgba(30, 142, 62, .22);--tint-wrong-bg: rgba(217, 48, 37, .22);--tint-selected-bg: rgba(99, 102, 241, .22);--skeleton-c1: #262a3d;--skeleton-c2: #323650;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg-page);color:var(--text-primary);transition:background-color .2s ease,color .2s ease}
