/* GameOps visual prototype v0.2 overrides */
:root{--game:#79c04b;--cyan:#68a9d7;--amber:#e7b04d;--red:#d96969}
.product .version{background:#203420;color:#b9e09f;border-color:#41643a}
.server-deck{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.game-server{background:linear-gradient(145deg,#12191d 0%,#10161a 62%,#0d1215 100%);border:1px solid #2c383f;border-radius:10px;overflow:hidden;position:relative}
.game-server:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--game),transparent 72%);opacity:.8}
.game-server.offline:before{background:linear-gradient(90deg,var(--red),transparent 72%)}
.game-banner{min-height:122px;padding:18px 18px 15px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid #273139;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(121,192,75,.12),transparent 32%),linear-gradient(120deg,#17221a,#131b20 60%)}
.game-banner:after{content:"";position:absolute;right:-26px;bottom:-65px;width:220px;height:220px;border:1px solid rgba(121,192,75,.14);border-radius:50%;box-shadow:0 0 0 22px rgba(121,192,75,.03),0 0 0 48px rgba(121,192,75,.025)}
.game-server.offline .game-banner{background:radial-gradient(circle at 80% 20%,rgba(217,105,105,.1),transparent 32%),linear-gradient(120deg,#211718,#15191c 60%)}
.game-title-row{display:flex;align-items:center;gap:9px;margin-bottom:8px}.game-glyph{display:grid;place-items:center;width:38px;height:38px;border:1px solid #4d6646;background:#1c2a1c;border-radius:7px;font-weight:850;letter-spacing:.06em;color:#dcf0d2}.game-server.offline .game-glyph{border-color:#684144;background:#2a191b;color:#efc7c7}.game-banner h2{font-size:19px;margin:0 0 5px}.game-banner p{margin:0;color:#94a4ae}.technical-badge{position:relative;z-index:1;font-size:9px;color:#7d929e;border:1px solid #33424a;background:#121a1f;padding:5px 7px;border-radius:6px}.server-body{padding:16px 18px 17px}.occupancy{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;margin:0 0 16px}.occupancy strong{font-size:20px}.occupancy .pct{font-size:12px;color:#8fa1ad}.occupancy-track{height:10px;background:#202a30;border-radius:20px;overflow:hidden;border:1px solid #2d3940}.occupancy-track i{display:block;height:100%;background:linear-gradient(90deg,#4b8f31,#81c653);border-radius:20px}.offline .occupancy-track i{background:#654044}.server-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.server-fact{padding:9px 10px;background:#0d1317;border:1px solid #222d33;border-radius:6px}.server-fact small{display:block;color:#6f818c;text-transform:uppercase;letter-spacing:.07em;font-size:8px}.server-fact b{display:block;margin-top:3px;font-size:12px}.health-chips{display:flex;gap:6px;flex-wrap:wrap;margin:2px 0 15px}.health-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid #2c3a31;background:#131d15;border-radius:20px;font-size:10px;color:#a9c8a0}.health-chip.warn{border-color:#56472c;background:#211c13;color:#e3bd70}.health-chip.bad{border-color:#5b3436;background:#241719;color:#e4a7a7}.health-chip.neutral{border-color:#334149;background:#151d22;color:#9cafba}.host-strip{display:flex;align-items:center;gap:12px;padding-top:13px;border-top:1px solid #232d33;color:#81939d;font-size:11px}.host-strip b{color:#cbd6dc}.host-strip .spacer{flex:1}.server-actions{display:flex;gap:7px;margin-top:14px}.server-actions .manage-server{margin-left:auto}.mini-button{border:1px solid #2d3a42;background:#151d22;color:#b7c4cb;border-radius:6px;padding:7px 10px;font-size:11px}.mini-button:hover{background:#1d282e}.mini-button.emphasis{background:#315d27;border-color:#477b37;color:#f1f8ed}
.host-group-heading{display:flex;align-items:center;gap:9px;margin:20px 0 10px}.host-group-heading:first-child{margin-top:0}.host-group-heading h3{font-size:12px;margin:0}.host-group-heading span{color:#657781;font-size:10px}.host-group-heading:after{content:"";height:1px;background:#222c32;flex:1}
.server-hero{border:1px solid #2e3b42;border-radius:10px;overflow:hidden;margin-bottom:14px;background:#10171b}.server-hero-top{padding:19px 20px;background:radial-gradient(circle at 82% 16%,rgba(121,192,75,.15),transparent 31%),linear-gradient(120deg,#17221a,#11181c 62%);display:grid;grid-template-columns:1fr auto;gap:20px}.server-hero h2{font-size:23px;margin:5px 0}.server-hero-meta{display:flex;gap:10px;flex-wrap:wrap;color:#93a4ae}.server-hero-controls{display:flex;align-items:flex-start;gap:7px;flex-wrap:wrap;justify-content:flex-end}.hero-bottom{display:grid;grid-template-columns:1.25fr repeat(4,.7fr);border-top:1px solid #29343b}.hero-cell{padding:13px 15px;border-right:1px solid #29343b}.hero-cell:last-child{border-right:0}.hero-cell small{display:block;color:#71828d;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.hero-cell b{display:block;margin-top:4px}.hero-player{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.hero-player strong{font-size:25px}.hero-player .occupancy-track{margin-top:5px}
.status-board{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.status-tile{background:#0e1418;border:1px solid #253139;border-radius:7px;padding:12px}.status-tile .tile-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.status-tile small{color:#72838e;text-transform:uppercase;font-size:8px;letter-spacing:.09em}.status-tile strong{display:block;margin-top:5px}.status-tile .tiny{color:#788a94;font-size:10px;margin-top:5px}.tile-icon{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#17251a;color:#8acb65}.tile-icon.warn{background:#2a2215;color:#edbd64}
.overview-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:15px}.overview-stack{display:grid;gap:15px}.activity-feed{display:grid}.activity-item{display:grid;grid-template-columns:70px 24px 1fr;gap:8px;padding:10px 0;border-bottom:1px solid #222d33}.activity-item:last-child{border:0}.activity-time{font-family:monospace;color:#627680;font-size:10px}.activity-symbol{width:20px;height:20px;border:1px solid #324039;background:#152018;border-radius:50%;display:grid;place-items:center;font-size:9px;color:#94cb72}.activity-copy b{display:block;font-size:12px}.activity-copy span{color:#748690;font-size:10px}.host-health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.host-health-grid .spec{text-align:left}.host-health-grid .spec b{font-size:15px}.next-restart{padding:12px;background:#181d15;border:1px solid #3b492f;border-radius:7px}.next-restart strong{display:block;color:#d7e9cd}.next-restart small{color:#85947e}.action-band{display:flex;gap:8px;align-items:center;padding:11px 13px;background:#11181c;border:1px solid #28343b;border-radius:8px;margin-bottom:14px}.action-band b{font-size:11px}.action-band span{color:#7d909b;font-size:10px}.action-band .spacer{flex:1}
.workshop-thumb{width:72px;height:54px;border:1px solid #39474f;border-radius:6px;background:linear-gradient(135deg,#26341f,#192329 65%);display:grid;place-items:center;font-weight:800;color:#b9d5ae;position:relative;overflow:hidden}.workshop-thumb:after{content:"";position:absolute;width:60px;height:60px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-25px;bottom:-30px}.workshop-state{display:flex;gap:6px;flex-wrap:wrap}.provider-pill{font-size:9px;color:#7290a2;border:1px solid #2c414d;padding:3px 6px;border-radius:10px;background:#10191f}.host-mini{padding:3px 6px;border:1px solid #303c42;border-radius:10px;background:#12191d;color:#8497a1;font-size:9px}
@media(max-width:1180px){.server-deck{grid-template-columns:1fr}.hero-bottom{grid-template-columns:1.2fr repeat(2,1fr)}.hero-cell{border-bottom:1px solid #29343b}.status-board{grid-template-columns:repeat(2,1fr)}.overview-grid{grid-template-columns:1fr}}
@media(max-width:780px){.server-facts{grid-template-columns:repeat(2,1fr)}.server-hero-top{grid-template-columns:1fr}.server-hero-controls{justify-content:flex-start}.hero-bottom{grid-template-columns:1fr 1fr}.status-board{grid-template-columns:1fr}.host-health-grid{grid-template-columns:1fr}.game-banner{min-height:0}.technical-badge{display:none}}
