@charset "UTF-8";.landing-page .landing-page-grain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}.maintenance-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0e27,#141b2d);padding:2rem;position:relative;overflow:hidden}.maintenance-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(139,92,246,.1) 0%,transparent 70%);pointer-events:none}.maintenance-content{position:relative;z-index:1;text-align:center;max-width:600px;width:100%;padding:3rem;background:#1a2332cc;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080}@media (max-width: 768px){.maintenance-content{padding:2rem;border-radius:1rem}}@media (max-width: 640px){.maintenance-content{padding:1.5rem}}.maintenance-icon{display:flex;justify-content:center;margin-bottom:2rem;color:#f59e0b;animation:pulse 2s ease-in-out infinite}.maintenance-icon svg{filter:drop-shadow(0 0 20px rgba(245,158,11,.5))}@media (max-width: 640px){.maintenance-icon{margin-bottom:1.5rem}.maintenance-icon svg{width:60px;height:60px}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.maintenance-title{font-size:2.25rem;font-weight:700;color:#fff;margin:0 0 1rem;background:linear-gradient(135deg,#8b5cf6,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.maintenance-title{font-size:1.875rem}}@media (max-width: 640px){.maintenance-title{font-size:1.5rem}}.maintenance-message{font-size:1.125rem;color:#b8c5d6;line-height:1.6;margin:0 0 1.5rem}@media (max-width: 768px){.maintenance-message{font-size:1rem}}@media (max-width: 640px){.maintenance-message{font-size:.875rem}}.maintenance-details{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.maintenance-subtitle{font-size:1rem;color:#8a9ba8;line-height:1.5;margin:0}@media (max-width: 640px){.maintenance-subtitle{font-size:.875rem}}.maintenance-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;pointer-events:none}.maintenance-overlay-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#050810d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.maintenance-overlay-card{position:relative;z-index:1;max-width:480px;width:100%;padding:4rem;background:#1a2332f2;border:1px solid rgba(255,255,255,.12);border-radius:1.5rem;box-shadow:0 24px 80px #00000080;text-align:center;pointer-events:auto}@media (max-width: 640px){.maintenance-overlay-card{padding:3rem}}.maintenance-overlay-icon{display:flex;justify-content:center;margin-bottom:1.5rem;color:#f59e0b}.maintenance-overlay-icon svg{filter:drop-shadow(0 0 16px rgba(245,158,11,.4))}.maintenance-overlay-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem}@media (max-width: 640px){.maintenance-overlay-title{font-size:1.25rem}}.maintenance-overlay-message{font-size:1rem;color:#b8c5d6;line-height:1.6;margin:0}@media (max-width: 640px){.maintenance-overlay-message{font-size:.875rem}}:root{--color-slate-900: #0f172a;--color-cyan-400: #22d3ee;--color-cyan-500: #06b6d4}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;color:#fff;background-color:#0a0e27;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.header{position:fixed;top:0;left:0;right:0;width:100%;z-index:9999;background:#03050cf2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000080;padding:.5rem 3rem}@media (max-width: 768px){.header{padding:.25rem 1rem}}@media (max-width: 640px){.header{padding:.25rem .5rem}}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative}@media (max-width: 1024px){.header-container{justify-content:space-between}}.header-left{display:flex;align-items:center;gap:3rem}@media (max-width: 1024px){.header-left{gap:1.5rem}}@media (max-width: 768px){.header-left{gap:1rem}}@media (max-width: 640px){.header-left{gap:.5rem}}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff;transition:transform .3s ease-in-out;cursor:pointer;-webkit-user-select:none;user-select:none}@media (max-width: 640px){.logo{font-size:1.125rem;gap:.25rem}.logo .logo-icon{width:28px;height:28px}}.logo:hover{transform:scale(1.05)}.logo:active{transform:scale(.98)}.logo-icon{width:34px;height:34px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(139,92,246,.3));animation:pulse 2s ease-in-out infinite}.logo-text{background:linear-gradient(135deg,#8b5cf6,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-img{height:36px;width:auto;object-fit:contain;display:block}@media (max-width: 640px){.logo-img{height:30px}}.nav{display:flex;gap:.5rem}@media (max-width: 1024px){.nav{display:none}}.desktop-nav{display:flex;gap:.5rem;position:absolute;left:40%;transform:translate(-50%);align-items:center}@media (min-width: 1400px){.desktop-nav{left:35%}}@media (min-width: 1600px){.desktop-nav{left:30%}}@media (max-width: 1024px){.desktop-nav{display:none}}.mobile-nav{display:none}@media (max-width: 1024px){.mobile-nav{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}}.nav-link{padding:.5rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:500;color:#b8c5d6;transition:all .3s ease-in-out;position:relative;border:1px solid transparent;text-decoration:none;display:block}@media (max-width: 640px){.nav-link{padding:.25rem .5rem;font-size:.875rem}}.nav-link:hover{color:#fff;background:#8b5cf61a}.nav-link:active{border-color:#3b82f6}.nav-link.active{color:#3b82f6;background:#1e2a3a;font-weight:600;border-color:#3b82f6}.header-right{display:flex;align-items:center;gap:1.5rem}@media (max-width: 1024px){.header-right{gap:1rem}}@media (max-width: 768px){.header-right{gap:.5rem}}@media (max-width: 640px){.header-right{gap:.25rem}}.desktop-menu-items{display:flex;align-items:center;gap:1.5rem}@media (max-width: 1024px){.desktop-menu-items{display:none}}@media (max-width: 768px){.desktop-menu-items{gap:1rem}}@media (max-width: 640px){.desktop-menu-items{gap:.5rem}}.header .menu-toggle{display:none;width:38px;height:38px;border-radius:8px;background:linear-gradient(135deg,#60a5fa33,#8b5cf633);border:1px solid rgba(255,255,255,.2);cursor:pointer;padding:.5rem;position:relative;z-index:10001;transition:all .3s cubic-bezier(.4,0,.2,1);align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}@media (max-width: 1024px){.header .menu-toggle{display:flex}}.header .menu-toggle:hover{background:linear-gradient(135deg,#60a5fa4d,#8b5cf64d);border-color:#60a5fa80;transform:translateY(-2px);box-shadow:0 4px 12px #60a5fa4d}.header .menu-toggle:active{transform:translateY(0)}.header .menu-toggle .menu-icon{width:20px;height:20px;position:relative;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:4px;align-items:center;justify-items:center}.header .menu-toggle .menu-dot{width:6px;height:6px;background:#fff;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 0 4px #60a5fa80}.header .menu-toggle .menu-dot:nth-child(1){animation:headerDotPulse 1.4s ease-in-out infinite;animation-delay:0s}.header .menu-toggle .menu-dot:nth-child(2){animation:headerDotPulse 1.4s ease-in-out infinite;animation-delay:.2s}.header .menu-toggle .menu-dot:nth-child(3){animation:headerDotPulse 1.4s ease-in-out infinite;animation-delay:.4s}.header .menu-toggle .menu-dot:nth-child(4){animation:headerDotPulse 1.4s ease-in-out infinite;animation-delay:.6s}.header .menu-toggle.active{background:linear-gradient(135deg,#60a5fa66,#8b5cf666);border-color:#60a5fa;box-shadow:0 0 20px #60a5fa80}.header .menu-toggle.active .menu-icon{gap:0}.header .menu-toggle.active .menu-dot{animation:none;width:8px;height:2px;border-radius:2px;background:#60a5fa;box-shadow:0 0 8px #60a5facc}.header .menu-toggle.active .menu-dot:nth-child(1){transform:translate(-2px,-2px) rotate(45deg)}.header .menu-toggle.active .menu-dot:nth-child(2){transform:translate(2px,-2px) rotate(-45deg)}.header .menu-toggle.active .menu-dot:nth-child(3){transform:translate(-2px,2px) rotate(-45deg)}.header .menu-toggle.active .menu-dot:nth-child(4){transform:translate(2px,2px) rotate(45deg)}.header .menu-toggle:hover .menu-dot{background:#60a5fa;box-shadow:0 0 8px #60a5facc}@keyframes headerDotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.menu-overlay{display:none}@media (max-width: 1024px){.menu-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9998;animation:fadeIn .3s ease-out}}.slide-menu{display:none}@media (max-width: 1024px){.slide-menu{display:block;position:fixed;top:0;right:0;width:320px;max-width:85vw;height:100vh;background:#0a0e27fa;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);z-index:10000;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1),visibility 0s linear .4s;visibility:hidden;pointer-events:none;box-shadow:-4px 0 32px #00000080;border-left:1px solid rgba(255,255,255,.1);overflow-y:auto;overflow-x:visible}.slide-menu.open{transform:translate(0);visibility:visible;pointer-events:auto;transition:transform .4s cubic-bezier(.4,0,.2,1)}}.slide-menu-content{padding:100px 2rem 2rem;display:flex;flex-direction:column;gap:2rem;min-height:100vh;position:relative}@media (max-width: 640px){.slide-menu-content{padding:80px 1.5rem 1.5rem;gap:1.5rem}}.slide-menu-close{position:absolute;top:2rem;right:2rem;width:40px;height:40px;border-radius:.75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;z-index:10;opacity:0;transform:rotate(0) scale(.8);animation:fadeInRotate .5s cubic-bezier(.4,0,.2,1) .2s forwards}@media (max-width: 640px){.slide-menu-close{top:1.5rem;right:1.5rem;width:36px;height:36px}}.slide-menu-close:hover{background:#fff3;border-color:#ffffff4d;transform:rotate(90deg) scale(1.1);box-shadow:0 4px 12px #8b5cf64d}.slide-menu-close:active{transform:rotate(90deg) scale(.95)}.slide-menu-close svg{width:20px;height:20px;transition:all .3s ease-in-out}@keyframes fadeInRotate{0%{opacity:0;transform:rotate(0) scale(.8)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRightMenu{0%{opacity:0;transform:translate(30px) scale(.9)}50%{transform:translate(10px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.mobile-nav-link{display:block;padding:1rem 1.5rem;border-radius:.75rem;font-size:1.125rem;font-weight:500;color:#b8c5d6;text-decoration:none;transition:all .3s ease-in-out;border:1px solid transparent;position:relative;overflow:hidden;opacity:0;transform:translate(-20px);animation:slideInFromLeft .5s cubic-bezier(.4,0,.2,1) forwards}.mobile-nav-link:nth-child(1){animation-delay:.1s}.mobile-nav-link:nth-child(2){animation-delay:.2s}.mobile-nav-link:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:linear-gradient(180deg,#8b5cf6,#3b82f6);transform:scaleY(0);transition:transform .3s ease-in-out;transform-origin:bottom}.mobile-nav-link:hover{color:#fff;background:#8b5cf61a;border-color:#8b5cf633;transform:translate(8px)}.mobile-nav-link:hover:before{transform:scaleY(1)}.mobile-nav-link.active{color:#3b82f6;background:#3b82f61a;border-color:#3b82f64d;font-weight:600}.mobile-nav-link.active:before{transform:scaleY(1)}.mobile-menu-items{display:flex;flex-direction:column;gap:1rem;padding-right:.5rem;overflow:visible}.mobile-menu-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease-in-out;position:relative;overflow:hidden;min-height:56px;opacity:0;transform:translate(30px) scale(.9);animation:slideInFromRightMenu .5s cubic-bezier(.34,1.56,.64,1) forwards}.mobile-menu-item:nth-child(1){animation-delay:.15s}.mobile-menu-item:nth-child(2){animation-delay:.25s}.mobile-menu-item:nth-child(3){animation-delay:.35s}.mobile-menu-item:nth-child(4){animation-delay:.45s}@media (max-width: 640px){.mobile-menu-item{min-height:60px;padding:1.5rem}}.mobile-menu-item.profile-button{overflow:visible}.mobile-menu-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:linear-gradient(180deg,#8b5cf6,#3b82f6);transform:scaleY(0);transition:transform .3s ease-in-out;transform-origin:bottom}.mobile-menu-item:hover{background:#ffffff1a;border-color:#fff3;transform:translate(8px) scale(1.02);box-shadow:0 4px 12px #8b5cf633}.mobile-menu-item:hover:before{transform:scaleY(1)}.mobile-menu-item:hover svg{transform:scale(1.1) rotate(5deg);filter:drop-shadow(0 0 8px rgba(139,92,246,.6))}.mobile-menu-item:active{transform:translate(8px) scale(.98)}.mobile-menu-item svg{flex-shrink:0;width:20px;height:20px;color:currentColor}.mobile-menu-item span{flex:1;white-space:nowrap;display:block;overflow:visible;text-overflow:clip}.mobile-menu-item.daily-challenge-button span{white-space:normal;word-break:break-word}.mobile-menu-item.notification-button{position:relative}.mobile-menu-item.notification-button.has-notifications:after{content:"";position:absolute;top:12px;right:12px;width:8px;height:8px;background:#ef4444;border-radius:9999px;border:2px solid rgba(10,14,39,.98)}.mobile-menu-item.currency-display{cursor:pointer;background:#fbbf241a;border-color:#fbbf2433;justify-content:center;align-items:center}.mobile-menu-item.currency-display .trophy-icon{color:#fbbf24}.mobile-menu-item.currency-display .currency-amount{color:#fff;font-weight:600;text-align:center;flex:0 1 auto}.mobile-menu-item.currency-display .header-currency-symbol{color:#9ca3af}.mobile-menu-item.currency-display:hover{background:#fbbf2426;border-color:#fbbf244d}.mobile-menu-item.daily-challenge-button{background:linear-gradient(135deg,#8b5cf633,#6366f133);border-color:#8b5cf64d;font-size:16px}.mobile-menu-item.daily-challenge-button span{display:block;white-space:normal;overflow:visible;text-overflow:clip}.mobile-menu-item.daily-challenge-button:hover{background:linear-gradient(135deg,#8b5cf64d,#6366f14d);box-shadow:0 4px 16px #8b5cf64d}.mobile-menu-item.profile-button{padding-right:4rem;overflow:visible;margin-right:-.5rem;margin-left:100px;justify-content:center;align-items:center}@media (max-width: 1024px){.mobile-menu-item.profile-button:before{display:none}}.mobile-menu-item.profile-button:hover{transform:none;background:#ffffff1a;border-color:#fff3;box-shadow:0 4px 12px #8b5cf633}.mobile-menu-item.profile-button .profile-avatar{width:32px;height:32px;flex-shrink:0;position:relative;z-index:1}.mobile-menu-item.profile-button .close-icon{width:20px;height:20px;flex-shrink:0}.mobile-menu-item.profile-button span{margin-right:-56px;text-align:center;flex:0 1 auto}.icon-button{width:40px;height:40px;display:flex}@media (max-width: 640px){.icon-button{width:36px;height:36px}}.icon-button{align-items:center;justify-content:center;border-radius:.5rem;color:#b8c5d6;transition:all .3s ease-in-out;position:relative}.icon-button:hover{color:#fff;background:#8b5cf61a;transform:translateY(-2px)}.notification-button.has-notifications:after{content:"";position:absolute;top:8px;right:8px;width:8px;height:8px;background:#ef4444;border-radius:9999px;border:2px solid #0a0e27}.currency-display{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background:#fbbf241a;border:1px solid rgba(251,191,36,.2)}@media (max-width: 640px){.currency-display{padding:.25rem .5rem;gap:.25rem}}.trophy-icon{filter:drop-shadow(0 0 4px rgba(251,191,36,.5));animation:rotate 3s linear infinite}.currency-amount{font-size:1rem;font-weight:600;color:#fff}@media (max-width: 640px){.currency-amount{font-size:.875rem}}.header-currency-symbol{color:#9ca3af}.daily-challenge-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;border-radius:.5rem;font-size:1.125rem;font-weight:600;transition:all .3s ease-in-out;box-shadow:0 0 20px #8b5cf64d}@media (max-width: 768px){.daily-challenge-button{padding:.25rem 1rem;font-size:1rem}}@media (max-width: 640px){.daily-challenge-button{padding:.25rem .5rem;font-size:.875rem}.daily-challenge-button span{display:none}}.daily-challenge-button:hover{transform:translateY(-2px);box-shadow:0 0 30px #8b5cf680}.daily-challenge-button:active{transform:translateY(0)}.lightning-icon{animation:flash 1.5s ease-in-out infinite}@keyframes flash{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.profile-button{width:36px;height:36px;border-radius:9999px;padding:0;overflow:visible;position:relative;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#fff}@media (max-width: 640px){.profile-button{width:32px;height:32px}}.profile-button:hover{transform:scale(1.1)}.profile-button .close-icon{width:24px;height:24px;color:#fff;transition:all .3s ease-in-out}.profile-button:hover .close-icon{color:#ef4444;transform:rotate(90deg)}.profile-avatar{width:36px;height:36px;border-radius:9999px;border:2px solid transparent;background:linear-gradient(135deg,#8b5cf6,#6366f1);padding:2px;position:relative;transition:all .3s ease-in-out}.profile-avatar img{width:100%;height:100%;border-radius:9999px;object-fit:cover}.profile-avatar:hover{box-shadow:0 0 20px #8b5cf64d}.profile-status{position:absolute;bottom:0;right:0;width:12px;height:12px;background:#10b981;border-radius:9999px;border:2px solid #0a0e27;box-shadow:0 0 8px #10b98180}.profile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0e27;z-index:1050;display:flex;flex-direction:column;animation:fadeInOverlay .3s ease-out;overflow:hidden}.profile-overlay.closing{animation:fadeOutOverlay .3s ease-out}.profile-modal{animation:fadeInDialog .4s cubic-bezier(.4,0,.2,1)}.profile-overlay.closing .profile-modal{animation:fadeOutDialog .4s cubic-bezier(.4,0,.2,1)}.profile-modal{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.profile-screen{background:#0a0e27;width:100%;height:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:100vh}.profile-close{position:absolute;top:calc(72px + 1rem);right:1.5rem;width:40px;height:40px;border-radius:.5rem;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease-in-out}.profile-close:hover{background:#fff3;transform:rotate(90deg)}@media (max-width: 1024px){.profile-close{display:none}}.profile-content{display:grid;grid-template-columns:350px 1fr;gap:3rem;padding:4rem;flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;max-width:1400px;margin:0 auto;width:100%}@media (max-width: 1024px){.profile-content{grid-template-columns:1fr;padding:2rem;gap:2rem}}@media (max-width: 768px){.profile-content{padding:1.5rem;gap:1.5rem;padding-top:calc(72px + 1.5rem);padding-bottom:3rem}}@media (max-width: 640px){.profile-content{padding:1rem;gap:1rem;padding-top:calc(64px + 1rem);padding-bottom:2rem}}@media (max-width: 480px){.profile-content{padding-top:calc(56px + 1rem);padding-bottom:1.5rem}}.transaction-history-card{grid-column:1/-1}@media (max-width: 1024px){.transaction-history-card{grid-column:1}}.profile-sidebar{display:flex;flex-direction:column}.profile-card{background:#03050ccc;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-radius:1rem;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000005e;position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem}@media (max-width: 768px){.profile-card{padding:2rem;margin-top:2rem;gap:1rem}}@media (max-width: 640px){.profile-card{padding:1.5rem;margin-top:1.5rem;gap:.5rem;border-radius:.75rem}}@media (max-width: 480px){.profile-card{padding:1rem;margin-top:1rem}}.profile-settings-button{position:absolute;top:1.5rem;right:1.5rem;width:36px;height:36px;border-radius:.5rem;background:#8b5cf61a;color:#b8c5d6;border:1px solid rgba(139,92,246,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out}.profile-settings-button svg{width:20px;height:20px}.profile-settings-button:hover{background:#8b5cf633;color:#fff;border-color:#8b5cf666;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf633}.profile-settings-button:active{transform:translateY(0)}.profile-close-mobile{display:none}.profile-avatar-large{width:120px;height:120px;border-radius:9999px;border:4px solid transparent;background:linear-gradient(135deg,#8b5cf6,#6366f1);padding:4px;position:relative;box-shadow:0 0 20px #8b5cf64d}@media (max-width: 768px){.profile-avatar-large{width:100px;height:100px;border-width:3px}}@media (max-width: 640px){.profile-avatar-large{width:90px;height:90px;border-width:3px}}@media (max-width: 480px){.profile-avatar-large{width:80px;height:80px;border-width:2px}}.profile-avatar-large img{width:100%;height:100%;border-radius:9999px;object-fit:cover}.profile-status-large{position:absolute;bottom:8px;right:8px;width:20px;height:20px;background:#10b981;border-radius:9999px;border:3px solid #1a2332;box-shadow:0 0 12px #10b98199;animation:pulse 2s ease-in-out infinite}.profile-name{font-size:1.875rem;font-weight:700;color:#fff;margin:0;text-align:center;word-break:break-word}@media (max-width: 768px){.profile-name{font-size:1.5rem}}@media (max-width: 640px){.profile-name{font-size:1.25rem}}@media (max-width: 480px){.profile-name{font-size:1.125rem}}.profile-email{display:flex;align-items:center;gap:.25rem;padding:.25rem 1rem;background:#3b82f61a;border-radius:.5rem;border:1px solid rgba(59,130,246,.2);color:#3b82f6;font-weight:500;font-size:.875rem;margin-top:-.5rem;margin-bottom:.25rem}.profile-email svg{width:16px;height:16px;flex-shrink:0}.profile-email span{color:#fffc;word-break:break-all;text-align:center}.profile-rank{width:100%;padding:.5rem 1rem;background:#fbbf2414;border-radius:.5rem;border:1px solid rgba(251,191,36,.2);text-align:center}.profile-rank-quote{display:block;color:#b8c5d6;font-size:.875rem;line-height:1.5;font-style:italic;word-break:break-word}.profile-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;width:100%}@media (max-width: 900px){.profile-actions{flex-wrap:wrap}}@media (max-width: 768px){.profile-actions{flex-direction:column;flex-wrap:nowrap}}.profile-action-button{padding:.5rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-align:center;transition:all .3s ease-in-out;border:1px solid transparent;flex:1 1 auto;min-width:0;box-sizing:border-box}@media (max-width: 900px){.profile-action-button{min-width:calc(50% - .25rem)}}@media (max-width: 768px){.profile-action-button{width:100%;min-width:0;padding:1rem 1.5rem;min-height:44px}}@media (max-width: 480px){.profile-action-button{padding:.5rem 1rem;font-size:.8125rem}}.profile-action-active{background:#10b9811a;color:#10b981;border-color:#10b98133}.profile-action-active:hover{background:#10b98133}.profile-action-joined{background:#8b5cf61a;color:#8b5cf6;border-color:#8b5cf633}.profile-action-joined:hover{background:#8b5cf633}.profile-action-community{background:#25d3661a;color:#25d366;border-color:#25d36633;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;box-sizing:border-box}.profile-action-community svg{flex-shrink:0}.profile-action-community:hover{background:#25d36633}.profile-account-actions{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.profile-reset-badge{display:inline-flex;align-items:center;padding:.25rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#22c55e;background:#22c55e26;border:1px solid rgba(34,197,94,.3);width:100%;justify-content:center}.profile-account-button{width:100%;padding:.5rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-align:left;transition:all .3s ease-in-out;border:1px solid transparent;display:flex;align-items:center;justify-content:flex-start;gap:.25rem;cursor:pointer}.profile-account-button svg{flex-shrink:0;width:18px;height:18px}.profile-account-button:hover{transform:translateY(-1px)}.profile-account-button:active{transform:translateY(0)}.profile-account-button-reset{background:transparent;color:#b8c5d6;border:1px solid transparent}.profile-account-button-reset:hover:not(:disabled){background:#3b82f61a;border-color:#3b82f6;color:#3b82f6}.profile-account-button-reset:disabled{opacity:.7;cursor:not-allowed}.profile-account-button-logout{background:#f5f5f5;color:#0a0e27;border-color:#f5f5f5}.profile-account-button-logout:hover{background:#f5f5f5;border-color:#e8e8e8;color:#ef4444}.profile-account-button-delete{background:transparent;color:#b8c5d6;border:1px solid transparent}.profile-account-button-delete:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444}.profile-main{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}@media (max-width: 1024px){.profile-main{margin-top:2rem}}@media (max-width: 768px){.profile-main{margin-top:1.5rem}}@media (max-width: 640px){.profile-main{margin-top:1rem}}@media (max-width: 480px){.profile-main{margin-top:.5rem}}.wallet-card{background:#1a2131;border-radius:16px;padding:1.75rem 2rem;border:none;box-shadow:0 4px 24px #00000040,inset 0 1px #ffffff0a;display:flex;flex-direction:column;gap:1.25rem}.wallet-card-dashboard{margin-top:0;margin-bottom:3rem}@media (max-width: 768px){.wallet-card-dashboard{margin-bottom:2rem;padding:1.5rem 1.75rem}}@media (max-width: 640px){.wallet-card-dashboard{margin-bottom:1.5rem;padding:1.25rem 1.5rem}}@media (max-width: 480px){.wallet-card-dashboard{margin-bottom:1rem;padding:1rem 1.25rem;border-radius:12px}}@media (max-width: 360px){.wallet-card-dashboard{padding:.75rem 1rem}}.wallet-header{display:flex;align-items:center;gap:.5rem;color:#fca311;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.wallet-header svg{color:#fca311;flex-shrink:0}.wallet-header h3{margin:0;font-size:inherit;font-weight:inherit;color:inherit}.wallet-currency-symbol{vertical-align:baseline;font-size:1em;line-height:inherit;margin-right:2px;color:#fff}.wallet-content-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media (max-width: 768px){.wallet-content-row{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width: 640px){.wallet-content-row{gap:.75rem}}.wallet-balance{display:flex;flex-direction:column;gap:.25rem;flex:1}.wallet-amount{font-size:3rem;font-weight:700;color:#fff;line-height:1}@media (max-width: 768px){.wallet-amount{font-size:2.25rem}}@media (max-width: 640px){.wallet-amount{font-size:1.875rem}}.wallet-subtitle{font-size:.875rem;color:#ced4da;margin:0;font-weight:400}.wallet-actions{display:flex;gap:.75rem;flex-shrink:0}@media (max-width: 768px){.wallet-actions{width:100%;gap:.5rem}}@media (max-width: 640px){.wallet-actions{flex-direction:row;width:100%}}.wallet-actions-dashboard{flex-direction:row;flex-wrap:nowrap}@media (max-width: 640px){.wallet-actions-dashboard{flex-direction:row;flex-wrap:wrap}}.wallet-button{padding:.625rem 1.25rem;border-radius:9999px;font-size:.9375rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease-in-out;white-space:nowrap;min-height:44px}@media (max-width: 640px){.wallet-button{padding:.5rem 1rem;font-size:.875rem;min-height:44px}}.wallet-button-fund{background:#ff9500;color:#fff;border:none}.wallet-button-fund svg{color:#fff}.wallet-button-fund:hover{background:#e68600;transform:translateY(-1px);box-shadow:0 4px 12px #ff950066}.wallet-button-withdraw{background:#1a2131;color:#ff6961;border:1px solid rgba(255,105,97,.5)}.wallet-button-withdraw svg{color:#ff6961}.wallet-button-withdraw:hover{background:#1a2131e6;border-color:#ff6961;box-shadow:0 0 0 1px #ff69614d;transform:translateY(-1px)}.profile-referral-card{background:#03050ccc;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-radius:1rem;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000005e;display:flex;flex-direction:column;gap:1.5rem}.profile-referral-card--compact{padding:1.5rem 2rem;gap:1rem}.profile-referral-header{display:flex;align-items:center;gap:.5rem;color:#8b5cf6f2;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.profile-referral-title{margin:0;font-size:1.125rem;font-weight:600;color:#fff}.profile-referral-card--compact .profile-referral-title{font-size:1rem}.profile-referral-loading,.profile-referral-empty{font-size:.875rem;color:#b8c5d6;margin:0}.profile-referral-code-row{display:flex;flex-direction:column;gap:.25rem}.profile-referral-label{font-size:.875rem;color:#b8c5d6}.profile-referral-code-box{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.profile-referral-code-box code{font-family:monospace;font-size:1rem;color:#fff;letter-spacing:.05em}.profile-referral-code-box--dummy code{color:#ffffff80}.profile-referral-copy{margin-left:auto;padding:.25rem 1rem;font-size:.875rem;font-weight:600;color:#8b5cf6;background:#8b5cf626;border:1px solid rgba(139,92,246,.3);border-radius:.5rem;cursor:pointer;transition:all .3s ease-in-out}.profile-referral-copy:hover{background:#8b5cf640;border-color:#8b5cf680}.profile-referral-stats{display:flex;gap:2rem;flex-wrap:wrap}.profile-referral-stat{display:flex;flex-direction:column;gap:.25rem}.profile-referral-stat-value{font-size:1.25rem;font-weight:700;color:#fff}.profile-referral-stat-label{font-size:.875rem;color:#b8c5d6}.profile-referral-stats--inline{display:flex;flex-wrap:wrap;gap:.5rem}.profile-referral-stat-inline{font-size:.875rem;color:#b8c5d6}.profile-referral-dummy-hint{font-size:.75rem;color:#ffffff73;margin:0}.profile-referral-rewards-btn{align-self:flex-start;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#8b5cf6;background:#8b5cf61a;border:1px solid rgba(139,92,246,.25);border-radius:.5rem;cursor:pointer;transition:all .3s ease-in-out}.profile-referral-rewards-btn:hover:not(:disabled){background:#8b5cf633;border-color:#8b5cf666}.profile-referral-rewards-btn:disabled{opacity:.6;cursor:not-allowed}.profile-referral-rewards-btn--verified{display:inline-flex;align-items:center;gap:.5rem}.profile-referral-rewards-btn--verified svg{flex-shrink:0;color:#22c55e}.profile-referral-rewards-list{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.profile-referral-rewards-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 1rem}.profile-referral-rewards-ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.profile-referral-reward-item{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:.5rem 1rem;background:#ffffff0a;border-radius:.5rem;font-size:.875rem}.profile-referral-reward-amount{font-weight:600;color:#fff}.profile-referral-reward-user{color:#fff;font-weight:500}.profile-referral-reward-type,.profile-referral-reward-date{color:#b8c5d6}.profile-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width: 1200px){.profile-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.profile-stats-grid{grid-template-columns:1fr;gap:.5rem}}.profile-stat-card{background:#03050ccc;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-radius:.75rem;padding:1rem 1.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000005e;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;transition:all .3s ease-in-out}.profile-stat-card:hover{transform:translateY(-2px);border-color:#8b5cf64d;box-shadow:0 0 20px #8b5cf64d}.profile-stat-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:flex-start;color:#fff}.profile-stat-icon svg{width:16px;height:16px}.profile-stat-purple{color:#8b5cf6}.profile-stat-blue{color:#3b82f6}.profile-stat-gold{color:#fbbf24}.profile-stat-green{color:#10b981}.profile-stat-label{font-size:.65rem;color:#b8c5d6;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.profile-stat-value{font-size:1.5rem;font-weight:700;color:#fff;line-height:1}.profile-stat-loading{display:inline-block;animation:profile-stat-pulse 1.5s ease-in-out infinite;color:#b8c5d6}@keyframes profile-stat-pulse{0%,to{opacity:.4}50%{opacity:1}}.transaction-history-card{background:#03050ccc;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-radius:1rem;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000005e;display:flex;flex-direction:column;gap:1.5rem}.transaction-history-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.transaction-history-header-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.transaction-history-verify-btn{padding:.5rem 1rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:.5rem;color:#10b981;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:all .2s}.transaction-history-filter-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.transaction-history-filter-label{font-size:.875rem;font-weight:500;color:#b8c5d6}.transaction-history-filter-select{padding:.25rem .5rem;border-radius:.5rem;border:1px solid rgba(139,92,246,.3);background:#8b5cf614;color:#fff;font-size:.875rem;cursor:pointer;min-width:140px}.transaction-history-list-wrapper{position:relative}.transaction-history-list-scroll{max-height:320px;overflow-y:auto;overflow-x:hidden;padding-right:.25rem;scroll-behavior:smooth}.transaction-history-list-scroll::-webkit-scrollbar{width:6px}.transaction-history-list-scroll::-webkit-scrollbar-track{background:#8b5cf61a;border-radius:3px}.transaction-history-list-scroll::-webkit-scrollbar-thumb{background:#8b5cf666;border-radius:3px}.transaction-history-scroll-top{position:absolute;bottom:1rem;right:1rem;width:40px;height:40px;border-radius:9999px;background:#8b5cf6e6;border:1px solid rgba(139,92,246,.5);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:transform .2s,background .2s}.transaction-history-scroll-top:hover{background:#8b5cf6;transform:translateY(-2px)}.transaction-history-scroll-top:active{transform:translateY(0)}.transaction-list{display:flex;flex-direction:column;gap:1rem}.transaction-history-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#8b5cf60d;border-radius:.75rem;border:1px solid rgba(139,92,246,.1);transition:all .3s ease-in-out}.transaction-history-item:hover{background:#8b5cf61a;border-color:#8b5cf633}.transaction-history-item-main{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.transaction-history-pool{font-weight:600;color:#fff}.transaction-history-score{font-weight:700;white-space:nowrap}.transaction-history-score--addition{color:#22c55e}.transaction-history-score--subtraction{color:#b8c5d6}.transaction-history-item-details{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;color:#b8c5d6}.transaction-history-status{font-family:monospace}.transaction-history-date{color:#8a9ba8}.transaction-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#8b5cf60d;border-radius:.75rem;border:1px solid rgba(139,92,246,.1);transition:all .3s ease-in-out}.transaction-item:hover{background:#8b5cf61a;border-color:#8b5cf633;transform:translate(4px)}.transaction-icon{width:48px;height:48px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.transaction-icon-credit{background:#10b98133;color:#10b981}.transaction-icon-debit{background:#ef444433;color:#ef4444}.transaction-details{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.transaction-type{font-size:1rem;font-weight:600;color:#fff}.transaction-description{font-size:.875rem;color:#b8c5d6}.transaction-amount-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.transaction-amount{font-size:1.125rem;font-weight:700;line-height:1}.transaction-amount-credit{color:#10b981}.transaction-amount-debit{color:#fff}.transaction-time{font-size:.75rem;color:#8a9ba8}.transaction-history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:200px;padding:2rem 0}.transaction-history-loading-spinner{width:40px;height:40px;border:3px solid rgba(139,92,246,.2);border-top-color:#8b5cf6;border-radius:50%;animation:transaction-history-spin .8s linear infinite}@keyframes transaction-history-spin{to{transform:rotate(360deg)}}.transaction-history-loading-text{color:#b8c5d6;font-size:1rem;font-weight:500;margin:0}.transaction-history-empty{display:flex;align-items:center;justify-content:center;min-height:150px;padding:1.5rem 0}.transaction-history-empty p{color:#b8c5d6;font-size:1rem;margin:0}@media (max-width: 1024px){.transaction-history-card{padding:2rem;gap:1rem}.transaction-history-title{font-size:1.25rem}.transaction-history-list-scroll{max-height:min(320px,40vh)}}@media (max-width: 768px){.transaction-history-card{padding:1.5rem;border-radius:.75rem}.transaction-history-header-row{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:nowrap}.transaction-history-title{font-size:1.125rem;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:.5rem}.transaction-history-verify-btn{flex-shrink:0;padding:.5rem 1rem;font-size:.875rem}.transaction-history-filter-row{flex-wrap:wrap;gap:.25rem}.transaction-history-filter-select{flex:1;min-width:120px}.transaction-history-list-scroll{max-height:min(280px,35vh);padding-right:.5rem}.transaction-history-item{padding:.5rem 1rem}.transaction-history-item-main{gap:.5rem}.transaction-history-pool,.transaction-history-score{font-size:.875rem}.transaction-history-item-details{font-size:.75rem}.transaction-history-scroll-top{width:36px;height:36px;bottom:.5rem;right:.5rem}.transaction-history-loading{min-height:160px;padding:1.5rem 0}.transaction-history-empty{min-height:120px;padding:1rem 0}.transaction-history-empty p{font-size:.875rem;text-align:center;padding:0 1rem}}@media (max-width: 640px){.transaction-history-card{padding:1rem;gap:.5rem}.transaction-history-title{font-size:1rem}.transaction-history-list-scroll{max-height:min(240px,38vh)}.transaction-list{gap:.5rem}.transaction-history-item{padding:.5rem;gap:.25rem}.transaction-history-item-main{flex-direction:column;align-items:flex-start;gap:.25rem}.transaction-history-score{white-space:normal;word-break:break-word}.transaction-history-item-details{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.transaction-history-card{padding:.5rem 1rem;border-radius:.5rem}.transaction-history-header-row{margin-bottom:.5rem}.transaction-history-verify-btn{padding:.5rem 1rem;font-size:.875rem}.transaction-history-verify-btn svg{width:14px;height:14px}.transaction-history-filter-label{font-size:.75rem}.transaction-history-filter-select{min-width:100%;font-size:.75rem}.transaction-history-list-scroll{max-height:min(200px,35vh)}.transaction-history-scroll-top{width:32px;height:32px;bottom:.25rem;right:.25rem}.transaction-history-scroll-top svg{width:16px;height:16px}.transaction-history-loading{min-height:140px;padding:1rem 0}.transaction-history-loading-spinner{width:32px;height:32px}.transaction-history-loading-text{font-size:.875rem}.transaction-history-empty{min-height:100px;padding:.5rem 0}.transaction-history-empty p{font-size:.75rem}}@media (max-width: 360px){.transaction-history-card{padding:.5rem}.transaction-history-title{font-size:.875rem}.transaction-history-list-scroll{max-height:min(180px,45vh)}}.welcome-section{margin-bottom:4rem;animation:fadeInUp .6s ease-out}.welcome-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2;background:linear-gradient(135deg,#fff,#b8c5d6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 1024px){.welcome-title{font-size:2.25rem}}@media (max-width: 768px){.welcome-title{font-size:1.875rem;margin-bottom:.5rem}}@media (max-width: 640px){.welcome-title{font-size:1.5rem}}.welcome-subtitle{font-size:1.125rem;color:#b8c5d6;font-weight:400}@media (max-width: 768px){.welcome-subtitle{font-size:1rem}}@media (max-width: 640px){.welcome-subtitle{font-size:.875rem}}.user-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:4rem}@media (max-width: 768px){.user-stats{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:3rem}}@media (max-width: 640px){.user-stats{grid-template-columns:1fr;gap:.5rem;margin-bottom:2rem}}.stat-card{background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-radius:1rem;padding:2rem;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000005e;transition:all .3s ease-in-out;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out both;animation-delay:var(--animation-delay, 0ms)}@media (max-width: 640px){.stat-card{padding:1rem;flex-direction:column;align-items:flex-start;gap:.5rem}}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#6366f1);transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out}.stat-card:hover{transform:translateY(-4px);border-color:#8b5cf64d;box-shadow:0 0 20px #8b5cf64d}.stat-card:hover:before{transform:scaleX(1)}.stat-content{display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.875rem;color:#b8c5d6;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:2.25rem;font-weight:700;color:#fff;line-height:1}@media (max-width: 768px){.stat-value{font-size:1.875rem}}@media (max-width: 640px){.stat-value{font-size:1.875rem}}.stat-loading{display:inline-block;animation:stat-pulse 1.5s ease-in-out infinite;color:#b8c5d6}@keyframes stat-pulse{0%,to{opacity:.4}50%{opacity:1}}.stat-icon{opacity:.8;filter:drop-shadow(0 4px 8px rgba(139,92,246,.2));transition:all .3s ease-in-out}.stat-icon svg{width:48px;height:48px}@media (max-width: 768px){.stat-icon svg{width:40px;height:40px}}@media (max-width: 640px){.stat-icon svg{width:36px;height:36px}}.stat-card:hover .stat-icon{opacity:1;transform:scale(1.1) rotate(5deg)}.btc-pool-section{margin-bottom:4rem}@media (max-width: 768px){.btc-pool-section{margin-bottom:3rem}}@media (max-width: 640px){.btc-pool-section{margin-bottom:2rem}}.btc-pool-carousel{position:relative;display:flex;flex-direction:column;gap:0}.btc-pool-carousel .btc-pool-carousel-arrows-and-track{display:flex;align-items:stretch;gap:1rem}.btc-pool-carousel .btc-pool-carousel-arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;min-width:44px;height:44px;padding:0;background:#f7931a26;border:1px solid rgba(247,147,26,.35);border-radius:50%;color:#f7931af2;cursor:pointer;transition:background .2s,border-color .2s,opacity .2s}.btc-pool-carousel .btc-pool-carousel-arrow:hover:not(:disabled){background:#f7931a40;border-color:#f7931a80}.btc-pool-carousel .btc-pool-carousel-arrow:disabled{opacity:.4;cursor:not-allowed}.btc-pool-carousel .btc-pool-carousel-track-wrap{flex:1;min-width:0;overflow:hidden;touch-action:pan-y}.btc-pool-carousel .btc-pool-carousel-track{display:flex;transition:transform .3s ease-out}.btc-pool-carousel .btc-pool-carousel-slide{flex:0 0 100%;width:100%;min-width:0}.btc-pool-carousel .btc-pool-carousel-slide .btc-pool-section{margin-bottom:0}.btc-pool-carousel .btc-pool-carousel-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:1rem;padding-bottom:2px}.btc-pool-carousel .btc-pool-carousel-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#ffffff40;cursor:pointer;transition:background .2s,transform .2s}.btc-pool-carousel .btc-pool-carousel-dot:hover{background:#f7931a80}.btc-pool-carousel .btc-pool-carousel-dot.active{background:#f7931af2;transform:scale(1.2)}.btc-pool-carousel .btc-pool-carousel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1.5rem;background:#03050c99;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;min-height:200px;text-align:center}.btc-pool-carousel .btc-pool-carousel-empty-icon{opacity:.5}.btc-pool-carousel .btc-pool-carousel-empty-text{margin:0;font-size:1rem;font-weight:500;color:#fff}.btc-pool-carousel .btc-pool-carousel-empty-hint{margin:0;font-size:.875rem;color:#8a9ba8}@media (max-width: 640px){.btc-pool-carousel .btc-pool-carousel-arrows-and-track{gap:0}.btc-pool-carousel .btc-pool-carousel-arrow{display:none}.btc-pool-carousel .btc-pool-carousel-dots{margin-top:1.5rem}.btc-pool-carousel .btc-pool-carousel-dot{width:10px;height:10px;min-width:10px;min-height:10px}}.btc-pool-open-pool-card{height:100%;min-height:140px}.btc-pool-open-pool-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.btc-pool-open-pool-badge{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#f5b041;background:#f7931a26;padding:4px 10px;border-radius:.5rem}.btc-pool-card{position:relative}.btc-pool-card.stat-card:before{background:linear-gradient(90deg,#f7931a,#f5b041)}.btc-pool-card.stat-card:hover{border-color:#f7931a4d;box-shadow:0 0 20px #f7931a33}.btc-pool-card.btc-pool-card--coming-soon{opacity:.6;pointer-events:none}.btc-pool-card.btc-pool-card--coming-soon .btc-pool-card-buy{pointer-events:none;cursor:default}.btc-pool-card.btc-pool-card--coming-soon:hover{border-color:inherit;box-shadow:none}.btc-pool-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0a0e27bf;border-radius:inherit}.btc-pool-card-overlay-text{font-size:1.25rem;font-weight:700;color:#fffffff2;letter-spacing:.05em;text-transform:uppercase}.btc-pool-card-main{width:100%;display:flex;flex-direction:column;gap:1.5rem}.btc-pool-card-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.btc-pool-card-header-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.btc-pool-card-withdraw{min-width:88px;min-height:44px;padding:10px 16px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:.75rem;color:#b8c5d6;font-size:.875rem;font-weight:600;cursor:default;white-space:nowrap;transition:transform .15s ease-in-out,box-shadow .15s ease-in-out,background .15s ease-in-out,border-color .15s ease-in-out}@media (max-width: 640px){.btc-pool-card-withdraw{min-width:120px;font-size:.75rem}}.btc-pool-card-withdraw:disabled{opacity:.9}.btc-pool-card-withdraw:not(:disabled){background:linear-gradient(135deg,#f7931a40,#f5b04133);border-color:#f7931a66;color:#f5b041;cursor:pointer}.btc-pool-card-withdraw:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 20px #f7931a40;background:linear-gradient(135deg,#f7931a59,#f5b0414d)}.btc-pool-card-withdraw:not(:disabled):active{transform:translateY(0)}.btc-pool-card-title-wrap{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.btc-pool-card-currency-select{padding:6px 28px 6px 10px;font-size:.875rem;font-weight:600;color:#fff;background:#0000004d;border:1px solid rgba(247,147,26,.4);border-radius:.5rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23F5B041' d='M6 8L2 4h8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.btc-pool-card-currency-select:focus{outline:none;border-color:#f5b041;box-shadow:0 0 0 2px #f7931a33}.btc-pool-card-currency-select option{background:#1a2332;color:#fff}.btc-pool-card-icon{flex-shrink:0;filter:drop-shadow(0 4px 8px rgba(247,147,26,.3))}.btc-pool-card-title{margin:0;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:.5px}.btc-pool-card-buy{min-width:88px;min-height:44px;padding:10px 20px;background:linear-gradient(135deg,#f7931a,#f5b041);border:none;border-radius:.75rem;color:#0a0e27;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .15s ease-in-out,box-shadow .15s ease-in-out}.btc-pool-card-buy:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f7931a66}.btc-pool-card-buy:active{transform:translateY(0)}.btc-pool-card-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.btc-pool-stat{display:flex;flex-direction:column;gap:.25rem}.btc-pool-stat .btc-pool-stat-label{font-size:.75rem;color:#b8c5d6;text-transform:uppercase;letter-spacing:.5px}.btc-pool-stat .btc-pool-stat-value{font-size:1.125rem;font-weight:700;color:#fff}.btc-pool-stat .btc-pool-stat-value.target{color:#f5b041}.btc-pool-stat .btc-pool-stat-value .btc-pool-stat-value-btc{font-size:.875rem;font-weight:400;color:#b8c5d6;margin-left:.25em}.btc-pool-stat.btc-pool-rates-loading .btc-pool-stat-value{font-style:italic;color:#b8c5d6}.btc-pool-stat.btc-pool-rates-live .btc-pool-stat-value{color:#f7931af2}.btc-pool-stat.btc-pool-rates-fallback .btc-pool-stat-value{font-size:.875rem;color:#ffc864d9}.btc-pool-stat .btc-pool-stat-loading{font-style:italic;color:#b8c5d6}.btc-pool-stat .btc-pool-stat-unavailable{font-size:.875rem;color:#b8c5d6}.btc-pool-stat .btc-pool-stat-refresh-link{background:none;border:none;padding:0;font:inherit;color:#f7931af2;text-decoration:underline;cursor:pointer}.btc-pool-stat .btc-pool-stat-refresh-link:hover{color:#f7931a}.btc-pool-stat.btc-pool-stat-your-balance{grid-column:1/-1;margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.5rem}.btc-pool-stat.btc-pool-stat-your-balance .btc-pool-stat-balance-main,.btc-pool-stat.btc-pool-stat-your-balance .btc-pool-stat-extra{display:flex;flex-direction:column;gap:.25rem}.btc-pool-stat.btc-pool-stat-your-balance .btc-pool-stat-extra-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.875rem}.btc-pool-stat.btc-pool-stat-your-balance .btc-pool-stat-extra-label{color:#b8c5d6;font-weight:500}.btc-pool-stat.btc-pool-stat-your-balance .btc-pool-stat-extra-value{color:#f7931af2;font-weight:600}.btc-pool-card-chart-wrap{height:72px;border-radius:.5rem;overflow:visible;background:#0003;padding:.25rem .5rem .25rem .25rem}.btc-pool-chart-with-axes{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;gap:0 .25rem;height:100%;min-height:0}.btc-pool-chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;font-size:9px;color:#b8c5d6;line-height:1.1;padding:0 2px 0 0}.btc-pool-chart-svg-wrap{position:relative;min-height:0;min-width:0;cursor:crosshair}.btc-pool-card-chart{width:100%;height:100%;min-height:24px;display:block;pointer-events:none;vertical-align:top}.btc-pool-chart-tooltip{position:absolute;transform:translate(-50%,-100%);margin-top:-6px;padding:4px 8px;border-radius:.375rem;background:#0a0e27f2;border:1px solid rgba(247,147,26,.5);color:#fff;font-size:11px;white-space:nowrap;pointer-events:none;z-index:10;display:flex;flex-direction:column;align-items:center;gap:2px;box-shadow:0 4px 12px #0000004d}.btc-pool-chart-tooltip-price{font-weight:700;color:#f7931a}.btc-pool-chart-tooltip-date{font-size:10px;color:#b8c5d6}.btc-pool-chart-x-axis{grid-column:2;display:flex;justify-content:space-between;font-size:9px;color:#b8c5d6;margin-top:2px;padding:0 0 2px}.confirm-entry-overlay.btc-info-overlay{background:#000000b8;backdrop-filter:none;-webkit-backdrop-filter:none;animation:btc-info-overlay-in .25s ease-out}.confirm-entry-overlay.btc-info-overlay.closing{animation:btc-info-overlay-out .25s ease-out}@keyframes btc-info-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes btc-info-overlay-out{0%{opacity:1}to{opacity:0}}.btc-info-dialog .btc-info-content{text-align:center}.btc-info-title{margin-bottom:1rem}.btc-info-body{text-align:left;margin-bottom:2rem}.btc-info-p{font-size:.875rem;color:#b8c5d6;line-height:1.6;margin:0 0 1rem}.btc-info-return{background:#f7931a1a;border:1px solid rgba(247,147,26,.25);border-radius:.5rem;padding:1rem;color:#f5b041;margin-bottom:1rem}.btc-info-fund-btn{margin-top:1rem}.btc-info-fund-btn--inactive,.btc-info-fund-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;pointer-events:none}.btc-buy-dialog .confirm-entry-content{max-height:85vh;overflow-y:auto}.btc-buy-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.btc-buy-title-row .btc-buy-title{margin:0}.btc-buy-currency-select{margin-left:auto}.withdraw-modal-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:0}.withdraw-modal-title-row .confirm-entry-title{margin:0}.withdraw-modal-title-row .withdraw-currency-select{margin-left:auto}.btc-buy-title{margin-bottom:.5rem}.btc-buy-subtitle{font-size:.875rem;color:#b8c5d6;margin:0 0 1.5rem;text-align:center}.btc-convert-ngn-usd{padding:1rem 16px;background:#f7931a14;border:1px solid rgba(247,147,26,.25);border-radius:.75rem;margin-bottom:2rem}.btc-convert-label{font-size:.875rem;font-weight:600;color:#f5b041;margin:0 0 4px}.btc-convert-balance{font-size:.875rem;color:#b8c5d6;margin:0 0 1rem}.btc-convert-form{display:flex;flex-direction:column;gap:.5rem}.btc-convert-form input{width:100%;box-sizing:border-box;padding:10px 12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;color:#fff;font-size:.875rem}.btc-convert-form input.btc-convert-input-error{border-color:#f8717199}.btc-convert-submit{padding:10px 16px;background:linear-gradient(135deg,#f7931a,#f5b041);border:none;border-radius:.5rem;color:#0a0e27;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s}.btc-convert-submit:hover:not(:disabled){opacity:.95}.btc-convert-submit:disabled{opacity:.7;cursor:not-allowed}.btc-invest-section{margin-top:0}.btc-buy-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.btc-buy-field label{display:block;font-size:.875rem;font-weight:600;color:#ffffffe6;margin-bottom:6px}.btc-buy-field input{box-sizing:border-box}.btc-buy-error{margin:4px 0 0;font-size:.75rem;color:#f87171}.btc-buy-success{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:.75rem;margin-bottom:1.5rem;color:#10b981;font-size:.875rem;font-weight:600}.admin-btc-header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.admin-btc-section .admin-btc-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.admin-btc-filter label{display:block;font-size:.75rem;color:#b8c5d6;margin-bottom:4px}.admin-btc-filter input{width:100%;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;font-size:.875rem}.admin-btc-filter input::placeholder{color:#8a9ba8}.admin-btc-table-wrap{overflow-x:auto;border-radius:.75rem;border:1px solid rgba(255,255,255,.1)}.admin-btc-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-btc-table th,.admin-btc-table td{padding:12px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}.admin-btc-table th{background:#f7931a1a;color:#f5b041;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin-btc-table td{color:#fff}.admin-btc-table tbody tr:hover{background:#ffffff08}.admin-metric-card.btc-metric .admin-metric-icon.btc{color:#f7931a}.profile-btc-referral-card .profile-referral-header{color:#f7931af2}.profile-referral-code-box--btc{border-color:#f7931a40;background:#f7931a0f}.profile-referral-copy--btc{color:#f7931a;background:#f7931a26;border-color:#f7931a4d}.profile-referral-copy--btc:hover{background:#f7931a40;border-color:#f7931a80}.profile-referral-card.profile-btc-referral-card--coming-soon{position:relative;overflow:hidden}.profile-btc-referral-card--coming-soon .profile-referral-header,.profile-btc-referral-card--coming-soon .profile-referral-code-row,.profile-btc-referral-card--coming-soon .profile-referral-stats{pointer-events:none}.profile-btc-referral-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0a0e27bf;border-radius:inherit;pointer-events:auto}.profile-btc-referral-overlay-text{font-size:1.25rem;font-weight:700;color:#fffffff2;letter-spacing:.05em;text-transform:uppercase}.profile-referral-stat-inline--btc-earned{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.profile-btc-referral-currency-select{min-width:0;padding:4px 24px 4px 8px;font-size:.75rem}.create-p2p-section{grid-column:1/-1;margin-bottom:1.5rem}@media (max-width: 1024px){.create-p2p-section{margin-bottom:1rem}}@media (max-width: 768px){.create-p2p-section{margin-bottom:1rem}}@media (max-width: 640px){.create-p2p-section{margin-bottom:.5rem}}.create-p2p-header{padding:1.5rem;background:color-mix(in oklab,var(--color-slate-900, #0f172a) 85%,transparent);border:1px solid rgba(255,255,255,.08);border-radius:.75rem}@media (max-width: 768px){.create-p2p-header{padding:1rem}}@media (max-width: 640px){.create-p2p-header{padding:1rem;border-radius:.5rem}}.create-p2p-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .25rem}@media (max-width: 768px){.create-p2p-title{font-size:1.125rem}}@media (max-width: 640px){.create-p2p-title{font-size:1rem}}.pool-how-to-note{font-size:.75rem;color:#b8c5d6;margin:.25rem 0 1rem;line-height:1.4;opacity:.9}.create-p2p-subtitle{font-size:.875rem;color:#b8c5d6;margin:0 0 1rem;line-height:1.4}@media (max-width: 640px){.create-p2p-subtitle{font-size:.75rem;margin-bottom:.5rem}}.pool-how-to-play{font-size:.75rem;color:#b8c5d6;margin:0 0 1rem;line-height:1.4;opacity:.9}@media (max-width: 640px){.pool-how-to-play{font-size:.75rem;margin-bottom:.5rem}}.create-p2p-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer;transition:background .3s ease-in-out,border-color .3s ease-in-out;min-height:44px}.create-p2p-button:hover{background:#ffffff26;border-color:#ffffff4d}.create-p2p-button svg{flex-shrink:0}@media (max-width: 768px){.create-p2p-button{padding:.5rem 1rem;font-size:.875rem}}@media (max-width: 640px){.create-p2p-button{padding:1rem 1.5rem;min-height:44px;font-size:.875rem;width:100%;justify-content:center}}.p2p-join-card{grid-column:1/-1;margin-bottom:1.5rem;animation:fadeInUp .35s ease-out}@media (max-width: 768px){.p2p-join-card{margin-bottom:1rem}}@media (max-width: 640px){.p2p-join-card{margin-bottom:1rem}}.p2p-join-card-inner{padding:1.5rem;background:linear-gradient(135deg,#22c55e1f,#22c55e0a);border:1px solid rgba(34,197,94,.35);border-radius:.75rem}@media (max-width: 768px){.p2p-join-card-inner{padding:1rem}}@media (max-width: 640px){.p2p-join-card-inner{padding:1rem;border-radius:.5rem}}.p2p-join-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.main-content .p2p-join-card .p2p-join-card-badge{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#22c55e;position:relative;z-index:0}.p2p-join-card-dismiss{display:flex;align-items:center;justify-content:center;padding:.25rem;background:transparent;border:none;color:#b8c5d6;cursor:pointer;border-radius:.5rem;transition:color .3s ease-in-out,background .3s ease-in-out}.p2p-join-card-dismiss:hover{color:#fff;background:#ffffff14}.p2p-join-card-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .25rem}@media (max-width: 640px){.p2p-join-card-title{font-size:1.125rem}}.p2p-join-card-meta{font-size:.875rem;color:#b8c5d6;margin:0 0 1rem}@media (max-width: 640px){.p2p-join-card-meta{font-size:.75rem;margin-bottom:.5rem}}.p2p-join-card .p2p-join-card-info.pool-card-info{margin-bottom:1rem}.p2p-join-card-invites{font-size:.75rem;color:#b8c5d6;margin:0 0 .5rem;opacity:.9}.p2p-join-card-actions{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width: 640px){.p2p-join-card-actions{flex-direction:column;gap:.5rem}}.p2p-join-card-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:opacity .3s ease-in-out,background .3s ease-in-out;min-height:44px}.p2p-join-card-btn svg{flex-shrink:0}@media (max-width: 640px){.p2p-join-card-btn{width:100%;padding:1rem 1.5rem;min-height:44px}}.p2p-join-card-btn-primary{color:#fff;background:#22c55e40;border:1px solid rgba(34,197,94,.5)}.p2p-join-card-btn-primary:hover{background:#22c55e59}.p2p-join-card-btn-secondary{color:#b8c5d6;background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.p2p-join-card-btn-secondary:hover{background:#ffffff1f;color:#fff}.p2p-invite-more-form{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.p2p-invite-more-label{display:block;font-size:.875rem;color:#b8c5d6;margin-bottom:.25rem}.p2p-invite-more-input{width:100%;max-width:320px;padding:.5rem 1rem;font-size:1rem;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;margin-bottom:.5rem}.p2p-invite-more-input::placeholder{color:#b8c5d6;opacity:.8}@media (max-width: 640px){.p2p-invite-more-input{max-width:none;min-height:44px}}.p2p-invite-more-actions{display:flex;flex-wrap:wrap;gap:.5rem}.my-pools-section{grid-column:1/-1;margin-bottom:2rem}.my-pools-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .25rem}@media (max-width: 640px){.my-pools-title{font-size:1.25rem}}.my-pools-subtitle{font-size:.875rem;color:#b8c5d6;margin:0 0 1rem}.my-pools-loading,.my-pools-error{display:flex;flex-direction:column;align-items:center;gap:1rem;min-height:120px;color:#b8c5d6}.my-pools-loading p,.my-pools-error p{margin:0}.my-pools-empty{font-size:.875rem;color:#b8c5d6;margin:0;padding:1.5rem;text-align:center}.my-pools-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}@media (max-width: 640px){.my-pools-list{grid-template-columns:1fr}}.my-pool-card{padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease-in-out;box-shadow:0 2px 12px #0003}.my-pool-card[data-status=WAITING],.my-pool-card:not([data-status]){background:linear-gradient(135deg,#1e1b14f2,#191712e6);border-color:#eab30840;box-shadow:0 2px 12px #0003,0 0 0 1px #eab30814}.my-pool-card[data-status=LIVE]{background:linear-gradient(135deg,#142820f2,#0f201ae6);border-color:#22c55e4d;box-shadow:0 2px 12px #0003,0 0 0 1px #22c55e1a}.my-pool-card[data-status=ENDED]{background:linear-gradient(135deg,#1c1e2af2,#161823e6);border-color:#ffffff14}.my-pool-card:hover{border-color:#ffffff26;box-shadow:0 4px 20px #00000040}.my-pool-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.25rem}.my-pool-status{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .5rem;border-radius:6px}.my-pool-status--waiting{color:#fde047;background:#eab30833;border:1px solid rgba(234,179,8,.35)}.my-pool-status--live{color:#86efac;background:#22c55e33;border:1px solid rgba(34,197,94,.35)}.my-pool-status--ended{color:#ffffffb3;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.my-pool-time{font-size:.875rem;color:#fff9}.my-pool-card-body{margin-bottom:1rem}.my-pool-game{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:2px}.my-pool-category{font-size:.875rem;color:#ffffffa6}.my-pool-meta{font-size:.875rem;color:#fff9;margin-top:.25rem}.my-pool-card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.my-pool-delete-confirm{display:inline-flex;flex-wrap:wrap;gap:.25rem}.pools-section{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-bottom:4rem}@media (max-width: 1200px){.pools-section{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}}@media (max-width: 640px){.pools-section{gap:1rem;margin-bottom:2rem}}.available-pools{margin-bottom:0}.pools-header{margin-bottom:2rem;animation:fadeInUp .6s ease-out}.pools-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.2}@media (max-width: 768px){.pools-title{font-size:1.875rem}}@media (max-width: 640px){.pools-title{font-size:1.5rem}}.pools-subtitle{font-size:1rem;color:#b8c5d6;font-weight:400}.pools-container{width:100%;height:80%}.pools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;align-items:start;width:100%}@media (max-width: 768px){.pools-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}}@media (max-width: 640px){.pools-grid{grid-template-columns:1fr;gap:1rem}}.pools-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:200px;color:#b8c5d6}.pools-loading p{margin:0;font-size:1rem}.pools-loading-spinner{width:40px;height:40px;border:3px solid color-mix(in oklab,#b8c5d6 30%,transparent);border-top-color:#fff;border-radius:50%;animation:pools-spin .8s linear infinite}@keyframes pools-spin{to{transform:rotate(360deg)}}.pools-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:200px;color:#b8c5d6;text-align:center}.pools-error p{margin:0;font-size:1rem}.pools-error-retry{padding:.5rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background:color-mix(in oklab,#ffffff 12%,transparent);border:1px solid color-mix(in oklab,#ffffff 25%,transparent);border-radius:.75rem;cursor:pointer;transition:background .2s,border-color .2s}.pools-error-retry:hover{background:color-mix(in oklab,#ffffff 20%,transparent);border-color:color-mix(in oklab,#ffffff 40%,transparent)}.pools-empty{grid-column:1/-1;text-align:center;color:#b8c5d6;font-size:1rem;margin:0;padding:2rem}.activity-sidebar{display:flex;flex-direction:column;gap:2rem}.pool-card{position:relative;border-radius:1.5rem;overflow:hidden;min-height:580px;max-width:400px;width:100%;cursor:pointer;animation:fadeInUp .6s ease-out both;animation-delay:var(--animation-delay, 0ms);border:1px solid transparent;display:flex;flex-direction:column;background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);transform-style:preserve-3d;transition:transform .2s ease-out;will-change:transform;transform:perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(calc(var(--weight-depth, 0px) * -1)) scale(var(--scale, 1))}@media (max-width: 768px){.pool-card{min-height:540px;max-width:100%}}@media (max-width: 640px){.pool-card{min-height:520px;max-width:100%}}.pool-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:1.5rem;border:1px solid transparent;opacity:0;transition:opacity .2s ease;z-index:1;pointer-events:none;background:linear-gradient(#0a0e27,#0a0e27) padding-box,linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6) border-box;background-clip:padding-box,border-box;-webkit-background-clip:padding-box,border-box;animation:drawBorder 1.2s ease-out forwards}.pool-card.is-hovering:before{opacity:1}.pool-card:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);left:var(--mouse-x, 50%);top:var(--mouse-y, 50%);transform:translate(-50%,-50%) translateZ(calc(var(--weight-depth, 0px) * -1));opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.pool-card.is-hovering:after{opacity:1}@keyframes drawBorder{0%{clip-path:polygon(0% 0%,0% 0%,0% 0%,0% 0%)}25%{clip-path:polygon(0% 0%,100% 0%,100% 0%,0% 0%)}50%{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 0%)}75%{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}to{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}}.pool-card-graphic{position:relative;flex:0 0 auto;min-height:240px;max-height:none;overflow:hidden;flex-shrink:0;margin-bottom:0}.pool-card-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;opacity:1;transition:opacity .3s ease-in-out,transform .5s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat}.pool-card:hover .pool-card-background{opacity:1;transform:scale(1.03)}.pool-card--logic .pool-card-graphic{min-height:200px}.pool-card-overlay{position:relative;z-index:1;min-height:100%;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;background-size:cover;background-position:center;background-repeat:no-repeat}.pool-card-overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.6) 25%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.2) 75%,transparent 100%);z-index:0}.pool-card-overlay>*{position:relative;z-index:1}.pool-card-image-section{position:relative;flex:1;min-height:120px;display:flex;align-items:flex-end;justify-content:flex-end;padding-top:.5rem}.pool-card--logic .pool-card-background{position:relative;overflow:hidden;background:#1a2332;background-size:cover;background-position:center;background-repeat:no-repeat}.pool-card--logic .pool-card-background[style*=background-image]{background-color:transparent}.pool-card--word{min-height:580px;height:auto}.pool-card--word .pool-card-graphic{min-height:240px}.pool-card--word .pool-card-background{background:linear-gradient(135deg,#0f0f0f,#1a1a1a,#0f0f0f,#1a1a1a,#0f0f0f);background-image:radial-gradient(ellipse at 25% 35%,rgba(239,68,68,.5) 0%,transparent 45%),radial-gradient(ellipse at 75% 65%,rgba(245,158,11,.4) 0%,transparent 45%),radial-gradient(ellipse at 50% 50%,rgba(16,185,129,.25) 0%,transparent 55%),radial-gradient(ellipse at 15% 80%,rgba(239,68,68,.2) 0%,transparent 40%);position:relative;overflow:hidden}.pool-card--word .pool-card-background:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,rgba(239,68,68,.3) 0%,transparent 30%),radial-gradient(circle at 70% 70%,rgba(245,158,11,.25) 0%,transparent 30%),radial-gradient(circle at 50% 50%,rgba(16,185,129,.2) 0%,transparent 40%);animation:organicMove 8s ease-in-out infinite;filter:blur(20px)}.pool-card--word .pool-card-background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(239,68,68,.15) 0%,transparent 20%,transparent 40%,rgba(16,185,129,.1) 50%,transparent 60%,transparent 80%,rgba(245,158,11,.15) 100%);animation:shimmer 5s ease-in-out infinite}@keyframes organicMove{0%,to{transform:translate(0) scale(1)}33%{transform:translate(10px,-10px) scale(1.1)}66%{transform:translate(-10px,10px) scale(.9)}}@keyframes slide{0%{transform:translate(0)}to{transform:translate(50px,50px)}}@keyframes shimmer{0%,to{opacity:.3}50%{opacity:.6}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pool-card-info-section{position:relative;z-index:1;padding:1.5rem;background:#03050cd9;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);flex:1 1 auto;min-height:260px;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;box-sizing:border-box;overflow:visible}.pool-card-info-section .pool-action-button{margin-top:auto;flex-shrink:0}.pool-card--logic .pool-card-info-section{background:#0f172ae6;border-top:1px solid rgba(139,92,246,.15)}.pool-card--word .pool-card-info-section{background:#03050ce6;border-top:1px solid rgba(239,68,68,.15)}.pool-card-header{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:.5rem 1rem;row-gap:.5rem;width:100%;min-height:0}.pool-players-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#3b82f633;border:1px solid rgba(59,130,246,.4);border-radius:9999px;color:#60a5fa;font-size:.75rem;font-weight:600;letter-spacing:.02em;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #3b82f633;flex-shrink:0}.pool-players-badge svg{flex-shrink:0;width:14px;height:14px}.pool-players-badge span{white-space:nowrap}.pool-total-amount-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fbbf2433;border:1px solid rgba(251,191,36,.4);border-radius:9999px;color:#fbbf24;font-size:.75rem;font-weight:600;letter-spacing:.02em;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #fbbf2433;margin-left:auto;flex-shrink:0}.pool-total-amount-badge svg{flex-shrink:0;width:14px;height:14px}.pool-total-amount-badge span{white-space:nowrap}.pool-words-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#10b98133;border:1px solid rgba(16,185,129,.4);border-radius:9999px;color:#10b981;font-size:.75rem;font-weight:600;letter-spacing:.02em;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #10b98133;flex-shrink:0}.pool-words-badge svg{flex-shrink:0;width:14px;height:14px}.pool-words-badge span{white-space:nowrap}.pool-word-length-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#8b5cf633;border:1px solid rgba(139,92,246,.4);border-radius:9999px;color:#a78bfa;font-size:.75rem;font-weight:600;letter-spacing:.02em;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #8b5cf633;flex-shrink:0}.pool-word-length-badge svg{flex-shrink:0;width:14px;height:14px}.pool-word-length-badge span{white-space:nowrap}.pool-tags-left{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;flex-shrink:0}.pool-category{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;font-size:.75rem;font-weight:500;color:#fff;background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.12);transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out}.pool-category svg{flex-shrink:0;width:18px;height:18px}.pool-category--logic{color:#c4b5fd;background:#8b5cf640;border-color:#8b5cf666}.pool-category--logic svg{filter:drop-shadow(0 0 4px rgba(139,92,246,.5))}.pool-category--word{color:#fcd34d;background:#f59e0b33;border-color:#f59e0b59}.pool-category--word svg{filter:drop-shadow(0 0 4px rgba(245,158,11,.4))}.pool-card--logic .pool-category{border-color:#8b5cf673}.pool-status{display:inline-block;padding:6px 12px;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:capitalize;letter-spacing:.03em;background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.12);transition:border-color .3s ease-in-out}.pool-status--available{color:#93c5fd;background:#3b82f640;border-color:#3b82f666}.pool-status--playing{color:#6ee7b7;background:#10b98140;border-color:#10b98166}.pool-difficulty{display:inline-block;padding:6px 12px;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:capitalize;letter-spacing:.03em;background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.12);flex-shrink:0;margin-left:0;transition:border-color .3s ease-in-out}.pool-difficulty--easy{color:#6ee7b7;background:#10b98133;border-color:#10b98159}.pool-difficulty--medium{color:#fcd34d;background:#f59e0b33;border-color:#f59e0b59}.pool-difficulty--hard{color:#fca5a5;background:#ef444433;border-color:#ef444459}.pool-time-remaining,.pool-countdown-timer{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background-color:color-mix(in oklab,var(--color-slate-900) 60%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-radius:.75rem;font-size:.75rem;font-weight:500;color:#fff;width:fit-content;position:absolute;bottom:0;right:0;z-index:2;transition:background .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;border:1px solid rgba(255,255,255,.12)}.pool-time-remaining svg,.pool-countdown-timer svg{flex-shrink:0;width:16px;height:16px;color:inherit;opacity:.9}.pool-time-remaining span,.pool-countdown-timer span{white-space:nowrap}.pool-card:hover .pool-time-remaining,.pool-card:hover .pool-countdown-timer{background:#3b82f633;border-color:#3b82f680;box-shadow:0 0 16px #3b82f64d}.pool-card:hover .pool-time-remaining svg,.pool-card:hover .pool-countdown-timer svg{color:#60a5fa}.pool-card--logic.pool-card:hover .pool-time-remaining,.pool-card--logic.pool-card:hover .pool-countdown-timer{background:#8b5cf633;border-color:#8b5cf680;box-shadow:0 0 16px #8b5cf64d}.pool-card--logic.pool-card:hover .pool-time-remaining svg,.pool-card--logic.pool-card:hover .pool-countdown-timer svg{color:#a78bfa}.pool-countdown-timer{background:#ef444433;border-color:#ef444473;color:#fca5a5}.pool-countdown-timer svg{color:#f87171}.pool-card:hover .pool-countdown-timer{background:#ef444440;border-color:#ef444480;box-shadow:0 0 12px #ef444440}.pool-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.3;flex-shrink:0;letter-spacing:-.02em;word-break:break-word;overflow-wrap:break-word;transition:opacity .3s ease-in-out;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pool-card:hover .pool-title{background:linear-gradient(135deg,#93c5fd,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pool-card--logic .pool-title{background:linear-gradient(135deg,#a78bfa,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pool-card--logic.pool-card:hover .pool-title{background:linear-gradient(135deg,#c4b5fd,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pool-card-info{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:0;flex:1 1 auto;min-height:0}.pool-info-item{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:9999px;font-size:.75rem;font-weight:500;color:#b8c5d6;background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(8px) saturate(160%);-webkit-backdrop-filter:blur(8px) saturate(160%);border:1px solid rgba(255,255,255,.1);transition:color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out}.pool-info-item svg{flex-shrink:0;width:14px;height:14px;color:inherit;transition:color .3s ease-in-out}.pool-info-item span{overflow-wrap:break-word;word-break:break-word}.pool-info-item:hover{filter:brightness(1.15)}.pool-info-item--players{color:#7dd3fc;background:#38bdf833;border-color:#38bdf866}.pool-info-item--players:hover{border-color:#38bdf88c;background:#38bdf847}.pool-info-item--entry{color:#fbbf24;background:#fbbf2433;border-color:#fbbf2466}.pool-info-item--entry:hover{border-color:#fbbf248c;background:#fbbf2447}.pool-info-item--letters{color:#a78bfa;background:#a78bfa33;border-color:#a78bfa66}.pool-info-item--letters:hover{border-color:#a78bfa8c;background:#a78bfa47}.pool-info-item--reward{color:#34d399;background:#34d39933;border-color:#34d39966}.pool-info-item--reward:hover{border-color:#34d3998c;background:#34d39947}.pool-info-item--questions{color:#f472b6;background:#f472b633;border-color:#f472b666}.pool-info-item--questions:hover{border-color:#f472b68c;background:#f472b647}.pool-info-item--duration{color:#38bdf8;background:#38bdf833;border-color:#38bdf866}.pool-info-item--duration:hover{border-color:#38bdf88c;background:#38bdf847}.pool-info-item--players{color:#a78bfa;background:#a78bfa33;border-color:#a78bfa66}.pool-info-item--players:hover{border-color:#a78bfa8c;background:#a78bfa47}.pool-info-item--start{color:#fbbf24;background:#fbbf2433;border-color:#fbbf2466}.pool-info-item--start:hover{border-color:#fbbf248c;background:#fbbf2447}.pool-action-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 1.5rem;width:100%;min-height:44px;flex-shrink:0;background:linear-gradient(135deg,#3b82f640,#8b5cf640);border:1px solid rgba(59,130,246,.4);border-radius:.75rem;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:background .3s ease-in-out,border-color .3s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative;overflow:hidden;box-shadow:none}.pool-action-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .4s ease}.pool-action-button svg{flex-shrink:0;width:16px;height:16px;color:currentColor;transition:transform .3s ease-in-out}.pool-card.is-hovering .pool-action-button:not(:disabled):not(.pool-action-button--ended){box-shadow:0 0 12px #3b82f640,0 0 24px #60a5fa26}.pool-card--logic.pool-card.is-hovering .pool-action-button:not(:disabled):not(.pool-action-button--ended){box-shadow:0 0 12px #8b5cf640,0 0 24px #a78bfa26}.pool-action-button:hover:not(:disabled):not(.pool-action-button--ended){background:linear-gradient(135deg,#3b82f666,#8b5cf666);border-color:#3b82f6b3;transform:translateY(-2px)}.pool-action-button:hover:not(:disabled):not(.pool-action-button--ended):before{left:100%}.pool-action-button:hover:not(:disabled):not(.pool-action-button--ended) svg{transform:scale(1.1)}.pool-action-button:active:not(:disabled):not(.pool-action-button--ended){transform:translateY(0) scale(.98)}.pool-action-button--ended,.pool-action-button:disabled{background:#47556933;border-color:#47556959;color:#ffffff80;cursor:not-allowed;opacity:.7}.pool-action-button--ended:hover,.pool-action-button:disabled:hover{background:#47556933;border-color:#47556959;transform:none}.pool-action-button--ended:hover:before,.pool-action-button:disabled:hover:before{left:-100%}.pool-action-button--ended:hover svg,.pool-action-button:disabled:hover svg{transform:none}.pool-card.is-hovering .pool-action-button--ended,.pool-card.is-hovering .pool-action-button:disabled{box-shadow:none}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.pool-action-button--secondary{background:#ffffff14;border-color:#ffffff26}.pool-action-button--secondary:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff40}.system-pools-section{grid-column:1/-1;margin-bottom:2rem}.system-pool-game-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.system-pool-game-modal{width:100%;max-width:520px;max-height:90vh;overflow-y:auto;background:color-mix(in oklab,var(--color-slate-900, #0f172a) 92%,transparent);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;box-shadow:0 24px 48px #0006}.system-pool-game-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.system-pool-game-modal-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0}.system-pool-game-close{display:flex;align-items:center;justify-content:center;padding:.25rem;background:transparent;border:none;color:#b8c5d6;cursor:pointer;border-radius:.5rem;min-width:44px;min-height:44px}.system-pool-game-close:hover{color:#fff;background:#ffffff14}.system-pool-game-body{padding:1.5rem}.system-pool-game-progress{font-size:.875rem;color:#b8c5d6;margin:0 0 1rem}.system-pool-game-feedback{padding:.5rem 1rem;margin-bottom:1rem;border-radius:.5rem;font-size:.875rem}.system-pool-game-feedback.correct{background:#22c55e33;border:1px solid rgba(34,197,94,.4);color:#86efac}.system-pool-game-feedback.incorrect{background:#ef444426;border:1px solid rgba(239,68,68,.35);color:#fca5a5}.system-pool-game-feedback-earned{display:block;margin-top:.25rem;font-weight:600}.system-pool-game-form{margin-top:1rem}.system-pool-game-question-text{font-size:1rem;color:#fff;margin:0 0 1rem;line-height:1.5}.system-pool-game-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.system-pool-game-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;text-align:left;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;color:#fff;font-size:1rem;cursor:pointer;transition:background .3s ease-in-out,border-color .3s ease-in-out;min-height:44px}.system-pool-game-option:hover{background:#ffffff1a;border-color:#ffffff40}.system-pool-game-option.selected{border-color:#3b82f699;background:#3b82f626}.system-pool-game-option-letter{font-weight:700;color:#b8c5d6;min-width:1.5rem}.system-pool-game-option-text{flex:1}.system-pool-game-scramble-label{font-size:.875rem;color:#b8c5d6;margin:0 0 .5rem}.system-pool-game-scrambled-word{font-size:1.25rem;font-weight:700;letter-spacing:.15em;color:#fff;margin:0 0 1rem;padding:1rem;background:#ffffff0f;border-radius:.5rem;text-align:center}.system-pool-game-answer-label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#b8c5d6;margin-bottom:1.5rem}.system-pool-game-answer-input{padding:.5rem 1rem;font-size:1rem;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;min-height:44px}.system-pool-game-actions{margin-top:1rem}.system-pool-game-result{padding:2rem;text-align:center}.system-pool-game-result-status{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.system-pool-game-result-status.won{color:#22c55e}.system-pool-game-result-status.lost{color:#b8c5d6}.system-pool-game-result-earned{font-size:1.125rem;color:#fff;margin:0 0 1.5rem}.recent-history-card{background-color:#15172099;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-radius:1.5rem;padding:2rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0000005e;animation:fadeInUp .6s ease-out .2s both}@media (max-width: 768px){.recent-history-card{padding:1.5rem}}@media (max-width: 640px){.recent-history-card{padding:1rem}}.recent-history-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.recent-history-title-icon{flex-shrink:0;color:#ffffffe6}.recent-history-card .recent-history-title{margin-bottom:1rem;font-size:1.125rem}.recent-history-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding:.5rem 0}.recent-history-stats--compact{gap:.25rem;margin-bottom:.5rem;padding:0}.recent-history-stat{font-size:.875rem;font-weight:500;color:#b8c5d6;padding:.25rem .5rem;background:#8b5cf61a;border-radius:.5rem;border:1px solid rgba(139,92,246,.2)}.recent-history-list{display:flex;flex-direction:column;gap:1rem}.recent-history-list--compact{gap:.5rem}.recent-history-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-radius:12px;border:1px solid transparent;transition:all .3s ease-in-out;box-shadow:0 2px 8px #00000026}.recent-history-item--victory{background:#1b3636;border-color:#52ce9d40}.recent-history-item--defeat{background:#361b21;border-color:#f3525240}.recent-history-item:hover{box-shadow:0 4px 12px #0003}.recent-history-list--compact .recent-history-item{padding:.5rem 1rem;border-radius:12px}.recent-history-item-left{display:flex;flex-direction:column;gap:2px;min-width:0}.recent-history-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.recent-history-outcome{font-size:.875rem;font-weight:600;text-transform:capitalize}.recent-history-outcome--victory{color:#52ce9d}.recent-history-outcome--defeat{color:#f35252}.recent-history-view-all{width:100%;margin-top:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#8b5cf6;background:#8b5cf61a;border:1px solid rgba(139,92,246,.25);border-radius:.5rem;cursor:pointer;transition:all .3s ease-in-out}.recent-history-view-all:hover{background:#8b5cf633;border-color:#8b5cf666}.recent-history-item-main{display:flex;flex-direction:column;gap:.25rem}.recent-history-pool{font-size:1rem;font-weight:600;color:#fff}.recent-history-score{font-size:.875rem;font-weight:600}.recent-history-score--addition{color:#52ce9d}.recent-history-score--subtraction{color:#f35252}.recent-history-item-details{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}@media (max-width: 640px){.recent-history-item-details{gap:.5rem;font-size:.875rem}}.recent-history-rank{font-size:.875rem;color:#8b5cf6;font-weight:500}.recent-history-date{font-size:.875rem;color:#ffffffa6}.history-item-main{display:flex;flex-direction:column;gap:.25rem;flex:1}.history-game-name{font-size:1rem;font-weight:600;color:#fff}.history-time{font-size:.875rem;color:#8a9ba8}.history-item-result{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.history-result{font-size:.875rem;font-weight:600;text-transform:capitalize}.history-result--victory{color:#10b981}.history-result--defeat{color:#ef4444}.history-points{font-size:1rem;font-weight:700}.history-points--victory{color:#10b981}.history-points--defeat{color:#ef4444}.recent-history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:200px;padding:2rem 0}.recent-history-loading--compact{min-height:120px;padding:1rem 0}.recent-history-loading-spinner{width:40px;height:40px;border:3px solid rgba(139,92,246,.2);border-top-color:#8b5cf6;border-radius:50%;animation:recent-history-spin .8s linear infinite}@keyframes recent-history-spin{to{transform:rotate(360deg)}}.recent-history-loading-text{color:#b8c5d6;font-size:1rem;font-weight:500;margin:0}.recent-history-empty{display:flex;align-items:center;justify-content:center;min-height:150px;padding:1.5rem 0}.recent-history-empty p{color:#b8c5d6;font-size:1rem;margin:0}.recent-history-empty--compact{min-height:80px;padding:1rem 0}.recent-history-empty--compact p{font-size:.875rem}.recent-history-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10001;animation:recent-history-fadeIn .2s ease-out}.recent-history-overlay.closing{animation:recent-history-fadeOut .3s ease-out}@keyframes recent-history-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes recent-history-fadeOut{0%{opacity:1}to{opacity:0}}.recent-history-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;max-height:80vh;background:#14192df2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080;z-index:10002;display:flex;flex-direction:column;overflow:hidden;animation:recent-history-slideIn .3s cubic-bezier(.4,0,.2,1)}.recent-history-overlay.closing .recent-history-panel{animation:recent-history-slideOut .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 640px){.recent-history-panel{width:100%;max-width:100%;max-height:90vh;border-radius:.75rem .75rem 0 0;top:auto;bottom:0;left:0;transform:translateY(0);animation:recent-history-slideUp .3s cubic-bezier(.4,0,.2,1)}.recent-history-overlay.closing .recent-history-panel{animation:recent-history-slideDown .3s cubic-bezier(.4,0,.2,1)}}@keyframes recent-history-slideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes recent-history-slideOut{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-48%)}}@keyframes recent-history-slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes recent-history-slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.recent-history-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;gap:.5rem}.recent-history-header-actions{display:flex;align-items:center;gap:1.5rem}.recent-history-panel-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.recent-history-delete-button{width:32px;height:32px;border-radius:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#f87171;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;margin-left:-60px}.recent-history-delete-button:hover:not(:disabled){background:#ef444433;border-color:#ef444466;color:#ef4444}.recent-history-delete-button:disabled{opacity:.5;cursor:not-allowed}.recent-history-close-button{width:32px;height:32px;border-radius:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#b8c5d6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.recent-history-close-button:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.recent-history-panel-content{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;min-height:0}.recent-history-panel-content::-webkit-scrollbar{width:6px}.recent-history-panel-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:9999px}.recent-history-panel-content::-webkit-scrollbar-thumb{background:#8b5cf64d;border-radius:9999px}.leaderboard-page{width:100%;min-height:calc(100vh - 100px);display:flex;align-items:center;justify-content:center;padding:3rem 2rem}@media (max-width: 768px){.leaderboard-page{padding:2rem 1.5rem;min-height:calc(100vh - 80px)}}@media (max-width: 640px){.leaderboard-page{padding:1.5rem 1rem;min-height:calc(100vh - 60px)}}.leaderboard-content{text-align:center;width:100%;max-width:800px}.leaderboard-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1.5rem;text-align:center}@media (max-width: 1024px){.leaderboard-title{font-size:2.25rem}}@media (max-width: 768px){.leaderboard-title{font-size:1.875rem;margin-bottom:1rem}}@media (max-width: 640px){.leaderboard-title{font-size:1.5rem}}.leaderboard-pool-select{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}@media (max-width: 640px){.leaderboard-pool-select{flex-direction:column;align-items:stretch;margin-bottom:1rem}}.leaderboard-pool-label{font-size:1rem;font-weight:500;color:#b8c5d6;margin:0}.leaderboard-pool-select-input{min-width:220px;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease-in-out}.leaderboard-pool-select-input:hover{border-color:#8b5cf666}.leaderboard-pool-select-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf633}@media (max-width: 640px){.leaderboard-pool-select-input{min-width:100%}}.leaderboard-message{font-size:1.25rem;font-weight:500;color:#b8c5d6;margin:0;text-align:center}@media (max-width: 768px){.leaderboard-message{font-size:1.125rem}}@media (max-width: 640px){.leaderboard-message{font-size:1rem}}.leaderboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:#b8c5d6}.leaderboard-loading p{margin:0;font-size:1.125rem}.leaderboard-spinner{width:40px;height:40px;border:3px solid rgba(139,92,246,.2);border-top-color:#8b5cf6;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 640px){.leaderboard-spinner{width:32px;height:32px;border-width:2.5px}}@keyframes spin{to{transform:rotate(360deg)}}.leaderboard-error{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;color:#ef4444}.leaderboard-error p{margin:0;font-size:1.125rem;text-align:center}.leaderboard-retry{padding:.5rem 1.5rem;background:#8b5cf61a;border:1px solid rgba(139,92,246,.3);border-radius:.5rem;color:#8b5cf6;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out}.leaderboard-retry:hover{background:#8b5cf633;border-color:#8b5cf680;transform:translateY(-2px)}.leaderboard-retry:active{transform:translateY(0)}.leaderboard-list{width:100%;background:#03050ccc;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-radius:1rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000005e;overflow:hidden;margin-top:2rem}@media (max-width: 768px){.leaderboard-list{border-radius:.75rem;margin-top:1.5rem}}@media (max-width: 640px){.leaderboard-list{border-radius:.5rem;margin-top:1rem}}.leaderboard-header{display:grid;grid-template-columns:80px 1fr 120px 180px;gap:1rem;padding:1.5rem 2rem;background:#8b5cf61a;border-bottom:1px solid rgba(255,255,255,.1);font-weight:600;font-size:.875rem;color:#b8c5d6;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.leaderboard-header{grid-template-columns:60px 1fr 100px 140px;padding:1rem 1.5rem;font-size:.75rem;gap:.5rem}}@media (max-width: 640px){.leaderboard-header{grid-template-columns:44px 1fr 56px 56px;padding:.5rem 1rem;gap:.25rem}}.leaderboard-header-item{text-align:left}.leaderboard-header-item:first-child{text-align:center}.leaderboard-header-item:nth-child(3){display:flex;justify-content:flex-end;text-align:right}.leaderboard-header-item:nth-child(4){text-align:right}.leaderboard-item{display:grid;grid-template-columns:80px 1fr 120px 180px;gap:1rem;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease-in-out;align-items:center}.leaderboard-item:last-child{border-bottom:none}.leaderboard-item:hover{background:#8b5cf60d}@media (max-width: 768px){.leaderboard-item{grid-template-columns:60px 1fr 100px 140px;padding:1rem 1.5rem;gap:.5rem}}@media (max-width: 640px){.leaderboard-item{grid-template-columns:44px 1fr 56px 56px;padding:.5rem 1rem;gap:.25rem;font-size:.875rem}}.leaderboard-rank{text-align:center;font-weight:700;font-size:1.125rem;color:#8b5cf6}@media (max-width: 768px){.leaderboard-rank{font-size:1rem}}@media (max-width: 640px){.leaderboard-rank{font-size:.875rem}}.leaderboard-pool{text-align:left;color:#fff;font-weight:500;word-break:break-word}@media (max-width: 640px){.leaderboard-pool{font-size:.875rem}}.leaderboard-score{display:flex;justify-content:flex-end;text-align:right;color:#fbbf24;font-weight:600;font-size:1.125rem}@media (max-width: 768px){.leaderboard-score{font-size:1rem}}@media (max-width: 640px){.leaderboard-score{font-size:.875rem}}.leaderboard-win-rate{text-align:right;color:#b8c5d6;font-size:.875rem;font-weight:500}@media (max-width: 768px){.leaderboard-win-rate{font-size:.75rem}}@media (max-width: 640px){.leaderboard-win-rate{font-size:.75rem}}.notifications-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10001;animation:fadeIn .2s ease-out}@keyframes slideOut{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-48%)}}@keyframes slideInMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutMobile{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.notifications-overlay.closing{animation:fadeOut .3s ease-out}.notifications-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;max-height:80vh;background:#14192df2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080;z-index:10002;display:flex;flex-direction:column;overflow:hidden;animation:slideIn .3s cubic-bezier(.4,0,.2,1)}.notifications-overlay.closing .notifications-panel{animation:slideOut .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.notifications-panel{width:95%;max-width:600px;max-height:85vh;border-radius:1rem}}@media (max-width: 640px){.notifications-panel{width:100%;max-width:100%;max-height:90vh;border-radius:.75rem .75rem 0 0;top:auto;bottom:0;left:0;transform:translateY(0);animation:slideInMobile .3s cubic-bezier(.4,0,.2,1)}.notifications-overlay.closing .notifications-panel{animation:slideOutMobile .3s cubic-bezier(.4,0,.2,1)}}@media (max-width: 480px){.notifications-panel{max-height:95vh}}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.notifications-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;gap:.5rem}@media (max-width: 768px){.notifications-header{padding:1.5rem}}@media (max-width: 640px){.notifications-header{padding:1rem 1.5rem}}@media (max-width: 480px){.notifications-header{padding:1rem}}.notifications-header-actions{display:flex;align-items:center;gap:1.5rem}.notifications-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}@media (max-width: 640px){.notifications-title{font-size:1.25rem}}@media (max-width: 480px){.notifications-title{font-size:1.125rem}}.notifications-clear-button{width:32px;height:32px;border-radius:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#f87171;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;touch-action:manipulation;margin-left:-60px}.notifications-clear-button:hover:not(:disabled){background:#ef444433;border-color:#ef444466;color:#ef4444;transform:scale(1.05)}.notifications-clear-button:active:not(:disabled){transform:scale(.95)}.notifications-clear-button:disabled{opacity:.5;cursor:not-allowed}.notifications-clear-button svg{width:14px;height:14px}.notifications-clear-button .spinner{animation:spin 1s linear infinite}.notifications-clear-button.clearing{pointer-events:none}@media (max-width: 640px){.notifications-clear-button{width:36px;height:36px}.notifications-clear-button svg{width:16px;height:16px}}@media (max-width: 480px){.notifications-clear-button{width:40px;height:40px}}.notifications-close{width:32px;height:32px;border-radius:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#b8c5d6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;touch-action:manipulation}.notifications-close:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.notifications-close:active{transform:scale(.95)}.notifications-close svg{width:16px;height:16px}@media (max-width: 640px){.notifications-close{width:36px;height:36px}}@media (max-width: 480px){.notifications-close{width:40px;height:40px}}.notifications-content{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;min-height:0}@media (max-width: 768px){.notifications-content{padding:.5rem 1rem;gap:.5rem}}@media (max-width: 640px){.notifications-content{padding:.5rem;gap:.5rem}}@media (max-width: 480px){.notifications-content{padding:.25rem .5rem}}.notifications-content::-webkit-scrollbar{width:6px}@media (max-width: 640px){.notifications-content::-webkit-scrollbar{width:4px}}.notifications-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:9999px}.notifications-content::-webkit-scrollbar-thumb{background:#8b5cf64d;border-radius:9999px}.notifications-content::-webkit-scrollbar-thumb:hover{background:#8b5cf680}.notification-item{padding:1.5rem;background:#ffffff08;border-radius:.75rem;border:1px solid rgba(255,255,255,.05);transition:all .3s ease-in-out}@media (max-width: 768px){.notification-item{padding:1rem;border-radius:.5rem}}@media (max-width: 640px){.notification-item{padding:.5rem 1rem}}@media (max-width: 480px){.notification-item{padding:.5rem;border-radius:.375rem}}.notification-item:hover{background:#ffffff0d;border-color:#ffffff1a}@media (max-width: 640px){.notification-item:hover{background:#ffffff0a}}.notification-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.25rem;gap:.5rem}@media (max-width: 640px){.notification-header-row{flex-direction:column;gap:.25rem;align-items:flex-start}}.notification-title{font-size:1rem;font-weight:700;color:#fff;margin:0;flex:1;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 640px){.notification-title{font-size:.875rem;width:100%}}@media (max-width: 480px){.notification-title{font-size:.75rem}}.notification-header-meta{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.notification-timestamp{font-size:.75rem;color:#b8c5d6;white-space:nowrap;flex-shrink:0}@media (max-width: 640px){.notification-timestamp{font-size:10px}}.notification-delete-one{width:24px;height:24px;border-radius:.375rem;background:transparent;border:1px solid rgba(255,255,255,.1);color:#b8c5d6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;flex-shrink:0;touch-action:manipulation}.notification-delete-one:hover:not(:disabled){background:#ef444426;border-color:#ef44444d;color:#f87171}.notification-delete-one:active:not(:disabled){transform:scale(.92)}.notification-delete-one:disabled{opacity:.5;cursor:not-allowed}.notification-delete-one svg{width:12px;height:12px}@media (max-width: 640px){.notification-delete-one{width:28px;height:28px}.notification-delete-one svg{width:14px;height:14px}}.notification-description{font-size:.875rem;color:#b8c5d6;margin:.25rem 0 0;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 640px){.notification-description{font-size:.75rem;line-height:1.4}}@media (max-width: 480px){.notification-description{font-size:11px}}.notification-code-block{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:1rem;padding:1rem;background:#0000004d;border-radius:.5rem;border:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.notification-code-block{padding:.5rem 1rem;gap:.25rem}}@media (max-width: 640px){.notification-code-block{padding:.5rem;margin-top:.5rem;gap:.25rem}}@media (max-width: 480px){.notification-code-block{padding:.25rem .5rem}}.notification-code{font-size:1rem;font-weight:600;color:#3b82f6;font-family:Courier New,monospace;letter-spacing:1px;flex:1;word-break:break-all;overflow-wrap:break-word;min-width:0;text-align:left}@media (max-width: 640px){.notification-code{font-size:.875rem;letter-spacing:.5px}}@media (max-width: 480px){.notification-code{font-size:.75rem}}.notification-copy-button{width:32px;height:32px;border-radius:.5rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:#3b82f6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;flex-shrink:0;touch-action:manipulation}@media (max-width: 640px){.notification-copy-button{width:36px;height:36px}}@media (max-width: 480px){.notification-copy-button{width:40px;height:40px}}.notification-copy-button:hover{background:#3b82f633;border-color:#3b82f666;transform:scale(1.1)}@media (max-width: 640px){.notification-copy-button:hover{transform:scale(1.05)}}.notification-copy-button:active{transform:scale(.95);background:#3b82f64d}.notification-copy-button svg{width:14px;height:14px}@media (max-width: 640px){.notification-copy-button svg{width:16px;height:16px}}.notifications-loading,.notifications-empty{display:flex;align-items:center;justify-content:center;padding:4rem;color:#b8c5d6;font-size:1rem;text-align:center}@media (max-width: 768px){.notifications-loading,.notifications-empty{padding:3rem}}@media (max-width: 640px){.notifications-loading,.notifications-empty{padding:2rem;font-size:.875rem}}@media (max-width: 480px){.notifications-loading,.notifications-empty{padding:1.5rem;font-size:.75rem}}.notification-item{cursor:pointer}.notification-item:active{transform:scale(.98)}.daily-challenge-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:radial-gradient(1200px 600px at 50% 20%,rgba(124,58,237,.15),transparent 55%),#0000008c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-start;justify-content:center;padding:90px 16px 28px;animation:fadeInOverlay .3s ease-out}.daily-challenge-overlay.closing{animation:fadeOutOverlay .3s ease-out}.daily-challenge-dialog{width:min(1040px,100%);background:linear-gradient(180deg,#03050cf2,#02040af2);border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:0 30px 120px #000000a6;overflow:hidden;outline:none;animation:fadeInDialog .4s cubic-bezier(.4,0,.2,1)}.daily-challenge-overlay.closing .daily-challenge-dialog{animation:fadeOutDialog .4s cubic-bezier(.4,0,.2,1)}.daily-challenge-header{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 0}.daily-challenge-close{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.daily-challenge-close:hover{transform:translateY(-1px);background:#ffffff0f;border-color:#ffffff24}.daily-challenge-close:active{transform:translateY(0)}.daily-challenge-content{padding:10px 28px 28px;text-align:center}.daily-challenge-title{font-size:clamp(36px,4vw,56px);line-height:1.05;margin:0;color:#fff;letter-spacing:-.02em;text-shadow:0 12px 40px rgba(0,0,0,.5)}.daily-challenge-subtitle{margin:14px auto 0;max-width:720px;color:#ffffffbf;font-size:18px;line-height:1.6}.daily-difficulty-grid{margin-top:46px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.daily-difficulty-card{text-align:left;padding:22px 22px 20px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;cursor:pointer;position:relative;overflow:hidden;min-height:220px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease,border-width .22s ease}.daily-difficulty-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(700px 240px at 25% 10%,rgba(255,255,255,.08),transparent 55%);opacity:0;transition:opacity .22s ease;pointer-events:none}.daily-difficulty-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;opacity:0;transition:opacity .22s ease;pointer-events:none}.daily-difficulty-card:hover{transform:translateY(-6px);box-shadow:0 24px 70px #00000073;border-color:#ffffff24;background:#ffffff0a}.daily-difficulty-card:hover:after{opacity:1}.daily-difficulty-card:hover:before{opacity:1}.daily-difficulty-card:hover .daily-difficulty-cta{color:#fff}.daily-difficulty-card:hover .daily-difficulty-checkmark{opacity:1;transform:translate(0)}.daily-difficulty-card:active{transform:translateY(-2px)}.daily-difficulty-card:focus-visible{outline:2px solid rgba(139,92,246,.7);outline-offset:3px}.daily-difficulty-watermark{position:absolute;right:14px;top:50%;transform:translateY(-48%);width:170px;height:170px;color:#ffffff14;filter:blur(0px);pointer-events:none;z-index:0}.daily-difficulty-watermark svg{width:100%;height:100%}.daily-difficulty-icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);margin-bottom:16px;position:relative;z-index:1}.daily-difficulty-name{margin:0;font-size:28px;letter-spacing:-.01em;position:relative;z-index:1}.daily-difficulty-desc{margin:12px 0 0;color:#ffffffad;font-size:16px;line-height:1.65;position:relative;z-index:1}.daily-difficulty-cta{display:inline-flex;align-items:center;gap:8px;margin-top:32px;color:#ffffffbf;font-weight:600;position:relative;z-index:1;transition:color .22s ease}.daily-difficulty-checkmark{opacity:0;transform:translate(-4px);transition:opacity .22s ease,transform .22s ease;flex-shrink:0}.daily-difficulty-card--easy{border-color:#22c55e38}.daily-difficulty-card--easy .daily-difficulty-icon,.daily-difficulty-card--easy .daily-difficulty-name{color:#22c55e}.daily-difficulty-card--easy .daily-difficulty-watermark{color:#22c55e1f}.daily-difficulty-card--easy:before{background:#22c55e}.daily-difficulty-card--easy:hover{border-color:#22c55e73;border-bottom-color:#22c55e;border-bottom-width:2px}.daily-difficulty-card--easy:hover .daily-difficulty-checkmark{color:#22c55e}.daily-difficulty-card--medium{border-color:#fbbf2438}.daily-difficulty-card--medium .daily-difficulty-icon,.daily-difficulty-card--medium .daily-difficulty-name{color:#fbbf24}.daily-difficulty-card--medium .daily-difficulty-watermark{color:#fbbf241f}.daily-difficulty-card--medium:before{background:#fbbf24}.daily-difficulty-card--medium:hover{border-color:#fbbf2473;border-bottom-color:#fbbf24;border-bottom-width:2px}.daily-difficulty-card--medium:hover .daily-difficulty-checkmark{color:#fbbf24}.daily-difficulty-card--hard{border-color:#f8717138}.daily-difficulty-card--hard .daily-difficulty-icon,.daily-difficulty-card--hard .daily-difficulty-name{color:#fb7185}.daily-difficulty-card--hard .daily-difficulty-watermark{color:#fb71851f}.daily-difficulty-card--hard:before{background:#fb7185}.daily-difficulty-card--hard:hover{border-color:#f8717173;border-bottom-color:#fb7185;border-bottom-width:2px}.daily-difficulty-card--hard:hover .daily-difficulty-checkmark{color:#fb7185}.daily-challenge-cancel{margin-top:42px;background:transparent;border:none;color:#ffffff8c;font-size:16px;cursor:pointer;padding:8px 10px;transition:color .18s ease,transform .18s ease}.daily-challenge-cancel:hover{color:#fffc;transform:translateY(-1px)}@media (max-width: 980px){.daily-challenge-overlay{padding-top:78px}.daily-difficulty-grid{grid-template-columns:1fr;gap:14px;margin-top:28px}.daily-difficulty-card{min-height:190px}.daily-difficulty-watermark{width:150px;height:150px;right:10px;transform:translateY(-50%)}}.activation-code-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:radial-gradient(1200px 600px at 50% 20%,rgba(124,58,237,.15),transparent 55%),#000000a6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-start;justify-content:center;padding:80px 20px 20px;animation:fadeInOverlay .3s ease-out}.activation-code-overlay.closing{animation:fadeOutOverlay .3s ease-out}.activation-code-dialog{width:min(440px,100%);background:linear-gradient(180deg,#03050cfa,#02040afa);border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:0 30px 120px #000000b3;overflow:hidden;outline:none;animation:fadeInDialog .4s cubic-bezier(.4,0,.2,1)}.activation-code-overlay.closing .activation-code-dialog{animation:fadeOutDialog .4s cubic-bezier(.4,0,.2,1)}.activation-code-header{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 0}.activation-code-close{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.activation-code-close:hover{transform:translateY(-1px);background:#ffffff0f;border-color:#ffffff24}.activation-code-close:active{transform:translateY(0)}.activation-code-content{padding:20px 32px 32px;text-align:center;display:flex;flex-direction:column;align-items:center}.activation-code-icon{margin-bottom:24px}.activation-code-icon-circle{width:100px;height:100px;border-radius:50%;border:3px solid #22c55e;background:#22c55e26;display:inline-flex;align-items:center;justify-content:center;color:#22c55e;box-shadow:0 0 30px #22c55e4d}.activation-code-title{font-size:clamp(32px,4vw,42px);line-height:1.1;margin:0 0 12px;color:#fff;letter-spacing:-.02em;font-weight:700}.activation-code-subtitle{margin:0 0 32px;color:#ffffffb3;font-size:16px;line-height:1.6;max-width:400px}.activation-code-panel{width:100%;padding:20px 24px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#0000004d;margin-bottom:28px;text-align:left}.activation-code-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff9;margin-bottom:10px}.activation-code-value{font-size:clamp(24px,3vw,32px);font-weight:700;letter-spacing:.02em;color:#3b82f6;font-family:Courier New,monospace;word-break:break-all;text-shadow:0 0 20px rgba(59,130,246,.4)}.activation-code-continue{width:100%;padding:16px 24px;border-radius:12px;border:none;background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.activation-code-continue:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.activation-code-continue:active{transform:translateY(0)}.activation-code-continue:focus-visible{outline:2px solid rgba(59,130,246,.7);outline-offset:3px}@media (max-width: 600px){.activation-code-overlay{padding:16px}.activation-code-content{padding:20px 24px 28px}.activation-code-icon-circle{width:80px;height:80px}.activation-code-icon-circle svg{width:36px;height:36px}.activation-code-panel{padding:16px 20px}}.confirm-entry-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;cursor:pointer;background:radial-gradient(1200px 600px at 50% 20%,rgba(124,58,237,.15),transparent 55%),#000000a6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-start;justify-content:center;padding:113px 24px 24px;min-height:100vh;min-height:100dvh;box-sizing:border-box;animation:fadeInOverlay .3s ease-out;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.confirm-entry-overlay::-webkit-scrollbar{display:none}.confirm-entry-overlay.closing{animation:fadeOutOverlay .3s ease-out}@media (max-width: 1024px){.confirm-entry-overlay{padding-top:97px;padding-left:20px;padding-right:20px}}@media (max-width: 768px){.confirm-entry-overlay{padding:89px 16px 20px}}@media (max-width: 640px){.confirm-entry-overlay{padding:81px 12px 16px}}@media (max-width: 480px){.confirm-entry-overlay{padding:81px 10px 12px}}@media (max-width: 360px){.confirm-entry-overlay{padding:81px 8px 10px}}@supports (padding: max(0px)){.confirm-entry-overlay{padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right));padding-top:max(88px + 25px,env(safe-area-inset-top) + 25px);padding-bottom:max(24px,env(safe-area-inset-bottom))}@media (max-width: 1024px){.confirm-entry-overlay{padding-top:max(72px + 25px,env(safe-area-inset-top) + 25px)}}@media (max-width: 768px){.confirm-entry-overlay{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-top:max(64px + 25px,env(safe-area-inset-top) + 25px);padding-bottom:max(20px,env(safe-area-inset-bottom))}}@media (max-width: 480px){.confirm-entry-overlay{padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right));padding-top:max(56px + 25px,env(safe-area-inset-top) + 25px);padding-bottom:max(12px,env(safe-area-inset-bottom))}}@media (max-width: 360px){.confirm-entry-overlay{padding-left:max(8px,env(safe-area-inset-left));padding-right:max(8px,env(safe-area-inset-right));padding-top:max(56px + 25px,env(safe-area-inset-top) + 25px);padding-bottom:max(10px,env(safe-area-inset-bottom))}}}.confirm-entry-dialog{width:min(480px,100%);max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);background:linear-gradient(180deg,#03050cfa,#02040afa);border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:0 30px 120px #000000b3;overflow:hidden;outline:none;animation:fadeInDialog .4s cubic-bezier(.4,0,.2,1);margin:0 auto;display:flex;flex-direction:column;position:relative;flex-shrink:0;cursor:default}.confirm-entry-dialog .confirm-entry-back{position:absolute;top:16px;left:16px;z-index:10}.confirm-entry-dialog .create-pool-modal-close{min-width:44px;min-height:44px;padding:10px}.confirm-entry-overlay.closing .confirm-entry-dialog{animation:fadeOutDialog .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.confirm-entry-dialog{width:min(450px,100%);max-width:calc(100vw - 32px);max-height:calc(100dvh - 40px);border-radius:18px}}@media (max-width: 640px){.confirm-entry-dialog{width:min(100%,420px);max-width:calc(100vw - 24px);max-height:calc(100dvh - 32px);border-radius:16px}}@media (max-width: 480px){.confirm-entry-dialog{width:100%;max-width:calc(100vw - 20px);max-height:calc(100dvh - 24px);border-radius:14px}}@media (max-width: 380px){.confirm-entry-dialog{max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:14px}}@media (max-width: 360px){.confirm-entry-dialog{max-width:calc(100vw - 12px);max-height:calc(100dvh - 12px);border-radius:12px}}@media (max-width: 320px){.confirm-entry-dialog{max-width:100vw;max-height:calc(100dvh - 8px);border-radius:10px}}.confirm-entry-content{padding:32px;text-align:center;display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;gap:0;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.confirm-entry-content::-webkit-scrollbar{display:none}@media (max-width: 768px){.confirm-entry-content{padding:28px 24px;gap:4px}}@media (max-width: 640px){.confirm-entry-content{padding:24px 20px;align-items:stretch;text-align:left;gap:8px}}@media (max-width: 480px){.confirm-entry-content{padding:18px 14px;align-items:stretch;gap:10px}}@media (max-width: 380px){.confirm-entry-content{padding:14px 12px;gap:8px}}@media (max-width: 360px){.confirm-entry-content{padding:12px 10px;gap:6px}}@media (max-width: 320px){.confirm-entry-content{padding:10px 8px;gap:6px}}.confirm-entry-content form{width:100%;min-width:0;display:flex;flex-direction:column;gap:12px}@media (max-width: 480px){.confirm-entry-content form{gap:10px}}@media (max-width: 360px){.confirm-entry-content form{gap:8px}}.confirm-entry-content>*{width:100%;max-width:100%;min-width:0;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.confirm-entry-content input,.confirm-entry-content select,.confirm-entry-content textarea{width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 480px){.confirm-entry-content input,.confirm-entry-content select,.confirm-entry-content textarea{font-size:16px;min-height:44px;padding:12px 14px}}@media (max-width: 360px){.confirm-entry-content input,.confirm-entry-content select,.confirm-entry-content textarea{min-height:44px;padding:10px 12px}}@media (max-width: 480px){.confirm-entry-content .quick-amounts,.confirm-entry-content div[style*="display: flex"][style*=gap]{gap:6px!important;flex-wrap:wrap}.confirm-entry-content .quick-amounts button,.confirm-entry-content div[style*="display: flex"][style*=gap] button{padding:10px 12px!important;font-size:.8125rem!important;flex:1 1 auto;min-width:calc(50% - 3px);min-height:44px}}@media (max-width: 360px){.confirm-entry-content .quick-amounts,.confirm-entry-content div[style*="display: flex"][style*=gap]{gap:6px!important}.confirm-entry-content .quick-amounts button,.confirm-entry-content div[style*="display: flex"][style*=gap] button{min-width:100%}}@media (max-width: 480px){.confirm-entry-content label{font-size:.8125rem!important}}@media (max-width: 360px){.confirm-entry-content label{font-size:.75rem!important}}@media (max-width: 480px){.confirm-entry-content div[style*=padding][style*=background]{padding:10px 12px!important;font-size:.7rem!important;line-height:1.5!important}}@media (max-width: 360px){.confirm-entry-content div[style*=padding][style*=background]{padding:8px 10px!important;font-size:.6875rem!important}}.confirm-entry-icon{margin-bottom:20px;margin-top:0;flex-shrink:0}@media (max-width: 768px){.confirm-entry-icon{margin-top:0}}@media (max-width: 640px){.confirm-entry-icon{margin-bottom:16px;margin-top:0}}@media (max-width: 480px){.confirm-entry-icon{margin-bottom:12px;margin-top:0}}@media (max-width: 360px){.confirm-entry-icon{margin-bottom:10px}}.confirm-entry-icon-circle{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#f97316,#ea580c);display:inline-flex;align-items:center;justify-content:center;color:#fbbf24;box-shadow:0 0 30px #f9731666}@media (max-width: 768px){.confirm-entry-icon-circle{width:65px;height:65px}.confirm-entry-icon-circle svg{width:30px;height:30px}}@media (max-width: 640px){.confirm-entry-icon-circle{width:60px;height:60px}.confirm-entry-icon-circle svg{width:28px;height:28px}}@media (max-width: 480px){.confirm-entry-icon-circle{width:50px;height:50px}.confirm-entry-icon-circle svg{width:24px;height:24px}}@media (max-width: 360px){.confirm-entry-icon-circle{width:44px;height:44px}.confirm-entry-icon-circle svg{width:22px;height:22px}}.confirm-entry-title{font-size:clamp(24px,3.5vw,36px);line-height:1.2;margin:0 0 8px;color:#fff;letter-spacing:-.02em;font-weight:700;word-break:break-word}@media (max-width: 640px){.confirm-entry-title{font-size:clamp(22px,4vw,28px);margin:0 0 6px}}@media (max-width: 480px){.confirm-entry-title{font-size:clamp(18px,4.5vw,24px);margin:0 0 4px;line-height:1.25}}@media (max-width: 360px){.confirm-entry-title{font-size:clamp(16px,5vw,20px);margin:0 0 2px}}.confirm-entry-subtitle{margin:0 0 28px;color:#ffffffb3;font-size:15px;line-height:1.5}@media (max-width: 768px){.confirm-entry-subtitle{font-size:14px;margin:0 0 24px}}@media (max-width: 640px){.confirm-entry-subtitle{font-size:13px;margin:0 0 20px;line-height:1.4}}@media (max-width: 480px){.confirm-entry-subtitle{font-size:12px;margin:0 0 16px}}@media (max-width: 360px){.confirm-entry-subtitle{font-size:11px;margin:0 0 12px;line-height:1.4}}.confirm-entry-pool-name{color:#3b82f6;font-weight:600;word-break:break-word}.confirm-entry-info{display:flex;align-items:flex-start;gap:10px;margin:0 0 20px;padding:12px 14px;border-radius:10px;background:#3b82f61f;border:1px solid rgba(59,130,246,.3);color:#ffffffd9;font-size:13px;line-height:1.45}.confirm-entry-info:before{content:"";flex-shrink:0;width:20px;height:20px;margin-top:1px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4M12 8h.01'/%3E%3C/svg%3E") no-repeat center;background-size:contain}@media (max-width: 768px){.confirm-entry-info{font-size:12px;padding:10px 12px;margin:0 0 18px;gap:8px}}@media (max-width: 480px){.confirm-entry-info{font-size:11px;padding:10px 12px;margin:0 0 16px}}.confirm-entry-bank-details{width:100%;margin-bottom:24px;text-align:left;padding:18px 20px;border-radius:12px;border:1px solid rgba(139,92,246,.4);background:#8b5cf626;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 640px){.confirm-entry-bank-details{padding:14px 16px;margin-bottom:20px;border-radius:10px}}@media (max-width: 480px){.confirm-entry-bank-details{padding:12px 14px;margin-bottom:16px;border-radius:8px}}@media (max-width: 360px){.confirm-entry-bank-details{padding:10px 12px;margin-bottom:12px;border-radius:6px}}.confirm-entry-bank-hint{font-size:12px;color:#ffffff8c;margin:0 0 10px;line-height:1.4;display:flex;align-items:center;gap:6px}.confirm-entry-bank-hint:before{content:"💡";font-size:14px}@media (max-width: 640px){.confirm-entry-bank-hint{font-size:11px;margin:0 0 8px;gap:5px}}@media (max-width: 480px){.confirm-entry-bank-hint{font-size:10px}}.confirm-entry-bank-copy-value{display:inline;padding:2px 6px;margin:0 -2px;border:none;border-radius:6px;background:transparent;color:#fffffff2;font-size:inherit;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.confirm-entry-bank-copy-value:hover{background:#8b5cf64d;color:#e9d5ff}.confirm-entry-bank-copy-value:active{background:#8b5cf666}.confirm-entry-bank-copy-value:focus-visible{outline:2px solid rgba(139,92,246,.6);outline-offset:2px}.confirm-entry-bank-label{font-size:13px;color:#fffffff2;font-weight:700;margin:0 0 14px;text-transform:uppercase;letter-spacing:.8px}@media (max-width: 640px){.confirm-entry-bank-label{font-size:12px;margin:0 0 12px;letter-spacing:.6px}}@media (max-width: 480px){.confirm-entry-bank-label{font-size:11px;margin:0 0 10px}}.confirm-entry-bank-info{display:flex;flex-direction:column;gap:10px}@media (max-width: 640px){.confirm-entry-bank-info{gap:8px}}.confirm-entry-bank-info p{margin:0;font-size:15px;color:#ffffffd9;line-height:1.7}@media (max-width: 640px){.confirm-entry-bank-info p{font-size:14px;line-height:1.6}}@media (max-width: 480px){.confirm-entry-bank-info p{font-size:13px;line-height:1.5}}.confirm-entry-bank-info p strong{color:#fff;font-weight:600;margin-right:10px}@media (max-width: 480px){.confirm-entry-bank-info p strong{margin-right:6px}}.confirm-entry-balance-card{width:100%;padding:20px 24px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#0000004d;margin-bottom:24px;text-align:left}@media (max-width: 768px){.confirm-entry-balance-card{padding:18px 22px;margin-bottom:22px}}@media (max-width: 640px){.confirm-entry-balance-card{padding:16px 20px;margin-bottom:20px;border-radius:12px}}@media (max-width: 480px){.confirm-entry-balance-card{padding:14px 16px;margin-bottom:16px;border-radius:10px}}@media (max-width: 360px){.confirm-entry-balance-card{padding:12px 14px;margin-bottom:12px;border-radius:8px}}.confirm-entry-balance-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;flex-wrap:wrap}@media (max-width: 480px){.confirm-entry-balance-row{margin-bottom:12px;gap:8px}}@media (max-width: 360px){.confirm-entry-balance-row{margin-bottom:10px;gap:6px}}.confirm-entry-balance-row:last-of-type{margin-bottom:0}.confirm-entry-balance-label{font-size:14px;color:#ffffffb3;font-weight:500;flex-shrink:0}@media (max-width: 640px){.confirm-entry-balance-label{font-size:13px}}@media (max-width: 480px){.confirm-entry-balance-label{font-size:12px}}.confirm-entry-balance-value{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:#fff;flex-shrink:0;min-width:0;word-break:break-all;text-align:right}@media (max-width: 640px){.confirm-entry-balance-value{font-size:14px;gap:4px}}@media (max-width: 480px){.confirm-entry-balance-value{font-size:13px;gap:4px}}@media (max-width: 360px){.confirm-entry-balance-value{font-size:12px}}.confirm-entry-balance-value svg{flex-shrink:0;color:#fff9}@media (max-width: 480px){.confirm-entry-balance-value svg{width:14px;height:14px}}.confirm-entry-balance-divider{height:1px;background:#ffffff1a;margin:16px 0}@media (max-width: 640px){.confirm-entry-balance-divider{margin:14px 0}}@media (max-width: 480px){.confirm-entry-balance-divider{margin:12px 0}}.confirm-entry-balance-remaining{font-size:16px;font-weight:700;color:#22c55e}@media (max-width: 640px){.confirm-entry-balance-remaining{font-size:15px}}@media (max-width: 480px){.confirm-entry-balance-remaining{font-size:14px}}.confirm-entry-pay-button{width:100%;padding:16px 24px;border-radius:12px;border:none;background:linear-gradient(90deg,#f97316,#fbbf24);color:#fff;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;margin-bottom:16px}@media (max-width: 768px){.confirm-entry-pay-button{padding:14px 22px;font-size:15px}}@media (max-width: 640px){.confirm-entry-pay-button{padding:14px 20px;font-size:15px;gap:6px;margin-bottom:14px;border-radius:10px}}@media (max-width: 480px){.confirm-entry-pay-button{padding:12px 18px;font-size:14px;gap:6px;margin-bottom:12px;border-radius:8px;min-height:44px}}@media (max-width: 360px){.confirm-entry-pay-button{padding:12px 14px;font-size:13px;margin-bottom:10px;border-radius:8px;min-height:44px}}.confirm-entry-pay-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f9731666}.confirm-entry-pay-button:active{transform:translateY(0)}.confirm-entry-pay-button:focus-visible{outline:2px solid rgba(249,115,22,.7);outline-offset:3px}.confirm-entry-pay-button svg{flex-shrink:0}@media (max-width: 480px){.confirm-entry-pay-button svg{width:16px;height:16px}}.confirm-entry-cancel{background:transparent;border:none;color:#ffffff8c;font-size:15px;cursor:pointer;padding:8px 10px;transition:color .18s ease,transform .18s ease}@media (max-width: 640px){.confirm-entry-cancel{font-size:14px;padding:6px 8px}}@media (max-width: 480px){.confirm-entry-cancel{font-size:13px;padding:10px 12px;min-height:44px}}@media (max-width: 360px){.confirm-entry-cancel{font-size:12px;padding:8px 10px}}.confirm-entry-cancel:hover{color:#fffc;transform:translateY(-1px)}.confirm-entry-loading{width:100%;padding:16px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}@media (max-width: 640px){.confirm-entry-loading{padding:14px 20px;gap:14px;margin-bottom:14px}}@media (max-width: 480px){.confirm-entry-loading{padding:12px 18px;gap:12px;margin-bottom:12px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.confirm-entry-loading-spinner{width:32px;height:32px;border:3px solid rgba(249,115,22,.2);border-top-color:#f97316;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 640px){.confirm-entry-loading-spinner{width:28px;height:28px;border-width:2.5px}}@media (max-width: 480px){.confirm-entry-loading-spinner{width:24px;height:24px;border-width:2px}}.confirm-entry-loading-text{color:#fffc;font-size:15px;font-weight:500;text-align:center}@media (max-width: 640px){.confirm-entry-loading-text{font-size:14px}}@media (max-width: 480px){.confirm-entry-loading-text{font-size:13px}}.payment-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;background:radial-gradient(1200px 600px at 50% 20%,rgba(124,58,237,.15),transparent 55%),#000000a6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:82px 20px 20px;animation:fadeInOverlay .3s ease-out}.payment-success-overlay.closing{animation:fadeOutOverlay .3s ease-out}.payment-success-dialog{position:relative;width:min(480px,100%);background:linear-gradient(180deg,#03050cfa,#02040afa);border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:0 30px 120px #000000b3;overflow:hidden;outline:none;animation:fadeInDialog .4s cubic-bezier(.4,0,.2,1)}.payment-success-dialog .payment-success-back{position:absolute;top:16px;left:16px;z-index:10}.payment-success-overlay.closing .payment-success-dialog{animation:fadeOutDialog .4s cubic-bezier(.4,0,.2,1)}.payment-success-content{padding:32px;text-align:center;display:flex;flex-direction:column;align-items:center}.payment-success-icon{margin-bottom:24px}.payment-success-icon-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:inline-flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 0 30px #22c55e66}.payment-success-icon-circle--error{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 0 30px #ef444466}.payment-success-title{font-size:clamp(28px,3.5vw,36px);line-height:1.1;margin:0 0 12px;color:#fff;letter-spacing:-.02em;font-weight:700}.payment-success-subtitle{margin:0 0 28px;color:#ffffffb3;font-size:15px;line-height:1.6;max-width:400px}.payment-success-code-panel{width:100%;padding:20px 24px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#0000004d;margin-bottom:28px;text-align:left}.payment-success-code-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff9;margin-bottom:10px}.payment-success-code-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.payment-success-code-value{flex:1;min-width:0;font-size:clamp(24px,3vw,32px);font-weight:700;letter-spacing:.02em;color:#3b82f6;font-family:Courier New,monospace;word-break:break-all;text-shadow:0 0 20px rgba(59,130,246,.4)}.payment-success-copy-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:10px;border:1px solid rgba(59,130,246,.4);background:#3b82f626;color:#60a5fa;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.payment-success-copy-btn:hover{background:#3b82f640;border-color:#3b82f699;color:#93c5fd}.payment-success-copy-btn:active{transform:scale(.98)}.payment-success-copy-btn:focus-visible{outline:2px solid rgba(59,130,246,.6);outline-offset:2px}.payment-success-copy-btn svg{flex-shrink:0}.payment-success-copy-btn--below{width:100%;justify-content:center;margin-top:10px}.payment-success-code-input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 16px;font-size:clamp(20px,2.5vw,28px);font-weight:600;letter-spacing:.02em;color:#fff;text-align:center;text-transform:uppercase;font-family:Courier New,monospace;margin-top:8px;transition:all .2s ease}.payment-success-code-input:focus{outline:none;border-color:#3b82f680;background:#ffffff14;box-shadow:0 0 0 3px #3b82f61a}.payment-success-code-input::placeholder{color:#ffffff4d;text-transform:none;letter-spacing:normal}.payment-success-code-input:disabled{opacity:.5;cursor:not-allowed}.payment-success-continue{width:100%;padding:16px 24px;border-radius:12px;border:none;background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.payment-success-continue:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.payment-success-continue:active{transform:translateY(0)}.payment-success-continue:focus-visible{outline:2px solid rgba(59,130,246,.7);outline-offset:3px}.payment-success-continue:disabled{opacity:.5;cursor:not-allowed;transform:none}.payment-success-continue:disabled:hover{transform:none;box-shadow:none}@media (max-width: 600px){.payment-success-overlay{padding:60px 16px 16px}.payment-success-content{padding:24px 20px}.payment-success-icon-circle{width:80px;height:80px}.payment-success-icon-circle svg{width:36px;height:36px}.payment-success-code-panel{padding:16px 20px}.payment-success-code-row{gap:10px}.payment-success-code-value{font-size:clamp(18px,4.5vw,24px)}.payment-success-copy-btn{padding:8px 12px;font-size:12px;gap:5px}.payment-success-copy-btn svg{width:16px;height:16px}.payment-success-copy-btn--below{margin-top:8px;padding:10px 12px}}@media (max-width: 380px){.payment-success-overlay{padding:50px 12px 12px}.payment-success-content{padding:20px 16px}.payment-success-code-panel{padding:14px 16px}.payment-success-code-row{flex-direction:column;align-items:stretch}.payment-success-copy-btn{width:100%;justify-content:center}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes fadeOutOverlay{0%{opacity:1}to{opacity:0}}@keyframes fadeInDialog{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeOutDialog{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.95)}}.word-input-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;background:radial-gradient(1200px 600px at 50% 20%,rgba(124,58,237,.15),transparent 55%),#000000a6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:82px 16px 16px;animation:fadeInOverlay .3s ease-out}.word-input-overlay.closing{animation:fadeOutOverlay .3s ease-out}.word-input-dialog{width:min(420px,100% - 32px);max-height:calc(100vh - 100px);background:linear-gradient(180deg,#03050cfa,#02040afa);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 30px 120px #000000b3;overflow-y:auto;outline:none;animation:fadeInDialog .4s cubic-bezier(.4,0,.2,1)}.word-input-overlay.closing .word-input-dialog{animation:fadeOutDialog .4s cubic-bezier(.4,0,.2,1)}.word-input-content{padding:28px 24px 24px;text-align:center;display:flex;flex-direction:column;align-items:center}.word-input-icon{margin-bottom:16px}.word-input-icon-circle{width:60px;height:60px;border-radius:50%;border:2px solid rgba(139,92,246,.5);background:#8b5cf61a;display:inline-flex;align-items:center;justify-content:center;color:#8b5cf6cc;box-shadow:0 0 30px #8b5cf633}.word-input-icon-circle svg{width:24px;height:24px}.word-input-title{font-size:clamp(24px,3vw,28px);line-height:1.2;margin:0 0 8px;color:#fff;letter-spacing:-.02em;font-weight:700}.word-input-subtitle{margin:0 0 16px;color:#ffffffb3;font-size:14px;line-height:1.5;max-width:100%}.word-input-progress{display:flex;gap:6px;margin-bottom:20px;justify-content:center}.word-input-progress-dot{width:32px;height:3px;border-radius:2px;background:#fff3;transition:background .3s ease}.word-input-progress-dot.active{background:#ffffffe6}.word-input-fields{width:100%;display:flex;flex-direction:column;gap:18px;margin-bottom:12px}.word-input-field-group{text-align:left;width:100%}.word-input-label{display:block;font-size:13px;font-weight:600;color:#fff;margin-bottom:8px}.word-input-field{width:100%;padding:14px 16px;border-radius:12px;border:2px solid rgba(139,92,246,.5);background:#0000004d;color:#fff;font-size:20px;font-weight:700;letter-spacing:.1em;text-align:center;text-transform:uppercase;font-family:Courier New,monospace;transition:border-color .3s ease,background .3s ease,box-shadow .3s ease;outline:none}.word-input-field::placeholder{color:#fff6;font-weight:400}.word-input-field:focus{border-color:#8b5cf6e6;background:#0006;box-shadow:0 0 20px #8b5cf64d}.word-input-field.error{border-color:#ef4444b3;background:#ef44441a}.word-input-field.error:focus{border-color:#ef4444e6;box-shadow:0 0 20px #ef44444d}.word-input-error{display:block;margin-top:4px;font-size:11px;color:#ef4444;text-align:left}.word-input-helper{margin:0 0 20px;color:#ffffff80;font-size:12px;line-height:1.4}.word-input-actions{display:flex;gap:12px;align-items:center;width:100%}.word-input-back-button{flex-shrink:0;padding:14px 18px;border-radius:10px;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;font-size:15px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:transform .18s ease,background .18s ease}.word-input-back-button:hover:not(:disabled){background:#ffffff1f;transform:translateY(-1px)}.word-input-back-button:active:not(:disabled){transform:translateY(0)}.word-input-back-button:focus-visible{outline:2px solid rgba(139,92,246,.5);outline-offset:3px}.word-input-back-button:disabled{opacity:.6;cursor:not-allowed}.word-input-back-button svg{flex-shrink:0;width:16px;height:16px}.word-input-next-button{flex:1;min-width:0;padding:14px 20px;border-radius:10px;border:none;background:linear-gradient(90deg,#8b5cf6,#6366f1);color:#fff;font-size:15px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.word-input-next-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf666}.word-input-next-button:active{transform:translateY(0)}.word-input-next-button:focus-visible{outline:2px solid rgba(139,92,246,.7);outline-offset:3px}.word-input-next-button svg{flex-shrink:0;width:16px;height:16px}@media (max-width: 600px){.word-input-overlay{padding:82px 12px 12px}.word-input-dialog{width:calc(100% - 24px);max-height:calc(100vh - 96px)}.word-input-content{padding:24px 20px 20px}.word-input-icon{margin-bottom:12px}.word-input-icon-circle{width:50px;height:50px}.word-input-icon-circle svg{width:20px;height:20px}.word-input-title{font-size:22px;margin-bottom:6px}.word-input-subtitle{font-size:13px;margin-bottom:12px}.word-input-progress{margin-bottom:16px;gap:4px}.word-input-progress-dot{width:24px}.word-input-fields{gap:16px;margin-bottom:10px}.word-input-field{padding:12px 14px;font-size:18px}.word-input-helper{margin-bottom:16px;font-size:11px}.word-input-actions{gap:10px}.word-input-back-button{padding:12px 14px;font-size:14px}.word-input-next-button{padding:12px 18px;font-size:14px}}.submission-complete-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:16px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;animation:fadeInOverlay .4s ease-out;box-sizing:border-box}.submission-complete-overlay.closing{animation:fadeOutOverlay .4s ease-in}.submission-complete-dialog{position:relative;background:linear-gradient(135deg,#03050cfa,#02040afa);border-radius:24px;width:100%;max-width:500px;max-height:calc(100vh - 32px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;box-shadow:0 20px 60px #00000080;animation:fadeInDialog .4s ease-out;border:1px solid rgba(255,255,255,.1);box-sizing:border-box;margin:auto}.submission-complete-dialog .submission-complete-back{position:absolute;top:16px;left:16px;z-index:10}.submission-complete-overlay.closing .submission-complete-dialog{animation:fadeOutDialog .4s ease-in}.submission-complete-content{padding:40px 24px 24px;display:flex;flex-direction:column;gap:24px;min-height:0}.submission-complete-icon{display:flex;justify-content:center;margin-bottom:8px}.submission-complete-icon-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#fbbf24,#f59e0b);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #fbbf244d}.submission-complete-title{font-size:28px;font-weight:700;color:#fff;text-align:center;margin:0;line-height:1.2;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.submission-complete-subtitle{font-size:14px;color:#b8c5d6;text-align:center;margin:0;line-height:1.5;word-wrap:break-word}.submission-complete-words{display:flex;flex-direction:column;gap:12px;background:#ffffff0d;border-radius:16px;padding:16px;border:1px solid rgba(255,255,255,.1);min-height:0;max-height:40vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.submission-complete-word-item{display:flex;align-items:center;gap:16px;padding:12px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05);min-width:0}.submission-complete-word-number{font-size:12px;color:#b8c5d6;font-weight:500;min-width:32px;text-align:center}.submission-complete-word-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.submission-complete-word-correct{font-size:16px;font-weight:600;color:#fff;letter-spacing:.5px;word-break:break-word}.submission-complete-word-scrambled{font-size:12px;color:#b8c5d6;letter-spacing:.5px}.submission-complete-word-score{display:flex;align-items:center;gap:6px;color:#fbbf24;font-weight:600;font-size:16px}.submission-complete-word-score svg{width:16px;height:16px}.submission-complete-total{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#22c55e1a;border-radius:12px;border:1px solid rgba(34,197,94,.2)}.submission-complete-total-label{font-size:14px;color:#fff;font-weight:500}.submission-complete-total-value{display:flex;align-items:center;gap:8px;color:#22c55e;font-weight:700;font-size:20px}.submission-complete-total-value svg{width:16px;height:16px;stroke:currentColor}.submission-complete-code-section{display:flex;flex-direction:column;gap:12px}.submission-complete-code-title{font-size:16px;font-weight:600;color:#fff;margin:0}.submission-complete-code-input-wrapper{position:relative;width:100%}.submission-complete-code-input{width:100%;padding:14px 50px 14px 16px;min-height:48px;box-sizing:border-box;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:14px;font-weight:600;letter-spacing:2px;text-align:center;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.submission-complete-code-input::placeholder{color:#b8c5d6;letter-spacing:1px}.submission-complete-code-input:focus{outline:none;border-color:#3b82f6;background:#ffffff14;box-shadow:0 0 0 3px #3b82f61a}.submission-complete-code-input.error{border-color:#ef4444;background:#ef44441a}.submission-complete-code-input.verified{border-color:#22c55e;background:#22c55e1a}.submission-complete-code-input:disabled{opacity:.6;cursor:not-allowed}.submission-complete-code-verifying,.submission-complete-code-verified{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px;color:#b8c5d6;font-size:12px;pointer-events:none}.submission-complete-code-verified{color:#22c55e}.submission-complete-code-error{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:#ef4444;text-align:center;margin-top:8px;padding:8px 12px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;font-weight:500}.submission-complete-code-error:before{content:"⚠";font-size:14px}.submission-complete-code-success{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:#10b981;text-align:center;margin-top:8px;padding:8px 12px;background:#10b98126;border:1px solid rgba(16,185,129,.4);border-radius:8px;font-weight:500}.submission-complete-code-success:before{content:"✓";font-size:14px;font-weight:700;color:#10b981}.submission-complete-enter-button{width:100%;padding:16px;min-height:52px;box-sizing:border-box;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 12px #22c55e4d;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.submission-complete-enter-button:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66}.submission-complete-enter-button:active:not(.disabled){transform:translateY(0)}.submission-complete-enter-button.disabled,.submission-complete-enter-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;pointer-events:none}.submission-complete-enter-button svg{width:16px;height:16px}@media (max-width: 640px){.submission-complete-overlay{padding:12px;align-items:flex-start;padding-top:max(12px,env(safe-area-inset-top));padding-bottom:max(12px,env(safe-area-inset-bottom));padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.submission-complete-dialog{max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);border-radius:20px}.submission-complete-content{padding:28px 20px 20px;gap:20px}.submission-complete-icon-circle{width:64px;height:64px}.submission-complete-icon-circle svg{width:36px;height:36px}.submission-complete-title{font-size:24px}.submission-complete-subtitle{font-size:13px}.submission-complete-words{padding:12px;gap:10px;max-height:35vh}.submission-complete-word-item{padding:10px 12px;gap:12px}.submission-complete-word-number{min-width:28px;font-size:11px}.submission-complete-word-correct{font-size:15px}.submission-complete-word-scrambled{font-size:11px}.submission-complete-word-score{font-size:14px;flex-shrink:0}.submission-complete-total{padding:12px 16px}.submission-complete-total-label{font-size:13px}.submission-complete-total-value{font-size:18px}.submission-complete-code-section{gap:10px}.submission-complete-code-title{font-size:15px}.submission-complete-code-input{padding:12px 46px 12px 14px;min-height:48px;font-size:13px;letter-spacing:1px}.submission-complete-code-verifying,.submission-complete-code-verified{right:14px}.submission-complete-enter-button{padding:14px 16px;min-height:50px;font-size:15px}}@media (max-width: 480px){.submission-complete-overlay{padding:10px;padding-top:max(10px,env(safe-area-inset-top));padding-bottom:max(10px,env(safe-area-inset-bottom));padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right))}.submission-complete-dialog{border-radius:16px;max-height:calc(100vh - 20px);max-height:calc(100dvh - 20px)}.submission-complete-content{padding:24px 16px 20px;gap:18px}.submission-complete-icon{margin-bottom:4px}.submission-complete-icon-circle{width:56px;height:56px}.submission-complete-icon-circle svg{width:32px;height:32px}.submission-complete-title{font-size:22px;line-height:1.25}.submission-complete-subtitle{font-size:12px}.submission-complete-words{padding:10px;gap:8px;border-radius:12px;max-height:32vh}.submission-complete-word-item{padding:8px 10px;gap:10px;border-radius:10px}.submission-complete-word-number{min-width:24px;font-size:10px}.submission-complete-word-correct{font-size:14px}.submission-complete-word-scrambled{font-size:10px}.submission-complete-word-score{font-size:13px}.submission-complete-word-score svg{width:14px;height:14px}.submission-complete-total{padding:10px 12px;border-radius:10px}.submission-complete-total-label{font-size:12px}.submission-complete-total-value{font-size:16px}.submission-complete-total-value svg{width:14px;height:14px}.submission-complete-code-title{font-size:14px}.submission-complete-code-input{padding:12px 44px 12px 12px;min-height:48px;font-size:12px;letter-spacing:1px;border-radius:10px}.submission-complete-code-verifying,.submission-complete-code-verified{right:12px}.submission-complete-code-error,.submission-complete-code-success{font-size:11px;padding:6px 10px;margin-top:6px;border-radius:6px}.submission-complete-enter-button{padding:14px;min-height:48px;font-size:15px;border-radius:10px}}@media (max-width: 360px){.submission-complete-overlay{padding:8px;padding-top:max(8px,env(safe-area-inset-top));padding-bottom:max(8px,env(safe-area-inset-bottom));padding-left:max(8px,env(safe-area-inset-left));padding-right:max(8px,env(safe-area-inset-right))}.submission-complete-content{padding:20px 14px 18px;gap:16px}.submission-complete-icon-circle{width:48px;height:48px}.submission-complete-icon-circle svg{width:28px;height:28px}.submission-complete-title{font-size:20px}.submission-complete-subtitle{font-size:11px}.submission-complete-words{max-height:28vh}.submission-complete-word-item{padding:6px 8px;gap:8px}.submission-complete-word-correct{font-size:13px}.submission-complete-word-score span{font-size:12px}.submission-complete-total-value{font-size:15px}.submission-complete-enter-button{min-height:46px;font-size:14px}}.game-waiting-screen{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:100vh;min-height:100dvh;background:#0a0e27;display:flex;align-items:center;justify-content:center;z-index:2000;overflow-y:auto;overflow-x:hidden;padding:.25rem env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);padding-top:max(.25rem,env(safe-area-inset-top));-webkit-overflow-scrolling:touch;box-sizing:border-box}.game-waiting-screen .back-button--fixed{top:calc(96px + .75rem);z-index:2010}@media (max-width: 1024px){.game-waiting-screen .back-button--fixed{top:calc(80px + .75rem)}}@media (max-width: 768px){.game-waiting-screen .back-button--fixed{top:calc(72px + .75rem)}}@media (max-width: 640px){.game-waiting-screen .back-button--fixed{top:calc(64px + .75rem)}}@media (max-width: 480px){.game-waiting-screen .back-button--fixed{top:calc(64px + .75rem)}}.game-waiting-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem 1.25rem;max-width:min(900px,100%);width:100%;min-height:0;flex:1;gap:.75rem;box-sizing:border-box}.game-waiting-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #10b981;border-radius:9999px;background:#10b9811a;color:#fff;font-size:.9rem;font-weight:500}.game-waiting-badge svg{width:18px;height:18px;color:#10b981}.game-waiting-title{font-size:clamp(1.75rem,6vw,3rem);font-weight:700;color:#fff;text-align:center;margin:0;line-height:1.2}.game-waiting-subtitle{font-size:clamp(.95rem,2.5vw,1.15rem);color:#fff;text-align:center;margin:0;font-weight:400}.game-waiting-countdown{display:flex;align-items:center;gap:.75rem;margin:.5rem 0}.game-waiting-countdown-time{font-size:clamp(2.5rem,10vw,4rem);font-weight:700;color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.05em}.game-waiting-countdown-label{font-size:.9rem;color:#fff;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.game-waiting-stats{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:1rem;padding:.75rem 1.25rem;width:100%;max-width:min(500px,100%);background:#1a2332cc;border-radius:.75rem;border:1px solid rgba(59,130,246,.2);box-sizing:border-box}.game-waiting-stat{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:clamp(80px,20vw,110px)}.game-waiting-stat-label{font-size:.75rem;color:#fff;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.game-waiting-stat-value{font-size:clamp(1.1rem,3vw,1.5rem);font-weight:700;color:#fff}.game-waiting-stat-value--currency{color:#fbbf24}.game-waiting-stat-divider{width:1px;height:36px;background:#fff3}.game-waiting-tip{font-size:.9rem;color:#ffffffb3;text-align:center;margin-top:.5rem}@media (max-width: 480px){.game-waiting-container{padding:.5rem .75rem;gap:.5rem}.game-waiting-badge{padding:.4rem .75rem;font-size:.8rem}.game-waiting-badge svg{width:14px;height:14px}.game-waiting-title{font-size:clamp(1.35rem,5vw,1.75rem)}.game-waiting-subtitle{font-size:.85rem}.game-waiting-countdown{margin:.35rem 0;gap:.5rem}.game-waiting-countdown-time{font-size:clamp(2rem,8vw,2.5rem)}.game-waiting-countdown-label{font-size:.75rem}.game-waiting-stats{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.75rem;padding:.6rem .75rem}.game-waiting-stat{min-width:0;flex:1 1 auto}.game-waiting-stat-label{font-size:.65rem}.game-waiting-stat-value{font-size:clamp(1rem,3vw,1.25rem)}.game-waiting-stat-divider{width:100%;height:1px;flex-basis:100%}.game-waiting-tip{font-size:.8rem;margin-top:.35rem}}@media (max-width: 768px){.game-waiting-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}.game-waiting-stat-divider{width:100%;height:1px;flex-basis:100%}}@media (max-height: 560px){.game-waiting-container{padding:.5rem .75rem;gap:.4rem}.game-waiting-badge{padding:.35rem .65rem;font-size:.75rem}.game-waiting-title{font-size:clamp(1.2rem,4vw,1.5rem)}.game-waiting-subtitle{font-size:.8rem}.game-waiting-countdown{margin:.2rem 0}.game-waiting-countdown-time{font-size:clamp(1.75rem,6vh,2.25rem)}.game-waiting-countdown-label{font-size:.7rem}.game-waiting-stats{padding:.5rem .75rem;gap:.6rem}.game-waiting-stat-divider{height:28px}.game-waiting-stat-value{font-size:clamp(1rem,2.5vh,1.2rem)}.game-waiting-tip{font-size:.75rem;margin-top:.3rem}}.game-arena{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0e27;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2000;overflow-y:auto;overflow-x:hidden;padding:clamp(.75rem,3vw,1.5rem);padding-top:max(clamp(.75rem,3vw,1.5rem),env(safe-area-inset-top));padding-right:max(clamp(.75rem,3vw,1.5rem),env(safe-area-inset-right));padding-bottom:max(clamp(.75rem,3vw,1.5rem),env(safe-area-inset-bottom));padding-left:max(clamp(.75rem,3vw,1.5rem),env(safe-area-inset-left));gap:clamp(.5rem,2vw,1rem);-webkit-overflow-scrolling:touch;box-sizing:border-box}.game-arena-timer{display:flex;align-items:center;gap:.5rem;padding:clamp(.5rem,1.5vw,.75rem) clamp(1rem,3vw,1.5rem);background:#141b2dcc;border:1px solid rgba(34,211,238,.3);border-radius:clamp(.5rem,1.5vw,.75rem);color:#fff;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.05em;box-shadow:0 0 15px #22d3ee33}.game-arena-timer svg{width:16px;height:16px;color:#22d3ee;flex-shrink:0}.game-arena-timer--waiting{font-size:1.5rem;padding:1rem 1.5rem}.game-arena-timer--waiting svg{width:20px;height:20px}.game-arena-waiting{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;max-width:480px;text-align:center}.game-arena-waiting-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.game-arena-waiting-message{font-size:1rem;color:#ffffffb3;margin:0}.game-arena-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1rem,3vw,2rem);max-width:min(800px,100vw - 2rem);width:100%;min-width:0;padding:clamp(1rem,4vw,2rem);background:#141b2d99;border-radius:clamp(.5rem,2vw,1rem);border:1px solid rgba(59,130,246,.3);box-sizing:border-box;margin:auto}.game-arena-loading-next{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0a0e27d9;border-radius:1rem;z-index:10}.game-arena-loading-next-text{color:#22d3ee;font-size:1.125rem;font-weight:600;letter-spacing:.05em}.game-arena-title{font-size:clamp(1.1rem,3.5vw,1.5rem);font-weight:600;color:#fffc;text-transform:uppercase;letter-spacing:.1em;margin:0;text-align:center}.game-arena-letters{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:100%;min-width:0;padding:1rem 0}.game-arena-letter-block{display:flex;align-items:center;justify-content:center;width:clamp(44px,12vw,60px);height:clamp(44px,12vw,60px);min-width:44px;min-height:44px;background:#1a2332;border:2px solid #22d3ee;border-radius:clamp(.5rem,1.5vw,.75rem);color:#fff;font-size:clamp(1rem,4vw,1.5rem);font-weight:700;box-shadow:0 0 10px #22d3ee4d;transition:all .2s ease}.game-arena-letter-block:hover{box-shadow:0 0 20px #22d3ee80;transform:translateY(-2px)}.game-arena-input{width:100%;max-width:min(500px,100vw - 2rem);padding:clamp(.75rem,2vw,1rem) clamp(1rem,3vw,1.5rem);background:transparent;border:2px solid #22d3ee;border-radius:clamp(.5rem,1.5vw,.75rem);color:#fff;font-size:clamp(1rem,3.5vw,1.25rem);font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.1em;outline:none;transition:all .2s ease;box-sizing:border-box}.game-arena-input::placeholder{color:#ffffff80}.game-arena-input:focus{box-shadow:0 0 20px #22d3ee66;border-color:#06b6d4}.game-arena-input:disabled{opacity:.5;cursor:not-allowed}.game-arena-feedback{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:700;text-align:center;animation:fadeInScale .3s ease-out}.game-arena-feedback-badge{border-radius:9999px;padding:.5rem 1.25rem;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 2px 12px #00000026}.game-arena-feedback--correct{background:#10b98133;border:2px solid #10b981;color:#10b981}.game-arena-feedback--wrong{background:#ef444433;border:2px solid #ef4444;color:#ef4444}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.game-arena-error-message{color:#ef4444;font-size:.875rem;text-align:center;margin-top:-1rem}.game-arena-actions-row{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;max-width:min(560px,100%);min-width:0;flex-wrap:wrap}.game-arena-actions{display:flex;gap:1rem;flex:1 1 auto;min-width:0;max-width:100%;justify-content:center;flex-wrap:wrap}.game-arena-next-standalone{flex-shrink:0;min-width:min(200px,100%);width:100%;max-width:280px;padding:clamp(.875rem,2vw,1rem) clamp(1.5rem,5vw,2.5rem);font-size:clamp(1rem,2.5vw,1.125rem);box-shadow:0 0 24px #8b5cf659}.game-arena-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:clamp(.75rem,2vw,.875rem) clamp(1rem,4vw,2rem);min-height:44px;border-radius:clamp(.5rem,1.5vw,.75rem);font-size:clamp(.875rem,2.5vw,1rem);font-weight:600;cursor:pointer;transition:all .2s ease;border:none;outline:none}.game-arena-button svg{width:16px;height:16px;flex-shrink:0}.game-arena-button:disabled{opacity:.5;cursor:not-allowed}.game-arena-button--submit{background:#22d3ee;color:#0a0e27;flex:1}.game-arena-button--submit:hover:not(:disabled){background:#06b6d4;box-shadow:0 0 20px #22d3ee66;transform:translateY(-2px)}.game-arena-button--submit:active:not(:disabled){transform:translateY(0)}.game-arena-button--skip{background:#fff;color:#0a0e27;border:2px solid #22d3ee;flex:1}.game-arena-button--skip:hover:not(:disabled){background:#ffffffe6;box-shadow:0 0 20px #22d3ee4d;transform:translateY(-2px)}.game-arena-button--skip:active:not(:disabled){transform:translateY(0)}.game-arena-button--next{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;flex:1;max-width:280px}.game-arena-button--next:hover{background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 0 20px #8b5cf666;transform:translateY(-2px)}.game-arena-button--next:active{transform:translateY(0)}.game-arena-loading,.game-arena-error{color:#fff;font-size:clamp(1rem,2.5vw,1.25rem);text-align:center;padding:clamp(1rem,4vw,2rem)}.game-arena-retry{margin-top:1rem;padding:.75rem 1.5rem;background:#22d3ee;color:#0a0e27;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.game-arena-retry:hover{background:#06b6d4;transform:translateY(-2px)}.game-arena-summary{max-width:min(800px,100vw - 2rem);width:100%;min-width:0;max-height:min(85vh,720px);display:flex;flex-direction:column;align-items:center;padding:clamp(1rem,4vw,1.5rem);margin:auto;background:#141b2de6;border-radius:clamp(.5rem,2vw,1rem);border:1px solid rgba(34,211,238,.3);animation:fadeInUp .5s ease-out;box-sizing:border-box;overflow:hidden}.game-arena-summary-scroll{flex:1 1 auto;min-height:0;width:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;margin:0 clamp(-.5rem,-2vw,-.75rem);padding:0 clamp(.5rem,2vw,.75rem)}.game-arena-summary-title{font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;color:#fff;text-align:center;margin:0 0 .5rem;flex-shrink:0}.game-arena-summary-subtitle{font-size:clamp(.875rem,2.5vw,1rem);color:#ffffffbf;text-align:center;margin:0 0 clamp(.75rem,2vw,1rem) 0;flex-shrink:0}.game-arena-summary-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(.75rem,2vw,1.25rem);margin-bottom:clamp(.75rem,2vw,1rem);padding:clamp(.75rem,2vw,1rem);background:#ffffff0d;border-radius:clamp(.5rem,1.5vw,.75rem);flex-shrink:0;width:100%;box-sizing:border-box}.game-arena-summary-stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.game-arena-summary-stat-label{font-size:.875rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em}.game-arena-summary-stat-value{font-size:1.5rem;font-weight:700;color:#fff}.game-arena-summary-stat-value--correct{color:#10b981}.game-arena-summary-stat-value--wrong{color:#ef4444}.game-arena-summary-section{margin-bottom:1.25rem;width:100%;min-width:0}.game-arena-summary-section:last-child{margin-bottom:.5rem}.game-arena-summary-section-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .75rem}.game-arena-summary-questions{display:flex;flex-direction:column;gap:.75rem;width:100%;min-width:0}.game-arena-summary-question{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding:clamp(.75rem,2vw,1rem);background:#ffffff0d;border-radius:clamp(.5rem,1.5vw,.75rem);border:1px solid rgba(255,255,255,.1);transition:all .2s ease}.game-arena-summary-question--correct{border-color:#10b9814d;background:#10b9811a}.game-arena-summary-question--wrong{border-color:#ef44444d;background:#ef44441a}.game-arena-summary-question-word{display:flex;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0;flex-wrap:wrap;word-break:break-word}.game-arena-summary-question-scrambled{color:#fff9;font-weight:500}.game-arena-summary-question-arrow{color:#fff6}.game-arena-summary-question-answer{color:#fff;font-weight:600}.game-arena-summary-question-separator{color:#ffffff4d;margin:0 .5rem}.game-arena-summary-question-correct{color:#10b981;font-weight:500}.game-arena-summary-question-num{color:#ffffff73;font-variant-numeric:tabular-nums;min-width:1.5em}.game-arena-summary-question--review{border-color:#ffffff1f;background:#ffffff0f}.game-arena-summary-review{margin-top:.5rem}.game-arena-summary-review-loading,.game-arena-summary-review-error,.game-arena-summary-review-empty{margin:0;padding:.75rem 0;font-size:.95rem;color:#ffffffb3}.game-arena-summary-review-error{color:#ef4444e6}.game-arena-summary-question-reward{font-size:clamp(1rem,2.5vw,1.125rem);font-weight:700;color:#fbbf24;white-space:nowrap;flex-shrink:0}.game-arena-summary-actions{display:flex;justify-content:center;margin-top:clamp(.75rem,2vw,1rem);padding-top:clamp(.75rem,2vw,1rem);flex-shrink:0;border-top:1px solid rgba(255,255,255,.08);width:100%;box-sizing:border-box}.game-arena-summary-exit-button{padding:clamp(.75rem,2vw,.75rem) clamp(1.5rem,4vw,2rem);min-height:44px;background:#22d3ee33;border:1px solid rgba(34,211,238,.5);border-radius:clamp(.5rem,1.5vw,.75rem);color:#fff;font-size:clamp(.9rem,2.5vw,1rem);font-weight:600;cursor:pointer;transition:all .2s ease}.game-arena-summary-exit-button:hover{background:#22d3ee59;border-color:#22d3ee;color:#fff}.game-arena-summary-exit-button:focus-visible{outline:2px solid #22d3ee;outline-offset:2px}@media (max-width: 480px){.game-arena{padding:.75rem;padding-top:max(.75rem,env(safe-area-inset-top));justify-content:center;align-items:center}.game-arena-timer{font-size:.875rem;padding:.5rem .75rem}.game-arena-timer--waiting{font-size:1.125rem;padding:.75rem 1rem}.game-arena-waiting{padding:1rem;gap:1rem;max-width:100%}.game-arena-waiting-title{font-size:1.25rem}.game-arena-waiting-message{font-size:.875rem}.game-arena-container{padding:1rem;gap:1.25rem;max-width:calc(100vw - 1.5rem)}.game-arena-title{font-size:1rem;letter-spacing:.05em;text-align:center}.game-arena-letters{gap:.5rem;padding:.5rem 0}.game-arena-input{max-width:100%}.game-arena-actions-row,.game-arena-actions{width:100%;max-width:100%}.game-arena-next-standalone{max-width:100%;width:100%}.game-arena-summary{max-width:calc(100vw - 1.5rem);padding:1rem}.game-arena-summary-title{font-size:1.35rem}.game-arena-summary-subtitle{font-size:.8125rem}.game-arena-summary-stat-value{font-size:1.25rem}.game-arena-summary-section{width:100%;min-width:0}.game-arena-summary-section-title{font-size:1rem}.game-arena-summary-question{min-width:0}.game-arena-summary-question-reward{font-size:.9375rem}.game-arena-summary-exit-button{width:100%;max-width:280px;padding:.875rem 1.5rem}}@media (max-width: 768px){.game-arena{padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));justify-content:center;align-items:center}.game-arena-timer{font-size:1rem;padding:.5rem 1rem}.game-arena-container{padding:1.5rem;gap:1.5rem;max-width:min(800px,100vw - 2rem)}.game-arena-title{font-size:1.25rem;text-align:center}.game-arena-letter-block{width:clamp(44px,11vw,50px);height:clamp(44px,11vw,50px);font-size:1.25rem}.game-arena-input{font-size:1rem;padding:.875rem 1.25rem;max-width:100%}.game-arena-actions-row{flex-direction:column;gap:.75rem;width:100%}.game-arena-actions{flex-direction:row;width:100%;max-width:100%;gap:.75rem}.game-arena-button{width:100%;flex:1;min-width:0}.game-arena-button--next{max-width:100%}.game-arena-summary{padding:1.5rem;max-width:min(800px,100vw - 2rem)}.game-arena-summary-stats{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem}.game-arena-summary-question{flex-direction:column;align-items:flex-start;gap:.5rem}.game-arena-summary-question-reward{align-self:flex-end}}@media (max-height: 500px) and (orientation: landscape){.game-arena{justify-content:center;align-items:center;padding:.5rem;gap:.5rem}.game-arena-container{padding:.75rem 1rem;gap:.75rem;max-width:min(800px,100vw - 1rem)}.game-arena-title{font-size:1rem;margin:0}.game-arena-letters{padding:.25rem 0;gap:.35rem}.game-arena-letter-block{width:clamp(36px,8vh,48px);height:clamp(36px,8vh,48px);font-size:1rem}.game-arena-input{padding:.5rem 1rem;font-size:.95rem;max-width:100%}.game-arena-actions-row{flex-direction:row;flex-wrap:wrap;gap:.5rem;width:100%}.game-arena-actions{flex-direction:row;max-width:100%}.game-arena-button{padding:.5rem 1rem;min-height:40px}.game-arena-summary{max-height:min(90vh,720px);padding:.75rem 1rem}.game-arena-summary-title{font-size:1.35rem;margin-bottom:.5rem}.game-arena-summary-stats{margin-bottom:.75rem;padding:.75rem 1rem}}.auth-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background:linear-gradient(135deg,#050810,#080c1a,#050810);position:relative}@media (max-width: 640px){.auth-container{padding:2rem 1rem}}.auth-header{text-align:center;margin-bottom:4rem;animation:fadeInDown .6s ease-out}@media (max-width: 640px){.auth-header{margin-bottom:3rem}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-logo{display:inline-block;filter:drop-shadow(0 4px 12px rgba(59,130,246,.3));animation:pulse 2s ease-in-out infinite}@media (max-width: 640px){.auth-logo{margin-bottom:1rem}}.auth-logo img{width:120px;height:120px;object-fit:contain}@media (max-width: 768px){.auth-logo img{width:100px;height:100px}}@media (max-width: 640px){.auth-logo img{width:80px;height:80px}}.auth-brand-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin:0 0 .5rem;text-decoration:none;color:inherit;transition:opacity .3s ease-in-out}.auth-brand-link:hover{opacity:.9}.auth-brand-link:focus{outline:2px solid rgba(59,130,246,.4);outline-offset:4px;border-radius:.5rem}.auth-brand-logo{display:block;height:48px;width:auto;max-width:220px;object-fit:contain}@media (max-width: 768px){.auth-brand-logo{height:42px;max-width:180px}}@media (max-width: 640px){.auth-brand-logo{height:36px;max-width:160px}}.auth-brand-admin{font-size:1.125rem;font-weight:700;color:#fff;letter-spacing:.05em}@media (max-width: 640px){.auth-brand-admin{font-size:1rem}}.auth-tagline{font-size:1.125rem;color:#b8c5d6;margin:0;font-weight:400}@media (max-width: 640px){.auth-tagline{font-size:1rem}}.auth-form-container{width:100%;max-width:480px;background:#0a0e2799;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080,0 0 40px #3b82f61a;padding:3rem;animation:fadeInUp .6s ease-out .2s both;transform-style:preserve-3d;transform:perspective(1000px) skew(var(--skew-x, 0deg)) skewY(var(--skew-y, 0deg));transition:transform .15s ease-out;--skew-x: 0deg;--skew-y: 0deg}@media (max-width: 640px){.auth-form-container{padding:2rem;border-radius:1rem}}.auth-form-container.is-hovering{transform:perspective(1000px) skew(var(--skew-x, 0deg)) skewY(var(--skew-y, 0deg))}.auth-tabs{display:flex;gap:.5rem;margin-bottom:3rem;background:#ffffff0d;padding:.25rem;border-radius:.75rem}@media (max-width: 640px){.auth-tabs{margin-bottom:2rem}}.auth-tab{flex:1;padding:1rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:500;color:#b8c5d6;background:transparent;border:none;cursor:pointer;transition:all .3s ease-in-out}@media (max-width: 640px){.auth-tab{padding:.5rem 1rem;font-size:.875rem}}.auth-tab:hover{color:#fff;background:#ffffff0d}.auth-tab.active{color:#fff;background:#0a0e27cc;font-weight:600;box-shadow:0 2px 8px #0000004d}.auth-form{display:flex;flex-direction:column;gap:2rem}@media (max-width: 640px){.auth-form{gap:1.5rem}}.auth-whatsapp-cta{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.5rem}.auth-whatsapp-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:#25d36626;border:1px solid rgba(37,211,102,.4);border-radius:.75rem;font-size:1rem;font-weight:600;color:#25d366;text-decoration:none;transition:all .3s ease-in-out;cursor:pointer;width:100%;max-width:320px;white-space:nowrap}.auth-whatsapp-button:hover{background:#25d36640;border-color:#25d36699;color:#34e077;transform:translateY(-1px);box-shadow:0 4px 12px #25d36633}.auth-whatsapp-button:focus{outline:2px solid rgba(37,211,102,.4);outline-offset:2px}.auth-whatsapp-icon{width:22px;height:22px;flex-shrink:0}.auth-whatsapp-done{font-size:.75rem;color:#86efac;font-weight:500}.auth-form-group{display:flex;flex-direction:column;gap:.5rem}.auth-label-row{display:flex;justify-content:space-between;align-items:center}.auth-label{font-size:.875rem;font-weight:500;color:#fff;margin-bottom:.25rem}.auth-forgot-link{font-size:.875rem;color:#3b82f6;text-decoration:none;transition:all .3s ease-in-out;background:none;border:none;cursor:pointer;padding:0;font:inherit}.auth-forgot-link:hover{color:#60a5fa;text-decoration:underline}.auth-forgot-password-view{margin-top:1rem}.auth-forgot-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .5rem;text-align:center}.auth-forgot-subtitle{font-size:.875rem;color:#b8c5d6;margin:0 0 1.5rem;text-align:center;line-height:1.5}.auth-forgot-success{padding:1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:.5rem;color:#86efac;font-size:.875rem;text-align:center;margin-bottom:1.5rem}.auth-forgot-back{display:block;width:100%;margin-top:1rem;padding:.5rem;background:transparent;border:none;color:#3b82f6;font-size:.875rem;cursor:pointer;text-decoration:none;text-align:center;transition:color .3s ease-in-out}.auth-forgot-back:hover{color:#60a5fa;text-decoration:underline}.auth-input-wrapper{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:1rem;width:20px;height:20px;color:#b8c5d6;pointer-events:none;z-index:1}.auth-password-toggle{position:absolute;right:1rem;width:20px;height:20px;background:transparent;border:none;color:#1e2a3a;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:2;transition:color .3s ease-in-out}@media (max-width: 640px){.auth-password-toggle{right:.5rem}}.auth-password-toggle:hover{color:#3b82f6}.auth-password-toggle:focus{outline:2px solid rgba(59,130,246,.3);outline-offset:2px;border-radius:.375rem}.auth-password-toggle svg{width:20px;height:20px}.auth-input{width:100%;padding:1rem 1rem 1rem 48px;padding-right:48px;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;font-size:1rem;color:#fff;transition:all .3s ease-in-out}@media (max-width: 640px){.auth-input{padding:.5rem .5rem .5rem 44px;padding-right:44px;font-size:.875rem}}.auth-input::placeholder{color:#8a9ba8}.auth-input:focus{outline:none;border-color:#3b82f6;background:#0000004d;box-shadow:0 0 0 3px #3b82f61a}.auth-input:hover{border-color:#fff3;background:#00000040}.auth-error-message{padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;color:#fca5a5;font-size:.875rem;text-align:center;animation:shake .5s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}@media (max-width: 640px){.auth-error-message{padding:.5rem;font-size:.75rem}}.auth-error-message svg{flex-shrink:0}.auth-success-message{padding:1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:.5rem;color:#86efac;font-size:.875rem;text-align:center;animation:fadeInUp .5s ease-out;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}@media (max-width: 640px){.auth-success-message{padding:.5rem;font-size:.75rem}}.auth-success-message svg{flex-shrink:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.auth-primary-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none;border-radius:.75rem;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease-in-out;box-shadow:0 4px 16px #3b82f64d}@media (max-width: 640px){.auth-primary-button{padding:.5rem 1.5rem;font-size:.875rem}}.auth-primary-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666;background:linear-gradient(135deg,#60a5fa,#22d3ee)}.auth-primary-button:active:not(:disabled){transform:translateY(0)}.auth-primary-button:disabled{opacity:.6;cursor:not-allowed}.auth-primary-button svg{width:20px;height:20px;transition:transform .3s ease-in-out}.auth-primary-button:hover:not(:disabled) svg{transform:translate(4px)}.auth-terms-checkbox{margin-top:1rem;display:flex;align-items:flex-start;gap:.5rem}.auth-checkbox-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.875rem;color:#b8c5d6;line-height:1.5;-webkit-user-select:none;user-select:none}@media (max-width: 640px){.auth-checkbox-label{font-size:.75rem}}.auth-checkbox-input{margin-top:2px;width:18px;height:18px;cursor:pointer;accent-color:#3b82f6;flex-shrink:0;border-radius:.375rem;border:1px solid rgba(255,255,255,.2);background:#0003;transition:all .3s ease-in-out}.auth-checkbox-input:checked{background:#3b82f6;border-color:#3b82f6}.auth-checkbox-input:hover{border-color:#ffffff4d}.auth-checkbox-input:focus{outline:2px solid rgba(59,130,246,.3);outline-offset:2px}.auth-checkbox-text{flex:1}.auth-terms-link{color:#3b82f6;text-decoration:none;transition:all .3s ease-in-out}.auth-terms-link:hover{color:#60a5fa;text-decoration:underline}.auth-separator{display:flex;align-items:center;text-align:center;margin:3rem 0;color:#b8c5d6;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}@media (max-width: 640px){.auth-separator{margin:2rem 0}}.auth-separator:before,.auth-separator:after{content:"";flex:1;height:1px;background:#ffffff1a}.auth-separator span{padding:0 1rem}.auth-social-buttons{display:flex;gap:1rem}@media (max-width: 640px){.auth-social-buttons{gap:.5rem}}.auth-social-button{flex:1;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;font-size:1rem;font-weight:500;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease-in-out}@media (max-width: 640px){.auth-social-button{padding:.5rem 1rem;font-size:.875rem}}.auth-social-button:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.auth-social-button:active{transform:translateY(0)}.auth-social-button svg{width:20px;height:20px;flex-shrink:0}.auth-footer{margin-top:4rem;text-align:center;animation:fadeIn .6s ease-out .4s both}@media (max-width: 640px){.auth-footer{margin-top:3rem}}.auth-footer-text{font-size:.75rem;color:#b8c5d6;margin:0;line-height:1.6}@media (max-width: 640px){.auth-footer-text{font-size:.7rem}}.auth-footer-link{color:#3b82f6;text-decoration:none;transition:all .3s ease-in-out}.auth-footer-link:hover{color:#60a5fa;text-decoration:underline}.auth-phase2-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 1.5rem;text-align:center}.auth-phase2-pending{margin-top:1rem}.auth-phase2-pending-text{font-size:1rem;color:#ffffffd9;margin:0 0 2rem;line-height:1.5;text-align:center}.auth-optional{font-weight:400;color:#8a9ba8;font-size:.875rem}.auth-textarea{min-height:80px;padding:1rem;resize:vertical}.auth-error{font-size:.875rem;color:#fca5a5;margin:0 0 1rem}.auth-submit{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none;border-radius:.75rem;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease-in-out;margin-top:1rem}.auth-submit:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.back-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;min-width:44px;min-height:44px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:.75rem;color:#fff;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .15s;-webkit-tap-highlight-color:transparent}.back-button:hover{background:#ffffff1f;border-color:#fff3;color:#fff}.back-button:active{transform:scale(.97)}.back-button:focus{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.back-button:focus:not(:focus-visible){outline:none}.back-button .back-button-icon{flex-shrink:0;width:24px;height:24px}@media (max-width: 640px){.back-button{min-width:44px;min-height:44px;padding:.5rem}.back-button .back-button-icon{width:22px;height:22px}}.back-button--fixed{position:fixed;top:1.5rem;left:1.5rem;z-index:10}@media (max-width: 640px){.back-button--fixed{top:1rem;left:1rem}}@media (min-width: 1024px){.back-button--fixed{top:2rem;left:2rem}}.back-button--inline{position:relative;flex-shrink:0}.dashboard-refresh{position:relative;display:flex;flex-direction:column;gap:0;min-height:0}.dashboard-refresh__pull-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-shrink:0;transition:opacity .15s ease,min-height .1s ease;color:#b8c5d6;font-size:.875rem;min-height:0;overflow:hidden}@media (min-width: 769px){.dashboard-refresh__pull-indicator{display:none}}.dashboard-refresh__pull-text{white-space:nowrap}.dashboard-refresh__pull-icon{display:inline-flex;transition:transform .15s ease}.dashboard-refresh__button-wrap{display:none;flex-shrink:0;margin-bottom:.5rem}@media (min-width: 769px){.dashboard-refresh__button-wrap{display:flex;justify-content:flex-end}}.dashboard-refresh__button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;border:1px solid rgba(184,197,214,.3);background:#1a2332cc;color:#b8c5d6;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;-webkit-tap-highlight-color:transparent}.dashboard-refresh__button:hover:not(:disabled){background:#8b5cf626;color:#fff;border-color:#8b5cf666}.dashboard-refresh__button:focus-visible{outline:2px solid rgba(139,92,246,.6);outline-offset:2px}.dashboard-refresh__button:disabled{opacity:.7;cursor:not-allowed}.dashboard-refresh__button-icon{display:inline-flex;align-items:center;justify-content:center}.dashboard-refresh__button-icon--spinning{animation:dashboard-refresh-spin .8s linear infinite}@keyframes dashboard-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.terms-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:10050;display:flex;justify-content:center;align-items:center;padding:2rem;animation:fadeIn .3s ease-out;overflow-y:auto}@media (max-width: 640px){.terms-overlay{padding:1rem;align-items:flex-start}}.terms-modal{background:#0a0e27f2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;box-shadow:0 20px 60px #00000080,0 0 40px #3b82f61a;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:slideInUp .4s cubic-bezier(.4,0,.2,1);position:relative}@media (max-width: 640px){.terms-modal{max-width:100%;max-height:95vh;border-radius:1rem}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}.terms-overlay.closing{animation:fadeOut .3s ease-out}.terms-overlay.closing .terms-modal{animation:slideOutDown .4s cubic-bezier(.4,0,.2,1)}.terms-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;background:#0a0e27f2;z-index:1}@media (max-width: 640px){.terms-header{padding:1.5rem 2rem}}.terms-title{flex:1;font-size:1.875rem;font-weight:700;color:#fff;margin:0;text-align:center}@media (max-width: 640px){.terms-title{font-size:1.5rem}}.terms-close-button{background:transparent;border:none;color:#b8c5d6;cursor:pointer;font-size:1.25rem;transition:color .3s ease-in-out,transform .3s ease-in-out;padding:.25rem;display:flex;align-items:center;justify-content:center}.terms-close-button:hover{color:#fff;transform:rotate(90deg)}.terms-content{flex-grow:1;overflow-y:auto;padding:3rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 640px){.terms-content{padding:2rem;gap:1.5rem}}.terms-content::-webkit-scrollbar{width:8px}.terms-content::-webkit-scrollbar-track{background:#141b2d;border-radius:9999px}.terms-content::-webkit-scrollbar-thumb{background:#8b5cf64d;border-radius:9999px}.terms-content::-webkit-scrollbar-thumb:hover{background:#8b5cf680}.terms-last-updated{font-size:.875rem;color:#8a9ba8;margin:0;font-style:italic}.terms-section{display:flex;flex-direction:column;gap:1rem}.terms-section-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}@media (max-width: 640px){.terms-section-title{font-size:1.125rem}}.terms-text{font-size:1rem;color:#b8c5d6;line-height:1.7;margin:0}@media (max-width: 640px){.terms-text{font-size:.875rem}}.terms-link{color:#60a5fa;text-decoration:none;font-weight:500;transition:color .2s ease,text-decoration .2s ease}.terms-link:hover{color:#93c5fd;text-decoration:underline}.terms-link:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}.terms-list{margin:0;padding-left:2rem;color:#b8c5d6;line-height:1.7}@media (max-width: 640px){.terms-list{padding-left:1.5rem;font-size:.875rem}}.terms-list li{margin-bottom:.5rem}.terms-list li:last-child{margin-bottom:0}.admin-panel{min-height:100vh;width:100%;max-width:100vw;background:linear-gradient(135deg,#050810,#080c1a,#050810);display:flex;flex-direction:column;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden;box-sizing:border-box;position:relative}.admin-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1020;background:#03050c26;backdrop-filter:blur(30px) saturate(200%);-webkit-backdrop-filter:blur(30px) saturate(200%);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 8px 32px #0000005e,inset 0 1px #ffffff14;padding:1rem 3rem}.admin-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(139,92,246,.05) 0%,rgba(59,130,246,.03) 50%,transparent 100%);pointer-events:none;z-index:-1}.admin-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.3),rgba(59,130,246,.3),rgba(139,92,246,.3),transparent);opacity:.6}@media (max-width: 768px){.admin-header{padding:.5rem 1rem;backdrop-filter:blur(25px) saturate(180%);-webkit-backdrop-filter:blur(25px) saturate(180%)}}@media (max-width: 640px){.admin-header{padding:.25rem .5rem;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}}.admin-header-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;justify-items:center;gap:2rem;position:relative;min-width:0}@media (max-width: 1024px){.admin-header-container{grid-template-columns:auto 1fr auto;justify-items:stretch}}@media (max-width: 768px){.admin-header-container{gap:.5rem}}@media (max-width: 640px){.admin-header-container{gap:.25rem}}.admin-header-left{display:flex;align-items:center;gap:1rem;justify-self:start;min-width:0}@media (max-width: 768px){.admin-header-left{gap:.5rem}}@media (max-width: 640px){.admin-header-left{gap:.25rem}}.admin-header-center{display:flex;align-items:center;justify-content:center;min-width:0}.admin-header-badge{display:inline-block;padding:.4rem 1rem;background:#00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:.8125rem;font-weight:600;color:#fffffff2;letter-spacing:.02em;white-space:nowrap}@media (max-width: 768px){.admin-header-badge{font-size:.75rem;padding:.35rem .75rem}}@media (max-width: 640px){.admin-header-badge{font-size:.6875rem;padding:.3rem .5rem}}.admin-logo-glass{display:flex;align-items:center;padding:.35rem 1rem .35rem .75rem;background:#ffffff0f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:9999px;box-shadow:inset 0 1px #ffffff0f;min-width:0}@media (max-width: 768px){.admin-logo-glass{padding:.3rem .6rem .3rem .5rem}}@media (max-width: 640px){.admin-logo-glass{padding:.25rem .5rem .25rem .4rem}}.admin-hamburger-button{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out;flex-shrink:0}@media (max-width: 1024px){.admin-hamburger-button{display:flex}}@media (max-width: 640px){.admin-hamburger-button{width:36px;height:36px;min-width:36px;min-height:36px}.admin-hamburger-button svg{width:18px;height:18px}}.admin-hamburger-button:hover{background:#ffffff0d;border-color:#fff3}.admin-hamburger-button:active{transform:scale(.95)}.admin-hamburger-button svg{width:20px;height:20px}.admin-logo .admin-logo-text,.admin-logo-glass .admin-logo-text{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:.5px}@media (max-width: 768px){.admin-logo .admin-logo-text,.admin-logo-glass .admin-logo-text{font-size:1rem;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width: 640px){.admin-logo .admin-logo-text,.admin-logo-glass .admin-logo-text{font-size:1.125rem;max-width:100px}}.admin-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff;transition:transform .3s ease-in-out}@media (max-width: 640px){.admin-logo{font-size:1.25rem;gap:.25rem}.admin-logo .admin-logo-icon{width:32px;height:32px}}.admin-logo:hover{transform:scale(1.05)}.admin-logo-icon{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(139,92,246,.3));animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.admin-logo-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:.5px}@media (max-width: 640px){.admin-logo-text{font-size:1.125rem}}.admin-header-right{display:flex;align-items:center;gap:1rem;flex-shrink:0;min-width:0;justify-self:end}.admin-role-buttons-container{display:flex;align-items:center;gap:0;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2px;overflow:hidden}.admin-role-button{padding:.5rem 1rem;background:transparent;border:none;border-radius:.5rem;color:#fff9;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;position:relative}.admin-role-button:hover:not(.active){color:#fffc}.admin-role-button.active.main-admin{background-color:color-mix(in oklab,var(--color-cyan-500) 20%,transparent);color:var(--color-cyan-400);border-radius:1.5rem;text-shadow:0 0 10px rgba(34,211,238,.8)}.admin-role-button.active.super-admin{background:#8b5cf6;color:#fff;border-radius:.5rem;box-shadow:0 0 15px #8b5cf680,0 0 30px #8b5cf64d,inset 0 0 10px #ffffff1a;text-shadow:0 0 10px rgba(139,92,246,.8)}.admin-header-divider{width:1px;height:24px;background:#fff3;margin:0 .5rem}.admin-logout-button{padding:.5rem 1.25rem;min-height:44px;background:#fff;color:#0f172a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;white-space:nowrap}@media (max-width: 768px){.admin-logout-button{padding:.4rem 1rem;font-size:.8125rem}}@media (max-width: 640px){.admin-logout-button{padding:.35rem .75rem;font-size:.75rem;min-height:44px}}.admin-logout-button:hover{background:#fffffff2;box-shadow:0 4px 12px #0003}.admin-layout{display:flex;flex:1;overflow-x:hidden;overflow-y:visible;margin-top:88px;width:100%;box-sizing:border-box;position:relative}@media (max-width: 1024px){.admin-layout{margin-top:64px}}@media (max-width: 768px){.admin-layout{margin-top:64px}}@media (max-width: 640px){.admin-layout{margin-top:56px}}.admin-sidebar{width:280px;background:#141b2df2;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-right:1px solid rgba(255,255,255,.1);border-radius:0 1rem 1rem 0;padding:2rem;overflow-y:auto;overflow-x:hidden;flex-shrink:0;box-shadow:4px 0 20px #0000004d;position:fixed;top:88.5px;left:0;bottom:0;z-index:1030;transition:transform .3s ease-in-out}@media (max-width: 1024px){.admin-sidebar{transform:translate(-100%);z-index:1050;top:64.5px}.admin-sidebar.open{transform:translate(0)}}@media (max-width: 768px){.admin-sidebar{width:260px;padding:1.5rem;top:64.5px}}@media (max-width: 640px){.admin-sidebar{width:240px;padding:1rem;top:56.5px}}@media (max-width: 480px){.admin-sidebar{width:220px;padding:.5rem}}@media (min-width: 1920px){.admin-sidebar{width:320px;padding:3rem}}@media (min-width: 2560px){.admin-sidebar{width:360px}}.admin-sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1040;animation:fadeIn .2s ease-out}@media (max-width: 1024px){.admin-sidebar-overlay{display:block}}.admin-sidebar-content{display:flex;flex-direction:column;gap:3rem}.admin-sidebar-section{display:flex;flex-direction:column;gap:1rem}.admin-sidebar-section-title{font-size:.75rem;font-weight:600;color:#b8c5d6;text-transform:uppercase;letter-spacing:1px;margin:0}.admin-sidebar-section-title.super-admin{color:#8b5cf6}.admin-sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.admin-sidebar-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:transparent;border:none;border-radius:.5rem;color:#b8c5d6;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;text-align:left;width:100%;position:relative;overflow:hidden}.admin-sidebar-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#8b5cf6,#3b82f6);transform:scaleY(0);transition:transform .3s ease-in-out}.admin-sidebar-item:hover{background:#ffffff0d;color:#fff;transform:translate(4px)}.admin-sidebar-item:hover:before{transform:scaleY(1)}.admin-sidebar-item.active{background:linear-gradient(90deg,#14b8a633,#14b8a61a);color:#14b8a6;border-left:3px solid #14b8a6;box-shadow:0 0 15px #14b8a633}.admin-sidebar-item.active:before{transform:scaleY(1);background:#14b8a6}.admin-sidebar-item.active .admin-sidebar-icon{color:#14b8a6}.admin-sidebar-icon{width:20px;height:20px;flex-shrink:0;stroke:currentColor;fill:none}.admin-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem 3rem;max-width:1400px;width:100%;margin:0 auto 0 280px;box-sizing:border-box;min-height:calc(100vh - 88px)}@media (max-width: 1024px){.admin-content{margin-left:0;margin-top:64px;width:100%;padding:1.5rem}}@media (max-width: 768px){.admin-content{margin-top:64px;padding:1rem}}@media (max-width: 640px){.admin-content{margin-top:56px;padding:.5rem}}@media (max-width: 480px){.admin-content{padding:.25rem}}@media (min-width: 1920px){.admin-content{width:calc(100% - 320px);max-width:1800px;margin-left:auto;margin-right:auto;padding:4rem}}@media (min-width: 2560px){.admin-content{margin-left:360px;width:calc(100% - 360px);max-width:2200px}}.admin-dashboard{display:flex;flex-direction:column;gap:3rem}.admin-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1200px){.admin-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.admin-metrics{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.admin-metrics{gap:.5rem}}.admin-metric-card{background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease-in-out;animation:fadeInUp .6s ease-out both}@media (max-width: 768px){.admin-metric-card{padding:1rem;gap:.5rem}}@media (max-width: 480px){.admin-metric-card{padding:.5rem;flex-direction:column;text-align:center}}.admin-metric-card:nth-child(1){animation-delay:.1s}.admin-metric-card:nth-child(2){animation-delay:.2s}.admin-metric-card:nth-child(3){animation-delay:.3s}.admin-metric-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000004d,0 0 20px #8b5cf633;border-color:#8b5cf64d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.admin-metric-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease-in-out;position:relative}@media (max-width: 768px){.admin-metric-icon{width:40px;height:40px}}@media (max-width: 480px){.admin-metric-icon{width:36px;height:36px}}.admin-metric-icon:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:.5rem;padding:2px;background:linear-gradient(135deg,currentColor,transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:0;transition:opacity .3s ease-in-out}.admin-metric-icon.pools{background:#14b8a633;color:#14b8a6;box-shadow:0 0 15px #14b8a633}.admin-metric-icon.revenue{background:#10b98133;color:#10b981;box-shadow:0 0 15px #10b98133}.admin-metric-icon.users{background:#8b5cf633;color:#8b5cf6;box-shadow:0 0 15px #8b5cf633}.admin-metric-icon svg{width:24px;height:24px;transition:transform .3s ease-in-out}.admin-metric-card:hover .admin-metric-icon{transform:scale(1.1) rotate(5deg)}.admin-metric-card:hover .admin-metric-icon:after{opacity:1}.admin-metric-card:hover .admin-metric-icon svg{transform:scale(1.1)}.admin-metric-content{flex:1}.admin-metric-label{font-size:.75rem;font-weight:500;color:#b8c5d6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.admin-metric-value{font-size:1.875rem;font-weight:700;color:#fff}@media (max-width: 1024px){.admin-metric-value{font-size:1.5rem}}@media (max-width: 768px){.admin-metric-value{font-size:1.25rem}}@media (max-width: 480px){.admin-metric-value{font-size:1.125rem}}.admin-pools-section{display:flex;flex-direction:column;gap:2rem}.admin-pools-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.admin-pools-header{flex-direction:column;align-items:stretch}}.admin-pools-title{font-size:2.25rem;font-weight:700;color:#fff;margin:0 0 .25rem}@media (max-width: 1024px){.admin-pools-title{font-size:1.875rem}}@media (max-width: 768px){.admin-pools-title{font-size:1.5rem}}@media (max-width: 480px){.admin-pools-title{font-size:1.25rem}}.admin-pools-subtitle{font-size:.875rem;color:#b8c5d6;margin:0}.admin-pools-view-toggle{display:flex;align-items:center;gap:0;padding:2px;background:color-mix(in oklab,#ffffff 10%,transparent);border:1px solid color-mix(in oklab,#ffffff 25%,transparent);border-radius:.5rem}.admin-pools-view-toggle button{padding:.25rem 1rem;font-size:.875rem;font-weight:500;color:#b8c5d6;background:transparent;border:none;border-radius:calc(.5rem - 2px);cursor:pointer;transition:background .3s ease-in-out,color .3s ease-in-out}.admin-pools-view-toggle button:hover{color:#fff}.admin-pools-view-toggle button.active{color:#fff;background:color-mix(in oklab,#ffffff 18%,transparent)}.admin-create-pool-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border:1px solid rgba(59,130,246,.3);border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;position:relative;overflow:hidden;box-shadow:0 4px 15px #3b82f633;white-space:nowrap}@media (max-width: 768px){.admin-create-pool-button{padding:.5rem 1rem;font-size:.75rem;width:100%;justify-content:center}}@media (max-width: 480px){.admin-create-pool-button{padding:.25rem .5rem}}.admin-create-pool-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease-in-out}.admin-create-pool-button:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);transform:translateY(-2px);box-shadow:0 0 20px #3b82f64d,0 10px 25px #3b82f64d;border-color:#3b82f680}.admin-create-pool-button:hover:before{left:100%}.admin-create-pool-button:active{transform:translateY(0)}.admin-create-pool-button svg{width:20px;height:20px;transition:transform .3s ease-in-out}.admin-create-pool-button:hover svg{transform:rotate(90deg) scale(1.1)}.admin-pools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}@media (max-width: 1200px){.admin-pools-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem}}@media (max-width: 768px){.admin-pools-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.admin-pools-grid{gap:.5rem}}.admin-pool-card{background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease-in-out;animation:fadeInUp .6s ease-out both;position:relative;overflow:visible;cursor:default}@media (max-width: 768px){.admin-pool-card{padding:1rem;gap:1rem}}@media (max-width: 480px){.admin-pool-card{padding:.5rem;gap:.5rem}}.admin-pool-card:nth-child(1){animation-delay:.2s}.admin-pool-card:nth-child(2){animation-delay:.3s}.admin-pool-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:.75rem;border:1px solid transparent;opacity:0;transition:opacity .3s ease;z-index:0;pointer-events:none;background:linear-gradient(#0a0e27,#0a0e27) padding-box,linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6) border-box;background-clip:padding-box,border-box;-webkit-background-clip:padding-box,border-box}.admin-pool-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none;z-index:0}.admin-pool-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 15px 35px #0006,0 0 25px #8b5cf64d,0 0 40px #3b82f633;border-color:#8b5cf666}.admin-pool-card:hover:before{opacity:1}.admin-pool-card:hover:after{opacity:1;transform:translate(-50%,-50%) scale(1.2)}.admin-pool-card:active{transform:translateY(-4px) scale(1.01)}.admin-pool-card-header{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1;gap:1rem}.admin-pool-header-badges{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.admin-pool-card-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .25rem}.admin-pool-card-subtitle{font-size:.875rem;color:#b8c5d6;margin:0}.admin-pool-status-badge{padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.admin-pool-status-badge.active{background:#10b98133;color:#10b981}.admin-pool-status-badge.pending{background:#f59e0b33;color:#f59e0b}.admin-pool-status-badge.ended{background:#6b728033;color:#9ca3af}.admin-pool-timer-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-radius:.5rem;font-size:.75rem;font-weight:500;color:#fff;width:fit-content;border:1px solid rgba(255,255,255,.1);position:relative;z-index:1}.admin-pool-timer-badge svg{width:14px;height:14px;color:#f59e0b;flex-shrink:0}.admin-pool-timer-badge span{white-space:nowrap}.admin-pool-card-metrics{display:flex;flex-direction:row;gap:1rem;position:relative;z-index:1}.admin-pool-metric{flex:1;display:flex;flex-direction:column;gap:.25rem;background-color:color-mix(in oklab,var(--color-slate-900) 60%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:1rem;transition:all .3s ease-in-out}.admin-pool-metric:hover{border-color:#ffffff26;background-color:color-mix(in oklab,var(--color-slate-900) 70%,transparent)}.admin-pool-metric-label{font-size:.75rem;color:#b8c5d6;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.admin-pool-metric-value{font-size:1.5rem;font-weight:700;color:#fff}.admin-pool-metric-value.pot{color:#14b8a6}.admin-pool-card-actions{display:flex;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:1;flex-wrap:wrap}@media (max-width: 768px){.admin-pool-card-actions{gap:.5rem;flex-direction:column}}@media (max-width: 480px){.admin-pool-card-actions{gap:.25rem}}.admin-pool-action-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#1a1a1a;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;position:relative;overflow:hidden;min-width:0}@media (max-width: 768px){.admin-pool-action-button{width:100%;padding:.25rem .5rem;font-size:.75rem}}@media (max-width: 480px){.admin-pool-action-button{padding:.25rem}}.admin-pool-action-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#0000000d;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.admin-pool-action-button svg{color:#1a1a1a;stroke:#1a1a1a}.admin-pool-action-button:hover{background:#f5f5f5;border-color:#fff6;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.admin-pool-action-button:hover:before{width:200px;height:200px}.admin-pool-action-button:active{transform:translateY(0);background:#e8e8e8}.admin-pool-action-button.open:hover{border-color:#22c55e4d;box-shadow:0 4px 12px #22c55e33}.admin-pool-action-button.edit:hover{border-color:#3b82f64d;box-shadow:0 4px 12px #3b82f633}.admin-pool-action-button.stop:hover{border-color:#ef44444d;box-shadow:0 4px 12px #ef444433}.admin-pool-action-button.delete{background:#ef44441a;border-color:#ef44444d;color:#ef4444}.admin-pool-action-button.delete svg{color:#ef4444;stroke:#ef4444}.admin-pool-action-button.delete:hover{background:#ef444433;border-color:#ef444480;box-shadow:0 4px 12px #ef44444d}.admin-pool-action-button.details:hover{border-color:#8b5cf64d;box-shadow:0 4px 12px #8b5cf633}.admin-pool-action-button svg{width:16px;height:16px;position:relative;z-index:1;transition:transform .3s ease-in-out}.admin-pool-action-button:hover svg{transform:scale(1.2)}.admin-page-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#b8c5d6}.admin-page-placeholder h2{font-size:1.5rem;margin-bottom:1rem}.admin-wallet-section{display:flex;flex-direction:column;gap:2rem}.admin-wallet-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}@media (max-width: 768px){.admin-wallet-header{flex-direction:column;gap:1rem}}.admin-wallet-title{font-size:2.25rem;font-weight:700;color:#fff;margin:0 0 .25rem}@media (max-width: 1024px){.admin-wallet-title{font-size:1.875rem}}@media (max-width: 768px){.admin-wallet-title{font-size:1.5rem}}@media (max-width: 480px){.admin-wallet-title{font-size:1.25rem}}.admin-wallet-subtitle{font-size:1rem;color:#b8c5d6;margin:0}.admin-wallet-card{background:#03050ccc;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-radius:1rem;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000005e;display:flex;flex-direction:column;gap:2rem}@media (max-width: 1024px){.admin-wallet-card{padding:2rem;gap:1.5rem}}@media (max-width: 768px){.admin-wallet-card{padding:1.5rem;gap:1rem}}@media (max-width: 480px){.admin-wallet-card{padding:1rem;gap:.5rem;border-radius:.75rem}}.admin-pending-section{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.admin-pending-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 768px){.admin-pending-header{flex-direction:column;gap:1rem}}.admin-kyc-filters{display:flex;align-items:center;gap:.5rem}.admin-kyc-filter-label{font-size:.875rem;color:#b8c5d6;white-space:nowrap}.admin-kyc-status-select{padding:.5rem 1rem;min-height:44px;font-size:.875rem;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;cursor:pointer}.admin-kyc-status-select:disabled{opacity:.6;cursor:not-allowed}.admin-pending-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .25rem}.admin-pending-subtitle{font-size:.875rem;color:#b8c5d6;margin:0}.admin-retry-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out}.admin-retry-button:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}.admin-retry-button:disabled{opacity:.5;cursor:not-allowed}.admin-retry-button svg{width:16px;height:16px}.admin-pending-loading,.admin-pending-empty{color:#b8c5d6;font-size:.875rem;margin:0;padding:1rem;background:#03050c80;border-radius:.75rem;border:1px solid rgba(255,255,255,.08)}.admin-pending-list{display:flex;flex-direction:column;gap:.5rem}.admin-pending-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;background:#03050c99;border:1px solid rgba(255,255,255,.1);border-radius:.75rem}.admin-pending-item-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.admin-pending-item-main{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.admin-pending-item-details{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;color:#b8c5d6}.admin-pending-user-id{font-size:.875rem;color:#b8c5d6;font-weight:500}.admin-pending-email,.admin-pending-name{font-size:.75rem;color:#b8c5d6}.admin-pending-account-name{font-size:.75rem;color:#fff;font-weight:500}.admin-pending-account-name strong{color:#fff;font-weight:600}.admin-pending-date{font-size:.75rem;color:#8a9ba8}.admin-pending-amount{font-weight:600;color:#fff;font-size:1rem}.admin-pending-user{font-size:.875rem;color:#b8c5d6}.admin-pending-bank{font-size:.75rem;color:#8a9ba8}.admin-pending-proof{font-size:.875rem;color:#3b82f6;text-decoration:none}.admin-pending-proof:hover{text-decoration:underline}.admin-pending-actions{display:flex;gap:.5rem;flex-shrink:0}.admin-pending-btn{padding:.25rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s;border:1px solid transparent}.admin-pending-btn:disabled{opacity:.6;cursor:not-allowed}.admin-pending-btn-approve{background:#22c55e33;border-color:#22c55e66;color:#4ade80}.admin-pending-btn-approve:hover:not(:disabled){background:#22c55e4d;border-color:#22c55e99}.admin-pending-btn-reject{background:#ef444433;border-color:#ef444466;color:#f87171}.admin-pending-btn-reject:hover:not(:disabled){background:#ef44444d;border-color:#ef444499}.admin-transactions-section{display:flex;flex-direction:column;gap:2rem;width:100%;box-sizing:border-box;overflow-x:hidden}.admin-transactions-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;width:100%;box-sizing:border-box}@media (max-width: 768px){.admin-transactions-header{flex-direction:column}}.admin-transactions-title{font-size:2.25rem;font-weight:700;color:#fff;margin:0 0 .25rem}@media (max-width: 768px){.admin-transactions-title{font-size:1.5rem}}@media (max-width: 640px){.admin-transactions-title{font-size:1.25rem}}.admin-transactions-subtitle{font-size:1rem;color:#b8c5d6;margin:0}.admin-transactions-filters{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}@media (max-width: 1024px){.admin-transactions-filters{gap:.5rem}}@media (max-width: 768px){.admin-transactions-filters{flex-direction:column;width:100%;gap:.5rem}}.admin-transactions-filter-select{padding:.5rem 1rem;border-radius:.5rem;background-color:color-mix(in oklab,var(--color-slate-900) 60%,transparent);-webkit-backdrop-filter:blur(10px) saturate(180%);backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.875rem;cursor:pointer;transition:all .3s ease-in-out}@media (max-width: 1024px){.admin-transactions-filter-select{padding:.25rem .5rem;font-size:.75rem}}@media (max-width: 768px){.admin-transactions-filter-select{width:100%;padding:.5rem 1rem}}@media (max-width: 480px){.admin-transactions-filter-select{padding:.25rem .5rem}}.admin-transactions-filter-select:hover{border-color:#fff3}.admin-transactions-filter-select:focus{outline:none;border-color:#8b5cf680;box-shadow:0 0 0 3px #8b5cf61a}.admin-transactions-refresh-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background-color:color-mix(in oklab,var(--color-slate-900) 60%,transparent);-webkit-backdrop-filter:blur(10px) saturate(180%);backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out}@media (max-width: 768px){.admin-transactions-refresh-button{width:100%;justify-content:center}}.admin-transactions-refresh-button svg{width:18px;height:18px}.admin-transactions-refresh-button:hover{transform:translateY(-2px);border-color:#fff3;box-shadow:0 4px 12px #0003}.admin-transactions-refresh-button:active{transform:translateY(0)}.admin-transactions-table-container{background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);-webkit-backdrop-filter:blur(10px) saturate(180%);backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.admin-transactions-table-container{border-radius:.5rem}}.admin-transactions-table{width:100%;border-collapse:collapse}.admin-transactions-table thead{background-color:#0003}.admin-transactions-table th{padding:1rem 1.5rem;text-align:left;font-size:.875rem;font-weight:600;color:#b8c5d6;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.admin-transactions-table th{padding:.5rem 1rem;font-size:.75rem}}@media (max-width: 480px){.admin-transactions-table th{padding:.25rem .5rem}}.admin-transactions-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:background-color .3s ease-in-out}.admin-transactions-table tbody tr:hover{background-color:#ffffff08}.admin-transactions-table tbody tr:last-child{border-bottom:none}.admin-transactions-table tbody td{padding:1rem 1.5rem;font-size:.875rem;color:#fff}@media (max-width: 1024px){.admin-transactions-table tbody td{padding:.5rem 1rem;font-size:.75rem}}@media (max-width: 480px){.admin-transactions-table tbody td{padding:.25rem .5rem;font-size:.7rem}}.admin-transaction-id{font-family:Courier New,monospace;font-weight:600;color:#3b82f6}.admin-transaction-pool{font-weight:500}.admin-transaction-user{color:#b8c5d6}.admin-transaction-type-badge{display:inline-block;padding:.25rem .5rem;border-radius:9999px;background-color:#ffffff1a;color:#fff;font-size:.75rem;font-weight:500}.admin-transaction-amount{font-weight:600}.admin-transaction-amount.positive{color:#10b981}.admin-transaction-amount.negative{color:#ef4444}.admin-transaction-time{color:#b8c5d6;font-size:.75rem}.admin-live-game-title-container{display:flex;flex-direction:column;gap:.25rem}.admin-live-game-title{display:flex;align-items:center;gap:1rem;font-size:2.25rem;font-weight:700;color:#fff;margin:0}.admin-live-game-title-icon{width:24px;height:24px;color:#3b82f6}.admin-live-game-pools{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}@media (max-width: 768px){.admin-live-game-pools{grid-template-columns:1fr}}.admin-live-game-pool-card{background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease-in-out;animation:fadeInUp .6s ease-out both;position:relative;cursor:pointer}.admin-live-game-pool-card:nth-child(1){animation-delay:.1s}.admin-live-game-pool-card:nth-child(2){animation-delay:.2s}.admin-live-game-pool-card:nth-child(3){animation-delay:.3s}.admin-live-game-pool-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000004d,0 0 20px #8b5cf633;border-color:#8b5cf64d}.admin-live-game-pool-header-icons{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-live-game-pool-header-icons-left{display:flex;align-items:center;gap:1rem}.admin-live-game-container-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#8b5cf6;filter:drop-shadow(0 0 8px rgba(139,92,246,.6)) drop-shadow(0 0 16px rgba(139,92,246,.4));animation:pulse-glow 2s ease-in-out infinite}.admin-live-game-container-icon svg{width:24px;height:24px}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 8px rgba(139,92,246,.6)) drop-shadow(0 0 16px rgba(139,92,246,.4))}50%{filter:drop-shadow(0 0 12px rgba(139,92,246,.8)) drop-shadow(0 0 24px rgba(139,92,246,.6))}}.admin-live-game-live-badge{display:inline-block;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background-color:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.admin-live-game-live-badge.admin-live-game-status-open{background-color:#3b82f633;color:#3b82f6;border-color:#3b82f64d}.admin-live-game-live-badge.admin-live-game-status-waiting{background-color:#f59e0b33;color:#f59e0b;border-color:#f59e0b4d}.admin-live-game-pool-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.admin-live-game-pool-title{font-size:1.125rem;font-weight:600;color:#fff;flex:1}.admin-live-game-pool-expand{background:none;border:none;padding:.25rem;cursor:pointer;color:#8b5cf6;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .3s ease-in-out}.admin-live-game-pool-expand svg{width:20px;height:20px}.admin-live-game-pool-expand:hover{color:#a78bfa;background-color:#8b5cf61a;filter:drop-shadow(0 0 4px rgba(139,92,246,.5))}.admin-live-game-pool-content{display:flex;flex-direction:column;gap:1rem}.admin-live-game-pool-status{display:flex;align-items:center}.admin-live-game-status-badge{display:inline-block;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin-live-game-status-badge.live,.admin-live-game-status-badge.starting{background-color:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.admin-live-game-status-badge.open{background-color:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.admin-live-game-status-badge.waiting{background-color:#f59e0b33;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.admin-live-game-pool-participants{display:flex;align-items:center;gap:.5rem;color:#b8c5d6;font-size:.875rem;font-weight:500}.admin-live-game-participants-icon{width:18px;height:18px;color:#b8c5d6}.admin-live-game-participants-view{display:flex;flex-direction:column;gap:2rem}.admin-live-game-participants-header{display:flex;align-items:center;gap:1rem}.admin-live-game-back-button{background:none;border:none;padding:.25rem;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .3s ease-in-out;flex-shrink:0}.admin-live-game-back-button:hover{background-color:#ffffff0d;color:#3b82f6}.admin-live-game-back-button svg{width:20px;height:20px}.admin-live-game-participants-title{font-size:1.875rem;font-weight:700;color:#fff;margin:0}.admin-live-game-participants-subtitle{font-size:1rem;color:#b8c5d6;margin:0}.admin-live-game-participants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}@media (max-width: 768px){.admin-live-game-participants-grid{grid-template-columns:1fr}}.admin-live-game-participant-card{background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease-in-out;cursor:pointer}.admin-live-game-participant-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000004d,0 0 20px #8b5cf633;border-color:#8b5cf64d}.admin-live-game-participant-header{display:flex;align-items:center;gap:1rem}.admin-live-game-participant-icon{width:20px;height:20px;color:#fff;flex-shrink:0}.admin-live-game-participant-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.admin-live-game-participant-name{font-size:1.125rem;font-weight:600;color:#fff}.admin-live-game-participant-id{font-size:.875rem;color:#b8c5d6;font-family:monospace}.admin-live-game-participant-arrow{width:20px;height:20px;color:#b8c5d6;flex-shrink:0}.admin-live-game-participant-details{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.admin-live-game-participant-status{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#b8c5d6}.admin-live-game-participant-status-dot{width:8px;height:8px;border-radius:50%;background-color:#22c55e;box-shadow:0 0 8px #22c55e99}.admin-live-game-participant-submissions{font-size:.875rem;color:#b8c5d6;font-weight:500}.admin-live-game-submissions-view{display:flex;flex-direction:column;gap:2rem}.admin-live-game-submissions-user-section{display:flex;flex-direction:column;gap:.5rem}.admin-live-game-submissions-user-header{display:flex;align-items:center;gap:1rem;width:100%}.admin-live-game-user-icon{width:20px;height:20px;color:#fff}.admin-live-game-submissions-user-title{font-size:1.875rem;font-weight:700;color:#fff;margin:0}.admin-live-game-submissions-subtitle{font-size:1rem;color:#b8c5d6;margin:0;margin-left:calc(40px + 1.75rem)}.admin-live-game-submissions-log{background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.admin-live-game-submissions-log-header{display:flex;justify-content:space-between;align-items:center}.admin-live-game-submissions-log-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.admin-live-game-submissions-list{display:flex;flex-direction:column;gap:1.5rem}.admin-live-game-submission-item{display:flex;gap:1.5rem;padding:1.5rem;background-color:#0003;border-radius:.5rem;border:1px solid rgba(255,255,255,.05)}.admin-live-game-submission-number{font-size:1.25rem;font-weight:700;color:#b8c5d6;min-width:40px}.admin-live-game-submission-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.admin-live-game-submission-row{display:flex;gap:.5rem;align-items:baseline}.admin-live-game-submission-label{font-size:.875rem;color:#b8c5d6;text-transform:uppercase;font-weight:600;min-width:100px}.admin-live-game-submission-scrambled{font-size:1.125rem;font-weight:700;color:#f59e0b;font-family:monospace}.admin-live-game-submission-submitted{font-size:1.125rem;font-weight:600;color:#fff;font-family:monospace}.admin-live-game-submission-status{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;min-width:120px}.admin-live-game-submission-correct{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;background-color:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.admin-live-game-submission-time{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#b8c5d6}.admin-live-game-submission-time svg{width:16px;height:16px}.admin-chat-page{padding:3rem;max-width:640px;margin:0 auto}.admin-chat-page .admin-chat-page-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem}.admin-chat-page .admin-chat-page-description{font-size:.95rem;color:#fffc;line-height:1.6;margin:0}.admin-chat-page .admin-chat-page-warning{margin-top:1.5rem;padding:1rem;background:#f59e0b26;border:1px solid rgba(245,158,11,.4);border-radius:.5rem;color:#fbbf24;font-size:.9rem}.admin-chat-section{position:relative;display:flex;justify-content:center;align-items:flex-start;width:100%;padding:2rem 0;height:100%;min-height:calc(100vh - 200px);transition:all .3s ease-in-out}.admin-chat-section.expanded{padding:0;align-items:stretch;min-height:calc(100vh - 88px)}.admin-chat-section-close{position:absolute;top:.5rem;right:.5rem;z-index:12;display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;padding:0;background:#0006;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.admin-chat-section-close:hover{background:#ffffff1f;border-color:#fff3}.admin-chat-section-close:active{transform:scale(.96)}.admin-chat-section-close svg{width:20px;height:20px}.admin-chat-window{position:relative;width:100%;max-width:500px;background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;height:calc(100vh - 200px);min-height:600px;max-height:800px;box-shadow:0 8px 32px #0000005e;transition:all .3s ease-in-out}.admin-chat-window.expanded{max-width:100%;width:100%;height:calc(100vh - 88px);min-height:calc(100vh - 88px);max-height:calc(100vh - 88px);border-radius:0;margin:0}.admin-chat-window-standard{max-width:900px;flex-direction:row;min-height:560px}.admin-chat-window-standard.expanded{max-width:100%;min-height:calc(100vh - 88px)}.admin-chat-conversation-list{width:280px;min-width:280px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.1);background-color:#00000026}@media (max-width: 768px){.admin-chat-conversation-list{width:260px;min-width:260px}}.admin-chat-list-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.admin-chat-list-title{flex:1;margin:0;font-size:1rem;font-weight:700;color:#fff;text-align:left}.admin-chat-list-header-spacer{flex:1;min-width:0}.admin-chat-conversation-items{flex:1;overflow-y:auto;min-height:0;display:flex;flex-direction:column;gap:0;padding:1rem 1rem 1.5rem}.admin-chat-conversation-item{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem 1.5rem;margin-bottom:.5rem;border:none;border-bottom:1px solid rgba(255,255,255,.12);background:none;cursor:pointer;text-align:left;color:inherit;font:inherit;border-radius:0;transition:background-color .3s ease-in-out}.admin-chat-conversation-item:last-child{margin-bottom:0;border-bottom:none}.admin-chat-conversation-item:hover{background-color:#ffffff0f}.admin-chat-conversation-item.active{background-color:#3b82f626;border-left:3px solid #3b82f6}.admin-chat-conv-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;font-weight:700;color:#fff}.admin-chat-conv-body{flex:1;min-width:0;position:relative}.admin-chat-conv-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:2px}.admin-chat-conv-name{font-size:.875rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-chat-conv-time{font-size:.75rem;color:#b8c5d6;flex-shrink:0}.admin-chat-conv-preview{font-size:.75rem;color:#b8c5d6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-chat-conv-unread{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#3b82f6;color:#fff;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.admin-chat-conversation-view{flex:1;min-width:0;display:flex;flex-direction:column;background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent)}.admin-chat-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#b8c5d6}.admin-chat-empty-icon{margin-bottom:1.5rem;color:#fff3}.admin-chat-empty-icon svg{width:48px;height:48px}.admin-chat-empty-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#fff}.admin-chat-empty-subtitle{margin:0;font-size:.875rem;color:#b8c5d6;max-width:280px}.admin-chat-avatar-user{font-size:1.25rem;font-weight:700;color:#fff;line-height:1}.admin-chat-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background-color:#0003}.admin-chat-header-left{display:flex;align-items:center;gap:1rem;flex:1}.admin-chat-avatar{position:relative;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#3b82f6);display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-chat-avatar svg{width:24px;height:24px;color:#fff}.admin-chat-status-dot{position:absolute;bottom:2px;right:2px;width:12px;height:12px;border-radius:50%;background-color:#22c55e;border:2px solid rgba(3,5,12,.8);box-shadow:0 0 8px #22c55e99}.admin-chat-header-info{display:flex;flex-direction:column;gap:.25rem}.admin-chat-header-title{font-size:1.125rem;font-weight:700;color:#fff}.admin-chat-header-subtitle{font-size:.875rem;color:#b8c5d6}.admin-chat-back-button{display:none;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;background:none;border:none;border-radius:.5rem;color:#fff;cursor:pointer;transition:all .3s ease-in-out;flex-shrink:0}.admin-chat-back-button:hover{background-color:#ffffff14;color:#fff}.admin-chat-back-button svg{width:20px;height:20px}.admin-chat-expand-button{flex-shrink:0;background:none;border:none;padding:.25rem;cursor:pointer;color:#b8c5d6;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .3s ease-in-out}.admin-chat-expand-button:hover{background-color:#ffffff0d;color:#fff}.admin-chat-expand-button svg{width:20px;height:20px}.admin-chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;min-height:0}.admin-chat-message{display:flex;gap:.5rem;align-items:flex-start}.admin-chat-message-user{align-self:flex-start;flex-direction:row}.admin-chat-message-support{align-self:flex-end;flex-direction:row-reverse}.admin-chat-message-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#3b82f6);display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-chat-message-avatar svg{width:18px;height:18px;color:#fff}.admin-chat-message-content{display:flex;flex-direction:column;gap:.25rem;max-width:37.5%}.admin-chat-message-user .admin-chat-message-content{align-items:flex-start}.admin-chat-message-support .admin-chat-message-content{align-items:flex-end}.admin-chat-message-bubble{background-color:#ffffff1a;color:#fff;padding:1rem 1.5rem;border-radius:.75rem;font-size:1rem;line-height:1.5;border:1px solid rgba(255,255,255,.05)}.admin-chat-message-user .admin-chat-message-bubble{background-color:#3b82f633;border-color:#3b82f64d}.admin-chat-message-time{font-size:.75rem;color:#b8c5d6;padding-left:.5rem}.admin-chat-message-user .admin-chat-message-time{padding-left:.5rem;padding-right:0}.admin-chat-message-support .admin-chat-message-time{padding-left:0;padding-right:.5rem}.admin-chat-input-container{display:flex;align-items:center;gap:.5rem;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);background-color:#0003}.admin-chat-input{flex:1;padding:1rem 1.5rem;border-radius:.75rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1rem;transition:all .3s ease-in-out}.admin-chat-input::placeholder{color:#b8c5d6}.admin-chat-input:focus{outline:none;border-color:#8b5cf680;background-color:#ffffff14}.admin-chat-send-button{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#3b82f6);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;flex-shrink:0}.admin-chat-send-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #3b82f666}.admin-chat-send-button:active{transform:scale(.95)}.admin-chat-send-button svg{width:20px;height:20px;color:#fff}@media (max-width: 1024px){.admin-chat-section{padding:1rem 0;min-height:calc(100vh - 180px)}.admin-chat-window-standard{max-width:100%;margin:0 1rem}.admin-chat-conversation-list{width:240px;min-width:240px}.admin-chat-conversation-items{padding:.5rem 1rem 1rem}.admin-chat-messages{gap:1rem}}@media (max-width: 768px){.admin-chat-section{padding:.5rem;min-height:calc(100vh - 140px);align-items:stretch}.admin-chat-section.expanded{min-height:calc(100vh - 88px)}.admin-chat-window,.admin-chat-window-standard{max-width:100%;width:100%;margin:0;height:calc(100vh - 140px);min-height:400px;max-height:none}.admin-chat-window-standard{flex-direction:column}.admin-chat-window-standard.expanded{height:calc(100vh - 88px);min-height:calc(100vh - 88px)}.admin-chat-window-standard .admin-chat-conversation-list{width:100%;min-width:0;max-height:none;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.admin-chat-window-standard.admin-chat-show-conversation .admin-chat-conversation-list{display:none}.admin-chat-window-standard .admin-chat-conversation-view{flex:1;min-height:0;display:flex;flex-direction:column}.admin-chat-window-standard:not(.admin-chat-show-conversation) .admin-chat-conversation-view{display:none}.admin-chat-back-button{display:flex}.admin-chat-conversation-items{padding:.5rem .5rem 1rem}.admin-chat-conversation-item{padding:1rem 1rem 1.5rem;margin-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.admin-chat-conversation-item:last-child{border-bottom:none;margin-bottom:0}.admin-chat-header{padding:1rem 1.5rem}.admin-chat-messages{padding:1rem;gap:1rem}.admin-chat-input-container{padding:1rem}.admin-chat-message-content{max-width:42.5%}}@media (max-width: 640px){.admin-chat-section{padding:.25rem;min-height:calc(100vh - 120px)}.admin-chat-window,.admin-chat-window-standard{height:calc(100vh - 120px);min-height:360px}.admin-chat-conversation-items{padding:.25rem .5rem .5rem}.admin-chat-conversation-item{padding:.5rem 1rem 1rem;margin-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-chat-conversation-item:last-child{margin-bottom:0;border-bottom:none}.admin-chat-list-header{padding:.5rem 1rem}.admin-chat-list-title{font-size:.875rem}.admin-chat-conv-avatar{width:40px;height:40px;font-size:.9rem}.admin-chat-conv-name,.admin-chat-conv-preview{font-size:.75rem}.admin-chat-header{padding:.5rem 1rem}.admin-chat-avatar{width:40px;height:40px}.admin-chat-avatar svg{width:20px;height:20px}.admin-chat-header-title{font-size:1rem}.admin-chat-header-subtitle{font-size:.75rem}.admin-chat-messages{padding:.5rem 1rem;gap:.5rem}.admin-chat-message-avatar{width:28px;height:28px}.admin-chat-message-avatar svg{width:14px;height:14px}.admin-chat-message-bubble{padding:.5rem 1rem;font-size:.875rem}.admin-chat-input-container{padding:.5rem 1rem;gap:.25rem}.admin-chat-input{padding:.5rem 1rem;font-size:.875rem}.admin-chat-send-button{width:44px;height:44px}.admin-chat-send-button svg{width:18px;height:18px}.admin-chat-empty-state{padding:2rem}.admin-chat-empty-icon svg{width:40px;height:40px}.admin-chat-empty-title{font-size:1rem}.admin-chat-empty-subtitle{font-size:.75rem;max-width:240px}}@media (max-width: 480px){.admin-chat-section{padding:0;min-height:calc(100vh - 100px)}.admin-chat-window,.admin-chat-window-standard{height:calc(100vh - 100px);min-height:320px;border-radius:.75rem}.admin-chat-conversation-items{padding:.25rem .25rem .5rem}.admin-chat-conversation-item{padding:.25rem .5rem .5rem;margin-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-chat-conversation-item:last-child{margin-bottom:0;border-bottom:none}.admin-chat-conv-avatar{width:36px;height:36px;font-size:.85rem}.admin-chat-messages{gap:.5rem}.admin-chat-message-content{max-width:45%}.admin-chat-message-bubble{padding:.25rem .5rem;font-size:.75rem}}@media (max-width: 360px){.admin-chat-window,.admin-chat-window-standard{min-height:280px}.admin-chat-conversation-items{padding:.25rem .25rem .5rem}.admin-chat-conversation-item{padding:.25rem .5rem .5rem;margin-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.admin-chat-conversation-item:last-child{margin-bottom:0;border-bottom:none}.admin-chat-header-title{font-size:.875rem}.admin-chat-conv-name{font-size:.7rem}.admin-chat-messages{gap:.5rem}}.admin-override-section{display:flex;flex-direction:column;gap:2rem;width:100%;box-sizing:border-box;overflow-x:hidden}.admin-override-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;width:100%;box-sizing:border-box}@media (max-width: 768px){.admin-override-header{flex-direction:column;gap:1rem}}.admin-override-title{display:flex;align-items:center;gap:1rem;font-size:2.25rem;font-weight:700;color:#fff;margin:0 0 .25rem}.admin-override-title svg{width:28px;height:28px;color:#ef4444;flex-shrink:0}@media (max-width: 768px){.admin-override-title{font-size:1.5rem;gap:.5rem}.admin-override-title svg{width:24px;height:24px}}@media (max-width: 640px){.admin-override-title{font-size:1.25rem;flex-wrap:wrap}.admin-override-title svg{width:20px;height:20px}}.admin-override-subtitle{font-size:1rem;color:#b8c5d6;margin:0}.admin-override-content{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 1024px){.admin-override-content{grid-template-columns:1fr}}.admin-override-column{background-color:color-mix(in oklab,var(--color-slate-900) 50%,transparent);-webkit-backdrop-filter:blur(10px) saturate(180%);backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.admin-override-column-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#fff;margin:0}.admin-override-column-title svg{width:20px;height:20px;color:#ef4444}.admin-override-controls{display:flex;flex-direction:column;gap:1.5rem}.admin-override-control-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;background-color:#0003;border-radius:.5rem;border:1px solid rgba(255,255,255,.05)}@media (max-width: 768px){.admin-override-control-item{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 640px){.admin-override-control-item{padding:.5rem}}.admin-override-control-info{flex:1}.admin-override-control-label{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.admin-override-control-description{font-size:.875rem;color:#b8c5d6}@media (max-width: 640px){.admin-override-control-description{font-size:.75rem}}.admin-toggle-switch{position:relative;display:inline-block;width:50px;height:26px;flex-shrink:0;cursor:pointer}.admin-toggle-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;padding:0;cursor:pointer;z-index:2}.admin-toggle-switch input:checked+.admin-toggle-slider{background-color:#3b82f6}.admin-toggle-switch input:checked+.admin-toggle-slider:before{transform:translate(24px)}.admin-toggle-switch input:disabled{cursor:not-allowed;pointer-events:none}.admin-toggle-switch input:disabled+.admin-toggle-slider{cursor:not-allowed;opacity:.6}.admin-toggle-switch input:not(:disabled):hover+.admin-toggle-slider{background-color:#ffffff4d}.admin-toggle-switch input:checked:not(:disabled):hover+.admin-toggle-slider{background-color:#4d8ff7}.admin-toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff3;transition:background-color .3s ease;border-radius:26px;pointer-events:none}.admin-toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:transform .3s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 2px 4px #0003}.admin-override-reboot-button{width:100%;padding:1rem 1.5rem;border-radius:.5rem;background-color:#ef4444;color:#fff;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:none;cursor:pointer;transition:all .3s ease-in-out;margin-top:1rem}.admin-override-reboot-button:hover{background-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.admin-override-reboot-button:active{transform:translateY(0)}.admin-override-action-button{padding:.5rem 1.5rem;border-radius:.5rem;background-color:color-mix(in oklab,var(--color-slate-900) 80%,transparent);color:#fff;font-size:.875rem;font-weight:600;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease-in-out;white-space:nowrap}.admin-override-action-button:hover{background-color:color-mix(in oklab,var(--color-slate-900) 60%,transparent);border-color:#fff3;transform:translateY(-2px)}.admin-override-action-button:active{transform:translateY(0)}.admin-live-game-section{display:flex;flex-direction:column;gap:2rem;width:100%;box-sizing:border-box;overflow-x:hidden}.admin-live-game-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;width:100%;box-sizing:border-box}@media (max-width: 768px){.admin-live-game-header{flex-direction:column;gap:1rem}}.admin-live-game-title{font-size:2.25rem;font-weight:700;color:#fff;margin:0 0 .25rem}@media (max-width: 768px){.admin-live-game-title{font-size:1.5rem}}@media (max-width: 640px){.admin-live-game-title{font-size:1.25rem}}.admin-live-game-subtitle{font-size:1rem;color:#b8c5d6;margin:0}@media (max-width: 1024px){.admin-metrics,.admin-pools-grid,.admin-override-content{grid-template-columns:1fr}.admin-transactions-table{font-size:.75rem}.admin-transactions-table th,.admin-transactions-table td{padding:.5rem 1rem}}@media (max-width: 768px){.admin-sidebar{width:240px}.admin-header-right{gap:.5rem}.admin-wallet-title,.admin-transactions-title,.admin-override-title,.admin-live-game-title{font-size:1.5rem}.admin-wallet-card{padding:1.5rem}.admin-transactions-filters{flex-direction:column;width:100%;gap:.5rem}.admin-transactions-filter-select,.admin-transactions-refresh-button{width:100%}.admin-transactions-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-transactions-table{min-width:600px;font-size:.75rem}.admin-transactions-table th,.admin-transactions-table td{padding:.25rem .5rem;white-space:nowrap}.admin-transactions-table th{font-size:.75rem}.admin-override-column{padding:1.5rem}.admin-override-control-item{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-override-control-info{width:100%}.admin-toggle-switch{align-self:flex-end}.admin-override-action-button{width:100%}}@media (max-width: 640px){.admin-wallet-title,.admin-transactions-title,.admin-override-title,.admin-live-game-title,.admin-pools-title{font-size:1.25rem}.admin-wallet-subtitle,.admin-transactions-subtitle,.admin-override-subtitle,.admin-live-game-subtitle{font-size:.875rem}.admin-wallet-card{padding:1rem;gap:1rem}.admin-transactions-header{gap:1rem}.admin-transactions-table{min-width:500px;font-size:.7rem}.admin-transactions-table th,.admin-transactions-table td{padding:.25rem}.admin-transactions-table th{font-size:.65rem}.admin-metric-card,.admin-pool-card{padding:.25rem}.admin-create-pool-button{font-size:.7rem;padding:.25rem .5rem}.admin-transaction-type-badge{font-size:.65rem;padding:2px .25rem}.admin-override-column{padding:1rem}.admin-override-column-title{font-size:1.125rem}.admin-override-control-label{font-size:.875rem}.admin-override-control-description{font-size:.75rem}.admin-override-reboot-button{padding:.5rem 1rem;font-size:.875rem}.admin-metric-icon{width:40px;height:40px}.admin-metric-icon svg{width:20px;height:20px}.admin-metric-value{font-size:1.5rem}.admin-metric-label{font-size:.75rem}}@media (max-width: 480px){.admin-content{padding:.25rem}.admin-metrics,.admin-pools-grid,.admin-transactions-filters{gap:.25rem}.admin-transactions-table{min-width:400px;font-size:.65rem}.admin-transactions-table th,.admin-transactions-table td{padding:4px 6px}.admin-transactions-table th{font-size:.6rem}.admin-pool-card-actions{flex-direction:column;gap:.25rem}.admin-pool-action-button{width:100%;padding:.25rem;font-size:.7rem}.admin-metric-icon{width:32px;height:32px}.admin-metric-icon svg{width:18px;height:18px}.admin-metric-value{font-size:1rem}.admin-wallet-card{padding:.5rem}.admin-override-column{padding:1rem}.admin-sidebar{width:220px;padding:.5rem}.admin-header{padding:.25rem .5rem}.admin-create-pool-button{font-size:.7rem;padding:.25rem .5rem}}.admin-system-pools{padding:1.5rem;max-width:1400px;margin:0 auto}.admin-system-pools-header{margin-bottom:2rem}.admin-system-pools-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .25rem}.admin-system-pools-subtitle{font-size:.875rem;color:#b8c5d6;margin:0}.admin-system-pools-section{margin-bottom:3rem;padding:1.5rem;background:#03050c80;border:1px solid rgba(255,255,255,.08);border-radius:.75rem}.admin-system-pools-section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.admin-system-pools-section-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 1rem}.admin-system-pools-form{margin-top:1rem}.admin-system-pools-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.admin-system-pools-form-grid--wide{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.admin-system-pools-label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#b8c5d6}.admin-system-pools-label--full{grid-column:1/-1}.admin-system-pools-input{padding:.5rem 1rem;font-size:1rem;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;min-height:40px}.admin-system-pools-input::placeholder{color:#b8c5d6;opacity:.7}select.admin-system-pools-input{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem}select.admin-system-pools-input:hover{border-color:#ffffff40}select.admin-system-pools-input:focus{outline:none;border-color:#3b82f680;box-shadow:0 0 0 2px #3b82f633}select.admin-system-pools-input option{background:var(--color-slate-900, #0f172a);color:#fff;padding:.5rem 1rem;font-size:1rem}.admin-system-pools-form-actions{display:flex;flex-wrap:wrap;gap:.5rem}.admin-system-pools-table-wrap{overflow-x:auto}.admin-categories-table-id{font-family:ui-monospace,monospace;font-size:.75rem;max-width:none;white-space:nowrap;word-break:break-all}.admin-system-pools-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-system-pools-table th,.admin-system-pools-table td{padding:.5rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.admin-system-pools-table th{font-weight:600;color:#b8c5d6}.admin-system-pools-table td{color:#fff}.admin-system-pools-table tbody tr:hover{background:#ffffff08}.admin-system-pools-delete-confirm{display:inline-flex;gap:.25rem}.admin-system-pools .admin-pools-loading,.admin-system-pools .admin-pools-error,.admin-system-pools .admin-pools-empty{padding:2rem;text-align:center;color:#b8c5d6;background:#03050c66;border-radius:.5rem;border:1px solid rgba(255,255,255,.06)}.admin-system-pools .admin-pools-loading p,.admin-system-pools .admin-pools-error p,.admin-system-pools .admin-pools-empty p{margin:0 0 .5rem}.kyc-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center;z-index:1050;padding:1.5rem;padding-top:72px;animation:kycFadeIn .3s ease-out;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.kyc-modal-overlay{padding:1rem;padding-top:max(72px,env(safe-area-inset-top))}}@media (max-width: 480px){.kyc-modal-overlay{padding:.5rem;padding-top:max(64px,env(safe-area-inset-top));padding-left:max(.5rem,env(safe-area-inset-left));padding-right:max(.5rem,env(safe-area-inset-right));padding-bottom:max(.5rem,env(safe-area-inset-bottom))}}@keyframes kycFadeIn{0%{opacity:0}to{opacity:1}}.kyc-modal-dialog{background:color-mix(in oklab,var(--color-slate-900, #0f172a) 92%,transparent);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:1rem;width:100%;max-width:480px;max-height:calc(100vh - 72px - 1.5rem);overflow-y:auto;box-shadow:0 20px 60px #00000080;animation:kycSlideUp .3s ease-out;-webkit-overflow-scrolling:touch;margin-top:0;margin-left:auto;margin-right:auto}@media (max-width: 768px){.kyc-modal-dialog{max-width:100%;max-height:calc(100vh - 72px - 1rem);border-radius:.75rem}}@media (max-width: 480px){.kyc-modal-dialog{max-height:calc(100vh - 64px - .5rem);min-height:0;border-radius:.5rem;margin-top:0;margin-bottom:max(1rem,env(safe-area-inset-bottom))}}@keyframes kycSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.kyc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}@media (max-width: 480px){.kyc-modal-header{padding:1rem 1.5rem}}.kyc-modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#fff;line-height:1.3;padding-right:1rem}@media (max-width: 480px){.kyc-modal-title{font-size:1.1rem}}.kyc-modal-close{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s,background .2s;min-width:44px;min-height:44px}.kyc-modal-close:hover{color:#fff;background:#ffffff14}.kyc-modal-close:disabled{opacity:.5;cursor:not-allowed}.kyc-modal-description{margin:0;padding:1rem 2rem 0;font-size:.9rem;color:#ffffffbf;line-height:1.45}@media (max-width: 480px){.kyc-modal-description{padding:.5rem 1.5rem 0;font-size:.85rem}}.kyc-form{padding:2rem}@media (max-width: 640px){.kyc-form{padding:1.5rem}}@media (max-width: 480px){.kyc-form{padding:1rem 1.5rem 1.5rem}}.kyc-field{margin-bottom:1.5rem}@media (max-width: 480px){.kyc-field{margin-bottom:1rem}}.kyc-field label{display:block;margin-bottom:.25rem;font-size:.875rem;font-weight:500;color:#ffffffe6}.kyc-field input[type=text],.kyc-field input[type=tel],.kyc-field textarea,.kyc-field select{width:100%;min-width:0;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;background:#ffffff0f;color:#fff;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.kyc-field input[type=text]::placeholder,.kyc-field input[type=tel]::placeholder,.kyc-field textarea::placeholder,.kyc-field select::placeholder{color:#fff6}.kyc-field input[type=text]:focus,.kyc-field input[type=tel]:focus,.kyc-field textarea:focus,.kyc-field select:focus{outline:none;border-color:#8b5cf680;box-shadow:0 0 0 3px #8b5cf626}.kyc-field input[type=text]:disabled,.kyc-field input[type=tel]:disabled,.kyc-field textarea:disabled,.kyc-field select:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 480px){.kyc-field input[type=text],.kyc-field input[type=tel],.kyc-field textarea,.kyc-field select{font-size:16px;padding:1rem;min-height:44px}}.kyc-field select,.kyc-field #kyc-documentType{cursor:pointer;color:#fff;background-color:#1e293b}.kyc-field select option,.kyc-field #kyc-documentType option{color:#fff;background-color:#1e293b}.kyc-field .kyc-phone-row{display:flex;gap:.5rem;width:100%;align-items:stretch}.kyc-field .kyc-phone-row .kyc-phone-code{flex-shrink:0;width:5rem;min-width:0;cursor:pointer;color:#fff;background-color:#1e293b;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;padding:.5rem 1rem;font-size:1rem}.kyc-field .kyc-phone-row .kyc-phone-code option{color:#fff;background-color:#1e293b}@media (max-width: 480px){.kyc-field .kyc-phone-row .kyc-phone-code{width:4.5rem;font-size:16px;padding:1rem;min-height:44px}}.kyc-field .kyc-phone-row .kyc-phone-input{flex:1;min-width:0}.kyc-field textarea{resize:vertical;min-height:80px}@media (max-width: 480px){.kyc-field textarea{min-height:72px}}.kyc-field input[type=file]{width:100%;min-width:0;padding:.5rem 0;color:#ffffffd9;font-size:.9rem}.kyc-field input[type=file]::file-selector-button{margin-right:1rem;padding:.25rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff14;color:inherit;cursor:pointer;font-size:.875rem}@media (max-width: 480px){.kyc-field input[type=file]{padding:1rem 0}.kyc-field input[type=file]::file-selector-button{padding:.5rem 1rem;min-height:44px}}.kyc-field .kyc-document-label{display:block;margin-bottom:.25rem;font-size:.875rem;font-weight:500;color:#ffffffe6}.kyc-field .kyc-document-row{display:flex;gap:1rem;flex-wrap:wrap}.kyc-field .kyc-document-half{flex:1;min-width:140px}.kyc-field .kyc-document-sublabel{display:block;margin-bottom:.25rem;font-size:.8rem;color:#ffffffa6}@media (max-width: 480px){.kyc-field .kyc-document-row{flex-direction:column}.kyc-field .kyc-document-half{min-width:0}}.kyc-input-error{border-color:#ef444499!important}.kyc-error{display:block;margin-top:.25rem;font-size:.8rem;color:#f87171}.kyc-error-submit{margin-top:.5rem;margin-bottom:.25rem;font-size:.9rem}.kyc-file-name{display:block;margin-top:.25rem;font-size:.85rem;color:#fff9}.kyc-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap}@media (max-width: 480px){.kyc-actions{flex-direction:column-reverse;margin-top:1.5rem;padding-top:1rem;gap:.5rem}}.kyc-btn{padding:.5rem 1.5rem;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:opacity .2s,background .2s}.kyc-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.kyc-btn{width:100%;min-height:44px;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:center}}.kyc-btn-cancel{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff}.kyc-btn-cancel:hover:not(:disabled){background:#ffffff1f}.kyc-btn-submit{background:linear-gradient(135deg,#8b5cf6e6,#6366f1e6);border:none;color:#fff}.kyc-btn-submit:hover:not(:disabled){filter:brightness(1.08)}.profile-kyc-card .profile-kyc-hint{margin:0 0 1rem;font-size:.9rem;color:#ffffffb3;line-height:1.4}@media (max-width: 480px){.profile-kyc-card .profile-kyc-hint{font-size:.85rem}}.admin-kyc-view,.admin-kyc-page{position:relative;z-index:0}.admin-kyc-detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1;padding:1.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.admin-kyc-detail-overlay{padding:1rem;align-items:flex-start;padding-top:max(1rem,env(safe-area-inset-top))}}@media (max-width: 480px){.admin-kyc-detail-overlay{padding:.5rem;padding-left:max(.5rem,env(safe-area-inset-left));padding-right:max(.5rem,env(safe-area-inset-right));padding-bottom:max(.5rem,env(safe-area-inset-bottom))}}.admin-kyc-detail-dialog{background:color-mix(in oklab,var(--color-slate-900, #0f172a) 92%,transparent);border:1px solid rgba(255,255,255,.1);border-radius:1rem;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080;-webkit-overflow-scrolling:touch;margin:auto}@media (max-width: 768px){.admin-kyc-detail-dialog{max-height:95vh;margin-top:0;margin-bottom:max(1rem,env(safe-area-inset-bottom))}}@media (max-width: 480px){.admin-kyc-detail-dialog{max-height:none;border-radius:.5rem}}.admin-kyc-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}@media (max-width: 480px){.admin-kyc-detail-header{padding:1rem 1.5rem}}.admin-kyc-detail-header h2{margin:0;font-size:1.25rem;font-weight:600;line-height:1.3;padding-right:1rem}@media (max-width: 480px){.admin-kyc-detail-header h2{font-size:1.1rem}}.admin-kyc-detail-close{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.admin-kyc-detail-close:hover{color:#fff;background:#ffffff14}.admin-kyc-detail-body{padding:2rem}@media (max-width: 480px){.admin-kyc-detail-body{padding:1rem 1.5rem 1.5rem}}.admin-kyc-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 2rem;margin-bottom:2rem}@media (max-width: 640px){.admin-kyc-detail-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}}.admin-kyc-detail-field--full{grid-column:1/-1}.admin-kyc-detail-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;margin-bottom:.25rem}.admin-kyc-detail-value{font-size:.95rem;color:#fffffff2;word-break:break-word}.admin-kyc-detail-doc{margin-bottom:2rem}.admin-kyc-document-list{margin-top:.25rem;display:flex;flex-direction:column;gap:.5rem}.admin-kyc-doc-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;background:#0003}.admin-kyc-doc-name{font-size:.9rem;color:#ffffffe6;word-break:break-all}.admin-kyc-doc-view-btn{flex-shrink:0;padding:.5rem 1rem;min-height:44px;font-size:.9rem;font-weight:500;color:#6366f1;background:#6366f126;border:1px solid rgba(99,102,241,.3);border-radius:.5rem;cursor:pointer}.admin-kyc-doc-view-btn:hover:not(:disabled){background:#6366f140}.admin-kyc-doc-view-btn:disabled{opacity:.6;cursor:not-allowed}.admin-kyc-document-preview{margin-top:.25rem;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;overflow:hidden;background:#0003}.admin-kyc-doc-img{display:block;max-width:100%;max-height:320px;object-fit:contain}@media (max-width: 480px){.admin-kyc-doc-img{max-height:240px}}.admin-kyc-doc-link{display:inline-block;padding:1rem 1.5rem;min-height:44px;line-height:1.4;color:#6366f1;text-decoration:none}.admin-kyc-doc-link:hover{text-decoration:underline}.admin-kyc-doc-missing{margin:.5rem 0 0;font-size:.9rem;color:#ffffff80}.admin-kyc-status-badge{display:inline-block;padding:2px 8px;font-size:.75rem;font-weight:600;text-transform:uppercase;border-radius:.375rem}.admin-kyc-status-badge--pending{background:#eab30833;color:#eab308}.admin-kyc-status-badge--approved{background:#22c55e33;color:#22c55e}.admin-kyc-status-badge--rejected{background:#ef444433;color:#ef4444}.admin-kyc-doc-viewer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2;display:flex;align-items:center;justify-content:center;padding:1.5rem;box-sizing:border-box}@media (min-width: 769px){.admin-kyc-doc-viewer-overlay{padding-top:72px;align-items:flex-start}}.admin-kyc-doc-viewer-dialog{background:var(--color-slate-900, #0f172a);border:1px solid rgba(255,255,255,.15);border-radius:.75rem;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000080}@media (min-width: 769px){.admin-kyc-doc-viewer-dialog{max-height:calc(100vh - 72px - 3rem);margin-top:1.5rem}}.admin-kyc-doc-viewer-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.admin-kyc-doc-viewer-title{font-size:.95rem;font-weight:500;color:#fffffff2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-kyc-doc-viewer-close{flex-shrink:0;padding:.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fffc;cursor:pointer;border-radius:.5rem}.admin-kyc-doc-viewer-close:hover{background:#ffffff1a;color:#fff}.admin-kyc-doc-viewer-body{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0000004d}.admin-kyc-doc-viewer-img{max-width:100%;max-height:calc(90vh - 120px);object-fit:contain;display:block}.admin-kyc-doc-viewer-iframe{width:100%;height:calc(90vh - 120px);min-height:400px;border:none;border-radius:.5rem;background:#fff}.admin-kyc-reject-form{margin-bottom:1.5rem}.admin-kyc-reject-form label{display:block;margin-bottom:.25rem;font-size:.875rem;color:#ffffffd9}.admin-kyc-reject-textarea{width:100%;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;background:#ffffff0f;color:#fff;font-size:1rem;resize:vertical;min-height:80px;margin-bottom:1rem;box-sizing:border-box}.admin-kyc-reject-textarea:focus{outline:none;border-color:#8b5cf680}@media (max-width: 480px){.admin-kyc-reject-textarea{min-height:72px;font-size:16px;padding:1rem}}.admin-kyc-detail-actions{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}@media (max-width: 480px){.admin-kyc-detail-actions{flex-direction:column-reverse;gap:.5rem}.admin-kyc-detail-actions .admin-pending-btn,.admin-kyc-detail-actions .admin-pending-btn-approve,.admin-kyc-detail-actions .admin-pending-btn-reject,.admin-kyc-detail-actions .admin-pending-btn-cancel{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center}}.admin-pending-item--clickable{cursor:pointer;transition:background .2s;min-height:44px}.admin-pending-item--clickable:hover{background:#ffffff0d}@media (max-width: 640px){.admin-pending-item--clickable{flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem}}.admin-pending-item-arrow{margin-left:auto;font-size:.9rem;color:#ffffff80;flex-shrink:0}@media (max-width: 640px){.admin-pending-item-arrow{margin-left:0;margin-top:.25rem}}.admin-pending-btn-cancel{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff}.admin-pending-btn-cancel:hover:not(:disabled){background:#ffffff1f}.admin-referral-dashboard{padding:1.5rem 3rem;max-width:900px}.admin-referral-header{margin-bottom:3rem}.admin-referral-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .25rem}.admin-referral-subtitle{font-size:1rem;color:#ffffffa6;margin:0}.admin-referral-section-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 1rem}.admin-referral-phase-section{margin-bottom:3rem;padding:1.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:.75rem}.admin-referral-phase-toggles{display:inline-flex;gap:0;align-items:stretch;padding:4px;background:#00000040;border-radius:.75rem;border:1px solid rgba(255,255,255,.1)}.admin-referral-phase-btn{padding:.5rem 2rem;font-size:1rem;font-weight:600;color:#ffffffa6;background:transparent;border:none;border-radius:calc(.75rem - 2px);cursor:pointer;transition:all .2s ease}.admin-referral-phase-btn:hover:not(:disabled):not(.active){background:#ffffff14;color:#ffffffe6}.admin-referral-phase-btn.active{background:#8b5cf680;color:#fff;box-shadow:0 0 0 1px #8b5cf666,0 2px 8px #8b5cf640;pointer-events:auto}.admin-referral-phase-btn:disabled{opacity:.7;cursor:not-allowed}.admin-referral-phase-loading{display:inline-block;margin-left:1rem;font-size:.875rem;color:#fff9}.admin-referral-settings-section{margin-bottom:3rem}.admin-referral-loading,.admin-referral-empty{color:#fff9;font-size:1rem;margin:0}.admin-referral-settings-card{padding:1.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:.75rem}.admin-referral-settings-grid{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.admin-referral-setting-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.admin-referral-setting-label{font-size:1rem;color:#fffc}.admin-referral-setting-value{font-size:1rem;font-weight:500;color:#fff}.admin-referral-setting-input{width:140px;padding:.5rem 1rem;font-size:1rem;color:#fff;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:.5rem}.admin-referral-setting-input:focus{outline:none;border-color:#8b5cf680}.admin-referral-save-btn{padding:.5rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#8b5cf6cc;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease-in-out}.admin-referral-save-btn:hover:not(:disabled){background:#8b5cf6}.admin-referral-save-btn:disabled{opacity:.6;cursor:not-allowed}.admin-referral-pending-section{margin-bottom:3rem}.admin-referral-pending-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.admin-referral-refresh-btn{padding:.5rem 1rem;font-size:.875rem;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;cursor:pointer;transition:all .3s ease-in-out}.admin-referral-refresh-btn:hover:not(:disabled){background:#ffffff1f}.admin-referral-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.admin-referral-pending-list{display:flex;flex-direction:column;gap:1rem}.admin-referral-pending-item{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding:1rem 1.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.admin-referral-pending-item-info{flex:1;min-width:0}.admin-referral-pending-item-main{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.admin-referral-pending-amount{font-size:1.125rem;font-weight:700;color:#fff}.admin-referral-pending-user{font-size:1rem;color:#fffc}.admin-referral-pending-item-details{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem;font-size:.875rem;color:#ffffff8c}.admin-referral-pending-date,.admin-referral-pending-id{margin:0}.admin-referral-pending-actions{display:flex;gap:.5rem;flex-shrink:0}.admin-referral-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease-in-out}.admin-referral-btn:disabled{opacity:.6;cursor:not-allowed}.admin-referral-btn-approve{color:#fff;background:#22c55ecc}.admin-referral-btn-approve:hover:not(:disabled){background:#22c55e}.admin-referral-btn-reject{color:#fff;background:#ef4444cc}.admin-referral-btn-reject:hover:not(:disabled){background:#ef4444}.admin-referral-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1050;padding:1.5rem}.admin-referral-modal{width:100%;max-width:420px;padding:2rem;background:#141b2d;border:1px solid rgba(255,255,255,.12);border-radius:.75rem;box-shadow:0 24px 48px #0006}.admin-referral-modal-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem}.admin-referral-modal-desc{font-size:.875rem;color:#ffffffa6;margin:0 0 1rem}.admin-referral-modal-textarea{width:100%;padding:1rem;font-size:1rem;color:#fff;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;resize:vertical;margin-bottom:1.5rem;box-sizing:border-box}.admin-referral-modal-textarea:focus{outline:none;border-color:#8b5cf680}.admin-referral-modal-textarea::placeholder{color:#fff6}.admin-referral-modal-actions{display:flex;justify-content:flex-end;gap:1rem}.create-pool-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1050;padding:1.5rem;animation:fadeIn .3s ease-out}@media (max-width: 768px){.create-pool-modal-overlay{padding:1rem}}.create-pool-modal{background-color:color-mix(in oklab,var(--color-slate-900) 80%,transparent);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:1rem;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease-out;position:relative}@media (max-width: 768px){.create-pool-modal{max-width:100%;max-height:95vh;border-radius:.75rem}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.create-pool-modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;background-color:color-mix(in oklab,var(--color-slate-900) 80%,transparent);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);z-index:1;border-radius:1rem 1rem 0 0}@media (max-width: 768px){.create-pool-modal-header{padding:1.5rem}}.create-pool-modal-header-text{display:flex;flex-direction:column;gap:.25rem}.create-pool-modal-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.create-pool-modal-subtitle{font-size:.875rem;color:#b8c5d6;margin:0;max-width:480px;line-height:1.4}.create-pool-modal-close{background:transparent;border:none;color:#b8c5d6;cursor:pointer;padding:.25rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.create-pool-modal-close:hover{color:#fff;background:#ffffff1a}.create-pool-modal-close svg{width:24px;height:24px}.create-pool-modal-form{padding:2rem;display:flex;flex-direction:column;gap:3rem}@media (max-width: 768px){.create-pool-modal-form{padding:1.5rem;gap:2rem}}.create-pool-form-section{display:flex;flex-direction:column;gap:1.5rem}.create-pool-section-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.create-pool-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.create-pool-form-row{grid-template-columns:1fr}}.create-pool-form-group{display:flex;flex-direction:column;gap:.25rem}.create-pool-label{font-size:.875rem;font-weight:500;color:#fff;display:flex;align-items:center;gap:.25rem}.create-pool-label .required{color:#ef4444}.create-pool-input,.create-pool-select{padding:1rem;background-color:color-mix(in oklab,var(--color-slate-900) 60%,transparent);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:all .3s ease-in-out}.create-pool-input:focus,.create-pool-select:focus{outline:none;border-color:#8b5cf680;box-shadow:0 0 0 3px #8b5cf61a}.create-pool-input::placeholder,.create-pool-select::placeholder{color:#8a9ba8}.create-pool-input.error,.create-pool-select.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.create-pool-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.create-pool-hint{font-size:.75rem;color:#8a9ba8;margin-top:-.25rem;display:block}.create-pool-info{font-size:.75rem;color:#b8c5d6;margin:.5rem 0 0;padding:.5rem 1rem;background:#3b82f61f;border:1px solid rgba(59,130,246,.3);border-radius:.5rem;line-height:1.4}.create-pool-hint-features{margin-top:.5rem}.create-pool-error{font-size:.75rem;color:#ef4444;margin-top:-.25rem}.create-pool-error-block{margin-top:.5rem;margin-bottom:0;font-size:.875rem}.create-pool-modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:1rem}@media (max-width: 640px){.create-pool-modal-actions{flex-direction:column-reverse}}.create-pool-button{padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;border:none;min-width:120px}@media (max-width: 640px){.create-pool-button{width:100%}}.create-pool-button.cancel{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}.create-pool-button.cancel:hover{background:#ffffff1a;border-color:#fff3}.create-pool-button.submit{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 15px #3b82f64d}.create-pool-button.submit:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.create-pool-button.submit:active{transform:translateY(0)}.create-pool-button.submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.pool-details-modal .pool-details-content{padding:2rem}@media (max-width: 768px){.pool-details-modal .pool-details-content{padding:1.5rem}}.pool-details-title-row{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.pool-details-pool-title{font-size:1.25rem;font-weight:600;color:var(--color-slate-100, #f1f5f9);margin:0}.pool-details-status-badge{padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;background:#ffffff1a;color:var(--color-slate-300, #cbd5e1)}.pool-details-status-badge.draft{background:#94a3b833;color:#94a3b8}.pool-details-status-badge.open{background:#22c55e33;color:#22c55e}.pool-details-status-badge.waiting{background:#eab30833;color:#eab308}.pool-details-status-badge.live{background:#22c55e33;color:#22c55e}.pool-details-status-badge.ended{background:#64748b33;color:#64748b}.pool-details-questions-section{margin-bottom:2rem}.pool-details-questions-label{font-size:1rem;color:var(--color-slate-300, #cbd5e1);margin:0 0 .25rem}.pool-details-questions-label strong{color:var(--color-slate-100, #f1f5f9)}.pool-details-questions-hint{font-size:.875rem;color:var(--color-slate-400, #94a3b8);margin:0}.pool-details-actions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.pool-details-generate-btn{display:inline-flex;align-items:center;gap:.5rem;min-width:200px;justify-content:center}.pool-details-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:pool-details-spin .7s linear infinite}@keyframes pool-details-spin{to{transform:rotate(360deg)}}.p2p-challenge-manage-wrap{max-width:720px;margin:0 auto}.p2p-question-card{padding:1rem!important}.p2p-challenge-manage{max-width:720px;margin:0 auto;padding:1.5rem}.p2p-challenge-manage-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.p2p-challenge-manage-back{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;color:#fff;cursor:pointer;transition:background .3s ease-in-out,border-color .3s ease-in-out}.p2p-challenge-manage-back:hover{background:#ffffff1f;border-color:#ffffff40}.p2p-challenge-manage-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .25rem}.p2p-challenge-manage-meta{font-size:.875rem;color:#b8c5d6;margin:0}.p2p-challenge-manage-actions{margin-bottom:1.5rem}.p2p-challenge-manage-btn-add{padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff;background:#22c55e33;border:1px solid rgba(34,197,94,.4);border-radius:.5rem;cursor:pointer;transition:background .3s ease-in-out}.p2p-challenge-manage-btn-add:hover{background:#22c55e4d}.p2p-challenge-add-form{padding:1.5rem;margin-bottom:2rem;background:color-mix(in oklab,var(--color-slate-900, #0f172a) 90%,transparent);border:1px solid rgba(255,255,255,.1);border-radius:.75rem}.p2p-challenge-form-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 1rem}.p2p-challenge-form-group{margin-bottom:1rem}.p2p-challenge-form-group label{display:block;font-size:.875rem;font-weight:500;color:#b8c5d6;margin-bottom:.25rem}.p2p-challenge-form-group input{width:100%;padding:.5rem 1rem;font-size:1rem;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:.5rem}.p2p-challenge-form-group input::placeholder{color:#b8c5d6;opacity:.8}.p2p-challenge-form-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.p2p-challenge-form-cancel{padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;color:#b8c5d6;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer}.p2p-challenge-form-cancel:hover{color:#fff;background:#ffffff0f}.p2p-challenge-form-submit{padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff;background:#22c55e40;border:1px solid rgba(34,197,94,.5);border-radius:.5rem;cursor:pointer}.p2p-challenge-form-submit:hover:not(:disabled){background:#22c55e59}.p2p-challenge-form-submit:disabled{opacity:.7;cursor:not-allowed}.p2p-challenge-questions-section{padding:1.5rem 0}.p2p-challenge-questions-heading{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 1rem}.p2p-challenge-loading,.p2p-challenge-error,.p2p-challenge-empty{font-size:.875rem;color:#b8c5d6;margin:0}.p2p-challenge-error{color:#ef4444}.p2p-challenge-retry{margin-left:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;color:#fff;background:#ffffff1a;border:none;border-radius:.375rem;cursor:pointer}.p2p-challenge-retry:hover{background:#ffffff26}.p2p-challenge-questions-list{list-style:none;margin:0;padding:0}.p2p-challenge-question-item{padding:.5rem 1rem;margin-bottom:.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;font-size:.875rem}.p2p-challenge-q-prompt{color:#fff}.p2p-challenge-q-answer{color:#b8c5d6;margin-left:.5rem}.p2p-creator-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.p2p-button-play{background:#22c55e33;border:1px solid rgba(34,197,94,.4);color:var(--color-green, #22c55e)}.p2p-button-play:hover{background:#22c55e4d}.p2p-button-start{background:#22c55e33;border:1px solid rgba(34,197,94,.4);color:var(--color-green, #22c55e)}.p2p-button-start:hover:not(:disabled){background:#22c55e4d}.p2p-button-cancel{background:#ef444426;border:1px solid rgba(239,68,68,.35);color:var(--color-red, #ef4444)}.p2p-button-cancel:hover:not(:disabled){background:#ef444440}.p2p-leaderboard{margin-top:1rem}.p2p-leaderboard-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.p2p-leaderboard-item{display:grid;grid-template-columns:3rem 1fr auto auto;align-items:center;gap:1rem;padding:.5rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;font-size:.875rem}.p2p-leaderboard-rank{font-weight:700;color:#b8c5d6}.p2p-leaderboard-username{color:#fff}.p2p-leaderboard-score{color:#b8c5d6}.p2p-leaderboard-accuracy{color:#fff;font-weight:500}.p2p-arena .p2p-arena-question-text{font-size:clamp(1rem,2.5vw,1.25rem);color:#fff;text-align:center;margin:0 0 1rem;line-height:1.5;max-width:min(560px,100%)}.p2p-arena .p2p-arena-options{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:min(500px,100vw - 2rem)}.p2p-arena .p2p-arena-option{padding:1rem 1.5rem;font-size:clamp(.9375rem,2.5vw,1.125rem);font-weight:500;color:#fff;background:#1a2332cc;border:2px solid rgba(34,211,238,.35);border-radius:.5rem;cursor:pointer;transition:background .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;text-align:left;min-height:44px}.p2p-arena .p2p-arena-option:hover:not(:disabled){background:#22d3ee1f;border-color:#22d3ee99;box-shadow:0 0 12px #22d3ee40}.p2p-arena .p2p-arena-option.p2p-arena-option--selected{border-color:#22d3ee;background:#22d3ee33;box-shadow:0 0 15px #22d3ee4d}.p2p-arena .p2p-arena-option:disabled{opacity:.7;cursor:not-allowed}.toast-wrapper{position:fixed;top:2rem;right:2rem;z-index:10000;display:flex;flex-direction:column;gap:1rem;pointer-events:none;max-width:400px;width:100%}@media (max-width: 768px){.toast-wrapper{top:1rem;right:1rem;left:1rem;max-width:none}}@media (max-width: 640px){.toast-wrapper{top:.5rem;right:.5rem;left:.5rem}}.toast-badge{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border-radius:.75rem;border:1px solid;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a;pointer-events:auto;cursor:pointer;transition:all .3s ease-in-out;animation:toastSlideIn .3s ease-out;position:relative;overflow:hidden}.toast-badge:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 100%);pointer-events:none}.toast-badge:hover{transform:translate(-4px);box-shadow:0 12px 40px #0006,inset 0 1px #ffffff26}@media (max-width: 640px){.toast-badge{padding:.5rem 1rem}}.toast-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px}.toast-icon svg{width:100%;height:100%}.toast-message{flex:1;font-size:.875rem;font-weight:500;line-height:1.5;color:inherit}.toast-close{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;color:inherit;cursor:pointer;opacity:.7;transition:opacity .3s ease-in-out;flex-shrink:0;padding:0}.toast-close:hover{opacity:1}.toast-close svg{width:16px;height:16px}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastFadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.toast-fade-out{animation:toastFadeOut .3s ease-out forwards}.landing-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#010409,#030712,#050810,#0a0f1f,#0a0f1f);color:#fff;line-height:1.6;overflow-x:hidden;min-height:100vh;position:relative;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.landing-page:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(96,165,250,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.08) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(236,72,153,.05) 0%,transparent 50%),radial-gradient(circle at 10% 80%,rgba(16,185,129,.05) 0%,transparent 50%);animation:backgroundPulse 8s ease-in-out infinite;z-index:0;pointer-events:none}.landing-page .landing-page-grain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}.landing-page:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(0deg,transparent 24%,rgba(96,165,250,.05) 25%,rgba(96,165,250,.05) 26%,transparent 27%,transparent 74%,rgba(139,92,246,.05) 75%,rgba(139,92,246,.05) 76%,transparent 77%,transparent),linear-gradient(90deg,transparent 24%,rgba(236,72,153,.05) 25%,rgba(236,72,153,.05) 26%,transparent 27%,transparent 74%,rgba(16,185,129,.05) 75%,rgba(16,185,129,.05) 76%,transparent 77%,transparent);background-size:50px 50px;animation:gridMove 20s linear infinite;z-index:0;pointer-events:none;opacity:.2}.landing-page>*{position:relative;z-index:1}.landing-page .container{max-width:1400px;margin:-40px auto 0;padding:0 2rem;width:100%;box-sizing:border-box}.landing-page .section-title,.landing-page .card-title,.landing-page .card-description,.landing-page .step-title,.landing-page .step-description,.landing-page .about-text,.landing-page .hero-subtext{overflow-wrap:break-word;word-break:break-word}.landing-page .landing-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.75rem 2rem;width:100%;min-height:56px;pointer-events:none}.landing-page .landing-header>*{pointer-events:auto}.landing-page .landing-header .landing-logo-glass{position:absolute;left:2rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;padding:.35rem 1rem .35rem .75rem;background:#ffffff0f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:9999px;box-shadow:inset 0 1px #ffffff0f}.landing-page .landing-header .header-powered-by-badge{position:fixed;left:50%;top:106px;transform:translate(-50%,-50%);z-index:100;display:inline-block;padding:.4rem 1rem;background:#00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50px;box-shadow:0 4px 20px #0006,0 0 0 1px #ffffff0f;font-size:.8125rem;font-weight:600;color:#fffffff2;text-decoration:none;letter-spacing:.02em;transition:all .25s ease;white-space:nowrap;animation:header-powered-by-pulse 3s ease-in-out infinite}.landing-page .landing-header .header-powered-by-badge:hover{background:#00000080;border-color:#ffffff2e;color:#fff}@keyframes header-powered-by-pulse{0%,to{box-shadow:0 4px 20px #0006,0 0 0 1px #ffffff0f}50%{box-shadow:0 6px 24px #00000080,0 0 12px #8b5cf626,0 0 0 1px #ffffff14}}.landing-page .landing-header .cta-button{position:absolute;right:2rem;top:50%;transform:translateY(-50%);background:#fff;color:#0f172a;padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap;min-height:40px;width:90px}.landing-page .landing-header .cta-button:hover{transform:translateY(calc(-50% - 2px));box-shadow:0 4px 16px #0003}.landing-page .landing-header .cta-button:disabled{opacity:.6;cursor:not-allowed;transform:translateY(-50%)}.landing-page .landing-header .landing-logo{display:flex;align-items:center;cursor:pointer}.landing-page .landing-header .landing-logo-full{height:40px;width:auto;object-fit:contain;display:block}.landing-page .landing-header .logo-text{font-size:1.15rem;font-weight:700;color:#fff;letter-spacing:.05em;text-decoration:none;cursor:pointer;transition:all .3s ease;padding:.25rem .5rem}.landing-page .landing-header .logo-text:hover{color:#60a5fa}.landing-page .landing-header .menu-toggle{display:none;background:linear-gradient(135deg,#60a5fa33,#8b5cf633);border:1px solid rgba(255,255,255,.2);cursor:pointer;padding:.5rem;z-index:1001;position:relative;width:44px;height:44px;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.landing-page .landing-header .menu-toggle:hover{background:linear-gradient(135deg,#60a5fa4d,#8b5cf64d);border-color:#60a5fa80;transform:translateY(-2px);box-shadow:0 4px 12px #60a5fa4d}.landing-page .landing-header .menu-toggle:active{transform:translateY(0)}.landing-page .landing-header .menu-toggle .menu-icon{width:20px;height:20px;position:relative;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:4px;align-items:center;justify-items:center}.landing-page .landing-header .menu-toggle .menu-dot{width:6px;height:6px;background:#fff;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 0 4px #60a5fa80}.landing-page .landing-header .menu-toggle .menu-dot:nth-child(1){animation:dotPulse 1.4s ease-in-out infinite;animation-delay:0s}.landing-page .landing-header .menu-toggle .menu-dot:nth-child(2){animation:dotPulse 1.4s ease-in-out infinite;animation-delay:.2s}.landing-page .landing-header .menu-toggle .menu-dot:nth-child(3){animation:dotPulse 1.4s ease-in-out infinite;animation-delay:.4s}.landing-page .landing-header .menu-toggle .menu-dot:nth-child(4){animation:dotPulse 1.4s ease-in-out infinite;animation-delay:.6s}.landing-page .landing-header .menu-toggle.active{background:linear-gradient(135deg,#60a5fa66,#8b5cf666);border-color:#60a5fa;box-shadow:0 0 20px #60a5fa80}.landing-page .landing-header .menu-toggle.active .menu-icon{gap:0}.landing-page .landing-header .menu-toggle.active .menu-dot{animation:none;width:8px;height:2px;border-radius:2px;background:#60a5fa;box-shadow:0 0 8px #60a5facc}.landing-page .landing-header .menu-toggle.active .menu-dot:nth-child(1){transform:translate(-2px,-2px) rotate(45deg)}.landing-page .landing-header .menu-toggle.active .menu-dot:nth-child(2){transform:translate(2px,-2px) rotate(-45deg)}.landing-page .landing-header .menu-toggle.active .menu-dot:nth-child(3){transform:translate(-2px,2px) rotate(-45deg)}.landing-page .landing-header .menu-toggle.active .menu-dot:nth-child(4){transform:translate(2px,2px) rotate(45deg)}.landing-page .landing-header .menu-toggle:hover .menu-dot{background:#60a5fa;box-shadow:0 0 8px #60a5facc}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.7}}.landing-page .landing-header .menu-overlay{display:none}.landing-page .landing-header .nav{display:flex;gap:3rem;align-items:center;position:absolute;left:50%;transform:translate(-50%);transition:all .3s ease}.landing-page .landing-header .nav .nav-link{color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.875rem;transition:all .3s ease;position:relative;padding:.35rem .75rem;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.landing-page .landing-header .nav .nav-link:hover,.landing-page .landing-header .nav .nav-link.active{color:#60a5fa}.landing-page .landing-header .nav .nav-link.active:after{content:"";position:absolute;bottom:0;left:1.25rem;right:1.25rem;height:2px;background:#60a5fa}.landing-page .hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:12px;padding-bottom:2rem;overflow:visible}.landing-page .hero .hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.landing-page .hero .hero-background:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 30%,rgba(96,165,250,.06) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.06) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(236,72,153,.05) 0%,transparent 50%);animation:heroBackgroundRotate1 20s linear infinite;transform-origin:center}.landing-page .hero .hero-background:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 10% 80%,rgba(16,185,129,.05) 0%,transparent 50%),radial-gradient(circle at 90% 20%,rgba(245,158,11,.04) 0%,transparent 50%),radial-gradient(circle at 60% 60%,rgba(96,165,250,.04) 0%,transparent 50%);animation:heroBackgroundRotate2 25s linear infinite reverse;transform-origin:center}.landing-page .hero .powered-by-badge{position:relative;z-index:2;display:inline-block;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;color:#ffffffe6;text-decoration:none;margin-bottom:1.5rem;transition:all .3s ease;letter-spacing:.05em;text-transform:uppercase;animation:badgePulse 2s ease-in-out infinite}.landing-page .hero .powered-by-badge:hover{background:#00000080;border-color:#60a5fa80;color:#60a5fa;transform:translateY(-2px);box-shadow:0 4px 12px #60a5fa33;animation-play-state:paused}@keyframes badgePulse{0%,to{opacity:1;box-shadow:0 0 #60a5fa4d}50%{opacity:.9;box-shadow:0 0 0 8px #60a5fa00}}.landing-page .hero .hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:2rem;align-items:center;justify-items:center;padding:1.5rem 0 3rem;text-align:center}.landing-page .hero .hero-content .hero-text{max-width:100%;width:100%;order:1;align-self:start;justify-self:start;text-align:left}.landing-page .hero .hero-content .hero-text .hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;overflow-wrap:break-word;word-break:break-word}.landing-page .hero .hero-content .hero-text .hero-title .title-line{display:block}.landing-page .hero .hero-content .hero-text .hero-title .title-challenge{color:#fff}.landing-page .hero .hero-content .hero-text .hero-title .title-compete{color:#00e5ff}.landing-page .hero .hero-content .hero-text .hero-title .title-win{color:#9d4edd}.landing-page .hero .hero-content .hero-text .hero-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.8;overflow-wrap:break-word}.landing-page .hero .hero-content .hero-text .hero-cta{display:inline-block;padding:1rem 2rem;background:transparent;border:2px solid #60a5fa;color:#60a5fa;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:44px;position:relative;overflow:hidden;margin-bottom:1rem}.landing-page .hero .hero-content .hero-text .hero-cta:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.landing-page .hero .hero-content .hero-text .hero-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(96,165,250,.3),transparent);transition:left .5s ease}.landing-page .hero .hero-content .hero-text .hero-cta:hover{background:linear-gradient(135deg,#60a5fa,#8b5cf6);color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #60a5fa66,0 0 30px #8b5cf64d;border-color:#8b5cf6}.landing-page .hero .hero-content .hero-text .hero-cta:hover:before{left:100%}.landing-page .hero .hero-content .hero-text .hero-subtext{font-size:.95rem;color:#ffffffb3;line-height:1.6;margin-top:0;margin-bottom:0}.landing-page .hero .hero-content .hero-text .hero-subtext .highlight{color:#60a5fa;font-weight:600;background:linear-gradient(135deg,#60a5fa,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;transition:all .3s ease}.landing-page .hero .hero-content .hero-text .hero-subtext .highlight:hover{filter:brightness(1.2)}.landing-page .hero .hero-content .hero-illustration{position:relative;height:320px;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;overflow:hidden;perspective:1200px;order:2}.landing-page .hero .hero-content .hero-illustration .illustration-3d{position:relative;width:100%;height:100%;transform-style:preserve-3d;animation:float 6s ease-in-out infinite}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper{position:absolute;transform:translate(-50%,-50%);transform-style:preserve-3d;cursor:grab;touch-action:none;transition:transform .2s ease;z-index:1}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper:active{cursor:grabbing}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.dragging{z-index:100;transform:translate(-50%,-50%) scale(1.1)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.hovered{transform:translate(-50%,-50%) scale(1.05)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1{width:80px;height:80px;animation:rotateCube1 8s infinite}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2{width:100px;height:100px;animation:rotateCube2 10s infinite reverse}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3{width:60px;height:60px;animation:rotateCube3 12s infinite}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4{width:70px;height:70px;animation:rotateCube4 9s infinite reverse}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5{width:90px;height:90px;animation:rotateCube5 11s infinite}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6{width:65px;height:65px;animation:rotateCube6 13s infinite reverse}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper .cube-3d{width:100%;height:100%;position:relative;transform-style:preserve-3d;transform:rotateX(45deg) rotateY(45deg)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper .cube-3d .cube-face{position:absolute;width:100%;height:100%;border:2px solid rgba(255,255,255,.1);border-radius:42%;transition:background .3s ease,box-shadow .3s ease}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper .cube-3d .cube-front{transform:rotateY(0) translateZ(50%)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper .cube-3d .cube-back{transform:rotateY(180deg) translateZ(50%)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper .cube-3d .cube-right{transform:rotateY(90deg) translateZ(50%)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper .cube-3d .cube-left{transform:rotateY(-90deg) translateZ(50%)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper .cube-3d .cube-top{transform:rotateX(90deg) translateZ(50%)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper .cube-3d .cube-bottom{transform:rotateX(-90deg) translateZ(50%)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1 .cube-3d .cube-front{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 0 20px #f59e0b4d}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1 .cube-3d .cube-back{background:linear-gradient(135deg,#d97706,#b45309)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1 .cube-3d .cube-right{background:linear-gradient(135deg,#f59e0b,#d97706)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1 .cube-3d .cube-left{background:linear-gradient(135deg,#d97706,#b45309)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1 .cube-3d .cube-top{background:linear-gradient(135deg,#f59e0b,#d97706)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1 .cube-3d .cube-bottom{background:linear-gradient(135deg,#d97706,#b45309)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2 .cube-3d .cube-front{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 0 20px #10b9814d}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2 .cube-3d .cube-back{background:linear-gradient(135deg,#059669,#047857)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2 .cube-3d .cube-right{background:linear-gradient(135deg,#10b981,#059669)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2 .cube-3d .cube-left{background:linear-gradient(135deg,#059669,#047857)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2 .cube-3d .cube-top{background:linear-gradient(135deg,#10b981,#059669)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2 .cube-3d .cube-bottom{background:linear-gradient(135deg,#059669,#047857)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3 .cube-3d .cube-front{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 0 20px #ef44444d}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3 .cube-3d .cube-back{background:linear-gradient(135deg,#dc2626,#b91c1c)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3 .cube-3d .cube-right{background:linear-gradient(135deg,#ef4444,#dc2626)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3 .cube-3d .cube-left{background:linear-gradient(135deg,#dc2626,#b91c1c)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3 .cube-3d .cube-top{background:linear-gradient(135deg,#ef4444,#dc2626)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3 .cube-3d .cube-bottom{background:linear-gradient(135deg,#dc2626,#b91c1c)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4 .cube-3d .cube-front{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 0 20px #8b5cf64d}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4 .cube-3d .cube-back{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4 .cube-3d .cube-right{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4 .cube-3d .cube-left{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4 .cube-3d .cube-top{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4 .cube-3d .cube-bottom{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5 .cube-3d .cube-front{background:linear-gradient(135deg,#ec4899,#db2777);box-shadow:0 0 20px #ec48994d}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5 .cube-3d .cube-back{background:linear-gradient(135deg,#db2777,#be185d)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5 .cube-3d .cube-right{background:linear-gradient(135deg,#ec4899,#db2777)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5 .cube-3d .cube-left{background:linear-gradient(135deg,#db2777,#be185d)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5 .cube-3d .cube-top{background:linear-gradient(135deg,#ec4899,#db2777)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5 .cube-3d .cube-bottom{background:linear-gradient(135deg,#db2777,#be185d)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6 .cube-3d .cube-front{background:linear-gradient(135deg,#06b6d4,#0891b2);box-shadow:0 0 20px #06b6d44d}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6 .cube-3d .cube-back{background:linear-gradient(135deg,#0891b2,#0e7490)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6 .cube-3d .cube-right{background:linear-gradient(135deg,#06b6d4,#0891b2)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6 .cube-3d .cube-left{background:linear-gradient(135deg,#0891b2,#0e7490)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6 .cube-3d .cube-top{background:linear-gradient(135deg,#06b6d4,#0891b2)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6 .cube-3d .cube-bottom{background:linear-gradient(135deg,#0891b2,#0e7490)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1.hovered .cube-3d .cube-front{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 0 30px #fbbf2499}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1.hovered .cube-3d .cube-back{background:linear-gradient(135deg,#f59e0b,#d97706)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1.hovered .cube-3d .cube-right{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1.hovered .cube-3d .cube-left{background:linear-gradient(135deg,#f59e0b,#d97706)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1.hovered .cube-3d .cube-top{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-1.hovered .cube-3d .cube-bottom{background:linear-gradient(135deg,#f59e0b,#d97706)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2.hovered .cube-3d .cube-front{background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 0 30px #34d39999}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2.hovered .cube-3d .cube-back{background:linear-gradient(135deg,#10b981,#059669)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2.hovered .cube-3d .cube-right{background:linear-gradient(135deg,#34d399,#10b981)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2.hovered .cube-3d .cube-left{background:linear-gradient(135deg,#10b981,#059669)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2.hovered .cube-3d .cube-top{background:linear-gradient(135deg,#34d399,#10b981)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-2.hovered .cube-3d .cube-bottom{background:linear-gradient(135deg,#10b981,#059669)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3.hovered .cube-3d .cube-front{background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 0 30px #f8717199}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3.hovered .cube-3d .cube-back{background:linear-gradient(135deg,#ef4444,#dc2626)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3.hovered .cube-3d .cube-right{background:linear-gradient(135deg,#f87171,#ef4444)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3.hovered .cube-3d .cube-left{background:linear-gradient(135deg,#ef4444,#dc2626)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3.hovered .cube-3d .cube-top{background:linear-gradient(135deg,#f87171,#ef4444)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-3.hovered .cube-3d .cube-bottom{background:linear-gradient(135deg,#ef4444,#dc2626)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4.hovered .cube-3d .cube-front{background:linear-gradient(135deg,#a78bfa,#8b5cf6);box-shadow:0 0 30px #a78bfa99}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4.hovered .cube-3d .cube-back{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4.hovered .cube-3d .cube-right{background:linear-gradient(135deg,#a78bfa,#8b5cf6)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4.hovered .cube-3d .cube-left{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4.hovered .cube-3d .cube-top{background:linear-gradient(135deg,#a78bfa,#8b5cf6)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-4.hovered .cube-3d .cube-bottom{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5.hovered .cube-3d .cube-front{background:linear-gradient(135deg,#f472b6,#ec4899);box-shadow:0 0 30px #f472b699}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5.hovered .cube-3d .cube-back{background:linear-gradient(135deg,#ec4899,#db2777)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5.hovered .cube-3d .cube-right{background:linear-gradient(135deg,#f472b6,#ec4899)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5.hovered .cube-3d .cube-left{background:linear-gradient(135deg,#ec4899,#db2777)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5.hovered .cube-3d .cube-top{background:linear-gradient(135deg,#f472b6,#ec4899)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-5.hovered .cube-3d .cube-bottom{background:linear-gradient(135deg,#ec4899,#db2777)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6.hovered .cube-3d .cube-front{background:linear-gradient(135deg,#22d3ee,#06b6d4);box-shadow:0 0 30px #22d3ee99}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6.hovered .cube-3d .cube-back{background:linear-gradient(135deg,#06b6d4,#0891b2)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6.hovered .cube-3d .cube-right{background:linear-gradient(135deg,#22d3ee,#06b6d4)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6.hovered .cube-3d .cube-left{background:linear-gradient(135deg,#06b6d4,#0891b2)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6.hovered .cube-3d .cube-top{background:linear-gradient(135deg,#22d3ee,#06b6d4)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .cube-wrapper.cube-6.hovered .cube-3d .cube-bottom{background:linear-gradient(135deg,#06b6d4,#0891b2)}.landing-page .hero .hero-content .hero-illustration .illustration-3d .platform{position:absolute;bottom:10%;left:50%;transform:translate(-50%);width:300px;height:20px;background:linear-gradient(90deg,#cbd5e14d,#cbd5e199,#cbd5e14d);border-radius:50px;box-shadow:0 4px 20px #0000004d;max-width:90%}@keyframes float{0%,to{transform:translateY(0) rotateY(0)}50%{transform:translateY(-20px) rotateY(5deg)}}@keyframes heroBackgroundRotate1{0%{transform:rotate(0) translate(0)}50%{transform:rotate(180deg) translate(30px,-30px)}to{transform:rotate(360deg) translate(0)}}@keyframes heroBackgroundRotate2{0%{transform:rotate(0) translate(0)}50%{transform:rotate(-180deg) translate(-30px,30px)}to{transform:rotate(-360deg) translate(0)}}@keyframes rotateCube1{0%,to{transform:translate(-50%,-50%) rotateX(45deg) rotateY(45deg)}50%{transform:translate(-50%,-50%) rotateX(135deg) rotateY(135deg)}}@keyframes rotateCube2{0%,to{transform:translate(-50%,-50%) rotateX(-45deg) rotateY(-45deg)}50%{transform:translate(-50%,-50%) rotateX(-135deg) rotateY(-135deg)}}@keyframes rotateCube3{0%,to{transform:translate(-50%,-50%) rotateX(60deg) rotateY(30deg)}50%{transform:translate(-50%,-50%) rotateX(120deg) rotateY(150deg)}}@keyframes rotateCube4{0%,to{transform:translate(-50%,-50%) rotateX(-60deg) rotateY(-30deg)}50%{transform:translate(-50%,-50%) rotateX(-120deg) rotateY(-150deg)}}@keyframes rotateCube5{0%,to{transform:translate(-50%,-50%) rotateX(30deg) rotateY(60deg)}50%{transform:translate(-50%,-50%) rotateX(150deg) rotateY(120deg)}}@keyframes rotateCube6{0%,to{transform:translate(-50%,-50%) rotateX(-30deg) rotateY(-60deg)}50%{transform:translate(-50%,-50%) rotateX(-150deg) rotateY(-120deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.landing-page .section-divider{padding:3rem 0;text-align:center;position:relative}.landing-page .section-divider .divider-content{display:flex;align-items:center;justify-content:center;gap:1rem;color:#fff;position:relative;z-index:1}.landing-page .section-divider .divider-content .divider-icon{display:flex;color:#60a5fa99;flex-shrink:0}.landing-page .section-divider .divider-content .divider-text{font-size:.875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fffc}.landing-page .features{padding:4rem 0;position:relative}.landing-page .features .features-carousel{position:relative;width:100%;touch-action:pan-y pinch-zoom}.landing-page .features .features-carousel__viewport{overflow:hidden;border-radius:16px;width:100%}@media (max-width: 767px){.landing-page .features .features-carousel__viewport{padding:0 .5rem;box-sizing:border-box}}.landing-page .features .features-track{display:flex;width:500%;min-width:500%}.landing-page .features .features-track .feature-card{flex:0 0 20%;width:20%;min-width:0;padding:1.25rem;min-height:300px}@media (min-width: 480px){.landing-page .features .features-track .feature-card{padding:1.5rem;min-height:320px}}@media (min-width: 768px){.landing-page .features .features-track{width:250%;min-width:250%;gap:1.5rem}.landing-page .features .features-track .feature-card{flex:0 0 calc(20% - 1.2rem);width:calc(20% - 1.2rem);padding:2rem;min-height:350px}}.landing-page .features .features-dots{display:flex;justify-content:center;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}@media (min-width: 768px){.landing-page .features .features-dots{gap:.5rem;margin-top:1.5rem}}.landing-page .features .features-dot{width:10px;height:10px;padding:12px;border:none;border-radius:50%;background:#ffffff4d;background-clip:content-box;cursor:pointer;transition:background .2s,transform .2s;-webkit-tap-highlight-color:transparent}.landing-page .features .features-dot:hover{background:#ffffff80;background-clip:content-box}.landing-page .features .features-dot.features-dot--active{background:#60a5fa;background-clip:content-box;transform:scale(1.2)}@media (min-width: 768px){.landing-page .features .features-dot{padding:0}}.landing-page .features .feature-card{background:#0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;position:relative;transition:all .3s ease;min-height:350px;display:flex;flex-direction:column;overflow:hidden}.landing-page .features .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#60a5fa0d;opacity:0;transition:opacity .3s ease;z-index:0}.landing-page .features .feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #0000004d;border-color:#ffffff26;background:#0006}.landing-page .features .feature-card:hover:before{opacity:1}.landing-page .features .feature-card .card-header{display:flex;justify-content:space-between;margin-bottom:1.5rem;position:relative;z-index:1}.landing-page .features .feature-card .card-header .card-icon{display:flex;color:#fff;transition:transform .3s ease;flex-shrink:0}.landing-page .features .feature-card .card-header .card-menu{display:flex;color:#ffffff80;cursor:pointer;transition:color .3s ease;flex-shrink:0}.landing-page .features .feature-card .card-header .card-menu:hover{color:#ffffffb3}.landing-page .features .feature-card .card-image-wrapper{flex:1;display:flex;align-items:center;justify-content:center;margin:1rem 0;min-height:150px;overflow:hidden;border-radius:12px;position:relative}.landing-page .features .feature-card .card-image-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#60a5fa1a,#3b82f61a);opacity:0;transition:opacity .3s ease}.landing-page .features .feature-card .card-image-wrapper .card-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;filter:drop-shadow(0 4px 12px rgba(96,165,250,.2))}.landing-page .features .feature-card:hover .card-image-wrapper:after{opacity:1}.landing-page .features .feature-card:hover .card-image-wrapper .card-image{transform:scale(1.05)}.landing-page .features .feature-card .card-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fff;position:relative;z-index:1;transition:color .3s ease}.landing-page .features .feature-card:hover .card-title{color:#ffffffe6}.landing-page .features .feature-card .card-description{color:#fffc;line-height:1.6;margin-bottom:1rem;position:relative;z-index:1}.landing-page .features .feature-card .card-footer{display:flex;justify-content:flex-end;margin-top:auto;position:relative;z-index:1}.landing-page .features .feature-card .card-footer .card-refresh{display:flex;color:#fff6;cursor:pointer;transition:transform .3s ease,color .3s ease;flex-shrink:0}.landing-page .features .feature-card .card-footer .card-refresh:hover{transform:rotate(180deg);color:#fff9}.landing-page .about{padding:4rem 0;background:#0000004d}.landing-page .about .about-content{max-width:800px;margin:0 auto;text-align:center}.landing-page .about .about-content .section-title{font-size:3rem;font-weight:800;margin-top:45px;margin-bottom:2rem;color:#ffffffe6}.landing-page .about .about-content .about-text{font-size:1.125rem;color:#ffffffe6;line-height:1.8;margin-bottom:1.5rem}.landing-page .how-it-works{padding:4rem 0}.landing-page .how-it-works .section-title{text-align:center;margin-top:45px;margin-bottom:3rem;font-size:3rem;font-weight:800;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .how-it-works .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%}.landing-page .how-it-works .step-card{background:#0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;position:relative}.landing-page .how-it-works .step-card:hover{transform:translateY(-5px);box-shadow:0 8px 32px #0000004d;border-color:#ffffff26;background:#0000004d}.landing-page .how-it-works .step-card .step-number{width:60px;height:60px;background:#60a5fa33;border:1px solid rgba(96,165,250,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 16px #0003;position:relative;z-index:1;transition:background .3s ease,border-color .3s ease}.landing-page .how-it-works .step-card .step-number:hover{background:#60a5fa4d;border-color:#60a5fa66}.landing-page .how-it-works .step-card .step-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fff;position:relative;z-index:1}.landing-page .how-it-works .step-card .step-description{color:#fffc;line-height:1.6}.landing-page .challenge-hook{padding:4rem 0;background:transparent}.landing-page .challenge-hook .challenge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;width:100%;align-items:start;padding:2rem;background:#ffffff08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06);border-radius:16px;box-shadow:inset 0 1px #ffffff0a}@media (max-width: 768px){.landing-page .challenge-hook .challenge-grid{grid-template-columns:1fr;gap:2.5rem;padding:1.5rem}}.landing-page .challenge-hook .challenge-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.landing-page .challenge-hook .challenge-icon-wrap{display:flex;align-items:center;justify-content:center;width:88px;height:88px;border-radius:50%;border:2px solid rgba(255,255,255,.35);background:#ffffff0a;box-shadow:0 4px 12px #00000040,inset 0 1px #ffffff1a;transition:all .3s ease}.landing-page .challenge-hook .challenge-icon-wrap .challenge-icon{color:#fffffff2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));border-radius:15px}.landing-page .challenge-hook .challenge-item:hover .challenge-icon-wrap{border-color:#ffffff80;background:#ffffff14;box-shadow:0 6px 20px #0000004d,inset 0 1px #ffffff26}.landing-page .challenge-hook .challenge-text{font-size:1rem;font-weight:700;color:#fff;line-height:1.35;margin:0;text-transform:uppercase;letter-spacing:.06em;max-width:280px}@media (max-width: 768px){.landing-page .challenge-hook .challenge-text{font-size:.9375rem}}.landing-page .contact{padding:4rem 0}.landing-page .contact .section-title{text-align:center;margin-bottom:3rem;font-size:3rem;font-weight:800;color:#ffffffe6}.landing-page .contact .contact-cards{display:grid;grid-template-columns:1fr;gap:2rem;max-width:800px;margin:0 auto;width:100%}@media (min-width: 900px){.landing-page .contact .contact-cards{grid-template-columns:repeat(3,1fr);max-width:1100px}}.landing-page .contact .contact-card{background:#0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem 2rem;text-decoration:none;color:#fff;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;position:relative;overflow:hidden}.landing-page .contact .contact-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#60a5fa0d;opacity:0;transition:opacity .3s ease}.landing-page .contact .contact-card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #0000004d;border-color:#ffffff26;background:#0000004d}.landing-page .contact .contact-card:hover:before{opacity:1}.landing-page .contact .contact-card:hover .contact-card-action{transform:translate(5px)}.landing-page .contact .contact-card:hover .contact-card-icon{transform:scale(1.1)}.landing-page .contact .contact-card .contact-card-icon{display:flex;margin:0 auto 1rem;color:#60a5fa;position:relative;z-index:1;flex-shrink:0}.landing-page .contact .contact-card .contact-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;position:relative;z-index:1}.landing-page .contact .contact-card .contact-card-value{font-size:1.125rem;color:#ffffffe6;margin-bottom:1rem;word-break:break-word;position:relative;z-index:1}.landing-page .contact .contact-card .contact-card-action{font-size:.95rem;color:#60a5facc;font-weight:600;transition:transform .3s ease,color .3s ease;position:relative;z-index:1}.landing-page .contact .contact-card:hover .contact-card-action{color:#60a5fa}.landing-page .footer{padding:2rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1);background:#0006}.landing-page .footer .container{margin-top:0}.landing-page .footer .footer-logo{display:block;width:48px;height:48px;object-fit:contain;margin:0 auto 1rem}.landing-page .footer .footer-text{color:#ffffffb3;font-size:.9rem;line-height:1.6;text-align:center;margin:0 auto;max-width:100%}.landing-page .footer .footer-link{color:#60a5fa;text-decoration:none;transition:all .3s ease;cursor:pointer}.landing-page .footer .footer-link:hover{color:#3b82f6;text-decoration:underline}@media (min-width: 1024px){.landing-page .hero .container{margin-top:100px}.landing-page .hero .hero-content{grid-template-columns:1fr 1fr;gap:4rem;padding:1rem 0 4rem;text-align:left;justify-items:stretch}.landing-page .hero .hero-content .hero-text{max-width:600px;order:unset;align-self:start;justify-self:start;text-align:left}.landing-page .hero .hero-content .hero-illustration{height:500px;order:unset}}@media (min-width: 1400px){.landing-page .container{max-width:1400px}}@media (max-width: 1399px){.landing-page .container{padding:0 1.75rem}.landing-page .landing-header{padding-left:1.75rem;padding-right:1.75rem}.landing-page .landing-header .landing-logo-glass{left:1.75rem}.landing-page .landing-header .cta-button{right:1.75rem}.landing-page .hero-title{font-size:3rem}.landing-page .hero-illustration{height:450px}.landing-page .hero-illustration .cube-wrapper.cube-1{width:70px;height:70px}.landing-page .hero-illustration .cube-wrapper.cube-2{width:85px;height:85px}.landing-page .hero-illustration .cube-wrapper.cube-3{width:55px;height:55px}.landing-page .hero-illustration .cube-wrapper.cube-4{width:65px;height:65px}.landing-page .hero-illustration .cube-wrapper.cube-5{width:80px;height:80px}.landing-page .hero-illustration .cube-wrapper.cube-6{width:60px;height:60px}}@media (max-width: 1023px){.landing-page .container{padding:0 1.5rem;margin-top:20px}.landing-page .landing-header{padding:.5rem 1rem}.landing-page .landing-header .landing-logo-glass{left:1rem}.landing-page .landing-header .cta-button{right:1rem}.landing-page .landing-header .landing-logo-full{height:36px}.landing-page .landing-header .header-powered-by-badge{font-size:.75rem;padding:.35rem .75rem}.landing-page .landing-header .logo-text{font-size:1.1rem;padding:.3rem .5rem}.landing-page .landing-header .landing-logo-full{height:30px}.landing-page .landing-header .menu-toggle{display:flex;order:2;position:relative;z-index:1001}.landing-page .landing-header .menu-overlay{display:none}.landing-page .landing-header .nav{position:absolute;top:100%;left:0;right:0;background:#020617fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);flex-direction:column;align-items:stretch;gap:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;padding:0;overflow:hidden;box-shadow:0 8px 32px #0000004d}.landing-page .landing-header .nav.open{transform:translateY(0);opacity:1;visibility:visible}.landing-page .landing-header .nav .nav-link{font-size:1rem;font-weight:500;padding:1rem 2rem;width:100%;text-align:left;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.05);border-radius:0;color:#ffffffe6;transition:all .2s ease;position:relative;display:block}.landing-page .landing-header .nav .nav-link:last-child{border-bottom:none}.landing-page .landing-header .nav .nav-link:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#60a5fa,#8b5cf6cc);transform:scaleY(0);transition:transform .2s ease;transform-origin:bottom}.landing-page .landing-header .nav .nav-link:hover{background:#60a5fa1a;color:#fff;padding-left:2.5rem}.landing-page .landing-header .nav .nav-link:hover:before{transform:scaleY(1)}.landing-page .landing-header .nav .nav-link:active{background:#60a5fa26}.landing-page .landing-header .nav .nav-link.active:after{display:none}.landing-page .landing-header .nav .nav-link.active{background:#60a5fa26;color:#60a5fa;padding-left:2.5rem;font-weight:600}.landing-page .landing-header .nav .nav-link.active:before{transform:scaleY(1)}.landing-page .landing-header .cta-button{padding:.6rem 1.2rem;font-size:.9rem;order:3;margin-right:0}.landing-page .hero{padding-top:140px}.landing-page .powered-by-badge{font-size:.7rem;padding:.45rem .875rem;margin-bottom:1.25rem}.landing-page .hero-content{grid-template-columns:1fr;gap:2rem;padding:2rem 0;text-align:center;justify-items:center}.landing-page .hero-title{font-size:2.75rem}.landing-page .hero-description{font-size:1.05rem}.landing-page .hero-subtext{font-size:.875rem}.landing-page .hero-illustration{height:400px}.landing-page .hero-illustration .cube-wrapper.cube-1{width:60px;height:60px}.landing-page .hero-illustration .cube-wrapper.cube-2{width:75px;height:75px}.landing-page .hero-illustration .cube-wrapper.cube-3{width:50px;height:50px}.landing-page .hero-illustration .cube-wrapper.cube-4{width:55px;height:55px}.landing-page .hero-illustration .cube-wrapper.cube-5{width:70px;height:70px}.landing-page .hero-illustration .cube-wrapper.cube-6{width:52px;height:52px}.landing-page .steps-grid,.landing-page .challenge-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.landing-page .section-title{font-size:2.5rem}.landing-page .about-text{font-size:1.05rem}}@media (max-width: 767px){.landing-page .container{padding:0 1.25rem;margin-top:30px}.landing-page .landing-header{padding:.45rem 1.25rem}.landing-page .landing-header .landing-logo-glass{left:1.25rem}.landing-page .landing-header .cta-button{right:1.25rem}.landing-page .landing-header .logo-text{font-size:1.05rem}.landing-page .landing-header .landing-logo-full{height:36px}.landing-page .landing-header .menu-toggle{display:flex;order:2;position:relative;z-index:1001}.landing-page .landing-header .menu-overlay{display:none}.landing-page .landing-header .nav{position:absolute;top:100%;left:0;right:0;background:#020617fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);flex-direction:column;align-items:stretch;gap:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;padding:0;overflow:hidden;box-shadow:0 8px 32px #0000004d}.landing-page .landing-header .nav.open{transform:translateY(0);opacity:1;visibility:visible}.landing-page .landing-header .nav .nav-link{font-size:.95rem;font-weight:500;padding:.875rem 1.5rem;width:100%;text-align:left;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.05);border-radius:0;color:#ffffffe6;transition:all .2s ease;position:relative;display:block}.landing-page .landing-header .nav .nav-link:last-child{border-bottom:none}.landing-page .landing-header .nav .nav-link:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#60a5fa,#8b5cf6cc);transform:scaleY(0);transition:transform .2s ease;transform-origin:bottom}.landing-page .landing-header .nav .nav-link:hover{background:#60a5fa1a;color:#fff;padding-left:2rem}.landing-page .landing-header .nav .nav-link:hover:before{transform:scaleY(1)}.landing-page .landing-header .nav .nav-link:active{background:#60a5fa26}.landing-page .landing-header .nav .nav-link.active:after{display:none}.landing-page .landing-header .nav .nav-link.active{background:#60a5fa26;color:#60a5fa;padding-left:2rem;font-weight:600}.landing-page .landing-header .nav .nav-link.active:before{transform:scaleY(1)}.landing-page .hero{padding-top:130px}.landing-page .powered-by-badge{font-size:.65rem;padding:.4rem .75rem;margin-bottom:1rem}.landing-page .hero-content{grid-template-columns:1fr;gap:2rem;padding:2rem 0;text-align:center;justify-items:center}.landing-page .hero-title{font-size:2.5rem}.landing-page .hero-description{font-size:1rem}.landing-page .hero-illustration{height:350px}.landing-page .hero-illustration .cube-wrapper.cube-1{width:55px;height:55px}.landing-page .hero-illustration .cube-wrapper.cube-2{width:70px;height:70px}.landing-page .hero-illustration .cube-wrapper.cube-3{width:45px;height:45px}.landing-page .hero-illustration .cube-wrapper.cube-4{width:50px;height:50px}.landing-page .hero-illustration .cube-wrapper.cube-5{width:65px;height:65px}.landing-page .hero-illustration .cube-wrapper.cube-6{width:48px;height:48px}.landing-page .steps-grid,.landing-page .challenge-grid{grid-template-columns:1fr;gap:1.5rem}.landing-page .section-title{font-size:2rem}.landing-page .section-divider{padding:2rem 0}.landing-page .features,.landing-page .about,.landing-page .how-it-works,.landing-page .challenge-hook,.landing-page .contact{padding:3rem 0}.landing-page .feature-card{min-height:auto;padding:1.5rem}.landing-page .step-card{padding:1.5rem}.landing-page .contact-cards{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 599px){.landing-page .container{padding:0 1rem;margin-top:-15px}.landing-page .landing-header{padding:.4rem 1rem}.landing-page .landing-header .landing-logo-glass{left:1rem}.landing-page .landing-header .cta-button{right:1rem}.landing-page .landing-header .logo-text{font-size:1rem;padding:.3rem .5rem}.landing-page .landing-header .landing-logo-full{height:32px}.landing-page .landing-header .menu-toggle{display:flex;order:2;width:38px;height:38px}.landing-page .landing-header .menu-toggle .menu-icon{width:16px;height:16px;gap:3px}.landing-page .landing-header .menu-toggle .menu-dot{width:4px;height:4px}.landing-page .landing-header .menu-overlay{display:none}.landing-page .landing-header .nav{position:absolute;top:100%;left:0;right:0;background:#020617fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);flex-direction:column;align-items:stretch;gap:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;padding:0;overflow:hidden;box-shadow:0 8px 32px #0000004d}.landing-page .landing-header .nav.open{transform:translateY(0);opacity:1;visibility:visible}.landing-page .landing-header .nav .nav-link{font-size:.875rem;font-weight:500;padding:.75rem 1rem;width:100%;text-align:left;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.05);border-radius:0;color:#ffffffe6;transition:all .2s ease;position:relative;display:block}.landing-page .landing-header .nav .nav-link:last-child{border-bottom:none}.landing-page .landing-header .nav .nav-link:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,#60a5fa,#8b5cf6cc);transform:scaleY(0);transition:transform .2s ease;transform-origin:bottom}.landing-page .landing-header .nav .nav-link:hover{background:#60a5fa1a;color:#fff;padding-left:1.5rem}.landing-page .landing-header .nav .nav-link:hover:before{transform:scaleY(1)}.landing-page .landing-header .nav .nav-link:active{background:#60a5fa26}.landing-page .landing-header .nav .nav-link.active:after{display:none}.landing-page .landing-header .nav .nav-link.active{background:#60a5fa26;color:#60a5fa;padding-left:1.5rem;font-weight:600}.landing-page .landing-header .nav .nav-link.active:before{transform:scaleY(1)}.landing-page .landing-header .cta-button{width:auto;order:3;margin-top:0;margin-right:0;padding:.6rem 1rem;font-size:.85rem}.landing-page .hero{padding-top:56px}.landing-page .container{padding:0 1rem;margin-top:50px}.landing-page .powered-by-badge{font-size:.6rem;padding:.35rem .65rem;margin-bottom:.875rem}.landing-page .hero-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 0;text-align:center;justify-items:center}.landing-page .hero-title{font-size:2rem}.landing-page .hero-description{font-size:.95rem;margin-bottom:1.5rem}.landing-page .hero-subtext{font-size:.8rem}.landing-page .hero-cta{padding:.875rem 1.5rem;font-size:.95rem}.landing-page .hero-illustration{height:300px}.landing-page .hero-illustration .cube-wrapper.cube-1{width:50px;height:50px}.landing-page .hero-illustration .cube-wrapper.cube-2{width:65px;height:65px}.landing-page .hero-illustration .cube-wrapper.cube-3{width:40px;height:40px}.landing-page .hero-illustration .cube-wrapper.cube-4{width:45px;height:45px}.landing-page .hero-illustration .cube-wrapper.cube-5{width:60px;height:60px}.landing-page .hero-illustration .cube-wrapper.cube-6{width:42px;height:42px}.landing-page .section-title{font-size:1.75rem;margin-bottom:1.5rem}.landing-page .section-divider{padding:1.5rem 0}.landing-page .section-divider .divider-text{font-size:.75rem}.landing-page .features,.landing-page .about,.landing-page .how-it-works,.landing-page .challenge-hook,.landing-page .contact{padding:2rem 0}.landing-page .about-text{font-size:1rem}.landing-page .feature-card{padding:1.25rem}.landing-page .card-title{font-size:1.25rem}.landing-page .card-description{font-size:.9rem}.landing-page .step-card{padding:1.25rem}.landing-page .step-title{font-size:1.25rem}.landing-page .step-description{font-size:.9rem}.landing-page .challenge-card{padding:2rem 1.5rem}.landing-page .challenge-card .challenge-icon{margin-bottom:1rem}.landing-page .challenge-card .challenge-text{font-size:1.25rem}.landing-page .contact-card{padding:2rem 1.5rem}.landing-page .contact-card .contact-card-icon{font-size:2.5rem}.landing-page .contact-card .contact-card-title{font-size:1.25rem}.landing-page .contact-card .contact-card-value{font-size:1rem}.landing-page .footer{padding:1.5rem 0}.landing-page .footer-text{font-size:.85rem}}@media (max-width: 479px){.landing-page .container{padding:0 .75rem;margin-top:60px}.landing-page .landing-header{padding:.875rem .75rem}.landing-page .landing-header .landing-logo-glass{left:.75rem}.landing-page .landing-header .cta-button{right:.75rem}.landing-page .landing-header .logo-text{font-size:1rem;padding:.5rem}.landing-page .landing-header .landing-logo-full{height:28px}.landing-page .landing-header .menu-toggle{width:44px;height:44px}.landing-page .landing-header .menu-toggle .menu-icon{width:18px;height:18px;gap:3px}.landing-page .landing-header .menu-toggle .menu-dot{width:5px;height:5px}.landing-page .landing-header .nav{padding:1.5rem}.landing-page .landing-header .nav .nav-link{font-size:.95rem;padding:.95rem 1.4rem;max-width:240px}.landing-page .landing-header .cta-button{padding:.6rem 1rem;font-size:.85rem}.landing-page .hero{padding-top:52px}.landing-page .hero-content{grid-template-columns:1fr;gap:1rem;text-align:center;justify-items:center}.landing-page .container{padding:0 .75rem;margin-top:70px}.landing-page .hero-title{font-size:1.5rem}.landing-page .hero-description{font-size:.9rem}.landing-page .hero-subtext{font-size:.75rem}.landing-page .hero-cta{padding:.75rem 1.25rem;font-size:.9rem}.landing-page .hero-illustration{height:250px}.landing-page .hero-illustration .cube-wrapper.cube-1{width:45px;height:45px}.landing-page .hero-illustration .cube-wrapper.cube-2{width:60px;height:60px}.landing-page .hero-illustration .cube-wrapper.cube-3{width:35px;height:35px}.landing-page .hero-illustration .cube-wrapper.cube-4{width:40px;height:40px}.landing-page .hero-illustration .cube-wrapper.cube-5{width:55px;height:55px}.landing-page .hero-illustration .cube-wrapper.cube-6{width:38px;height:38px}.landing-page .section-title{font-size:1.5rem}.landing-page .features,.landing-page .about,.landing-page .how-it-works,.landing-page .challenge-hook,.landing-page .contact{padding:1.5rem 0}.landing-page .feature-card,.landing-page .step-card{padding:1rem}.landing-page .card-title,.landing-page .step-title{font-size:1.1rem}.landing-page .card-description,.landing-page .step-description{font-size:.85rem}.landing-page .challenge-card{padding:1.5rem 1rem}.landing-page .challenge-card .challenge-icon{margin-bottom:.75rem}.landing-page .challenge-card .challenge-text{font-size:1rem}.landing-page .contact-card{padding:1.5rem 1rem}.landing-page .contact-card .contact-card-title{font-size:1.1rem}.landing-page .contact-card .contact-card-value{font-size:.9rem}.landing-page .contact-card .contact-card-action{font-size:.85rem}}@media (max-width: 319px){.landing-page .landing-header{padding-left:.5rem;padding-right:.5rem}.landing-page .landing-header .landing-logo-glass{left:.5rem}.landing-page .landing-header .cta-button{right:.5rem}.landing-page .landing-header .logo-text{font-size:.9rem}.landing-page .landing-header .landing-logo-full{height:24px}.landing-page .landing-header .nav-link{font-size:.7rem;padding:.35rem .4rem}.landing-page .landing-header .cta-button{padding:.5rem .875rem;font-size:.8rem}.landing-page .hero-content{grid-template-columns:1fr;gap:1rem;text-align:center;justify-items:center}.landing-page .hero-title{font-size:1.375rem}.landing-page .hero-description{font-size:.85rem}.landing-page .hero-subtext{font-size:.7rem}.landing-page .section-title{font-size:1.25rem}.landing-page .container{padding:0 .5rem;margin-top:80px}}.pwa-download-card{position:fixed;bottom:1.5rem;left:1.5rem;z-index:9999;width:192px;max-width:calc(100vw - 2rem);animation:pwaCardIn .35s ease-out;transition:width .25s ease}.pwa-download-card.pwa-download-card--compact{width:168px}.pwa-download-card__inner{position:relative;padding:.75rem;background:linear-gradient(145deg,#0a0f1ffa,#0f172afa);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(96,165,250,.45);border-radius:10px;box-shadow:0 12px 40px #00000080,0 0 0 1px #ffffff0d,0 0 24px #60a5fa26;transition:padding .25s ease,max-width .25s ease}.pwa-download-card__inner.pwa-download-card__inner--compact{padding:.6rem .75rem}.pwa-download-card__inner.pwa-download-card__inner--compact .pwa-download-card__text{margin-bottom:.45rem;font-size:.65rem}.pwa-download-card__dismiss{position:absolute;top:.45rem;right:.45rem;padding:.2rem;color:#fff9;background:none;border:none;border-radius:5px;cursor:pointer;transition:color .2s,background .2s}.pwa-download-card__dismiss:hover{color:#fff;background:#ffffff1a}.pwa-download-card__icon{display:flex;align-items:center;justify-content:center;width:53px;height:53px;margin-bottom:.45rem;background:linear-gradient(135deg,#60a5fa33,#8b5cf633);border-radius:13px;overflow:hidden;flex-shrink:0}.pwa-download-card__logo{width:43px;height:43px;object-fit:contain;border-radius:11px}.pwa-download-card__title{margin:0 0 .3rem;font-size:.72rem;font-weight:700;color:#fff;line-height:1.3}.pwa-download-card__text{margin:0 0 .6rem;font-size:.7rem;color:#ffffffd9;line-height:1.4}.pwa-download-card__cta{display:flex;align-items:center;justify-content:center;gap:.3rem;width:100%;padding:.45rem .75rem;font-size:.7rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#60a5fa,#8b5cf6);border:none;border-radius:6px;cursor:pointer;transition:transform .2s,box-shadow .2s}.pwa-download-card__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #60a5fa66}@keyframes pwaCardIn{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.app-grain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}.main-content{flex:1;min-height:0;padding:2rem 3rem;padding-top:120px;padding-bottom:2rem;max-width:1400px;width:100%;margin:0 auto;position:relative;z-index:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.main-content::-webkit-scrollbar{display:none}@media (max-width: 1024px){.main-content{padding:1.5rem 2rem;padding-top:100px;padding-bottom:2rem}}@media (max-width: 768px){.main-content{padding:1rem 1.5rem;padding-top:96px;padding-bottom:1.5rem}}@media (max-width: 640px){.main-content{padding:.5rem 1rem;padding-top:88px;padding-bottom:1rem}}@media (max-width: 480px){.main-content{padding-top:84px;padding-bottom:.5rem}}.pwa-update-prompt{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:1050;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:12px;background:#1a2332;border:1px solid rgba(139,92,246,.5);box-shadow:0 8px 32px #0006;max-width:min(360px,100vw - 3rem)}@media (max-width: 640px){.pwa-update-prompt{bottom:1rem;padding:.5rem 1rem;gap:.5rem;max-width:calc(100vw - 2rem)}}.pwa-update-prompt__text{margin:0;font-size:.875rem;color:#fff;text-align:center;line-height:1.4}.pwa-update-prompt__actions{display:flex;gap:.5rem;width:100%;justify-content:center}.pwa-update-prompt__btn{padding:.5rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent;border:none}.pwa-update-prompt__btn--primary{background:#8b5cf6;color:#fff}.pwa-update-prompt__btn--primary:hover{background:#6f35f4}.pwa-update-prompt__btn--primary:focus-visible{outline:2px solid rgba(139,92,246,.6);outline-offset:2px}.pwa-update-prompt__btn--secondary{background:transparent;color:#b8c5d6;border:1px solid rgba(184,197,214,.4)}.pwa-update-prompt__btn--secondary:hover{background:#b8c5d61a;color:#fff}.pwa-update-prompt__btn--secondary:focus-visible{outline:2px solid rgba(184,197,214,.5);outline-offset:2px}:root{--color-slate-900: #0f172a}#root{min-height:100vh;width:100%}.app{min-height:100vh;min-height:100dvh;width:100%;display:flex;flex-direction:column;background:linear-gradient(135deg,#050810,#080c1a,#050810);position:relative;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#141b2d}::-webkit-scrollbar-thumb{background:#8b5cf64d;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#8b5cf680}[class*=badge]{position:relative;z-index:99999}.offline-badge{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:99999;display:flex;align-items:center;gap:1rem;padding:.5rem 1.5rem .5rem 1rem;border-radius:.75rem;background:#ef4444f2;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #0006;color:#fff;font-size:.875rem;font-weight:500;max-width:min(320px,100vw - 3rem)}.offline-badge-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.offline-badge-text{flex:1;text-align:center}.offline-badge-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:.25rem;background:#fff3;border:none;border-radius:.5rem;color:#fff;cursor:pointer;transition:background .2s}.offline-badge-close:hover{background:#ffffff4d}
