*{box-sizing:border-box}:root{--bg-1:#120708;--bg-2:#2a1113;--panel:#140a0beb;--panel-2:#251413f0;--line:#ffa60038;--text:#fff;--muted:#d0c7c1;--orange:#ff9800;--orange-dark:#de7600;--cyan:#15c3e8;--black-soft:#1b1313}html,body,#root{width:100%;min-height:100%;margin:0}body{color:var(--text);background:radial-gradient(circle at top left, #ff98001f, transparent 25%), radial-gradient(circle at top right, #15c3e81f, transparent 20%), linear-gradient(180deg, var(--bg-2), var(--bg-1));font-family:Inter,Arial,sans-serif}button{font-family:inherit}.app{min-height:100vh;padding:16px}.top-bar{justify-content:space-between;align-items:center;gap:14px;width:min(1380px,100%);margin:0 auto 16px;display:flex}.brand-box{align-items:center;gap:14px;display:flex}.brand-logo{object-fit:contain;width:70px;height:70px}.brand-label{color:var(--cyan);letter-spacing:.12em;margin:0 0 4px;font-weight:900}h1{margin:0;font-size:clamp(1.8rem,4vw,3.4rem);line-height:.95}.top-actions{gap:10px;display:flex}.ui-btn{color:#fff;cursor:pointer;border:0;border-radius:16px;padding:12px 16px;font-weight:900}.ui-btn.dark{background:linear-gradient(#2e2020,#140d0d);border:1px solid #ffffff0f}.ui-btn.orange{color:#2b1600;background:linear-gradient(#ffb131,#e37d00)}.main-shell{grid-template-columns:260px minmax(0,1fr) 300px;gap:16px;width:min(1380px,100%);margin:0 auto;display:grid}.side-panel,.board-card,.game-header{background:var(--panel);border:1px solid var(--line);border-radius:26px;box-shadow:0 16px 34px #00000057}.side-panel{padding:16px}.panel-title{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.panel-title span{color:var(--muted);font-weight:700}.players-panel{flex-direction:column;gap:10px;display:flex}.player-card{background:var(--panel-2);border:1px solid #ffffff0f;border-radius:18px;align-items:center;gap:12px;padding:12px;display:flex}.player-card.active{border-color:#ff980099;box-shadow:0 0 0 1px #ff980029}.player-dot{border-radius:50%;width:16px;height:16px}.player-dot.red{background:#d94234}.player-dot.green{background:#26a953}.player-dot.blue{background:#2288dc}.player-dot.yellow{background:#d8b21d}.player-info strong{display:block}.player-info p{color:var(--muted);margin:4px 0 0;font-size:.85rem}.center-stage{min-width:0}.game-header{justify-content:space-between;align-items:center;margin-bottom:14px;padding:14px 18px;display:flex}.game-header p{color:var(--muted);margin:0 0 4px}.turn-badge{color:#ffb131;background:#ff98001f;border:1px solid #ff980047;border-radius:999px;padding:10px 14px;font-weight:900}.board-card{padding:10px;overflow:hidden}.phaser-container{border-radius:20px;width:100%;height:min(72vh,760px);min-height:520px;overflow:hidden}.dice-panel{flex-direction:column;display:flex}.dice-area{padding:10px 0 14px}.dice-row{justify-content:center;gap:14px;margin-bottom:10px;display:flex}.dice-face{cursor:pointer;background:linear-gradient(145deg,#f3f3f3,#cdd1d7);border:0;border-radius:20px;grid-template-columns:repeat(3,1fr);gap:4px;width:84px;height:84px;padding:12px;display:grid;box-shadow:0 10px #7a7f85,0 16px 28px #0000004d}.dice-face.selected{outline:4px solid #ff9800;transform:translateY(-3px)}.dice-face:disabled{opacity:.55;cursor:default}.pip{background:0 0;border-radius:50%;place-self:center;width:10px;height:10px}.pip.active{background:#222}.dice-help{text-align:center;color:var(--muted);min-height:36px;font-weight:700}.roll-button{color:#2b1600;cursor:pointer;background:linear-gradient(#ffb131,#dd7600);border:0;border-radius:18px;width:100%;padding:16px;font-size:1rem;font-weight:900;box-shadow:0 8px #a65700}.roll-button.disabled{opacity:.7;cursor:not-allowed}.move-hint{color:#ffe3ba;background:#ff980014;border:1px solid #ff98002e;border-radius:16px;min-height:72px;margin:16px 0 0;padding:12px 14px;line-height:1.35}@keyframes diceRoll{0%{transform:rotate(0)scale(1)}25%{transform:rotate(10deg)scale(1.08)}50%{transform:rotate(-8deg)scale(.95)}75%{transform:rotate(6deg)scale(1.05)}to{transform:rotate(0)scale(1)}}.dice-face.rolling{animation:.42s linear infinite diceRoll}@media (width<=1100px){.main-shell{grid-template-columns:1fr}.players-panel{grid-template-columns:repeat(4,minmax(160px,1fr));display:grid;overflow-x:auto}}@media (width<=700px){.top-bar{flex-direction:column;align-items:flex-start}.top-actions{grid-template-columns:repeat(3,1fr);width:100%;display:grid}.phaser-container{height:500px;min-height:500px}}@media (width<=480px){.app{padding:10px}.players-panel{grid-template-columns:repeat(4,150px)}.dice-face{width:72px;height:72px}.pip{width:8px;height:8px}.phaser-container{height:420px;min-height:420px}}
