:root{--bg-dark: #090d16;--bg-darker: #05070c;--bg-card: rgba(17, 24, 39, .75);--bg-card-hover: rgba(26, 36, 57, .85);--color-primary: #ccff00;--color-primary-hover: #b3e600;--color-primary-rgb: 204, 255, 0;--color-stripe: #635bff;--color-stripe-hover: #5048e5;--color-stripe-rgb: 99, 91, 255;--color-success: #10b981;--color-error: #ef4444;--color-warning: #f59e0b;--color-info: #3b82f6;--text-main: #f3f4f6;--text-muted: #9ca3af;--text-dark: #111827;--border-color: rgba(255, 255, 255, .08);--border-color-hover: rgba(255, 255, 255, .15);--border-glow: rgba(204, 255, 0, .2);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .2);--shadow-md: 0 8px 30px rgba(0, 0, 0, .35);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .5);--shadow-glow: 0 0 25px rgba(204, 255, 0, .15);--font-headings: "Outfit", "Inter", sans-serif;--font-body: "Inter", sans-serif;--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1);--tournament-footer-space: 174px}html.light-theme{--bg-dark: #f0f2f5;--bg-darker: #ffffff;--bg-card: rgba(255, 255, 255, .85);--bg-card-hover: rgba(255, 255, 255, .95);--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-primary-rgb: 59, 130, 246;--text-main: #1f2937;--text-muted: #4b5563;--text-dark: #000000;--border-color: rgba(0, 0, 0, .15);--border-color-hover: rgba(0, 0, 0, .25);--border-glow: rgba(59, 130, 246, .15);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 8px 30px rgba(0, 0, 0, .06);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .1);--shadow-glow: 0 0 25px rgba(59, 130, 246, .08)}.theme-toggle-btn{background:#ffffff08;border:1px solid var(--border-color);color:var(--text-main);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast);padding:0;margin-left:1rem;flex-shrink:0}.theme-toggle-btn:hover{background:#ffffff14;border-color:var(--color-primary);transform:scale(1.05)}.theme-toggle-btn i,.theme-toggle-btn svg{width:18px;height:18px;transition:transform var(--transition-normal)}html.light-theme .theme-toggle-btn .lucide-sun,html:not(.light-theme) .theme-toggle-btn .lucide-moon{display:none!important}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;background-color:var(--bg-darker);overflow-x:hidden;overflow-y:auto}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-main);min-height:100vh;display:flex;flex-direction:column;line-height:1.6;position:relative;overflow-x:hidden;overflow-y:visible}.bg-glow{position:fixed;width:600px;height:600px;background:radial-gradient(circle,#ccff000d,#0000 70%);top:-100px;right:-100px;z-index:0;pointer-events:none;animation:pulseGlow 15s infinite alternate ease-in-out;max-width:100vw}.bg-glow-secondary{background:radial-gradient(circle,#635bff0d,#0000 70%);top:50%;left:-200px;width:800px;height:800px;animation:pulseGlow 20s infinite alternate-reverse ease-in-out}@keyframes pulseGlow{0%{transform:translate(0) scale(1)}to{transform:translate(50px,50px) scale(1.15)}}.app-container{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100vh;width:100%}.app-header{background:#090d16cc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100}.header-inner{max-width:1280px;margin:0 auto;padding:1.25rem 2rem;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:1rem}.header-brand{flex:0 0 auto}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-main);font-family:var(--font-headings);font-weight:800;font-size:1.6rem;letter-spacing:-.5px;transition:transform var(--transition-fast)}.logo-link:hover{transform:scale(1.02)}.logo-icon{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 15px #ccff002e}.logo-icon img{width:100%;height:100%;display:block;object-fit:cover}.auth-brand-logo{width:40px;height:40px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.auth-brand-logo-sm{width:36px;height:36px;border-radius:10px}.auth-brand-logo img{width:100%;height:100%;display:block;object-fit:cover}.logo-highlight{color:var(--color-primary);text-shadow:0 0 15px rgba(204,255,0,.3)}.main-nav{display:flex;gap:.5rem;background:#ffffff08;padding:.35rem;border-radius:30px;border:1px solid var(--border-color);justify-self:center;max-width:100%}.header-menu-panel{display:contents}.header-actions{display:flex;align-items:center;gap:.5rem;min-width:0;justify-self:end}.header-actions .btn{margin-left:0!important}.menu-toggle-btn{display:none;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--border-color);background:#ffffff0a;color:var(--text-main);cursor:pointer;transition:all var(--transition-fast)}.menu-toggle-btn:hover{border-color:var(--color-primary);background:#ffffff14}.menu-toggle-btn i,.menu-toggle-btn svg{width:19px;height:19px}.nav-item{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:20px;text-decoration:none;color:var(--text-muted);font-weight:500;font-size:.95rem;transition:all var(--transition-fast)}.nav-item i{width:16px;height:16px}.nav-item:hover{color:var(--text-main);background:#ffffff0d}.nav-item.active{color:var(--text-dark);background:var(--color-primary);font-weight:600;box-shadow:0 4px 12px #cf03}#app-content{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:2.5rem 2rem 2rem;position:relative}.fade-in{animation:fadeInEffect var(--transition-normal) forwards}@keyframes fadeInEffect{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.05);border-radius:50%;border-top-color:var(--color-primary);animation:spin 1s linear infinite;box-shadow:0 0 20px #ccff001a}@keyframes spin{to{transform:rotate(360deg)}}.app-footer{background:var(--bg-darker);border-top:1px solid var(--border-color);padding:2.6rem 2rem 1.9rem;position:relative;z-index:90;width:100%;margin-top:auto;box-shadow:0 -10px 30px #0000004d}.footer-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.75rem;margin-bottom:1.65rem}.footer-info{max-width:400px}.footer-logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-headings);font-weight:700;font-size:1.5rem;color:var(--text-main);margin-bottom:.45rem}.footer-logo img{width:34px;height:34px;display:block;object-fit:cover;border-radius:8px}.footer-logo span span{color:var(--color-primary)}.footer-tagline{font-size:.9rem;color:var(--text-muted)}.footer-security{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.security-badge{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);background:#ffffff05;padding:.5rem 1rem;border-radius:30px;border:1px solid var(--border-color)}.security-badge i{color:var(--color-success);width:16px;height:16px}.stripe-mock-logo{display:flex;align-items:center;gap:.5rem}.stripe-s{font-family:Outfit,sans-serif;font-weight:700;font-size:1.4rem;color:#635bff;letter-spacing:-.5px}.partner-badge{background:#635bff26;color:#a39eff;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(99,91,255,.3)}.footer-bottom{max-width:1280px;margin:0 auto;border-top:1px solid var(--border-color);padding-top:1.15rem;display:flex;justify-content:center;font-size:.78rem;color:var(--text-muted)}body.tournament-mode #app-content{padding-bottom:2rem}body.tournament-mode .app-footer{margin-top:0;box-shadow:0 -10px 30px #0000004d}@media (max-width: 768px){:root{--tournament-footer-space: 0px}.header-inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.85rem;overflow-x:auto;scrollbar-width:none}.header-inner::-webkit-scrollbar{display:none}.header-inner>div:first-child{gap:.55rem}.logo-link{min-width:0;font-size:1.25rem}.logo-icon{width:34px;height:34px;border-radius:10px}.logo-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-nav{width:auto;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.main-nav::-webkit-scrollbar{display:none}.nav-item{flex:0 0 auto;padding:.55rem .85rem;font-size:.82rem}.header-actions{display:flex;gap:.5rem;width:auto;flex:0 0 auto}.header-actions .btn,.header-actions a,.header-actions button{width:auto;margin-left:0!important}#app-content{padding:1.1rem .85rem 1.4rem}body.tournament-mode #app-content{padding-bottom:1.4rem}.bg-glow,.bg-glow-secondary{opacity:.45;width:320px;height:320px}.footer-inner{flex-direction:column;align-items:flex-start;gap:.85rem;margin-bottom:1rem}.footer-security{align-items:flex-start}.app-footer{padding:1.45rem 1rem 1.15rem}body.tournament-mode .app-footer{padding:1rem 1rem .85rem}body.tournament-mode .footer-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:.65rem;margin-bottom:.75rem}body.tournament-mode .footer-security{align-items:flex-end;gap:.45rem}body.tournament-mode .footer-info{max-width:none}body.tournament-mode .footer-tagline,body.tournament-mode .stripe-mock-logo{display:none}body.tournament-mode .security-badge{padding:.4rem .6rem;font-size:.72rem}.footer-tagline{font-size:.84rem}.security-badge{border-radius:var(--radius-sm);padding:.45rem .7rem}}@media (max-width: 1120px){.header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;justify-content:normal;align-items:center;gap:.75rem;padding:1rem;overflow-x:auto;scrollbar-width:none}.header-inner::-webkit-scrollbar{display:none}.header-brand{grid-column:auto;justify-content:flex-start;min-width:0}.menu-toggle-btn{display:none}.header-menu-panel,.app-header.menu-open .header-menu-panel{display:contents}.main-nav{width:auto;justify-content:center;flex-wrap:nowrap;border-radius:30px;overflow-x:auto;scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}.nav-item{flex:0 0 auto;justify-content:center;padding:.55rem .95rem;font-size:.86rem}.header-actions{width:auto;justify-content:flex-end;flex-wrap:nowrap}.header-actions .btn{padding-inline:.85rem;max-width:none}.header-actions .btn span{white-space:nowrap;text-align:center;line-height:1.05}}@media (max-width: 900px){.app-header{position:sticky;overflow:visible}.header-inner{grid-template-columns:42px minmax(0,1fr) 42px;justify-content:center;overflow:visible;padding:.8rem .95rem}.header-brand{grid-column:2;justify-content:center;min-width:0}.menu-toggle-btn{display:inline-flex;grid-column:3;justify-self:end}.header-menu-panel{position:absolute;top:calc(100% + .55rem);left:50%;z-index:120;display:none;width:min(calc(100vw - 1.5rem),540px);transform:translate(-50%);padding:.75rem;border:1px solid var(--border-color);border-radius:18px;background:#090d16f5;box-shadow:0 24px 60px #00000073;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.app-header.menu-open .header-menu-panel{display:flex;flex-direction:column;align-items:center;gap:.75rem}.main-nav{width:100%;justify-content:center;flex-wrap:wrap;overflow:visible}.header-actions{display:flex;justify-content:center;flex-wrap:wrap;width:100%;gap:.55rem}.header-actions .btn,.header-actions a,.header-actions button{flex:1 1 170px;justify-content:center;width:auto;max-width:240px;height:auto;border-radius:30px;padding:.62rem .7rem}}@media (max-width: 768px){.header-actions{display:flex;gap:.5rem;width:100%}.header-actions .btn,.header-actions a,.header-actions button{width:auto;max-width:240px;height:auto;margin-left:0!important;border-radius:30px;padding:.62rem .7rem}.header-actions .btn span{display:inline;text-align:center;white-space:nowrap;line-height:1.05}.main-nav{display:flex;width:100%}.nav-item{width:auto}}@media (max-width: 420px){.logo-link{font-size:1.08rem;gap:.5rem}.theme-toggle-btn{width:36px;height:36px;margin-left:.5rem}.nav-item span{white-space:nowrap}.footer-logo{font-size:1.22rem}.footer-bottom{justify-content:flex-start;font-size:.72rem}}.glass-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-md);transition:transform var(--transition-normal),border-color var(--transition-normal),box-shadow var(--transition-normal)}.glass-card:hover{border-color:var(--border-color-hover);box-shadow:var(--shadow-lg)}.glass-card.glow-hover:hover{border-color:#ccff0040;box-shadow:var(--shadow-lg),var(--shadow-glow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-headings);font-weight:600;font-size:.95rem;padding:.8rem 1.75rem;border-radius:30px;border:1px solid transparent;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;line-height:1}.btn-primary{background:var(--color-primary);color:var(--text-dark);box-shadow:0 4px 15px #ccff0040}.btn-primary:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #cf06}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#ffffff0a;color:var(--text-main);border-color:var(--border-color)}.btn-secondary:hover{background:#ffffff14;border-color:var(--border-color-hover);transform:translateY(-2px)}.btn-stripe{background:var(--color-stripe);color:#fff;box-shadow:0 4px 15px #635bff40}.btn-stripe:hover{background:var(--color-stripe-hover);transform:translateY(-2px);box-shadow:0 6px 20px #635bff66}.btn-sm{padding:.5rem 1.25rem;font-size:.85rem}.btn-lg{padding:1rem 2.25rem;font-size:1.1rem}.btn i{width:18px;height:18px}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-gold{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.badge-silver{background:#9ca3af26;color:#e5e7eb;border:1px solid rgba(156,163,175,.3)}.badge-bronze{background:#b4530926;color:#fb923c;border:1px solid rgba(180,83,9,.3)}.badge-open{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3)}.badge-full{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.form-group{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.85rem;font-weight:500;color:var(--text-muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-input,.form-select,.form-textarea{background:#ffffff08;border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:.75rem 1rem;color:var(--text-main);font-family:var(--font-body);font-size:.95rem;transition:all var(--transition-fast);width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--color-primary);background:#ffffff0f;box-shadow:0 0 10px #ccff001a}.form-input::placeholder{color:#ffffff40}.form-select option{background-color:var(--bg-dark);color:var(--text-main)}.category-multiselect{position:relative}.category-multiselect summary{cursor:pointer;list-style:none}.category-multiselect summary::-webkit-details-marker{display:none}.category-multiselect-menu{position:absolute;z-index:20;left:0;right:0;display:flex;flex-direction:column;max-height:280px;padding:.5rem;overflow:hidden;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg)}.category-multiselect-options{max-height:200px;overflow-y:auto;padding-right:.25rem}.category-multiselect-option{display:flex;align-items:center;gap:.65rem;padding:.55rem;cursor:pointer;border-radius:6px;color:var(--text-main)}.category-multiselect-option:hover{background:rgba(var(--color-primary-rgb),.08)}.category-multiselect-done{justify-content:center;width:100%;margin-top:.5rem}.checkout-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#05070ccc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;justify-content:flex-end;opacity:0;pointer-events:none;transition:opacity var(--transition-normal)}.checkout-overlay.active{opacity:1;pointer-events:all}.checkout-drawer{width:100%;max-width:520px;height:100%;background:var(--bg-dark);border-left:1px solid var(--border-color);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--transition-normal) cubic-bezier(.16,1,.3,1);overflow-y:auto}.checkout-overlay.active .checkout-drawer{transform:translate(0)}.checkout-header{padding:1.5rem 2rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.checkout-header-logo{display:flex;align-items:center;gap:.5rem}.checkout-header-logo span{font-family:var(--font-headings);font-weight:700;font-size:1.25rem;color:#635bff}.checkout-close-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast),color var(--transition-fast)}.checkout-close-btn:hover{background:#ffffff0d;color:var(--text-main)}.checkout-body{padding:2rem;flex:1}.card-container{perspective:1000px;width:100%;height:200px;margin-bottom:2rem}.credit-card-3d{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.credit-card-3d.flipped{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;color:#fff;box-shadow:0 10px 25px #0000004d}.card-front{background:linear-gradient(135deg,#1e293b,#0f172a,#3b82f6);border:1px solid rgba(255,255,255,.1)}.card-back{background:linear-gradient(135deg,#0f172a,#1e293b,#635bff);transform:rotateY(180deg);border:1px solid rgba(255,255,255,.1);justify-content:flex-start;gap:1.5rem}.card-brand{display:flex;justify-content:space-between;align-items:center}.card-chip{width:40px;height:30px;background:linear-gradient(135deg,#fbbf24,#d97706);border-radius:6px;position:relative}.card-chip:after{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border:1px solid rgba(255,255,255,.3);border-radius:4px}.card-brand-logo{font-family:Outfit,sans-serif;font-weight:800;font-size:1.5rem;font-style:italic;opacity:.9}.card-number-display{font-size:1.4rem;letter-spacing:2px;font-family:monospace;text-shadow:1px 1px 2px rgba(0,0,0,.5);margin:1.5rem 0}.card-details-row{display:flex;justify-content:space-between}.card-holder-col,.card-expiry-col{display:flex;flex-direction:column}.card-label{font-size:.65rem;text-transform:uppercase;letter-spacing:1px;opacity:.6}.card-value{font-size:.9rem;font-weight:600;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.card-magnetic-strip{background:#000;height:40px;width:calc(100% + 3rem);margin-left:-1.5rem}.card-cvc-area{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;padding-right:1rem}.card-cvc-strip{background:#fff;height:35px;width:80%;border-radius:4px;display:flex;align-items:center;justify-content:flex-end;padding-right:.75rem;color:#000;font-family:monospace;font-weight:700;letter-spacing:2px}.checkout-success-view{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 0;animation:fadeInEffect var(--transition-normal) forwards}.success-icon-circle{width:80px;height:80px;border-radius:50%;background:#10b9811a;border:2px solid var(--color-success);color:var(--color-success);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 0 20px #10b98133}.success-icon-circle i{width:40px;height:40px;stroke-width:3;animation:scaleCheck .5s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes scaleCheck{0%{transform:scale(0)}to{transform:scale(1)}}.receipt-box{width:100%;background:#ffffff05;border:1px dashed var(--border-color);border-radius:var(--radius-md);padding:1.5rem;margin:1.5rem 0;text-align:left;font-family:monospace}.receipt-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;color:var(--text-muted)}.receipt-row.total{border-top:1px dashed var(--border-color);padding-top:.5rem;margin-top:.5rem;font-weight:700;color:var(--text-main);font-size:1rem}.toast-container{position:fixed;bottom:2rem;right:2rem;display:flex;flex-direction:column;gap:.75rem;z-index:2000;max-width:400px}.toast{background:#0d121fe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-left:4px solid var(--color-primary);border-top:1px solid var(--border-color);border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);border-radius:4px var(--radius-sm) var(--radius-sm) 4px;color:var(--text-main);padding:1rem 1.25rem;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.75rem;transform:translate(120%);animation:slideInToast .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideInToast{to{transform:translate(0)}}html.light-theme .toast{background:#fff;border-color:#00000026;color:#000;box-shadow:0 4px 20px #0000001f}.toast.removing{animation:slideOutToast .3s forwards}@keyframes slideOutToast{to{transform:translate(120%);opacity:0}}.toast i{flex-shrink:0}.toast-success{border-left-color:var(--color-success)}.toast-success i{color:var(--color-success)}.toast-error{border-left-color:var(--color-error)}.toast-error i{color:var(--color-error)}.toast-warning{border-left-color:var(--color-warning)}.toast-warning i{color:var(--color-warning)}.toast-info{border-left-color:var(--color-info)}.toast-info i{color:var(--color-info)}@media (max-width: 576px){.checkout-drawer{max-width:100%}.card-container{height:170px}.card-number-display{font-size:1.1rem;margin:1rem 0}.form-row{grid-template-columns:1fr;gap:0}.toast-container{left:1rem;right:1rem;bottom:1rem;max-width:none}}.classification-table-container{max-height:242px;overflow-y:auto;overflow-x:hidden;padding-right:.25rem;scrollbar-width:thin;scrollbar-color:rgba(204,255,0,.3) rgba(255,255,255,.02)}.classification-table-container::-webkit-scrollbar{width:6px}.classification-table-container::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.classification-table-container::-webkit-scrollbar-thumb{background:#ccff004d;border-radius:3px;transition:background .2s ease}.classification-table-container::-webkit-scrollbar-thumb:hover{background:#cf09}.notifications-popover{position:fixed;z-index:2147483000;max-height:min(520px,calc(100vh - 24px));padding:0!important;overflow:hidden;border-color:#ccff0047!important;box-shadow:0 24px 70px #0009!important}.notifications-popover-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem;border-bottom:1px solid var(--border-color)}.notifications-popover-header strong{display:flex;align-items:center;gap:.45rem;color:#fff}.notifications-popover-list{max-height:min(430px,calc(100vh - 110px));overflow-y:auto;overscroll-behavior:contain}.notifications-popover-item{display:flex;width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.06);padding:.9rem 1rem;background:transparent;text-align:left;color:var(--text-muted);cursor:pointer;flex-direction:column;gap:.25rem}.notifications-popover-item:hover,.notifications-popover-item.is-unread{background:#ccff000f}.notifications-popover-item strong{color:#fff;font-size:.9rem}.notifications-popover-item small{color:var(--text-muted);font-size:.7rem}.notifications-popover-empty{padding:1.5rem;color:var(--text-muted);margin:0}.hero-section{position:relative;display:flex;align-items:center;justify-content:center;padding:5rem 2rem;min-height:560px;margin-bottom:3.5rem;text-align:center;border-radius:var(--radius-lg);background:radial-gradient(100% 100% at 50% 0%,#635bff1f,#ccff0008 60%,#0000),#11182766;border:1px solid var(--border-color);overflow:hidden;box-shadow:var(--shadow-md);isolation:isolate}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(204,255,0,.35),rgba(99,91,255,.35),transparent);z-index:4}.hero-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(72% 72% at 50% 38%,#080c1614,#080c1685 74%),linear-gradient(90deg,#05080ea8,#05080e38 48%,#05080eb8);pointer-events:none}.hero-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;object-position:center;opacity:.94;filter:brightness(1.26) saturate(1.18) contrast(1.02);z-index:0;pointer-events:none;transform:translateZ(0);background:#05080e}.hero-content{position:relative;z-index:2;width:100%;max-width:1100px;margin:0 auto}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:#ccff0014;color:var(--color-primary);border:1px solid rgba(204,255,0,.25);padding:.5rem 1.25rem;border-radius:30px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2rem;box-shadow:0 0 15px #ccff000d}.hero-tag i{width:14px;height:14px}.hero-title{font-family:var(--font-headings);font-size:4rem;font-weight:800;line-height:1.15;letter-spacing:0;margin-bottom:1.25rem;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.55)}.hero-title span{background:linear-gradient(95deg,var(--color-primary) 10%,#99ff00 40%,#00f0ff 90%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 8px rgba(204,255,0,.25))}.hero-subtitle{font-size:1.2rem;color:#f3f4f6d6;max-width:650px;margin:0 auto 2.5rem;line-height:1.6;text-shadow:0 2px 18px rgba(0,0,0,.45)}.rankings-hero-panel,.classification-hero-panel{padding:0 1rem}.rankings-hero-panel .hero-title,.classification-hero-panel .hero-title{color:#fff;text-shadow:0 3px 22px rgba(0,0,0,.72)}.rankings-hero-panel .hero-subtitle,.classification-hero-panel .hero-subtitle{color:#ffffffdb;text-shadow:0 2px 18px rgba(0,0,0,.62)}html.light-theme .rankings-hero-panel .hero-title,html.light-theme .classification-hero-panel .hero-title{color:#111827;text-shadow:0 2px 18px rgba(15,23,42,.18)}html.light-theme .rankings-hero-panel .hero-subtitle,html.light-theme .classification-hero-panel .hero-subtitle{color:#334155;text-shadow:none}html.light-theme .rankings-hero-panel .hero-title span,html.light-theme .classification-hero-panel .hero-title span{-webkit-text-fill-color:transparent}.hero-stats{display:flex;justify-content:center;align-items:center;gap:3rem;margin:0 auto;max-width:600px;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:112px;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#05080e47;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-val{font-family:var(--font-headings);font-size:2.25rem;font-weight:800;color:#fff;line-height:1}.stat-label{font-size:.85rem;color:#f3f4f6bd;text-transform:uppercase;letter-spacing:1px;font-weight:500}.explorer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.explorer-title{font-family:var(--font-headings);font-size:1.75rem;font-weight:700;color:#fff}.search-filter-bar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;width:100%;max-width:500px}.search-input-wrapper{position:relative;flex:1;min-width:200px}.search-input-wrapper i,.search-input-wrapper svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted);width:18px;height:18px;pointer-events:none}.search-input-wrapper .form-input{padding-left:2.75rem}.tournaments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem;margin-top:1.5rem}.tournament-card{display:flex;flex-direction:column;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-color);background:#1118278c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform var(--transition-normal),border-color var(--transition-normal),box-shadow var(--transition-normal);height:100%}.tournament-card.glass-card{padding:0}.tournament-card:hover{transform:translateY(-5px);border-color:#ccff0040;box-shadow:0 12px 35px #0006,var(--shadow-glow)}.t-card-banner{height:210px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;border-bottom:1px solid rgba(255,255,255,.05);transition:transform var(--transition-normal)}.tournament-card:hover .t-card-banner{transform:scale(1.02)}.t-card-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;gap:1rem}.t-card-title{font-family:var(--font-headings);font-size:1.35rem;font-weight:700;color:#fff;line-height:1.3}.t-card-meta-list{display:flex;flex-direction:column;gap:.6rem;margin:.5rem 0}.t-card-meta-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-muted);min-width:0}.t-card-meta-item i{color:var(--color-primary);width:16px;height:16px;flex-shrink:0}.t-card-meta-item span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;overflow-wrap:anywhere}.t-card-slots{display:flex;flex-direction:column;gap:.75rem;margin-top:auto;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.05)}.t-card-slots-info{display:flex;flex-direction:column;gap:.35rem}.t-card-slots-label{font-size:.8rem;color:var(--text-muted)}.t-card-slots-bar{width:100%;height:6px;background:#ffffff0d;border-radius:10px;overflow:hidden}.t-card-slots-fill{height:100%;background:linear-gradient(90deg,var(--color-primary),#99ff00);border-radius:10px;transition:width var(--transition-slow)}.tournament-layout{display:grid;grid-template-columns:320px 1fr;gap:2.5rem;align-items:start;margin-top:2rem}@media (max-width: 992px){.tournament-layout{grid-template-columns:1fr}}.info-sidebar{display:flex;flex-direction:column;gap:1.5rem}.t-detail-layout{display:grid;grid-template-columns:320px 1fr;gap:2.5rem;margin-top:2rem;align-items:start}@media (max-width: 992px){.t-detail-layout{grid-template-columns:1fr}}.t-detail-sidebar{display:flex;flex-direction:column;gap:1.5rem}.t-detail-image-box{height:200px;background-size:cover;background-position:center;border-radius:var(--radius-md);border:1px solid var(--border-color)}.t-info-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:.5rem}.t-info-row{display:flex;align-items:center;gap:1rem}.t-info-icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ccff000d;border:1px solid rgba(204,255,0,.15);border-radius:var(--radius-sm);color:var(--color-primary);flex-shrink:0}.t-info-icon-wrapper i{width:20px;height:20px}.t-info-texts{display:flex;flex-direction:column;gap:.15rem}.t-info-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-weight:500;line-height:1.2}.t-info-value{font-size:1rem;color:#fff;font-weight:600;line-height:1.2;display:flex;align-items:center}.t-detail-main{display:flex;flex-direction:column;gap:2rem}.bracket-wrapper{width:100%;overflow-x:auto;padding:1.5rem .5rem}.bracket-container{display:flex;gap:3.5rem;min-width:600px;align-items:center;position:relative;padding:2rem 0}.bracket-round{display:flex;flex-direction:column;justify-content:space-around;gap:2rem;height:520px;position:relative}.bracket-match{background:#111827cc;border:1px solid var(--border-color);border-radius:8px;width:220px;overflow:hidden;position:relative;box-shadow:var(--shadow-sm);transition:border-color .2s}.bracket-match:hover{border-color:#cf03}.bracket-match-header{background:#ffffff05;border-bottom:1px solid var(--border-color);padding:.35rem .75rem;font-size:.7rem;color:var(--text-muted);font-weight:600}.bracket-team-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.85rem;color:var(--text-muted)}.bracket-team-row.winner{color:#fff;font-weight:600;background:#ccff0005}.bracket-team-row.winner .score{color:var(--color-primary)}.bracket-team-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.bracket-team-row .score{font-family:monospace;font-weight:700;font-size:.9rem}body.dashboard-mode,html.dashboard-mode{background-color:var(--bg-darker);overflow:hidden!important;height:100vh!important}body.dashboard-mode .app-container{height:100vh!important;overflow:hidden!important}body.dashboard-mode .app-header,body.dashboard-mode .app-footer{display:none!important}body.dashboard-mode #app-content{max-width:100%!important;margin:0!important;padding:0!important;height:100vh;overflow:hidden}body.platform-admin-mode #app-content,body.club-auth-mode #app-content{overflow-x:hidden!important;overflow-y:auto!important;scrollbar-gutter:stable;scrollbar-color:rgba(204,255,0,.65) rgba(255,255,255,.06);scrollbar-width:thin}body.platform-admin-mode #app-content::-webkit-scrollbar,body.club-auth-mode #app-content::-webkit-scrollbar{width:10px}body.platform-admin-mode #app-content::-webkit-scrollbar-track,body.club-auth-mode #app-content::-webkit-scrollbar-track{background:#ffffff0a}body.platform-admin-mode #app-content::-webkit-scrollbar-thumb,body.club-auth-mode #app-content::-webkit-scrollbar-thumb{background:#ccff008c;border:2px solid var(--bg-darker);border-radius:999px}.dashboard-layout-container{display:grid;grid-template-columns:260px 1fr;height:100vh;width:100%;color:var(--text-main);background:var(--bg-darker)}.dashboard-sidebar{background:var(--bg-dark);border-right:1px solid var(--border-color);display:flex;flex-direction:column;padding:1.5rem;height:100%;justify-content:space-between;min-height:0;overflow:hidden}.dashboard-sidebar>div:first-child{min-height:0;overflow-y:auto;padding-right:.15rem;scrollbar-width:none;-ms-overflow-style:none}.dashboard-sidebar>div:first-child::-webkit-scrollbar{display:none}.dashboard-sidebar>div:last-child{flex:0 0 auto}.sidebar-logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-headings);font-weight:800;font-size:1.35rem;color:#fff;text-decoration:none;margin-bottom:2rem}.sidebar-logo img{width:30px;height:30px;display:block;object-fit:cover;border-radius:8px}.sidebar-logo span span{color:var(--color-primary)}.sidebar-user-card{background:#ffffff05;border:1px solid var(--border-color);padding:1rem;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.user-card-name{font-weight:600;font-size:.9rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card-role{font-size:.7rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--color-primary)}.sidebar-menu{display:flex;flex-direction:column;gap:.35rem;flex-grow:1}.sidebar-menu-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-sm);color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;cursor:pointer;background:transparent;border:none;width:100%;text-align:left;transition:all var(--transition-fast)}.sidebar-menu-item i{width:18px;height:18px;transition:transform var(--transition-fast)}.sidebar-menu-item:hover{color:#fff;background:#ffffff08}.sidebar-menu-item:hover i{transform:translate(2px)}.sidebar-menu-item.active{color:var(--text-dark);background:var(--color-primary);font-weight:600;box-shadow:0 4px 12px #cf03}.sidebar-menu-item.active i{color:var(--text-dark)}.dashboard-workspace{display:flex;flex-direction:column;height:100%;overflow:hidden}.dashboard-topbar{background:#090d1680;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.topbar-title{font-family:var(--font-headings);font-size:1.25rem;font-weight:700;color:#fff}.topbar-actions{display:flex;align-items:center;gap:1rem}.dashboard-view-content{flex:1;padding:2rem;overflow-y:auto;background:radial-gradient(circle at 50% 0%,#635bff0d,#05070c 70%)}.schedule-admin-panel{padding:1.25rem 1.5rem}.schedule-admin-panel>h3{margin-bottom:1rem}.court-settings-card{padding:1rem 1.1rem!important;margin:.75rem 0 1.25rem!important;background:#ffffff04!important}.court-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.85rem;align-items:end}.court-settings-card .form-group{margin-bottom:0;gap:.35rem}.court-settings-card .form-input,.court-settings-card .form-select{min-height:42px;padding:.65rem .9rem}.court-settings-actions{display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap;margin-top:.85rem}.court-central-toggle{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-main);font-weight:500;margin:0}.tournament-management-table{width:100%;border-collapse:collapse;margin-top:1rem}.tournament-management-table th{padding:1rem;font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-color)}.tournament-management-table td{padding:1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.02)}@media (max-width: 992px){.dashboard-layout-container{grid-template-columns:1fr}.dashboard-sidebar{display:none}}@media (max-width: 992px){.court-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.court-settings-grid{grid-template-columns:1fr}.court-settings-actions{align-items:stretch;flex-direction:column}.court-settings-actions .btn{width:100%}}.t-tab-content{display:none!important}.t-tab-content.active{display:block!important}.admin-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;align-items:start;margin-top:2rem}.tournament-image-preview{min-height:0}.tournament-image-preview:empty{display:none}.tournament-image-preview-box{width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-sm);border:1px solid var(--border-color);background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:.25rem}.tournament-image-preview span{display:block;margin-top:.4rem;color:var(--text-muted);font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 1200px){.admin-layout{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 992px){.admin-layout{grid-template-columns:1fr}}.courts-grid-map{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.court-map-card{position:relative;border-radius:12px;padding:1.5rem;border:1px solid var(--border-color);background:#090d1699;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;transition:all var(--transition-normal)}.court-map-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%}.court-map-card.occupied:before{background:var(--color-error)}.court-map-card.available:before{background:var(--color-success)}.court-map-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg),0 0 15px #ffffff05}.court-map-card.occupied:hover{border-color:#ef444459}.court-map-card.available:hover{border-color:#10b98159}.court-net-line{border-top:1px dashed rgba(255,255,255,.1);margin:.75rem 0}.court-badge-status{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:.25rem .6rem;border-radius:20px;display:inline-flex;align-items:center;gap:.25rem}.court-badge-status.occupied{background:#ef44441f;color:#f87171;border:1px solid rgba(239,68,68,.25)}.court-badge-status.available{background:#10b9811f;color:#34d399;border:1px solid rgba(16,185,129,.25)}html.light-theme .dashboard-view-content{background:radial-gradient(circle at 50% 0%,#3b82f60a,#f0f2f5 70%)}html.light-theme .bg-glow,html.light-theme .bg-glow-secondary{background:radial-gradient(circle,#3b82f60a,#fff0 70%)}html.light-theme .hero-section{background:radial-gradient(100% 100% at 50% 0%,#3b82f614,#3b82f605 60%,#fff0),#ffffff73}html.light-theme .hero-section .hero-title,html.light-theme .hero-section .hero-subtitle,html.light-theme .hero-section .stat-val,html.light-theme .hero-section .stat-label{color:#fff!important}html.light-theme .hero-section .hero-title span{-webkit-text-fill-color:transparent!important}html.light-theme .bracket-match{background:#ffffffe6}html.light-theme .bracket-team-row.winner{color:#1f2937;background:#3b82f60f}html.light-theme .bracket-match-header{background:#00000005}html.light-theme .court-map-card{background:#ffffffd9}html.light-theme .court-net-line{border-top:1px dashed rgba(0,0,0,.08)}html.light-theme .form-input,html.light-theme .form-select,html.light-theme .form-textarea{background:#f8fafc!important;border-color:#cbd5e1!important;color:#1f2937!important}html.light-theme .form-input:focus,html.light-theme .form-select:focus,html.light-theme .form-textarea:focus{background:#fff!important;border-color:var(--color-primary)!important;box-shadow:0 0 0 2px #3b82f633!important}html.light-theme .tournament-management-table td{color:#1f2937}html.light-theme [id$=-list-container] .glass-card{background:#ffffffd9!important}html.light-theme .dashboard-workspace h1,html.light-theme .dashboard-workspace h2,html.light-theme .dashboard-workspace h3,html.light-theme .dashboard-workspace h4,html.light-theme .dashboard-workspace h5,html.light-theme .dashboard-workspace h6,html.light-theme .dashboard-workspace strong,html.light-theme .dashboard-workspace p,html.light-theme .dashboard-workspace code,html.light-theme .dashboard-workspace span:not(.badge):not(.partner-badge):not(.logo-highlight),html.light-theme .dashboard-workspace .metric-num,html.light-theme .dashboard-workspace .stat-val,html.light-theme .dashboard-workspace .topbar-title,html.light-theme .dashboard-sidebar .user-card-name,html.light-theme .dashboard-sidebar .sidebar-logo,html.light-theme .dashboard-sidebar .sidebar-logo span:not(.sidebar-logo span span){color:var(--text-main)!important}html.light-theme .dashboard-workspace .text-muted,html.light-theme .dashboard-workspace span[style*="color: var(--text-muted)"],html.light-theme .dashboard-workspace span[style*="color:var(--text-muted)"]{color:var(--text-muted)!important}html.light-theme .dashboard-topbar{background:#ffffffd9!important;border-bottom-color:#00000014!important}html.light-theme .dashboard-topbar .topbar-title{color:var(--text-main)!important}html.light-theme .dashboard-sidebar{background:#f8fafc!important;border-right-color:#00000014!important}html.light-theme .sidebar-logo{color:var(--text-main)!important}html.light-theme .sidebar-user-card{background:#00000005!important;border-color:#0000000f!important}html.light-theme .user-card-name{color:var(--text-main)!important}html.light-theme .sidebar-menu-item{color:var(--text-muted)!important}html.light-theme .sidebar-menu-item:hover{color:var(--color-primary)!important;background:#00000008!important}html.light-theme .sidebar-menu-item.active{color:#000!important;background:var(--color-primary)!important;box-shadow:0 4px 12px #3b82f640!important}html.light-theme .sidebar-menu-item.active i{color:#000!important}.auth-viewport-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;width:100%;position:relative;padding:1rem 0}html.light-theme .auth-viewport-wrapper{background:radial-gradient(circle,#3b82f614,#f0f2f5 80%)!important}html.light-theme .auth-viewport-wrapper h3,html.light-theme .auth-viewport-wrapper p,html.light-theme .auth-viewport-wrapper a:not(.btn),html.light-theme .auth-viewport-wrapper label,html.light-theme .auth-viewport-wrapper li strong{color:var(--text-main)!important}html.light-theme .auth-viewport-wrapper a:not(.btn):hover{color:var(--color-primary)!important}html.light-theme .auth-viewport-wrapper .glass-card{background:#ffffffe6!important;border-color:#00000014!important;box-shadow:0 20px 50px #00000014!important}html.light-theme #app-content tr,html.light-theme #app-content thead tr,html.light-theme .tournament-management-table th{border-bottom-color:#00000014!important}html.light-theme .tournament-management-table th{color:var(--text-muted)!important}html.light-theme .tournament-management-table tr:hover,html.light-theme #app-content tr:hover{background:#00000004!important}html.light-theme #app-content [style*="color: #ffffff"],html.light-theme #app-content [style*="color:#ffffff"],html.light-theme #app-content [style*="color: #ffffff;"],html.light-theme #app-content [style*="color:#ffffff;"],html.light-theme .stat-val,html.light-theme .explorer-title,html.light-theme .t-card-title{color:var(--text-main)!important}html.light-theme .btn-secondary{background:#4b5563!important;color:#fff!important;border-color:#4b5563!important}html.light-theme .btn-secondary:hover{background:#374151!important;border-color:#374151!important;color:#fff!important}html.light-theme .form-input::placeholder,html.light-theme .form-select::placeholder,html.light-theme .form-textarea::placeholder{color:#9ca3af!important}html.light-theme .badge-gold{background:#d97706!important;color:#fff!important;border-color:#d97706!important}html.light-theme .badge-silver{background:#6b7280!important;color:#fff!important;border-color:#6b7280!important}html.light-theme .badge-bronze{background:#b45309!important;color:#fff!important;border-color:#b45309!important}html.light-theme .badge-open{background:#10b981!important;color:#fff!important;border-color:#10b981!important}html.light-theme .badge-full{background:#ef4444!important;color:#fff!important;border-color:#ef4444!important}html.light-theme .tournament-card{background:#1a2439e6!important;border-color:#3b82f640!important}html.light-theme .tournament-card .t-card-title{color:#fff!important}html.light-theme .tournament-card p{color:#e2e8f0!important}html.light-theme .tournament-card .t-card-meta-item{color:#cbd5e1!important}html.light-theme .tournament-card .t-card-meta-item i{color:#3b82f6!important}html.light-theme .tournament-card .t-card-slots-label{color:#94a3b8!important}html.light-theme .toast{background:#fffffff2!important;border-top-color:#00000014!important;border-right-color:#00000014!important;border-bottom-color:#00000014!important;color:var(--text-main)!important;box-shadow:0 10px 30px #00000014!important}html.light-theme .app-header{background:#fffffff2!important;border-bottom-color:#00000014!important}html.light-theme .app-header .logo-text{color:var(--text-main)!important}html.light-theme .app-header .nav-item:not(.active){color:var(--text-muted)!important}html.light-theme .app-header .nav-item.active{color:#000!important;background:var(--color-primary)!important;box-shadow:0 4px 12px #3b82f633!important}html.light-theme .app-header .logo-icon,html.light-theme .btn-primary{color:#000!important}html.light-theme .btn-primary i,html.light-theme .btn-primary svg{color:#000!important}html.light-theme #btn-admin-bypass,html.light-theme #btn-player-bypass{color:var(--text-main)!important;background:#00000008!important;border-color:#00000026!important}html.light-theme #btn-admin-bypass:hover,html.light-theme #btn-player-bypass:hover{background:#00000014!important;border-color:#00000040!important}html.light-theme #app-content [style*="color: #a39eff"],html.light-theme #app-content [style*="color:#a39eff"],html.light-theme #app-content [style*="color: #a39eff;"],html.light-theme #app-content [style*="color:#a39eff;"]{color:#4f46e5!important}html.light-theme #app-content [style*="color: #60a5fa"],html.light-theme #app-content [style*="color:#60a5fa"],html.light-theme #app-content [style*="color: #60a5fa;"],html.light-theme #app-content [style*="color:#60a5fa;"]{color:#1e3a8a!important}html.light-theme #app-content [style*="color: #fbbf24"],html.light-theme #app-content [style*="color:#fbbf24"],html.light-theme #app-content [style*="color: #fbbf24;"],html.light-theme #app-content [style*="color:#fbbf24;"]{color:#b45309!important}html.light-theme .badge-open[style*="background: rgba(99, 91, 255"],html.light-theme .badge-open[style*="background:rgba(99, 91, 255"]{background:#e0e7ff!important;color:#4338ca!important;border-color:#c7d2fe!important}html.light-theme [style*="color: #ffffff"]:not(.badge):not(.btn),html.light-theme [style*="color:#ffffff"]:not(.badge):not(.btn),html.light-theme [style*="color: #ffffff;"]:not(.badge):not(.btn),html.light-theme [style*="color:#ffffff;"]:not(.badge):not(.btn),html.light-theme [style*="color: #fff"]:not(.badge):not(.btn),html.light-theme [style*="color:#fff"]:not(.badge):not(.btn),html.light-theme [style*="color: #fff;"]:not(.badge):not(.btn),html.light-theme [style*="color:#fff;"]:not(.badge):not(.btn),html.light-theme [style*="color: white"]:not(.badge):not(.btn),html.light-theme [style*="color:white"]:not(.badge):not(.btn),html.light-theme [style*="color: white;"]:not(.badge):not(.btn),html.light-theme [style*="color:white;"]:not(.badge):not(.btn){color:var(--text-main)!important}html.light-theme .tournament-card [style*="color: #ffffff"],html.light-theme .tournament-card [style*="color:#ffffff"],html.light-theme .tournament-card [style*="color: #ffffff;"],html.light-theme .tournament-card [style*="color:#ffffff;"],html.light-theme .tournament-card [style*="color: #fff"],html.light-theme .tournament-card [style*="color:#fff"],html.light-theme .tournament-card [style*="color: #fff;"],html.light-theme .tournament-card [style*="color:#fff;"],html.light-theme .tournament-card [style*="color: white"],html.light-theme .tournament-card [style*="color:white"],html.light-theme .tournament-card [style*="color: white;"],html.light-theme .tournament-card [style*="color:white;"],html.light-theme .credit-card-3d [style*="color: #ffffff"],html.light-theme .credit-card-3d [style*="color:#ffffff"],html.light-theme .credit-card-3d [style*="color: #ffffff;"],html.light-theme .credit-card-3d [style*="color:#ffffff;"],html.light-theme .credit-card-3d [style*="color: #fff"],html.light-theme .credit-card-3d [style*="color:#fff"],html.light-theme .credit-card-3d [style*="color: #fff;"],html.light-theme .credit-card-3d [style*="color:#fff;"],html.light-theme .credit-card-3d [style*="color: white"],html.light-theme .credit-card-3d [style*="color:white"],html.light-theme .credit-card-3d [style*="color: white;"],html.light-theme .credit-card-3d [style*="color:white;"]{color:#fff!important}html.light-theme .t-info-value{color:#000!important}html.light-theme .t-info-value[style*="color: var(--color-primary)"],html.light-theme .t-info-value[style*="color:var(--color-primary)"]{color:var(--color-primary)!important}@media (max-width: 1120px){.hero-section{padding:3.5rem 1.5rem;min-height:500px;margin-bottom:2.25rem;max-width:960px;margin-left:auto;margin-right:auto}.hero-title{font-size:clamp(2.8rem,7vw,3.3rem);letter-spacing:0}.hero-bg-video{display:block!important;opacity:.92;object-position:center 42%}.hero-subtitle{font-size:1.05rem;margin-bottom:2rem}.explorer-header{max-width:960px;margin-left:auto;margin-right:auto}.tournaments-grid{grid-template-columns:repeat(2,minmax(260px,340px));justify-content:center;gap:1.25rem}.t-card-banner{height:170px}.t-card-body{padding:1.1rem}.t-card-title{font-size:1.12rem}}@media (max-width: 768px){.hero-section{padding:2rem .85rem;min-height:430px;margin-bottom:1.5rem;border-radius:18px}.hero-section:after{background:radial-gradient(86% 70% at 50% 36%,#080c1629,#080c169e 74%),linear-gradient(180deg,#05080e9e,#05080e3d 44%,#05080ec2)}.hero-bg-video{display:block!important;width:100%!important;height:100%!important;opacity:.96;object-fit:cover;object-position:center 44%;filter:brightness(1.34) saturate(1.2) contrast(1.02)}.hero-tag{margin-bottom:1rem;padding:.38rem .7rem;font-size:.64rem;letter-spacing:.8px;max-width:100%}.hero-title{font-size:clamp(1.95rem,10vw,2.55rem);letter-spacing:0;margin-bottom:.85rem}.hero-subtitle{font-size:.9rem;margin-bottom:1.3rem;line-height:1.45}.hero-stats{gap:.6rem;justify-content:stretch}.stat-item{flex:1 1 76px;min-width:76px;padding:.62rem .45rem;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);background:#05080e3d}.stat-val{font-size:1.5rem}.stat-label{font-size:.66rem;letter-spacing:.6px}.explorer-header{align-items:stretch;gap:1rem;margin-bottom:1.25rem}.explorer-title{font-size:1.45rem}.search-filter-bar{max-width:none;flex-direction:column;gap:.75rem}.search-input-wrapper{min-width:0;width:100%}.search-filter-bar .form-select,.search-filter-bar .form-input{max-width:none!important;width:100%}.tournaments-grid{grid-template-columns:minmax(0,min(100%,430px))!important;justify-content:center;gap:.8rem!important}.tournaments-grid{margin-top:1rem;width:100%;margin-left:auto;margin-right:auto}.reviews-grid,.stats-grid{grid-template-columns:minmax(0,min(100%,360px))!important;justify-content:center;gap:.8rem!important}.tournament-card{border-radius:14px;min-width:0}.t-card-banner{height:118px}.t-card-body{padding:.72rem;gap:.55rem}.t-card-title{font-size:.92rem;line-height:1.22}.t-card-meta-item{gap:.45rem;font-size:.72rem}.t-card-meta-item i,.t-card-meta-item svg{width:13px;height:13px}.t-card-meta-list{gap:.42rem;margin:.15rem 0}.t-card-body>p{font-size:.72rem!important;line-height:1.35!important;min-height:18px!important;margin-bottom:.25rem!important;-webkit-line-clamp:1!important}.t-card-body>div:first-child{gap:.35rem!important;margin-bottom:.35rem!important}.t-card-slots{gap:.45rem;padding-top:.7rem}.t-card-slots[style]{padding-top:.7rem!important}.t-card-slots-label{font-size:.68rem}.t-card-slots .btn{width:100%;min-height:34px;padding:.52rem .55rem;font-size:.72rem;gap:.35rem}.t-card-slots .btn i,.t-card-slots .btn svg{width:14px;height:14px}.t-detail-layout,.tournament-layout,.admin-layout{grid-template-columns:1fr!important;gap:1rem}.t-detail-image-box{height:180px}.bracket-wrapper{margin-left:-.5rem;margin-right:-.5rem;padding:1rem .5rem}body.dashboard-mode,html.dashboard-mode{height:auto!important;min-height:100vh!important;overflow-y:auto!important}body.dashboard-mode .app-container,body.dashboard-mode #app-content{height:auto!important;min-height:100vh!important;overflow:visible!important}.dashboard-layout-container{display:block;height:auto;min-height:100vh}.dashboard-sidebar{display:flex!important;height:auto;padding:1rem;gap:1rem;border-right:none;border-bottom:1px solid var(--border-color)}.dashboard-sidebar>div:first-child{min-width:0}.sidebar-logo{font-size:1.08rem;margin-bottom:1rem}.sidebar-user-card{margin-bottom:1rem;padding:.85rem}.sidebar-menu{flex-direction:row;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.sidebar-menu::-webkit-scrollbar{display:none}.sidebar-menu-item{flex:0 0 auto;width:auto;padding:.7rem .9rem;font-size:.82rem;white-space:nowrap}.dashboard-workspace{height:auto;overflow:visible}.dashboard-topbar{align-items:flex-start;flex-direction:column;gap:.75rem;padding:1rem}.topbar-title{font-size:1rem;line-height:1.35}.topbar-actions{width:100%;flex-wrap:wrap}.dashboard-view-content{padding:1rem;overflow:visible}.tournament-management-table,.tournament-management-table thead,.tournament-management-table tbody{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.courts-grid-map{grid-template-columns:1fr;gap:1rem}.auth-viewport-wrapper{min-height:calc(100vh - 180px);padding:1rem 0}.reviews-section{margin-top:2.5rem!important;padding-top:2rem!important}.reviews-section .explorer-header{margin-bottom:1.35rem!important}.reviews-section .explorer-title{font-size:1.45rem!important}.reviews-grid .glass-card{padding:1rem!important;gap:.85rem!important}}@media (max-width: 480px){.hero-section{padding:1.45rem .7rem;min-height:390px;border-radius:14px}.hero-bg-video{object-position:center 46%}.hero-tag{gap:.35rem;font-size:.56rem;letter-spacing:.5px;margin-bottom:.8rem}.hero-tag i,.hero-tag svg{width:12px;height:12px}.hero-title{font-size:clamp(1.65rem,9.5vw,2.05rem);line-height:1.08}.hero-subtitle{font-size:.82rem;margin-bottom:1rem}.hero-stats{gap:.45rem}.stat-item{min-width:0;padding:.5rem .3rem}.stat-val{font-size:1.25rem}.stat-label{font-size:.57rem;letter-spacing:.4px}.glass-card{padding:1rem}.t-card-banner{height:84px}.badge{gap:.18rem;font-size:.55rem;padding:.22rem .38rem;letter-spacing:.15px}.badge i,.badge svg{width:11px;height:11px}.btn{width:100%;padding:.78rem 1rem}.form-row{grid-template-columns:1fr!important}.tournaments-grid{gap:.7rem!important}.t-card-body{padding:.58rem;gap:.46rem}.t-card-title{font-size:.82rem;line-height:1.18}.t-card-body>p{display:none!important}.t-card-meta-item{font-size:.66rem}.t-card-slots-label{font-size:.62rem}.t-card-slots .btn{min-height:31px;padding:.46rem .42rem;font-size:.66rem}}@media (max-width: 340px){.reviews-grid,.stats-grid{grid-template-columns:1fr!important}}@media (max-width: 900px){.platform-admin-grid{grid-template-columns:1fr!important}.platform-club-list-panel{contain:none!important;max-height:620px}}.platform-club-list-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden;contain:size}.platform-club-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:.45rem;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(204,255,0,.55) rgba(255,255,255,.04)}.platform-club-scroll::-webkit-scrollbar{width:8px}.platform-club-scroll::-webkit-scrollbar-thumb{background:#ccff0080;border-radius:999px}.dashboard-menu-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:8px;background:#ffffff09;color:var(--text-main);flex:0 0 auto}.dashboard-menu-toggle i,.dashboard-menu-toggle svg{width:18px;height:18px}.admin-layout-single{grid-template-columns:1fr}.admin-results-layout{width:100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.admin-results-layout>.glass-card{width:100%;min-width:0}.directory-roster-list{display:flex;flex-direction:column;gap:.75rem}.directory-roster-list.directory-list-scrollable{max-height:470px;overflow-y:auto;padding-right:.35rem;scrollbar-width:none}.directory-roster-list.directory-list-scrollable:hover{scrollbar-width:thin;scrollbar-color:rgba(204,255,0,.55) rgba(255,255,255,.04)}.directory-roster-list.directory-list-scrollable::-webkit-scrollbar{width:0}.directory-roster-list.directory-list-scrollable:hover::-webkit-scrollbar{width:8px}.directory-roster-list.directory-list-scrollable::-webkit-scrollbar-thumb{background:#ccff007a;border-radius:999px}@media (max-width: 900px){.admin-results-layout{grid-template-columns:1fr!important}}@media (max-width: 992px){.dashboard-layout-container{display:block;min-height:100vh;position:relative}.dashboard-menu-toggle{display:inline-flex}.dashboard-sidebar{display:flex!important;position:fixed;top:0;left:0;z-index:1200;width:min(320px,86vw);height:100vh!important;padding:1rem;border-right:1px solid var(--border-color);border-bottom:0;transform:translate(-105%);transition:transform var(--transition-normal);box-shadow:24px 0 60px #00000059}.dashboard-layout-container.dashboard-sidebar-open .dashboard-sidebar{transform:translate(0)}.dashboard-sidebar .sidebar-menu{flex-direction:column;overflow-x:visible;overflow-y:auto}.dashboard-sidebar .sidebar-menu-item{width:100%;white-space:normal}.dashboard-topbar{align-items:center;flex-direction:row;justify-content:flex-start}}
