@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0c10;--surface:#111520;--surface2:#1a1f2e;--accent:#f0a500;--accent2:#e05c00;--text:#e8eaf0;--muted:#8890a4;--border:#f0a50026;--font-display:"Bebas Neue", sans-serif;--font-body:"Outfit", sans-serif;--radius:12px;--transition:.3s cubic-bezier(.4,0,.2,1)}.light{--bg:#fafbff;--surface:#fff;--surface2:#f7f9ff;--accent:#f0a500;--accent2:#e05c00;--text:#1b253d;--muted:#4d5e7b;--border:#10182826}.dark{--bg:#0a0c10;--surface:#111520;--surface2:#1a1f2e;--accent:#f0a500;--accent2:#e05c00;--text:#e8eaf0;--muted:#8890a4;--border:#f0a50026}html,body{transition:background .3s,color .3s}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:clamp(14px,2vw,18px);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::selection{background:var(--accent);color:#000}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}@media (width<=480px){body{font-size:14px}button,a[role=button],input,textarea,select{min-width:44px;min-height:44px}*{animation-duration:.3s!important}}@media (width>=481px) and (width<=768px){body{font-size:16px}}@media (width>=769px){body{font-size:18px}}@media (width<=768px){img{max-height:500px}}@media (width<=480px){section{scroll-margin-top:70px}}
