*{margin:0;padding:0;box-sizing:border-box}body{background:#2c1810;color:wheat;font-family:system-ui,-apple-system,sans-serif;padding:12px;min-height:100vh;touch-action:manipulation}h1{font-size:1.8rem;text-align:center;margin:12px 0 16px}h3{color:#ff6b35;font-size:1.1rem;margin:20px 0 8px;text-align:center;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}#users{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:16px}#users li{background:#3a2518;padding:5px 10px;border-radius:6px;font-size:.8rem}#weapon-levels{display:flex;justify-content:center;gap:12px;margin:8px 0 0;flex-wrap:wrap;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.weapon-level{font-size:1.3rem;display:inline-flex;align-items:center;gap:4px}.weapon-level .level{font-size:.85rem;color:#fc6;font-weight:400}#signal-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:12px 0 20px}#signal-buttons button{font-size:2.4rem;width:64px;height:64px;min-width:64px;background:#4a3528;border:none;border-radius:12px;cursor:pointer;transition:all .12s;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}#signal-buttons button:active{transform:scale(.92);background:#5a4538}#combo-container{background:#3a2518;padding:8px 12px;border-radius:10px;margin:12px 0 8px;text-align:center}#combo{font-size:1.8rem;min-height:40px;margin-bottom:8px;word-break:break-all;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}#combo.warn{color:#ff6b6b}#send-combo,#clear-combo{border:none;padding:8px 20px;border-radius:8px;font-size:.9rem;cursor:pointer;margin:0 6px}#send-combo{background:#ff6b35;color:#fff}#send-combo:hover{background:#ff8555}#clear-combo{background:#555;color:#fff}#clear-combo:hover{background:#666}#raid-status{font-size:1.05rem;color:#fc6;background:#ff6b351a;padding:6px;border-radius:6px;margin:8px 0;text-align:center;border-left:3px solid #ff6b35}#signals{list-style:none;margin-top:12px;max-height:160px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ff6b35 #3a2518}#signals li{padding:10px 12px;margin:6px 0;background:#ff6b3514;border-left:3px solid #ff6b35;border-radius:6px;font-size:1.15rem;line-height:1.3}#signals li{opacity:0;transition:opacity .4s ease-out}#signals li.visible{opacity:1}.boss-status{background:#4a352899;border:1px solid #4a3528;border-radius:8px;padding:8px;margin:10px 0 16px;font-family:Courier New,monospace;font-size:.95rem;color:#fc9;text-align:center;letter-spacing:.4px}#boss-title{font-weight:700;color:#ff6b35;margin-bottom:4px;font-size:1.1rem}#boss-hp-bar{font-size:1.3rem;letter-spacing:1px;margin:4px 0;white-space:pre}.boss-phase{font-size:.85rem;color:#f88;opacity:.9;margin-top:4px}#tribe-status{margin:10px 0 16px}#tribe-title{font-weight:700;color:#6c6;margin-bottom:4px;font-size:1rem}#tribe-hp-bar{font-size:1.2rem;letter-spacing:1px;margin:4px 0;white-space:pre;color:#9d9}.boss-status.low-hp #boss-hp-bar{color:#f44}.boss-status.critical-hp #boss-hp-bar{color:#f22;animation:pulse 1.5s infinite}#tribe-status.low-hp #tribe-hp-bar{color:#fa4}#tribe-status.critical-hp #tribe-hp-bar{color:#f44;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width: 600px){body{padding:8px}h1{display:none}h3{font-size:1rem;margin:16px 0 6px}#signal-buttons{display:flex;justify-content:center;gap:12px;margin:12px 0 16px;flex-wrap:nowrap;overflow-x:auto}#combo-container{padding:6px 10px;display:flex;align-items:center;gap:8px}#combo{font-size:1.6rem;min-height:36px;margin-bottom:0;flex:1}#send-combo,#clear-combo{padding:6px 14px;font-size:.8rem;margin:0;white-space:nowrap}#raid-status{font-size:1rem;padding:6px}#signals li{font-size:1.05rem;padding:8px 10px}.boss-status{font-size:.9rem;padding:6px}#boss-hp-bar{font-size:1.2rem}#tribe-hp-bar,.weapon-level{font-size:1.1rem}.weapon-level .level{font-size:.75rem}}
