:root{--primary:#ed1c24;--primary-dark:#c8141b;--primary-light:#ff4d54;--secondary:#e01019;--accent:#ed1c24;--accent-admin:#ed1c24;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#ed1c24;--bg-base:#f3f4f6;--bg-surface:#fff;--bg-card:#fff;--bg-card-hover:#f8fafc;--bg-input:#f8fafc;--bg-sidebar:#fff;--bg-sidebar-hover:#fef2f2;--bg-sidebar-active:var(--primary);--border:#e5e7eb;--border-light:#f1f5f9;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#475569;--text-on-primary:#fff;--text-sidebar:#334155;--text-sidebar-active:#fff;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #0f172a0d;--shadow-md:0 4px 20px #0f172a14;--shadow-lg:0 12px 40px #0f172a1f;--shadow-glow:0 0 32px #ed1c2438;--sidebar-width:280px;--header-height:64px;--fs-xs:12px;--fs-sm:13px;--fs-base:15px;--fs-md:16px;--fs-lg:18px;--fs-xl:22px;--fs-2xl:26px;--fw-normal:500;--fw-semibold:600;--fw-bold:700;--fw-extrabold:800;--transition:all .2s ease;--transition-slow:all .3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;width:100%;max-width:100%}body{font-family:var(--font-sans), -apple-system, BlinkMacSystemFont, sans-serif;background:var(--bg-base);color:var(--text-primary);font-size:var(--fs-base);font-weight:var(--fw-normal);-webkit-font-smoothing:antialiased;overscroll-behavior-x:none;width:100%;min-width:0;max-width:100%;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.btn{border-radius:var(--radius-sm);font-size:var(--fs-md);font-weight:var(--fw-bold);transition:var(--transition);white-space:nowrap;cursor:pointer;border:none;align-items:center;gap:8px;padding:10px 20px;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;box-shadow:0 2px 12px #ed1c2459}.btn-primary:hover{background:linear-gradient(135deg, var(--primary-dark) 0%, #a50f16 100%);transform:translateY(-1px);box-shadow:0 6px 20px #ed1c2466}.btn-primary:disabled{opacity:.65;cursor:not-allowed;transform:none}.btn-secondary{color:var(--text-primary);border:1px solid var(--border);background:#fff}.btn-secondary:hover{background:var(--bg-card-hover);border-color:#cbd5e1}.btn-secondary:disabled{opacity:1;color:var(--text-muted);cursor:not-allowed;background:#fff}.btn-success{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.btn-success:hover{background:#d1fae5}.btn-sm{font-size:var(--fs-sm);padding:6px 14px}.btn-lg{font-size:var(--fs-lg);padding:14px 28px}.btn-icon{padding:10px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);padding:24px}.card:hover{border-color:var(--border-light)}.card-sm{padding:16px}.card-title{font-size:var(--fs-lg);font-weight:var(--fw-extrabold);color:var(--text-primary);margin-bottom:4px}.card-subtitle{font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--text-secondary);margin-bottom:16px}.kpi-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition-slow);box-shadow:var(--shadow-sm);align-items:center;gap:16px;padding:20px 24px;display:flex;position:relative;overflow:hidden}.kpi-card:hover{box-shadow:var(--shadow-md);border-color:#fecaca;transform:translateY(-2px)}.kpi-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.kpi-icon svg{flex-shrink:0}.kpi-icon-blue{color:#0284c7;background:#e0f2fe}.kpi-icon-green{color:#059669;background:#ecfdf5}.kpi-icon-yellow{color:#d97706;background:#fffbeb}.kpi-icon-red{color:#dc2626;background:#fef2f2}.kpi-icon-cyan{color:#0891b2;background:#ecfeff}.kpi-icon-purple{color:#7c3aed;background:#f5f3ff}.kpi-content{flex:1}.kpi-value{font-size:var(--fs-2xl);font-weight:var(--fw-extrabold);color:var(--text-primary);line-height:1.2}.kpi-label{font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--text-secondary);margin-top:4px}.kpi-trend{font-size:var(--fs-xs);font-weight:var(--fw-semibold);margin-top:4px}.kpi-trend.up{color:#059669}.kpi-trend.down{color:#dc2626}.table-wrapper{border-radius:var(--radius-md);border:1px solid var(--border);overflow-x:auto}.table-wrapper--actions{overflow:visible}.table{border-collapse:collapse;width:100%;font-size:15px}.table th{color:#fff;font-weight:var(--fw-extrabold);text-transform:uppercase;letter-spacing:.4px;text-align:left;white-space:nowrap;background:linear-gradient(#ed1c24 0%,#c8141b 100%);border-bottom:2px solid #a01016;border-right:1px solid #ffffff2e;padding:13px 14px;font-size:13px}.table th:last-child{border-right:none}.table td{color:var(--text-primary);font-size:15px;font-weight:var(--fw-semibold);vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px;line-height:1.4}.table tr:last-child td{border-bottom:none}.table tbody tr{transition:var(--transition)}.table tbody tr:hover{background:#f8fafc}.badge{font-size:var(--fs-xs);font-weight:var(--fw-bold);white-space:nowrap;border-radius:5px;align-items:center;padding:4px 10px;display:inline-flex}.badge--pill{padding:4px 12px;border-radius:999px!important}.status-pending{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.status-shipping{color:#0e7490;background:#ecfeff;border:1px solid #a5f3fc}.status-delivered{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.status-returned{color:#5b21b6;background:#f5f3ff;border:1px solid #ddd6fe}.status-cancelled{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.status-issue{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.status-partial{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{font-size:var(--fs-sm);font-weight:var(--fw-bold);color:var(--text-primary)}.form-control{border-radius:var(--radius-sm);color:var(--text-primary);height:42px;min-height:42px;font-size:var(--fs-md);font-weight:var(--fw-semibold);transition:var(--transition);box-sizing:border-box;vertical-align:middle;background:#fff;border:1px solid #d1d5db;width:100%;padding:0 14px;line-height:40px}.form-control:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 3px #ed1c2426}.form-control::placeholder{color:var(--text-muted);font-weight:var(--fw-normal)}select.form-control{cursor:pointer;appearance:auto;-webkit-appearance:menulist;padding-right:36px;line-height:normal}textarea.form-control{resize:vertical;height:auto;min-height:80px;padding:11px 14px;line-height:1.45}.form-input{border-radius:var(--radius-sm);color:var(--text-primary);height:42px;min-height:42px;font-size:var(--fs-md);font-weight:var(--fw-semibold);transition:var(--transition);box-sizing:border-box;background:#fff;border:1px solid #d1d5db;width:100%;padding:0 14px;line-height:40px}select.form-input{cursor:pointer;padding-right:36px;line-height:normal}textarea.form-input{height:auto;min-height:80px;padding:11px 14px;line-height:1.45}.form-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ed1c2426}.modal-content{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);width:90%;max-width:520px;max-height:90vh;box-shadow:var(--shadow-lg);flex-direction:column;padding:0;animation:.25s slideUp;display:flex;overflow:hidden}.modal-content .modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:0;padding:20px 24px;display:flex}.modal-content .modal-header h3{margin:0;font-size:18px;font-weight:700}.modal-content .modal-body{padding:20px 24px;overflow-y:auto}.modal-content .modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:0;padding:16px 24px;display:flex}.data-table,.table.data-table{border-collapse:collapse;width:100%;font-size:14px}.data-table th{color:#fff;text-transform:uppercase;letter-spacing:.04em;text-align:left;white-space:nowrap;background:linear-gradient(#ed1c24 0%,#c8141b 100%);border-bottom:2px solid #a01016;border-right:1px solid #ffffff2e;padding:12px 16px;font-size:12px;font-weight:700}.data-table th:last-child{border-right:none}.data-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 16px}.data-table tbody tr:hover{background:#f8fafc}.data-table tbody tr:last-child td{border-bottom:none}.file-upload-zone{flex-direction:column;gap:8px;display:flex}.file-upload-zone input[type=file]{border-radius:var(--radius-sm);box-sizing:border-box;background:#f8fafc;border:1px dashed #cbd5e1;width:100%;padding:10px 12px;font-size:14px}.file-upload-zone input[type=file]::file-selector-button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-right:12px;padding:8px 14px;font-size:13px;font-weight:600}.order-edit-grid,.oe-goods-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.oe-goods-grid>*,.order-edit-grid>*{min-width:0}.oe-span-full{grid-column:1/-1}.oe-hint{color:var(--text-muted);margin-top:4px;font-size:11px;line-height:1.35}.bulk-ship-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:8px 10px;display:grid}.bulk-ship-grid>*{min-width:0}.bulk-ship-grid .form-label{min-height:0;margin-bottom:6px;font-size:13px;font-weight:700;line-height:1.35;display:block}.bulk-ship-grid .form-input,.bulk-ship-grid select.form-input{text-overflow:ellipsis;width:100%;min-width:0;height:38px;min-height:38px;padding:0 10px;font-size:14px;line-height:36px;overflow:hidden}.bulk-ship-grid select.form-input{padding-right:26px;line-height:normal}@media (max-width:1200px){.bulk-ship-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.bulk-ship-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.bulk-ship-grid{grid-template-columns:1fr}}.form-grid{gap:16px;display:grid}.form-grid-2{grid-template-columns:1fr 1fr}.form-grid-3{grid-template-columns:1fr 1fr 1fr}.filter-bar-legacy{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.search-wrapper{flex:1;min-width:200px;max-width:380px;position:relative}.search-icon{color:var(--text-muted);pointer-events:none;width:16px;height:16px;display:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-wrapper:has(.search-icon:not(:empty)) .search-icon{display:block}.search-wrapper:has(.search-icon:not(:empty)) .search-input{padding-left:38px}.search-input{border-radius:var(--radius-sm);color:var(--text-primary);height:42px;min-height:42px;max-height:42px;font-size:15px;font-weight:var(--fw-semibold);box-sizing:border-box;width:100%;transition:var(--transition);vertical-align:middle;background:#fff;border:1px solid #d1d5db;padding:0 12px;line-height:40px}.search-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ed1c2426}.search-input::placeholder{color:var(--text-muted);font-weight:var(--fw-normal);line-height:40px}.filter-bar{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:10px;min-width:0;max-width:100%;margin-bottom:20px;padding:14px 16px;display:flex;overflow:hidden}.filter-bar__field{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.filter-bar__label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);min-height:14px;font-size:11px;font-weight:800;line-height:1.2}.filter-bar__search{flex:260px;align-items:center;gap:8px;min-width:200px;display:flex}.filter-bar__search .search-wrapper{flex:auto;min-width:160px;max-width:none;position:relative}.filter-bar__dates{flex:0 280px;align-items:center;gap:8px;min-width:0;max-width:100%;display:flex}.filter-bar__sep{color:var(--text-muted);flex-shrink:0;font-size:13px;font-weight:700;line-height:42px}.filter-bar .search-input,.filter-bar .form-control,.filter-bar .btn{box-sizing:border-box;margin:0;height:42px!important;min-height:42px!important;max-height:42px!important}.filter-bar .form-control{flex-shrink:1;width:auto;min-width:120px;max-width:220px;padding:0 12px;font-size:15px;line-height:40px}.filter-bar select.form-control{padding-top:0;padding-bottom:0;line-height:normal}.filter-bar__status{min-width:160px;max-width:240px}.order-summary-bar{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #d1d5db;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;display:grid;overflow:hidden}.order-summary-bar__item{text-align:center;border-right:1px solid #e5e7eb;padding:14px 16px}.order-summary-bar__item:last-child{border-right:none}.order-summary-bar--3{grid-template-columns:repeat(3,minmax(0,1fr))}.order-summary-bar__label{color:var(--text-muted);margin-bottom:6px;font-size:13px;font-weight:600}.order-summary-bar__label-short{display:none}.order-summary-bar__label-full{display:inline}.order-summary-bar__value{color:var(--text-primary);letter-spacing:-.02em;word-break:break-word;font-size:18px;font-weight:800}.filter-bar input[type=date].form-control{flex:1 1 0;width:132px;min-width:0;max-width:150px;padding:0 10px;line-height:normal}.filter-bar .btn{flex-shrink:0;justify-content:center;align-items:center;font-size:14px;line-height:1;display:inline-flex;padding:0 16px!important}.filter-bar .btn-sm{font-size:14px;height:42px!important;padding:0 14px!important}.filter-bar .search-wrapper{flex:220px;min-width:180px;max-width:none}.order-cards-mobile{display:none}.invoice-split{grid-template-columns:1fr 350px;gap:20px;display:grid}.invoice-list-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.invoice-list-toolbar .card-title{flex-shrink:0}.invoice-list-toolbar__search{flex:200px;min-width:250px;max-width:300px}.order-table-desktop{width:100%;margin-bottom:24px;display:block}.card .table-wrapper.order-table-desktop{border:none;border-radius:0;margin-bottom:0}.order-table-desktop .table-wrapper{max-width:100%;overflow:auto visible}.jt-table-footer{border-top:1px solid var(--border);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 20px;padding:12px 16px;font-size:13px;display:flex}.jt-table-footer__summary{color:var(--text-secondary);flex-wrap:wrap;flex:240px;align-items:center;gap:8px 20px;min-width:0;display:flex}.jt-table-footer__summary strong{color:var(--text-primary);font-weight:700}.jt-table-footer__pager{flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto;display:flex}.jt-page-size{display:inline-flex;position:relative}.jt-page-size__select{appearance:none;color:var(--text-primary);cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 8px center no-repeat;border:1px solid #d1d5db;border-radius:4px;min-width:88px;padding:6px 28px 6px 10px;font-size:13px;font-weight:600}.jt-page-size__select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #2563eb26}.jt-pager{align-items:center;gap:4px;display:inline-flex}.jt-pager__btn{min-width:32px;height:32px;color:var(--text-primary);cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:0 6px;font-size:13px;font-weight:600;line-height:1;transition:background .15s,border-color .15s,color .15s}.jt-pager__btn:hover:not(:disabled):not(.jt-pager__btn--active){background:#f8fafc;border-color:#94a3b8}.jt-pager__btn:disabled{opacity:.45;cursor:not-allowed}.jt-pager__btn--num{min-width:34px}.jt-pager__btn--active{color:#fff;cursor:default;background:#1e3a5f;border-color:#1e3a5f}.jt-pager__ellipsis{text-align:center;min-width:24px;color:var(--text-muted);-webkit-user-select:none;user-select:none;font-weight:700}.order-card-mobile{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);box-shadow:var(--shadow-sm);min-width:0;max-width:100%;margin-bottom:12px;padding:16px 18px;overflow:hidden}.order-card-mobile--done{background:#f8fafc;border-color:#e2e8f0}.order-card-mobile__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.order-card-mobile__code{color:var(--primary);letter-spacing:-.02em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:15px;font-weight:800}.order-card-mobile__track-btn{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none}.order-card-mobile__meta{color:var(--text-muted);margin-top:2px;font-size:12px}.order-card-mobile__body{grid-template-columns:1fr 1fr;gap:8px 16px;font-size:13px;display:grid}.order-card-mobile__body dt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:600}.order-card-mobile__body dd{color:var(--text-primary);margin:0 0 6px}.order-card-mobile__actions{border-top:1px solid var(--border-light);flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:12px;display:flex}.order-card-mobile__lines{flex-direction:column;gap:4px;display:flex}.order-card-mobile__name{color:var(--text-primary);font-size:13px;font-weight:600;line-height:1.35}.order-card-mobile__muted{color:var(--text-muted);font-size:12px;line-height:1.4}.order-card-mobile__money{color:var(--text-primary);justify-content:space-between;gap:8px;margin-top:2px;font-size:13px;font-weight:700;display:flex}.status-pills{scrollbar-width:thin}.status-pill{border:1px solid var(--border);background:var(--bg-surface);color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:var(--transition);border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.status-pill:hover{color:var(--text-primary);border-color:#cbd5e1}.status-pill--active{background:var(--primary);border-color:var(--primary);color:#fff}.status-pill__count{opacity:.85;background:#00000014;border-radius:999px;padding:1px 7px;font-size:11px}.status-pill--active .status-pill__count{background:#fff3}.page-container{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin:0;padding:24px;overflow-x:hidden}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.page-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.page-title{font-size:var(--fs-2xl);font-weight:var(--fw-extrabold);color:var(--text-primary);letter-spacing:-.02em}.page-subtitle{font-size:var(--fs-md);font-weight:var(--fw-semibold);color:var(--text-secondary);margin-top:4px}.overview-page__toolbar,.note-settings-page__toolbar,.inv-connect-page__toolbar,.cod-recon-page__toolbar{justify-content:flex-end}.bulk-import-page__toolbar{gap:8px;margin-bottom:12px;display:flex}.bulk-import-page__toolbar-btn{white-space:nowrap;flex:1;justify-content:center;min-width:0}.bulk-import-page__label-short{display:none}.bulk-import-chip{border:1px solid var(--border);width:100%;min-width:0;color:var(--text-primary);cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:700;line-height:1.2;display:flex}.bulk-import-chip--static{cursor:default}.bulk-import-chip.is-active{border-color:var(--chip-color);background:color-mix(in srgb, var(--chip-color) 10%, #fff);color:var(--chip-color)}.bulk-import-chip__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.bulk-import-chip__value{text-align:center;min-width:22px;color:var(--text-muted);background:#eef2f7;border-radius:999px;flex-shrink:0;padding:1px 7px;font-size:11px;font-weight:800}.bulk-import-chip.is-active .bulk-import-chip__value{background:var(--chip-color);color:#fff}.bulk-import-page__action-bar{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:12px;padding:10px}.bulk-import-page__stats{grid-template-columns:1fr 1fr;gap:6px;margin-bottom:8px;display:grid}.bulk-import-page__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.bulk-import-page__action-btn{justify-content:center;min-width:0;padding-left:10px;padding-right:10px;font-size:13px;font-weight:700}.chat-sim__toolbar{justify-content:flex-end}.chat-sim__toolbar .chat-sim__actions,.note-settings-page__toolbar .note-settings-page__save-icon{margin-left:auto}@media (min-width:769px){.manage-page__header:not(:has(.manage-page__header-main)){justify-content:flex-end}}.page-back-link{color:var(--primary);border:1.5px solid color-mix(in srgb, var(--primary) 35%, #fecaca);background:#fff;border-radius:10px;align-items:center;gap:8px;margin-bottom:12px;padding:10px 14px;font-size:15px;font-weight:700;line-height:1.2;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.page-back-link:hover{border-color:var(--primary);background:#fef2f2;box-shadow:0 2px 8px #ed1c241f}.page-back-link svg{flex-shrink:0}.page-back-link--inline{margin-bottom:0}.overview-dashboard{background:#fff;border-radius:16px;margin-bottom:14px;overflow:hidden;box-shadow:0 1px 2px #0f172a0a,0 8px 24px #0f172a0d}.overview-dashboard--animate .overview-dashboard__cell{opacity:0;animation:.5s cubic-bezier(.22,1,.36,1) forwards overviewCellIn;animation-delay:var(--overview-cell-delay,0s);transform:translateY(10px)scale(.98)}.overview-dashboard__value-inner{transform-origin:0;animation:.85s cubic-bezier(.22,1,.36,1) both overviewValueTick;display:inline-block}.overview-dashboard__value--money .overview-dashboard__value-inner{animation-duration:1.1s}.animated-stat-value{transform-origin:0;animation:.85s cubic-bezier(.22,1,.36,1) both statValueTick;display:inline-block}.animated-stat-value--money{animation-duration:1.1s}.kpi-grid--animate .kpi-card{opacity:0;animation:.5s cubic-bezier(.22,1,.36,1) forwards kpiCardIn;animation-delay:var(--kpi-cell-delay,0s);transform:translateY(10px)scale(.98)}.kpi-value--money{font-size:18px}@keyframes kpiCardIn{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes statValueTick{0%{opacity:.4;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes overviewCellIn{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes overviewValueTick{0%{opacity:.4;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.overview-dashboard--animate .overview-dashboard__cell{opacity:1;animation:none;transform:none}.overview-dashboard__value-inner,.animated-stat-value{animation:none}.kpi-grid--animate .kpi-card{opacity:1;animation:none;transform:none}}.overview-dashboard__grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.overview-dashboard__cell{border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;flex-direction:column;gap:10px;min-width:0;padding:14px 12px;display:flex}.overview-dashboard__cell:nth-child(2n){border-right:none}.overview-dashboard__cell:nth-last-child(-n+2){border-bottom:none}.overview-dashboard__cell:nth-child(n+5){background:linear-gradient(#fafbfc 0%,#fff 100%)}.overview-dashboard__cell .kpi-icon{border-radius:10px;width:36px;height:36px}.overview-dashboard__cell .kpi-icon svg{width:18px;height:18px}.overview-dashboard__body{min-width:0}.overview-dashboard__label{color:#64748b;margin-bottom:4px;font-size:11px;font-weight:600;line-height:1.35}.overview-dashboard__value{color:var(--text-primary);letter-spacing:0;font-size:28px;line-height:1.2}.overview-dashboard__value--money{white-space:nowrap;font-size:20px}@media (min-width:769px){.overview-dashboard__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.overview-dashboard__cell{border-bottom:none;border-right:1px solid #f1f5f9;gap:12px;padding:18px 16px}.overview-dashboard__cell:nth-child(2n){border-right:1px solid #f1f5f9}.overview-dashboard__cell:nth-child(4n){border-right:none}.overview-dashboard__cell:nth-child(n+5){border-top:1px solid #f1f5f9}.overview-dashboard__cell .kpi-icon{width:40px;height:40px}.overview-dashboard__label{font-size:12px}.overview-dashboard__value{font-size:32px}.overview-dashboard__value--money{font-size:22px}}.overview-recent-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;display:flex}.overview-empty{text-align:center;color:var(--text-muted);padding:40px 16px}.overview-order{border-bottom:1px solid var(--border-light);padding:12px 14px}.overview-order:last-child{border-bottom:none}.overview-order__top{justify-content:space-between;align-items:center;gap:8px;display:flex}.overview-order__code{color:var(--primary);font-family:ui-monospace,Menlo,monospace;font-size:14px;font-weight:800}.overview-order__name{color:var(--text-primary);margin-top:4px;font-size:13px;font-weight:600;line-height:1.35}.overview-order__meta{color:var(--text-muted);flex-wrap:wrap;gap:6px 10px;margin-top:4px;font-size:12px;line-height:1.35;display:flex}.overview-order__cod{color:var(--text-primary);margin-left:auto;font-weight:700}.grid-kpi{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:24px;display:grid}.grid-kpi--4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-kpi--3{grid-template-columns:repeat(3,minmax(0,1fr))}.kpi-card{min-width:0}.kpi-label{line-height:1.35}.grid-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.grid-3{grid-template-columns:1fr 1fr 1fr;gap:20px;display:grid}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-xl);width:90%;max-width:600px;max-height:90vh;padding:28px;animation:.25s slideUp;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.modal-title{font-size:18px;font-weight:700}.modal-close{border-radius:var(--radius-sm);background:var(--bg-input);width:32px;height:32px;color:var(--text-muted);cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;display:flex}.modal-close:hover{background:var(--bg-card-hover);color:var(--text-primary)}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;display:flex}.sidebar{width:var(--sidebar-width);background:var(--bg-sidebar);z-index:100;border-right:1px solid #ffffff14;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.sidebar-logo{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:20px;display:flex}.logo-icon{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:flex}.logo-text{font-size:var(--fs-xl);font-weight:var(--fw-extrabold);color:var(--text-primary)}.logo-sub{font-size:var(--fs-sm);font-weight:var(--fw-bold);color:var(--text-secondary)}.sidebar-nav{flex:1;padding:12px}.nav-section{margin-bottom:4px}.nav-section-title{text-transform:uppercase;letter-spacing:1px;color:#ffffff8c;padding:14px 8px 5px;font-size:10px;font-weight:700}.nav-item{color:var(--text-sidebar);font-size:var(--fs-md);font-weight:var(--fw-semibold);transition:var(--transition);cursor:pointer;border-radius:7px;align-items:center;gap:10px;margin-bottom:1px;padding:10px 12px;text-decoration:none;display:flex}.nav-item:hover{color:#fff;background:#ffffff14}.nav-item.active{background:var(--bg-sidebar-active);color:var(--text-sidebar-active);font-weight:var(--fw-bold)}.nav-icon{flex-shrink:0;width:18px;height:18px}.sidebar-footer{border-top:1px solid var(--border);padding:16px}.user-info{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);align-items:center;gap:10px;padding:10px;display:flex}.user-info:hover{background:var(--bg-card)}.avatar{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.user-name{font-size:var(--fs-md);font-weight:var(--fw-bold);color:var(--text-primary)}.user-role{font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--text-secondary)}.main-header{top:0;left:var(--sidebar-width);height:var(--header-height);z-index:90;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:fixed;right:0}.header-left{align-items:center;gap:12px;display:flex}.breadcrumb{font-size:var(--fs-md);font-weight:var(--fw-semibold);color:var(--text-secondary)}.breadcrumb span{color:#111827;font-weight:600}.header-right{align-items:center;gap:12px;display:flex}.header-btn{border-radius:var(--radius-sm);color:#4b5563;cursor:pointer;height:36px;transition:var(--transition);background:#fff;border:1px solid #e5e7eb;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:14px;font-weight:500;display:flex;position:relative}.header-btn:hover{color:#111827;background:#f9fafb;border-color:#d1d5db}.notif-dot{background:#ef4444;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px}.main-layout{min-height:100vh;display:flex}.main-content{margin-left:var(--sidebar-width);margin-top:var(--header-height);min-height:calc(100vh - var(--header-height));flex:1}.empty-state{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-state-icon{border-radius:var(--radius-lg);color:#9ca3af;background:#f3f4f6;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:24px;display:flex}.empty-state h3{color:#6b7280;margin-bottom:6px;font-size:15px;font-weight:600}.empty-state p{font-size:13px}.tabs{border-radius:var(--radius-sm);background:#f3f4f6;gap:2px;width:fit-content;margin-bottom:20px;padding:3px;display:flex}.tab{color:#6b7280;cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:5px;padding:7px 18px;font-size:13px;font-weight:500}.tab.active{color:var(--primary);box-shadow:var(--shadow-sm);background:#fff;font-weight:600}.tab:hover:not(.active){color:#374151}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.animate-fade{animation:.3s fadeIn}.animate-slide{animation:.3s slideIn}.animate-slide-up{animation:.3s slideUp}.divider{border:none;border-top:1px solid var(--border);margin:16px 0}.text-primary-c{color:var(--primary-light)}.text-success{color:#34d399}.text-danger{color:#f87171}.text-warning{color:#fbbf24}.text-muted{color:var(--text-muted);font-weight:var(--fw-semibold)}.font-bold{font-weight:var(--fw-bold)}.font-semibold{font-weight:var(--fw-semibold)}.text-sm{font-size:var(--fs-sm);font-weight:var(--fw-semibold)}.text-xs{font-size:var(--fs-xs);font-weight:var(--fw-semibold)}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.w-full{width:100%}.progress-bar-wrapper{background:var(--bg-input);border-radius:3px;height:6px;overflow:hidden}.progress-bar{border-radius:3px;height:100%;transition:width .5s}.progress-blue{background:linear-gradient(90deg, var(--primary), var(--secondary))}.progress-green{background:var(--success)}.progress-yellow{background:var(--warning)}.brand-logo{align-items:center;gap:12px;display:flex}.brand-logo__icon{background:0 0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 4px 14px #ed1c2440}.brand-logo__img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.brand-logo__title{font-size:var(--fs-xl);font-weight:var(--fw-extrabold);color:var(--text-primary);letter-spacing:-.02em;line-height:1.2}.brand-logo__tagline{font-size:var(--fs-sm);font-weight:var(--fw-bold);color:var(--text-secondary);text-transform:none;margin-top:2px;line-height:1.3}.brand-mark{background:0 0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.auth-page{background:#fff;min-height:100vh;position:relative;overflow:hidden}.auth-page__city{z-index:0;pointer-events:none;opacity:.72;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='160' viewBox='0 0 1400 160' fill='none'%3E%3Cpath d='M0 160V95l36-22 28 14 40-34 34 18 48-28 38 16 56-36 44 20 60-32 42 18 70-40 52 22 64-28 48 14V160H0z' fill='%2394a3b8' fill-opacity='0.28'/%3E%3Cpath d='M180 160V110l24-14 20 10 28-22 22 12 32-18 26 10 36-24 30 14V160H180z' fill='%23cbd5e1' fill-opacity='0.4'/%3E%3C/svg%3E") bottom/cover no-repeat;height:min(26vh,200px);position:absolute;inset:auto 0 0}.auth-page__glow{z-index:0;pointer-events:none;filter:blur(4px);background:radial-gradient(circle at 40% 40%,#ed1c2417,#0000 62%),radial-gradient(circle at 70% 70%,#ed1c240d,#0000 58%);width:min(48vw,520px);height:min(48vw,520px);position:absolute;top:18%;right:-8%}.auth-art{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.auth-art--desktop{display:block}.auth-art--mobile,.auth-panel__brand-mobile,.auth-mobile-stack{display:none}.auth-art__figure{width:100%;height:100%;padding:0}.auth-art__image{object-fit:fill;object-position:center;width:100%;height:100%;display:block;transform:none}.auth-float{z-index:2;color:#1e293b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:700;animation:5.5s ease-in-out infinite auth-float;display:inline-flex;position:absolute;box-shadow:0 10px 24px #0f172a1f}.auth-float--badge{color:#fff;background:linear-gradient(135deg,#ed1c24,#c8141b);border-radius:999px;padding:9px 14px;box-shadow:0 12px 28px #ed1c2452}.auth-float--badge .auth-float__icon{color:#fff;background:#fff3}.auth-float--card{flex-direction:column;align-items:flex-start;min-width:100px;padding:12px 14px}.auth-float:nth-child(3){animation-delay:.4s}.auth-float:nth-child(4){animation-delay:.9s}.auth-float:nth-child(5){animation-delay:1.3s}.auth-float:nth-child(6){animation-delay:1.8s}.auth-float:nth-child(7){animation-delay:2.2s}.auth-float:nth-child(8){animation-delay:2.6s}.auth-float__icon{color:#ed1c24;background:#fff1f2;border-radius:8px;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}@keyframes auth-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes auth-blob{0%{transform:scale(1)translate(0)}to{transform:scale(1.04)translate(1%,-1%)}}.auth-content{z-index:2;background:0 0;flex-direction:column;width:min(100%,420px);min-height:100vh;margin-left:auto;margin-right:clamp(48px,10vw,140px);padding:28px 20px 48px;display:flex;position:relative}.auth-content__main{flex:1;align-items:flex-start;padding-top:clamp(32px,8vh,80px);display:flex}.auth-page--offset-high .auth-content__main{padding-top:clamp(4px,1.5vh,20px)}.auth-panel__card{width:100%;max-width:400px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:0;padding:0}.auth-content__top{justify-content:flex-end;align-items:center;min-height:32px;margin-bottom:4px;display:flex}.auth-back-link{color:#64748b;align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.auth-back-link:hover{color:#ed1c24}.auth-panel__signup{color:#64748b;text-align:right;margin:0;font-size:13px;font-weight:500}.auth-panel__signup a{color:#2563eb;font-weight:700;text-decoration:none}.auth-panel__signup a:hover{text-decoration:underline}.auth-panel__brand{margin-bottom:28px;text-decoration:none;display:inline-flex}.auth-panel__brand .brand-logo__title{letter-spacing:-.03em;color:#0f172a;font-weight:800;font-size:26px!important}.auth-panel__header{margin-bottom:28px}.auth-panel__title{letter-spacing:-.03em;color:#0f172a;margin:0;font-size:30px;font-weight:800;line-height:1.2}.auth-panel__subtitle{color:#475569;margin:10px 0 0;font-size:14px;font-weight:500;line-height:1.55}.auth-hotline{z-index:30;color:#fff;background:#ed1c24;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;position:fixed;bottom:20px;right:20px;box-shadow:0 10px 28px #ed1c2459}.auth-hotline:hover{filter:brightness(1.05)}.auth-wash{display:none}.auth-panel__top,.auth-panel__bottom{width:100%}.auth-panel__bottom{margin-top:8px}.auth-form .form-group{margin-bottom:18px}.auth-form__label-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.auth-form__label-row .form-label{margin-bottom:0}.auth-form__forgot{color:#ed1c24;white-space:nowrap;margin-top:10px;font-size:13px;font-weight:600;text-decoration:none;display:inline-block}.auth-form__forgot:hover{text-decoration:underline}.auth-form__password{position:relative}.auth-form__password .form-control{padding-right:46px}.auth-form__eye{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.auth-form__eye:hover{color:#ed1c24;background:#fff1f2}.auth-form__submit{border-radius:10px;justify-content:center;height:48px;margin-top:6px;font-size:15px;font-weight:800;box-shadow:0 8px 20px #ed1c2438}.auth-footer-link{text-align:center;background:#ffffffeb;border-radius:10px;margin-top:18px;padding:8px 10px;font-size:14px;font-weight:600;box-shadow:0 0 28px 16px #ffffffe0}.auth-footer-link a{color:#ed1c24;font-weight:700;text-decoration:none}.auth-footer-link a:hover{text-decoration:underline}.auth-partners{background:#f8fafceb;border:1px solid #eef2f7;border-radius:12px;margin-top:22px;margin-bottom:8px;padding:12px 14px 14px;box-shadow:0 8px 22px #0f172a0a}.auth-partners__label{text-align:center;letter-spacing:.02em;color:#94a3b8;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:700}.auth-partners__row{justify-content:space-between;align-items:center;gap:8px;display:flex}.auth-partners__logo{object-fit:contain;opacity:.88;filter:grayscale(.1);width:auto;max-width:68px;height:24px}.auth-panel__legal{color:#64748b;text-align:left;white-space:nowrap;background:#ffffffeb;border-radius:10px;margin:14px 0 0;padding:8px 10px;font-size:12px;line-height:1.45;box-shadow:0 0 28px 16px #ffffffe0}.auth-panel__legal a{color:#ed1c24;font-weight:600;text-decoration:none}.auth-panel__legal a:hover{text-decoration:underline}.auth-panel .form-label,.auth-content .form-label{margin-bottom:8px;color:#0f172a!important;font-size:13px!important;font-weight:600!important}.auth-panel .form-control,.auth-content .form-control{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;height:48px;min-height:48px;font-weight:500;transition:border-color .15s,box-shadow .15s;font-size:16px!important;line-height:1.25!important}.auth-panel .form-control:focus,.auth-content .form-control:focus{border-color:#f5a3a7;box-shadow:0 0 0 3px #ed1c241a}.auth-panel .form-control::placeholder,.auth-content .form-control::placeholder{color:#94a3b8;font-weight:400}.auth-demo{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-top:20px;padding:14px;font-size:12px}.auth-demo__title{color:#0f172a;margin-bottom:8px;font-size:13px;font-weight:700}.auth-demo__row{flex-wrap:wrap;justify-content:space-between;gap:8px;padding:4px 0;display:flex}.auth-demo__role{color:#334155;font-weight:600}.auth-demo code{color:#ed1c24;background:#fff1f2;border-radius:4px;padding:2px 6px;font-family:ui-monospace,monospace;font-size:11px}.app-shell{width:100%;min-width:0;max-width:100%;min-height:100vh;display:flex;overflow-x:hidden}.app-sidebar{width:var(--sidebar-width);background:var(--bg-sidebar);z-index:100;border-right:1px solid var(--border);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:1px 0 #0f172a05}.app-sidebar__logo{border-bottom:1px solid var(--border);padding:20px 18px}.app-sidebar__logo .brand-logo__title{color:var(--text-primary)}.app-sidebar__logo .brand-logo__tagline{color:var(--text-muted)}.app-sidebar__logo .brand-logo__icon{box-shadow:0 4px 14px #ed1c2440}.app-sidebar__nav{flex:1;padding:12px 10px;overflow-y:auto}.app-nav-section{margin-bottom:4px}.app-nav-section__title{font-size:var(--fs-xs);font-weight:var(--fw-extrabold);text-transform:uppercase;letter-spacing:.08em;color:#64748b;padding:12px 12px 6px}.app-nav-group{width:100%;color:var(--text-sidebar);font-size:var(--fs-md);font-weight:var(--fw-bold);cursor:pointer;text-align:left;transition:var(--transition);background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;margin-bottom:2px;padding:10px 12px;display:flex}.app-nav-group:hover{background:var(--bg-sidebar-hover);color:var(--primary-dark)}.app-nav-group--active{color:var(--primary)}.app-nav-group--active .app-nav-item__icon{color:var(--primary);opacity:1}.app-nav-group__chevron{opacity:.65;flex-shrink:0;margin-left:auto;transition:transform .2s}.app-nav-group__chevron.is-open{transform:rotate(180deg)}.app-nav-sub{border-left:2px solid #fee2e2;flex-direction:column;gap:1px;margin:0 0 4px 14px;padding:2px 0 6px 12px;display:flex}.app-nav-item{color:var(--text-sidebar);font-size:var(--fs-md);font-weight:var(--fw-semibold);transition:var(--transition);border-radius:10px;align-items:center;gap:10px;margin-bottom:2px;padding:10px 12px;text-decoration:none;display:flex}.app-nav-item--nested{font-size:var(--fs-base);font-weight:var(--fw-semibold);margin-bottom:0;padding:8px 12px}.app-nav-item:hover{background:var(--bg-sidebar-hover);color:var(--primary-dark)}.app-nav-item--active{background:var(--bg-sidebar-active);color:var(--text-sidebar-active);font-weight:var(--fw-bold);box-shadow:0 4px 12px #ed1c2447}.app-nav-item--nested.app-nav-item--active{box-shadow:0 2px 8px #ed1c2438}.app-nav-item__icon{opacity:.85;flex-shrink:0}.app-nav-item--active .app-nav-item__icon{opacity:1}.app-nav-item__label{flex:1;line-height:1.3}.app-nav-item__chevron{opacity:.7;flex-shrink:0}.app-sidebar__footer{border-top:1px solid var(--border);padding:14px 12px}.app-user-card{background:var(--bg-card-hover);border:1px solid var(--border);cursor:pointer;width:100%;transition:var(--transition);text-align:left;color:inherit;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}.app-user-card:hover{background:#fef2f2;border-color:#fecaca}.app-user-card__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex}.app-user-card__avatar--admin,.app-user-card__avatar--shop{background:linear-gradient(135deg,#ff4d54,#c8141b)}.app-user-card__info{flex:1;min-width:0}.app-user-card__name{font-size:var(--fs-md);font-weight:var(--fw-bold);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-user-card__role{font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-user-card__logout{color:var(--text-muted);flex-shrink:0}.app-header{top:0;left:var(--sidebar-width);height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:90;background:#ffffffeb;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:fixed;right:0}.app-header__left{align-items:center;gap:8px;min-width:0;display:flex}.app-breadcrumb{font-size:var(--fs-md);font-weight:var(--fw-semibold);align-items:center;gap:6px;min-width:0;display:flex}.app-breadcrumb__prefix{color:var(--text-secondary);white-space:nowrap}.app-breadcrumb__sep{color:#94a3b8;flex-shrink:0}.app-breadcrumb__current{color:var(--text-primary);font-weight:var(--fw-extrabold);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-header__right{flex-shrink:0;align-items:center;gap:8px;display:flex}.app-header__btn{border-radius:var(--radius-sm);height:40px;font-size:var(--fs-sm);font-weight:var(--fw-bold);color:var(--text-primary);background:var(--bg-surface);border:1px solid var(--border);cursor:pointer;transition:var(--transition);align-items:center;gap:6px;padding:0 14px;display:inline-flex}.app-header__btn:hover{color:var(--primary);background:#fef2f2;border-color:#fecaca}.app-header__btn--ghost{background:0 0;border-color:#0000;padding:0 10px}.app-header__btn--ghost:hover{background:#fef2f2;border-color:#fecdd3}.notification-bell,.notification-bell__trigger{position:relative}.notification-bell__trigger.is-open{color:var(--primary);background:#fef2f2;border-color:#fecdd3}.notification-bell__badge{background:var(--primary);color:#fff;text-align:center;pointer-events:none;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:2px;right:2px}.notification-panel{z-index:1200;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;width:min(360px,100vw - 24px);max-height:min(420px,100vh - 96px);display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 32px #0f172a1f}.notification-panel__head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.notification-panel__mark-all{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:4px 6px;font-size:12px;font-weight:600;display:inline-flex}.notification-panel__mark-all:hover{background:#fef2f2}.notification-panel__list{flex:1;overflow-y:auto}.notification-panel__empty{text-align:center;color:#94a3b8;padding:28px 16px;font-size:13px}.notification-item{text-align:left;width:100%;color:inherit;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #f8fafc;align-items:flex-start;gap:10px;padding:12px 14px;text-decoration:none;display:flex}.notification-item:hover{background:#fafafa}.notification-item--unread{background:#fff7f7}.notification-item__icon{color:#64748b;background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.notification-item__icon--order_status,.notification-item__icon--order_issue{color:var(--primary);background:#fef2f2}.notification-item__icon--chat_message{color:#2563eb;background:#eff6ff}.notification-item__icon--bulk_import{color:#16a34a;background:#f0fdf4}.notification-item__body{flex:1;min-width:0}.notification-item__title{color:#0f172a;font-size:13px;font-weight:600;line-height:1.35}.notification-item__text{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.notification-item__shop,.notification-item__time{color:#94a3b8;margin-top:4px;font-size:11px}.notification-item__dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}@media (max-width:768px){.notification-panel{top:calc(var(--header-height) + 8px);width:auto;max-width:none;max-height:min(420px, calc(100dvh - var(--header-height) - 24px));position:fixed;left:12px;right:12px}}.app-main{margin-left:var(--sidebar-width);margin-top:var(--header-height);height:calc(100vh - var(--header-height));max-height:calc(100vh - var(--header-height));-webkit-overflow-scrolling:touch;background:var(--bg-base);min-width:0;width:calc(100% - var(--sidebar-width));max-width:calc(100% - var(--sidebar-width));flex:1;overflow:hidden auto}.marketing-page{min-height:100vh;color:var(--text-primary);background:#fff;position:relative;overflow:hidden}.marketing-page:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ed1c2429,#0000 66%);width:620px;height:620px;position:absolute;top:-240px;right:-160px}.marketing-page:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ffcdd38c,#0000 70%);width:520px;height:520px;position:absolute;top:140px;left:-220px}.marketing-header{z-index:2;justify-content:space-between;align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:20px clamp(20px,5vw,48px);display:flex;position:relative}.marketing-header__brand{flex-shrink:1;min-width:0;text-decoration:none}.marketing-header .brand-logo__title{color:var(--text-primary)}.marketing-header .brand-logo__tagline{color:var(--text-muted)}.marketing-nav__cta{white-space:nowrap;flex-shrink:0;padding:10px 20px}.marketing-nav__cta-short{display:none}.marketing-nav__cta-full{display:inline}.marketing-public-header{border-bottom:1px solid var(--border);background:var(--bg-surface);z-index:50;width:100%;box-shadow:var(--shadow-sm);position:sticky;top:0}.marketing-public-header--dark{box-shadow:none;background:0 0;border-bottom:1px solid #ffffff1a}.marketing-public-header__inner{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:16px clamp(20px,5vw,48px);display:flex}.marketing-public-header__brand{flex-shrink:0}.marketing-public-header__nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.marketing-public-header__nav a:not(.btn){color:var(--text-secondary);border-radius:var(--radius-sm);transition:var(--transition);padding:8px 14px;font-size:14px;font-weight:500}.marketing-public-header__nav a:not(.btn):hover{color:var(--text-primary);background:var(--bg-card-hover)}.marketing-public-header--dark .marketing-public-header__nav a:not(.btn){color:#ffffffd9}.marketing-public-header__nav a.btn-primary{color:#fff!important}.marketing-public-main{max-width:1200px;margin:0 auto;padding:48px clamp(20px,5vw,48px) 80px}.marketing-nav{flex-shrink:0;align-items:center;gap:10px;display:flex}.marketing-nav a:not(.btn),.marketing-nav__link{color:var(--text-secondary);border-radius:var(--radius-sm);transition:var(--transition);white-space:nowrap;padding:8px 14px;font-size:14px;font-weight:500}.marketing-nav a:not(.btn):hover,.marketing-nav__link:hover{color:var(--primary);background:#fff1f2}.marketing-nav a.btn-primary{color:#fff!important}.marketing-hero{z-index:2;text-align:center;max-width:920px;margin:0 auto;padding:clamp(44px,7vw,92px) clamp(20px,5vw,48px) clamp(64px,9vw,104px);position:relative}.marketing-hero__badge{color:var(--primary-dark);background:#fff1f2;border:1px solid #fecdd3;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.marketing-hero h1{letter-spacing:-.03em;color:#0f172a;text-wrap:balance;margin-bottom:20px;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.15}.marketing-hero h1 span{background:linear-gradient(120deg,#ff4d54 0%,#e30613 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.marketing-hero__desc{color:var(--text-secondary);max-width:640px;margin:0 auto 36px;font-size:clamp(16px,2vw,18px);line-height:1.75}.marketing-hero__cta{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.marketing-features{z-index:2;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:1200px;margin:0 auto;padding:0 clamp(20px,5vw,48px) 96px;display:grid;position:relative}.marketing-feature-card{border:1px solid var(--border);border-radius:var(--radius-lg);text-align:left;transition:var(--transition-slow);box-shadow:var(--shadow-sm);background:#fff;padding:28px 24px}.marketing-feature-card:hover{border-color:#fecaca;transform:translateY(-3px);box-shadow:0 14px 34px #ed1c241f}.marketing-feature-card__icon{width:48px;height:48px;color:var(--primary);background:linear-gradient(135deg,#fff1f2,#ffe4e6);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.marketing-feature-card h3{color:var(--text-primary);margin-bottom:8px;font-size:17px;font-weight:700}.marketing-feature-card p{color:var(--text-muted);font-size:14px;line-height:1.65}.lp{--lp-ink:#121826;--lp-muted:#5b6475;--lp-line:#e8ecf1;--lp-navy:#0f1b33;--lp-surface:#f6f8fb;--lp-red:#ed1c24;--lp-red-deep:#c8141b;min-height:100vh;color:var(--lp-ink);background:#fff}.lp-eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--lp-red);margin:0 0 10px;font-size:13px;font-weight:700}.lp-eyebrow--light{color:#ff8a8f}.lp-section-head{text-align:center;max-width:720px;margin:0 auto 48px}.lp-section-head h2{letter-spacing:-.03em;color:var(--lp-ink);margin:0;font-size:clamp(28px,4vw,40px);font-weight:800;line-height:1.2}.lp-section-head h2 span{color:var(--lp-red)}.lp-header{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--lp-line);background:#ffffffeb;position:sticky;top:0}.lp-header__inner{justify-content:space-between;align-items:center;gap:16px;max-width:1180px;margin:0 auto;padding:14px clamp(16px,4vw,32px);display:flex}.lp-header__brand{min-width:0;text-decoration:none}.lp-header__nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;display:flex}.lp-header__link{color:var(--lp-muted);border-radius:8px;padding:8px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s,background .2s}.lp-header__link:hover{color:var(--lp-red);background:#fff1f2}.lp-header__cta{white-space:nowrap;margin-left:6px;padding:10px 18px}.lp-hero{background:linear-gradient(115deg,#fff 0% 48%,#fff1f2 48%,#ffe4e6 100%);position:relative;overflow:hidden}.lp-hero:before{content:"";pointer-events:none;background:radial-gradient(50% 60% at 85% 40%,#ed1c242e,#0000 70%);position:absolute;inset:0}.lp-hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,1.1fr);align-items:center;gap:clamp(28px,5vw,48px);max-width:1180px;margin:0 auto;padding:clamp(40px,7vw,72px) clamp(16px,4vw,32px) clamp(56px,8vw,88px);display:grid;position:relative}.lp-hero__brand-mark{margin-bottom:18px;animation:.7s both lp-rise}.lp-hero__title{letter-spacing:-.035em;color:var(--lp-ink);text-wrap:balance;margin:0 0 16px;font-size:clamp(34px,5vw,52px);font-weight:800;line-height:1.12;animation:.75s 50ms both lp-rise}.lp-hero__title em{color:var(--lp-red);font-style:normal}.lp-hero__desc{color:var(--lp-muted);max-width:440px;margin:0 0 28px;font-size:clamp(15px,1.6vw,17px);line-height:1.7;animation:.75s .1s both lp-rise}.lp-hero__cta{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:22px;animation:.75s .15s both lp-rise;display:flex}.lp-hero__more{color:var(--lp-ink);align-items:center;gap:6px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.lp-hero__more:hover{color:var(--lp-red)}.lp-hero__bullets{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;animation:.75s .2s both lp-rise;display:flex}.lp-hero__bullets li{color:var(--lp-muted);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.lp-hero__bullets svg{color:var(--lp-red);flex-shrink:0}.lp-hero__visual{animation:.9s .15s both lp-float-in;position:relative}.lp-hero__shot{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 20px 50px #0f1b3324}.lp-hero__shot-img{image-rendering:auto;width:100%;height:auto;display:block}.lp-reasons{background:#fff;padding:clamp(64px,9vw,100px) clamp(16px,4vw,32px)}.lp-reasons__grid{grid-template-columns:1fr minmax(260px,360px) 1fr;align-items:center;gap:28px;max-width:1180px;margin:0 auto;display:grid}.lp-reasons__col{flex-direction:column;gap:28px;display:flex}.lp-reason{text-align:left;gap:14px;display:flex}.lp-reason__icon{width:42px;height:42px;color:var(--lp-red);background:#fff1f2;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.lp-reason h3{color:var(--lp-ink);margin:0 0 6px;font-size:16px;font-weight:800}.lp-reason p{color:var(--lp-muted);margin:0;font-size:14px;line-height:1.6}.lp-reasons__center{justify-content:center;align-items:center;min-height:420px;display:flex;position:relative}.lp-reasons__phones{width:min(100%,320px);height:400px;position:relative}.lp-phone-frame{background:#0f172a;border:3px solid #1e293b;border-radius:28px;width:210px;position:absolute;overflow:hidden;box-shadow:0 22px 44px #0f1b3338}.lp-phone-frame__img{width:100%;height:auto;display:block}.lp-phone-frame--back{z-index:1;opacity:.96;top:28px;left:0;transform:rotate(-6deg)}.lp-phone-frame--front{z-index:2;animation:5s ease-in-out infinite lp-bob;top:0;right:0;transform:rotate(4deg)}.lp-spotlight{color:var(--lp-ink);border-top:1px solid var(--lp-line);background:#fff;padding:clamp(56px,8vw,88px) clamp(16px,4vw,32px);position:relative;overflow:hidden}.lp-spotlight:before{content:"";pointer-events:none;background:radial-gradient(50% 70% at 92% 28%,#ed1c2414,#0000 65%),linear-gradient(#fff7f7 0%,#fff 55% 100%);position:absolute;inset:0}.lp-spotlight__inner{grid-template-columns:1fr 1.05fr;align-items:center;gap:40px;max-width:1180px;margin:0 auto;display:grid;position:relative}.lp-spotlight__copy h2{letter-spacing:-.02em;max-width:520px;color:var(--lp-ink);margin:0 0 28px;font-size:clamp(26px,3.5vw,36px);font-weight:800;line-height:1.25}.lp-spotlight__list{flex-direction:column;gap:18px;margin:0 0 28px;padding:0;list-style:none;display:flex}.lp-spotlight__list li{gap:14px;display:flex}.lp-spotlight__dot{background:var(--lp-red);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:7px;box-shadow:0 0 0 4px #ed1c2424}.lp-spotlight__list strong{color:var(--lp-ink);margin-bottom:4px;font-size:15px;font-weight:700;display:block}.lp-spotlight__list p{color:var(--lp-muted);margin:0;font-size:14px;line-height:1.55}.lp-spotlight__link{color:var(--lp-ink);border-bottom:2px solid var(--lp-red);align-items:center;gap:8px;padding-bottom:2px;font-weight:700;text-decoration:none;display:inline-flex}.lp-spotlight__link:hover{color:var(--lp-red)}.lp-spotlight__visual{justify-content:center;align-items:center;min-height:420px;display:flex;position:relative}.lp-spotlight__phone{z-index:2;width:240px;animation:5s ease-in-out infinite lp-bob-y;position:relative}.lp-spotlight__float{opacity:.96;transform-origin:50%;z-index:1;filter:drop-shadow(0 20px 36px #0f1b3329);pointer-events:none;width:200px;position:absolute;top:36px;left:4%;transform:rotate(-8deg)}.lp-spotlight__float .lp-phone-frame{width:100%;position:relative}.lp-carriers{background:#fff;padding:clamp(56px,8vw,88px) 0 clamp(48px,7vw,72px);overflow:hidden}.lp-carriers .lp-section-head{padding:0 clamp(16px,4vw,32px)}.lp-carriers__marquee{width:min(920px,88vw);margin:0 auto;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.lp-carriers__track{align-items:center;gap:clamp(28px,4vw,48px);width:max-content;padding:12px 0;animation:28s linear infinite lp-marquee;display:flex}.lp-carriers__marquee:hover .lp-carriers__track{animation-play-state:paused}.lp-carriers__logo-wrap{flex:none;justify-content:center;align-items:center;height:56px;display:flex}.lp-carriers__logo{object-fit:contain;filter:grayscale(.15);opacity:.92;width:auto;max-width:140px;height:44px;transition:opacity .2s,filter .2s}.lp-carriers__logo-wrap:hover .lp-carriers__logo{opacity:1;filter:none}@keyframes lp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.lp-carriers__track{animation:none}}.lp-cta-band{color:var(--lp-ink);border-top:1px solid var(--lp-line);background:linear-gradient(#fff 0%,#fff7f7 55%,#fff5f5 100%);padding:clamp(48px,7vw,72px) clamp(16px,4vw,32px)}.lp-cta-band__inner{text-align:center;max-width:640px;margin:0 auto}.lp-cta-band__title{letter-spacing:-.03em;text-wrap:balance;color:var(--lp-ink);margin:8px 0 14px;font-size:clamp(26px,3.6vw,36px);font-weight:800;line-height:1.2}.lp-cta-band__desc{max-width:46ch;color:var(--lp-muted);margin:0 auto 28px;font-size:clamp(15px,1.5vw,17px);line-height:1.65}.lp-cta-band__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.lp-cta-band__btn{justify-content:center;align-items:center;gap:8px;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 24px #ed1c2433;background:var(--lp-red)!important;color:#fff!important;border:none!important;display:inline-flex!important}.lp-cta-band__btn:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 12px 28px #ed1c2447}.lp-cta-band__ghost{color:var(--lp-ink);border:1px solid var(--lp-line);background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:12px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.lp-cta-band__ghost:hover{color:var(--lp-red);background:#fff;border-color:#f5c2c5}.lp-cta-band__trust{flex-wrap:wrap;justify-content:center;gap:8px 20px;margin:28px 0 0;padding:0;list-style:none;display:flex}.lp-cta-band__trust li{color:var(--lp-muted);align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.lp-cta-band__trust svg{color:var(--lp-red);flex-shrink:0}.lp-footer{background:var(--lp-surface);color:var(--lp-muted);border-top:1px solid var(--lp-line);padding:clamp(36px,5vw,48px) clamp(16px,4vw,32px) 24px}.lp-footer__inner{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:start;gap:clamp(28px,4vw,56px);max-width:1100px;margin:0 auto 28px;display:grid}.lp-footer__brand{flex-direction:column;gap:10px;display:flex}.lp-footer__tagline{color:var(--lp-ink);margin:0;font-size:14px;font-weight:600}.lp-footer__muted{max-width:34ch;color:var(--lp-muted);margin:0;font-size:14px;line-height:1.6}.lp-footer__links{grid-template-columns:1fr 1fr;gap:28px;display:grid}.lp-footer__col{flex-direction:column;gap:10px;display:flex}.lp-footer__col h4{letter-spacing:.08em;text-transform:uppercase;color:var(--lp-red);margin:0 0 6px;font-size:12px;font-weight:800}.lp-footer__col a{color:var(--lp-muted);font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.lp-footer__col a:hover{color:var(--lp-red)}.lp-footer__bottom{border-top:1px solid var(--lp-line);max-width:1100px;color:var(--lp-muted);flex-wrap:wrap;justify-content:space-between;gap:10px 24px;margin:0 auto;padding-top:18px;font-size:13px;display:flex}.lp-footer__bottom a{color:var(--lp-muted);text-decoration:none}.lp-footer__bottom a:hover{color:var(--lp-red)}.lp-footer .brand-logo__title{color:var(--lp-ink)}.lp-footer .brand-logo__tagline{color:var(--lp-muted)}.lp-mock--desktop{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 20px 50px #0f1b3324}.lp-mock__chrome{background:#f1f5f9;border-bottom:1px solid #e2e8f0;align-items:center;gap:6px;padding:10px 14px;display:flex}.lp-mock__chrome>span{background:#cbd5e1;border-radius:50%;width:8px;height:8px}.lp-mock__chrome>span:first-child{background:#f87171}.lp-mock__chrome>span:nth-child(2){background:#fbbf24}.lp-mock__chrome>span:nth-child(3){background:#34d399}.lp-mock__url{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex:1;margin-left:10px;padding:4px 10px;font-size:11px}.lp-mock__body{grid-template-columns:118px 1fr;min-height:280px;display:grid}.lp-mock__side{color:#fff;background:#0f172a;flex-direction:column;gap:4px;padding:14px 10px;display:flex}.lp-mock__brand{color:#ff6b70;margin-bottom:12px;padding:0 6px;font-size:14px;font-weight:800}.lp-mock__nav-item{color:#ffffffa6;border-radius:6px;padding:7px 8px;font-size:11px}.lp-mock__nav-item--on{color:#fff;background:#ed1c24e6;font-weight:700}.lp-mock__main{background:#f8fafc;padding:14px}.lp-mock__hello{flex-direction:column;gap:2px;margin-bottom:12px;display:flex}.lp-mock__hello strong{color:#0f172a;font-size:13px}.lp-mock__hello span{color:#64748b;font-size:11px}.lp-mock__kpis{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px;display:grid}.lp-mock__kpi{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px}.lp-mock__kpi b{color:#0f172a;font-size:14px;font-weight:800;display:block}.lp-mock__kpi span{color:#64748b;font-size:10px}.lp-mock__kpi--cod b{color:#059669}.lp-mock__table{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.lp-mock__thead,.lp-mock__trow{grid-template-columns:1.15fr 1fr .7fr .85fr .85fr;align-items:center;gap:6px;padding:7px 10px;font-size:10px;display:grid}.lp-mock__thead{color:#475569;background:#f1f5f9;border-bottom:1px solid #e2e8f0;font-weight:700}.lp-mock__trow{color:#334155;border-top:1px solid #f1f5f9}.lp-mock__code{color:var(--lp-red);background:#fff1f2;border-radius:4px;width:fit-content;padding:2px 5px;font-family:ui-monospace,Menlo,monospace;font-size:9px;font-weight:700}.lp-mock__money{color:#059669;font-weight:700}.lp-mock__status{border-radius:999px;justify-content:center;width:fit-content;padding:2px 6px;font-size:9px;font-weight:700;display:inline-flex}.lp-mock__status--ship{color:#1d4ed8;background:#dbeafe}.lp-mock__status--ok{color:#047857;background:#d1fae5}.lp-mock__status--wait{color:#b45309;background:#fef3c7}.lp-mock--phone{color:#fff;background:#0f172a;border:3px solid #1e293b;border-radius:28px;width:220px;padding:12px 10px 14px;box-shadow:0 22px 44px #0f1b3347}.lp-mock__phone-notch{background:#334155;border-radius:999px;width:72px;height:6px;margin:0 auto 12px}.lp-mock__phone-head{flex-direction:column;gap:2px;padding:0 6px 12px;display:flex}.lp-mock__phone-head strong{font-size:15px}.lp-mock__phone-head span{color:#94a3b8;font-size:11px}.lp-mock__phone-list{flex-direction:column;gap:8px;display:flex}.lp-mock__phone-card{background:#1e293b;border-radius:12px;flex-direction:column;gap:4px;padding:10px;display:flex}.lp-mock__phone-card-top{justify-content:space-between;align-items:center;gap:6px;display:flex}.lp-mock__phone-card strong{font-size:12px}.lp-mock__phone-meta{color:#94a3b8;font-size:10px}.lp-mock--form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(100%,280px);padding:18px;box-shadow:0 18px 40px #0f1b331f}.lp-mock__form-title{color:#0f172a;margin-bottom:14px;font-size:16px;font-weight:800}.lp-mock__field{margin-bottom:10px}.lp-mock__field label{color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.lp-mock__field>div{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:600}.lp-mock__field-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.lp-mock__form-btn{text-align:center;color:#fff;background:linear-gradient(135deg,#ed1c24,#c8141b);border-radius:10px;margin-top:8px;padding:11px;font-size:13px;font-weight:800}@keyframes lp-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-float-in{0%{opacity:0;transform:translateY(28px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes lp-bob{0%,to{transform:rotate(4deg)translateY(0)}50%{transform:rotate(4deg)translateY(-8px)}}@keyframes lp-bob-y{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:980px){.lp-hero{background:linear-gradient(#fff 0%,#fff5f5 100%)}.lp-hero__inner,.lp-spotlight__inner,.lp-reasons__grid,.lp-footer__inner{grid-template-columns:1fr}.lp-hero__desc{max-width:none}.lp-reasons__center{order:-1;min-height:360px}.lp-reasons__phones{width:280px;height:360px}.lp-phone-frame{width:180px}.lp-spotlight__float,.lp-header__link:not(.lp-header__cta){display:none}.lp-header__nav .lp-header__link:last-child{display:inline-flex}.lp-footer{padding-bottom:max(16px, env(safe-area-inset-bottom,0px))}.lp-footer__bottom{padding-bottom:0}}html:has(.lp){background:#fff;height:auto;max-height:none;overflow-y:auto}body:has(.lp){background:#fff;height:auto;max-height:none;overflow:hidden visible}@media (max-width:560px){.lp-mock__kpis{grid-template-columns:repeat(2,1fr)}.lp-mock__thead span:nth-child(n+3),.lp-mock__trow span:nth-child(n+3){display:none}.lp-mock__thead,.lp-mock__trow{grid-template-columns:1.2fr 1fr}.lp-mock__body{grid-template-columns:1fr}.lp-mock__side{display:none}}.create-order-layout{grid-template-columns:1fr 360px;align-items:start;gap:20px;display:grid}.create-order-layout__main,.create-order-layout__aside{flex-direction:column;gap:20px;min-width:0;display:flex}.create-order-actions{flex-wrap:wrap;gap:10px;display:flex}.create-order-actions__submit{justify-content:center;min-width:180px;height:48px;font-size:15px}.create-order-actions__cancel{justify-content:center;min-width:100px;height:48px}.create-sender-head{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:16px;display:flex}.create-sender-head .card-title{white-space:nowrap;margin-bottom:0}.create-sender-hint{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:12px}.product-row{grid-template-columns:1fr 72px minmax(180px,220px) 36px;align-items:end;gap:10px;display:grid}.product-row__price .form-control{appearance:textfield;width:100%;min-width:0}.product-row__price input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-row__price input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-row__remove-spacer{height:22px}.product-row__remove-btn{color:#dc2626;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;width:36px;height:42px;font-size:20px;line-height:1}.date-range-filter{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}.date-range-filter__label{color:var(--text-muted);white-space:nowrap;font-size:13px}.date-range-filter__input{width:150px;max-width:100%}.date-range-filter__sep{color:var(--text-muted);font-size:13px}.date-range-filter__clear{white-space:nowrap}.bulk-preview-table{width:100%;overflow:hidden}.bulk-preview-table .table-wrapper{-webkit-overflow-scrolling:touch}.bulk-preview-table input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}@media (max-width:768px){.bulk-import-page__label-short{display:inline}.bulk-import-page__label-full{display:none}.bulk-import-page__toolbar-btn{height:38px;font-size:13px;font-weight:700}}@media (min-width:769px){.bulk-import-page__toolbar{justify-content:flex-end}.bulk-import-page__toolbar-btn{flex:none}.bulk-import-page__action-bar{flex-wrap:wrap;align-items:center;gap:10px;padding:12px 14px;display:flex}.bulk-import-page__stats{flex-wrap:wrap;flex:1;gap:8px;margin-bottom:0;display:flex}.bulk-import-page__stats .bulk-import-chip{width:auto;min-width:132px;padding:8px 14px;font-size:13px}.bulk-import-page__actions{flex-wrap:wrap;gap:8px;margin-left:auto;display:flex}.bulk-import-page__action-btn{min-width:140px}}.login-page{background:var(--bg-base);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-bg-orb{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.login-bg-orb-1{background:#4f46e514;width:500px;height:500px;top:-150px;left:-150px}.login-bg-orb-2{background:#3b82f60f;width:400px;height:400px;bottom:-100px;right:-100px}.login-card{background:var(--bg-card);border:1px solid var(--border);z-index:1;width:100%;max-width:420px;box-shadow:var(--shadow-lg);border-radius:16px;padding:40px;animation:.4s slideUp;position:relative}.login-logo{align-items:center;gap:12px;margin-bottom:32px;display:flex}.login-logo-icon{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:900;display:flex}.login-title{font-size:24px;font-weight:800}.login-subtitle{color:var(--text-muted);font-size:13px}.login-tabs{border-radius:var(--radius-sm);background:#f3f4f6;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:28px;padding:4px;display:grid}.login-tab{text-align:center;cursor:pointer;transition:var(--transition);color:#6b7280;background:0 0;border:none;border-radius:6px;padding:10px;font-size:14px;font-weight:500}.login-tab.active{color:var(--primary);background:#fff;font-weight:600;box-shadow:0 1px 4px #00000014}.login-error{color:#dc2626;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fecaca;margin-bottom:16px;padding:10px 14px;font-size:13px}.login-demo{border-radius:var(--radius-sm);color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;margin-top:16px;padding:12px;font-size:12px}.login-demo code{color:var(--primary);font-family:monospace}.chart-wrapper{width:100%;height:280px}.misa-badge{border:1px solid;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.misa-synced{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.misa-not-synced{color:#92400e;background:#fffbeb;border-color:#fde68a}@media (max-width:1024px){:root{--sidebar-width:260px}.form-grid-3{grid-template-columns:1fr 1fr}.auth-art{display:block}.auth-content{width:100%;margin-right:0;padding:20px 16px 32px}.auth-panel__card{max-width:400px;box-shadow:none;background:0 0;margin:0 auto;padding:0}.auth-content__main{align-items:flex-start}.create-order-layout{grid-template-columns:1fr}}@media (max-width:768px){.auth-art--desktop{display:none!important}html.auth-lock,html.auth-lock body,body.auth-lock{overscroll-behavior:none;touch-action:manipulation;background:#fff!important;width:100%!important;max-width:100vw!important;margin:0!important;padding:0!important;overflow-x:hidden!important}.auth-page{z-index:1;box-sizing:border-box;background:#fff;flex-direction:column;width:100%;max-width:100vw;min-height:100dvh;margin:0;padding:0;display:flex;position:relative;overflow-x:hidden!important}.auth-wash{z-index:0;pointer-events:none;background:radial-gradient(90% 70% at 15% -10%,#ed1c2424,#0000 55%),radial-gradient(70% 60% at 90% 0,#f871711f,#0000 50%),linear-gradient(#fff5f5 0%,#fff 100%);height:min(38vh,280px);display:block;position:absolute;top:0;left:0;right:0}.auth-art--mobile{display:none!important}.auth-content{z-index:2;box-sizing:border-box;flex-direction:column;flex:1;min-height:100dvh;display:flex;position:relative;overflow-x:hidden;background:0 0!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.auth-content__main{box-sizing:border-box;flex:1;justify-content:stretch;align-items:stretch;width:100%;max-width:100%;min-height:0;margin:0;padding:0!important}.auth-panel__card{box-sizing:border-box;flex-direction:column;flex:1;min-height:0;display:flex;overflow-x:hidden;width:100%!important;max-width:100%!important;padding:20px 20px max(28px, env(safe-area-inset-bottom,0px))!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;margin:0!important}.auth-content:not(:has(.auth-content__top)) .auth-panel__card{padding-top:max(56px, calc(env(safe-area-inset-top,0px) + 36px))!important}.auth-content__top{z-index:3;min-height:0;padding:max(12px, env(safe-area-inset-top,0px)) 20px 0;flex:none;justify-content:flex-start;margin:0;position:relative}.auth-back-link{color:#64748b}.auth-panel__top{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow-y:auto}.auth-panel__bottom{box-sizing:border-box;flex:none;width:100%;max-width:100%;margin-top:auto;padding-top:24px}.auth-panel__header{margin-bottom:24px}.auth-panel__title{color:#0f172a;letter-spacing:-.03em;font-size:28px;font-weight:800;line-height:1.2}.auth-panel__subtitle{color:#64748b;margin-top:10px;font-size:14px;font-weight:500;line-height:1.5}.auth-form__label{display:none!important}.auth-panel .form-group,.auth-content .form-group{box-sizing:border-box;width:100%;max-width:100%;margin-bottom:14px}.auth-panel .form-control,.auth-content .form-control,.auth-page input.form-control,.auth-page input,.auth-page textarea,.auth-page select{background:#fff;border:1px solid #d1d5db;border-radius:10px;font-weight:500;box-sizing:border-box!important;width:100%!important;max-width:100%!important;height:48px!important;min-height:48px!important;padding:12px 14px!important;font-size:16px!important;line-height:1.25!important;transform:none!important}.auth-form__password{width:100%;max-width:100%}.auth-form__password .form-control{padding-right:46px!important}.auth-form__forgot{color:#ed1c24;margin-top:10px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.auth-form__forgot:hover{text-decoration:underline}.auth-form__label-row{display:none}.auth-footer-link{text-align:center;color:#475569;font-size:14px;box-shadow:none!important;white-space:normal!important;background:0 0!important;border-radius:0!important;margin:0 0 10px!important;padding:0!important}.auth-footer-link a{color:#ed1c24;font-weight:700}.auth-panel__legal{overflow-wrap:anywhere;word-break:break-word;max-width:100%;text-align:center!important;color:#94a3b8!important;box-shadow:none!important;white-space:normal!important;background:0 0!important;border-radius:0!important;margin:0 0 16px!important;padding:0!important;font-size:12px!important;line-height:1.45!important}.auth-panel__legal a{color:#ed1c24;font-weight:600;white-space:normal!important}.auth-form__submit,.auth-panel__bottom .auth-form__submit{border-radius:10px;justify-content:center;align-items:center;min-height:48px;font-size:16px;font-weight:700;display:flex;box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important}.auth-hotline{display:none!important}}@media (max-width:768px) and (max-height:740px){.auth-panel__header{margin-bottom:16px}.auth-panel__title{font-size:24px}.auth-panel__subtitle{font-size:13px}}@media (max-width:768px){:root{--sidebar-width:280px}.app-sidebar{z-index:200;transition:transform .25s;transform:translate(-100%)}.app-shell.sidebar-open .app-sidebar{transform:translate(0)}.sidebar{z-index:200;transition:transform .25s;transform:translate(-100%)}.main-layout.sidebar-open .sidebar{transform:translate(0)}.sidebar-backdrop{z-index:150;background:#00000080;display:none;position:fixed;inset:0}.app-shell.sidebar-open .sidebar-backdrop,.main-layout.sidebar-open .sidebar-backdrop{display:block}.app-main,.main-content{width:100%;max-width:100%;height:calc(100dvh - var(--header-height));max-height:calc(100dvh - var(--header-height));margin-left:0;overflow:hidden auto}.app-header,.main-header{padding:0 12px;left:0}.app-header__btn span,.app-breadcrumb__prefix{display:none}.mobile-nav-toggle{border:1px solid var(--border);background:var(--bg-card);width:40px;height:40px;color:var(--text-primary);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-right:4px;display:inline-flex}.order-table-desktop{display:none!important}.order-cards-mobile{display:block}.invoice-split{grid-template-columns:1fr}.invoice-detail-placeholder{display:none}.invoice-list-toolbar{flex-direction:column;align-items:stretch;gap:10px;padding:12px 14px}.invoice-list-toolbar__search,.invoice-split .search-wrapper{flex:none;width:100%;min-width:0!important;max-width:100%!important}.invoices-page .manage-page__filters-desktop{display:none!important}.invoices-page--mobile-list .invoice-split__detail,.invoices-page--mobile-detail .invoice-split__list{display:none}.invoices-page--mobile-detail .invoice-split__detail{position:static}.invoices-page__kpi.grid-kpi--4{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;display:flex;overflow-x:auto;grid-template-columns:unset!important}.invoices-page__kpi.grid-kpi--4::-webkit-scrollbar{display:none}.invoices-page__kpi .kpi-card{flex:0 0 min(42vw,148px);align-items:center;gap:8px;padding:8px 10px}.invoices-page__kpi .kpi-icon{width:28px;height:28px}.invoices-page__kpi .kpi-value{font-size:16px}.invoices-page__kpi .kpi-label{font-size:11px;line-height:1.2}.invoices-page .order-cards-mobile{padding:8px 10px!important}.invoices-page .order-card-mobile{margin-bottom:8px;padding:10px 12px}.invoices-page .invoice-split__list.card{box-shadow:none;background:0 0;border:none}.invoices-page .waybill-empty{padding:20px 12px;font-size:14px}.inv-connect-page .page-header{margin-bottom:10px}.inv-connect-page .inv-connect-grid{grid-template-columns:1fr;gap:10px}.inv-connect-page .inv-provider-card{padding:12px 14px}.inv-connect-page .inv-provider-name{font-size:15px}.inv-connect-page .inv-provider-desc{margin:8px 0 10px;font-size:12px;line-height:1.4}.inv-connect-page .inv-provider-actions .btn{padding:8px 14px;font-size:13px}.inv-connect-page .inv-badge{margin-top:4px}.order-card-mobile{display:block}.grid-2,.grid-3,.form-grid-2,.form-grid-3{grid-template-columns:1fr}.order-edit-grid,.oe-goods-grid{grid-template-columns:1fr 1fr}.oe-goods-grid .oe-span-full{grid-column:1/-1}.grid-kpi,.grid-kpi--4,.grid-kpi--3{gap:10px;margin-bottom:14px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.kpi-card{align-items:flex-start;gap:10px;padding:12px}.kpi-icon{width:36px;height:36px}.kpi-value{word-break:break-word;font-size:18px}.kpi-label{white-space:normal;font-size:12px}.page-header{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:12px}.page-header .account-status{align-self:flex-start;width:auto;max-width:100%}.page-header .btn{justify-content:center;width:100%;min-height:44px}.page-header-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.overview-page-header .page-title,.overview-page-header .page-subtitle,.overview-page .overview-page-header{display:none}.overview-page{background:var(--bg-base);padding-bottom:88px}.overview-recent-head{border-bottom:1px solid var(--border);gap:8px;padding:12px 14px}.order-card-mobile{margin-bottom:8px;padding:12px 14px}.marketing-header,.marketing-public-header__inner{gap:8px;padding:12px 16px}.marketing-header .brand-logo__tagline,.marketing-public-header .brand-logo__tagline{display:none}.marketing-header .brand-logo__icon,.marketing-public-header .brand-logo__icon{width:32px!important;height:32px!important}.marketing-header .brand-logo__title,.marketing-public-header .brand-logo__title{font-size:14px!important}.marketing-nav,.marketing-public-header__nav{gap:4px}.marketing-nav a:not(.btn),.marketing-nav__link,.marketing-public-header__nav a:not(.btn){padding:6px 8px;font-size:13px}.marketing-nav__link--secondary{display:none}.marketing-nav__cta{font-size:13px;padding:8px 12px!important}.marketing-nav__cta-full{display:none}.marketing-nav__cta-short{display:inline}.marketing-hero{padding:28px 16px 40px}.marketing-hero__badge{max-width:100%;margin-bottom:16px;padding:5px 12px;font-size:12px}.marketing-hero h1{margin-bottom:14px;font-size:26px}.marketing-hero__desc{text-align:left;margin-bottom:24px;font-size:15px;line-height:1.65}.marketing-hero__cta{flex-direction:column;gap:10px}.marketing-hero__cta .btn{justify-content:center;width:100%}.marketing-features{grid-template-columns:1fr;gap:12px;padding:0 16px 48px}.marketing-feature-card{padding:20px 16px}.marketing-public-main{padding:28px 16px 48px}.filter-bar{gap:8px;min-width:0;max-width:100%;padding:12px}.filter-bar .search-wrapper{flex:100%;min-width:0}.filter-bar__dates{flex:100%;width:100%;min-width:0}.filter-bar__dates .form-control{flex:1 1 0;width:auto;min-width:0}.order-summary-bar{grid-template-columns:1fr 1fr;min-width:0;max-width:100%}.order-summary-bar__item{border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;min-width:0;padding:10px 8px}.order-summary-bar__item:nth-child(2n){border-right:none}.order-summary-bar__item:nth-last-child(-n+2){border-bottom:none}.order-summary-bar__label{margin-bottom:4px;font-size:11px;line-height:1.25}.order-summary-bar__value{font-size:14px}.order-summary-bar__label-full{display:none}.order-summary-bar__label-short{display:inline}.order-summary-bar--3{grid-template-columns:repeat(3,minmax(0,1fr))}.order-summary-bar--3 .order-summary-bar__item{border-bottom:none;border-right:1px solid #e5e7eb;padding:10px 6px}.order-summary-bar--3 .order-summary-bar__item:nth-child(2n){border-right:1px solid #e5e7eb}.order-summary-bar--3 .order-summary-bar__item:last-child{border-right:none}.order-summary-bar--3 .order-summary-bar__item:nth-last-child(-n+2){border-bottom:none}.page-container{padding:12px}.filter-bar .form-control,.filter-bar .btn{flex:calc(50% - 8px);width:100%;min-width:0}.date-range-filter{flex-wrap:wrap}.date-range-filter__input{flex:120px;width:auto;min-width:0}.date-range-filter__clear{width:100%}.product-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name remove""qty remove""price remove"}.product-row__price .form-control{min-width:0}.product-row__name{grid-area:name}.product-row__qty{grid-area:qty}.product-row__price{grid-area:price}.product-row__remove{grid-area:remove;align-self:end}.product-row__remove-spacer{display:none}.create-sender-hint{font-size:11px}.create-order-actions{z-index:20;padding:12px 0 calc(12px + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg, transparent, var(--bg-base) 28%);position:sticky;bottom:0}.create-order-actions__submit,.create-order-actions__cancel{flex:1;min-width:0}.auth-panel{min-height:auto;padding:20px 16px 28px}.auth-panel__card{box-shadow:none;background:0 0;margin-top:0;padding:0}.auth-panel__signup{font-size:12px}.modal-content{max-height:calc(100vh - 24px);margin:12px;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important}}@media (min-width:769px){.mobile-nav-toggle{display:none}.sidebar-backdrop{display:none!important}}@media (max-width:480px){.login-card{padding:24px}.marketing-nav__link[href=\/pricing]{display:none}.marketing-hero h1{font-size:24px}.filter-bar .form-control,.filter-bar .btn{flex:100%}}.waybill-toolbar{justify-content:flex-end;align-items:center;gap:12px;margin-bottom:8px;display:flex}.waybill-toolbar__icons{gap:4px;display:flex}.waybill-icon-btn{width:40px;height:40px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;display:inline-flex;position:relative}.waybill-icon-btn--primary{background:var(--primary);color:#fff}.waybill-icon-btn--primary:disabled{opacity:.65;cursor:not-allowed}.waybill-icon-btn__badge{background:var(--primary);color:#fff;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:800;line-height:16px;position:absolute;top:4px;right:4px}.waybill-tabs{border:none;flex-wrap:wrap;gap:8px;margin:0 0 12px;padding:0;display:flex;overflow:visible}.waybill-tabs__item{border:1px solid var(--border);background:var(--bg-surface);min-width:0;color:var(--text-secondary);cursor:pointer;text-align:center;white-space:normal;border-radius:999px;flex:calc(50% - 8px);padding:8px 10px;font-size:13px;font-weight:600;line-height:1.3}.waybill-tabs__item.is-active{color:#fff;background:var(--primary);border-color:var(--primary);font-weight:700}.waybill-tabs--upos{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#fff;border-bottom:none;border-radius:8px;flex-wrap:nowrap;gap:0;margin:0 0 12px;padding:0;overflow-x:auto}.waybill-tabs--upos::-webkit-scrollbar{display:none}.waybill-tabs--upos .waybill-tabs__item{white-space:nowrap;color:#4b5563;min-width:0;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:row;flex:none;align-items:center;gap:6px;padding:10px 12px;font-size:13px;font-weight:500;display:inline-flex}.waybill-tabs--upos .waybill-tabs__label{font-size:13px;font-weight:inherit;line-height:1.2;display:inline}.waybill-tabs--upos .waybill-tabs__count{color:#4b5563;background:#e5e7eb;border-radius:4px;justify-content:center;align-items:center;min-width:22px;height:20px;padding:0 7px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.waybill-tabs--upos.is-open{overflow:visible}.waybill-tabs__wrap{flex:none;position:relative}.waybill-tabs--upos .waybill-tabs__caret{color:#9ca3af;border-radius:4px;flex-shrink:0;align-items:center;padding:2px;display:inline-flex}.waybill-tabs--upos .waybill-tabs__caret:hover{background:#f3f4f6}.waybill-tabs__dropdown{z-index:90;border:1px solid var(--border);background:#fff;border-radius:8px;min-width:240px;padding:6px 0;position:absolute;top:calc(100% - 2px);left:0;box-shadow:0 10px 28px #0f172a24}.waybill-tabs__dropdown button{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:9px 14px;font-size:13px;font-weight:600;display:flex}.waybill-tabs__dropdown button:hover{background:#f8fafc}.waybill-tabs__dropdown button.is-active{color:var(--primary)}.waybill-tabs__dropdown .waybill-tabs__count{color:#4b5563;background:#e5e7eb;border-radius:4px;justify-content:center;align-items:center;min-width:22px;height:20px;padding:0 7px;font-size:12px;font-weight:700;display:inline-flex}.waybill-tabs__dropdown button.is-active .waybill-tabs__count{background:var(--primary);color:#fff}.waybill-tabs--upos .waybill-tabs__item.is-active{color:var(--primary);background:0 0;border:none;font-weight:700}.waybill-tabs--upos .waybill-tabs__item.is-active .waybill-tabs__count{background:var(--primary);color:#fff}.waybill-tabs--upos .waybill-tabs__item.is-active .waybill-tabs__caret{color:var(--primary)}.waybill-kpis{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.waybill-kpi{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);box-sizing:border-box;padding:14px 16px}.waybill-kpi__label{color:var(--text-muted);margin-bottom:6px;font-size:12px;font-weight:600}.waybill-kpi__value{color:var(--text-primary);letter-spacing:-.02em;font-size:18px;font-weight:800}@media (min-width:769px){.waybill-tabs__item{flex:none;padding:8px 14px}.waybill-tabs--upos .waybill-tabs__item{padding:10px 14px}.waybill-kpis{gap:16px;max-width:560px;margin-bottom:20px}.waybill-kpi{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #d1d5db;padding:16px 20px}.waybill-kpi__label{font-size:13px}.waybill-kpi__value{font-size:22px}}.waybill-count{display:none}.waybill-check{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.waybill-check input{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.waybill-card.is-selected{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.waybill-bulk-bar{left:12px;right:12px;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:80;border:1px solid var(--border);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;display:flex;position:fixed;box-shadow:0 10px 28px #0f172a29}.waybill-bulk-bar--top{z-index:auto;box-shadow:var(--shadow-sm);margin:0 0 12px;position:static;bottom:auto;left:auto;right:auto}.waybill-bulk-bar__count{color:var(--text-primary);flex:1;font-size:13px;font-weight:800}.waybill-bulk-bar .btn{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.waybill-list{display:none}.waybill-empty{text-align:center;color:var(--text-muted);background:#fff;border-radius:12px;padding:40px 12px}.waybill-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:10px;padding:14px 14px 0}.waybill-card__top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.waybill-card__code-row{flex:1;align-items:center;gap:2px;min-width:0;display:inline-flex}.waybill-card__top .waybill-card__code-row .waybill-card__code{flex:0 auto;min-width:0}.waybill-card__copy{flex-shrink:0;width:28px;height:28px;margin:0}.waybill-card__code{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px;font-weight:800;display:inline-flex}.waybill-card__status{white-space:nowrap;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.waybill-card__money{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.waybill-card__carrier{color:var(--text-muted);font-size:12px;font-weight:600}.waybill-card__money-row{color:var(--text-muted);justify-content:space-between;align-items:baseline;gap:8px;font-size:13px;display:flex}.waybill-card__money-row strong{color:var(--text-primary);font-size:15px;font-weight:800}.waybill-card__dash{border-top:1px dashed var(--border);margin:0 -2px 12px}.waybill-card__person{color:var(--text-primary);align-items:flex-start;gap:8px;font-size:13px;font-weight:600;display:flex}.waybill-card__person a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.waybill-card__meta{color:var(--text-muted);margin:6px 0 12px 24px;font-size:12px}.waybill-card__note{color:var(--text-secondary);margin:0 0 10px 24px;font-size:12px;line-height:1.4}.waybill-card__actions{border-top:1px solid var(--border-light);grid-template-columns:1fr 1fr;display:grid}.waybill-card__actions button{height:44px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;font-size:14px;font-weight:700;display:inline-flex}.waybill-card__actions button:first-child{border-right:1px solid var(--border-light)}.waybill-card__actions--3{grid-template-columns:1fr 1fr 1fr}.waybill-card__actions--3 button{border-right:1px solid var(--border-light);font-size:13px}.waybill-card__actions--3 button:last-child{border-right:none}.waybill-fab{display:none}.waybill-overlay{z-index:220;padding:calc(var(--header-height,60px) + 8px) 16px 16px;background:#0f172a47;flex-direction:column;align-items:flex-end;display:flex;position:fixed;inset:0}.waybill-search{align-items:center;gap:8px;width:min(440px,100%);display:flex}.waybill-search__box{background:#fff;border-radius:10px;flex:1;align-items:center;min-width:0;height:44px;padding:0 6px 0 10px;display:flex;box-shadow:0 8px 24px #0f172a1f}.waybill-search__field{color:var(--text-primary);border:none;border-right:1px solid var(--border);white-space:nowrap;cursor:pointer;background:0 0;align-items:center;gap:4px;padding-right:8px;font-size:13px;font-weight:700;display:inline-flex}.waybill-search__box input{background:0 0;border:none;outline:none;flex:1;min-width:0;height:42px;padding:0 8px;font-size:14px}.waybill-field-menu{background:#fff;border-radius:10px;width:min(440px,100%);margin:8px 0 0;overflow:hidden;box-shadow:0 8px 24px #0f172a1f}.waybill-field-menu button{text-align:left;cursor:pointer;background:#fff;border:none;width:100%;padding:12px 16px;font-size:14px;font-weight:600;display:block}.waybill-field-menu button.is-active{color:var(--primary)}.waybill-sheet-bg{z-index:230;background:#0f172a66;align-items:flex-end;display:flex;position:fixed;inset:0}.waybill-sheet{background:#fff;border-radius:16px 16px 0 0;width:100%;padding:18px 16px 28px}.waybill-sheet__title{margin-bottom:14px;font-size:16px;font-weight:800}.waybill-sheet__btn{text-align:left;border:none;border-top:1px solid var(--border-light);width:100%;color:var(--text-primary);cursor:pointer;background:0 0;padding:14px 0;font-size:15px;font-weight:600;display:block}.waybill-sheet__btn--danger{color:var(--danger)}.waybill-sheet__btn:disabled{opacity:.45;cursor:not-allowed}.waybill-sheet--filter{flex-direction:column;max-height:88vh;padding:0;display:flex}.waybill-sheet__head{justify-content:space-between;align-items:center;gap:8px;padding:18px 20px 12px;display:flex}.waybill-sheet--filter .waybill-sheet__title{margin-bottom:0}.waybill-sheet__body{flex:1;padding:4px 20px 12px;overflow-y:auto}.waybill-sheet__footer{padding:14px 20px calc(18px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border-light);gap:10px;display:flex}.waybill-sheet__footer .btn{flex:1;min-height:44px}.filter-sheet-section{margin-bottom:18px}.filter-sheet-section__label{color:var(--text-secondary);margin-bottom:10px;font-size:13px;font-weight:700}.filter-chip-grid{flex-wrap:wrap;gap:8px;display:flex}.filter-chip{color:var(--text-primary);cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;line-height:1.2}.filter-chip.is-active{color:#fff;background:#0f172a;border-color:#0f172a}.filter-sheet-dates{align-items:center;gap:8px;margin-top:10px;display:flex}.filter-sheet-dates .form-control{flex:1;min-width:0}.manage-page__header-main{justify-content:space-between;align-items:flex-start;gap:12px;width:100%;display:flex}@media (min-width:769px){.manage-page--orders .manage-page__header{flex-direction:column;align-items:stretch;gap:8px;margin-bottom:12px}.manage-page--orders .manage-page__header-main{justify-content:flex-end;align-items:flex-start}.manage-page--orders .manage-page__header-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.manage-page--orders .manage-page__header-toolbar-left{flex-wrap:wrap;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.manage-page--orders .manage-page__create-btn{font-size:var(--fs-md);font-weight:var(--fw-bold);flex-shrink:0;min-height:0;margin-left:auto;padding:10px 20px}.manage-page--orders .manage-page__bulk-bar{border-left:1px solid var(--border-light);flex-wrap:wrap;align-items:center;gap:8px;padding-left:10px;display:inline-flex}.manage-page--orders .manage-page__bulk-btn{height:36px;min-height:0;padding:0 14px;font-size:13px;font-weight:600}.waybill-bulk-bar--top{border-radius:var(--radius-md);padding:8px 12px}.waybill-bulk-bar--top .btn{height:36px;min-height:0;padding:0 14px;font-size:13px;font-weight:600}.waybill-bulk-bar--top .waybill-bulk-bar__count{flex:none}}.manage-ptr{color:var(--text-muted);justify-content:center;align-items:flex-end;font-size:12px;font-weight:600;transition:height .15s;display:flex;overflow:hidden}@media (max-width:768px){.manage-page--orders{background:var(--bg-base);padding-bottom:88px}.order-summary-bar--upos{box-shadow:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:0 0;border:none;border-radius:0;flex-wrap:nowrap;gap:10px;margin:0 -12px 12px;padding:2px 12px 6px;display:flex;overflow-x:auto}.overview-kpi-section .order-summary-bar--upos{margin-bottom:0}.order-summary-bar--upos::-webkit-scrollbar{display:none}.order-summary-bar--upos .order-summary-bar__item{text-align:left;background:#fff;border:none;border-radius:14px;flex:none;width:auto;min-width:156px;max-width:none;padding:12px 14px;box-shadow:0 1px 2px #0f172a0a,0 6px 16px #0f172a0d}.order-summary-bar--upos .order-summary-bar__label{white-space:normal;color:#64748b;margin-bottom:6px;font-size:12px;font-weight:600;line-height:1.35}.order-summary-bar--upos .order-summary-bar__label-full{display:inline}.order-summary-bar--upos .order-summary-bar__label-short{display:none}.order-summary-bar--upos .order-summary-bar__value{letter-spacing:-.01em;white-space:nowrap;word-break:keep-all;font-variant-numeric:tabular-nums;color:#0f172a;font-size:20px;font-weight:700;line-height:1.2}.manage-order-list-head{color:var(--text-secondary);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:10px;padding:8px 2px 10px;font-size:14px;font-weight:700;display:flex}.manage-order-list{flex-direction:column;gap:10px;display:flex}.manage-order-empty{text-align:center;color:var(--text-muted);background:var(--bg-card);border-radius:var(--radius-md);padding:36px 12px}.order-coord-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:14px 14px 0}.order-coord-card__top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.order-coord-card__code-row{flex:1;align-items:center;gap:2px;min-width:0;display:inline-flex}.order-coord-card__code{min-width:0;color:var(--primary);text-align:left;cursor:pointer;background:0 0;border:none;flex:0 auto;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:16px;font-weight:800}.order-coord-card__copy{flex-shrink:0;width:28px;height:28px;margin:0}.order-coord-card__person{color:var(--text-primary);margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.35}.order-coord-card__person a{color:inherit;text-underline-offset:2px;text-decoration:underline}.order-coord-card__address{color:var(--text-muted);margin-bottom:6px;font-size:13px;line-height:1.45}.order-coord-card__date{color:var(--text-muted);margin-bottom:8px;font-size:13px}.order-coord-card__money{margin-bottom:12px;font-size:15px;line-height:1.4}.order-coord-card__money strong{color:var(--text-primary);font-weight:800}.order-coord-card__pay{color:var(--primary);font-weight:700}.order-coord-card__actions{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;margin:0 -14px;display:grid}.order-coord-card__actions button{height:46px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:15px;font-weight:700}.order-coord-card__actions button+button{border-left:1px solid var(--border)}.order-coord-card__top .waybill-card__status{text-align:center;flex-shrink:0;max-width:46%;padding:4px 8px;font-size:12px;line-height:1.2}}.manage-page__active-filters{flex-wrap:wrap;gap:6px;margin:-4px 0 12px;display:flex}.manage-filter-tag{color:var(--primary);background:#fef2f2;border:none;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.manage-filter-tag--clear{cursor:pointer;color:var(--text-secondary);background:#f1f5f9;border:none}@media (max-width:768px){.customers-page .order-card-mobile__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.3;display:-webkit-box;overflow:hidden}.customers-page__address{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.customers-page .order-card-mobile{margin-bottom:8px;padding:10px 12px}.customers-page__select-all{border:1px solid var(--border-light);width:fit-content;max-width:100%;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border-radius:999px;align-items:center;gap:8px;margin:0 0 10px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.customers-page__select-all input{flex-shrink:0;width:16px;height:16px;margin:0}.note-settings-page .page-header{margin-bottom:12px}.note-settings-page .grid-2{gap:12px}}.channel-settings__alert{border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:13px;font-weight:600;line-height:1.4}.channel-settings__alert--success{color:#059669;background:#10b9811a}.channel-settings__alert--error{color:#dc2626;background:#ef44441a}.channel-settings__code-card{background:linear-gradient(135deg,#fff1f2,#fef2f2);border:1px solid #fecdd3;margin-bottom:12px}.channel-settings__code-title{margin-bottom:8px;font-size:15px;font-weight:800}.channel-settings__code-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.channel-settings__code{letter-spacing:2px;color:var(--primary);border:2px dashed var(--primary);background:#fff;border-radius:10px;padding:12px 20px;font-size:28px;font-weight:800}.channel-settings__code-hint{color:var(--text-secondary);margin:12px 0 0;font-size:13px;line-height:1.55}.channel-settings__code-empty{color:#b45309;margin:0;font-size:13px;line-height:1.45}.channel-settings__fb-wrap{max-width:520px;margin-bottom:12px}.channel-settings__fb-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.channel-settings__fb-title{font-size:15px;font-weight:700}.channel-settings__fb-info{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin-bottom:10px;padding:12px}.channel-settings__fb-name{color:#1d4ed8;font-size:14px;font-weight:700;line-height:1.35}.channel-settings__fb-meta{color:var(--text-muted);word-break:break-all;margin-top:4px;font-size:12px}.channel-settings__fb-warn{color:#b91c1c;margin-top:6px;font-size:12px;line-height:1.35}.channel-settings__fb-empty{color:var(--text-secondary);margin:0 0 10px;font-size:13px;line-height:1.4}.channel-settings__actions{flex-wrap:wrap;gap:8px;display:flex}.channel-settings__actions .btn{width:auto;min-width:0;height:32px;padding:0 12px;font-size:12px;font-weight:650}.channel-settings__btn-fb{background:#1877f2!important;border-color:#1877f2!important}.channel-settings__btn-disconnect{color:#b91c1c!important;border-color:#fecaca!important}.channel-settings__oauth-warn{color:#b91c1c;margin:8px 0 0;font-size:12px;line-height:1.35}@media (max-width:768px){.channel-settings-page .page-header{margin-bottom:8px}.channel-settings-page .page-title{font-size:18px}.channel-settings-page .card{padding:14px}.channel-settings__code-title{margin-bottom:6px;font-size:14px}.channel-settings__code{letter-spacing:1px;text-align:center;flex:auto;min-width:0;padding:8px 12px;font-size:20px}.channel-settings__copy-btn{flex:none;height:36px!important;min-height:0!important;padding:0 12px!important;font-size:12px!important}.channel-settings__code-hint{margin-top:8px;font-size:12px}.channel-settings__fb-wrap{max-width:none}.channel-settings__fb-title{font-size:14px}.channel-settings__fb-info{margin-bottom:8px;padding:10px}.channel-settings__actions{grid-template-columns:1fr 1fr;gap:6px;display:grid}.channel-settings__actions .btn{justify-content:center;width:100%;height:34px;padding:0 8px;font-size:11px;min-height:0!important}.channel-settings__btn-fb{grid-column:1/-1}.manage-page{padding-bottom:88px}.manage-page--bulk{padding-bottom:160px}.manage-page--bulk .waybill-fab{bottom:88px}.manage-page__header{flex-direction:row;align-items:flex-start;margin-bottom:10px}.manage-page__filters-desktop{display:none!important}.manage-page .order-summary-bar{margin-bottom:12px}.manage-page .waybill-fab{background:var(--primary);color:#fff;z-index:40;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex;position:fixed;bottom:22px;right:18px;box-shadow:0 8px 20px #ed1c2459}.manage-page .waybill-fab--danger{background:#dc2626;box-shadow:0 8px 20px #dc262659}}@media (min-width:769px){.manage-page .waybill-fab,.manage-ptr,.manage-page__active-filters{display:none!important}}@media (max-width:768px){.waybill-overlay{align-items:stretch;padding:10px 12px}.waybill-search,.waybill-field-menu{width:100%}.waybill-page{background:var(--bg-base);min-height:calc(100vh - var(--header-height));padding:8px 12px 88px}.waybill-page__title{display:none}.waybill-list{display:block}.waybill-count{color:var(--text-primary);justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;font-size:15px;font-weight:800;display:flex}.waybill-fab{background:var(--primary);color:#fff;z-index:40;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex;position:fixed;bottom:22px;right:18px;box-shadow:0 8px 20px #ed1c2459}}.customer-table-card{overflow:hidden}.customer-main-table .customer-row:hover{background:#f8fafc}.customer-row--expanded{background:#f1f5f9}.customer-expand-row td{border-bottom:1px solid var(--border);padding:0!important}.customer-code{color:var(--primary);font-family:monospace;font-size:13px;font-weight:700}.customer-address-cell{text-overflow:ellipsis;white-space:nowrap;max-width:220px;color:var(--text-secondary);font-size:13px;overflow:hidden}.customer-expand{background:#fafbfc;padding:16px 20px 20px}.customer-expand__tabs{border-bottom:1px solid var(--border);gap:24px;margin-bottom:16px;display:flex}.customer-expand__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:0 0 10px;font-size:14px;font-weight:600}.customer-expand__tab--active{color:var(--primary);border-bottom-color:var(--primary)}.customer-detail-grid{grid-template-columns:repeat(3,1fr);gap:20px 32px;display:grid}.customer-detail-grid__full{grid-column:1/-1}.customer-detail-block__title{color:var(--text-primary);margin-bottom:10px;font-size:13px;font-weight:700}.customer-detail-row{flex-direction:column;gap:2px;margin-bottom:8px;font-size:13px;display:flex}.customer-detail-row span{color:var(--text-muted);font-size:12px}.customer-history-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;font-size:14px}.customer-history-table thead th{white-space:nowrap;font-size:13px;font-weight:700;color:#64748b!important;text-transform:none!important;letter-spacing:0!important;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;border-right:none!important;padding:14px 20px!important}.customer-history-table tbody td{color:#0f172a;vertical-align:middle;word-break:break-word;border-bottom:1px solid #f1f5f9;font-size:14px;font-weight:500;line-height:1.45;padding:16px 20px!important}.customer-history-table tbody tr:last-child td{border-bottom:none}.customer-history-table tbody tr:nth-child(2n){background:#fafbfc}.customer-history-table tbody tr:hover{background:#f1f5f9}.customer-history-table .col-tracking{width:26%}.customer-history-table .col-date{width:24%}.customer-history-table .col-value{width:20%}.customer-history-table .col-status{width:30%}.customer-history-table th.col-value,.customer-history-table td.col-value{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:700;text-align:center!important}.customer-history-table th.col-status,.customer-history-table td.col-status{text-align:center!important}.customer-history-link{color:var(--primary);letter-spacing:.2px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;font-weight:800;text-decoration:none}.customer-history-link:hover{text-decoration:underline}.customer-history__filters{background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:minmax(240px,1.5fr) minmax(240px,1.1fr) minmax(200px,1fr) auto;align-items:end;gap:16px 18px;margin-bottom:16px;padding:16px 18px;display:grid}.customer-history__field{flex-direction:column;gap:8px;min-width:0;display:flex}.customer-history__label{color:#64748b;font-size:12px;font-weight:650}.customer-history__search-wrap{position:relative}.customer-history__search-wrap .form-input{height:40px;padding-right:36px}.customer-history__field .form-input,.customer-history__dates .form-input{height:40px}.customer-history__search-icon{color:var(--text-muted);pointer-events:none;font-size:16px;line-height:1;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.customer-history__dates{align-items:center;gap:8px;min-width:0;display:flex}.customer-history__dates .form-input{flex:1;min-width:0}.customer-history__dates-sep{color:var(--text-muted);flex-shrink:0}.customer-history__actions{white-space:nowrap;justify-content:flex-end;align-items:center;gap:14px;min-height:40px;padding-bottom:2px;display:flex}.customer-history__reset{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:650}.customer-history__reset:hover{text-decoration:underline}.customer-history__empty{text-align:center;color:var(--text-muted);background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:36px 16px;font-size:14px}.customer-history__table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:auto}.customer-history__table-wrap .table{min-width:760px;margin:0}.order-note-picker-bg{z-index:1200;background:#0f172a73;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}@media (min-width:640px){.order-note-picker-bg{align-items:center;padding:24px}}.order-note-picker{width:100%;max-width:420px;padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px));background:#fff;border-radius:16px 16px 0 0;max-height:min(88vh,640px);overflow:auto;box-shadow:0 -8px 32px #0f172a2e}@media (min-width:640px){.order-note-picker{border-radius:14px;box-shadow:0 16px 48px #0f172a33}}.order-note-picker__head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.order-note-picker__title{color:#0f172a;font-size:18px;font-weight:800}.order-note-picker__close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:999px;width:36px;height:36px;font-size:22px;line-height:1}.order-note-picker__list{flex-direction:column;display:flex}.order-note-picker__row{cursor:pointer;color:#0f172a;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding:14px 2px;font-size:14px;font-weight:500;display:flex}.order-note-picker__row input{width:18px;height:18px;accent-color:var(--primary);flex-shrink:0}.order-note-picker__label{flex:1;line-height:1.35}.order-note-picker__custom{margin-top:10px}.order-note-picker__apply{width:100%;height:44px;margin-top:16px;font-weight:700}.order-note-summary{flex-direction:column;gap:12px;display:flex}.order-note-summary__text{color:#0f172a;white-space:pre-wrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px;font-size:14px;line-height:1.45}.order-note-summary__actions{flex-wrap:wrap;gap:8px;display:flex}.order-note-checklist .order-note-picker__row{padding:12px 0}.order-note-checklist__preview{color:var(--text-muted);background:#f8fafc;border-radius:8px;flex-direction:column;gap:4px;margin-top:12px;padding:10px 12px;font-size:13px;display:flex}.order-note-checklist__preview strong{color:var(--text-primary);font-weight:600}.customer-mobile-toggle{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:0}.customer-suggest{z-index:30;border:1px solid var(--border);background:#fff;border-radius:8px;max-height:280px;position:absolute;top:calc(100% - 2px);left:0;right:0;overflow:hidden auto;box-shadow:0 8px 24px #0f172a1f}.customer-suggest__item{text-align:left;cursor:pointer;width:100%;color:var(--text-primary);background:0 0;border:none;align-items:baseline;gap:8px;padding:9px 12px;font-size:13px;display:flex}.customer-suggest__item:hover{background:#f1f5f9}.customer-suggest__name{font-weight:600}.customer-suggest__phone{color:var(--text-muted);font-family:monospace;font-size:12px}.customer-suggest__tag{color:#b91c1c;margin-left:auto;font-size:11px;font-weight:700}.customer-suggest__empty{color:var(--text-muted);padding:10px 12px;font-size:12px}.customer-suggest__add{text-align:left;border:none;border-top:1px solid var(--border);color:#2563eb;cursor:pointer;background:0 0;width:100%;padding:10px 12px;font-size:13px;font-weight:600}.customer-suggest__add:hover{background:#eff6ff}.status-toggle{cursor:pointer;vertical-align:middle;background:#cbd5e1;border:none;border-radius:999px;flex-shrink:0;width:42px;height:24px;padding:0;transition:background .2s;position:relative}.status-toggle--on{background:#22c55e}.status-toggle:disabled{opacity:.6;cursor:wait}.status-toggle__knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0f172a40}.status-toggle--on .status-toggle__knob{transform:translate(18px)}.account-status{color:#334155;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;padding:7px 14px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.account-status__dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 3px #22c55e2e}.account-status--off .account-status__dot{background:#94a3b8;box-shadow:0 0 0 3px #94a3b833}.account-status--off{color:#64748b}@media (max-width:768px){.account-status{gap:6px;padding:5px 10px;font-size:12px}.account-status__dot{width:7px;height:7px;box-shadow:0 0 0 2px #22c55e2e}.account-status--off .account-status__dot{box-shadow:0 0 0 2px #94a3b833}}.dashboard-status{white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;justify-content:center;align-items:center;min-width:78px;padding:6px 10px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.dashboard-status--pending{color:#b45309;background:#fffbeb;border-color:#fde68a}.dashboard-status--shipping{color:#0f766e;background:#f0fdfa;border-color:#99f6e4}.dashboard-status--delivered{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.dashboard-status--returned{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}.dashboard-status--cancelled{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.dashboard-status--issue{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.dashboard-status--partial{color:#a16207;background:#fffbeb;border-color:#fde68a}.carrier-logo{box-shadow:none;background:#fff;border:1px solid #e8ecf1;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.carrier-logo img{object-fit:contain;width:100%;height:100%;padding:0;display:block;transform:scale(1.28)}.carrier-logo--sm{border-radius:8px;width:40px;height:40px}.carrier-logo--sm img{padding:0;transform:scale(1.42)}.carrier-logo--md{width:48px;height:48px}.carrier-logo--lg{border-radius:10px;width:56px;height:56px}.carrier-logo--lg img{padding:0;transform:scale(1.22)}.carrier-logo--jt img{transform:scale(1.08)}.carrier-logo--ghtk img{transform:scale(.92)}.carrier-logo--sm.carrier-logo--jt img{transform:scale(1.12)}.carrier-logo--sm.carrier-logo--ghtk img{transform:scale(.96)}.carrier-logo--fallback{color:var(--primary);letter-spacing:-.02em;font-size:12px;font-weight:800}.shipper-card{border:1px solid #e8ecf1;flex-direction:column;padding:0;transition:box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 14px #0f172a0a}.shipper-card:hover{box-shadow:0 8px 18px #0f172a12}.shipper-card__head{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:8px;padding:12px 12px 10px;display:flex}.shipper-card__brand{align-items:center;gap:8px;min-width:0;display:flex}.shipper-card__name{color:#0f172a;font-size:13px;font-weight:700;line-height:1.25}.shipper-card__meta{color:#64748b;margin-top:2px;font-size:11px}.shipper-card__badge{letter-spacing:.01em;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}.shipper-card__badge--on{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.shipper-card__badge--off{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.shipper-card__stats{grid-template-columns:1fr 1fr;gap:8px;padding:10px 12px;display:grid}.shipper-card__stat{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;padding:8px 10px}.shipper-card__stat-label{color:#64748b;margin-bottom:2px;font-size:10px}.shipper-card__stat-value{color:#0f172a;font-size:15px;font-weight:700}.shipper-card__rows{flex-direction:column;flex:1;gap:10px;padding:16px 18px;font-size:13px;display:flex}.shipper-card__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.shipper-card__row span:first-child{color:#64748b}.shipper-card__row span:last-child{color:#0f172a;text-align:right;font-weight:650}.shipper-card__ok{color:#047857!important}.shipper-card__bad{color:#b91c1c!important}.shipper-card__actions{justify-content:flex-start;padding:0 12px 12px;display:flex}.shipper-card__actions .btn{justify-content:center;width:auto;min-width:0;height:30px;padding:0 12px;font-size:12px;font-weight:650}.shipper-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}@media (max-width:1100px){.shipper-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.shipper-grid{grid-template-columns:1fr}}@media (max-width:1100px){.customer-history__filters{grid-template-columns:1fr 1fr}.customer-history__actions{grid-column:1/-1;justify-content:flex-end}}@media (max-width:900px){.customer-detail-grid,.customer-history__filters{grid-template-columns:1fr}}.reg-page{background:#f3f5f7;flex-direction:column;min-height:100dvh;display:flex}.reg-page__bar{justify-content:space-between;align-items:center;gap:16px;padding:20px clamp(20px,4vw,40px);display:flex}.reg-page__brand{color:inherit;text-decoration:none}.reg-page__back{color:#334155;align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.reg-page__back:hover{color:#0f172a}.reg-page__main{flex:1;justify-content:center;align-items:flex-start;padding:12px 20px 48px;display:flex}.reg-page__panel{width:100%;max-width:420px;padding-top:clamp(24px,6vh,72px)}.reg-page__title{text-align:center;letter-spacing:-.02em;color:#0f172a;margin:0 0 10px;font-size:clamp(28px,4vw,34px);font-weight:800}.reg-page__subtitle{text-align:center;color:#64748b;margin:0 0 28px;font-size:14px;line-height:1.55}.reg-form{flex-direction:column;gap:16px;display:flex}.reg-form__group{flex-direction:column;gap:8px;display:flex}.reg-form__label{color:#334155;font-size:14px;font-weight:600}.reg-form__input{color:#0f172a;background:#e8eef3;border:none;border-radius:10px;outline:none;width:100%;height:48px;padding:0 14px;font-size:15px;transition:box-shadow .15s,background .15s}.reg-form__input:focus{background:#e2eaf1;box-shadow:0 0 0 2px #ed1c2447}.reg-form__password{position:relative}.reg-form__password .reg-form__input{padding-right:44px}.reg-form__eye{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.reg-form__eye:hover{color:#0f172a}.reg-form__submit{color:#fff;cursor:pointer;background:#ed1c24;border:none;border-radius:999px;width:100%;height:50px;margin-top:8px;font-size:16px;font-weight:700;transition:background .15s,opacity .15s}.reg-form__submit:hover:not(:disabled){background:#d41920}.reg-form__submit:disabled{opacity:.7;cursor:not-allowed}.reg-page__login{text-align:center;color:#64748b;margin:22px 0 0;font-size:14px}.reg-page__login a{color:#ed1c24;font-weight:700;text-decoration:none}.reg-page__login a:hover{text-decoration:underline}.reg-form .login-error{margin:0}.row-actions{justify-content:center;display:inline-flex;position:relative}.row-actions__trigger{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.row-actions__trigger:hover{color:#0f172a;background:#f8fafc}.row-actions__menu{z-index:80;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:148px;padding:6px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 10px 28px #0f172a1f}.row-actions__menu--portal{z-index:9999;position:fixed;top:0;left:0;right:auto}.row-actions__item{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:7px;width:100%;padding:9px 12px;font-size:13px;font-weight:600;text-decoration:none;display:block}.row-actions__item:hover{background:#f1f5f9}.row-actions__item--danger{color:#dc2626}.row-actions__item--danger:hover{background:#fef2f2}.chat-sim__alert{border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:13px}.chat-sim__alert--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.chat-sim-layout{grid-template-columns:minmax(220px,280px) minmax(0,1fr) minmax(240px,320px);gap:16px;min-width:0;min-height:520px;display:grid}.chat-sim-layout__sessions,.chat-sim-layout__thread{flex-direction:column;min-width:0;padding:0;display:flex;overflow:hidden}.chat-sim-layout__draft{min-width:0}.chat-sim-layout__panel-title{border-bottom:1px solid var(--border);padding:12px 16px;font-size:14px;font-weight:700}.chat-sim-layout__panel-title--sessions{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-sim-layout__back{font:inherit;color:var(--text-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;max-width:100%;padding:0;font-weight:700;display:inline-flex}.chat-sim-layout__back span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-sim-layout__search-tag{color:var(--text-secondary);background:#f1f5f9;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin:0 12px 8px;padding:6px 10px;font-size:12px;display:flex}.chat-sim-layout__search-tag button{color:inherit;cursor:pointer;background:0 0;border:none;padding:2px}.chat-sim-layout__panel-title--plain{border-bottom:none;padding:0 0 12px}.chat-sim-layout__session-list{max-height:480px;overflow-y:auto}.chat-sim-layout__session{text-align:left;border:none;border-bottom:1px solid var(--border-light);cursor:pointer;background:0 0;width:100%;padding:12px 16px;display:block}.chat-sim-layout__session.is-active{background:#e11d4814}.chat-sim-layout__session-name{font-size:13px;font-weight:600}.chat-sim-layout__session-meta{color:var(--text-muted);margin-top:2px;font-size:12px}.chat-sim-layout__session .badge{margin-top:6px;font-size:10px}.chat-sim-layout__empty{color:var(--text-muted);margin:0;padding:20px;font-size:13px}.chat-sim-layout__messages{background:#f8fafc;flex:1;min-height:200px;max-height:400px;padding:16px;overflow-y:auto}.chat-sim-layout__bubble-row{justify-content:flex-start;margin-bottom:10px;display:flex}.chat-sim-layout__bubble-row.is-customer{justify-content:flex-end}.chat-sim-layout__bubble{white-space:pre-wrap;border-radius:12px;max-width:80%;padding:8px 12px;font-size:13px}.chat-sim-layout__bubble.is-customer{background:var(--primary);color:#fff}.chat-sim-layout__bubble.is-bot{color:var(--text-primary);border:1px solid var(--border);background:#fff}.chat-sim-layout__composer{border-top:1px solid var(--border);gap:8px;padding:12px;display:flex}.chat-sim-layout__draft-row{margin-bottom:8px;font-size:13px}@media (max-width:1024px) and (min-width:769px){.chat-sim-layout{grid-template-columns:minmax(200px,260px) minmax(0,1fr);min-height:0}.chat-sim-layout__draft{grid-column:1/-1}.chat-sim-layout__session-list{max-height:420px}.chat-sim-layout__messages{min-height:280px;max-height:420px}}@media (max-width:768px){.chat-sim{padding-bottom:12px}.chat-sim .page-subtitle{font-size:12px;line-height:1.4}.chat-sim__header{margin-bottom:12px}.chat-sim__actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.chat-sim__actions .btn{width:100%;min-height:40px;padding:8px 10px;font-size:12px}.chat-sim-layout{grid-template-columns:1fr;gap:0;min-height:0}.chat-sim-layout--mobile-list .chat-sim-layout__thread,.chat-sim-layout--mobile-list .chat-sim-layout__draft{display:none}.chat-sim-layout--mobile-list .chat-sim-layout__sessions{min-height:calc(100dvh - var(--header-height) - 220px);flex-direction:column;display:flex}.chat-sim-layout--mobile-list .chat-sim-layout__session-list{-webkit-overflow-scrolling:touch;flex:1;max-height:none;padding:0;display:block;overflow:hidden auto}.chat-sim-layout--mobile-list .chat-sim-layout__session{border:none;border-bottom:1px solid var(--border-light);background:0 0;border-radius:0;width:100%;padding:12px 16px}.chat-sim-layout--mobile-list .chat-sim-layout__session.is-active{border-color:var(--border-light);background:#e11d4814}.chat-sim-layout--mobile-chat .chat-sim-layout__sessions{display:none}.chat-sim-layout--mobile-chat .chat-sim-layout__thread{min-height:calc(100dvh - var(--header-height) - 280px);flex-direction:column;display:flex}.chat-sim-layout--mobile-chat .chat-sim-layout__messages{flex:1;min-height:240px;max-height:none}.chat-sim-layout--mobile-chat .chat-sim-layout__draft{margin-top:12px}.chat-sim-layout__composer{flex-wrap:nowrap}.chat-sim-layout__composer .form-control{flex:1;min-width:0}}.live-page{padding-bottom:24px}.live-script-link{color:var(--primary);font-weight:700;text-decoration:none}.live-script-link:hover{text-decoration:underline}.live-alert{color:#b91c1c;background:#fef2f2;border-radius:8px;margin-bottom:12px;padding:10px 14px;font-size:14px}.live-modal-backdrop{z-index:80;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.live-modal{background:#fff;border-radius:12px;width:min(440px,100%);padding:20px 22px;box-shadow:0 20px 50px #0000002e}.live-modal--wide{width:min(560px,100%)}.live-modal h3{margin:0 0 14px;font-size:1.1rem}.live-field{flex-direction:column;gap:6px;margin-bottom:12px;font-size:13px;font-weight:600;display:flex}.live-modal-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.live-script-cards{flex-direction:column;gap:10px;display:none}.live-script-card{padding:14px}.live-script-card__main{color:inherit;text-decoration:none;display:block}.live-script-card__top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.live-scripts-card--desktop{display:block}.live-tabs{border-bottom:1px solid var(--border);gap:4px;margin-bottom:16px;display:flex}.live-tabs button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 16px;font-size:14px;font-weight:700}.live-tabs button.active{color:var(--primary);border-bottom-color:var(--primary)}.live-kpi-row{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px;display:grid}.live-kpi{padding:16px}.live-kpi-label{color:var(--text-muted);margin-bottom:6px;font-size:13px;font-weight:600}.live-kpi strong{font-size:1.25rem}.live-overview-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.live-info-row{color:var(--text-muted);border-top:1px solid #f1f5f9;justify-content:space-between;gap:12px;padding:10px 0;font-size:14px;display:flex}.live-info-row:first-of-type{border-top:none}.live-info-row strong{color:var(--text-primary);text-align:right;font-weight:600}.live-products-toolbar{flex-wrap:wrap;justify-content:space-between;gap:10px;margin-bottom:14px;display:flex}.is-muted-row{opacity:.55}.live-close-stats{flex-wrap:wrap;gap:16px;margin-bottom:10px;font-size:13px;display:flex}.live-close-filters{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.live-close-filters button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:600}.live-close-filters button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.live-close-actions{flex-wrap:wrap;gap:4px;display:flex}.live-row-needs-phone{background:#fffbeb}.live-fb-list{max-height:320px;margin:0 0 12px;overflow:auto}.live-fb-row{border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:flex-start;gap:10px;margin-bottom:8px;padding:10px;display:flex}.live-switch{width:40px;height:22px;display:inline-block;position:relative}.live-switch input{opacity:0;width:0;height:0}.live-switch span{cursor:pointer;background:#cbd5e1;border-radius:999px;transition:all .15s;position:absolute;inset:0}.live-switch span:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .15s;position:absolute;top:3px;left:3px}.live-switch input:checked+span{background:var(--primary,#2563eb)}.live-switch input:checked+span:after{transform:translate(18px)}.live-sticky-footer{display:none}.live-console-page{padding-bottom:24px}.page-back-link{color:var(--primary);font-size:13px;font-weight:600;text-decoration:none}.page-back-link:hover{text-decoration:underline}.btn-danger{color:#fff;background:#dc2626;border:none}.btn-danger:hover{background:#b91c1c}@media (max-width:960px){.live-script-cards{display:flex}.live-scripts-card--desktop{display:none}.live-kpi-row,.live-overview-grid{grid-template-columns:1fr}.live-sticky-footer{padding:12px 0 calc(12px + env(safe-area-inset-bottom));background:var(--bg,#f8fafc);z-index:20;gap:10px;margin-top:16px;display:flex;position:sticky;bottom:0}.live-sticky-footer .btn{flex:1;justify-content:center}.live-console-page{padding-bottom:8px}.live-console-page .page-header-actions{display:none}}
