.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 24px;transition:all .35s cubic-bezier(.4,0,.2,1)}.header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#09090b99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:all .35s cubic-bezier(.4,0,.2,1)}.header-scrolled:before{background:#09090beb;border-bottom-color:#ffffff0f}.header-container{position:relative;max-width:1200px;margin:0 auto;height:56px;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:12px;cursor:pointer;transition:opacity .15s}.header-logo:hover{opacity:.8}.header-logo img{width:28px;height:28px;filter:drop-shadow(0 0 12px rgba(249,115,22,.25))}.header-logo-text{font-family:Geist,Inter,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#fafafa;letter-spacing:-.02em}.header-nav{display:flex;align-items:center;gap:4px}.nav-link{display:inline-flex;align-items:center;gap:5px;padding:8px 12px;background:transparent;border:none;border-radius:6px;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:500;color:#a1a1aa;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.nav-link:hover{color:#fafafa;background:#ffffff0f}.nav-link svg{transition:transform .15s cubic-bezier(.4,0,.2,1)}.nav-dropdown{position:relative}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown:hover .nav-link svg{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;min-width:170px;padding:4px;background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 8px 32px #00000080;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s cubic-bezier(.16,1,.3,1)}.dropdown-item{display:block;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:6px;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:500;color:#a1a1aa;text-align:left;cursor:pointer;transition:all .15s}.dropdown-item:hover{color:#fafafa;background:#ffffff0f}.header-coin-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:9999px;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:600;color:#f59e0b;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);white-space:nowrap}.header-coin-btn:hover{background:#f59e0b2e;border-color:#f59e0b80;box-shadow:0 0 16px #f59e0b33;transform:translateY(-1px)}.header-coin-btn svg{flex-shrink:0}.header-actions{display:flex;align-items:center;gap:10px}.header-cta{padding:7px 20px;background:#f97316;border:none;border-radius:9999px;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:600;color:#000;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.header-cta:hover{background:#fb923c;box-shadow:0 0 20px #f9731640;transform:translateY(-1px)}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:7px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background .15s}.mobile-menu-btn:hover{background:#ffffff0f}.mobile-menu-btn span{display:block;width:20px;height:1.5px;background:#fafafa;border-radius:2px;transition:all .35s cubic-bezier(.16,1,.3,1)}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(4.5px,4.5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(4.5px,-4.5px)}.mobile-menu{display:none;flex-direction:column;padding:16px;background:#09090bfa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.06)}.mobile-menu.open{display:flex}.mobile-link{padding:16px;background:transparent;border:none;border-radius:10px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:500;color:#a1a1aa;text-align:left;cursor:pointer;transition:all .15s}.mobile-link:hover{color:#fafafa;background:#ffffff0f}.mobile-divider{height:1px;margin:8px 16px;background:#ffffff0f}.mobile-cta{margin:8px 0;padding:16px;background:#f97316;border:none;border-radius:10px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;color:#000;cursor:pointer;transition:all .15s}.mobile-cta:hover{opacity:.9}.mobile-coin-btn{margin:4px 0;padding:14px 16px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:10px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;color:#f59e0b;cursor:pointer;text-align:left;transition:all .15s}.mobile-coin-btn:hover{background:#f59e0b2e;border-color:#f59e0b80}.warning{display:flex;flex-direction:column;visibility:hidden;position:fixed;z-index:2000;top:80px;right:24px;width:320px;padding:16px;background:#ef4444f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;box-shadow:0 8px 32px #00000080;overflow:hidden}.warning-button{position:absolute;top:8px;right:8px;width:28px;height:28px;background:#ffffff1a;border:none;border-radius:6px;color:#fff;font-size:18px;cursor:pointer;transition:background .15s}.warning-button:hover{background:#fff3}.warning-text{color:#fff;font-size:.875rem;line-height:1.5;padding-right:24px}.warning-timer{position:absolute;bottom:0;left:0;height:2px;background:#ffffff80}.warning-popup{visibility:visible;animation:warningSlideIn .3s ease,warningFadeOut .3s ease 9.7s forwards}.warning-timer-anim{animation:timerProgress 10s linear forwards}@keyframes warningSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes warningFadeOut{to{opacity:0;visibility:hidden}}@keyframes timerProgress{0%{width:0%}to{width:100%}}@media(max-width:900px){.header-nav,.header-actions{display:none}.mobile-menu-btn{display:flex}}@media(max-width:480px){.header{padding:0 16px}.header-container{height:52px}.header-logo img{width:26px;height:26px}.warning{top:64px;right:16px;left:16px;width:auto}}.footer{background:#09090b;border-top:1px solid rgba(255,255,255,.06);font-family:Inter,system-ui,sans-serif;color:#fafafa;margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto;padding:40px 24px 32px;display:flex;align-items:start;justify-content:space-between;gap:32px}.footer-brand{display:flex;flex-direction:column;gap:4px}.footer-brand-name{font-family:Geist,Inter,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#fafafa;letter-spacing:-.02em}.footer-brand-desc{font-size:.6875rem;color:#52525b}.footer-links{display:flex;align-items:center;gap:24px}.footer-link{background:none;border:none;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:500;color:#a1a1aa;cursor:pointer;padding:0;transition:color .15s}.footer-link:hover{color:#fafafa}.footer-social{display:flex;gap:8px}.footer-social-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:6px;transition:all .15s}.footer-social-btn:hover{background:#f973161a;border-color:#f9731666}.footer-social-btn img{width:14px;height:14px;filter:brightness(0) invert(1);opacity:.7}.footer-social-btn:hover img{opacity:1}.footer-bottom{max-width:1200px;margin:0 auto;padding:16px 24px;border-top:1px solid rgba(255,255,255,.06);font-size:.6875rem;color:#52525b}@media(max-width:768px){.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:24px;padding:32px 16px 24px}.footer-brand{align-items:center}.footer-links{gap:16px;flex-wrap:wrap;justify-content:center}.footer-bottom{text-align:center;padding:16px}}.page-wrapper{min-height:100vh;background:#09090b;color:#fafafa;overflow-x:hidden}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:128px 24px 80px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:#09090b}.hero-glow{position:absolute;top:-35%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(249,115,22,.1) 0%,rgba(249,115,22,.03) 40%,transparent 65%);filter:blur(50px);animation:glowPulse 10s ease-in-out infinite}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(ellipse 50% 40% at 50% 35%,black 10%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 50% 40% at 50% 35%,black 10%,transparent 70%)}@keyframes glowPulse{0%,to{opacity:.7;transform:translate(-50%) scale(1)}50%{opacity:1;transform:translate(-50%) scale(1.04)}}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:160px;background:linear-gradient(transparent,#09090b);pointer-events:none}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px}.hero-sub{font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:500;color:#f97316;letter-spacing:3px;text-transform:uppercase;margin:0 0 32px;animation:fadeIn .6s ease both}.hero-title{display:flex;align-items:baseline;gap:24px;margin:0 0 32px;animation:fadeInUp .7s ease .1s both}.hero-title-main{font-family:Geist,Inter,system-ui,sans-serif;font-size:clamp(4rem,12vw,8rem);font-weight:800;letter-spacing:-.02em;color:#fafafa;line-height:1.1}.hero-title-accent{font-family:Geist,Inter,system-ui,sans-serif;font-size:clamp(4rem,12vw,8rem);font-weight:300;letter-spacing:-.01em;color:#f97316;line-height:1.1}.hero-desc{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;color:#a1a1aa;max-width:440px;line-height:1.7;margin:0 0 48px;animation:fadeInUp .7s ease .2s both}.hero-actions{display:flex;align-items:center;gap:16px;animation:fadeInUp .7s ease .3s both}.hero-btn-primary{display:inline-flex;align-items:center;gap:12px;padding:14px 32px;background:#fafafa;border:none;border-radius:9999px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#09090b;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);text-decoration:none;white-space:nowrap}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ffffff1f}.hero-btn-primary:active{transform:scale(.97)}.hero-btn-primary svg{transition:transform .2s cubic-bezier(.16,1,.3,1)}.hero-btn-primary:hover svg{transform:translate(3px)}.hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:transparent;border:1px solid rgba(255,255,255,.16);border-radius:9999px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#a1a1aa;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);text-decoration:none;white-space:nowrap}.hero-btn-secondary:hover{background:#ffffff0f;border-color:#a1a1aa;color:#fafafa}.hero-metrics{display:flex;align-items:center;gap:32px;margin-top:64px;padding:20px 40px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:fadeInUp .7s ease .4s both}.hero-metric{display:flex;flex-direction:column;align-items:center;gap:4px}.metric-divider{width:1px;height:28px;background:#ffffff1a;flex-shrink:0}.metric-value{font-family:Geist,Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:700;color:#fafafa;letter-spacing:-.02em}.metric-label{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:500;color:#52525b;text-transform:uppercase;letter-spacing:.1em}.news-section{padding:80px 24px 48px;background:#09090b;position:relative}.news-grid{display:flex;gap:20px;max-width:800px;margin:0 auto;justify-content:center}.news-card{position:relative;display:flex;flex-direction:column;gap:10px;padding:28px;background:#111113;border:1px solid rgba(255,255,255,.06);border-radius:16px;text-decoration:none;color:inherit;max-width:520px;width:100%;transition:border-color .25s,transform .25s}.news-card:hover{border-color:#f9731666;transform:translateY(-3px)}.news-card--featured{border-left:3px solid #f97316}.news-card-badge{display:inline-block;width:-moz-fit-content;width:fit-content;padding:3px 10px;background:#f973161f;color:#f97316;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:100px}.news-card-date{font-size:12px;color:#52525b}.news-card-title{font-family:Geist,Inter,system-ui,sans-serif;font-size:20px;font-weight:700;color:#fafafa;margin:0;line-height:1.3}.news-card-desc{font-size:14px;color:#a1a1aa;line-height:1.6;margin:0}.news-card-link{font-size:13px;font-weight:600;color:#f97316;margin-top:4px}.news-card:hover .news-card-link{color:#fb923c}@media(max-width:600px){.news-section{padding:60px 16px 32px}.news-card{padding:20px}.news-card-title{font-size:17px}}.section-header{text-align:center;margin-bottom:48px}.section-tag{display:inline-block;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:500;color:#f97316;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.section-title{font-family:Geist,Inter,system-ui,sans-serif;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;color:#fafafa;margin:0;letter-spacing:-.02em}.features{padding:96px 24px;background:#09090b;position:relative}.features:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto}.feature-card{padding:32px;background:#111113;border:1px solid rgba(255,255,255,.06);border-radius:20px;text-align:center;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1)}.feature-card:hover{border-color:#f9731666;transform:translateY(-4px)}.feature-icon{width:56px;height:56px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:#f973161a;border-radius:10px;transition:background .2s cubic-bezier(.16,1,.3,1)}.feature-icon img{width:28px;height:28px;filter:brightness(0) invert(1);opacity:.7;transition:all .2s cubic-bezier(.16,1,.3,1)}.feature-card:hover .feature-icon{background:#f973162e}.feature-card:hover .feature-icon img{opacity:1;filter:brightness(0) saturate(100%) invert(56%) sepia(96%) saturate(1000%) hue-rotate(346deg) brightness(100%) contrast(95%)}.feature-label{display:block;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:600;color:#f97316;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.feature-card p{font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#a1a1aa;line-height:1.7;margin:0}.team{padding:96px 0;background:#09090b;overflow:hidden}.team-slider{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent);padding:40px 0}.team-track{display:flex;gap:20px;animation:teamSlide 35s linear infinite;width:-moz-max-content;width:max-content}.team-track:hover{animation-play-state:paused}@keyframes teamSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.team-track-reverse{animation:teamSlideReverse 30s linear infinite}@keyframes teamSlideReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.hierarchy{display:flex;flex-direction:column;align-items:center;gap:24px;padding:0 24px 16px}.hierarchy-row{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.hierarchy-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 28px;background:#111113;border:1px solid rgba(255,255,255,.06);border-radius:16px;transition:border-color .25s,transform .25s}.hierarchy-card:hover{transform:translateY(-3px)}.hierarchy-card--founder{border-color:#f973164d;background:linear-gradient(135deg,#f973160f,#111113)}.hierarchy-card--founder:hover{border-color:#f97316;box-shadow:0 0 24px #f973161f}.hierarchy-card--ceo{border-color:#22c55e4d;background:linear-gradient(135deg,#22c55e0a,#111113)}.hierarchy-card--ceo:hover{border-color:#22c55e;box-shadow:0 0 24px #22c55e1f}.hierarchy-avatar{border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.08);transition:border-color .25s}.hierarchy-avatar--lg{width:80px;height:80px}.hierarchy-avatar--md{width:64px;height:64px}.hierarchy-card--founder:hover .hierarchy-avatar{border-color:#f97316}.hierarchy-card--ceo:hover .hierarchy-avatar{border-color:#22c55e}.hierarchy-card h4{font-family:Geist,Inter,system-ui,sans-serif;font-size:16px;font-weight:700;color:#fafafa;margin:0}.hierarchy-role{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.hierarchy-role--founder{color:#f97316}.hierarchy-role--ceo{color:#22c55e}@media(max-width:480px){.hierarchy-row{gap:16px}.hierarchy-card{padding:16px 20px}.hierarchy-avatar--lg{width:64px;height:64px}.hierarchy-avatar--md{width:52px;height:52px}.hierarchy-card h4{font-size:14px}}.team-card{flex-shrink:0;width:180px;padding:20px;background:#111113;border:1px solid rgba(255,255,255,.06);border-radius:14px;text-align:center;transition:border-color .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1)}.team-card:hover{border-color:#f9731666;transform:translateY(-4px)}.team-card-img{width:80px;height:80px;margin:0 auto 12px;border-radius:10px;overflow:hidden;border:2px solid rgba(255,255,255,.06);transition:border-color .2s cubic-bezier(.16,1,.3,1)}.team-card:hover .team-card-img{border-color:#f97316}.team-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.team-card-info h4{font-family:Geist,Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#fafafa;margin:0 0 4px}.team-card-info span{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;color:#52525b}.projects{padding:96px 24px;background:#09090b;position:relative}.projects:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:800px;margin:0 auto}.project-card{display:flex;flex-direction:column;gap:16px;padding:28px;background:#111113;border:1px solid rgba(255,255,255,.06);border-radius:16px;text-decoration:none;color:inherit;transition:border-color .25s,transform .25s,box-shadow .25s}.project-card:hover{border-color:#f9731666;transform:translateY(-3px);box-shadow:0 12px 40px #0006,0 0 20px #f973160f}.project-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f973161a;border-radius:12px;color:#f97316}.project-card-info h3{font-family:Geist,Inter,system-ui,sans-serif;font-size:18px;font-weight:700;color:#fafafa;margin:0 0 6px}.project-card-info p{font-size:14px;color:#a1a1aa;line-height:1.6;margin:0}.project-card-link{font-size:13px;font-weight:600;color:#f97316;transition:color .15s}.project-card:hover .project-card-link{color:#fb923c}@media(max-width:600px){.projects-grid{grid-template-columns:1fr}.project-card{padding:20px}}.cta{position:relative;padding:96px 24px;background:#09090b;overflow:hidden}.cta:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.cta-content{position:relative;z-index:1;text-align:center}.cta-content h2{font-family:Geist,Inter,system-ui,sans-serif;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#fafafa;margin:0 0 16px;letter-spacing:-.02em}.cta-content p{font-family:Inter,system-ui,sans-serif;font-size:1rem;color:#a1a1aa;margin:0 auto 40px;max-width:420px;line-height:1.7}.cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(249,115,22,.1) 0%,transparent 60%);pointer-events:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{padding:100px 20px 80px}.hero-title{flex-direction:column;gap:0}.hero-title-main,.hero-title-accent{font-size:clamp(56px,18vw,110px)}.hero-sub{margin-bottom:20px;font-size:.6875rem}.hero-desc{font-size:1rem;padding:0 16px;margin-bottom:40px}.hero-actions{flex-direction:column;width:100%;max-width:260px}.hero-btn-primary,.hero-btn-secondary{width:100%;justify-content:center;padding:13px 24px}.hero-metrics{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:48px;padding:16px 24px}.metric-divider{display:none}.hero-metric{min-width:72px}.metric-value{font-size:1.5rem}.hero-glow{width:400px;height:400px}.features,.cta{padding:80px 20px}.team{padding:80px 0}.features-grid{grid-template-columns:1fr}.team-card{width:150px;padding:16px}.team-card-img{width:64px;height:64px}}@media(max-width:480px){.hero{padding:80px 16px 64px}.hero-sub{font-size:10px;margin-bottom:12px;letter-spacing:2px}.hero-title-main,.hero-title-accent{font-size:clamp(44px,16vw,72px)}.hero-desc{font-size:.875rem}.hero-btn-primary,.hero-btn-secondary{padding:12px 20px;font-size:.8125rem}.hero-metrics{margin-top:40px}.metric-value{font-size:1.125rem}.metric-label{font-size:9px}.section-title{font-size:1.5rem}.feature-card{padding:24px}.team-card{width:140px}.team-card-img{width:56px;height:56px}}@media(max-height:850px){.hero{min-height:auto;height:100vh;padding:72px 24px 40px}.hero-sub,.hero-title{margin-bottom:16px}.hero-title-main,.hero-title-accent{font-size:clamp(56px,11vw,96px)}.hero-desc{margin-bottom:24px}.hero-metrics{margin-top:32px}}.login{display:flex;flex-direction:column;min-height:480px;width:100%;max-width:420px;background:#111113;border:1px solid rgba(255,255,255,.06);border-radius:20px;margin:100px auto 0;align-items:center;padding:40px;box-sizing:border-box;box-shadow:0 16px 48px #0009}.login-header{font-family:Geist,Inter,system-ui,sans-serif;color:#fff;font-size:2rem;font-weight:700;margin-top:8px;margin-bottom:32px;text-align:center;letter-spacing:-.02em;line-height:1.1}.login-input{padding:0 20px;height:48px;width:100%;margin-top:16px;background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#fafafa;box-sizing:border-box;transition:border-color .15s,background .15s,box-shadow .15s}.login-input:focus{outline:none;border-color:#f97316;background:#1f1f23;box-shadow:0 0 0 3px #f973161a}.login-input::-moz-placeholder{color:#52525b}.login-input::placeholder{color:#52525b}.login-input:hover{border-color:#ffffff29}.login-button{display:flex;align-items:center;justify-content:center;background:#f97316!important;background-color:#f97316!important;color:#000!important;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;border:none!important;border-radius:10px;width:100%;height:48px;margin-top:32px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;letter-spacing:.01em}.login-button:hover{background:#fb923c!important;background-color:#fb923c!important;color:#000!important;box-shadow:0 0 20px #f9731640;transform:translateY(-1px)}.login-button:active{background:#ea580c!important;background-color:#ea580c!important;color:#000!important;transform:scale(.98)}.login-button:focus-visible{outline:2px solid #f97316;outline-offset:2px;color:#000}.login .link-text{font-family:Inter,system-ui,sans-serif;font-size:.8125rem;color:#52525b;text-decoration:none;transition:color .15s;cursor:pointer}.login .link-text:hover{color:#f97316}.response-bubble{overflow:hidden;min-height:0;height:0;border-radius:10px;width:100%;margin-top:0;display:flex;justify-content:center;align-items:center;background:#f973161a;border:1px solid rgba(249,115,22,.2);opacity:0;transition:all .2s}.response-bubble.active,.response-bubble:has(.response-text:not(:empty)){opacity:1;min-height:44px;height:auto;margin-top:20px}.response-text{color:#f97316;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:500}@media only screen and (max-width:730px){.login{width:92%;margin-top:120px;padding:24px}}@media only screen and (max-width:450px){.login{margin-top:100px;padding:20px}.login-header{font-size:1.5rem;margin-bottom:24px}.login-input{height:44px;font-size:.8125rem}.login-button{height:44px;font-size:.875rem;color:#000}.login .link-text{font-size:.6875rem}}@keyframes loginErrorBox{0%{background-color:transparent;transform:translateY(40px)}to{background-color:#ff3a3a;transform:translateY(0)}}.response-active-error{animation-name:loginErrorBox;animation-duration:.5s;animation-timing-function:ease;animation-delay:0s;animation-fill-mode:forwards}.profile{display:flex;background:#111113;border:1px solid rgba(255,255,255,.06);margin-bottom:24px;border-radius:14px;padding:24px;transition:border-color .2s}.profile:hover{border-color:#ffffff29}.info-section{display:flex;flex-direction:column;gap:12px;width:100%}.info-container{display:flex;align-items:center;border-radius:10px;background:#18181b;border:1px solid rgba(255,255,255,.06);overflow:hidden;transition:border-color .15s}.info-container:hover{border-color:#ffffff29}.info-type{font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:500;color:#f97316;background:#f973161a;padding:12px 20px;min-width:110px;border-right:1px solid rgba(255,255,255,.06)}.info-text{font-family:Inter,system-ui,sans-serif;color:#fafafa;font-size:.875rem;padding:0 20px}.tiny-info-text{position:relative;color:#f97316;cursor:help}.tiny-info-tooltip{opacity:0;visibility:hidden;position:absolute;background:#18181b;border:1px solid rgba(249,115,22,.4);border-radius:10px;transition:all .2s;color:#fafafa;font-size:.8125rem;padding:12px 16px;white-space:nowrap;z-index:100;top:100%;left:0;margin-top:8px;box-shadow:0 8px 32px #00000080}.tiny-info-text:hover .tiny-info-tooltip{visibility:visible;opacity:1}.profile-info-input{font-family:Inter,system-ui,sans-serif;color:#fafafa;font-size:.875rem;background:transparent;border:none;padding:12px 20px;flex:1}.profile-info-input:focus{outline:none}.profile-info-input::-moz-placeholder{color:#52525b}.profile-info-input::placeholder{color:#52525b}.profile-info-input-button{padding:12px 24px;outline:none;border:none;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:500;color:#000;background:#f97316;transition:all .15s;cursor:pointer}.profile-info-input-button:hover{opacity:.9}.gic-div{display:flex;flex-direction:column;width:100%;height:100%;justify-content:center;align-items:center;text-align:center;padding:64px 20px}.gic-header{font-family:Geist,Inter,system-ui,sans-serif;font-size:clamp(2rem,5vw,2.5rem);color:#fafafa;font-weight:700;margin-bottom:16px}.gic-explain{font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,2.5vw,1.5rem);color:#a1a1aa;max-width:560px}.gic-command{margin-top:24px;font-family:GeistMono,monospace;font-size:clamp(1.125rem,2.5vw,1.5rem);color:#f97316;background:#f973161a;padding:16px 32px;border-radius:10px;border:1px solid rgba(249,115,22,.25)}.gic-button{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:600;color:#000;border:none;border-radius:14px;background:#22c55e;box-shadow:0 0 24px #22c55e59;margin-top:40px;width:200px;height:56px;transition:all .2s cubic-bezier(.16,1,.3,1);cursor:pointer}.gic-button:hover{box-shadow:0 0 36px #22c55e80;transform:translateY(-2px)}.xp-section{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;border-radius:14px;padding:24px;background:#111113;border:1px solid rgba(255,255,255,.06)}.xp-section-bar-cont{width:100%;height:8px;background:#18181b;border-radius:9999px;overflow:hidden}.xp-section-bar{background:#f97316;height:100%;border-radius:9999px;transition:width .5s ease;box-shadow:0 0 12px #f9731640}.xp-section-header{font-family:Geist,Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:700;color:#fafafa}.xp-section-info{font-family:Geist,Inter,system-ui,sans-serif;font-size:1.125rem;color:#fafafa}.xp-section-info-2{font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#a1a1aa}.xp-section-info-3{font-family:Inter,system-ui,sans-serif;font-size:.8125rem;color:#52525b}@media only screen and (max-width:768px){.profile{padding:16px}.info-container{flex-direction:column}.info-type{width:100%;text-align:center;border-right:none;border-bottom:1px solid rgba(255,255,255,.06);padding:12px;min-width:auto}.info-text{padding:12px;text-align:center}.profile-info-input{text-align:center}.profile-info-input-button{width:100%}}@media only screen and (max-width:480px){.xp-section{padding:16px}.xp-section-header{font-size:1.125rem}}.layout{display:flex;height:100vh;overflow:hidden;background:#09090b}.options{display:flex;flex-direction:column;margin-top:80px;z-index:2;padding:12px;background:#111113;border-right:1px solid rgba(255,255,255,.06);width:240px;min-width:240px;transition:all .35s cubic-bezier(.16,1,.3,1);gap:4px;height:calc(100vh - 80px);overflow-y:auto}.option-button{display:flex;width:100%;min-height:42px;color:#a1a1aa;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:flex-start;align-items:center;text-align:start;background:transparent;font-size:.8125rem;transition:all .15s;padding:0 12px;border-radius:10px;border:1px solid transparent;gap:12px;cursor:pointer}.option-button:hover{background:#ffffff0f;color:#fafafa}.option-button:hover .option-button-icon{opacity:1;filter:brightness(0) saturate(100%) invert(56%) sepia(96%) saturate(1000%) hue-rotate(346deg) brightness(100%) contrast(95%)}.option-button:active{background:#f973161a;border-color:#f9731666}.option-button.active{background:#f973161a;color:#f97316;border-color:transparent}.option-button.active .option-button-icon{opacity:1;filter:brightness(0) saturate(100%) invert(56%) sepia(96%) saturate(1000%) hue-rotate(346deg) brightness(100%) contrast(95%)}.option-button-icon{width:22px;height:22px;flex-shrink:0;transition:all .15s;filter:brightness(0) invert(1);opacity:.5}.option-button-text{font-size:.8125rem;font-family:Inter,system-ui,sans-serif;font-weight:500;white-space:nowrap}.page{margin-top:80px;position:relative;z-index:2;display:flex;flex-direction:column;padding:32px;width:100%;height:calc(100vh - 80px);max-height:calc(100vh - 80px);overflow-y:auto;overflow-x:hidden;background:#09090b}.page::-webkit-scrollbar,.options::-webkit-scrollbar{width:4px}.page::-webkit-scrollbar-thumb,.options::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:9999px}.page::-webkit-scrollbar-track,.options::-webkit-scrollbar-track{background:transparent}.page-button{background:transparent;min-height:42px;color:#f97316;font-size:.875rem;font-family:Inter,system-ui,sans-serif;font-weight:500;border:1px solid rgba(249,115,22,.4);border-radius:10px;transition:all .2s cubic-bezier(.16,1,.3,1);padding:0 24px;cursor:pointer}.page-button:hover{background:#f97316;border-color:#f97316;color:#000;box-shadow:0 0 20px #f9731640}.page-button:active{transform:scale(.97)}@media only screen and (max-width:1350px){.options{width:68px;min-width:68px;padding:8px;align-items:center}.option-button{width:48px;height:48px;min-height:48px;padding:0;justify-content:center;border-radius:10px}.option-button-icon{width:22px;height:22px}.option-button-text{display:none}}@media only screen and (max-width:768px){.options{width:56px;min-width:56px;margin-top:56px;height:calc(100vh - 56px)}.option-button{width:40px;height:40px;min-height:40px}.option-button-icon{width:20px;height:20px}.page{margin-top:56px;padding:20px;height:calc(100vh - 56px);max-height:calc(100vh - 56px)}}@media only screen and (max-width:450px){.options{width:48px;min-width:48px;padding:4px}.option-button{width:36px;height:36px;min-height:36px}.option-button-icon{width:18px;height:18px}.page{padding:12px}.page-button{min-height:38px;font-size:.8125rem}}.grid-inventory{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;padding-bottom:40px}.item-container{position:relative;aspect-ratio:16 / 10;background:#111113;border:1px solid rgba(255,255,255,.06);border-radius:14px;overflow:hidden;transition:all .2s cubic-bezier(.16,1,.3,1);cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end;background-size:cover;background-position:center}.item-container:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00000080;border-color:#f9731666}.item-name-cont{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 12px;background:linear-gradient(to top,rgba(9,9,11,.95) 0%,rgba(9,9,11,.6) 60%,transparent 100%)}.item-name{margin:0;font-family:Geist,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:600;color:#fafafa;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.inventory-empty{grid-column:1 / -1;text-align:center;padding:64px 20px;color:#52525b;font-family:Inter,system-ui,sans-serif;font-size:.875rem;background:#111113;border:1px dashed rgba(255,255,255,.1);border-radius:14px}@media(max-width:900px){.grid-inventory{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}}@media(max-width:600px){.grid-inventory{grid-template-columns:repeat(2,1fr);gap:12px}.item-container{aspect-ratio:4 / 3}.item-name-cont{padding:12px 8px}.item-name{font-size:.6875rem}.inventory-empty{padding:40px 16px;font-size:.8125rem}}@media(max-width:400px){.grid-inventory{grid-template-columns:1fr}.item-container{aspect-ratio:16 / 9}}.balance-container{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%;max-width:520px;margin:40px auto;padding:20px}.balance-card{position:relative;width:100%;background:#111113;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:32px;display:flex;flex-direction:column;align-items:center;overflow:hidden;box-shadow:0 8px 32px #00000080}.balance-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(249,115,22,.1) 0%,transparent 60%);pointer-events:none}.balance-label{font-family:Inter,system-ui,sans-serif;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;color:#52525b;margin-bottom:12px}.coin-amount-display{display:flex;align-items:center;gap:16px;font-family:Geist,Inter,system-ui,sans-serif;font-size:2.5rem;font-weight:700;color:#fafafa}.coin-icon-large{width:40px;height:40px;filter:drop-shadow(0 0 16px rgba(249,115,22,.25))}.add-coin-btn{margin-top:24px;background:#f97316;color:#000;border:none;border-radius:9999px;width:44px;height:44px;font-size:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 0 20px #f9731640}.add-coin-btn:hover{transform:scale(1.1);box-shadow:0 0 40px #f9731640}.gift-section{width:100%;display:flex;flex-direction:column;gap:16px}.gift-header{font-family:Geist,Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;color:#a1a1aa;margin-left:8px}.gift-input-group{display:flex;gap:12px;background:#18181b;border:1px solid rgba(255,255,255,.06);padding:8px;border-radius:14px}.gift-input{flex:1;background:transparent;border:none;padding:0 16px;height:44px;color:#fafafa;font-family:Inter,system-ui,sans-serif;font-size:.875rem}.gift-input:focus{outline:none}.gift-input::-moz-placeholder{color:#52525b}.gift-input::placeholder{color:#52525b}.gift-btn{height:44px;padding:0 24px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fafafa;font-family:Inter,system-ui,sans-serif;font-weight:600;cursor:pointer;transition:all .15s}.gift-btn:hover{background:#1f1f23;border-color:#ffffff29}.balance-feedback{min-height:36px;display:flex;align-items:center;justify-content:center;font-family:GeistMono,monospace;font-size:.8125rem;border-radius:6px;padding:0 16px;opacity:0;transform:translateY(8px);transition:all .2s}.feedback-visible{opacity:1;transform:translateY(0)}.feedback-success{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.feedback-error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}@media(max-width:600px){.coin-amount-display{font-size:2rem}.gift-input-group{flex-direction:column;background:transparent;border:none;padding:0;gap:12px}.gift-input{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:10px}.gift-btn{width:100%}}.verify-page{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:600px;opacity:0;animation:fade-in .8s ease forwards;padding:20px;box-sizing:border-box}.verify-page-info{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:500px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:48px 32px;box-sizing:border-box;box-shadow:0 20px 60px #0006,0 0 40px #f973161a}.verify-header{font-family:Jost,sans-serif;font-size:36px;font-weight:700;color:#fff;margin-bottom:16px;text-align:center}.verify-text{font-family:Inter,sans-serif;font-size:18px;color:#ffffffb3;margin-bottom:32px;text-align:center;line-height:1.6}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.verify-input{width:100%;height:52px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:20px;text-align:center;letter-spacing:4px;font-family:JetBrains Mono,monospace}@media only screen and (max-width:480px){.verify-page-info{padding:32px 20px}.verify-header{font-size:28px}.verify-text{font-size:15px}}.credit-page-container{display:flex;flex-direction:column;align-items:center;gap:40px;padding:20px;width:100%;box-sizing:border-box}.credit-panel{background:#09090b;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px;width:100%;max-width:600px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px}.panel-header{width:100%;text-align:center}.panel-title{font-family:Jost,sans-serif;font-size:24px;font-weight:700;color:#fff;margin:0 0 8px}.panel-subtitle{font-family:Inter,sans-serif;font-size:14px;color:#ffffff80;display:block}.input-group{display:flex;gap:12px;width:100%}.cp-input{flex:1;height:52px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:0 16px;color:#fff;font-family:Inter,sans-serif;font-size:16px;box-sizing:border-box;transition:all .2s ease}.cp-input:focus{outline:none;border-color:#f97316;background:#ffffff0d}.cp-btn{height:52px;padding:0 24px;border-radius:12px;font-family:Inter,sans-serif;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.cp-btn-primary{background:linear-gradient(135deg,#f97316,#ea580c);color:#000}.cp-btn-primary:hover{opacity:.9;box-shadow:0 4px 12px #f973164d}.cp-btn-secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#ffffffb3}.cp-btn-secondary:hover{color:#fff;border-color:#ffffff4d}.user-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.info-column{display:flex;flex-direction:column;gap:16px}.info-item{display:flex;flex-direction:column;gap:4px}.info-label{font-size:13px;color:#fff6;font-family:Inter,sans-serif}.info-value{font-size:16px;color:#fff;font-family:Jost,sans-serif;font-weight:500}.credit-display{color:#22c55e;font-weight:700;font-size:20px}.result-box{margin-top:16px;padding:16px;border-radius:12px;text-align:center;font-family:JetBrains Mono,monospace;font-size:14px;word-break:break-all;display:none}.result-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#22c55e;display:block}.result-error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444;display:block}@media(max-width:600px){.credit-page-container{padding:16px;gap:24px}.credit-panel{padding:24px 20px;gap:20px}.panel-title{font-size:20px}.input-group{flex-direction:column;gap:12px}.cp-input,.cp-btn{width:100%}.user-info-grid{grid-template-columns:1fr;gap:20px}.info-column{gap:12px}.info-column:last-child{padding-top:20px;border-top:1px dashed rgba(255,255,255,.1)}}.product-creator{display:flex;flex-direction:column;height:auto;color:hsl(var(--card-foreground));width:60%;border-radius:10px;align-self:center;align-items:center;margin-top:5px;margin-bottom:40px;padding:10px 45px 30px;gap:10px;background-color:var(--color-270);border:white 1px solid}.create-button{background-color:#41dc33;border:1px solid rgba(101,255,96,.767);box-shadow:0 0 20px 1px #50ff4784;border-radius:5px;width:100%;height:50px;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Poppins,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;border:none;font-size:25px;margin-bottom:40px;color:#000;transition:.12s ease}.create-button:hover{opacity:.8;cursor:pointer}.create-button:active{opacity:.5}.creator-input{background-color:transparent;border:1px white solid;border-radius:5px;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Poppins,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:18px;padding:5px;height:30px;color:hsl(var(--card-foreground));width:100%}@media only screen and (min-width:1100px){.product-creator{width:500px}}.grid-inventory-p{display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;grid-template-rows:5;margin-bottom:50px}.item-container-p{display:flex;align-items:end;flex-direction:column;justify-content:end;aspect-ratio:16 / 9;background-size:cover;border-radius:5px}.item-name-p{color:hsl(var(--card-foreground));font-size:30px;text-align:center;font-family:Manrope,sans-serif}.item-name-cont-p{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background-color:#04041f8e}.delete-button{background-color:#c83f3f;border-radius:5px;width:100px;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Poppins,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;border:none;font-size:18px;color:hsl(var(--card-foreground))}.delete-button:hover{cursor:pointer;background-color:#e17b7b}.delete-button:active{background-color:#f0aaaa}.edit-button{background-color:#4ac83f;border-radius:5px;width:100px;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Poppins,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;border:none;font-size:18px;color:hsl(var(--card-foreground))}.edit-button:hover{cursor:pointer;background-color:#84e17b}.edit-button:active{background-color:#aaf0b0}@media only screen and (max-width:800px){.grid-inventory-p{grid-template-columns:1fr 1fr}}@media only screen and (max-width:630px){.grid-inventory-p{grid-template-columns:1fr}}.mesai-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}.header-panel{font-family:Jost,sans-serif;font-size:28px;font-weight:700;color:#fff;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}.checkin,.checkout{width:100%;height:52px;border-radius:12px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.checkin{background:linear-gradient(135deg,#f97316,#ea580c);color:#000;border:none;margin-bottom:12px}.checkout{background:transparent;border:1px solid rgba(255,255,255,.15);color:#fffc}.activeshift{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;padding:24px;margin-top:24px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:16px;box-sizing:border-box}.shifter-cont{position:relative;display:flex;flex-direction:column;align-items:center;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:20px 16px;transition:all .2s ease;box-sizing:border-box;cursor:default}.shifter-icon{width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-bottom:12px;border:2px solid rgba(255,255,255,.05)}.shifter-text{font-family:Inter,sans-serif;font-size:14px;color:#fff;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.unshift-button{position:absolute;top:8px;right:8px;background:#ef444433;color:#ef4444;border:none;border-radius:6px;padding:4px 8px;font-size:11px;cursor:pointer;font-weight:600;opacity:0;transition:all .2s ease}.shifter-cont:hover .unshift-button{opacity:1}@media(max-width:480px){.activeshift{grid-template-columns:repeat(2,1fr);padding:12px;gap:10px}.shifter-cont{padding:12px}.shifter-icon{width:48px;height:48px}.shifter-text{font-size:12px}.unshift-button{opacity:1;background:#ef4444;color:#fff;width:100%;position:static;margin-top:8px;padding:6px}}.mesaisorgu{display:flex;flex-direction:row;font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";background-color:hsl(var(--background));height:auto;border-radius:10px;transition:ease .1s;margin-top:80px;padding-top:20px;padding-bottom:20px}.sorgu-users{display:flex;flex-direction:column;overflow-y:scroll;height:380px;width:15%;padding:20px 20px 20px 15px;background-color:hsl(var(--background));border-radius:15px;margin-left:20px;margin-right:20px}.sorgu-users-cont{display:flex;height:30px;color:hsl(var(--card-foreground));width:100%;border-bottom:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-top:5px;padding-bottom:5px;padding-left:5px}.sorgu-users-cont:hover{background-color:hsl(var(--muted-foreground));cursor:pointer}.sorgu-results{height:405px;width:70%;background-color:hsl(var(--background));border-radius:15px;padding:5px;overflow-y:scroll;padding-top:auto;padding-bottom:auto}.sorgu-results-cont{display:flex;height:auto;color:hsl(var(--card-foreground));width:100%}.sorgu-results-element{width:33%;text-align:start;border-right:1px white solid;padding-left:10px;padding-top:5px;padding-bottom:5px}.sorgu-settings{display:flex;flex-direction:column;height:380px;width:15%;padding:5px 10px 5px 15px}.sorgu-settings-grouper{display:flex;flex-direction:column}.sorgu-settings-header{color:hsl(var(--card-foreground));font-size:18px}.sorgu-settings-text{color:hsl(var(--muted-foreground));font-size:15px}.sorgu-settings-date-cont{display:flex;flex-direction:row;gap:5px}.sorgu-settings-date-input{border-radius:5px;padding:2px;width:20%}.year-input{width:40%}@media only screen and (max-width:1000px){.mesaisorgu{flex-direction:column;justify-content:center;align-items:center}.sorgu-users{display:grid;grid-template-columns:1fr 1fr 1fr;width:90%;height:150px;-moz-column-gap:15px;column-gap:15px;margin-bottom:40px}.sorgu-users-cont{padding-left:15px}.sorgu-results{width:93%}.sorgu-settings{flex-direction:row;width:90%;height:auto;gap:20px}.sorgu-settings-grouper{display:flex;flex-direction:column;width:50%;height:auto}.sorgu-settings-date-input{font-size:20px;width:15%}.year-input{width:40%}.sorgu-settings-header,.sorgu-settings-text{font-size:20px}}@media only screen and (max-width:630px){.sorgu-users{grid-template-columns:1fr 1fr;width:80%}.sorgu-results-element{height:20px;width:auto;padding-right:20px}.sorgu-element-minute{width:20%;padding-right:0}.sorgu-element-name,.sorgu-element-date{width:40%;padding-right:0}.sorgu-settings-grouper{display:flex;flex-direction:column;width:50%;height:auto}.sorgu-settings-date-input{font-size:15px;width:45%}.year-input{width:90%}.sorgu-settings-header,.sorgu-settings-text{font-size:15px}}@media only screen and (max-width:450px){.sorgu-settings-date-input{font-size:10px;width:40px;height:20px}.sorgu-element-name{width:35%}}.mesaicoin-panel{visibility:hidden;opacity:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;position:fixed;height:100%;width:100%;background-color:#000000a1}.mesaicoin-div{visibility:hidden;opacity:0;display:flex;flex-direction:column;align-items:center;border:1.5px solid hsl(var(--border));padding:30px;border-radius:10px;gap:20px;background-color:hsl(var(--background))}.mesaicoin-header{font-weight:900;color:hsl(var(--card-foreground));font-size:50px}.mesaicoin-textcont{display:flex;flex-direction:row;align-content:center;border:1.5px solid hsl(var(--border));border-radius:10px;width:100%;padding-right:10px}.mesaicoin-text{font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:hsl(var(--card-foreground));font-size:30px;border:1.5px solid hsl(var(--border));width:45%;padding-bottom:10px;padding-top:10px;padding-left:10px;border-bottom-left-radius:10px;border-top-left-radius:10px}.mesaicoin-amount{font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:hsl(var(--card-foreground));font-size:30px;margin-top:10px;margin-bottom:10px;padding-left:15px}@keyframes mesaicoin-load{0%{visibility:visible;opacity:0}to{visibility:visible;opacity:1}}.mesaicoin-load{animation:mesaicoin-load .5s ease-in forwards}.mesaicoin-load-delay{animation:mesaicoin-load .5s ease-in forwards;animation-delay:.5s}.mesaicoin-button{font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:#fff;font-size:30px;border-radius:15px;height:60px;width:50%;background-color:hsl(var(--primary));border:none;transition:.2s ease}.mesaicoin-button:hover{background-color:hsl(var(--primary-2));cursor:pointer}.mesaicoin-button:active{background-color:hsl(var(--primary-3))}:root{--mhe-bg-dark: #0a0a0f;--mhe-bg-card: rgba(20, 20, 30, .95);--mhe-border: rgba(255, 140, 50, .25);--mhe-accent: #ff8c32;--mhe-success: #2ecc71;--mhe-warning: #f1c40f;--mhe-danger: #e74c3c;--mhe-info: #3498db;--mhe-text: #ffffff;--mhe-text-muted: rgba(255, 255, 255, .5)}.mhe-editor{display:grid;grid-template-columns:1fr 320px;grid-template-rows:auto 1fr auto;gap:16px;width:100%;height:calc(100vh - 100px);max-height:calc(100vh - 100px);padding:16px;background:var(--mhe-bg-dark);overflow:hidden}.mhe-toolbar{grid-column:1 / -1;display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--mhe-bg-card);border-radius:12px;border:1px solid var(--mhe-border)}.mhe-toolbar-group{display:flex;align-items:center;gap:8px;padding:0 12px;border-right:1px solid rgba(255,255,255,.1)}.mhe-toolbar-group:last-child{border-right:none;margin-left:auto}.mhe-toolbar-label{font-size:11px;color:var(--mhe-text-muted);text-transform:uppercase;letter-spacing:1px;margin-right:8px}.mhe-period-selector{display:flex;gap:4px;background:#0000004d;padding:4px;border-radius:8px}.mhe-period-btn{padding:8px 16px;border:none;background:transparent;color:var(--mhe-text-muted);font-size:12px;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s ease}.mhe-period-btn:hover{background:#ffffff1a;color:var(--mhe-text)}.mhe-period-btn.active{background:var(--mhe-accent);color:#fff;box-shadow:0 2px 10px #ff8c324d}.mhe-date-range{display:flex;align-items:center;gap:8px;background:#0000004d;padding:6px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.mhe-date-input{background:transparent;border:none;color:var(--mhe-text);font-size:13px;width:100px;text-align:center;padding:4px 8px}.mhe-date-input:focus{outline:none;background:#ff8c321a;border-radius:4px}.mhe-date-separator{color:var(--mhe-text-muted)}.mhe-toolbar-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#0000004d;color:var(--mhe-text);font-size:13px;cursor:pointer;transition:all .2s ease}.mhe-toolbar-btn:hover{background:#ffffff1a;border-color:#ffffff40}.mhe-toolbar-btn.primary{background:linear-gradient(135deg,#ff8c32,#ff6b1a);border:none;font-weight:600}.mhe-toolbar-btn.primary:hover{box-shadow:0 4px 15px #ff8c3266;transform:translateY(-1px)}.mhe-toolbar-btn.success{background:#2ecc7133;border-color:#2ecc7166;color:var(--mhe-success)}.mhe-toolbar-btn.danger{background:#e74c3c33;border-color:#e74c3c66;color:var(--mhe-danger)}.mhe-grid-container{grid-column:1;background:var(--mhe-bg-card);border-radius:12px;border:1px solid var(--mhe-border);overflow:hidden;display:flex;flex-direction:column}.mhe-grid-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--mhe-border);background:#0003}.mhe-grid-title{display:flex;align-items:center;gap:12px;color:var(--mhe-text);font-size:16px;font-weight:600}.mhe-grid-title .badge{padding:4px 10px;background:#ff8c3233;color:var(--mhe-accent);font-size:11px;border-radius:20px}.mhe-grid-actions{display:flex;gap:8px}.mhe-grid-scroll{flex:1;overflow:auto}.mhe-table{width:100%;border-collapse:collapse;font-size:12px}.mhe-table th,.mhe-table td{padding:10px 12px;border:1px solid rgba(255,255,255,.06);white-space:nowrap}.mhe-table thead tr:first-child th{background:linear-gradient(180deg,#ff8c3226,#ff8c3214);background-color:#15151f;color:var(--mhe-accent);font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.mhe-table thead tr:first-child th:first-child{background:linear-gradient(180deg,#1a1a2e,#15151f)}.mhe-table thead tr:nth-child(2) th{background-color:#0d0d14;color:var(--mhe-text-muted);font-weight:500;font-size:10px}.mhe-week-header{text-align:center;min-width:160px;border-left:2px solid rgba(255,140,50,.3)!important}.mhe-week-header .week-name{font-size:12px;font-weight:600;color:var(--mhe-accent);margin-bottom:4px}.mhe-week-header .week-dates{font-size:10px;color:var(--mhe-text-muted);font-weight:400}.mhe-day-header{width:28px;text-align:center;font-size:10px;font-weight:600}.mhe-day-header.pt{color:#3498db}.mhe-day-header.sa{color:#9b59b6}.mhe-day-header.ca{color:#2ecc71}.mhe-day-header.pe{color:#f39c12}.mhe-day-header.cu{color:#e74c3c}.mhe-table tbody tr{transition:background .15s ease}.mhe-table tbody tr:hover{background:#ff8c320d}.mhe-table tbody tr:nth-child(2n){background:#00000026}.mhe-table tbody tr:nth-child(2n):hover{background:#ff8c3214}.mhe-staff-cell{position:sticky;left:0;background-color:#14141e;z-index:40;min-width:140px;border-right:2px solid var(--mhe-border)!important}.mhe-table tbody .mhe-staff-cell{z-index:30;background-color:#14141e}.mhe-table tbody tr:nth-child(2n) .mhe-staff-cell{background-color:#0f0f18}.mhe-table tbody tr:hover .mhe-staff-cell{background-color:#1a1a28}.mhe-staff-info{display:flex;align-items:center;gap:8px}.mhe-staff-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#ff8c32,#ff6b1a);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff}.mhe-staff-name{font-weight:500;color:var(--mhe-text)}.mhe-staff-role{font-size:10px;color:var(--mhe-text-muted)}.mhe-day-cell{width:28px;height:28px;text-align:center;padding:4px!important}.mhe-day-indicator{width:22px;height:22px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:600;margin:0 auto;cursor:pointer;transition:transform .15s ease}.mhe-day-indicator:hover{transform:scale(1.15)}.mhe-day-indicator.active{background:var(--mhe-success);color:#fff;box-shadow:0 2px 8px #2ecc7166}.mhe-day-indicator.partial{background:var(--mhe-warning);color:#333;box-shadow:0 2px 8px #f1c40f66}.mhe-day-indicator.inactive{background:#e74c3c4d;color:var(--mhe-danger);border:1px solid rgba(231,76,60,.5)}.mhe-day-indicator.empty{background:#ffffff0d;color:var(--mhe-text-muted)}.mhe-week-summary{text-align:center;border-left:2px solid rgba(255,140,50,.3)!important;padding:8px!important}.mhe-hours-badge{display:inline-flex;flex-direction:column;align-items:center;padding:6px 12px;border-radius:8px;min-width:90px}.mhe-hours-badge.excellent{background:linear-gradient(135deg,#2ecc7140,#2ecc711a);border:1px solid rgba(46,204,113,.4)}.mhe-hours-badge.good{background:linear-gradient(135deg,#f1c40f40,#f1c40f1a);border:1px solid rgba(241,196,15,.4)}.mhe-hours-badge.warning{background:linear-gradient(135deg,#e67e2240,#e67e221a);border:1px solid rgba(230,126,34,.4)}.mhe-hours-badge.danger{background:linear-gradient(135deg,#e74c3c40,#e74c3c1a);border:1px solid rgba(231,76,60,.4)}.mhe-hours-badge.none{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.mhe-hours-main{font-size:14px;font-weight:700;color:var(--mhe-text)}.mhe-hours-sub{font-size:9px;color:var(--mhe-text-muted);margin-top:2px}.mhe-total-cell{position:sticky;right:0;background-color:#1a1510;border-left:2px solid var(--mhe-accent)!important;min-width:100px;z-index:25}.mhe-table thead .mhe-total-cell{z-index:70;background-color:#1a1510}.mhe-total-value{font-size:15px;font-weight:700;color:var(--mhe-accent)}.mhe-total-sub{font-size:10px;color:var(--mhe-text-muted)}.mhe-sidebar{display:flex;flex-direction:column;gap:12px;overflow-y:auto;overflow-x:hidden;height:100%;max-height:100%;padding-right:8px;padding-bottom:16px;scrollbar-width:thin;scrollbar-color:rgba(255,140,50,.4) rgba(0,0,0,.2)}.mhe-sidebar::-webkit-scrollbar{width:8px}.mhe-sidebar::-webkit-scrollbar-track{background:#0003;border-radius:4px}.mhe-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ff8c3280,#ff641466);border-radius:4px;border:1px solid rgba(255,140,50,.3)}.mhe-sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff8c32b3,#ff641499)}.mhe-panel{background:linear-gradient(180deg,#191923fa,#0f0f19f2);border-radius:12px;border:1px solid rgba(255,140,50,.35);overflow:hidden;box-shadow:0 4px 20px #0006,0 0 0 1px #ffffff0d inset;flex-shrink:0}.mhe-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,140,50,.3);background:linear-gradient(180deg,#ff8c321f,#ff8c320d)}.mhe-panel-title{font-size:13px;font-weight:600;color:var(--mhe-text);display:flex;align-items:center;gap:8px}.mhe-panel-title .icon{font-size:16px}.mhe-panel-content{padding:16px;border-top:1px solid rgba(255,255,255,.03)}.mhe-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mhe-stat-card{padding:14px;background:#00000040;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.mhe-stat-value{font-size:22px;font-weight:700;color:var(--mhe-accent);margin-bottom:4px}.mhe-stat-label{font-size:10px;color:var(--mhe-text-muted);text-transform:uppercase;letter-spacing:.5px}.mhe-stat-card.success .mhe-stat-value{color:var(--mhe-success)}.mhe-stat-card.warning .mhe-stat-value{color:var(--mhe-warning)}.mhe-stat-card.danger .mhe-stat-value{color:var(--mhe-danger)}.mhe-legend-list{display:flex;flex-direction:column;gap:10px}.mhe-legend-item{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--mhe-text)}.mhe-legend-color{width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.mhe-legend-color.excellent{background:var(--mhe-success);color:#fff}.mhe-legend-color.good{background:var(--mhe-warning);color:#333}.mhe-legend-color.warning{background:#e67e22;color:#fff}.mhe-legend-color.danger{background:var(--mhe-danger);color:#fff}.mhe-legend-color.none{background:#ffffff1a;color:var(--mhe-text-muted)}.mhe-requirements{display:flex;flex-direction:column;gap:12px}.mhe-requirement-item{padding:12px;background:#0003;border-radius:8px;border-left:3px solid var(--mhe-accent)}.mhe-requirement-label{font-size:10px;color:var(--mhe-text-muted);text-transform:uppercase;margin-bottom:4px}.mhe-requirement-value{font-size:14px;font-weight:600;color:var(--mhe-text)}.mhe-requirement-input{width:100%;margin-top:8px;padding:8px 12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--mhe-text);font-size:13px}.mhe-requirement-input:focus{outline:none;border-color:var(--mhe-accent)}.mhe-staff-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.mhe-staff-list-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#0003;border-radius:8px;border-left:3px solid transparent;transition:all .2s ease}.mhe-staff-list-item:hover{background:#0000004d}.mhe-staff-list-item.complete{border-left-color:var(--mhe-success)}.mhe-staff-list-item.incomplete{border-left-color:var(--mhe-danger)}.mhe-staff-list-item .name{flex:1;font-size:12px;font-weight:500;color:var(--mhe-text)}.mhe-staff-list-item .hours{font-size:11px;font-weight:600;padding:3px 8px;border-radius:10px;background:#ffffff1a}.mhe-staff-list-item.complete .hours{background:#2ecc7133;color:var(--mhe-success)}.mhe-staff-list-item.incomplete .hours{background:#e74c3c33;color:var(--mhe-danger)}.mhe-statusbar{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--mhe-bg-card);border-radius:10px;border:1px solid var(--mhe-border);font-size:11px;color:var(--mhe-text-muted)}.mhe-statusbar-left{display:flex;gap:20px}.mhe-statusbar-item{display:flex;align-items:center;gap:6px}.mhe-statusbar-item .dot{width:6px;height:6px;border-radius:50%;background:var(--mhe-success)}.mhe-statusbar-item .dot.warning{background:var(--mhe-warning)}.mhe-statusbar-item .dot.danger{background:var(--mhe-danger)}.mhe-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;gap:20px}.mhe-loading-spinner{width:48px;height:48px;border:3px solid rgba(255,140,50,.2);border-top-color:var(--mhe-accent);border-radius:50%;animation:mhe-spin .8s linear infinite}@keyframes mhe-spin{to{transform:rotate(360deg)}}.mhe-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;gap:16px;text-align:center}.mhe-empty-icon{font-size:56px;opacity:.3}.mhe-empty-title{font-size:18px;font-weight:600;color:var(--mhe-text)}.mhe-empty-desc{font-size:13px;color:var(--mhe-text-muted);max-width:300px}.mhe-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:100}.mhe-modal{background:var(--mhe-bg-card);border-radius:16px;border:1px solid var(--mhe-border);width:90%;max-width:500px;overflow:hidden}.mhe-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--mhe-border)}.mhe-modal-title{font-size:16px;font-weight:600;color:var(--mhe-text)}.mhe-modal-close{background:none;border:none;color:var(--mhe-text-muted);font-size:20px;cursor:pointer}.mhe-modal-body{padding:20px}.mhe-modal-footer{display:flex;gap:10px;justify-content:flex-end;padding:16px 20px;border-top:1px solid var(--mhe-border)}@media(max-width:1200px){.mhe-editor{grid-template-columns:1fr}.mhe-sidebar{grid-column:1;flex-direction:row;flex-wrap:wrap;max-height:none}.mhe-panel{flex:1;min-width:280px}}@media(max-width:768px){.mhe-toolbar{flex-wrap:wrap}.mhe-toolbar-group{border-right:none;padding:0}}.excluded-row{opacity:.5}.mhe-staff-info{cursor:pointer;transition:all .2s ease;padding:4px 8px;border-radius:8px;margin:-4px -8px}.mhe-staff-info:hover{background:#ff8c321a}.mhe-staff-info.excluded{opacity:.6}.mhe-staff-name.strikethrough{text-decoration:line-through;color:var(--mhe-text-muted)}.mhe-day-indicator.excluded,.mhe-hours-badge.excluded,.mhe-total-value.excluded{opacity:.4}.mhe-excluded-info{margin-top:12px;padding:10px;background:#e74c3c1a;border:1px solid rgba(231,76,60,.3);border-radius:8px;font-size:11px;color:var(--mhe-danger);text-align:center}.badge.excluded{background:#e74c3c33!important;color:var(--mhe-danger)!important}.mhe-day-indicator .minute-display{font-size:11px;font-weight:800;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.8)}.mhe-day-indicator.active .minute-display,.mhe-day-indicator.partial .minute-display{color:#000;text-shadow:none}.mhe-day-indicator.manual{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;box-shadow:0 2px 8px #9b59b666}.mhe-day-indicator.manual .minute-display{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.mhe-toolbar-btn.manual-entry{background:#9b59b633;border-color:#9b59b666;color:#9b59b6}.mhe-toolbar-btn.manual-entry:hover{background:#9b59b64d}.mhe-staff-list-item.manual{border-left-color:#9b59b6}.mhe-staff-list-item .delete-btn{background:#e74c3c33;border:none;color:var(--mhe-danger);width:24px;height:24px;border-radius:6px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.mhe-staff-list-item .delete-btn:hover{background:#e74c3c66}.manual-entry-info{flex:1;display:flex;flex-direction:column;gap:2px}.manual-entry-info .date{font-size:10px;color:var(--mhe-text-muted)}.mhe-legend-color.manual{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff}.modal-info{font-size:12px;color:var(--mhe-text-muted);margin-bottom:16px;padding:12px;background:#3498db1a;border:1px solid rgba(52,152,219,.3);border-radius:8px}.mhe-form-group{margin-bottom:16px}.mhe-form-group label{display:block;font-size:11px;color:var(--mhe-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.mhe-form-group input{width:100%;padding:10px 14px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;transition:border-color .2s ease}.mhe-form-group input:focus{outline:none;border-color:var(--mhe-accent)}.mhe-form-group input::-moz-placeholder{color:#ffffff4d}.mhe-form-group input::placeholder{color:#ffffff4d}.mhe-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mhe-toolbar-btn.full-width{width:100%;justify-content:center;padding:14px;font-size:14px}.mhe-day-header.ct,.mhe-day-header.pz{color:#e74c3c}.mhe-toolbar-btn{transition:all .2s ease}.mhe-toolbar-btn:active{transform:scale(.98)}.mhe-panel{transition:box-shadow .2s ease}.mhe-panel:hover{box-shadow:0 6px 25px #00000080,0 0 0 1px #ff8c3233 inset}.mhe-staff-list-item{transition:all .15s ease}.mhe-staff-list-item:hover{transform:translate(4px)}.mhe-grid-container{min-width:0;overflow:hidden}.mhe-grid-scroll{overflow:auto;max-height:calc(100vh - 280px)}.mhe-grid-scroll::-webkit-scrollbar{width:8px;height:8px}.mhe-grid-scroll::-webkit-scrollbar-track{background:#0003}.mhe-grid-scroll::-webkit-scrollbar-thumb{background:#ff8c3266;border-radius:4px}.mhe-grid-scroll::-webkit-scrollbar-corner{background:transparent}.mhe-table{table-layout:auto;min-width:-moz-max-content;min-width:max-content}.mhe-search-box{display:flex;align-items:center;gap:8px;background:#0000004d;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:6px 12px;transition:all .2s ease}.mhe-search-box:focus-within{border-color:var(--mhe-accent);background:#ff8c321a;box-shadow:0 0 12px #ff8c3226}.mhe-search-box .search-icon{font-size:14px;opacity:.7}.mhe-search-input{background:transparent;border:none;outline:none;color:var(--mhe-text);font-size:13px;width:150px;font-family:inherit}.mhe-search-input::-moz-placeholder{color:var(--mhe-text-muted)}.mhe-search-input::placeholder{color:var(--mhe-text-muted)}.mhe-search-box .search-clear{background:#ffffff1a;border:none;color:var(--mhe-text-muted);font-size:16px;width:20px;height:20px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;line-height:1}.mhe-search-box .search-clear:hover{background:#e74c3c4d;color:#e74c3c}.mhe-search-group{background:#ff8c320d;border-radius:8px;margin:-4px 0;padding:8px 12px!important}.mhe-search-results{font-size:11px;color:var(--mhe-accent);background:#ff8c3226;padding:4px 8px;border-radius:12px;font-weight:600}.mhe-day-picker{display:flex;flex-direction:column;gap:12px}.mhe-day-picker-label{font-size:12px;color:var(--mhe-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.mhe-day-picker-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.mhe-day-picker-header{font-size:10px;color:var(--mhe-text-muted);text-align:center;padding:4px;font-weight:600}.mhe-day-picker-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;cursor:pointer;transition:all .2s ease;min-height:50px}.mhe-day-picker-cell:hover{background:#ff8c3226;border-color:#ff8c3266;transform:scale(1.05)}.mhe-day-picker-cell.selected{background:linear-gradient(135deg,#ff8c3266,#ff64144d);border-color:var(--mhe-accent);box-shadow:0 0 12px #ff8c324d}.mhe-day-picker-cell.weekend{background:#9b59b61a;border-color:#9b59b64d}.mhe-day-picker-cell.weekend:hover{background:#9b59b640}.mhe-day-picker-cell .day-num{font-size:14px;font-weight:600;color:var(--mhe-text)}.mhe-day-picker-cell .day-name{font-size:9px;color:var(--mhe-text-muted);margin-top:2px}.mhe-day-picker-cell.selected .day-num,.mhe-day-picker-cell.selected .day-name{color:var(--mhe-accent)}.mhe-selected-day-display{display:flex;align-items:center;gap:12px;padding:12px;background:linear-gradient(135deg,#ff8c321a,#ff64140d);border:1px solid rgba(255,140,50,.3);border-radius:8px;margin-top:8px}.mhe-selected-day-display .day-badge{background:var(--mhe-accent);color:#000;padding:8px 12px;border-radius:6px;font-weight:700;font-size:14px}.mhe-selected-day-display .day-info{flex:1}.mhe-selected-day-display .day-full{font-size:13px;font-weight:600;color:var(--mhe-text)}.mhe-selected-day-display .day-date{font-size:11px;color:var(--mhe-text-muted);margin-top:2px}.mhe-week-nav{display:flex;align-items:center;justify-content:space-between;padding:8px 0;margin-bottom:8px}.mhe-week-nav-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--mhe-text);padding:6px 12px;border-radius:6px;cursor:pointer;font-size:12px;transition:all .2s ease}.mhe-week-nav-btn:hover{background:#ff8c3233;border-color:var(--mhe-accent)}.mhe-week-nav-label{font-size:12px;font-weight:600;color:var(--mhe-text)}.successfull-payment-page{visibility:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;background:#050505f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.successfull-payment-img{width:100px;margin-bottom:24px;filter:drop-shadow(0 0 40px rgba(249,115,22,.5))}.successfull-payment-text{font-family:Jost,sans-serif;font-weight:700;font-size:28px;color:#fff;margin-bottom:8px}.successfull-button{margin-top:24px;border:1px solid rgba(249,115,22,.5);border-radius:12px;background:transparent;font-family:Inter,sans-serif;font-weight:500;font-size:16px;padding:14px 32px;color:#f97316;transition:all .3s ease}.successfull-button:hover{cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border-color:transparent;color:#000}.successfull-button:active{transform:scale(.98)}.payment-success-anim{visibility:visible;animation:paymentsuccess .5s ease forwards}@keyframes paymentsuccess{0%{opacity:0}to{opacity:1}}.cart-page{display:flex;flex-direction:column;width:100%;min-height:100vh;justify-content:center;align-items:center;padding:120px 24px 60px;box-sizing:border-box;background:#050505}.cart-main-container{display:grid;grid-template-columns:2.5fr 1fr;width:100%;max-width:1400px;min-height:600px;gap:0}.cart-items{display:flex;flex-direction:column;align-items:center;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-right:none;border-radius:24px 0 0 24px;overflow-y:auto;padding:24px;gap:16px;max-height:700px}.cart-item{display:grid;padding:16px;align-items:center;box-sizing:border-box;grid-template-columns:180px 1fr;min-height:140px;width:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:16px;gap:20px;transition:all .3s ease}.cart-item:hover{background:#ffffff0a;border-color:#ffffff1a}.cart-item-img{aspect-ratio:16 / 9;width:100%;border-radius:12px;-o-object-fit:cover;object-fit:cover;background:#ffffff08}.cart-item-desc{box-sizing:border-box;display:flex;flex-direction:column;color:#fff;width:100%;height:100%;font-family:Inter,sans-serif;font-weight:400;font-size:16px;gap:8px;padding:8px 0}.cart-item-name{font-family:Jost,sans-serif;font-size:20px;font-weight:600;color:#fff}.cart-item-price{display:flex;align-items:center;gap:8px;color:#f97316;font-family:Jost,sans-serif;font-size:22px;font-weight:600}.cart-item-price-img{width:36px}.cart-item-remove{background:transparent;color:#f97316;border:1px solid rgba(249,115,22,.5);border-radius:10px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;margin-top:auto;height:40px;max-width:140px;transition:all .3s ease}.cart-item-remove:hover{background:linear-gradient(135deg,#f97316,#ea580c);border-color:transparent;color:#000}.your-cart-empty{font-family:Inter,sans-serif;font-weight:400;font-size:24px;color:#fff6;margin:auto;padding:60px 0}.cart-checkout{display:flex;flex-direction:column;align-items:center;background:#ffffff05;border:1px solid rgba(255,255,255,.06);padding:32px 24px;border-radius:0 24px 24px 0}.cart-checkout-header{font-family:Jost,sans-serif;font-weight:700;font-size:24px;color:#fff}.cart-checkout-price{margin-top:24px;display:flex;align-items:center;gap:12px;font-family:Jost,sans-serif;font-weight:700;font-size:36px;color:#f97316}.cart-checkout-price-img{width:56px}.checkout-warning{margin-top:auto;font-family:Inter,sans-serif;font-weight:400;font-size:13px;color:#fff6;text-align:center;margin-bottom:20px}.cart-checkout-button{background:transparent;color:#f97316;border:1px solid rgba(249,115,22,.5);border-radius:14px;font-family:Inter,sans-serif;font-weight:600;font-size:16px;height:52px;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-checkout-button:hover{background:linear-gradient(135deg,#f97316,#ea580c);border-color:transparent;color:#000;box-shadow:0 4px 24px #f9731666}@media only screen and (max-width:1200px){.cart-main-container{grid-template-columns:1fr;max-width:800px}.cart-items{border-right:1px solid rgba(255,255,255,.06);border-radius:24px 24px 0 0;max-height:500px}.cart-checkout{border-radius:0 0 24px 24px;padding:24px}}@media only screen and (max-width:768px){.cart-page{padding:100px 16px 40px}.cart-item{grid-template-columns:140px 1fr;min-height:120px;padding:12px;gap:16px}.cart-item-name,.cart-item-price{font-size:18px}.cart-item-price-img{width:28px}.cart-checkout-price{font-size:28px}.cart-checkout-price-img{width:44px}}@media only screen and (max-width:480px){.cart-item{grid-template-columns:1fr;gap:12px}.cart-item-img{width:100%}.cart-items{padding:16px;border-radius:20px 20px 0 0}.cart-checkout{border-radius:0 0 20px 20px}}.giverole{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:24px;margin-bottom:32px;box-sizing:border-box}.giverole-group{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.giverole-username{flex:2;min-width:220px;height:48px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:0 16px;color:#fff;font-family:Inter,sans-serif;font-size:14px;box-sizing:border-box}.giverole-username:focus{outline:none;border-color:#f97316}.giverole-dropdown{flex:1;min-width:140px;height:48px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:0 12px;color:#fffc;font-family:Inter,sans-serif;font-size:14px;box-sizing:border-box}.giverole-accept{height:48px;padding:0 24px;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:10px;color:#000;font-family:Inter,sans-serif;font-weight:600;cursor:pointer;white-space:nowrap}.control-users{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-top:40px}.control-user{display:flex;align-items:center;gap:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:12px 16px}.control-user-element{color:#fff;font-family:Inter,sans-serif;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:600px){.giverole{padding:16px}.giverole-group{flex-direction:column;align-items:stretch}.giverole-username,.giverole-dropdown,.giverole-accept{width:100%;min-width:0;margin-bottom:10px}.control-users{grid-template-columns:repeat(2,1fr)}}.info-page-cont{display:flex;flex-direction:column;width:100%;height:100%;justify-content:center;align-items:center;color:hsl(var(--card-foreground));font-family:Quicksand,-apple-system,BlinkMacSystemFont,Poppins,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:30px;text-align:center}.foxtProgressBar{height:6px;background:#18181b99;border:1px solid #3f3f46;border-radius:6px;overflow:hidden;position:relative;width:100%}.foxtProgressBar__fill{height:100%;background:#ffffff2e;border-radius:4px;transition:width .2s ease-out;position:relative;z-index:1}.foxtProgressBar.is-overcapacity .foxtProgressBar__fill{background:#f9731659;width:100%!important}.foxtProgressBar__overPattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(45deg,rgba(255,255,255,.03) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.03) 50%,rgba(255,255,255,.03) 75%,transparent 75%,transparent);background-size:16px 16px;animation:foxt-progress-stripes 2s linear infinite;z-index:2;pointer-events:none;opacity:.6}@keyframes foxt-progress-stripes{0%{background-position:0 0}to{background-position:20px 0}}.foxtRoundInfo{margin-bottom:24px}.foxtRoundInfo__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:12px}.foxtRoundInfo__card{background:#18181b66;border:1px solid #3f3f46;border-radius:8px;padding:12px;display:flex;align-items:center;gap:12px;transition:all .2s ease}.foxtRoundInfo__card:hover{background:#27272a99;border-color:#52525b;transform:translateY(-1px)}.foxtRoundInfo__cardIcon{font-size:20px;opacity:.9}.foxtRoundInfo__cardContent{display:flex;flex-direction:column}.foxtRoundInfo__cardLabel{font-size:11px;color:#a1a1aa;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.foxtRoundInfo__cardValue{font-size:15px;color:#fafafa;font-weight:600}.foxtRoundInfo__capacityCard{background:#18181b66;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;transition:border-color .2s ease}.foxtRoundInfo__capacityCard.is-overcapacity{border-color:#f973164d;background:#f973160d}.foxtRoundInfo__capacityHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.foxtRoundInfo__capacityLeft{display:flex;flex-direction:column;gap:2px}.foxtRoundInfo__capacityCount{font-family:Jost,sans-serif;font-size:20px;font-weight:700;color:#fff;line-height:1.2}.foxtRoundInfo__capacityPct{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:#ffffff80}.foxtRoundInfo__overCapBadge{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:6px;border:1px solid rgba(249,115,22,.4);background:#f973161f;font-family:Inter,sans-serif;font-size:11px;font-weight:700;color:#fb923c;white-space:nowrap;cursor:help}.foxtRoundInfo__capacityBar{margin:0}.foxtRoundInfo__overCapNote{margin:0;font-family:Inter,sans-serif;font-size:12px;line-height:1.5;color:#ffffff73;border-top:1px solid rgba(255,255,255,.05);padding-top:8px}@media(max-width:640px){.foxtRoundInfo__grid{grid-template-columns:1fr 1fr}}.foxtRoundHighlights{margin:24px 0}.foxtRoundHighlights__title{font-size:18px;font-weight:700;color:#fafafa;margin:0 0 16px;display:flex;align-items:center;gap:10px}.foxtRoundHighlights__icon{font-size:20px}.foxtRoundHighlights__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.foxtRoundHighlights__section{background:#18181b80;border:1px solid #3f3f46;border-radius:12px;padding:16px}.foxtRoundHighlights__sectionTitle{font-size:14px;font-weight:600;color:#a1a1aa;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.foxtRoundHighlights__list{display:flex;flex-direction:column;gap:10px}.foxtRoundHighlights__item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#27272a80;border:1px solid #3f3f46;border-radius:8px;transition:all .2s ease}.foxtRoundHighlights__item:hover{background:#27272acc;border-color:#52525b;transform:translate(2px)}.foxtRoundHighlights__rank{font-size:18px;min-width:32px;text-align:center}.foxtRoundHighlights__item.rank-1{border-color:#fbbf24;background:#fbbf241a}.foxtRoundHighlights__item.rank-2{border-color:#94a3b8;background:#94a3b81a}.foxtRoundHighlights__item.rank-3{border-color:#cd7f32;background:#cd7f321a}.foxtRoundHighlights__playerName{flex:1;font-size:14px;font-weight:500;color:#fafafa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.foxtRoundHighlights__value{display:flex;align-items:baseline;gap:4px;font-size:16px;font-weight:700;color:#f97316;min-width:70px;text-align:right;justify-content:flex-end}.foxtRoundHighlights__unit{font-family:Inter,sans-serif;font-size:10px;font-weight:600;color:#f973168c;text-transform:uppercase;letter-spacing:.04em;line-height:1;align-self:flex-end;padding-bottom:1px}.foxtRoundHighlights__unavailable{margin:0;padding:14px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;font-family:Inter,sans-serif;font-size:13px;line-height:1.5;color:#fff6;text-align:center}@media(max-width:768px){.foxtRoundHighlights__grid{grid-template-columns:1fr}}.phc{background:#12121680;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-5);min-height:400px}.phc--empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--text-muted);font-family:var(--font-body);font-size:var(--text-sm)}.phc__stats{display:flex;align-items:flex-end;gap:var(--space-6);margin-bottom:var(--space-3);padding:var(--space-3) var(--space-5);background:var(--bg-raised);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.phc__stat{display:flex;flex-direction:column;gap:3px}.phc__stat-label{font-family:var(--font-body);font-size:var(--text-xs);color:var(--text-muted);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wide);text-transform:uppercase}.phc__stat-value{font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--text-primary);line-height:1}.phc__context{margin-left:auto;font-family:var(--font-body);font-size:var(--text-xs);color:#ffffff4d;align-self:flex-end;padding-bottom:2px;white-space:nowrap}.phc__tooltip{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-sm);padding:10px 14px;box-shadow:var(--shadow-lg)}.phc__tooltip-time{font-family:var(--font-body);font-size:var(--text-xs);color:#ffffff80;margin:0 0 5px}.phc__tooltip-value{font-family:var(--font-body);font-size:var(--text-sm);color:#ffffffe6;margin:0}.phc__tooltip-value strong{color:var(--accent-hover);font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);margin-right:4px}@media(max-width:768px){.phc__stats{flex-wrap:wrap;gap:var(--space-3)}.phc__stat{flex:1 1 calc(33.333% - 14px);min-width:72px}.phc__context{width:100%;margin-left:0;align-self:auto}}@media(prefers-reduced-motion:reduce){.phc,.phc__stats{transition-duration:1ms}}.foxtLastUpdated{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);font-family:Inter,sans-serif}.foxtLastUpdated.is-stale{border-color:#f59e0b4d;background:#f59e0b0d}.foxtLastUpdated__info{display:flex;align-items:center;gap:8px;font-size:13px}.foxtLastUpdated__label{color:#fff9;font-weight:500}.foxtLastUpdated__time{color:#fff;font-weight:600}.foxtLastUpdated__warning{font-size:14px;animation:pulse-warning 2s ease-in-out infinite}@keyframes pulse-warning{0%,to{opacity:1}50%{opacity:.5}}.foxtLastUpdated__controls{display:flex;align-items:center;gap:12px}.foxtLastUpdated__refreshBtn{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;border:1px solid rgba(249,115,22,.3);background:#f973161a;color:#fb923c;font-family:Inter,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.foxtLastUpdated__refreshBtn:hover:not(:disabled){background:#f9731633;border-color:#f9731680;transform:translateY(-1px)}.foxtLastUpdated__refreshBtn:active:not(:disabled){transform:translateY(0)}.foxtLastUpdated__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.foxtLastUpdated__refreshIcon{transition:transform .5s ease}.foxtLastUpdated__refreshBtn.is-loading .foxtLastUpdated__refreshIcon{animation:spin 1s linear infinite}.foxtLastUpdated__autoRefresh{display:flex;align-items:center;gap:6px}.foxtLastUpdated__autoRefreshLabel{color:#fff9;font-size:13px;font-weight:500}.foxtLastUpdated__autoRefreshSelect{padding:4px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.foxtLastUpdated__autoRefreshSelect:hover{background:#ffffff14;border-color:#ffffff40}.foxtLastUpdated__autoRefreshSelect:focus{outline:none;border-color:#f9731680;box-shadow:0 0 0 3px #f973161a}.foxtLastUpdated__autoRefreshSelect option{background:#1a1a1a;color:#fff}.foxtQuickActions{display:flex;align-items:center;gap:8px;margin-bottom:20px}.foxtQuickActions__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffd9;font-family:Inter,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.foxtQuickActions__btn svg{flex-shrink:0;transition:transform .2s ease}.foxtQuickActions__btn:hover{background:#ffffff14;border-color:#fff3;color:#fff;transform:translateY(-1px)}.foxtQuickActions__btn:active{transform:translateY(0)}.foxtQuickActions__btn:focus-visible{outline:none;border-color:#f9731680;box-shadow:0 0 0 3px #f9731626}.foxtQuickActions__btn:nth-child(1):hover{border-color:#3b82f666;background:#3b82f61a;color:#60a5fa}.foxtQuickActions__btn:nth-child(1):hover svg{transform:scale(1.1)}.foxtQuickActions__btn:nth-child(2):hover{border-color:#5865f266;background:#5865f21a;color:#7289da}.foxtQuickActions__btn:nth-child(2):hover svg{transform:rotate(5deg) scale(1.05)}.foxtQuickActions__btn:nth-child(3):hover{border-color:#22c55e66;background:#22c55e1a;color:#4ade80}.foxtQuickActions__btn:nth-child(3):hover svg{transform:rotate(15deg)}.foxtQuickActions__btn.is-copied{border-color:#22c55e66;background:#22c55e1f;color:#4ade80}.foxtQuickActions__btn.is-favorite{border-color:#fbbf244d;background:#fbbf241a;color:#fbbf24}.foxtQuickActions__btn.is-favorite:hover{border-color:#fbbf2480;background:#fbbf2426;color:#fcd34d}.foxtQuickActions__btn:last-child:hover svg{transform:scale(1.15) rotate(-10deg)}.foxtQuickActions__btn.is-favorite svg{animation:star-pop .4s cubic-bezier(.68,-.55,.265,1.55)}@keyframes star-pop{0%{transform:scale(.8) rotate(-45deg)}50%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0)}}.srv-card{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);background:var(--bg-raised);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:border-color var(--duration-normal) var(--ease-out),transform var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out)}.srv-card:hover{border-color:var(--border-accent);transform:translateY(-2px);box-shadow:var(--shadow-md),var(--shadow-glow)}.srv-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.srv-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-2)}.srv-card__name{margin:0;font-family:var(--font-body);font-size:15px;font-weight:var(--weight-bold);color:var(--text-primary);line-height:var(--leading-snug);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.srv-card__badge{flex-shrink:0;display:inline-flex;align-items:center;height:22px;padding:0 var(--space-2);border-radius:var(--radius-full);font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:var(--tracking-wide);white-space:nowrap}.srv-card__badge--on{background:#22c55e1f;color:#4ade80;border:1px solid rgba(34,197,94,.25)}.srv-card__badge--off{background:#ef44441f;color:#f87171;border:1px solid rgba(239,68,68,.25)}.srv-card__ip{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted)}.srv-card__players{display:flex;justify-content:space-between;align-items:center}.srv-card__players-label{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.srv-card__players-count{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--text-accent)}.srv-card__bar{height:4px;background:var(--bg-surface);border-radius:var(--radius-full);overflow:hidden}.srv-card__bar-fill{height:100%;background:var(--accent);border-radius:var(--radius-full);transition:width .4s var(--ease-out)}.srv-chart{margin-top:var(--space-1);border-radius:var(--radius-sm);background:#0000004d;overflow:hidden}.srv-chart--empty{display:flex;align-items:center;justify-content:center;height:56px}.srv-chart__empty{font-family:var(--font-body);font-size:var(--text-xs);font-style:italic;color:var(--text-muted)}.srv-chart__meta{display:flex;justify-content:space-between;align-items:center;padding:4px var(--space-2) 6px}.srv-chart__meta-label{font-family:var(--font-body);font-size:10px;font-weight:var(--weight-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.srv-chart__meta-value{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--text-accent)}@media(max-width:480px){.srv-card{padding:var(--space-3)}.srv-card__name{font-size:13px}}@media(prefers-reduced-motion:reduce){.srv-card,.srv-card__bar-fill{transition-duration:1ms}}.foxtStatusPage{--fx-primary: #f97316;--fx-primary-lt: #fb923c;--fx-primary-dk: #ea580c;--fx-blue: #3b82f6;--fx-purple: #8b5cf6;--fx-green: #10b981;--fx-red: #ef4444;--fx-cyan: #06b6d4;--fx-gold: #f59e0b;--fx-glass: rgba(255, 255, 255, .055);--fx-glass-border: rgba(255, 255, 255, .14);--fx-glass-hover: rgba(255, 255, 255, .1);--fx-glass-strong: rgba(255, 255, 255, .09);--fx-text: #ffffff;--fx-text-muted: rgba(255, 255, 255, .68);--fx-text-faint: rgba(255, 255, 255, .5);--fx-ease: cubic-bezier(.4, 0, .2, 1);--fx-ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--font-display: "Jost", sans-serif;--font-body: "Inter", sans-serif}@keyframes fx-gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes fx-pulse-glow{0%,to{box-shadow:0 0 #22c55e85;transform:scale(1)}70%{box-shadow:0 0 0 8px #22c55e00;transform:scale(1.15)}}@keyframes fx-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fx-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fx-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes fx-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fx-border-glow{0%{border-color:#f973164d}50%{border-color:#f9731699}to{border-color:#f973164d}}@keyframes fx-tab-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.foxtStatusPage{min-height:100vh;padding:102px 0 74px;color:var(--fx-text);background:radial-gradient(1200px 600px at 50% -220px,rgba(249,115,22,.22),transparent 60%),radial-gradient(900px 400px at 95% 18%,rgba(139,92,246,.06),transparent 65%),radial-gradient(700px 400px at 5% 45%,rgba(59,130,246,.04),transparent 60%),linear-gradient(180deg,#050507,#020203)}.foxtStatusPage__inner{width:min(1340px,calc(100% - 48px));margin:0 auto;display:flex;flex-direction:column;gap:28px}.foxtStatusPage__hero{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:12px 0 4px}.foxtStatusPage__hero:before{content:"";position:absolute;top:-80px;width:min(840px,90vw);height:300px;border-radius:999px;pointer-events:none;background:radial-gradient(ellipse at center,rgba(249,115,22,.2),transparent 68%);filter:blur(30px);animation:fx-float 8s ease-in-out infinite}.foxtStatusPage__heroTitle{margin:0;position:relative;z-index:1;font-family:var(--font-display);font-size:clamp(48px,5.5vw,64px);line-height:1;letter-spacing:-.03em;font-weight:700}.foxtStatusPage__heroBrand{background:linear-gradient(135deg,#ff8a3d,#f97316,#fb923c,#fdba74);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fx-gradient-shift 5s ease infinite;filter:drop-shadow(0 0 30px rgba(249,115,22,.4))}.foxtStatusPage__heroRest{color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3)}.foxtStatusPage__heroSubtitle{margin:0;position:relative;z-index:1;max-width:760px;font-family:var(--font-body);font-size:clamp(14px,1.8vw,16px);line-height:1.6;color:var(--fx-text-muted);letter-spacing:.01em}.foxtStatusPage__statsGrid{width:min(880px,100%);margin:2px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.foxtStatusPage__statCard{position:relative;min-height:184px;padding:22px 18px 24px;border-radius:20px;border:1px solid var(--fx-glass-border);background:var(--fx-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 12px 40px #00000047,inset 0 1px #ffffff1a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;transition:transform .28s var(--fx-ease),border-color .28s var(--fx-ease),box-shadow .28s var(--fx-ease);overflow:hidden;animation:fx-slide-up .6s var(--fx-ease) backwards}.foxtStatusPage__statCard:nth-child(1){animation-delay:.1s}.foxtStatusPage__statCard:nth-child(2){animation-delay:.2s}.foxtStatusPage__statCard:nth-child(3){animation-delay:.3s}.foxtStatusPage__statCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 50% 0%,rgba(139,92,246,.07),transparent 70%);pointer-events:none}.foxtStatusPage__statCard:hover{transform:translateY(-5px) scale(1.03);border-color:#8b5cf666;box-shadow:0 20px 50px #00000059,0 0 40px #8b5cf61f,inset 0 1px #ffffff1a}.foxtStatusPage__statCard.is-featured{border-color:#f9731680;background:linear-gradient(165deg,rgba(60,25,6,.6),var(--fx-glass));box-shadow:0 16px 48px #00000052,0 0 60px #f9731633,inset 0 1px #ffffff1a}.foxtStatusPage__statCard.is-featured:before{background:radial-gradient(circle at 50% 0%,rgba(249,115,22,.12),transparent 65%)}.foxtStatusPage__statCard.is-featured:hover{border-color:#f973168c;box-shadow:0 24px 56px #0006,0 0 60px #f9731638,inset 0 1px #ffffff1f}.foxtStatusPage__statIconWrap{width:48px;height:48px;color:var(--fx-primary);display:inline-flex;align-items:center;justify-content:center;padding:10px;border-radius:14px;background:#f973161f;border:1px solid rgba(249,115,22,.25);transition:transform .3s var(--fx-ease),box-shadow .3s var(--fx-ease)}.foxtStatusPage__statCard:hover .foxtStatusPage__statIconWrap{transform:scale(1.15) rotate(5deg);box-shadow:0 4px 16px #f9731640}.foxtStatusPage__statIconWrap svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.foxtStatusPage__statCard:nth-child(1) .foxtStatusPage__statIconWrap{color:var(--fx-purple);background:#8b5cf61a;border-color:#8b5cf633}.foxtStatusPage__statCard:nth-child(3) .foxtStatusPage__statIconWrap{color:var(--fx-green);background:#10b9811a;border-color:#10b98133}.foxtStatusPage__statValue{margin:0;font-family:var(--font-display);font-size:clamp(50px,4.2vw,60px);line-height:1;color:#fff;font-weight:700;text-shadow:0 2px 12px rgba(0,0,0,.3);letter-spacing:-.02em}.foxtStatusPage__statCard .foxtStatusPage__statValue{font-size:clamp(48px,3.9vw,58px)}.foxtStatusPage__statLabel{margin:0;font-family:var(--font-body);font-size:11px;letter-spacing:.1em;font-weight:700;color:var(--fx-text-faint);text-transform:uppercase}.foxtStatusPage__lastUpdateLine{margin:2px auto 0;width:min(880px,100%);display:inline-flex;justify-content:center;align-items:center;gap:8px;font-family:var(--font-body);font-size:13px;color:var(--fx-text-muted)}.foxtStatusPage__liveDot{width:10px;height:10px;border-radius:999px;background:#22c55e;box-shadow:0 0 12px #22c55e80;animation:fx-pulse-glow 2s ease-in-out infinite}.foxtStatusPage__lastUpdateLine span{color:var(--fx-text-faint)}.foxtStatusPage__serversSection{display:flex;flex-direction:column;gap:18px;margin-top:18px}.foxtStatusPage__sectionHead{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.06)}.foxtStatusPage__sectionTitle{margin:0;display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);font-size:clamp(30px,3.6vw,40px);line-height:1.06;color:#fff;letter-spacing:-.01em}.foxtStatusPage__sectionIcon{color:var(--fx-primary);font-size:18px;filter:drop-shadow(0 0 8px rgba(249,115,22,.5))}.foxtStatusPage__sectionMeta{font-family:var(--font-body);font-size:13px;color:var(--fx-text-faint)}.foxtStatusPage__serverGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.foxtStatusPage__modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:20px 16px;background:#000000c7;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;transition:opacity .25s var(--fx-ease)}.foxtStatusPage__modalOverlay.is-open{opacity:1}.foxtStatusPage__modalOverlay.is-closing{opacity:0}.foxtStatusPage__modal{width:min(1060px,100%);max-height:calc(100vh - 32px);overflow:auto;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(165deg,#121317f7,#09090bfa);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 40px 100px #0000008c,0 0 0 1px #ffffff0d,0 0 80px #f973160f;transform:scale(.96) translateY(12px);opacity:0;transition:transform .3s var(--fx-ease-bounce),opacity .25s var(--fx-ease)}.foxtStatusPage__modal.is-open{transform:scale(1) translateY(0);opacity:1}.foxtStatusPage__modal.is-closing{transform:scale(.97) translateY(8px);opacity:0}.foxtStatusPage__modal::-webkit-scrollbar{width:8px}.foxtStatusPage__modal::-webkit-scrollbar-track{background:transparent}.foxtStatusPage__modal::-webkit-scrollbar-thumb{background:#f973164d;border-radius:4px}.foxtStatusPage__modal::-webkit-scrollbar-thumb:hover{background:#f9731680}.foxtStatusPage__modalHeader{padding:22px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px;border-bottom:1px solid rgba(255,255,255,.07);background:#ffffff05}.foxtStatusPage__modalHeadInfo{min-width:0}.foxtStatusPage__modalTitle{margin:0;font-family:var(--font-display);font-size:clamp(22px,3.5vw,30px);line-height:1.12;color:#fff;font-weight:700;letter-spacing:-.01em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.foxtStatusPage__modalSubtitle{margin:6px 0 0;font-family:var(--font-body);font-size:13px;color:#ffffff7a;letter-spacing:.02em}.foxtStatusPage__modalCloseBtn{width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:var(--fx-glass);color:#ffffffd1;font-size:22px;line-height:1;transition:all .2s var(--fx-ease)}.foxtStatusPage__modalCloseBtn:hover{border-color:#ef444480;background:#ef44441f;color:#fca5a5;transform:scale(1.05)}.foxtStatusPage__modalBody{padding:20px 24px 24px;display:flex;flex-direction:column;gap:16px}.foxtStatusPage__mainTabs{display:flex;gap:8px;padding:4px;border-radius:16px;border:1px solid var(--fx-glass-border);background:var(--fx-glass)}.foxtStatusPage__mainTab{flex:1;height:46px;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--fx-text-muted);font-family:var(--font-body);font-size:14.5px;font-weight:700;transition:all .25s var(--fx-ease);position:relative;overflow:hidden}.foxtStatusPage__mainTab:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,#fb923c,#f97316);opacity:0;transition:opacity .25s var(--fx-ease)}.foxtStatusPage__mainTab:hover{color:#fff;background:var(--fx-glass-hover)}.foxtStatusPage__mainTab.is-active{color:#fff;border-color:transparent;transform:scale(1.015);box-shadow:0 6px 24px #f9731666}.foxtStatusPage__mainTab.is-active:before{opacity:1}.foxtStatusPage__mainTab>*{position:relative;z-index:1}.foxtStatusPage__tabContent{display:flex;flex-direction:column;gap:20px;animation:fx-tab-in .35s var(--fx-ease)}.foxtStatusPage__modalToolbar{display:flex;justify-content:space-between;align-items:center;gap:12px}.foxtStatusPage__segmentTabs{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:12px;border:1px solid var(--fx-glass-border);background:var(--fx-glass)}.foxtStatusPage__segmentTab{min-width:90px;height:34px;border-radius:9px;border:1px solid transparent;background:transparent;color:var(--fx-text-muted);font-family:var(--font-body);font-size:13px;font-weight:600;transition:all .22s var(--fx-ease)}.foxtStatusPage__segmentTab:hover{color:#fff;background:var(--fx-glass-hover)}.foxtStatusPage__segmentTab.is-active{border-color:#f9731699;background:#f973162e;color:#fed7aa;box-shadow:0 0 12px #f9731626}.foxtStatusPage__modalTopMetrics{display:flex;gap:8px}.foxtStatusPage__modalMetric{margin:0;min-width:96px;padding:10px 12px;border-radius:12px;border:1px solid var(--fx-glass-border);background:var(--fx-glass);display:flex;flex-direction:column;gap:4px;transition:border-color .2s var(--fx-ease)}.foxtStatusPage__modalMetric:hover{border-color:#f9731640}.foxtStatusPage__modalMetric span{font-family:var(--font-body);font-size:11px;color:var(--fx-text-faint);text-transform:uppercase;letter-spacing:.04em}.foxtStatusPage__modalMetric strong{font-family:var(--font-display);font-size:24px;line-height:1;color:#fff}.foxtStatusPage__modalTileGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.foxtStatusPage__modalTile{padding:12px;border-radius:8px;border:1px solid #3f3f46;background:#18181b66;transition:all .2s ease}.foxtStatusPage__modalTile:hover{background:#27272a99;border-color:#52525b;transform:translateY(-1px)}.foxtStatusPage__modalTile p{margin:0 0 2px;font-family:var(--font-body);font-size:11px;font-weight:600;color:#a1a1aa;text-transform:uppercase;letter-spacing:.5px}.foxtStatusPage__modalTile strong{margin:0;font-family:var(--font-display);font-size:15px;font-weight:600;line-height:1.2;color:#fafafa}.foxtStatusPage__playersTabHeader{display:block;margin-bottom:8px}.foxtStatusPage button:focus-visible{outline:2px solid rgba(249,115,22,.8);outline-offset:2px}@media only screen and (max-width:1200px){.foxtStatusPage__serverGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.foxtStatusPage__modalTileGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:980px){.foxtStatusPage__statsGrid{grid-template-columns:1fr}.foxtStatusPage__lastUpdateLine{flex-direction:column;gap:4px}.foxtStatusPage__modalToolbar{flex-direction:column;align-items:stretch}.foxtStatusPage__modalTopMetrics{width:100%}.foxtStatusPage__modalMetric{flex:1}}@media only screen and (max-width:768px){.foxtStatusPage{padding-top:88px}.foxtStatusPage__inner{width:min(1340px,calc(100% - 28px))}.foxtStatusPage__serverGrid{grid-template-columns:1fr}.foxtStatusPage__modal{width:100%;border-radius:16px}.foxtStatusPage__modalBody{padding:14px}.foxtStatusPage__modalTileGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.foxtStatusPage__mainTabs{flex-direction:column;gap:6px}}@media only screen and (max-width:480px){.foxtStatusPage__modalTileGrid{grid-template-columns:1fr}.foxtStatusPage__segmentTabs{width:100%}.foxtStatusPage__segmentTab{flex:1}}@media(prefers-reduced-motion:reduce){.foxtStatusPage *{animation:none!important;transition-duration:1ms!important;transition-delay:0ms!important}}.foxtRoundInfo{padding:4px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.foxtRoundInfo__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.foxtRoundInfo__card{padding:18px;border-radius:15px;border:1px solid rgba(255,255,255,.09);background:#ffffff0a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;gap:14px;transition:all .26s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.foxtRoundInfo__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;opacity:0;transition:opacity .26s ease;pointer-events:none}.foxtRoundInfo__card:hover{transform:translateY(-2px);border-color:#f9731640;box-shadow:0 8px 24px #0003}.foxtRoundInfo__card:hover:before{opacity:1;background:radial-gradient(circle at 50% 0%,rgba(249,115,22,.06),transparent 70%)}.foxtRoundInfo__card--clickable{cursor:pointer}.foxtRoundInfo__card--clickable:hover{transform:translateY(-3px) scale(1.02);border-color:#f9731666;box-shadow:0 12px 32px #f9731626,0 0 0 1px #f9731633 inset}.foxtRoundInfo__card--clickable:active{transform:translateY(-1px) scale(1)}.foxtRoundInfo__card--clickable:focus-visible{outline:none;border-color:#f9731699;box-shadow:0 0 0 3px #f9731633}.foxtRoundInfo__card--wide{grid-column:span 2}.foxtRoundInfo__card--tps-good{border-color:#22c55e26}.foxtRoundInfo__card--tps-warning{border-color:#f59e0b26}.foxtRoundInfo__card--tps-critical{border-color:#ef444426}.foxtRoundInfo__cardIcon{font-size:28px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#f973161a;border:1px solid rgba(249,115,22,.2);flex-shrink:0}.foxtRoundInfo__cardContent{display:flex;flex-direction:column;gap:4px}.foxtRoundInfo__cardLabel{font-family:Inter,sans-serif;font-size:11px;color:#ffffff7a;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.foxtRoundInfo__cardValue{font-family:Inter,sans-serif;font-size:26px;font-weight:700;color:#fff;line-height:1.2}.foxtRoundInfo__card--tps-excellent .foxtRoundInfo__cardValue,.foxtRoundInfo__card--tps-good .foxtRoundInfo__cardValue{color:#22c55e}.foxtRoundInfo__card--tps-fair .foxtRoundInfo__cardValue{color:#f59e0b}.foxtRoundInfo__card--tps-poor .foxtRoundInfo__cardValue{color:#ef4444}.foxtRoundInfo__card--tps-warning .foxtRoundInfo__cardValue{color:#fbbf24}.foxtRoundInfo__card--tps-critical .foxtRoundInfo__cardValue{color:#f87171}.foxtRoundInfo__tpsLabel{font-size:11px;font-family:Inter,sans-serif;color:#ffffff73;font-weight:500}.foxtPlayerList{display:flex;flex-direction:column;gap:14px}.foxtPlayerList__header{display:flex;flex-direction:column;gap:12px}.foxtPlayerList__searchInput{width:100%;height:48px;padding:0 20px;border-radius:15px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#fff;font-family:Inter,sans-serif;font-size:14px;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 1px #ffffff0a}.foxtPlayerList__searchInput::-moz-placeholder{color:#ffffff59}.foxtPlayerList__searchInput::placeholder{color:#ffffff59}.foxtPlayerList__searchInput:focus{outline:none;border-color:#f9731680;background:#f973160f;box-shadow:0 0 0 3px #f973161f,inset 0 1px #ffffff0a}.foxtPlayerList__teamFilters{display:flex;gap:6px;flex-wrap:wrap}.foxtPlayerList__teamBtn{flex:1;min-width:90px;height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff9;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:all .22s cubic-bezier(.4,0,.2,1)}.foxtPlayerList__teamBtn:hover{border-color:#fff3;background:#ffffff14;color:#fff}.foxtPlayerList__teamBtn.is-active{border-color:#f9731680;background:linear-gradient(135deg,#f973162e,#f973161a);color:#fed7aa;box-shadow:0 0 12px #f973161f}.foxtPlayerList__teamBtn--mtf.is-active{border-color:#3b82f680;background:linear-gradient(135deg,#3b82f62e,#3b82f614);color:#93c5fd;box-shadow:0 0 12px #3b82f61f}.foxtPlayerList__teamBtn--chaos.is-active{border-color:#ef444480;background:linear-gradient(135deg,#ef44442e,#ef444414);color:#fca5a5;box-shadow:0 0 12px #ef44441f}.foxtPlayerList__teamBtn--scp.is-active{border-color:#dc262680;background:linear-gradient(135deg,#dc26262e,#dc262614);color:#fca5a5;box-shadow:0 0 12px #dc26261f}.foxtPlayerList__teamBtn--human.is-active{border-color:#22c55e80;background:linear-gradient(135deg,#22c55e2e,#22c55e14);color:#86efac;box-shadow:0 0 12px #22c55e1f}.foxtPlayerList__container{border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;max-height:500px;overflow-y:auto}.foxtPlayerList__container::-webkit-scrollbar{width:6px}.foxtPlayerList__container::-webkit-scrollbar-track{background:transparent;margin:8px 0}.foxtPlayerList__container::-webkit-scrollbar-thumb{background:#f973164d;border-radius:3px}.foxtPlayerList__container::-webkit-scrollbar-thumb:hover{background:#f9731680}.foxtPlayerList__searchBox{display:flex;align-items:center;gap:8px}.foxtPlayerList__sortSelect{height:40px;padding:0 10px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffbf;font-family:Inter,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease;white-space:nowrap}.foxtPlayerList__sortSelect:hover,.foxtPlayerList__sortSelect:focus{border-color:#f9731666;background:#f973160f;outline:none;color:#fff}.foxtPlayerList__sortOrderBtn{width:36px;height:36px;flex-shrink:0;border-radius:9px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.foxtPlayerList__sortOrderBtn:hover{border-color:#f9731666;background:#f9731614;color:#fb923c}.foxtPlayerList__searchHint{display:flex;align-items:center;gap:6px;margin:0;padding:6px 10px;border-radius:8px;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);font-family:Inter,sans-serif;font-size:12px;color:#fde68a;line-height:1.4}.foxtPlayerList__searchHint svg{flex-shrink:0;color:#fbbf24}.foxtPlayerList__teamCount{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 5px;border-radius:5px;background:#ffffff1a;font-size:11px;font-weight:700;margin-left:4px}.foxtPlayerList__colHeader{display:flex;align-items:center;padding:8px 20px;border-bottom:1px solid rgba(255,255,255,.07);background:#ffffff06;position:sticky;top:0;z-index:1}.foxtPlayerList__colPlayer{flex:1;font-family:Inter,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#ffffff59}.foxtPlayerList__colLatency,.foxtPlayerList__colPlaytime{font-family:Inter,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#ffffff59;min-width:72px;text-align:right}.foxtPlayerList__items{display:flex;flex-direction:column}.foxtPlayerList__empty{padding:40px 20px;text-align:center;color:#fff6;font-family:Inter,sans-serif;font-size:13px}.foxtPlayerListItem{padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.04);border-left:3px solid transparent;display:flex;align-items:center;gap:14px;transition:all .2s cubic-bezier(.4,0,.2,1)}.foxtPlayerListItem:last-child{border-bottom:none}.foxtPlayerListItem:nth-child(2n){background:#ffffff04}.foxtPlayerListItem:hover{background:#f9731612;transform:translate(6px);border-left-color:#f9731680}.foxtPlayerListItem__roleIcon{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#ffffff14,#ffffff08);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:1.5px solid rgba(255,255,255,.15);box-shadow:0 4px 12px #0003;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.foxtPlayerListItem:hover .foxtPlayerListItem__roleIcon{border-color:#f9731666;box-shadow:0 0 16px #f9731633,0 6px 16px #0000004d;transform:scale(1.05)}.foxtPlayerListItem__roleIcon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.foxtPlayerListItem__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.foxtPlayerListItem__nameRow{display:flex;align-items:baseline;gap:6px;min-width:0}.foxtPlayerListItem__name{font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.foxtPlayerListItem__tag{font-family:Geist Mono,monospace;font-size:10px;font-weight:500;color:#ffffff4d;flex-shrink:0;letter-spacing:.04em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.foxtPlayerListItem__role{font-family:Inter,sans-serif;font-size:10px;color:#ffffff6b;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.foxtPlayerListItem__stats{display:flex;gap:0}.foxtPlayerListItem__statValue{min-width:72px;text-align:right;font-family:Jost,sans-serif;font-size:14px;font-weight:600;color:#fff;letter-spacing:-.01em}.foxtPlayerListItem__statValue.latency-good{color:#4ade80}.foxtPlayerListItem__statValue.latency-warning{color:#fbbf24}.foxtPlayerListItem__statValue.latency-bad{color:#f87171}.foxtLatencyChart{border-radius:16px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff09,#ffffff03);min-height:200px;overflow:hidden}.foxtLatencyChart--empty{display:flex;align-items:center;justify-content:center;color:#ffffff73;font-family:Inter,sans-serif;font-size:14px}.foxtLatencyChart__svg{display:block;width:100%;height:200px}.foxtLatencyChart__gridLine{stroke:#ffffff0f;stroke-width:1}.foxtLatencyChart__zoneGood{fill:#22c55e0a}.foxtLatencyChart__zoneWarning{fill:#f59e0b0d}.foxtLatencyChart__zoneCritical{fill:#ef44440a}.foxtLatencyChart__areaPath{fill:#3b82f61f}.foxtLatencyChart__linePath{fill:none;stroke:#60a5fa;stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round;filter:drop-shadow(0 0 6px rgba(96,165,250,.5))}.foxtRoleDistChart{display:flex;flex-direction:column;gap:12px;padding:16px 18px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff06}.foxtRoleDistChart--empty{align-items:center;justify-content:center;min-height:80px;color:#fff6;font-family:Inter,sans-serif;font-size:13px}.foxtRoleDistChart__header{display:flex;justify-content:space-between;align-items:center}.foxtRoleDistChart__title{font-family:Inter,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffff73}.foxtRoleDistChart__total{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#ffffffb3}.foxtRoleDistChart__bar{display:flex;height:8px;border-radius:999px;overflow:hidden;gap:2px}.foxtRoleDistChart__barSeg{border-radius:999px;transition:opacity .2s ease}.foxtRoleDistChart__barSeg:hover{opacity:.85}.foxtRoleDistChart__grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.foxtRoleDistChart__item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.05);background:#ffffff05;transition:background .18s ease,border-color .18s ease}.foxtRoleDistChart__item:hover{background:#ffffff0d;border-color:#ffffff1a}.foxtRoleDistChart__dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.foxtRoleDistChart__itemLabel{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#ffffffd1;flex:1;min-width:0}.foxtRoleDistChart__itemCount{font-family:Jost,sans-serif;font-size:15px;font-weight:700;color:#fff;line-height:1}.foxtRoleDistChart__itemPct{font-family:Inter,sans-serif;font-size:11px;color:#fff6;min-width:38px;text-align:right}@media only screen and (max-width:1200px){.foxtRoundInfo__grid{grid-template-columns:repeat(2,1fr)}.foxtRoundInfo__card--wide{grid-column:span 1}}@media only screen and (max-width:768px){.foxtRoundInfo__grid{grid-template-columns:1fr}.foxtRoleDistChart{flex-direction:column}.foxtPlayerListItem__stats{flex-direction:column;gap:8px}.foxtPlayerListItem__stat{align-items:flex-start}}@media only screen and (max-width:480px){.foxtPlayerList__teamFilters{flex-direction:column}.foxtPlayerList__teamBtn{flex:none;width:100%}.foxtPlayerListItem{flex-wrap:wrap}}.foxtStatusPage__emptyState{text-align:center;padding:32px 24px;border-radius:16px;background:#ffffff05;border:1px dashed rgba(255,255,255,.1)}.foxtStatusPage__emptyStateIcon{display:block;font-size:40px;margin-bottom:12px;opacity:.7}.foxtStatusPage__emptyStateText{margin:0 0 6px;font-size:15px;font-weight:500;color:#ffffffd9}.foxtStatusPage__emptyStateHint{font-size:13px;color:var(--fx-text-faint, rgba(255, 255, 255, .5));max-width:360px;margin:0 auto}.foxtPlayerList__empty.foxtStatusPage__emptyState{padding:40px 24px}.copyrighted-list{width:100%;min-height:100vh;overflow-x:hidden;display:flex;box-sizing:border-box;padding-bottom:100px;flex-direction:column;align-items:center;gap:80px;padding-top:140px;background:#050505}.copyrighted-server{display:grid;grid-template-rows:3fr 1fr;grid-template-columns:1fr;flex-direction:column;padding:24px;box-sizing:border-box;margin-left:auto;margin-right:auto;border-radius:24px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);width:100%;max-width:900px;min-height:600px;transition:all .4s cubic-bezier(.4,0,.2,1)}.copyrighted-server:hover{background:#ffffff0a;border-color:#f973164d;box-shadow:0 20px 60px #0006,0 0 40px #f973161a}.copyrighted-server-logo{position:absolute;height:90%;border-radius:50%;filter:drop-shadow(0 8px 30px rgba(0,0,0,.4))}.copyrighted-server-img{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background-size:cover;position:relative;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;overflow:hidden}.copyright-down-icon{margin-top:40px;width:40px;margin-left:auto;margin-right:auto;opacity:.5;animation:up-down 1.5s ease-in-out infinite;filter:brightness(0) invert(1)}.copyrighted-server:hover .copyrighted-server-img .shining-image{opacity:1;-webkit-mask:linear-gradient(135deg,transparent 25%,rgba(255,255,255,1) 37% 60%,transparent 70%);mask:linear-gradient(135deg,transparent 25%,rgba(255,255,255,1) 37% 60%,transparent 70%);animation:slide .5s forwards;-webkit-mask-size:200% 100%;mask-size:200% 100%}.shine{width:60%;aspect-ratio:1 / 1;height:auto}.copyrighted-server-bottom{width:100%;height:100%;display:flex;flex-direction:column;padding:16px;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:400;font-size:18px;color:#ffffffb3}.copyrighted-real-image{position:absolute;width:100%;transform:rotate(-15deg);opacity:0}.copyrighted-name{font-family:Jost,sans-serif;font-size:32px;font-weight:700;color:#fff}.copyrighted-desc{width:100%;height:100%;padding-top:12px;color:#ffffff80;line-height:1.6}.shining-image{opacity:0}.copyright-hit{animation:copyright-hit .3s forwards}.copyright-text-header{margin-top:100px;font-family:Jost,sans-serif;font-weight:900;font-size:clamp(32px,5vw,44px);color:#fff;width:100%;text-align:center;position:relative;padding-bottom:16px}.copyright-text-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#f97316,#ea580c);border-radius:2px}.copyright-text{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.8;color:#fff9;width:70%;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}@keyframes copyright-hit{0%{transform:scale(5);filter:blur(30px);opacity:1}to{opacity:1;transform:scale(1) rotate(-15deg);filter:blur(0px)}}@keyframes up-down{0%,to{transform:translateY(-12px)}50%{transform:translateY(0)}}@keyframes slide{0%{-webkit-mask-position:120% 0;mask-position:120% 0}to{-webkit-mask-position:-60% 0;mask-position:-60% 0;opacity:0}}@media only screen and (max-width:950px){.copyrighted-list{padding:120px 24px 80px}.copyrighted-server{width:100%}}@media only screen and (max-width:750px){.copyrighted-server{min-height:500px}.copyright-text{width:90%}}@media only screen and (max-width:570px){.copyrighted-list{padding-top:110px;gap:60px}.copyrighted-server{grid-template-rows:2.5fr 1fr;min-height:400px;padding:16px;border-radius:20px}.copyrighted-name{font-size:24px}.copyrighted-desc{font-size:15px}.copyright-text{font-size:16px}.copyright-text-header{margin-top:60px}}@media only screen and (max-width:400px){.copyrighted-server{grid-template-rows:2fr 1.5fr;min-height:320px}.copyrighted-name{font-size:22px}.copyrighted-desc{font-size:14px}}:root{--bg-base: #09090b;--bg-raised: #111113;--bg-surface: #18181b;--bg-surface-hover: #1f1f23;--bg-overlay: rgba(255, 255, 255, .03);--bg-overlay-hover: rgba(255, 255, 255, .06);--border-subtle: rgba(255, 255, 255, .06);--border-default: rgba(255, 255, 255, .1);--border-hover: rgba(255, 255, 255, .16);--border-accent: rgba(249, 115, 22, .4);--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-muted: #52525b;--text-accent: #f97316;--accent: #f97316;--accent-hover: #fb923c;--accent-muted: #c2410c;--accent-subtle: rgba(249, 115, 22, .1);--accent-glow: rgba(249, 115, 22, .25);--success: #22c55e;--error: #ef4444;--warning: #eab308;--info: #3b82f6;--font-display: "Geist", "Inter", system-ui, sans-serif;--font-body: "Inter", "Geist", system-ui, sans-serif;--font-mono: "GeistMono", monospace;--text-xs: .6875rem;--text-sm: .8125rem;--text-base: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.5rem;--text-2xl: 2rem;--text-3xl: 2.5rem;--text-hero: clamp(4rem, 12vw, 8rem);--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--weight-heavy: 800;--leading-tight: 1.1;--leading-snug: 1.3;--leading-normal: 1.5;--leading-relaxed: 1.7;--tracking-tight: -.02em;--tracking-normal: 0;--tracking-wide: .05em;--tracking-wider: .1em;--space-0: 0;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--space-32: 128px;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-2xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .5);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .6);--shadow-glow: 0 0 20px var(--accent-glow);--shadow-glow-lg: 0 0 40px var(--accent-glow);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-smooth: cubic-bezier(.4, 0, .2, 1);--duration-fast: .15s;--duration-normal: .2s;--duration-slow: .35s;--max-width: 1200px;--header-height: 56px}::-webkit-scrollbar{width:5px;height:5px;margin:2px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{background:#5a5a5ae1;border-radius:10px}::-webkit-scrollbar-corner{background-color:transparent}@layer base{:root{--background: 0 0% 100%;--foreground: 20 14.3% 4.1%;--card: 0 0% 100%;--card-foreground: 20 14.3% 4.1%;--popover: 0 0% 100%;--popover-foreground: 20 14.3% 4.1%;--primary: 24.6 95% 53.1%;--primary-2: 25, 92%, 64%;--primary-3: 25, 86%, 71%;--primary-4: 25, 100%, 82%;--primary-foreground: 60 9.1% 97.8%;--secondary: 60 4.8% 95.9%;--secondary-foreground: 24 9.8% 10%;--muted: 60 4.8% 95.9%;--muted-foreground: 25 5.3% 44.7%;--accent: 60 4.8% 95.9%;--accent-foreground: 24 9.8% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 60 9.1% 97.8%;--border: 20 5.9% 90%;--input: 20 5.9% 90%;--ring: 24.6 95% 53.1%;--radius: .5rem;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%}.dark{--background: 20 14.3% 4.1%;--foreground: 60 9.1% 97.8%;--card: 20 14.3% 4.1%;--card-foreground: 60 9.1% 97.8%;--popover: 20 14.3% 4.1%;--popover-foreground: 60 9.1% 97.8%;--primary: 20.5 90.2% 48.2%;--primary-2: 20, 89%, 32%;--primary-3: 20, 87%, 20%;--primary-4: 20, 87%, 11%;--primary-foreground: 60 9.1% 97.8%;--secondary: 12 6.5% 15.1%;--secondary-foreground: 60 9.1% 97.8%;--muted: 12 6.5% 15.1%;--muted-foreground: 24 5.4% 63.9%;--accent: 12 6.5% 15.1%;--accent-foreground: 60 9.1% 97.8%;--destructive: 0 72.2% 50.6%;--destructive-foreground: 60 9.1% 97.8%;--border: 12 6.5% 15.1%;--input: 12 6.5% 15.1%;--ring: 20.5 90.2% 48.2%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%}}html{background-color:#09090b;min-height:100%;overflow-x:hidden}body{background-color:#09090b;margin:0;font-family:Inter,Geist,system-ui,sans-serif;color:#fafafa}html,body,#root{height:100%;overflow-x:hidden}#root{flex-direction:column}input:focus{outline:2px solid #f97316;outline-offset:1px}button:focus-visible{outline:2px solid #f97316;outline-offset:2px}.link-text{color:#f97316;font-family:inherit;cursor:pointer;text-decoration:underline}.link-text:hover{color:#fb923c}.primary-btn{display:flex;align-items:center;justify-content:center;background-color:#f97316;color:#000;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;cursor:pointer;transition:.15s ease}.primary-btn:hover{background-color:#fb923c}.primary-btn:active{background-color:#ea580c}.secondary-btn{display:flex;align-items:center;justify-content:center;background-color:transparent;border:1.5px solid #f97316;color:#f97316;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;transition:.15s ease}.secondary-btn:hover{background-color:#f97316;color:#000}.secondary-btn:active{background-color:#ea580c}.tertiary-btn{display:flex;align-items:center;justify-content:center;background-color:transparent;border:1.5px solid rgba(255,255,255,.1);color:#ffffffb3;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;transition:.15s ease}.tertiary-btn:hover{border-color:#fff3;color:#fff}.panel{border:1.5px solid rgba(255,255,255,.1);background-color:#111113}@font-face{font-family:Geist;src:url(/assets/Geist-UltraLight-BKGg6HDM.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Geist;src:url(/assets/Geist-Thin-BmOEVwmW.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:Geist;src:url(/assets/Geist-Light-BKqyB5ad.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Geist;src:url(/assets/Geist-Regular-CDW1rAlG.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Geist;src:url(/assets/Geist-Medium-COrrQ0FJ.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Geist;src:url(/assets/Geist-SemiBold-Xdbe0ilf.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Geist;src:url(/assets/Geist-Bold-mpQnNB6b.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Geist;src:url(/assets/Geist-UltraBlack-BW_umeXA.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:GeistMono;src:url(/assets/GeistMono-UltraLight-KoyOHeQL.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:GeistMono;src:url(/assets/GeistMono-Thin-UQvPdK5y.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:GeistMono;src:url(/assets/GeistMono-Light-CULnQ7Tf.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:GeistMono;src:url(/assets/GeistMono-Regular-N8RSepCq.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:GeistMono;src:url(/assets/GeistMono-Medium-BmVUftj6.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:GeistMono;src:url(/assets/GeistMono-SemiBold-DGQN5jgG.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:GeistMono;src:url(/assets/GeistMono-Bold-D-Mh5Vum.woff) format("woff");font-weight:700;font-style:normal}.font-sans{font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.font-mono{font-family:GeistMono,monospace}.w{color:hsl(var(--card-foreground))}.ultralight{font-weight:100}.thin{font-weight:200}.light{font-weight:300}.regular{font-weight:400}.medium{font-weight:500}.semibold{font-weight:600}.bold{font-weight:700}.black{font-weight:800}.fc{min-height:100vh;padding:80px 24px 60px;background:#050507;color:#fafafa;font-family:Inter,system-ui,sans-serif}.fc__hero{max-width:640px;margin:0 auto 48px;text-align:center}.fc__hero-icon{width:64px;height:64px;margin-bottom:20px;filter:drop-shadow(0 0 24px rgba(249,115,22,.4));animation:fc-float 3s ease-in-out infinite}@keyframes fc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.fc__hero-title{font-family:Jost,Inter,sans-serif;font-size:clamp(28px,5vw,40px);font-weight:800;color:#fff;margin:0 0 14px;line-height:1.15}.fc__hero-sub{font-size:15px;line-height:1.7;color:#fff9;margin:0 0 20px}.fc__trust{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.fc__trust-item{font-size:12px;font-weight:500;color:#ffffff80}.fc__trust-dot{color:#fff3;font-size:10px}.fc__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto 56px;align-items:start}.fc__card{position:relative;display:flex;flex-direction:column;align-items:center;padding:28px 22px;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:18px;transition:all .28s cubic-bezier(.16,1,.3,1);opacity:0;animation:fc-rise .5s ease forwards}.fc__card:nth-child(1){animation-delay:0ms}.fc__card:nth-child(2){animation-delay:80ms}.fc__card:nth-child(3){animation-delay:.16s}.fc__card:nth-child(4){animation-delay:.24s}@keyframes fc-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fc__card:hover{transform:translateY(-4px);border-color:#ffffff24;box-shadow:0 12px 36px #00000059}.fc__card--featured{grid-column:1 / -1;flex-direction:column;align-items:center;padding:32px 36px;border-color:#f59e0b59;background:linear-gradient(135deg,#f59e0b0f,#f9731605);box-shadow:0 0 40px #f59e0b14}.fc__card--featured:hover{transform:translateY(-4px);border-color:#f59e0b80;box-shadow:0 12px 48px #f59e0b26}.fc__card--featured .fc__card-perks{max-width:360px}.fc__card--featured .fc__card-btn{max-width:320px}.fc__card--featured .fc__card-donate{max-width:360px}.fc__card-featured-desc{width:100%;text-align:center;font-size:14px;color:#ffffff8c;margin:0 0 8px;line-height:1.5}.fc__card-popular-tag{position:absolute;top:-13px;left:50%;transform:translate(-50%);padding:4px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:9999px;font-size:11px;font-weight:700;color:#fff;white-space:nowrap;letter-spacing:.04em;box-shadow:0 4px 12px #3b82f659}.fc__card-bar{width:100%;height:3px;border-radius:2px;margin-bottom:20px}.fc__card-bar--orange{background:linear-gradient(90deg,#f97316,#ea580c)}.fc__card-bar--blue{background:linear-gradient(90deg,#3b82f6,#2563eb)}.fc__card-bar--purple{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.fc__card-bar--gold{background:linear-gradient(90deg,#f59e0b,#d97706)}.fc__card-label{font-size:13px;font-weight:600;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.fc__card-coins{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.fc__card-amount{font-family:Jost,sans-serif;font-size:48px;font-weight:800;color:#fff;line-height:1}.fc__card-amount--custom{font-size:56px;background:linear-gradient(135deg,#f59e0b,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fc__card-icon{width:40px;height:40px}.fc__card-perks{list-style:none;padding:0;margin:0 0 14px;width:100%}.fc__card-perks li{position:relative;padding:5px 0 5px 20px;font-size:12.5px;color:#fff9;line-height:1.5}.fc__card-perks li:before{content:"✓";position:absolute;left:0;color:#4ade80;font-weight:700;font-size:13px}.fc__card-duration{font-size:10.5px;font-weight:600;color:#ffffff59;padding:4px 10px;border:1px dashed rgba(255,255,255,.12);border-radius:6px;margin-bottom:8px;letter-spacing:.03em}.fc__card-donate{font-size:11px;font-weight:600;color:#f97316b3;margin-bottom:10px;text-align:center;padding:6px 12px;background:#f973160f;border-radius:6px;width:100%}.fc__card-social{font-size:11px;font-weight:500;color:#f59e0bb3;margin-bottom:10px;text-align:center}.fc__card-btn{width:100%;height:48px;border:none;border-radius:12px;font-family:Jost,Inter,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);margin-top:auto;letter-spacing:.01em}.fc__card-btn:hover{transform:translateY(-2px)}.fc__card-btn--orange{background:linear-gradient(135deg,#f97316,#ea580c)!important;color:#000!important}.fc__card-btn--orange:hover{box-shadow:0 6px 20px #f9731666}.fc__card-btn--blue{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff!important}.fc__card-btn--blue:hover{box-shadow:0 6px 20px #3b82f666}.fc__card-btn--purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important;color:#fff!important}.fc__card-btn--purple:hover{box-shadow:0 6px 20px #8b5cf666}.fc__card-btn--gold{background:linear-gradient(135deg,#f59e0b,#d97706)!important;color:#000!important}.fc__card-btn--gold:hover{box-shadow:0 6px 20px #f59e0b66}.fc__impact{max-width:800px;margin:0 auto 40px;text-align:center}.fc__impact-title{font-family:Jost,sans-serif;font-size:22px;font-weight:700;color:#fff;margin:0 0 24px}.fc__impact-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.fc__impact-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 14px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:14px;transition:border-color .2s}.fc__impact-item:hover{border-color:#ffffff1f}.fc__impact-icon{font-size:24px;margin-bottom:4px}.fc__impact-item strong{font-size:13px;font-weight:700;color:#ffffffd9}.fc__impact-item span:last-child{font-size:11.5px;color:#fff6;line-height:1.4}.fc__transparency{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;max-width:520px;margin:0 auto 28px;padding:14px 20px;background:#3b82f60a;border:1px solid rgba(59,130,246,.12);border-radius:12px;transition:border-color .2s}.fc__transparency:hover{border-color:#3b82f640}.fc__transparency-icon{font-size:18px}.fc__transparency-text{font-size:13px;font-weight:500;color:#ffffff80}.fc__transparency-link{font-size:13px;font-weight:700;color:#60a5fa;text-decoration:none;transition:color .2s}.fc__transparency-link:hover{color:#93bbfd;text-decoration:underline}.fc__note{text-align:center;font-size:12px;color:#ffffff4d;max-width:500px;margin:0 auto;line-height:1.6}.fc__social-proof{display:inline-flex;align-items:center;gap:6px;margin-top:16px;padding:6px 16px;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:9999px;font-size:12px;font-weight:600;color:#f59e0bcc;letter-spacing:.02em}.fc__goal{max-width:480px;margin:0 auto 32px;text-align:center}.fc__goal-label{font-size:12px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.fc__goal-bar{height:8px;background:#ffffff0f;border-radius:9999px;overflow:hidden;margin-bottom:6px}.fc__goal-fill{height:100%;width:0%;background:linear-gradient(90deg,#f97316,#f59e0b);border-radius:9999px;animation:fc-fill-bar 1.5s ease forwards .5s}@keyframes fc-fill-bar{to{width:78%}}.fc__goal-text{font-size:11px;color:#ffffff59}.fc__card-renew{font-size:10px;color:#ffffff40;margin-top:8px;text-align:center;font-style:italic}.fc__card--featured{animation:fc-rise .5s ease forwards,fc-glow 3s ease-in-out infinite 1s}@keyframes fc-glow{0%,to{box-shadow:0 0 30px #f59e0b14}50%{box-shadow:0 0 50px #f59e0b2e,0 0 80px #f59e0b0f}}.fc__card-btn--pulse{height:56px!important;font-size:18px!important;animation:fc-pulse 2s ease-in-out infinite}@keyframes fc-pulse{0%,to{transform:scale(1);box-shadow:0 4px 16px #f59e0b4d}50%{transform:scale(1.02);box-shadow:0 6px 24px #f59e0b80}}@media(max-width:900px){.fc__cards{grid-template-columns:repeat(3,1fr);gap:14px;max-width:720px}.fc__card--featured{flex-direction:column;padding:28px 22px}.fc__impact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.fc{padding:80px 16px 48px}.fc__cards{grid-template-columns:1fr;max-width:380px;margin-left:auto;margin-right:auto}.fc__card--featured{flex-direction:column;padding:24px 20px}.fc__card-amount{font-size:40px}.fc__card-btn{height:44px;font-size:15px}.fc__impact-grid{grid-template-columns:1fr 1fr;gap:12px}.fc__trust{flex-direction:column;gap:6px}.fc__trust-dot{display:none}}@media(prefers-reduced-motion:reduce){.fc__hero-icon{animation:none}.fc__card{animation-duration:1ms}}.store-page{width:100%;min-height:100vh;padding-top:56px;background:#09090b;color:#fafafa;font-family:Inter,system-ui,sans-serif}.store-coin-strip{display:flex;align-items:center;gap:10px;margin:0;padding:10px 24px;background:#f59e0b0a;border-bottom:1px solid rgba(245,158,11,.1);cursor:pointer;transition:background .2s}.store-coin-strip:hover{background:#f59e0b14}.store-coin-strip__icon{width:20px;height:20px;flex-shrink:0}.store-coin-strip__text{font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:500;color:#a1a1aa}.store-coin-strip__cta{margin-left:auto;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:700;color:#f59e0b;white-space:nowrap;transition:color .2s}.store-coin-strip:hover .store-coin-strip__cta{color:#fbbf24}.store-featured{width:100%;padding:24px;border-bottom:1px solid rgba(255,255,255,.06);background:radial-gradient(ellipse 60% 80% at 50% 100%,rgba(249,115,22,.03) 0%,transparent 70%)}.store-featured-title{font-family:Geist,Inter,system-ui,sans-serif;font-size:11px;font-weight:700;color:#f97316;text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px}.store-featured-track{position:relative;width:100%}.store-featured-scroll{display:flex;overflow-x:auto;gap:16px;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:8px}.store-featured-scroll::-webkit-scrollbar{height:6px}.store-featured-scroll::-webkit-scrollbar-track{background:#ffffff0a;border-radius:3px}.store-featured-scroll::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}.store-featured-scroll::-webkit-scrollbar-thumb:hover{background:#fff3}.store-featured-scroll{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) rgba(255,255,255,.04)}.store-featured-card{position:relative;min-width:280px;flex-shrink:0;scroll-snap-align:start;border-radius:12px;background:#111113;border:1px solid rgba(255,255,255,.06);overflow:hidden;cursor:pointer;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.store-featured-card:hover{border-color:#f9731666;transform:translateY(-2px);box-shadow:0 8px 32px #0006,0 0 0 1px #f973161a}.store-featured-card-img{width:100%;aspect-ratio:16 / 9;background-size:cover;background-position:center;background-color:#18181b}.store-featured-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:14px 16px;background:linear-gradient(transparent,#000000d9);display:flex;flex-direction:column;gap:4px}.store-featured-card-info{padding:12px 16px}.store-featured-card-name{font-family:Geist,Inter,system-ui,sans-serif;font-size:14px;font-weight:600;color:#fafafa;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-featured-card-price{display:flex;align-items:center;gap:5px;font-family:Geist,Inter,system-ui,sans-serif;font-size:16px;font-weight:700;color:#f97316}.store-featured-card-coin,.store-featured-card-price img{width:18px;height:18px}.store-toolbar{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.06);background:#09090b;position:sticky;top:56px;z-index:10;gap:12px}.store-toolbar-left,.store-toolbar-right{display:flex;align-items:center;gap:12px}.store-toolbar-count,.store-count{font-family:Inter,system-ui,sans-serif;font-size:13px;color:#52525b;white-space:nowrap;font-weight:500}.store-toolbar-filter,.store-filter-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;height:38px!important;padding:0 16px!important;background:transparent!important;border:1px solid rgba(249,115,22,.4)!important;border-radius:8px!important;font-family:Inter,system-ui,sans-serif!important;font-size:13px!important;font-weight:600!important;color:#f97316!important;cursor:pointer!important;transition:all .2s ease!important;white-space:nowrap!important;line-height:1!important}.store-toolbar-filter:hover,.store-filter-btn:hover{background:#f9731614!important;border-color:#f97316!important;color:#f97316!important}.store-toolbar-filter:active,.store-filter-btn:active{transform:scale(.97)!important}.store-toolbar-filter svg,.store-toolbar-filter img,.store-filter-btn svg,.store-filter-btn img{width:16px!important;height:16px!important;flex-shrink:0!important}.store-filter-chevron{font-size:10px;opacity:.5}.store-toolbar-cart,.store-cart-btn{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;height:38px!important;padding:0 20px!important;background:#f97316!important;border:1px solid #f97316!important;border-radius:8px!important;font-family:Inter,system-ui,sans-serif!important;font-size:13px!important;font-weight:700!important;color:#000!important;cursor:pointer!important;transition:all .2s ease!important;white-space:nowrap!important;line-height:1!important}.store-toolbar-cart:hover,.store-cart-btn:hover{background:#fb923c!important;border-color:#fb923c!important;color:#000!important}.store-toolbar-cart:active,.store-cart-btn:active{transform:scale(.97)!important}.store-toolbar-cart svg,.store-toolbar-cart img,.store-cart-btn svg,.store-cart-btn img{width:18px!important;height:18px!important;flex-shrink:0!important}.store-cart-btn-icon{width:18px!important;height:18px!important;filter:brightness(0)!important;transition:filter .2s!important}.store-toolbar-cart-badge,.store-cart-badge{display:flex!important;justify-content:center!important;align-items:center!important;position:absolute!important;right:-8px!important;top:-8px!important;width:20px!important;height:20px!important;background:#fff!important;color:#f97316!important;font-family:Inter,system-ui,sans-serif!important;font-size:11px!important;font-weight:800!important;border-radius:50%!important;border:2px solid #09090b!important;line-height:1!important}.store-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;visibility:hidden}.store-drawer.open,.store-drawer--open{pointer-events:auto;visibility:visible}.store-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s ease;cursor:pointer}.store-drawer.open .store-drawer-backdrop,.store-drawer--open .store-drawer-backdrop{background:#0009}.store-drawer-panel{position:absolute;top:0;right:0;width:320px;max-width:85vw;height:100%;background:#111113;border-left:1px solid rgba(255,255,255,.1);box-shadow:-8px 0 32px #00000080;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column;z-index:101}.store-drawer.open .store-drawer-panel,.store-drawer--open .store-drawer-panel{transform:translate(0)}.store-drawer-panel::-webkit-scrollbar{width:4px}.store-drawer-panel::-webkit-scrollbar-track{background:transparent}.store-drawer-panel::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.store-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid rgba(255,255,255,.06)}.store-drawer-title{font-family:Geist,Inter,system-ui,sans-serif;font-size:16px;font-weight:700;color:#fafafa}.store-drawer-close{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;background:transparent!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important;color:#a1a1aa!important;font-size:16px!important;cursor:pointer!important;transition:all .15s ease!important;line-height:1!important;padding:0!important}.store-drawer-close:hover{background:#ffffff0f!important;border-color:#ffffff29!important;color:#fafafa!important}.store-drawer-section{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.store-drawer-section:last-child{border-bottom:none}.store-drawer-section-title{font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600;color:#52525b;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px}.store-drawer-checkbox-row{display:flex;align-items:center;padding:6px 8px;border-radius:6px;cursor:pointer;transition:background .15s ease;margin-bottom:2px}.store-drawer-checkbox-row:hover{background:#ffffff0a}.store-drawer-checkbox{margin-right:10px;height:16px;width:16px;accent-color:#f97316;cursor:pointer;flex-shrink:0}.store-drawer-checkbox-label{font-family:Inter,system-ui,sans-serif;font-size:13px;color:#a1a1aa;cursor:pointer;transition:color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.store-drawer-checkbox-row:hover .store-drawer-checkbox-label{color:#fafafa}.store-checkbox{margin-right:8px;height:16px;width:16px;accent-color:#f97316;cursor:pointer}.store-checkbox-text{font-family:Inter,system-ui,sans-serif;color:#a1a1aa;font-size:13px;margin-bottom:2px;padding:6px 8px;display:flex;align-items:center;cursor:pointer;border-radius:6px;transition:all .15s ease}.store-checkbox-text:hover{color:#fafafa;background:#ffffff0a}.store-drawer-price-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.store-drawer-price-label{font-family:Inter,system-ui,sans-serif;font-size:12px;color:#52525b;min-width:32px}.store-drawer-price-input{width:100%!important;height:36px!important;background:#18181b!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important;color:#fafafa!important;font-family:Inter,system-ui,sans-serif!important;font-size:13px!important;padding:0 12px!important;outline:none!important;transition:border-color .2s ease,box-shadow .2s ease!important}.store-drawer-price-input:focus{border-color:#f97316!important;box-shadow:0 0 0 3px #f973161a!important}.store-drawer-price-input::-moz-placeholder{color:#52525b!important}.store-drawer-price-input::placeholder{color:#52525b!important}.store-input{width:72px!important;height:32px!important;margin-left:12px!important;background:#18181b!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important;color:#fafafa!important;font-family:Inter,system-ui,sans-serif!important;font-size:13px!important;padding:0 12px!important;outline:none!important;transition:border-color .2s ease,box-shadow .2s ease!important}.store-input:focus{border-color:#f97316!important;box-shadow:0 0 0 3px #f973161a!important}.store-drawer-actions{padding:16px 20px;display:flex;gap:10px}.store-drawer-apply{flex:1!important;height:40px!important;background:#f97316!important;border:1px solid #f97316!important;border-radius:8px!important;font-family:Inter,system-ui,sans-serif!important;font-size:13px!important;font-weight:700!important;color:#000!important;cursor:pointer!important;transition:all .2s ease!important}.store-drawer-apply:hover{background:#fb923c!important;border-color:#fb923c!important;color:#000!important}.store-drawer-apply:active{transform:scale(.97)!important}.store-drawer-reset{flex:1!important;height:40px!important;background:transparent!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important;font-family:Inter,system-ui,sans-serif!important;font-size:13px!important;font-weight:600!important;color:#a1a1aa!important;cursor:pointer!important;transition:all .2s ease!important}.store-drawer-reset:hover{background:#ffffff0a!important;border-color:#ffffff29!important;color:#fafafa!important}.store-drawer-reset:active{transform:scale(.97)!important}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;padding:24px;max-width:1600px;margin:0 auto}@media(min-width:1440px){.store-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;padding:28px 40px;max-width:1800px}}@media(min-width:1920px){.store-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px;padding:32px 48px;max-width:2200px}.store-card-name{font-size:15px}.store-card-price{font-size:22px}.store-card-btn-cart,.store-card-btn-view{height:44px!important;font-size:13px!important}.store-featured{padding:28px 48px}.store-toolbar{padding:16px 48px}.store-coin-strip{padding:12px 48px}}@media(min-width:2560px){.store-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));max-width:2600px;padding:36px 64px}.store-featured{padding:32px 64px}.store-toolbar{padding:18px 64px}.store-coin-strip{padding:14px 64px}}.store-grid-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center}.store-grid-empty-icon{width:48px;height:48px;opacity:.2;margin-bottom:16px}.store-grid-empty-title{font-family:Geist,Inter,system-ui,sans-serif;font-size:16px;font-weight:600;color:#a1a1aa;margin-bottom:4px}.store-grid-empty-text{font-family:Inter,system-ui,sans-serif;font-size:13px;color:#52525b}.store-product,.store-card{display:flex;flex-direction:column;background:#111113;border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.store-product:hover,.store-card:hover{border-color:#f973164d;transform:translateY(-2px);box-shadow:0 12px 40px #0006,0 0 0 1px #f9731614}.store-product-image,.store-card-thumb{position:relative;width:100%;aspect-ratio:4 / 3;background-size:cover;background-position:center;background-color:#18181b;cursor:pointer;overflow:hidden}.store-product-image:after,.store-card-thumb:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(transparent,#111113);pointer-events:none}.store-card-hot{position:absolute;top:10px;left:10px;z-index:2;font-family:Inter,system-ui,sans-serif;font-size:10px;font-weight:700;color:#fff;background:#f97316d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:100px;padding:4px 10px;white-space:nowrap;letter-spacing:.02em}.store-card-thumb--empty{background:linear-gradient(135deg,#18181b,#1c1c20,#1a1a1e)!important;display:flex;align-items:center;justify-content:center}.store-card-thumb--empty:before{content:"🏷️";font-size:32px;opacity:.2;z-index:1}.store-card-cart-icon{position:absolute;top:10px;right:10px;z-index:2;width:36px;height:36px;display:flex!important;align-items:center!important;justify-content:center!important;background:#0009!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12)!important;border-radius:50%!important;cursor:pointer!important;opacity:1;transform:scale(1);transition:all .2s ease!important}.store-card-cart-icon:hover{background:#f97316!important;border-color:#f97316!important}.store-card-cart-icon:hover img{filter:brightness(0)!important}.store-card-cart-icon img{width:16px;height:16px;filter:brightness(0) invert(1);transition:filter .15s}.store-card-cart-icon--added{opacity:1!important;background:#22c55e!important;border-color:#22c55e!important}.store-card-cart-icon--added img{filter:brightness(0)!important}.store-product-tag{position:absolute;bottom:8px;right:8px;z-index:1;font-family:Inter,system-ui,sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fafafa;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:4px 10px;white-space:nowrap}.store-product-tag-permanent{background:#22c55e26;border-color:#22c55e4d;color:#22c55e}.store-product-tag-timed{background:#eab30826;border-color:#eab3084d;color:#eab308}.store-product-info,.store-card-body{display:flex;flex-direction:column;padding:14px;gap:10px;flex:1}.store-product-name,.store-card-name{font-family:Geist,Inter,system-ui,sans-serif;font-size:14px;font-weight:600;color:#fafafa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;text-decoration:none}.store-card-name:hover{color:#f97316}.store-product-price-row,.store-card-price-row{display:flex;align-items:center;gap:6px}.store-product-price-row img,.store-card-coin{width:18px;height:18px;flex-shrink:0}.store-card-price{font-family:Geist,Inter,system-ui,sans-serif;font-size:20px;font-weight:800;color:#f97316}.store-card-price--free{color:#4ade80;font-size:16px}.store-card-purchases{display:flex;align-items:center;gap:4px;margin-left:auto;font-family:Inter,system-ui,sans-serif;font-size:11px;color:#71717a;font-weight:500}.store-card-purchases-icon{width:14px;height:14px;opacity:.35}.store-card-actions{display:flex;gap:8px;margin-top:auto}.store-card-btn-cart{flex:1.4!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;background:#f97316!important;border:1px solid #f97316!important;border-radius:10px!important;font-family:Inter,system-ui,sans-serif!important;font-size:12px!important;font-weight:700!important;color:#000!important;cursor:pointer!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important;white-space:nowrap!important;line-height:1!important;padding:0 12px!important}.store-card-btn-cart:hover{background:#fb923c!important;border-color:#fb923c!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #f973164d!important}.store-card-btn-cart:active{transform:scale(.96)!important}.store-card-btn-cart-icon{width:14px!important;height:14px!important;filter:brightness(0)!important;flex-shrink:0!important}.store-card-btn-cart--added{background:#22c55e!important;border-color:#22c55e!important;color:#000!important}.store-card-btn-view{flex:1!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:10px!important;font-family:Inter,system-ui,sans-serif!important;font-size:12px!important;font-weight:600!important;color:#a1a1aa!important;cursor:pointer!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important;white-space:nowrap!important;line-height:1!important;padding:0 10px!important}.store-card-btn-view:hover{background:#ffffff0f!important;border-color:#fff3!important;color:#fafafa!important}.store-card-btn-view:active{transform:scale(.96)!important}.store-product-price-cont{display:flex;align-items:center;gap:6px;font-family:Geist,Inter,system-ui,sans-serif;font-weight:700;color:#f97316;font-size:18px}.store-product-price-image{width:18px;height:18px}.store-product-about-purchases-img{width:16px;opacity:.3}.store-product-seperator{display:flex;padding:12px;flex:1}.store-product-left{display:flex;flex-direction:column;width:55%}.store-product-right{display:flex;flex-direction:column;width:45%;justify-content:center;align-items:center;gap:8px}.store-product-actions{padding:0 12px 12px;display:flex;gap:8px}.store-product-btn-cart{flex:1!important;height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:1px solid rgba(249,115,22,.35)!important;border-radius:8px!important;font-family:Inter,system-ui,sans-serif!important;font-size:12px!important;font-weight:600!important;color:#f97316!important;cursor:pointer!important;transition:all .2s ease!important;white-space:nowrap!important;line-height:1!important;padding:0 10px!important}.store-product-btn-cart:hover{background:#f9731614!important;border-color:#f97316!important;color:#f97316!important}.store-product-btn-cart:active{transform:scale(.96)!important}.store-product-btn-buy,.store-card-buy-btn{flex:1!important;height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#f97316!important;border:1px solid #f97316!important;border-radius:8px!important;font-family:Inter,system-ui,sans-serif!important;font-size:12px!important;font-weight:700!important;color:#000!important;cursor:pointer!important;transition:all .2s ease!important;white-space:nowrap!important;line-height:1!important;padding:0 10px!important;margin-top:auto!important}.store-product-btn-buy:hover,.store-card-buy-btn:hover{background:#fb923c!important;border-color:#fb923c!important;color:#000!important}.store-product-btn-buy:active,.store-card-buy-btn:active{transform:scale(.96)!important}.store-product-actions--single .store-product-btn-buy{width:100%!important;flex:unset!important}.store-product-button{width:100%!important;height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:1px solid rgba(249,115,22,.35)!important;border-radius:8px!important;font-family:Inter,system-ui,sans-serif!important;font-size:12px!important;font-weight:600!important;color:#f97316!important;cursor:pointer!important;transition:all .2s ease!important;white-space:nowrap!important;line-height:1!important;padding:0 10px!important}.store-product-button:hover{background:#f9731614!important;border-color:#f97316!important;color:#f97316!important}.store-product-button:active{transform:scale(.96)!important}.store-product-button+.store-product-button{background:#f97316!important;border-color:#f97316!important;color:#000!important;font-weight:700!important}.store-product-button+.store-product-button:hover{background:#fb923c!important;border-color:#fb923c!important;color:#000!important}.store-my-cart{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;height:38px!important;padding:0 16px!important;background:transparent!important;border:1px solid rgba(249,115,22,.4)!important;border-radius:8px!important;font-family:Inter,system-ui,sans-serif!important;font-size:13px!important;font-weight:600!important;color:#f97316!important;cursor:pointer!important;transition:all .2s ease!important;white-space:nowrap!important;line-height:1!important}.store-my-cart:hover{background:#f97316!important;border-color:#f97316!important;color:#000!important}.store-my-cart:active{transform:scale(.97)!important}.store-my-cart-img{width:20px;filter:brightness(0) saturate(100%) invert(56%) sepia(96%) saturate(1000%) hue-rotate(346deg) brightness(100%) contrast(95%);transition:filter .2s}.store-my-cart:hover .store-my-cart-img{filter:brightness(0)}.cart-button-number{display:flex!important;justify-content:center!important;align-items:center!important;position:absolute!important;right:-8px!important;top:-8px!important;width:20px!important;height:20px!important;background:#f97316!important;color:#fff!important;font-family:Inter,system-ui,sans-serif!important;font-size:11px!important;font-weight:800!important;border-radius:50%!important;border:2px solid #09090b!important;line-height:1!important}.store-bottom{max-width:1400px;margin:0 auto;padding:24px}.store-options{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.06)}.store-option{background:#111113;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:16px 20px;flex:1;min-width:200px;transition:border-color .15s ease}.store-option:hover{border-color:#ffffff1f}.store-option-header{font-family:Geist,Inter,system-ui,sans-serif;font-weight:600;color:#fafafa;font-size:14px;display:block;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06)}.store-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.store-highlights{display:flex;justify-content:center;align-items:center;gap:32px;width:100%;padding:48px 24px;background:radial-gradient(ellipse 60% 80% at 50% 100%,rgba(249,115,22,.04) 0%,transparent 70%);border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden}.highlight-button{display:flex!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;border-radius:50%!important;background:#18181b!important;border:1px solid rgba(255,255,255,.1)!important;cursor:pointer!important;transition:all .2s ease!important;z-index:10;flex-shrink:0}.highlight-button:hover{background:#f97316!important;border-color:#f97316!important;transform:scale(1.1)}.highlight-arrow{width:16px;height:16px;filter:brightness(0) invert(1)}.store-highlight{width:380px;aspect-ratio:16 / 9;-o-object-fit:cover;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.06);box-shadow:0 8px 32px #00000080;transition:all .4s ease;background:#18181b}#highlight-2{transform:scale(1.1);z-index:5;border-color:#f973164d;box-shadow:0 16px 48px #0009,0 0 32px #f973161a}#highlight-1,#highlight-3{width:300px;opacity:.4;filter:blur(2px) grayscale(40%);transform:scale(.9);cursor:pointer}#highlight-1:hover,#highlight-3:hover{opacity:.8;filter:none;transform:scale(.95)}.store-load{animation:store-fade .25s ease}@keyframes store-fade{0%{opacity:.6}to{opacity:1}}@media(max-width:768px){.store-page{padding-top:52px}.store-featured{padding:16px}.store-featured-card{min-width:220px}.store-featured-card-img{aspect-ratio:16 / 10}.store-featured-card-name{font-size:13px}.store-featured-card-price{font-size:14px}.store-featured-card-info{padding:10px 12px}.store-toolbar{top:52px;padding:12px 16px}.store-drawer-panel{width:280px}.store-grid,.store-products{grid-template-columns:repeat(3,1fr);gap:12px;padding:16px}.store-product-image,.store-card-thumb{aspect-ratio:4 / 3}.store-product-name,.store-card-name{font-size:13px}.store-product-price-row,.store-product-price-cont,.store-card-price{font-size:15px}.store-product-price-row img,.store-product-price-image,.store-card-coin{width:16px;height:16px}.store-product-info,.store-card-body,.store-product-seperator{padding:10px}.store-product-actions{padding:0 10px 10px}.store-product-btn-cart,.store-product-btn-buy,.store-card-buy-btn,.store-card-btn-cart,.store-card-btn-view,.store-product-button{height:36px!important;font-size:11px!important}.store-card-btn-cart-icon{width:12px!important;height:12px!important}.store-card-actions{gap:6px}.store-card-hot{font-size:9px;padding:3px 8px}.store-card-cart-icon{width:32px;height:32px}.store-card-cart-icon img{width:14px;height:14px}.store-highlights{display:none}.store-bottom{padding:16px}.store-option{min-width:150px}.store-product-seperator{flex-direction:column}.store-product-left{width:100%}.store-product-right{width:100%;flex-direction:row;margin-top:8px}.store-product-button{width:48%!important}}@media(max-width:480px){.store-page{padding-top:48px}.store-featured{padding:12px}.store-featured-title{font-size:10px;margin-bottom:10px}.store-featured-card{min-width:180px}.store-featured-card-name{font-size:12px}.store-featured-card-price{font-size:13px}.store-featured-card-info{padding:8px 10px}.store-featured-card-overlay{padding:10px 12px}.store-toolbar{top:48px;padding:10px 12px;flex-wrap:wrap;gap:8px}.store-toolbar-left,.store-toolbar-right{width:100%;justify-content:space-between}.store-toolbar-filter,.store-filter-btn,.store-toolbar-cart,.store-cart-btn{flex:1!important;height:36px!important;font-size:12px!important}.store-drawer-panel{width:100%;max-width:100vw;border-left:none}.store-grid,.store-products{grid-template-columns:repeat(2,1fr);gap:10px;padding:12px}.store-product-tag{font-size:9px;padding:3px 7px;bottom:6px;right:6px}.store-product-info,.store-card-body,.store-product-seperator{padding:8px}.store-product-name,.store-card-name{font-size:12px;margin-bottom:4px}.store-product-price-row,.store-product-price-cont,.store-card-price{font-size:13px}.store-product-price-row img,.store-product-price-image,.store-card-coin{width:14px;height:14px}.store-product-actions{padding:0 8px 8px;gap:6px}.store-product-btn-cart,.store-product-btn-buy,.store-card-buy-btn,.store-card-btn-cart,.store-card-btn-view,.store-product-button{height:34px!important;font-size:10px!important;padding:0 6px!important;border-radius:8px!important}.store-card-actions{gap:4px}.store-card-btn-cart{flex:1!important}.store-card-btn-cart-icon{width:11px!important;height:11px!important}.store-card-hot{font-size:8px;padding:2px 6px;top:6px;left:6px}.store-card-thumb--empty:before{font-size:24px}.store-card-cart-icon{width:28px;height:28px;top:6px;right:6px}.store-card-cart-icon img{width:12px;height:12px}.store-bottom{padding:12px}.store-options{flex-direction:column;gap:10px}.store-option{min-width:0;width:100%}.store-product-button{width:48%!important}.store-my-cart{height:36px!important;font-size:12px!important}.store-option-header{font-size:13px}.store-checkbox-text{font-size:12px}.store-input{width:56px!important;height:28px!important;font-size:12px!important}}.product-page{display:flex;flex-direction:column;width:100%;min-height:100vh;justify-content:center;align-items:center;padding:120px 24px 60px;box-sizing:border-box;background:#050505}.product-main-container{display:grid;grid-template-columns:2.5fr 1fr;width:100%;max-width:1400px;min-height:700px;gap:0}.product-photos{display:flex;flex-direction:column;gap:20px;box-sizing:border-box;padding:28px;width:100%;height:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:24px 0 0 24px}.product-main-thumbnail{width:100%;height:auto;aspect-ratio:16 / 9;background-size:cover;background-position:center;border-radius:16px;background-color:#ffffff08;border:1px solid rgba(255,255,255,.05)}.product-other-photos{display:flex;box-sizing:border-box;gap:16px;width:100%;height:120px;overflow-x:auto;padding-bottom:8px}.product-other-photos::-webkit-scrollbar{height:6px}.product-other-photos::-webkit-scrollbar-thumb{background:#f9731666;border-radius:10px}.product-other-photo{width:auto;height:100%;aspect-ratio:16 / 9;border-radius:12px;background-size:cover;background-position:center;background-color:#ffffff08;border:1px solid rgba(255,255,255,.08);flex-shrink:0;transition:all .3s ease}.product-other-photo:hover{cursor:pointer;border-color:#f9731680;transform:scale(1.02)}.product-about{display:flex;flex-direction:column;justify-content:space-between;padding:32px;box-sizing:border-box;width:100%;height:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-left:none;border-radius:0 24px 24px 0}.product-about-up{display:flex;flex-direction:column;width:100%;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.06)}.product-about-header{font-family:Jost,sans-serif;font-weight:700;color:#fff;font-size:28px;margin-top:8px}.product-about-desc{font-family:Inter,sans-serif;font-weight:400;color:#fff9;font-size:16px;line-height:1.7;margin-top:16px}.product-about-tag{margin-top:24px;font-family:Inter,sans-serif;font-weight:500;color:#f97316;font-size:14px;width:-moz-fit-content;width:fit-content;background:#f973161a;border:1px solid rgba(249,115,22,.3);border-radius:100px;padding:10px 20px}.product-about-purchases{margin-top:24px;display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:400;color:#ffffff80;font-size:15px}.product-about-purchases-img{width:20px;opacity:.6}.product-about-down{display:flex;flex-direction:column;justify-content:flex-end;width:100%;gap:16px;margin-top:auto;padding-top:24px}.product-about-price{display:flex;align-items:center;gap:12px;font-family:Jost,sans-serif;font-weight:700;font-size:40px;color:#f97316}.product-about-price-img{width:56px}.product-about-button{font-family:Inter,sans-serif;font-weight:500;font-size:16px;height:52px;background:transparent;border:1px solid rgba(249,115,22,.5);border-radius:14px;color:#f97316;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-about-button:hover{cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border-color:transparent;color:#000;box-shadow:0 4px 24px #f9731666}.product-about-button:active{transform:scale(.98)}.product-about-footer{margin-top:16px;font-family:Inter,sans-serif;font-weight:400;font-size:13px;text-align:center;color:#fff6}@media only screen and (max-width:1200px){.product-main-container{grid-template-columns:1fr;max-width:800px}.product-photos{border-radius:24px 24px 0 0}.product-about{border-left:1px solid rgba(255,255,255,.06);border-top:none;border-radius:0 0 24px 24px}.product-other-photos{display:none}}@media only screen and (max-width:768px){.product-page{padding:100px 16px 40px}.product-main-container{max-width:100%}.product-photos{padding:20px;border-radius:20px 20px 0 0}.product-about{padding:24px 20px;border-radius:0 0 20px 20px}.product-about-header{font-size:24px}.product-about-desc{font-size:15px;margin-top:12px}.product-about-price{font-size:32px}.product-about-price-img{width:44px}.product-about-button{height:48px;font-size:15px}}@media only screen and (max-width:480px){.product-about-tag{font-size:13px;padding:8px 16px}.product-about-purchases{font-size:14px}}.about-header-i{background-color:transparent;border:1px solid var(--color-420);width:100%;height:35px;border-radius:10px;font-size:20px}.pm-thumbnail-input{display:flex;justify-content:center;align-items:center}.desc-header-i{background-color:#0000005a;border:1px solid var(--color-420);width:100%;height:35px;border-radius:10px;font-size:20px;color:hsl(var(--card-foreground))}.product-photo-links-input{margin-left:0;margin-right:0;width:100%;height:50px;background-color:transparent;border:1px solid var(--color-420);height:35px;border-radius:10px;font-size:20px;color:#fff;padding:10px}.subscription-list{display:flex;flex-direction:column;width:100%;gap:20px}.subscription-warning{margin-top:16px;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;color:#52525b}.subscription-item{width:100%;border-radius:14px;padding:24px;background:#111113;border:1px solid rgba(255,255,255,.06);transition:border-color .2s}.subscription-item:hover{border-color:#ffffff29}.subscription-item-top{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.subscription-name{font-family:Geist,Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:700;color:#fafafa}.subscription-date{font-family:Inter,system-ui,sans-serif;font-size:.8125rem;color:#52525b}.subscription-separator,.subscription-seperator{margin-top:20px;border-top:1px solid rgba(255,255,255,.06);padding-top:20px}.subscription-remaining{margin-top:12px;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;color:#52525b}.subscription-bg{margin-top:12px;background:#18181b;width:100%;height:6px;border-radius:9999px;overflow:hidden}.subscription-bar{background:#f97316;height:100%;border-radius:9999px;transition:width .5s ease;box-shadow:0 0 12px #f9731640}@media only screen and (max-width:600px){.subscription-item{padding:16px}.subscription-name{font-size:1rem}.subscription-date{font-size:.6875rem}}.spinner-page{width:100%;min-height:600px;display:flex;justify-content:center;align-items:center;gap:40px;padding:20px;box-sizing:border-box}.spinner-header{font-family:Jost,sans-serif;color:#fff;font-size:36px;font-weight:700;text-align:center}.spinner-info-div{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;gap:16px}.spinner-lock{visibility:hidden;position:absolute;background:#050505f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;z-index:10}.spinner-lock-text{margin-top:24px;font-family:Inter,sans-serif;color:#ffffffb3;font-size:16px;width:80%;text-align:center;line-height:1.6}.spinner-lock-button{margin-top:24px;visibility:hidden;width:180px;height:48px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:500;border:none;border-radius:14px;transition:all .3s ease}.spinner-lock-button:hover{cursor:pointer;opacity:.9;box-shadow:0 4px 20px #ef444466}.spinner-lock-button:active{opacity:.8}.spinner-lock-icon{width:80px;opacity:.6}.spin-button{height:64px;width:200px;background:linear-gradient(135deg,#f97316,#ea580c);color:#000;font-family:Jost,sans-serif;font-size:24px;font-weight:700;border-radius:16px;border:none;transition:all .3s ease;box-shadow:0 4px 30px #f9731666}.spin-button:hover{cursor:pointer;transform:translateY(-2px);box-shadow:0 8px 40px #f9731680}.spin-button:active{transform:scale(.98)}.spinner-next-usage-text{font-family:Inter,sans-serif;color:#fff9;font-size:18px}.spinner-next-usage{font-family:Jost,sans-serif;color:#f97316;font-size:28px;font-weight:700}.spinner{position:absolute;top:0;left:0;width:100%;height:100%}.spinner-container{width:600px;height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;border:4px solid rgba(255,255,255,.1);box-sizing:border-box;border-radius:50%;background:#ffffff05;box-shadow:0 0 60px #f9731633}.spinner-element{display:flex;justify-content:center;align-items:center;position:absolute;color:#fff;width:50%;height:50%;transform-origin:bottom right;font-size:24px;transform:rotate(calc(15deg * var(--i)));clip-path:polygon(0 0,23.5% 0,100% 100%,0 23.5%);transition:1s ease}.spinner-middle{background:linear-gradient(135deg,#fff,#e5e5e5);width:80px;height:80px;border-radius:50%;position:absolute;box-shadow:0 4px 20px #0000004d}.spinner-arm{clip-path:polygon(50% 0%,30% 100%,70% 100%);background:linear-gradient(to bottom,#fff,#e5e5e5);width:60px;height:80px;position:absolute;bottom:80px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3))}.spinner-text{display:flex;align-items:center;transform:rotate(45deg);margin-bottom:16px;margin-right:16px;font-family:Jost,sans-serif;font-size:28px;font-weight:600}.spel-1{background:#050505e6}.spel-2{background:linear-gradient(135deg,#f97316,#ea580c)}.spinner-element-foxtcoin-image{width:32px;height:32px;margin-left:8px}.spinner-reward{visibility:hidden;opacity:0;position:fixed;top:0;right:0;bottom:0;left:0;background:#050505e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;display:flex;flex-direction:column;justify-content:center;align-items:center}.spinner-reward-cont{box-sizing:border-box;padding:48px;height:auto;width:auto;min-width:320px;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.spinner-reward-header{font-family:Jost,sans-serif;color:#fff;font-size:36px;font-weight:900}.spinner-reward-amount{font-family:Jost,sans-serif;color:#f97316;font-size:48px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:12px}.spinner-reward-icon{width:56px;filter:drop-shadow(0 0 20px rgba(249,115,22,.5))}.spinner-reward-button{width:160px;height:56px;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 0 30px #22c55e66;color:#000;font-family:Inter,sans-serif;font-size:18px;font-weight:600;border:none;border-radius:14px;transition:all .3s ease;margin-top:8px}.spinner-reward-button:hover{cursor:pointer;box-shadow:0 0 40px #22c55e99;transform:translateY(-2px)}.spinner-reward-button:active{transform:translateY(0)}.spinner-reward-anim{visibility:visible;animation:reward-load .5s forwards}@keyframes reward-load{0%{visibility:visible;opacity:0;transform:scale(.9)}to{visibility:visible;opacity:1;transform:scale(1)}}@media only screen and (max-width:1250px){.spinner-page{flex-direction:column;min-height:auto}.spinner-container{width:500px;height:500px}.spinner-text{font-size:24px}.spinner-element-foxtcoin-image{width:28px;height:28px}}@media only screen and (max-width:617px){.spinner-container{width:350px;height:350px}.spinner-text{font-size:18px}.spinner-element-foxtcoin-image{width:22px;height:22px}.spinner-header{font-size:28px}.spin-button{width:160px;height:54px;font-size:20px}.spinner-middle{width:60px;height:60px}.spinner-arm{width:40px;height:60px;bottom:60px}}@media only screen and (max-width:400px){.spinner-container{width:280px;height:280px}.spinner-text{font-size:14px}.spinner-element-foxtcoin-image{width:18px;height:18px;margin-left:4px}.spinner-reward-cont{padding:32px 24px;min-width:280px}.spinner-reward-header{font-size:28px}.spinner-reward-amount{font-size:36px}}.donator-page{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding-top:140px;padding-bottom:80px;box-sizing:border-box;background:#050505}.donators-header{font-family:Jost,sans-serif;font-size:clamp(36px,6vw,52px);font-weight:900;color:#fff;margin-bottom:48px;position:relative;padding-bottom:16px}.donators-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#f97316,#ea580c);border-radius:2px}.top-donators{display:flex;flex-direction:column;gap:32px;justify-content:center;align-items:center;margin-bottom:80px}.top-donators-bottom{display:flex;flex-direction:row;width:auto;height:auto;gap:32px}.donator-profile{display:flex;flex-direction:row;width:600px;padding:24px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);align-items:center;border-radius:24px;gap:24px;box-sizing:border-box;transition:all .4s cubic-bezier(.4,0,.2,1)}.donator-profile:hover{background:#ffffff0a;border-color:#f973164d;transform:translateY(-6px);box-shadow:0 20px 50px #0006,0 0 30px #f9731626}.donator-profile-img{width:100px;height:100px;border-radius:20px;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.1);transition:all .3s ease}.donator-profile:hover .donator-profile-img{border-color:#f97316;box-shadow:0 0 20px #f9731666}.donator-profile-desc{color:#ffffffb3;font-family:Inter,sans-serif;font-size:16px;display:flex;flex-direction:column;gap:6px}.donator-profile-name{font-family:Jost,sans-serif;font-size:26px;font-weight:700;color:#fff}.donators{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;max-width:700px;gap:16px;padding:0 24px;box-sizing:border-box}.donator-item{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.06);align-items:center;padding:16px 24px;box-sizing:border-box;min-height:60px;border-radius:16px;background:#ffffff05;width:100%;transition:all .3s ease}.donator-item:hover{background:#ffffff0a;border-color:#ffffff1a}.donator-1{border-color:#ffc83780;box-shadow:0 0 30px #ffc83733;background:linear-gradient(135deg,#ffc83714,#ffc83705)}.donator-1:hover{box-shadow:0 8px 40px #ffc8374d}.donator-2{border-color:#c8c8c866;box-shadow:0 0 25px #c8c8c826;background:linear-gradient(135deg,#c8c8c80f,#c8c8c805)}.donator-2:hover{box-shadow:0 8px 35px #c8c8c840}.donator-3{border-color:#d1752080;box-shadow:0 0 25px #d1752026;background:linear-gradient(135deg,#d1752014,#d1752005)}.donator-3:hover{box-shadow:0 8px 35px #d1752040}.donator-name{color:#fff;font-family:Jost,sans-serif;font-size:22px;font-weight:600;width:100%;border-right:1px solid rgba(255,255,255,.08);height:100%;display:flex;align-items:center}.donator-donate{color:#f97316;font-family:Jost,sans-serif;font-size:24px;font-weight:600;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end}@media only screen and (max-width:1300px){.donator-profile{width:500px;padding:20px}.donator-profile-img{width:80px;height:80px}.donator-profile-name{font-size:22px}.donator-profile-desc{font-size:14px}}@media only screen and (max-width:1100px){.top-donators-bottom{flex-direction:column}.donator-profile{width:100%;max-width:500px}}@media only screen and (max-width:560px){.donator-page{padding-top:120px}.donator-profile{width:100%;padding:16px;gap:16px}.donator-profile-img{width:64px;height:64px;border-radius:16px}.donator-profile-name{font-size:18px}.donator-profile-desc{font-size:13px}.donators-header{font-size:32px}.donator-item{padding:12px 16px}.donator-name{font-size:18px}.donator-donate{font-size:20px}.donators{padding:0 16px}}.news-list{display:flex;flex-direction:column;align-items:center;gap:32px;min-height:100vh;width:100%;padding:140px 24px 100px;background:#050505;box-sizing:border-box}.news-type-photo,.news-type-text-short,.news-type-text-medium,.news-type-text-long{display:flex;gap:24px;width:100%;max-width:1000px;border-radius:24px;padding:28px;box-sizing:border-box;background:#ffffff05;border:1px solid rgba(255,255,255,.06);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.news-type-photo:hover,.news-type-text-short:hover,.news-type-text-medium:hover,.news-type-text-long:hover{background:#ffffff0a;border-color:#f9731633;box-shadow:0 16px 40px #0000004d}.news-type-photo{height:350px}.news-type-text-short{height:200px}.news-type-text-medium{height:300px}.news-type-text-long{height:420px}.news-element-photo{width:45%;height:100%;border-radius:16px;background-size:cover;background-position:center;background-color:#ffffff0d;flex-shrink:0}.news-element-textarea{width:100%;height:auto;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.new-element-header{font-family:Jost,sans-serif;font-size:28px;font-weight:700;color:#fff;margin:0}.new-element-text{font-family:Inter,sans-serif;font-size:16px;line-height:1.7;color:#ffffffb3;height:auto}@media only screen and (max-width:1000px){.news-type-photo,.news-type-text-short,.news-type-text-medium,.news-type-text-long{width:95%;padding:24px}.new-element-header{font-size:24px}.new-element-text{font-size:15px}}@media only screen and (max-width:768px){.news-list{padding-top:120px;gap:24px}.news-type-photo{flex-direction:column;height:auto;min-height:400px}.news-element-photo{width:100%;height:200px}.news-type-text-short,.news-type-text-medium,.news-type-text-long{height:auto;min-height:180px}.new-element-header{font-size:22px}.new-element-text{font-size:14px}.news-element-textarea{gap:12px}}@media only screen and (max-width:480px){.news-list{padding:110px 16px 16px}.news-type-photo,.news-type-text-short,.news-type-text-medium,.news-type-text-long{width:100%;padding:20px;border-radius:20px}.new-element-header{font-size:20px}}.custom-class-list{display:flex;flex-direction:column;gap:16px;width:100%;max-width:800px;margin:0 auto;box-sizing:border-box}.custom-class-new{width:100%;height:52px;background:#f973161a;border:1px dashed rgba(249,115,22,.4);border-radius:12px;color:#f97316;font-family:Inter,sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;margin-bottom:24px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.custom-class-new:hover{background:#f9731626;border-color:#f97316}.custom-class{display:flex;align-items:center;gap:16px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:20px;transition:all .2s ease;box-sizing:border-box;min-width:0}.custom-class:hover{border-color:#ffffff1f;background:#ffffff08}.custom-class-icon{width:48px;height:48px;border-radius:10px;flex-shrink:0;-o-object-fit:contain;object-fit:contain;background:#ffffff0d;padding:6px;box-sizing:border-box}.custom-class-text-area{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.custom-class-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.custom-class-name{font-family:Jost,sans-serif;font-size:18px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-class-id{font-family:Inter,sans-serif;font-size:12px;color:#fff6;background:#ffffff0d;padding:2px 8px;border-radius:4px;flex-shrink:0}.custom-class-button-area{display:flex;align-items:center;gap:8px;flex-shrink:0}.custom-class-edit,.custom-class-remove{height:36px;padding:0 16px;border-radius:8px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.custom-class-edit{background:linear-gradient(135deg,#22c55e,#16a34a);color:#000;border:none}.custom-class-edit:hover{opacity:.9;box-shadow:0 4px 12px #22c55e4d}.custom-class-remove{background:transparent;border:1px solid rgba(239,68,68,.4);color:#ef4444}.custom-class-remove:hover{background:#ef44441a;border-color:#ef4444}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}.popup-content{background:#09090b;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;max-width:400px;width:90%;text-align:center;box-shadow:0 20px 50px #00000080;animation:scaleUp .3s cubic-bezier(.16,1,.3,1)}.popup-title{font-family:Jost,sans-serif;font-size:24px;font-weight:700;color:#fff;margin:0 0 12px}.popup-desc{font-family:Inter,sans-serif;font-size:15px;color:#fff9;margin:0 0 24px;line-height:1.5}.popup-actions{display:flex;gap:12px;justify-content:center}.popup-btn-cancel{padding:12px 24px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.popup-btn-cancel:hover{background:#ffffff1a}.popup-btn-confirm{padding:12px 24px;border-radius:10px;background:#ef4444;border:none;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.popup-btn-confirm:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:768px){.custom-class{padding:16px;gap:14px}}@media(max-width:600px){.custom-class{flex-direction:column;align-items:flex-start;gap:12px}.custom-class-button-area{width:100%;margin-top:8px}.custom-class-edit,.custom-class-remove{flex:1}}.class-creator{width:50%;margin:auto;border-radius:10px;display:flex;flex-direction:column;gap:20px;padding:15px;box-sizing:border-box;align-items:center}.class-creator-header{font-size:40px;margin-bottom:10px;margin-top:10px}.class-creator-input-container{width:80%;display:flex;flex-direction:column;align-items:center;gap:10px}.class-creator-input-header{font-size:20px;margin-right:auto}.class-creator-input{width:100%;font-size:18px;padding:5px}.class-creator-prefix-suffix-container{display:flex;gap:15px;width:100%}.class-creator-selector{color:hsl(var(--muted-foreground));opacity:.8;width:100%}.selector-ci{color:hsl(var(--primary))}.selector-ni{color:hsl(var(--card-foreground))}.class-creator-item-selector-container{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:5px}.class-creator-ammo-selector{color:hsl(var(--muted-foreground));opacity:.8;width:80%}.class-creator-ammo-selector-container{display:flex;flex-direction:row;gap:5px}.class-creator-ammo-selector-input{width:20%;height:auto;font-size:14px;padding:2px}.class-creator-set-button{width:30%;height:50px;margin-top:20px;font-size:20px}.reload-editor{animation:ease .3s reload-editor}@keyframes reload-editor{0%{opacity:1}50%{opacity:0}to{opacity:1}}@media only screen and (max-width:1600px){.class-creator{width:70%}}@media only screen and (max-width:1000px){.class-creator{width:90%}}@media only screen and (max-width:700px){.class-creator{width:98%}}.rules-page{display:grid;grid-template-columns:280px 1fr;width:100%;min-height:100vh;background:#050505;box-sizing:border-box;padding:100px 24px 24px;gap:24px}.rules-sub-categories{display:flex;flex-direction:column;overflow-y:auto;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:20px;box-sizing:border-box;padding:20px;gap:12px;height:-moz-fit-content;height:fit-content;max-height:calc(100vh - 140px);position:sticky;top:100px}.rules-category{display:flex;align-items:center;gap:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:12px 16px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:12px;transition:all .2s ease}.rules-category:hover{background:#ffffff0d;border-color:#f973164d}.rules-category-type{font-family:Jost,sans-serif;font-size:24px;font-weight:700;color:#f97316}.rules-category-seperator{font-size:20px;color:#ffffff4d}.rules-category-name{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#fff;border:none;background:transparent;pointer-events:none}.rules-category-edit{width:32px;height:32px;margin-left:auto;border-radius:8px;transition:all .2s ease;filter:brightness(0) invert(1);opacity:.5;padding:6px}.rules-category-edit:hover{cursor:pointer;background:#f9731633;opacity:1}.rules-category-edit:active{background:#f973164d}.rules-category-remove{visibility:hidden;margin-left:12px;border:1px solid rgba(239,68,68,.5);color:#ef4444;font-size:14px;padding:8px 12px;display:flex;justify-content:center;align-items:center;border-radius:8px;transition:all .2s ease;background:transparent}.rules-category-remove:hover{cursor:pointer;background:#ef444433}.rules-category-remove:active{background:#ef44444d}.rules-sub-button{width:100%;min-height:44px;background:transparent;font-family:Inter,sans-serif;font-size:14px;color:#ffffffb3;border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:all .2s ease}.rules-sub-button:hover{background:#ffffff0d;border-color:#f973164d;color:#fff}.rules-sub-add-button{width:100%;height:44px;box-sizing:border-box;font-family:Inter,sans-serif;font-size:16px;font-weight:500;background:linear-gradient(135deg,#f97316,#ea580c);color:#000;border:none;border-radius:12px;transition:all .2s ease}.rules-sub-add-button:hover{box-shadow:0 4px 20px #f9731666;transform:translateY(-2px)}.rules-main-section{display:flex;align-items:flex-start;flex-direction:column;overflow-y:auto;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:32px}.quill{width:100%;height:auto;min-height:500px;border-radius:12px;box-sizing:border-box}.ql-container{font-size:18px!important;color:#fff;border:none!important}.ql-editor{color:#ffffffd9;line-height:1.8}.ql-editor .ql-size-small{font-size:15px!important}.ql-editor .ql-size-large{font-size:28px!important;font-family:Jost,sans-serif;font-weight:600}.ql-editor .ql-size-huge{font-size:36px!important;font-family:Jost,sans-serif;font-weight:700}.ql-editor ul{padding:0!important}@media only screen and (max-width:1024px){.rules-page{grid-template-columns:1fr;padding-top:90px}.rules-sub-categories{position:static;max-height:none;flex-direction:row;flex-wrap:wrap;gap:8px}.rules-category{padding:10px 14px}.rules-category-type{font-size:18px}.rules-category-name{font-size:14px}}@media only screen and (max-width:560px){.rules-page{padding:80px 16px 16px}.rules-sub-categories{padding:16px}.rules-main-section{padding:20px}.ql-container{font-size:16px!important}.ql-editor .ql-size-large{font-size:24px!important}.ql-editor .ql-size-huge{font-size:30px!important}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media(pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:before,.ql-container.ql-bubble:not(.ql-disabled) a:after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:visible}.rules-choose{display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh;background:#050505;box-sizing:border-box;padding:120px 24px 60px;gap:40px}.rp-choose,.modded-choose{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;width:400px;height:500px;background:#ffffff05;box-sizing:border-box;border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.rp-choose{border:1px solid rgba(239,68,68,.3);box-shadow:0 0 40px #ef44441a}.rp-choose:hover{border-color:#ef444499;box-shadow:0 20px 60px #ef444433,0 0 60px #ef44441a;transform:translateY(-12px)}.modded-choose{border:1px solid rgba(56,189,248,.3);box-shadow:0 0 40px #38bdf81a}.modded-choose:hover{border-color:#38bdf899;box-shadow:0 20px 60px #38bdf833,0 0 60px #38bdf81a;transform:translateY(-12px)}.rules-banner{position:absolute;width:100%;height:100%;filter:blur(2px);-o-object-fit:cover;object-fit:cover;opacity:.4;transition:all .4s ease}.choose-button:hover .rules-banner{opacity:.6;filter:blur(0px);transform:scale(1.05)}.rules-text{position:relative;z-index:1;font-family:Jost,sans-serif;font-size:36px;font-weight:900;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-shadow:0 4px 20px rgba(0,0,0,.5);transition:all .3s ease}.choose-button:hover .rules-text{transform:scale(1.05)}.rules-desc{margin-top:80px;position:relative;z-index:1;font-family:Inter,sans-serif;font-size:20px;font-weight:500;color:#fff9;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-shadow:0 2px 10px rgba(0,0,0,.5);transition:all .3s ease}.choose-button:hover .rules-desc{color:#fffc}.choose-button{transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer}.choose-button:active{transform:scale(.98)}@media only screen and (max-width:900px){.rules-choose{flex-direction:column;gap:32px;padding-top:100px}.rp-choose,.modded-choose{width:100%;max-width:400px;height:400px}}@media only screen and (max-width:480px){.rules-choose{padding:100px 16px 40px;gap:24px}.rp-choose,.modded-choose{height:320px;border-radius:20px}.rules-text{font-size:28px}.rules-desc{font-size:16px;margin-top:60px}}.leaderboard-page{width:100%;min-height:100vh;justify-content:center;align-items:flex-start;padding-top:140px;padding-bottom:80px;display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;background:#050505}.leaderboard{width:480px;height:auto;border-radius:24px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box;align-items:center;padding:28px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);transition:all .4s cubic-bezier(.4,0,.2,1)}.leaderboard:hover{background:#ffffff08;border-color:#ffffff1a}.leaderboard-header{font-family:Jost,sans-serif;font-size:28px;font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:16px;margin-bottom:8px;width:100%;text-align:center}.leaderboard-list{display:flex;align-items:center;flex-direction:column;width:100%;box-sizing:border-box;gap:8px}.leaderboard-element{display:grid;grid-template-columns:50px 1fr auto;width:100%;min-height:44px;align-items:center;padding:12px 16px;box-sizing:border-box;background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:12px;color:#ffffffb3;font-family:Inter,sans-serif;font-size:16px;transition:all .2s ease}.leaderboard-element:hover{background:#ffffff0a;border-color:#ffffff14}.lboard-place{font-family:Jost,sans-serif;font-weight:700;font-size:18px}.gold{color:#fbbf24;background:linear-gradient(135deg,#fbbf241a,#fbbf2405);border-color:#fbbf244d!important}.gold .lboard-place{text-shadow:0 0 20px rgba(251,191,36,.5)}.silver{color:#e5e7eb;background:linear-gradient(135deg,#e5e7eb14,#e5e7eb05);border-color:#e5e7eb40!important}.bronze{color:#f97316;background:linear-gradient(135deg,#f973161a,#f9731605);border-color:#f973164d!important}@media only screen and (max-width:1024px){.leaderboard-page{padding-top:120px;gap:32px}.leaderboard{width:100%;max-width:500px}}@media only screen and (max-width:560px){.leaderboard-page{padding:110px 16px 60px}.leaderboard{padding:20px;border-radius:20px}.leaderboard-header{font-size:24px}.leaderboard-element{font-size:15px;padding:10px 14px;grid-template-columns:40px 1fr auto}}.cph-header{position:fixed;z-index:500;display:flex;width:100%;background-color:hsl(var(--background));flex-direction:row;height:60px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsl(var(--border));padding-right:10px;padding-left:10px;align-items:center;overflow-x:scroll;gap:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-ms-overflow-style:none;scrollbar-width:none}.panel-page{margin-top:60px}.cph-button{height:35px;width:150px;font-size:15px;display:flex;align-items:center;justify-content:center;background-color:transparent;color:#f3841c;background-color:#f3841c12;border:1px solid rgb(243,132,28);border-radius:3px;transition:.15s ease-in-out}.cph-header::-webkit-scrollbar{display:none}.cph-button:hover{background-color:#f3841c89;transform:scale(1.05);cursor:pointer}.cph-button:active{opacity:.3}.cph-back-button{width:100px;border-color:hsl(var(--destructive));background-color:#f31c1c1e;color:hsl(var(--destructive));transition:.2s ease}.cph-servers-button{width:100px;border-color:#3faaedbd;background-color:#1c92f31e;color:#1c99f3d5;transition:.2s ease}.cph-servers-button:hover{background-color:#1c99f34d;opacity:.9}.cph-servers-button:active{opacity:.3}.cph-back-button:hover{background-color:#f31c1c4d;opacity:.9}.cph-back-button:active{opacity:.3}.action-page{position:absolute;z-index:99999;height:100%;width:100%;display:none;flex-direction:column;justify-content:center;align-items:center;background-color:#0000004d}.card-header{width:100%;color:hsl(var(--foreground));font-size:20px;text-align:center;padding-bottom:10px;padding-top:10px;border-bottom:1px solid hsl(var(--border));-webkit-user-select:none;-moz-user-select:none;user-select:none}.action-card{display:none;flex-direction:column;align-items:center;height:400px;width:300px;border:1px solid hsl(var(--border));border-radius:5px;background-color:#0009;gap:20px}.action-button{font-size:20px;color:#6dd82bad;border:1px solid rgba(109,216,43,.678);border-radius:5px;width:85%;height:35px;background-color:transparent;transition:.15s ease-in-out}.action-button:hover{background-color:#6dd82bec;border:1px solid rgba(109,216,43,1);color:#000;cursor:pointer}.action-button:active{opacity:.1}.action-cancel-button{margin-top:auto;font-size:17px;color:#d82b2bad;border:1px solid rgba(216,43,43,.678);border-radius:5px;width:85%;height:25px;background-color:transparent;transition:.15s ease-in-out;margin-bottom:20px}.action-cancel-button:hover{background-color:#d82b2bb4;border:1px solid rgb(216,43,43);color:#000;cursor:pointer}.action-cancel-button:active{opacity:.1}.card-server-list{display:flex;justify-content:center;width:100%;height:100%}.action-stop-button{font-size:20px;color:#d8452bad;border:1px solid rgba(216,63,43,.678);border-radius:5px;width:85%;height:35px;background-color:transparent;transition:.15s ease-in-out}.action-stop-button:hover{background-color:#d8342bec;border:1px solid rgb(216,60,43);color:#000;cursor:pointer}.action-stop-button:active{opacity:.1}.servers-list-container{display:flex;flex-direction:column;gap:10px;width:70%;height:auto;margin-left:auto;margin-right:auto}.servers-list-card{display:grid;width:100%;height:auto;color:#fff;font-size:15px;padding-bottom:5px;padding-top:5px;border:1px solid hsl(var(--border));border-radius:5px;grid-template-columns:20% 70% 10%}.servers-card-ip{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:15px;opacity:.5}.servers-card-info{display:grid;grid-template-rows:auto auto;width:100%;height:100%}.servers-card-players{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:16px}.servers-card-name{width:100%;height:auto;font-size:18px;margin-bottom:5px;line-height:1.2}.servers-card-details{width:100%;height:100%;line-height:1.2;font-size:12px}.servers-card-last{height:150px}.player-count-good{color:#84dd54f8}.player-count-meh{color:#e1d658f8}.player-count-bad{color:#e5715ff8}.player-count-zero{color:#69696986}.empty-server-class{opacity:.5}.scd-seperator{opacity:.3}.scd-category{opacity:.5}.scd-info{opacity:.8;color:#428bf9}@media only screen and (max-width:1420px){.servers-list-container{width:100%}.servers-card-details{font-size:12px}}@media only screen and (max-width:970px){.servers-card-ip,.servers-card-details{font-size:10px}.servers-card-players,.servers-card-name{font-size:15px}}@media only screen and (max-width:590px){.servers-list-container{margin-top:10px}.servers-list-card{grid-template-columns:2% 80% 20%;width:97%;margin-left:auto;margin-right:auto}.servers-card-ip{width:0px;opacity:0}.servers-card-details{font-size:8px}.servers-card-players,.servers-card-name{font-size:12px}}.load-screen{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:hsl(var(--background));z-index:99999999999999;transition:opacity .2s ease-out}.load-screen-half{opacity:.5}.load-screen.fade-out{opacity:0;pointer-events:none}.load-circle{width:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.panel-page{width:100%;display:grid;grid-template-rows:60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;grid-template-columns:10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;opacity:1}.control-panel-server-content{display:flex;flex-direction:column;width:100%;height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.control-panel-actions-content{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.control-panel-server-content::-webkit-scrollbar{display:none}.control-panel-actions-content::-webkit-scrollbar{display:none}.cps-server-name{padding-top:5px;padding-bottom:5px;display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground));font-size:15px;width:100%;border:1px solid rgba(89,255,0,.434);border-bottom:1px solid hsl(var(--border));margin-bottom:5px;border-top-right-radius:5px;border-top-left-radius:5px;background-color:#59ff002c}.cps-server{display:flex;flex-direction:column;align-items:center;justify-content:center;width:auto;height:120px;border:hsl(var(--border)) 1px solid;border-radius:5px;margin:10px;padding-bottom:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.15s ease}.cps-server:hover{cursor:pointer;background-color:#69d43008;opacity:.9;transform:scale(1.02)}.cps-server:active{background-color:#69d43013;opacity:.7;transform:scale(.95)}.cps-server-info{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.control-panel-graph{display:flex;flex-direction:column;align-items:center;margin:5px;border:1px solid hsl(var(--border));border-radius:5px}.control-panel-header{height:30px;width:100%;display:flex;flex-shrink:0;justify-content:center;align-items:center;color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border))}.control-panel-graph-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:95%;height:100%;padding-bottom:20px}.control-panel-graph-container{width:100%;height:80%}.control-panel-graph-information{display:grid;flex-direction:column;align-items:center;justify-content:center;grid-template-columns:50% 50%;grid-template-rows:50% 50%;gap:10px;width:90%;height:90%;flex:1;margin-top:20px}.cpgi-row{display:flex;flex:2;flex-direction:row;align-items:center;justify-content:center;gap:5px;width:180px;margin:auto}.cpg-label{font-size:14px;color:hsl(var(--foreground));white-space:nowrap;opacity:.6}.cpg-label-list{padding-right:auto;flex:2}.cpg-information{font-size:14px;color:hsl(var(--foreground));white-space:nowrap}.cpg-information-list{flex:1.1;display:flex;justify-content:end}.cpg-green{color:#69d430f8}.control-panel-button{width:90%;height:30px;background-color:transparent;border:1px solid hsl(var(--border));border-radius:5px;margin-top:5px;margin-bottom:5px;transition:.15s ease-in-out}.control-panel-button:hover{background-color:#ffffff3e;cursor:pointer;border:none}.control-panel-button:active{background-color:#ffffffbe}.scp-servers{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:7}.ram-info{grid-column-start:3;grid-column-end:7;grid-row-start:1;grid-row-end:7;opacity:0}.cpu-info{grid-column-start:7;grid-column-end:11;grid-row-start:1;grid-row-end:7;opacity:0}.actions{grid-column-start:1;grid-column-end:3;grid-row-start:7;grid-row-end:13}.network-info{grid-column-start:3;grid-column-end:7;grid-row-start:7;grid-row-end:13;opacity:0}.disk-info{grid-column-start:7;grid-column-end:11;grid-row-start:7;grid-row-end:13;opacity:0}@media only screen and (max-width:1300px){.panel-page{width:100%;display:grid;grid-template-rows:60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;grid-template-columns:30% 70%}.scp-servers{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:7}.ram-info{grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:7;opacity:0}.cpu-info{grid-column-start:2;grid-column-end:3;grid-row-start:7;grid-row-end:13;opacity:0}.actions{grid-column-start:1;grid-column-end:2;grid-row-start:7;grid-row-end:13}.network-info{grid-column-start:1;grid-column-end:3;grid-row-start:13;grid-row-end:19;opacity:0}.disk-info{grid-column-start:1;grid-column-end:3;grid-row-start:19;grid-row-end:25;opacity:0}}@media only screen and (max-width:850px){.panel-page{width:100%;display:grid;grid-template-rows:60px 60px 60px 60px 60px 60px 40px 40px 40px 40px 40px 40px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;grid-template-columns:100%}.scp-servers{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:7}.actions{grid-column-start:1;grid-column-end:2;grid-row-start:7;grid-row-end:13}.ram-info{grid-column-start:1;grid-column-end:2;grid-row-start:13;grid-row-end:19;opacity:0}.cpu-info{grid-column-start:1;grid-column-end:2;grid-row-start:19;grid-row-end:25;opacity:0}.network-info{grid-column-start:1;grid-column-end:2;grid-row-start:25;grid-row-end:31;opacity:0}.disk-info{grid-column-start:1;grid-column-end:2;grid-row-start:31;grid-row-end:37;opacity:0}}@media only screen and (max-width:420px){.cpg-label,.cpg-information{font-size:12px}}.console{display:flex;flex-direction:column;align-items:center;border-color:#0bfc07eb}.console-text-dump{display:flex;flex-direction:column;flex:1;height:100px;width:100%;padding-top:15px;background-color:#0bfc0708;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;scrollbar-width:0px}.console-text-dump::-webkit-scrollbar{display:none}.console-text-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;width:100%;margin-bottom:10px;padding-right:10px;padding-left:10px;flex-basis:auto;flex-shrink:0}.console-text{color:#0bfc07b8;font-size:15px;font-family:GeistMono,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";margin-bottom:auto;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word}.console-input{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-shrink:0;flex-grow:0;height:30px;width:100%;overflow:hidden;border-top:1px solid rgba(11,252,7,.921)}.console-decal{display:flex;justify-content:center;align-items:center;flex-direction:column;flex-shrink:0;width:10px;margin-right:5px;margin-left:5px;color:#0bfc07eb;font-size:15px;font-family:GeistMono,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.cdfd{margin-bottom:auto}.console-input-component{width:100%;height:30px;padding:0;background-color:transparent;border:none;color:#0bfc07eb;font-size:15px;font-family:GeistMono,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.console-input-component:focus{outline:none}.server-panel-page{width:100%;display:grid;grid-template-rows:60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;grid-template-columns:10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;opacity:0}.control-panel-player-list{display:flex;flex-direction:column;justify-content:start;width:100%;height:auto;padding-top:10px;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.control-panel-player-list::-webkit-scrollbar{display:none}.player-card{display:flex;flex-direction:row;align-items:center;width:95%;height:80px;border:1px solid hsl(var(--border));border-radius:5px;margin-right:auto;margin-left:auto;margin-bottom:10px;padding-top:5px;padding-bottom:5px;padding-left:6px;color:hsl(var(--foreground))}.player-card-text-section{display:flex;flex-direction:column;gap:3px}.player-name-container{display:flex;flex-direction:row;align-items:center;gap:8px}.player-name{font-size:15px}.player-id{font-size:12px;opacity:.5}.player-role{font-size:13px}.role-image-container{display:flex;width:50px;height:50px;margin:auto 10px auto auto}.role-image{width:auto;height:auto}.console{grid-column-start:1;grid-column-end:8;grid-row-start:1;grid-row-end:7}.player-list{grid-column-start:8;grid-column-end:13;grid-row-start:1;grid-row-end:7}.tps-info{grid-column-start:1;grid-column-end:6;grid-row-start:7;grid-row-end:13}.ping-info{grid-column-start:6;grid-column-end:13;grid-row-start:7;grid-row-end:13}.player-info{grid-column-start:1;grid-column-end:6;grid-row-start:13;grid-row-end:19}.ping-good{color:#25cf4d;font-size:14px}.ping-mid{color:#eacc23;font-size:14px}.ping-bad{color:#ea4b23;font-size:14px}@media only screen and (max-width:1300px){.server-panel-page{width:100%;display:grid;grid-template-rows:60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;grid-template-columns:100%}.console{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:7}.player-list{grid-column-start:1;grid-column-end:2;grid-row-start:7;grid-row-end:13}.tps-info{grid-column-start:1;grid-column-end:2;grid-row-start:13;grid-row-end:19}.ping-info{grid-column-start:1;grid-column-end:2;grid-row-start:19;grid-row-end:25}.player-info{grid-column-start:1;grid-column-end:2;grid-row-start:25;grid-row-end:31}}@media only screen and (max-width:850px){.server-panel-page{width:100%;display:grid;grid-template-rows:60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;grid-template-columns:100%}}.contact-page{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:140px 24px 100px;background:#050505;color:#fff;box-sizing:border-box}.contact-title{font-family:Jost,sans-serif;font-size:clamp(32px,5vw,48px);font-weight:900;margin-bottom:60px;color:#fff;position:relative;padding-bottom:16px}.contact-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#f97316,#ea580c);border-radius:2px}.contact-container{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:32px;flex-wrap:wrap;width:100%;max-width:1200px;box-sizing:border-box}.contact-element{width:300px;min-height:380px;display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:40px 32px;box-sizing:border-box;transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-element:hover{background:#ffffff0a;border-color:#f973164d;transform:translateY(-12px);box-shadow:0 24px 60px #0006,0 0 40px #f9731626}.contact-element:active{transform:scale(.98) translateY(-8px)}.icon-container{background:#f973161a;border-radius:20px;padding:24px;margin-bottom:24px;transition:all .3s ease}.contact-element:hover .icon-container{background:#f9731633;transform:scale(1.05)}.contact-element img{width:80px;height:80px;transition:all .3s ease;filter:brightness(0) invert(1);opacity:.8}.contact-element:hover img{opacity:1;filter:brightness(0) saturate(100%) invert(56%) sepia(96%) saturate(1000%) hue-rotate(346deg) brightness(100%) contrast(95%)}.contact-label{font-family:Inter,sans-serif;font-size:18px;font-weight:500;margin-bottom:8px;color:#fff9}.contact-element a{text-decoration:none;font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#f97316;background:transparent;border:1px solid rgba(249,115,22,.5);border-radius:12px;padding:14px 28px;margin-top:20px;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;text-align:center}.contact-element a:hover{background:linear-gradient(135deg,#f97316,#ea580c);border-color:transparent;color:#000;box-shadow:0 4px 20px #f9731666}@media only screen and (max-width:1200px){.contact-container{gap:24px}.contact-element{width:280px;min-height:350px;padding:32px 24px}}@media only screen and (max-width:800px){.contact-page{padding-top:120px}.contact-container{flex-direction:column;align-items:center;gap:20px}.contact-element{width:100%;max-width:340px;min-height:320px}.contact-title{margin-bottom:40px}.icon-container{padding:20px}.contact-element img{width:64px;height:64px}}@media only screen and (max-width:480px){.contact-page{padding:110px 16px 24px}.contact-element{padding:28px 20px;min-height:280px}.contact-element a{font-size:14px;padding:12px 24px}}.password-reset-container{display:flex;flex-direction:column;min-height:360px;width:100%;max-width:420px;background:#111113;border:1px solid rgba(255,255,255,.06);border-radius:20px;margin:100px auto 0;align-items:center;padding:40px;box-sizing:border-box;box-shadow:0 16px 48px #0009}.password-reset-header{font-family:Geist,Inter,system-ui,sans-serif;color:#fff;font-size:1.5rem;font-weight:700;margin-top:0;margin-bottom:16px;text-align:center;letter-spacing:-.02em;line-height:1.1}.password-reset-text{font-family:Inter,system-ui,sans-serif;color:#a1a1aa;font-size:.875rem;text-align:center;margin-top:0;margin-bottom:32px;line-height:1.7}.password-reset-input{padding:0 20px;height:48px;width:100%;margin-bottom:20px;background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#fafafa;box-sizing:border-box;transition:border-color .15s,background .15s,box-shadow .15s}.password-reset-input:focus{outline:none;border-color:#f97316;background:#1f1f23;box-shadow:0 0 0 3px #f973161a}.password-reset-input::-moz-placeholder{color:#52525b}.password-reset-input::placeholder{color:#52525b}.password-reset-input:hover{border-color:#ffffff29}.password-reset-button{display:flex;align-items:center;justify-content:center;background:#f97316;background-color:#f97316;color:#000;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;border:none;border-radius:10px;width:100%;height:48px;margin-top:12px;cursor:pointer;transition:background-color .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;letter-spacing:.01em;text-decoration:none}.password-reset-button:hover{background:#fb923c;background-color:#fb923c;color:#000;box-shadow:0 0 20px #f9731640;transform:translateY(-1px)}.password-reset-button:active{background:#f97316;background-color:#f97316;color:#000;transform:scale(.98)}.password-reset-button:focus-visible{outline:2px solid #f97316;outline-offset:2px;color:#000}.password-reset-button:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none;background:#18181b;background-color:#18181b;color:#52525b}.password-reset-link{margin-top:24px;color:#52525b;text-decoration:none;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;cursor:pointer;transition:color .15s}.password-reset-link:hover{color:#f97316}@media only screen and (max-width:500px){.password-reset-container{width:92%;margin-top:80px;padding:24px}.password-reset-header{font-size:1.125rem}.password-reset-text{font-size:.8125rem}.password-reset-button{height:44px;font-size:.875rem;color:#000}}
