.limit-section{background:#fff;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.1);max-width:480px;overflow:hidden;padding:38px 30px;position:relative;text-align:center;width:100%}.limit-section:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.limit-section .status-badge{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);border-radius:20px;box-shadow:0 4px 12px hsla(39,97%,71%,.3);color:#2d3436;display:inline-block;font-weight:600;margin-bottom:20px;padding:8px 16px}.limit-section .description{color:#636e72;line-height:1.6;margin-bottom:32px}.limit-section .countdown-container{background:#f8f9fa;border-radius:16px;margin-bottom:32px;padding:24px}.limit-section .countdown-timer{color:#667eea;display:block;font-size:48px;font-weight:800;margin-bottom:8px}.limit-section .countdown-label{color:#636e72;font-size:.95rem;font-weight:500}.limit-section .progress-container{background:#e9ecef;border-radius:10px;height:8px;margin:20px 0;overflow:hidden}.limit-section .progress-bar{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px;height:100%;transition:width 1s ease-in-out;width:0}.limit-section .info-text{color:#636e72;font-size:.9rem;margin-bottom:24px}.limit-section .buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.limit-section .btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-weight:500;gap:8px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.limit-section .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px rgba(102,126,234,.3);color:#fff}.limit-section .btn-primary:hover{box-shadow:0 6px 20px rgba(102,126,234,.4);transform:translateY(-2px)}.limit-section .btn-secondary{background:#f8f9fa;border:2px solid #e9ecef;color:#636e72}.limit-section .btn-secondary:hover{background:#e9ecef;border-color:#dee2e6}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:575px){.limit-section{margin:10px;padding:32px 24px}.limit-section .countdown-timer{font-size:36px}.limit-section .buttons{flex-direction:column}.limit-section .btn{justify-content:center;width:100%}}