:root{--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--fs-xs:0.75rem;--fs-sm:0.875rem;--fs-base:1rem;--fs-md:1.125rem;--fs-lg:1.375rem;--fs-xl:1.75rem;--fs-2xl:2.25rem;--fs-3xl:3rem;--lh-tight:1.15;--lh-normal:1.5;--lh-relaxed:1.7;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:999px;--shadow-sm:0 1px 2px rgba(15,15,15,0.05);--shadow-md:0 4px 16px rgba(15,15,15,0.06);--shadow-lg:0 12px 32px rgba(15,15,15,0.09);--container-max:1180px;--header-height:64px;--ease-standard:cubic-bezier(0.2,0.8,0.2,1);--duration-fast:120ms;--duration-base:200ms;--color-bg:#f5f8fd;--color-surface:#ffffff;--color-surface-raised:#ffffff;--color-border:#e3e9f3;--color-border-strong:#c9d4e5;--color-text:#0f172a;--color-text-secondary:#475569;--color-text-muted:#5b6b85;--color-text-inverse:#ffffff;--color-accent:#2563eb;--color-accent-hover:#1d4ed8;--color-accent-contrast:#ffffff;--color-accent-subtle:#e8f0fe;--color-accent-2:#14b8a6;--color-accent-2-subtle:#e3f9f5;--gradient-brand:linear-gradient(90deg,#2563eb,#17a6c4 55%,#14b8a6);--gradient-brand-soft:linear-gradient(135deg,rgba(37,99,235,0.1),rgba(20,184,166,0.1));--gradient-brand-text:linear-gradient(90deg,#2563eb,#14b8a6);--color-success:#1f9d6f;--color-success-subtle:#e5f7ef;--color-warning:#b3760c;--color-warning-subtle:#fdf1dc;--color-error:#d9362b;--color-error-subtle:#fbe9e7;--color-focus-ring:#2563eb;--shadow-glow:0 12px 28px rgba(37,99,235,0.22)}[data-theme=dark]{--color-bg:#0a1222;--color-surface:#101a2c;--color-surface-raised:#14213a;--color-border:#1f2c45;--color-border-strong:#2c3c5c;--color-text:#eef2fb;--color-text-secondary:#b3c0d6;--color-text-muted:#7c8aa5;--color-text-inverse:#0a1222;--color-accent:#5b9bf7;--color-accent-hover:#7fb1f9;--color-accent-contrast:#071224;--color-accent-subtle:#17253f;--color-accent-2:#2dd4bf;--color-accent-2-subtle:#12292a;--gradient-brand:linear-gradient(90deg,#5b9bf7,#35c3d6 55%,#2dd4bf);--gradient-brand-soft:linear-gradient(135deg,rgba(91,155,247,0.16),rgba(45,212,191,0.16));--gradient-brand-text:linear-gradient(90deg,#5b9bf7,#2dd4bf);--color-success:#4cd394;--color-success-subtle:#142a20;--color-warning:#e0ac54;--color-warning-subtle:#2c2312;--color-error:#ef8079;--color-error-subtle:#2e1b19;--color-focus-ring:#5b9bf7;--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--shadow-md:0 4px 16px rgba(0,0,0,0.35);--shadow-lg:0 12px 32px rgba(0,0,0,0.45);--shadow-glow:0 12px 28px rgba(91,155,247,0.28)}*,:after,:before{box-sizing:border-box}body,html{padding:0;margin:0}html{text-size-adjust:100%}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--fs-base);line-height:var(--lh-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--duration-base) var(--ease-standard)}.skip-link{position:absolute;top:-100%;left:var(--space-4);z-index:1000;padding:var(--space-3) var(--space-5);background:var(--color-accent);color:var(--color-accent-contrast);border-radius:var(--radius-sm);font-size:var(--fs-sm);font-weight:var(--fw-medium);text-decoration:none}.skip-link:focus{top:var(--space-4)}h1,h2,h3,h4{font-weight:var(--fw-semibold);line-height:var(--lh-tight);margin:0;letter-spacing:-.01em}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}img,svg{display:block;max-width:100%}ol,ul{margin:0;padding:0;list-style:none}:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px;border-radius:4px}::selection{background:var(--color-accent-subtle);color:var(--color-text)}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--space-5)}@media(min-width:1024px){.container{padding-inline:var(--space-8)}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}