@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap";
:root{--color-black:#080808;--color-black-soft:#0f0f0f;--color-grey-dark:#141414;--color-grey:#1c1c1c;--color-grey-mid:#2a2a2a;--color-grey-light:#3a3a3a;--color-gold:#c9a84c;--color-gold-light:#e0be72;--color-gold-pale:#f5e6b8;--color-gold-dim:#8a6f30;--color-white:#f5f0e8;--color-white-dim:#b8b0a0;--color-white-muted:#6b6560;--color-success:#3dba6f;--color-danger:#e04f4f;--color-push:#7a8fb0;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-gold:0 0 40px #c9a84c40;--shadow-gold-sm:0 0 15px #c9a84c26;--shadow-card:0 4px 32px #0009;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.6s ease;--z-nav:100;--z-modal:200;--z-tooltip:300}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#040404;height:100%;font-size:16px}body{color:var(--color-white);font-family:var(--font-body);background-color:#040404;flex-direction:column;min-height:100vh;line-height:1.6;display:flex;overflow-x:hidden}.main-wrapper{flex-direction:column;flex:1 0 auto;display:flex}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.container{width:100%;max-width:1200px;padding:0 var(--space-xl);box-sizing:border-box;margin:0 auto}@media (max-width:768px){.container{padding:0 1rem}}.text-gold{color:var(--color-gold)}.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}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-grey-dark)}::-webkit-scrollbar-thumb{background:var(--color-gold-dim);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-gold)}::selection{color:var(--color-white);background:#c9a84c4d}.pageTransition{animation:.45s cubic-bezier(.16,1,.3,1) forwards pageFadeIn}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fillLogoutBar{0%{width:0%}to{width:100%}}
.Navbar-module__cJzEcG__header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#0a0a0a;border:1px solid #ffffff14;border-radius:999px;width:90%;max-width:min(1200px,100vw - 24px);height:64px;transition:border-color .2s,box-shadow .2s,background .2s;position:fixed;top:24px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 30px #000000b3}.Navbar-module__cJzEcG__header:hover{border-color:#c9a84c33;box-shadow:0 10px 45px #c9a84c0d}.Navbar-module__cJzEcG__headerOpen{border-color:#c9a84c4d;border-radius:28px;height:auto;max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 20px 50px #000000e6,0 0 30px #c9a84c1a}.Navbar-module__cJzEcG__headerTop{flex-shrink:0;justify-content:space-between;align-items:center;width:100%;height:62px;padding:0 20px;display:flex}.Navbar-module__cJzEcG__logoContainer{flex-shrink:0;align-items:center;gap:10px;min-width:0;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoCircle{background:#c9a84c1a;border:1px solid #c9a84c4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.Navbar-module__cJzEcG__logoContainer:hover .Navbar-module__cJzEcG__logoCircle{border-color:var(--color-gold);transform:scale(1.06)}.Navbar-module__cJzEcG__brandName{font-family:var(--font-heading);letter-spacing:-.5px;color:#fff;white-space:nowrap;font-size:1.05rem;font-weight:900}.Navbar-module__cJzEcG__nav{flex-shrink:0;align-items:center;gap:22px;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--color-white-dim);white-space:nowrap;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:#fff}.Navbar-module__cJzEcG__navLinkActive{font-weight:700;color:var(--color-gold)!important}.Navbar-module__cJzEcG__navLinkActive:after{content:"";background:var(--color-gold);width:100%;height:2px;box-shadow:0 0 8px var(--color-gold);border-radius:2px;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navRight{flex-shrink:0;align-items:center;gap:10px;display:flex}.Navbar-module__cJzEcG__userProfilePill{white-space:nowrap;background:#c9a84c1a;border:1px solid #c9a84c59;border-radius:999px;align-items:center;gap:8px;padding:4px 6px 4px 12px;display:flex}.Navbar-module__cJzEcG__navAdminBtn{border:1px solid var(--color-gold,#c9a84c);color:#f3e098;white-space:nowrap;background:#c9a84c2e;border-radius:20px;align-items:center;gap:4px;margin-right:2px;padding:4px 10px;font-size:.75rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.Navbar-module__cJzEcG__navAdminBtn:hover{background:var(--color-gold);color:#000}.Navbar-module__cJzEcG__userNameLink{color:#fff;white-space:nowrap;align-items:center;gap:5px;font-size:.82rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__cJzEcG__userNameLink:hover{color:var(--color-gold)}.Navbar-module__cJzEcG__logoutNavBtn{color:#aaa;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;transition:all .2s;display:flex}.Navbar-module__cJzEcG__logoutNavBtn:hover{color:#ef4444;background:#ef444440}.Navbar-module__cJzEcG__mobileUserBox{color:#fff;flex-direction:column;align-items:center;gap:12px;width:100%;font-weight:800;display:flex}.Navbar-module__cJzEcG__mobileAdminBoxBtn{background:linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-light) 100%);color:#000;border-radius:12px;align-items:center;gap:8px;padding:10px 22px;font-size:.95rem;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 4px 15px #c9a84c4d}.Navbar-module__cJzEcG__mobileAdminNavLink{align-items:center;gap:8px;font-weight:900;display:inline-flex;color:var(--color-gold)!important}.Navbar-module__cJzEcG__mobileUserNameLink{color:#fff;align-items:center;gap:8px;font-size:1.1rem;font-weight:900;text-decoration:none;display:inline-flex}.Navbar-module__cJzEcG__mobileUserNameLink:hover{color:var(--color-gold)}.Navbar-module__cJzEcG__mobileLogout{color:#ef4444;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:10px;padding:8px 18px;font-weight:800}.Navbar-module__cJzEcG__signInLink{color:#fff;white-space:nowrap;background:#ffffff0f;border:1px solid #c9a84c66;border-radius:999px;padding:6px 16px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1)}.Navbar-module__cJzEcG__signInLink:hover{border-color:var(--color-gold);color:var(--color-gold);background:#c9a84c33}.Navbar-module__cJzEcG__getStartedBtn{color:#000;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:999px;padding:7px 18px;font-size:.82rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #ffffff1f}.Navbar-module__cJzEcG__getStartedBtn:hover{background:var(--color-gold);color:#000;transform:translateY(-1px);box-shadow:0 0 15px #c9a84c66}.Navbar-module__cJzEcG__getStartedBtn:active{transform:translateY(0)scale(.97)}.Navbar-module__cJzEcG__burgerBtn{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:6px;display:none}.Navbar-module__cJzEcG__burgerLines{background:#fff;width:20px;height:2px;transition:background .3s;display:block;position:relative}.Navbar-module__cJzEcG__burgerLines:before,.Navbar-module__cJzEcG__burgerLines:after{content:"";background:#fff;width:20px;height:2px;transition:transform .3s,top .3s;position:absolute;left:0}.Navbar-module__cJzEcG__burgerLines:before{top:-6px}.Navbar-module__cJzEcG__burgerLines:after{top:6px}.Navbar-module__cJzEcG__burgerActive .Navbar-module__cJzEcG__burgerLines{background:0 0}.Navbar-module__cJzEcG__burgerActive .Navbar-module__cJzEcG__burgerLines:before{top:0;transform:rotate(45deg)}.Navbar-module__cJzEcG__burgerActive .Navbar-module__cJzEcG__burgerLines:after{top:0;transform:rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenuContent{opacity:0;transition:opacity .15s ease-in-out;display:none}.Navbar-module__cJzEcG__headerOpen .Navbar-module__cJzEcG__mobileMenuContent{opacity:1;border-top:1px solid #ffffff14;flex-direction:column;gap:16px;padding:16px 20px 24px;display:flex}.Navbar-module__cJzEcG__mobileNavLink{color:#ddd;padding:4px 8px;font-size:1rem;font-weight:600;text-decoration:none}.Navbar-module__cJzEcG__mobileNavLink:hover,.Navbar-module__cJzEcG__mobileNavLinkActive{color:var(--color-gold)}.Navbar-module__cJzEcG__mobileNavActions{border-top:1px solid #ffffff14;flex-direction:column;gap:10px;margin-top:8px;padding-top:14px;display:flex}.Navbar-module__cJzEcG__mobileSignIn{text-align:center;color:#fff;background:#c9a84c1f;border:1px solid #c9a84c73;border-radius:999px;padding:12px;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .3s}.Navbar-module__cJzEcG__mobileSignIn:hover{border-color:var(--color-gold);color:var(--color-gold);background:#c9a84c40}.Navbar-module__cJzEcG__mobileGetStarted{background:var(--color-gold);color:#000;cursor:pointer;border:none;border-radius:999px;width:100%;padding:13px;font-size:.95rem;font-weight:800;box-shadow:0 4px 15px #c9a84c40}@media (max-width:1180px){.Navbar-module__cJzEcG__header{width:94%}.Navbar-module__cJzEcG__nav{gap:16px}.Navbar-module__cJzEcG__navLink{font-size:.84rem}.Navbar-module__cJzEcG__brandName{font-size:.98rem}}@media (max-width:1080px){.Navbar-module__cJzEcG__header{width:94%;top:16px}.Navbar-module__cJzEcG__nav,.Navbar-module__cJzEcG__navRight{display:none}.Navbar-module__cJzEcG__burgerBtn{justify-content:center;align-items:center;display:flex}}@media (max-width:480px){.Navbar-module__cJzEcG__header{width:94%;top:12px}.Navbar-module__cJzEcG__headerTop{height:56px;padding:0 14px}.Navbar-module__cJzEcG__logoCircle{width:32px;height:32px}.Navbar-module__cJzEcG__brandName{letter-spacing:-.4px;font-size:.9rem}}@media (max-width:360px){.Navbar-module__cJzEcG__headerTop{padding:0 10px}.Navbar-module__cJzEcG__brandName{font-size:.82rem}}
.Footer-module__S6Hkya__footer{z-index:10;background:#040404;border-top:1px solid #ffffff0f;margin-top:auto;padding:80px 0 40px;position:relative}.Footer-module__S6Hkya__footerGrid{grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:60px;display:grid}.Footer-module__S6Hkya__footerBrandCol{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__footerLogo{align-items:center;gap:12px;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoCircle{background:#c9a84c1a;border:1px solid #c9a84c4d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.Footer-module__S6Hkya__brandName{font-family:var(--font-heading);letter-spacing:-.5px;color:#fff;font-size:1.1rem;font-weight:900}.Footer-module__S6Hkya__footerTagline{color:#888;max-width:320px;font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__footerHeading{font-family:var(--font-heading);color:#fff;margin-bottom:20px;font-size:1rem;font-weight:700}.Footer-module__S6Hkya__footerLinks{flex-direction:column;gap:12px;list-style:none;display:flex}.Footer-module__S6Hkya__footerLinks a{color:#888;font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--color-gold)}.Footer-module__S6Hkya__socialButtons{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__socialBtn{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:10px;width:fit-content;padding:10px 20px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .55s cubic-bezier(.16,1,.3,1);display:inline-flex}.Footer-module__S6Hkya__socialBtn:hover{color:var(--color-gold);background:#c9a84c1f;border-color:#c9a84c4d;transform:translateY(-2px)}.Footer-module__S6Hkya__footerLegalNotice{color:#666;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:32px;font-size:.8rem;display:flex}@media (max-width:992px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.Footer-module__S6Hkya__footerLegalNotice{text-align:center;flex-direction:column;gap:12px}}
