:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#23211d;background:#f7f3ea;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{border:0;font:inherit}.start-screen,.game-screen{min-height:100vh;background:#f7f3ea}.start-screen{display:grid;place-items:center;padding:32px}.start-card{width:min(620px,100%);padding:48px;border:2px solid #ddd3bf;border-radius:8px;background:#fffdf8;text-align:center}.start-card h1{margin:0;font-size:72px;line-height:1}.start-card p{margin:18px 0 32px;font-size:24px;color:#5d574d}.start-actions{display:grid;gap:16px}.primary-button,.secondary-button{min-height:64px;border-radius:8px;padding:0 28px;font-size:24px;font-weight:800;cursor:pointer}.primary-button{background:#b9202f;color:#fff;box-shadow:0 5px #821722}.secondary-button{background:#fffaf0;color:#2d2923;border:2px solid #d4c8b3}.primary-button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.game-screen{display:grid;grid-template-columns:minmax(580px,1fr) 340px;gap:24px;align-items:center;padding:24px}.board-shell{display:grid;place-items:center}.board{width:min(78vh,100%);max-width:820px;aspect-ratio:1;filter:drop-shadow(0 12px 22px rgb(48 39 24 / .16))}.board-background{fill:#fffdf8;stroke:#40392f;stroke-width:.8}.home-area{opacity:.18;stroke-width:.6}.home-slot{fill:#fffdf8;stroke:#6b6255;stroke-width:.35}.cell{fill:#fffaf0;stroke:#625a4e;stroke-width:.35}.safe-cell{fill:#d7efe7;stroke:#25795f;stroke-width:.5}.finish-cell{opacity:.35;stroke:#222;stroke-width:.2}.goal{fill:#efe5d2;stroke:#40392f;stroke-width:.6}.piece{outline:none}.piece circle:first-child{stroke:#2d2923;stroke-width:.45}.selectable-piece{cursor:pointer}.selectable-piece circle:first-child{stroke:#111;stroke-width:.85;filter:drop-shadow(0 0 2px #fff)}.piece-shine{fill:#ffffff9e;pointer-events:none}.piece-red{fill:#cf2838;color:#cf2838}.piece-yellow{fill:#f0c331;color:#f0c331}.piece-blue{fill:#246fb8;color:#246fb8}.piece-green{fill:#27885e;color:#27885e}.status-panel{display:grid;gap:24px;align-content:center;min-height:calc(100vh - 48px);padding:28px;border-radius:8px;background:#fffdf8;border:2px solid #ddd3bf}.eyebrow{margin:0 0 6px;font-size:18px;font-weight:800;color:#6b6255;text-transform:uppercase}.status-panel h2{margin:0;font-size:36px;line-height:1.08}.main-message,.hint{margin:0;font-size:24px;line-height:1.25}.main-message{min-height:64px;font-weight:700}.hint{color:#5d574d}.dice-panel{display:grid;gap:18px}.dice{display:grid;place-items:center;width:132px;height:132px;border-radius:8px;background:#fff;border:4px solid #2d2923;font-size:72px;font-weight:900}@media(max-width:820px){.game-screen{grid-template-columns:1fr}.status-panel{min-height:auto}}
