:root{color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:#12141c;color:#e8e8f0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overscroll-behavior:none;-webkit-tap-highlight-color:transparent}.app-root{display:flex;flex-direction:column;height:100dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.app-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px}.app-header h1{font-size:18px;margin:0}.app-main{flex:1;min-height:0;padding:0 16px 16px;overflow-y:auto}.screen{display:flex;flex-direction:column;gap:16px;height:100%}.screen h2{margin:0;font-size:20px}.screen__actions{display:flex;flex-direction:column;gap:10px;margin-top:8px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field--row{flex-direction:row;align-items:center}.field label{font-size:13px;color:#a8a8bc}.text-input{flex:1;min-height:44px;padding:10px 14px;border-radius:10px;border:1px solid #2c2f3d;background:#1a1d29;color:inherit;font-size:16px}.button{min-height:48px;padding:10px 18px;border-radius:10px;border:none;font-size:16px;font-weight:600;cursor:pointer;touch-action:manipulation}.button--primary{background:#4c6ef5;color:#fff}.button--secondary{background:#262a3a;color:#e8e8f0}.button--icon{min-width:48px;padding:10px;background:#262a3a;font-size:20px}.button:disabled{opacity:.6;cursor:default}.error-text{color:#f07a7a;font-size:14px;margin:0;cursor:pointer}.sudden-death-warning{color:#f0d97a;font-size:14px;margin:0;padding:8px 12px;border-radius:8px;background:#1a1d29}.table-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.table-header__meta{margin:4px 0 0;font-size:13px;color:#a8a8bc}.seat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.seat-list__item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:8px;background:#1a1d29;min-height:48px}.seat-list__actions{display:flex;gap:8px}.seat-list__item--column{flex-direction:column;align-items:flex-start}.player-stats-line{font-size:12px;color:#a8a8bc}.hud-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:12px;background:#1a1d29}.hud-bar__stats{display:flex;align-items:center;gap:12px}.hud-stat{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#f0d97a}.hud-stat--text{color:#a8a8bc;font-weight:500}.hud-stat__icon{width:18px;height:18px;object-fit:contain}.hud-bar__actions{display:flex;align-items:center;gap:8px}.hud-icon-btn{position:relative;min-width:48px;min-height:48px;padding:8px;border:none;border-radius:10px;background:#262a3a;display:flex;align-items:center;justify-content:center;cursor:pointer;touch-action:manipulation}.hud-icon-btn img{width:26px;height:26px;object-fit:contain}.hud-icon-btn:disabled{opacity:.5;cursor:default}.hud-icon-btn--small{min-width:44px;min-height:44px;padding:7px}.hud-icon-btn--small img{width:20px;height:20px}.hud-icon-btn__badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 3px;border-radius:999px;background:#4c6ef5;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.enemy-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.enemy-row::-webkit-scrollbar{display:none}.enemy-card{flex:1 1 148px;max-width:220px;display:flex;flex-direction:column;gap:6px;padding:8px 10px;border-radius:10px;background:#1a1d29}.enemy-card__header{display:flex;flex-direction:column;gap:2px}.enemy-card__name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.enemy-card__flag{font-size:10px;color:#f0a05a}.enemy-card__hp{height:5px;border-radius:999px;background:#262a3a;overflow:hidden}.enemy-card__hp-fill{height:100%;transition:width .15s linear}.enemy-card__actions{display:flex;flex-wrap:wrap;gap:4px}.seat-summary{margin:0;padding:8px 12px;border-radius:8px;background:#1a1d29;color:#a8a8bc;font-size:13px;white-space:nowrap;overflow-x:auto}.results-panel{display:flex;flex-direction:column;gap:8px}.results-panel h3{margin:0}.countdown-value{align-self:center;font-size:48px;font-weight:700;margin:0;color:#f0d97a}.table-canvas-area{flex:1;min-height:280px;border-radius:12px;overflow:hidden}.shop-scrim{position:fixed;top:0;right:0;bottom:0;left:0;bottom:58vh;z-index:19;background:#06070c73;animation:shop-scrim-fade-in .22s ease-out}.shop-panel{position:fixed;left:0;right:0;bottom:0;z-index:20;height:58vh;max-height:640px;display:flex;flex-direction:column;gap:10px;padding:14px 16px calc(env(safe-area-inset-bottom) + 12px);background:#12141c;border-top:1px solid #2c2f3d;border-radius:18px 18px 0 0;box-shadow:0 -12px 32px #00000080;animation:shop-panel-slide-up .22s ease-out}@keyframes shop-panel-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes shop-scrim-fade-in{0%{opacity:0}to{opacity:1}}.shop-panel__header{display:flex;align-items:center;gap:12px;flex:0 0 auto}.shop-panel__header h3{margin:0;flex:1}.shop-panel__coins{font-weight:600;color:#f0d97a}.shop-pages{flex:1;min-height:0;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.shop-pages::-webkit-scrollbar{display:none}.shop-page{flex:0 0 100%;scroll-snap-align:start;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:min-content;gap:8px;align-content:start;padding-right:2px}.shop-pager{display:flex;align-items:center;justify-content:center;gap:14px;flex:0 0 auto}.shop-pager__dots{display:flex;gap:6px}.shop-pager__dot{width:6px;height:6px;border-radius:50%;background:#2c2f3d}.shop-pager__dot--active{background:#4c6ef5}.shop-card{display:flex;flex-direction:column;gap:3px;padding:8px 10px;border-radius:8px;background:#1a1d29}.shop-card__name{font-weight:600;font-size:13px;line-height:1.25}.shop-card__meta{font-size:11px;color:#a8a8bc;line-height:1.3}.shop-card__buy{margin-top:2px;min-height:44px;padding:6px 8px;font-size:13px}.phaser-canvas{width:100%;height:100%;border-radius:12px;overflow:hidden}.connection-badge{padding:4px 10px;border-radius:999px;font-size:13px;font-weight:600}.connection-badge--connecting{background:#4a4426;color:#f0d97a}.connection-badge--connected{background:#234a2e;color:#7af0a0}.connection-badge--disconnected{background:#4a2626;color:#f07a7a}.admin-panel{min-height:100dvh;max-width:720px;margin:0 auto;padding:env(safe-area-inset-top) 16px env(safe-area-inset-bottom);display:flex;flex-direction:column;gap:16px}.admin-panel__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;padding-top:16px}.admin-panel__header h1{font-size:20px;margin:0 0 4px}.admin-panel__note{font-size:12px;color:#a8a8bc;margin:0;max-width:40ch}.admin-panel__actions{display:flex;gap:8px}.admin-panel__groups{display:flex;flex-direction:column;gap:16px;padding-bottom:32px}.admin-group,.admin-subgroup{border:1px solid #2c2f3d;border-radius:10px;padding:12px;margin:0}.admin-subgroup{margin-top:10px;background:#171a24}.admin-group legend,.admin-subgroup legend{padding:0 6px;font-weight:600;color:#e8e8f0}.admin-field{justify-content:space-between;margin-bottom:8px}.admin-field label{flex:1}.admin-field .text-input{flex:0 0 140px;min-height:40px}
