.casino-bonus-calculator{max-width:500px;margin:2rem auto;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.cbc-theme-dark{background:#1f2937;color:#fff}.cbc-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.cbc-icon{width:2rem;height:2rem;color:#4f46e5}.cbc-title{font-size:1.5rem;font-weight:600;margin:0}.cbc-form{display:flex;flex-direction:column;gap:1.5rem}.cbc-input-group{display:flex;flex-direction:column;gap:.5rem}.cbc-input-group label{font-size:.875rem;font-weight:500}.cbc-input-wrapper{position:relative}.cbc-currency-symbol,.cbc-percent-symbol{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280}.cbc-input-wrapper input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.cbc-calculate-button{background:#4f46e5;color:#fff;padding:.75rem;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}.cbc-calculate-button:hover{background:#4338ca}.cbc-results{margin-top:2rem;padding:1.5rem;background:#f3f4f6;border-radius:.5rem}.cbc-result-item{display:flex;justify-content:space-between;margin-bottom:1rem}.cbc-progress-container{margin-top:1rem}.cbc-progress-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.cbc-progress-bar{height:.5rem;background:#e5e7eb;border-radius:9999px;overflow:hidden}.cbc-progress-fill{height:100%;background:#4f46e5;transition:width .5s ease-out}.cbc-info-box{margin-top:2rem;padding:1rem;background:#eff6ff;border-radius:.5rem;display:flex;gap:1rem;align-items:flex-start}.cbc-info-icon{width:1.25rem;height:1.25rem;color:#4f46e5;flex-shrink:0}.cbc-info-box p{margin:0;font-size:.875rem;color:#4b5563}.cbc-theme-dark .cbc-input-wrapper input{background:#374151;border-color:#4b5563;color:#fff}.cbc-theme-dark .cbc-results{background:#374151}.cbc-theme-dark .cbc-info-box{background:#374151}.cbc-theme-dark .cbc-info-box p{color:#d1d5db}@media (max-width:640px){.casino-bonus-calculator{margin:1rem;padding:1.5rem}}