@import url(https://fonts.googleapis.com/css2?family=TASA+Explorer:wght@400..800&display=swap);body{margin:0}.dashboard{background-color:#f9fafb;min-height:100vh}.dashboard-header{background-color:#fff;box-shadow:0 1px 3px 0 #0000001a;justify-content:space-between;padding:12px 16px}.dashboard-header,.header-left{align-items:center;display:flex}.header-left{gap:16px;height:80px}.menu-button{background:none;border:none;color:#6b7280;cursor:pointer;transition:color .2s}.menu-button:hover{color:#374151}.breadcrumb{color:#6b7280}.breadcrumb-separator{color:#9ca3af;margin:0 8px}.breadcrumb-current{color:#111827}.notification-icon{color:#6b7280;cursor:pointer;transition:color .2s}.notification-icon:hover{color:#374151}.user-info{align-items:center;cursor:pointer;display:flex;gap:8px}.user-avatar{background-color:#d1d5db;border-radius:50%;height:32px;width:32px}.user-name{color:#111827}.dashboard-main{padding:16px}.date-selector{margin-bottom:24px}.date-selector-button{align-items:center;cursor:pointer;display:flex;gap:8px}.date-selector-text{color:#111827;font-weight:500}.balance-card{background:#91ade6;border-radius:16px;color:#fff;margin-bottom:24px;overflow:hidden;padding:24px;position:relative}.balance-content{position:relative;z-index:10}.balance-greeting{font-size:20px;font-weight:500;margin-bottom:8px}.balance-subtitle{color:#fffc;margin-bottom:16px}.balance-amount{font-size:32px;font-weight:700;margin-bottom:16px}.load-wallet-button{background-color:#fff;border:none;border-radius:24px;color:#111827;cursor:pointer;font-weight:500;padding:8px 24px;transition:background-color .2s}.load-wallet-button:hover{background-color:#f3f4f6}.balance-icon-container{position:absolute;right:24px;top:50%;transform:translateY(-50%)}.balance-icon-circle{align-items:center;background-color:#fff3;border-radius:50%;display:flex;height:80px;justify-content:center;width:80px}.stats-grid{grid-gap:16px;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:24px}.stat-card{background-color:#fff;box-shadow:0 1px 3px 0 #0000001a;padding:16px}.stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.stat-label{color:#6b7280}.stat-icon{border-radius:8px;height:32px;width:32px}.stat-icon-red{background-color:#fee2e2;color:#dc2626}.stat-icon-purple{background-color:#ede9fe;color:#7c3aed}.stat-value{color:#111827;font-size:24px;font-weight:700}.sidebar-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:50}.sidebar-overlay.visible{visibility:visible}.sidebar-overlay.invisible{visibility:hidden}.sidebar-backdrop{background-color:#00000080;bottom:0;left:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.sidebar-backdrop.open{opacity:1}.sidebar-backdrop.closed{opacity:0}.sidebar-panel{background-color:#fff;box-shadow:0 20px 25px -5px #0000001a;height:100%;left:0;overflow-y:auto;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s ease;width:320px}.sidebar-panel.open{transform:translateX(0)}.sidebar-content{padding:16px}.sidebar-header{justify-content:space-between;margin-bottom:24px}.sidebar-brand,.sidebar-header{align-items:center;display:flex}.sidebar-brand{gap:12px}.sidebar-logo{align-items:center;background-color:#fff;border-radius:8px;color:#fff;display:flex;height:10px;justify-content:center;margin-inline:10px;width:10px}.sidebar-title{color:#111827;font-size:18px;font-weight:600}.close-button{background:none;border-radius:8px;padding:4px;transition:background-color .2s}.close-button:hover{background-color:#f3f4f6}.dashboard-item{margin-bottom:24px}.dashboard-link{align-items:center;background-color:#ede9fe;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;text-decoration:none;transition:background-color .2s}.dashboard-link:hover{background-color:#ddd6fe}.dashboard-icon{color:#7c3aed}.dashboard-text{color:#581c87;font-weight:500}.sidebar-section{margin-bottom:24px}.section-title{color:#9ca3af;font-size:12px;font-weight:600;letter-spacing:.05em;margin-bottom:12px;text-transform:uppercase}.menu-items{display:flex;flex-direction:column;gap:8px}.menu-item{align-items:center;border-radius:8px;color:inherit;cursor:pointer;display:flex;gap:12px;padding:12px;text-decoration:none;transition:background-color .2s}.menu-item:hover{background-color:#f9fafb}.menu-icon{color:#6b7280}.menu-icon.green{color:#059669}.menu-text{color:#374151}.sign-out-section{border-top:1px solid #e5e7eb;padding-top:16px}.sign-out-button{align-items:center;background:none;border:none;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;gap:12px;padding:12px;transition:background-color .2s;width:100%}.sign-out-button:hover{background-color:#fef2f2}.sign-out-text{font-weight:500}.mtn-page{background:#f8fafc;margin:0 auto;max-width:800px;min-height:100vh;padding:20px}.mtn-header{background:#fff;box-shadow:0 2px 4px #0000000d;gap:16px;margin-bottom:32px;padding:20px}.mtn-header,.mtn-logo{align-items:center;border-radius:12px;display:flex}.mtn-logo{background:linear-gradient(135deg,#fbbf24,#f59e0b);height:48px;justify-content:center;width:48px}.mtn-icon{color:#fff}@media (max-width:640px){.mtn-page{padding:16px}.bundles-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.mtn-header{padding:16px}.page-title{font-size:20px}}.confirmation-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.confirmation-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000004d;max-height:90vh;max-width:400px;overflow:auto;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{border-bottom:1px solid #fed7aa;gap:12px;padding:24px 24px 16px}.modal-header svg{color:#f97316;flex-shrink:0}.modal-header h3{color:#ea580c;font-size:18px;font-weight:600}.modal-content{padding:20px 24px}.modal-content>p{color:#9a3412;font-size:14px;margin:0 0 16px}.confirmation-details{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;margin-bottom:16px;padding:16px}.detail-row{align-items:center;color:#9a3412;display:flex;font-size:14px;justify-content:space-between;padding:8px 0}.detail-row:not(:last-child){border-bottom:1px solid #fed7aa}.detail-row span{color:#9a3412}.detail-row strong{color:#ea580c;font-weight:600}.detail-row.highlight{background:#ffedd5;border:1px solid #fdba74;border-radius:8px;margin:8px -8px -8px;padding:12px 8px}.detail-row.highlight strong{color:#c2410c;font-size:16px}.modal-actions{border-top:1px solid #fed7aa;display:flex;gap:12px;padding:16px 24px 24px}.cancel-button,.confirm-button{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:12px 16px;transition:all .2s ease}.cancel-button{background:#fff7ed;border:1px solid #fed7aa;color:#ea580c}.cancel-button:hover:not(:disabled){background:#ffedd5;border-color:#fdba74}.cancel-button:disabled{cursor:not-allowed;opacity:.6}.confirm-button{background:linear-gradient(135deg,#f97316,#ea580c);border:1px solid #ea580c}.confirm-button:hover:not(:disabled){background:linear-gradient(135deg,#ea580c,#dc2626);box-shadow:0 4px 12px #f973164d;transform:translateY(-1px)}.confirm-button:active:not(:disabled){transform:translateY(0)}.confirm-button:disabled{background:#fed7aa;border-color:#fed7aa;color:#9a3412}@media (max-width:480px){.confirmation-overlay{padding:16px}.confirmation-modal{border-radius:12px}.modal-header{padding:20px 20px 16px}.modal-header h3{font-size:16px}.modal-content{padding:16px 20px}.modal-actions{flex-direction:column;padding:16px 20px 20px}.cancel-button,.confirm-button{padding:14px 16px;width:100%}.confirmation-details{padding:12px}.detail-row{font-size:13px}.detail-row.highlight strong{font-size:15px}}.cancel-button:focus,.confirm-button:focus{outline:2px solid #f97316;outline-offset:2px}.confirm-button.loading{color:#0000;position:relative}.confirm-button.loading:after{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.telecel-page{background:#f8fafc;margin:0 auto;max-width:800px;min-height:100vh;padding:20px}.telecel-header{background:#fff;box-shadow:0 2px 4px #0000000d;gap:16px;margin-bottom:32px;padding:20px}.telecel-header,.telecel-logo{align-items:center;border-radius:12px;display:flex}.telecel-logo{background:linear-gradient(135deg,#fbbf24,#f59e0b);height:48px;justify-content:center;width:48px}.telecel-icon{color:#fff}@media (max-width:640px){.telecel-page{padding:16px}.bundles-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.telecel-header{padding:16px}.page-title{font-size:20px}}.at-bigtime-page{background:#f8fafc;margin:0 auto;max-width:800px;min-height:100vh;padding:20px}.at-bigtime-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:flex;gap:16px;margin-bottom:32px;padding:20px}.back-button{border:1px solid #e2e8f0;color:#64748b}.back-button:hover{background:#f1f5f9;color:#334155}.header-content{gap:12px}.at-bigtime-logo{align-items:center;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:12px;display:flex;height:48px;justify-content:center;width:48px}.at-bigtime-icon{color:#fff}.page-title{color:#1e293b;font-size:24px}.page-subtitle{color:#64748b;font-size:14px;margin:4px 0 0}.phone-input-section{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:32px;padding:24px}.input-label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.phone-input-container{background:#fff;border:1px solid #d1d5db;border-radius:8px;display:flex;overflow:hidden}.country-code{background:#f3f4f6;border-right:1px solid #d1d5db;color:#374151;font-weight:600;padding:12px 16px}.phone-input{border:none;flex:1 1;font-size:16px;outline:none;padding:12px 16px}.input-helper{color:#6b7280;font-size:12px;margin:8px 0 0}.bundles-section{margin-bottom:32px}.section-title{color:#1e293b;font-size:20px;font-weight:700;margin-bottom:20px}.bundles-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.bundle-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;overflow:hidden;padding:20px 16px;position:relative;transition:all .2s}.bundle-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.bundle-card.selected{background:#fffbeb;border-color:#fbbf24}.bundle-card.popular{border-color:#10b981}.popular-badge{background:#10b981;border-bottom-left-radius:8px;color:#fff;font-size:12px;font-weight:600;padding:4px 12px;position:absolute;right:0;top:0}.bundle-content{text-align:center}.data-amount{color:#1e293b;display:block;font-size:24px;font-weight:700;margin-bottom:12px}.validity{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:4px;justify-content:center;margin-bottom:8px}.price-amount{color:#059669;font-size:16px;font-weight:600}.selected-indicator{align-items:center;background:#fbbf24;border-radius:50%;color:#fff;display:flex;height:24px;justify-content:center;left:8px;position:absolute;top:8px;width:24px}.purchase-summary{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:24px;overflow:hidden}.summary-content{padding:24px}.summary-content h3{color:#1e293b;font-size:18px;font-weight:700;margin-bottom:16px}.summary-row{align-items:center;display:flex;font-size:14px;justify-content:space-between;padding:8px 0}.summary-row.total{border-top:1px solid #e2e8f0;color:#059669;font-size:16px;font-weight:600;margin-top:8px;padding-top:16px}.purchase-section{margin-bottom:32px}.purchase-button{align-items:center;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:12px;display:flex;font-size:16px;gap:8px;justify-content:center;padding:16px;transition:all .2s}.purchase-button:hover:not(.disabled){background:linear-gradient(135deg,#f59e0b,#d97706);transform:translateY(-1px)}.purchase-button.disabled{background:#9ca3af;cursor:not-allowed}.info-section{margin-bottom:32px}.info-card{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;display:flex;gap:16px;padding:20px}.info-icon{color:#3b82f6;flex-shrink:0;margin-top:2px}.info-content h4{color:#1e40af;font-size:16px;font-weight:600;margin:0 0 12px}.info-content ul{color:#1e40af;margin:0;padding-left:16px}.info-content li{font-size:14px;margin-bottom:4px}@media (max-width:640px){.at-bigtime-page{padding:16px}.bundles-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.at-bigtime-header{padding:16px}.page-title{font-size:20px}}.topup-container{background:#f8f9fa;display:flex;flex-direction:column;gap:1rem;min-height:100vh;padding:1rem}.back-button{border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;width:-webkit-fit-content;width:fit-content}.back-button:hover{background:#f3f4f6;border-color:#ff8c00;color:#ff8c00}.header-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 10px #0000001a;color:#374151;padding:2rem;text-align:center}.header-icon{align-items:center;background:#ff8c00;border-radius:50%;color:#fff;display:inline-flex;height:64px;justify-content:center;margin-bottom:1rem;width:64px}.header-card h1{color:#ff8c00;font-size:1.75rem;font-weight:800;letter-spacing:1px;margin:0 0 1rem}.header-card p{color:#6b7280;font-size:1rem;line-height:1.6;margin:0}.topup-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 10px #0000001a;color:#374151;padding:2rem}.card-header{border-bottom:2px solid #f3f4f6;color:#ff8c00;font-size:1.1rem;font-weight:700;gap:.75rem;padding-bottom:1rem}.card-header,.current-balance{align-items:center;display:flex;margin-bottom:1.5rem}.current-balance{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;padding:1rem 1.5rem}.balance-label{color:#6b7280;font-weight:500}.balance-amount{color:#ff8c00;font-size:1.25rem;font-weight:800}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;font-size:.9rem;margin-bottom:.75rem}.required{color:#ef4444}.currency{color:#ff8c00;font-weight:700;left:1rem;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.amount-input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#374151;font-size:1rem;font-weight:500;padding:1rem 1rem 1rem 3rem;transition:all .2s ease;width:100%}.amount-input::placeholder{color:#9ca3af}.amount-input:focus{border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c001a;outline:none}.load-button{align-items:center;background:#ff8c00;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;margin-bottom:2rem;padding:1.25rem 1.5rem;transition:all .2s ease;width:100%}.load-button:hover:not(:disabled){background:#e67e00}.load-button:disabled{background:#d1d5db;cursor:not-allowed}.spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.features{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}.feature{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:.9rem;font-weight:500;gap:.75rem;padding:.75rem}.check,.feature{align-items:center;display:flex}.check{background:#ff8c00;border-radius:50%;color:#fff;flex-shrink:0;font-size:.7rem;font-weight:700;height:20px;justify-content:center;width:20px}@media (min-width:768px){.topup-container{margin:0 auto;max-width:600px;padding:2rem}.header-card,.topup-card{padding:2.5rem}.features{gap:1rem;grid-template-columns:repeat(3,1fr)}.feature{flex-direction:column;gap:.5rem;padding:1rem .5rem;text-align:center}}@media (min-width:1024px){.topup-container{max-width:700px;padding:3rem}.header-card h1{font-size:2rem}.header-card p{font-size:1.1rem}.current-balance{padding:1.25rem 2rem}.balance-amount{font-size:1.5rem}}@media (max-width:767px){.topup-container{gap:.75rem;padding:.75rem}.header-card{padding:1.5rem}.header-card h1{font-size:1.5rem}.header-card p{font-size:.9rem}.header-icon{height:56px;width:56px}.topup-card{padding:1.5rem}.current-balance{flex-direction:column;gap:.5rem;padding:1rem;text-align:center}.balance-amount{font-size:1.5rem}.features{gap:.5rem}.feature{font-size:.85rem;padding:.75rem}.load-button{font-size:.9rem;padding:1rem}}@media (max-width:480px){.topup-container{padding:.5rem}.header-card,.topup-card{padding:1.25rem}.back-button{font-size:.85rem;padding:.5rem .75rem}}.order-history-page{background:#f7f7f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:20px}.order-history-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;margin-bottom:30px;padding:20px}.back-button{background:#f8f9fa;border-radius:12px;height:48px;margin-right:16px;transition:all .2s ease;width:48px}.back-button:hover{background:#e9ecef;transform:translateY(-1px)}.header-content{flex:1 1}.header-content,.page-logo{align-items:center;display:flex}.page-logo{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;height:48px;justify-content:center;margin-right:16px;width:48px}.history-icon{color:#fff}.header-text h1{color:#2d3436;font-size:24px;font-weight:700;margin:0}.header-text p{color:#636e72;font-size:14px;margin:4px 0 0}.controls-section{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.search-container{flex:1 1;min-width:250px;position:relative}.search-icon{color:#636e72;left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#fff;border:1px solid #ddd;border-radius:12px;box-sizing:border-box;padding:14px 16px 14px 48px;transition:all .2s ease;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-container{align-items:center;display:flex;position:relative}.filter-icon{color:#636e72;margin-right:8px}.filter-select{border-radius:12px;cursor:pointer;font-size:14px;min-width:150px;padding:14px 16px}.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.export-button{align-items:center;background:#28a745;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:14px 20px;transition:all .2s ease}.export-button:hover{background:#218838;transform:translateY(-1px)}.stats-section{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:24px}.stat-card{border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:20px;text-align:center;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-number{color:#2d3436;font-size:32px;font-weight:700;margin-bottom:4px}.stat-label{color:#636e72;font-size:14px;letter-spacing:.5px;text-transform:uppercase}.table-section{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.loading-container{align-items:center;color:#636e72;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.loading-spinner{border-top-color:#667eea}.empty-state{align-items:center;color:#636e72;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{margin-bottom:20px;opacity:.5}.empty-state h3{color:#2d3436;font-size:20px;margin:0 0 12px}.empty-state p{line-height:1.5;margin:0;max-width:400px}.table-container{overflow-x:auto}.orders-table th{border-bottom:2px solid #e9ecef;color:#2d3436;padding:16px 12px;text-align:left;white-space:nowrap}.orders-table td{border-bottom:1px solid #e9ecef;padding:16px 12px;vertical-align:middle}.order-row:hover{background:#f8f9fa}.order-id code{background:#e9ecef;border-radius:6px;color:#495057;font-family:Courier New,monospace;font-size:12px;padding:4px 8px}.phone-number{color:#2d3436;font-weight:500}.network-badge{border-radius:20px;font-weight:600;letter-spacing:.5px;padding:4px 12px}.network-mtn{background:#fff3cd;color:#856404}.network-telecel{background:#f8d7da;color:#721c24}.network-at{background:#d1ecf1;color:#0c5460}.network-default{background:#e2e3e5;color:#383d41}.data-size strong{color:#667eea;font-weight:700}.amount strong{color:#28a745;font-weight:700}.datetime{text-align:center}.date{color:#2d3436;font-size:14px;font-weight:600}.time{color:#636e72;font-size:12px;margin-top:2px}.status-badge{border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.status-completed{background:#d4edda;color:#155724}.status-failed{background:#f8d7da;color:#721c24}.status-pending{background:#fff3cd;color:#856404}.status-unknown{background:#e2e3e5;color:#383d41}.view-button{align-items:center;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.view-button:hover{background:#5a67d8;transform:scale(1.1)}.results-info{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000d;margin-top:16px;padding:16px 20px;text-align:center}.results-info p{color:#636e72;font-size:14px;margin:0}@media (max-width:768px){.order-history-page{padding:16px}.order-history-header{flex-direction:column;gap:16px;text-align:center}.back-button{align-self:flex-start}.controls-section{align-items:stretch;flex-direction:column}.search-container{min-width:auto}.stats-section{gap:12px;grid-template-columns:repeat(3,1fr)}.stat-card{padding:16px 12px}.stat-number{font-size:24px}.orders-table{font-size:14px}.orders-table td,.orders-table th{padding:12px 8px}.order-id code{font-size:10px;padding:2px 6px}.network-badge,.status-badge{font-size:10px;padding:4px 8px}}@media (max-width:480px){.header-text h1{font-size:20px}.stats-section{grid-template-columns:1fr}.table-container{border-radius:12px}.orders-table td,.orders-table th{font-size:12px;padding:10px 6px}.orders-table td:nth-child(3),.orders-table td:nth-child(5),.orders-table th:nth-child(3),.orders-table th:nth-child(5){display:none}}.table-container::-webkit-scrollbar{height:8px}.table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.table-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.table-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.user-email{color:#666;font-size:.8rem;margin-top:.25rem}.refresh-button{align-items:center;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s}.refresh-button:hover:not(:disabled){background:#e9ecef}.refresh-button:disabled{cursor:not-allowed;opacity:.6}.error-banner{align-items:center;background:#f8d7da;border-radius:8px;color:#721c24;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.retry-button{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.retry-button:hover{background:#c82333}.error-message{color:#666;padding:2rem;text-align:center}.auth-page{align-items:center;background:linear-gradient(135deg,#4a90a4,#357a8a);display:flex;justify-content:center;min-height:100vh;padding:20px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:32px;text-align:center}.brand-logo{box-shadow:0 10px 30px #4fc3f74d;margin:0 auto 20px}.brand-logo:before{background:#fff;border-radius:50%;content:"";height:50px;opacity:.2;position:absolute;width:50px}.brand-title{color:#4fc3f7;font-size:20px;font-weight:600;letter-spacing:1px;margin:0 0 8px}.auth-form-container{margin-bottom:32px}.auth-form{animation:fadeIn .3s ease-in-out;display:flex;flex-direction:column}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-group{gap:0}.form-group label{color:#333;margin-bottom:5px}.input-container{align-items:center;display:flex;position:relative}.input-icon{color:#999;font-size:18px;left:16px;z-index:1}.input-container input{background:#fafafa;border:1px solid #e0e0e0;border-radius:10px;box-sizing:border-box;color:#333;font-size:16px;padding:16px 16px 16px 50px;transition:all .3s ease;width:100%}.input-container input::placeholder{color:#bbb;font-weight:400}.input-container input:focus{background:#fff;border-color:#4fc3f7;box-shadow:0 0 0 3px #4fc3f71a}.input-container input.error{animation:shake .5s ease-in-out;background:#fff5f5;border-color:#ff5252}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.input-container input:disabled{background:#f5f5f5;cursor:not-allowed}.password-toggle{border-radius:6px;color:#999;padding:8px;right:16px;transition:all .2s ease;z-index:1}.password-toggle:hover{background:#f5f5f5;color:#4fc3f7}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.error-text{align-items:center;color:#ff5252;display:flex;font-size:12px;gap:4px;margin-top:5px}.submit-error{background:#ffebee;border:1px solid #ffcdd2;border-radius:10px;color:#c62828;font-size:14px;margin-bottom:15px;padding:12px 16px;text-align:center}.submit-button{align-items:center;background:linear-gradient(135deg,#4fc3f7,#29b6f6);border:none;border-radius:25px;box-shadow:0 8px 25px #4fc3f766;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:16px 24px;transition:all .3s ease}.submit-button:hover:not(:disabled){box-shadow:0 12px 35px #4fc3f780;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.submit-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.submit-button.success{background:linear-gradient(135deg,#28a745,#20c997)}.loading-spinner{border:2px solid #ffffff4d}@media (max-width:768px){.auth-page{align-items:center;padding:20px}.auth-container{border-radius:20px;max-width:350px;padding:40px 25px}.brand-logo{height:70px;width:70px}.brand-title{font-size:18px}.brand-subtitle{font-size:13px}}@media (max-width:480px){.auth-container{margin:20px;padding:35px 20px}.brand-logo{height:60px;width:60px}.brand-title{font-size:18px}.input-container input{font-size:16px;padding:14px 14px 14px 45px}.input-icon{left:14px}.password-toggle{right:14px}.submit-button{font-size:15px;padding:14px 20px}}.link-button:focus,.password-toggle:focus,.submit-button:focus,.tab-button:focus{outline:2px solid #4fc3f7;outline-offset:2px}.input-container input:focus{outline:none}.auth-container.loading{pointer-events:none;position:relative}.auth-container.loading:after{background:#fffc;border-radius:20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:10}.brand-logo{align-items:center;background:#fff;border:3px solid #fff;border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:-100px auto 20px;overflow:hidden;position:relative;width:80px;z-index:1}.auth-container{animation:slideUp .6s ease-out;background-color:#fff;border:none;border-radius:20px;box-shadow:0 20px 60px #00000026;margin-top:40px;max-width:400px;padding:40px 30px;position:relative;width:100%}.brand-logo:before{display:none}.auth-toggle p{margin-right:5px;padding:10px;text-align:center}.auth-toggle button,.auth-toggle p{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:TASA Explorer,sans-serif;font-weight:600}.auth-toggle button{border:1px solid #0000;border-radius:3px;color:#29b6f6;padding:5px;text-decoration:underline}.auth-toggle button:hover{background-color:initial;border:1px solid #000;color:#29b6f6}.auth-container{padding-bottom:10px}.admin-page{background-color:#f8fafc;min-height:100vh;padding:0}.admin-header{align-items:center;background:#fff;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.back-button{background:none;border-radius:.5rem;color:#6b7280;padding:.5rem;transition:all .2s}.back-button:hover{background-color:#f3f4f6;color:#374151}.admin-title-section{align-items:center;display:flex;flex:1 1;gap:.75rem;justify-content:center}.admin-shield-icon{color:#dc2626}.admin-title{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.admin-user-info{color:#6b7280;font-size:.875rem;font-weight:500}.admin-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:60vh}.loading-spinner{border:3px solid #e5e7eb;border-top-color:#dc2626;height:32px;width:32px}.access-denied{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:2rem}.access-denied-content{max-width:400px;text-align:center}.access-denied-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.access-denied-icon svg{background-color:#fee2e2;border-radius:50%;color:#dc2626;height:96px;padding:1rem;width:96px}.access-denied h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.access-denied p{color:#6b7280;line-height:1.5;margin-bottom:1rem}.back-to-dashboard-btn{background-color:#dc2626;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.back-to-dashboard-btn:hover{background-color:#b91c1c}.admin-tabs{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;overflow-x:auto}.admin-tab{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:all .2s;white-space:nowrap}.admin-tab:hover{background-color:#f9fafb;color:#374151}.admin-tab.active{border-bottom-color:#dc2626;color:#dc2626}.admin-content{padding:2rem 1.5rem}.admin-overview{margin:0 auto;max-width:1200px}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{background:#fff;box-shadow:0 1px 3px #0000001a;gap:1rem;padding:1.5rem}.stat-card,.stat-icon{align-items:center;border-radius:.75rem;display:flex}.stat-icon{color:#fff;height:48px;justify-content:center;width:48px}.stat-icon.users{background-color:#3b82f6}.stat-icon.orders{background-color:#10b981}.stat-icon.revenue{background-color:#f59e0b}.stat-icon.active{background-color:#8b5cf6}.stat-info h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.stat-info p{color:#6b7280;font-size:.875rem;margin:0}.recent-activity{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.recent-activity h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{align-items:center;background-color:#f9fafb;border-radius:.5rem;display:flex;justify-content:space-between;padding:.75rem}.activity-time{color:#6b7280;font-size:.75rem;font-weight:500}.activity-description{color:#374151;font-size:.875rem}.admin-orders,.admin-revenue,.admin-users{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:2rem;text-align:center}.admin-orders h3,.admin-revenue h3,.admin-users h3{color:#1f2937;margin:0 0 1rem}.admin-orders p,.admin-revenue p,.admin-users p{color:#6b7280;margin:0}@media (max-width:768px){.admin-header{padding:1rem}.admin-title-section{justify-content:flex-start;margin-left:1rem}.admin-user-info{display:none}.admin-content{padding:1rem}.stats-grid{gap:1rem;grid-template-columns:1fr}.activity-item{align-items:flex-start;flex-direction:column;gap:.25rem}}.admin-orders{padding:20px}.orders-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.orders-header h3{color:#333;margin:0}.refresh-btn{border-radius:6px;transition:background-color .2s}.refresh-btn:disabled{background:#ccc}.no-orders,.orders-loading{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:40px}.no-orders svg{margin-bottom:16px;opacity:.5}.orders-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow-x:auto}.orders-table{border-collapse:collapse;min-width:600px;width:100%}.orders-table td,.orders-table th{border-bottom:1px solid #eee;padding:12px 16px;text-align:left}.orders-table th{background:#f8f9fa;color:#333;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.orders-table td{color:#666;font-size:14px}.orders-table tbody tr:hover{background:#f8f9fa}.orders-table tbody tr:last-child td{border-bottom:none}.bundle-size{background:#e7f3ff;border-radius:4px;color:#06c;font-size:12px;font-weight:500;padding:4px 8px}.loading-spinner{border:4px solid #f3f3f3;margin-bottom:16px}.network-badge{border-radius:12px;font-size:12px;font-weight:500;padding:2px 8px;text-transform:uppercase}.network-mtn{background:#ffeb3b;color:#f57f17}.network-telecel{background:#e3f2fd;color:#1565c0}.network-at{background:#f3e5f5;color:#7b1fa2}.network-default{background:#f5f5f5;color:#666}.orders-controls{gap:1rem}.filter-group,.orders-controls{align-items:center;display:flex}.filter-group{gap:.5rem}.filter-select{background:#fff;border:1px solid #ddd;border-radius:4px;font-size:.9rem;padding:.5rem}.admin-users{padding:20px}.users-header{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:20px}.users-header h3{color:#333;font-size:24px;font-weight:600;margin:0}.users-controls{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.search-group{position:relative}.search-input{border:2px solid #e1e5e9;border-radius:8px;font-size:14px;min-width:300px;padding:8px 16px;transition:border-color .2s ease}.search-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.search-input::placeholder{color:#6c757d}.users-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.users-loading p{color:#666;font-size:16px;margin-top:15px}.no-users{align-items:center;color:#6c757d;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.no-users svg{color:#dee2e6;margin-bottom:20px}.no-users p{color:#495057;font-size:18px;font-weight:500;margin-bottom:8px}.no-users small{color:#6c757d;font-size:14px}.users-table-container{background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.users-table{border-collapse:collapse;font-size:14px;width:100%}.users-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.users-table thead th{border:none;font-size:13px;font-weight:600;letter-spacing:.5px;padding:16px 12px;text-align:left;text-transform:uppercase}.users-table tbody tr{border-bottom:1px solid #f1f3f4;transition:background-color .15s ease}.users-table tbody tr:hover{background-color:#f8f9fa}.users-table tbody tr:last-child{border-bottom:none}.users-table tbody td{color:#495057;padding:16px 12px;vertical-align:middle}.users-table tbody td:first-child{color:#007bff;font-weight:500}.user-name{color:#28a745;font-weight:500}@media (max-width:768px){.users-header{align-items:stretch;flex-direction:column}.users-controls{justify-content:center}.search-input{max-width:none;min-width:100%}.users-table-container{overflow-x:auto}.users-table{min-width:600px}.users-table tbody td,.users-table thead th{font-size:13px;padding:12px 8px}}.loading-spinner{border:3px solid #f3f3f3;border-top-color:#007bff;height:40px;width:40px}.refresh-btn{align-items:center;background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:all .2s ease}.refresh-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.refresh-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}.refresh-btn .spinning{animation:spin 1s linear infinite}.error-message{background:#fee!important;border:1px solid #fcc!important;border-radius:5px!important;color:#c33!important;margin:10px 0!important;padding:10px!important}.error-message strong{font-weight:600}.profile-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:20px}.profile-header{align-items:center;display:flex;gap:16px;margin-bottom:30px;padding:0 10px}.profile-content{margin:0 auto;max-width:800px}.profile-card{background:#fff;border-radius:20px;box-shadow:0 4px 30px #0000001a;margin-bottom:30px;padding:40px}.avatar-section{align-items:center;display:flex;gap:30px;margin-bottom:30px}.avatar-wrapper{position:relative}.avatar{box-shadow:0 4px 20px #667eea4d;font-size:24px;font-weight:700;height:100px;width:100px}.avatar,.avatar-edit-btn{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:flex;justify-content:center}.avatar-edit-btn{border:2px solid #fff;bottom:5px;cursor:pointer;height:32px;position:absolute;right:5px;transition:all .3s ease;width:32px}.avatar-edit-btn:hover{background:#5a67d8;transform:scale(1.1)}.user-info{flex:1 1}.user-name{color:#2d3748;font-size:24px;font-weight:700;margin:0 0 8px}.user-email{color:#718096;font-size:16px;margin:0 0 20px}.user-stats{display:flex;gap:30px}.stat-item{align-items:center;color:#4a5568;display:flex;font-weight:500;gap:8px}.action-buttons{display:flex;gap:15px}.btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#f7fafc;border:1px solid #e2e8f0;color:#4a5568}.btn-secondary:hover{background:#edf2f7;box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.form-section{background:#fff;border-radius:20px;box-shadow:0 4px 30px #0000001a;margin-bottom:30px;padding:30px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.section-header h3{color:#2d3748;font-size:20px;font-weight:700;margin:0}.cancel-btn{align-items:center;background:#fed7d7;border:none;border-radius:10px;color:#e53e3e;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.cancel-btn:hover{background:#feb2b2;transform:scale(1.1)}.password-form,.profile-form{display:flex;flex-direction:column;gap:20px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px}.input-wrapper{position:relative}.input-icon{left:12px}.input-icon,.password-toggle{color:#a0aec0;position:absolute;top:50%;transform:translateY(-50%)}.password-toggle{background:none;border:none;border-radius:4px;cursor:pointer;padding:4px;right:12px;transition:all .3s ease}.password-toggle:hover{background:#f7fafc;color:#667eea}.input-wrapper input{padding-left:45px;padding-right:45px}input{border:2px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:14px;padding:12px 15px;transition:border-color .3s ease;width:100%}input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.password-requirements{margin-bottom:10px;margin-top:-10px}.password-requirements p{color:#718096;font-size:13px;margin:0}.form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:20px}.btn-cancel{background:#f7fafc;border:1px solid #e2e8f0;color:#4a5568}.btn-cancel:hover{background:#edf2f7}.btn-save{background:linear-gradient(135deg,#38a169,#48bb78);color:#fff}.btn-save:hover:not(:disabled){box-shadow:0 6px 20px #38a16966;transform:translateY(-2px)}.btn-save:disabled{cursor:not-allowed;opacity:.7}.details-section{background:#fff;border-radius:20px;box-shadow:0 4px 30px #0000001a;padding:30px}.details-section h3{color:#2d3748;font-size:20px;font-weight:700;margin:0 0 25px}.details-grid{grid-gap:20px;display:grid;gap:20px}.detail-item{align-items:center;background:#f7fafc;border-radius:12px;display:flex;gap:15px;padding:20px;transition:all .3s ease}.detail-item:hover{background:#edf2f7;transform:translateX(5px)}.detail-icon{align-items:center;background:#667eea;border-radius:10px;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.detail-content{display:flex;flex:1 1;flex-direction:column;gap:4px}.detail-label{color:#718096;font-size:13px;font-weight:500}.detail-value{color:#2d3748;font-size:15px;font-weight:600}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff40;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.loading-spinner.small{height:16px;width:16px}@media (max-width:768px){.profile-page{padding:15px}.page-title{font-size:24px}.profile-card{padding:25px}.avatar-section{flex-direction:column;gap:20px;text-align:center}.user-stats{gap:20px}.action-buttons,.user-stats{justify-content:center}.form-section{padding:20px}.form-row{gap:15px;grid-template-columns:1fr}.form-actions{justify-content:center}.details-section{padding:20px}}.social-media-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:20px}.social-media-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;padding:0 10px}.social-media-header .back-button{align-items:center;background:#fff;border:none;border-radius:10px;box-shadow:0 2px 10px #0000001a;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-media-header .back-button:hover{box-shadow:0 4px 15px #00000026;transform:translateY(-2px)}.page-title{flex:1 1;margin:0 0 0 16px}.wallet-display{background:linear-gradient(135deg,#38a169,#48bb78);border-radius:25px;box-shadow:0 4px 15px #38a1694d;color:#fff;font-size:16px;font-weight:600;padding:10px 20px}.status-message{align-items:center;animation:slideIn .3s ease;border-radius:12px;display:flex;font-weight:500;gap:10px;margin-bottom:25px;padding:15px 20px}.status-message.success{background:#f0fff4;border:1px solid #9ae6b4;color:#38a169}.status-message.error{background:#fed7d7;border:1px solid #feb2b2;color:#e53e3e}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.platform-tabs{background:#fff;border-radius:15px;box-shadow:0 2px 20px #0000001a;display:flex;gap:4px;margin-bottom:30px;padding:8px}.tab-button{align-items:center;background:#0000;border:none;border-radius:12px;color:#718096;cursor:pointer;display:flex;flex:1 1;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:15px 20px;transition:all .3s ease}.tab-button.active.youtube-tab{background:linear-gradient(135deg,red,#c00);box-shadow:0 4px 15px #f006;color:#fff;transform:translateY(-2px)}.tab-button.active.tiktok-tab{background:linear-gradient(135deg,#000,#ff0050);box-shadow:0 4px 15px #ff005066;color:#fff;transform:translateY(-2px)}.tiktok-icon{align-items:center;display:flex}.services-container{margin:0 auto;max-width:1200px}.service-category{background:#fff;border-radius:20px;box-shadow:0 4px 30px #0000001a;margin-bottom:30px;padding:30px}.category-header{align-items:center;border-bottom:2px solid #f7fafc;display:flex;gap:15px;margin-bottom:25px;padding-bottom:15px}.category-header h3{color:#2d3748;font-size:20px;font-weight:700;margin:0}.services-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:#f7fafc;border:2px solid #e2e8f0;border-radius:15px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.service-card:hover{border-color:#667eea;box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.service-card:hover:before{opacity:.05}.service-card>*{position:relative;z-index:1}.service-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;height:50px;justify-content:center;margin-bottom:15px;width:50px}.service-quantity{color:#2d3748;font-size:24px;font-weight:700;margin:0 0 8px}.service-description{color:#4a5568;line-height:1.5;margin:0 0 8px}.service-note{background:#fed7d7;border-radius:8px;color:#e53e3e;font-size:13px;font-style:italic;margin:0 0 15px;padding:8px 12px}.service-price{color:#38a169;font-size:20px;font-weight:700;margin:15px 0}.purchase-button{background:linear-gradient(135deg,#38a169,#48bb78);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px;transition:all .3s ease;width:100%}.purchase-button:hover:not(:disabled){box-shadow:0 6px 20px #38a16966;transform:translateY(-2px)}.purchase-button:disabled{background:#a0aec0;box-shadow:none;cursor:not-allowed;transform:none}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:25px 30px}.modal-header h3{color:#2d3748;font-size:20px;font-weight:700;margin:0}.close-button{background:#f7fafc;border:none;border-radius:10px;color:#718096;cursor:pointer;font-size:20px;height:40px;transition:all .3s ease;width:40px}.close-button:hover{background:#edf2f7;color:#2d3748}.modal-body{padding:30px}.service-summary{align-items:center;background:#f7fafc;border-radius:12px;display:flex;gap:15px;margin-bottom:25px;padding:20px}.service-summary .service-icon{height:50px;margin:0;width:50px}.service-summary h4{color:#2d3748;font-size:16px;font-weight:600;margin:0 0 5px}.service-summary p{color:#718096;margin:0}.form-group{margin-bottom:20px}.form-group label{color:#2d3748;display:block;font-weight:600;margin-bottom:8px}.form-group input{border:2px solid #e2e8f0;border-radius:10px;box-sizing:border-box;font-size:14px;padding:12px 15px;transition:border-color .3s ease;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.input-help{color:#718096;display:block;font-size:13px;margin-top:5px}.service-note-modal{align-items:center;background:#fed7d7;border-radius:8px;color:#e53e3e;display:flex;font-size:14px;gap:8px;margin-bottom:20px;padding:12px 15px}.wallet-info{background:#f0fff4;border-radius:10px;padding:15px}.wallet-info p{color:#2d3748;font-weight:500;margin:0 0 5px}.wallet-info p:last-child{color:#38a169;font-weight:600;margin-bottom:0}.modal-footer{border-top:1px solid #e2e8f0;display:flex;gap:15px;padding:25px 30px}.cancel-button{background:#f7fafc;border:1px solid #e2e8f0;border-radius:10px;color:#4a5568;cursor:pointer;flex:1 1;font-weight:600;padding:12px 20px;transition:all .3s ease}.cancel-button:hover{background:#edf2f7}.confirm-button{align-items:center;background:linear-gradient(135deg,#38a169,#48bb78);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex:2 1;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .3s ease}.confirm-button:hover:not(:disabled){box-shadow:0 6px 20px #38a16966;transform:translateY(-2px)}.confirm-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.loading-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.social-media-page{padding:15px}.social-media-header{flex-wrap:wrap;gap:15px}.page-title{font-size:24px;margin-left:0;order:2;width:100%}.wallet-display{margin-left:auto;order:3}.platform-tabs{flex-direction:column;gap:8px}.tab-button{padding:18px}.services-grid{gap:15px;grid-template-columns:1fr}.service-category{padding:20px}.category-header{flex-wrap:wrap;gap:10px}.category-header h3{font-size:18px}.service-card{padding:15px}.modal-content{margin:10px;max-width:calc(100% - 20px)}.modal-body,.modal-footer,.modal-header{padding:20px}.modal-footer{flex-direction:column}.cancel-button,.confirm-button{flex:none}}@media (max-width:480px){.social-media-header{align-items:flex-start;flex-direction:column}.page-title{font-size:20px}.wallet-display{align-self:flex-end}.service-quantity{font-size:20px}.service-price{font-size:18px}.modal-body{padding:15px}.service-summary{flex-direction:column;text-align:center}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:TASA Explorer,sans-serif}.App{text-align:left}.customer-care-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:20px}.customer-care-header{align-items:center;display:flex;gap:16px;margin-bottom:30px;padding:0 10px}.back-button{align-items:center;background:#fff;border:none;border-radius:10px;box-shadow:0 2px 10px #0000001a;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.back-button:hover{box-shadow:0 4px 15px #00000026;transform:translateY(-2px)}.page-title{color:#2d3748;font-size:28px;font-weight:700;margin:0}.customer-care-content{background:#fff;border-radius:20px;box-shadow:0 4px 30px #0000001a;min-height:500px;padding:40px}.section-header{margin-bottom:50px;text-align:center}.section-header h2{color:#2d3748;font-size:32px;font-weight:700;margin:0 0 15px}.section-header p{color:#718096;font-size:18px;margin:0}.contact-methods{grid-gap:30px;display:grid;gap:30px;margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:800px}.contact-card{align-items:flex-start;border:2px solid;border-radius:20px;cursor:pointer;display:flex;gap:25px;overflow:hidden;padding:35px;position:relative;transition:all .3s ease}.contact-card:before{bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.contact-card.green{background:linear-gradient(135deg,#f0fff4,#c6f6d5);border-color:#38a169}.contact-card.green:before{background:linear-gradient(135deg,#38a169,#48bb78)}.contact-card.purple{background:linear-gradient(135deg,#faf5ff,#e9d8fd);border-color:#805ad5}.contact-card.purple:before{background:linear-gradient(135deg,#805ad5,#9f7aea)}.contact-card:hover{box-shadow:0 12px 35px #00000026;transform:translateY(-8px)}.contact-card:hover:before{opacity:.03}.contact-card:hover .contact-info h3,.contact-card:hover .contact-value{color:#2d3748}.contact-icon{align-items:center;border-radius:15px;color:#fff;display:flex;font-weight:700;height:60px;justify-content:center;position:relative;width:60px;z-index:1}.contact-card.green .contact-icon{background:linear-gradient(135deg,#38a169,#48bb78);box-shadow:0 4px 15px #38a16966}.contact-card.purple .contact-icon{background:linear-gradient(135deg,#805ad5,#9f7aea);box-shadow:0 4px 15px #805ad566}.contact-info{flex:1 1;position:relative;z-index:1}.contact-info h3{color:#2d3748;font-size:22px;font-weight:700;margin:0 0 10px;transition:color .3s ease}.contact-description{color:#718096;font-size:16px;line-height:1.5;margin:0 0 20px}.contact-value{color:#2d3748;display:block;font-size:18px;font-weight:700;margin-bottom:12px;transition:color .3s ease}.contact-hours{align-items:center;color:#718096;display:flex;font-size:14px;font-weight:500;gap:8px}.hours-section{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:20px;box-shadow:0 4px 20px #0000000d;margin:0 auto;max-width:700px;padding:40px}.hours-section h3{color:#2d3748;font-size:24px;font-weight:700;margin-bottom:35px;text-align:center}.hours-grid{grid-gap:20px;display:grid;gap:20px}.hours-item{align-items:center;background:#fff;border-left:4px solid #0000;border-radius:15px;box-shadow:0 2px 15px #00000014;display:flex;justify-content:space-between;padding:20px 30px;transition:all .3s ease}.hours-item:hover{box-shadow:0 4px 25px #667eea26;transform:translateX(5px)}.day{color:#2d3748;font-weight:600}.day,.time{font-size:16px}.time{color:#667eea;font-weight:700}@media (max-width:768px){.customer-care-page{padding:15px}.page-title{font-size:24px}.customer-care-content{padding:25px}.section-header h2{font-size:26px}.section-header p{font-size:16px}.contact-card{flex-direction:column;gap:20px;padding:25px;text-align:center}.contact-icon{margin:0 auto}.hours-section{padding:25px}.hours-item{flex-direction:column;gap:8px;padding:15px 20px;text-align:center}.hours-item:hover{transform:translateY(-3px)}}@media (max-width:480px){.customer-care-content{padding:20px}.section-header{margin-bottom:30px}.section-header h2{font-size:22px}.contact-methods{gap:20px;margin-bottom:30px}.contact-card{padding:20px}.contact-info h3{font-size:18px}.hours-section{padding:20px}.hours-section h3{font-size:20px;margin-bottom:25px}}
/*# sourceMappingURL=main.b361f7ee.css.map*/