:root{color-scheme:light;--bg-a:#f7f8fb;--bg-b:#eef2f7;--bg-c:#e4eaf2;--bg-d:#d7e0ea;--ink-strong:#0a1020;--ink:#20293a;--ink-muted:#5b667a;--ink-soft:#8390a5;--line:rgba(119,133,158,.18);--line-strong:rgba(32,41,58,.28);--surface-border:rgba(119,133,158,.2);--surface-border-strong:rgba(32,41,58,.28);--surface:hsla(0,0%,100%,.76);--surface-strong:hsla(0,0%,100%,.94);--surface-solid:#fff;--surface-alt:rgba(242,245,249,.92);--surface-grad-start:hsla(0,0%,100%,.98);--surface-grad-end:rgba(243,246,250,.92);--elev-shadow:0 16px 36px rgba(15,23,42,.08);--elev-shadow-strong:0 26px 70px rgba(15,23,42,.14);--inset-highlight:inset 0 1px 0 hsla(0,0%,100%,.72);--accent:#c98a2c;--accent-strong:#8b5e1f;--accent-soft:rgba(201,138,44,.13);--accent-softer:rgba(201,138,44,.08);--accent-ink:#07111f;--accent-secondary:#f0c36a;--accent-tertiary:#5c3d12;--success:#0f8f6b;--success-bg:rgba(15,143,107,.11);--success-border:rgba(15,143,107,.22);--error:#c13f54;--error-bg:rgba(193,63,84,.11);--error-border:rgba(193,63,84,.22);--info:#2563eb;--info-bg:rgba(37,99,235,.1);--info-border:rgba(37,99,235,.22);--control-surface:hsla(0,0%,100%,.92);--control-surface-strong:#fff;--control-text:#0a1020;--control-placeholder:#8a96aa;--control-border:rgba(119,133,158,.32);--control-border-hover:rgba(32,41,58,.42);--control-focus:#c98a2c;--toggle-ghost:hsla(0,0%,100%,.68);--toggle-surface:hsla(0,0%,100%,.94)}[data-theme=dark]{color-scheme:dark;--bg-a:#070b12;--bg-b:#0b111c;--bg-c:#101827;--bg-d:#162033;--ink-strong:#f8fbff;--ink:#e3e9f3;--ink-muted:#a3aec1;--ink-soft:#748198;--line:rgba(144,158,181,.16);--line-strong:rgba(213,222,236,.24);--surface-border:rgba(144,158,181,.18);--surface-border-strong:rgba(213,222,236,.28);--surface:rgba(15,23,36,.7);--surface-strong:rgba(18,27,42,.9);--surface-solid:rgba(12,19,31,.98);--surface-alt:rgba(24,35,53,.9);--surface-grad-start:rgba(23,34,52,.94);--surface-grad-end:rgba(12,19,31,.92);--elev-shadow:0 22px 54px rgba(0,0,0,.34);--elev-shadow-strong:0 34px 86px rgba(0,0,0,.5);--inset-highlight:inset 0 1px 0 hsla(0,0%,100%,.06);--accent:#d59a3f;--accent-strong:#f0c36a;--accent-soft:rgba(213,154,63,.18);--accent-softer:rgba(213,154,63,.1);--accent-ink:#07111f;--accent-secondary:#f2d18a;--accent-tertiary:#a86f22;--success:#6ee7b7;--success-bg:rgba(42,157,123,.18);--success-border:rgba(110,231,183,.24);--error:#ff9fb0;--error-bg:rgba(193,63,84,.18);--error-border:rgba(255,159,176,.25);--info:#93c5fd;--info-bg:rgba(59,130,246,.15);--info-border:rgba(147,197,253,.24);--control-surface:rgba(14,22,35,.88);--control-surface-strong:rgba(24,35,53,.96);--control-text:#f8fbff;--control-placeholder:#748198;--control-border:rgba(144,158,181,.28);--control-border-hover:rgba(213,222,236,.44);--control-focus:#d59a3f;--toggle-ghost:rgba(12,19,31,.78);--toggle-surface:rgba(24,35,53,.94)}#__next,body,html{min-height:100%}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 14% 4%,color-mix(in srgb,var(--info-bg) 70%,transparent) 0,transparent 28%),radial-gradient(circle at 86% 0,color-mix(in srgb,var(--accent-soft) 78%,transparent) 0,transparent 25%),linear-gradient(180deg,var(--bg-a) 0,var(--bg-b) 46%,var(--bg-c) 78%,var(--bg-d) 100%);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a,button,input,select,textarea{font:inherit}*{box-sizing:border-box}::selection{background:color-mix(in srgb,var(--accent) 24%,transparent);color:var(--ink-strong)}