#rhg-dice-app.light{background:var(--bg-light);color:var(--text-light)}#rhg-dice-app.dark .rhg-container{background:var(--bg-card-dark);box-shadow:0 0 40px rgba(76,143,255,.3)}#rhg-dice-app.light .rhg-container{background:var(--bg-card-light);box-shadow:0 10px 30px rgba(0,0,0,.1)}.rhg-dice{width:70px;height:70px;border-radius:15px;display:flex;justify-content:center;align-items:center;font-size:22px;font-weight:700;transition:.3s}#rhg-dice-app.dark .rhg-dice{background:#0f172a;border:2px solid var(--primary);box-shadow:var(--glow);color:white}#rhg-dice-app.light .rhg-dice{background:#fff;border:2px solid #ddd;color:#1e293b}#rhg-dice-app.dark .rhg-btn-option:hover{background:var(--primary);color:#fff;transform:translateY(-3px);box-shadow:0 6px 18px rgba(76,143,255,.4)}#rhg-dice-app.light .rhg-btn-option:hover{background:var(--primary);color:#fff;transform:translateY(-3px);box-shadow:0 6px 18px rgba(76,143,255,.3)}#rhg-dice-app.light .rhg-btn-option.active:hover{background:var(--primary)!important;color:#fff!important;box-shadow:0 6px 18px rgba(76,143,255,.4);transform:translateY(-3px)}#rhg-dice-app.dark .rhg-dice:hover{transform:scale(1.1);box-shadow:0 0 25px rgba(255,107,129,.8)}#rhg-dice-app.light .rhg-dice:hover{transform:scale(1.08);box-shadow:0 8px 20px rgba(0,0,0,.15)}.rhg-rolling{animation:rhgRoll .6s ease}#rhg-dice-app.dark .rhg-btn-option{background:0 0;border:1px solid var(--primary);color:white}#rhg-dice-app.light .rhg-btn-option{background:#fff;border:1px solid #ccc}#rhg-dice-app.dark .rhg-history{background:#0f172a;border:1px solid #334155}#rhg-dice-app.light .rhg-history{background:#f1f5f9;border:1px solid #ddd}#rhg-dice-app.dark{color:#fff}#rhg-dice-app.dark *{color:#fff!important}@media (max-width:600px){.rhg-dice{width:55px;height:55px;font-size:18px}}