@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--background:#0b1121;--foreground:#e2e8f0;--primary:#3b82f6;--primary-hover:#2563eb;--primary-light:#3b82f61a;--secondary:#94a3b8;--card-bg:#151e32;--card-border:#2a3655;--accent:#0ea5e9;--success:#10b981;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;background-color:#020617;justify-content:center;min-height:100vh;display:flex}.mobile-container{background-color:var(--background);flex-direction:column;width:100%;max-width:1024px;min-height:100vh;display:flex;position:relative;box-shadow:0 0 40px #00000080}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}.layout-wrapper{justify-content:center;align-items:flex-start;gap:20px;width:100%;max-width:1600px;margin:0 auto;display:flex}.ad-side{flex:0 0 160px;display:none;position:sticky;top:calc(50vh - 300px)}.ad-container{justify-content:center;width:100%;min-height:100px;margin-bottom:20px;display:flex;overflow:hidden}@media (min-width:1400px){.ad-side{display:block}}
.Navbar-module__pSp8Ga__navbar{background-color:var(--background);border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Navbar-module__pSp8Ga__navLinks{gap:20px;display:flex}.Navbar-module__pSp8Ga__navLink{color:var(--secondary);font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__pSp8Ga__navLink:hover{color:var(--primary)}.Navbar-module__pSp8Ga__link{align-items:center;gap:8px;text-decoration:none;transition:opacity .2s;display:flex}.Navbar-module__pSp8Ga__link:hover{opacity:.8}.Navbar-module__pSp8Ga__logo{width:24px;height:24px}.Navbar-module__pSp8Ga__text{color:var(--foreground);letter-spacing:-.5px;font-size:18px;font-weight:700}
