body{margin:0;background:#1a1420;color:#ede4d3;font-family:system-ui,sans-serif;overflow:hidden}.status{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;height:100vh;font-size:1.5rem;text-align:center;padding:0 2rem}.cast-bridge-error{font-size:1rem;color:#ff8f96}.sound-toggle{position:fixed;top:10px;left:10px;z-index:20;width:2.4rem;height:2.4rem;padding:0;border-radius:50%;border:1px solid rgba(237,228,211,.3);background:#1a1420cc;color:#ede4d3;font-size:1.15rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.player-sidebar{position:fixed;top:50%;right:10px;transform:translateY(-50%);z-index:15;display:flex;flex-direction:column;gap:8px;max-height:90vh;overflow-y:auto}.player-card{display:flex;align-items:center;gap:8px;background:#1a1420d1;border:2px solid transparent;border-radius:10px;padding:6px 12px;min-width:160px}.player-card-active{background:#1a1420f2;box-shadow:0 0 0 2px #c99a2e99}.player-card-ghost{opacity:.4}.player-card-glyph{font-size:1.1rem;line-height:1;width:1.8rem;height:1.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.player-card-info{display:flex;flex-direction:column;line-height:1.25;min-width:0}.player-card-name{font-size:.9rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-card-suspect{font-size:.68rem;color:#ede4d3a6}.player-card-hand{font-size:.72rem;color:#ede4d3d9}.player-card-offline{font-size:.65rem;color:#ff8f96}.board-wrapper{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.board-stage{position:relative;display:flex;align-items:center;gap:1.5rem}.board-main{display:flex;flex-direction:column;align-items:center;gap:.75rem}.board-header{text-align:center}.board-header h1{margin:0;font-size:1.8rem}.room-code{letter-spacing:.3em;font-size:1.1rem;margin:.15rem 0;color:#ede4d3bf}.current-turn{font-size:1.3rem;font-weight:700;color:#c99a2e;margin:0}.paused-banner{font-size:1.3rem;font-weight:700;color:#f4a261}.board-grid{position:relative;display:grid;grid-template-columns:repeat(17,minmax(0,1fr));grid-template-rows:repeat(17,minmax(0,1fr));width:min(80vmin,900px);height:min(80vmin,900px);gap:1px;background:#06040a;box-shadow:0 0 0 10px #d9c9a3,0 0 0 13px #06040a,0 12px 45px #0000008c;border-radius:4px}.board-room{background:#c99a2e1a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;overflow:hidden}.board-room-icon{font-size:clamp(1rem,2.4vmin,1.8rem);line-height:1}.board-room-name{font-size:clamp(.5rem,1vmin,.75rem);text-align:center;color:#ede4d3d9}.board-hall{background:#ffffff0a}.token-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:5}.token-piece{position:absolute;transform:translate(-50%,-50%);transition:left .16s ease,top .16s ease}.token-glyph{display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;font-size:1rem;border-radius:50%;background:#ede4d3;border:3px solid #06040a;box-shadow:0 2px 5px #00000080}.token-piece-active .token-glyph{box-shadow:0 0 0 3px #c99a2eb3,0 2px 5px #00000080}.token-glyph-ghost{opacity:.4}.solution-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:center;justify-content:center;background:#06040ad9}.solution-panel{text-align:center;background:#1a1420;border:2px solid #c99a2e;border-radius:20px;padding:2.5rem 3rem;box-shadow:0 20px 60px #0009}.solution-panel h1{margin:0 0 1rem;font-size:2.2rem}.solution-cards{display:flex;flex-direction:column;gap:.6rem;margin:1.5rem 0}.solution-card{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.4rem;font-weight:700}.solution-card-icon{font-size:1.8rem}.solution-hint{color:#ede4d399;font-size:.9rem}.dice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;align-items:flex-start;justify-content:center;padding-top:6%;pointer-events:none}.dice-panel{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.75rem;border-radius:16px;background:#1a1420f0;border:2px solid rgba(237,228,211,.35);box-shadow:0 8px 30px #0000008c;animation:dice-panel-in .26s cubic-bezier(.34,1.56,.64,1),dice-panel-out .28s ease-in 1.5s forwards}@keyframes dice-panel-in{0%{transform:scale(.4) translateY(-20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes dice-panel-out{0%{opacity:1}to{opacity:0;transform:translateY(-10px)}}.dice-player-name{font-size:1.1rem;font-weight:700;letter-spacing:.03em}.die{width:3.6rem;height:3.6rem;background:#ede4d3;border-radius:10px;box-shadow:inset 0 0 0 2px #06040a26;animation:die-tumble .55s ease-out}@keyframes die-tumble{0%{transform:rotate(-25deg) scale(.6)}60%{transform:rotate(15deg) scale(1.1)}to{transform:rotate(0) scale(1)}}.die-pips{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);padding:.5rem;box-sizing:border-box}.pip{align-self:center;justify-self:center;width:.55rem;height:.55rem;border-radius:50%}.pip-on{background:#06040a}.action-toast-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9;display:flex;align-items:flex-end;justify-content:center;padding-bottom:6%;pointer-events:none}.action-toast{display:flex;align-items:center;gap:.85rem;max-width:70%;padding:.75rem 1.4rem;border-radius:14px;background:#1a1420f2;border:2px solid rgba(237,228,211,.35);box-shadow:0 8px 26px #0000008c;animation:action-toast-in .22s cubic-bezier(.34,1.56,.64,1),action-toast-out .26s ease-in 2.34s forwards}@keyframes action-toast-in{0%{transform:translateY(18px) scale(.85);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes action-toast-out{0%{opacity:1}to{opacity:0;transform:translateY(12px)}}.action-toast-icon{font-size:2rem;line-height:1}.action-toast-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.action-toast-title{font-weight:700;font-size:1.05rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action-toast-detail{font-size:.95rem;opacity:.85}.action-toast-positive{border-color:#6fae60}.action-toast-positive .action-toast-detail{color:#8ac926}.action-toast-negative{border-color:#b9394a}.action-toast-negative .action-toast-detail{color:#ff8f96}.action-toast-celebration{border-color:#c99a2e;box-shadow:0 8px 26px #0000008c,0 0 26px #c99a2e8c;animation:action-toast-in .22s cubic-bezier(.34,1.56,.64,1),action-toast-celebrate-pulse .7s ease-in-out 2,action-toast-out .26s ease-in 2.34s forwards}@keyframes action-toast-celebrate-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}
