body,html{height:100vh;margin:0;overflow:hidden;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;padding:40px;width:100%}.login-header{margin-bottom:32px;text-align:center}.login-header h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:8px}.login-header p{color:#64748b;font-size:1rem}.session-info{background-color:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;margin-top:16px;padding:16px;text-align:center}.session-info p{color:#0c4a6e;font-size:.875rem;margin-bottom:8px}.session-info p:last-of-type{margin-bottom:12px}.login-form{display:flex;flex-direction:column;gap:20px}.form-group input{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:12px 16px;transition:border-color .2s ease}.form-group input:focus{background-color:#fff;border-color:#3b82f6;outline:none}.form-group input::placeholder{color:#9ca3af}.error-message{font-size:.875rem;font-weight:500;padding:12px 16px}.error-message.access-denied{background-color:#fef2f2;border:2px solid #dc2626;color:#dc2626;font-weight:600}.login-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:8px;padding:14px 24px;transition:all .2s ease}.login-button:hover:not(:disabled){box-shadow:0 10px 15px -3px #3b82f64d;transform:translateY(-1px)}.login-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.login-button:active{transform:translateY(0)}.dashboard-container{background-color:#f8fafc;display:flex;flex-direction:column;height:100%}.dashboard-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px 0 #0000001a;padding:0 24px}.header-content{max-width:1200px}.header-content h1{color:#1e293b;font-size:1.875rem;font-weight:700;margin:0}.dashboard-main{flex:1 1;margin:0 auto;max-width:1200px;overflow-x:hidden;overflow-y:auto;padding:32px 24px}.dashboard-main::-webkit-scrollbar{width:8px}.dashboard-main::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.dashboard-main::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dashboard-main::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dashboard-content{display:flex;flex-direction:column;gap:32px}.welcome-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;padding:40px 20px;text-align:center}.welcome-section h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:12px}.welcome-section p{color:#64748b;font-size:1.125rem}.dashboard-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.dashboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;padding:24px;transition:transform .2s ease,box-shadow .2s ease}.dashboard-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.dashboard-card h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:12px}.dashboard-card p{color:#64748b;line-height:1.6;margin-bottom:20px}.card-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:10px 20px;transition:all .2s ease;width:100%}.card-button:hover{box-shadow:0 4px 6px -1px #3b82f64d;transform:translateY(-1px)}.card-button:active{transform:translateY(0)}@media (max-width:768px){.header-content{flex-direction:column;gap:16px;text-align:center}.dashboard-main{padding:20px 16px}.dashboard-grid{grid-template-columns:1fr}.welcome-section{padding:24px 16px}.welcome-section h2{font-size:1.5rem}}.page-header h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:8px}.page-header p{color:#64748b;font-size:1.125rem}.stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:32px}.stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;display:flex;gap:16px;padding:24px;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.stat-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;color:#fff;display:flex;font-size:2rem;height:60px;justify-content:center;width:60px}.stat-info h3{color:#64748b;font-size:.875rem;font-weight:500;margin:0 0 4px}.stat-number{color:#1e293b;font-size:1.875rem;font-weight:700;margin:0 0 4px}.stat-change{border-radius:4px;font-size:.75rem;font-weight:500;padding:2px 8px}.stat-change.positive{background-color:#d1fae5;color:#059669}.stat-change.negative{background-color:#fee2e2;color:#dc2626}.stat-change.neutral{background-color:#f3f4f6;color:#6b7280}.content-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;padding:24px}.section-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.section-header h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0}.header-actions{display:flex;gap:12px}.table-container{overflow-x:auto}.role-badge{border-radius:6px;font-size:.75rem;font-weight:500;padding:4px 8px}.role-badge.admin{background-color:#dbeafe;color:#1e40af}.role-badge.user{background-color:#d1fae5;color:#065f46}.role-badge.vendor{background-color:#fef3c7;color:#92400e}.action-button{margin-right:4px}.action-button.refund{background-color:#fef3c7;color:#92400e}.action-button.cancel{background-color:#fee2e2;color:#991b1b}.action-button.retry{background-color:#dbeafe;color:#1e40af}.rating{color:#f59e0b;font-size:.875rem}.vendor-name{display:flex;flex-direction:column;gap:4px}.vendor-name strong{color:#1e293b;font-weight:600}.vendor-name small{color:#64748b;font-size:.75rem}.phone-number{font-weight:500}.offer-id{padding:2px 6px}.created-date{color:#6b7280;font-size:.875rem}.error-container{min-height:300px}.error-container .error-message{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;max-width:400px;padding:40px;text-align:center}.error-container .error-message h3{color:#dc2626;font-size:1.25rem;margin-bottom:12px}.error-container .error-message p{color:#64748b;margin-bottom:20px}.settings-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:32px}.settings-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;padding:24px}.settings-section h2{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0 0 20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px}.form-input,.form-select,.form-textarea{border-radius:6px;padding:10px 12px;transition:border-color .2s ease;width:100%}.checkbox-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:.875rem}.checkbox-label input[type=checkbox]{height:16px;margin-right:8px;width:16px}.info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.info-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:12px 0}.info-label{color:#6b7280;font-size:.875rem}.info-value{color:#374151;font-size:.875rem;font-weight:500}.status-online{color:#059669}.settings-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding-top:24px}.payments-page{margin:0 auto;max-width:1400px;padding:24px}.tabs-container{margin-bottom:24px}.tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:0}.tab{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;flex:1 1;font-size:1.5rem;font-weight:500;padding:12px 24px;text-align:center;transition:all .2s ease}.tab:hover{color:#374151}.tab.active{border-bottom-color:#3b82f6;color:#3b82f6}.filters-container{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.filters-right{align-items:center;margin-left:auto}.filters-left,.filters-right{display:flex;gap:12px}.filter-dropdown{position:relative}.filter-button{align-items:center;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;gap:6px;padding:8px 12px;transition:all .2s ease}.filter-button:hover{background:#f3f4f6;border-color:#9ca3af}.chevron{color:#6b7280;font-size:.75rem}.search-container{align-items:center;display:flex;gap:8px}.search-dropdown{position:relative}.search-type-button{align-items:center;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;gap:6px;padding:8px 12px;transition:all .2s ease}.search-type-button:hover{background:#f3f4f6;border-color:#9ca3af}.search-input{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:8px 12px;transition:border-color .2s ease;width:200px}.search-input:focus{border-color:#3b82f6;outline:none}.search-button{align-items:center;background:#3b82f6;border:none;border-radius:6px;cursor:pointer;display:flex;justify-content:center;padding:8px 12px;transition:background-color .2s ease}.search-button:hover{background:#2563eb}.search-icon{color:#fff;font-size:.875rem}.refresh-button{border-radius:4px;padding:8px}.refresh-button:hover{background:#f3f4f6}.refresh-icon{font-size:1.5rem;font-weight:700;transition:transform .2s ease}.refresh-button:hover .refresh-icon{color:#374151;transform:rotate(180deg)}.make-payments-header{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin-bottom:24px}.create-payment-button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 24px;transition:background-color .2s ease}.create-payment-button:hover{background:#2563eb}.make-payments-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;padding:24px}.pending-transactions-section h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 20px}.action-button.process{background:#059669;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;padding:6px 12px;transition:background-color .2s ease}.action-button.process:hover{background:#047857}.payment-form-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;padding:24px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:24px}.form-input,.form-select,.form-textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-textarea{min-height:80px}@media (max-width:768px){.page-container{padding:16px}.stats-grid{grid-template-columns:1fr}.section-header{align-items:flex-start;flex-direction:column}.header-actions{justify-content:flex-start;width:100%}.settings-grid{grid-template-columns:1fr}.settings-actions{flex-direction:column}.settings-actions button{width:100%}.form-grid{gap:16px;grid-template-columns:1fr}.filters-container,.form-actions{flex-direction:column}.filters-container{align-items:stretch;gap:12px}.filters-left{flex-wrap:wrap}.filters-left,.search-container{justify-content:flex-start}.search-input{min-width:150px;width:100%}.make-payments-header{flex-direction:column;gap:8px;justify-content:center}}.loading-container{padding:40px;text-align:center}.loading-container p{color:#64748b;margin:0}.error-message{padding:40px;text-align:center}.error-message h3{font-size:1.25rem;margin-bottom:12px}.error-message p{color:#64748b;margin-bottom:20px}.vendor-details{display:flex;flex-direction:column;gap:24px}.form-group{margin-bottom:16px}.form-group label{color:#64748b}.form-input{border-radius:6px;padding:10px 12px}.detail-section{background:#f8fafc;border:1px solid #e2e8f0}.detail-section h3{border-bottom:1px solid #e2e8f0;color:#1e293b}.detail-item{border-bottom:1px solid #f1f5f9}.detail-item label{color:#64748b;min-width:120px}.detail-item span{color:#374151;font-weight:500}.clerk-id{background-color:#f1f5f9;border-radius:4px;color:#475569;font-family:Courier New,monospace}.account-id,.clerk-id{font-size:.875rem;padding:4px 8px}.phone-number{color:#374151;font-weight:600}.email-address{color:#3b82f6;font-weight:500;text-decoration:none}.offer-id{background-color:#dbeafe;border-radius:4px;color:#1e40af;font-size:.875rem;font-weight:500;padding:4px 8px}.no-offer{color:#9ca3af;font-size:.875rem;font-style:italic}.status-badge{font-size:.875rem;padding:4px 8px}.timestamp{color:#6b7280;font-size:.875rem}.toggle-container{align-items:center;display:flex;gap:12px}.toggle-switch{display:inline-block;height:24px;position:relative;width:50px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#d1d5db;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 4px #0003;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.toggle-switch input:checked+.toggle-slider{background-color:#10b981}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(26px)}.status-text{font-size:.875rem;font-weight:500}.status-text.active{color:#065f46}.status-text.inactive{color:#991b1b}.primary-button{padding:10px 20px}.primary-button:hover{box-shadow:0 4px 6px -1px #3b82f64d;transform:translateY(-1px)}.secondary-button{padding:10px 20px}.secondary-button:hover{background-color:#f9fafb}@media (max-width:768px){.modal-content{margin:20px;width:95%}.modal-header{padding:20px 20px 0}.modal-body{padding:0 20px 20px}.details-grid{grid-template-columns:1fr}.detail-item{align-items:flex-start;flex-direction:column;gap:4px}.detail-item label{min-width:auto}.detail-item span{text-align:left}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}.modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);height:100%;width:100%}.modal-content{animation:modalSlideIn .3s ease;max-width:600px;overflow-y:auto;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header h2{color:#1e293b;font-weight:700}.modal-body{padding:0 24px 24px}.vendor-form{display:flex;flex-direction:column;gap:20px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-input{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:.875rem;padding:12px 16px;transition:all .2s ease}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-input::placeholder{color:#9ca3af}.form-input.error{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.error-text{color:#dc2626;font-size:.75rem;margin-top:4px}.error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:16px;padding:16px}.error-message h3{font-size:1rem;font-weight:600}.error-message p{color:#991b1b;font-size:.875rem;margin:0}.modal-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px}.primary-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);transition:all .2s ease}.primary-button:hover:not(:disabled){box-shadow:0 4px 6px -1px #3b82f64d;transform:translateY(-1px)}.secondary-button{background:#fff}.secondary-button:hover:not(:disabled){background-color:#f9fafb}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.primary-button:disabled:hover,.secondary-button:disabled:hover{box-shadow:none;transform:none}@media (max-width:768px){.modal-content{margin:20px;width:95%}.modal-header{padding:20px 20px 0}.modal-body{padding:0 20px 20px}.form-row{grid-template-columns:1fr}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}@media (max-width:480px){.modal-content{border-radius:0;height:100%;max-height:none;width:100%}.modal-header{padding:16px 16px 0}.modal-body{padding:0 16px 16px}}.loading-container{gap:16px}.loading-fullscreen{background-color:#f8fafce6;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-spinner-small{border:2px solid #e2e8f0;border-top-color:#3b82f6;height:20px;width:20px}.loading-spinner-medium{border:4px solid #e2e8f0;border-top-color:#3b82f6;height:40px;width:40px}.loading-spinner-large{border:6px solid #e2e8f0;height:60px;width:60px}.loading-primary,.loading-spinner-large{border-top-color:#3b82f6}.loading-secondary{border-top-color:#64748b}.loading-white{border-color:#fff #ffffff4d #ffffff4d}.loading-text{color:#64748b;font-size:.875rem;font-weight:500;margin:0;text-align:center}.loading-fullscreen .loading-text{color:#374151;font-size:1rem}@media (max-width:768px){.loading-spinner-large{border-width:5px;height:50px;width:50px}.loading-spinner-medium{border-width:3px;height:35px;width:35px}.loading-text{font-size:.8rem}}.error-state{justify-content:center;min-height:200px;padding:24px}.error-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;max-width:500px;padding:32px;text-align:center}.error-icon{font-size:3rem;margin-bottom:16px;opacity:.8}.error-title{color:#dc2626;font-size:1.25rem;font-weight:600;margin:0 0 12px}.error-message{color:#64748b;font-size:1rem;line-height:1.5;margin:0 0 24px}.error-details{margin:16px 0;text-align:left}.error-details summary{color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:8px}.error-stack{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:.75rem;overflow-x:auto;padding:12px;white-space:pre-wrap;word-break:break-word}.error-retry-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:12px 24px;transition:all .2s ease}.error-retry-button:hover{box-shadow:0 4px 6px -1px #3b82f64d;transform:translateY(-1px)}.error-retry-button:active{transform:translateY(0)}.error-retry-button:focus{box-shadow:0 0 0 3px #3b82f61a;outline:none}.error-state.error-fullscreen{background-color:#f8fafcf2;bottom:0;left:0;min-height:100vh;position:fixed;right:0;top:0;z-index:9999}.error-state.error-fullscreen .error-content{max-width:600px;padding:48px}.error-state.error-fullscreen .error-icon{font-size:4rem}.error-state.error-fullscreen .error-title{font-size:1.5rem}.error-state.error-fullscreen .error-message{font-size:1.125rem}.error-state.error-inline{min-height:auto;padding:16px}.error-state.error-inline .error-content{max-width:none;padding:20px;width:100%}.error-state.error-inline .error-icon{font-size:2rem}.error-state.error-inline .error-title{font-size:1.125rem}.error-state.error-inline .error-message{font-size:.875rem}@media (max-width:768px){.error-state{padding:16px}.error-content{padding:24px}.error-icon{font-size:2.5rem}.error-title{font-size:1.125rem}.error-message{font-size:.875rem}.error-retry-button{font-size:.8rem;padding:10px 20px}}.refresh-button{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;font-family:inherit;gap:8px;justify-content:center;transition:all .2s ease}.refresh-button:hover:not(:disabled){background:#f3f4f6}.refresh-button:focus{box-shadow:0 0 0 3px #3b82f61a;outline:none}.refresh-button:disabled{cursor:not-allowed;opacity:.5}.refresh-small{font-size:.75rem;height:32px;min-width:80px;padding:8px 12px}.refresh-medium{font-size:.875rem;height:40px;min-width:100px;padding:10px 16px}.refresh-large{font-size:1rem;height:48px;min-width:120px;padding:12px 20px}.refresh-text-only{background:#f9fafb;border:1px solid #d1d5db;color:#374151;font-weight:500}.refresh-text-only:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.refresh-icon-text{background:#f9fafb;border:1px solid #d1d5db;color:#374151;font-weight:500}.refresh-icon-text:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.refresh-icon{color:#6b7280;display:inline-block;font-size:1.2em;transition:transform .2s ease,color .2s ease}.refresh-button:hover:not(:disabled) .refresh-icon{color:#374151}.refresh-icon.spinning{animation:spin 1s linear infinite}.refresh-text{color:inherit;font-weight:500}.refresh-button.refresh-primary{background:#3b82f6;border:1px solid #3b82f6;color:#fff}.refresh-button.refresh-primary:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.refresh-button.refresh-primary .refresh-icon,.refresh-button.refresh-primary:hover:not(:disabled) .refresh-icon{color:#fff}.refresh-button.refresh-secondary{background:#64748b;border:1px solid #64748b;color:#fff}.refresh-button.refresh-secondary:hover:not(:disabled){background:#475569;border-color:#475569}.refresh-button.refresh-secondary .refresh-icon,.refresh-button.refresh-secondary:hover:not(:disabled) .refresh-icon{color:#fff}@media (max-width:768px){.refresh-large{font-size:.875rem;padding:10px}.refresh-medium{font-size:.8rem;padding:6px}.refresh-small{font-size:.7rem;padding:4px}.refresh-icon-text,.refresh-text-only{padding:6px 10px}}.status-badge{align-items:center;border-radius:6px;display:inline-flex;justify-content:center;transition:all .2s ease;white-space:nowrap}.status-badge-small{font-size:.75rem;line-height:1;padding:2px 6px}.status-badge-medium{font-size:.75rem;line-height:1.2;padding:4px 8px}.status-badge-large{font-size:.875rem;line-height:1.3;padding:6px 12px}.status-badge-outline{background:#0000;border:1px solid}.status-badge-solid{color:#fff}.status-badge.active{background-color:#d1fae5;color:#065f46}.status-badge.inactive{background-color:#fee2e2;color:#991b1b}.status-badge.processing{background-color:#dbeafe;color:#1e40af}.status-badge.completed{background-color:#d1fae5;color:#065f46}.status-badge.cancelled{background-color:#fee2e2;color:#991b1b}.status-badge.default{background-color:#f3f4f6;color:#6b7280}.status-badge-solid.active{background-color:#059669;color:#fff}.status-badge-solid.inactive{background-color:#dc2626;color:#fff}.status-badge-solid.pending{background-color:#f59e0b;color:#fff}.status-badge-solid.success{background-color:#059669;color:#fff}.status-badge-solid.failed{background-color:#dc2626;color:#fff}.status-badge-solid.warning{background-color:#f59e0b;color:#fff}.status-badge-solid.processing{background-color:#3b82f6;color:#fff}.status-badge-solid.completed{background-color:#059669;color:#fff}.status-badge-solid.cancelled{background-color:#dc2626;color:#fff}.status-badge-solid.default{background-color:#6b7280;color:#fff}.status-badge-outline.active{background-color:initial;border-color:#059669;color:#059669}.status-badge-outline.inactive{background-color:initial;border-color:#dc2626;color:#dc2626}.status-badge-outline.pending{background-color:initial;border-color:#f59e0b;color:#f59e0b}.status-badge-outline.success{background-color:initial;border-color:#059669;color:#059669}.status-badge-outline.failed{background-color:initial;border-color:#dc2626;color:#dc2626}.status-badge-outline.warning{background-color:initial;border-color:#f59e0b;color:#f59e0b}.status-badge-outline.processing{background-color:initial;border-color:#3b82f6;color:#3b82f6}.status-badge-outline.completed{background-color:initial;border-color:#059669;color:#059669}.status-badge-outline.cancelled{background-color:initial;border-color:#dc2626;color:#dc2626}.status-badge-outline.default{background-color:initial;border-color:#6b7280;color:#6b7280}.status-badge:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}@media (max-width:768px){.status-badge-large{font-size:.75rem;padding:4px 8px}.status-badge-medium{font-size:.7rem;padding:3px 6px}.status-badge-small{font-size:.65rem;padding:2px 4px}}.skeleton-row{animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-cell{border-bottom:1px solid #f3f4f6;padding:12px 16px}.skeleton-content{display:flex;flex-direction:column;gap:8px}.skeleton-line{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;height:16px}.skeleton-line-small{height:12px;width:60%}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:768px){.skeleton-cell{padding:8px 12px}.skeleton-line{height:14px}.skeleton-line-small{height:10px}}.data-table-container{display:flex;flex-direction:column;height:100%;width:100%}.table-container{border:1px solid #e2e8f0;border-radius:8px;flex:1 1;max-height:70vh;overflow:auto;width:100%}.table-container::-webkit-scrollbar{height:8px;width:8px}.table-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.table-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.data-table{background:#fff;border-collapse:collapse;font-size:.875rem;min-width:100%;table-layout:auto;transition:opacity .2s ease-in-out;width:100%}.data-table th{background-color:#f8fafc;border-bottom:1px solid #e5e7eb;font-weight:600;text-align:left;white-space:nowrap}.data-table td,.data-table th{color:#374151;padding:12px 16px}.data-table td{border-bottom:1px solid #f3f4f6;vertical-align:middle}.data-table tr:hover{background-color:#f9fafb}.data-table tr:last-child td{border-bottom:none}.empty-cell,.error-cell,.loading-cell{align-items:center;background:#fff;display:flex;justify-content:center;min-height:200px;padding:60px 16px;text-align:center;width:100%!important}.loading-cell{background:#f8fafc}.error-cell{background:#fef2f2}.empty-cell{background:#f8fafc;width:100%}.state-content{flex-direction:column;height:100%;width:100%}.empty-state-container,.state-content{align-items:center;display:flex;justify-content:center}.empty-state-container{background:#f8fafc}.empty-state-container,.error-state-container{border-radius:8px;max-height:70vh;min-height:200px;overflow:auto}.error-state-container{align-items:center;background:#fef2f2;display:flex;justify-content:center}.empty-state-container::-webkit-scrollbar,.error-state-container::-webkit-scrollbar{height:8px;width:8px}.empty-state-container::-webkit-scrollbar-track,.error-state-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.empty-state-container::-webkit-scrollbar-thumb,.error-state-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.empty-state-container::-webkit-scrollbar-thumb:hover,.error-state-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.empty-state,.error-state{align-items:center;display:flex;flex-direction:column;gap:12px;padding:40px 20px;text-align:center}.empty-icon{font-size:2rem;opacity:.5}.empty-state p{color:#64748b;font-size:.875rem;line-height:1.5;margin:0;max-width:400px}.currency-value{color:#059669;font-weight:500}.date-value{color:#6b7280;font-size:.8rem}.phone-value{color:#374151;font-weight:500}.account-id{background-color:#f1f5f9;border-radius:4px;color:#475569;font-family:Courier New,monospace;font-size:.8rem;padding:2px 6px}.text-value{color:#374151}.action-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.action-button{border-radius:4px;font-size:.75rem;padding:4px 8px;white-space:nowrap}.action-button:hover{opacity:.8;transform:translateY(-1px)}.action-button.edit{background-color:#dbeafe;color:#1e40af}.action-button.delete{background-color:#fee2e2;color:#991b1b}.action-button.view{background-color:#d1fae5;color:#065f46}.action-button.download{background-color:#f0f9ff;border:1px solid #bae6fd;color:#0369a1}.action-button.download:hover{background-color:#e0f2fe;color:#0c4a6e}@media (max-width:768px){.data-table{font-size:.8rem}.data-table td,.data-table th{padding:8px 12px}.action-buttons{flex-direction:column;gap:4px}.action-button{font-size:.7rem;padding:3px 6px}.empty-cell,.error-cell,.loading-cell{padding:20px 12px}}.page-container{margin:0 auto;max-width:1400px;padding:24px}.page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px}.page-title-section h1{align-items:center;color:#1e293b;display:flex;font-size:2rem;font-weight:700;gap:12px;margin:0 0 8px}.page-icon{font-size:1.5em}.page-title-section p{color:#64748b;font-size:1.125rem;margin:0}.page-actions{flex-wrap:wrap;gap:12px}.action-button,.page-actions{align-items:center;display:flex}.action-button{border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;gap:8px;padding:10px 20px;text-decoration:none;transition:all .2s ease}.action-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.action-button.primary:hover:not(:disabled){box-shadow:0 4px 6px -1px #3b82f64d;transform:translateY(-1px)}.action-button.secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.action-button.secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.action-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.action-icon{font-size:1em}@media (max-width:768px){.page-container{padding:16px}.page-header{align-items:stretch;flex-direction:column;gap:16px}.page-title-section h1{font-size:1.5rem}.page-title-section p{font-size:1rem}.page-actions{flex-wrap:wrap;justify-content:flex-start}.action-button{font-size:.8rem;padding:8px 16px}}.modal-content{max-width:800px}.modal-body{padding:24px}.transaction-details{display:flex;flex-direction:column;gap:24px}.details-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.detail-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.detail-section h3{border-bottom:2px solid #3b82f6;color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 16px;padding-bottom:8px}.detail-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 0}.detail-item:last-child{border-bottom:none}.detail-item label{color:#374151;font-size:.875rem;font-weight:500;min-width:140px}.detail-item span{color:#111827;font-size:.875rem;text-align:right;word-break:break-all}.offer-id,.razorpay-id,.transaction-id,.user-id{background:#f3f4f6;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;padding:4px 8px}.amount{font-size:1rem}.amount.final{color:#059669;font-size:1.125rem}.status-badge{font-weight:500}.status-badge.success{background-color:#d1fae5;color:#065f46}.status-badge.pending{background-color:#fef3c7;color:#92400e}.status-badge.failed{background-color:#fee2e2;color:#991b1b}.status-badge.warning{background-color:#fef3c7;color:#92400e}.modal-footer{background:#f9fafb;padding:20px 24px}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.loading-spinner{border:4px solid #f3f4f6}.error-message h3{color:#dc2626;font-size:1.125rem;margin:0 0 8px}.error-message p{color:#6b7280;margin:0 0 16px}@media (max-width:768px){.modal-content{margin:10px;max-height:95vh}.details-grid{gap:16px;grid-template-columns:1fr}.detail-item{align-items:flex-start;flex-direction:column;gap:4px}.detail-item label{min-width:auto}.detail-item span{text-align:left}.modal-body,.modal-footer,.modal-header{padding:16px}}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;width:100%}.modal-header{background:#f9fafb;padding:20px 24px}.close-button{font-size:24px}.close-button:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.close-button:disabled{cursor:not-allowed;opacity:.5}.payment-form{gap:20px;padding:24px}.form-group,.payment-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#374151;font-size:.875rem;font-weight:500}.required{color:#dc2626}.form-input,.form-textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-input.error,.form-textarea.error{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-input:disabled,.form-textarea:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.form-textarea{font-family:inherit;min-height:100px;resize:vertical}.character-count{color:#6b7280;font-size:.75rem;margin-top:4px;text-align:right}.error-message{color:#dc2626;font-size:.75rem;margin-top:4px}.submit-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:.875rem;gap:8px;padding:12px 16px}.error-icon{font-size:1rem}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding-top:20px}.secondary-button{background:#f9fafb;border-radius:8px;padding:12px 24px}.secondary-button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.secondary-button:disabled{cursor:not-allowed;opacity:.5}.primary-button{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:8px;padding:12px 24px;transition:background-color .2s ease}.primary-button:hover:not(:disabled){background:#2563eb}.primary-button:disabled{cursor:not-allowed;opacity:.5}.loading-spinner-small{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}.search-container{position:relative}.search-loading{pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.search-dropdown{background:#fff;border:1px solid #d1d5db;border-radius:0 0 8px 8px;border-top:none;box-shadow:0 4px 6px -1px #0000001a;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.search-item{border-bottom:1px solid #f3f4f6;cursor:pointer;padding:12px 16px;transition:background-color .2s ease}.search-item:last-child{border-bottom:none}.search-item:hover{background-color:#f9fafb}.search-item-name{color:#111827;font-size:.875rem;font-weight:500;margin-bottom:2px}.search-item-phone{color:#6b7280;font-size:.75rem}.search-no-results{color:#6b7280;font-size:.875rem;font-style:italic;padding:12px 16px;text-align:center}@media (max-width:768px){.modal-content{margin:10px;max-height:95vh}.modal-header,.payment-form{padding:16px}.form-actions{flex-direction:column}.primary-button,.secondary-button{justify-content:center;width:100%}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}.pending-details-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px 24px 0}.modal-header h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0}.close-button{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:1.5rem;padding:4px;transition:all .2s ease}.close-button:hover{background-color:#f3f4f6;color:#374151}.modal-body{flex:1 1;overflow-y:auto;padding:0 24px}.details-columns{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.details-column{display:flex;flex-direction:column;gap:24px}.details-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.details-section h3{border-bottom:1px solid #d1d5db;color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 16px;padding-bottom:8px}.details-row{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:8px 0}.details-row:last-child{border-bottom:none}.label{color:#374151;flex-shrink:0;font-weight:500;min-width:120px}.value{color:#111827;flex:1 1;text-align:right;word-break:break-word}.request-id,.user-id,.vendor-id{background:#f3f4f6;border-radius:4px;display:inline-block;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;padding:4px 8px}.amount{color:#059669;font-size:1.125rem;font-weight:600}.expires-date{color:#dc2626;font-weight:500}.created-by-id{background:#f3f0ff;color:#7c3aed;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:500}.created-by-id,.created-by-name{border-radius:4px;display:inline-block;font-size:.875rem;padding:4px 8px}.created-by-name{background:#ecfdf5;color:#059669;font-weight:600}.metadata{background:#f3f4f6;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;max-height:200px;overflow-y:auto;padding:12px;text-align:left;white-space:pre-wrap}.metadata pre{margin:0;white-space:pre-wrap;word-break:break-word}.status-badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:4px 12px;text-transform:uppercase}.status-pending{background-color:#fef3c7;color:#92400e}.status-processing{background-color:#dbeafe;color:#1e40af}.status-completed{background-color:#d1fae5;color:#065f46}.status-failed{background-color:#fee2e2;color:#991b1b}.status-cancelled{background-color:#f3f4f6;color:#374151}.status-unknown{background-color:#f3f4f6;color:#6b7280}.modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:24px}.secondary-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:8px 16px;transition:all .2s ease}.secondary-button:hover{background:#e5e7eb;border-color:#9ca3af}@media (max-width:768px){.modal-overlay{padding:10px}.pending-details-modal{max-height:95vh}.modal-header{padding:16px 16px 0}.modal-body{padding:0 16px}.modal-footer{padding:16px}.details-columns{gap:16px;grid-template-columns:1fr}.details-section{padding:16px}.details-row{align-items:flex-start;flex-direction:column;gap:4px}.label{font-size:.875rem;min-width:auto}.value{text-align:left}.request-id,.user-id,.vendor-id{font-size:.75rem}}@media (max-width:480px){.modal-header h2{font-size:1.25rem}.amount,.details-section h3{font-size:1rem}}.sidebar-toggle{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;flex-direction:column;gap:3px;height:44px;justify-content:center;left:20px;position:fixed;top:20px;transition:all .3s ease;width:44px;z-index:1001}.sidebar-toggle:hover{background-color:#f8fafc;box-shadow:0 6px 16px #0003;transform:translateY(-1px)}.sidebar-toggle:active{box-shadow:0 2px 8px #00000026;transform:translateY(0)}.toggle-line{background-color:#374151;border-radius:1px;height:2px;transition:all .3s ease;width:20px}.sidebar-toggle.open .toggle-line:first-child{transform:rotate(45deg) translate(5px,5px)}.sidebar-toggle.open .toggle-line:nth-child(2){opacity:0}.sidebar-toggle.open .toggle-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.sidebar{background:linear-gradient(135deg,#1e293b,#334155);border-right:1px solid #475569;box-shadow:2px 0 10px #0000004d;height:100vh;left:-280px;overflow-y:auto;position:fixed;top:0;transition:left .3s ease;width:280px;z-index:1000}.sidebar.open{left:0}.sidebar-header{align-items:center;background:#0000001a;border-bottom:1px solid #475569;display:flex;flex-direction:column;gap:12px;padding:80px 20px 24px}.sidebar-logo{height:50px;width:auto}.sidebar-header h2{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:.5px;margin:0;text-align:center}.sidebar-items{list-style:none;margin:0;padding:0}.sidebar-item{align-items:center;background:none;border:none;border-left:4px solid #0000;color:#e2e8f0;cursor:pointer;display:flex;font-size:1rem;font-weight:500;padding:16px 20px;text-align:left;transition:all .2s ease;width:100%}.sidebar-item:hover{background-color:#ffffff14;color:#fff;transform:translateX(2px)}.sidebar-item.active{background-color:#3b82f626;border-left-color:#3b82f6;color:#60a5fa;font-weight:600}.sidebar-icon{font-size:1.25rem;margin-right:12px;text-align:center;width:24px}.sidebar-label{font-weight:500}@media (min-width:1200px){.sidebar-toggle{height:48px;left:24px;top:24px;width:48px}.toggle-line{height:2px;width:22px}}@media (max-width:768px){.sidebar-toggle{height:40px;left:16px;top:16px;width:40px}.toggle-line{height:2px;width:18px}.sidebar{left:-260px;width:260px}.sidebar-header{padding:70px 16px 16px}.sidebar-logo{height:40px}.sidebar-header h2{font-size:1.125rem}.sidebar-item{font-size:.95rem;padding:14px 16px}.admin-layout.sidebar-open{margin-left:260px}}@media (max-width:480px){.sidebar-toggle{height:36px;left:12px;top:12px;width:36px}.toggle-line{height:2px;width:16px}.sidebar{left:-100%;width:100%}.sidebar-header h2{font-size:1.125rem}.sidebar-item{font-size:1rem;padding:16px 20px}.admin-layout.sidebar-open{margin-left:0}.sidebar-toggle{height:40px;left:15px;top:15px;width:40px}.toggle-line{width:18px}}.sidebar-item{animation:slideInLeft .3s ease forwards;opacity:0;transform:translateX(-20px)}.sidebar-item:first-child{animation-delay:.1s}.sidebar-item:nth-child(2){animation-delay:.15s}.sidebar-item:nth-child(3){animation-delay:.2s}.sidebar-item:nth-child(4){animation-delay:.25s}.sidebar-item:nth-child(5){animation-delay:.3s}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#0000001a}.sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.admin-layout{background-color:#f8fafc;display:flex;flex-direction:column;height:100vh;overflow:hidden;transition:margin-left .3s ease}.admin-layout.sidebar-open{margin-left:280px}.admin-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px 0 #0000001a;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{justify-content:space-between;margin:0 auto;max-width:1400px;padding:20px 0}.header-content,.header-left{align-items:center;display:flex}.header-left{gap:16px}.header-logo{height:40px;width:auto}.header-left h1{color:#1e293b;font-size:1.875rem;font-weight:700;margin:0}.user-info{align-items:center;display:flex;gap:16px}.user-info span{color:#64748b;font-weight:500}.sign-out-button{background-color:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.sign-out-button:hover{background-color:#dc2626}.admin-main{flex:1 1;overflow-x:hidden;overflow-y:auto}.admin-main::-webkit-scrollbar{width:8px}.admin-main::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.admin-main::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.admin-main::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){.admin-layout.sidebar-open{margin-left:260px}.admin-header{padding:0 16px}.header-content{padding:16px 0}.header-left h1{font-size:1.5rem}.user-info{align-items:flex-end;flex-direction:column;gap:8px}.user-info span{font-size:.875rem}}@media (max-width:480px){.admin-layout.sidebar-open{margin-left:0}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{min-height:100vh}.loading-container{align-items:center;background-color:#f8fafc;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:40px;margin-bottom:16px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{align-items:center;background-color:#f8fafc;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px;text-align:center}.error-container h1{color:#ef4444;font-size:2rem;margin-bottom:16px}.error-container p{color:#64748b;line-height:1.6;margin-bottom:8px;max-width:600px}