@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap";
:root{--bg:#0e0e0e;--bg-1:#131313;--bg-card:#181818;--bg-card-hi:#1e1e1e;--bg-overlay:#0e0e0ef5;--border:#222;--border-hi:#2e2e2e;--border-glow:#ff4b2b33;--accent:#ff4b2b;--accent-dim:#ff4b2b14;--accent-mid:#ff4b2b2e;--accent-glow:#ff4b2b47;--accent-dark:#e03a1e;--gold:#f5a623;--gold-dim:#f5a6231a;--red:#ff4b2b;--green:#00c853;--yellow:#ffd600;--blue:#2979ff;--text-3:#333030;--font-display:"Outfit", sans-serif;--font-body:"Outfit", sans-serif;--font-mono:"Space Mono", monospace;--r-sm:3px;--r-md:8px;--r-lg:12px;--r-xl:16px;--ease:cubic-bezier(.16, 1, .3, 1);--t-fast:.1s;--t-base:.18s;--t-slow:.34s;--font-size-base:18px;--font-weight-base:500;--text:#fff;--text-2:#bdbdbd}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;overflow-x:hidden}body{font-family:var(--font-body);background:var(--bg);color:var(--text);width:100%;min-height:100dvh;font-size:14px;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-hi);border-radius:99px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width:640px){.container{padding:0 14px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes dotBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.appLayout{display:flex}.appContent{flex:1}
.Navbar-module-scss-module__ctge7G__header{z-index:200;background:var(--bg-overlay);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);height:56px;font-size:var(--font-size-base);font-weight:var(--font-weight-base);color:var(--text);position:fixed;top:0;left:0;right:0}.Navbar-module-scss-module__ctge7G__inner{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 20px;display:flex}.Navbar-module-scss-module__ctge7G__logo{flex-shrink:0;align-items:center;transition:opacity .15s;display:flex}.Navbar-module-scss-module__ctge7G__logo:hover{opacity:.8}.Navbar-module-scss-module__ctge7G__rightArea{align-items:center;gap:4px;display:flex}.Navbar-module-scss-module__ctge7G__nav{align-items:center;gap:2px;display:flex}@media (max-width:600px){.Navbar-module-scss-module__ctge7G__nav{display:none}}.Navbar-module-scss-module__ctge7G__link{color:var(--text-2);border-radius:99px;padding:5px 14px;font-size:13px;font-weight:500;transition:color .15s,background .15s}.Navbar-module-scss-module__ctge7G__link:hover{color:var(--text);background:#ffffff0d}.Navbar-module-scss-module__ctge7G__linkActive{font-weight:600;color:var(--accent)!important;background:var(--accent-dim)!important}.Navbar-module-scss-module__ctge7G__userArea{margin-left:8px;position:relative}.Navbar-module-scss-module__ctge7G__avatarBtn{border:1px solid var(--border-hi);cursor:pointer;color:var(--text-2);background:0 0;border-radius:99px;align-items:center;gap:6px;padding:4px 8px 4px 4px;transition:border-color .15s;display:flex}.Navbar-module-scss-module__ctge7G__avatarBtn:hover{border-color:var(--accent)}@media (max-width:600px){.Navbar-module-scss-module__ctge7G__avatarBtn{display:none}}.Navbar-module-scss-module__ctge7G__avatar{object-fit:cover;border-radius:50%;width:26px;height:26px}.Navbar-module-scss-module__ctge7G__avatarFallback{background:var(--accent-dim);width:26px;height:26px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.Navbar-module-scss-module__ctge7G__chevronUp{transition:transform .2s;transform:rotate(180deg)}.Navbar-module-scss-module__ctge7G__dropdown{background:var(--bg-card);border:1px solid var(--border-hi);border-radius:var(--r-lg);z-index:300;min-width:160px;animation:Navbar-module-scss-module__ctge7G__fadeUp .15s var(--ease);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 20px 48px #000000b3}.Navbar-module-scss-module__ctge7G__dropdownItem{color:var(--text-2);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:background .1s,color .1s;display:flex}.Navbar-module-scss-module__ctge7G__dropdownItem:hover{color:var(--text);background:#ffffff0a}.Navbar-module-scss-module__ctge7G__dropdownSignOut{color:var(--text-3)}.Navbar-module-scss-module__ctge7G__dropdownSignOut:hover{color:var(--red)!important}.Navbar-module-scss-module__ctge7G__dropdownDivider{border-top:1px solid var(--border);margin:2px 0}.Navbar-module-scss-module__ctge7G__hamburger{border:1px solid var(--border);border-radius:var(--r-md);cursor:pointer;color:var(--text-2);background:0 0;margin-left:8px;padding:6px;display:none}@media (max-width:600px){.Navbar-module-scss-module__ctge7G__hamburger{justify-content:center;align-items:center;display:flex}}.Navbar-module-scss-module__ctge7G__mobileMenu{background:var(--bg);z-index:190;animation:Navbar-module-scss-module__ctge7G__fadeIn .15s var(--ease);flex-direction:column;padding:8px 0;display:flex;position:fixed;inset:56px 0 0;overflow-y:auto}.Navbar-module-scss-module__ctge7G__mobileLink{color:var(--text-2);cursor:pointer;font-size:16px;font-weight:500;font-family:var(--font-body);background:0 0;border:none;border-left:3px solid #0000;align-items:center;padding:14px 20px;text-decoration:none;transition:all .1s;display:flex}.Navbar-module-scss-module__ctge7G__mobileLink:hover{color:var(--text);background:#ffffff08}.Navbar-module-scss-module__ctge7G__mobileLinkActive{border-left-color:var(--accent);color:var(--accent)!important;background:var(--accent-dim)!important}.Navbar-module-scss-module__ctge7G__mobileLinkDanger{color:var(--text-3)}.Navbar-module-scss-module__ctge7G__mobileLinkDanger:hover{color:var(--red)!important}.Navbar-module-scss-module__ctge7G__mobileDivider{border-top:1px solid var(--border);margin:8px 0}@keyframes Navbar-module-scss-module__ctge7G__fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes Navbar-module-scss-module__ctge7G__fadeIn{0%{opacity:0}to{opacity:1}}
.Footer-module-scss-module__kQc2fa__footer{border-top:1px solid var(--border);background:var(--bg-1);width:100%;margin-top:auto;padding:32px 20px 28px}.Footer-module-scss-module__kQc2fa__inner{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:1200px;margin:0 auto;display:flex}.Footer-module-scss-module__kQc2fa__brand{align-items:center;gap:8px;display:flex}.Footer-module-scss-module__kQc2fa__logoMark{background:var(--accent);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.Footer-module-scss-module__kQc2fa__brandName{font-family:var(--font-display);color:var(--text);font-size:16px;font-weight:300}.Footer-module-scss-module__kQc2fa__brandName strong{color:var(--accent);font-weight:800}.Footer-module-scss-module__kQc2fa__tagline{color:var(--text-3);max-width:400px;font-size:12px;line-height:1.6}.Footer-module-scss-module__kQc2fa__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.Footer-module-scss-module__kQc2fa__link{color:var(--text-2);font-size:12px;font-weight:500;transition:color .15s}.Footer-module-scss-module__kQc2fa__link:hover{color:var(--accent)}.Footer-module-scss-module__kQc2fa__dot{background:var(--text-3);border-radius:50%;flex-shrink:0;width:3px;height:3px}.Footer-module-scss-module__kQc2fa__copy{color:var(--text-3);font-size:11px;line-height:1.6}.Footer-module-scss-module__kQc2fa__disclaimer{opacity:.6}@media (max-width:480px){.Footer-module-scss-module__kQc2fa__disclaimer{margin-top:4px;display:block}}
