.voucher-modal-content{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:480px;max-height:80vh;animation:.25s ease-out modalSlideIn;display:flex;box-shadow:0 8px 32px #00000026}.voucher-modal-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.voucher-modal-title{color:#111827;margin:0;font-size:18px;font-weight:700}.voucher-modal-close-btn{color:#6b7280;cursor:pointer;background-color:#0000;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.voucher-modal-close-btn:hover{color:#dc2626;background-color:#fee2e2}.voucher-modal-body{flex:1;padding:20px 24px;overflow-y:auto}.voucher-modal-body::-webkit-scrollbar{width:6px}.voucher-modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.voucher-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.voucher-modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.voucher-input-section{margin-bottom:24px}.voucher-input-wrapper{gap:8px;display:flex}.voucher-input{color:#111827;border:2px solid #e5e7eb;border-radius:8px;flex:1;padding:10px 14px;font-family:monospace;font-size:14px;transition:all .15s}.voucher-input:focus{border-color:#ea580c;outline:none;box-shadow:0 0 0 3px #ea580c1a}.voucher-input::placeholder{color:#9ca3af;font-family:inherit}.voucher-apply-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#ea580c;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .15s}.voucher-apply-btn:hover{background-color:#c2410c;transform:translateY(-1px);box-shadow:0 2px 8px #ea580c4d}.voucher-apply-btn:active{transform:translateY(0)}.voucher-error-message{color:#dc2626;margin-top:6px;font-size:12px;display:block}.voucher-list-section{margin-top:0}.voucher-list-title{color:#374151;margin-bottom:12px;font-size:14px;font-weight:600}.voucher-list{flex-direction:column;gap:12px;display:flex}.voucher-card{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:2px solid #fed7aa;border-radius:10px;padding:16px;transition:all .2s}.voucher-card:hover{border-color:#fb923c;transform:translateY(-2px);box-shadow:0 4px 12px #fb923c26}.voucher-card-content{justify-content:space-between;gap:12px;display:flex}.voucher-card-left{flex:1}.voucher-card-name{color:#ea580c;margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.3}.voucher-card-description{color:#6b7280;margin-bottom:10px;font-size:13px;line-height:1.5}.voucher-card-code{color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:6px 12px;font-family:monospace;font-size:13px;font-weight:600;display:inline-block}.voucher-card-right{align-items:center;display:flex}.voucher-use-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#ea580c;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s}.voucher-use-btn:hover{background-color:#c2410c;transform:scale(1.05)}.voucher-use-btn:active{transform:scale(.98)}.voucher-loading-state{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px 20px;display:flex}.voucher-spinner{border:3px solid #fed7aa;border-top-color:#ea580c;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.voucher-loading-text{color:#6b7280;font-size:14px}.voucher-empty-state{text-align:center;padding:32px 20px}.voucher-empty-icon{opacity:.5;margin-bottom:12px;font-size:48px}.voucher-empty-text{color:#6b7280;font-size:14px}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:640px){.voucher-modal-content{border-radius:12px;max-width:95vw;max-height:85vh}.voucher-modal-header{padding:16px 20px}.voucher-modal-title{font-size:16px}.voucher-modal-body{padding:16px 20px}.voucher-input-section{margin-bottom:20px}.voucher-input-wrapper{gap:6px}.voucher-input{padding:9px 12px;font-size:13px}.voucher-apply-btn{padding:9px 16px;font-size:13px}.voucher-card{padding:14px}.voucher-card-name{font-size:14px}.voucher-card-description{font-size:12px}.voucher-card-code{padding:5px 10px;font-size:12px}.voucher-use-btn{padding:7px 14px;font-size:12px}}@media (max-width:380px){.voucher-modal-content{border-radius:0;max-width:100vw;max-height:100vh}.voucher-card-content{flex-direction:column}.voucher-card-right{justify-content:flex-start}.voucher-use-btn{width:100%}}
