@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;800&display=swap";:root{--bg-base:#050b14;--bg-surface:#0a1122;--bg-surface-light:#121c33;--primary:#2563eb;--primary-glow:#2563eb66;--accent:#38bdf8;--accent-glow:#38bdf899;--text-main:#f8fafc;--text-muted:#94a3b8;--danger:#ef4444;--success:#10b981;--glass-bg:#121c3399;--glass-border:#38bdf81a;--font-main:"Inter", sans-serif;--font-display:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-main);font-family:var(--font-main);background-image:radial-gradient(circle at 50% 0,#2563eb26,#0000 50%);min-height:100vh;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;font-weight:800}.text-gradient{background:linear-gradient(135deg, var(--text-main) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-primary{background:linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;padding:2rem 0}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;box-shadow:0 8px 32px #0000004d}.btn{font-weight:600;font-family:var(--font-main);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, #1d4ed8 100%);color:#fff;box-shadow:0 4px 15px var(--primary-glow);position:relative;overflow:hidden}.btn-primary:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.btn-primary:hover:after{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb99}.btn-outline{color:var(--accent);border:1px solid var(--accent);background:0 0}.btn-outline:hover{box-shadow:0 0 15px var(--accent-glow);background:#38bdf81a}.btn-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-main);background:#ffffff0d;border:1px solid #ffffff1a}.btn-glass:hover{background:#ffffff1a;border-color:#fff3}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeIn}@keyframes pulse-glow{0%{box-shadow:0 0 #38bdf866}70%{box-shadow:0 0 0 10px #38bdf800}to{box-shadow:0 0 #38bdf800}}.glow-effect{animation:2s infinite pulse-glow}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.badge-live{color:var(--danger);background:#ef444426;border:1px solid #ef44444d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--bg-surface-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.navbar{z-index:100;border-radius:20px;justify-content:space-between;align-items:center;margin:1rem 2rem;padding:1rem 2rem;display:flex;position:sticky;top:1rem}.navbar-brand{align-items:center;display:flex}.brand-link{align-items:center;gap:12px;text-decoration:none;display:flex}.logo-icon{background:#2563eb1a;border:1px solid #38bdf833;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.brand-name{font-family:var(--font-display);color:var(--text-main);letter-spacing:2px;text-transform:uppercase;font-size:1.5rem;font-weight:800}.navbar-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-muted);border-radius:8px;align-items:center;gap:8px;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.nav-link:hover{color:var(--text-main);background:#ffffff0d}.nav-link.active{color:var(--accent);background:#38bdf81a}.navbar-actions{align-items:center;gap:1rem;display:flex}.mobile-menu-btn{color:var(--text-main);cursor:pointer;background:0 0;border:none;display:none}@media (width<=768px){.navbar-links,.navbar-actions{display:none}.mobile-menu-btn{display:block}.navbar{margin:1rem;padding:1rem}}.dropdown{display:inline-block;position:relative}.dropdown-menu{top:100%%;background:var(--bg-card);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:12px;min-width:120px;padding:.5rem;display:none;position:absolute;right:0;box-shadow:0 10px 30px #00000080}.dropdown:hover .dropdown-menu{flex-direction:column;gap:4px;display:flex}.dropdown-menu button{color:var(--text-muted);text-align:left;cursor:pointer;width:100%%;background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.dropdown-menu button:hover{color:var(--text-main);background:#ffffff1a}.home-page{flex-direction:column;gap:6rem;padding-bottom:4rem;display:flex}.hero-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:80vh;padding:0 4rem;display:grid}.hero-title{text-transform:uppercase;margin:1.5rem 0;font-size:4.5rem;line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:90%;margin-bottom:2.5rem;font-size:1.2rem}.hero-actions{gap:1.5rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.hero-visual{justify-content:center;align-items:center;height:100%;display:flex;position:relative}.visual-circle{background:radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);z-index:-1;border-radius:50%;width:400px;height:400px;position:absolute}.stats-panel{gap:2rem;padding:1.5rem 2rem;animation:1s ease-out .5s both fadeIn;display:flex;position:absolute;bottom:20%;right:10%}.stat-item{flex-direction:column;display:flex}.stat-value{font-family:var(--font-display);font-size:2rem;font-weight:800}.section-header{text-align:center;margin-bottom:4rem}.section-title{text-transform:uppercase;margin-bottom:1rem;font-size:2.5rem}.section-desc{color:var(--text-muted);font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{padding:2.5rem;transition:transform .3s}.feature-card:hover{transform:translateY(-10px)}.feature-icon{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-muted)}.games-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.game-card{color:inherit;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.game-card:hover:not(.disabled){border-color:var(--primary);box-shadow:0 0 30px var(--primary-glow);transform:scale(1.02)}.game-card.disabled{opacity:.6;cursor:not-allowed}.game-image{border-bottom:1px solid var(--glass-border);background-position:50%;background-size:cover;height:200px}.bg-gakuran{background-image:linear-gradient(to bottom, transparent, var(--bg-surface-light)), url(https://images.unsplash.com/photo-1542751371-adc38448a05e?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80)}.bg-placeholder{background:repeating-linear-gradient(45deg,#ffffff05,#ffffff05 10px,#ffffff0d 10px 20px)}.game-info{flex-direction:column;flex:1;padding:1.5rem;display:flex}.game-info h3{margin-bottom:.5rem;font-size:1.5rem}.game-info p{color:var(--text-muted);margin-bottom:1.5rem}.game-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.play-link{color:var(--accent);align-items:center;gap:.5rem;font-weight:600;display:flex}@media (width<=1024px){.hero-section{text-align:center;grid-template-columns:1fr;padding:0 2rem}.hero-subtitle{margin:0 auto 2.5rem}.hero-actions{justify-content:center}.features-grid{grid-template-columns:1fr}.stats-panel{justify-content:center;margin-top:2rem;position:relative;bottom:0;right:0}}.match-card{background:#ffffff05;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.match-card:hover{border-color:var(--primary);background:#ffffff0a;transform:translate(5px);box-shadow:0 5px 15px #2563eb1a}.match-icon{background:#0003;border:1px solid;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.match-info{flex:1}.match-info h3{margin-bottom:.25rem;font-size:1.1rem}.match-meta{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.meta-item{align-items:center;gap:.25rem;display:flex}.meta-separator{opacity:.5}.match-prize{border-right:1px solid #ffffff1a;flex-direction:column;justify-content:center;align-items:flex-end;padding-right:1.5rem;display:flex}.prize-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.prize-value{color:var(--accent);font-weight:700}.match-action{padding-left:.5rem}.match-action .btn{padding:.5rem 1rem}@media (width<=768px){.match-card{flex-direction:column;align-items:flex-start}.match-prize{border-right:none;align-items:flex-start;padding-right:0}.match-action{width:100%;padding-left:0}.match-action .btn{justify-content:center;width:100%}}.game-hub{flex-direction:column;gap:2rem;display:flex}.hub-header{border-left:4px solid var(--primary);background:linear-gradient(90deg,#121c33cc 0%,#2563eb1a 100%);justify-content:space-between;align-items:center;padding:2rem 3rem;display:flex}.hub-header-info{align-items:center;gap:1.5rem;display:flex}.game-logo{background:var(--bg-base);width:80px;height:80px;font-family:var(--font-display);letter-spacing:1px;border:1px solid var(--glass-border);border-radius:16px;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex;box-shadow:0 0 20px #00000080}.hub-title{margin-bottom:.25rem;font-size:2.5rem}.hub-subtitle{color:var(--accent);font-weight:600}.hub-stats{gap:2rem;display:flex}.stat{color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.hub-content{grid-template-columns:1fr 350px;gap:2rem;display:grid}.section-header-small{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-header-small h2{font-size:1.5rem}.filters{gap:.5rem;display:flex}.filters .btn{padding:.5rem 1rem;font-size:.9rem}.filters .btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.lobby-list{flex-direction:column;gap:1rem;display:flex}.w-full{width:100%}.mt-4{margin-top:1rem}.sidebar{flex-direction:column;gap:1.5rem;display:flex}.rank-card{padding:1.5rem}.rank-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.rank-header .badge{color:#0f172a;background:linear-gradient(135deg,#cbd5e1 0%,#94a3b8 100%)}.rank-info{align-items:center;gap:1.5rem;display:flex}.rank-icon{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.rank-stats{flex-direction:column;flex:1;gap:1rem;display:flex}.elo-score{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.elo-score .label{color:var(--text-muted);font-size:.85rem}.elo-score .value{font-weight:700;font-family:var(--font-display)}.widget-card{padding:1.5rem}.widget-header h3{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.2rem;display:flex}.tournaments-list{flex-direction:column;gap:1rem;display:flex}.tournament-item{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;padding:1rem;transition:all .2s}.tournament-item:hover{border-color:var(--accent);background:#ffffff0d}.tournament-item h4{margin-bottom:.5rem;font-size:1rem}.tourney-meta{color:var(--text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;display:flex}.tourney-prize{color:var(--success);font-size:.85rem;font-weight:600}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#050b14d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{text-align:center;border:1px solid var(--primary);flex-direction:column;gap:1.5rem;width:90%;max-width:500px;padding:3rem;display:flex;box-shadow:0 0 50px #2563eb33}.modal-content h2{font-size:2.5rem}.match-details{background:#0000004d;border-radius:12px;margin:1rem 0;padding:1.5rem}.player-vs{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.player-vs span{color:var(--danger);margin:0 .5rem}.match-id{color:var(--text-muted);font-family:monospace}.modal-actions{flex-direction:column;gap:1rem;display:flex}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1024px){.hub-content{grid-template-columns:1fr}.hub-header{text-align:center;flex-direction:column;gap:2rem}.hub-header-info{flex-direction:column}}.overlay-container{background-color:#0000;flex-direction:column;align-items:center;width:100vw;height:100vh;padding-top:2rem;font-family:Outfit,sans-serif;display:flex;overflow:hidden}.overlay-waiting{color:#fff;border:1px solid var(--accent);background:#000000b3;border-radius:8px;padding:1rem 2rem}.scoreboard-widget{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1122d9;border:2px solid #ffffff1a;border-radius:12px;align-items:center;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000080}.team-box{align-items:center;min-width:250px;padding:1rem 2rem;display:flex}.team-blue{background:linear-gradient(90deg,#2563eb33 0%,#0000 100%);border-right:1px solid #ffffff0d;justify-content:flex-end;gap:1.5rem}.team-red{background:linear-gradient(-90deg,#ef444433 0%,#0000 100%);border-left:1px solid #ffffff0d;justify-content:flex-start;gap:1.5rem}.team-name{color:#fff;text-transform:uppercase;letter-spacing:1px;font-size:1.5rem;font-weight:700}.score-value{color:#fff;text-shadow:0 0 15px #ffffff80;font-size:3rem;font-weight:800}.center-info{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:0 2rem;display:flex}.match-status{color:var(--accent);letter-spacing:2px;font-size:.8rem;font-weight:700}@keyframes popIn{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.animate-pop{animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards popIn}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:.5s cubic-bezier(.16,1,.3,1) forwards slideUp}.alert-popup{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ef444426;border:1px solid #ef444480;border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem 2.5rem;display:flex;position:absolute;bottom:3rem;box-shadow:0 0 40px #ef44444d}.alert-text h4{color:#ef4444;text-transform:uppercase;margin-bottom:.25rem;font-size:1.5rem}.alert-text p{color:#fff;font-size:1rem}.auth-container{justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.auth-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;width:100%;max-width:400px;padding:2.5rem;animation:.5s ease-out forwards slideUp;box-shadow:0 10px 40px #00000080}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h2{color:var(--text);text-shadow:0 0 10px #ffffff1a;margin-bottom:.5rem;font-size:2rem}.auth-header p{color:var(--text-muted);font-size:.95rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.input-group{align-items:center;display:flex;position:relative}.input-icon{color:var(--text-muted);pointer-events:none;transition:color .3s;position:absolute;left:1rem}.input-group input{border:1px solid var(--border);width:100%;color:var(--text);background:#0003;border-radius:8px;padding:.8rem 1rem .8rem 3rem;font-family:inherit;font-size:1rem;transition:all .3s}.input-group input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #6366f133}.input-group input:focus+.input-icon,.input-group input:not(:placeholder-shown)~.input-icon{color:var(--accent)}.full-width{width:100%;margin-top:1rem;padding:.8rem;font-size:1.1rem}.auth-footer{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.9rem}.auth-footer a{color:var(--accent);font-weight:500;text-decoration:none;transition:text-shadow .3s}.auth-footer a:hover{text-shadow:0 0 8px var(--accent)}.auth-error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.8rem;font-size:.9rem;display:flex}.profile-container{max-width:1000px;margin:0 auto;padding:2rem}.profile-header{align-items:center;gap:2rem;margin-bottom:2rem;padding:2rem;display:flex}.profile-avatar-wrapper{background:linear-gradient(135deg, var(--accent), var(--primary));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;padding:4px;display:flex}.profile-avatar{object-fit:cover;background:var(--bg-card);border-radius:50%;width:100%;height:100%}.profile-avatar-placeholder{background:var(--bg-card);border-radius:50%;width:100%;height:100%;padding:1rem}.profile-info{flex:1}.profile-username{color:var(--text);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:2.5rem;display:flex}.cert-badge{filter:drop-shadow(0 0 8px)}.cert-verified{color:#3b82f6}.cert-pro{color:#f59e0b}.cert-partner{color:#8b5cf6}.profile-tags{align-items:center;gap:1rem;display:flex}.role-badge{letter-spacing:1px;border-radius:20px;padding:.2rem .8rem;font-size:.8rem;font-weight:600}.role-admin{color:#ef4444;background:#ef444433;border:1px solid #ef4444}.role-referee{color:#f59e0b;background:#f59e0b33;border:1px solid #f59e0b}.role-user{color:#9ca3af;background:#9ca3af33;border:1px solid #9ca3af}.joined-date{color:var(--text-muted);font-size:.9rem}.profile-content{gap:2rem;display:flex}.profile-stats{flex-direction:column;flex:1;gap:1rem;display:flex}.stat-card{align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.stat-icon{background:#ffffff0d;border-radius:12px;padding:1rem}.stat-details{flex-direction:column;display:flex}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.stat-value{color:var(--text);font-size:1.8rem;font-weight:700}.stat-sub{color:var(--text-muted);margin-top:.2rem;font-size:.8rem}.profile-history{flex:2;padding:1.5rem}.profile-history h3{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:.5rem}.history-list{flex-direction:column;gap:.8rem;display:flex}.history-item{background:#0003;border-left:4px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;transition:transform .2s;display:flex}.history-item:hover{transform:translate(4px)}.result-win{border-left-color:var(--success)}.result-loss{border-left-color:#ef4444}.result-draw{border-left-color:#f59e0b}.history-type{width:100px;color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.history-opponent{color:var(--text);flex:1;font-weight:500}.result-tag{border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:700}.result-win .result-tag{color:var(--success);background:#10b98133}.result-loss .result-tag{color:#ef4444;background:#ef444433}.result-draw .result-tag{color:#f59e0b;background:#f59e0b33}.history-date{color:var(--text-muted);justify-content:flex-end;align-items:center;gap:.4rem;width:100px;font-size:.85rem;display:flex}@media (width<=768px){.profile-content{flex-direction:column}.profile-header{text-align:center;flex-direction:column}}.leaderboard-container{max-width:900px;margin:0 auto;padding:2rem}.leaderboard-header{margin-bottom:3rem}.leaderboard-header h1{margin-bottom:.5rem;font-size:3rem}.leaderboard-header p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.leaderboard-filters{justify-content:center;gap:1rem;display:flex}.leaderboard-table{border-radius:16px;padding:1rem;overflow:hidden}.table-header,.table-row{grid-template-columns:80px 3fr 1.5fr 1fr;align-items:center;padding:1rem;display:grid}.table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid var(--border);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.table-row{color:var(--text);background:#ffffff05;border:1px solid #0000;border-radius:8px;margin-bottom:.5rem;text-decoration:none;transition:all .2s}.table-row:hover{border-color:var(--border);background:#ffffff0d;transform:scale(1.01)}.col-rank{justify-content:center;font-weight:700;display:flex}.rank-number{color:var(--text-muted);font-size:1.1rem}.col-player{align-items:center;gap:1rem;display:flex}.player-avatar-small{background:var(--primary);border-radius:50%;width:40px;height:40px;overflow:hidden}.avatar-placeholder{background:linear-gradient(135deg, var(--accent), var(--primary));width:100%;height:100%}.player-name{font-size:1.1rem;font-weight:600}.col-role{justify-content:flex-start;display:flex}.col-elo{text-align:right;padding-right:1rem;font-size:1.2rem}@media (width<=600px){.table-header,.table-row{grid-template-columns:50px 2fr 1fr}.col-role{display:none}}.admin-container{max-width:1200px;margin:0 auto;padding:2rem}.admin-header{align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.admin-header h1{margin-bottom:.5rem;font-size:2.5rem}.admin-header p{color:var(--text-muted);font-size:1.1rem}.admin-dashboard h2{color:var(--text);margin-bottom:1.5rem;font-size:1.5rem}.admin-match-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.admin-match-card{border-left:4px solid var(--accent);padding:1.5rem}.match-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.status-badge{letter-spacing:1px;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:700}.status-badge.live{color:var(--success);background:#10b98133}.status-badge.moderation{color:#ef4444;background:#ef444433;animation:2s infinite pulse-danger}@keyframes pulse-danger{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.match-id{color:var(--text-muted);font-family:monospace;font-size:.9rem}.match-players{background:#0003;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;display:flex}.player-team{text-align:center;flex-direction:column;flex:1;gap:.3rem;display:flex}.player-team span{text-transform:uppercase;color:var(--text-muted);font-size:.8rem}.player-team.blue strong{color:#3b82f6}.player-team.red strong{color:#ef4444}.vs{color:var(--text-muted);padding:0 1rem;font-size:1.2rem;font-weight:800}.admin-actions{gap:1rem;display:flex}.admin-actions .btn{flex:1;justify-content:center;align-items:center;gap:.5rem;display:flex}
