.dice-controls[data-astro-cid-mjb6tcjl]{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.dice-type-selector[data-astro-cid-mjb6tcjl]{display:flex;flex-direction:column;gap:.75rem}.dice-type-selector[data-astro-cid-mjb6tcjl] label[data-astro-cid-mjb6tcjl]{font-weight:600;font-size:1rem;color:var(--text-primary)}.dice-buttons[data-astro-cid-mjb6tcjl]{display:flex;flex-wrap:wrap;gap:.5rem}.dice-btn[data-astro-cid-mjb6tcjl]{padding:.75rem 1.25rem;border:2px solid var(--color-primary);background:#fff;color:var(--color-primary);border-radius:var(--roundness);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.dice-btn[data-astro-cid-mjb6tcjl]:hover,.dice-btn[data-astro-cid-mjb6tcjl].active{background:var(--color-primary);color:#fff}.dice-count[data-astro-cid-mjb6tcjl]{display:flex;flex-direction:column;gap:.5rem}.dice-count[data-astro-cid-mjb6tcjl] label[data-astro-cid-mjb6tcjl]{font-weight:600;font-size:1rem;color:var(--text-primary)}.dice-count[data-astro-cid-mjb6tcjl] input[data-astro-cid-mjb6tcjl]{padding:.75rem;border:2px solid var(--border-color);border-radius:var(--roundness);font-size:1rem;width:100px}.dice-results[data-astro-cid-mjb6tcjl]{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0;justify-content:center}.dice-face[data-astro-cid-mjb6tcjl]{width:3rem;height:3rem;background:var(--color-primary);color:#fff;border-radius:var(--roundness);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;animation:rollIn .3s ease}@keyframes rollIn{0%{transform:scale(0) rotate(180deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}#totalValue[data-astro-cid-mjb6tcjl]{font-size:2rem;font-weight:700;color:var(--color-primary);margin-top:1rem}#resultDetail[data-astro-cid-mjb6tcjl]{margin-top:.5rem;font-size:.875rem;color:var(--text-secondary)}
