:root{color-scheme:light;--background:#f8fbff;--foreground:#13203e;--muted:#58627a;--primary:#226fff;--page-background-start:#f8fbff;--page-background-end:#eef4fb;--page-gradient-primary:rgba(34,111,255,0.12);--page-gradient-secondary:rgba(3,186,214,0.16);--badge-background:rgba(34,111,255,0.1);--secondary-button-border:rgba(19,32,62,0.12);--secondary-button-background:rgba(255,255,255,0.82);--secondary-button-shadow:rgba(19,32,62,0.08);--hero-glow-start:rgba(34,111,255,0.22);--hero-glow-end:rgba(3,186,214,0.24);--hero-frame-border:rgba(34,111,255,0.12);--hero-frame-shadow:rgba(19,32,62,0.16);--band-background:rgba(239,245,251,0.68);--band-border:rgba(19,32,62,0.06);--card-border:rgba(19,32,62,0.08);--card-background:rgba(255,255,255,0.92);--card-shadow:rgba(19,32,62,0.08);--card-hover-border:rgba(34,111,255,0.18);--card-hover-shadow:rgba(19,32,62,0.12);--icon-background:rgba(34,111,255,0.1);--cta-border:rgba(34,111,255,0.12);--cta-background-start:rgba(34,111,255,0.08);--cta-background-end:rgba(3,186,214,0.12);--cta-shadow:rgba(19,32,62,0.1);--footer-border:rgba(19,32,62,0.08);--control-border:rgba(19,32,62,0.12);--control-background:rgba(255,255,255,0.88);--control-shadow:rgba(19,32,62,0.08)}:root[data-theme=dark]{color-scheme:dark;--background:#081120;--foreground:#f2f6ff;--muted:#9ba9c2;--primary:#6ba1ff;--page-background-start:#081120;--page-background-end:#0d1728;--page-gradient-primary:rgba(107,161,255,0.18);--page-gradient-secondary:rgba(32,205,217,0.14);--badge-background:rgba(107,161,255,0.16);--secondary-button-border:rgba(242,246,255,0.12);--secondary-button-background:rgba(15,25,42,0.88);--secondary-button-shadow:rgba(0,0,0,0.24);--hero-glow-start:rgba(107,161,255,0.24);--hero-glow-end:rgba(32,205,217,0.2);--hero-frame-border:rgba(107,161,255,0.18);--hero-frame-shadow:rgba(0,0,0,0.34);--band-background:rgba(8,18,32,0.72);--band-border:rgba(242,246,255,0.06);--card-border:rgba(242,246,255,0.08);--card-background:rgba(15,25,42,0.88);--card-shadow:rgba(0,0,0,0.22);--card-hover-border:rgba(107,161,255,0.28);--card-hover-shadow:rgba(0,0,0,0.3);--icon-background:rgba(107,161,255,0.14);--cta-border:rgba(107,161,255,0.18);--cta-background-start:rgba(107,161,255,0.14);--cta-background-end:rgba(32,205,217,0.16);--cta-shadow:rgba(0,0,0,0.28);--footer-border:rgba(242,246,255,0.08);--control-border:rgba(242,246,255,0.1);--control-background:rgba(15,25,42,0.9);--control-shadow:rgba(0,0,0,0.24)}html{font-family:Inter,Segoe UI,sans-serif;scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--background);color:var(--foreground);transition:background-color .18s ease,color .18s ease}a{color:inherit}*{box-sizing:border-box}img{max-width:100%}