@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@400;700&display=swap";.landing-page{background-color:var(--bg-color);min-height:100vh;overflow-x:hidden}.navbar{z-index:100;border-radius:100px;justify-content:space-between;align-items:center;max-width:1200px;margin:1rem auto;padding:.8rem 2rem;display:flex;position:sticky;top:1rem}.logo{align-items:center;gap:.6rem;display:flex}.logo-text{letter-spacing:-.5px;font-size:1.4rem;font-weight:800}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-btn{text-transform:none!important;border-radius:50px!important;padding:8px 18px!important;font-size:.85rem!important}.hero{justify-content:space-between;align-items:center;max-width:1200px;min-height:50vh;margin:4rem auto 6rem;padding:0 2rem;display:flex}.hero-content{text-align:left;flex:1;max-width:600px}.badge-new{color:var(--neon-cyan);background:#00f0ff14;border:1px solid #00f0ff26;border-radius:50px;margin-bottom:1.5rem;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-2px;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.05}.hero-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.hero-subtitle strong.jazzcash{color:#ef4444}.hero-subtitle strong.easypaisa{color:#22c55e}.hero-actions{gap:1rem;display:flex}.hero-btn-main,.hero-btn-sub{text-transform:none!important;border-radius:12px!important;padding:14px 28px!important;font-size:.95rem!important}.hero-visual{flex:1;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.how-it-works{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-title-large{text-align:center;letter-spacing:-1px;margin-bottom:3.5rem;font-size:2.5rem;font-weight:800}.step-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.step-card{text-align:center;padding:2.5rem;position:relative}.step-number{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 1.5rem;font-size:1.2rem;font-weight:800;display:flex}.step-1{color:var(--neon-purple);background:#7000ff26}.step-2{color:var(--neon-cyan);background:#00f0ff26}.step-3{color:var(--neon-green);background:#00ff8826}.features{max-width:1200px;margin:0 auto;padding:6rem 2rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.feature-card{border-radius:20px;padding:2rem}.feature-icon-wrapper{margin-bottom:1.2rem}.stats-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.stats-container{text-align:center;background:linear-gradient(135deg,#00f0ff08 0%,#7000ff08 100%);justify-content:space-around;padding:3rem;display:flex}.stat-value{margin-bottom:5px;font-size:2.8rem;font-weight:900}.stat-value.cyan{color:var(--neon-cyan)}.stat-value.purple{color:var(--neon-purple)}.stat-value.green{color:var(--neon-green)}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:1rem}.footer{border-top:1px solid var(--border-color);text-align:center;background:#0000004d;padding:4rem 2rem}.footer-links{justify-content:center;gap:2.5rem;margin-bottom:2rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--neon-cyan)}.risk-warning{opacity:.4;margin-top:1rem;font-size:.75rem}@media (width<=900px){.hero{text-align:center;flex-direction:column;margin-top:2rem;padding:0 1.5rem}.hero-content{margin-bottom:2rem}.hero-title{font-size:3rem}}@media (width<=600px){.navbar{margin:.8rem 1rem;padding:.6rem 1.2rem}.logo-text{font-size:1.2rem}.hide-mobile{display:none}.hero-title{margin-bottom:1rem;font-size:2.2rem}.hero-subtitle{margin-bottom:1.8rem;font-size:.95rem}.hero-actions{flex-direction:column;gap:.8rem}.hero-btn-main,.hero-btn-sub{width:100%;padding:12px!important;font-size:.9rem!important}.section-title-large{margin-bottom:2rem;font-size:1.8rem}.step-grid,.feature-grid{grid-template-columns:1fr}.step-card,.feature-card{padding:1.5rem}.stats-container{flex-direction:column;gap:2.5rem;padding:2rem}.stat-value{font-size:2.2rem}.border-x{border:none!important}.footer-links{flex-wrap:wrap;gap:1.2rem}}.auth-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{flex-direction:column;gap:1.5rem;width:100%;max-width:450px;padding:3rem;display:flex}.auth-card h2{text-align:center;margin-bottom:.5rem;font-size:2rem}.auth-card p{text-align:center;color:var(--text-muted);margin-bottom:1.5rem}.input-group label{color:var(--text-main);font-size:.9rem;font-weight:500}.input-group input{background:var(--input-bg,#0003);border:1px solid var(--border-color);color:var(--text-main);font-family:var(--font-body);transition:var(--transition-fast);border-radius:8px;padding:14px 16px}.input-group input::placeholder{color:var(--text-muted);opacity:.85}.input-group input:focus{border-color:var(--neon-cyan);outline:none;box-shadow:0 0 10px #00f0ff33}.auth-error{color:var(--neon-pink);text-align:center;background:#ff00551a;border:1px solid #f053;border-radius:8px;padding:10px;font-size:.9rem}.primary-btn{background:linear-gradient(135deg, var(--neon-cyan), var(--neon-purple));color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #00f0ff4d}.primary-btn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 25px #00f0ff80}.primary-btn:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.5)}.success-icon-wrapper{background:#00f0ff1a;border-radius:50%;justify-content:center;align-items:center;padding:20px;animation:.5s cubic-bezier(.175,.885,.32,1.275) scaleUp;display:flex}@keyframes scaleUp{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.auth-redirect{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.9rem}@media (width<=480px){.auth-container{align-items:flex-start;padding:10vh 1rem 1rem}.auth-card{border-radius:12px;gap:1rem;padding:1.5rem}.auth-card h2{font-size:1.5rem}.auth-card p{margin-bottom:.5rem;font-size:.85rem}.input-group{gap:.25rem}.input-group input{padding:10px 12px;font-size:.9rem}.primary-btn{padding:12px}}.bottom-nav{-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--glass-border);z-index:50;width:100%;height:56px;padding-bottom:env(safe-area-inset-bottom);backface-visibility:hidden;background:#0e121bf5;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;transform:translateZ(0)}.nav-item{color:var(--text-muted);transition:var(--transition-fast);border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:4px 6px;font-size:.65rem;text-decoration:none;display:flex}.nav-item svg{width:19px;height:19px}.nav-item.active{color:var(--neon-cyan);background:#00f0ff0f}.nav-item.active svg{filter:drop-shadow(0 0 4px var(--neon-cyan))}.support-fab{color:#fff;cursor:pointer;z-index:45;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:68px;right:14px;box-shadow:0 4px 12px #25d36666}.support-fab svg{width:22px;height:22px}.support-fab:hover{transform:scale(1.05);box-shadow:0 6px 20px #25d36699}.popup-animation{animation:.3s cubic-bezier(.16,1,.3,1) slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.sidebar-container{z-index:1000;-webkit-backdrop-filter:blur(15px);border-right:1px solid var(--glass-border);backface-visibility:hidden;background:#0e121bf2;flex-direction:column;width:260px;height:100vh;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:-280px;transform:translate(0,0)}.drawer-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:900;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.sidebar-header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.close-drawer-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;display:block}.sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:1rem;display:flex;overflow-y:auto}.sidebar-link{color:var(--text-main);transition:var(--transition-fast);border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:.85rem;text-decoration:none;display:flex}.sidebar-link:hover{background:#ffffff0d}.sidebar-link.active{color:var(--neon-cyan);border-left:3px solid var(--neon-cyan);background:linear-gradient(90deg,#00f0ff1a,#0000)}.sidebar-section-title{text-transform:uppercase;color:var(--text-muted);letter-spacing:.8px;margin-top:1rem;margin-bottom:.35rem;padding-left:12px;font-size:.68rem}.live-transactions-container{box-shadow:none;background:0 0;border:none;margin-bottom:.5rem;position:relative;overflow:hidden}.transaction-marquee{white-space:nowrap;background:0 0;border:none;width:100%;padding:3px 0}.marquee-content{gap:1.2rem;padding-left:100%;animation:25s linear infinite marquee;display:inline-flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.marquee-item{box-shadow:none;background:0 0;border:none;border-radius:0;align-items:center;gap:6px;padding:0;font-size:.74rem;display:inline-flex}.type-badge{letter-spacing:.4px;border-radius:3px;padding:1px 6px;font-size:.62rem;font-weight:800}.type-badge.deposit{color:var(--neon-green);background:#00ff881f;border:none}.type-badge.withdraw{color:var(--neon-pink);background:#ff00551f;border:none}.user-text{color:var(--text-muted);font-weight:500}.amount-text{font-weight:700}.ticker-sep{color:#fff3;margin-left:6px;font-size:.75rem}.marquee-item .success{color:var(--neon-green)}.marquee-item .danger{color:var(--neon-pink)}.popup-header{text-align:center;background:linear-gradient(135deg,#00f0ff1a 0%,#7000ff1a 100%);border-bottom:1px solid #ffffff0d;padding:40px 20px 30px;position:relative}.popup-close-btn{cursor:pointer;color:var(--text-muted);background:#ffffff0d;border:none;border-radius:50%;padding:5px;transition:all .2s;position:absolute;top:15px;right:15px}.popup-close-btn:hover{color:var(--text-main);background:#ffffff1a}.popup-icon-wrapper{background:#00f0ff1a;border:1px solid #00f0ff4d;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:15px;display:inline-flex;box-shadow:0 0 20px #00f0ff33}.popup-title{letter-spacing:-.5px;color:var(--text-main);margin:0;font-size:1.6rem;font-weight:900}.popup-body{text-align:center;padding:30px}.popup-text{color:var(--text-secondary);white-space:pre-wrap;margin-bottom:30px;font-size:1rem;line-height:1.6}.popup-stats-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:30px;display:grid}.popup-stat-item{background:#ffffff08;border-radius:10px;flex-direction:column;align-items:center;gap:5px;padding:10px;font-size:.7rem;display:flex}.popup-stat-item span{color:var(--text-main);font-weight:600}.popup-action-btn{border-radius:12px;width:100%;padding:15px;font-size:1rem;font-weight:800}@media (width<=600px){.popup-header{padding:30px 15px 20px}.popup-icon-wrapper{border-radius:16px;width:56px;height:56px}.popup-icon-wrapper svg{width:24px;height:24px}.popup-title{font-size:1.3rem}.popup-body{padding:20px}.popup-text{margin-bottom:20px;font-size:.9rem}.popup-stats-grid{margin-bottom:20px}.popup-action-btn{padding:12px;font-size:.95rem}.marquee-item{background:0 0;border:none;gap:6px;padding:0;font-size:.72rem}.type-badge{padding:1px 6px;font-size:.55rem}}@media (width>=1024px){.bottom-nav{display:none}.support-fab{bottom:40px;right:40px}.sidebar-container{left:0;transform:none}.close-drawer-btn,.drawer-overlay{display:none}}:root{--card-bg:#13172299;--card-border:#ffffff0f;--neon-cyan:#00f0ff;--neon-purple:#7000ff;--neon-pink:#f05;--neon-green:#0f8}.dashboard-container{flex-direction:column;gap:1.5rem;max-width:1300px;margin:0 auto;padding:.75rem;display:flex}.dashboard-grid{grid-template-columns:1fr;gap:1.2rem;display:grid}@media (width>=768px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){.dashboard-grid{grid-template-columns:320px 1fr 280px}}.main-stats{flex-direction:column;gap:1.2rem;display:flex}.balance-section{text-align:center;border-bottom:1px solid var(--card-border);padding:1.2rem 0}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;justify-content:center;align-items:center;gap:6px;margin-bottom:6px;font-size:.75rem;display:flex}.balance-amount{margin-bottom:1.2rem;font-size:2rem;font-weight:800}.balance-actions{grid-template-columns:1fr 1fr;gap:10px;padding:0 10px;display:grid}.mini-stats-grid{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.mini-stat{border:1px solid var(--card-border);background:#0003;border-radius:10px;flex-direction:column;gap:4px;padding:.8rem;display:flex}.mini-label{color:var(--text-secondary);font-size:.7rem}.mini-value{font-size:.95rem;font-weight:700}.actions-container{flex-direction:column;gap:1.2rem;display:flex}.action-card{cursor:pointer;align-items:center;gap:1rem;padding:1.2rem;transition:all .2s;display:flex}.action-card:hover{border-color:var(--neon-cyan);background:#ffffff0a;transform:translateY(-2px)}.action-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.action-info h3{margin:0 0 2px;font-size:.95rem}.action-info p{color:var(--text-secondary);margin:0;font-size:.75rem;line-height:1.3}.activity-section{flex-direction:column;gap:.75rem;display:flex}.activity-list{flex-direction:column;display:flex}.activity-item{border-bottom:1px solid var(--card-border);align-items:center;gap:10px;padding:.75rem 1rem;display:flex}.activity-dot{border-radius:50%;width:6px;height:6px}.activity-details h4{margin-bottom:0;font-size:.8rem}.activity-details span{color:var(--text-secondary);font-size:.7rem}.activity-status{margin-left:auto;font-size:.75rem;font-weight:700}.primary-btn{background:linear-gradient(135deg, var(--neon-cyan), var(--neon-purple));color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.outline-btn{color:#fff;border:1px solid var(--card-border);cursor:pointer;background:#ffffff08;border-radius:6px;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.glass-panel{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--card-border);border-radius:16px;overflow:hidden}.section-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:flex}@media (width<=768px){.dashboard-container{gap:.75rem;padding:.35rem .4rem}.dashboard-grid{gap:.75rem}.glass-panel{border-radius:12px;padding:.85rem!important}.main-stats .glass-panel{padding:.85rem!important}.balance-amount{margin-bottom:.6rem;font-size:1.35rem}.main-stats [style*="grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))"]{gap:8px!important;margin-bottom:.8rem!important}.main-stats [style*="font-size: 1.8rem"]{font-size:1.3rem!important}.main-stats [style*="margin-bottom: 1.8rem"]{margin-bottom:.75rem!important}.main-stats .primary-btn,.main-stats .outline-btn,.balance-actions .primary-btn,.balance-actions .outline-btn{min-height:36px!important;padding:8px 10px!important;font-size:.78rem!important}.main-stats [style*="grid-template-columns: repeat(3, 1fr)"]{border-radius:8px!important;gap:6px!important;padding:8px!important}.main-stats [style*="font-size: 0.9rem"]{font-size:.78rem!important}.mining-center .glass-panel{gap:.75rem!important;padding:.85rem!important}.mining-center [style*="font-size: 2.1rem"]{font-size:1.4rem!important}.mining-center [style*="padding: 1.2rem"]{border-radius:10px!important;padding:.7rem!important}.mining-center [style*="width: 40px"][style*="height: 40px"]{border-radius:8px!important;width:32px!important;height:32px!important}.mining-center h3{font-size:.95rem!important}.mining-center .primary-btn{padding:8px 12px!important;font-size:.8rem!important}.action-card{border-radius:10px!important;gap:.75rem!important;padding:.65rem .8rem!important}.action-icon{border-radius:8px!important;width:32px!important;height:32px!important}.action-icon svg{width:16px!important;height:16px!important}.action-info h3{font-size:.82rem!important}.action-info p{font-size:.68rem!important}.section-title{font-size:.78rem!important}.activity-item{gap:8px!important;padding:.5rem .7rem!important}.activity-details h4{font-size:.72rem!important}.activity-details span{font-size:.65rem!important}.activity-status{font-size:.7rem!important}}.selected-method{transform:translateY(-2px);box-shadow:0 0 15px #00f0ff1a;border-color:var(--neon-cyan)!important;background:#00f0ff14!important}@keyframes pulse-glow{0%{box-shadow:0 0 #00f0ff66}70%{box-shadow:0 0 0 10px #00f0ff00}to{box-shadow:0 0 #00f0ff00}}.claim-pulse{animation:1s ease-out pulse-glow}.admin-wrap{color:#fff;background:#05060a;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:relative;overflow-x:hidden}@media (width<=768px){.admin-wrap{flex-direction:column}}.admin-sidebar{z-index:100;background:#0a0b10fa;border-right:1px solid #ffffff0d;flex-direction:column;width:230px;min-width:230px;height:100vh;padding:20px 14px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:sticky;top:0;overflow-y:auto}@media (width<=768px){.admin-sidebar{z-index:1100;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#080a0ffa;border-right:1px solid #00f0ff33;width:280px;min-width:280px;height:100vh;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:20px 0 50px #000000d9}.admin-sidebar.open{transform:translate(0)}}.admin-drawer-backdrop{display:none}@media (width<=768px){.admin-drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;opacity:0;pointer-events:none;background:#000000bf;transition:opacity .3s;display:block;position:fixed;inset:0}.admin-drawer-backdrop.active{opacity:1;pointer-events:auto}}.admin-mobile-header{display:none}@media (width<=768px){.admin-mobile-header{z-index:900;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a0b10f5;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;padding:12px 14px;display:flex;position:sticky;top:0}}.admin-mobile-tabs{display:none}@media (width<=768px){.admin-mobile-tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;background:#0c0f16d9;border-bottom:1px solid #ffffff0d;gap:8px;padding:10px 14px;display:flex;overflow-x:auto}.admin-mobile-tabs::-webkit-scrollbar{display:none}}.admin-mobile-tab-pill{white-space:nowrap;color:#888;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-shrink:0;align-items:center;gap:7px;padding:8px 15px;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.admin-mobile-tab-pill.active{color:var(--neon-cyan);background:#00f0ff1f;border-color:#00f0ff66;box-shadow:0 0 14px #00f0ff2e}.admin-main{flex:1;min-width:0;max-width:100%;padding:28px 32px;overflow-y:auto}@media (width<=768px){.admin-main{padding:10px 8px 50px}}.admin-card{background:#131722b3;border:1px solid #ffffff0f;border-radius:12px;padding:18px;transition:all .2s}@media (width<=768px){.admin-card{border-radius:10px!important;padding:12px 10px!important}.admin-stat-card{gap:8px!important;padding:9px 11px!important}.admin-stat-icon{border-radius:8px!important;width:32px!important;height:32px!important}.admin-stat-icon svg{width:16px!important;height:16px!important}.admin-stat-lbl{font-size:.62rem!important}.admin-stat-val{font-size:1.1rem!important}.admin-wrap button,.admin-wrap [style*="linear-gradient(135deg,#00f0ff,#7000ff)"]{border-radius:6px!important;padding:6px 11px!important;font-size:.76rem!important}.admin-wrap input,.admin-wrap select,.admin-wrap textarea{border-radius:6px!important;padding:7px 10px!important;font-size:.78rem!important}.admin-wrap th{padding:7px 9px!important;font-size:.7rem!important}.admin-wrap td{padding:7px 9px!important;font-size:.75rem!important}}.admin-desktop-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}@media (width<=768px){.admin-desktop-header{margin-bottom:16px}.admin-desktop-header h2{font-size:1.15rem!important}}.admin-table-scroll{-webkit-overflow-scrolling:touch;border-radius:8px;width:100%;overflow-x:auto}.admin-table-scroll::-webkit-scrollbar{height:5px}.admin-table-scroll::-webkit-scrollbar-thumb{background:#00f0ff33;border-radius:4px}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:24px;display:grid}@media (width<=600px){.admin-stats-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}}.admin-settings-grid{flex-direction:column;gap:12px;display:flex}.setting-accordion-card{transition:border-color .2s,box-shadow .2s,background .2s}.setting-accordion-header{transition:background .2s}.setting-accordion-header:hover{background:#ffffff0a!important}.setting-accordion-content{border-top:1px solid #ffffff0f;padding:20px;animation:.22s ease-out accordionFadeIn}@keyframes accordionFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.admin-popup-grid{grid-template-columns:1fr 2fr;gap:16px;display:grid}@media (width<=600px){.admin-popup-grid{grid-template-columns:1fr;gap:12px}}.admin-notify-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;display:grid}@media (width<=768px){.admin-notify-grid{grid-template-columns:1fr;gap:14px}}.admin-plan-form-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}@media (width<=600px){.admin-plan-form-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.admin-swipe-hint{display:none}@media (width<=768px){.admin-swipe-hint{color:#888;background:#ffffff08;border-radius:6px;align-items:center;gap:6px;width:fit-content;margin-bottom:12px;padding:4px 8px;font-size:.73rem;display:flex}}.admin-modal-box{width:100%;max-width:400px;margin:16px}:root{--bg-color:#0a0b10;--glass-bg:#131722b3;--glass-border:#ffffff14;--text-main:#fff;--text-secondary:#a0a0a0;--text-muted:#666;--neon-cyan:#00f0ff;--neon-purple:#7000ff}*{box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-main);margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.app-wrapper{background-color:var(--bg-color);min-height:100vh;display:flex;position:relative}.main-layout-content{flex-direction:column;flex:1;width:100%;min-width:0;padding-bottom:64px;display:flex}.app-header{z-index:40;border-bottom:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0b10e0;justify-content:space-between;align-items:center;padding:.65rem .85rem;display:flex;position:sticky;top:0}.header-left{align-items:center;gap:10px;display:flex}.hamburger-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.header-user-info{align-items:center;gap:8px;display:flex}.header-avatar{background:linear-gradient(45deg, var(--neon-cyan), var(--neon-purple));border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.78rem;font-weight:700;display:flex}.header-details{display:none}@media (width>=480px){.header-details{flex-direction:column;display:flex}}.header-greeting{color:var(--text-muted);font-size:.7rem}.header-email{text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:.85rem;font-weight:600;overflow:hidden}.header-actions{align-items:center;gap:10px;display:flex}.rank-badge{color:#fc0;text-transform:uppercase;background:#fff0001a;border:1px solid #fff0004d;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:800}.icon-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:5px;position:relative}.notification-dot{background:#f05;border-radius:50%;width:6px;height:6px;position:absolute;top:5px;right:5px;box-shadow:0 0 5px #f05}.app-content{width:100%;padding:.75rem .5rem}.page-title{margin-bottom:.9rem;font-size:1.15rem}.sidebar-container{z-index:100;background:#0d0f14;width:250px;height:100vh;transition:transform .3s;position:fixed;top:0;left:-260px}.sidebar-container.open{transform:translate(260px)}.drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;background:#000000b3;position:fixed;inset:0}@media (width>=1024px){.hamburger-btn{display:none}.sidebar-container{border-right:1px solid var(--glass-border);background:0 0;position:sticky;left:0;transform:none}.main-layout-content{padding-bottom:0}.bottom-nav{display:none}.app-content{padding:2.5rem}.header-email{max-width:200px}}.modal-content{border:1px solid var(--glass-border);background:#131722;border-radius:20px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}:root{--bg-color:#0b0e14;--bg-surface:#131722;--bg-surface-glass:#13172299;--text-main:#f0f0f5;--text-muted:#8b8ca7;--text-accent:#00f0ff;--neon-cyan:#00f0ff;--neon-purple:#b052ff;--neon-green:#0f8;--neon-pink:#f05;--border-color:#ffffff1a;--glass-border:#ffffff0d;--shadow-neon:0 0 15px #00f0ff66;--shadow-neon-purple:0 0 15px #b052ff66;--font-body:"Outfit", sans-serif;--font-display:"Outfit", sans-serif;--transition-fast:.2s ease;--transition-smooth:.4s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-body);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 15%,#00f0ff0d,#0000 25%),radial-gradient(circle at 85% 30%,#b052ff0d,#0000 25%);background-attachment:fixed;min-height:100dvh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-main);font-weight:700}a{color:var(--text-accent);transition:var(--transition-fast);text-decoration:none}a:hover{text-shadow:var(--shadow-neon)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--bg-surface);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-color)}.glass-panel{background:var(--bg-surface-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);backface-visibility:hidden;isolation:isolate;border-radius:16px;transform:translateZ(0);box-shadow:0 8px 32px #0000005e}.text-gradient{background:linear-gradient(90deg, var(--neon-cyan), var(--neon-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{font-family:var(--font-display);letter-spacing:1px;cursor:pointer;transition:var(--transition-smooth);text-transform:uppercase;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(45deg, var(--neon-cyan), #07f);color:#fff;box-shadow:0 4px 15px #00f0ff4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00f0ff80}.btn-outline{color:var(--neon-cyan);border:1px solid var(--neon-cyan);background:0 0}.btn-outline:hover{box-shadow:var(--shadow-neon);background:#00f0ff1a}@keyframes pulseGlow{0%{box-shadow:0 0 5px var(--neon-cyan)}50%{box-shadow:0 0 20px var(--neon-cyan)}to{box-shadow:0 0 5px var(--neon-cyan)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-container{max-width:1200px;margin:0 auto;padding:24px}.text-secondary{color:var(--text-muted)}.success{color:var(--neon-green)}.danger{color:var(--neon-pink)}.cyan-text{color:var(--neon-cyan)}.bold{font-weight:700}.fade-in{animation:.4s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translate(0,0)}}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-screen{background:var(--bg-color);width:100vw;height:100vh;color:var(--neon-cyan);font-family:var(--font-display);letter-spacing:2px;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:1rem;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.hover-scale{cursor:pointer;transition:transform .2s}.hover-scale:hover{transform:translateY(-2px)}.glass-input{width:100%;color:var(--text-main);font-size:.9rem;font-family:var(--font-body);background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:12px 16px;transition:border-color .2s}.glass-input:focus{border-color:var(--neon-cyan);box-shadow:0 0 0 2px #00f0ff1a}.input-group{flex-direction:column;gap:8px;display:flex}.input-group label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.loader{box-sizing:border-box;border:3px solid #00f0ff1a;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block;position:relative}.loader:after{content:"";box-sizing:border-box;background:var(--neon-cyan);width:12px;height:12px;box-shadow:0 0 10px var(--neon-cyan);border-radius:50%;position:absolute;top:0;left:0;transform:translate(-50%,50%)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;right:20px}.toast-item{pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);background:#131722e6;border-radius:12px;align-items:center;gap:12px;min-width:280px;max-width:400px;padding:12px 16px;display:flex;box-shadow:0 10px 30px #00000080}.toast-item.success{border-left:4px solid var(--neon-green)}.toast-item.error{border-left:4px solid var(--neon-pink)}.toast-item.info{border-left:4px solid var(--neon-cyan)}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.toast-message{color:#fff;flex:1;font-size:.9rem;font-weight:500}.toast-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.toast-close:hover{color:#fff;background:#ffffff0d}@media (width<=480px){.toast-container{inset:auto 20px 80px}.toast-item{width:100%;min-width:0}}@media (width<=768px){html{font-size:14px}h1,.h1{font-size:1.35rem!important;line-height:1.25!important}h2,.h2{font-size:1.15rem!important;line-height:1.25!important}h3,.h3{font-size:.98rem!important;line-height:1.25!important}h4,.h4{font-size:.88rem!important;line-height:1.25!important}.page-title{margin-bottom:.9rem!important;font-size:1.15rem!important}.section-title{margin-bottom:.5rem!important;font-size:.8rem!important}.balance-amount,.text-gradient[style*="font-size: 3rem"],.text-gradient[style*="font-size: 2."],[style*="font-size: 3rem"],[style*="font-size: 2.5rem"],[style*="font-size: 2.1rem"],[style*="font-size: 1.8rem"]{font-size:1.45rem!important;line-height:1.15!important}.glass-panel,.card{border-radius:12px!important;padding:12px 14px!important;box-shadow:0 4px 16px #00000040!important}.page-container{padding:12px 10px!important}.btn,.btn-primary,.btn-outline,.primary-btn,.outline-btn{letter-spacing:.4px!important;border-radius:8px!important;gap:6px!important;min-height:36px!important;padding:8px 14px!important;font-size:.8rem!important}.btn svg,.primary-btn svg,.outline-btn svg{width:14px!important;height:14px!important}.glass-input,input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{border-radius:8px!important;padding:8px 12px!important;font-size:.82rem!important}.input-group{gap:5px!important}.input-group label{font-size:.72rem!important}.modal-overlay{padding:12px!important}.modal-content{border-radius:14px!important;max-width:95%!important}}[data-theme=light],body.light-theme{--bg-color:#f1f5f9;--bg-surface:#fff;--bg-surface-glass:#ffffffeb;--text-main:#0f172a;--text-muted:#64748b;--text-accent:#0284c7;--neon-cyan:#0284c7;--neon-purple:#7c3aed;--neon-green:#16a34a;--neon-pink:#e11d48;--border-color:#0f172a1f;--glass-border:#0f172a14;--shadow-neon:0 4px 15px #0284c733;--shadow-neon-purple:0 4px 15px #7c3aed33}[data-theme=light] body,body.light-theme{color:#0f172a;background-color:#f1f5f9;background-image:radial-gradient(circle at 15%,#0284c70d,#0000 30%),radial-gradient(circle at 85% 30%,#7c3aed0d,#0000 30%)}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] h5,[data-theme=light] h6,body.light-theme h1,body.light-theme h2,body.light-theme h3,body.light-theme h4,body.light-theme h5,body.light-theme h6{color:#0f172a}[data-theme=light] .glass-panel,body.light-theme .glass-panel{background:#fffffff0;border:1px solid #0f172a14;box-shadow:0 10px 25px -5px #0f172a0d,0 4px 10px -2px #0f172a08}[data-theme=light] .glass-input,body.light-theme .glass-input{color:#0f172a;background:#fff;border:1px solid #0f172a26}[data-theme=light] .glass-input:focus,body.light-theme .glass-input:focus{border-color:#0284c7;box-shadow:0 0 0 3px #0284c726}[data-theme=light] .modal-content,body.light-theme .modal-content{color:#0f172a!important;background:#fff!important;border:1px solid #0f172a1f!important;box-shadow:0 25px 50px -12px #0f172a40!important}[data-theme=light] .app-header,body.light-theme .app-header{background:#fffffff0!important;border-bottom:1px solid #0f172a14!important}[data-theme=light] .hamburger-btn,body.light-theme .hamburger-btn{color:#0f172a}[data-theme=light] .bottom-nav,body.light-theme .bottom-nav{box-shadow:0 -4px 15px #0000000a;background:#fffffff7!important;border-top:1px solid #0f172a14!important}[data-theme=light] .sidebar-container,body.light-theme .sidebar-container{background:#fff!important;border-right:1px solid #0f172a14!important}[data-theme=light] .sidebar-link,body.light-theme .sidebar-link{color:#475569}[data-theme=light] .sidebar-link:hover,[data-theme=light] .sidebar-link.active,body.light-theme .sidebar-link:hover,body.light-theme .sidebar-link.active{color:#0284c7;background:#0284c714}[data-theme=light] .app-wrapper,body.light-theme .app-wrapper{background-color:#f1f5f9!important}[data-theme=light] .auth-container,body.light-theme .auth-container{background-color:#f1f5f9}[data-theme=light] .auth-card,body.light-theme .auth-card{color:#0f172a;box-shadow:0 20px 40px -15px #0f172a14;background:#fff!important;border:1px solid #0f172a1a!important}[data-theme=light] .admin-wrap,body.light-theme .admin-wrap{color:#0f172a!important;background:#f8fafc!important}[data-theme=light] .admin-sidebar,body.light-theme .admin-sidebar{background:#fff!important;border-right:1px solid #e2e8f0!important}[data-theme=light] .admin-topbar,body.light-theme .admin-topbar{background:#fffffff5!important;border-bottom:1px solid #e2e8f0!important}[data-theme=light] .admin-topbar span,[data-theme=light] .admin-topbar strong,body.light-theme .admin-topbar span,body.light-theme .admin-topbar strong{color:#0f172a}[data-theme=light] .admin-card,body.light-theme .admin-card{box-shadow:0 4px 15px #0f172a08;color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0!important}[data-theme=light] .admin-stat-card,body.light-theme .admin-stat-card{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0!important}[data-theme=light] .admin-stat-val,body.light-theme .admin-stat-val{color:#0f172a!important}[data-theme=light] .admin-table th,body.light-theme .admin-table th{color:#64748b!important;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important}[data-theme=light] .admin-table td,body.light-theme .admin-table td{color:#1e293b!important;border-bottom:1px solid #f1f5f9!important}[data-theme=light] .admin-table tr:hover td,body.light-theme .admin-table tr:hover td{background:#f8fafc!important}[data-theme=light] .admin-nav-item,body.light-theme .admin-nav-item{color:#64748b!important}[data-theme=light] .admin-nav-item:hover,[data-theme=light] .admin-nav-item.active,body.light-theme .admin-nav-item:hover,body.light-theme .admin-nav-item.active{color:#0284c7!important;background:#0284c71a!important}[data-theme=light] .mini-stat,body.light-theme .mini-stat{background:#f8fafc!important;border:1px solid #0f172a0f!important}[data-theme=light] .action-card,body.light-theme .action-card{background:#fff!important;border:1px solid #0f172a14!important}[data-theme=light] .dashboard-banner,body.light-theme .dashboard-banner{background:linear-gradient(135deg,#0284c71a,#7c3aed1a)!important;border:1px solid #0284c733!important}[data-theme=light] .header-greeting,[data-theme=light] .header-email,body.light-theme .header-greeting,body.light-theme .header-email{color:#0f172a!important}[data-theme=light] .outline-btn,body.light-theme .outline-btn{color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important}[data-theme=light] .outline-btn:hover,body.light-theme .outline-btn:hover{color:#0284c7!important;background:#f8fafc!important;border-color:#94a3b8!important}[data-theme=light] .btn-outline,body.light-theme .btn-outline{color:#0284c7!important;background:#fff!important;border:1px solid #0284c7!important}[data-theme=light] .btn-outline:hover,body.light-theme .btn-outline:hover{color:#0369a1!important;background:#0284c714!important}[data-theme=light] .primary-btn,[data-theme=light] .btn-primary,body.light-theme .primary-btn,body.light-theme .btn-primary{color:#fff!important;background:linear-gradient(135deg,#0284c7 0%,#7c3aed 100%)!important;box-shadow:0 4px 14px #0284c740!important}.btn-outline-danger{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}[data-theme=light] .btn-outline-danger,body.light-theme .btn-outline-danger{color:#dc2626!important;background:#ef444414!important;border:1px solid #ef44444d!important}[data-theme=light] input::placeholder,[data-theme=light] textarea::placeholder,[data-theme=light] .glass-input::placeholder,body.light-theme input::placeholder,body.light-theme textarea::placeholder,body.light-theme .glass-input::placeholder{color:#64748b!important;opacity:1!important;-webkit-text-fill-color:#64748b!important}[data-theme=light] input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=button]),[data-theme=light] textarea,[data-theme=light] select,[data-theme=light] .glass-input,body.light-theme input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=button]),body.light-theme textarea,body.light-theme select,body.light-theme .glass-input{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;background-color:#fff!important;border-color:#cbd5e1!important}[data-theme=light] input:focus,[data-theme=light] textarea:focus,[data-theme=light] select:focus,[data-theme=light] .glass-input:focus,body.light-theme input:focus,body.light-theme textarea:focus,body.light-theme select:focus,body.light-theme .glass-input:focus{border-color:#0284c7!important;box-shadow:0 0 0 3px #0284c726!important}[data-theme=light] .input-group label,[data-theme=light] label,body.light-theme .input-group label,body.light-theme label{color:#334155!important}[data-theme=light] .hint,[data-theme=light] small,body.light-theme .hint,body.light-theme small{color:#64748b}[data-theme=light] .popup-content,[data-theme=light] .modal-content,body.light-theme .popup-content,body.light-theme .modal-content{color:#0f172a!important;background:#fff!important}[data-theme=light] .popup-title,body.light-theme .popup-title{color:#0f172a!important}[data-theme=light] .popup-stat-item,body.light-theme .popup-stat-item{background:#f8fafc!important;border:1px solid #e2e8f0!important}[data-theme=light] .popup-stat-item span,body.light-theme .popup-stat-item span{color:#0f172a!important}[data-theme=light] .admin-mobile-tab-pill,body.light-theme .admin-mobile-tab-pill{color:#64748b!important;background:#fff!important;border:1px solid #e2e8f0!important}[data-theme=light] .admin-mobile-tab-pill.active,body.light-theme .admin-mobile-tab-pill.active{color:#0284c7!important;background:#0284c71a!important;border-color:#0284c7!important}[data-theme=light] .admin-mobile-header,body.light-theme .admin-mobile-header{background:#fff!important;border-bottom:1px solid #e2e8f0!important}[data-theme=light] .admin-mobile-header span,body.light-theme .admin-mobile-header span{color:#0f172a!important}
