:root{--auth-slate-900:#0c1222;--auth-slate-800:#151d2e;--auth-slate-700:#1e293b;--auth-teal:#0d9488;--auth-teal-hover:#0f766e;--auth-teal-muted:#0d94881f;--auth-text:#334155;--auth-text-muted:#64748b;--auth-heading:#0f172a;--auth-border:#e2e8f0;--auth-input-bg:#f8fafc;--auth-card:#fff;--auth-brand-fg:#f1f5f9;--auth-brand-muted:#f1f5f9b8;--auth-shadow:0 25px 50px -12px #0f172a1f;--auth-radius:14px;--auth-radius-sm:10px;--font:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{min-height:100dvh;font-family:var(--font);color:var(--auth-text);background:var(--auth-card);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5}#root{width:100%;max-width:100%;min-height:100dvh}a{color:var(--auth-teal);font-weight:500;text-decoration:none}a:hover{color:var(--auth-teal-hover)}a:focus-visible{outline:2px solid var(--auth-teal);outline-offset:2px;border-radius:4px}button:focus-visible,input:focus-visible{outline:2px solid var(--auth-teal);outline-offset:2px}.custom-alert-root{z-index:200;padding:max(1rem, env(safe-area-inset-top)) 1rem 1rem;pointer-events:none;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0;overflow-y:auto}.custom-alert-backdrop{z-index:0;cursor:pointer;pointer-events:auto;background:#0f172a73;border:none;margin:0;padding:0;position:fixed;inset:0}.custom-alert-dialog{z-index:1;background:var(--auth-card);border-radius:var(--auth-radius);border:1px solid var(--auth-border);pointer-events:auto;width:100%;max-width:420px;margin-bottom:2rem;animation:.18s custom-alert-in;position:relative;box-shadow:0 25px 50px -12px #0f172a40}@keyframes custom-alert-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.custom-alert-dialog--warning{border-color:#fecaca}.custom-alert-dialog--info{border-color:#0d948859}.custom-alert-header{border-bottom:1px solid var(--auth-border);background:var(--auth-input-bg);align-items:flex-start;gap:.75rem;padding:1rem 1.1rem .75rem;display:flex}.custom-alert-dialog--warning .custom-alert-header{background:#fff7ed;border-bottom-color:#fecaca}.custom-alert-icon{color:#fff;background:#ea580c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.95rem;font-weight:800;line-height:1;display:inline-flex}.custom-alert-dialog--info .custom-alert-icon{background:var(--auth-teal)}.custom-alert-title{color:var(--auth-heading);letter-spacing:-.02em;margin:0;padding-top:.15rem;font-size:1.0625rem;font-weight:700;line-height:1.35}.custom-alert-body{color:var(--auth-text);padding:1rem 1.1rem 1.15rem;font-size:.9375rem;line-height:1.55}.custom-alert-body p{margin:0}.custom-alert-footer{justify-content:flex-end;gap:.5rem;padding:0 1.1rem 1.1rem;display:flex}.custom-alert-ok{border-radius:var(--auth-radius-sm);cursor:pointer;background:var(--auth-teal);color:var(--auth-brand-fg);border:none;padding:.5rem 1.15rem;font-family:inherit;font-size:.875rem;font-weight:600}.custom-alert-ok:hover{background:var(--auth-teal-hover)}.custom-alert-ok:focus-visible{outline:2px solid var(--auth-teal);outline-offset:2px}.custom-alert-secondary{border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);cursor:pointer;background:var(--auth-card);color:var(--auth-text);padding:.5rem 1.15rem;font-family:inherit;font-size:.875rem;font-weight:600}.custom-alert-secondary:hover{background:var(--auth-input-bg)}.custom-alert-secondary:focus-visible{outline:2px solid var(--auth-teal);outline-offset:2px}.auth-page{grid-template-columns:minmax(0,1fr);min-height:100dvh;display:grid}@media (width>=900px){.auth-page{grid-template-columns:minmax(280px,1fr) minmax(0,1.05fr)}}.auth-brand{color:var(--auth-brand-fg);background:radial-gradient(ellipse 120% 80% at 20% 0%, #0d948859 0%, transparent 55%), radial-gradient(ellipse 80% 60% at 100% 100%, #3b82f633 0%, transparent 50%), linear-gradient(165deg, var(--auth-slate-900) 0%, var(--auth-slate-800) 45%, var(--auth-slate-700) 100%);flex-direction:column;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,4vw,3rem);display:flex;position:relative;overflow:hidden}.auth-brand:after{content:"";opacity:.9;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.auth-brand-inner{z-index:1;position:relative}.auth-logo{color:inherit;letter-spacing:-.02em;align-items:center;gap:.65rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:inline-flex}.auth-logo:hover{color:#fff}.auth-logo-mark{background:linear-gradient(135deg, var(--auth-teal) 0%, #14b8a6 100%);border-radius:10px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 8px 24px #0d948859}.auth-logo-mark svg{color:#fff;width:22px;height:22px}.auth-brand h1{letter-spacing:-.03em;color:inherit;margin:1.75rem 0 .75rem;font-size:clamp(1.65rem,3.5vw,2.25rem);font-weight:700;line-height:1.2}.auth-brand-lead{max-width:28rem;color:var(--auth-brand-muted);margin:0;font-size:1rem;line-height:1.6}.auth-features{flex-direction:column;gap:.875rem;margin:2rem 0 0;padding:0;list-style:none;display:flex}.auth-features li{color:var(--auth-brand-muted);align-items:flex-start;gap:.65rem;font-size:.9375rem;display:flex}.auth-features svg{color:var(--auth-teal);flex-shrink:0;margin-top:.15rem}.auth-brand-footnote{z-index:1;color:#f1f5f973;font-size:.8125rem;position:relative}@media (width<=899px){.auth-brand{padding-bottom:1.25rem}.auth-features{display:none}.auth-brand h1{margin-top:1rem}.auth-brand-footnote{display:none}}.auth-panel{background:linear-gradient(#f1f5f9 0%,#f8fafc 100%);justify-content:center;align-items:center;padding:clamp(1.25rem,4vw,2.5rem);display:flex}.auth-card{background:var(--auth-card);border-radius:var(--auth-radius);width:100%;max-width:420px;box-shadow:var(--auth-shadow);border:1px solid var(--auth-border);padding:clamp(1.5rem,4vw,2.25rem)}.auth-card-header{margin-bottom:1.5rem}.auth-card-header h2{letter-spacing:-.02em;color:var(--auth-heading);margin:0 0 .35rem;font-size:1.5rem;font-weight:700}.auth-card-header p{color:var(--auth-text-muted);margin:0;font-size:.9375rem}.auth-form{flex-direction:column;gap:1.125rem;display:flex}.auth-field{flex-direction:column;gap:.4rem;display:flex}.auth-field label{color:var(--auth-heading);font-size:.8125rem;font-weight:600}.auth-field input{width:100%;font:inherit;color:var(--auth-heading);background:var(--auth-input-bg);border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);padding:.7rem .9rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.auth-field input::placeholder{color:var(--auth-text-muted)}.auth-field input:hover{border-color:#cbd5e1}.auth-field input:focus{border-color:var(--auth-teal);box-shadow:0 0 0 3px var(--auth-teal-muted);outline:none}.auth-field select.auth-field-select{width:100%;font:inherit;color:var(--auth-heading);background:var(--auth-input-bg);border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);cursor:pointer;padding:.7rem .9rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.auth-field select.auth-field-select:hover{border-color:#cbd5e1}.auth-field select.auth-field-select:focus{border-color:var(--auth-teal);box-shadow:0 0 0 3px var(--auth-teal-muted);outline:none}.auth-field select.auth-field-select:disabled{opacity:.65;cursor:not-allowed}.auth-field-hint{color:var(--auth-text-muted);margin:0;font-size:.75rem;line-height:1.35}.auth-field-row{gap:1rem;display:grid}@media (width>=480px){.auth-field-row.auth-field-row-2{grid-template-columns:1fr 1fr}}.auth-password-wrap{position:relative}.auth-password-wrap input{padding-right:3.25rem}.auth-toggle-password{color:var(--auth-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem .5rem;font-family:inherit;font-size:.75rem;font-weight:600;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.auth-toggle-password:hover{color:var(--auth-heading);background:#94a3b826}.auth-row-inline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.auth-checkbox{color:var(--auth-text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.auth-checkbox input{width:1rem;height:1rem;accent-color:var(--auth-teal);cursor:pointer}.auth-submit{border-radius:var(--auth-radius-sm);background:linear-gradient(135deg, var(--auth-teal) 0%, #0f766e 100%);color:#fff;width:100%;font:inherit;cursor:pointer;border:none;margin-top:.25rem;padding:.8rem 1rem;font-size:.9375rem;font-weight:600;transition:transform .12s,box-shadow .12s;box-shadow:0 4px 14px #0d948859}.auth-submit:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0d948866}.auth-submit:active{transform:translateY(0)}.auth-submit:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.auth-footer-text{text-align:center;color:var(--auth-text-muted);margin:1.25rem 0 0;font-size:.875rem}.auth-footer-text a{margin-left:.25rem}.app-shell{background:#f1f5f9;width:100%;max-width:100%;min-height:100dvh;display:flex}.app-sidebar-overlay{z-index:25;cursor:pointer;background:#0f172a73;border:none;padding:0;display:none;position:fixed;inset:0}.app-shell--sidebar-open .app-sidebar-overlay{display:block}.app-sidebar{z-index:30;background:linear-gradient(180deg, var(--auth-slate-900) 0%, #111827 100%);border-right:1px solid #ffffff0f;flex-direction:column;width:min(280px,88vw);height:100dvh;transition:transform .2s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.app-shell--sidebar-open .app-sidebar{transform:translate(0)}@media (width>=900px){.app-sidebar-overlay{display:none}.app-shell.app-shell--nav-hidden-desktop.app-shell--sidebar-open .app-sidebar-overlay{display:block}.app-shell:not(.app-shell--nav-hidden-desktop) .app-sidebar{box-shadow:none;flex-shrink:0;position:relative;transform:none}.app-shell.app-shell--nav-hidden-desktop .app-sidebar{box-shadow:none;position:fixed;transform:translate(-100%)}.app-shell.app-shell--nav-hidden-desktop.app-shell--sidebar-open .app-sidebar{transform:translate(0);box-shadow:16px 0 48px #0000002e}.app-sidebar-close{display:none!important}.app-menu-toggle{display:none}.app-shell.app-shell--nav-hidden-desktop .app-menu-toggle{display:flex}}@media (width<=899px){.app-sidebar-collapse{display:none!important}}.app-sidebar-top{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem 1rem .75rem;display:flex}.app-sidebar-brand{color:#f8fafc;letter-spacing:-.02em;align-items:center;gap:.6rem;min-width:0;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.app-sidebar-brand:hover{color:#fff}.app-sidebar-brand-mark{background:linear-gradient(135deg, var(--auth-teal) 0%, #14b8a6 100%);border-radius:9px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid;box-shadow:0 4px 14px #0d948859}.app-sidebar-brand-mark svg{color:#fff;width:18px;height:18px}.app-sidebar-brand-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-sidebar-actions{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.app-sidebar-close,.app-sidebar-collapse{color:#e2e8f0;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.app-sidebar-close:hover,.app-sidebar-collapse:hover{background:#ffffff24}.app-sidebar-collapse{color:#cbd5e1}.app-sidebar-nav{flex-direction:column;flex:1;gap:.2rem;padding:.75rem .65rem;display:flex;overflow-y:auto}.app-sidebar-link{color:#e2e8f0b8;border-radius:10px;align-items:center;gap:.65rem;padding:.65rem .85rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.app-sidebar-link:hover{color:#f8fafc;background:#ffffff0f}.app-sidebar-link.active{color:#fff;background:#0d948838;box-shadow:inset 0 0 0 1px #0d948859}.app-sidebar-link-icon{opacity:.9;flex-shrink:0;place-items:center;display:grid}.app-sidebar-link.active .app-sidebar-link-icon{color:#5eead4}.app-sidebar-group{flex-direction:column;gap:.15rem;display:flex}.app-sidebar-group-toggle{width:100%;font:inherit;color:#e2e8f0b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.65rem;padding:.65rem .85rem;font-size:.875rem;font-weight:600;transition:background .15s,color .15s;display:flex}.app-sidebar-group-toggle:hover{color:#f8fafc;background:#ffffff0f}.app-sidebar-group-toggle.active{color:#fff;background:#ffffff0d}.app-sidebar-group-label{flex:1;min-width:0}.app-sidebar-group-chevron{opacity:.65;flex-shrink:0;place-items:center;transition:transform .15s;display:grid}.app-sidebar-group--open .app-sidebar-group-chevron{transform:rotate(180deg)}.app-sidebar-group-children{border-left:1px solid #ffffff1a;flex-direction:column;gap:.1rem;margin:0 0 .15rem .35rem;padding-left:.55rem;display:flex}.app-sidebar-group-children[hidden]{display:none}.app-sidebar-link--child{padding:.5rem .75rem;font-size:.8125rem;font-weight:500}.app-sidebar-link--child .app-sidebar-link-icon{opacity:.85}.app-sidebar-footer{border-top:1px solid #ffffff0f;padding:1rem .85rem 1.25rem}.app-sidebar-signout{text-align:center;width:100%;font:inherit;color:#e2e8f08c;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;padding:.55rem .75rem;font-size:.8125rem;font-weight:600;text-decoration:none;display:block}.app-sidebar-signout:hover{color:#f8fafc;background:#ffffff0f}.app-sidebar-dock{color:#5eead4;width:100%;font:inherit;cursor:pointer;background:#0d948833;border:1px solid #2dd4bf73;border-radius:8px;margin-bottom:.5rem;padding:.55rem .75rem;font-size:.8125rem;font-weight:600}.app-sidebar-dock:hover{color:#ccfbf1;background:#0d94884d}.app-main-column{flex-direction:column;flex:1;min-width:0;min-height:100dvh;display:flex}@media (width>=900px){.app-shell:not(.app-shell--nav-hidden-desktop) .app-main-column{width:calc(100% - 280px)}.app-shell.app-shell--nav-hidden-desktop .app-main-column{width:100%}}.app-topbar{border-bottom:1px solid var(--auth-border);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem 1rem;display:flex}.app-topbar-start{align-items:center;gap:.75rem;min-width:0;display:flex}@media (width>=900px){.app-topbar{padding:.75rem 1.5rem}}.app-menu-toggle{background:var(--auth-input-bg);width:42px;height:42px;color:var(--auth-heading);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;display:flex}.app-menu-toggle:hover{background:#e2e8f0}.app-topbar-title{text-transform:uppercase;letter-spacing:.06em;color:var(--auth-text-muted);font-size:.8125rem;font-weight:600}.app-topbar-account{flex-shrink:0;margin-left:auto;position:relative}.app-topbar-account-trigger{border:1px solid var(--auth-border);background:var(--auth-input-bg);max-width:min(16rem,42vw);color:var(--auth-heading);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:.6rem;padding:.35rem .5rem .35rem .35rem;display:flex}.app-topbar-account-trigger:hover{background:#eef2f7}.app-topbar-account-trigger:focus-visible{outline:2px solid var(--auth-teal);outline-offset:2px}.app-topbar-account-avatar{background:var(--auth-teal);width:2rem;height:2rem;color:var(--auth-brand-fg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:inline-flex}.app-topbar-account-text{text-align:left;flex-direction:column;align-items:flex-start;min-width:0;display:flex}.app-topbar-account-name{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.8125rem;font-weight:600;line-height:1.2;overflow:hidden}.app-topbar-account-client{color:var(--auth-text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.6875rem;font-weight:500;line-height:1.2;overflow:hidden}.app-topbar-account-chevron{color:var(--auth-text-muted);flex-shrink:0;display:inline-flex}.app-topbar-account-menu{z-index:120;border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);background:#fff;min-width:12.5rem;padding:.35rem;position:absolute;top:calc(100% + .4rem);right:0;box-shadow:0 12px 32px #0f172a1f}.app-topbar-account-menu-item{width:100%;color:var(--auth-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.55rem;padding:.55rem .65rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.app-topbar-account-menu-item:hover{background:var(--auth-input-bg);color:var(--auth-heading)}.app-topbar-account-menu-item--active{background:var(--auth-teal-muted);color:var(--auth-teal-hover)}.app-topbar-account-menu-divider{background:var(--auth-border);height:1px;margin:.25rem .35rem}.app-main{flex:1;width:100%;max-width:none;margin:0;padding:clamp(1rem,2vw,1.5rem);overflow-x:hidden}@media (width>=900px){.app-main{padding:1.25rem 1.5rem 1.75rem}}.app-page-header{flex-direction:column;flex-shrink:0;gap:.5rem;margin-bottom:1rem;display:flex}@media (width>=640px){.app-page-header{flex-direction:row;justify-content:space-between;align-items:center}}.app-page-header h1{letter-spacing:-.02em;color:var(--auth-heading);margin:0 0 .15rem;font-size:1.25rem;font-weight:700}.app-page-header p{color:var(--auth-text-muted);margin:0;font-size:.8125rem;line-height:1.35}.app-page-header-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.app-btn-primary{border-radius:var(--auth-radius-sm);background:linear-gradient(135deg, var(--auth-teal) 0%, #0f766e 100%);color:#fff;font:inherit;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .12s,box-shadow .12s;display:inline-flex;box-shadow:0 4px 14px #0d94884d}.app-btn-primary:hover{color:#fff;transform:translateY(-1px);box-shadow:0 6px 18px #0d948861}.app-btn-secondary{border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);color:var(--auth-heading);font:inherit;cursor:pointer;background:#fff;justify-content:center;align-items:center;padding:.65rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.app-btn-secondary:hover{background:var(--auth-input-bg);color:var(--auth-heading)}.app-btn-compact{padding:.45rem .75rem;font-size:.8125rem}.app-card{background:var(--auth-card);border-radius:var(--auth-radius);border:1px solid var(--auth-border);box-shadow:var(--auth-shadow);overflow:hidden}.app-placeholder-card{max-width:520px;padding:2rem 1.5rem}.app-placeholder-lead{color:var(--auth-heading);margin:0 0 .5rem;font-size:1rem;font-weight:700}.app-placeholder-text{color:var(--auth-text-muted);margin:0;font-size:.875rem;line-height:1.55}.dash-stats{grid-template-columns:repeat(1,1fr);gap:.85rem;margin-bottom:1.25rem;display:grid}@media (width>=640px){.dash-stats{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.dash-stats{grid-template-columns:repeat(3,1fr)}}@media (width>=1400px){.dash-stats{grid-template-columns:repeat(5,1fr)}}.dash-stat-card{border:1px solid var(--auth-border);border-radius:var(--auth-radius);background:#fff;border-left-style:solid;border-left-width:4px;padding:1rem 1.1rem 1rem 1.15rem;position:relative;overflow:hidden;box-shadow:0 2px 8px #0f172a0d}.dash-stat-card--sales{background:linear-gradient(135deg,#0d94881a 0%,#fff 55%);border-left-color:#0d9488}.dash-stat-card--sales .dash-stat-value{color:#0f766e}.dash-stat-card--shipments{background:linear-gradient(135deg,#2563eb17 0%,#fff 55%);border-left-color:#2563eb}.dash-stat-card--shipments .dash-stat-value{color:#1d4ed8}.dash-stat-card--pending{background:linear-gradient(135deg,#d977061a 0%,#fff 55%);border-left-color:#d97706}.dash-stat-card--pending .dash-stat-value{color:#b45309}.dash-stat-card--invoiced{background:linear-gradient(135deg,#7c3aed17 0%,#fff 55%);border-left-color:#7c3aed}.dash-stat-card--invoiced .dash-stat-value{color:#6d28d9}.dash-stat-card--customers{background:linear-gradient(135deg,#0891b217 0%,#fff 55%);border-left-color:#0891b2}.dash-stat-card--customers .dash-stat-value{color:#0e7490}.dash-stat-label{text-transform:uppercase;letter-spacing:.04em;color:var(--auth-text-muted);margin:0;font-size:.75rem;font-weight:600}.dash-stat-value{letter-spacing:-.02em;color:var(--auth-heading);font-variant-numeric:tabular-nums;margin:.35rem 0 .2rem;font-size:1.5rem;font-weight:700}.dash-stat-delta{margin:0;font-size:.8125rem;font-weight:600}.dash-stat-delta-positive{color:#0d9488}.dash-stat-delta-neutral{color:var(--auth-text-muted);font-weight:500}.dash-stat-delta-negative{color:#b45309}.dash-stat-delta a{color:var(--auth-teal,#0d9488);font-weight:600;text-decoration:none}.dash-stat-delta a:hover{text-decoration:underline}.dash-loading{color:var(--auth-text-muted);margin:0;font-size:.9375rem}.dash-panel--chart{border-color:#0d948840;box-shadow:0 2px 12px #0d948814}.dash-panel--chart .dash-panel-head{background:linear-gradient(135deg,#0d94881f 0%,#2dd4bf14 100%);border-bottom:1px solid #0d948833}.dash-panel--chart .dash-panel-head h2{color:#0f766e}.dash-panel--pending{border-color:#d9770647;box-shadow:0 2px 12px #d9770612}.dash-panel--pending .dash-panel-head{background:linear-gradient(135deg,#fbbf242e 0%,#fef3c759 100%);border-bottom-color:#d9770633}.dash-panel--pending .dash-panel-head h2{color:#b45309}.dash-sales-chart{padding:1rem 1.1rem 1.25rem}.dash-sales-chart-summary{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.5rem 1rem;margin-bottom:1rem;display:flex}.dash-sales-chart-total-label{text-transform:uppercase;letter-spacing:.04em;color:var(--auth-text-muted);margin:0;font-size:.75rem;font-weight:600}.dash-sales-chart-total-value{color:#0f766e;margin:.2rem 0 0;font-size:1.35rem;font-weight:700}.dash-sales-chart-meta{color:var(--auth-text-muted);margin:0;font-size:.8125rem}.dash-sales-chart-empty{text-align:center;color:var(--auth-text-muted);margin:0;padding:2rem 0;font-size:.875rem}.dash-sales-chart-svg-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.dash-sales-chart-svg{width:100%;min-width:520px;height:auto;display:block}.dash-sales-chart-grid{stroke:#e2e8f0;stroke-width:1px}.dash-sales-chart-bar{fill:url(#dash-bar-gradient);opacity:.95}.dash-sales-chart-bar:hover{opacity:1;filter:brightness(1.05)}.dash-sales-chart-axis-y,.dash-sales-chart-axis-x{fill:#64748b;font-family:inherit;font-size:10px}.dash-sales-chart-axis-x{font-size:9px}.dash-pending-empty{color:var(--auth-text-muted);margin:0;padding:1.25rem 1.1rem;font-size:.875rem}.dash-pending-totals{color:var(--auth-text-muted);background:linear-gradient(90deg,#fef3c773 0%,#fff 70%);border-bottom:1px solid #d9770626;flex-wrap:wrap;gap:.75rem 1.25rem;padding:.85rem 1.1rem;font-size:.8125rem;display:flex}.dash-pending-totals strong{color:var(--auth-heading);font-weight:700}.dash-pending-table .dash-pending-est{color:var(--auth-heading);font-weight:700;display:block}.dash-pending-fuel-hint{color:var(--auth-text-muted);margin-top:.1rem;font-size:.6875rem;font-weight:500;display:block}.dash-pending-blocked{color:#b45309;font-size:.75rem;font-weight:600}.dash-panel-head .dash-panel-meta{margin-top:.15rem;display:block}.dash-two-col{align-items:start;gap:1rem;display:grid}@media (width>=1024px){.dash-two-col{grid-template-columns:1.4fr 1fr}}.dash-panel{padding:0}.dash-panel-head{border-bottom:1px solid var(--auth-border);background:var(--auth-input-bg);justify-content:space-between;align-items:baseline;gap:.75rem;padding:1rem 1.1rem;display:flex}.dash-panel-head h2{color:var(--auth-heading);margin:0;font-size:.9375rem;font-weight:700}.dash-panel-meta{color:var(--auth-text-muted);font-size:.75rem;font-weight:500}.dash-table{font-size:.8125rem}.cell-mono{font-variant-numeric:tabular-nums;font-family:ui-monospace,Consolas,monospace;font-size:.78rem}.dash-badge{text-transform:capitalize;border-radius:6px;padding:.2rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.dash-badge-success{color:#065f46;background:#d1fae5}.dash-badge-info{color:#1e40af;background:#dbeafe}.dash-badge-warn{color:#92400e;background:#fef3c7}.dash-badge-muted{color:#475569;background:#f1f5f9}.dash-pipeline{flex-direction:column;gap:.75rem;margin:0;padding:1rem 1.1rem 1.15rem;list-style:none;display:flex}.dash-pipeline li{grid-template-columns:1fr minmax(72px,auto) auto;align-items:center;gap:.65rem;font-size:.8125rem;display:grid}.dash-pipeline-label{color:var(--auth-heading);font-weight:500}.dash-pipeline-bar-wrap{background:#e2e8f0;border-radius:999px;height:6px;overflow:hidden}.dash-pipeline-bar{background:linear-gradient(90deg, var(--auth-teal), #2dd4bf);border-radius:999px;min-width:4px;height:100%;display:block}.dash-pipeline-count{font-variant-numeric:tabular-nums;color:var(--auth-heading);text-align:right;min-width:2rem;font-weight:700}.app-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.app-table{border-collapse:collapse;width:100%;font-size:.875rem}.app-table th,.app-table td{text-align:left;border-bottom:1px solid var(--auth-border);padding:.75rem 1rem}.app-table th{color:var(--auth-text-muted);background:var(--auth-input-bg);white-space:nowrap;font-weight:600}.app-table td{color:var(--auth-heading);vertical-align:top}.app-table tr:last-child td{border-bottom:none}.app-table .cell-muted{color:var(--auth-text-muted);font-weight:500}.app-table .cell-clip{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}@media (width<=767px){.app-table-desktop{display:none}}.app-cards-mobile{flex-direction:column;gap:.75rem;padding:1rem;display:none}@media (width<=767px){.app-cards-mobile{display:flex}}.customer-card{border-radius:var(--auth-radius-sm);border:1px solid var(--auth-border);background:var(--auth-input-bg);padding:1rem}.customer-card h3{color:var(--auth-heading);margin:0 0 .5rem;font-size:1rem;font-weight:700}.customer-card dl{gap:.35rem;margin:0;display:grid}.customer-card dt{text-transform:uppercase;letter-spacing:.04em;color:var(--auth-text-muted);font-size:.6875rem;font-weight:600}.customer-card dd{color:var(--auth-heading);margin:0;font-size:.8125rem}.customer-card--inactive,.customer-row--inactive td{opacity:.72}.customer-list-toolbar{border-bottom:1px solid var(--auth-border);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.customer-list-toolbar label{color:var(--auth-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.app-empty{text-align:center;padding:2.5rem 1.5rem}.app-empty h2{color:var(--auth-heading);margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.app-empty p{color:var(--auth-text-muted);max-width:320px;margin:0 auto 1.25rem;font-size:.875rem}.app-form-page{max-width:560px}.app-form-card{padding:clamp(1.25rem,3vw,1.75rem)}.app-form-card h2{color:var(--auth-heading);margin:0 0 .35rem;font-size:1.25rem;font-weight:700}.app-form-card .lead{color:var(--auth-text-muted);margin:0 0 1.25rem;font-size:.875rem}.app-form-actions{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.auth-field textarea{width:100%;min-height:88px;font:inherit;color:var(--auth-heading);background:var(--auth-input-bg);border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);resize:vertical;padding:.7rem .9rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.auth-field textarea:hover{border-color:#cbd5e1}.auth-field textarea:focus{border-color:var(--auth-teal);box-shadow:0 0 0 3px var(--auth-teal-muted);outline:none}.app-field-hint{color:var(--auth-text-muted);margin:.2rem 0 0;font-size:.75rem}.app-main:has(.billing-page){flex-direction:column;flex:1;min-height:0;padding-top:.65rem;padding-bottom:.65rem;display:flex;overflow:hidden}.billing-page{flex-direction:column;flex:1;gap:.5rem;min-height:0;display:flex}.billing-page .app-page-header{margin-bottom:0}.billing-page .billing-form-error,.billing-page .billing-lock-banner,.billing-page .billing-preview-banner,.billing-page .billing-empty-customers{flex-shrink:0;margin-bottom:0}.billing-card--fill{flex-direction:column;flex:1;min-height:0;display:flex}.billing-header-actions,.invoices-page-header-actions,.quote-actions,.rcm-header-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.billing-empty-customers{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:1.25rem 1.5rem;display:flex}.billing-empty-customers p{color:var(--auth-text);max-width:36rem;margin:0;font-size:.875rem}.billing-form-error{border-radius:var(--auth-radius-sm);color:#991b1b;background:#fef2f2;border:1px solid #fecaca;margin:0 0 .75rem;padding:.65rem 1rem;font-size:.875rem}.billing-validation-banner{color:#991b1b;background:#fef2f2;border-bottom:1px solid #fecaca;align-items:flex-start;gap:.65rem;margin:0;padding:.75rem 1rem;font-size:.875rem;font-weight:500;line-height:1.45;display:flex}.billing-validation-banner-icon{color:#fff;background:#dc2626;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;font-size:.75rem;font-weight:800;display:inline-flex}.billing-cell-missing{background:#fff7ed}.billing-input-missing,.billing-td-select select.billing-input-missing{background:#fffbeb;box-shadow:0 0 0 2px #f9731633;border-color:#f97316!important}.billing-preview-banner{border-radius:var(--auth-radius-sm);color:var(--auth-heading);background:linear-gradient(135deg,#0d94881f 0%,#2dd4bf26 100%);border:1px solid #0d948859;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.85rem 1.1rem;font-size:.875rem;font-weight:500;display:flex}.billing-preview-dismiss{font:inherit;color:var(--auth-teal-hover);cursor:pointer;background:#ffffffb3;border:none;border-radius:8px;padding:.35rem .75rem;font-size:.8125rem;font-weight:600}.billing-preview-dismiss:hover{background:#fff}.billing-card{padding:0;overflow:hidden}.billing-toolbar{border-bottom:1px solid var(--auth-border);background:linear-gradient(180deg, #fff 0%, var(--auth-input-bg) 100%);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem 1.25rem;padding:.85rem 1rem;display:flex}.billing-toolbar-group{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.billing-toolbar-label{text-transform:uppercase;letter-spacing:.06em;color:var(--auth-text-muted);margin-right:.25rem;font-size:.6875rem;font-weight:700}.billing-tool-btn{border:1px solid var(--auth-border);font:inherit;color:var(--auth-heading);cursor:pointer;background:#fff;border-radius:8px;padding:.4rem .65rem;font-size:.8125rem;font-weight:600}.billing-tool-btn:hover{border-color:var(--auth-teal);color:var(--auth-teal)}.billing-toolbar-hint{min-width:200px;color:var(--auth-text-muted);flex:1;font-size:.75rem;line-height:1.45}.billing-toolbar-hint kbd{border:1px solid var(--auth-border);background:#fff;border-radius:4px;padding:.1rem .35rem;font-family:ui-monospace,monospace;font-size:.6875rem;display:inline-block}.billing-toolbar-stats{color:var(--auth-text-muted);align-items:center;gap:1rem;font-size:.8125rem;display:flex}.billing-toolbar-blocked{color:#c2410c;font-weight:600}.billing-stat-total{font-variant-numeric:tabular-nums;color:var(--auth-heading);font-size:.9375rem;font-weight:700}.billing-table-scroll{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow:auto}.billing-table{border-collapse:collapse;width:100%;min-width:920px;font-size:.8125rem}.billing-table thead th{z-index:2;text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--auth-text-muted);border-bottom:1px solid var(--auth-border);box-shadow:0 1px 0 var(--auth-border);white-space:nowrap;background:#f1f5f9;padding:.55rem .5rem;font-size:.6875rem;font-weight:700;position:sticky;top:0}.billing-th-num{width:2.25rem;text-align:center!important}.billing-th-customer,.billing-td-customer{width:17rem;min-width:15rem;max-width:22rem}.billing-td-customer select{min-width:14rem}.billing-th-remarks,.billing-td-remarks{width:4.5rem;max-width:5rem}.billing-th-destination{min-width:6.5rem}.billing-th-zone,.billing-td-zone{width:4.5rem;min-width:3.5rem;max-width:6rem}.billing-zone-label{color:var(--auth-muted,#64748b);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;display:block;overflow:hidden}.billing-th-date{width:9.5rem}.billing-th-narrow{width:4.5rem}.billing-th-mode,.billing-td-mode{width:5.5rem}.billing-select-mode{padding-left:.35rem;padding-right:.35rem;font-size:.8125rem}.billing-th-charge{width:6.5rem}.billing-th-actions{width:4.5rem}.billing-table tbody td{border-bottom:1px solid var(--auth-border);vertical-align:middle;background:#fff;padding:.35rem .45rem}.billing-table tbody tr:hover td{background:#fafafa}.billing-row-error td{background:#fffbeb!important}.billing-td-num{text-align:center;font-variant-numeric:tabular-nums;color:var(--auth-text-muted);font-size:.75rem;font-weight:600}.billing-input,.billing-td-select select{width:100%;font:inherit;color:var(--auth-heading);background:0 0;border:1px solid #0000;border-radius:8px;margin:0;padding:.45rem .5rem;font-size:.8125rem;transition:border-color .12s,background .12s}.billing-input:hover,.billing-td-select select:hover{background:var(--auth-input-bg)}.billing-input:focus,.billing-td-select select:focus{border-color:var(--auth-teal);box-shadow:0 0 0 2px var(--auth-teal-muted);background:#fff;outline:none}.billing-input-date{min-width:0;max-width:100%}.billing-input-narrow{max-width:4.5rem}.billing-input-charge{font-variant-numeric:tabular-nums;text-align:right;max-width:7rem}.billing-input-remarks{max-width:4.75rem;padding-left:.4rem;padding-right:.4rem}.billing-td-select select{cursor:pointer;appearance:none;background-image: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 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .4rem center;background-repeat:no-repeat;padding-right:1.35rem}.billing-td-actions{white-space:nowrap;text-align:right}.billing-icon-btn{width:28px;height:28px;color:var(--auth-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin-left:.15rem;font-size:1.1rem;line-height:1;display:inline-flex}.billing-icon-btn-text{text-transform:uppercase;letter-spacing:.02em;width:auto;padding:0 .35rem;font-size:.65rem;font-weight:700}.billing-icon-btn:hover{background:var(--auth-input-bg);color:var(--auth-heading)}.billing-icon-btn-danger:hover{color:#b91c1c;background:#fef2f2}.billing-row-error-list{color:#92400e;background:#fffbeb;border-top:1px solid #fde68a;flex-shrink:0;padding:.65rem 1rem;font-size:.75rem}.billing-footer{border-top:1px solid var(--auth-border);background:var(--auth-input-bg);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1rem;display:flex}.billing-footer-note{color:var(--auth-text-muted);max-width:42rem;margin:0;font-size:.75rem;line-height:1.5}.billing-sync-indicator{color:var(--app-muted,#64748b);margin-right:.5rem;font-size:.8125rem}.billing-loading-hint{color:var(--app-muted,#64748b);margin:0 0 .75rem;font-size:.875rem}.billing-inline-link{color:var(--app-primary,#2563eb);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.billing-save-prompt{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.65rem 1rem;font-size:.875rem;display:flex}.billing-save-prompt-actions{flex-shrink:0;gap:.5rem;display:flex}.billing-toast{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.65rem 1rem;font-size:.875rem;display:flex}.billing-dest-combo{width:100%;position:relative}.billing-dest-dropdown{z-index:40;border:1px solid var(--app-border,#e2e8f0);background:#fff;border-radius:6px;position:absolute;top:calc(100% + 2px);left:0;right:0;box-shadow:0 8px 24px #0f172a1f}.billing-dest-option{text-align:left;width:100%;font:inherit;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;padding:0 .65rem;font-size:.8125rem;line-height:32px;display:block;overflow:hidden}.billing-dest-option:hover,.billing-dest-option:focus,.billing-dest-option--active{background:var(--app-surface-hover,#f1f5f9);outline:none}.billing-dest-option--active{background:#dbeafe}.billing-virtual-list{overscroll-behavior:contain}.billing-save-btn{flex-shrink:0}.modal-root{z-index:100;padding:max(1rem, env(safe-area-inset-top)) 1rem 1rem;pointer-events:none;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-backdrop{z-index:0;cursor:pointer;pointer-events:auto;background:#0f172a73;border:none;margin:0;padding:0;position:fixed;inset:0}.modal-dialog{z-index:1;background:var(--auth-card);border-radius:var(--auth-radius);border:1px solid var(--auth-border);pointer-events:auto;width:100%;max-width:520px;margin-bottom:2rem;animation:.18s modal-in;position:relative;box-shadow:0 25px 50px -12px #0f172a40}@keyframes modal-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1px solid var(--auth-border);background:var(--auth-input-bg);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.1rem;display:flex}.modal-header h2{color:var(--auth-heading);letter-spacing:-.02em;margin:0;font-size:1.125rem;font-weight:700}.modal-close{width:40px;height:40px;color:var(--auth-text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.modal-close:hover{color:var(--auth-heading);background:#94a3b833}.modal-body{max-height:min(72dvh,640px);padding:1rem 1.1rem 1.25rem;overflow-y:auto}.modal-lead{color:var(--auth-text-muted);margin:0 0 1rem;font-size:.875rem;line-height:1.5}.print-route-root{box-sizing:border-box;background:#f1f5f9;min-height:100vh}.print-sandbox-frame{opacity:0;pointer-events:none;z-index:-1;border:0;width:0;height:0;position:fixed;top:0;left:0}@media print{.print-route-root{background:#fff!important}.no-print{display:none!important}.quote-print-shell{max-width:none!important;margin:0!important;padding:0!important}.quote-print-page{width:100%!important;max-width:none!important;margin:0!important}}.zones-detail-layout{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid}@media (width>=900px){.zones-detail-layout{grid-template-columns:minmax(280px,340px) 1fr}}.zones-form-card{max-width:560px}.zones-breadcrumb{color:var(--auth-text-muted);margin:0 0 .35rem;font-size:.8125rem}.zones-breadcrumb a{color:var(--auth-teal-hover);font-weight:600;text-decoration:none}.zones-breadcrumb a:hover{text-decoration:underline}.zones-link-btn{font:inherit;color:var(--auth-teal-hover);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-weight:700}.zones-link-btn:hover{text-decoration:underline}.zones-list-desc{max-width:240px;margin:.25rem 0 0;font-size:.8125rem}.zones-code{background:var(--auth-input-bg);border:1px solid var(--auth-border);border-radius:4px;padding:.15rem .4rem;font-size:.8125rem}.zones-preview{margin-top:.15rem;font-size:.8125rem;font-weight:400;display:block}.zones-row-actions{flex-wrap:wrap;gap:.4rem;display:flex}.zones-checkbox{color:var(--auth-heading);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.zones-checkbox input{width:1rem;height:1rem;accent-color:var(--auth-teal)}.zones-layout{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid}@media (width>=980px){.zones-layout{grid-template-columns:minmax(300px,380px) 1fr}}.zones-card{flex-direction:column;min-width:0;display:flex}.zones-card-header{border-bottom:1px solid var(--auth-border);padding:1rem 1.25rem}.zones-card-header .zones-eyebrow{text-transform:uppercase;letter-spacing:.06em;color:var(--auth-text-muted);margin:0;font-size:.75rem;font-weight:800}.zones-card-header h2{letter-spacing:-.01em;color:var(--auth-heading);margin:.25rem 0 0;font-size:1.05rem;font-weight:800}.zones-card-header p{color:var(--auth-text-muted);margin:.35rem 0 0;font-size:.875rem;line-height:1.5}.zones-card-body{flex-direction:column;gap:1.25rem;padding:1rem 1.25rem 1.25rem;display:flex}.zones-card-body--flush-table{padding-bottom:0}.zones-section{flex-direction:column;gap:.85rem;display:flex}.zones-section+.zones-section{border-top:1px solid var(--auth-border);padding-top:1.25rem}.zones-section-title{color:var(--auth-heading);margin:0;font-size:.9375rem;font-weight:700}.zones-section-meta{color:var(--auth-text-muted);margin:0;font-size:.8125rem}.zones-form.auth-form{gap:.85rem}.zones-form-actions{flex-wrap:wrap;gap:.5rem;padding-top:.25rem;display:flex}.zones-list{flex-direction:column;gap:.5rem;max-height:min(52vh,480px);margin:0;padding:0;list-style:none;display:flex;overflow:auto}.zones-list-item{border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);background:var(--auth-input-bg);grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center;gap:.5rem .65rem;padding:.75rem .85rem;transition:border-color .15s,box-shadow .15s;display:grid}.zones-list-item:hover{border-color:#cbd5e1}.zones-list-item.is-selected{border-color:var(--auth-teal);box-shadow:0 0 0 3px var(--auth-teal-muted);background:#fff}.zones-list-item.is-inactive{opacity:.72}.zones-list-item-select{min-width:0;font:inherit;text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;flex-direction:column;grid-area:1/1/3/2;align-items:flex-start;gap:.2rem;padding:0;display:flex}.zones-list-item-title{color:var(--auth-heading);margin:0;font-size:.9375rem;font-weight:700}.zones-list-item-meta{color:var(--auth-text-muted);margin:0;font-size:.8125rem}.zones-list-item-meta code{border:1px solid var(--auth-border);background:#fff;border-radius:4px;padding:.1rem .35rem;font-size:.75rem}.zones-status-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;grid-area:1/2;justify-self:end;align-items:center;padding:.2rem .5rem;font-size:.6875rem;font-weight:700;display:inline-flex}.zones-status-badge--active{color:var(--auth-teal-hover);background:#0d94881f}.zones-status-badge--inactive{color:var(--auth-text-muted);background:#e2e8f0}.zones-list-item-actions{flex-wrap:wrap;grid-area:2/2;justify-self:end;gap:.35rem;display:flex}.zones-icon-btn{border:1px solid var(--auth-border);min-width:2rem;height:2rem;color:var(--auth-text-muted);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0 .45rem;font-size:.8125rem;display:inline-flex}.zones-icon-btn:hover{color:var(--auth-heading);background:var(--auth-input-bg);border-color:#cbd5e1}.zones-icon-btn--danger:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.zones-empty-inline{text-align:center;color:var(--auth-text-muted);margin:0;padding:1.25rem .5rem;font-size:.875rem;line-height:1.5}.zones-banner{border-radius:var(--auth-radius-sm);margin:0 0 1rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.zones-banner--success{color:var(--auth-teal-hover);background:#0d948814;border:1px solid #0d948859}.zones-banner--error{color:#b91c1c;background:#dc26260f;border:1px solid #dc262659}.zones-page-note{color:var(--auth-text-muted);margin:.35rem 0 0;font-size:.8125rem}.zones-page-note strong{color:var(--auth-teal-hover);font-weight:600}.zones-selected-bar{border-radius:var(--auth-radius-sm);background:var(--auth-teal-muted);color:var(--auth-heading);border:1px solid #0d948833;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.65rem .85rem;font-size:.875rem;display:flex}.zones-selected-bar strong{font-weight:700}.zones-selected-bar code{color:var(--auth-text-muted);font-size:.8125rem}.zones-mapping-toolbar{flex-wrap:wrap;gap:.5rem;display:flex}.zones-seg-btn{border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);font:inherit;color:var(--auth-text-muted);cursor:pointer;background:#fff;padding:.5rem .9rem;font-size:.8125rem;font-weight:600}.zones-seg-btn:hover{color:var(--auth-heading);border-color:#cbd5e1}.zones-seg-btn.is-active{border-color:var(--auth-teal);background:var(--auth-teal-muted);color:var(--auth-teal-hover)}.zones-add-row{grid-template-columns:1fr;gap:.85rem;display:grid}@media (width>=720px){.zones-add-row--state{grid-template-columns:1fr 1fr auto;align-items:end}.zones-add-row--city{grid-template-columns:1fr 1fr 1fr auto;align-items:end}}.zones-add-row .app-btn-primary{width:100%}@media (width>=720px){.zones-add-row .app-btn-primary{white-space:nowrap;width:auto}}.zones-disabled-panel{text-align:center;padding:2.5rem 1rem}.zones-disabled-panel p{color:var(--auth-text-muted);max-width:28rem;margin:0 auto;font-size:.9375rem;line-height:1.55}.zones-kind-pill{text-transform:uppercase;letter-spacing:.03em;border-radius:6px;padding:.2rem .5rem;font-size:.6875rem;font-weight:700;display:inline-block}.zones-kind-pill--state{color:#1d4ed8;background:#eff6ff}.zones-kind-pill--city{color:#b45309;background:#fef3c7}.zones-table-actions .app-btn-secondary{padding:.45rem .75rem;font-size:.8125rem}.invoices-page{flex-direction:column;gap:1.25rem;max-width:100%;display:flex}.invoices-page .app-page-header{margin-bottom:0}.invoices-card{padding:1.25rem 1.5rem}.invoices-card--table{padding:0}.invoices-card__section{flex-direction:column;gap:1.25rem;display:flex}.invoices-card__footer-note{color:var(--auth-text-muted);margin:0;padding-top:.25rem;font-size:.8125rem;line-height:1.5}.invoices-empty{color:var(--auth-text-muted);margin:0;padding:.5rem 0;font-size:.875rem;line-height:1.55}.invoices-page-toolbar{flex-wrap:wrap;align-items:flex-end;gap:1rem 1.25rem;display:flex}.invoices-field{flex-direction:column;flex:auto;gap:.4rem;min-width:min(10rem,100%);display:flex}.invoices-field--customer{flex:2 12rem;min-width:min(14rem,100%)}.invoices-field--narrow{flex:0 auto;min-width:5.5rem}.invoices-field--pct{flex:none;width:7.75rem;min-width:7.75rem}.invoices-field--fuel{width:9.5rem;min-width:9.5rem}.invoices-pct-label{min-height:2.35rem;color:var(--auth-text-muted);text-transform:uppercase;letter-spacing:.04em;flex-direction:column;justify-content:flex-end;gap:.12rem;margin:0;font-size:.75rem;font-weight:600;line-height:1.2;display:flex}.invoices-pct-label__main{display:block}.invoices-pct-label__sub{text-transform:none;letter-spacing:0;color:var(--auth-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;font-weight:500;line-height:1.25;display:block;overflow:hidden}.invoices-field--pct input[type=number]{width:100%}.invoices-field label{color:var(--auth-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.billing-fuel-source{color:var(--auth-teal,#0d9488);font-weight:500}.invoices-pct-label__sub a{color:var(--auth-teal,#0d9488);text-decoration:none}.invoices-pct-label__sub a:hover{text-decoration:underline}.billing-summary-meta{color:var(--auth-text-muted);font-size:.8125rem;font-weight:500}.invoices-field select,.invoices-field input[type=date],.invoices-field input[type=number],.invoices-field input[type=text],.invoices-field input[type=search]{box-sizing:border-box;border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);width:100%;min-height:2.375rem;font:inherit;background:var(--auth-input-bg);color:var(--auth-heading);padding:.55rem .7rem;font-size:.875rem;line-height:1.25}.invoices-field input[type=search]{appearance:none}.invoices-field input[type=text]::placeholder,.invoices-field input[type=search]::placeholder{color:var(--auth-text-muted);opacity:.85}.invoices-field select{box-sizing:border-box;min-height:2.375rem}.invoices-field select:focus,.invoices-field input:focus{border-color:var(--auth-teal);box-shadow:0 0 0 3px var(--auth-teal-muted);outline:none}.invoices-toolbar-actions{flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem;padding-bottom:.1rem;display:flex}.billing-summary-card{border-radius:var(--auth-radius-sm);background:linear-gradient(135deg,#0d948814 0%,#2dd4bf0f 100%);border:1px solid #0d948838;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:1rem 1.5rem;margin:0;padding:1.1rem 1.25rem;display:grid}.billing-summary-card>div{min-width:0}.billing-summary-card dt{color:var(--auth-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.6875rem;font-weight:600}.billing-summary-card dd{color:var(--auth-heading);margin:.35rem 0 0;font-size:1.05rem;font-weight:700;line-height:1.2}.billing-summary-card dd.billing-summary-total{color:#0f766e;font-size:1.3rem}.billing-alert{border-radius:var(--auth-radius-sm);margin:0;padding:.85rem 1.1rem;font-size:.875rem;line-height:1.5}.billing-alert--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.billing-alert--warn{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.billing-alert p{margin:0 0 .65rem}.billing-alert p:last-child{margin-bottom:0}.billing-alert--warn .app-btn-secondary,.billing-alert--success .app-btn-secondary{margin-top:.35rem}.invoices-table-empty{text-align:center;font-size:.875rem;color:var(--auth-text-muted)!important;white-space:normal!important;padding:1.5rem 1.25rem!important}.billing-alert--success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.billing-table-scroll{-webkit-overflow-scrolling:touch;max-height:min(440px,55vh);overflow:auto}.invoices-card--table .billing-table-scroll{max-height:min(520px,60vh)}.billing-shipments-table,.billing-invoices-table{border-collapse:collapse;width:100%;font-size:.8125rem}.billing-shipments-table .billing-td-num,.billing-shipments-table .billing-th-num{text-align:center;width:2.5rem;color:var(--auth-muted,#64748b)}.billing-shipments-table th,.billing-shipments-table td,.billing-invoices-table th,.billing-invoices-table td{text-align:left;border-bottom:1px solid var(--auth-border);vertical-align:middle;padding:.65rem 1rem}.billing-invoices-table th,.billing-invoices-table td{padding:.75rem 1rem;font-size:.875rem}.billing-shipments-table th:first-child,.billing-shipments-table td:first-child,.billing-invoices-table th:first-child,.billing-invoices-table td:first-child{padding-left:1.25rem}.billing-shipments-table th:last-child,.billing-shipments-table td:last-child,.billing-invoices-table th:last-child,.billing-invoices-table td:last-child{padding-right:1.25rem}.billing-shipments-table th,.billing-invoices-table th{color:var(--auth-text-muted);text-transform:uppercase;letter-spacing:.03em;z-index:1;background:#f8fafc;font-size:.75rem;font-weight:600;position:sticky;top:0}.billing-invoices-table tbody tr:hover,.billing-shipments-table tbody tr:hover{background:#f8fafc}.billing-invoices-table td:last-child{white-space:nowrap}.invoices-table-actions{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:flex}.billing-status{text-transform:uppercase;letter-spacing:.02em;border-radius:999px;padding:.2rem .55rem;font-size:.6875rem;font-weight:700;display:inline-block}.billing-status--active{color:#065f46;background:#d1fae5}.billing-status--cancelled{color:#64748b;background:#f1f5f9}.billing-actions{flex-wrap:wrap;gap:.65rem;padding-top:.25rem;display:flex}.billing-detail-grid{grid-template-columns:minmax(260px,360px) 1fr;align-items:start;gap:1.25rem;display:grid}@media (width<=960px){.billing-detail-grid{grid-template-columns:1fr}}.billing-lock-banner{border-radius:var(--auth-radius-sm);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:2px solid #fb923c;border-left:5px solid #ea580c;flex-shrink:0;align-items:flex-start;gap:.85rem;margin:0;padding:1rem 1.15rem;display:flex;box-shadow:0 4px 16px #ea580c2e,inset 0 1px #ffffffa6}.billing-lock-banner-icon{color:#fff;background:#ea580c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex;box-shadow:0 2px 6px #ea580c59}.billing-lock-banner-body{flex:1;min-width:0}.billing-lock-banner-title{letter-spacing:.05em;text-transform:uppercase;color:#c2410c;margin:0 0 .35rem;font-size:.8125rem;font-weight:800}.billing-lock-banner-message{color:#7c2d12;margin:0;font-size:.9375rem;font-weight:600;line-height:1.45}.billing-lock-banner-invoice{flex-wrap:wrap;align-items:center;gap:.5rem .65rem;margin:.65rem 0 0;display:flex}.billing-lock-banner-invoice-label{color:#9a3412;font-size:.8125rem;font-weight:600}.billing-lock-banner-invoice-link{color:#c2410c;background:#fff;border:1.5px solid #fdba74;border-radius:6px;align-items:center;padding:.3rem .75rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 1px 3px #7c2d121f}.billing-lock-banner-invoice-link:hover{color:#9a3412;background:#fff7ed;border-color:#f97316}.billing-lock-banner-invoice-link:focus-visible{outline-offset:2px;outline:2px solid #ea580c}.billing-row-locked{background:#f1f5f9!important}.billing-lock-icon{flex-shrink:0;font-size:.875rem;line-height:1;display:inline-flex}.billing-page-toolbar{flex-wrap:wrap;align-items:flex-end;gap:1rem 1.25rem;display:flex}.billing-field{flex-direction:column;gap:.4rem;min-width:min(10rem,100%);display:flex}.billing-field label{color:var(--auth-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.billing-field select,.billing-field input[type=date],.billing-field input[type=number]{border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);width:100%;font:inherit;background:var(--auth-input-bg);padding:.55rem .7rem;font-size:.875rem}.billing-grid-wrap{border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);max-height:min(440px,55vh);margin:0;overflow:auto}.date-picker-input{cursor:pointer;position:relative}.date-picker-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:0;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.date-picker-input::-webkit-datetime-edit{cursor:pointer}.date-picker-input::-webkit-datetime-edit-fields-wrapper{cursor:pointer}.date-picker-input::-webkit-datetime-edit-text{cursor:pointer}.date-picker-input::-webkit-datetime-edit-month-field{cursor:pointer}.date-picker-input::-webkit-datetime-edit-day-field{cursor:pointer}.date-picker-input::-webkit-datetime-edit-year-field{cursor:pointer}.settings-form{flex-direction:column;gap:1rem;max-width:40rem;display:flex}.settings-section{padding:1.25rem 1.5rem}.settings-section--compact{padding:.85rem 1.25rem}.settings-section h2{margin:0 0 .5rem;font-size:1rem;font-weight:600}.settings-section--compact h2{margin:0 0 .4rem}.settings-row{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;display:flex}.settings-row label{font-size:.875rem;font-weight:500}.settings-input{border:1px solid var(--auth-border,#e2e8f0);font:inherit;background:var(--auth-surface,#fff);color:inherit;border-radius:6px;padding:.4rem .55rem}.settings-input--narrow{width:5.5rem;max-width:5.5rem}.settings-hint{color:var(--auth-muted,#64748b);font-size:.8125rem}.settings-actions{gap:.75rem;display:flex}.settings-alert{border-radius:6px;margin:0 0 1rem;padding:.65rem 1rem;font-size:.875rem}.settings-alert--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.settings-alert--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.quote-print-shell{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:1rem}.quote-print-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.quote-print-paper-hint{color:var(--auth-text-muted,#64748b);flex:100%;margin:0 0 .25rem;font-size:.8125rem}.quote-print-loading,.quote-print-error{margin:1rem 0;font-size:.9375rem}.quote-print-error{color:#b91c1c}.quote-print-page{box-sizing:border-box;width:277mm;max-width:100%;margin-left:auto;margin-right:auto}.quote-print-shell .quote-print-page{min-height:210mm}.quote-print-doc{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;margin:0;padding:1.25rem;font-size:.875rem;line-height:1.45}.quote-print-head{border-bottom:2px solid #0d9488;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.25rem 2rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.quote-print-from{flex:280px;max-width:55%}.quote-print-company{color:#0f172a;margin:0 0 .4rem;font-size:1.25rem;font-weight:700;line-height:1.25}.quote-print-lines,.quote-print-meta-lines{color:#334155;margin:0;padding:0;font-size:.8125rem;line-height:1.5;list-style:none}.quote-print-lines li+li,.quote-print-meta-lines li+li{margin-top:.12rem}.quote-print-meta-lines{margin-top:.45rem}.quote-print-title-block{text-align:right;flex:none;min-width:11rem}.quote-print-doc-type{text-transform:uppercase;letter-spacing:.08em;color:#0d9488;margin:0;font-size:.6875rem;font-weight:700}.quote-print-quote-no{font-variant-numeric:tabular-nums;margin:.2rem 0 .65rem;font-size:1.125rem;font-weight:700;line-height:1.2}.quote-print-dl{grid-template-columns:auto auto;justify-items:end;gap:.35rem 1.25rem;margin:0;font-size:.8125rem;display:grid}.quote-print-dl>div{display:contents}.quote-print-dl dt{color:#64748b;text-align:left;white-space:nowrap;margin:0;font-weight:600}.quote-print-dl dd{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;margin:0;font-weight:600}.quote-print-to{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:1.1rem;padding:.75rem 1rem}.quote-print-party-label{text-transform:uppercase;letter-spacing:.06em;color:#0d9488;margin:0 0 .25rem;font-size:.6875rem;font-weight:700}.quote-print-party-name{margin:0 0 .25rem;font-size:1rem;font-weight:700;line-height:1.3}.quote-print-gstin{color:#475569;margin:.3rem 0 0;font-size:.8125rem}.quote-print-section-title{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 .5rem;font-size:.75rem;font-weight:700}.quote-print-rates{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.quote-print-rates-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.8125rem}.quote-print-rates-table col.quote-print-col-states{width:28%}.quote-print-rates-table col.quote-print-col-rate{width:6%}.quote-print-rates-table th,.quote-print-rates-table td{vertical-align:top;border:1px solid #cbd5e1;padding:.45rem .5rem}.quote-print-rates-table thead th{color:#1e293b;text-align:center;vertical-align:middle;background:#e2e8f0;font-weight:700}.quote-print-rates-table thead tr:first-child th{border-bottom:2px solid #94a3b8;padding-top:.5rem;padding-bottom:.35rem}.quote-print-rates-table thead tr:nth-child(2) th{background:#f1f5f9;padding:.3rem .35rem;font-size:.6875rem;font-weight:600}.quote-print-col-states,.quote-print-states-cell{vertical-align:top;font-weight:400;text-align:left!important}.quote-print-states-cell[scope=row]{background:#f8fafc;font-weight:500}.quote-print-col-slab{line-height:1.25}.quote-print-slab-label{white-space:nowrap;font-size:.75rem;font-weight:700;display:block}.quote-print-slab-unit{color:#475569;white-space:nowrap;margin-top:.1rem;font-size:.625rem;font-weight:500;display:block}.quote-print-submode{letter-spacing:.02em;font-size:.6875rem}.quote-print-slab-group-start{border-left:2px solid #94a3b8!important}.quote-print-states-cell{color:#334155;word-wrap:break-word;overflow-wrap:anywhere;font-size:.8125rem;line-height:1.45}.quote-print-rate-cell{vertical-align:middle;font-variant-numeric:tabular-nums;white-space:nowrap;background:#fff;font-size:.8125rem;font-weight:600;text-align:right!important}.quote-print-rates-table tbody tr:nth-child(2n) .quote-print-rate-cell{background:#f8fafc}.quote-print-rates-table tbody tr:nth-child(2n) .quote-print-states-cell[scope=row]{background:#f1f5f9}.quote-print-row--roi .quote-print-states-cell{color:#475569;font-style:italic}.quote-print-terms{border-top:1px solid #e2e8f0;margin-top:1.1rem;padding-top:.85rem}.quote-print-terms-text{white-space:pre-wrap;color:#475569;margin:0;font-size:.8125rem;line-height:1.55}.quote-print-terms-list{color:#475569;margin:0;padding-left:1.15rem;font-size:.8125rem;line-height:1.55}.quote-print-terms-list li+li{margin-top:.2rem}.doc-print-footer{text-align:center;color:#64748b;border-top:1px solid #cbd5e1;margin-top:1.5rem;padding:.75rem 0 0;font-size:.6875rem;line-height:1.45}.doc-print-footer__company{color:#334155;margin:0 0 .2rem;font-size:.75rem;font-weight:700}.doc-print-footer__service{white-space:pre-wrap;margin:0 0 .25rem}.doc-print-footer__line{margin:.1rem 0 0}@media print{@page{size:297mm 210mm;margin:10mm}a[href]:after{content:none!important}a{color:inherit!important;text-decoration:none!important}html,body{background:#fff!important;margin:0!important;padding:0!important}.no-print,.app-sidebar,.app-sidebar-overlay,.app-topbar{display:none!important}.app-main,.app-main-column,.quote-print-shell{max-width:none!important;margin:0!important;padding:0!important}.quote-print-page{width:100%!important;max-width:none!important;min-height:0!important;margin:0!important}.quote-print-doc{font-size:8pt;box-sizing:border-box!important;border:none!important;border-radius:0!important;width:100%!important;margin:0!important;padding:8mm 8mm 22mm!important}.doc-print-footer{z-index:1;background:#fff;border-top:1px solid #94a3b8;margin:0;padding:3mm 8mm;position:fixed;bottom:0;left:0;right:0}.quote-print-rates{overflow:visible!important}.quote-print-rates-table{table-layout:fixed;font-size:7.5pt}.quote-print-rates-table th,.quote-print-rates-table td{padding:.35rem .3rem}.quote-print-rates-table thead tr:nth-child(2) th{padding:.2rem .25rem;font-size:6.5pt}.quote-print-slab-label{font-size:7pt}.quote-print-slab-unit{font-size:6pt}.quote-print-states-cell{font-size:7.5pt;line-height:1.4}.quote-print-rate-cell{font-size:7.5pt}.quote-print-rates-table thead{display:table-header-group}.quote-print-rates-table tr{break-inside:avoid}}.quote-print-page--portrait{width:210mm;max-width:100%;min-height:297mm}.inv-print-cancelled{text-align:center;letter-spacing:.2em;color:#b91c1c;background:#fef2f2;border:2px solid #fecaca;margin:0 0 .5rem;padding:.35rem;font-size:1.25rem;font-weight:800}.inv-print-items-table{border-collapse:collapse;width:100%;font-size:.8125rem}.inv-print-items-table th,.inv-print-items-table td{text-align:center;vertical-align:middle;border:1px solid #e2e8f0;padding:.45rem .5rem}.inv-print-items-table thead th{color:#334155;background:#f1f5f9;font-weight:700}.inv-print-items-table .inv-print-col-num{width:6%}.inv-print-items-table .inv-print-col-dest{word-break:break-word;text-align:left!important}.inv-print-items-table .inv-print-col-amt{font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right!important}.inv-print-items-table tbody td:first-child,.inv-print-items-table tbody td:nth-child(4){text-align:left!important}.inv-print-totals{justify-content:flex-end;margin-top:1rem;display:flex}.inv-print-totals-dl{min-width:220px;max-width:100%;margin:0}.inv-print-totals-dl>div{grid-template-columns:1fr auto;gap:.25rem 1.5rem;padding:.2rem 0;font-size:.8125rem;display:grid}.inv-print-totals-dl dt{color:#64748b;margin:0;font-weight:600}.inv-print-totals-dl dd{text-align:right;font-variant-numeric:tabular-nums;margin:0;font-weight:600}.inv-print-totals-dl__grand{border-top:2px solid #0d9488;margin-top:.35rem;padding-top:.35rem;font-size:.9375rem}.inv-print-totals-dl__grand dt,.inv-print-totals-dl__grand dd{color:#0f172a;font-weight:700}@media print{@page{size:210mm 297mm;margin:10mm}.quote-print-page--portrait{width:100%!important;min-height:0!important}.quote-print-page--portrait .quote-print-doc{padding-bottom:22mm!important}.inv-print-items-table{font-size:7pt}.inv-print-totals-dl>div{font-size:8pt}.inv-print-totals-dl__grand{font-size:9pt}}.statement-page{flex-direction:column;gap:1.25rem;max-width:100%;display:flex}.statement-tabs{border:1px solid var(--auth-border);border-radius:var(--auth-radius);background:#fff;flex-wrap:wrap;gap:.35rem;padding:.25rem;display:flex}.statement-tabs__btn{border-radius:var(--auth-radius-sm);font:inherit;color:var(--auth-text-muted);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.statement-tabs__btn:hover{background:var(--auth-input-bg);color:var(--auth-heading)}.statement-tabs__btn--active{background:var(--auth-teal-muted,#0d94881f);color:var(--auth-teal,#0d9488)}.statement-module-hint{color:var(--auth-text-muted);border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);background:#f8fafc;margin:0;padding:.75rem 1rem;font-size:.8125rem;line-height:1.5}.statement-inline-link{font:inherit;color:var(--auth-teal,#0d9488);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.statement-tab-actions{flex-wrap:wrap;gap:.5rem;display:flex}.statement-type-badge--payment{color:#3f6212;background:#ecfccb}.statement-filters-card,.statement-form-card{padding:1.25rem 1.5rem}.statement-form-title{margin:0 0 1rem;font-size:1rem;font-weight:700}.statement-note-form{flex-wrap:wrap;align-items:flex-end;gap:1rem 1.25rem;display:flex}.statement-field--full{flex:100%}.statement-field--full textarea{border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);width:100%;min-height:4.5rem;font:inherit;resize:vertical;background:var(--auth-input-bg);color:var(--auth-heading);padding:.55rem .7rem;font-size:.875rem}.statement-field--full textarea:focus{border-color:var(--auth-teal);box-shadow:0 0 0 3px var(--auth-teal-muted);outline:none}.statement-form-actions{flex-wrap:wrap;flex:100%;gap:.5rem .75rem;display:flex}.statement-list-card{padding:1.25rem 1.5rem}.statement-list-card--table{padding:0}.statement-list-card .dash-panel-head{border-bottom:1px solid var(--auth-border);background:var(--auth-input-bg);padding:1rem 1.1rem}.statement-summary-stats{margin-bottom:0}.statement-col-num{font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right!important}.statement-balance-cell{color:var(--auth-heading);font-weight:700}.statement-reason-cell{word-break:break-word;max-width:16rem}.statement-type-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:6px;padding:.15rem .45rem;font-size:.6875rem;font-weight:700;display:inline-block}.statement-type-badge--credit{color:#065f46;background:#d1fae5}.statement-type-badge--debit{color:#991b1b;background:#fee2e2}.statement-type-badge--invoice{color:#1e40af;background:#dbeafe}.statement-row--cancelled td{opacity:.55;-webkit-text-decoration:line-through #64748b80;text-decoration:line-through #64748b80}.statement-row--cancelled .statement-balance-cell,.statement-row--cancelled a{text-decoration:none}.statement-totals-row td{background:var(--auth-input-bg);border-top:2px solid var(--auth-border);padding-top:.65rem;padding-bottom:.65rem}.statement-ledger-table tfoot td{font-size:.875rem}.statement-pending-amount--due{color:#b45309;font-weight:700}.quote-page{flex-direction:column;gap:1.25rem;max-width:1100px;display:flex}.quote-doc{border-radius:var(--auth-radius-sm);border:1px solid var(--auth-border);background:#fff;overflow:hidden;box-shadow:0 1px 3px #0f172a0f}.quote-doc-head{border-bottom:1px solid var(--auth-border);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.35rem;display:flex}.quote-doc-title{letter-spacing:-.03em;color:var(--auth-heading);margin:0;font-size:1.35rem;font-weight:700}.quote-doc-sub{color:var(--auth-text-muted);margin:.2rem 0 0;font-size:.875rem}.quote-meta{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;display:flex}.quote-meta-block{flex-direction:column;gap:.15rem;display:flex}.quote-meta-label{text-transform:uppercase;letter-spacing:.06em;color:var(--auth-text-muted);font-size:.7rem;font-weight:600}.quote-meta-value{color:var(--auth-heading);font-variant-numeric:tabular-nums;font-size:.9375rem;font-weight:600}.quote-badge{border-radius:999px;align-items:center;padding:.35rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.quote-badge--draft{color:#475569;background:#64748b26}.quote-badge--valid{background:var(--auth-teal-muted);color:var(--auth-teal-hover)}.quote-section{border-bottom:1px solid #f1f5f9;padding:1.25rem 1.35rem}.quote-section:last-of-type{border-bottom:none}.quote-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--auth-text-muted);margin:0 0 1rem;font-size:.8125rem;font-weight:700}.quote-two-col{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=768px){.quote-two-col{grid-template-columns:1fr 1fr}}.quote-party{background:#f8fafc;border:1px solid #e8eef4;border-radius:10px;padding:1rem 1.1rem}.quote-party-label{color:var(--auth-teal);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;font-size:.75rem;font-weight:700}.quote-party-name{color:var(--auth-heading);margin:0 0 .35rem;font-size:1rem;font-weight:600}.quote-party-lines{color:var(--auth-text);margin:0;padding:0;font-size:.875rem;line-height:1.55;list-style:none}.quote-party-lines li+li{margin-top:.2rem}.quote-grid-form{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=640px){.quote-grid-form{grid-template-columns:repeat(2,1fr)}.quote-grid-form .quote-field--span2,.quote-grid-form .quote-field--span3{grid-column:span 2}}@media (width>=900px){.quote-grid-form--tight{grid-template-columns:repeat(4,1fr)}}.quote-field label{color:var(--auth-heading);margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:block}.quote-field input,.quote-field select,.quote-field textarea{width:100%;font:inherit;color:var(--auth-heading);border:1px solid var(--auth-border);background:#fff;border-radius:8px;padding:.55rem .7rem;font-size:.875rem}.quote-field input:disabled,.quote-field select:disabled,.quote-field textarea:disabled{color:var(--auth-text);cursor:not-allowed;opacity:1;background:#f8fafc}.quote-field textarea{resize:vertical;min-height:4.5rem}.quote-charges{border:1px solid var(--auth-border);border-radius:10px;margin-top:.5rem;overflow:hidden}.quote-charges table{border-collapse:collapse;width:100%;font-size:.875rem}.quote-charges th,.quote-charges td{text-align:left;border-bottom:1px solid #f1f5f9;padding:.65rem 1rem}.quote-charges th{text-transform:uppercase;letter-spacing:.05em;color:var(--auth-text-muted);background:#fafbfc;font-size:.7rem;font-weight:700}.quote-charges td:last-child,.quote-charges th:last-child{text-align:right;font-variant-numeric:tabular-nums}.quote-charges tr:last-child td{border-bottom:none}.quote-charges .quote-total-row td{color:var(--auth-heading);background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);padding-top:.85rem;padding-bottom:.85rem;font-size:1rem;font-weight:700}.quote-charges .quote-total-row td:last-child{color:var(--auth-teal-hover);font-size:1.1rem}.quote-terms{color:var(--auth-text-muted);margin:0;padding:0 0 0 1.1rem;font-size:.8125rem;line-height:1.55}.quote-terms li+li{margin-top:.35rem}.quote-actions-note{color:var(--auth-text-muted);margin:0;font-size:.8125rem}.quote-preview-banner{border-radius:var(--auth-radius-sm);background:var(--auth-teal-muted);color:#115e59;border:1px solid #0d948840;align-items:flex-start;gap:.65rem;padding:.85rem 1rem;font-size:.875rem;line-height:1.45;display:flex}.quote-preview-banner strong{color:#0f766e}.quote-workspace{flex-direction:column;gap:1rem;width:100%;display:flex}.quote-prospect-panel{flex-shrink:0;padding:1rem 1.25rem}.quote-prospect-header{border-bottom:1px solid var(--auth-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem 1.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.quote-prospect-intro{flex:1;min-width:min(100%,280px)}.quote-prospect-intro .quote-panel-lead{margin-bottom:0}.quote-prospect-fields{grid-template-columns:1fr;gap:.75rem 1rem;margin-bottom:.75rem;display:grid}@media (width>=720px){.quote-prospect-fields{grid-template-columns:minmax(200px,1fr) minmax(280px,2fr)}}.quote-prospect-charges{grid-template-columns:1fr;gap:.75rem 1rem;display:grid}@media (width>=640px){.quote-prospect-charges{grid-template-columns:repeat(3,minmax(0,1fr))}}.quote-panel-title{color:var(--auth-heading);margin:0 0 .35rem;font-size:1rem;font-weight:700}.quote-panel-lead{color:var(--auth-text-muted);margin:0 0 1rem;font-size:.8125rem;line-height:1.45}.quote-meta-inline{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;display:flex}.quote-form-grid{grid-template-columns:1fr 1fr;gap:.75rem 1rem;display:grid}.quote-form-grid .quote-field--span2{grid-column:span 2}.quote-input-readonly{color:var(--auth-heading);cursor:default;background:#f8fafc}.quote-field-hint{color:var(--auth-text-muted);margin-top:.25rem;font-size:.6875rem;line-height:1.35;display:block}.quote-inline-link{font-size:inherit;text-transform:none;letter-spacing:0;color:var(--auth-teal,#0d9488);font-weight:500;text-decoration:none}.quote-inline-link:hover{text-decoration:underline}.quote-banner{border-radius:var(--auth-radius-sm);margin:0;padding:.75rem 1rem;font-size:.875rem;line-height:1.45}.quote-banner--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.quote-banner--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.quote-badge--sent{color:#1d4ed8;background:#3b82f61f}.quote-badge--accepted{color:#15803d;background:#22c55e1f}.quote-badge--converted{color:#6d28d9;background:#8b5cf61f}.quote-badge--cancelled{color:#475569;background:#64748b26}.quote-matrix-panel{width:100%;min-width:0;padding:0;overflow:hidden}.quote-matrix-head{border-bottom:1px solid var(--auth-border);padding:.85rem 1rem}.quote-matrix-scroll{width:100%;max-height:calc(100vh - 17rem)}@media (width>=900px){.quote-matrix-scroll{max-height:calc(100vh - 15rem)}}.quote-loading{color:var(--auth-text-muted);margin:0;padding:1rem;font-size:.875rem}.quote-modal-backdrop{z-index:200;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.quote-modal{width:min(480px,100%);max-height:80vh;padding:1.1rem 1.25rem;overflow:auto}.quote-modal--narrow{width:min(400px,100%)}.quote-modal-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.quote-modal-head h2{margin:0;font-size:1.0625rem}.quote-modal-close{cursor:pointer;color:var(--auth-text-muted);background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1}.quote-modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.quote-list{margin:0;padding:0;list-style:none}.quote-list-btn{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.65rem .5rem;display:flex}.quote-list-btn:hover{background:#f8fafc}.quote-list-num{font-variant-numeric:tabular-nums;font-weight:600}.quote-list-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.quote-list-page{flex-direction:column;gap:1rem;display:flex}.quote-list-card{padding:0;overflow:hidden}.quote-list-card--table{padding:0}.quote-list-table-scroll{overflow-x:auto}.quote-list-table{border-collapse:collapse;width:100%;font-size:.875rem}.quote-list-table th,.quote-list-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.65rem 1rem}.quote-list-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--auth-text-muted);background:#fafbfc;font-size:.7rem;font-weight:700}.quote-list-table-num{font-variant-numeric:tabular-nums}.quote-list-table-muted{color:var(--auth-text-muted);font-size:.8125rem}.quote-list-table-actions{flex-wrap:wrap;gap:.35rem;display:flex}.app-btn-secondary--sm{padding:.35rem .65rem;font-size:.8125rem}.rcm-page{flex-direction:column;gap:1rem;max-width:100%;display:flex}.rcm-toolbar-card{padding:1rem 1.25rem}.rcm-toolbar{flex-wrap:wrap;align-items:flex-end;gap:1rem 1.5rem;display:flex}.rcm-toolbar-block{flex-direction:column;gap:.4rem;display:flex}.rcm-toolbar-field{min-width:min(280px,100%)}.rcm-toolbar-field .rcm-select{max-width:320px}.rcm-toolbar-actions{flex-flow:wrap;gap:.5rem;margin-left:auto}.rcm-scope-toggle{border:1px solid var(--auth-border);background:var(--auth-input-bg);border-radius:12px;gap:2px;padding:3px;display:inline-flex}.rcm-scope-btn{color:var(--auth-text-muted);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;padding:.45rem .75rem;font-size:.8125rem;font-weight:700}.rcm-scope-btn:hover{color:var(--auth-heading)}.rcm-scope-btn.is-active{color:var(--auth-heading);background:#fff;box-shadow:0 1px 3px #0f172a14}.rcm-toolbar-meta{color:var(--auth-text-muted);width:100%;margin:.85rem 0 0;font-size:.875rem;line-height:1.5}.rcm-badge{color:var(--auth-text-muted);margin-top:.25rem;font-size:.75rem;font-weight:700;display:inline-block}.rcm-badge--custom{color:var(--auth-teal)}.rcm-unsaved{color:#b45309;font-weight:700}.rcm-btn-ghost{border:1px solid var(--auth-border);color:var(--auth-text-muted);font:inherit;cursor:pointer;background:#fff;border-radius:12px;padding:.55rem .85rem;font-size:.875rem;font-weight:700}.rcm-btn-ghost:hover:not(:disabled){color:var(--auth-heading);background:var(--auth-input-bg)}.rcm-btn-ghost:disabled{opacity:.45;cursor:not-allowed}.rcm-matrix-card{padding:0;overflow:hidden}.rcm-matrix-scroll{max-height:min(70vh,720px);overflow:auto}.rcm-matrix{border-collapse:separate;border-spacing:0;width:100%;min-width:900px}.rcm-matrix-zone-col{z-index:2;border-bottom:1px solid var(--auth-border);border-right:1px solid var(--auth-border);text-align:left;vertical-align:middle;background:#fff;min-width:140px;max-width:180px;padding:.65rem .85rem;position:sticky;left:0}.rcm-matrix thead .rcm-matrix-zone-col{z-index:3;background:var(--auth-input-bg);text-transform:uppercase;letter-spacing:.06em;color:var(--auth-text-muted);font-size:.75rem;font-weight:800}.rcm-matrix-subhead{top:2.25rem}.rcm-matrix thead tr:first-child th{z-index:1;background:var(--auth-input-bg);border-bottom:1px solid var(--auth-border);color:var(--auth-heading);text-align:center;padding:.6rem .5rem;font-size:.75rem;font-weight:800;position:sticky;top:0}.rcm-matrix thead tr:nth-child(2) th{z-index:1;border-bottom:1px solid var(--auth-border);text-transform:uppercase;letter-spacing:.04em;color:var(--auth-text-muted);background:#fff;padding:.45rem .35rem;font-size:.6875rem;font-weight:700;position:sticky;top:2.25rem}.rcm-matrix-slab-group{border-left:1px solid var(--auth-border)}.rcm-matrix-mode-col{text-align:center;min-width:4.5rem}.rcm-matrix-zone-name{color:var(--auth-heading);font-size:.875rem;font-weight:800;display:block}.rcm-matrix-zone-code{color:var(--auth-text-muted);margin-top:.15rem;font-family:ui-monospace,monospace;font-size:.6875rem;display:block}.rcm-matrix-cell{border-bottom:1px solid var(--auth-border);vertical-align:middle;background:#fff;border-left:1px solid #e2e8f0b3;padding:.35rem}.rcm-matrix tbody tr:hover .rcm-matrix-cell{background:#f8fafce6}.rcm-matrix tbody tr:hover .rcm-matrix-zone-col{background:#f8fafcf2}.rcm-matrix-input{border:1px solid var(--auth-border);width:100%;min-width:3.5rem;max-width:5.5rem;color:var(--auth-heading);font:inherit;text-align:right;background:#fff;border-radius:8px;padding:.4rem .45rem;font-size:.8125rem}.rcm-matrix-input:focus{border-color:#0d948880;outline:none;box-shadow:0 0 0 2px #0d94881f}.rcm-matrix-input::placeholder{color:#cbd5e1}.rcm-banner{border:1px solid var(--auth-border);color:var(--auth-heading);background:#fff;border-radius:12px;margin:0;padding:.75rem 1rem;font-weight:600}.rcm-banner--success{background:#0d948814;border-color:#0d948859}.rcm-banner--error{background:#dc26260f;border-color:#dc262659}.rcm-layout{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid}@media (width>=980px){.rcm-layout{grid-template-columns:320px 1fr}}.rcm-sidebar{position:sticky;top:1rem}.rcm-sidebar-inner{flex-direction:column;gap:1rem;padding:1rem;display:flex}.rcm-sidebar-head{padding-bottom:.25rem}.rcm-sidebar-title{color:var(--auth-heading);letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:800}.rcm-sidebar-subtitle{color:var(--auth-text-muted);margin:.25rem 0 0;font-size:.875rem}.rcm-create-btn{width:100%}.rcm-sidebar-tip{border:1px solid var(--auth-border);background:var(--auth-input-bg);border-radius:14px;padding:.9rem}.rcm-tip-title{text-transform:uppercase;letter-spacing:.06em;color:var(--auth-text-muted);margin:0;font-size:.75rem;font-weight:800}.rcm-tip-text{color:var(--auth-heading);margin:.35rem 0 0;font-size:.875rem;line-height:1.5}.rcm-main{min-width:0}.rcm-card{flex-direction:column;display:flex}.rcm-card-header{border-bottom:1px solid var(--auth-border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.rcm-card-body{padding:1rem 1.25rem 1.25rem}.rcm-eyebrow{text-transform:uppercase;letter-spacing:.06em;color:var(--auth-text-muted);margin:0;font-size:.75rem;font-weight:800}.rcm-title{letter-spacing:-.02em;color:var(--auth-heading);margin:.25rem 0 0;font-size:1.1rem;font-weight:800}.rcm-stack{flex-direction:column;gap:1rem;display:flex}.rcm-section-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.rcm-h3{color:var(--auth-heading);letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:800}.rcm-muted{color:var(--auth-text-muted);margin:.35rem 0 0;font-size:.875rem;line-height:1.5}.rcm-row{align-items:end;gap:.75rem;display:flex}.rcm-row--wrap{flex-wrap:wrap}.rcm-actions{justify-content:flex-end;gap:.75rem;display:flex}.rcm-field{flex-direction:column;gap:.35rem;display:flex}.rcm-field--inline{min-width:220px}.rcm-label{color:var(--auth-heading);font-size:.8125rem;font-weight:800}.rcm-select,.rcm-input{border:1px solid var(--auth-border);width:100%;color:var(--auth-heading);font:inherit;background:#fff;border-radius:12px;padding:.7rem .85rem;font-size:.9rem}.rcm-input.is-invalid{background:#dc26260a;border-color:#dc26268c}.rcm-tabs{border-bottom:1px solid var(--auth-border);background:#fff;gap:.5rem;padding:.75rem 1.25rem;display:flex;overflow-x:auto}.rcm-tab{border:1px solid var(--auth-border);color:var(--auth-heading);font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border-radius:999px;padding:.55rem .85rem;font-size:.875rem;font-weight:700}.rcm-tab:hover{background:var(--auth-input-bg)}.rcm-tab.is-active{background:#0d94881a;border-color:#0d948859}.rcm-rate-table{border:1px solid var(--auth-border);background:#fff;border-radius:14px;overflow:hidden}.rcm-rate-table-head{border-bottom:1px solid var(--auth-border);background:var(--auth-input-bg);padding:.9rem 1rem}.rcm-table-scroll{overflow:auto}.rcm-table{border-collapse:separate;border-spacing:0;width:100%;min-width:520px}.rcm-th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--auth-text-muted);border-bottom:1px solid var(--auth-border);z-index:1;background:#fff;padding:.75rem .9rem;font-size:.75rem;position:sticky;top:0}.rcm-td,.rcm-td-slab{border-bottom:1px solid var(--auth-border);vertical-align:middle;padding:.65rem .9rem}.rcm-td-slab{color:var(--auth-heading);white-space:nowrap;font-weight:800}.rcm-list{flex-direction:column;gap:1rem;display:flex}.rcm-list-item{border:1px solid var(--auth-border);background:#fff;border-radius:14px;overflow:hidden}.rcm-list-item-head{border-bottom:1px solid var(--auth-border);background:var(--auth-input-bg);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1rem;display:flex}.rcm-item-title{color:var(--auth-heading);margin:0;font-weight:900}.rcm-item-sub{color:var(--auth-text-muted);font-weight:800}.rcm-danger{color:#b91c1c;font:inherit;cursor:pointer;background:#dc26260f;border:1px solid #dc262666;border-radius:12px;padding:.55rem .85rem;font-size:.875rem;font-weight:800}.rcm-danger:hover{background:#dc26261a}.rcm-empty{background:#f8fafc99;border:1px dashed #64748b80;border-radius:14px;padding:1rem}.rcm-empty-title{color:var(--auth-heading);margin:0;font-weight:900}.rcm-page--master kbd{border:1px solid var(--auth-border);background:var(--auth-input-bg);border-radius:4px;padding:.1em .35em;font-family:ui-monospace,monospace;font-size:.75em}.rcm-status-bar{color:var(--auth-heading);background:#0d948814;border:1px solid #0d948833;border-radius:10px;margin:0;padding:.55rem .85rem;font-size:.8125rem;font-weight:600}.rcm-status-bar--warn{color:#92400e;background:#f59e0b1a;border-color:#f59e0b59}.rcm-status-bar--error{color:#991b1b;background:#dc26260f;border-color:#dc262659}.rcm-matrix--master .rcm-matrix-sticky-corner{z-index:4}.rcm-slab-label{font-weight:800;display:block}.rcm-slab-unit{text-transform:uppercase;letter-spacing:.05em;color:var(--auth-teal);margin-top:.15rem;font-size:.625rem;font-weight:700;display:block}.rcm-matrix-input--dirty{background:#fffbeb;border-color:#f59e0b}.rcm-matrix-input--invalid{background:#fef2f2;border-color:#dc2626}.rcm-matrix-row--rest-of-india .rcm-matrix-zone-col{background:#f0f9ff;box-shadow:inset 3px 0 #0284c7}.rcm-matrix-zone-hint{color:#0369a1;margin-top:.2rem;font-size:.6875rem;font-weight:400;line-height:1.2;display:block}.rcm-matrix-row--empty .rcm-matrix-zone-col{box-shadow:inset 3px 0 #dc2626}.rcm-matrix-row--partial .rcm-matrix-zone-col{box-shadow:inset 3px 0 #f59e0b}.rcm-matrix-row--saved .rcm-matrix-cell{animation:.85s rcm-flash-save}@keyframes rcm-flash-save{0%{background:#22c55e59}to{background:#fff}}.rcm-matrix-row--saving{opacity:.85}.rcm-row-warn{color:#d97706;margin-left:.35rem;font-size:.875rem}.rcm-row-loader{border:2px solid var(--auth-border);border-top-color:var(--auth-teal);vertical-align:middle;border-radius:50%;width:.75rem;height:.75rem;margin-left:.35rem;animation:.7s linear infinite rcm-spin;display:inline-block}@keyframes rcm-spin{to{transform:rotate(360deg)}}.rcm-matrix-scroll{max-height:min(78vh,800px)}.rcm-toolbar-card--compact{padding:.65rem 1rem}.rcm-toolbar--inline{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;display:flex}.rcm-toolbar--inline .rcm-scope-toggle{flex-shrink:0}.rcm-inline-field{align-items:center;gap:.45rem;min-width:min(280px,100%);display:flex}.rcm-label--inline{white-space:nowrap;margin:0;font-size:.8125rem}.rcm-select--inline{width:min(240px,42vw);min-width:140px;max-width:none;padding:.45rem .65rem;font-size:.875rem}.rcm-badge--inherited{color:var(--auth-text-muted);white-space:nowrap;background:#64748b1f;border-radius:6px;flex-shrink:0;padding:.15rem .45rem;font-size:.75rem}.rcm-badge--custom{flex-shrink:0;font-size:.75rem}.rcm-btn-compact{padding:.45rem .7rem!important;font-size:.8125rem!important}.rcm-inline-hint{color:var(--auth-text-muted);white-space:nowrap;font-size:.8125rem}.rcm-toolbar-meta--compact{margin:.5rem 0 0;font-size:.8125rem}.rcm-meta-note{color:var(--auth-text-muted);font-weight:500}.rcm-matrix-notice{border-bottom:1px solid var(--auth-border);color:#92400e;background:#f59e0b14;margin:0;padding:.65rem 1rem;font-size:.8125rem;line-height:1.45}.rcm-fuel-card{padding:.75rem 1.25rem}.rcm-fuel-card__row{flex-wrap:wrap;align-items:center;gap:.65rem 1rem;display:flex}.rcm-fuel-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.45rem;font-size:.875rem;font-weight:600;display:inline-flex}.rcm-fuel-toggle input{width:1rem;height:1rem;accent-color:var(--auth-primary,#2563eb)}.rcm-fuel-input-wrap{align-items:center;gap:.25rem;display:inline-flex}.rcm-fuel-input{border:1px solid var(--auth-border);width:5rem;font:inherit;border-radius:6px;padding:.35rem .5rem;font-size:.875rem}.rcm-fuel-unit{color:var(--auth-text-muted);font-size:.875rem}.rcm-fuel-fallback,.rcm-fuel-status{color:var(--auth-text-muted);font-size:.8125rem}.rcm-fuel-hint{color:var(--auth-text-muted);margin:.45rem 0 0;font-size:.8125rem;line-height:1.45}.rcm-fuel-error{color:#b91c1c;margin:.35rem 0 0;font-size:.8125rem}.shipments-list-page{flex-direction:column;gap:1.25rem;max-width:100%;display:flex}.shipments-list-filters-card{padding:1.25rem 1.5rem}.shipments-list-filters{margin:0}.invoices-field--awb{flex:9rem;min-width:min(9rem,100%)}.invoices-field--destination{flex:2 12rem;min-width:min(12rem,100%)}.shipments-list-filters .invoices-toolbar-actions{flex:none;margin-left:.25rem}.shipments-list-card{padding:1.25rem 1.5rem}.shipments-list-card--table{padding:0}.shipments-list-table .shipments-list-col-num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.shipments-list-awb{font-variant-numeric:tabular-nums;font-weight:600}.shipments-list-dest{word-break:break-word;max-width:14rem}.profile-page{flex-direction:column;gap:1rem;width:100%;max-width:none;display:flex}.profile-page .app-page-header{margin-bottom:0}.profile-readonly-note{color:var(--auth-text);background:var(--auth-input-bg);border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);margin:0;padding:.65rem 1rem;font-size:.875rem;line-height:1.5}.profile-loading{color:var(--auth-text-muted);margin:0;font-size:.875rem}.profile-alert{border-radius:var(--auth-radius-sm);margin:0;padding:.65rem 1rem;font-size:.875rem}.profile-alert--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.profile-grid{gap:1rem;width:100%;display:grid}@media (width>=768px){.profile-grid{grid-template-rows:auto auto;grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:stretch}.profile-card--company{grid-area:1/1}.profile-card--address{grid-area:1/2}.profile-card--contact{grid-area:2/1}.profile-card--account{grid-area:2/2}}@media (width>=1100px){.profile-grid{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:1.25rem}.profile-row{grid-template-columns:11rem minmax(0,1fr)}}.profile-card{min-width:0;height:100%;padding:1.25rem 1.5rem}.profile-card-header{margin-bottom:1rem}.profile-card-header h2,.profile-section-title{color:var(--auth-heading);letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.0625rem;font-weight:700}.profile-card-subtitle{color:var(--auth-text-muted);margin:.35rem 0 0;font-size:.875rem}.profile-dl{flex-direction:column;gap:.75rem;margin:0;display:flex}.profile-row{gap:.2rem;display:grid}@media (width>=768px){.profile-row{grid-template-columns:10rem minmax(0,1fr);align-items:baseline;gap:1rem}}.profile-row dt{color:var(--auth-text-muted);margin:0;font-size:.8125rem;font-weight:600}.profile-row dd{color:var(--auth-heading);word-break:break-word;margin:0;font-size:.9375rem}.profile-address-preview{border-top:1px solid var(--auth-border);margin-top:1.25rem;padding-top:1rem}.profile-address-preview-label{color:var(--auth-text-muted);margin:0 0 .5rem;font-size:.8125rem;font-weight:600}.profile-address-block{color:var(--auth-text);flex-direction:column;gap:.15rem;font-size:.9375rem;font-style:normal;line-height:1.55;display:flex}.awb-inv-page{flex-direction:column;gap:.85rem;width:100%;max-width:100%;display:flex}.awb-inv-summary{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.65rem;display:grid}.awb-inv-card{border-radius:var(--auth-radius-sm);border:1px solid var(--auth-border);background:var(--auth-card);padding:.85rem 1rem}.awb-inv-card-label{text-transform:uppercase;letter-spacing:.04em;color:var(--auth-text-muted);margin:0 0 .25rem;font-size:.75rem;font-weight:600}.awb-inv-card-value{color:var(--auth-heading);font-variant-numeric:tabular-nums;margin:0;font-size:1.35rem;font-weight:700}.awb-inv-card--unused .awb-inv-card-value{color:#15803d}.awb-inv-card--used .awb-inv-card-value{color:#1d4ed8}.awb-inv-card--cancelled .awb-inv-card-value{color:#b91c1c}.awb-inv-card--capacity{background:linear-gradient(135deg,#0d948814,#2dd4bf1f);border-color:#0d948859}.awb-inv-layout{grid-template-columns:minmax(280px,22rem) minmax(0,1fr);align-items:start;gap:1rem;width:100%;display:grid}@media (width<=900px){.awb-inv-layout{grid-template-columns:1fr}}.awb-inv-entry{padding:1.15rem 1.25rem 1.25rem;position:sticky;top:0}.awb-inv-entry h2{color:var(--auth-heading);margin:0 0 .85rem;font-size:1rem;font-weight:700;line-height:1.3}.awb-inv-entry form{flex-direction:column;gap:.9rem;display:flex}.awb-inv-entry .invoices-field{gap:.5rem;margin:0}.awb-inv-entry .invoices-field label{margin:0;line-height:1.35}.awb-inv-entry .invoices-field textarea{resize:vertical;min-height:7rem;margin-top:0}.awb-inv-entry-tabs{border-bottom:1px solid var(--auth-border);gap:.25rem;margin:0 0 1rem;padding-bottom:.65rem;display:flex}.awb-inv-entry-tab{border-radius:var(--auth-radius-sm);color:var(--auth-text-muted);cursor:pointer;background:0 0;border:none;flex:1;padding:.4rem .5rem;font-size:.8125rem;font-weight:600}.awb-inv-entry-tab:hover{background:var(--auth-input-bg);color:var(--auth-heading)}.awb-inv-entry-tab.active{background:var(--auth-teal-muted);color:#0f766e}.awb-inv-range-row{grid-template-columns:1fr auto 1fr;align-items:end;gap:.75rem;width:100%;display:grid}.awb-inv-range-row .invoices-field{gap:.5rem;min-width:0}.awb-inv-range-arrow{color:var(--auth-text-muted);padding-bottom:.6rem;font-weight:600;line-height:1}.awb-inv-add-btn{width:100%;margin-top:.15rem}.awb-inv-entry .awb-inv-hint{margin:0;line-height:1.45}.awb-inv-entry .awb-inv-hint+.invoices-field{margin-top:.1rem}.awb-inv-entry .awb-inv-hint--footer{margin-top:-.15rem;padding-top:.15rem}.awb-inv-list-panel{flex-direction:column;min-width:0;padding-bottom:0;display:flex}.awb-inv-filters{align-items:flex-end;gap:.75rem 1rem;margin:0;padding:1rem 1.15rem 0}.awb-inv-filters .invoices-field{margin:0}.awb-inv-filters .invoices-field--awb{flex:2 16rem;min-width:min(12rem,100%);max-width:none}.awb-inv-filters .awb-inv-field--status{flex:0 0 10.5rem;width:10.5rem;min-width:10.5rem}.awb-inv-filters .invoices-toolbar-actions{flex:none;align-self:flex-end;margin-left:0;padding-bottom:0}.awb-inv-table-wrap{border-top:1px solid var(--auth-border);max-height:min(70vh,640px);margin-top:.75rem;overflow:auto}.awb-inv-list-panel .app-table th:first-child,.awb-inv-list-panel .app-table td:first-child{padding-left:1.15rem}.awb-inv-list-panel .app-table th:last-child,.awb-inv-list-panel .app-table td:last-child{padding-right:1.15rem}.awb-inv-td-status{vertical-align:middle;white-space:nowrap}.awb-inv-status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;min-height:1.5rem;padding:.2rem .6rem;font-size:.6875rem;font-weight:700;line-height:1.2;display:inline-flex}.awb-inv-status--unused{color:#166534;background:#dcfce7;border:1px solid #16653426}.awb-inv-status--used{color:#1e40af;background:#dbeafe;border:1px solid #1e40af26}.awb-inv-status--cancelled{color:#991b1b;background:#fee2e2;border:1px solid #991b1b26}.awb-inv-awb-cell{vertical-align:middle;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.875rem;font-weight:600}.awb-inv-td-actions{vertical-align:middle;text-align:center;width:3rem}.awb-inv-delete-btn{border-radius:var(--auth-radius-sm);color:#b91c1c;cursor:pointer;background:#fff;border:1px solid #fecaca;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;padding:0;font-size:1.125rem;line-height:1;display:inline-flex}.awb-inv-delete-btn:hover{background:#fef2f2;border-color:#f87171}.awb-inv-delete-btn:focus-visible{outline-offset:2px;outline:2px solid #dc2626}.awb-inv-footer{color:var(--auth-text-muted);border-top:1px solid var(--auth-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;padding:.65rem 1.15rem 1rem;font-size:.8125rem;display:flex}.awb-inv-footer-range{line-height:1.45}.awb-inv-pagination{flex-wrap:wrap;align-items:center;gap:.5rem .65rem;display:flex}.awb-inv-pagination-meta{color:var(--auth-text);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.8125rem;font-weight:600}.awb-inv-hint{color:var(--auth-text-muted);margin:0 0 .5rem;font-size:.8125rem;line-height:1.45}.awb-inv-banner{border-radius:var(--auth-radius-sm);margin:0;padding:.65rem 1rem;font-size:.875rem}.awb-inv-banner--ok{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.awb-inv-banner--warn{color:#92400e;background:#fffbeb;border:1px solid #fcd34d}.geo-page-tabs{margin-bottom:1rem}.geo-sections{flex-direction:column;gap:1rem;display:flex}.geo-section-header{flex-direction:column;gap:.75rem;display:flex}@media (width>=640px){.geo-section-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.geo-section-header-text{min-width:0}.geo-section-header-actions{flex-shrink:0}.geo-table-row{cursor:pointer}.geo-table-row--selected td{background:#0d948814}.geo-table-row--inactive{opacity:.6}.geo-empty-hint{color:var(--auth-text-muted);margin:0;padding:1rem 1.25rem 1.25rem;font-size:.875rem}.geo-loading-card .zones-card-body{padding:1.25rem}.geo-list-toolbar{border-bottom:none;margin:0;padding:1rem 1.25rem 0}.geo-list-footer{border-top:1px solid var(--auth-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;padding:.85rem 1.25rem 1rem;display:flex}.geo-list-footer-range{color:var(--auth-text-muted);font-size:.8125rem;line-height:1.45}.geo-list-pagination{flex-wrap:wrap;align-items:center;gap:.5rem .65rem;display:flex}.geo-list-pagination-meta{color:var(--auth-text);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.8125rem;font-weight:600}
