@import url("https://fonts.googleapis.com/css2?family=Genos:wght@200;300;400;500;600;700;800&family=Nunito+Sans:wght@300;400;500;600;700&display=swap");*{box-sizing:border-box}body,html{padding:0;margin:0}html{scroll-behavior:smooth}body{min-height:100vh;background:var(--color-bg);color:var(--color-ink);font-family:var(--font-body,"Nunito Sans",system-ui,-apple-system,sans-serif);text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}main{position:relative}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}:root{--color-bg:#fdfdff;--color-surface:rgba(255,255,255,0.82);--color-panel:rgba(248,250,253,0.78);--color-ink:#101318;--color-muted:#6b727c;--color-border:rgba(203,210,221,0.8);--color-border-strong:rgba(186,195,208,0.95);--color-gloss:rgba(255,255,255,0.92);--color-frost:#eef3f8;--color-metal:#c6cdd8;--color-metal-dark:#9ea6b2;--color-metal-light:#f7f9fb;--color-accent-cyan:#9feaff;--color-accent-pink:#e9c8ff;--color-accent-orange:#ffb470;--radius-panel:36px;--radius-card:28px;--radius-pill:999px;--radius-small:16px;--shadow-panel:0 18px 42px rgba(0,0,0,0.08);--shadow-lift:0 28px 64px rgba(0,0,0,0.12);--shadow-inner:inset 0 1px 0 rgba(255,255,255,0.95),inset 0 -1px 0 rgba(255,255,255,0.6);--shadow-bevel:inset 0 0 0 1px rgba(255,255,255,0.5),inset 0 -2px 4px rgba(0,0,0,0.08);--glow-cyan:0 0 26px rgba(159,234,255,0.55);--glow-pink:0 0 28px rgba(233,200,255,0.45);--glow-spectral:0 0 34px rgba(255,233,208,0.45);--glass-blur:14px;--grid-max:1200px;--grid-gutter:24px;--section-pad:96px;--section-pad-mobile:64px}@media (max-width:768px){:root{--section-pad:var(--section-pad-mobile);--grid-gutter:16px}}