@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
.Header-module__hBw1pG__header{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);background:#0a0a0ab3;justify-content:space-between;align-items:center;width:100%;padding:.75rem 2rem;display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__logo{letter-spacing:-.5px;cursor:pointer;font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__nav{gap:1.5rem;display:flex}.Header-module__hBw1pG__link{color:var(--text-secondary);align-items:center;font-size:.95rem;font-weight:500;transition:color .3s;display:flex}.Header-module__hBw1pG__link:hover{color:var(--text-primary)}.Header-module__hBw1pG__dropdownContainer{align-items:center;height:100%;display:flex;position:relative}.Header-module__hBw1pG__dropdownTrigger{cursor:pointer;background:0 0;border:none;gap:.25rem;padding:1rem 0;font-family:inherit}.Header-module__hBw1pG__dropdownArrow{transition:transform .3s}.Header-module__hBw1pG__dropdownContainer:hover .Header-module__hBw1pG__dropdownTrigger{color:var(--text-primary)}.Header-module__hBw1pG__dropdownContainer:hover .Header-module__hBw1pG__dropdownArrow{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownMenu{-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);opacity:0;visibility:hidden;pointer-events:none;background:#141416f2;border-radius:12px;flex-direction:row;gap:1.5rem;width:600px;padding:1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:100%;right:-20px;transform:translateY(10px);box-shadow:0 10px 40px #00000080}.Header-module__hBw1pG__dropdownColumn{flex-direction:column;flex:1;gap:.25rem;display:flex}.Header-module__hBw1pG__dropdownColumnTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);margin-bottom:.5rem;padding-left:.5rem;font-size:.8rem;font-weight:700}.Header-module__hBw1pG__dropdownMenu:before{content:"";border-left:1px solid var(--glass-border);border-top:1px solid var(--glass-border);background:#141416f2;width:12px;height:12px;position:absolute;top:-6px;right:45px;transform:rotate(45deg)}.Header-module__hBw1pG__dropdownContainer:hover .Header-module__hBw1pG__dropdownMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.Header-module__hBw1pG__dropdownContainer.Header-module__hBw1pG__navigating .Header-module__hBw1pG__dropdownMenu{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.Header-module__hBw1pG__dropdownItem{border-radius:8px;align-items:center;gap:1rem;padding:.75rem 1rem;text-decoration:none;transition:background .2s;display:flex}.Header-module__hBw1pG__dropdownItem:hover{background:#ffffff0d}.Header-module__hBw1pG__dropdownIcon{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Header-module__hBw1pG__dropdownText{flex-direction:column;gap:.2rem;display:flex}.Header-module__hBw1pG__dropdownTitle{color:#fff;font-size:.95rem;font-weight:600}.Header-module__hBw1pG__dropdownDesc{color:var(--text-secondary);font-size:.8rem;line-height:1.4}.Header-module__hBw1pG__desktopNav{display:flex}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:102;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.Header-module__hBw1pG__hamburger span{background-color:var(--text-primary);transform-origin:0;border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:first-child{transform:rotate(45deg)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:nth-child(2){opacity:0;transform:translate(10px)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:nth-child(3){transform:rotate(-45deg)}.Header-module__hBw1pG__mobileMenu{-webkit-backdrop-filter:blur(20px);z-index:101;background:#0a0a0afa;justify-content:center;align-items:center;width:100vw;height:100vh;transition:right .4s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;right:-100%}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__menuOpen{right:0}.Header-module__hBw1pG__mobileNavContent{flex-direction:column;gap:2.5rem;width:100%;max-width:400px;margin-top:4rem;padding:0 2rem;display:flex}.Header-module__hBw1pG__mobileSection{flex-direction:column;gap:1rem;display:flex}.Header-module__hBw1pG__mobileSectionTitle{text-transform:uppercase;letter-spacing:2px;color:var(--text-secondary);border-bottom:1px solid #ffffff1a;padding-bottom:.5rem;font-size:.85rem}.Header-module__hBw1pG__mobileNavGroup{flex-direction:column;gap:1.25rem;display:flex}.Header-module__hBw1pG__mobileLink{color:#fff;opacity:0;align-items:center;gap:1rem;font-size:1.4rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;transform:translateY(20px)}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__menuOpen .Header-module__hBw1pG__mobileLink{opacity:1;transform:translateY(0)}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__menuOpen .Header-module__hBw1pG__mobileSection:first-child .Header-module__hBw1pG__mobileLink:first-child{transition-delay:.1s}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__menuOpen .Header-module__hBw1pG__mobileSection:first-child .Header-module__hBw1pG__mobileLink:nth-child(2){transition-delay:.15s}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__menuOpen .Header-module__hBw1pG__mobileSection:first-child .Header-module__hBw1pG__mobileLink:nth-child(3){transition-delay:.2s}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__menuOpen .Header-module__hBw1pG__mobileSection:nth-child(2) .Header-module__hBw1pG__mobileLink:first-child{transition-delay:.25s}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__menuOpen .Header-module__hBw1pG__mobileSection:nth-child(2) .Header-module__hBw1pG__mobileLink:nth-child(2){transition-delay:.3s}.Header-module__hBw1pG__mobileLink:hover,.Header-module__hBw1pG__mobileLink:active{color:#ff8a00;transform:translate(5px)}.Header-module__hBw1pG__mobileIcon{background:#ffffff0d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:background .3s;display:flex}.Header-module__hBw1pG__mobileLink:hover .Header-module__hBw1pG__mobileIcon{background:#ff8a0033}.Header-module__hBw1pG__mobileFooter{opacity:0;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;transition:opacity .5s .4s;display:flex}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__menuOpen .Header-module__hBw1pG__mobileFooter{opacity:1}.Header-module__hBw1pG__mobileFooterLink{color:var(--text-secondary);font-size:.95rem;text-decoration:none;transition:color .2s}.Header-module__hBw1pG__mobileFooterLink:hover{color:#fff}.Header-module__hBw1pG__mobileFooterDot{color:#fff3}@media (max-width:768px){.Header-module__hBw1pG__header{padding:1rem 1.5rem}.Header-module__hBw1pG__logo{font-size:1.25rem}.Header-module__hBw1pG__desktopNav{display:none}.Header-module__hBw1pG__hamburger{display:flex}}@media (max-width:480px){.Header-module__hBw1pG__header{padding:.8rem 1rem}}
.Footer-module__S6Hkya__footer{text-align:center;border-top:1px solid var(--glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0a80;width:100%;margin-top:auto;padding:2rem}.Footer-module__S6Hkya__content{flex-direction:column;align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__text{color:var(--text-secondary);font-size:.9rem}.Footer-module__S6Hkya__disclaimer{color:var(--text-secondary);opacity:.6;max-width:600px;font-size:.75rem;line-height:1.5}.Footer-module__S6Hkya__heart{color:#dc2743}
:root{--background-dark:#0a0a0a;--background-card:#ffffff08;--text-primary:#fff;--text-secondary:#a0a0a0;--accent-gradient:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);--glass-border:#ffffff14;--glass-shadow:0 8px 32px 0 #0000005e;--error-color:#ff4d4f;--success-color:#52c41a}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background-dark);max-width:100vw;color:var(--text-primary);min-height:100vh;font-family:Outfit,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.glass-panel{background:var(--background-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:24px}.gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out forwards fadeIn}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:3px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:1s ease-in-out infinite spin}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-dark)}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
