:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f4f7ff;background:#070914;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}html,body,#app{width:100%;height:100%;min-width:720px;min-height:500px}body{margin:0;overflow:auto;background:#070914}.game-shell{position:relative;min-width:720px;min-height:100vh;display:grid;grid-template-rows:auto auto auto;align-content:start;gap:10px;padding-bottom:10px;background:#070914}.hud{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 14px;border-bottom:1px solid #26345e;background:#10172b}.brand{display:flex;align-items:center;gap:12px;min-width:260px}.mark{width:38px;height:38px;display:grid;place-items:center;border:2px solid #22c8ff;color:#ffd85c;background:#14213f;font-weight:900}h1,p{margin:0}h1{font-size:22px;letter-spacing:0}p{color:#abb8da;font-size:13px}.hud-stats{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;color:#ffd85c;font-size:14px;text-align:right}.hud-stats span{white-space:nowrap}.hud-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}button,.primary-action,.server-footer a,.level-row-split a{min-height:40px;border:1px solid #34487e;border-radius:8px;padding:0 14px;color:#f6f9ff;background:#17203a;font:inherit;font-weight:800;letter-spacing:0;text-decoration:none;cursor:pointer}button:hover,.primary-action:hover,.server-footer a:hover,.level-row-split a:hover{border-color:#31c8ff;background:#1e2a4c}.hud-button{min-width:82px}.icon-button{width:42px;min-width:42px;padding:0;display:grid;place-items:center;font-size:18px}.play-wrap{position:relative;overflow:hidden;width:min(1180px,calc(100vw - 28px),calc((100svh - 148px)*1.75595));aspect-ratio:1180 / 672;min-width:640px;margin:0 auto;border-top:1px solid #0b1024;border-bottom:1px solid #26345e;background:#050711;touch-action:none}#game{width:100%;height:100%;display:block;image-rendering:auto;cursor:crosshair}.overlay{position:absolute;inset:0;display:grid;place-items:center;padding:24px;text-align:center;white-space:pre-line;color:#f8fbff;background:#050711b8;font-size:22px;font-weight:800}.overlay.hidden{display:none}.controls{min-height:32px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;padding:8px 12px;color:#abb8da;background:#10172b;font-size:13px}.modal-layer{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:22px;background:#050711b8}.modal-layer.hidden,.hidden{display:none!important}.menu-card,.server-card{width:min(92vw,620px);max-height:min(86vh,760px);overflow:auto;border:1px solid #3d5188;border-radius:8px;padding:16px;background:#0d1325;box-shadow:0 18px 48px #00000070}.server-card{width:min(94vw,860px)}.menu-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}h2{margin:0;font-size:24px;letter-spacing:0}.stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0}.stat-grid div{border:1px solid #2b3b68;border-radius:8px;padding:10px;background:#111a31}.stat-grid span{display:block;color:#9fafcf;font-size:12px}.stat-grid strong{display:block;margin-top:2px;color:#ffd85c;font-size:24px}.menu-actions,.panel-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.primary-action{display:inline-flex;align-items:center;justify-content:center;color:#071022;background:#ffd85c;border-color:#ffd85c}.primary-action:hover{color:#071022;background:#ffe58d}.fine-print{margin-top:12px;color:#b7c4df;font-size:13px}.server-home{min-height:260px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));place-items:stretch;gap:14px}.server-choice{min-height:180px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:20px;text-align:left}.server-choice strong{color:#ffd85c;font-size:24px}.server-choice span{color:#c8d3ed;line-height:1.35}.server-panel{display:block}.panel-row{margin-bottom:12px}.panel-row input{min-height:40px;flex:1 1 220px;border:1px solid #34487e;border-radius:8px;padding:0 12px;color:#f7faff;background:#080d1d;font:inherit}.level-list{display:grid;gap:8px}.list-section-title{margin-top:8px;color:#ffd85c;font-size:12px;font-weight:900;text-transform:uppercase}.level-row{width:100%;min-height:58px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;text-align:left}.level-row strong{color:#f8fbff}.level-row span{color:#aebbdd;font-size:13px}.level-row-split{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:8px}.level-row-split button{min-height:58px}.level-row-split a{display:inline-flex;align-items:center;justify-content:center}.empty-list{margin:8px 0;color:#aebbdd}.server-footer{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;border-top:1px solid #26345e;padding-top:12px;color:#b7c4df;font-size:13px}@media(max-width:820px){html,body,#app,.game-shell{min-width:0}.hud{align-items:flex-start;flex-direction:column;gap:8px}.brand{min-width:0}.hud-stats{justify-content:flex-start;text-align:left}.hud-actions{width:100%;justify-content:flex-start}.play-wrap{width:calc(100vw - 18px);min-width:0}.server-home,.stat-grid,.level-row-split{grid-template-columns:1fr}.server-footer{align-items:flex-start;flex-direction:column}}
