:root{--primary-color:#4a6bff;--secondary-color:#ff6b6b;--tertiary-color:#3b56cd;--background-color:#fff;--text-color:#333;--light-gray:#f5f5f5;--gray:#6c757d;--dark-gray:#4b5563;--border-color:#ccc;--white:#fff;--black:#000;--hover-primary-color:#4665f2;--gradient-end-color:#eaf0ff;--footer-bg-color:#f8f9fa;--coin-gold:gold;--coin-orange:orange;--semi-transparent-white:#fff3;--disabled-color:#9ca3af;--disabled-text-color:#6b7280;--article-meta-color:#6c6c6c;--spinner-accent-color:#4a6bff4d;--shadow-color:#0000001a;--text-shadow-color:#00000040;--focus-shadow-color:#4a6bff33;--hover-shadow-color:#00000026;--active-shadow-color:#0000001a;--border-radius:14px;--rounded-border-radius:20px;--box-shadow:0 4px 6px var(--shadow-color);--container-max-width:800px;--footer-background:#f8f9fa;--footer-heading-color:#2c3e50;--footer-link-color:#4a5568;--footer-link-hover-color:#2b6cb0;--footer-text-color:#718096;--footer-border-color:#e2e8f0}.dice{align-items:center;background:var(--white);border-radius:10px;box-shadow:0 0 10px var(--shadow-color);display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;position:relative;transition:transform .3s ease;width:60px}.dice.rolling{animation:roll .5s ease-in-out}@keyframes roll{0%{transform:rotate(0) translateY(0)}15%{transform:rotate(-30deg) translateY(-15px)}30%{transform:rotate(30deg) translateY(0)}45%{transform:rotate(-30deg) translateY(-15px)}60%{transform:rotate(30deg) translateY(0)}75%{transform:rotate(-30deg) translateY(-15px)}90%{transform:rotate(30deg) translateY(0)}to{transform:rotate(0) translateY(0)}}.dice .dot{background:var(--text-color);border-radius:50%;height:12px;opacity:0;position:absolute;width:12px}.dice .dot-1{left:8px;top:8px}.dice .dot-2{left:24px;top:8px}.dice .dot-3{right:8px;top:8px}.dice .dot-4{left:24px;top:24px}.dice .dot-5{bottom:8px;left:8px}.dice .dot-6{bottom:8px;left:24px}.dice .dot-7{bottom:8px;right:8px}.dice-1 .dot-4,.dice-2 .dot-1,.dice-2 .dot-7,.dice-3 .dot-1,.dice-3 .dot-4,.dice-3 .dot-7,.dice-4 .dot-1,.dice-4 .dot-3,.dice-4 .dot-5,.dice-4 .dot-7,.dice-5 .dot-1,.dice-5 .dot-3,.dice-5 .dot-4,.dice-5 .dot-5,.dice-5 .dot-7,.dice-6 .dot-1,.dice-6 .dot-2,.dice-6 .dot-3,.dice-6 .dot-5,.dice-6 .dot-6,.dice-6 .dot-7{opacity:1}.answer-content{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;min-height:60px}
