@charset "UTF-8";.floating-cart{width:65px;height:65px;border-radius:50%;background:#ff8c42;display:flex;align-items:center;justify-content:center;box-shadow:0 -4px 10px #0000001a;z-index:100;text-decoration:none;transition:all .3s ease;animation:floatBounce 2s ease-in-out infinite;position:relative;margin-top:-20px;border:5px solid #eaf6ff}.floating-cart:hover{transform:scale(1.1);box-shadow:0 -6px 15px #ff8c4280;background:#ff9d5c}.floating-cart:active{transform:scale(.95)}.floating-cart-icon{font-size:32px;line-height:1}.floating-cart-badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;font-size:12px;font-weight:700;min-width:22px;height:22px;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 5px;box-shadow:0 2px 8px #ef444466;border:2px solid white}@keyframes floatBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.customer-date-range .date-input-wrapper select,.customer-date-range .date-input-wrapper .customer-select{width:100%;padding:.6rem 2.5rem .6rem .75rem;border:2px solid var(--customer-border);border-radius:var(--customer-radius-md);font-size:.9rem;background-color:var(--customer-bg-card);color:var(--customer-text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}.statement-bg{margin-left:0;margin-right:0;padding:10px;border-radius:14px}.customer-stmt-head{background-color:#2cb5e8;border-radius:5px;padding:.5rem;display:flex;align-items:center;color:#fff;font-weight:700;text-align:center;font-size:.9rem}.customer-stmt-row{display:flex;align-items:center;flex-wrap:wrap;margin-top:.5rem;margin-bottom:.5rem;border-radius:5px;padding:.5rem;background-color:#f8faf9;color:#64666d;font-size:.9rem;text-align:center;box-shadow:#62eae933 0 7px 29px}.statement-item{margin:.25rem!important;border:1px solid #066789;border-radius:5px;background-color:#fff;padding:10px}.statement-item .head-text{font-weight:500}.statement-item .date-text,.statement-item .content-text{font-weight:400}.statement-from:after{content:"≫";font-size:20px;position:absolute;right:-10px;top:5px;color:#007bff}.statement-price{font-weight:700;font-size:20px;color:#007bff}.sale-summary{text-align:center;background-color:#fff;margin:10px;border-radius:15px;padding:5px}@media(prefers-color-scheme:dark){.customer-stmt-head{background-color:#1e40af}.customer-stmt-row{background-color:#334155;color:#e2e8f0;box-shadow:#60a5fa33 0 7px 29px}.statement-item{background-color:#1e293b;border-color:#60a5fa;color:#f1f5f9}.statement-item .head-text{color:#f1f5f9}.statement-item .date-text{color:#cbd5e1}.statement-item .content-text{color:#e2e8f0}.statement-from:after{color:#60a5fa}.statement-price{color:#60a5fa}.sale-summary{background-color:#1e293b;color:#f1f5f9}}.customer-date-range .date-input-wrapper select,.customer-date-range .date-input-wrapper .customer-select{width:100%;padding:.6rem 2.5rem .6rem .75rem;border:2px solid var(--customer-border);border-radius:var(--customer-radius-md);font-size:.9rem;background-color:var(--customer-bg-card);color:var(--customer-text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}.cart-page{min-height:100vh;background:var(--customer-bg);padding:1rem;padding-bottom:160px}.cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--customer-border)}.cart-header h1{font-size:1.5rem;font-weight:700;color:var(--customer-text-primary);margin:0}.cart-header .cart-count{font-size:.9rem;color:var(--customer-text-secondary);background:var(--customer-bg-card);padding:.25rem .75rem;border-radius:var(--customer-radius-full);border:1px solid var(--customer-border)}.cart-empty{text-align:center;padding:4rem 1rem}.cart-empty .cart-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.cart-empty h2{font-size:1.5rem;color:var(--customer-text-primary);margin-bottom:.5rem}.cart-empty p{color:var(--customer-text-muted);margin-bottom:2rem}.cart-empty .btn-shop-now{background:var(--customer-gradient-primary);color:#fff;border:none;padding:1rem 2.5rem;border-radius:var(--customer-radius-full);font-weight:600;font-size:1.1rem;cursor:pointer;box-shadow:0 4px 15px #4f46e54d;transition:all var(--customer-transition-fast)}.cart-empty .btn-shop-now:hover{transform:scale(1.05);box-shadow:0 6px 20px #4f46e566}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.cart-item{background:var(--customer-bg-card);border-radius:var(--customer-radius-lg);padding:1rem;display:flex;gap:1rem;border:1px solid var(--customer-border);box-shadow:var(--customer-shadow-sm);transition:all var(--customer-transition-fast)}.cart-item:hover{border-color:var(--customer-primary-light);box-shadow:var(--customer-shadow-md)}.cart-item-image{width:70px;height:70px;border-radius:var(--customer-radius-md);overflow:hidden;flex-shrink:0;background:var(--customer-bg)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-image .cart-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;background:linear-gradient(135deg,#4f46e51a,#7c3aed0d)}.cart-item-details{flex:1;min-width:0}.cart-item-details .cart-item-name{font-size:1rem;font-weight:600;color:var(--customer-text-primary);margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-details .cart-item-variant{font-size:.85rem;color:var(--customer-text-muted);margin:0 0 .25rem}.cart-item-details .cart-item-price{font-size:.9rem;color:var(--customer-primary);font-weight:600;margin:0}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:var(--customer-bg);border-radius:var(--customer-radius-full);padding:.25rem}.quantity-controls .qty-btn{width:28px;height:28px;border-radius:50%;border:none;background:var(--customer-gradient-primary);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--customer-transition-fast)}.quantity-controls .qty-btn:hover:not(:disabled){transform:scale(1.1)}.quantity-controls .qty-btn:disabled{opacity:.5;cursor:not-allowed;background:var(--customer-text-muted)}.quantity-controls .qty-value{min-width:24px;text-align:center;font-weight:600;color:var(--customer-text-primary)}.cart-item-subtotal{font-size:1.1rem;font-weight:700;color:var(--customer-text-primary)}.btn-remove{background:var(--customer-error, #ef4444);border:none;font-size:.8rem;font-weight:600;color:#fff;cursor:pointer;padding:.4rem .8rem;border-radius:var(--customer-radius-sm, 4px);transition:all var(--customer-transition-fast)}.btn-remove:hover{background:#dc2626;transform:translateY(-1px)}.cart-footer{position:fixed;bottom:75px;left:1rem;right:1rem;background:var(--customer-bg-card);padding:1rem 1.25rem;border-radius:var(--customer-radius-lg);box-shadow:0 8px 30px #00000026;border:1px solid var(--customer-border);z-index:900}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--customer-border)}.cart-total .total-label{font-size:1rem;font-weight:600;color:var(--customer-text-secondary)}.cart-total .total-amount{font-size:1.5rem;font-weight:700;color:var(--customer-primary)}.cart-actions{display:flex;gap:1rem}.cart-actions .btn-clear-cart{flex:1;padding:.85rem;border:1px solid var(--customer-border);background:transparent;border-radius:var(--customer-radius-md);font-weight:600;color:var(--customer-text-secondary);cursor:pointer;transition:all var(--customer-transition-fast);font-size:.9rem}.cart-actions .btn-clear-cart:hover{border-color:var(--customer-error);color:var(--customer-error);background:#ef44440d}.cart-actions .btn-checkout{flex:2;padding:.85rem;background:var(--customer-gradient-primary);border:none;border-radius:var(--customer-radius-md);font-weight:700;font-size:1.1rem;color:#fff;cursor:pointer;box-shadow:0 4px 15px #4f46e54d;transition:all var(--customer-transition-fast)}.cart-actions .btn-checkout:hover{transform:translateY(-2px);box-shadow:0 6px 25px #4f46e566}@media(min-width:768px){.cart-page{max-width:800px;margin:0 auto;padding:2rem;position:relative}.cart-footer{max-width:760px;left:50%;transform:translate(-50%);bottom:2rem}}.btn-pay{background:var(--customer-gradient-primary);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:var(--customer-radius-full);font-weight:600;font-size:.85rem;cursor:pointer;transition:all var(--customer-transition-fast);box-shadow:0 4px 15px #4f46e54d}.btn-pay:hover{transform:scale(1.05);box-shadow:0 6px 20px #4f46e566}.btn-pay:active{transform:scale(.98)}.btn-processing{background:var(--customer-gradient-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:var(--customer-radius-full);font-weight:600;font-size:.8rem;cursor:pointer;display:flex;align-items:center;gap:.5rem}.customer-hero-card{background:var(--customer-gradient-hero);border-radius:var(--customer-radius-xl);padding:1.5rem}@media(max-width:375px){.customer-hero-card{padding:1.25rem 1rem}}.customer-hero-card{color:#fff;position:relative;overflow:hidden;box-shadow:var(--customer-shadow-lg),var(--customer-shadow-glow);margin-bottom:1.5rem;animation:pulse-subtle 4s ease-in-out infinite;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.customer-hero-card:hover{transform:scale(1.02)}.customer-hero-card:before,.customer-hero-card:after{content:"";position:absolute;border-radius:50%;background:#ffffff1a}.customer-hero-card:before{width:150px;height:150px;top:-50px;right:-30px}.customer-hero-card:after{width:100px;height:100px;bottom:-30px;left:-20px}.customer-hero-card-content{position:relative;z-index:1}.customer-hero-card-label{font-size:.85rem;opacity:.9;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.customer-hero-card-amount{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}@media(max-width:375px){.customer-hero-card-amount{font-size:2rem}}.customer-hero-card-amount .currency-symbol{font-size:1.5rem;vertical-align:super;margin-right:4px}.customer-hero-card-info{display:flex;gap:1rem;font-size:.85rem;opacity:.9}.customer-glass-card{background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:var(--customer-radius-lg);padding:1.25rem;box-shadow:var(--customer-shadow-md);transition:all .3s ease}.customer-glass-card:hover{transform:translateY(-2px);box-shadow:0 10px 40px #0000001f}.customer-glass-card:hover{box-shadow:0 15px 35px #0000001a;border-color:#ffffff80}.customer-section{background:var(--customer-bg-card);border-radius:var(--customer-radius-lg);padding:1.25rem;margin-bottom:1rem;box-shadow:var(--customer-shadow-sm);border:1px solid var(--customer-border)}.customer-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--customer-bg)}.customer-section-title{font-size:1.1rem;font-weight:600;color:var(--customer-text-primary);display:flex;align-items:center;gap:.5rem}.customer-section-title .icon{width:32px;height:32px;border-radius:var(--customer-radius-sm);display:flex;align-items:center;justify-content:center;font-size:1rem}.customer-section-action{font-size:.85rem;color:var(--customer-primary);font-weight:500;text-decoration:none}.customer-section-action:hover{color:var(--customer-primary-dark)}.customer-bill-card{background:var(--customer-bg-card);border-radius:var(--customer-radius-md);padding:1rem;display:flex;align-items:center;gap:.75rem;border:1px solid var(--customer-border);transition:all var(--customer-transition-fast)}.customer-bill-card:hover{border-color:var(--customer-primary-light);box-shadow:var(--customer-shadow-sm)}.customer-bill-card-info{flex:1;min-width:0}.customer-bill-card-period{font-size:1rem;font-weight:600;color:var(--customer-text-primary);margin-bottom:.25rem}.customer-bill-card-type{font-size:.8rem;color:var(--customer-text-muted);text-transform:capitalize}.customer-bill-card-amount{font-size:1.25rem;font-weight:700;color:var(--customer-text-primary);white-space:nowrap}.customer-bill-card-amount .currency{font-size:.9rem;color:var(--customer-text-secondary)}.customer-bill-card-action{display:flex;gap:.5rem}.customer-bill-month-card{background:var(--customer-bg-card);border-radius:var(--customer-radius-lg);overflow:hidden;border:1px solid var(--customer-border);box-shadow:var(--customer-shadow-sm);transition:all var(--customer-transition-normal);margin-bottom:1rem}.customer-bill-month-card:hover{border-color:var(--customer-primary-light);box-shadow:var(--customer-shadow-md)}.customer-transaction-list{display:flex;flex-direction:column;gap:.5rem}.customer-transaction-item{background:var(--customer-bg-card);border-radius:var(--customer-radius-md);padding:1rem;display:flex;align-items:center;gap:1rem;border:1px solid var(--customer-border);transition:all var(--customer-transition-fast)}.customer-transaction-item:hover{background:var(--customer-bg)}.customer-transaction-item-icon{width:44px;height:44px;border-radius:var(--customer-radius-md);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.customer-transaction-item-icon.credit{background:#10b9811a;color:var(--customer-success)}.customer-transaction-item-icon.debit{background:#ef44441a;color:var(--customer-error)}.customer-transaction-item-icon.purchase{background:#4f46e51a;color:var(--customer-primary)}.customer-transaction-item-details{flex:1;min-width:0}.customer-transaction-item-title{font-size:.95rem;font-weight:600;color:var(--customer-text-primary);margin-bottom:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-transaction-item-meta{font-size:.8rem;color:var(--customer-text-muted)}.customer-transaction-item-amount{font-size:1.1rem;font-weight:700;text-align:right}.customer-transaction-item-amount.positive{color:var(--customer-success)}.customer-transaction-item-amount.negative{color:var(--customer-error)}.customer-transaction-item-amount.neutral{color:var(--customer-text-primary)}.customer-transaction-item-sub{font-size:.75rem;color:var(--customer-text-muted)}.customer-bill-list{display:flex;flex-direction:column;gap:.75rem}.error-popup-overlay,.success-popup-overlay,.popup-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease}.error-popup-container,.success-popup-container,.popup-container{background:#fff;border-radius:20px;max-width:500px;width:90%;box-shadow:0 20px 50px #00000040;animation:slideUp .3s ease;overflow:hidden}.error-popup-container,.success-popup-container{max-width:320px;padding:2rem 1.5rem;text-align:center;background:linear-gradient(145deg,#fff,#fafafa)}.popup-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--customer-border, #e0e0e0)}.popup-header h3{margin:0;font-size:1.25rem;color:var(--customer-text-primary, #333);font-weight:700}.close-btn{background:none;border:none;font-size:2rem;color:var(--customer-text-secondary, #999);cursor:pointer;line-height:1;padding:0;width:30px;height:30px;transition:color .2s ease}.close-btn:hover{color:var(--customer-text-primary, #333)}.error-popup-icon,.success-popup-icon{margin-bottom:1rem}.error-popup-icon{animation:shake .5s ease-in-out}.error-popup-title,.success-popup-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--customer-text-primary, #1f2937)}.error-popup-message,.success-popup-message{margin:0 0 1.5rem;font-size:1rem;color:var(--customer-text-secondary, #6b7280);line-height:1.5}.popup-body{padding:1.5rem}.timer-display{text-align:center;margin:2rem 0}.timer-label{font-size:.875rem;color:var(--customer-text-secondary, #666);margin-bottom:.5rem}.timer-value{font-size:3rem;font-weight:700;color:#ff9800;font-family:monospace}.popup-footer{padding:1rem 1.5rem;border-top:1px solid var(--customer-border, #e0e0e0);display:flex;justify-content:flex-end}.error-popup-btn,.success-popup-btn{color:#fff;border:none;border-radius:12px;padding:.875rem 2.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #0000001a}.error-popup-btn:hover,.success-popup-btn:hover{transform:translateY(-2px)}.error-popup-btn:active,.success-popup-btn:active{transform:translateY(0)}.error-popup-btn{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef44444d}.error-popup-btn:hover{box-shadow:0 6px 20px #ef444466}.success-popup-btn{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 15px #22c55e4d}.success-popup-btn:hover{box-shadow:0 6px 20px #22c55e66}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}@media(prefers-color-scheme:dark){.error-popup-container,.success-popup-container,.popup-container{background:var(--bg-card);color:var(--text-primary);box-shadow:0 20px 50px #00000080}.error-popup-container,.success-popup-container{background:linear-gradient(145deg,#1e293b,#0f172a)}.error-popup-message,.success-popup-message{color:var(--text-muted)}.popup-header{border-bottom-color:var(--border-medium)}.popup-header h3{color:var(--text-primary)}.timer-value{color:#fbbf24}.close-btn{color:#94a3b8}.close-btn:hover{color:#fff}}.receipt-success-header{text-align:center;padding:2rem 1rem;margin-bottom:1.5rem}.receipt-success-icon{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;animation:scaleIn .5s ease}.receipt-success-icon.success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 10px 30px #10b9814d}.receipt-success-icon.pending{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 10px 30px #f59e0b4d}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.receipt-success-title{font-size:1.75rem;font-weight:700;color:var(--customer-text-primary);margin:0 0 .5rem}.receipt-success-subtitle{font-size:1rem;color:var(--customer-text-secondary);margin:0}.receipt-card{background:var(--customer-bg-card);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 20px #00000014}.receipt-section{margin-bottom:1rem}.receipt-section:last-child{margin-bottom:0}.receipt-section-title{font-size:.875rem;font-weight:600;color:var(--customer-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.receipt-amount-section{text-align:center;padding:1rem 0}.receipt-amount-label{font-size:.875rem;color:var(--customer-text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.receipt-amount-value{font-size:2.5rem;font-weight:700;color:#10b981}.receipt-divider{height:1px;background:var(--customer-border);margin:1.5rem 0}.receipt-details{display:flex;flex-direction:column;gap:1rem}.receipt-detail-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.receipt-detail-row:last-child{margin-bottom:0}.receipt-detail-row.receipt-total-row{margin-top:.5rem;padding-top:.75rem;border-top:2px solid var(--customer-border)}.receipt-detail-row.receipt-total-row .receipt-detail-label,.receipt-detail-row.receipt-total-row .receipt-detail-value{font-size:1.125rem;font-weight:700}.receipt-detail-label{font-size:.875rem;color:var(--customer-text-secondary);font-weight:500}.receipt-detail-value{font-size:.9375rem;color:var(--customer-text-primary);font-weight:600;text-align:right}.receipt-detail-value-small{font-size:.75rem;font-family:monospace}.receipt-detail-value-wrap{max-width:60%;word-wrap:break-word}.receipt-product-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid var(--customer-border)}.receipt-product-row:last-child{border-bottom:none}.receipt-product-info{flex:1}.receipt-product-name{font-size:.9375rem;font-weight:600;color:var(--customer-text-primary);margin-bottom:.25rem}.receipt-product-meta{font-size:.8125rem;color:var(--customer-text-secondary)}.receipt-product-total{font-size:.9375rem;font-weight:600;color:var(--customer-text-primary);margin-left:1rem}.receipt-status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.receipt-status-badge.success{background:#10b9811a;color:#10b981}.receipt-status-badge.pending{background:#f59e0b1a;color:#f59e0b}.receipt-status-badge.failed{background:#ef44441a;color:#ef4444}.receipt-status-badge.cancelled{background:#6b72801a;color:#6b7280}.receipt-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.btn-receipt-primary,.btn-receipt-secondary{width:100%;padding:1rem;border-radius:12px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.btn-receipt-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 4px 15px #4f46e54d}.btn-receipt-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.btn-receipt-secondary{background:var(--customer-bg-card);color:var(--customer-text-primary);border:2px solid var(--customer-border)}.btn-receipt-secondary:hover{background:var(--customer-bg);border-color:var(--customer-text-secondary)}:root{--customer-primary: #4f46e5;--customer-primary-light: #818cf8;--customer-primary-dark: #3730a3;--customer-secondary: #0d9488;--customer-secondary-light: #2dd4bf;--customer-accent: #f59e0b;--customer-accent-light: #fcd34d;--customer-success: var(--success);--customer-error: var(--error);--customer-warning: var(--warning);--customer-white: var(--white);--customer-bg: var(--bg-primary);--customer-bg-card: var(--bg-card);--customer-text-primary: var(--text-primary);--customer-text-secondary: var(--text-secondary);--customer-text-muted: var(--text-muted);--customer-border: var(--border-light);--customer-gradient-primary: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);--customer-gradient-secondary: linear-gradient(135deg, #0d9488 0%, #2dd4bf 100%);--customer-gradient-accent: linear-gradient(135deg, #f59e0b 0%, #fcd34d 100%);--customer-gradient-hero: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--customer-gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .6) 100%);--customer-shadow-sm: var(--shadow-sm);--customer-shadow-md: var(--shadow-md);--customer-shadow-lg: 0 10px 40px rgba(0, 0, 0, .12);--customer-shadow-xl: 0 20px 60px rgba(0, 0, 0, .15);--customer-shadow-glow: 0 0 40px rgba(79, 70, 229, .3);--customer-radius-sm: 8px;--customer-radius-md: 12px;--customer-radius-lg: 16px;--customer-radius-xl: 24px;--customer-radius-full: 9999px;--customer-transition-fast: .15s ease;--customer-transition-normal: .3s ease;--customer-transition-slow: .5s ease}[data-theme=dark]{--customer-gradient-glass: linear-gradient(135deg, rgba(30, 41, 59, .9) 0%, rgba(30, 41, 59, .6) 100%)}.customer-page{background:var(--customer-bg);min-height:100vh;padding:1rem;padding-bottom:100px}@media(min-width:768px){.customer-page{padding:2rem}}.customer-page{animation:fadeIn .4s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.customer-page-header{text-align:center;margin-bottom:1.5rem;position:relative}.customer-page-header-greeting{font-size:1rem;color:var(--customer-text-secondary);margin-bottom:.25rem;font-weight:500}.customer-page-header-title{font-size:1.75rem;font-weight:700;background:var(--customer-gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}@media(max-width:375px){.customer-page-header-title{font-size:1.4rem}}.customer-page-header-subtitle{font-size:.9rem;color:var(--customer-text-muted)}@media(max-width:375px){.customer-page-header-subtitle{font-size:.8rem}}.customer-bill-month-card{background:var(--customer-bg-card);border-radius:var(--customer-radius-xl);box-shadow:var(--customer-shadow-lg);margin-bottom:1.5rem;border:1px solid var(--customer-border);overflow:hidden;transition:all var(--customer-transition-normal);position:relative}.customer-bill-month-card:hover{transform:translateY(-4px);box-shadow:var(--customer-shadow-xl);border-color:var(--customer-primary-light)}.customer-bill-month-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--customer-gradient-primary)}.bill-month-header{padding:1.25rem 1.5rem;background:linear-gradient(to right,#4f46e50d,#fff0);border-bottom:1px solid var(--customer-border);display:flex!important;align-items:center;justify-content:space-between}.bill-month-header .bill-month-period{display:flex;align-items:center;gap:.75rem}.bill-month-header .bill-month-period .bill-month-icon{font-size:1.25rem;background:#fff;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:var(--customer-shadow-sm);color:var(--customer-primary)}.bill-month-header .bill-month-period .bill-month-text{font-size:1.1rem;font-weight:700;color:var(--customer-text-primary);margin:0}.bill-categories{padding:1.25rem 1.5rem}.bill-category-row{display:flex;justify-content:space-between;align-items:center;padding:.85rem 0;border-bottom:1px dashed var(--customer-border)}.bill-category-row:last-child{border-bottom:none}.bill-category-name{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;color:var(--customer-text-primary)}.bill-category-icon{font-size:1.1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--customer-radius-md);background:var(--customer-gradient-primary);color:#fff;box-shadow:0 2px 5px #4f46e54d}.bill-category-count{font-size:.75rem;color:var(--customer-primary);background:#4f46e51a;padding:.2rem .5rem;border-radius:var(--customer-radius-sm);font-weight:600}.bill-category-amount{font-size:1.1rem;font-weight:700;color:var(--customer-text-primary);display:flex;align-items:center;gap:2px;background:#f3f4f699;padding:.25rem .75rem;border-radius:var(--customer-radius-md)}.bill-category-amount .currency{font-size:.9rem;color:var(--customer-text-muted);font-weight:500}.bill-pay-action{padding:1.25rem 1.5rem;background:var(--customer-bg-card);display:flex;justify-content:center;border-top:1px solid var(--customer-border)}.bill-pay-action .btn-pay{background:var(--customer-gradient-primary);color:#fff;border:none;padding:.75rem 2.5rem;border-radius:var(--customer-radius-full);font-weight:600;font-size:1rem;cursor:pointer;transition:all var(--customer-transition-fast);box-shadow:0 4px 15px #4f46e566;display:flex;align-items:center;justify-content:center;gap:.5rem}.bill-pay-action .btn-pay:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e580}.bill-pay-action .btn-pay:active{transform:scale(.99)}.bill-pay-action .btn-processing{background:var(--customer-gradient-accent);color:#fff;border:none;padding:.75rem 2.5rem;border-radius:var(--customer-radius-full);font-weight:600;font-size:1rem;cursor:not-allowed;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:.9}.customer-quantity-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;background:var(--customer-gradient-primary);color:#fff;border:none;padding:1rem 2rem;border-radius:var(--customer-radius-lg);font-size:1.1rem;font-weight:600;cursor:pointer;transition:all var(--customer-transition-normal);box-shadow:0 4px 15px #4f46e54d;margin:1.5rem 0}.customer-quantity-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.customer-quantity-btn .icon{font-size:1.25rem}.customer-summary-header{background:var(--customer-gradient-primary);border-radius:var(--customer-radius-md);padding:.75rem;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:.5rem;color:#fff;font-weight:600;font-size:.85rem;text-align:center;margin-bottom:.5rem}@media(max-width:375px){.customer-summary-header{grid-template-columns:1.8fr 1fr 1fr;font-size:.75rem;padding:.5rem}}.customer-summary-row{background:var(--customer-bg-card);border-radius:var(--customer-radius-md);padding:1rem .75rem;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:.5rem;text-align:center;margin-bottom:.5rem;border:1px solid var(--customer-border);transition:all var(--customer-transition-fast)}@media(max-width:375px){.customer-summary-row{grid-template-columns:1.8fr 1fr 1fr;padding:.75rem .5rem}}.customer-summary-row:hover{border-color:var(--customer-primary-light);transform:translate(4px)}.customer-summary-row .col-date{font-size:.85rem}.customer-summary-row .col-date .date{font-weight:600;color:var(--customer-text-primary)}.customer-summary-row .col-date .time{font-size:.75rem;color:var(--customer-text-muted)}.customer-summary-row .col-qty{font-size:.9rem;color:var(--customer-text-secondary);font-weight:500}.customer-summary-row .col-price{font-size:1rem;font-weight:700;color:var(--customer-primary)}.customer-summary-total{background:var(--customer-gradient-primary);border-radius:var(--customer-radius-md);padding:1rem;display:flex;justify-content:space-between;align-items:center;margin-top:1rem;border:none}@media(max-width:375px){.customer-summary-total{padding:.75rem}}.customer-summary-total .label{font-size:1rem;color:#fffc;font-weight:500}@media(max-width:375px){.customer-summary-total .label{font-size:.85rem}}.customer-summary-total .value{font-size:1.25rem;font-weight:700;color:#fff}@media(max-width:375px){.customer-summary-total .value{font-size:1rem}}.customer-profile-header{text-align:center;padding:2rem 1rem;background:var(--customer-gradient-hero);border-radius:var(--customer-radius-xl);color:#fff;margin-bottom:1.5rem;position:relative;overflow:hidden}.customer-profile-header:before{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:#ffffff1a;top:-80px;right:-60px}.customer-profile-qr{width:180px;height:180px;background:#fff;border-radius:var(--customer-radius-lg);padding:.5rem;margin:0 auto 1rem;box-shadow:var(--customer-shadow-lg)}.customer-profile-qr img{width:100%;height:100%;object-fit:contain;border-radius:var(--customer-radius-sm)}.customer-profile-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-transform:capitalize}.customer-profile-id{font-size:.9rem;opacity:.9}.customer-profile-id span{background:#fff3;padding:.25rem .75rem;border-radius:var(--customer-radius-full);font-weight:500}.customer-profile-card-status{margin-top:1rem}.customer-profile-card-status .status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--customer-radius-full);font-size:.85rem;font-weight:600}.customer-profile-card-status .status-badge.active{background:#10b98133;color:#10b981}.customer-profile-card-status .status-badge.blocked{background:#ef444433;color:#ef4444}.customer-profile-card-status .card-token{margin-top:.5rem;font-size:.85rem;letter-spacing:2px;font-family:monospace;opacity:.9}.customer-profile-stats{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:-1rem;padding:0 1rem;position:relative;z-index:1}.customer-profile-stat-card{background:var(--customer-bg-card);border-radius:var(--customer-radius-md);padding:1rem;text-align:center;box-shadow:var(--customer-shadow-md)}.customer-profile-stat-card .stat-label{font-size:.8rem;color:var(--customer-text-muted);margin-bottom:.25rem}.customer-profile-stat-card .stat-value{font-size:1.25rem;font-weight:700;color:var(--customer-text-primary)}.customer-profile-section{background:var(--customer-bg-card);border-radius:var(--customer-radius-lg);padding:1.25rem;margin-bottom:1rem;margin-top:1rem;box-shadow:var(--customer-shadow-sm)}.customer-profile-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.customer-profile-section .section-header .section-title{font-size:1rem;font-weight:600;color:var(--customer-text-primary);display:flex;align-items:center;gap:.5rem}.customer-profile-section .section-header .section-action{font-size:.85rem;color:var(--customer-primary);font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.25rem}.customer-profile-section .section-header .section-action:hover{color:var(--customer-primary-dark)}.customer-profile-info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--customer-border)}.customer-profile-info-row:last-child{border-bottom:none}.customer-profile-info-row .info-label{font-size:.9rem;color:var(--customer-text-muted)}.customer-profile-info-row .info-value{font-size:.9rem;font-weight:500;color:var(--customer-text-primary);text-align:right;max-width:60%;word-break:break-word}.customer-schedule-current{background:linear-gradient(135deg,#4f46e51a,#7c3aed0d);border:1px solid rgba(79,70,229,.2);border-radius:var(--customer-radius-md);padding:1rem;margin-bottom:1rem}.customer-schedule-current .schedule-label{font-size:.8rem;color:var(--customer-primary);font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.customer-schedule-current .schedule-values{display:flex;justify-content:space-around}.customer-schedule-current .schedule-values .schedule-item{text-align:center}.customer-schedule-current .schedule-values .schedule-item .item-icon{font-size:1.25rem;margin-bottom:.25rem}.customer-schedule-current .schedule-values .schedule-item .item-value{font-size:1.25rem;font-weight:700;color:var(--customer-text-primary)}.customer-schedule-current .schedule-values .schedule-item .item-label{font-size:.75rem;color:var(--customer-text-muted)}.customer-schedule-temporary{background:linear-gradient(135deg,#f59e0b1a,#fcd34d0d);border:1px solid rgba(245,158,11,.2);border-radius:var(--customer-radius-md);padding:1rem;margin-bottom:1rem}.customer-schedule-temporary .temp-header{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--customer-accent);margin-bottom:.5rem}.customer-schedule-temporary .temp-date{font-size:.8rem;color:var(--customer-text-muted);margin-bottom:.5rem}.customer-schedule-temporary .temp-values{display:flex;gap:1.5rem;font-size:.9rem;color:var(--customer-text-primary);font-weight:500}.customer-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--customer-radius-full);font-weight:600;font-size:.9rem;cursor:pointer;transition:all var(--customer-transition-fast);border:none;text-decoration:none}.customer-btn-primary{background:var(--customer-gradient-primary);color:#fff;box-shadow:0 4px 15px #4f46e54d}.customer-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.customer-btn-secondary{background:var(--customer-bg);color:var(--customer-text-primary);border:1px solid var(--customer-border)}.customer-btn-secondary:hover{background:var(--customer-border)}.customer-btn-success{background:var(--customer-gradient-secondary);color:#fff;box-shadow:0 4px 15px #0d94884d}.customer-btn-success:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0d948866}.customer-btn-danger{background:#ef4444;color:#fff}.customer-btn-danger:hover{background:#dc2626}.customer-btn-sm{padding:.5rem 1rem;font-size:.8rem}.customer-btn-lg{padding:1rem 2rem;font-size:1rem}.customer-btn-block{width:100%}.customer-form-group{margin-bottom:1rem}.customer-form-group label{display:block;font-size:.85rem;font-weight:500;color:var(--customer-text-secondary);margin-bottom:.5rem}.customer-form-group .customer-input,.customer-form-group .customer-select{width:100%;padding:.75rem 1rem;border:2px solid var(--customer-border);border-radius:var(--customer-radius-md);font-size:.95rem;color:var(--customer-text-primary);background:var(--customer-bg-card);transition:all var(--customer-transition-fast)}.customer-form-group .customer-input:focus,.customer-form-group .customer-select:focus{outline:none;border-color:var(--customer-primary);box-shadow:0 0 0 3px #4f46e51a}.customer-form-group .customer-input::placeholder,.customer-form-group .customer-select::placeholder{color:var(--customer-text-muted)}.customer-date-range{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.customer-date-range .date-input-wrapper{flex:1;min-width:130px}.customer-date-range .date-input-wrapper label{font-size:.75rem;color:var(--customer-text-muted);margin-bottom:.25rem;display:block}.customer-date-range .date-input-wrapper input{width:100%;padding:.6rem .75rem;border:2px solid var(--customer-border);border-radius:var(--customer-radius-md);font-size:.9rem}.customer-date-range .date-input-wrapper input:focus{outline:none;border-color:var(--customer-primary)}.customer-date-range .date-input-wrapper select,.customer-date-range .date-input-wrapper .customer-select{width:100%;padding:.6rem 2.5rem .6rem .75rem;border:2px solid var(--customer-border);border-radius:var(--customer-radius-md);font-size:.9rem;background-color:var(--customer-bg-card);color:var(--customer-text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}.customer-date-range .date-input-wrapper select:focus,.customer-date-range .date-input-wrapper .customer-select:focus{outline:none;border-color:var(--customer-primary);box-shadow:0 0 0 3px #4f46e51a}.customer-date-range .date-input-wrapper select:hover,.customer-date-range .date-input-wrapper .customer-select:hover{border-color:var(--customer-primary-light)}.customer-date-range .date-btn{width:100%;margin-top:1rem;justify-content:center}.customer-empty-state{text-align:center;padding:1rem 1.5rem}@media(max-width:375px){.customer-empty-state{padding:1rem}}.customer-empty-state-icon{width:60px;height:60px;margin:0 auto .5rem;background:var(--customer-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:var(--customer-text-muted)}.customer-empty-state-title{font-size:1.1rem;font-weight:600;color:var(--customer-text-primary);margin-bottom:.25rem}.customer-empty-state-text{font-size:.9rem;color:var(--customer-text-muted);max-width:280px;margin:0 auto}.customer-banner{border-radius:var(--customer-radius-lg);padding:1rem;margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem}.customer-banner-icon{width:36px;height:36px;border-radius:var(--customer-radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.customer-banner-content{flex:1}.customer-banner-content .banner-title{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.customer-banner-content .banner-text{font-size:.85rem;line-height:1.4}.customer-banner-actions{display:flex;gap:.5rem;margin-top:.75rem}.customer-banner.info{background:linear-gradient(135deg,#4f46e51a,#4f46e50d);border:1px solid rgba(79,70,229,.2)}.customer-banner.info .customer-banner-icon{background:#4f46e526;color:var(--customer-primary)}.customer-banner.info .banner-title{color:var(--customer-primary-dark)}.customer-banner.info .banner-text{color:var(--customer-text-secondary)}.customer-banner.warning{background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d);border:1px solid rgba(245,158,11,.2)}.customer-banner.warning .customer-banner-icon{background:#f59e0b26;color:var(--customer-accent)}.customer-banner.warning .banner-title{color:#b45309}.customer-banner.warning .banner-text{color:var(--customer-text-secondary)}.customer-banner.success{background:linear-gradient(135deg,#10b9811a,#10b9810d);border:1px solid rgba(16,185,129,.2)}.customer-banner.success .customer-banner-icon{background:#10b98126;color:var(--customer-success)}.customer-banner.success .banner-title{color:#047857}.customer-banner.success .banner-text{color:var(--customer-text-secondary)}.customer-banner.danger{background:linear-gradient(135deg,#ef44441a,#ef44440d);border:1px solid rgba(239,68,68,.2)}.customer-banner.danger .customer-banner-icon{background:#ef444426;color:var(--customer-error)}.customer-banner.danger .banner-title{color:#b91c1c}.customer-banner.danger .banner-text{color:var(--customer-text-secondary)}.customer-modal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.customer-modal{background:var(--customer-bg-card);border-radius:var(--customer-radius-xl);width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:var(--customer-shadow-xl);animation:modalSlideUp .3s ease}.customer-modal-header{padding:1.25rem;border-bottom:1px solid var(--customer-border);display:flex;align-items:center;justify-content:space-between}.customer-modal-header .modal-title{font-size:1.1rem;font-weight:600;color:var(--customer-text-primary)}.customer-modal-header .modal-close{width:32px;height:32px;border-radius:50%;border:none;background:var(--customer-bg);color:var(--customer-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.customer-modal-header .modal-close:hover{background:var(--customer-border)}.customer-modal-body{padding:1.25rem}.customer-modal-footer{padding:1rem 1.25rem;border-top:1px solid var(--customer-border);display:flex;gap:.75rem;justify-content:flex-end}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(0)}10%{transform:translateY(-12px) rotate(-5deg)}30%{transform:translateY(-8px) rotate(5deg)}40%{transform:translateY(-15px) rotate(-3deg) scale(1.2)}60%{transform:translateY(-6px) rotate(3deg)}70%{transform:translateY(-10px) rotate(-2deg)}90%{transform:translateY(-4px) rotate(2deg)}}.welcome-smiley{display:inline-block;margin-left:8px;font-size:1.2em}.milk-glass-icon{display:inline-block;margin-left:10px;position:relative;width:28px;height:36px;vertical-align:middle}.milk-glass-icon .glass{position:absolute;bottom:0;left:0;width:28px;height:32px;background:linear-gradient(135deg,#4f46e54d,#7c3aed40);border:2.5px solid rgba(79,70,229,.6);border-radius:4px 4px 8px 8px;overflow:hidden;box-shadow:0 2px 8px #4f46e533}.milk-glass-icon .milk{position:absolute;bottom:2px;left:2px;right:2px;height:75%;background:linear-gradient(180deg,#fff,#f8f8f5 40%,#fffef8);border-radius:0 0 5px 5px;box-shadow:inset 0 3px 6px #fffc,inset 0 -3px 6px #0000000d,0 -1px 3px #ffffff80}.milk-glass-icon .milk-wave{position:absolute;top:-4px;left:-2px;right:-2px;height:10px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.95) 20%,#ffffff 50%,rgba(255,255,255,.95) 80%,transparent 100%);border-radius:50%;animation:milkWave 2s ease-in-out infinite}.milk-glass-icon .bubble{position:absolute;background:#ffffffe6;border-radius:50%;animation:bubbleFloat 3s ease-in-out infinite}.milk-glass-icon .bubble.b1{width:5px;height:5px;bottom:10px;left:6px;animation-delay:0s}.milk-glass-icon .bubble.b2{width:4px;height:4px;bottom:16px;left:14px;animation-delay:.5s}.milk-glass-icon .bubble.b3{width:3px;height:3px;bottom:7px;left:16px;animation-delay:1s}@keyframes milkWave{0%,to{transform:translateY(0) scaleX(1)}50%{transform:translateY(-1px) scaleX(.95)}}@keyframes bubbleFloat{0%,to{transform:translateY(0) scale(1);opacity:.9}50%{transform:translateY(-2px) scale(1.1);opacity:1}}.animate-fade-in{animation:fadeIn .3s ease}.animate-slide-up{animation:slideUp .4s ease}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-bounce{animation:bounce 2s ease-in-out}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.d-flex{display:flex}.flex-column{flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}@media(prefers-color-scheme:dark){:root{--customer-primary: #60a5fa;--customer-primary-light: #93c5fd;--customer-primary-dark: #3b82f6;--customer-secondary: #14b8a6;--customer-secondary-light: #5eead4;--customer-accent: #fbbf24;--customer-accent-light: #fde047;--customer-success: #34d399;--customer-error: #f87171;--customer-warning: #fbbf24;--customer-white: #0f172a;--customer-bg: #0f172a;--customer-bg-card: #1e293b;--customer-text-primary: #f1f5f9;--customer-text-secondary: #cbd5e1;--customer-text-muted: #a5b4fc;--customer-border: #475569;--customer-gradient-primary: linear-gradient(135deg, #1e40af 0%, #7c3aed 100%);--customer-gradient-secondary: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);--customer-gradient-accent: linear-gradient(135deg, #d97706 0%, #fbbf24 100%);--customer-gradient-hero: linear-gradient(135deg, #1e40af 0%, #7c3aed 100%);--customer-gradient-glass: linear-gradient(135deg, rgba(30, 41, 59, .9) 0%, rgba(30, 41, 59, .6) 100%);--customer-shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--customer-shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--customer-shadow-lg: 0 10px 40px rgba(0, 0, 0, .5);--customer-shadow-xl: 0 20px 60px rgba(0, 0, 0, .6);--customer-shadow-glow: 0 0 40px rgba(96, 165, 250, .3)}.customer-glass-card{background:#1e293bcc;border-color:#47556980}.customer-hero-card:before,.customer-hero-card:after{background:#ffffff0d}.customer-profile-header:before{background:#ffffff0d}.customer-profile-qr{background:#fff}.customer-profile-card-status .status-badge.active{background:#34d39933;color:#34d399}.customer-profile-card-status .status-badge.blocked{background:#f8717133;color:#f87171}.customer-transaction-item-icon.credit{background:#34d39926;color:var(--customer-success)}.customer-transaction-item-icon.debit{background:#f8717126;color:var(--customer-error)}.customer-transaction-item-icon.purchase{background:#60a5fa26;color:var(--customer-primary)}.bill-category-icon{background:var(--customer-gradient-primary);color:#fff}input,select,textarea{background-color:#334155;border-color:#475569;color:#f1f5f9}input::placeholder,select::placeholder,textarea::placeholder{color:#94a3b8}input:focus,select:focus,textarea:focus{background-color:#334155;border-color:#60a5fa;color:#f1f5f9}}.payment-processing-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(4px)}.payment-processing-card{background:var(--customer-bg-card);border-radius:var(--customer-radius-xl);padding:2rem;text-align:center;max-width:320px;width:90%;box-shadow:var(--customer-shadow-xl)}.payment-processing-card .processing-icon{font-size:3.5rem;margin-bottom:1rem;animation:paymentPulse 2s ease-in-out infinite}.payment-processing-card h3{color:var(--customer-text-primary);margin-bottom:.5rem;font-size:1.3rem}.payment-processing-card p{color:var(--customer-text-secondary);font-size:.9rem;margin-bottom:1rem}.payment-processing-card .processing-spinner{width:36px;height:36px;border:4px solid var(--customer-border);border-top-color:var(--customer-primary);border-radius:50%;animation:paymentSpin 1s linear infinite;margin:1rem auto}.payment-processing-card .btn-cancel-payment{background:transparent;color:var(--customer-text-secondary);border:2px solid var(--customer-border);padding:.75rem 1.5rem;border-radius:var(--customer-radius-full);font-weight:600;cursor:pointer;transition:all var(--customer-transition-fast);margin-top:.5rem}.payment-processing-card .btn-cancel-payment:hover{border-color:var(--customer-primary);color:var(--customer-primary);background:#4f46e50d}@keyframes paymentPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes paymentSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checkout-page{min-height:100vh;background:var(--customer-bg);padding:1rem;padding-bottom:120px}.checkout-header{margin-bottom:1.5rem}.checkout-header .btn-back{background:none;border:none;color:var(--customer-primary);font-size:.9rem;font-weight:500;cursor:pointer;padding:0;margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}.checkout-header .btn-back:hover{text-decoration:underline}.checkout-header h1{font-size:1.5rem;font-weight:700;color:var(--customer-text-primary);margin:0}.checkout-section{background:var(--customer-bg-card);border-radius:var(--customer-radius-lg);padding:1rem;margin-bottom:1rem;border:1px solid var(--customer-border)}.checkout-section h2{font-size:1rem;font-weight:600;color:var(--customer-text-primary);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--customer-border)}.order-items{margin-bottom:.75rem}.order-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px dashed var(--customer-border)}.order-item:last-child{border-bottom:none}.order-item .item-name{flex:1;font-size:.9rem;color:var(--customer-text-primary)}.order-item .item-qty{color:var(--customer-text-muted);font-size:.85rem}.order-item .item-price{font-weight:600;color:var(--customer-primary)}.order-total{display:flex;justify-content:space-between;font-weight:600;padding-top:.5rem;color:var(--customer-text-primary)}.delivery-options,.payment-options{display:flex;gap:.75rem;margin-bottom:1rem}.delivery-option,.payment-option{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem;border:2px solid var(--customer-border);border-radius:var(--customer-radius-md);cursor:pointer;transition:all var(--customer-transition-fast)}.delivery-option input[type=radio],.payment-option input[type=radio]{display:none}.delivery-option .option-icon,.payment-option .option-icon{font-size:1.5rem}.delivery-option .option-text,.payment-option .option-text{font-size:.75rem;text-align:center;color:var(--customer-text-secondary)}.delivery-option.active,.payment-option.active{border-color:var(--customer-primary);background:#4f46e50d}.delivery-option.active .option-text,.payment-option.active .option-text{color:var(--customer-primary);font-weight:600}.delivery-option:hover:not(.active),.payment-option:hover:not(.active){border-color:var(--customer-primary-light)}.geo-options{display:flex;flex-direction:column;gap:.5rem}.geo-option{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:var(--customer-radius-sm);cursor:pointer}.geo-option input[type=radio]{accent-color:var(--customer-primary)}.geo-option.active{background:#4f46e50d}.btn-capture-location{width:100%;padding:.75rem;margin-top:.5rem;background:var(--customer-gradient-primary);color:#fff;border:none;border-radius:var(--customer-radius-md);font-weight:600;cursor:pointer;transition:all var(--customer-transition-fast)}.btn-capture-location:hover:not(:disabled){transform:translateY(-2px)}.btn-capture-location:disabled{opacity:.7;cursor:not-allowed}.address-options{display:flex;flex-direction:column;gap:.5rem}.address-mode{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:var(--customer-radius-sm);cursor:pointer}.address-mode input[type=radio]{accent-color:var(--customer-primary)}.address-mode.active{background:#4f46e50d}.address-select{width:100%;padding:.75rem;border:1px solid var(--customer-border);border-radius:var(--customer-radius-md);font-size:.9rem;margin-top:.5rem;background:var(--customer-bg)}.address-select:focus{outline:none;border-color:var(--customer-primary)}.address-input{width:100%;padding:.75rem;border:1px solid var(--customer-border);border-radius:var(--customer-radius-md);font-size:.9rem;margin-top:.5rem;resize:none;font-family:inherit}.address-input:focus{outline:none;border-color:var(--customer-primary)}.wallet-option{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:linear-gradient(135deg,#10b9811a,#0596690d);border-radius:var(--customer-radius-md);cursor:pointer;margin-top:.5rem}.wallet-option input[type=checkbox]{accent-color:var(--customer-success);width:18px;height:18px}.wallet-option span{font-weight:500;color:var(--customer-success)}.checkout-summary{background:var(--customer-bg-card);border-radius:var(--customer-radius-lg);padding:1rem;margin-bottom:1rem;border:1px solid var(--customer-border)}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;color:var(--customer-text-secondary)}.summary-row.wallet{color:var(--customer-success)}.summary-row.total{font-size:1.1rem;font-weight:700;color:var(--customer-text-primary);padding-top:.75rem;margin-top:.5rem;border-top:2px solid var(--customer-border)}.summary-row.total span:last-child{color:var(--customer-primary)}.btn-place-order{position:fixed;bottom:70px;left:1rem;right:1rem;padding:1rem;background:var(--customer-gradient-primary);color:#fff;border:none;border-radius:var(--customer-radius-lg);font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 20px #4f46e566;transition:all var(--customer-transition-fast)}.btn-place-order:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #4f46e580}.btn-place-order:disabled{opacity:.7;cursor:not-allowed}@media(min-width:768px){.checkout-page{max-width:600px;margin:0 auto;padding:2rem}.btn-place-order{max-width:568px;left:50%;transform:translate(-50%)}.btn-place-order:hover:not(:disabled){transform:translate(-50%) translateY(-2px)}}.payment-processing-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem;background:var(--customer-bg-card);border-radius:var(--customer-radius-xl);margin:2rem 0;box-shadow:var(--customer-shadow-md)}.payment-processing-state .processing-icon{font-size:4rem;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite}.payment-processing-state h2{color:var(--customer-text-primary);margin-bottom:.5rem;font-size:1.5rem}.payment-processing-state p{color:var(--customer-text-secondary);margin-bottom:.5rem}.payment-processing-state p.order-id{font-weight:600;color:var(--customer-primary);font-size:.9rem;margin-top:.5rem}.payment-processing-state .countdown-timer{display:flex;flex-direction:column;align-items:center;margin:1rem 0;padding:1rem;background:#4f46e51a;border-radius:var(--customer-radius)}.payment-processing-state .countdown-timer .timer-label{font-size:.8rem;color:var(--customer-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.payment-processing-state .countdown-timer .timer-value{font-size:2.5rem;font-weight:700;color:var(--customer-primary);font-family:Roboto Mono,monospace}.payment-processing-state .countdown-timer.low-time{background:#ef44441a}.payment-processing-state .countdown-timer.low-time .timer-value{color:var(--error);animation:pulse-timer 1s ease-in-out infinite}@keyframes pulse-timer{0%,to{opacity:1}50%{opacity:.5}}.payment-processing-state .processing-spinner{width:40px;height:40px;border:4px solid var(--customer-border);border-top-color:var(--customer-primary);border-radius:50%;animation:spin 1s linear infinite;margin:1.5rem 0}.payment-processing-state .btn-cancel-payment{background:transparent;color:var(--customer-text-secondary);border:2px solid var(--customer-border);padding:.75rem 1.5rem;border-radius:var(--customer-radius-full);font-weight:600;cursor:pointer;transition:all var(--customer-transition-fast);margin-top:1rem}.payment-processing-state .btn-cancel-payment:hover{border-color:var(--customer-primary);color:var(--customer-primary);background:#4f46e50d}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
