.prealert-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999}.prealert-modal{background:#fff;width:100%;max-width:420px;border-radius:14px;box-shadow:0 20px 50px #00000040;animation:prealertFadeIn .25s ease-out}@keyframes prealertFadeIn{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.prealert-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #e5e7eb}.prealert-header h3{font-size:17px;font-weight:700;color:#1f2a44}.prealert-close{background:none;border:none;font-size:18px;cursor:pointer;color:#64748b}.prealert-form{padding:20px;display:flex;flex-direction:column;gap:14px}.prealert-field{display:flex;flex-direction:column;gap:6px}.prealert-field label{font-size:13px;font-weight:600;color:#475569}.prealert-field input,.prealert-field textarea{padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:14px;outline:none}.prealert-field textarea{resize:none;min-height:70px}.prealert-field input:focus,.prealert-field textarea:focus{border-color:#3b82f6}.prealert-submit{margin-top:10px;padding:12px;border-radius:10px;background:#1f2a44;color:#fff;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:background .2s ease}.prealert-submit:hover{background:#243055}.prealert-toast{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;gap:12px;background:#1f2a44;color:#fff;padding:14px 18px;border-radius:12px;box-shadow:0 10px 30px #0003;animation:slideIn .3s ease-out;z-index:9999}.prealert-toast-icon{width:22px;color:#4ade80}.prealert-toast-text{font-size:14px;font-weight:500}.prealert-toast-close{background:none;border:none;color:#9ca3af;cursor:pointer}.prealert-toast-close svg{width:18px}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.notif-wrap{position:relative}.notif-btn{position:relative;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;padding:8px;cursor:pointer;display:flex;align-items:center;color:#374151;transition:background .2s,border-color .2s}.notif-btn:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.notif-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;border-radius:999px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff}.notif-dropdown{position:absolute;right:0;top:calc(100% + 10px);width:340px;background:#fff;border-radius:14px;box-shadow:0 8px 30px #00000026;border:1px solid #e5e7eb;z-index:200;overflow:hidden}@media(max-width:899px){.notif-dropdown{position:fixed;right:12px;left:12px;width:auto;top:68px;max-height:70vh}.notif-list{max-height:calc(70vh - 56px)}}.notif-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #f3f4f6}.notif-header-title{font-size:14px;font-weight:700;color:#111827}.notif-readall{font-size:12px;color:#2563eb;background:none;border:none;cursor:pointer;font-weight:500}.notif-readall:hover{text-decoration:underline}.notif-list{max-height:360px;overflow-y:auto}.notif-empty{padding:32px;text-align:center;font-size:13px;color:#9ca3af}.notif-item{display:flex;gap:10px;align-items:flex-start;padding:13px 16px;border-bottom:1px solid #f9fafb;cursor:pointer;transition:background .15s}.notif-item:hover{background:#f9fafb}.notif-item:last-child{border-bottom:none}.notif-unread{background:#eff6ff}.notif-unread:hover{background:#dbeafe}.notif-dot{width:8px;height:8px;border-radius:50%;background:#2563eb;flex-shrink:0;margin-top:5px}.notif-content{flex:1}.notif-title{font-size:13px;font-weight:600;color:#111827;margin-bottom:2px}.notif-msg{font-size:12px;color:#6b7280;line-height:1.4}.notif-time{font-size:11px;color:#9ca3af;margin-top:4px}.admin-layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh;background:#f3f4f6}.admin-sidebar{background:#111827;display:flex;flex-direction:column;padding:0}.admin-sidebar-brand{padding:24px 20px 20px;border-bottom:1px solid #1f2937}.admin-brand-title{font-size:14px;font-weight:700;color:#fff;letter-spacing:.5px}.admin-brand-sub{font-size:11px;color:#6b7280;margin-top:2px}.admin-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:4px}.admin-nav-section{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#4b5563;font-weight:700;padding:12px 8px 6px}.admin-nav-btn{display:flex;align-items:center;gap:10px;padding:10px 12px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#9ca3af;background:transparent;width:100%;text-align:left;transition:all .15s}.admin-nav-btn:hover{background:#1f2937;color:#f9fafb}.admin-nav-btn.active{background:#2563eb;color:#fff}.admin-nav-btn svg{width:18px;height:18px;flex-shrink:0}.admin-nav-footer{padding:16px 12px;border-top:1px solid #1f2937}.admin-main{display:flex;flex-direction:column;min-height:100vh}.admin-topbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 28px;height:60px;display:flex;align-items:center;justify-content:space-between}.admin-topbar-title{font-size:16px;font-weight:600;color:#111827}.admin-topbar-user{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}.admin-body{padding:28px;flex:1;display:flex;flex-direction:column;gap:24px}.admin-page-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.admin-page-title{font-size:22px;font-weight:700;color:#111827}.admin-page-sub{font-size:13px;color:#6b7280;margin-top:2px}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1100px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}.admin-stat{background:#fff;border-radius:12px;padding:20px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0000000a}.admin-stat-label{font-size:12px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.admin-stat-value{font-size:32px;font-weight:800;color:#111827;line-height:1}.admin-stat-sub{font-size:12px;color:#9ca3af;margin-top:6px}.admin-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:visible}.admin-card-header{padding:16px 20px;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.admin-card-title{font-size:15px;font-weight:600;color:#111827}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{background:#f9fafb;padding:11px 16px;text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;font-weight:700;white-space:nowrap}.admin-table td{padding:12px 16px;border-top:1px solid #f3f4f6;color:#374151;vertical-align:middle}.admin-table tr:hover td{background:#fafafa}.admin-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.badge-pendiente{background:#fef3c7;color:#92400e}.badge-recibido{background:#dbeafe;color:#1e40af}.badge-en_bodega{background:#ede9fe;color:#5b21b6}.badge-entregado,.badge-pagado,.badge-active{background:#d1fae5;color:#065f46}.badge-inactive{background:#fee2e2;color:#991b1b}.badge-admin{background:#dbeafe;color:#1e40af}.admin-btn{padding:8px 16px;border-radius:8px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s;display:inline-flex;align-items:center;gap:6px}.admin-btn:hover{opacity:.85}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-btn-primary{background:#2563eb;color:#fff}.admin-btn-success{background:#10b981;color:#fff}.admin-btn-danger{background:#ef4444;color:#fff}.admin-btn-ghost{background:#f3f4f6;color:#374151}.admin-btn-sm{padding:5px 10px;font-size:12px}.admin-input,.admin-select{padding:9px 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:13px;outline:none;background:#fafafa;transition:border-color .2s;font-family:inherit}.admin-input:focus,.admin-select:focus{border-color:#2563eb;background:#fff}.admin-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.admin-modal{background:#fff;border-radius:14px;padding:28px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0003}.admin-modal-title{font-size:18px;font-weight:700;color:#111827;margin-bottom:20px}.admin-form-grid{display:flex;flex-direction:column;gap:14px}.admin-form-field{display:flex;flex-direction:column;gap:5px}.admin-form-field label{font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.4px}.admin-form-actions{display:flex;gap:10px;margin-top:20px;justify-content:flex-end}.mono{font-family:Courier New,monospace;font-size:12px;background:#f3f4f6;padding:2px 6px;border-radius:4px}.admin-empty{padding:48px 20px;text-align:center;color:#6b7280;font-size:14px}.admin-status-select{padding:4px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;background:#fff;cursor:pointer}.admin-search{display:flex;align-items:center;gap:8px}.admin-search input{padding:7px 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:13px;outline:none;width:220px}.admin-search input:focus{border-color:#2563eb}.admin-sidebar-wrap{display:contents}.admin-hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px;color:#374151;border-radius:6px}.admin-hamburger svg{width:22px;height:22px}.admin-hamburger:hover{background:#f3f4f6}.admin-mobile-overlay{display:none}.admin-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:899px){.admin-layout{grid-template-columns:1fr;max-width:100vw;overflow-x:hidden}.admin-main{min-width:0;width:100%;overflow-x:hidden}.admin-hamburger{display:flex;align-items:center;justify-content:center}.admin-sidebar-wrap{display:block;position:fixed;left:-260px;top:0;height:100dvh;width:240px;z-index:300;transition:left .25s ease}.admin-sidebar-wrap.admin-sidebar-open{left:0;box-shadow:4px 0 20px #0000004d}.admin-sidebar{height:100%;overflow-y:auto}.admin-mobile-overlay{display:block;position:fixed;inset:0;background:#00000073;z-index:299}.admin-topbar{padding:0 12px;position:sticky;top:0;z-index:200;overflow:visible;min-height:56px;height:auto}.admin-topbar-email{display:none}.admin-topbar-title{font-size:15px}.admin-body{padding:12px;gap:12px;width:100%;box-sizing:border-box;overflow-x:hidden}.admin-body>*{max-width:100%;box-sizing:border-box}.admin-page-header{flex-direction:column;align-items:stretch;gap:10px}.admin-page-title{font-size:18px}.admin-search,.admin-search input{width:100%;box-sizing:border-box}.admin-card{border-radius:10px;width:100%;box-sizing:border-box}.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}.admin-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}.admin-stat{padding:12px 14px}.admin-stat-value{font-size:24px}.admin-two-col,.admin-form-grid{grid-template-columns:1fr}.admin-modal-overlay{padding:0;align-items:flex-end}.admin-modal{width:100%;max-width:100%;max-height:92dvh;overflow-y:auto;border-radius:20px 20px 0 0;padding:20px 16px 32px}.dashb-tabs{flex-wrap:wrap;gap:6px}}.addr-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 10px #0000000d;border:1px solid #e5e7eb;max-width:560px}.addr-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.addr-card-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#6b7280;margin-bottom:4px;font-weight:600}.addr-card-name{font-size:18px;font-weight:700;color:#111827}.addr-copy-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;white-space:nowrap}.addr-copy-btn:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.addr-card-code{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:12px;padding:16px 20px;margin-bottom:20px}.addr-code-label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#ffffffb3;font-weight:600}.addr-code-value{font-size:22px;font-weight:800;color:#fff;letter-spacing:2px;font-family:Courier New,monospace}.addr-card-body{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.addr-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding-bottom:10px;border-bottom:1px solid #f3f4f6}.addr-row:last-child{border-bottom:none;padding-bottom:0}.addr-field-label{font-size:12px;color:#9ca3af;font-weight:500;flex-shrink:0}.addr-field-value{font-size:13px;font-weight:600;color:#374151;text-align:right}.addr-card-tip{font-size:12px;color:#6b7280;background:#f9fafb;border-radius:8px;padding:10px 14px;border-left:3px solid #2563eb;line-height:1.5}.db-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:900px){.db-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.db-stats-grid{grid-template-columns:1fr 1fr}}.db-stat-card{background:#fff;border-radius:14px;padding:20px;box-shadow:0 2px 8px #0000000d;border:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:flex-start;gap:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;text-align:left}.db-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.db-stat-icon{width:36px;height:36px;border-radius:10px;background:var(--stat-bg);display:flex;align-items:center;justify-content:center;padding:8px}.db-stat-icon svg{width:20px;height:20px;color:var(--stat-color)}.db-stat-value{font-size:28px;font-weight:800;color:#111827;line-height:1}.db-stat-label{font-size:12px;color:#6b7280;font-weight:500}.tracking-list{display:flex;flex-direction:column;gap:20px}.tracking-card{background:linear-gradient(180deg,#fff,#fafafa);border-radius:16px;padding:22px;box-shadow:0 8px 30px #0000000d;transition:transform .25s ease,box-shadow .25s ease}.tracking-card:hover{transform:translateY(-2px);box-shadow:0 14px 40px #00000014}.tracking-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.tracking-number{font-size:15px;font-weight:600}.tracking-sub{font-size:12px;color:#6b7280}.tracking-status{font-size:11px;padding:5px 12px;border-radius:999px;background:#111827;color:#fff;letter-spacing:.6px;text-transform:uppercase}.tracking-progress-wrapper{position:relative;height:6px;background:#e5e7eb;border-radius:999px;overflow:visible;margin-bottom:14px}.tracking-progress-bar{height:100%;background:linear-gradient(90deg,#111827,#374151);border-radius:999px;transition:width .6s cubic-bezier(.4,0,.2,1)}.tracking-progress-icon{position:absolute;top:-14px;transform:translate(-50%);width:34px;height:34px;background:linear-gradient(135deg,#fff,#f3f4f6);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #00000026;transition:left .6s cubic-bezier(.4,0,.2,1);z-index:2}.tracking-progress-icon svg{width:20px;height:20px;color:#111827}.tracking-legend{display:flex;justify-content:space-between;font-size:11px;color:#9ca3af;margin-bottom:10px}.tracking-legend-item.active{color:#111827;font-weight:500}.tracking-footer{font-size:12px;color:#6b7280}.calc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:24px}.calc-field{display:flex;flex-direction:column;gap:6px}.calc-field label{font-size:13px;font-weight:500;color:#374151}.calc-field input{padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:15px;outline:none;transition:border-color .2s;background:#fafafa}.calc-field input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb14}.calc-sea-note{background:#f1f5f9;border-radius:12px;padding:20px;color:#475569;margin-bottom:20px;font-size:15px;line-height:1.6}.calc-btn{padding:12px 28px;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s}.calc-btn:hover{opacity:.9}.calc-result{margin-top:24px;border-top:1px solid #e5e7eb;padding-top:20px;display:flex;flex-direction:column;gap:12px}.calc-result-row{display:flex;justify-content:space-between;font-size:14px;color:#374151}.calc-result-total{background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;padding:14px 18px;border-radius:12px;font-size:16px}.calc-result-total span,.calc-result-total strong{color:#fff}.calc-note{font-size:11px;color:#9ca3af;text-align:right}.orders-table-wrap{overflow-x:auto;padding:0}.orders-table{width:100%;border-collapse:collapse;font-size:14px}.orders-table thead tr{background:#f9fafb;border-bottom:1px solid #e5e7eb}.orders-table th{padding:14px 16px;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;font-weight:600}.orders-table td{padding:14px 16px;border-bottom:1px solid #f3f4f6;color:#374151}.orders-table tbody tr:last-child td{border-bottom:none}.orders-table tbody tr:hover{background:#f9fafb}.orders-tracking{font-family:monospace;font-size:13px;background:#f3f4f6;padding:3px 8px;border-radius:6px}.orders-badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.invoices-list{display:flex;flex-direction:column;gap:12px}.invoice-row{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa;transition:box-shadow .2s}.invoice-row:hover{box-shadow:0 4px 12px #0000000f;background:#fff}.invoice-meta{display:flex;flex-direction:column;gap:2px}.invoice-id{font-weight:600;font-size:14px}.invoice-date{font-size:12px;color:#9ca3af}.invoice-amount{font-size:18px;font-weight:700;color:#111827}.invoice-status{font-size:11px;padding:4px 12px;border-radius:999px;font-weight:600}.invoice-paid{background:#d1fae5;color:#065f46}.invoice-pending{background:#fef3c7;color:#92400e}.prealert-page-card{max-width:600px}.prealert-page-hint{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:24px;padding:14px;background:#eff6ff;border-radius:10px;border-left:4px solid #2563eb}.prealert-page-form{display:flex;flex-direction:column;gap:18px}.prealert-page-field{display:flex;flex-direction:column;gap:6px}.prealert-page-field label{font-size:13px;font-weight:500;color:#374151}.prealert-page-field input,.prealert-page-field textarea{padding:11px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;outline:none;background:#fafafa;resize:vertical;transition:border-color .2s;font-family:inherit}.prealert-page-field input:focus,.prealert-page-field textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb14}.prealert-page-btn{padding:13px;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s}.prealert-page-btn:disabled{opacity:.6;cursor:not-allowed}.prealert-page-btn:hover:not(:disabled){opacity:.9}.prealert-page-success{background:#d1fae5;color:#065f46;padding:14px;border-radius:10px;font-size:14px;margin-bottom:16px}.prealert-page-error{background:#fee2e2;color:#991b1b;padding:14px;border-radius:10px;font-size:14px;margin-bottom:16px}.page-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:60px 20px;text-align:center;color:#6b7280}.page-empty h3{font-size:18px;color:#374151;font-weight:600}.page-empty p{font-size:14px;max-width:300px}.page-empty-icon{font-size:48px;margin-bottom:4px}.dashb-menu-btn.active{background:#eff6ff;color:#2563eb}.dashb-menu-btn.active .dashb-icon{color:#2563eb}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8eef7,#f3f4f6 60%,#edf2fb);padding:24px 16px}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:20px;padding:28px 40px 40px;box-shadow:0 20px 60px #0000001c;border:1px solid rgba(255,255,255,.8)}.auth-logo{height:80px;width:auto;display:block;margin:0 auto 24px}.auth-title{font-size:24px;font-weight:800;color:#111827;margin-bottom:4px;text-align:center;letter-spacing:-.5px}.auth-subtitle{font-size:14px;color:#6b7280;text-align:center;margin-bottom:20px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:5px}.auth-field label{font-size:13px;font-weight:600;color:#374151}.auth-field input,.auth-field select{padding:12px 16px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;outline:none;background:#fff;transition:border-color .2s,box-shadow .2s;font-family:inherit;color:#111827}.auth-field input:focus,.auth-field select:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb14}.auth-error{background:#fee2e2;color:#991b1b;padding:10px 14px;border-radius:8px;font-size:13px}.auth-btn{padding:14px;background:linear-gradient(135deg,#0f4c81,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s,box-shadow .2s;width:100%;box-shadow:0 8px 24px #1d4ed82e}.auth-btn:hover:not(:disabled){opacity:.9}.auth-btn:disabled{opacity:.55;cursor:not-allowed}.auth-footer{text-align:center;font-size:13px;color:#6b7280;margin-top:20px}.auth-link{color:#2563eb;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.account-verify-banner{display:flex;align-items:center;gap:10px;background:#fef3c7;color:#92400e;padding:12px 16px;border-radius:10px;font-size:13px;border-left:4px solid #f59e0b}.account-msg{padding:12px 16px;border-radius:10px;font-size:13px}.account-msg-ok{background:#d1fae5;color:#065f46}.account-msg-err{background:#fee2e2;color:#991b1b}.account-section-title{font-size:14px;font-weight:700;color:#374151;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.account-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.account-fields{display:flex;flex-direction:column;gap:12px}.account-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:600px){.account-form-grid{grid-template-columns:1fr}}.account-form-field{display:flex;flex-direction:column;gap:5px}.account-field{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid #f3f4f6}.account-field:last-child{border-bottom:none;padding-bottom:0}.account-label{font-size:12px;color:#9ca3af;font-weight:500}.account-value{font-size:14px;font-weight:500;color:#374151;display:flex;align-items:center;gap:8px}.account-mono{font-family:monospace;font-size:16px;font-weight:800;color:#2563eb;letter-spacing:1px}.account-verified{font-size:11px;color:#065f46;background:#d1fae5;padding:2px 8px;border-radius:999px}.account-unverified{font-size:11px;color:#92400e;background:#fef3c7;padding:2px 8px;border-radius:999px}.account-input{padding:9px 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:13px;outline:none;background:#fafafa;font-family:inherit;transition:border-color .2s}.account-input:focus{border-color:#2563eb;background:#fff}.account-edit-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.account-edit-btn:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.account-save-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.account-save-btn:disabled{opacity:.6;cursor:not-allowed}.account-cancel-btn{display:flex;align-items:center;gap:6px;padding:7px 12px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;font-weight:500;color:#374151;cursor:pointer}.invoice-pay-btn{display:flex;align-items:center;gap:5px;padding:6px 14px;border:none;border-radius:8px;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:opacity .2s;white-space:nowrap}.invoice-pay-btn:hover{opacity:.85}.checkout-overlay{position:fixed;inset:0;z-index:1000;background:#00000073;display:flex;align-items:center;justify-content:center;padding:16px}.checkout-modal{background:#fff;border-radius:16px;width:100%;max-width:460px;max-height:92vh;overflow-y:auto;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column}.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px 12px;border-bottom:1px solid #f3f4f6}.checkout-title{font-size:15px;font-weight:700;color:#111827}.checkout-close{border:none;background:#f3f4f6;width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280}.checkout-close:hover{background:#e5e7eb}.checkout-amount-badge{display:flex;flex-direction:column;align-items:center;padding:16px 20px 12px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);gap:2px}.checkout-amount{font-size:28px;font-weight:900;color:#2563eb}.checkout-form{padding:16px 20px 20px;display:flex;flex-direction:column;gap:10px}.checkout-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#9ca3af;margin-top:4px}.checkout-row{display:flex;gap:10px}.checkout-row .checkout-field{flex:1}.checkout-field{display:flex;flex-direction:column;gap:4px}.checkout-field label{font-size:12px;font-weight:600;color:#374151}.checkout-field input,.checkout-field select{padding:9px 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111827;outline:none;transition:border-color .15s;background:#fafafa}.checkout-field input:focus,.checkout-field select:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb14}.checkout-card-field input{font-family:monospace;letter-spacing:.1em;font-size:15px}.checkout-pay-btn{margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px;background:#2563eb;color:#fff;border:none;border-radius:10px;padding:13px 20px;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s}.checkout-pay-btn:hover{background:#1d4ed8}.checkout-secure-note{display:flex;align-items:center;justify-content:center;gap:4px;font-size:11px;color:#9ca3af;margin:4px 0 0}.checkout-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center}.checkout-state p{font-size:15px;color:#111827;margin:0}.checkout-state span{color:#6b7280;font-size:13px}.checkout-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;background-color:#f5f5f5;color:#222;min-height:100vh;width:100%}#root{width:100%;height:100%}.dashb-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f3f4f6}.dashb-mobile{grid-template-columns:1fr}.dashb-sidebar{background:#fff;padding:16px;display:flex;flex-direction:column;border-right:1px solid #e5e7eb}.dashb-logo{height:180px;width:auto;margin:0 auto 24px}.dashb-section-space{display:flex;flex-direction:column;gap:12px}.dashb-menu-btn{display:flex;align-items:center;gap:8px;padding:10px 14px;border:none;border-radius:8px;cursor:pointer;font-weight:500;background:transparent;color:#374151;transition:all .2s ease}.dashb-menu-btn:hover{background:#f1f5f9;color:#2563eb}.dashb-icon{width:20px;height:20px;color:#6b7280}.dashb-menu-btn:hover .dashb-icon{color:#2563eb}.dashb-divider{margin:16px 0;border-top:1px solid #e5e7eb}.dashb-footer{margin-top:auto;font-size:12px;color:#9ca3af;text-align:center;padding-top:16px}.dashb-main{padding:24px;background:#f3f4f6;min-height:100vh;display:flex;flex-direction:column;gap:24px}.dashb-header{background:#fff;border-bottom:1px solid #e5e7eb;height:64px;padding:0 24px;display:flex;justify-content:flex-end;align-items:center;gap:12px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow:0 1px 4px #0000001a;position:relative;z-index:5}.dashb-hero{background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;padding:24px;border-radius:16px}.dashb-hero-title{font-size:24px;font-weight:600;margin-bottom:8px}.dashb-hero-text{font-size:16px}.dashb-content{display:flex;flex-direction:column;gap:24px}.dashb-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 10px #0000000d}.dashb-unbox{display:flex;justify-content:space-between;align-items:center}.dashb-progress{background:#e5e7eb;height:8px;width:200px;border-radius:8px;margin-top:8px}.dashb-progress-bar{height:100%;width:50%;background:#2563eb;border-radius:8px}.dashb-tabs{display:flex;gap:8px;flex-wrap:wrap}.dashb-tab{padding:8px 16px;border-radius:999px;border:1px solid #d1d5db;background:#fff;cursor:pointer;transition:all .2s ease}.dashb-tab:hover{background:#f1f5f9}.dashb-tab--active{background:#2563eb;color:#fff;border-color:#2563eb}.dashb-cards{display:flex;flex-direction:column;gap:16px}.dashb-address-card{display:flex;flex-direction:column;gap:4px}.dashb-muted{font-size:12px;color:#6b7280}@media(max-width:900px){.dashb-header{justify-content:space-between}.dashb-layout{grid-template-columns:1fr}}.dashb-profile-btn{display:flex;align-items:center;gap:8px;background:#f9fafb;border:1.5px solid transparent;border-radius:12px;cursor:pointer;color:#374151;font-weight:600;padding:6px 14px;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.dashb-profile-btn:hover,.dashb-profile-btn:focus{background:#e0e7ff;border-color:#4f46e5;color:#4f46e5;outline:none}.dashb-profile-text small{display:block;font-size:11px;color:#6b7280;line-height:1}.dashb-profile-text strong{line-height:1.1;font-size:15px}.dashb-profile-dropdown{position:absolute;right:0;top:calc(100% + 10px);background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000026,0 2px 6px #0000001a;min-width:220px;z-index:200;padding:12px 0;display:flex;flex-direction:column;gap:6px;border:1px solid #ddd;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dashb-dropdown-item{padding:12px 20px;text-align:left;width:100%;font-weight:600;color:#374151;background:none;border:none;cursor:pointer;display:flex;gap:14px;align-items:center;border-radius:10px;transition:background .25s ease,color .25s ease}.dashb-dropdown-item:hover,.dashb-dropdown-item:focus{background:#eef2ff;color:#4f46e5;outline:none}.dashb-dropdown-item .dashb-icon{width:22px;height:22px;color:inherit}@media(max-width:899px){.dashb-layout{min-height:100dvh}.dashb-main{padding:12px;gap:12px;min-height:unset;overflow-x:hidden}.dashb-header{height:56px;padding:0 12px;border-radius:0;position:sticky;top:0;z-index:100}.dashb-hero{padding:16px;border-radius:12px}.dashb-hero-title{font-size:18px}.dashb-card{border-radius:12px;padding:14px}.dashb-tabs{flex-wrap:wrap;gap:6px}.orders-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.orders-table{min-width:480px}}@media(max-width:899px){.dashb-profile-dropdown{position:fixed;right:12px;left:12px;top:68px;width:auto;min-width:unset}}
