.profile-dropdown{position:absolute;top:100%;right:0;margin-top:.25rem;z-index:50;min-width:280px;max-width:320px;max-height:80vh}.profile-dropdown__content{background:rgba(11,11,15,.95);border:1px solid rgba(22,255,228,.2);border-radius:1rem;backdrop-filter:blur(20px);box-shadow:0 20px 25px -5px rgba(0,0,0,.3),0 10px 10px -5px rgba(0,0,0,.1),0 0 20px rgba(22,255,228,.1);max-height:80vh;overflow-y:auto;overflow-x:hidden;padding:.5rem .25rem .5rem .5rem}.profile-dropdown__content::-webkit-scrollbar{width:4px}.profile-dropdown__content::-webkit-scrollbar-track{background:transparent;margin:.3rem 0}.profile-dropdown__content::-webkit-scrollbar-thumb{background:rgba(22,255,228,.3);border-radius:2px;margin:.25rem 0}.profile-dropdown__content::-webkit-scrollbar-thumb:hover{background:rgba(22,255,228,.5)}.profile-dropdown__content{scrollbar-width:thin;scrollbar-color:rgba(22,255,228,.3) transparent}.profile-dropdown__item{display:block;text-decoration:none;color:var(--color-foreground);border-radius:.75rem;transition:all .2s ease;margin-bottom:.25rem}.profile-dropdown__item:last-child{margin-bottom:0}.profile-dropdown__item:hover{background:rgba(22,255,228,.1);transform:translateX(2px)}.profile-dropdown__item:focus{outline:2px solid var(--color-primary);outline-offset:2px}.profile-dropdown__item--special{background:transparent;border:1px solid transparent}.profile-dropdown__item--special .profile-dropdown__item-icon{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.profile-dropdown__item--special .profile-dropdown__item-icon-svg{color:var(--color-primary)}.profile-dropdown__item--special:hover{background:linear-gradient(135deg,rgba(22,255,228,.1),rgba(0,212,170,.1))}.profile-dropdown__item--special:hover .profile-dropdown__item-icon{background:rgba(22,255,228,.1);transform:scale(1.05)}.profile-dropdown__item--special:hover .profile-dropdown__item-icon-svg{color:var(--color-primary)}.profile-dropdown__item--logout{cursor:pointer;background:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.2)}.profile-dropdown__item--logout:hover{background:rgba(239,68,68,.15);border-color:rgba(239,68,68,.4)}.profile-dropdown__item-content{display:flex;align-items:center;gap:.75rem;padding:.75rem}.profile-dropdown__item-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border-radius:.5rem;border:1px solid rgba(255,255,255,.1);transition:all .2s ease}.profile-dropdown__item:hover .profile-dropdown__item-icon{background:rgba(22,255,228,.1);border-color:rgba(22,255,228,.3);transform:scale(1.05)}.profile-dropdown__item--logout:hover .profile-dropdown__item-icon{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3)}.profile-dropdown__item-icon-svg{width:18px;height:18px;color:var(--color-muted-foreground);transition:all .2s ease}.profile-dropdown__item:hover .profile-dropdown__item-icon-svg{color:var(--color-primary)}.profile-dropdown__item--logout:hover .profile-dropdown__item-icon-svg{color:#ef4444}.profile-dropdown__item-text{flex:1;min-width:0}.profile-dropdown__item-title{display:block;font-size:.875rem;font-weight:600;color:var(--color-foreground);line-height:1.3;margin-bottom:.125rem;transition:color .2s ease}.profile-dropdown__item:hover .profile-dropdown__item-title{color:var(--color-primary)}.profile-dropdown__item--logout:hover .profile-dropdown__item-title{color:#ef4444}.profile-dropdown__item-description{display:block;font-size:.75rem;color:var(--color-muted-foreground);line-height:1.3;opacity:.8;transition:opacity .2s ease}.profile-dropdown__item:hover .profile-dropdown__item-description{opacity:1}@media (max-width:768px){.profile-dropdown{min-width:260px;max-width:280px}.profile-dropdown__item-content{padding:.625rem;gap:.625rem}.profile-dropdown__item-icon{width:28px;height:28px}.profile-dropdown__item-icon-svg{width:16px;height:16px}.profile-dropdown__item-title{font-size:.8rem}.profile-dropdown__item-description{font-size:.7rem}}.profile-dropdown{animation:dropdownFadeIn .2s ease-out}.profile-dropdown[style*="bottom: 100%"]{animation:dropdownFadeInUp .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownFadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme:dark){.profile-dropdown__content{background:rgba(0,0,0,.95);border:1px solid rgba(255,255,255,.1)}.profile-dropdown__item-icon{background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.05)}}@media (prefers-contrast:high){.profile-dropdown__content{border:2px solid var(--color-foreground)}.profile-dropdown__item:hover{border:1px solid var(--color-primary)}}@media (prefers-reduced-motion:reduce){.profile-dropdown__item,.profile-dropdown__item-icon,.profile-dropdown__item-icon-svg,.profile-dropdown__item-title{transition:none}.profile-dropdown__item:hover,.profile-dropdown__item:hover .profile-dropdown__item-icon{transform:none}.profile-dropdown{animation:none}}.mobile-drawer-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(11,11,15,.8);backdrop-filter:blur(8px);z-index:9998;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-drawer-backdrop--open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--color-background);z-index:9999;transform:translateY(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden}.mobile-drawer--open{transform:translateY(0)}.mobile-drawer-header{position:relative;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--color-primary-20);background:linear-gradient(135deg,var(--color-background) 0,var(--color-muted) 100%)}.mobile-drawer-header-content{display:flex;align-items:center;justify-content:space-between}.mobile-drawer-title{font-size:1.5rem;font-weight:700;color:var(--color-primary);letter-spacing:.1em;margin:0}.mobile-drawer-close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:transparent;border:1px solid var(--color-primary-30);border-radius:.75rem;color:var(--color-white-8);cursor:pointer;transition:all .2s ease}.mobile-drawer-close:hover{background:var(--color-primary-20);border-color:var(--color-primary);box-shadow:0 0 12px rgba(22,255,228,.3)}.mobile-drawer-content{flex:1;overflow-y:auto;padding:1.5rem;scrollbar-width:thin;scrollbar-color:var(--color-primary-30) transparent}.mobile-drawer-content::-webkit-scrollbar{width:4px}.mobile-drawer-content::-webkit-scrollbar-track{background:transparent}.mobile-drawer-content::-webkit-scrollbar-thumb{background:var(--color-primary-30);border-radius:2px}.mobile-drawer-nav{display:flex;flex-direction:column;gap:2rem}.mobile-drawer-section{display:flex;flex-direction:column;gap:.75rem}.mobile-drawer-section--auth{margin-top:auto;padding-top:2rem;border-top:1px solid var(--color-primary-20)}.mobile-drawer-section-title{font-size:.875rem;font-weight:600;color:var(--color-primary-60);text-transform:uppercase;letter-spacing:.15em;margin:0;padding-bottom:.5rem;border-bottom:1px solid var(--color-primary-20);position:relative}.mobile-drawer-section-title:after{content:"";position:absolute;bottom:-1px;left:0;width:2rem;height:1px;background:var(--color-primary)}.mobile-drawer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.mobile-drawer-item{margin:0}.mobile-drawer-link,.mobile-drawer-login,.mobile-drawer-logout{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:transparent;border:1px solid transparent;border-radius:1rem;color:var(--color-white-8);text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:.05em;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;width:100%;text-align:left;position:relative;overflow:hidden}.mobile-drawer-link:before,.mobile-drawer-login:before,.mobile-drawer-logout:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,var(--color-primary-10),transparent);transition:left .5s ease}.mobile-drawer-link:hover:before,.mobile-drawer-login:hover:before,.mobile-drawer-logout:hover:before{left:100%}.mobile-drawer-link:hover,.mobile-drawer-login:hover{background:var(--color-primary-10);border-color:var(--color-primary-30);color:var(--color-primary);transform:translateX(.5rem);box-shadow:0 4px 12px rgba(22,255,228,.15)}.mobile-drawer-logout:hover{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:#ef4444;transform:translateX(.5rem);box-shadow:0 4px 12px rgba(239,68,68,.15)}.mobile-drawer-link-icon{color:var(--color-primary-60);transition:all .3s ease;flex-shrink:0}.mobile-drawer-link:hover .mobile-drawer-link-icon,.mobile-drawer-login:hover .mobile-drawer-link-icon{color:var(--color-primary);transform:scale(1.1)}.mobile-drawer-logout:hover .mobile-drawer-link-icon{color:#ef4444;transform:scale(1.1)}.mobile-drawer-link-text{flex:1;font-weight:600;letter-spacing:.1em}.mobile-drawer-link[aria-current=page]{background:var(--color-primary-20);border-color:var(--color-primary);color:var(--color-primary)}.mobile-drawer-link[aria-current=page] .mobile-drawer-link-icon{color:var(--color-primary)}@media (hover:none) and (pointer:coarse){.mobile-drawer-link:active,.mobile-drawer-login:active,.mobile-drawer-logout:active{transform:scale(.98);transition:transform .1s ease}}.mobile-drawer-item{opacity:0;transform:translateY(1rem);animation:slideInUp .4s ease forwards}.mobile-drawer-item:first-child{animation-delay:.1s}.mobile-drawer-item:nth-child(2){animation-delay:.15s}.mobile-drawer-item:nth-child(3){animation-delay:.2s}.mobile-drawer-item:nth-child(4){animation-delay:.25s}.mobile-drawer-item:nth-child(5){animation-delay:.3s}.mobile-drawer-item:nth-child(6){animation-delay:.35s}.mobile-drawer-item:nth-child(7){animation-delay:.4s}.mobile-drawer-item:nth-child(8){animation-delay:.45s}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}.mobile-drawer-section-title{opacity:0;transform:translateX(-1rem);animation:slideInLeft .4s ease .2s forwards}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}@media (max-width:480px){.mobile-drawer-header{padding:1.25rem 1.25rem .75rem}.mobile-drawer-content{padding:1.25rem}.mobile-drawer-title{font-size:1.25rem}.mobile-drawer-link,.mobile-drawer-login,.mobile-drawer-logout{padding:.875rem 1rem;font-size:.9rem}}.inter-splash-screen{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:rgba(11,11,13,.94);backdrop-filter:blur(4px);pointer-events:auto}.inter-splash-inner{display:flex;flex-direction:column;align-items:center;padding:20px 28px}.inter-splash-loading-bar{width:240px;height:6px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;box-shadow:inset 0 0 6px rgba(0,0,0,.25)}.inter-splash-loading-progress{height:100%;width:50%;border-radius:999px;background:linear-gradient(90deg,transparent 0,var(--color-primary-60) 20%,var(--color-primary) 50%,var(--color-primary-60) 80%,transparent 100%);box-shadow:0 0 15px var(--color-primary-60),0 0 30px var(--color-primary-40);will-change:transform}@media (max-width:480px){.inter-splash-loading-bar{width:140px;height:5px}}@media (prefers-reduced-motion:reduce){.inter-splash-loading-progress{transition:none!important;animation:none!important;transform:none!important;width:50%!important}}.splash-screen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999!important;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.splash-ssr-cover{position:fixed;inset:0;background:#000;z-index:100000}.splash-ssr-cover.hidden{opacity:0;visibility:hidden;pointer-events:none}.splash-background{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.95),rgba(0,0,0,.98) 50%,rgba(0,0,0,.95));z-index:-1}.splash-logo{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.splash-logo-image{filter:drop-shadow(0 0 20px var(--color-primary-60)) drop-shadow(0 0 40px var(--color-primary-40)) drop-shadow(0 0 60px var(--color-primary-20));transition:all .3s ease}.splash-logo:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:radial-gradient(circle,var(--color-primary-20) 0,transparent 70%);border-radius:50%;z-index:-1;animation:moonGlow 3s ease-in-out infinite alternate}@keyframes moonGlow{0%{opacity:.3;transform:translate(-50%,-50%) scale(.8)}to{opacity:.6;transform:translate(-50%,-50%) scale(1.2)}}.splash-title{display:flex;align-items:center;justify-content:center;gap:.2rem;margin-bottom:2rem}.splash-title-letter{font-size:4rem;font-weight:700;color:var(--color-white-8);text-shadow:0 0 20px var(--color-primary-60);letter-spacing:.1em;display:inline-block;transition:all .3s ease}.splash-title-letter:hover{color:var(--color-primary);text-shadow:0 0 30px var(--color-primary-80);transform:translateY(-2px)}.splash-title-letter:first-child,.splash-title-letter:nth-child(2){color:var(--color-primary);text-shadow:0 0 25px var(--color-primary-80)}.splash-loading{justify-content:center;color:white;opacity:0;transition:opacity .5s ease;z-index:2}.splash-loading,.splash-loading-content{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;align-items:center}.splash-loading-content{flex-direction:column;gap:1rem}.splash-loading-text{font-size:1rem;font-weight:500;text-align:center}.splash-loading.visible{opacity:1}.splash-loading-bar{width:250px;height:8px;background:rgba(255,255,255,.1);border-radius:4px;overflow:hidden;margin:0 auto;display:block;border:1px solid var(--color-primary-20)}.splash-loading-progress{height:100%;background:linear-gradient(90deg,var(--color-primary) 0,var(--color-primary-80) 50%,var(--color-primary) 100%);border-radius:3px;box-shadow:0 0 15px var(--color-primary-60),0 0 30px var(--color-primary-40);position:relative;overflow:hidden}.splash-loading-progress:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3) 50%,transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.main-content-transition{opacity:0;transform:translateY(20px);transition:all .5s ease}.main-content-transition.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.splash-screen{gap:1.5rem}.splash-logo-image{width:60px;height:60px}.splash-logo:before{width:90px;height:90px}.splash-title-letter{font-size:2.5rem}.splash-title{gap:.1rem;margin-bottom:1.5rem}.splash-loading{bottom:1.5rem}.splash-loading-text{font-size:.9rem}.splash-loading-bar{width:200px;height:6px;margin:0 auto}.splash-loading-content{gap:.75rem;align-items:center}}@media (max-width:480px){.splash-title-letter{font-size:2rem}.splash-logo-image{width:50px;height:50px}.splash-logo:before{width:80px;height:80px}.splash-loading-bar{width:180px;height:5px}}@media (prefers-contrast:high){.splash-overlay{background:rgba(0,0,0,.9)}.splash-loading{color:white;text-shadow:0 0 4px rgba(0,0,0,.8)}}@media (prefers-reduced-motion:reduce){.splash-loading-progress{animation:none;width:100%!important}.main-content-transition{transition:opacity .3s ease;transform:none}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}