:root,[data-theme=light]{--bg:#f5f5f2;--bg-secondary:#fff;--surface:hsla(0,0%,100%,.92);--surface-raised:#fff;--surface-inset:rgba(21,21,26,.04);--surface-glass:hsla(0,0%,100%,.72);--border:rgba(21,21,26,.1);--border-strong:rgba(16,185,129,.35);--text-primary:#0a0a0b;--text-secondary:rgba(10,10,11,.62);--text-muted:rgba(10,10,11,.42);--accent:#10b981;--accent-bright:#0f8;--accent-faint:rgba(16,185,129,.1);--accent-border:rgba(16,185,129,.4);--nav-bg:hsla(60,13%,95%,.92);--nav-bg-solid:#f6f6f3;--shadow-soft:0 8px 40px rgba(0,0,0,.08);--shadow-card:0 12px 40px rgba(0,0,0,.1);--shadow-glow:0 0 0 1px rgba(16,185,129,.45),0 0 40px rgba(16,185,129,.25);--hero-accent:rgba(16,185,129,.12);--hero-glow:rgba(16,185,129,.18);--overlay:rgba(0,0,0,.6);--glass-blur:16px;--radius-lg:20px;--radius-pill:999px}[data-theme=dark]{--bg:#06090b;--bg-secondary:#0a0f0d;--surface:#0e1412;--surface-raised:#121a16;--surface-inset:hsla(0,0%,100%,.06);--surface-glass:#0e1412;--border:hsla(0,0%,100%,.09);--border-strong:rgba(16,185,129,.42);--text-primary:#f2f6f3;--text-secondary:rgba(242,246,243,.66);--text-muted:rgba(242,246,243,.44);--accent:#10b981;--accent-bright:#0f8;--accent-faint:rgba(16,185,129,.12);--accent-border:rgba(0,255,136,.45);--accent-2:#8b5cf6;--accent-2-faint:rgba(139,92,246,.14);--nav-bg:rgba(6,9,11,.85);--nav-bg-solid:#070b0a;--shadow-soft:0 18px 60px rgba(0,0,0,.6);--shadow-card:0 16px 48px rgba(0,0,0,.5);--shadow-glow:0 0 0 1px rgba(16,185,129,.4),0 0 56px rgba(16,185,129,.28);--hero-accent:rgba(16,185,129,.16);--hero-glow:rgba(0,255,136,.2);--overlay:rgba(0,0,0,.82);--glass-blur:20px;--radius-lg:20px;--radius-pill:999px}:root{--fs-display:clamp(2.6rem,6vw,4.25rem);--fs-h1:clamp(1.9rem,4vw,2.6rem);--fs-h2:clamp(1.25rem,2.4vw,1.6rem);--fs-body:clamp(0.95rem,1.4vw,1.02rem);--fs-small:0.8rem;--fs-micro:0.62rem;--fw-regular:400;--fw-medium:500;--fw-bold:700;--fw-black:800;--section-gap:clamp(3.25rem,7vw,6rem)}*{box-sizing:border-box}body{background:var(--bg);color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;margin:0}:not(img):not(svg):not(path){transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s}@keyframes abxPulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes abxSpin{to{transform:rotate(1turn)}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}a:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}.abx-interactive{min-height:44px;min-width:44px}.abx-skeleton{background:var(--surface-raised);animation:abxPulse 1.5s ease-in-out infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}details>summary{color:var(--text-muted)}details>summary::-webkit-details-marker{color:var(--text-muted)}@media (prefers-reduced-motion:reduce){.abx-skeleton{animation:none}:not(img):not(svg):not(path){transition-duration:.01ms!important;animation-duration:.01ms!important}}