:root{--bg-deep:#050810;--bg-card:#0a0e1a;--bg-card-alt:#0f1424;--bg-nav:#050810cc;--text-primary:#e0e6f0;--text-muted:#7a8ba8;--accent-teal:#2dd4bf;--accent-purple:#8b5cf6;--accent-blue:#3b82f6;--glow-teal:#2dd4bf33;--glow-purple:#8b5cf633;--glow-blue:#3b82f633;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-pill:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-deep);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:var(--accent-teal)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.6s ease-out forwards fadeInUp}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.page-section{max-width:1200px;margin:0 auto;padding:60px 24px}.section-title{margin-bottom:12px;font-size:2rem;font-weight:700}.section-subtitle{color:var(--text-muted);margin-bottom:40px;font-size:1.1rem}.card-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:900px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.card-grid{grid-template-columns:1fr}.page-section{padding:40px 16px}.section-title{font-size:1.5rem}}
.Navbar-module__nuAbfa__nav{z-index:100;background:var(--bg-nav);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #ffffff0d;position:sticky;top:0}.Navbar-module__nuAbfa__inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__nuAbfa__brand{align-items:center;gap:10px;display:flex}.Navbar-module__nuAbfa__logo{object-fit:contain;width:32px;height:32px}.Navbar-module__nuAbfa__brandName{letter-spacing:.5px;font-size:1.1rem;font-weight:700}.Navbar-module__nuAbfa__links{align-items:center;gap:8px;display:flex}.Navbar-module__nuAbfa__link{border-radius:var(--radius-sm);color:var(--text-muted);padding:8px 16px;font-size:.9rem;font-weight:500;transition:color .2s,background .2s}.Navbar-module__nuAbfa__link:hover{color:var(--text-primary);background:#ffffff0d}.Navbar-module__nuAbfa__link.Navbar-module__nuAbfa__active{color:var(--accent-teal);background:#2dd4bf14}.Navbar-module__nuAbfa__discordLink{border-radius:var(--radius-pill);color:#fff;background:#5865f2;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:background .2s,transform .2s;display:flex}.Navbar-module__nuAbfa__discordLink:hover{background:#4752c4;transform:translateY(-1px)}.Navbar-module__nuAbfa__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__nuAbfa__hamburger span{background:var(--text-primary);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.Navbar-module__nuAbfa__hamburger.Navbar-module__nuAbfa__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__nuAbfa__hamburger.Navbar-module__nuAbfa__open span:nth-child(2){opacity:0}.Navbar-module__nuAbfa__hamburger.Navbar-module__nuAbfa__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__nuAbfa__hamburger{display:flex}.Navbar-module__nuAbfa__links{background:var(--bg-card);border-left:1px solid #ffffff0d;flex-direction:column;align-items:stretch;gap:4px;width:280px;padding:24px;transition:transform .3s;position:fixed;top:64px;bottom:0;right:0;transform:translate(100%)}.Navbar-module__nuAbfa__links.Navbar-module__nuAbfa__show{transform:translate(0)}.Navbar-module__nuAbfa__link{padding:12px 16px;font-size:1rem}.Navbar-module__nuAbfa__discordLink{justify-content:center;margin-top:8px}}
.Footer-module__EZoWya__wrapper{z-index:90;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:20px;right:20px}.Footer-module__EZoWya__panel{background:var(--bg-card);border-radius:var(--radius-lg);text-align:center;border:1px solid #ffffff14;flex-direction:column;align-items:center;gap:10px;min-width:220px;padding:24px;animation:.25s ease-out Footer-module__EZoWya__slideUp;display:flex;box-shadow:0 8px 32px #0006}@keyframes Footer-module__EZoWya__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Footer-module__EZoWya__logo{object-fit:contain;opacity:.7;width:36px;height:36px}.Footer-module__EZoWya__name{color:var(--text-muted);font-size:.85rem;font-weight:600}.Footer-module__EZoWya__discord{color:var(--accent-teal);font-size:.8rem;font-weight:500;transition:opacity .2s}.Footer-module__EZoWya__discord:hover{opacity:.8}.Footer-module__EZoWya__copy{color:var(--text-muted);opacity:.6;font-size:.7rem;line-height:1.5}.Footer-module__EZoWya__toggle{background:var(--bg-card);width:44px;height:44px;color:var(--text-muted);cursor:pointer;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .2s;display:flex;box-shadow:0 4px 16px #0000004d}.Footer-module__EZoWya__toggle:hover{background:var(--bg-card-alt);color:var(--text-primary);transform:scale(1.05)}.Footer-module__EZoWya__toggle.Footer-module__EZoWya__open{background:var(--bg-card-alt);color:var(--accent-teal)}
.Background-module__iBs9-a__canvas{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}
