.diceRoller_container__ENuRh{max-width:700px;margin:0 auto;padding:2rem 1rem}.diceRoller_title__udczJ{font-size:2rem;font-weight:700;color:#1e3a5f;margin-bottom:.5rem;text-align:center}.diceRoller_description__EkYYO{color:#64748b;text-align:center;margin-bottom:2rem}.diceRoller_controls__YtLyv{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-end;justify-content:center;margin-bottom:2rem}.diceRoller_controlGroup__7oobX{display:flex;flex-direction:column;gap:.5rem}.diceRoller_controlGroup__7oobX label{font-weight:500;color:#1e293b;font-size:.9rem}.diceRoller_diceTypeSelector__OD0nn{display:flex;gap:.25rem;flex-wrap:wrap}.diceRoller_diceTypeBtn__4errh{padding:.5rem .75rem;background:#eff6ff;border:2px solid rgba(0,0,0,0);border-radius:8px;font-size:.85rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.diceRoller_diceTypeBtn__4errh:hover{border-color:#2563eb;color:#2563eb}.diceRoller_diceTypeBtn__4errh.diceRoller_active__lIzz3{background:#f0f7ff;border-color:#2563eb;color:#2563eb}.diceRoller_countInput__E5dlF{width:70px;padding:.5rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;text-align:center;transition:border-color .2s ease}.diceRoller_countInput__E5dlF:focus{outline:none;border-color:#2563eb}.diceRoller_rollBtn__Vrzqk{padding:.75rem 2rem;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.diceRoller_rollBtn__Vrzqk:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 14px rgba(37,99,235,.25)}.diceRoller_rollBtn__Vrzqk:active:not(:disabled){transform:translateY(0)}.diceRoller_rollBtn__Vrzqk:disabled{opacity:.7;cursor:not-allowed}.diceRoller_resultSection__t4131{background:#f8fafc;border-radius:16px;padding:2rem;border:1px solid #e2e8f0;text-align:center;margin-bottom:2rem}.diceRoller_diceResults__bAH_h{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem}.diceRoller_die__G9bbr{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffffff,#eff6ff);border:3px solid #2563eb;border-radius:12px;font-size:1.5rem;font-weight:700;color:#2563eb;box-shadow:0 4px 14px rgba(37,99,235,.25);transition:transform .1s}.diceRoller_die__G9bbr.diceRoller_rolling__oIWZ1{animation:diceRoller_roll__uasxW .1s infinite}@keyframes diceRoller_roll__uasxW{0%,to{transform:rotate(0deg)}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}}.diceRoller_total__1XVUZ{font-size:1.2rem;color:#1e293b}.diceRoller_total__1XVUZ strong{font-size:1.5rem;color:#2563eb}.diceRoller_historySection___QHRH{background:#f8fafc;border-radius:12px;padding:1rem;border:1px solid #e2e8f0}.diceRoller_historyHeader__mUdqH{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.diceRoller_historyHeader__mUdqH h3{margin:0;font-size:1rem;color:#1e293b}.diceRoller_clearBtn__8bPyy{padding:.25rem .75rem;background:#eff6ff;color:#2563eb;border:none;border-radius:8px;font-size:.8rem;cursor:pointer;transition:background .2s ease}.diceRoller_clearBtn__8bPyy:hover{background:#f0f7ff}.diceRoller_historyList__hEHXB{display:flex;flex-direction:column;gap:.5rem}.diceRoller_historyItem__fc1q3{display:flex;gap:.75rem;padding:.5rem .75rem;background:#fff;border-radius:8px;font-size:.9rem;align-items:center}.diceRoller_historyDice__10Gai{font-weight:600;color:#2563eb;min-width:50px}.diceRoller_historyResults__c0nQb{color:#64748b;flex:1 1}.diceRoller_historyTotal__PUiiW{font-weight:600;color:#1e293b}@media(max-width:600px){.diceRoller_container__ENuRh{padding:1rem}.diceRoller_title__udczJ{font-size:1.5rem}.diceRoller_controls__YtLyv{flex-direction:column;align-items:stretch}.diceRoller_diceTypeSelector__OD0nn{justify-content:center}.diceRoller_controlGroup__7oobX{align-items:center}.diceRoller_die__G9bbr{width:50px;height:50px;font-size:1.3rem}}