:root { --background:#080b14; --surface:rgba(20,25,43,.82); --border:rgba(255,255,255,.09); --text:#f5f7ff; --muted:#9da7be; --accent:#4169e1; --accent-light:#6889eb; font-family:Inter,ui-sans-serif,system-ui,sans-serif; }
* { box-sizing:border-box; }
body { min-height:100vh; margin:0; color:var(--text); background:radial-gradient(circle at 20% 15%,rgba(88,101,242,.24),transparent 32rem),radial-gradient(circle at 85% 85%,rgba(121,70,255,.16),transparent 30rem),var(--background); }
body::before { position:fixed; inset:0; z-index:-1; content:""; background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:42px 42px; mask-image:linear-gradient(to bottom,black,transparent 80%); }
.page-shell { min-height:100vh; display:grid; place-items:center; padding:2rem; }
.card { border:1px solid var(--border); border-radius:1.4rem; background:var(--surface); box-shadow:0 30px 80px rgba(0,0,0,.35); backdrop-filter:blur(18px); }
.login-card { width:min(100%,34rem); padding:clamp(2rem,6vw,4rem); text-align:center; }
.eyebrow { color:var(--accent-light); font-size:.75rem; font-weight:800; letter-spacing:.18em; }
h1 { margin:.55rem 0 .85rem; font-size:clamp(2.25rem,7vw,4.5rem); line-height:1; letter-spacing:-.05em; }
h2 { margin:.55rem 0; font-size:1.4rem; }
p { margin:0 auto 2rem; color:var(--muted); line-height:1.65; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:.65rem; min-height:3.25rem; padding:0 1.35rem; border:0; border-radius:.8rem; color:white; background:var(--accent); font:inherit; font-weight:750; text-decoration:none; cursor:pointer; transition:transform .2s,background .2s; }
.button:hover { transform:translateY(-2px); background:var(--accent-light); }
.button-secondary { border:1px solid var(--border); background:rgba(255,255,255,.06); }
.dashboard { width:min(100%,70rem); }.topbar { display:flex; align-items:center; justify-content:space-between; gap:2rem; padding:1.5rem 1.75rem; }.topbar h1 { margin-bottom:0; font-size:clamp(1.7rem,5vw,3rem); }.profile { display:flex; align-items:center; gap:1rem; }.profile img { width:3.25rem; height:3.25rem; border-radius:50%; object-fit:cover; }.grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; margin-top:1rem; }.panel { min-height:14rem; padding:1.75rem; }.panel p { margin-bottom:0; }.permissions { display:flex; flex-wrap:wrap; gap:.5rem; padding:0; list-style:none; }.permissions li { padding:.45rem .7rem; border:1px solid var(--border); border-radius:99rem; color:#cdd3ff; background:rgba(88,101,242,.12); font-size:.85rem; }.status-icon { display:grid; place-items:center; width:3.5rem; height:3.5rem; margin:0 auto 1.25rem; border-radius:50%; font-size:1.8rem; font-weight:800; }.danger { color:#ff9ca8; background:rgba(255,70,95,.13); }
@media (max-width:680px) { .page-shell{padding:1rem}.topbar{align-items:flex-start;flex-direction:column}.profile{width:100%;justify-content:space-between}.grid{grid-template-columns:1fr} }

/* Inlogpagina */
.login-page { background:#02040a; }
.login-page::before { display:none; }
.login-page .page-shell {
    position:relative;
    display:block;
    min-height:100vh;
    padding:0;
    background:
        linear-gradient(90deg,rgba(0,2,8,.12),rgba(0,3,10,.58) 50%,rgba(0,2,8,.12)),
        linear-gradient(0deg,rgba(1,3,8,.88),transparent 32%),
        url("../img/mls_ag.png") center/cover no-repeat;
}
.login-layout { min-height:100vh; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:3rem 1.5rem 5.5rem; }
.login-page .login-card { width:min(92vw,25rem); padding:2.15rem 2.35rem 2rem; border-color:rgba(65,105,225,.32); border-radius:1rem; background:linear-gradient(145deg,rgba(11,15,27,.95),rgba(3,6,13,.94)); box-shadow:0 25px 75px rgba(0,0,0,.72),0 0 45px rgba(65,105,225,.08); }
.login-logo { display:block; width:9.5rem; height:5.5rem; margin:0 auto .15rem; object-fit:contain; filter:drop-shadow(0 0 18px rgba(65,105,225,.55)); }
.login-page .login-card h1 { margin:.1rem 0 .7rem; font-size:clamp(1.75rem,4vw,2.2rem); letter-spacing:-.035em; }
.creator { display:block; color:var(--accent-light); font-size:.7rem; font-weight:750; letter-spacing:.2em; }
.welcome-copy { margin-top:1.8rem; }
.welcome-copy h2 { margin:0 0 .6rem; font-size:1.25rem; }
.welcome-copy p { max-width:18rem; margin:0 auto 1.4rem; font-size:.78rem; line-height:1.65; }
.discord-button { width:100%; min-height:3.2rem; border:1px solid rgba(255,255,255,.12); border-radius:.45rem; background:linear-gradient(135deg,#3158cf,#4169e1 55%,#6889eb); box-shadow:0 0 25px rgba(65,105,225,.45); }
.discord-button:hover { background:linear-gradient(135deg,#4169e1,#6889eb); box-shadow:0 0 34px rgba(65,105,225,.62); }
.discord-button svg { width:1.7rem; height:1.35rem; }
.role-notice { display:flex; flex-direction:column; align-items:center; gap:.45rem; margin-top:1.35rem; padding-top:1rem; border-top:1px solid rgba(255,255,255,.06); color:#7f8798; font-size:.7rem; }
.shield { color:#8790a2; font-size:1.25rem; }
.login-footer { position:absolute; bottom:1.5rem; left:50%; display:flex; align-items:center; justify-content:center; gap:.75rem; width:100%; padding:0 1rem; color:#707887; font-size:.7rem; transform:translateX(-50%); }
.login-footer i { width:.24rem; height:.24rem; border-radius:50%; background:var(--accent); box-shadow:0 0 8px var(--accent); }

@media (max-width:680px) {
    .login-page .page-shell { background-position:58% center; }
    .login-layout { justify-content:flex-start; padding-top:3rem; }
    .login-page .login-card { padding:1.8rem 1.4rem; }
    .login-footer { flex-wrap:wrap; row-gap:.3rem; }
}

/* Staff dashboard */
.dashboard-page { background:#07152c; color:#dce9ff; }
.dashboard-page::before { display:none; }
.dashboard-page .page-shell { display:block; min-height:100vh; padding:0; }
.admin-shell { display:flex; min-height:100vh; background:radial-gradient(circle at 55% 10%,rgba(28,79,157,.12),transparent 35rem),#08172f; }
.sidebar { position:fixed; inset:0 auto 0 0; z-index:20; display:flex; flex-direction:column; width:15.8rem; border-right:1px solid #152b4c; background:linear-gradient(180deg,#071833,#06142b); transition:transform .25s; }
.brand { display:flex; align-items:center; height:4.5rem; padding:0 1.2rem; border-bottom:1px solid #132846; background:#091b38; }
.brand img { width:3.25rem; height:3.25rem; object-fit:contain; filter:drop-shadow(0 0 8px rgba(65,105,225,.45)); }
.brand div { display:flex; flex-direction:column; margin-left:.35rem; letter-spacing:.08em; }.brand strong{font-size:.95rem}.brand small{color:#8194b5;font-size:.57rem;letter-spacing:.2em}
.side-nav { display:flex; flex:1; flex-direction:column; gap:.18rem; padding:1rem .75rem; overflow-y:auto; }
.side-nav a { display:flex; align-items:center; gap:.8rem; min-height:2.55rem; padding:0 .8rem; border-radius:.5rem; color:#c5d4ed; font-size:.79rem; text-decoration:none; transition:.18s; }
.side-nav a:hover { color:white; background:#10294e; }.side-nav a.active { color:white; background:linear-gradient(90deg,#2f64dc,#4169e1); box-shadow:0 6px 18px rgba(36,91,218,.3); }
.side-nav a span { width:1rem; color:#9eb7dd; font-size:1rem; text-align:center; }.side-nav a.active span{color:white}.badge{margin-left:auto;padding:.15rem .38rem;border-radius:.5rem;color:white;font-size:.58rem}.badge.red{background:#f04455}.badge.orange{background:#ef7900}
.version { display:flex; flex-direction:column; margin:.75rem; padding:.8rem; border:1px solid #1c3760; border-radius:.5rem; color:#5792ed; font-size:.65rem; }.version small{margin-top:.2rem;color:#60799e}
.admin-main { display:flex; flex:1; flex-direction:column; min-width:0; min-height:100vh; margin-left:15.8rem; }
.admin-topbar { position:sticky; top:0; z-index:10; display:flex; align-items:center; justify-content:space-between; height:4.5rem; padding:0 1.5rem; border-bottom:1px solid #142947; background:rgba(7,21,44,.94); backdrop-filter:blur(12px); }
.menu-toggle { border:0; color:#91a8ca; background:none; font-size:1.15rem; cursor:pointer; }.user-block{display:flex;align-items:center;gap:.65rem;margin-left:auto;text-align:right}.user-block>div{display:grid;grid-template-columns:auto auto;column-gap:.4rem}.user-block small{grid-column:1/-1;color:#8293af;font-size:.57rem}.user-block strong{font-size:.75rem}.user-block span{align-self:center;padding:.08rem .3rem;border-radius:.25rem;color:#fff;background:#4169e1;font-size:.52rem}.user-block img{width:2.35rem;height:2.35rem;border:2px solid #4169e1;border-radius:50%;object-fit:cover}.logout-icon{border:0;color:#8195b6;background:none;font-size:1rem;cursor:pointer}
.admin-content { flex:1; padding:1.3rem 1.5rem 2rem; }.page-heading{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.heading-icon{color:#4c8eff;font-size:1.8rem}.page-heading h1{margin:0 0 .15rem;font-size:1.45rem;letter-spacing:-.02em}.page-heading p{margin:0;color:#a0b3d0;font-size:.76rem}
.dash-card { overflow:hidden; border:1px solid #1c385f; border-radius:.55rem; background:linear-gradient(145deg,#102746,#0d203b); box-shadow:0 8px 25px rgba(0,0,0,.08); }
.stat-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:1rem; margin-bottom:1rem; }.stat-card{display:flex;align-items:center;gap:.9rem;min-height:6.5rem;padding:1rem}.stat-icon{display:grid;place-items:center;flex:0 0 3.1rem;height:3.1rem;border-radius:50%;font-size:1.6rem}.stat-card small{display:block;color:#b7c9e3;font-size:.58rem}.stat-card strong{display:block;margin:.15rem 0;color:white;font-size:1.45rem}.stat-card p{margin:0;color:#849abd;font-size:.57rem}.stat-card p b{color:#ffbd31}.stat-card.staff .stat-icon{color:#4df093;background:rgba(35,209,126,.15)}.stat-card.players .stat-icon{color:#469bff;background:rgba(48,137,244,.17)}.stat-card.reports .stat-icon{color:#ff5b68;background:rgba(255,73,90,.2)}.stat-card.warning .stat-icon,.stat-card.bans .stat-icon{color:#ffc54d;background:rgba(255,185,58,.16)}.stat-card.performance .stat-icon{color:#a569ff;background:rgba(135,73,255,.17)}.stat-card.performance p b{color:#45dd8b}
.dashboard-grid { display:grid; grid-template-columns:repeat(9,minmax(0,1fr)); gap:1rem; }.span-2{grid-column:span 2}.span-3{grid-column:span 3}.dash-card h2{margin:0;padding:.9rem 1rem;border-bottom:1px solid #1c385f;color:white;font-size:.78rem}
.server-info{grid-column:span 3}.chart-card{grid-column:span 4}.ranking{grid-column:span 2}.info-row{display:flex;justify-content:space-between;padding:.38rem 1rem;color:#a9bddb;font-size:.68rem}.info-row b{color:#d7e4f7;font-weight:500}.meter-row{display:grid;grid-template-columns:1.35fr auto 1fr;align-items:center;gap:.65rem}.meter-row i,.resource>i{height:.27rem;border-radius:1rem;background:#1a3559}.meter-row em,.resource em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4169e1,#69a0ff)}
.card-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1c385f}.card-title h2{border:0}.card-title button{margin-right:.8rem;padding:.38rem .55rem;border:1px solid #244369;border-radius:.3rem;color:#bed0ea;background:#0c203d;font-size:.62rem}.chart-wrap{position:relative;height:14.2rem;padding:1rem 1rem 1.8rem 2.8rem}.chart-labels{position:absolute;inset:1rem auto 1.7rem .7rem;display:flex;flex-direction:column;justify-content:space-between;color:#7f97b9;font-size:.56rem}.line-chart{width:100%;height:100%}.grid-lines path{fill:none;stroke:#1c3a61;stroke-width:1}.chart-area{fill:url(#chart-fill)}.chart-line{fill:none;stroke:#347dff;stroke-width:2}.x-labels{position:absolute;right:.7rem;bottom:.45rem;left:2.8rem;display:flex;justify-content:space-between;color:#8399b8;font-size:.56rem}
.ranking>div,.panic>div,.status-list>div,.activity>div{display:flex;align-items:center;gap:.65rem;padding:.46rem 1rem;color:#c7d7ee;font-size:.67rem}.ranking>div b{display:grid;place-items:center;width:1.1rem;height:.9rem;border-radius:.2rem;color:#9dbaff;background:#24447a;font-size:.52rem}.ranking>div:first-of-type b{color:#ffe07b;background:#74611d}.ranking small,.panic small,.activity small{margin-left:auto;color:#7187a7}
.reports-list>div{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #1a3558;color:#d7e5f7;font-size:.68rem}.reports-list span small{display:block;margin-top:.15rem;color:#8096b5}.reports-list>div>b{padding:.18rem .35rem;border-radius:.2rem;color:white;background:#ed3d4d;font-size:.5rem}.reports-list>div>b.orange-label{background:#ef7800}.panic>div>b{display:grid;place-items:center;width:1.15rem;height:1.15rem;border-radius:.25rem;color:#ffbd37;background:#604916;font-size:.6rem}.panic>div:first-of-type b,.panic>div:last-of-type b{color:#ff5262;background:#5e2631}.status-list>div{justify-content:space-between}.status-list>div b{color:#40db89;font-weight:500}.status-list>div i{display:inline-block;width:.42rem;height:.42rem;margin-left:.25rem;border-radius:50%;background:#43e58d;box-shadow:0 0 8px #43e58d}
.right-stack{display:grid;grid-column:span 2;gap:1rem}.resource{padding-bottom:.8rem}.resource label{display:flex;justify-content:space-between;padding:.75rem 1rem .35rem;color:#a8bdda;font-size:.66rem}.resource label b{color:#dbe7f8;font-weight:500}.resource>i{display:block;margin:0 1rem}.activity>div{padding:.38rem 1rem}.admin-footer{display:flex;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid #163054;color:#7890b2;font-size:.61rem}.admin-footer b{color:#4169e1}
@media(max-width:1350px){.stat-grid{grid-template-columns:repeat(3,1fr)}.dashboard-grid{grid-template-columns:repeat(6,1fr)}.server-info,.chart-card{grid-column:span 3}.ranking,.reports-list,.panic,.status-list,.right-stack{grid-column:span 2}}
@media(max-width:900px){.sidebar{transform:translateX(-100%)}.sidebar.open{transform:none}.admin-main{margin-left:0}.stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.server-info,.chart-card,.ranking,.reports-list,.panic,.status-list,.right-stack{grid-column:1}.admin-footer{gap:.8rem;flex-direction:column}.chart-card{min-width:0}}
@media(max-width:520px){.admin-content{padding:1rem}.stat-grid{grid-template-columns:1fr}.stat-card{min-height:5.5rem}.user-block>div{display:none}.page-heading p{font-size:.65rem}}

/* Multiverse Staffpanel v2 */
.staff-v2{margin:0;color:#f8fafc;background:#071426;font-size:14px}.staff-v2::before{display:none}.staff-v2 .page-shell{display:block;min-height:100vh;padding:0}.ui-icon{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.v2-shell{display:flex;min-height:100vh;background:radial-gradient(circle at 70% 8%,rgba(59,130,246,.07),transparent 35rem),#071426}.v2-sidebar{position:fixed;inset:0 auto 0 0;z-index:30;display:flex;flex-direction:column;width:220px;border-right:1px solid rgba(90,150,255,.12);background:#081a30;transition:width .22s,transform .22s}.v2-brand{display:flex;align-items:center;height:74px;padding:0 14px;border-bottom:1px solid rgba(90,150,255,.1)}.v2-brand img{width:40px;height:40px;object-fit:contain}.v2-brand div{display:flex;flex-direction:column;margin-left:8px;line-height:1.05;letter-spacing:.08em}.v2-brand div b{font-size:.8rem}.v2-brand div small{margin-top:4px;color:#94a3b8;font-size:.48rem;letter-spacing:.22em}.v2-brand button{display:grid;place-items:center;width:25px;height:25px;margin-left:auto;border:1px solid rgba(90,150,255,.18);border-radius:6px;color:#94a3b8;background:#0d213a;cursor:pointer}.v2-nav{flex:1;padding:12px 10px;overflow:auto}.v2-nav>small{display:block;margin:14px 9px 6px;color:#57708e;font-size:.53rem;letter-spacing:.1em}.v2-nav a{position:relative;display:flex;align-items:center;gap:11px;min-height:38px;margin:2px 0;padding:0 10px;border-radius:8px;color:#b8c7da;font-size:.71rem;text-decoration:none;transition:.2s}.v2-nav a:hover{color:#f8fafc;background:#0d2948}.v2-nav a.active{color:#fff;background:linear-gradient(90deg,rgba(37,99,235,.92),rgba(59,130,246,.72));box-shadow:0 5px 18px rgba(37,99,235,.16)}.v2-nav a.active::before{position:absolute;left:-10px;width:3px;height:23px;border-radius:0 3px 3px 0;background:#60a5fa;content:""}.v2-nav a .ui-icon{width:15px;height:15px;color:#87a5cc}.v2-nav a.active .ui-icon{color:#fff}.nav-count{margin-left:auto;padding:2px 5px;border-radius:9px;color:#fff;font-size:.52rem}.nav-count.danger{background:#ef4444}.nav-count.warning{background:#f59e0b}.v2-version{display:flex;align-items:center;justify-content:space-between;margin:10px;padding:10px;border:1px solid rgba(90,150,255,.15);border-radius:10px;color:#8eb7ef}.v2-version div{display:flex;flex-direction:column;font-size:.58rem}.v2-version small{margin-top:3px;color:#526b88;font-size:.5rem}.v2-version i,.server-strip span i,.welcome-status i,.panic-card h2 i{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px rgba(34,197,94,.6)}
.v2-main{display:flex;flex:1;flex-direction:column;min-width:0;min-height:100vh;margin-left:220px;transition:margin .22s}.v2-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;height:66px;padding:0 16px;border-bottom:1px solid rgba(90,150,255,.12);background:rgba(7,20,38,.95);backdrop-filter:blur(12px)}.mobile-menu{display:none;border:0;color:#94a3b8;background:none}.v2-title h1{margin:0;font-size:1.3rem;letter-spacing:-.02em}.v2-title p{margin:4px 0 0;color:#64748b;font-size:.55rem}.v2-title p i{padding:0 7px;font-style:normal}.server-strip{display:flex;align-items:center;gap:14px;margin-left:auto;padding:7px 10px;border:1px solid rgba(90,150,255,.12);border-radius:20px;background:#061226}.server-strip span,.server-strip b{display:flex;align-items:center;gap:5px;color:#8ea2bc;font-size:.5rem;font-weight:500}.server-strip span{color:#d7e3f2}.server-strip .ui-icon{width:11px;height:11px;color:#3b82f6}.notification{position:relative;display:grid;place-items:center;width:34px;height:34px;margin-left:12px;border:1px solid rgba(90,150,255,.14);border-radius:8px;color:#8ea2bc;background:#0a1b32}.notification b{position:absolute;top:-5px;right:-4px;display:grid;place-items:center;width:15px;height:15px;border-radius:50%;color:#fff;background:#ef4444;font-size:.48rem}.profile-wrap{position:relative;margin-left:10px}.profile-button{display:flex;align-items:center;gap:8px;padding:4px 8px;border:1px solid rgba(90,150,255,.14);border-radius:8px;color:#f8fafc;background:#0a1b32;cursor:pointer}.profile-button img{width:29px;height:29px;border-radius:50%;object-fit:cover}.profile-button span{display:flex;flex-direction:column;align-items:flex-start;min-width:56px;font-size:.62rem}.profile-button small{margin-top:2px;color:#60a5fa;font-size:.48rem}.profile-button>.ui-icon{width:12px}.profile-menu{position:absolute;top:45px;right:0;display:none;width:170px;padding:6px;border:1px solid rgba(90,150,255,.16);border-radius:10px;background:#0d213a;box-shadow:0 14px 30px rgba(2,8,20,.35)}.profile-menu.open{display:block}.profile-menu a,.profile-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:8px;border:0;border-radius:6px;color:#c6d4e5;background:none;font:inherit;font-size:.67rem;text-decoration:none;cursor:pointer}.profile-menu a:hover,.profile-menu button:hover{background:#112a48}.profile-menu .ui-icon{width:14px;height:14px}
.v2-content{flex:1;padding:12px 18px 18px}.welcome-panel{display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:14px 20px;border:1px solid rgba(90,150,255,.15);border-radius:12px;background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(37,99,235,.03))}.welcome-panel p{margin:0 0 5px;color:#f8fafc;font-size:.85rem}.welcome-panel p b{color:#60a5fa}.welcome-panel>div>span{color:#94a3b8;font-size:.65rem}.welcome-status{display:flex;align-items:center;gap:13px}.welcome-status img{width:55px;height:55px;object-fit:contain;opacity:.3}.welcome-status span{display:grid!important;grid-template-columns:auto 1fr;align-items:center;column-gap:7px}.welcome-status span b{font-size:.53rem}.welcome-status span strong{grid-column:1/-1;margin-top:5px;font-size:1rem}.welcome-status span strong small{color:#94a3b8;font-size:.58rem;font-weight:500}.welcome-status>.ui-icon{width:28px;height:28px;color:#3b82f6}
.v2-card{border:1px solid rgba(90,150,255,.15);border-radius:11px;background:#0d213a;box-shadow:0 5px 14px rgba(2,8,20,.1);transition:transform .2s,border-color .2s,background .2s}.v2-card:hover{border-color:rgba(90,150,255,.28);background:#102642}.v2-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:10px}.metric{position:relative;overflow:hidden;min-height:92px;padding:12px 12px 5px}.metric:hover{transform:translateY(-2px)}.metric-top{display:flex;align-items:center;gap:10px}.metric-top>span{display:grid;place-items:center;width:38px;height:38px;border-radius:9px}.metric-top .ui-icon{width:19px;height:19px}.metric-top div small{display:block;color:#a8b7ca;font-size:.5rem}.metric-top div strong{display:block;margin:2px 0;color:#f8fafc;font-size:1.3rem}.metric-top p{margin:0;font-size:.5rem}.metric-top p.up{color:#22c55e}.metric-top p.good{color:#22c55e}.metric.green .metric-top>span{color:#22c55e;background:rgba(34,197,94,.15)}.metric.blue .metric-top>span{color:#3b82f6;background:rgba(59,130,246,.17)}.metric.red .metric-top>span{color:#ef4444;background:rgba(239,68,68,.16)}.metric.orange .metric-top>span{color:#f59e0b;background:rgba(245,158,11,.15)}.metric.yellow .metric-top>span{color:#fbbf24;background:rgba(251,191,36,.14)}.metric.purple .metric-top>span{color:#a855f7;background:rgba(168,85,247,.14)}.spark{position:absolute;right:8px;bottom:3px;left:8px;width:calc(100% - 16px);height:20px;fill:none;stroke:#3b82f6;stroke-width:1}.metric.green .spark{stroke:#22c55e}.metric.red .spark{stroke:#ef4444}.metric.orange .spark,.metric.yellow .spark{stroke:#f59e0b}.metric.purple .spark{stroke:#a855f7}
.v2-grid{display:grid;gap:10px;margin-top:10px}.top-grid{grid-template-columns:1.55fr 2.5fr 1.35fr}.bottom-grid{grid-template-columns:1.25fr 1.3fr 1.15fr 1.2fr 1.4fr}.v2-card h2{margin:0;padding:11px 13px;border-bottom:1px solid rgba(90,150,255,.12);font-size:.67rem}.v2-card h2 small{color:#94a3b8;font-weight:400}.server-details{padding:5px 0}.server-details>small{display:block;padding:7px 12px 3px;color:#58708d;font-size:.46rem}.server-details>div{display:grid;grid-template-columns:15px 1fr auto;align-items:center;gap:7px;min-height:25px;padding:0 12px;color:#94a3b8;font-size:.57rem}.server-details .ui-icon{width:12px;height:12px}.server-details b{color:#e4edf8;font-size:.57rem}.server-details em{grid-column:2/3;height:4px;border-radius:5px;background:#172f4e}.server-details em i,.resources-card>i em{display:block;height:100%;border-radius:inherit;background:#3b82f6}.server-details div:has(em) b{grid-column:3;grid-row:1}.v2-card-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(90,150,255,.12)}.v2-card-head h2{border:0}.v2-card-head select{margin-right:10px;padding:5px 20px 5px 8px;border:1px solid rgba(90,150,255,.18);border-radius:5px;color:#c7d4e5;background:#091a31;font-size:.52rem}.chart-stage{position:relative;height:230px;padding:12px 12px 24px 34px}.chart-stage>svg{width:100%;height:100%;overflow:visible}.chart-grid path{fill:none;stroke:rgba(90,150,255,.1);stroke-width:1}.chart-fill{fill:url(#v2-fill)}.chart-stroke{fill:none;stroke:#3b82f6;stroke-width:2}.y-axis{position:absolute;top:10px;bottom:23px;left:8px;display:flex;flex-direction:column;justify-content:space-between;color:#71849e;font-size:.48rem}.x-axis{position:absolute;right:10px;bottom:6px;left:36px;display:flex;justify-content:space-between;color:#71849e;font-size:.48rem}.chart-tooltip{position:absolute;top:38px;left:57%;display:flex;flex-direction:column;padding:6px 8px;border:1px solid rgba(90,150,255,.2);border-radius:5px;color:#e8f1fb;background:#071426;font-size:.52rem;pointer-events:none;opacity:0;transition:opacity .15s}.chart-stage:hover .chart-tooltip{opacity:1}.chart-tooltip span{margin-top:2px;color:#a9b9cd}.leaderboard>div{display:grid;grid-template-columns:18px 25px 1fr auto;align-items:center;gap:7px;padding:7px 12px;color:#dce7f4;font-size:.56rem}.rank>b{display:grid;place-items:center;width:15px;height:15px;border-radius:4px;color:#d8e3f0;background:#31445d;font-size:.48rem}.rank-1>b{color:#fff1a8;background:#9b7200}.rank-2>b{color:#e7edf5;background:#596779}.rank-3>b{color:#ffe0c2;background:#8a4b28}.mini-avatar{display:grid;place-items:center;width:22px;height:22px;border:1px solid rgba(90,150,255,.2);border-radius:50%;color:#dbeafe;background:#17375d;font-size:.55rem}.leaderboard small{color:#8497b1}.leaderboard>a,.v2-card footer a{color:#60a5fa;font-size:.5rem;text-decoration:none}.leaderboard>a{display:block;margin-top:4px;padding:10px;border-top:1px solid rgba(90,150,255,.1);text-align:center}
.report-card>a{display:grid;grid-template-columns:1fr auto;gap:3px;padding:8px 12px;border-bottom:1px solid rgba(90,150,255,.08);color:#e2ebf6;font-size:.56rem;text-decoration:none}.report-card>a:hover{background:#112a48}.report-card a span small{display:block;margin-top:3px;color:#7589a3;font-size:.48rem}.report-card time{color:#778aa3;font-size:.46rem}.report-card em{justify-self:end;padding:2px 4px;border-radius:3px;color:#fff;background:#ef4444;font-size:.42rem;font-style:normal}.report-card em.pending{background:#f59e0b}.panic-card h2{display:flex;justify-content:space-between}.panic-card h2 span{display:flex;align-items:center;gap:5px;color:#22c55e;font-size:.47rem}.panic-card>div{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:6px;padding:6px 10px;color:#dbe6f3;font-size:.53rem}.panic-card>div>span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%}.panic-card .ui-icon{width:11px}.panic-card .critical>span{color:#ef4444;background:rgba(239,68,68,.15)}.panic-card .high>span{color:#f59e0b;background:rgba(245,158,11,.15)}.panic-card .info>span{color:#3b82f6;background:rgba(59,130,246,.15)}.panic-card small{color:#71849e;font-size:.46rem}.service-card>div{display:flex;justify-content:space-between;padding:6px 12px;color:#cbd8e8;font-size:.55rem}.service-card>div b{display:flex;align-items:center;gap:5px;color:#22c55e;font-weight:500}.service-card>div i{width:6px;height:6px;border-radius:50%;background:#22c55e;animation:status-pulse 2s infinite}.resources-card{padding-bottom:0}.resources-card h2{margin-bottom:5px}.resources-card label{display:flex;justify-content:space-between;padding:5px 11px 3px;color:#a9b9cd;font-size:.52rem}.resources-card label b{color:#e4edf8}.resources-card>i{display:block;height:4px;margin:0 11px 4px;border-radius:4px;background:#183251}.activity-card>div{display:grid;grid-template-columns:23px 31px 1fr;align-items:center;gap:5px;padding:6px 10px}.activity-card time{color:#8294ac;font-size:.49rem}.activity-card p{margin:0;color:#b9c8da;font-size:.51rem}.activity-card p b{color:#60a5fa}.v2-card footer{margin-top:auto;padding:9px;border-top:1px solid rgba(90,150,255,.1);text-align:center}.report-card,.panic-card,.service-card,.resources-card,.activity-card{display:flex;flex-direction:column;min-height:215px}
.v2-footer{display:flex;align-items:center;justify-content:space-between;padding:11px 18px;border-top:1px solid rgba(90,150,255,.1);color:#60748f;font-size:.5rem}.v2-footer span{display:flex;align-items:center;gap:6px}.v2-footer .ui-icon{width:11px;height:11px}.sidebar-collapsed .v2-sidebar{width:66px}.sidebar-collapsed .v2-main{margin-left:66px}.sidebar-collapsed .v2-brand div,.sidebar-collapsed .v2-nav span,.sidebar-collapsed .v2-nav>small,.sidebar-collapsed .v2-version div,.sidebar-collapsed .nav-count{display:none}.sidebar-collapsed .v2-brand button{position:absolute;right:-12px}.sidebar-collapsed .v2-nav a{justify-content:center}.sidebar-collapsed .v2-nav a.active::before{left:-10px}
@keyframes status-pulse{0%,100%{opacity:1}50%{opacity:.35}}
@media(max-width:1450px){.server-strip b:nth-of-type(3),.server-strip b:nth-of-type(4){display:none}.v2-stats{grid-template-columns:repeat(3,1fr)}.bottom-grid{grid-template-columns:repeat(3,1fr)}.activity-card{grid-column:span 2}}
@media(max-width:1050px){.v2-sidebar{transform:translateX(-100%)}.v2-sidebar.open{transform:none}.v2-main{margin-left:0}.mobile-menu{display:grid}.server-strip{display:none}.top-grid{grid-template-columns:1fr 2fr}.leaderboard{grid-column:span 2}.bottom-grid{grid-template-columns:repeat(2,1fr)}.activity-card{grid-column:auto}.sidebar-collapsed .v2-main{margin-left:0}}
@media(max-width:720px){.v2-title p{display:none}.v2-content{padding:10px}.welcome-status img,.welcome-status>.ui-icon{display:none}.v2-stats{grid-template-columns:repeat(2,1fr)}.top-grid,.bottom-grid{grid-template-columns:1fr}.leaderboard{grid-column:auto}.v2-footer{align-items:flex-start;gap:8px;flex-direction:column}.profile-button span{display:none}.notification{margin-left:auto}.chart-stage{height:210px}}
@media(max-width:430px){.v2-stats{grid-template-columns:1fr}.welcome-status{display:none}.v2-topbar{padding:0 8px}.v2-title h1{font-size:1rem}}

/* Dashboard polish: preserves the existing v2 structure and functional selectors. */
.v2-sidebar{width:210px}.v2-main{margin-left:210px}.v2-content{padding:16px 20px 20px}.welcome-panel{min-height:58px;padding:12px 20px}.v2-stats,.v2-grid{gap:16px;margin-top:16px}.metric{min-height:96px;padding:14px}.metric-top div strong{font-size:1.55rem}.metric-top p{color:#8194ad}.top-grid{grid-template-columns:1.45fr 2.55fr 1.25fr}.bottom-grid{grid-template-columns:1.2fr 1.25fr 1.15fr 1.15fr 1.35fr}.report-card,.panic-card,.service-card,.resources-card,.activity-card{min-height:250px}.v2-card h2{padding:14px 16px}.server-details>div{padding:0 16px;min-height:28px}.server-details>small{padding-left:16px}.chart-stage{height:260px}.chart-stroke,.chart-fill{transition:d .35s ease}.chart-stroke{stroke-linejoin:round;stroke-linecap:round}#chart-points circle{fill:#0d213a;stroke:#60a5fa;stroke-width:2;vector-effect:non-scaling-stroke}
.tps-fair #tps-note{color:#facc15}.tps-warning #tps-note{color:#f59e0b}.tps-critical{border-color:rgba(239,68,68,.62)!important}.tps-critical #tps-note{color:#ef4444}.tps-good #tps-note{color:#22c55e}
.quick-action-button{display:flex;align-items:center;gap:6px;margin-left:12px;padding:8px 10px;border:1px solid rgba(59,130,246,.28);border-radius:8px;color:#dbeafe;background:#102846;font-size:.58rem;cursor:pointer}.quick-action-button:hover{background:#16365d}.quick-action-button .ui-icon{width:13px}.notification-wrap{position:relative}.notification-panel,.quick-menu{position:absolute;z-index:70;display:none;border:1px solid rgba(90,150,255,.2);border-radius:11px;background:#0b1d35;box-shadow:0 18px 45px rgba(0,0,0,.45)}.notification-panel.open,.quick-menu.open{display:block}.notification-panel{top:52px;right:0;width:310px}.notification-panel header{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(90,150,255,.12);font-size:.7rem}.notification-panel header button{border:0;color:#60a5fa;background:none;font-size:.52rem;cursor:pointer}.notification-panel #notification-list>button{display:flex;width:100%;gap:9px;padding:11px 12px;border:0;border-bottom:1px solid rgba(90,150,255,.08);color:#dbe7f5;background:none;text-align:left;cursor:pointer}.notification-panel #notification-list>button:hover{background:#112a48}.notification-panel button>i{width:7px;height:7px;margin-top:4px;border-radius:50%}.notification-panel i.danger{background:#ef4444}.notification-panel i.warning{background:#f59e0b}.notification-panel button span{display:flex;flex-direction:column;gap:3px;font-size:.58rem}.notification-panel button small,.notification-empty{color:#8396ae;font-size:.5rem}.notification-empty{padding:24px;text-align:center}.quick-menu{top:58px;right:78px;width:210px;padding:8px}.quick-menu>b{display:block;padding:7px;color:#6883a4;font-size:.48rem}.quick-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:8px;border:0;border-radius:6px;color:#cdd9e8;background:none;font-size:.57rem;cursor:pointer}.quick-menu button:hover{background:#112a48}.quick-menu button:disabled{opacity:.38;cursor:not-allowed}.quick-menu .ui-icon{width:13px}
.profile-summary{display:flex;flex-direction:column;padding:7px 8px;border-bottom:1px solid rgba(90,150,255,.1);font-size:.64rem}.profile-summary small{margin-top:2px;color:#60a5fa;font-size:.5rem}.empty-state{display:flex!important;flex:1;flex-direction:column!important;align-items:center;justify-content:center;gap:7px;min-height:125px;padding:18px!important;color:#7790ae;text-align:center}.empty-state>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;color:#22c55e;background:rgba(34,197,94,.1)}.empty-state .ui-icon{width:16px}.empty-state>b{color:#cbd8e8;font-size:.62rem}.empty-state>small{max-width:220px;color:#71859e;font-size:.5rem;line-height:1.5}
.leaderboard>#playtime-list{display:block;padding:0}.leaderboard #playtime-list>.rank{display:grid;grid-template-columns:18px 25px 1fr auto;align-items:center;gap:7px;padding:9px 14px;font-size:.56rem}.leaderboard footer span,.v2-card footer span{color:#6883a4;font-size:.48rem}.service-card>#service-list{display:block}.service-card .service-row{display:flex;justify-content:space-between;padding:8px 14px;color:#cbd8e8;font-size:.55rem}.service-card .service-row b{display:flex;align-items:center;gap:6px;font-weight:500}.service-row i{width:6px;height:6px;border-radius:50%;background:currentColor}.service-row.online b{color:#22c55e}.service-row.problem b{color:#f59e0b}.service-row.offline b{color:#ef4444}.resources-card>#resource-metrics{display:block}.resource-metric label{display:flex;justify-content:space-between;padding:6px 14px 3px;color:#a9b9cd;font-size:.52rem}.resource-metric>i{display:block;height:5px;margin:0 14px 5px;border-radius:4px;background:#183251}.resource-metric em{display:block;height:100%;border-radius:inherit;background:#3b82f6;transition:width .35s ease}.resource-metric.warning em{background:#f59e0b}.resource-metric.critical em{background:#ef4444}
.command-overlay{position:fixed;z-index:100;inset:0;display:grid;place-items:start center;padding-top:12vh;background:rgba(1,7,18,.72);backdrop-filter:blur(3px)}.command-overlay[hidden]{display:none}.command-palette{width:min(560px,calc(100% - 24px));overflow:hidden;border:1px solid rgba(90,150,255,.25);border-radius:13px;background:#0b1d35;box-shadow:0 24px 70px rgba(0,0,0,.55)}.command-palette label{display:flex;align-items:center;gap:10px;padding:15px;border-bottom:1px solid rgba(90,150,255,.14)}.command-palette input{flex:1;border:0;outline:0;color:#f1f5f9;background:none;font:inherit}.command-palette kbd{color:#71849e;font-size:.5rem}.command-palette>small{display:block;padding:12px 14px 5px;color:#607b9b;font-size:.46rem}.command-palette #command-results{max-height:330px;overflow:auto;padding:5px 8px}.command-palette #command-results button{display:flex;justify-content:space-between;width:100%;padding:10px;border:0;border-radius:7px;color:#dbe7f5;background:none;text-align:left;cursor:pointer}.command-palette #command-results button:hover{background:#112a48}.command-palette #command-results small{color:#60a5fa}.command-palette>p{margin:0;padding:10px 14px;border-top:1px solid rgba(90,150,255,.1);color:#60748f;font-size:.48rem}
.sidebar-collapsed .v2-nav a{position:relative}.sidebar-collapsed .v2-nav a:hover:after{content:attr(title);position:absolute;left:52px;z-index:80;padding:6px 8px;border:1px solid rgba(90,150,255,.2);border-radius:5px;color:#dce8f6;background:#0b1d35;white-space:nowrap;font-size:.55rem}.v2-nav a:hover{background:rgba(59,130,246,.09)}.v2-nav a.active{background:rgba(37,99,235,.72)}
@media(max-width:1450px){.bottom-grid{grid-template-columns:repeat(3,1fr)}.quick-action-button span{display:none}}
@media(max-width:1050px){.v2-main{margin-left:0}.quick-menu{right:68px}.v2-sidebar{width:210px}}
@media(max-width:720px){.quick-action-button{margin-left:auto}.notification{margin-left:7px}.notification-panel{position:fixed;top:60px;right:8px;left:8px;width:auto}.bottom-grid{grid-template-columns:1fr}.report-card,.panic-card,.service-card,.resources-card,.activity-card{min-height:210px}}

/* Players: same Multiverse v2 visual language, optimized for fast staff workflows. */
.players-content,.detail-content{flex:1;padding:16px 20px 20px}.player-stat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.player-stat-grid article{display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:10px;min-height:72px;padding:12px;border:1px solid rgba(90,150,255,.15);border-radius:11px;background:#0d213a}.player-stat-grid article>span{display:grid;grid-row:1/3;place-items:center;width:36px;height:36px;border-radius:9px;color:#3b82f6;background:rgba(59,130,246,.14)}.player-stat-grid article:nth-child(2)>span{color:#22c55e;background:rgba(34,197,94,.13)}.player-stat-grid article:nth-child(5)>span{color:#f59e0b;background:rgba(245,158,11,.13)}.player-stat-grid .ui-icon{width:18px}.player-stat-grid small{color:#8fa2ba;font-size:.47rem}.player-stat-grid strong{font-size:1rem}.live-chip{color:#22c55e!important}.players-workspace{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;margin-top:16px}.players-list-card{min-width:0;overflow:hidden}.player-tabs{display:flex;height:48px;padding:0 14px;border-bottom:1px solid rgba(90,150,255,.12)}.player-tabs button{position:relative;padding:0 14px;border:0;color:#91a4bc;background:none;font-size:.57rem;cursor:pointer}.player-tabs button.active{color:#f3f7fb}.player-tabs button.active:after{content:"";position:absolute;right:10px;bottom:0;left:10px;height:2px;background:#3b82f6}.player-tabs b{margin-left:4px;color:#60a5fa}.player-tools{display:flex;gap:9px;padding:12px;border-bottom:1px solid rgba(90,150,255,.1)}.player-tools label{display:flex;align-items:center;flex:1;min-width:220px;padding:0 10px;border:1px solid rgba(90,150,255,.16);border-radius:7px;background:#091a31}.player-tools label .ui-icon{width:14px;color:#7186a0}.player-tools input{width:100%;padding:9px;border:0;outline:0;color:#dce8f5;background:none;font-size:.55rem}.player-tools select,.player-tools>button{padding:7px 9px;border:1px solid rgba(90,150,255,.16);border-radius:7px;color:#b9c8da;background:#091a31;font-size:.5rem}.player-tools :disabled{opacity:.45}.players-table-wrap{min-height:430px;overflow:auto}.players-table{width:100%;border-collapse:collapse;white-space:nowrap}.players-table th{height:36px;padding:0 10px;color:#647c99;font-size:.43rem;font-weight:600;text-align:left}.players-table th button{border:0;color:inherit;background:none;font:inherit;cursor:pointer}.players-table td{height:52px;padding:6px 10px;border-top:1px solid rgba(90,150,255,.08);color:#aebfd2;font-size:.52rem}.players-table tbody tr{cursor:pointer;transition:background .15s}.players-table tbody tr:hover{background:#102946}.status-dot{display:block;width:7px;height:7px;border-radius:50%}.status-dot.online{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.08)}.player-identity{display:flex;align-items:center;gap:8px;border:0;color:#edf4fb;background:none;text-align:left;cursor:pointer}.player-identity>b{font-size:.56rem}.player-identity small{margin-left:5px;padding:2px 4px;border-radius:3px;color:#8bc1ff;background:rgba(59,130,246,.18);font-size:.4rem}.table-avatar,.large-initial{display:grid;place-items:center;border:1px solid rgba(90,150,255,.22);border-radius:50%;color:#eaf3fc;background:#17375d}.table-avatar{width:28px;height:28px}.ping-good,.online-text{color:#22c55e}.ping-normal{color:#60a5fa}.ping-warning{color:#f59e0b}.ping-critical{color:#ef4444}.row-actions{width:28px;height:28px;border:1px solid rgba(90,150,255,.14);border-radius:6px;color:#9cafc5;background:#0a1b32;cursor:pointer}.player-pagination{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;border-top:1px solid rgba(90,150,255,.1);color:#7187a1;font-size:.5rem}.player-pagination div{display:flex;align-items:center;gap:6px}.player-pagination button{padding:6px 9px;border:1px solid rgba(90,150,255,.15);border-radius:6px;color:#aebfd2;background:#091a31;font-size:.5rem}.player-pagination button:disabled{opacity:.35}.player-pagination b{padding:6px 9px;border-radius:5px;color:#fff;background:#2563eb}.players-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:260px;color:#7087a2}.players-empty b{color:#c9d7e7;font-size:.66rem}.players-empty span{font-size:.52rem}.table-skeleton{display:grid;gap:12px;padding:24px}.table-skeleton i{height:28px;border-radius:6px;background:linear-gradient(90deg,#102946,#173858,#102946);background-size:200% 100%;animation:skeleton 1.3s infinite}@keyframes skeleton{to{background-position:-200% 0}}
.player-drawer{position:relative;min-width:0;min-height:570px;overflow:hidden}.drawer-close{position:absolute;z-index:2;top:10px;right:10px;border:0;color:#8195ad;background:none;font-size:1.15rem;cursor:pointer}.drawer-empty{display:flex;min-height:520px;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#7188a3;font-size:.55rem}.drawer-empty .ui-icon{width:28px;height:28px}.drawer-player{display:flex;align-items:center;gap:12px;padding:24px 18px 16px;border-bottom:1px solid rgba(90,150,255,.1)}.large-initial{width:48px;height:48px;font-size:1rem}.drawer-player h2{margin:0;font-size:.85rem}.drawer-player p{margin:5px 0 0;color:#22c55e;font-size:.5rem}.drawer-player p i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#22c55e}.drawer-player p b{margin-left:5px;color:#60a5fa}.player-drawer dl,.detail-card dl{display:grid;grid-template-columns:1fr auto;gap:10px;margin:0;padding:16px 18px;font-size:.55rem}.player-drawer dt,.detail-card dt{color:#8195ae}.player-drawer dd,.detail-card dd{margin:0;color:#e0e9f4}.player-drawer section{margin:0 14px;padding:13px;border:1px solid rgba(90,150,255,.1);border-radius:8px;background:#0a1b32}.player-drawer h3{margin:0 0 10px;color:#6883a4;font-size:.45rem}.player-drawer section p{display:flex;justify-content:space-between;color:#8296ae;font-size:.5rem}.drawer-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:14px}.drawer-actions button,.detail-actions button{padding:8px;border:1px solid rgba(90,150,255,.15);border-radius:6px;color:#8da0b8;background:#0a1b32;font-size:.5rem}.player-drawer #drawer-content>a{display:block;margin-top:auto;padding:13px;color:#fff;background:#2563eb;text-align:center;text-decoration:none;font-size:.55rem}
.detail-back{display:inline-block;margin-bottom:12px;color:#60a5fa;font-size:.58rem;text-decoration:none}.detail-hero{display:flex;align-items:center;gap:14px;padding:18px 20px}.detail-hero h2{margin:0;padding:0;border:0;font-size:1rem}.detail-hero p{margin:6px 0 0;color:#8ba0b8;font-size:.55rem}.detail-hero p i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22c55e}.detail-actions{display:flex;gap:7px;margin-left:auto}.detail-tabs{display:flex;overflow:auto;margin:16px 0;border-bottom:1px solid rgba(90,150,255,.15)}.detail-tabs button{padding:10px 14px;border:0;color:#8195ad;background:none;font-size:.54rem}.detail-tabs button.active{border-bottom:2px solid #3b82f6;color:#f1f5f9}.detail-tabs button:disabled{opacity:.45}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.detail-card,.unavailable-card{min-height:190px}.detail-card h2,.unavailable-card h2{color:#7892b1}.unavailable-card p{padding:20px;color:#768ba4;font-size:.56rem;line-height:1.6}
@media(max-width:1450px){.player-stat-grid{grid-template-columns:repeat(3,1fr)}.players-workspace{grid-template-columns:minmax(0,1fr) 300px}.players-table th:nth-child(4),.players-table td:nth-child(4),.players-table th:nth-child(5),.players-table td:nth-child(5){display:none}.detail-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1050px){.players-workspace{grid-template-columns:1fr}.player-drawer{position:fixed;z-index:60;top:66px;right:0;bottom:0;width:min(420px,100%);min-height:0;transform:translateX(105%);transition:transform .25s;box-shadow:-20px 0 50px rgba(0,0,0,.4)}.player-drawer.open{transform:none}.player-tools{flex-wrap:wrap}.player-tools label{flex-basis:100%}}
@media(max-width:720px){.players-content,.detail-content{padding:10px}.player-stat-grid{grid-template-columns:repeat(2,1fr)}.players-table thead{display:none}.players-table,.players-table tbody,.players-table tr,.players-table td{display:block}.players-table tbody tr{position:relative;margin:10px;border:1px solid rgba(90,150,255,.12);border-radius:9px;padding:8px}.players-table td{height:auto;border:0;padding:5px}.players-table td:first-child{position:absolute;top:15px;right:15px}.players-table td:nth-child(4),.players-table td:nth-child(5),.players-table td:nth-child(8),.players-table td:nth-child(9){display:none}.players-table td:last-child{position:absolute;right:10px;bottom:10px}.detail-grid{grid-template-columns:1fr}.detail-hero{align-items:flex-start;flex-wrap:wrap}.detail-actions{width:100%;margin:0}.detail-actions button{flex:1}}

/* Players preview refinement */
.player-stat-grid{grid-template-columns:repeat(5,1fr)}.player-stat-grid article{min-height:64px;padding:10px}.players-workspace{grid-template-columns:minmax(0,1fr);transition:grid-template-columns .23s ease}.player-drawer{width:0;min-width:0;min-height:0;border-width:0;opacity:0;overflow:hidden;transform:translateX(18px);pointer-events:none;transition:width .23s ease,opacity .2s ease,transform .23s ease,border-width .2s ease}.players-workspace.has-selection{grid-template-columns:minmax(0,1fr) 400px}.players-workspace.has-selection .player-drawer{width:400px;border-width:1px;opacity:1;transform:none;pointer-events:auto}.players-table td{height:58px}.players-table tbody tr{position:relative;border-left:3px solid transparent}.players-table tbody tr:hover{border-left-color:rgba(59,130,246,.45)}.players-table tbody tr.selected{border-left-color:#3b82f6;background:rgba(37,99,235,.12)}.player-tools label kbd{flex:none;color:#617b99;font-size:.43rem}.players-empty button{margin-top:5px;padding:7px 10px;border:1px solid rgba(90,150,255,.18);border-radius:6px;color:#b9c9db;background:#0a1b32;cursor:pointer}.player-row-menu{position:absolute;z-index:15;right:32px;width:200px;padding:6px;border:1px solid rgba(90,150,255,.2);border-radius:8px;background:#0b1d35;box-shadow:0 12px 28px rgba(0,0,0,.35)}.player-row-menu button{width:100%;padding:8px;border:0;border-radius:5px;color:#dbe7f5;background:none;text-align:left;font-size:.52rem;cursor:pointer}.player-row-menu button:hover{background:#112a48}.player-row-menu small{display:block;padding:7px;color:#657d99;font-size:.44rem;line-height:1.45;white-space:normal}.player-drawer{max-height:calc(100vh - 98px);overflow-y:auto}.player-drawer #drawer-content{display:flex;min-height:100%;flex-direction:column;padding-bottom:12px}.preview-card{margin-top:10px!important}.preview-card h3{letter-spacing:.08em}.preview-card>p{margin:7px 0!important}.preview-card>p>span{color:#899db5}.preview-empty>p{justify-content:center!important;padding:9px;color:#7086a1!important}.no-flags{justify-content:flex-start!important;color:#22c55e!important}.live-progress{margin:9px 0}.live-progress label{display:flex;justify-content:space-between;color:#899db5;font-size:.5rem}.live-progress label b{color:#dce7f4}.live-progress>i{display:block;height:4px;margin-top:5px;border-radius:4px;background:#173251}.live-progress em{display:block;height:100%;border-radius:inherit;background:#22c55e}.activity-line{display:flex;gap:12px;color:#a9bacd;font-size:.51rem}.activity-line time{color:#647d9b}.permission-note{margin:12px 16px;color:#657d98;font-size:.47rem;line-height:1.5}.drawer-profile-link{display:block;margin:0 14px;padding:11px;border-radius:7px;color:#fff;background:#2563eb;text-align:center;text-decoration:none;font-size:.55rem}.player-pagination>div[hidden]{display:none}
@media(max-width:1450px) and (min-width:1051px){.players-workspace.has-selection{grid-template-columns:minmax(0,1fr) 350px}.players-workspace.has-selection .player-drawer{width:350px}.players-table th:nth-child(4),.players-table td:nth-child(4),.players-table th:nth-child(5),.players-table td:nth-child(5){display:none}}
@media(max-width:1050px){.player-stat-grid{grid-template-columns:repeat(3,1fr)}.player-drawer{width:min(400px,100%);border-width:1px;opacity:1;transform:translateX(105%);pointer-events:auto}.players-workspace.has-selection{grid-template-columns:1fr}.players-workspace.has-selection .player-drawer{width:min(400px,100%);transform:none}}
@media(max-width:720px){.player-stat-grid{grid-template-columns:repeat(2,1fr)}.player-drawer,.players-workspace.has-selection .player-drawer{top:0;width:100%;max-height:100vh}.players-table td:nth-child(7),.players-table td:nth-child(8),.players-table td:nth-child(9),.players-table td:nth-child(10){display:none}}
.staff-v2 .metric{min-height:78px;padding:12px}

/* Use the complete viewport on the players command screen. */
.players-page{overflow:hidden}.players-page .page-shell,.players-page .players-shell{width:100vw;max-width:none}.players-page .v2-main{flex:none;width:calc(100vw - 210px);max-width:none}.sidebar-collapsed.players-page .v2-main{width:calc(100vw - 66px)}.players-page .players-content{display:flex;min-height:0;flex-direction:column;padding:10px 16px 8px}.players-page .player-stat-grid{gap:10px}.players-page .player-stat-grid article{min-height:56px;padding:8px 10px}.players-page .player-stat-grid article>span{width:32px;height:32px}.players-page .players-workspace{flex:1;min-height:0;height:calc(100vh - 190px);margin-top:10px}.players-page .players-list-card{display:flex;height:100%;min-height:0;flex-direction:column}.players-page .players-table-wrap{flex:1;min-height:0}.players-page .player-drawer,.players-page .players-workspace.has-selection .player-drawer{height:100%;max-height:none}.players-page .player-tabs{height:44px}.players-page .player-tools{padding:9px}.players-page .players-table td{height:54px}.players-page .v2-footer{min-height:34px;padding:7px 16px}
@media(max-width:1050px){.players-page{overflow:auto}.players-page .v2-main{width:100vw}.players-page .players-workspace{height:auto;min-height:560px}.players-page .player-drawer,.players-page .players-workspace.has-selection .player-drawer{height:auto;max-height:calc(100vh - 66px)}}

/* Readable player table typography. */
.players-page .players-table th{font-size:.56rem;letter-spacing:.025em}.players-page .players-table td{height:56px;font-size:.67rem}.players-page .player-identity>b{font-size:.7rem}.players-page .player-identity small{font-size:.48rem}.players-page .table-avatar{width:31px;height:31px;font-size:.65rem}.players-page .row-actions{font-size:.68rem}.players-page .status-dot{width:8px;height:8px}
.status-dot.offline{background:#64748b}.status-dot.banned{background:#ef4444}.flag-ban{padding:3px 5px;border-radius:4px;color:#fecaca;background:rgba(239,68,68,.16)}.offline-text{color:#94a3b8!important}.detail-hero p i.offline{background:#64748b}

/* Compact command-center composition from the supplied players reference. */
.players-page .players-workspace.has-selection{grid-template-columns:minmax(0,1fr) 390px}.players-page .players-workspace.has-selection .player-drawer{width:390px}.players-page .drawer-player{padding:16px 16px 12px}.players-page .large-initial{width:44px;height:44px}.players-page .player-drawer dl{gap:6px;padding:10px 15px;font-size:.57rem}.players-page .player-drawer section{margin:7px 11px 0;padding:9px 11px}.players-page .player-drawer h3{margin-bottom:7px}.players-page .preview-card>p{margin:4px 0!important}.players-page .live-progress{margin:6px 0}.players-page .playtime-card{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.players-page .playtime-card h3{grid-column:1/-1}.players-page .playtime-card p{display:flex!important;min-width:0;flex-direction:column;gap:3px}.players-page .playtime-card p span{font-size:.43rem;text-transform:uppercase}.players-page .playtime-card p b{font-size:.53rem}.players-page .staff-actions-preview>div{display:grid;grid-template-columns:repeat(6,1fr);gap:5px}.players-page .staff-actions-preview button{min-width:0;padding:7px 2px;border:1px solid rgba(90,150,255,.13);border-radius:6px;color:#7f93aa;background:#091a31;font-size:.42rem}.players-page .staff-actions-preview button:disabled{opacity:.6}.players-page .permission-note{display:none}.players-page .drawer-profile-link{margin:8px 11px 0;padding:9px}.players-page .player-drawer #drawer-content{padding-bottom:8px}.players-page .player-tools select{min-width:100px}.players-page .players-table th{height:34px}.players-page .players-table td{height:52px}
@media(max-width:1450px) and (min-width:1051px){.players-page .players-workspace.has-selection{grid-template-columns:minmax(0,1fr) 350px}.players-page .players-workspace.has-selection .player-drawer{width:350px}}

/* Keep the complete desktop player preview inside one viewport. */
@media(min-width:1051px){.players-page .player-drawer{overflow:hidden}.players-page .player-drawer #drawer-content{height:100%;min-height:0;padding-bottom:6px}.players-page .drawer-player{padding:10px 14px 8px}.players-page .large-initial{width:38px;height:38px;font-size:.82rem}.players-page .drawer-player h2{font-size:.76rem}.players-page .drawer-player p{margin-top:3px}.players-page .player-drawer dl{gap:3px;padding:7px 13px;font-size:.52rem}.players-page .player-drawer section{margin:5px 9px 0;padding:6px 9px}.players-page .player-drawer h3{margin-bottom:4px;font-size:.42rem}.players-page .preview-card>p{margin:2px 0!important;line-height:1.35}.players-page .live-progress{margin:4px 0}.players-page .live-progress label{font-size:.47rem}.players-page .playtime-card{gap:4px}.players-page .playtime-card p span{font-size:.39rem}.players-page .playtime-card p b{font-size:.49rem}.players-page .activity-line{font-size:.47rem}.players-page .staff-actions-preview>div{gap:3px}.players-page .staff-actions-preview button{padding:5px 1px;font-size:.39rem}.players-page .drawer-profile-link{margin:5px 9px 0;padding:7px;font-size:.5rem}.players-page .player-drawer .permission-note{display:none}}

/* Full player profile */
.profile-v3 .page-shell,.profile-v3 .v2-shell{width:100vw;max-width:none}.profile-v3 .v2-main{flex:none;width:calc(100vw - 210px);max-width:none}.sidebar-collapsed.profile-v3 .v2-main{width:calc(100vw - 66px)}.profile-search{display:flex;align-items:center;gap:7px;margin-left:12px;padding:8px 10px;border:1px solid rgba(90,150,255,.16);border-radius:8px;color:#91a5bd;background:#091a31;font-size:.52rem;text-decoration:none}.profile-search .ui-icon{width:13px}.profile-search kbd{margin-left:14px;color:#5f7897;font-size:.42rem}.profile-content{flex:1;padding:10px 18px 14px}.profile-hero{display:grid;grid-template-columns:72px minmax(230px,1fr) minmax(360px,1.8fr) auto;align-items:center;gap:16px;padding:16px 20px}.profile-avatar{display:grid;place-items:center;width:64px;height:64px;border:1px solid rgba(90,150,255,.2);border-radius:50%;color:#e7f0fa;background:#17375d;font-size:1.25rem}.profile-identity h2{margin:0;padding:0;border:0;font-size:1rem}.profile-identity p{margin:4px 0;color:#22c55e;font-size:.53rem}.profile-identity p i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22c55e}.profile-identity p i.offline{background:#64748b}.profile-identity strong{display:block;margin-top:10px;font-size:.65rem}.profile-identity small{display:flex;align-items:center;gap:5px;margin-top:4px;color:#8ba0ba;font-size:.51rem}.profile-identity small .ui-icon{width:12px;color:#60a5fa}.profile-hero>dl{display:grid;grid-template-columns:repeat(4,1fr);margin:0}.profile-hero>dl>div{padding:4px 20px;border-left:1px solid rgba(90,150,255,.12)}.profile-hero dt{color:#7f93ac;font-size:.5rem}.profile-hero dd{margin:5px 0 0;color:#eef4fa;font-size:.7rem;font-weight:700}.profile-actions{display:flex;gap:8px}.profile-actions button{display:flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid rgba(59,130,246,.3);border-radius:7px;color:#91a4ba;background:#102746;font-size:.54rem}.profile-actions button:disabled{opacity:.55}.profile-actions .ui-icon{width:13px}.profile-tabs{display:flex;margin-top:10px;border-bottom:1px solid rgba(90,150,255,.14)}.profile-tabs button{padding:10px 20px;border:0;color:#8ca0b8;background:none;font-size:.55rem}.profile-tabs button.active{border-bottom:2px solid #3b82f6;color:#fff}.profile-tabs button:disabled{opacity:.65}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}.profile-card{min-height:170px;overflow:hidden}.profile-card h2{padding:11px 14px;color:#cbd9e8;font-size:.6rem}.profile-card h2 small{float:right;padding:2px 5px;border-radius:4px;color:#22c55e;background:rgba(34,197,94,.12);font-size:.42rem}.profile-card dl{display:grid;grid-template-columns:1fr auto;gap:7px;margin:0;padding:11px 14px;color:#8195ad;font-size:.55rem}.profile-card dd{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:0;color:#e1eaf5;font-weight:600}.profile-card .total-line{margin-top:5px;padding-top:10px;border-top:1px solid rgba(90,150,255,.1)}.profile-bar{display:inline-block;width:105px;height:5px;border-radius:5px;background:#183251}.profile-bar i{display:block;height:100%;border-radius:inherit}.profile-bar.health i{background:#22c55e}.profile-bar.armor i{background:#3b82f6}.profile-list-card{display:flex;min-height:160px;flex-direction:column}.profile-event{display:flex;gap:18px;padding:14px;color:#afc0d3;font-size:.54rem}.profile-event time{color:#687f9b}.profile-empty{flex:1;margin:0;padding:22px;color:#71869f;font-size:.54rem;text-align:center}.profile-list-card footer{margin-top:auto;padding:9px;border-top:1px solid rgba(90,150,255,.1);color:#617b99;font-size:.47rem;text-align:center}
@media(max-width:1400px){.profile-hero{grid-template-columns:60px 1fr auto}.profile-hero>dl{grid-column:1/-1}.profile-grid{grid-template-columns:repeat(2,1fr)}.profile-actions{grid-column:3}.profile-search{display:none}}
@media(max-width:1050px){.profile-v3 .v2-main{width:100vw}.profile-hero{grid-template-columns:55px 1fr}.profile-actions{grid-column:1/-1}.profile-grid{grid-template-columns:1fr}.profile-tabs{overflow:auto}.profile-tabs button{white-space:nowrap}}
.leaderboard .empty-state{margin:0;padding:28px 14px;color:#71849e;font-size:.58rem;text-align:center}
.chart-empty{position:absolute;inset:0;display:grid;place-items:center;margin:0;color:#71849e;font-size:.6rem;pointer-events:none}.chart-empty.hidden{display:none}
