body{background-color:#f4f6f8;font-family:'Segoe UI',Arial,sans-serif}footer,header{background-color:#1f2937;color:#fff;padding:1rem 0}header h1{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.2rem}header h2{font-size:1.2rem;font-weight:400;text-align:center;color:#cbd5e1;margin-top:0}main{padding:2rem 1rem}.ad-placeholder{background-color:#e2e8f0;border:2px dashed #94a3b8;display:flex;justify-content:center;align-items:center;color:#64748b;text-align:center;min-height:90px;margin-bottom:1rem;font-weight:500}.ad-sidebar{min-height:250px}.dice-container{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.dice-img{width:60px;height:60px;transition:transform .8s ease-in-out}.rolling{animation:shake .8s}@keyframes shake{0%{transform:rotate(0)}25%{transform:rotate(15deg)}50%{transform:rotate(-15deg)}75%{transform:rotate(10deg)}100%{transform:rotate(0)}}.card{border-radius:1rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.1)}.results-total{font-size:1.5rem;font-weight:600;text-align:center;margin-top:1rem}.social-share button{margin-right:.5rem}