@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--yellow:#ffee32;--yellow-hover:#f5e000;--yellow-dark:#fae500;--bg:#202020;--bg-card:#272727;--bg-input:#363636;--bg-dark:#1a1a1a;--text-white:#fff;--text-muted:#d6d6d6;--text-dark:#202020;--success:#10b981;--error:#ef4444;--error-bg:#ef44441a;--border:#ffffff14;--border-hover:#ffffff29;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:30px;--radius-pill:999px;--shadow-card:0 4px 24px #0000004d;--shadow-yellow:0 4px 24px #ffee3233;--site-max-width:1440px;--site-shell-gutter:24px;--container-px:32px;--container-px-md:24px;--container-px-sm:16px;--font-family:"Inter",sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);background-color:var(--bg);color:var(--text-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}.container{width:calc(100% - (var(--site-shell-gutter)*2));max-width:var(--site-max-width);padding:0 var(--container-px);margin:0 auto}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-size:20px;font-weight:500;line-height:24px;transition:opacity .15s,transform .1s;display:inline-flex}.btn:hover{opacity:.92}.btn:active{transform:scale(.98)}.btn-yellow{background-color:var(--yellow);color:var(--text-dark)}.btn-yellow:hover{background-color:var(--yellow-hover);opacity:1}.btn-dark{background-color:var(--bg);color:var(--text-white)}.btn-outline-yellow{background-color:var(--yellow);border:2px solid var(--bg);color:var(--text-dark)}.btn-ghost{background-color:var(--bg-input);color:var(--text-white)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-card)}::-webkit-scrollbar-thumb{background:var(--bg-input);border-radius:3px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pageWrapper{flex-direction:column;min-height:100vh;display:flex}.mainContent{flex:1}.section{padding:80px var(--container-px)}.card{background:var(--bg-card);border-radius:var(--radius-lg);padding:24px}.h1{font-size:48px;font-weight:700;line-height:1.1}.h2{font-size:32px;font-weight:700;line-height:1.2}.h3{font-size:24px;font-weight:600;line-height:1.3}.text-yellow{color:var(--yellow)}.text-muted{color:var(--text-muted)}@media (max-width:1280px){:root{--site-shell-gutter:20px;--container-px:28px}}@media (max-width:900px){:root{--site-shell-gutter:16px;--container-px:var(--container-px-md)}.h1{font-size:32px}.btn{padding:12px 24px;font-size:16px}}@media (max-width:600px){:root{--site-shell-gutter:12px;--container-px:var(--container-px-sm)}.h1{font-size:24px}}
