.DiceRoller_container__0HzYw,.DiceRoller_controls___C1Kb{display:flex;flex-direction:column;gap:1rem}.DiceRoller_controls___C1Kb{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.DiceRoller_inputGroup__jgb_2{display:flex;flex-direction:column;gap:.75rem}.DiceRoller_inputGroup__jgb_2 label{font-size:.95rem;font-weight:500;color:var(--text-primary)}.DiceRoller_rangeInput__IzXlW{-webkit-appearance:none;width:100%;height:6px;background:var(--border-color);border-radius:3px;outline:none;cursor:pointer}.DiceRoller_rangeInput__IzXlW::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--brand-primary);cursor:pointer;transition:transform .1s}.DiceRoller_rangeInput__IzXlW::-webkit-slider-thumb:hover{transform:scale(1.15)}.DiceRoller_styleGroup__8hqUn{display:flex;flex-direction:column;gap:.75rem}.DiceRoller_styleGroup__8hqUn label{font-size:.95rem;font-weight:500;color:var(--text-primary)}.DiceRoller_radioGroup__M2rKt{display:flex;flex-wrap:wrap;gap:1rem}.DiceRoller_radioLabel__zvzRu{display:flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none}.DiceRoller_radioLabel__zvzRu input[type=radio]{appearance:none;width:1.15rem;height:1.15rem;border:2px solid var(--border-color);border-radius:50%;outline:none;cursor:pointer;background:transparent;transition:all .2s;position:relative}.DiceRoller_radioLabel__zvzRu input[type=radio]:checked{border-color:var(--brand-primary)}.DiceRoller_radioLabel__zvzRu input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.55rem;height:.55rem;border-radius:50%;background:var(--brand-primary)}.DiceRoller_radioText__lMgJk{color:var(--text-secondary);font-size:.95rem}.DiceRoller_radioLabel__zvzRu input[type=radio]:checked~.DiceRoller_radioText__lMgJk{color:var(--brand-primary);font-weight:600}.DiceRoller_generateBtn__w2WZ_{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;background:var(--brand-primary);color:#000;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.DiceRoller_generateBtn__w2WZ_:hover:not(:disabled){background:var(--brand-primary-hover);transform:translateY(-1px)}.DiceRoller_generateBtn__w2WZ_:disabled{opacity:.7;cursor:not-allowed}.DiceRoller_spinning__Ixmfl{animation:DiceRoller_spin__Ptmmc .6s linear infinite}@keyframes DiceRoller_spin__Ptmmc{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.DiceRoller_resultsArea__vhPyJ{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.DiceRoller_resultsTitle__zJKuj{font-size:1.2rem;font-weight:600;color:var(--text-primary);align-self:flex-start;width:100%;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.DiceRoller_diceGrid__Q5DaO{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.DiceRoller_die__YNV9G{width:80px;height:80px;background:var(--bg-secondary);border:2px solid var(--brand-primary);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:var(--brand-primary);box-shadow:0 4px 12px rgba(0,0,0,.05)}.DiceRoller_rollingDie__e9oYX{animation:DiceRoller_shake__COrue .4s ease-in-out infinite alternate;color:var(--text-secondary);border-color:var(--border-color)}@keyframes DiceRoller_shake__COrue{0%{transform:translate(1px,1px) rotate(0deg)}25%{transform:translate(-1px,-2px) rotate(-5deg)}50%{transform:translate(-3px) rotate(5deg)}75%{transform:translate(3px,2px) rotate(0deg)}to{transform:translate(1px,-1px) rotate(-5deg)}}.DiceRoller_totalArea__YbfHo{font-size:1.25rem;color:var(--text-secondary);background:var(--bg-secondary);padding:1rem 2rem;border-radius:8px;border:1px solid var(--border-color)}.DiceRoller_totalArea__YbfHo strong{color:var(--brand-primary);font-size:1.5rem}