:root{color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:radial-gradient(ellipse 120% 70% at 50% -10%,#2a2440 0%,transparent 60%),radial-gradient(ellipse 100% 60% at 100% 110%,#241a12 0%,transparent 55%),linear-gradient(180deg,#14131c,#0e0d13);background-attachment:fixed;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;border-bottom:1px solid rgba(255,255,255,.06)}.app-header h1{font-size:18px;margin:0;background:linear-gradient(135deg,#f0d97a,#e8a355);-webkit-background-clip:text;background-clip:text;color:transparent}.app-main{flex:1;min-height:0;padding:0 16px 16px;overflow-y:auto}.screen{display:flex;flex-direction:column;gap:12px;height:100%}.screen h2{margin:0;font-size:20px}.screen--centered{justify-content:center}.home-hero{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 0 8px}.home-hero__image{width:128px;height:128px;filter:drop-shadow(0 8px 24px rgba(76,110,245,.35))}.home-hero__tagline{margin:0;font-size:13px;color:#a8a8bc;text-align:center}.setup-card{display:flex;flex-direction:column;padding:18px;border-radius:16px;background:linear-gradient(165deg,#262a3a99,#1a1d2999);border:1px solid rgba(255,255,255,.06);box-shadow:0 12px 32px #0000004d}.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;box-shadow:inset 0 1px 3px #00000059;color:inherit;font-size:16px}.text-input:focus{outline:none;border-color:#5a6ee0;box-shadow:inset 0 1px 3px #00000059,0 0 0 3px #4c6ef540}.button{min-height:48px;padding:10px 18px;border-radius:10px;border:none;font-size:16px;font-weight:600;cursor:pointer;touch-action:manipulation;transition:transform .1s ease-out,box-shadow .1s ease-out}.button:active:not(:disabled){transform:scale(.97)}.button--primary{background:linear-gradient(180deg,#6684ff,#4c6ef5 60%,#3f5cd6);color:#fff;box-shadow:0 2px 8px #4c6ef559,inset 0 1px #ffffff40}.button--secondary{background:linear-gradient(180deg,#30354a,#262a3a);color:#e8e8f0;box-shadow:inset 0 1px #ffffff0f;border:1px solid rgba(255,255,255,.05)}.button--icon{min-width:48px;padding:10px;background:#262a3a;font-size:20px;display:flex;align-items:center;justify-content:center}.button--icon img{width:24px;height:24px;object-fit:contain}.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__titles{min-width:0;flex:1}.table-header__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-header__meta{margin:4px 0 0;font-size:13px;color:#a8a8bc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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}.inline-icon{width:14px;height:14px;vertical-align:-2px;margin:0 1px}.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--active{background:#4c6ef5;box-shadow:0 0 0 2px #a7b8ff inset}.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:220px;border-radius:12px;overflow:hidden}.shop-dock{flex:0 0 auto;display:flex;flex-direction:column;gap:4px;height:190px;padding:8px 10px calc(env(safe-area-inset-bottom) + 4px);background:linear-gradient(165deg,#262a3a8c,#1a1d29b3);border:1px solid rgba(255,255,255,.06);border-radius:14px}.shop-dock__header{display:flex;align-items:center;gap:12px;flex:0 0 auto}.shop-dock__header h3{margin:0;flex:1;font-size:15px}.shop-dock__coins{font-weight:600;color:#f0d97a;font-size:13px}.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:6px;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;align-items:center;gap:8px;min-height:48px;padding:6px 8px;border-radius:8px;background:#1a1d29;border:none;color:inherit;font-family:inherit;text-align:left;cursor:pointer;touch-action:manipulation}.shop-card:disabled{opacity:.5;cursor:default}.shop-card:not(:disabled):active{background:#232838}.shop-card__icon{width:28px;height:28px;object-fit:contain;flex:0 0 auto}.shop-card__body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.shop-card__name{font-weight:600;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-card__meta{font-size:10px;color:#a8a8bc;line-height:1.2}.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}
