.banner{display:none;background:#f0b232;color:#1e1f22;padding:8px 16px;text-align:center;font-size:14px;font-weight:600}.players-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px}.players-header .vs{color:#80848e;font-size:12px}.player-chip{display:flex;align-items:center;gap:6px;background:#2b2d31;border-radius:20px;padding:4px 10px 4px 4px;font-size:13px}.player-chip.empty{color:#80848e;padding:4px 10px}.player-chip.current-turn{outline:2px solid #57f287}.player-chip.disconnected{opacity:.5}.player-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.player-avatar-fallback{display:flex;align-items:center;justify-content:center;background:#5865f2;color:#fff;font-weight:700;font-size:12px}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1e1f22;color:#f2f3f5}.screen{padding:16px;max-width:900px;margin:0 auto;text-align:center}h2{margin-top:8px}.hint{color:#b5bac1;min-height:1.2em}.error{color:#f23f42}button{background:#5865f2;color:#fff;border:none;border-radius:8px;padding:10px 16px;margin:4px;font-size:14px;cursor:pointer}button:disabled{background:#4e5058;cursor:not-allowed}button:hover:not(:disabled){background:#4752c4}.players-list{list-style:none;padding:0}.game-choice{display:flex;justify-content:center;gap:12px;margin-top:16px}.boards-row{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.board-label{font-size:13px;color:#b5bac1}.board{display:grid;gap:2px;margin:0 auto}.board-10{grid-template-columns:repeat(10,minmax(24px,32px))}.cell{aspect-ratio:1;background:#2b2d31;border-radius:3px}.cell.ship{background:#5865f2}.cell.clickable{cursor:pointer}.cell.clickable:hover{background:#3a3c43}.cell.hit{background:#f23f42}.cell.miss{background:#4e5058}.cell.ghost-valid{background:#57f28780}.cell.ghost-invalid{background:#ed424580}.nardy-info{display:flex;justify-content:center;gap:24px;margin-bottom:8px;font-size:14px;color:#b5bac1}.dice-row{margin-bottom:12px;min-height:40px}.die{display:inline-block;width:32px;height:32px;line-height:32px;background:#fff;color:#1e1f22;border-radius:6px;margin:0 4px;font-weight:700}.nardy-board{display:grid;grid-template-columns:repeat(12,minmax(28px,1fr));grid-auto-rows:minmax(60px,auto);gap:2px;max-width:800px;margin:0 auto}.nardy-point{background:#2b2d31;border-radius:4px;padding:4px 2px;position:relative;min-height:60px}.nardy-point.home{background:#2f3136;border:1px solid #4e5058}.nardy-point.head{border:1px solid #f0b232}.nardy-point.selectable{cursor:pointer}.nardy-point.selectable:hover{background:#3a3c43}.nardy-point.selected{outline:2px solid #5865f2}.nardy-point.legal-target{background:#2f5940;cursor:pointer;animation:pulse-target 1.4s ease-in-out infinite}.nardy-point.legal-target:hover{background:#386b4c}@keyframes pulse-target{0%,to{box-shadow:0 0 #57f28766}50%{box-shadow:0 0 0 4px #57f28700}}.die-badge{position:absolute;top:2px;right:2px;background:#57f287;color:#1e1f22;border-radius:50%;width:16px;height:16px;font-size:10px;line-height:16px;font-weight:700}.nardy-point{position:relative}.bearoff-tray{margin:12px auto 0;max-width:300px;padding:10px;border-radius:8px;background:#2b2d31;color:#80848e;border:1px dashed #4e5058}.bearoff-tray.legal-target{background:#2f5940;color:#57f287;border:1px dashed #57f287;cursor:pointer;animation:pulse-target 1.4s ease-in-out infinite}.point-label{font-size:10px;color:#80848e}.checker{display:inline-block;width:22px;height:22px;line-height:22px;border-radius:50%;font-size:12px;margin:1px}.checker.mine{background:#5865f2;color:#fff}.checker.theirs{background:#ed4245;color:#fff}
