:root{--color-transit:#2563eb;--color-delivery:#ea580c;--color-production:#7c3aed;--color-highlight:#f59e0b;--color-info:#0284c7;--content-width:var(--content-max);--border-default:#cecece;--border:#cecece;--hairline:#cecece}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-transit:#60a5fa;--color-delivery:#fb923c;--color-production:#a78bfa;--color-highlight:#fbbf24;--color-info:#38bdf8}@keyframes panel-fade-up{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes soft-pulse-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-main{animation:.28s cubic-bezier(.22,1,.36,1) both page-enter}*{box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}html{font-size:var(--text-sm);overflow-x:hidden}body{background:var(--bg-app);min-height:100vh;color:var(--text-primary);font-family:var(--font-family);font-size:var(--text-sm);line-height:var(--lh-sm);font-weight:var(--fw-regular);font-feature-settings:"cv02", "cv03", "cv04", "cv11";font-variant-numeric:tabular-nums;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}:root[data-theme=dark] body{background:var(--bg)}a{color:inherit;text-decoration:none}button,select,input,textarea{font:inherit}.app-shell{max-width:1180px;margin:0 auto;padding:32px 24px 72px}.dashboard-shell{grid-template-columns:var(--sidebar-w) minmax(0, 1fr);gap:0;max-width:1540px;min-height:100vh;margin:0 auto;padding:0;display:grid}.sidebar{border-right:1px solid var(--border-default);background:var(--bg-app);border-radius:0;align-self:start;height:100vh;padding:16px 12px;position:sticky;top:0;overflow-y:auto}.sidebar-brand{border-bottom:1px solid var(--border-default);align-items:center;gap:8px;margin-bottom:20px;padding:0 4px 16px;display:flex}.sidebar-brand-mark{border-radius:var(--radius-sm);background:var(--bg-active);border:1px solid var(--border-default);width:28px;height:28px;color:var(--text-primary);font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.04em;justify-content:center;align-items:center;display:inline-flex}.sidebar-title{font-size:var(--text-base);line-height:var(--lh-base);letter-spacing:-.01em;font-weight:var(--fw-semibold);color:var(--text-primary);margin:0}.sidebar-copy{color:var(--text-secondary);font-size:var(--text-xs);margin:0}.sidebar-nav{gap:4px;display:grid}.sidebar-link{border-radius:var(--radius-sm);min-height:36px;color:var(--text-secondary);font-weight:var(--fw-regular);font-size:var(--text-sm);transition:background var(--motion-fast) ease, color var(--motion-fast) ease;border:1px solid #0000;align-items:center;gap:8px;padding:0 8px;display:flex}.sidebar-link:hover{background:var(--bg-hover);color:var(--text-primary)}.sidebar-link-active{background:var(--bg-active);color:var(--text-primary);font-weight:var(--fw-medium);border-color:#0000}.sidebar-link-active:hover{background:var(--bg-active);color:var(--text-primary)}.sidebar-footer{border-top:1px solid var(--border-default);gap:8px;margin-top:16px;padding-top:16px;display:grid}.sidebar-chip{border-radius:var(--radius-sm);background:var(--status-neutral-bg);width:fit-content;height:20px;color:var(--status-neutral-fg);font-size:var(--text-xs);font-weight:var(--fw-medium);border:1px solid var(--status-neutral-border);padding:0 6px;display:inline-flex}.sidebar-meta{color:var(--text-secondary);font-size:var(--text-xs)}.dashboard-main{min-width:0;padding:var(--page-py) var(--page-px) 48px}.dashboard-topbar{justify-content:flex-end;align-items:center;gap:18px;margin-bottom:18px;padding:2px 2px 0;display:flex}.dashboard-topbar-actions{align-items:center;gap:12px;display:flex}.dashboard-topbar-status{border:1px solid var(--border);background:var(--surface);color:var(--muted);box-shadow:var(--shadow-soft);border-radius:999px;padding:7px 13px;font-size:.85rem}.dashboard-content,.public-shell{width:100%}.admin-dashboard{gap:18px}.admin-dashboard-hero{padding:var(--panel-p);border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-surface);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.admin-dashboard-hero-copy{gap:6px;max-width:700px;display:grid}.admin-dashboard-title{font-size:var(--text-xl);line-height:var(--lh-xl);letter-spacing:-.02em;font-weight:var(--fw-semibold);color:var(--text-primary);margin:0}.admin-dashboard-subtitle{max-width:600px;color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--lh-sm);margin:0}.admin-dashboard-hero-actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-dashboard-filter{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);box-shadow:var(--shadow-soft);align-items:stretch;gap:0;padding:0;display:flex;overflow:hidden}.admin-dashboard-filter-label{background:var(--surface-soft);border-right:1px solid var(--border);color:var(--muted);letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:0;padding:0 13px;font-size:.72rem;font-weight:600;display:flex}.admin-dashboard-filter select{border:none;border-right:1px solid var(--border);min-width:180px;height:40px;color:var(--text);cursor:pointer;appearance:none;background: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='%236b6b7b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 10px center no-repeat;outline:none;padding:0 30px 0 12px;font-size:.875rem;font-weight:500}.admin-dashboard-filter .button-secondary{background:0 0;border:none;border-radius:0;height:40px;padding:0 16px}.admin-dashboard-filter .button-secondary:hover{background:var(--surface-soft);border-color:#0000;transform:none}.admin-dashboard-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.admin-dashboard-timebar{flex-wrap:wrap;align-items:center;gap:12px;padding:4px 0;display:flex}.admin-dashboard-timebar-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.75rem}.admin-dashboard-analytics-section{width:100%}.admin-dashboard-columns{grid-template-columns:minmax(0,1.75fr) minmax(340px,.95fr);align-items:start;gap:20px;display:grid}.admin-dashboard-column{align-self:start}.admin-dashboard-panel{border-radius:var(--radius-card);background:var(--surface);box-shadow:none;transition:background .16s var(--ease-out);border:none}.admin-dashboard-panel-primary{align-self:start;height:fit-content;min-height:0;display:block}.admin-dashboard-panel-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-dashboard-panel-actions{align-items:center;gap:10px;display:inline-flex}.admin-dashboard-soft-badge{border:1px solid var(--border);background:var(--surface-soft);min-height:26px;color:var(--muted);border-radius:999px;align-items:center;padding:0 10px;font-size:.75rem;font-weight:500;display:inline-flex}.admin-dashboard-inline-link{color:var(--accent);white-space:nowrap;font-size:.88rem;font-weight:600}.admin-dashboard-chart-shell{border-radius:var(--radius-card);background:var(--surface);border:none;padding:18px 20px 14px}.admin-dashboard-analytics-grid{grid-template-columns:minmax(0,1.4fr) minmax(400px,.95fr);align-items:stretch;gap:18px;display:grid}.admin-dashboard-subpanel-head{justify-content:space-between;gap:12px;margin-bottom:10px;display:flex}.admin-dashboard-chart-card{align-self:start;align-items:flex-end;height:auto;min-height:auto;padding:8px 4px 0}.admin-dashboard-chart-bar{border-radius:16px 16px 8px 8px;width:100%;max-width:54px}.admin-dashboard-chart-plot{justify-content:center;align-items:flex-end;width:100%;height:220px;display:flex}.admin-health-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-health-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-soft);gap:8px;padding:18px 20px;transition:border-color .18s,box-shadow .18s,transform .18s cubic-bezier(.22,1,.36,1);display:grid}.admin-health-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-soft)}.admin-health-label{color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--fw-medium);letter-spacing:.02em}.admin-health-value{font-size:var(--text-xl);line-height:var(--lh-xl);letter-spacing:-.02em;font-weight:var(--fw-semibold);font-variant-numeric:tabular-nums;color:var(--text-primary)}.admin-health-hint{color:var(--text-secondary);font-size:var(--text-xs)}.admin-dashboard-empty{border:1px dashed var(--border-strong);border-radius:var(--radius-card);color:var(--muted);background:var(--surface-soft);padding:18px}.admin-orders-list{background:var(--border);border-radius:var(--radius-control);flex-direction:column;gap:1px;display:flex;overflow:hidden}.admin-orders-row{background:var(--surface);justify-content:space-between;align-items:center;gap:16px;padding:11px 14px;transition:background .12s;display:flex}a.admin-orders-row:hover{background:color-mix(in srgb, var(--accent) 4%, var(--surface))}.admin-orders-main{gap:4px;min-width:0;display:grid}.admin-orders-meta{text-align:right;justify-items:end;gap:4px;display:grid}.admin-orders-status{color:var(--text);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:600}.admin-orders-time{color:var(--muted);font-size:.84rem}.admin-dashboard-panel-note{background:var(--surface);height:fit-content}.admin-dashboard-note{gap:14px;display:grid}.admin-dashboard-note p{color:var(--text);margin:0;line-height:1.6}.admin-dashboard-note-actions{flex-wrap:wrap;gap:10px;display:flex}.customer-accounts-page{gap:22px}.customer-accounts-hero{gap:18px}.customer-accounts-toolbar{grid-template-columns:minmax(300px,1.75fr) repeat(4,minmax(140px,.75fr)) auto;align-items:end;gap:14px;display:grid}.customer-accounts-toolbar-actions{flex-wrap:wrap;gap:10px;display:flex}.customer-accounts-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.customer-accounts-kpi{gap:8px;padding:18px;display:grid}.customer-accounts-kpi-label,.customer-account-mini-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:600}.customer-accounts-kpi strong{font-size:var(--text-xl);line-height:var(--lh-xl);letter-spacing:-.01em;font-weight:var(--fw-semibold);color:var(--text-primary)}.customer-accounts-workbench{grid-template-columns:minmax(0,1.65fr) minmax(340px,.92fr);align-items:start;gap:18px;display:grid}.customer-accounts-list{gap:12px;display:grid}.customer-account-row{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);grid-template-columns:minmax(220px,.95fr) minmax(180px,.75fr) minmax(280px,1fr) minmax(220px,.9fr);align-items:center;gap:16px;padding:18px;text-decoration:none;transition:border-color .18s,box-shadow .18s;display:grid}.customer-account-row:hover{border-color:var(--border-strong);box-shadow:var(--shadow-soft)}.customer-account-row.is-active{border-color:rgba(var(--accent-rgb), .28);background:var(--accent-soft)}.customer-account-brand{align-items:center;gap:14px;min-width:0;display:flex}.customer-account-logo{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--accent-soft);letter-spacing:-.04em;width:48px;height:48px;color:var(--accent);place-items:center;font-weight:600;display:grid}.customer-account-logo-large{border-radius:var(--radius-md);width:56px;height:56px}.customer-account-health-wrap{justify-items:start;gap:8px;display:grid}.customer-account-health{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:.9rem;font-weight:600;display:inline-flex}.customer-account-health-healthy{color:var(--success);background:var(--success-soft);border-color:#05966933}.customer-account-health-attention{color:var(--warning);background:var(--warning-soft);border-color:#d9770633}.customer-account-health-risk{color:var(--danger);background:var(--danger-soft);border-color:#e5393533}.customer-account-mini-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.customer-account-mini-metrics>div,.customer-account-drawer-stat{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);gap:6px;padding:12px 14px;display:grid}.customer-account-mini-metrics strong,.customer-account-drawer-stat strong{color:var(--ink);font-size:1.18rem;line-height:1}.customer-account-meta{justify-items:start;gap:8px;display:grid}.customer-account-links,.customer-account-drawer-actions,.portal-inline-actions{flex-wrap:wrap;gap:10px;display:flex}.customer-account-drawer{gap:16px;position:sticky;top:24px}.customer-account-drawer-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.customer-account-drawer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.customer-account-drawer-block{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);gap:6px;padding:14px 16px;display:grid}.public-shell{max-width:var(--content-width);margin:0 auto;padding:38px 28px 92px}.public-shell-portal{max-width:none;margin:0;padding:22px 24px 72px}.topbar{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-soft);justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;padding:18px 22px;display:flex}.brand{flex-direction:column;gap:6px;display:flex}.eyebrow{color:var(--text-tertiary);font-size:var(--text-xs);font-weight:var(--fw-medium);letter-spacing:.06em;text-transform:uppercase;display:block}.title{font-size:var(--text-xl);line-height:var(--lh-xl);font-weight:var(--fw-semibold);letter-spacing:-.02em;color:var(--text-primary);margin:0}.subtitle{color:var(--text-secondary);max-width:48rem;line-height:var(--lh-sm);font-size:var(--text-sm);margin:0}.section-title{font-size:var(--text-lg);line-height:var(--lh-lg);font-weight:var(--fw-semibold);letter-spacing:-.02em;color:var(--text-primary);margin:2px 0 4px}.section-title-small{font-size:var(--text-base);font-weight:var(--fw-semibold);letter-spacing:-.01em;color:var(--text-primary)}.nav{flex-wrap:wrap;gap:10px;display:flex}.nav-link,.button,.button-secondary{height:var(--h-btn-default);border:1px solid var(--border-default);border-radius:var(--radius-sm);font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);cursor:pointer;white-space:nowrap;transition:background var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out), opacity var(--motion-fast) var(--ease-out);justify-content:center;align-items:center;gap:6px;padding:0 12px;line-height:1;text-decoration:none;display:inline-flex}.nav-link{transition:background var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out)}.button{background:var(--text-primary);color:#fff;border-color:var(--text-primary);font-weight:var(--fw-medium)}.button:hover:not(:disabled){background:#000;border-color:#000}.button-secondary{background:var(--bg-surface);color:var(--text-primary);border-color:var(--border-strong)}.button-secondary:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-strong)}.nav-link:hover{background:var(--bg-hover)}.button:active,.button-secondary:active,.nav-link:active{background:var(--bg-active)}.button-secondary:focus-visible,.button:focus-visible,.nav-link:focus-visible{outline:1px solid var(--border-focus);outline-offset:2px;box-shadow:var(--shadow-focus)}.button:disabled,.button-secondary:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--panel-p);transition:border-color var(--motion-fast) var(--ease-out);position:relative;overflow:hidden}.card:hover{border-color:var(--border-strong)}.card-soft{background:var(--surface-soft)}.card-spotlight,.panel-hero{background:var(--surface)}.filter-card{border-style:solid}.filter-bar{align-items:end}.table-card{padding:22px}.stack{align-content:start;gap:22px;display:grid}.grid{gap:18px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.filters{flex-wrap:wrap;align-items:flex-end;gap:16px;display:flex}.page-head{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.page-header,.section-header{gap:8px;display:grid}.page-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:20px;padding:4px 2px}.page-header-copy{gap:8px;display:grid}.page-header-actions{align-items:center;display:flex}.table-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.field{gap:9px;min-width:180px;display:grid}.field-search{flex:320px;min-width:min(360px,100%)}.field label{color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--fw-medium);letter-spacing:.01em;margin-bottom:6px;display:block}.field select,.field input,.field textarea{width:100%;height:var(--h-input);border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-primary);transition:border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;font-size:var(--text-sm);font-family:var(--font-family);padding:0 10px}.field select{appearance:none;cursor:pointer;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='%2352525B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;padding-right:28px}.field select:focus,.field input:focus,.field textarea:focus{outline:1px solid var(--border-focus);outline-offset:0;box-shadow:var(--shadow-focus);border-color:var(--border-focus)}.field select:hover:not(:focus),.field input:hover:not(:focus),.field textarea:hover:not(:focus){border-color:var(--border-strong)}.field textarea{resize:vertical;height:auto;min-height:80px;padding:8px 10px}.search-shell{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-surface);height:var(--h-input);transition:border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;grid-template-columns:auto 1fr;align-items:center;gap:8px;padding:0 10px;display:grid}.search-shell:focus-within{outline:1px solid var(--border-focus);border-color:var(--border-focus);box-shadow:var(--shadow-focus)}.search-icon{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;font-weight:600}.search-input{height:100%;font-size:var(--text-sm);box-shadow:none!important;background:0 0!important;border:0!important;outline:none!important;padding:0!important}.field-panel{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-soft);padding:16px}.field-span-2{grid-column:span 2}.portal-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.auth-shell{background:var(--bg);grid-template-columns:1.1fr 1fr;min-height:100vh;display:grid}.auth-aside{color:#ffffffeb;isolation:isolate;background:#18181b;position:relative;overflow:hidden}.auth-aside-grid,.auth-aside-glow{display:none}@keyframes auth-glow-drift{0%{transform:translate(0)}to{transform:translate(60px,-40px)}}.auth-aside-inner{z-index:1;flex-direction:column;justify-content:space-between;gap:48px;max-width:560px;height:100%;padding:48px 56px;display:flex;position:relative}.auth-aside-brand,.auth-mobile-brand{align-items:center;gap:10px;display:inline-flex}.auth-aside-mark{border-radius:var(--radius-sm);color:#fff;width:28px;height:28px;font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.04em;background:#ffffff14;border:1px solid #ffffff1f;justify-content:center;align-items:center;display:inline-flex}.auth-mobile-brand .auth-aside-mark{background:var(--bg-subtle);border-color:var(--border-default);color:var(--text-primary)}.auth-aside-name{font-size:var(--text-sm);font-weight:var(--fw-medium);letter-spacing:-.01em;color:#fffffff2}.auth-mobile-brand .auth-aside-name{color:var(--text)}.auth-aside-copy{gap:16px;display:grid}.auth-aside-title{letter-spacing:-.03em;font-size:clamp(1.5rem,2.2vw,1.875rem);line-height:1.1;font-weight:var(--fw-semibold);color:#fffffffa;margin:0}.auth-aside-title em{color:#ffffff8c;font-style:normal}.auth-aside-lede{font-size:var(--text-base);color:#ffffff9e;max-width:42ch;margin:0;line-height:1.55}.auth-aside-bullets{gap:10px;margin:0;padding:0;list-style:none;display:grid}.auth-aside-bullets li{font-size:var(--text-sm);color:#ffffffc7;align-items:center;gap:10px;display:inline-flex}.auth-aside-dot{background:#ffffff8c;border-radius:2px;flex-shrink:0;width:5px;height:5px}.auth-aside-status{letter-spacing:.02em;color:#ffffff8c;align-items:center;gap:8px;font-size:.75rem;font-weight:500;display:inline-flex}.auth-aside-pulse{background:#34d399;border-radius:999px;width:6px;height:6px;animation:2s ease-out infinite auth-pulse;box-shadow:0 0 #34d39999}@keyframes auth-pulse{0%{box-shadow:0 0 #34d3998c}70%{box-shadow:0 0 0 8px #34d39900}to{box-shadow:0 0 #34d39900}}.auth-main{justify-content:center;align-items:center;padding:48px 32px;display:flex}.auth-main-inner{width:100%;max-width:380px;animation:panel-fade-up .32s var(--ease-out) both;gap:24px;display:grid}.auth-mobile-brand{display:none}.auth-form-head{gap:8px;display:grid}.auth-eyebrow{font-size:var(--text-xs);font-weight:var(--fw-medium);letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary)}.auth-form-title{font-size:var(--text-xl);line-height:var(--lh-xl);letter-spacing:-.02em;font-weight:var(--fw-semibold);color:var(--text-primary);margin:0}.auth-form-lede{font-size:var(--text-sm);line-height:var(--lh-sm);color:var(--text-secondary);margin:0}.auth-form{gap:14px;display:grid}.auth-field{gap:6px;display:grid}.auth-field label{font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--text-secondary)}.auth-field input{width:100%;height:var(--h-input);border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-primary);font-size:var(--text-sm);font-family:var(--font-family);transition:border-color var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out);padding:0 10px}.auth-field input::placeholder{color:var(--text-tertiary)}.auth-field input:hover:not(:focus){border-color:var(--border-strong)}.auth-field input:focus-visible{outline:1px solid var(--border-focus);outline-offset:0;border-color:var(--border-focus);box-shadow:var(--shadow-focus)}.auth-form-submit{width:100%;height:var(--h-btn-lg);font-size:var(--text-sm);margin-top:4px}.auth-form-submit-loading{align-items:center;gap:8px;display:inline-flex}.auth-form-spinner{border:1.5px solid #ffffff59;border-top-color:#fff;border-radius:999px;width:12px;height:12px;animation:.7s linear infinite spin}.auth-form-footer{border-top:1px solid var(--border);color:var(--muted);font-size:var(--text-xs);justify-content:space-between;align-items:center;gap:10px;padding-top:16px;display:flex}.auth-form-link{color:var(--text-primary);font-weight:var(--fw-medium);text-underline-offset:2px;text-decoration:underline;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong);transition:text-decoration-color var(--motion-fast) var(--ease-out)}.auth-form-link:hover{-webkit-text-decoration-color:var(--text-primary);text-decoration-color:var(--text-primary)}@media (max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-aside{display:none}.auth-mobile-brand{margin-bottom:4px;display:inline-flex}.auth-main{align-items:flex-start;padding:64px 20px 32px}}.auth-meta-row{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:.94rem;display:flex}.auth-meta-row-brand{color:#475569eb;font-size:.88rem}.auth-card-wide{max-width:880px}.table-wrap{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-surface);overflow-x:auto}.table{border-collapse:collapse;width:100%;min-width:860px}.table th,.table td{border-bottom:1px solid var(--border-default);height:var(--h-row-default);text-align:left;vertical-align:middle;padding:0 12px}.table th{color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--fw-medium);letter-spacing:.04em;text-transform:uppercase;background:var(--bg-subtle);border-bottom:1px solid var(--border-default);z-index:1;white-space:nowrap;height:var(--h-row-compact);padding:0 12px;position:sticky;top:0}.table-row:hover{background:var(--bg-hover)}.table-row{transition:background var(--motion-fast) ease;position:relative}.table-row:hover td{background:var(--bg-hover)}.table-row[data-status] td:first-child{position:relative}.table-row[data-status] td:first-child:before{content:"";border-radius:0 3px 3px 0;width:4px;position:absolute;top:4px;bottom:4px;left:0}.table-row[data-status=incident] td:first-child:before{background:var(--danger)}.table-row[data-status=incident]{background:#dc262606}.table-row[data-status=incident]:hover td{background:#dc26260d}.table-row[data-status=delivered] td:first-child:before{background:var(--success)}.table-row[data-status=transit] td:first-child:before{background:var(--color-transit)}.table-row[data-status=ready] td:first-child:before{background:var(--warning)}.table-row[data-status=pending] td:first-child:before{background:var(--border-strong)}.table-row[data-status=printed] td:first-child:before{background:var(--color-production)}.table-row[data-status=printed]{background:#7c3aed06}.table-row[data-status=printed]:hover td{background:#7c3aed0d}.badge-status-in-production{color:var(--color-production);background:#7c3aed1a;border-color:#7c3aed40}.table-link{color:var(--text-primary);text-underline-offset:2px;text-decoration:underline;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong)}.table-link:hover{-webkit-text-decoration-color:var(--text-primary);text-decoration-color:var(--text-primary)}.table-link-strong{font-weight:var(--fw-medium)}.table-primary{font-weight:600;font-size:var(--text-sm);line-height:1.35}.table-secondary{color:var(--muted);font-size:var(--text-xs);margin-top:3px;line-height:1.4}.table-action{white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}.table-id{white-space:nowrap}.kpi-grid{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--border-default);grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.kpi-card{background:var(--bg-surface);box-shadow:none;transition:background var(--motion-fast) var(--ease-out);border:none;border-radius:0;gap:8px;padding:14px 16px;display:grid;position:relative;overflow:hidden}.kpi-card:before{display:none}.kpi-card:hover{background:var(--bg-hover);box-shadow:none;transform:none}.kpi-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.kpi-label{color:var(--text-secondary);font-size:var(--text-xs);letter-spacing:.02em;text-transform:none;font-weight:var(--fw-medium);line-height:var(--lh-xs)}.kpi-dot{background:var(--border-strong);width:6px;height:6px;transition:background var(--motion-base) ease;border-radius:2px}.kpi-value-row{align-items:baseline;gap:6px;display:flex}.kpi-value{font-size:var(--text-xl);line-height:var(--lh-xl);letter-spacing:-.02em;font-weight:var(--fw-semibold);font-variant-numeric:tabular-nums;color:var(--text-primary)}.kpi-delta{color:var(--text-secondary);font-size:var(--text-xs);line-height:var(--lh-xs)}.kpi-accent .kpi-dot{background:var(--text-primary)}.kpi-warning .kpi-dot{background:var(--status-warning-fg)}.kpi-success .kpi-dot{background:var(--status-success-fg)}.kpi-danger .kpi-dot{background:var(--status-danger-fg)}.kpi-warning .kpi-value{color:var(--status-warning-fg)}.kpi-success .kpi-value{color:var(--status-success-fg)}.kpi-danger .kpi-value{color:var(--status-danger-fg)}.dashboard-grid{grid-template-columns:minmax(0,1.5fr) minmax(320px,1fr);gap:18px;display:grid}.chart-card{align-items:flex-end;gap:16px;min-height:0;padding:8px 4px 0;display:flex}.chart-bar-group{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;min-height:0;display:flex}.chart-bar{background:var(--accent);border-radius:14px 14px 6px 6px;width:100%;max-width:44px}.chart-value{color:var(--muted);font-size:.82rem}.chart-label{color:var(--muted);font-size:.86rem}.status-summary-list,.activity-list,.incident-list{gap:12px;display:grid}.status-summary-row,.activity-item,.incident-item{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);justify-content:space-between;gap:16px;padding:14px 16px;display:flex}.activity-item,.incident-item{align-items:start}.activity-title{font-weight:600}.activity-time{color:var(--muted);white-space:nowrap;font-size:.88rem}.incident-priority{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:.76rem;font-weight:600;display:inline-flex}.incident-priority-low{background:var(--surface-strong);color:var(--muted);border-color:var(--border)}.incident-priority-medium{background:var(--accent-soft);color:var(--accent);border-color:rgba(var(--accent-rgb), .2)}.incident-priority-high{background:var(--warning-soft);color:var(--warning);border-color:#d9770633}.incident-priority-critical,.incident-priority-urgent{background:var(--danger-soft);color:var(--danger);border-color:#e5393533}.incident-status{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.88rem}.incident-status-badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;padding:5px 10px;font-size:.76rem;font-weight:600;display:inline-flex}.incident-status-badge.is-open{background:var(--warning-soft);color:var(--warning);border-color:#d9770638}.incident-status-badge.is-in-progress{color:#2563eb;background:#3b82f61a;border-color:#3b82f638}.incident-status-badge.is-resolved{background:var(--success-soft);color:var(--success);border-color:#05966938}.incident-title-cell{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.incident-auto-badge{letter-spacing:.06em;text-transform:uppercase;color:#7c3aed;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:999px;flex-shrink:0;align-items:center;padding:3px 8px;font-size:.67rem;font-weight:600;display:inline-flex}.incident-type-cell{gap:4px;display:grid}.table-row[data-priority=urgent] td:first-child:before{background:var(--danger)}.table-row[data-priority=high] td:first-child:before{background:var(--warning)}.table-row[data-priority=medium] td:first-child:before{background:#3b82f6}.table-row[data-priority=low] td:first-child:before{background:var(--border-strong)}.table-row[data-priority=urgent]{background:#dc262608}.incident-side{justify-items:end;gap:8px;display:grid}.placeholder-panel{padding:16px 4px}.kanban-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.kanban-count{color:var(--muted);font-size:.92rem}.kanban-list{gap:12px;display:grid}.kanban-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);gap:10px;padding:16px;transition:border-color .14s,box-shadow .14s;display:grid}.kanban-card:hover{box-shadow:var(--shadow);border-color:var(--border-strong)}.kanban-column{min-height:100%}.kanban-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.kanban-meta{color:var(--muted);font-size:.92rem}.kanban-note{border-radius:var(--radius-md);background:var(--accent-soft);color:var(--text);padding:10px 12px;font-size:.92rem}.production-filter-bar{grid-template-columns:repeat(7,minmax(0,1fr)) auto}.production-page{width:100%;max-width:1560px;margin-inline:auto}.production-workspace{gap:18px}.production-hero-card{gap:16px}.production-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.production-search-card,.production-table-card{gap:18px}.production-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.production-toolbar-main{flex:680px;gap:12px;display:grid}.production-toolbar-copy{gap:4px;display:grid}.production-toolbar-title{font-size:var(--text-lg);font-weight:var(--fw-semibold);letter-spacing:-.02em;color:var(--ink)}.production-toolbar-side{place-items:start end;gap:12px;min-width:220px;display:grid}.production-toolbar-counter{justify-items:end;gap:2px;display:grid}.production-toolbar-counter strong{font-size:var(--text-xl);letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1;font-weight:var(--fw-semibold);color:var(--ink)}.production-toolbar-counter span{color:var(--muted);font-size:.88rem}.production-search-input{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface);align-items:center;gap:12px;padding:12px 16px;display:flex}.production-search-input svg{width:22px;height:22px;color:var(--muted);flex:none}.production-search-input input{width:100%;color:var(--ink);background:0 0;border:0;outline:none;font-size:1.02rem}.production-shop-select{min-width:220px}.production-filter-pills{flex-wrap:wrap;gap:10px;display:flex}.production-filter-pill{height:var(--h-btn-sm);border-radius:var(--radius-sm);border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--fw-medium);transition:border-color var(--motion-fast) ease, color var(--motion-fast) ease, background var(--motion-fast) ease;align-items:center;padding:0 10px;display:inline-flex}.production-filter-pill:hover{border-color:var(--border-strong);color:var(--text-primary);background:var(--bg-hover)}.production-filter-pill-active{border-color:var(--text-primary);background:var(--text-primary);color:#fff;font-weight:var(--fw-medium)}.production-queue-card{gap:18px}.production-queue-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.production-queue-list{gap:14px;display:grid}.production-order-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-soft);grid-template-columns:minmax(0,1.55fr) minmax(280px,.9fr);gap:18px;padding:18px;display:grid}.production-order-main{gap:16px;min-width:0;display:grid}.production-order-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.production-order-identity{gap:6px;min-width:0;display:grid}.production-order-id{font-size:var(--text-xl);font-weight:var(--fw-semibold);letter-spacing:-.03em;color:var(--ink);font-variant-numeric:tabular-nums}.production-order-meta{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:.92rem;display:flex}.production-order-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.production-order-content{gap:14px;display:grid}.production-order-product{gap:4px;display:grid}.production-order-product strong{font-size:1.18rem;line-height:1.15}.production-order-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.production-order-info-card{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-soft);gap:6px;min-height:78px;padding:14px 15px;display:grid}.production-order-info-card strong{font-size:1rem;line-height:1.2}.production-order-note{border-radius:var(--radius-control);background:var(--accent-soft);border:1px solid rgba(var(--accent-rgb), .12);color:var(--text);padding:12px 14px;font-size:.92rem}.production-order-actions{align-content:start;gap:14px;display:grid}.production-order-selects{gap:10px;display:grid}.production-order-control{gap:6px;display:grid}.production-order-control span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:600}.production-order-buttons{flex-wrap:wrap;gap:10px;display:flex}.production-table-card{padding:16px;overflow:hidden}.production-table{min-width:1460px}.production-table th{white-space:nowrap}.production-table-row td{vertical-align:top;padding-top:18px;padding-bottom:18px}.production-preview-cell{width:88px}.production-preview-cell .shipment-render-trigger{border-radius:var(--radius-md);width:88px;height:88px;min-height:88px;padding:0}.production-preview-cell .shipment-render-image{object-fit:cover;width:100%;height:100%}.production-preview-cell .shipment-render-meta{display:none}.production-preview-empty{border-radius:var(--radius-control);border:1px dashed var(--border-strong);width:88px;height:88px;color:var(--muted);background:var(--surface-soft);place-items:center;font-size:.84rem;display:grid}.production-status-stack{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.production-actions{flex-wrap:wrap;align-items:center;gap:8px;min-width:280px;display:flex}.production-inline-select{min-width:156px;height:var(--h-input);border-radius:var(--radius-sm);border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-primary);font-size:var(--text-sm);padding:0 10px}.production-inline-link{font-size:.9rem}.production-type-line{margin-top:8px}.production-type-pill{border:1px solid var(--border);background:var(--surface-strong);min-height:28px;color:var(--muted);border-radius:999px;align-items:center;padding:0 10px;font-size:.78rem;font-weight:500;display:inline-flex}.production-type-pill-accent{background:var(--warning-soft);color:var(--warning);border-color:#d977063d}.production-ready-pill{border:1px solid var(--border);border-radius:999px;align-items:center;min-height:28px;padding:0 11px;font-size:.78rem;font-weight:500;display:inline-flex}.production-ready-pill-ok{background:var(--success-soft);color:var(--success);border-color:#05966933}.production-ready-pill-pending{background:var(--warning-soft);color:var(--warning);border-color:#d9770633}.orders-page{width:100%;max-width:none}.orders-workbench{grid-template-columns:minmax(0,1fr);align-items:start;gap:22px;display:grid}.orders-workbench-with-drawer{grid-template-columns:minmax(0,1.6fr) minmax(320px,.72fr)}.orders-workbench-main,.orders-drawer{align-content:start;gap:22px;display:grid}.orders-toolbar-card,.orders-drawer-card{padding:12px 16px}.orders-inline-tools{flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;gap:16px;display:flex}.orders-filter-pills{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.orders-filter-pill{border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-secondary);border-radius:var(--radius-sm);height:var(--h-btn-sm);font-size:var(--text-xs);font-weight:var(--fw-medium);transition:border-color var(--motion-fast) ease, background var(--motion-fast) ease, color var(--motion-fast) ease;align-items:center;padding:0 10px;display:inline-flex}.orders-filter-pill:hover{border-color:var(--border-strong);color:var(--text-primary);background:var(--bg-hover)}.orders-filter-pill-active{border-color:var(--text-primary);background:var(--text-primary);color:#fff;font-weight:var(--fw-medium)}.orders-filter-pill-active:hover{color:#fff;background:#000;border-color:#000}.orders-inline-search{flex:380px;min-width:min(420px,100%)}.orders-inline-shop{min-width:200px}.orders-view-switch{gap:10px;display:inline-flex}.orders-view-button-active{border-color:rgba(var(--accent-rgb), .28);color:var(--accent);background:var(--accent-soft)}.orders-bulk-bar{background:var(--surface-soft);border-bottom:1px solid var(--border);gap:14px;padding:16px 20px;display:grid}.orders-bulk-summary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.orders-bulk-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.orders-bulk-actions select{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);min-width:180px;padding:10px 13px}.bulk-label-button{background:var(--accent);color:var(--on-accent,#fff);border-color:var(--accent);margin-left:auto;font-weight:600}.bulk-label-button:hover:not(:disabled){opacity:.88}.bulk-label-config{gap:24px;display:grid}.bulk-label-config-section{gap:14px;display:grid}.bulk-label-loading{align-items:center;gap:18px;padding:28px 0;display:flex}.bulk-label-spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;flex-shrink:0;width:28px;height:28px;animation:.7s linear infinite bulk-spin}@keyframes bulk-spin{to{transform:rotate(360deg)}}.bulk-label-summary{flex-wrap:wrap;gap:16px;display:flex}.bulk-label-stat{border-radius:var(--radius-card);border:1px solid var(--border);flex-direction:column;align-items:center;gap:4px;min-width:90px;padding:16px 24px;display:flex}.bulk-label-stat-success{background:var(--success-soft);border-color:var(--success);color:var(--success)}.bulk-label-stat-neutral{background:var(--surface-soft)}.bulk-label-stat-error{background:var(--danger-soft);border-color:var(--danger);color:var(--danger)}.bulk-label-stat-number{font-size:2rem;font-weight:600;line-height:1}.bulk-label-stat-label{text-transform:uppercase;letter-spacing:.06em;opacity:.8;font-size:.75rem}.bulk-label-skipped{margin-top:4px}.bulk-label-skipped summary{cursor:pointer;padding:6px 0;list-style:none}.bulk-label-skipped summary::-webkit-details-marker{display:none}.bulk-label-skipped summary:before{content:"▸ "}details[open] .bulk-label-skipped summary:before{content:"▾ "}.bulk-label-skipped-list{gap:4px;padding:8px 0 0;list-style:none;display:grid}.field-hint{color:var(--text-soft,var(--muted));margin-top:4px;font-size:.78rem;display:block}.feedback-info{background:var(--surface-soft);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-control);padding:10px 12px;font-size:.8125rem;line-height:1.5}.bulk-design-info{gap:14px;display:grid}.bulk-design-info-row{align-items:flex-start;gap:12px;display:flex}.bulk-design-info-icon{flex-shrink:0;font-size:1.25rem;line-height:1.4}.bulk-design-name-example{background:var(--surface-soft);border:1px solid var(--border);border-radius:6px;margin-top:4px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.78rem;display:inline-block}.bulk-design-modes{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--muted);gap:8px;padding:12px 14px;font-size:.86rem;display:grid}.bulk-design-mode-row strong{color:var(--text)}.bulk-design-progress{gap:8px;display:grid}.bulk-design-progress-meta{color:var(--muted);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.bulk-design-progress-meta strong{color:var(--ink)}.bulk-design-progress-track{background:var(--surface-soft);border:1px solid var(--border);border-radius:999px;height:10px;overflow:hidden}.bulk-design-progress-fill{border-radius:inherit;background:#2563eb;height:100%;transition:width .22s}.bulk-design-progress-counters{color:var(--muted);flex-wrap:wrap;gap:14px;font-size:.84rem;display:flex}.bulk-design-section{gap:8px;display:grid}.bulk-design-section-title{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.bulk-design-chips{flex-wrap:wrap;gap:6px;display:flex}.bulk-design-chip{border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;transition:background var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);white-space:nowrap;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:500;line-height:1.4;display:inline-flex}.bulk-design-chip:hover{border-color:var(--border-strong,var(--border));color:var(--text-primary,var(--ink))}.bulk-design-chip-on{background:var(--accent-soft,#6366f114);border-color:var(--accent);color:var(--accent);font-weight:600}.bulk-design-chip-icon{font-size:.9rem;line-height:1}.bulk-design-chip-label{font-size:.78rem}.bulk-design-chip-count{background:var(--accent);color:#fff;text-align:center;border-radius:999px;min-width:18px;padding:1px 7px;font-size:.7rem;font-weight:600}.bulk-design-chip:not(.bulk-design-chip-on) .bulk-design-chip-count{background:var(--surface-soft);color:var(--muted)}.orders-ops-table th:first-child,.orders-ops-table td:first-child{width:44px}.orders-table-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding-bottom:8px;display:flex}.orders-table-toolbar-bottom{border-top:1px solid var(--border-default);padding-top:12px;padding-bottom:0}.orders-table-summary{color:var(--muted);gap:2px;display:grid}.orders-table-summary strong{color:var(--ink);font-size:.98rem}.orders-table-pagination-tools{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.orders-table-per-page{color:var(--muted);align-items:center;gap:10px;font-size:.92rem;display:inline-flex}.orders-table-per-page select{border:1px solid var(--control-border);background:var(--control-surface);border-radius:999px;min-width:92px;padding:10px 14px}.orders-pagination-buttons{align-items:center;gap:10px;display:inline-flex}.orders-page-indicator{text-align:center;min-width:82px;color:var(--muted);font-size:.92rem;font-weight:600}.orders-cell-stack,.orders-preview-stack{gap:6px;display:grid}.orders-cell-line{gap:1px;display:grid}.orders-cell-line-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:6px;display:flex}.orders-status-stack{align-content:start;gap:5px;display:grid}.automation-flag-row{flex-wrap:wrap;gap:6px;display:flex}.automation-flag-badge{border:1px solid var(--border);background:var(--surface-strong);min-height:24px;color:var(--muted);letter-spacing:.01em;border-radius:999px;align-items:center;padding:0 9px;font-size:.72rem;font-weight:500;display:inline-flex}.automation-flag-badge-red{background:var(--danger-soft);color:var(--danger);border-color:#e5393533}.automation-flag-badge-orange{background:var(--warning-soft);color:var(--warning);border-color:#d9770633}.automation-flag-badge-blue{border-color:rgba(var(--accent-rgb), .2);background:var(--accent-soft);color:var(--accent)}.orders-preview-cell{width:56px}.orders-preview-cell .shipment-render-trigger{border-radius:var(--radius-control);background:var(--surface-soft);border:1px solid var(--border);width:60px;height:60px;min-height:60px;padding:6px}.orders-preview-cell .shipment-render-image{object-fit:contain;border-radius:var(--radius-md);background:var(--surface);width:100%;height:100%}.orders-preview-cell .shipment-render-meta{display:none}.orders-preview-empty{border-radius:var(--radius-control);border:1px dashed var(--border-strong);background:var(--surface-soft);width:60px;height:60px;color:var(--muted);place-items:center;font-size:.78rem;display:grid}.orders-ops-row-active,.orders-ops-row-active td{background:rgba(var(--accent-rgb), .05)}.orders-ops-row-selected{background:rgba(var(--accent-rgb), .035)}.orders-row-link{color:inherit;text-align:left;cursor:pointer;transition:color var(--motion-fast) ease;background:0 0;border:0;gap:2px;padding:0;display:grid}.orders-row-link:hover strong{color:var(--accent)}.orders-row-link strong{color:var(--text);font-size:var(--text-sm);letter-spacing:-.02em;transition:color var(--motion-fast) ease;font-weight:600}.orders-drawer-head,.orders-drawer-summary{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.orders-drawer-head-actions{flex-wrap:wrap;gap:10px;display:flex}.orders-drawer-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.orders-drawer-section{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);gap:10px;padding:16px 18px;display:grid}.orders-drawer-metrics,.orders-drawer-kv{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.orders-drawer-metric,.orders-drawer-kv>div{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);gap:6px;padding:12px 14px;display:grid}.orders-drawer-metric span,.orders-drawer-kv span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.orders-drawer-link{width:fit-content}.orders-drawer-inline-links{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.orders-drawer-incidents{gap:10px;display:grid}.orders-drawer-incident{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);gap:4px;padding:12px 14px;display:grid}.orders-batch-list{gap:14px;display:grid}.orders-batch-card{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);gap:12px;padding:18px;display:grid}.orders-batch-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.orders-batch-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.orders-batch-metric{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);gap:6px;padding:12px 14px;display:grid}.orders-batch-metric span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.badge{border-radius:var(--radius-sm);background:var(--status-neutral-bg);border:1px solid var(--status-neutral-border);height:20px;color:var(--status-neutral-fg);font-size:var(--text-xs);font-weight:var(--fw-medium);letter-spacing:.01em;white-space:nowrap;align-items:center;gap:4px;padding:0 6px;line-height:1;display:inline-flex}.badge-quantity{background:var(--status-info-bg);border-color:var(--status-info-border);color:var(--status-info-fg);white-space:nowrap}.badge-preparer{background:var(--status-success-bg);border-color:var(--status-success-border);color:var(--status-success-fg);white-space:nowrap}.portal-order-items-list{gap:10px;display:grid}.portal-order-item-line{gap:4px;display:grid}.portal-order-item-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.badge-status-pending{background:var(--status-neutral-bg);color:var(--status-neutral-fg);border-color:var(--status-neutral-border)}.badge-status-in-progress{background:var(--status-warning-bg);color:var(--status-warning-fg);border-color:var(--status-warning-border)}.badge-status-transit{background:var(--status-info-bg);color:var(--status-info-fg);border-color:var(--status-info-border)}.badge-status-ready-to-ship{background:var(--status-warning-bg);color:var(--status-warning-fg);border-color:var(--status-warning-border)}.badge-status-shipped{background:var(--status-info-bg);color:var(--status-info-fg);border-color:var(--status-info-border)}.badge-status-out-for-delivery{background:var(--status-warning-bg);color:var(--status-warning-fg);border-color:var(--status-warning-border)}.badge-status-delivered{background:var(--status-success-bg);color:var(--status-success-fg);border-color:var(--status-success-border)}@keyframes badge-incident-pulse{0%,to{opacity:1}50%{opacity:.72}}.badge-status-incident{background:var(--status-danger-bg);color:var(--status-danger-fg);border-color:var(--status-danger-border);animation:2.4s ease-in-out infinite badge-incident-pulse}.badge-status-pickup{background:var(--status-success-bg);color:var(--status-success-fg);border-color:var(--status-success-border)}.badge-status-exception{background:var(--status-danger-bg);color:var(--status-danger-fg);border-color:var(--status-danger-border)}.badge-status-cancelled{background:var(--status-neutral-bg);color:var(--status-neutral-fg);border-color:#0000002e;text-decoration:line-through;text-decoration-thickness:1.5px}.badge-refunded{color:#c62828;text-transform:uppercase;letter-spacing:.04em;background:#e5393514;border:1px solid #e5393538;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-flex}.order-row--cancelled,.order-row--cancelled td{opacity:.7;color:#888!important;background:#00000008!important}.order-row--cancelled .table-primary,.order-row--cancelled .table-secondary,.order-row--cancelled .order-row__title,.order-row--cancelled .order-row__customer,.order-row--cancelled strong{-webkit-text-decoration:line-through #00000073;text-decoration:line-through #00000073}.order-row--cancelled .orders-row-actions,.order-row--cancelled .ctt-label-cell-actions{opacity:.35;pointer-events:none;-webkit-user-select:none;user-select:none}.order-item--refunded{opacity:.6}.order-item--refunded .order-item__name,.order-item--refunded .order-item__sku{-webkit-text-decoration:line-through #00000059;text-decoration:line-through #00000059}.order-row--last-opened,.order-row--last-opened td{background:#f59e0b14!important}.order-row--last-opened td{padding-top:22px;padding-bottom:22px;transition:padding .18s ease-out,background .18s ease-out}.order-row--last-opened td:first-child{box-shadow:inset 4px 0 #f5b800}.shipment-render-trigger--last-opened{outline-offset:2px;border-radius:var(--radius-md);outline:2px solid #f5b800;position:relative;box-shadow:0 0 0 4px #f5b80040}:root[data-theme=dark] .order-row--last-opened,:root[data-theme=dark] .order-row--last-opened td{box-shadow:inset 3px 0 #f5b800;background:#f5b80024!important}.badge-production-pending{background:var(--status-neutral-bg);color:var(--status-neutral-fg);border-color:var(--status-neutral-border)}.badge-production-in-production{background:var(--status-warning-bg);color:var(--status-warning-fg);border-color:var(--status-warning-border)}.badge-production-packed{background:var(--status-info-bg);color:var(--status-info-fg);border-color:var(--status-info-border)}.badge-production-completed{background:var(--status-success-bg);color:var(--status-success-fg);border-color:var(--status-success-border)}.badge-personalized{background:var(--status-warning-bg);color:var(--status-warning-fg);border-color:var(--status-warning-border)}.badge-standard{background:var(--status-neutral-bg);color:var(--status-neutral-fg);border-color:var(--status-neutral-border)}.badge-design-ready{background:var(--success-soft);color:var(--success);border-color:#05966933}.badge-design-pending{background:var(--warning-soft);color:var(--warning);border-color:#d9770633}.badge-design-missing{background:var(--danger-soft);color:var(--danger);border-color:#e5393533}.badge-design-default,.badge-priority-low{background:var(--surface-strong);color:var(--muted);border-color:var(--border)}.badge-priority-normal{background:var(--accent-soft);color:var(--accent);border-color:rgba(var(--accent-rgb), .2)}.badge-priority-high{background:var(--warning-soft);color:var(--warning);border-color:#d9770633}.badge-priority-urgent{background:var(--danger-soft);color:var(--danger);border-color:#e5393533}.pagination-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.button-disabled{pointer-events:none;opacity:.45}.muted{color:var(--muted)}.kv{gap:16px;display:grid}.kv-compact{gap:12px}.kv-row{gap:6px;display:grid}.kv-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.84rem}.items-list,.timeline{gap:14px;display:grid}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.detail-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.detail-summary-tile{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);padding:14px 16px}.detail-summary-value{letter-spacing:-.045em;margin-top:8px;font-size:1.4rem;display:block}.summary-tile{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);padding:14px 16px}.personalization-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);gap:16px;padding:18px;display:grid}.personalization-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.asset-list{gap:12px;display:grid}.asset-item{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);justify-content:space-between;gap:14px;padding:14px 16px;display:flex}.asset-meta{gap:6px;min-width:0;display:grid}.asset-type{background:var(--surface-strong);width:fit-content;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--border);border-radius:999px;padding:3px 9px;font-size:.72rem;font-weight:500;display:inline-flex}.asset-url{color:var(--muted);word-break:break-all;font-size:.92rem}.asset-preview{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-soft);width:72px;height:72px}.item-card,.timeline-item{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);padding:18px}.item-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.item-card-portal,.item-card-admin{gap:16px}.item-copy{gap:6px;display:grid}.item-product-title{letter-spacing:-.03em;color:var(--text);font-size:1.08rem;font-weight:600}.item-variant-title{color:#475569eb;font-size:.96rem;font-weight:600}.item-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.item-meta-grid-admin{grid-template-columns:repeat(4,minmax(0,1fr))}.item-meta-pill{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);gap:6px;padding:12px 14px;display:grid}.item-meta-pill strong{letter-spacing:-.02em;font-size:.96rem;line-height:1.3}.item-note{padding-top:2px}.order-activity-timeline{grid-auto-columns:minmax(240px,1fr);grid-auto-flow:column;gap:14px;padding-bottom:6px;display:grid;overflow-x:auto}.order-activity-card{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);min-height:184px;box-shadow:var(--shadow-soft);gap:10px;padding:18px 18px 20px;display:grid;position:relative}.order-activity-card-accent{background:var(--accent-soft);border-color:rgba(var(--accent-rgb), .18)}.order-activity-card-warning{background:var(--warning-soft);border-color:#d977062e}.order-activity-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.order-activity-node{align-items:center;min-height:40px;display:flex;position:relative}.order-activity-icon{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text);box-shadow:var(--shadow-soft);border-radius:999px;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:inline-flex}.order-activity-card-accent .order-activity-icon{color:var(--accent);border-color:rgba(var(--accent-rgb), .18)}.order-activity-card-warning .order-activity-icon{color:var(--warning);border-color:#d9770647}.order-activity-meta,.order-activity-date{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.78rem;font-weight:600}.order-activity-title{letter-spacing:-.03em;color:var(--text);font-size:1.06rem;font-weight:600}.order-activity-description{color:#475569eb;font-size:.95rem;line-height:1.5}.order-activity-connector{background:var(--border-default);height:2px;position:absolute;top:50%;left:40px;right:-18px;transform:translateY(-50%)}.shipment-product-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);gap:16px;padding:16px;display:grid}.shipment-product-copy{gap:6px;display:grid}.shipment-product-name{letter-spacing:-.04em;color:var(--text);font-size:1.28rem;font-weight:600;line-height:1.1}.shipment-product-variant{color:var(--muted);font-size:1rem;font-weight:500}.shipment-render-preview{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);box-shadow:var(--shadow-soft);overflow:hidden}.pcl-wrap{flex-direction:column;gap:8px;display:flex}.pcl-header{align-items:baseline;gap:8px;display:flex}.pcl-title{color:var(--text);letter-spacing:.01em;font-size:.8rem;font-weight:600}.pcl-variant{color:var(--muted);background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);padding:1px 8px;font-size:.72rem}.pcl-stage{aspect-ratio:297/420;width:100%;box-shadow:var(--shadow);border:1px solid var(--border);-webkit-user-select:none;user-select:none;touch-action:none;background:#fff;border-radius:6px;position:relative;overflow:hidden}.pcl-img{cursor:grab;object-fit:fill;transition:transform 50ms linear;display:block;position:absolute}.pcl-img:active{cursor:grabbing}.pcl-cutline-top{pointer-events:none;border-top:1.5px dashed #e53935;height:0;position:absolute;left:0;right:0}.pcl-corner{border-style:solid;border-color:#e53935;width:10px;height:10px;position:absolute}.pcl-corner-tl{border-width:0 0 0 2px;width:0;height:8px;top:-1px;left:0}.pcl-corner-tr{border-width:0 2px 0 0;width:0;height:8px;top:-1px;right:0}.pcl-cutline-h{pointer-events:none;border-top:1.5px dashed #e53935;height:0;position:absolute;left:0;right:0;transform:translateY(-50%)}.pcl-cutline-v{pointer-events:none;border-left:1.5px dashed #e53935;width:0;position:absolute;top:0;bottom:0;transform:translate(-50%)}.pcl-design-nav{align-items:center;gap:4px;display:flex}.pcl-design-nav-btn{border:1px solid var(--border);background:var(--surface);width:26px;height:26px;color:var(--text);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:14px;line-height:1;transition:background .1s;display:flex}.pcl-design-nav-btn:hover:not(:disabled){background:var(--surface-soft)}.pcl-design-nav-btn:disabled{opacity:.3;cursor:default}.pcl-design-nav-pos{color:var(--muted);text-align:center;min-width:28px;padding:0 4px;font-size:.73rem}.pcl-zoom-controls{align-items:center;gap:6px;margin-left:auto;display:flex}.pcl-zoom-btn{border:1px solid var(--border);background:var(--surface);width:24px;height:24px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:background .15s;display:flex}.pcl-zoom-btn:hover{background:var(--surface-soft)}.pcl-zoom-label{color:var(--muted);text-align:center;min-width:34px;font-size:.7rem;font-weight:600}.pcl-badge{color:#fff;letter-spacing:.04em;border-radius:var(--radius-md);pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#e53935e6;padding:3px 8px;font-size:.68rem;font-weight:600;position:absolute;bottom:8px;right:8px}.pcl-snap-badge{color:#fff;border-radius:var(--radius-md);pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#22c55eeb;padding:3px 10px;font-size:.66rem;font-weight:600;animation:.15s pcl-snap-in;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes pcl-snap-in{0%{opacity:0;transform:translate(-50%)scale(.85)}to{opacity:1;transform:translate(-50%)scale(1)}}.pcl-download-btn{border-radius:var(--radius-control);background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;margin-left:auto;padding:5px 12px;font-size:.72rem;font-weight:600;transition:background .15s,opacity .15s}.pcl-download-btn:hover{background:var(--accent-strong)}.pcl-download-btn.is-loading{opacity:.7;cursor:wait}.pcl-download-btn.is-done{background:#22c55e}.pcl-error{color:var(--danger,#e53935);text-align:center;font-size:.72rem}.pcl-hint{color:var(--muted);text-align:center;font-size:.72rem;line-height:1.5}.pcl-reset{color:var(--accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.72rem;text-decoration:underline}.pcl-reset:hover{color:var(--accent-strong)}:root[data-theme=dark] .pcl-stage{background:#1a1a1a}.shipment-render-trigger{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.shipment-render-trigger:after{content:"⛶";color:#fff;opacity:0;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#00000052;justify-content:center;align-items:center;font-size:20px;transition:opacity .18s;display:flex;position:absolute;inset:0}.shipment-render-trigger:hover:after{opacity:1}.shipment-render-image{object-fit:contain;background:var(--surface-soft);width:100%;height:auto;max-height:520px;display:block}.shipment-render-meta{border-top:1px solid var(--border);background:var(--surface-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px 14px;display:flex}.shipment-render-broken{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);background:var(--surface-soft);flex-direction:column;align-items:center;gap:6px;padding:24px 16px;display:flex}.shipment-render-broken-icon{font-size:24px;line-height:1}.shipment-render-broken-label{color:var(--ink);font-size:13px;font-weight:600}.shipment-render-broken-hint{color:var(--muted);font-size:12px}.shipment-lightbox-backdrop{padding:28px}.shipment-lightbox-sheet{width:min(920px,100%)}.shipment-lightbox-modal-body{gap:16px;display:grid}.shipment-lightbox-body{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);overflow:hidden}.shipment-lightbox-image{object-fit:contain;background:var(--surface-soft);width:100%;max-height:72vh;display:block}.timeline-item{grid-template-columns:20px 1fr;gap:14px;padding:18px 18px 18px 16px;display:grid;position:relative}.timeline-item-latest{background:var(--accent-soft);border-color:rgba(var(--accent-rgb), .18);box-shadow:0 8px 20px rgba(var(--accent-rgb), .08)}.timeline-dot{width:20px;position:relative}.timeline-dot:before{content:"";background:var(--border);width:2px;position:absolute;top:12px;bottom:-22px;left:8px}.timeline-item:last-child .timeline-dot:before{display:none}.timeline-dot:after{content:"";border:3px solid var(--accent);background:#fff;border-radius:50%;width:14px;height:14px;position:absolute;top:4px;left:2px}.timeline-item-latest .timeline-dot:after{width:16px;height:16px;top:3px;left:1px;box-shadow:0 0 0 6px #4f46e51a}.timeline-header{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.timeline-content{gap:8px;display:grid}.timeline-copy{line-height:1.5}.timeline-status{letter-spacing:-.02em;font-size:1rem}.timeline-pill{background:rgba(var(--accent-rgb), .1);color:var(--accent);border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:.74rem;font-weight:600;display:inline-flex}.asset-box{border-radius:var(--radius-md);color:#e2e8f0;background:#0f172a;margin-top:10px;padding:12px;font-size:.88rem;overflow-x:auto}.detail-grid{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);align-items:start;gap:10px;display:grid}.detail-grid>.stack,.detail-grid>aside{align-self:start;gap:8px}.detail-grid .card{padding:12px 16px}.detail-grid .card.stack{gap:10px}.detail-grid .card .section-title-eyebrow{margin-bottom:1px}.detail-grid .kv+.kv{margin-top:4px}.order-hero-card{place-self:start;width:fit-content;max-width:100%;padding:16px 18px}.order-hero{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-soft);gap:12px;padding:16px 18px;display:grid}.order-hero-main,.order-hero-copy{gap:8px;display:grid}.order-hero-admin-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.order-hero-topline{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.order-hero-toolbar{align-items:center;gap:12px;display:flex}.order-inline-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.order-hero-heading,.order-hero-badges,.order-quick-actions,.asset-actions,.incident-topline,.incident-tags,.timeline-status-block,.order-hero-title-wrap,.order-hero-meta-inline,.order-hero-actions-bar,.order-hero-info-pills,.order-inline-actions,.modal-head,.modal-footer{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.order-hero-title-wrap{align-items:baseline;row-gap:6px}.order-hero-meta-inline{color:var(--muted);font-size:.92rem}.order-hero-title{font-size:var(--text-xl);line-height:var(--lh-xl);letter-spacing:-.02em;font-weight:var(--fw-semibold);font-variant-numeric:tabular-nums;margin:0}.order-hero-subtitle{color:var(--muted);font-size:var(--text-sm);line-height:var(--lh-sm);margin:0}.order-hero-dot{margin:0 4px}.order-hero-back{white-space:nowrap;min-height:36px;margin-left:auto;padding:0 13px;font-size:.94rem}.order-hero-actions-bar{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:6px}.order-hero-info-pills{flex:480px}.order-info-pill{border:1px solid var(--border);background:var(--surface);border-radius:999px;align-items:baseline;gap:8px;padding:10px 12px;display:inline-flex}.order-inline-actions{justify-content:flex-end}.quick-action{border:1px solid rgba(var(--accent-rgb), .18);background:var(--accent-soft);min-height:40px;color:var(--accent);border-radius:999px;justify-content:center;align-items:center;padding:0 15px;font-weight:600;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;display:inline-flex}.quick-action:hover{background:var(--bg-hover);border-color:var(--border-strong)}.modal-backdrop{z-index:60;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-sheet{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-surface);width:min(720px,100%);box-shadow:var(--shadow-modal);gap:16px;padding:20px;display:grid}.app-modal-backdrop{z-index:120;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.app-modal-sheet{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-surface);width:min(760px,100vw - 32px);max-height:min(92vh,960px);box-shadow:var(--shadow-modal);grid-template-rows:auto minmax(0,1fr);gap:16px;padding:20px;display:grid;overflow:hidden}.app-modal-sheet-wide{width:min(920px,100vw - 32px)}.app-modal-head,.app-modal-actions{align-items:flex-start;gap:12px;display:flex}.app-modal-head{justify-content:space-between}.app-modal-body{min-height:0;padding-right:4px;overflow:auto}.app-modal-body::-webkit-scrollbar{width:10px}.app-modal-body::-webkit-scrollbar-thumb{background:var(--border-strong);background-clip:padding-box;border:2px solid #0000;border-radius:999px}.ctt-modal-body{align-content:start;gap:18px;padding-bottom:10px;display:grid}.ctt-create-hero{padding:var(--panel-p);border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-subtle);gap:12px;display:grid}.ctt-create-hero-copy{gap:6px;display:grid}.ctt-create-hero-copy p{color:var(--muted);margin:0}.ctt-create-hero-metrics{flex-wrap:wrap;gap:10px;display:flex}.ctt-create-hero-metrics span{background:rgba(var(--accent-rgb), .1);border:1px solid rgba(var(--accent-rgb), .14);min-height:30px;color:var(--accent);border-radius:999px;align-items:center;padding:0 12px;font-size:.88rem;font-weight:600;display:inline-flex}.ctt-create-sticky-bar{z-index:3;border-radius:var(--radius-md);border:1px solid var(--border-default);border-top:1px solid var(--border-strong);background:var(--bg-surface);box-shadow:var(--shadow-float);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex;position:sticky;bottom:-1px}.ctt-create-sticky-copy{gap:4px;display:grid}.ctt-create-sticky-copy span{color:var(--muted);font-size:.92rem}.ctt-create-sticky-button{height:var(--h-btn-lg);min-width:min(100%,260px);font-size:var(--text-sm);font-weight:var(--fw-medium)}.ctt-create-sticky-bar-split .ctt-create-sticky-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.ctt-create-sticky-bar-split .ctt-create-sticky-button{min-width:min(100%,220px)}.ctt-weight-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.ctt-weight-pill{justify-content:center;min-height:42px;padding-inline:10px}.ctt-label-preview{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:14px;padding:16px;display:grid}.ctt-label-hero{padding:var(--panel-p);border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-subtle);gap:16px;display:grid}.ctt-label-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ctt-label-hero-main p{color:var(--muted);margin:6px 0 0}.ctt-label-code-pill{background:rgba(var(--accent-rgb), .12);min-height:34px;color:var(--accent);border:1px solid rgba(var(--accent-rgb), .18);border-radius:999px;align-items:center;padding:0 14px;font-size:.9rem;font-weight:600;display:inline-flex}.ctt-label-actions-grid{grid-template-columns:2fr 1fr;gap:12px;display:grid}.ctt-print-big{min-height:var(--h-btn-lg);font-size:var(--text-sm);font-weight:var(--fw-medium);box-shadow:none}.ctt-download-btn{justify-content:center;align-items:center;min-height:64px;font-weight:600;display:inline-flex}.ctt-label-extras{flex-wrap:wrap;gap:16px;display:flex}.button-link{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.88rem;text-decoration:underline}.button-link:hover{color:var(--accent)}.ctt-label-frame{border:1px solid var(--border);border-radius:var(--radius-control);background:#fff;width:100%;height:min(48vh,620px);min-height:360px}.ctt-modal-footer-success{flex-wrap:wrap;justify-content:space-between;gap:10px}.ctt-shipment-button-group{align-items:center;gap:4px;display:inline-flex}.ctt-shipment-button-group .ctt-review-link{color:var(--text-muted,#64748b);padding:4px 6px;font-size:12px}.ctt-shipment-button-group .ctt-review-link:hover{color:var(--text,#1a1a1a)}.button-secondary.ctt-quick-action,button.ctt-quick-action{color:#78350f;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #fbbf24;font-weight:600}.button-secondary.ctt-quick-action:hover:not(:disabled),button.ctt-quick-action:hover:not(:disabled){color:#713f12;background:linear-gradient(135deg,#fde68a 0%,#fcd34d 100%);border-color:#f59e0b}.button-secondary.ctt-quick-action:disabled,button.ctt-quick-action:disabled{opacity:.7;cursor:not-allowed}.button-secondary.ctt-quick-action.is-loading,button.ctt-quick-action.is-loading{color:#475569;background:#e2e8f0;border-color:#cbd5e1;animation:1.4s ease-in-out infinite ctt-quick-pulse}@keyframes ctt-quick-pulse{0%,to{opacity:1}50%{opacity:.65}}.ctt-confirm-items{border-radius:var(--radius-card);border:1px solid rgba(var(--accent-rgb), .16);background:var(--surface-soft);gap:12px;padding:16px;display:grid}.ctt-confirm-items-header{justify-content:space-between;align-items:center;display:flex}.ctt-confirm-items-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.ctt-confirm-item{border-radius:var(--radius-control);background:var(--surface);border:1px solid var(--border);align-items:baseline;gap:8px;padding:9px 12px;display:flex}.ctt-confirm-item-check{color:#16a34a;flex-shrink:0;font-size:.85rem}.ctt-confirm-item-name{flex:1;font-size:.93rem}.ctt-confirm-item-qty{color:var(--muted);flex-shrink:0;font-size:.88rem;font-weight:600}.ctt-confirm-address{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:6px;padding:14px 16px;display:grid}.ctt-confirm-address p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.7}.ctt-creating-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:220px;padding:56px 24px;display:flex}.ctt-creating-state p{color:var(--muted);max-width:360px;margin:0;font-size:.92rem;line-height:1.55}.ctt-creating-spinner{border:3px solid rgba(var(--accent-rgb), .18);border-top-color:var(--accent);border-radius:50%;width:42px;height:42px;animation:.75s linear infinite ctt-spin}@keyframes ctt-spin{to{transform:rotate(360deg)}}.ctt-edit-details{border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden}.ctt-edit-summary{cursor:pointer;color:var(--muted);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;padding:12px 16px;font-size:.9rem;list-style:none;display:flex}.ctt-edit-summary::-webkit-details-marker{display:none}.ctt-edit-summary:before{content:"▸";font-size:.75rem;transition:transform .15s}.ctt-edit-details[open] .ctt-edit-summary:before{transform:rotate(90deg)}.ctt-edit-summary:hover{color:var(--accent)}.ctt-edit-fields{padding:0 16px 16px}.modal-head{justify-content:space-between;align-items:flex-start}.modal-footer{justify-content:flex-end}.tracking-hero{border-radius:var(--radius-card);background:var(--accent);color:#fff;box-shadow:var(--shadow);padding:28px}.tracking-hero-premium{padding:32px}.tracking-hero h1{font-size:var(--text-xl);margin:0 0 8px;line-height:.95}.tracking-eyebrow{color:#ffffffbd}.tracking-copy{color:#ffffffdb;max-width:44rem;margin:0;line-height:1.6}.tracking-copy-compact{max-width:none}.tracking-callout{border-radius:var(--radius-control);background:#ffffff1a;border:1px solid #ffffff26;justify-content:space-between;align-items:flex-start;gap:18px;margin-top:24px;padding:20px;display:flex}.tracking-status-title{font-size:var(--text-xl);margin:8px 0}.tracking-status-badge{align-items:flex-start;display:flex}.tracking-status-badge .badge{color:var(--text);background:#fffffff0;border-color:#ffffff4d}.tracking-meta{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.tracking-chip{background:#ffffff1f;border:1px solid #ffffff38;border-radius:999px;padding:8px 12px}.empty-state{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-soft);color:var(--muted);text-align:center;justify-items:center;gap:6px;padding:20px 18px;display:grid}.empty-state-icon{opacity:.7;margin-bottom:2px;font-size:1.1rem;line-height:1}.empty-state-title{color:var(--text);letter-spacing:-.005em;margin:0;font-size:.875rem;font-weight:550}.empty-state-description{max-width:320px;margin:0;font-size:.8125rem;line-height:1.5}.empty-orb{background:var(--accent-soft);border:1px solid rgba(var(--accent-rgb), .14);border-radius:999px;width:28px;height:28px}.empty-title{letter-spacing:-.02em;color:var(--text);margin:0;font-size:1.05rem}.empty-description{margin:0;line-height:1.6}.feedback{border-radius:var(--radius-control);border:1px solid var(--border);padding:10px 12px;font-size:.8125rem;line-height:1.5}.feedback-success{background:var(--success-soft);color:var(--success);border-color:#0596692e}.feedback-error{background:var(--danger-soft);color:var(--danger);border-color:#e539352e}.feedback-warning{background:var(--warning-soft);color:var(--warning);border-color:#d9770633}.stack-xs{flex-direction:column;gap:4px;margin:0;padding-left:1.2rem;display:flex}@media (max-width:860px){.ctt-create-sticky-bar,.ctt-label-hero-main{flex-direction:column;align-items:stretch}.ctt-create-sticky-button{width:100%;min-width:0}}.info-banner{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);padding:14px 16px;font-size:.875rem;line-height:1.5}.info-banner-warning{background:var(--warning-soft);color:var(--warning);border-color:#d9770633}.info-banner-danger{background:var(--danger-soft);color:var(--danger);border-color:#e5393533}.control-panel{background:var(--surface)}.control-panel-compact{gap:16px}.sync-panel{background:var(--surface)}.sync-panel-compact{gap:16px}.sync-panel-row{flex-wrap:wrap;align-items:flex-end;gap:14px;display:flex}.sync-panel-row .button{white-space:nowrap}.tenant-shell{min-height:100vh;display:block;overflow-x:clip}.tenant-shell-admin{padding-left:220px;transition:padding-left .2s cubic-bezier(.4,0,.2,1)}.tenant-shell-collapsed.tenant-shell-admin,:root[data-sidebar-collapsed=true] .tenant-shell-admin{padding-left:64px}.dashboard-main-admin{max-width:100%;overflow-x:hidden}.tenant-shell-branded{--portal-accent:var(--tenant-accent,var(--accent));padding-left:220px;transition:padding-left .2s cubic-bezier(.4,0,.2,1)}.tenant-shell-collapsed.tenant-shell-branded{padding-left:64px}.tenant-shell-admin{--portal-accent:var(--accent)}.tenant-sidebar{border:none;border-right:1px solid var(--sidebar-divider);background:var(--sidebar-surface);width:220px;height:100vh;box-shadow:none;z-index:200;border-radius:0;grid-template-rows:auto 1fr auto;gap:0;padding:14px 10px;transition:width .2s cubic-bezier(.4,0,.2,1),background .18s;display:grid;position:fixed;top:0;left:0;overflow:hidden auto}.tenant-shell-collapsed .tenant-sidebar,:root[data-sidebar-collapsed=true] .tenant-sidebar{width:64px;padding:14px 10px}.tenant-sidebar-admin{background:var(--sidebar-surface)}.tenant-sidebar-header{align-items:start;gap:8px;width:100%;display:grid}.tenant-sidebar-header-actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.tenant-sidebar-control{border-radius:var(--radius-sm);border:1px solid var(--border-default);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;transition:background var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;flex:none;justify-content:center;align-items:center;display:inline-flex}.tenant-sidebar-control svg{width:16px;height:16px}.tenant-sidebar-control:hover,.tenant-sidebar-control:focus{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-strong)}.tenant-brand-lockup{grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;width:100%;display:grid}.tenant-brand-copy{gap:1px;display:grid}.tenant-logo{border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border-default);background:var(--bg-surface);justify-content:center;justify-self:center;align-items:center;width:28px;height:28px;display:flex}.tenant-logo-fallback{background:var(--bg-active);border-color:var(--border-default);color:var(--text-primary);font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.04em}.tenant-title{font-size:var(--text-sm);font-weight:var(--fw-semibold);color:var(--text-primary);margin:0}.tenant-chip{border-radius:var(--radius-sm);background:var(--status-neutral-bg);height:18px;color:var(--status-neutral-fg);font-weight:var(--fw-medium);border:1px solid var(--status-neutral-border);font-size:var(--text-xs);justify-content:center;align-items:center;padding:0 6px;display:inline-flex}.tenant-sidebar-meta{border-bottom:1px solid var(--sidebar-divider);justify-content:space-between;align-items:center;gap:8px;padding:0 2px 4px;display:flex}.tenant-sidebar-admin .tenant-sidebar-meta{display:none}.tenant-sidebar-caption,.tenant-sidebar-slug{color:var(--sidebar-text-muted);letter-spacing:.03em;text-transform:uppercase;font-size:.7rem;font-weight:600}.tenant-nav{align-content:start;gap:4px;width:100%;display:grid}.tenant-nav-group{gap:8px;display:grid}.tenant-nav-section{color:var(--text-tertiary);font-size:var(--text-xs);font-weight:var(--fw-medium);letter-spacing:.06em;text-transform:uppercase;padding:2px 0 0 8px}.tenant-nav-link{border-radius:var(--radius-sm);min-height:32px;color:var(--text-secondary);font-weight:var(--fw-regular);transition:background var(--motion-fast) ease, color var(--motion-fast) ease;border:1px solid #0000;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;padding:0 8px;text-decoration:none;display:grid;position:relative}.tenant-nav-link:hover,.tenant-nav-link:focus{background:var(--bg-hover);color:var(--text-primary)}.tenant-nav-link-active{background:var(--bg-active);color:var(--text-primary);font-weight:var(--fw-medium);border-color:#0000}.tenant-nav-link-active .tenant-nav-icon{opacity:1}:root[data-theme=dark] .tenant-nav-link-active{background:var(--bg-active);color:var(--text-primary)}.tenant-nav-link-label{white-space:nowrap;font-size:var(--text-sm)}.tenant-nav-item{gap:2px;display:grid}.tenant-nav-link-child{min-height:28px;margin-left:14px;position:relative}.tenant-nav-link-child:before{content:"";background:var(--border-default);width:5px;height:1px;position:absolute;top:50%;left:-8px}.tenant-nav-link-child .tenant-nav-link-label{font-size:var(--text-xs);color:var(--text-secondary)}.tenant-shell-collapsed .tenant-nav-link-child,:root[data-sidebar-collapsed=true] .tenant-nav-link-child{margin-left:0}.tenant-shell-collapsed .tenant-nav-link-child:before,:root[data-sidebar-collapsed=true] .tenant-nav-link-child:before{display:none}.tenant-nav-icon{opacity:.92;flex:none;justify-self:center;width:15px;height:15px}.tenant-sidebar-footer{border-top:1px solid var(--sidebar-divider);gap:8px;width:100%;margin-top:auto;padding-top:10px;display:grid}.tenant-sidebar-admin .tenant-chip{display:none}.tenant-sidebar-footer .button-secondary{border-radius:var(--radius-md);text-align:left;width:100%;min-height:34px;color:var(--sidebar-text);border-color:var(--sidebar-control-border);background:var(--sidebar-control-bg);justify-content:flex-start;align-items:center;padding:0 10px 0 46px;display:inline-flex}.tenant-sidebar-icon-button{border-radius:var(--radius-md);border:1px solid var(--sidebar-control-border);background:var(--sidebar-control-bg);width:44px;height:44px;color:var(--sidebar-text);cursor:pointer;justify-content:center;align-items:center;display:none}.tenant-logout-hidden{display:none!important}.admin-sidebar-logout{border:1px solid var(--sidebar-control-border);cursor:pointer;text-align:left;background:0 0;width:100%}.tenant-shell-collapsed .tenant-sidebar,:root[data-sidebar-collapsed=true] .tenant-sidebar{align-items:center;padding:14px 10px}.tenant-shell-collapsed .tenant-sidebar-header-actions,:root[data-sidebar-collapsed=true] .tenant-sidebar-header-actions{justify-content:center;min-height:37px}.tenant-shell-collapsed .tenant-brand-lockup,:root[data-sidebar-collapsed=true] .tenant-brand-lockup,.tenant-shell-collapsed .tenant-brand-copy,.tenant-shell-collapsed .tenant-sidebar-meta,.tenant-shell-collapsed .tenant-nav-section,.tenant-shell-collapsed .tenant-nav-link-label,.tenant-shell-collapsed .tenant-chip,.tenant-shell-collapsed .tenant-nav-caret,:root[data-sidebar-collapsed=true] .tenant-brand-copy,:root[data-sidebar-collapsed=true] .tenant-sidebar-meta,:root[data-sidebar-collapsed=true] .tenant-nav-section,:root[data-sidebar-collapsed=true] .tenant-nav-link-label,:root[data-sidebar-collapsed=true] .tenant-chip,:root[data-sidebar-collapsed=true] .tenant-nav-caret{display:none}.tenant-shell-collapsed .tenant-nav,:root[data-sidebar-collapsed=true] .tenant-nav{gap:4px;width:100%}.tenant-shell-collapsed .tenant-nav-group,:root[data-sidebar-collapsed=true] .tenant-nav-group{gap:2px;padding-top:26px}.tenant-shell-collapsed .tenant-nav-link-row,:root[data-sidebar-collapsed=true] .tenant-nav-link-row{justify-content:center}.tenant-shell-collapsed .tenant-nav-link,:root[data-sidebar-collapsed=true] .tenant-nav-link{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:40px;height:36px;min-height:36px;margin-inline:auto;padding:0;display:flex}.tenant-shell-collapsed .tenant-sidebar-footer,:root[data-sidebar-collapsed=true] .tenant-sidebar-footer{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.tenant-shell-collapsed .tenant-sidebar-footer .button-secondary,.tenant-shell-collapsed .admin-sidebar-logout,:root[data-sidebar-collapsed=true] .tenant-sidebar-footer .button-secondary,:root[data-sidebar-collapsed=true] .admin-sidebar-logout{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:40px;height:36px;min-height:36px;padding:0;display:flex}.tenant-shell-collapsed .tenant-sidebar-footer .button-secondary .tenant-nav-link-label,.tenant-shell-collapsed .admin-sidebar-logout .tenant-nav-link-label,:root[data-sidebar-collapsed=true] .tenant-sidebar-footer .button-secondary .tenant-nav-link-label,:root[data-sidebar-collapsed=true] .admin-sidebar-logout .tenant-nav-link-label{display:none}.tenant-shell-collapsed .tenant-sidebar-icon-button,:root[data-sidebar-collapsed=true] .tenant-sidebar-icon-button{display:inline-flex}.tenant-shell-collapsed .tenant-logout-button,:root[data-sidebar-collapsed=true] .tenant-logout-button{display:none}:root[data-theme=dark] .app-modal-sheet,:root[data-theme=dark] .modal-sheet{box-shadow:var(--shadow-strong)}:root[data-theme=dark] .table-wrap{border-color:var(--border);background:var(--surface)}:root[data-theme=dark] .table th,:root[data-theme=dark] .table td,:root[data-theme=dark] .portal-recent-table th,:root[data-theme=dark] .portal-recent-table td,:root[data-theme=dark] .orders-ops-table th,:root[data-theme=dark] .orders-ops-table td,:root[data-theme=dark] .mini-table-row,:root[data-theme=dark] .table-row{border-color:var(--border)}:root[data-theme=dark] .table-row:hover,:root[data-theme=dark] .mini-table-row:hover,:root[data-theme=dark] .portal-recent-table tbody tr:hover,:root[data-theme=dark] .orders-ops-row:hover{background:var(--surface-soft)}:root[data-theme=dark] .table th,:root[data-theme=dark] .orders-ops-table th,:root[data-theme=dark] .production-table th,:root[data-theme=dark] .portal-recent-table th{background:var(--surface-strong);color:var(--muted)}:root[data-theme=dark] .table td,:root[data-theme=dark] .orders-ops-table td,:root[data-theme=dark] .production-table td,:root[data-theme=dark] .portal-recent-table td{background:var(--surface);color:var(--text)}:root[data-theme=dark] .table-secondary,:root[data-theme=dark] .orders-table-summary,:root[data-theme=dark] .orders-table-per-page,:root[data-theme=dark] .orders-page-indicator,:root[data-theme=dark] .orders-cell-line .muted,:root[data-theme=dark] .shipment-render-meta,:root[data-theme=dark] .tracking-status-badge,:root[data-theme=dark] .tracking-status-badge .badge{color:var(--muted)}:root[data-theme=dark] .orders-bulk-bar{background:var(--surface-strong);border-color:var(--border)}:root[data-theme=dark] .orders-preview-cell .shipment-render-trigger,:root[data-theme=dark] .shipment-render-trigger{background:var(--surface-soft);border-color:var(--border)}:root[data-theme=dark] .orders-preview-cell .shipment-render-image{background:var(--surface-soft)}:root[data-theme=dark] .orders-preview-empty{border-color:var(--border);background:var(--surface-soft);color:var(--muted)}:root[data-theme=dark] .orders-ops-row-active{background:rgba(var(--accent-rgb), .1)}:root[data-theme=dark] .table-link,:root[data-theme=dark] .table-link:hover{color:var(--accent-strong)}:root[data-theme=dark] .badge-quantity{background:var(--accent-soft);border-color:rgba(var(--accent-rgb), .3);color:var(--accent)}:root[data-theme=dark] .ctt-label-preview,:root[data-theme=dark] .ctt-label-frame,:root[data-theme=dark] .shipment-lightbox-body,:root[data-theme=dark] .shipment-render-broken{border-color:var(--border);background:var(--surface-soft)}:root[data-theme=dark] .info-banner{background:var(--surface-soft);border-color:var(--border);color:var(--muted)}:root[data-theme=dark] .empty-state{border-color:var(--border);background:var(--surface-soft)}.admin-sidebar-logout:hover{color:var(--danger)!important;background:#df5d660f!important;border-color:#df5d661f!important}.admin-sidebar-logout:disabled{opacity:.6;cursor:wait}.tenant-main{gap:8px;min-width:0;display:grid}.dashboard-main-admin{min-width:0;padding:20px 24px 48px}.tenant-content{gap:14px;display:grid}.tenant-content>*,.dashboard-content>*{animation:.42s cubic-bezier(.22,1,.36,1) both panel-fade-up}.tenant-content>:nth-child(2),.dashboard-content>:nth-child(2){animation-delay:40ms}.tenant-content>:nth-child(3),.dashboard-content>:nth-child(3){animation-delay:80ms}.tenant-content>:nth-child(4),.dashboard-content>:nth-child(4){animation-delay:.12s}.portal-per-page-field{min-width:150px}.portal-summary-card{border-radius:var(--radius-card);background:var(--surface);border:1px solid var(--border);gap:12px;padding:14px 18px;display:grid}.portal-summary-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.portal-summary-copy{gap:4px;display:grid}.portal-summary-title{letter-spacing:-.02em;color:var(--text);font-size:1rem;font-weight:650}.portal-range-toggle{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-strong);align-items:center;gap:4px;padding:4px;display:inline-flex}.portal-range-button{border-radius:var(--radius-md);min-width:46px;min-height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0 12px;font-size:.85rem;font-weight:500;transition:background .14s,color .14s;display:inline-flex}.portal-range-button-active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-soft)}.portal-range-button:hover{color:var(--text)}.portal-summary-line{border-top:1px solid var(--border);grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;padding-top:12px;display:grid}.portal-summary-item{gap:4px;min-width:0;display:grid}.portal-dashboard{gap:18px}.portal-dashboard-hero{background:var(--surface);gap:18px;padding:22px 24px;display:grid}.portal-dashboard-hero-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.portal-dashboard-brand{align-items:flex-start;gap:16px;display:flex}.portal-dashboard-logo{border-radius:var(--radius-md);object-fit:cover;border:1px solid var(--border);background:var(--surface-soft);width:56px;height:56px;box-shadow:var(--shadow-soft)}.portal-dashboard-logo-fallback{color:var(--portal-accent);letter-spacing:.04em;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:inline-flex}.portal-dashboard-brand-copy{gap:6px;max-width:760px;display:grid}.portal-dashboard-title{font-size:var(--text-xl);letter-spacing:-.06em;margin:0;line-height:.96}.portal-dashboard-subtitle{color:var(--muted);margin:0;font-size:1rem;line-height:1.65}.portal-dashboard-hero-meta{grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px;min-width:min(420px,100%);display:grid}.portal-dashboard-meta-card{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);box-shadow:var(--shadow-soft);gap:6px;padding:14px 16px;display:grid}.portal-dashboard-meta-card strong{letter-spacing:-.03em;font-size:1.05rem}.portal-dashboard-hero-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.portal-dashboard-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.portal-dashboard-main-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.7fr);align-items:start;gap:18px;display:grid}.portal-dashboard-side,.portal-dashboard-secondary-grid,.portal-dashboard-charts-grid{gap:18px;display:grid}.portal-dashboard-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.portal-dashboard-state-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.portal-shipment-state-card{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);min-height:122px;box-shadow:var(--shadow-soft);gap:6px;padding:16px 16px 14px;display:grid}.portal-shipment-state-card strong{letter-spacing:-.06em;font-size:2rem;line-height:1}.portal-shipment-state-label{letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:600}.portal-shipment-tone-slate .portal-shipment-state-label{color:#64748b}.portal-shipment-tone-blue .portal-shipment-state-label{color:#2563eb}.portal-shipment-tone-indigo .portal-shipment-state-label{color:#4f46e5}.portal-shipment-tone-sky .portal-shipment-state-label{color:#0284c7}.portal-shipment-tone-green .portal-shipment-state-label{color:#16a34a}.portal-shipment-tone-orange .portal-shipment-state-label{color:#ea580c}.portal-recent-table-wrap{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);overflow-x:auto}.portal-recent-table{border-collapse:collapse;width:100%;min-width:820px}.portal-recent-table th,.portal-recent-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:12px 16px}.portal-recent-table th{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:var(--surface-soft);font-size:.72rem;font-weight:600}.portal-recent-order{gap:4px;display:grid}.portal-risk-list,.portal-activity-timeline,.portal-carrier-list{gap:12px;display:grid}.portal-risk-row{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;transition:border-color .18s,box-shadow .18s;display:flex}.portal-risk-row:hover{border-color:var(--border-strong);box-shadow:var(--shadow-soft)}.portal-soft-pill-alert{color:var(--warning);background:var(--warning-soft);border-color:#d9770633}.portal-dashboard-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.portal-activity-row{grid-template-columns:10px minmax(0,1fr);align-items:start;gap:14px;display:grid}.portal-activity-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 4px var(--accent-soft);border-radius:999px;margin-top:12px}.portal-activity-copy{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:6px;padding:12px 14px;display:grid}.portal-activity-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.portal-performance-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.portal-performance-item{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);gap:6px;padding:14px 16px;display:grid}.portal-performance-item span{color:var(--muted);font-size:.86rem}.portal-performance-item strong{letter-spacing:-.04em;font-size:1.3rem}.portal-performance-foot{border-top:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:12px;display:grid}.portal-performance-foot>div{gap:6px;display:grid}.portal-orders-page,.portal-returns-kpis,.portal-returns-layout,.portal-return-side,.portal-orders-list,.portal-return-case-list,.portal-return-steps{gap:18px;display:grid}.portal-orders-toolbar-card,.portal-orders-table-card,.portal-return-case-list-card{padding:24px}.portal-orders-search-row{flex-wrap:wrap;align-items:flex-end;gap:14px;display:flex}.portal-orders-search-field{flex:420px}.portal-orders-pill-row{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.portal-filter-pill{border:1px solid var(--border);background:var(--surface);min-height:36px;color:var(--muted);border-radius:999px;align-items:center;gap:10px;padding:0 14px;text-decoration:none;transition:border-color .14s,color .14s;display:inline-flex}.portal-filter-pill strong{color:var(--text)}.portal-filter-pill:hover{border-color:var(--border-strong);color:var(--text)}.portal-filter-pill-active{color:var(--accent);border-color:rgba(var(--accent-rgb), .28);background:var(--accent-soft);font-weight:500}.portal-orders-table-meta{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.portal-orders-list{margin-top:8px}.portal-order-row{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:20px 0;display:grid}.portal-order-row:first-of-type{border-top:0}.portal-order-row-main{gap:16px;display:grid}.portal-order-row-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.portal-order-row-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.portal-order-row-grid>div{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:6px;padding:12px 14px;display:grid}.portal-order-row-actions{align-content:start;gap:10px;display:grid}.portal-returns-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.portal-returns-layout{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);align-items:start}.portal-return-case-list{margin-top:8px}.portal-return-case{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);gap:12px;padding:18px;display:grid}.portal-return-case-head,.portal-return-case-foot,.portal-return-form-actions,.portal-return-cta-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.portal-return-case-copy{color:var(--muted);margin:0;line-height:1.6}.portal-return-case-foot{color:var(--muted);font-size:.92rem}.returns-admin-toolbar{flex-wrap:wrap;align-items:flex-end;gap:14px;display:flex}.returns-admin-pills{padding:0 0 4px}.returns-admin-layout,.returns-admin-side,.returns-admin-breakdown{gap:18px;display:grid}.returns-admin-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start}.returns-admin-main-card{padding:24px}.returns-admin-table-header{align-items:center}.returns-admin-summary-chip{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:4px;min-width:200px;padding:12px 14px;display:grid}.returns-admin-summary-chip span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.74rem}.returns-admin-summary-chip strong{color:var(--text);font-size:.95rem}.returns-admin-list{gap:14px;display:grid}.returns-admin-case{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);gap:14px;padding:18px;display:grid}.returns-admin-case-top,.returns-admin-case-head,.returns-admin-case-statuses{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.returns-admin-case-head{justify-content:flex-start}.returns-admin-case-id{border:1px solid var(--border);background:var(--surface-soft);min-width:54px;min-height:34px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-weight:600;display:inline-flex}.returns-admin-case-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.returns-admin-case-grid>div,.returns-admin-flow-item{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:6px;padding:14px 16px;display:grid}.returns-admin-case-grid strong,.returns-admin-flow-item strong{color:var(--text);font-size:1rem}.returns-admin-case-notes{border-radius:var(--radius-card);border:1px dashed var(--border-strong);background:var(--surface-soft);color:var(--muted);margin:0;padding:14px 16px;line-height:1.6}.returns-admin-breakdown-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.returns-admin-breakdown-row:first-child{border-top:0;padding-top:0}.returns-admin-breakdown-row strong{color:var(--text);font-size:1rem}.returns-admin-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.portal-return-form{gap:14px;display:grid}.portal-return-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.portal-return-reason-hint{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);gap:4px;padding:14px 16px;display:grid}.portal-return-form textarea{resize:vertical;min-height:104px}.portal-return-form-message{color:var(--success);margin:0;font-weight:600}.portal-return-form-error{color:var(--danger);margin:0;font-weight:600}.portal-return-step{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:6px;padding:16px 18px;display:grid}.portal-mini-bars{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:12px;min-height:220px;display:grid}.portal-mini-bar-column{justify-items:center;gap:10px;display:grid}.portal-mini-bar-wrap{justify-content:center;align-items:end;width:100%;height:152px;display:flex}.portal-mini-bar{background:var(--accent);width:clamp(18px,3vw,34px);box-shadow:0 8px 20px rgba(var(--accent-rgb), .2);border-radius:999px}.portal-mix-card{gap:16px;display:grid}.portal-mix-track{background:var(--surface-strong);border-radius:999px;height:20px;display:flex;overflow:hidden}.portal-mix-fill{height:100%}.portal-mix-fill-personalized{background:var(--accent)}.portal-mix-fill-standard{background:var(--success)}.portal-mix-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.portal-mix-stat{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);align-items:center;gap:10px;padding:12px 14px;display:flex}.portal-mix-stat>div{gap:4px;display:grid}.portal-status-dot-personalized{background:#0f62fe}.portal-status-dot-standard{background:#22c55e}.portal-carrier-row{gap:10px;display:grid}.portal-carrier-copy{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.portal-carrier-copy span{color:var(--muted)}.portal-carrier-bar{background:var(--surface-strong);border-radius:999px;height:12px;overflow:hidden}.portal-carrier-bar-fill{border-radius:inherit;background:var(--accent);height:100%}.shipments-status-pill{border:1px solid var(--border);background:var(--surface-strong);border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 12px;font-size:.78rem;font-weight:500;display:inline-flex}.shipments-status-pill-slate{color:#64748b}.shipments-status-pill-blue{color:#2563eb}.shipments-status-pill-indigo{color:#4f46e5}.shipments-status-pill-sky{color:#0284c7}.shipments-status-pill-green{color:#16a34a}.shipments-status-pill-orange{color:#ea580c}.portal-sync-cta{gap:8px;display:grid}.portal-sync-error{color:var(--danger);font-size:.84rem}.team-admin-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:18px;display:grid}.team-panel{gap:18px;display:grid}.team-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.team-count-pill{background:var(--accent-soft);min-height:28px;color:var(--accent);border:1px solid rgba(var(--accent-rgb), .18);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.85rem;font-weight:500;display:inline-flex}.team-shops-block{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:12px;padding:16px;display:grid}.team-shops-head{gap:4px;display:grid}.team-shop-grid{flex-wrap:wrap;gap:10px;display:flex}.team-shop-pill{border:1px solid var(--border);background:var(--surface);min-height:34px;color:var(--text);border-radius:999px;padding:0 13px;font-size:.875rem;font-weight:500;transition:border-color .14s,box-shadow .14s}.team-shop-pill:hover:not(:disabled){border-color:rgba(var(--accent-rgb), .28);box-shadow:0 0 0 3px var(--accent-soft)}.team-shop-pill-active{border-color:rgba(var(--accent-rgb), .3);background:var(--accent-soft);color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.team-shop-pill:disabled{opacity:.48;cursor:not-allowed}.team-user-list{gap:12px;display:grid}.team-user-card{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);gap:14px;padding:16px 18px;display:grid}.team-user-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.employees-shell{gap:20px}.employees-filter-row{justify-content:space-between}.employees-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:18px;display:grid}.employees-ranking-card,.employees-summary-card,.employees-table-card{overflow:hidden}.employees-ranking-list,.employees-summary-list,.employees-activity-list{gap:12px;display:grid}.employees-ranking-row,.employees-activity-item{border:1px solid var(--border);border-radius:calc(var(--radius-card) - 6px);background:var(--bg-surface);gap:10px;padding:14px 16px;display:grid}:root[data-theme=dark] .employees-ranking-row,:root[data-theme=dark] .employees-activity-item{background:var(--surface-soft)}.employees-ranking-main,.employees-activity-item,.employees-summary-item,.employees-ranking-meta,.employees-form-switch,.employees-user-cell,.employees-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.employees-user-cell{flex-direction:column;align-items:flex-start;gap:4px}.employees-ranking-meta{justify-content:flex-start}.employees-ranking-index{background:var(--accent-soft);width:30px;height:30px;color:var(--accent);border-radius:999px;justify-content:center;align-items:center;font-size:.86rem;font-weight:600;display:inline-flex}.employees-ranking-track{background:#0f172a14;border-radius:999px;width:100%;height:8px;position:relative;overflow:hidden}:root[data-theme=dark] .employees-ranking-track{background:#ffffff14}:root[data-theme=dark] .employee-dashboard-hero{background:var(--surface);border-color:rgba(var(--accent-rgb), .18)}:root[data-theme=dark] .employee-dashboard-orbit{background:var(--surface);box-shadow:inset 0 0 0 1px rgba(var(--accent-rgb), .14)}:root[data-theme=dark] .employee-dashboard-orbit-core{background:var(--surface);box-shadow:0 8px 24px #00000052,inset 0 0 0 1px #ffffff0f}:root[data-theme=dark] .employee-dashboard-chip{background:var(--surface-soft);border-color:var(--border)}:root[data-theme=dark] .employee-dashboard-chip-accent{background:rgba(var(--accent-rgb), .12);border-color:rgba(var(--accent-rgb), .25)}:root[data-theme=dark] .employee-dashboard-rank-row{background:var(--surface-soft);border-color:var(--border)}:root[data-theme=dark] .employee-dashboard-rank-row.is-lead{background:rgba(var(--accent-rgb), .08);border-color:rgba(var(--accent-rgb), .28)}:root[data-theme=dark] .employee-dashboard-rank-track{background:#ffffff14}.employees-ranking-track span{border-radius:inherit;background:var(--accent);height:100%;display:block}.employees-summary-item{border-radius:calc(var(--radius-card) - 6px);border:1px solid var(--border);background:var(--surface-soft);padding:14px 16px}.employees-summary-item span{color:var(--muted)}.employees-summary-item strong{font-size:1.3rem}.employees-table-wrap{overflow-x:auto}.employees-table th,.employees-table td{vertical-align:middle}.employees-cell-wide{min-width:220px}.employees-status-pill{border:1px solid #0000;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:.82rem;font-weight:600;display:inline-flex}.employees-status-pill.is-active{color:#15803d;background:#16a34a1f;border-color:#16a34a33}.employees-status-pill.is-inactive{color:#475569;background:#94a3b824;border-color:#94a3b83d}.employees-actions{flex-wrap:wrap;justify-content:flex-start}.employees-delete-button{background:var(--danger-soft);color:var(--danger);border-color:#dc26262e}.employees-delete-button:hover:not(:disabled){background:#dc26261f;border-color:#dc262647}.employees-modal-footer{justify-content:space-between}.employees-form-switch{border:1px solid var(--border);border-radius:calc(var(--radius-card) - 6px);background:var(--surface-soft);padding:14px 16px}.employees-form-switch-copy{gap:4px;font-weight:600;display:grid}.employees-form-switch-copy small{color:var(--muted);font-weight:500}.employees-toggle{border:1px solid var(--border);background:#94a3b83d;border-radius:999px;width:56px;height:32px;transition:background .14s,border-color .14s;position:relative}.employees-toggle span{width:24px;height:24px;box-shadow:var(--shadow-float);background:#fff;border-radius:999px;transition:transform .14s;position:absolute;top:3px;left:3px}.employees-toggle.is-active{background:rgba(var(--accent-rgb), .22);border-color:rgba(var(--accent-rgb), .22)}.employees-toggle.is-active span{transform:translate(24px)}.employee-dashboard-panel{gap:18px}.employee-dashboard-panel-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.employee-dashboard-grid{grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);align-items:stretch;gap:18px;display:grid}.employee-dashboard-summary{gap:12px;display:grid}.employee-dashboard-hero{border-radius:calc(var(--radius-card) - 4px);border:1px solid rgba(var(--accent-rgb), .12);background:var(--bg-surface);flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100%;padding:28px 22px;display:flex}.employee-dashboard-orbit{aspect-ratio:1;background:var(--bg-surface);width:min(210px,100%);box-shadow:inset 0 0 0 1px rgba(var(--accent-rgb), .08);border-radius:999px;place-items:center;margin:0 auto;display:grid}.employee-dashboard-orbit-core{aspect-ratio:1;background:var(--surface);text-align:center;border-radius:999px;place-items:center;gap:2px;width:62%;display:grid;box-shadow:0 18px 40px #0f172a14,inset 0 0 0 1px #0f172a0a}.employee-dashboard-orbit-core span{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:600}.employee-dashboard-orbit-core strong{font-size:var(--text-xl);letter-spacing:-.06em;line-height:1}.employee-dashboard-hero-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;display:grid}.employee-dashboard-chip{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);text-align:center;gap:4px;padding:12px 14px;display:grid}.employee-dashboard-chip strong{letter-spacing:-.04em;font-size:1.15rem;line-height:1}.employee-dashboard-chip span{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.72rem}.employee-dashboard-chip-accent{border-color:rgba(var(--accent-rgb), .18);background:rgba(var(--accent-rgb), .08)}.employee-dashboard-ranking{gap:12px;display:grid}.employee-dashboard-board{align-content:start}.employee-dashboard-rank-row{border-radius:calc(var(--radius-card) - 6px);border:1px solid var(--border);background:var(--surface);gap:8px;padding:11px 14px;transition:border-color .12s,box-shadow .12s;display:grid}.employee-dashboard-rank-row.is-lead{border-color:rgba(var(--accent-rgb), .22);background:rgba(var(--accent-rgb), .04)}.employee-dashboard-rank-row.is-zero{opacity:.45}.employee-dashboard-rank-main,.employee-dashboard-rank-meta,.employee-dashboard-rank-subline{align-items:center;gap:10px;display:flex}.employee-dashboard-rank-main{justify-content:space-between}.employee-dashboard-rank-meta strong{font-size:.88rem;line-height:1.1;display:block}.employee-dashboard-rank-pos{text-align:center;width:22px;color:var(--muted);letter-spacing:.02em;flex-shrink:0;font-size:.72rem;font-weight:600;line-height:1}.employee-dashboard-rank-avatar{background:rgba(var(--accent-rgb), .1);width:34px;height:34px;color:var(--accent);letter-spacing:.04em;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:inline-flex}.employee-dashboard-rank-subline{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;gap:6px;margin-top:2px;font-size:.7rem;font-weight:600}.employee-dashboard-rank-stats{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.employee-dashboard-rank-value{font-size:var(--text-xl);letter-spacing:-.02em;line-height:1;font-weight:var(--fw-semibold);font-variant-numeric:tabular-nums}.employee-dashboard-rank-row.is-lead .employee-dashboard-rank-value{color:var(--accent)}.employee-dashboard-rank-prepared{color:var(--muted);letter-spacing:.02em;white-space:nowrap;font-size:.7rem;font-weight:600}.employee-dashboard-rank-track{background:#94a3b826;border-radius:999px;width:100%;height:4px;position:relative;overflow:hidden}.employee-dashboard-rank-track span{border-radius:inherit;background:var(--accent);height:100%;transition:width .4s;display:block}@media (max-width:1100px){.employees-grid,.employee-dashboard-grid{grid-template-columns:1fr}}@media (max-width:860px){.employees-actions,.employees-form-switch,.employee-dashboard-panel-actions{flex-direction:column;align-items:flex-start}.employee-dashboard-hero-strip{grid-template-columns:1fr}}.team-user-meta{gap:10px;display:grid}.team-user-meta-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.team-user-meta-row span{color:var(--muted)}.team-user-meta-row strong{text-align:right;font-size:.96rem;line-height:1.45}.portal-summary-label{color:var(--muted);letter-spacing:.01em;font-size:.76rem;font-weight:600}.portal-summary-value{letter-spacing:-.03em;color:var(--text);font-size:1.1rem;line-height:1}.portal-status-chart-card{border-top:1px solid var(--border);gap:18px;padding-top:8px;display:grid}.portal-status-chart-copy{gap:6px;display:grid}.portal-status-chart-title{letter-spacing:-.03em;color:var(--text);font-size:1.15rem;font-weight:600}.portal-status-chart-visual{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:22px;display:grid}.portal-status-donut-wrap{width:160px;height:160px;margin:0 auto;position:relative}.portal-status-donut{width:160px;height:160px;transform:rotate(-90deg)}.portal-status-donut-track,.portal-status-donut-segment{fill:none;stroke-width:14px;stroke-linecap:round}.portal-status-donut-track{stroke:var(--border)}.portal-status-donut-segment{transition:stroke-dasharray .18s,stroke-dashoffset .18s}.portal-status-donut-center{text-align:center;place-content:center;gap:4px;display:grid;position:absolute;inset:0}.portal-status-donut-center strong{font-size:var(--text-xl);letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--text);line-height:1}.portal-status-donut-center span{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.78rem;font-weight:600}.portal-status-legend{gap:10px;display:grid}.portal-status-legend-row{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:40px;padding:0 14px;display:grid}.portal-status-legend-dot{border-radius:999px;width:8px;height:8px}.portal-status-legend-label{color:var(--text);font-weight:600}.portal-status-legend-value{letter-spacing:-.02em;color:var(--text);font-size:1rem}.settings-section-card{gap:20px}.create-shop-form{gap:18px}.create-shop-summary{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-strong);gap:10px;padding:16px 18px;display:grid}.create-shop-summary-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.create-shop-summary-row span{color:var(--muted);font-size:.9rem}.create-shop-summary-row strong{color:var(--text);text-align:right;font-size:.95rem}.create-shop-actions{justify-content:flex-end;gap:12px;display:flex}.portal-glass-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.portal-glass-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.portal-inline-pills{flex-wrap:wrap;gap:8px;display:flex}.portal-soft-pill{border:1px solid var(--border);background:var(--surface-strong);min-height:30px;color:var(--text);border-radius:999px;align-items:center;padding:0 12px;font-size:.8rem;font-weight:500;display:inline-flex}.portal-settings-hero{gap:14px}.portal-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.catalog-toggle{color:var(--text);align-items:center;gap:10px;font-weight:600;display:inline-flex}.catalog-toggle input{width:18px;height:18px;accent-color:var(--portal-accent)}.operations-card{gap:18px}.operations-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.operations-toolbar-main{flex:560px;gap:14px;display:grid}.operations-segmented{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-strong);align-items:center;gap:4px;padding:4px;display:inline-flex}.operations-segment{min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0 14px;font-weight:600}.operations-segment-active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-soft)}.operations-filter-group{gap:8px;display:grid}.operations-filter-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:600}.operations-chip-group{flex-wrap:wrap;gap:8px;display:flex}.operations-search-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.operations-search-input{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface);min-height:38px;color:var(--text);flex:280px;padding:0 13px}.operations-chip{border:1px solid var(--border);background:var(--surface);min-height:32px;color:var(--muted);cursor:pointer;border-radius:999px;padding:0 12px;font-size:.85rem;font-weight:500;transition:border-color .14s,color .14s}.operations-chip-active{border-color:rgba(var(--accent-rgb), .28);background:var(--accent-soft);color:var(--accent);font-weight:600}.help-page{gap:18px}.help-hero-card{gap:20px;padding:24px;display:grid}.help-hero-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.help-hero-copy{gap:8px;max-width:760px;display:grid}.help-search-form{gap:10px;min-width:min(420px,100%);display:grid}.help-search-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:600}.help-search-row{align-items:center;gap:10px;display:flex}.help-search-input{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);width:100%;min-height:56px;font:inherit;color:var(--text);padding:0 18px}.help-inline-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.help-inline-item{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:6px;padding:15px 16px;display:grid}.help-inline-item strong{color:var(--text);font-size:.95rem}.help-inline-item span{color:var(--muted);font-size:.9rem;line-height:1.5}.help-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.help-resource-card{display:grid}.help-category-card{align-content:start;gap:12px;height:100%;display:grid}.help-status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.help-status-card{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);min-height:100%;box-shadow:var(--shadow-soft);gap:16px;padding:22px;display:grid}.help-status-list{gap:12px;display:grid}.help-status-row{align-content:start;gap:8px;display:grid}.help-content-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:18px;display:grid}.help-side-stack{align-content:start;gap:18px;display:grid}.help-faq-list{gap:14px;display:grid}.help-faq-item{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);padding:18px 20px}.help-faq-question{cursor:pointer;color:var(--text);margin:0;font-size:1rem;font-weight:650;list-style:none}.help-faq-question::-webkit-details-marker{display:none}.help-faq-answer{margin-top:12px}.help-guide-list{gap:12px;display:grid}.help-guide-card{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:10px;padding:16px 18px;display:grid}.help-guide-steps{color:var(--muted);gap:8px;margin:0;padding-left:18px;display:grid}.help-guide-steps li::marker{color:var(--portal-accent);font-weight:600}.help-support-actions{flex-wrap:wrap;gap:10px;display:flex}.help-support-note{border-radius:var(--radius-control);background:var(--accent-soft);border:1px solid rgba(var(--accent-rgb), .14);color:var(--text);gap:6px;padding:14px 16px;display:grid}.help-tip-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.help-tip-card{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:14px 16px;display:grid}.help-tip-card p{color:var(--muted);margin:0;line-height:1.5}.help-tip-marker{background:var(--accent);width:10px;height:10px;box-shadow:0 4px 10px rgba(var(--accent-rgb), .2);border-radius:999px;margin-top:7px}.help-empty-state{border-radius:var(--radius-card);border:1px dashed rgba(var(--accent-rgb), .24);background:var(--accent-soft);color:var(--text);gap:6px;padding:18px 20px;display:grid}.portal-analytics-hero{gap:18px}.portal-analytics-filter-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.portal-analytics-date-field{gap:6px;display:grid}.portal-analytics-date-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:600}.portal-inline-select{border-radius:var(--radius-control);border:1px solid var(--control-border);background:var(--control-surface);min-width:170px;min-height:38px;color:var(--text);padding:0 12px}.portal-tenant-control{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;display:flex}.portal-tenant-control-copy{gap:.2rem;display:grid}.portal-tenant-control-title{color:var(--text);font-size:1.15rem;font-weight:600}.portal-tenant-control-form,.portal-tenant-control-single{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.portal-analytics-highlight-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.portal-analytics-highlight{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);gap:6px;padding:18px 18px 16px;display:grid}.portal-analytics-highlight-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:600}.portal-analytics-highlight-value{font-size:var(--text-xl);letter-spacing:-.04em;line-height:1;font-weight:var(--fw-semibold);font-variant-numeric:tabular-nums;color:var(--text)}.portal-analytics-highlight-meta{color:var(--muted);font-size:.88rem}.portal-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.portal-chart-track{background:var(--surface-strong);border:1px solid var(--border)}.portal-chart-fill{background:var(--accent)}.portal-chart-fill-soft{background:var(--accent);opacity:.62}.portal-reporting-page{gap:22px}.portal-reporting-hero{gap:20px}.portal-reporting-hero-top,.portal-reporting-controls,.portal-reporting-range-form,.portal-reporting-hero-actions{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.portal-reporting-hero-copy{gap:6px;max-width:760px;display:grid}.portal-reporting-range-block,.portal-reporting-summary{gap:12px;display:grid}.portal-reporting-range-head,.portal-reporting-summary-head,.portal-reporting-block-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.portal-reporting-block-head .subtitle,.portal-reporting-summary-head .subtitle,.portal-reporting-range-head .table-secondary{max-width:520px}.portal-reporting-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.portal-reporting-kpi-grid.is-primary{grid-template-columns:repeat(4,minmax(0,1fr))}.portal-reporting-kpi{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);min-height:94px;box-shadow:var(--shadow-soft);gap:4px;padding:14px;display:grid}.portal-reporting-kpi.is-primary{min-height:116px;padding:16px 16px 14px}.portal-reporting-kpi.is-primary .portal-analytics-highlight-value{font-size:2rem}.portal-reporting-block{gap:12px;display:grid}.portal-reporting-shipment-card{gap:18px}.portal-reporting-shipment-top{grid-template-columns:minmax(0,1.35fr) minmax(220px,260px);align-items:start;gap:18px;display:grid}.portal-reporting-shipment-main{align-content:start;gap:14px;display:grid}.portal-reporting-shipment-visual{align-content:start;justify-items:stretch;gap:12px;display:grid}.portal-reporting-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.portal-reporting-state-grid,.portal-reporting-risk-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.portal-reporting-state-tile,.portal-reporting-risk-tile,.portal-reporting-inline-metric{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:4px;min-height:78px;padding:12px 14px;display:grid}.portal-reporting-chart-grid,.portal-reporting-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.portal-reporting-performance-inline{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.portal-reporting-inline-metric span{color:var(--muted);font-size:.86rem}.portal-reporting-inline-metric strong{letter-spacing:-.04em;font-size:1.34rem}.portal-reporting-trend-grid{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:12px;padding-top:2px;display:grid}.portal-reporting-trend-day{justify-items:center;gap:10px;display:grid}.portal-reporting-trend-label{color:var(--muted);letter-spacing:.05em;font-size:.78rem;font-weight:600}.portal-reporting-trend-bars{grid-template-columns:repeat(2,minmax(10px,18px));align-items:end;gap:8px;min-height:120px;display:grid}.portal-reporting-trend-bar{border-radius:999px 999px 10px 10px;min-height:12px;display:block}.portal-reporting-trend-bar.is-personalized{background:var(--accent);box-shadow:0 6px 16px rgba(var(--accent-rgb), .18)}.portal-reporting-trend-bar.is-standard{background:var(--muted);opacity:.5}.portal-chart-fill-slate{background:#94a3b8}.portal-chart-fill-blue{background:var(--accent)}.portal-chart-fill-sky{background:#0ea5e9}.portal-chart-fill-green{background:var(--success)}.portal-chart-fill-orange{background:var(--warning)}.portal-reporting-risk-layout{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:14px;display:grid}.portal-reporting-attention-table{gap:12px}.portal-reporting-attention-table .mini-table-row{padding-top:16px;padding-bottom:16px}.portal-reporting-page .portal-activity-timeline{gap:12px}.portal-reporting-page .portal-activity-row{gap:14px}.portal-reporting-page .portal-activity-copy{padding:14px 16px}.portal-reporting-status-layout{grid-template-columns:minmax(180px,220px) minmax(0,1fr);align-items:center;gap:16px;display:grid}.portal-reporting-page .portal-analytics-donut-wrap{min-height:210px}.portal-reporting-page .portal-analytics-status-legend{gap:8px}.portal-reporting-page .portal-analytics-status-row{min-height:42px;padding:10px 12px}.portal-reporting-page .bar-chart-row{min-height:40px}.portal-reporting-page .bar-chart-label,.portal-reporting-page .bar-chart-value,.portal-reporting-page .table-secondary{font-size:.86rem}.portal-reporting-page .section-header-inline .subtitle,.portal-reporting-page .portal-reporting-block-head .subtitle,.portal-reporting-page .portal-reporting-summary-head .subtitle{font-size:.92rem}.portal-reporting-page .mini-table{gap:10px}.portal-reporting-page .mini-table-row{padding-top:14px;padding-bottom:14px}.portal-reporting-state-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr))}.portal-reporting-chart-grid-tight{align-items:start}.portal-reporting-trend-card{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:12px;padding:14px 16px;display:grid}.portal-reporting-trend-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.portal-reporting-page .portal-mini-bars{gap:10px;min-height:160px}.portal-reporting-page .portal-mini-bar-column{gap:8px}.portal-reporting-page .portal-mini-bar-wrap{height:110px}.portal-reporting-page .portal-mini-bar-column strong{color:var(--text);font-size:.96rem}.settings-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.settings-shipping-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;display:grid}.shop-settings-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-soft);gap:20px;padding:22px;display:grid}.shop-settings-card-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.shipping-settings-layout{grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);gap:18px;display:grid}.shipping-settings-panel{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-soft);gap:18px;padding:20px;display:grid}.shipping-settings-panel-secondary{align-content:start}.shipping-settings-panel-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.shipping-settings-toggle{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);grid-template-columns:18px minmax(0,1fr);align-items:flex-start;gap:12px;padding:14px 16px;display:grid}.shipping-settings-toggle input{width:18px;height:18px;accent-color:var(--accent);margin-top:2px}.shipping-settings-preview{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-soft);gap:10px;padding:16px 18px;display:grid}.shipping-settings-preview-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.78rem;font-weight:600}.shipping-settings-preview-body{color:var(--text);gap:4px;font-size:.95rem;line-height:1.55;display:grid}.shipping-option-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px;display:grid}.shipping-option-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);text-align:left;gap:10px;padding:16px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}.shipping-option-card:hover{border-color:var(--border-strong);box-shadow:none}.shipping-option-card.is-active{border-color:var(--border-focus);background:var(--bg-active);box-shadow:none}.shipping-option-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.shipping-option-price{color:var(--text);font-size:1.1rem;font-weight:600}.shipping-option-meta{color:var(--muted);justify-content:space-between;gap:12px;font-size:.85rem;display:flex}.pickup-point-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-top:12px;display:grid}.pickup-point-grid.is-disabled{opacity:.6}.pickup-point-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);text-align:left;gap:6px;padding:14px;transition:border-color .2s,box-shadow .2s;display:grid}.pickup-point-card.is-active{border-color:var(--accent);box-shadow:none}.pickup-point-hours{color:var(--muted);font-size:.8rem}.shipping-option-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;margin-top:8px;padding-top:16px;display:flex}.shipping-rules-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.shipping-rules-table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.shipping-rules-table th,.shipping-rules-table td{vertical-align:middle}.shipping-rule-editor{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);gap:18px;padding:20px;display:grid}.alert-banner{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-soft);color:var(--text);padding:12px 14px;font-size:.9rem}.alert-banner.warning{border-color:color-mix(in srgb, var(--accent) 30%, var(--border));background:color-mix(in srgb, var(--accent) 8%, var(--surface-soft))}.branding-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.branding-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-soft);gap:18px;padding:20px;display:grid}.branding-card-top{align-items:center;gap:14px;display:flex}.branding-mark{border-radius:var(--radius-md);letter-spacing:.06em;justify-content:center;align-items:center;width:46px;height:46px;font-weight:600;display:flex}.branding-preview{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);display:grid;overflow:hidden}.branding-preview-bar{width:100%;height:8px}.branding-preview-copy{gap:6px;padding:16px;display:grid}.branding-preview-title{font-weight:650}.branding-preview-subtitle{color:var(--muted);font-size:.9rem;line-height:1.55}.branding-color-row{align-items:center;gap:10px;display:inline-flex}.branding-color-swatch{border:1px solid var(--border);border-radius:999px;width:14px;height:14px}.page-frame{background:var(--surface)}.incident-list-rich{gap:14px}.incident-item-rich{border-radius:var(--radius-md);padding:18px}.incident-content{gap:10px;width:100%;display:grid}.incident-meta-row{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:.9rem;display:flex}@media (max-width:860px){.dashboard-shell,.tenant-shell,.tenant-shell-collapsed{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border);min-height:auto;position:static}.tenant-sidebar{min-height:auto;position:static}.tenant-nav-link{justify-content:flex-start;width:100%;margin:0;padding:0 14px}.dashboard-main,.public-shell{padding:22px}.detail-grid,.grid-2,.detail-summary-grid,.summary-grid,.dashboard-grid,.kpi-grid,.kanban-grid,.settings-shipping-grid,.shipping-settings-layout,.portal-settings-grid,.portal-feature-grid,.portal-analytics-highlight-grid,.portal-analytics-grid,.portal-reporting-kpi-grid,.portal-reporting-section-grid,.portal-reporting-state-grid,.portal-reporting-risk-grid,.portal-reporting-chart-grid,.portal-reporting-product-grid,.portal-reporting-performance-inline,.portal-reporting-risk-layout,.portal-dashboard-kpi-grid,.portal-dashboard-main-grid,.portal-dashboard-secondary-grid,.portal-dashboard-charts-grid,.portal-dashboard-state-grid,.portal-performance-grid,.portal-performance-foot,.portal-mix-stats,.portal-returns-kpis,.portal-returns-layout,.help-status-grid,.help-content-grid,.help-tip-grid,.portal-order-row-grid,.portal-return-form-grid,.team-admin-grid,.help-inline-list,.help-resource-grid,.help-card-grid,.portal-summary-line{grid-template-columns:1fr}.portal-dashboard-hero-top,.portal-reporting-hero-top,.portal-reporting-controls,.portal-reporting-range-form,.portal-reporting-hero-actions,.portal-reporting-range-head,.portal-reporting-summary-head,.portal-reporting-block-head,.portal-dashboard-brand,.portal-dashboard-hero-actions,.portal-dashboard-hero-meta,.portal-dashboard-section-head,.help-hero-top,.help-search-row,.help-support-actions,.portal-activity-head,.portal-carrier-copy{flex-direction:column;align-items:stretch}.portal-dashboard-hero-meta{min-width:0}.portal-order-row,.portal-orders-search-row,.portal-orders-table-meta,.portal-return-case-head,.portal-return-case-foot,.portal-return-form-actions,.portal-return-cta-row{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.portal-dashboard-action-grid{grid-template-columns:1fr}.portal-mini-bars{grid-template-columns:repeat(7,minmax(64px,1fr));padding-bottom:8px;overflow-x:auto}.portal-status-chart-visual,.portal-analytics-overview-grid,.portal-analytics-status-layout,.portal-reporting-shipment-top,.portal-reporting-status-layout,.portal-analytics-stat-grid,.portal-reporting-trend-grid{grid-template-columns:1fr}.app-modal-backdrop{padding:16px}.app-modal-sheet,.app-modal-sheet-wide{border-radius:var(--radius-md);width:min(100vw - 20px,100%);max-height:min(94vh,980px);padding:20px}.ctt-weight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-reporting-state-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.help-search-form{min-width:0}.portal-reporting-trend-bars{min-height:96px}.operations-toolbar,.operations-search-row{flex-direction:column;align-items:stretch}.tracking-callout{flex-direction:column}.table{min-width:960px}.field-span-2{grid-column:auto}.shop-settings-card,.shipping-settings-panel{padding:18px}}@media (max-width:720px){.app-shell,.dashboard-main,.public-shell{padding-left:18px;padding-right:18px}.order-hero{padding:24px}.asset-item,.incident-meta-row{grid-template-columns:1fr;display:grid}.portal-tenant-control{flex-direction:column;align-items:stretch}.portal-dashboard-hero,.portal-dashboard-shipments,.portal-reporting-hero{padding:18px}.app-modal-sheet,.app-modal-sheet-wide{border-radius:var(--radius-md);width:100%;padding:18px}.app-modal-head{flex-direction:column;align-items:stretch}.app-modal-actions{justify-content:flex-end}.ctt-weight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-tenant-control-form,.portal-tenant-control-single,.portal-inline-select,.help-search-input{width:100%}.portal-reporting-state-tile,.portal-reporting-risk-tile,.portal-reporting-inline-metric,.portal-reporting-kpi{min-height:unset}.help-status-card{padding:18px}}.analytics-header-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.analytics-generated{color:var(--muted);font-size:.92rem}.analytics-filter-card{overflow:visible}.section-header-inline{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.analytics-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:16px;display:grid}.analytics-filter-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.analytics-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.analytics-grid{gap:20px;display:grid}.analytics-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-list{gap:12px;display:grid}.portal-analytics-overview-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr) minmax(0,.9fr);gap:18px;display:grid}.portal-analytics-status-card{min-height:100%}.portal-analytics-status-layout{grid-template-columns:200px minmax(0,1fr);align-items:center;gap:18px;display:grid}.portal-analytics-donut-wrap{width:160px;height:160px;margin:0 auto;position:relative}.portal-analytics-donut{width:160px;height:160px;transform:rotate(-90deg)}.portal-analytics-donut-track,.portal-analytics-donut-segment{fill:none;stroke-width:14px;stroke-linecap:round}.portal-analytics-donut-track{stroke:var(--border-strong)}.portal-analytics-donut-center{text-align:center;place-content:center;gap:4px;display:grid;position:absolute;inset:0}.portal-analytics-donut-center strong{font-size:var(--text-xl);letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--text);line-height:1}.portal-analytics-donut-center span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:600}.portal-analytics-status-legend,.portal-analytics-risk-list{gap:10px;display:grid}.portal-analytics-status-row,.portal-analytics-risk-row,.portal-analytics-stat-tile{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft)}.portal-analytics-status-row{grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:42px;padding:0 14px;display:grid}.portal-analytics-status-dot{border-radius:999px;width:10px;height:10px}.portal-analytics-status-label,.portal-analytics-risk-label,.portal-analytics-stat-label{color:var(--text);font-weight:600}.portal-analytics-status-value,.portal-analytics-risk-value,.portal-analytics-stat-value{color:var(--text);letter-spacing:-.03em;font-weight:600}.portal-analytics-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.portal-analytics-stat-tile{gap:6px;min-height:108px;padding:16px;display:grid}.portal-analytics-stat-value{font-size:1.4rem}.portal-analytics-stat-meta{color:var(--muted);font-size:.86rem}.portal-analytics-risk-row{justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:14px 16px;display:flex}.metric-row{border-bottom:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.metric-row:last-child{border-bottom:0;padding-bottom:0}.metric-row strong{color:var(--ink);font-size:.98rem;font-weight:600}.chart-card{min-height:320px}.bar-chart{gap:14px;display:grid}.bar-chart-row{grid-template-columns:minmax(110px,140px) minmax(0,1fr) 42px;align-items:center;gap:12px;display:grid}.bar-chart-label{color:var(--muted);font-size:.92rem;line-height:1.2}.bar-chart-track{background:var(--surface-strong);border-radius:999px;height:10px;overflow:hidden}.bar-chart-fill{background:var(--accent);border-radius:999px;height:100%}.bar-chart-fill-soft{background:var(--accent);opacity:.6}.bar-chart-fill-neutral{background:var(--muted);opacity:.5}.bar-chart-fill-danger{background:var(--danger);opacity:.75}.bar-chart-value{text-align:right;color:var(--ink);font-size:.92rem;font-weight:600}.mini-table{gap:12px;display:grid}.mini-table-row{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-soft);justify-content:space-between;align-items:center;gap:16px;padding:13px 16px;display:flex}.mini-table-row-link{color:inherit;text-decoration:none;transition:border-color .16s,box-shadow .16s}.mini-table-row-link:hover{border-color:var(--border-strong);box-shadow:var(--shadow-soft)}.mini-table-metrics{color:var(--ink);white-space:nowrap;flex-direction:column;align-items:flex-end;gap:6px;font-weight:600;display:flex}.shipments-status-panel{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);gap:18px;padding:18px 20px 20px;display:grid}.shipments-status-panel-unified{grid-template-columns:minmax(0,1.45fr) minmax(300px,.85fr);align-items:stretch}.shipments-status-main{gap:18px;display:grid}.shipments-status-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.shipments-status-headline{gap:6px;display:grid}.shipments-status-total{letter-spacing:-.07em;color:var(--ink);font-size:3rem;font-weight:600;line-height:1}.shipments-status-meta{flex-wrap:wrap;gap:10px;display:flex}.shipments-status-meta-block{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);gap:4px;min-width:138px;padding:12px 14px;display:grid}.shipments-status-meta-block strong{color:var(--ink);font-size:1.05rem}.shipments-status-meta-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.8rem}.shipments-status-stack{background:var(--surface-strong);border-radius:999px;width:100%;min-height:18px;display:flex;overflow:hidden}.shipments-status-segment{min-width:10px;min-height:18px;display:block}.shipments-status-segment-empty{background:var(--surface-strong);width:100%}.shipments-status-legend{flex-wrap:wrap;gap:10px;display:flex}.shipments-status-pill{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);justify-content:space-between;align-items:center;gap:12px;min-width:180px;padding:12px 14px;display:flex}.shipments-status-pill-label{color:var(--muted);align-items:center;gap:10px;font-size:.95rem;line-height:1.2;display:flex}.shipments-status-pill strong{color:var(--ink);font-size:1.05rem}.shipments-service-list{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);align-self:stretch;gap:0;padding:8px 0;display:grid}.shipments-service-summary{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:16px;padding:12px 18px 14px;display:flex}.shipments-service-summary-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.8rem}.shipments-service-summary strong{color:var(--ink);font-size:1.05rem}.shipments-service-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.shipments-service-row strong{letter-spacing:-.05em;color:var(--ink);font-size:1.35rem;line-height:1}.shipments-donut-dot{border-radius:999px;flex:none;width:10px;height:10px}.shipments-control-page{gap:24px}.shipments-control-hero{gap:18px;padding:26px 28px 24px}.shipments-control-hero-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.shipments-control-title{font-size:var(--text-xl);letter-spacing:-.08em;color:var(--ink);margin:4px 0 8px;line-height:.98}.shipments-control-subtitle{max-width:780px;color:var(--muted);margin:0;font-size:1rem;line-height:1.6}.shipments-control-sync{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);align-items:center;gap:14px;min-width:260px;padding:14px 16px;display:flex}.shipments-control-sync-copy{gap:4px;display:grid}.shipments-control-sync-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.78rem}.shipments-control-toolbar{grid-template-columns:minmax(320px,1.8fr) minmax(180px,.9fr) minmax(140px,.8fr) minmax(140px,.8fr) auto;align-items:end;gap:14px;display:grid}.shipments-control-search{grid-column:span 1}.shipments-control-pills{flex-wrap:wrap;gap:10px;display:flex}.shipments-control-pills-quick{align-items:center;padding-top:4px}.shipments-control-pill{border:1px solid var(--border);background:var(--surface);min-height:38px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.shipments-control-pill:hover{border-color:var(--border-strong);color:var(--text)}.shipments-control-pill.is-active{background:var(--accent-soft);border-color:rgba(var(--accent-rgb), .24);color:var(--accent)}.shipments-control-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.shipments-control-kpis-secondary{gap:12px}.shipments-control-kpi{gap:8px;padding:18px 18px 16px;display:grid}.shipments-control-kpi-primary{min-height:132px}.shipments-control-kpi-secondary{background:var(--surface-soft);min-height:116px}.shipments-control-kpi-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.78rem}.shipments-control-kpi strong{letter-spacing:-.06em;color:var(--ink);font-size:2rem;line-height:1}.shipments-control-analytics{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.shipments-control-visual,.shipments-control-chart,.shipments-control-drawer{padding:20px}.shipments-control-statusbar{background:var(--surface-strong);border-radius:999px;min-height:18px;display:flex;overflow:hidden}.shipments-control-status-segment{min-width:10px;min-height:18px}.shipments-control-status-segment.tone-slate{background:#94a3b8}.shipments-control-status-segment.tone-blue{background:#2563ebf2}.shipments-control-status-segment.tone-indigo{background:#6366f1f2}.shipments-control-status-segment.tone-sky{background:#0ea5e9f2}.shipments-control-status-segment.tone-green{background:#22c55ef2}.shipments-control-status-segment.tone-orange{background:#f97316f2}.shipments-control-status-segment.tone-red{background:#ef4444f2}.shipments-control-status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.shipments-control-status-card{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);align-items:center;gap:12px;padding:14px;display:flex}.shipments-control-dot{border-radius:999px;flex:none;width:10px;height:10px}.shipments-control-dot.tone-slate{background:#94a3b8}.shipments-control-dot.tone-blue{background:#2563ebf2}.shipments-control-dot.tone-indigo{background:#6366f1f2}.shipments-control-dot.tone-sky{background:#0ea5e9f2}.shipments-control-dot.tone-green{background:#22c55ef2}.shipments-control-dot.tone-orange{background:#f97316f2}.shipments-control-dot.tone-red{background:#ef4444f2}.shipments-control-bar-chart{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:14px;min-height:220px;display:grid}.shipments-control-bar{justify-items:center;gap:10px;display:grid}.shipments-control-bar-track{border-radius:var(--radius-control);background:var(--surface-strong);justify-content:center;align-items:end;width:100%;min-height:150px;padding:0 8px;display:flex}.shipments-control-bar-fill{border-radius:var(--radius-control) var(--radius-control) 6px 6px;background:var(--accent);width:min(54px,100%);min-height:14px;box-shadow:0 8px 20px rgba(var(--accent-rgb), .2)}.shipments-control-bar strong{color:var(--ink);font-size:1rem}.shipments-control-bar span{text-transform:lowercase;color:var(--muted);font-size:.82rem}.shipments-control-compare{gap:14px;display:grid}.shipments-control-compare-row{grid-template-columns:120px minmax(0,1fr) 48px;align-items:center;gap:12px;display:grid}.shipments-control-compare-bar{background:var(--surface-strong);border-radius:999px;min-height:14px;overflow:hidden}.shipments-control-compare-fill{border-radius:999px;min-height:14px}.shipments-control-compare-fill.is-green{background:var(--success)}.shipments-control-compare-fill.is-red{background:var(--danger)}.shipments-control-metric{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);gap:8px;padding:16px;display:grid}.shipments-control-metric strong{font-size:var(--text-xl);letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1;font-weight:var(--fw-semibold);color:var(--ink)}.shipments-control-main{gap:18px;display:grid}.shipments-control-attention-card{padding:20px}.shipments-control-attention-list{gap:8px;display:grid}.shipments-control-attention-row{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);grid-template-columns:minmax(160px,.8fr) minmax(0,1.5fr) auto;align-items:center;gap:16px;padding:12px 16px;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.shipments-control-attention-row:hover{border-color:var(--border-strong);box-shadow:var(--shadow-soft)}.shipments-control-attention-meta{justify-items:end;gap:4px;display:grid}.shipments-control-workbench{grid-template-columns:minmax(0,1.8fr) minmax(320px,.86fr);align-items:start;gap:18px;display:grid}.shipments-control-tracking{gap:4px;display:grid}.shipments-control-badge{letter-spacing:-.01em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:.9rem;font-weight:600;display:inline-flex}.shipments-control-badge-slate{color:#64748b;background:var(--surface-strong);border-color:var(--border)}.shipments-control-badge-blue{color:var(--accent);background:var(--accent-soft);border-color:rgba(var(--accent-rgb), .2)}.shipments-control-badge-indigo{color:#4f46e5;background:#eef2ff;border-color:#6366f133}.shipments-control-badge-sky{color:#0284c7;background:#f0f9ff;border-color:#0ea5e92e}.shipments-control-badge-green{color:var(--success);background:var(--success-soft);border-color:#0596692e}.shipments-control-badge-orange{color:var(--warning);background:var(--warning-soft);border-color:#d977062e}.shipments-control-badge-red{color:var(--danger);background:var(--danger-soft);border-color:#e539352e}.shipments-control-drawer{position:sticky;top:24px}.shipments-control-detail-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.shipments-control-detail-top strong{color:var(--ink);margin-top:4px;font-size:1.25rem;line-height:1.2;display:block}.shipments-control-timeline{gap:12px;padding:6px 0 2px;display:grid}.shipments-control-timeline-row{grid-template-columns:16px minmax(0,1fr);align-items:start;gap:12px;display:grid}.shipments-control-timeline-dot{background:var(--accent);width:10px;height:10px;box-shadow:0 0 0 4px var(--accent-soft);border-radius:999px;margin-top:6px}@media (max-width:1100px){.analytics-filter-grid,.analytics-kpi-grid,.analytics-grid-three,.customer-accounts-toolbar,.customer-accounts-kpis,.customer-accounts-workbench,.customer-account-row,.shipments-control-toolbar,.shipments-control-kpis,.shipments-control-analytics,.shipments-control-workbench{grid-template-columns:repeat(2,minmax(0,1fr))}.shipments-hero-donut-grid,.shipments-hero-summary,.shipments-hero-legend-grid{grid-template-columns:1fr}}@media (max-width:860px){.analytics-grid-two,.analytics-grid-three,.analytics-kpi-grid,.analytics-filter-grid,.shipments-status-panel-unified,.bar-chart-row{grid-template-columns:1fr}.mini-table-row,.analytics-header-meta{align-items:flex-start}.mini-table-row,.mini-table-metrics{flex-direction:column;align-items:flex-start}.shipments-service-row{align-items:flex-start}.shipments-status-pill{min-width:100%}.shipments-control-hero-top,.shipments-control-sync,.shipments-control-detail-top,.customer-account-drawer-head{flex-direction:column;align-items:flex-start}.customer-accounts-toolbar,.customer-accounts-kpis,.customer-accounts-workbench,.customer-account-row,.customer-account-mini-metrics,.customer-account-drawer-grid,.shipments-control-toolbar,.shipments-control-kpis,.shipments-control-analytics,.shipments-control-workbench,.shipments-control-status-grid{grid-template-columns:1fr}.shipments-hero-donut-card{padding:24px}.shipments-hero-donut-main{min-height:auto}.shipments-control-bar-chart{grid-template-columns:repeat(4,minmax(0,1fr))}.shipments-control-attention-row,.shipments-control-compare-row{grid-template-columns:1fr;align-items:flex-start}.production-page{max-width:none}.production-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.production-toolbar-side{justify-items:stretch;width:100%}.production-toolbar-counter{justify-items:start}.production-shop-select{width:100%}}:root[data-theme=dark] .topbar,:root[data-theme=dark] .dashboard-topbar-status,:root[data-theme=dark] .admin-dashboard-filter,:root[data-theme=dark] .card,:root[data-theme=dark] .admin-dashboard-panel,:root[data-theme=dark] .admin-health-card,:root[data-theme=dark] .admin-orders-row,:root[data-theme=dark] .table-card,:root[data-theme=dark] .orders-toolbar-card,:root[data-theme=dark] .orders-drawer-card,:root[data-theme=dark] .customer-account-row,:root[data-theme=dark] .customer-account-drawer-block,:root[data-theme=dark] .customer-account-mini-metrics>div,:root[data-theme=dark] .customer-account-drawer-stat,:root[data-theme=dark] .shipment-render-preview,:root[data-theme=dark] .shipment-lightbox-body,:root[data-theme=dark] .ctt-label-preview,:root[data-theme=dark] .admin-dashboard-chart-shell{background:var(--surface-soft);border-color:var(--border)}:root[data-theme=dark] .button-secondary,:root[data-theme=dark] .nav-link{color:var(--control-secondary-text)}:root[data-theme=dark] .button{background:var(--accent);border-color:var(--accent);color:#fff}:root[data-theme=dark] .button:hover{background:var(--accent-strong);border-color:var(--accent-strong);box-shadow:0 4px 16px rgba(var(--accent-rgb), .32)}:root[data-theme=dark] .field select,:root[data-theme=dark] .field input,:root[data-theme=dark] textarea,:root[data-theme=dark] .orders-bulk-actions select,:root[data-theme=dark] .orders-table-per-page select,:root[data-theme=dark] .production-inline-select{background:var(--surface-soft);border-color:var(--border);color:var(--text)}:root[data-theme=dark] .field select:focus,:root[data-theme=dark] .field input:focus,:root[data-theme=dark] textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .2)}:root[data-theme=dark] .table,:root[data-theme=dark] .mini-table,:root[data-theme=dark] .portal-recent-table,:root[data-theme=dark] .orders-ops-table,:root[data-theme=dark] .production-table{background:0 0}:root[data-theme=dark] .table th,:root[data-theme=dark] .table td,:root[data-theme=dark] .orders-ops-table th,:root[data-theme=dark] .orders-ops-table td,:root[data-theme=dark] .production-table th,:root[data-theme=dark] .production-table td{border-color:var(--border)}:root[data-theme=dark] .table-row:hover,:root[data-theme=dark] .mini-table-row:hover,:root[data-theme=dark] a.admin-orders-row:hover,:root[data-theme=dark] .orders-ops-row-active,:root[data-theme=dark] .mini-table-row-link:hover{background:var(--surface-soft)}:root[data-theme=dark] .badge-status-transit{color:#93c5fd;background:#3b82f629;border-color:#3b82f647}:root[data-theme=dark] .orders-filter-pill,:root[data-theme=dark] .admin-dashboard-soft-badge,:root[data-theme=dark] .production-type-pill,:root[data-theme=dark] .production-ready-pill,:root[data-theme=dark] .customer-account-health,:root[data-theme=dark] .portal-soft-pill{border-color:var(--border);background:var(--surface-soft)}:root[data-theme=dark] .orders-filter-pill-active,:root[data-theme=dark] .orders-view-button-active{background:var(--accent-soft);border-color:rgba(var(--accent-rgb), .35);color:var(--accent)}:root[data-theme=dark] .kpi-card{background:var(--surface);border-color:var(--border);box-shadow:var(--shadow-soft)}:root[data-theme=dark] .chart-card,:root[data-theme=dark] .shipments-control-donut-card,:root[data-theme=dark] .shipments-control-bar-chart,:root[data-theme=dark] .shipments-control-mini-bars{background:var(--surface-soft);border-color:var(--border)}:root[data-theme=dark] .feedback-success{background:var(--success-soft);color:var(--success);border-color:#34d39938}:root[data-theme=dark] .feedback-error{background:var(--danger-soft);color:var(--danger);border-color:#f8717138}:root[data-theme=dark] .create-shop-summary{background:var(--surface)}:root[data-theme=dark] .info-banner,:root[data-theme=dark] .shop-settings-card,:root[data-theme=dark] .shipping-settings-panel,:root[data-theme=dark] .shipping-settings-toggle,:root[data-theme=dark] .shipping-settings-preview{background:var(--surface-soft);border-color:var(--border)}:root[data-theme=dark] .automation-flag-badge{border-color:var(--border);background:var(--surface-soft);color:var(--text)}:root[data-theme=dark] .automation-flag-badge-red{background:var(--danger-soft);color:var(--danger);border-color:#f871713d}:root[data-theme=dark] .automation-flag-badge-orange{background:var(--warning-soft);color:var(--warning);border-color:#fbbf243d}:root[data-theme=dark] .automation-flag-badge-blue{border-color:rgba(var(--accent-rgb), .26);background:var(--accent-soft);color:var(--accent)}:root[data-theme=dark] .table-secondary,:root[data-theme=dark] .subtitle,:root[data-theme=dark] .admin-orders-time,:root[data-theme=dark] .admin-health-hint,:root[data-theme=dark] .shipment-product-variant{color:var(--muted)}.shipment-donut-wrap{flex-wrap:wrap;align-items:center;gap:32px;display:flex}.shipment-donut-wrap.is-hero{justify-content:center;align-items:center;gap:40px;width:100%}.shipment-donut-chart{flex:none;position:relative}.shipment-donut-svg{width:var(--donut-size,180px);height:var(--donut-size,180px);display:block}.shipment-donut-center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.shipment-donut-pct{letter-spacing:-.06em;color:var(--ink);font-size:2rem;font-weight:600;line-height:1}.shipment-donut-sublabel{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-top:4px;font-size:.72rem}.shipment-donut-legend{flex-direction:column;flex:1;gap:10px;min-width:180px;display:flex}.shipment-donut-wrap.is-hero .shipment-donut-legend{min-width:300px;max-width:420px}.dashboard-donut-side-panel .shipment-donut-legend,.dashboard-donut-side-panel .shipment-donut-legend-list{gap:8px}.shipment-donut-total{align-items:baseline;gap:6px;margin-bottom:4px;display:flex}.shipment-donut-total strong{font-size:var(--text-xl);letter-spacing:-.08em;color:var(--ink);font-weight:600;line-height:1}.shipment-donut-total span{color:var(--muted);font-size:.88rem}.shipment-donut-legend-list{flex-direction:column;gap:5px;display:flex}.shipment-donut-legend-row{align-items:center;gap:8px;font-size:.88rem;display:flex}.shipment-donut-legend-dot{background:var(--dot-color,#94a3b8);border-radius:999px;flex:none;width:9px;height:9px}.shipment-donut-legend-label{color:var(--text);flex:1}.shipment-donut-legend-count{color:var(--ink);font-variant-numeric:tabular-nums;font-weight:600}.shipment-donut-legend-pct{color:var(--muted);text-align:right;font-variant-numeric:tabular-nums;min-width:40px}.shipment-donut-empty-msg{color:var(--muted);font-size:.88rem}.shipments-range-pills{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding:16px 28px 18px;display:flex}.shipments-range-pills-global{border-top:0;padding:0}.shipments-range-pills-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);white-space:nowrap;margin-right:4px;font-size:.75rem}.shipments-range-pill{border:1px solid var(--border);background:var(--surface);min-height:34px;color:var(--muted);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 13px;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.shipments-range-pill:hover{border-color:var(--border-strong);color:var(--text)}.shipments-range-pill.is-active{background:var(--accent-soft);border-color:rgba(var(--accent-rgb), .24);color:var(--accent)}.shipments-hero-donut-card{gap:18px;padding:24px 26px;display:grid}.shipments-hero-donut-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.shipments-hero-donut-grid{grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);align-items:center;gap:24px;display:grid}.shipments-hero-donut-main{justify-content:center;align-items:center;min-height:260px;padding:0;display:flex}.shipments-hero-donut-side{gap:14px;display:grid}.shipments-hero-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.shipments-hero-summary-card{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface);gap:6px;padding:16px;display:grid}.shipments-hero-summary-card span,.shipments-hero-summary-card small{color:var(--muted)}.shipments-hero-summary-card strong{font-size:var(--text-xl);letter-spacing:-.06em;color:var(--ink);line-height:1}.shipments-hero-breakdown .table-header{align-items:end}.shipments-hero-legend-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.shipments-hero-legend-card{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface);align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.shipments-hero-legend-card strong{color:var(--ink);margin-bottom:3px;display:block}.shipments-hero-legend-card small{color:var(--muted)}.dashboard-donut-block{flex-direction:column;gap:28px;padding:36px 38px 30px;display:flex}.dashboard-donut-hero .section-title{font-size:1.45rem}.dashboard-donut-header{text-align:center;justify-content:center;align-items:center;gap:16px;display:flex}.dashboard-donut-content{justify-content:center;align-items:center;width:100%;display:flex}.dashboard-donut-actions{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.dashboard-donut-range-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.75rem}.dashboard-donut-range-pills{flex-wrap:wrap;justify-content:center;gap:7px;display:flex}.dashboard-donut-side-panel{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-soft);height:100%;box-shadow:none;justify-content:center;align-items:center;padding:20px 20px 18px;display:flex}.dashboard-donut-side-panel .dashboard-donut-content{justify-content:center}.dashboard-donut-side-panel .shipment-donut-wrap.is-hero{justify-content:center;gap:28px}.dashboard-donut-side-panel .shipment-donut-wrap.is-hero .shipment-donut-legend{min-width:0;max-width:100%}@media (max-width:900px){.dashboard-donut-block{padding:24px}.admin-dashboard-analytics-grid{grid-template-columns:1fr}.shipment-donut-wrap.is-hero{gap:28px}.shipment-donut-wrap.is-hero .shipment-donut-legend{min-width:0;max-width:100%}.dashboard-donut-header,.dashboard-donut-actions,.admin-dashboard-timebar{text-align:left;align-items:flex-start}.dashboard-donut-range-pills{justify-content:flex-start}}#shipments-donut-top{gap:24px}.sct-page{gap:20px}.sct-header{gap:16px}.sct-header-top{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.sct-header-copy .eyebrow{margin-bottom:4px}.sct-title{font-size:var(--text-xl);letter-spacing:-.06em;color:var(--text);font-weight:600;line-height:1.15}.sct-subtitle{color:var(--muted);max-width:600px;margin-top:2px;font-size:.92rem}.sct-sync{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.sct-sync-label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.74rem;font-weight:600}.sct-range-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sct-range-label{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin-right:4px;font-size:.74rem;font-weight:600}.sct-range-pill{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;align-items:center;padding:7px 14px;font-size:.82rem;font-weight:500;line-height:1;text-decoration:none;transition:border-color .14s,background .14s,color .14s;display:inline-flex}.sct-range-pill:hover{border-color:var(--border-strong);color:var(--text)}.sct-range-pill.is-active{border-color:rgba(var(--accent-rgb), .3);background:var(--accent-soft);color:var(--accent);font-weight:600}.sct-toolbar{grid-template-columns:1fr auto auto auto auto auto;align-items:end;gap:10px;display:grid}.sct-toolbar .field{min-width:0}.sct-toolbar .field label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.74rem;font-weight:600}.sct-toolbar .sct-search-field{grid-column:1;min-width:180px}.sct-quick-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.sct-quick-pill{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;align-items:center;padding:6px 12px;font-size:.78rem;font-weight:500;line-height:1;text-decoration:none;transition:border-color .14s,background .14s,color .14s;display:inline-flex}.sct-quick-pill:hover{border-color:var(--border-strong);color:var(--text)}.sct-quick-pill.is-active{border-color:var(--text);background:var(--text);color:var(--surface);font-weight:600}.sct-donut-hero{gap:0}.sct-donut-hero-header{margin-bottom:18px}.sct-donut-hero-grid{grid-template-columns:280px minmax(0,1fr);align-items:center;gap:28px;display:grid}.sct-donut-hero-chart{justify-content:center;align-items:center;min-height:100%;display:flex}.sct-donut-hero-side{gap:18px;display:grid}.sct-hero-summary-strip{grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:12px;display:grid}.sct-hero-total-card{background:var(--surface-soft);border-radius:calc(var(--radius-card) - 6px);border:1px solid var(--border);flex-direction:column;justify-content:center;gap:2px;padding:14px 16px;display:flex}.sct-hero-total-card span,.sct-legend-panel-head{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.72rem;font-weight:600}.sct-hero-total-card strong{font-size:var(--text-xl);letter-spacing:-.07em;color:var(--text);line-height:.96}.sct-hero-total-card small{color:var(--muted);font-size:.8rem}.sct-exec-summary{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.sct-exec-card{background:var(--surface-soft);border-radius:calc(var(--radius-card) - 6px);border:1px solid var(--border);flex-direction:column;gap:2px;padding:14px 14px 13px;display:flex}.sct-exec-card span{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.74rem;font-weight:600}.sct-exec-card strong{font-size:var(--text-xl);letter-spacing:-.05em;color:var(--text);font-weight:600}.sct-exec-card small{color:var(--muted);font-size:.78rem}.sct-legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.sct-legend-panel{border:1px solid var(--border);border-radius:calc(var(--radius-card) - 4px);background:var(--surface);gap:10px;padding:14px 16px 16px;display:grid}.sct-legend-rows{gap:10px;display:grid}.sct-legend-row{gap:8px;display:grid}.sct-legend-row-main{justify-content:space-between;align-items:center;gap:12px;display:flex}.sct-legend-row-label{align-items:center;gap:10px;display:flex}.sct-legend-row-label strong{color:var(--text);font-size:.92rem;font-weight:600}.sct-legend-row-stats{color:var(--muted);font-variant-numeric:tabular-nums;align-items:center;gap:16px;font-size:.84rem;display:inline-flex}.sct-legend-row-stats span:first-child{text-align:right;min-width:24px;color:var(--text);font-weight:600}.sct-legend-row-stats span:last-child{text-align:right;min-width:36px}.sct-legend-row-bar{background:var(--surface-soft);border-radius:999px;width:100%;height:8px;overflow:hidden}.sct-legend-row-fill{border-radius:inherit;height:100%}.sct-kpis{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.sct-kpi{padding:16px 18px 14px;position:relative;overflow:hidden}.sct-kpi:before{content:"";background:var(--border);border-radius:3px 3px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.sct-kpi.tone-accent:before{background:var(--accent)}.sct-kpi.tone-green:before{background:var(--success)}.sct-kpi.tone-blue:before{background:#2563eb}.sct-kpi.tone-red:before{background:var(--danger)}.sct-kpi.tone-orange:before{background:#d97706}.sct-kpi.tone-slate:before{background:#94a3b8}.sct-kpi-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);align-items:center;gap:4px;margin-bottom:4px;font-size:.74rem;font-weight:600;display:flex}.sct-kpi-icon{font-size:.9rem;line-height:1}.sct-kpi strong{font-size:var(--text-xl);letter-spacing:-.06em;color:var(--text);font-weight:600;line-height:1.15;display:block}.sct-kpi-hint{color:var(--muted);margin-top:2px;font-size:.76rem;display:block}.sct-attention{border-left:3px solid var(--danger);background:var(--danger-soft);gap:0;padding:0}.sct-attention-details{width:100%}.sct-attention-summary{cursor:pointer;-webkit-user-select:none;user-select:none;gap:16px;padding:24px;list-style:none;display:grid}.sct-attention-summary::-webkit-details-marker{display:none}.sct-attention-summary::marker{content:""}.sct-attention-details>.sct-attention-list{padding:0 24px 24px}.sct-attention-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sct-attention-badge{background:var(--danger);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 10px;font-size:.85rem;font-weight:600;display:flex}.sct-attention-details[open] .sct-attention-badge{background:var(--danger)}.sct-attention-chevron{transition:transform .2s}.sct-attention-details[open] .sct-attention-chevron{transform:rotate(180deg)}.sct-attention-header .eyebrow{color:var(--danger)}.sct-attention-cats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.sct-attention-cat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-control);align-items:center;gap:10px;padding:10px 14px;display:flex}.sct-attention-cat-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}.sct-attention-cat-icon.is-danger{background:var(--danger-soft);color:var(--danger)}.sct-attention-cat-icon.is-warning{background:var(--warning-soft);color:var(--warning)}.sct-attention-cat-icon.is-muted{background:var(--surface-strong);color:var(--muted)}.sct-attention-cat-copy{flex-direction:column;min-width:0;display:flex}.sct-attention-cat-copy strong{letter-spacing:-.04em;color:var(--text);font-size:1.15rem;font-weight:600}.sct-attention-cat-copy span{color:var(--muted);font-size:.76rem}.sct-attention-list{background:var(--border);border-radius:var(--radius-control);gap:1px;display:grid;overflow:hidden}.sct-attention-row{background:var(--surface);color:inherit;grid-template-columns:1fr 1.2fr auto;align-items:center;gap:16px;padding:10px 14px;text-decoration:none;transition:background .14s;display:grid}.sct-attention-row:hover{background:var(--surface-soft)}.sct-attention-row-meta{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.sct-attention-row-meta strong{color:var(--danger);font-size:.92rem;font-weight:600}.sct-evolution{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.sct-chart-card{gap:14px}.sct-chart-header{justify-content:space-between;align-items:flex-start;display:flex}.sct-bar-chart{align-items:flex-end;gap:6px;height:120px;padding-top:8px;display:flex}.sct-bar-group{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.sct-bar-track{flex-direction:column;flex:1;justify-content:flex-end;align-items:stretch;gap:2px;width:100%;max-width:36px;display:flex}.sct-bar-fill{border-radius:4px 4px 2px 2px;min-height:3px;transition:height .3s}.sct-bar-fill.is-primary{background:var(--accent)}.sct-bar-fill.is-green{background:var(--success)}.sct-bar-fill.is-red{background:var(--danger)}.sct-bar-fill.is-muted{background:var(--border-strong)}.sct-bar-value{color:var(--text);text-align:center;font-size:.72rem;font-weight:600}.sct-bar-label{color:var(--muted);text-align:center;text-transform:capitalize;font-size:.68rem}.sct-compare-rows{gap:10px;display:grid}.sct-compare-row{grid-template-columns:90px 1fr auto;align-items:center;gap:10px;font-size:.82rem;display:grid}.sct-compare-row span{color:var(--muted);font-weight:500}.sct-compare-track{background:var(--surface-strong);border-radius:5px;height:10px;overflow:hidden}.sct-compare-fill{border-radius:5px;height:100%;transition:width .4s}.sct-compare-fill.is-green{background:var(--success)}.sct-compare-fill.is-red{background:var(--danger)}.sct-compare-row strong{text-align:right;min-width:32px;font-size:.85rem;font-weight:600}.sct-flow-metric{flex-direction:column;gap:12px;display:flex}.sct-flow-metric-hero{text-align:center;padding:14px 0}.sct-flow-metric-hero strong{letter-spacing:-.06em;color:var(--text);font-size:2rem;font-weight:600;display:block}.sct-flow-metric-hero span{color:var(--muted);font-size:.78rem}.sct-flow-phases{gap:0;display:grid}.sct-flow-phase{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 0;font-size:.82rem;display:flex}.sct-flow-phase span{color:var(--muted)}.sct-flow-phase strong{color:var(--text);font-weight:600}.sct-efficiency{gap:20px}.sct-efficiency-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.sct-efficiency-phases{gap:0;display:grid}.sct-efficiency-phase{border-bottom:1px solid var(--border);grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:12px 0;display:grid}.sct-efficiency-phase:last-child{border-bottom:none}.sct-efficiency-phase-label{color:var(--text);font-size:.85rem;font-weight:500}.sct-efficiency-phase-value{letter-spacing:-.04em;color:var(--text);font-size:1.1rem;font-weight:600}.sct-efficiency-phase-bar{background:var(--surface-strong);border-radius:3px;width:80px;height:6px;overflow:hidden}.sct-efficiency-phase-bar-fill{background:var(--accent);border-radius:3px;height:100%}.sct-sla-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px;display:grid}.sct-sla-card{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-control);text-align:center;padding:14px}.sct-sla-card strong{font-size:var(--text-xl);letter-spacing:-.05em;font-weight:600;display:block}.sct-sla-card.is-green strong{color:var(--success)}.sct-sla-card.is-red strong{color:var(--danger)}.sct-sla-card span{color:var(--muted);font-size:.76rem}.sct-aging-section h4{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:10px;font-size:.74rem;font-weight:600}.sct-aging-bar{border-radius:var(--radius-md);background:var(--surface-strong);height:18px;display:flex;overflow:hidden}.sct-aging-segment{min-width:0;height:100%;transition:width .4s}.sct-aging-segment.is-green{background:var(--success)}.sct-aging-segment.is-blue{background:#2563eb}.sct-aging-segment.is-orange{background:#d97706}.sct-aging-segment.is-red{background:var(--danger)}.sct-aging-legend{flex-wrap:wrap;gap:14px;margin-top:8px;display:flex}.sct-aging-legend-item{color:var(--muted);align-items:center;gap:5px;font-size:.76rem;display:flex}.sct-aging-legend-dot{border-radius:50%;width:8px;height:8px}.sct-aging-legend-item strong{color:var(--text);font-weight:600}.sct-table-section{gap:14px;display:grid}.sct-workbench{grid-template-columns:1fr 380px;align-items:start;gap:14px;display:grid}.sct-table-card .table-wrap{overflow-x:auto}.sct-drawer{position:sticky;top:24px}.sct-risk-badge{border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:.72rem;font-weight:600;line-height:1;display:inline-flex}.sct-risk-badge.is-danger{background:var(--danger-soft);color:var(--danger)}.sct-risk-badge.is-warning{background:var(--warning-soft);color:var(--warning)}.sct-risk-badge.is-ok{background:var(--success-soft);color:var(--success)}@media (max-width:1200px){.sct-kpis{grid-template-columns:repeat(3,1fr)}.sct-evolution{grid-template-columns:1fr}.sct-donut-hero-grid{grid-template-columns:1fr;gap:20px}.sct-donut-hero-chart{max-width:260px;margin:0 auto}.sct-workbench{grid-template-columns:1fr}.sct-drawer{position:static}.sct-attention-cats{grid-template-columns:repeat(2,1fr)}.sct-efficiency-grid{grid-template-columns:1fr}}@media (max-width:768px){.sct-header-top{flex-direction:column}.sct-sync{text-align:left;align-items:flex-start}.sct-kpis{grid-template-columns:repeat(2,1fr)}.sct-toolbar,.sct-exec-summary,.sct-hero-summary-strip,.sct-attention-cats{grid-template-columns:1fr}.sct-compare-row{grid-template-columns:70px 1fr auto}.sct-attention-row{grid-template-columns:1fr auto}.sct-sla-grid{grid-template-columns:1fr}}.employee-workspace-shell{gap:1.25rem;display:grid}.employee-workspace-hero-card{background:var(--bg-surface);grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:1.5rem;padding:1.5rem;display:grid}.employee-workspace-hero-copy{align-content:start;gap:.85rem;display:grid}.employee-workspace-hero-title{font-size:var(--text-xl);letter-spacing:-.04em;margin:0;line-height:.96}.employee-workspace-hero-subtitle{color:var(--muted);margin:0;font-size:1rem}.employee-workspace-meta-strip{flex-wrap:wrap;gap:.7rem;display:flex}.employee-workspace-meta-pill{color:#334155d6;background:#6366f114;border:1px solid #6366f11f;border-radius:999px;align-items:center;min-height:2.2rem;padding:0 .9rem;font-size:.92rem;font-weight:600;display:inline-flex}.employee-workspace-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.employee-workspace-stat{gap:var(--space-1);padding:var(--panel-p);border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border-default);box-shadow:none;display:grid}.employee-workspace-stat span{color:var(--text-secondary);font-size:var(--text-xs)}.employee-workspace-stat strong{font-size:var(--text-xl);letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1;font-weight:var(--fw-semibold)}.employee-workspace-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1.25rem;display:grid}.employee-workspace-panel{gap:1rem;display:grid}.employee-workspace-panel-head{justify-content:space-between;align-items:start;gap:1rem;display:flex}.employee-workspace-continue-card{border-radius:var(--radius-md);color:inherit;background:var(--bg-surface);border:1px solid #6366f12e;gap:.3rem;padding:1.05rem 1.1rem;text-decoration:none;display:grid}.employee-workspace-continue-card strong{font-size:1.02rem}.employee-workspace-continue-card span{color:var(--muted)}.employee-workspace-continue-badge,.employee-workspace-activity-badge{color:#4f46e5;letter-spacing:.03em;text-transform:uppercase;background:#6366f11a;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-width:5rem;padding:.35rem .75rem;font-size:.76rem;font-weight:600;display:inline-flex}.employee-workspace-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.employee-workspace-action-card{gap:var(--space-1);padding:var(--panel-p);border-radius:var(--radius-md);color:inherit;background:var(--bg-surface);border:1px solid var(--border-default);transition:border-color var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out);text-decoration:none;display:grid}.employee-workspace-action-card:hover{border-color:var(--border-strong);background:var(--bg-hover)}.employee-workspace-action-card span{color:var(--text-secondary);font-size:var(--text-sm)}.employee-workspace-action-card strong{font-size:var(--text-xl);letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1;font-weight:var(--fw-semibold)}.employee-workspace-action-card.tone-accent{border-color:#6366f133}.employee-workspace-action-card.tone-success{border-color:#10b98138}.employee-workspace-action-card.tone-warning{border-color:#f59e0b38}.employee-workspace-action-card.tone-danger{border-color:#ef44442e}.employee-workspace-action-card.tone-indigo{border-color:#4f46e538}.employee-workspace-activity-list{gap:.75rem;display:grid}.employee-workspace-activity-row{border-radius:var(--radius-md);color:inherit;background:#f8fafcd6;border:1px solid #94a3b829;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.95rem 1rem;text-decoration:none;display:grid}.employee-workspace-activity-copy{gap:.2rem;display:grid}.employee-workspace-activity-copy strong{font-size:.98rem}.employee-workspace-activity-copy span,.employee-workspace-activity-row time{color:var(--muted);font-size:.88rem}.employee-workspace-empty{border-radius:var(--radius-md);color:var(--muted);background:#f8fafcb8;padding:1rem 1.05rem}@media (max-width:1100px){.employee-workspace-hero-card,.employee-workspace-grid{grid-template-columns:1fr}}@media (max-width:720px){.employee-workspace-hero-card{padding:1.1rem}.employee-workspace-actions-grid,.employee-workspace-hero-stats,.employee-workspace-activity-row{grid-template-columns:1fr}}.ship-control-page{gap:1.25rem}.ship-control-header{background:var(--bg-surface)}.ship-control-header-top,.ship-control-section-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ship-control-sync-card{border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid #2563eb1f;gap:.25rem;min-width:240px;padding:1rem 1.1rem;display:grid}.ship-control-sync-label{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem}.ship-control-period-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ship-control-period-label{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:.88rem}.ship-control-period-pills{flex-wrap:wrap;gap:.75rem;display:flex}.ship-control-toolbar{grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(0,1fr)) auto}.ship-control-hero,.ship-control-attention-card,.ship-control-efficiency-card,.ship-control-table-card{gap:1.1rem;padding:1.4rem;display:grid}.ship-control-hero{background:var(--bg-surface)}.ship-control-hero-copy{gap:.45rem;display:grid}.ship-control-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.ship-control-hero-metrics article{border-radius:var(--radius-md);background:#ffffffd6;border:1px solid #94a3b829;gap:.2rem;padding:1rem 1.05rem;display:grid}.ship-control-hero-metrics span,.ship-control-kpi-card span,.ship-control-efficiency-tile span,.ship-control-sla-row span,.ship-control-trend-hero span,.ship-control-bar-col span{color:var(--muted)}.ship-control-hero-metrics strong{font-size:1.45rem;line-height:1}.ship-control-hero-grid{grid-template-columns:minmax(320px,380px) minmax(0,1fr);align-items:center;gap:1.25rem;display:grid}.ship-control-donut-shell{border-radius:var(--radius-md);background:#ffffffc7;border:1px solid #94a3b824;justify-content:center;align-items:center;min-height:360px;display:flex}.ship-control-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.ship-control-status-card{border-radius:var(--radius-md);background:#f8fafce0;border:1px solid #94a3b824;gap:.45rem;padding:1rem 1.05rem;display:grid}.ship-control-status-card.is-green{background:#ecfdf599}.ship-control-status-card.is-red{background:#fef2f299}.ship-control-status-card.is-indigo,.ship-control-status-card.is-blue,.ship-control-status-card.is-sky{background:#eff6ff99}.ship-control-status-card.is-orange{background:#fff7ed99}.ship-control-status-top{align-items:center;gap:.7rem;display:flex}.ship-control-status-icon,.ship-control-attention-icon{border-radius:var(--radius-md);background:#ffffffe6;border:1px solid #94a3b829;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;font-size:1rem;display:inline-flex}.ship-control-status-value{font-size:var(--text-xl);letter-spacing:-.04em;font-weight:600;line-height:1}.ship-control-status-card p,.ship-control-attention-tile p,.ship-control-kpi-card small,.ship-control-efficiency-tile small{color:var(--muted);margin:0;font-size:.88rem}.ship-control-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem;display:grid}.ship-control-kpi-card{gap:.3rem;padding:1rem 1.05rem;display:grid}.ship-control-kpi-card strong{font-size:var(--text-xl);letter-spacing:-.04em;line-height:1}.ship-control-kpi-card.is-accent{box-shadow:inset 0 0 0 1px #4f46e514}.ship-control-kpi-card.is-green{background:#ecfdf580}.ship-control-kpi-card.is-blue{background:#eff6ff80}.ship-control-kpi-card.is-red{background:#fef2f280}.ship-control-kpi-card.is-slate{background:#f8fafc99}.ship-control-attention-card{background:#fef2f280;border:1px solid #ef44442e}.ship-control-attention-summary{justify-items:end;gap:.15rem;display:grid}.ship-control-attention-summary strong{letter-spacing:-.04em;font-size:2rem;line-height:1}.ship-control-attention-summary span{color:var(--muted)}.ship-control-attention-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.ship-control-attention-tile{border-radius:var(--radius-md);background:#ffffffd6;border:1px solid #f8717124;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:1rem 1.05rem;display:grid}.ship-control-attention-tile b{letter-spacing:-.03em;font-size:1.4rem;line-height:1}.ship-control-trends-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.ship-control-trend-card{gap:1rem;padding:1.25rem;display:grid}.ship-control-trend-card-wide{grid-column:span 2}.ship-control-bars-grid{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:.5rem;min-height:190px;display:grid}.ship-control-bars-grid.is-dual{gap:.6rem}.ship-control-bar-col{place-items:end center;gap:.45rem;display:grid}.ship-control-bar-col strong{font-size:.95rem}.ship-control-bar-track{background:#e2e8f066;border-radius:999px;justify-content:center;align-items:flex-end;width:100%;height:132px;padding:.25rem 0;display:flex}.ship-control-bar-track.is-dual{gap:.28rem}.ship-control-bar-fill{border-radius:999px;width:min(24px,72%)}.ship-control-bar-fill.is-blue{background:#2563eb}.ship-control-bar-fill.is-green{background:#059669}.ship-control-bar-fill.is-red{background:#e11d48}.ship-control-trend-chart{gap:.8rem;display:grid}.ship-control-trend-hero{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.ship-control-trend-hero strong{font-size:var(--text-xl);letter-spacing:-.04em;line-height:1}.ship-control-trend-svg{width:100%;height:110px}.ship-control-trend-grid{fill:none;stroke:#94a3b82e;stroke-width:1px}.ship-control-trend-path{fill:none;stroke-width:3.5px;stroke-linecap:round;stroke-linejoin:round}.ship-control-trend-chart.is-blue .ship-control-trend-path{stroke:#2563eb}.ship-control-trend-chart.is-green .ship-control-trend-path{stroke:#059669}.ship-control-trend-chart.is-red .ship-control-trend-path{stroke:#e11d48}.ship-control-trend-axis{color:var(--muted);grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;font-size:.8rem;display:grid}.ship-control-efficiency-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.ship-control-efficiency-tile{border-radius:var(--radius-md);background:#f8fafcdb;border:1px solid #94a3b829;gap:.25rem;padding:1rem 1.05rem;display:grid}.ship-control-efficiency-tile strong{letter-spacing:-.03em;font-size:1.45rem;line-height:1}.ship-control-efficiency-bottom{grid-template-columns:minmax(0,.95fr) minmax(0,1.4fr);gap:1rem;display:grid}.ship-control-sla-card,.ship-control-aging-card{border-radius:var(--radius-md);background:#f8fafcd1;border:1px solid #94a3b829;gap:.85rem;padding:1rem 1.05rem;display:grid}.ship-control-sla-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ship-control-sla-row strong{font-size:1.15rem}.ship-control-aging-bar{background:#e2e8f099;border-radius:999px;width:100%;height:18px;display:flex;overflow:hidden}.ship-control-aging-segment{height:100%}.ship-control-aging-segment.is-green{background:var(--success)}.ship-control-aging-segment.is-blue{background:#2563eb}.ship-control-aging-segment.is-orange{background:#d97706}.ship-control-aging-segment.is-red{background:var(--danger)}.ship-control-aging-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.ship-control-aging-grid article{justify-items:start;gap:.15rem;display:grid}.ship-control-aging-grid strong{font-size:1.2rem}.ship-control-aging-grid span{color:var(--muted);font-size:.82rem}.ship-control-table-wrap{overflow-x:auto}.ship-control-table{border-collapse:separate;border-spacing:0;width:100%}.ship-control-table th{color:var(--muted);letter-spacing:.04em;text-align:left;text-transform:uppercase;padding:0 .95rem .8rem;font-size:.78rem;font-weight:600}.ship-control-table td{vertical-align:top;border-top:1px solid #94a3b824;padding:.95rem}.ship-control-table-primary,.ship-control-table-main{font-weight:600}.ship-control-stage-pill{white-space:nowrap;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .7rem;font-size:.86rem;font-weight:600;display:inline-flex}.ship-control-stage-pill.is-slate{color:#334155;background:#e2e8f0cc}.ship-control-stage-pill.is-indigo{color:#4338ca;background:#e0e7ffe6}.ship-control-stage-pill.is-blue,.ship-control-stage-pill.is-sky{color:#1d4ed8;background:#dbeafee6}.ship-control-stage-pill.is-orange{color:#c2410c;background:#ffedd5eb}.ship-control-stage-pill.is-green{color:#047857;background:#d1fae5e6}.ship-control-stage-pill.is-red{color:#dc2626;background:#fee2e2eb}.ship-control-risk-pill{border-radius:var(--radius-md);color:#b91c1c;background:#fef2f2eb;padding:.45rem .7rem;font-size:.84rem;font-weight:600;display:inline-flex}.ship-control-empty-inline{border-radius:var(--radius-md);color:var(--muted);background:#f8fafcb8;padding:1rem 1.05rem}@media (max-width:1260px){.ship-control-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ship-control-trends-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ship-control-trend-card-wide{grid-column:span 2}}@media (max-width:980px){.ship-control-header-top,.ship-control-period-row,.ship-control-section-head,.ship-control-trend-hero,.ship-control-sla-row{flex-direction:column;align-items:flex-start}.ship-control-toolbar,.ship-control-kpi-grid,.ship-control-attention-grid,.ship-control-efficiency-grid,.ship-control-efficiency-bottom,.ship-control-hero-grid,.ship-control-trends-grid,.ship-control-trend-card-wide{grid-template-columns:1fr}.ship-control-hero-metrics,.ship-control-status-grid,.ship-control-aging-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.ship-control-hero-metrics,.ship-control-status-grid,.ship-control-attention-grid,.ship-control-aging-grid{grid-template-columns:1fr}.ship-control-bars-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ship-control-table th:nth-child(3),.ship-control-table td:nth-child(3),.ship-control-table th:nth-child(6),.ship-control-table td:nth-child(6){display:none}}.dash-header{gap:16px;display:grid}.dash-header-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.dash-header-copy{gap:4px;display:grid}.dash-header-right{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.dash-header-toolbar{border-top:1px solid var(--border);flex-wrap:wrap;align-items:flex-end;gap:14px;padding-top:4px;display:flex}.dash-kpi-strip{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}@media (max-width:1280px){.dash-kpi-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.dash-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}.dash-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.dash-analytics-grid>.card{height:100%}@media (max-width:1280px){.dash-analytics-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.dash-analytics-grid{grid-template-columns:1fr}.dash-analytics-grid .exp-alert-list{padding-right:0;overflow:visible}}.dash-v2-page{gap:18px;width:100%;animation:.28s cubic-bezier(.22,1,.36,1) both page-enter;display:grid}.dash-chart-card{grid-template-rows:auto auto auto auto;align-content:start;gap:16px;display:grid}.dash-chart-hero{border-radius:var(--radius-control);background:var(--accent-soft);border:1px solid rgba(var(--accent-rgb), .16);align-items:baseline;gap:10px;padding:14px 16px;display:flex}.dash-chart-hero strong{font-size:var(--text-xl);letter-spacing:-.07em;color:var(--accent);font-variant-numeric:tabular-nums;font-weight:600;line-height:1}.dash-chart-hero span{color:var(--muted);font-size:.9rem}.dash-chart-bars{border-radius:var(--radius-md);background:var(--surface-soft);align-items:flex-end;gap:6px;height:180px;padding:8px 4px 0;display:flex}.dash-chart-col{flex-direction:column;flex:1;align-items:center;gap:4px;height:100%;display:flex}.dash-chart-bar-wrap{flex:1;justify-content:center;align-items:flex-end;width:100%;display:flex}.dash-chart-bar{background:var(--accent);opacity:.85;border-radius:5px 5px 3px 3px;width:60%;max-width:28px;min-height:4px;transition:height .4s cubic-bezier(.22,1,.36,1)}.dash-chart-value{color:var(--text);font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:600}.dash-chart-label{color:var(--muted);text-transform:capitalize;font-size:.68rem}.dash-chart-footer{justify-content:flex-end;display:flex}.dash-analytics-grid .exp-donut-card{grid-template-rows:auto auto auto;background:var(--surface)!important}.dash-analytics-grid .exp-donut-wrap{margin-top:4px;margin-bottom:0}.dash-analytics-grid .exp-status-list{border-top:1px solid var(--border);align-content:start;gap:4px;margin-top:8px;padding-top:12px}.dash-health-row{border-top:1px solid var(--border);margin-top:4px;padding-top:14px;grid-template-columns:repeat(4,1fr)!important}.exp-page{gap:18px;width:100%;max-width:none;animation:.28s cubic-bezier(.22,1,.36,1) both page-enter;display:grid}.exp-header{gap:10px;padding:14px 20px;display:grid}.exp-header-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.exp-header-copy{align-items:baseline;gap:10px;display:flex}.exp-header-copy .eyebrow{opacity:.7;font-size:.7rem}.exp-page-title{letter-spacing:-.02em;color:var(--ink);margin:0;font-size:1.25rem;font-weight:600;line-height:1}.exp-page-subtitle{display:none}.exp-header-right{flex-direction:row;align-items:center;gap:10px;display:flex}.exp-period-pills{flex-wrap:wrap;gap:4px;display:flex}.exp-period-pill{border:1px solid var(--border);background:var(--surface);height:28px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;padding:0 11px;font-size:.84rem;font-weight:500;transition:background .14s,border-color .14s,color .14s,transform .14s;display:inline-flex}.exp-period-pill:hover{background:var(--surface-strong);border-color:var(--border-strong);color:var(--text)}.exp-period-pill.is-active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 2px 8px rgba(var(--accent-rgb), .3);font-weight:600}.exp-sync-info{color:var(--muted);align-items:center;gap:7px;font-size:.82rem;display:flex}.exp-sync-dot{background:var(--success);border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 0 2px #05966933}.exp-toolbar{border-top:1px solid var(--border);flex-wrap:wrap;align-items:flex-end;gap:10px;padding-top:8px;display:flex}.exp-toolbar .field label{font-size:.72rem}.exp-toolbar .field select,.exp-toolbar .field input[type=date]{height:32px;padding:5px 8px;font-size:.84rem}.exp-kpi-strip{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;display:grid}.exp-kpi-card{border-radius:var(--radius-card);background:var(--surface);box-shadow:none;transition:background .16s var(--ease-out);border:none;grid-template:"label icon""value value""hint hint"/1fr auto;align-items:start;gap:6px 10px;padding:18px 18px 16px;display:grid;position:relative;overflow:hidden}.exp-kpi-card:before{display:none}.exp-kpi-card:hover{background:var(--surface-soft);box-shadow:none;transform:none}.exp-kpi-card-link{color:inherit;cursor:pointer;text-decoration:none}.exp-kpi-card-link:hover{box-shadow:var(--shadow-lg,0 8px 24px #0000001f);border-color:var(--border-strong)}.exp-kpi-card-link:hover .exp-kpi-label{text-underline-offset:2px;text-decoration:underline}.exp-kpi-icon{border-radius:var(--radius-md);width:38px;height:38px;font-size:var(--text-lg);background:#0000000e;flex-shrink:0;grid-area:icon;justify-content:center;align-self:start;align-items:center;display:flex}:root[data-theme=dark] .exp-kpi-icon{background:#ffffff17}.exp-kpi-card.is-accent .exp-kpi-icon{background:rgba(var(--accent-rgb), .13)}.exp-kpi-card.is-green .exp-kpi-icon{background:#10b98121}.exp-kpi-card.is-blue .exp-kpi-icon{background:#3b82f621}.exp-kpi-card.is-red .exp-kpi-icon{background:#ef444421}.exp-kpi-card.is-orange .exp-kpi-icon{background:#f59e0b21}.exp-kpi-card.is-slate .exp-kpi-icon{background:#64748b1a}.exp-kpi-card.is-purple .exp-kpi-icon{background:#8b5cf621}.exp-kpi-label{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);grid-area:label;align-self:center;font-size:.64rem;font-weight:600;line-height:1.25}.exp-kpi-value{font-size:var(--text-xl);letter-spacing:-.06em;font-variant-numeric:tabular-nums;color:var(--ink);grid-area:value;font-weight:600;line-height:1}.exp-kpi-hint{color:var(--muted);grid-area:hint;font-size:.76rem;line-height:1.4}.exp-kpi-card.is-accent:before{background:var(--accent)}.exp-kpi-card.is-accent .exp-kpi-value{color:var(--accent)}.exp-kpi-card.is-green:before{background:#10b981}.exp-kpi-card.is-green .exp-kpi-value{color:#059669}.exp-kpi-card.is-blue:before{background:#3b82f6}.exp-kpi-card.is-blue .exp-kpi-value{color:#2563eb}.exp-kpi-card.is-red:before{background:#ef4444}.exp-kpi-card.is-red .exp-kpi-value{color:#dc2626}.exp-kpi-card.is-orange:before{background:#f59e0b}.exp-kpi-card.is-orange .exp-kpi-value{color:#d97706}.exp-kpi-card.is-slate:before{background:var(--border-strong)}.exp-kpi-card.is-purple:before{background:#8b5cf6}.exp-kpi-card.is-purple .exp-kpi-value{color:#7c3aed}.exp-main-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr) minmax(280px,.8fr);align-items:start;gap:18px;display:grid}.exp-section-head{gap:4px;margin-bottom:18px;display:grid}.exp-card-title{letter-spacing:-.03em;color:var(--ink);margin:0;font-size:1.1rem;font-weight:600;line-height:1.2}.exp-donut-card{align-content:start;display:grid}.exp-donut-wrap{justify-content:center;margin-bottom:14px;display:flex}.exp-status-list{gap:2px;display:grid}.exp-status-row{border-radius:var(--radius-md);grid-template-columns:10px minmax(0,1fr) 90px 36px;align-items:center;gap:10px;padding:6px 8px;transition:background .1s;display:grid}.exp-status-row:hover{background:color-mix(in srgb, var(--border) 50%, transparent)}.exp-status-dot{background:var(--border-strong);border-radius:50%;flex-shrink:0;width:10px;height:10px}.exp-status-row.is-green .exp-status-dot{background:#10b981}.exp-status-row.is-blue .exp-status-dot{background:#3b82f6}.exp-status-row.is-sky .exp-status-dot{background:#0ea5e9}.exp-status-row.is-indigo .exp-status-dot{background:#6366f1}.exp-status-row.is-orange .exp-status-dot{background:#f59e0b}.exp-status-row.is-red .exp-status-dot{background:#ef4444}.exp-status-row.is-slate .exp-status-dot{background:#94a3b8}.exp-status-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:500;overflow:hidden}.exp-status-bar-track{background:color-mix(in srgb, var(--border) 80%, transparent);border-radius:999px;height:7px;overflow:hidden}.exp-status-bar-fill{background:var(--accent);border-radius:999px;min-width:3px;height:100%;transition:width .5s cubic-bezier(.22,1,.36,1)}.exp-status-row.is-green .exp-status-bar-fill{background:#059669}.exp-status-row.is-blue .exp-status-bar-fill{background:#2563eb}.exp-status-row.is-sky .exp-status-bar-fill{background:#0284c7}.exp-status-row.is-indigo .exp-status-bar-fill{background:#4f46e5}.exp-status-row.is-orange .exp-status-bar-fill{background:#d97706}.exp-status-row.is-red .exp-status-bar-fill{background:#dc2626}.exp-status-row.is-slate .exp-status-bar-fill{background:#64748b}.exp-status-row strong{text-align:right;font-variant-numeric:tabular-nums;color:var(--ink);letter-spacing:-.02em;font-size:.95rem;font-weight:600}.exp-flow-card{align-content:start;gap:20px;display:grid}.exp-flow-timeline{align-items:center;gap:0;padding:8px 0;display:flex;overflow-x:auto}.exp-flow-step{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;display:flex}.exp-flow-node{border:2px solid var(--border);background:var(--surface-soft);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;transition:border-color .2s,background .2s;display:flex}.exp-flow-node.is-accent{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .12)}.exp-flow-step span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;font-size:.75rem;font-weight:600}.exp-flow-connector{flex-direction:column;flex:1;align-items:center;gap:4px;min-width:48px;display:flex}.exp-flow-line{background:var(--border-strong);border-radius:2px;width:100%;height:2px}.exp-flow-connector strong{color:var(--accent);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600}.exp-flow-total{border-radius:var(--radius-control);background:var(--accent-soft);border:1px solid rgba(var(--accent-rgb), .16);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.exp-flow-total span{color:var(--muted);font-size:.82rem;font-weight:600}.exp-flow-total strong{letter-spacing:-.04em;color:var(--accent);font-size:1.4rem;font-weight:600}.exp-sla-row{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.exp-sla-item{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);gap:4px;padding:12px 14px;display:grid}.exp-sla-item span{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:600}.exp-sla-item strong{letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-size:1.4rem;font-weight:600}.exp-sla-item strong.is-green{color:#059669}.exp-sla-item strong.is-red{color:#dc2626}.exp-sla-item strong.is-orange{color:#d97706}.exp-aging-block{gap:10px;display:grid}.exp-aging-label-row{justify-content:space-between;align-items:center;display:flex}.exp-aging-bar{background:var(--surface-strong);border-radius:999px;gap:2px;height:10px;display:flex;overflow:hidden}.exp-aging-seg{border-radius:999px;min-width:0;height:100%;transition:width .4s cubic-bezier(.22,1,.36,1)}.exp-aging-seg.is-green{background:#10b981}.exp-aging-seg.is-blue{background:#3b82f6}.exp-aging-seg.is-orange{background:#f59e0b}.exp-aging-seg.is-red{background:#ef4444}.exp-aging-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.exp-aging-grid div{text-align:center;gap:2px;display:grid}.exp-aging-grid strong{letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--ink);font-size:1rem;font-weight:600}.exp-aging-grid span{color:var(--muted);font-size:.7rem;font-weight:500}.exp-alert-card{align-content:start;display:grid}.exp-alert-total{border-radius:var(--radius-control);background:var(--accent-soft);border:1px solid rgba(var(--accent-rgb), .18);align-items:baseline;gap:8px;margin-bottom:14px;padding:14px 16px;display:flex}.exp-alert-total strong{font-size:var(--text-xl);letter-spacing:-.07em;color:var(--accent);font-variant-numeric:tabular-nums;font-weight:600;line-height:1}.exp-alert-total span{color:var(--muted);font-size:.9rem}.exp-alert-list{gap:6px;display:grid}.exp-alert-row{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);align-items:center;gap:12px;padding:12px 14px;transition:border-color .15s,background .15s;display:flex}.exp-alert-row.is-hot{border-color:rgba(var(--accent-rgb), .22);background:var(--accent-soft)}.exp-alert-icon{flex-shrink:0;font-size:1.15rem}.exp-alert-body{flex:1;gap:1px;min-width:0;display:grid}.exp-alert-body strong{color:var(--text);font-size:.84rem;font-weight:600}.exp-alert-body span{color:var(--muted);font-size:.74rem}.exp-alert-count{letter-spacing:-.04em;font-variant-numeric:tabular-nums;color:var(--muted);text-align:right;min-width:32px;font-size:1.1rem;font-weight:600}.exp-alert-count.is-red{color:#dc2626}.exp-alert-count.is-orange{color:#d97706}.exp-alert-count.is-yellow{color:#ca8a04}.exp-alert-count.is-slate{color:var(--text)}.exp-charts-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.exp-mini-chart{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);gap:6px;padding:18px;transition:box-shadow .18s,transform .18s cubic-bezier(.22,1,.36,1);display:grid}.exp-mini-chart:hover{box-shadow:var(--shadow)}.exp-mini-chart-head{justify-content:space-between;align-items:baseline;gap:8px;min-height:1.5rem;display:flex}.exp-mini-eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:.64rem;font-weight:600}.exp-mini-value{font-size:var(--text-xl);letter-spacing:-.05em;font-variant-numeric:tabular-nums;font-weight:600;line-height:1}.exp-mini-label{color:var(--muted);min-height:1.1rem;margin:0;font-size:.8rem;font-weight:500;line-height:1.3;transition:color .15s}.exp-mini-svg-wrap{border-radius:var(--radius-md);cursor:crosshair;line-height:0;overflow:hidden}.exp-mini-bars-wrap{border-radius:var(--radius-md);background:var(--surface-soft);align-items:flex-end;gap:3px;height:72px;padding:0 2px;display:flex}.exp-mini-bars-wrap.is-dual{gap:1px}.exp-mini-bar-col{flex:1;align-items:flex-end;gap:1px;height:100%;padding:4px 0;display:flex}.exp-mini-bar{background:var(--accent);border-radius:4px 4px 2px 2px;flex:1;min-height:2px;transition:height .3s cubic-bezier(.22,1,.36,1)}.exp-mini-bar.is-green{background:#10b981}.exp-mini-bar.is-red{background:#ef444499}.exp-mini-bar-col{cursor:pointer;transition:opacity .15s}.exp-mini-bars-wrap:hover .exp-mini-bar-col{opacity:.45}.exp-mini-bars-wrap:hover .exp-mini-bar-col.is-hover{opacity:1}.exp-mini-bar-col.is-hover .exp-mini-bar{filter:brightness(1.15);box-shadow:0 0 0 2px #00000014}.exp-mini-axis{justify-content:space-between;gap:4px;display:flex}.exp-mini-axis span{color:var(--muted);white-space:nowrap;font-size:.65rem}.exp-table-card{gap:16px;display:grid}.exp-table-count{color:var(--muted);white-space:nowrap;font-size:.88rem}.exp-table-count strong{color:var(--text);font-weight:600}.exp-table-wrap{border:1px solid var(--border);border-radius:var(--radius-card);overflow-x:auto}.exp-table{border-collapse:collapse;width:100%;min-width:960px}.exp-table th{text-align:left;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);background:var(--surface-soft);border-bottom:1px solid var(--border-strong);white-space:nowrap;z-index:1;padding:11px 14px;font-size:.68rem;font-weight:600;position:sticky;top:0}.exp-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:13px 14px;font-size:.875rem}.exp-table-row:hover td{background:var(--surface-soft)}.exp-table-row:last-child td{border-bottom:none}.exp-table-id{color:var(--text);white-space:nowrap;font-size:.875rem;font-weight:600}.exp-table-primary{color:var(--text);font-weight:600}.exp-table-muted{color:var(--muted)}.exp-table-mono{color:var(--muted);font-family:ui-monospace,monospace;font-size:.82rem}.exp-table-sub{color:var(--muted);margin-top:2px;font-size:.78rem}.exp-table-action{white-space:nowrap;font-size:.82rem}.exp-table-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:10px;padding:48px 24px;display:flex}.exp-table-empty span{font-size:2rem}.exp-table-empty p{margin:0;font-size:.92rem}.exp-stage-pill{border:1px solid var(--border);background:var(--surface-strong);color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:.74rem;font-weight:600;display:inline-flex}.exp-stage-pill.is-green{color:#059669;background:#f0fdf4;border-color:#05966938}.exp-stage-pill.is-blue{color:#2563eb;background:#eff6ff;border-color:#2563eb33}.exp-stage-pill.is-sky{color:#0284c7;background:#f0f9ff;border-color:#0284c733}.exp-stage-pill.is-indigo{color:#4f46e5;background:#eef2ff;border-color:#4f46e533}.exp-stage-pill.is-orange{color:#d97706;background:#fffbeb;border-color:#d9770633}.exp-stage-pill.is-red{color:#dc2626;background:#fef2f2;border-color:#dc262633}.exp-stage-pill.is-slate{background:var(--surface-strong);color:var(--muted)}.exp-risk-pill{background:var(--accent-soft);color:var(--accent);border:1px solid rgba(var(--accent-rgb), .2);white-space:nowrap;border-radius:999px;align-items:center;padding:4px 10px;font-size:.73rem;font-weight:600;display:inline-flex}@media (max-width:1280px){.exp-kpi-strip{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1100px){.exp-main-grid{grid-template-columns:1fr 1fr}.exp-alert-card{grid-column:span 2}.exp-charts-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.exp-main-grid{grid-template-columns:1fr}.exp-alert-card{grid-column:span 1}.exp-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.exp-charts-strip{grid-template-columns:1fr 1fr}.exp-flow-timeline{flex-wrap:nowrap;overflow-x:auto}}.ctt-selected-banner{border-radius:var(--radius-control);border:1.5px solid rgba(var(--accent-rgb), .3);background:var(--accent-soft);align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.ctt-selected-icon{border-radius:var(--radius-md);background:var(--accent);color:#fff;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.ctt-selected-body{gap:3px;min-width:0;display:grid}.ctt-selected-label{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);font-size:.74rem;font-weight:600}.ctt-selected-name{color:var(--ink);font-size:1rem;font-weight:600;line-height:1.3}.ctt-selected-addr{color:var(--text);font-size:.84rem}.ctt-selected-hours{color:var(--muted);margin-top:2px;font-size:.78rem}.ctt-search-bar{gap:8px;display:grid}.ctt-search-label{color:var(--muted);font-size:.82rem;font-weight:600}.ctt-search-row{align-items:center;gap:10px;display:flex}.ctt-search-input{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);max-width:240px;height:40px;color:var(--ink);outline:none;flex:1;padding:0 14px;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.ctt-search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .1)}.ctt-points-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;display:grid}.ctt-point-card{border-radius:var(--radius-control);border:1.5px solid var(--border);background:var(--surface);cursor:pointer;text-align:left;align-items:flex-start;gap:12px;padding:14px 16px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex;position:relative}.ctt-point-card:hover{border-color:var(--border-strong);background:var(--surface-soft);box-shadow:var(--shadow-soft)}.ctt-point-card.is-active{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .1)}.ctt-point-dot{border:2px solid var(--border-strong);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:4px;transition:border-color .15s,background .15s}.ctt-point-card.is-active .ctt-point-dot{background:var(--accent);border-color:var(--accent)}.ctt-point-body{gap:2px;min-width:0;display:grid}.ctt-point-name{color:var(--ink);font-size:.92rem;font-weight:600;line-height:1.3}.ctt-point-addr{color:var(--text);font-size:.82rem}.ctt-point-city{color:var(--muted);font-size:.78rem}.ctt-point-hours{color:var(--muted);margin-top:4px;font-size:.74rem}.ctt-point-check{background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;display:grid;position:absolute;top:12px;right:12px}.ctt-empty{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-control);place-items:center;gap:8px;padding:32px 24px;display:grid}.ctt-empty-icon{font-size:2rem}.ctt-empty-text{color:var(--muted);font-size:.88rem}.ctt-footer{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:14px;margin-top:4px;padding-top:16px;display:flex}.ctt-saved-msg{color:var(--success);align-items:center;gap:6px;font-size:.84rem;font-weight:600;display:flex}.crm-kpi-strip{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}@media (max-width:1400px){.crm-kpi-strip{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:768px){.crm-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}.crm-kpi-card{border-radius:var(--radius-card);background:var(--surface);transition:background .16s var(--ease-out);border:none;gap:5px;padding:14px 16px;display:grid;position:relative;overflow:hidden}.crm-kpi-card:before,.crm-kpi-card.is-accent:before,.crm-kpi-card.is-green:before,.crm-kpi-card.is-blue:before,.crm-kpi-card.is-orange:before,.crm-kpi-card.is-red:before,.crm-kpi-card.is-sky:before{display:none}.crm-kpi-label{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-top:6px;font-size:.72rem;font-weight:600}.crm-kpi-value{font-size:var(--text-xl);letter-spacing:-.06em;color:var(--ink);font-variant-numeric:tabular-nums;font-weight:600;line-height:1}.crm-kpi-card.is-accent .crm-kpi-value{color:var(--accent)}.crm-kpi-card.is-green .crm-kpi-value{color:#059669}.crm-kpi-card.is-blue .crm-kpi-value{color:#2563eb}.crm-kpi-card.is-orange .crm-kpi-value{color:#d97706}.crm-kpi-card.is-red .crm-kpi-value{color:#dc2626}.crm-kpi-card.is-sky .crm-kpi-value{color:#0284c7}.crm-kpi-hint{color:var(--muted);font-size:.74rem;line-height:1.4}.crm-account-row{border-radius:var(--radius-control);border:1.5px solid var(--border);background:var(--surface);cursor:pointer;grid-template-columns:minmax(220px,1.1fr) 160px minmax(240px,1fr) minmax(200px,.9fr);align-items:center;gap:16px;padding:16px 18px;transition:border-color .15s,box-shadow .15s,background .15s;display:grid}.crm-account-row:hover{border-color:var(--border-strong);box-shadow:var(--shadow-soft);background:var(--surface-soft)}.crm-account-row.is-active{border-color:rgba(var(--accent-rgb), .35);background:var(--accent-soft)}.crm-account-row.is-risk{border-left:3px solid var(--danger)}.crm-account-row.is-attention{border-left:3px solid var(--warning)}.crm-avatar{border-radius:var(--radius-md);border:1.5px solid var(--border);background:var(--accent-soft);letter-spacing:-.04em;width:44px;height:44px;color:var(--accent);flex-shrink:0;place-items:center;font-size:.92rem;font-weight:600;display:grid}.crm-drawer{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);gap:0;display:grid;position:sticky;top:24px;overflow:hidden}.crm-drawer-head{border-bottom:1px solid var(--border);background:var(--surface-soft);padding:24px 22px 20px}.crm-drawer-avatar{border-radius:var(--radius-md);border:2px solid rgba(var(--accent-rgb), .2);background:var(--accent-soft);letter-spacing:-.05em;width:60px;height:60px;color:var(--accent);place-items:center;margin-bottom:14px;font-size:1.3rem;font-weight:600;display:grid}.crm-drawer-name{color:var(--ink);letter-spacing:-.03em;font-size:1.15rem;font-weight:600;line-height:1.2}.crm-drawer-meta{color:var(--muted);margin-top:3px;font-size:.82rem}.crm-drawer-health{margin-top:12px}.crm-drawer-stats{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;display:grid}.crm-drawer-stat{border-right:1px solid var(--border);border-bottom:1px solid var(--border);gap:4px;padding:16px 18px;display:grid}.crm-drawer-stat:nth-child(2n){border-right:none}.crm-drawer-stat:nth-last-child(-n+2){border-bottom:none}.crm-stat-label{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:600}.crm-stat-value{font-size:var(--text-xl);letter-spacing:-.05em;color:var(--ink);font-variant-numeric:tabular-nums;font-weight:600;line-height:1}.crm-drawer-section{border-bottom:1px solid var(--border);padding:16px 20px}.crm-drawer-section:last-child{border-bottom:none}.crm-drawer-section-title{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:.72rem;font-weight:600}.crm-status-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:8px 0;font-size:.84rem;display:flex}.crm-status-row:last-child{border-bottom:none}.crm-status-row span{color:var(--muted)}.crm-status-row strong{color:var(--ink);font-weight:600}.crm-drawer-actions{gap:8px;padding:16px 20px;display:grid}.order-hero-v2{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);padding:20px 22px;position:relative;overflow:hidden}.order-hero-v2:before{content:"";background:var(--accent);height:3px;position:absolute;top:0;left:0;right:0}.order-hero-v2-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.order-hero-v2-id{font-size:var(--text-xl);letter-spacing:-.06em;color:var(--ink);font-weight:900;line-height:1}.order-hero-v2-badges{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.order-hero-v2-sub{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;font-size:.86rem;display:flex}.order-hero-v2-dot{color:var(--border-strong)}.order-hero-v2-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:10px;display:flex}.order-item-card-v2{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);gap:12px;padding:16px 18px;transition:border-color .15s;display:grid}.order-item-card-v2:hover{border-color:var(--border-strong)}.order-item-v2-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.order-item-v2-name{color:var(--ink);font-size:.96rem;font-weight:600;line-height:1.3}.order-item-v2-variant{color:var(--muted);margin-top:2px;font-size:.82rem}.order-item-v2-pills{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.order-item-v2-pill{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);align-items:center;gap:5px;padding:4px 10px;font-size:.78rem;display:flex}.order-item-v2-pill .kv-label{color:var(--muted);font-size:.72rem}.order-item-v2-pill strong{color:var(--ink);font-weight:600}.order-timeline-v{gap:0;display:grid}.order-timeline-item:not(:last-child) .order-timeline-spine{background:var(--border)}.order-timeline-rail{flex-direction:column;align-items:center;gap:0;display:flex}.order-timeline-node{border:2px solid var(--border);background:var(--surface);z-index:1;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:.8rem;display:grid}.order-timeline-item.is-accent .order-timeline-node{border-color:rgba(var(--accent-rgb), .4);background:var(--accent-soft);color:var(--accent)}.order-timeline-item.is-warning .order-timeline-node{background:var(--warning-soft);color:var(--warning);border-color:#d9770659}.order-timeline-desc{color:var(--text);margin-top:2px;font-size:.82rem;line-height:1.5}.journey{gap:14px;display:grid}.journey-steps{grid-auto-columns:1fr;grid-auto-flow:column;gap:0;display:grid}.journey-step{text-align:center;flex-direction:column;align-items:center;min-width:0;display:flex}.journey-step-track{align-items:center;width:100%;display:flex}.journey-conn{background:var(--border);border-radius:2px;flex:1;height:3px}.journey-step.is-done .journey-conn,.journey-step.is-active .journey-conn-left{background:var(--success)}.journey-node{border:2px solid var(--border);background:var(--surface);border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;margin:0 4px;font-size:.95rem;display:grid}.journey-step.is-done .journey-node{border-color:var(--success);background:var(--success-soft);color:var(--success);font-weight:700}.journey-step.is-active .journey-node{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .12)}.journey-step.is-pending .journey-node{color:var(--muted);opacity:.7}.journey-step-label{color:var(--muted);margin-top:8px;font-size:.8rem;font-weight:600;line-height:1.2}.journey-step.is-done .journey-step-label,.journey-step.is-active .journey-step-label{color:var(--ink)}.journey-step.is-active .journey-step-label{font-weight:700}.journey-step-time{color:var(--muted);min-height:1em;margin-top:2px;font-size:.7rem;line-height:1.3}.journey-banner{border:1px solid var(--border);border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex}.journey-banner-icon{border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:1rem;display:grid}.journey-banner-exception{background:var(--warning-soft);border-color:#d9770659}.journey-banner-exception .journey-banner-icon{color:var(--warning);background:#d9770626}.journey-banner-cancelled{background:var(--danger-soft);border-color:#dc262640}.journey-banner-cancelled .journey-banner-icon{color:var(--danger);background:#dc26261f}.journey-banner-title{color:var(--ink);font-size:.88rem;font-weight:600}.journey-banner-sub{color:var(--text);font-size:.78rem}.journey-details>summary{cursor:pointer;color:var(--muted);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:.8rem;font-weight:600;list-style:none;display:inline-flex}.journey-details>summary::-webkit-details-marker{display:none}.journey-details>summary:before{content:"▸";font-size:.7rem;transition:transform .15s}.journey-details[open]>summary:before{transform:rotate(90deg)}.journey-details[open]>summary{margin-bottom:14px}@media (max-width:720px){.journey-steps{grid-auto-flow:row;grid-auto-columns:unset}.journey-step{text-align:left;flex-direction:row;align-items:center;gap:12px;padding:6px 0}.journey-step-track{width:auto}.journey-conn{display:none}.journey-step-label{margin-top:0}.journey-step-time{margin-top:0;margin-left:auto}}.client-accounts-filters-bar{padding:14px 18px}.client-accounts-filters-inner{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.client-accounts-search{flex:1;min-width:200px}.client-accounts-filters-inner .field{min-width:160px;margin-bottom:0}.client-accounts-filters-inner .field label{display:none}.client-accounts-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:48px 24px;display:flex}.client-accounts-empty-icon{font-size:var(--text-xl);opacity:.6;margin-bottom:4px}.client-account-avatar{background:var(--accent-soft,#e8e4ff);width:34px;height:34px;color:var(--accent,#6c5ce7);letter-spacing:.03em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:600;display:flex}.client-account-cell{align-items:center;gap:10px;display:flex}.client-role-pill{border-radius:var(--radius-md);white-space:nowrap;align-items:center;gap:4px;padding:3px 10px;font-size:.76rem;font-weight:600;display:inline-flex}.client-role-pill.is-admin{background:color-mix(in srgb, var(--accent) 14%, transparent);color:var(--accent)}.client-role-pill.is-viewer{background:color-mix(in srgb, var(--warning) 14%, transparent);color:var(--warning)}.client-status-toggle{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #0000;align-items:center;gap:6px;padding:4px 10px;font-size:.78rem;font-weight:600;transition:opacity .15s,transform .1s;display:inline-flex}.client-status-toggle:disabled{opacity:.5;cursor:default}.client-status-toggle:not(:disabled):hover{opacity:.8;transform:scale(.98)}.client-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.client-status-toggle.is-active{color:var(--success);border-color:color-mix(in srgb, var(--success) 30%, transparent);background:color-mix(in srgb, var(--success) 10%, transparent)}.client-status-toggle.is-active .client-status-dot{background:var(--success)}.client-status-toggle.is-inactive{color:var(--muted);border-color:color-mix(in srgb, var(--muted) 30%, transparent);background:color-mix(in srgb, var(--muted) 10%, transparent)}.client-status-toggle.is-inactive .client-status-dot{background:var(--muted)}.client-quick-actions{gap:6px}.client-action-icon{align-items:center;gap:5px;font-size:.75rem!important;display:inline-flex!important}.client-action-icon.is-copied{color:var(--success)!important;border-color:color-mix(in srgb, var(--success) 40%, transparent)!important}.table-action-danger{color:var(--danger)!important}.table-action-danger:hover:not(:disabled){border-color:color-mix(in srgb, var(--danger) 40%, transparent)!important;background:color-mix(in srgb, var(--danger) 8%, transparent)!important}.client-accounts-table td{vertical-align:middle}.button-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.button-danger:hover:not(:disabled){opacity:.88}.pcl-accounts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;display:grid}.pcl-account-card{border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;gap:12px;padding:16px;transition:border-color .15s;display:flex}.pcl-account-card:hover{border-color:var(--accent)}.pcl-account-card.is-inactive{opacity:.65}.pcl-account-head{align-items:center;gap:10px;display:flex}.pcl-account-identity{flex:1;min-width:0}.pcl-account-identity .table-primary,.pcl-account-identity .table-secondary{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pcl-account-shops{min-height:28px}.pcl-account-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.portal-analytics-v2{--pa2-radius:14px}.pa2-header{margin-bottom:-4px}.pa2-generated-badge{color:var(--muted);background:var(--surface-raised,var(--surface));border:1px solid var(--border);border-radius:var(--radius-md);white-space:nowrap;padding:4px 12px;font-size:.78rem}.pa2-kpi-hero{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.pa2-kpi-card{border-radius:var(--pa2-radius);border:1.5px solid var(--border);background:var(--surface);align-items:flex-start;gap:14px;padding:18px 16px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.pa2-kpi-card:before{content:"";opacity:.06;background:var(--pa2-kpi-accent-raw,var(--accent));pointer-events:none;position:absolute;inset:0}.pa2-kpi-card:hover{border-color:var(--border-strong);background:var(--bg-hover)}.pa2-kpi-accent{--pa2-kpi-accent-raw:#6366f1;border-color:color-mix(in srgb, #6366f1 25%, var(--border))}.pa2-kpi-green{--pa2-kpi-accent-raw:#22c55e;border-color:color-mix(in srgb, #22c55e 25%, var(--border))}.pa2-kpi-blue{--pa2-kpi-accent-raw:#0ea5e9;border-color:color-mix(in srgb, #0ea5e9 25%, var(--border))}.pa2-kpi-red{--pa2-kpi-accent-raw:#ef4444;border-color:color-mix(in srgb, #ef4444 25%, var(--border))}.pa2-kpi-emoji{font-size:var(--text-xl);flex-shrink:0;margin-top:2px;line-height:1}.pa2-kpi-body{flex-direction:column;gap:2px;min-width:0;display:flex}.pa2-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.73rem;font-weight:600}.pa2-kpi-value{color:var(--ink);font-size:2rem;font-weight:600;line-height:1.1}.pa2-kpi-delta{color:var(--muted);font-size:.75rem}.pa2-pipeline-card{padding:20px 24px}.pa2-pipeline-header{margin-bottom:20px}.pa2-pipeline-header .eyebrow{margin-bottom:4px;display:block}.pa2-pipeline{scrollbar-width:thin;flex-wrap:nowrap;align-items:center;gap:0;padding-bottom:4px;display:flex;overflow-x:auto}.pa2-pipeline-step-wrap{flex-shrink:0;align-items:center;gap:0;display:flex}.pa2-pipeline-step{border-radius:var(--radius-md);background:color-mix(in srgb, var(--step-color,var(--accent)) 10%, var(--surface));border:1.5px solid color-mix(in srgb, var(--step-color,var(--accent)) 30%, transparent);text-align:center;flex-direction:column;align-items:center;gap:4px;min-width:88px;padding:12px 16px;transition:transform .12s;display:flex}.pa2-pipeline-step:hover{transform:scale(1.04)}.pa2-pipeline-emoji{font-size:1.4rem;line-height:1}.pa2-pipeline-value{font-size:var(--text-xl);color:var(--step-color,var(--ink));font-weight:600;line-height:1}.pa2-pipeline-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.pa2-pipeline-arrow{color:var(--border);flex-shrink:0;padding:0 4px;font-size:1.4rem;line-height:1}.pa2-service-times{border-top:1px solid var(--border);flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:16px;display:flex}.pa2-service-time-pill{background:var(--surface-raised,var(--surface));border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;flex:1;gap:2px;min-width:140px;padding:8px 12px;display:flex}.pa2-service-time-label{color:var(--muted);font-size:.72rem}.pa2-service-time-value{color:var(--ink);font-size:1.1rem;font-weight:600}.pa2-sla-card{padding:20px}.pa2-sla-layout{flex-wrap:wrap;align-items:flex-start;gap:20px;margin-top:8px;display:flex}.pa2-sla-ring-wrap{flex-shrink:0;width:100px;height:100px;position:relative}.pa2-sla-ring{width:100px;height:100px;transform:rotate(-90deg)}.pa2-sla-track{fill:none;stroke:var(--border);stroke-width:10px}.pa2-sla-fill{fill:none;stroke-width:10px;stroke-linecap:round;transition:stroke-dasharray .6s}.pa2-sla-center{flex-direction:column;justify-content:center;align-items:center;gap:1px;display:flex;position:absolute;inset:0}.pa2-sla-center strong{font-size:1.2rem;font-weight:600;line-height:1}.pa2-sla-center span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.65rem}.pa2-sla-breakdown{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.pa2-sla-row{border-radius:var(--radius-md);background:var(--surface-raised,color-mix(in srgb, var(--ink) 3%, transparent));justify-content:space-between;align-items:center;gap:8px;padding:6px 10px;font-size:.82rem;display:flex}.pa2-sla-row-label{color:var(--text)}.pa2-sla-row-value{font-size:1rem;font-weight:600}.pa2-sla-row-value.is-good{color:var(--success)}.pa2-sla-row-value.is-bad{color:var(--danger)}.pa2-risk-card{padding:20px}.pa2-risk-list{flex-direction:column;gap:6px;margin-top:8px;display:flex}.pa2-risk-row{border-radius:var(--radius-md);border:1.5px solid #0000;align-items:center;gap:10px;padding:10px 12px;display:flex}.pa2-risk-ok{background:color-mix(in srgb, var(--success) 8%, transparent);border-color:color-mix(in srgb, var(--success) 20%, transparent)}.pa2-risk-mid{background:#f59e0b1a;border-color:#f59e0b4d}.pa2-risk-high{background:color-mix(in srgb, var(--danger) 10%, transparent);border-color:color-mix(in srgb, var(--danger) 30%, transparent)}.pa2-risk-emoji{flex-shrink:0;font-size:1.1rem}.pa2-risk-body{flex:1;min-width:0}.pa2-risk-label{color:var(--ink);font-size:.84rem;font-weight:600;display:block}.pa2-risk-hint{color:var(--muted);font-size:.73rem}.pa2-risk-value{font-size:1.2rem;font-weight:600}.pa2-risk-ok .pa2-risk-value{color:var(--success)}.pa2-risk-mid .pa2-risk-value{color:#f59e0b}.pa2-risk-high .pa2-risk-value{color:var(--danger)}.pa2-bar-chart{align-items:flex-end;gap:8px;height:160px;padding:8px 0;display:flex;overflow-x:auto}.pa2-bar-col{flex-direction:column;flex:1;align-items:center;gap:3px;min-width:28px;display:flex}.pa2-bar-val{color:var(--muted);min-height:14px;font-size:.7rem;font-weight:600}.pa2-bar-track{background:color-mix(in srgb, var(--ink) 5%, transparent);border-radius:6px 6px 0 0;align-items:flex-end;width:100%;height:110px;display:flex;overflow:hidden}.pa2-bar-fill{border-radius:6px 6px 0 0;width:100%;min-height:2px;transition:height .4s}.pa2-bar-fill-blue{background:#0ea5e9}.pa2-bar-fill-green{background:#22c55e}.pa2-bar-label{color:var(--muted);font-size:.72rem;font-weight:600}.pa2-bar-sublabel{color:var(--success);min-height:12px;font-size:.65rem}.pa2-hbar-chart{flex-direction:column;gap:8px;margin-top:4px;display:flex}.pa2-hbar-row{align-items:center;gap:8px;display:flex}.pa2-hbar-label{color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;width:90px;font-size:.8rem;overflow:hidden}.pa2-hbar-track{background:color-mix(in srgb, var(--ink) 7%, transparent);border-radius:6px;flex:1;height:10px;overflow:hidden}.pa2-hbar-fill{border-radius:6px;min-width:3px;height:100%;transition:width .4s}.pa2-hbar-fill-indigo{background:#6366f1}.pa2-hbar-fill-red{background:#ef4444}.pa2-hbar-fill-green{background:#22c55e}.pa2-hbar-value{text-align:right;width:28px;color:var(--ink);font-size:.84rem;font-weight:600}.pa2-hbar-pct{color:var(--muted);text-align:right;width:32px;font-size:.72rem}.pa2-status-pct{color:var(--muted);margin-left:2px;font-size:.7rem}.pa2-carrier-detail{border-top:1px solid var(--border);margin-top:16px;padding-top:14px}.pa2-carrier-detail-head{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:8px;font-size:.72rem;font-weight:600}.pa2-carrier-row{border-bottom:1px solid color-mix(in srgb, var(--border) 60%, transparent);flex-wrap:wrap;align-items:center;gap:10px;padding:8px 0;display:flex}.pa2-carrier-row:last-child{border-bottom:none}.pa2-carrier-name{color:var(--ink);min-width:100px;font-size:.84rem;font-weight:600}.pa2-carrier-stats{color:var(--muted);flex-wrap:wrap;gap:12px;font-size:.78rem;display:flex}.pa2-stat-bad{color:var(--danger);font-weight:600}.pa2-mix-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:4px;display:grid}.pa2-mix-tile{border-radius:var(--radius-md);background:color-mix(in srgb, var(--mix-color,var(--accent)) 10%, var(--surface));border:1.5px solid color-mix(in srgb, var(--mix-color,var(--accent)) 22%, transparent);flex-direction:column;gap:3px;padding:14px 12px;display:flex}.pa2-mix-emoji{font-size:1.3rem;line-height:1}.pa2-mix-value{font-size:var(--text-xl);color:var(--ink);font-weight:600;line-height:1.1}.pa2-mix-label{color:var(--text);font-size:.75rem;font-weight:600}.pa2-mix-pct{color:var(--muted);font-size:.72rem}.pa2-share-bar-wrap{margin-top:14px}.pa2-share-bar{border-radius:var(--radius-md);background:var(--border);height:12px;margin-bottom:8px;display:flex;overflow:hidden}.pa2-share-bar-fill{height:100%;transition:width .4s}.pa2-share-bar-personalized{background:#6366f1}.pa2-share-bar-standard{background:#0ea5e9}.pa2-share-bar-legend{color:var(--muted);gap:16px;font-size:.75rem;display:flex}.pa2-aging-wrap{border-top:1px solid var(--border);margin-top:16px;padding-top:14px}.pa2-aging-title{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:.78rem;font-weight:600}.pa2-aging-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.pa2-aging-tile{border-radius:var(--radius-md);background:color-mix(in srgb, var(--aging-color,var(--accent)) 10%, var(--surface));border:1.5px solid color-mix(in srgb, var(--aging-color,var(--accent)) 25%, transparent);text-align:center;flex-direction:column;align-items:center;gap:3px;padding:10px 8px;display:flex}.pa2-aging-value{color:var(--aging-color,var(--ink));font-size:1.3rem;font-weight:600}.pa2-aging-label{color:var(--muted);font-size:.7rem;font-weight:600}.pa2-ranking-list{flex-direction:column;gap:4px;margin-top:4px;display:flex}.pa2-ranking-row{border-radius:var(--radius-md);align-items:center;gap:10px;padding:10px;transition:background .12s;display:flex}.pa2-ranking-link{cursor:pointer;text-decoration:none}.pa2-ranking-link:hover{background:color-mix(in srgb, var(--accent) 8%, transparent)}.pa2-ranking-pos{background:color-mix(in srgb, var(--accent) 15%, transparent);width:22px;height:22px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:600;display:flex}.pa2-ranking-info{flex:1;min-width:0}.pa2-ranking-metrics{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:6px;display:flex}.pa2-metric-pill{border-radius:var(--radius-md);white-space:nowrap;padding:2px 8px;font-size:.72rem;font-weight:600}.pa2-metric-blue{color:#0ea5e9;background:#0ea5e926}.pa2-metric-slate{color:#94a3b8;background:#94a3b826}.pa2-metric-red{color:#ef4444;background:#ef444426}.pa2-metric-orange{color:#f97316;background:#f9731626}.pa2-urgent-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.pa2-urgent-high .pa2-urgent-dot{background:var(--danger);box-shadow:0 0 6px color-mix(in srgb, var(--danger) 60%, transparent)}.pa2-urgent-mid .pa2-urgent-dot{background:#f97316}.pa2-urgent-low .pa2-urgent-dot{background:#f59e0b}.pa2-no-incidents{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px 16px;display:flex}.pa2-donut-card .portal-analytics-donut-track,.pa2-donut-card .portal-analytics-donut-segment{stroke-width:18px}.pa2-quick-links{flex-wrap:wrap;gap:10px;padding:4px 0 8px;display:flex}.client-accounts-divider{border-top:2px solid var(--border);margin-top:8px;padding:8px 0 4px}.client-accounts-divider .eyebrow{margin-bottom:4px;display:block}.client-accounts-divider .section-title{margin-bottom:4px}.crm-page{flex-direction:column;gap:20px;width:100%;min-width:0;padding:28px 32px 48px;display:flex}.crm-page-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.crm-page-title-block{align-items:baseline;gap:10px;display:flex}.crm-page-title{letter-spacing:-.3px;color:var(--text);margin:0;font-size:22px;font-weight:600}.crm-page-count{color:var(--muted);font-size:13px;font-weight:500}.crm-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.crm-search{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-width:200px;height:36px;color:var(--text);outline:none;flex:1;padding:0 12px;font-size:14px;transition:border-color .15s}.crm-search:focus{border-color:var(--accent)}.crm-filter-select{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);height:36px;color:var(--text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%236b6b7b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 9px center;background-repeat:no-repeat;outline:none;padding:0 30px 0 10px;font-size:13px}.crm-filter-select:focus{border-color:var(--accent)}.crm-list{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:1px;display:flex;overflow:hidden}.crm-row{background:var(--surface);align-items:center;gap:14px;padding:14px 16px;transition:background .12s;display:flex;position:relative}.crm-row:hover{background:var(--surface-raised,color-mix(in srgb, var(--surface) 95%, var(--text) 5%))}.crm-row-inactive{opacity:.6}.crm-avatar{background:var(--accent-soft,color-mix(in srgb, var(--accent,#6366f1) 15%, transparent));width:38px;height:38px;color:var(--accent,#6366f1);letter-spacing:.5px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.crm-identity{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.crm-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.crm-email{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.crm-meta{flex-shrink:0;align-items:center;gap:6px;display:flex}.crm-role-badge{letter-spacing:.3px;border-radius:6px;align-items:center;height:22px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.crm-role-admin{background:color-mix(in srgb, var(--accent,#6366f1) 12%, transparent);color:var(--accent,#6366f1)}.crm-role-viewer{background:color-mix(in srgb, var(--muted) 12%, transparent);color:var(--muted)}.crm-shops-pill{background:var(--border);height:22px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;border-radius:6px;align-items:center;max-width:140px;padding:0 8px;font-size:11px;font-weight:500;display:inline-flex;overflow:hidden}.crm-status-btn{border-radius:var(--radius-md);cursor:pointer;border:none;flex-shrink:0;align-items:center;gap:5px;height:26px;padding:0 10px;font-size:12px;font-weight:500;transition:opacity .15s;display:inline-flex}.crm-status-btn:disabled{opacity:.5;cursor:default}.crm-status-active{color:#16a34a;background:#22c55e1f}.crm-status-inactive{background:color-mix(in srgb, var(--muted) 10%, transparent);color:var(--muted)}.crm-status-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.crm-row-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.crm-action-btn{border-radius:var(--radius-md);border:1px solid var(--border);height:30px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:5px;padding:0 10px;font-size:12px;font-weight:500;text-decoration:none;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.crm-action-btn:hover{background:var(--border);color:var(--text);border-color:#0000}.crm-dropdown{flex-shrink:0;position:relative}.crm-dots-btn{border-radius:var(--radius-md);width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;transition:background .12s,color .12s;display:flex}.crm-dots-btn:hover{background:var(--border);color:var(--text)}.crm-dropdown-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);z-index:50;min-width:200px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.crm-dropdown-item{width:100%;color:var(--text);cursor:pointer;border-radius:var(--radius-md);text-align:left;background:0 0;border:none;align-items:center;gap:9px;padding:8px 10px;font-size:13px;font-weight:500;transition:background .1s;display:flex}.crm-dropdown-item:hover:not(:disabled){background:var(--border)}.crm-dropdown-item:disabled{opacity:.4;cursor:default}.crm-dropdown-item-danger{color:#ef4444}.crm-dropdown-item-danger:hover:not(:disabled){background:#ef44441a}.crm-form-grid{grid-template-columns:1fr 1fr;gap:14px 20px;display:grid}@media (max-width:560px){.crm-form-grid{grid-template-columns:1fr}}.crm-empty{text-align:center;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;align-items:center;gap:8px;padding:64px 24px;display:flex}.crm-empty-icon{margin-bottom:4px;font-size:36px}.crm-empty-title{color:var(--text);margin:0;font-size:15px;font-weight:600}.crm-empty-sub{color:var(--muted);margin:0;font-size:13px}@media (max-width:768px){.crm-page{padding:20px 16px 40px}.crm-row{flex-wrap:wrap}.crm-meta{order:3}.crm-row-actions{order:4}}.crm-layout{gap:0;min-height:100%;display:flex;position:relative}.crm-layout-with-panel .crm-page{flex:1;min-width:0}.crm-pipeline-total{border-radius:var(--radius-md);color:#16a34a;background:#22c55e1f;padding:3px 9px;font-size:12px;font-weight:600}.crm-header-right{align-items:center;gap:8px;display:flex}.crm-view-toggle{border:1px solid var(--border);border-radius:var(--radius-md);display:flex;overflow:hidden}.crm-view-btn{height:34px;color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0 12px;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:flex}.crm-view-btn:hover{background:var(--border);color:var(--text)}.crm-view-btn-active{background:var(--surface-raised,color-mix(in srgb, var(--accent,#6366f1) 8%, var(--surface)));color:var(--accent,#6366f1)}.crm-page-subtitle{color:var(--muted);margin:2px 0 0;font-size:13px}.crm-kpi-strip{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.crm-row{border-left:3px solid #0000;transition:background .12s,border-color .1s}.crm-row[data-stage=lead]{border-left-color:#94a3b8}.crm-row[data-stage=proposal]{border-left-color:#6366f1}.crm-row[data-stage=active]{border-left-color:#22c55e}.crm-row[data-stage=vip]{border-left-color:#f59e0b}.crm-row[data-stage=at_risk]{border-left-color:#ef4444}.crm-last-contact{color:var(--muted);white-space:nowrap;flex-shrink:0;min-width:90px;font-size:12px}.crm-last-contact-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-right:2px;font-size:10px}.crm-last-contact-empty{color:color-mix(in srgb, var(--muted) 60%, transparent);font-style:italic}.crm-stage-badge{border-radius:var(--radius-md);background:color-mix(in srgb, var(--stage-color) 14%, transparent);height:22px;color:var(--stage-color);white-space:nowrap;flex-shrink:0;align-items:center;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.crm-row-value{color:var(--text);text-align:right;flex-shrink:0;min-width:60px;font-size:13px;font-weight:600}.crm-row-selected{border-left:3px solid var(--accent,#6366f1);background:color-mix(in srgb, var(--accent,#6366f1) 6%, var(--surface))!important}.crm-row{cursor:pointer}.crm-panel{border-left:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;gap:0;width:340px;min-width:320px;max-height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.crm-panel-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:20px 18px 16px;display:flex}.crm-panel-identity{align-items:center;gap:12px;min-width:0;display:flex}.crm-avatar-lg{width:46px!important;height:46px!important;font-size:15px!important}.crm-avatar-sm{width:30px!important;height:30px!important;font-size:11px!important}.crm-panel-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.crm-panel-email{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.crm-panel-section{border-bottom:1px solid var(--border);padding:14px 18px}.crm-panel-section-grow{flex:1}.crm-panel-label{text-transform:uppercase;letter-spacing:.6px;color:var(--muted);margin-bottom:8px;font-size:11px;font-weight:600}.crm-stage-picker{flex-wrap:wrap;gap:5px;display:flex}.crm-stage-pill{border-radius:var(--radius-md);border:1.5px solid color-mix(in srgb, var(--stage-color) 30%, transparent);height:26px;color:var(--muted);cursor:pointer;background:0 0;padding:0 10px;font-size:12px;font-weight:500;transition:all .12s}.crm-stage-pill:hover{background:color-mix(in srgb, var(--stage-color) 10%, transparent);color:var(--stage-color)}.crm-stage-pill-active{background:color-mix(in srgb, var(--stage-color) 15%, transparent);color:var(--stage-color);border-color:var(--stage-color)}.crm-panel-stats{background:var(--border);border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;gap:1px;display:grid}.crm-panel-stat{background:var(--surface);flex-direction:column;gap:3px;padding:12px 18px;display:flex}.crm-panel-stat-label{color:var(--muted);font-size:11px}.crm-panel-stat-value{color:var(--text);font-size:14px;font-weight:600}.crm-val-active{color:#16a34a}.crm-val-inactive{color:var(--muted)}.crm-deal-input-wrap{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);align-items:center;display:flex;overflow:hidden}.crm-deal-prefix{color:var(--muted);background:color-mix(in srgb, var(--border) 50%, transparent);border-right:1px solid var(--border);align-items:center;height:36px;padding:0 10px;font-size:13px;display:flex}.crm-deal-input{height:36px;color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:0 10px;font-size:14px}.crm-panel-shops{flex-wrap:wrap;gap:4px;display:flex}.crm-notes-textarea{resize:vertical;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:100%;color:var(--text);outline:none;min-height:100px;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .15s}.crm-notes-textarea:focus{border-color:var(--accent)}.crm-panel-save-bar{border-top:1px solid var(--border);background:color-mix(in srgb, var(--accent,#6366f1) 4%, var(--surface));flex-shrink:0;gap:8px;padding:12px 18px;display:flex}.crm-panel-actions{border-top:1px solid var(--border);flex-direction:column;flex-shrink:0;display:flex}.crm-panel-action-btn{border:none;border-bottom:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;align-items:center;gap:9px;padding:11px 18px;font-size:13px;font-weight:500;text-decoration:none;transition:background .1s;display:flex}.crm-panel-action-btn:last-child{border-bottom:none}.crm-panel-action-btn:hover{background:var(--border)}.crm-kanban{gap:12px;padding-bottom:16px;display:flex;overflow-x:auto}.crm-kanban-col{flex-direction:column;flex-shrink:0;gap:8px;width:220px;min-width:220px;display:flex}.crm-kanban-col-header{border-radius:var(--radius-md);background:color-mix(in srgb, var(--stage-color) 8%, var(--surface));border:1px solid color-mix(in srgb, var(--stage-color) 20%, transparent);padding:10px 12px}.crm-kanban-col-title{color:var(--stage-color);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.crm-kanban-dot{background:var(--stage-color);border-radius:50%;flex-shrink:0;width:7px;height:7px}.crm-kanban-col-meta{align-items:center;gap:6px;margin-top:4px;display:flex}.crm-kanban-count{color:var(--muted);font-size:11px;font-weight:600}.crm-kanban-value{color:var(--stage-color);font-size:11px;font-weight:600}.crm-kanban-cards{flex-direction:column;gap:6px;display:flex}.crm-kanban-empty{color:var(--muted);text-align:center;border:1px dashed var(--border);border-radius:var(--radius-md);padding:16px 12px;font-size:12px}.crm-kanban-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;gap:8px;padding:12px;transition:box-shadow .12s,border-color .12s;display:flex}.crm-kanban-card:hover{border-color:var(--accent,#6366f1);box-shadow:0 2px 10px #00000014}.crm-kanban-card-top{align-items:center;gap:8px;display:flex}.crm-kanban-card-identity{flex:1;min-width:0}.crm-kanban-card-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.crm-kanban-card-shop{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.crm-kanban-card-value{color:var(--text);font-size:13px;font-weight:600}.crm-kanban-card-notes{color:var(--muted);font-size:11px;line-height:1.4}.crm-kanban-card-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px;display:flex}.crm-kanban-card-date{color:var(--muted);font-size:11px}.crm-kanban-card-move{border-top:1px solid var(--border);flex-direction:column;gap:3px;padding-top:8px;display:none}.crm-kanban-card:hover .crm-kanban-card-move{display:flex}.crm-kanban-move-btn{background:color-mix(in srgb, var(--stage-color) 10%, transparent);color:var(--stage-color);cursor:pointer;text-align:left;border:none;border-radius:5px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:500;transition:opacity .1s;display:flex}.crm-kanban-move-btn:hover{opacity:.8}@media (max-width:900px){.crm-layout{flex-direction:column}.crm-panel{border-left:none;border-top:1px solid var(--border);width:100%;min-width:0;max-height:none;position:static}}.integ-page{flex-direction:column;gap:32px;max-width:1000px;padding:28px 32px 56px;display:flex}.integ-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.integ-page-title{letter-spacing:-.3px;color:var(--text);margin:0 0 4px;font-size:22px;font-weight:600}.integ-page-desc{color:var(--muted);max-width:520px;margin:0;font-size:14px}.integ-header-stats{flex-shrink:0;gap:20px;display:flex}.integ-header-stat{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.integ-header-stat-value{color:var(--accent,#6366f1);font-size:24px;font-weight:600;line-height:1}.integ-header-stat-label{color:var(--muted);font-size:12px}.integ-section{flex-direction:column;gap:16px;display:flex}.integ-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.integ-section-title{color:var(--text);align-items:center;gap:8px;margin:0 0 4px;font-size:16px;font-weight:600;display:flex}.integ-section-desc{color:var(--muted);margin:0;font-size:13px}.integ-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;display:grid}.integ-grid-soon{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.integ-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;gap:14px;padding:18px;transition:box-shadow .15s;display:flex}.integ-card:hover{box-shadow:0 2px 12px #00000012}.integ-card-connected{border-color:color-mix(in srgb, var(--accent,#6366f1) 30%, var(--border));background:color-mix(in srgb, var(--accent,#6366f1) 3%, var(--surface))}.integ-card-soon{opacity:.7}.integ-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.integ-card-logo-wrap{align-items:center;gap:12px;min-width:0;display:flex}.integ-logo-box{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.integ-card-name{color:var(--text);font-size:14px;font-weight:600}.integ-card-domain{color:var(--muted);margin-top:1px;font-size:12px}.integ-card-desc{color:var(--muted);margin-top:1px;font-size:12px;line-height:1.4}.integ-status-badge{border-radius:var(--radius-md);flex-shrink:0;align-items:center;height:22px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.integ-status-ok{color:#16a34a;background:#22c55e1f}.integ-status-error{color:#dc2626;background:#ef44441f}.integ-status-available{background:color-mix(in srgb, var(--accent,#6366f1) 12%, transparent);color:var(--accent,#6366f1)}.integ-status-soon{background:color-mix(in srgb, var(--muted) 10%, transparent);color:var(--muted)}.integ-card-meta{background:color-mix(in srgb, var(--border) 40%, transparent);border-radius:var(--radius-md);flex-direction:column;gap:6px;padding:10px 12px;display:flex}.integ-meta-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.integ-meta-label{color:var(--muted);flex-shrink:0;font-size:11px}.integ-meta-value{color:var(--text);text-align:right;font-size:12px;font-weight:500}.integ-val-ok{color:#16a34a}.integ-meta-error .integ-meta-value{color:#dc2626;font-size:11px}.integ-card-actions{flex-wrap:wrap;gap:6px;display:flex}.integ-sync-result{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-md);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.integ-sync-stat{background:var(--surface);flex-direction:column;align-items:center;gap:2px;padding:8px 4px;display:flex}.integ-sync-stat-value{color:var(--text);font-size:16px;font-weight:600}.integ-sync-stat-label{color:var(--muted);text-align:center;font-size:10px}.integ-webhook-list{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:1px;display:flex;overflow:hidden}.integ-webhook-row{background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.integ-webhook-main{flex-direction:column;gap:5px;min-width:0;display:flex}.integ-webhook-url{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-family:monospace;font-size:13px;font-weight:600;overflow:hidden}.integ-webhook-events{flex-wrap:wrap;gap:4px;display:flex}.integ-event-pill{background:color-mix(in srgb, var(--accent,#6366f1) 10%, transparent);height:20px;color:var(--accent,#6366f1);border-radius:4px;align-items:center;padding:0 7px;font-size:11px;font-weight:500;display:inline-flex}.integ-webhook-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.integ-event-picker{flex-direction:column;gap:4px;display:flex}.integ-event-option{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:10px;padding:10px 12px;transition:background .1s,border-color .1s;display:flex}.integ-event-option:hover{background:var(--border)}.integ-event-option-active{border-color:var(--accent,#6366f1);background:color-mix(in srgb, var(--accent,#6366f1) 6%, transparent)}.integ-event-option-check{border:1.5px solid var(--border);width:18px;height:18px;color:var(--accent,#6366f1);background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .1s,background .1s;display:flex}.integ-event-option-active .integ-event-option-check{border-color:var(--accent,#6366f1);background:var(--accent,#6366f1);color:#fff}.integ-event-option-label{color:var(--text);font-size:13px;font-weight:600}.integ-event-option-desc{color:var(--muted);margin-top:1px;font-size:12px}.integ-api-box{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;gap:16px;padding:18px;display:flex}.integ-api-url-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.integ-api-label{color:var(--muted);flex-shrink:0;font-size:12px;font-weight:600}.integ-api-code-wrap{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.integ-api-code{background:color-mix(in srgb, var(--border) 50%, transparent);color:var(--text);text-overflow:ellipsis;white-space:nowrap;border-radius:6px;flex:1;padding:6px 10px;font-family:monospace;font-size:13px;overflow:hidden}.integ-endpoint-list{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:1px;display:flex;overflow:hidden}.integ-endpoint-row{background:var(--surface);flex-wrap:wrap;align-items:center;gap:10px;padding:9px 12px;display:flex}.integ-method{letter-spacing:.5px;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:600}.integ-method-get{color:#16a34a;background:#22c55e26}.integ-method-post{color:#4f46e5;background:#6366f126}.integ-endpoint-path{color:var(--text);flex:1;font-family:monospace;font-size:12px}.integ-endpoint-desc{color:var(--muted);font-size:12px}.integ-empty{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-md);flex-direction:column;align-items:center;gap:6px;padding:40px 24px;display:flex}.integ-empty-icon{font-size:28px}.integ-empty-title{color:var(--text);margin:0;font-size:14px;font-weight:600}.integ-empty-sub{color:var(--muted);margin:0;font-size:13px}@media (max-width:640px){.integ-page{padding:20px 16px 40px}.integ-grid{grid-template-columns:1fr}.integ-sync-result{grid-template-columns:repeat(2,1fr)}}.trk2-page{--trk-accent:#6366f1;--trk-accent-rgb:99, 102, 241;color:#111827;background:#f8f9fb;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.trk2-topbar{z-index:10;-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #0000000f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex;position:sticky;top:0}.trk2-topbar-brand{align-items:center;gap:10px;display:flex}.trk2-topbar-mark{border-radius:var(--radius-md);background:var(--trk-accent);color:#fff;letter-spacing:.5px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:600;display:flex}.trk2-topbar-logo{object-fit:contain;border-radius:6px;width:auto;height:36px}.trk2-topbar-name{color:#111827;font-size:15px;font-weight:600}.trk2-order-chip{border-radius:var(--radius-md);color:#6b7280;font-variant-numeric:tabular-nums;letter-spacing:.2px;background:#f3f4f6;align-items:center;height:30px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.trk2-hero{background:rgba(var(--trk-accent-rgb), .06);border-bottom:1px solid rgba(var(--trk-accent-rgb), .1);padding:48px 24px 40px}.trk2-hero-transit{background:#3b82f60f;border-bottom-color:#3b82f61f}.trk2-hero-ofd{background:#6366f10f;border-bottom-color:#6366f11f}.trk2-hero-prepared{background:#8b5cf60f;border-bottom-color:#8b5cf61f}.trk2-hero-delivered{background:#16a34a0f;border-bottom-color:#16a34a1f}.trk2-hero-exception{background:#d977060f;border-bottom-color:#d977061f}.trk2-hero-inner{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:600px;margin:0 auto;display:flex}.trk2-status-pill-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.trk2-status-pill{border-radius:var(--radius-md);letter-spacing:.3px;align-items:center;gap:7px;height:28px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.trk2-status-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}@keyframes trk2-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.trk2-status-pulse .trk2-status-dot{animation:2s ease-in-out infinite trk2-pulse}@keyframes trk2-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes trk2-node-pop{0%{opacity:0;transform:scale(.5)}65%{opacity:1;transform:scale(1.18)}to{transform:scale(1)}}@keyframes trk2-conn-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes trk2-slide-in{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:translate(0)}}@keyframes trk2-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.trk2-status-pill-wrap{animation:.45s cubic-bezier(.22,.68,0,1.2) 50ms both trk2-fade-up}.trk2-hero-title{animation:.5s cubic-bezier(.22,.68,0,1.2) .15s both trk2-fade-up}.trk2-hero-desc{animation:.45s .25s both trk2-fade-up}.trk2-step:first-child .trk2-step-node{animation:.4s cubic-bezier(.22,.68,0,1.3) .3s both trk2-node-pop}.trk2-step:nth-child(2) .trk2-step-node{animation:.4s cubic-bezier(.22,.68,0,1.3) .42s both trk2-node-pop}.trk2-step:nth-child(3) .trk2-step-node{animation:.4s cubic-bezier(.22,.68,0,1.3) .54s both trk2-node-pop}.trk2-step:nth-child(4) .trk2-step-node{animation:.4s cubic-bezier(.22,.68,0,1.3) .66s both trk2-node-pop}.trk2-step:nth-child(5) .trk2-step-node{animation:.4s cubic-bezier(.22,.68,0,1.3) .78s both trk2-node-pop}.trk2-step:first-child .trk2-step-label{animation:.3s .38s both trk2-fade-up}.trk2-step:nth-child(2) .trk2-step-label{animation:.3s .5s both trk2-fade-up}.trk2-step:nth-child(3) .trk2-step-label{animation:.3s .62s both trk2-fade-up}.trk2-step:nth-child(4) .trk2-step-label{animation:.3s .74s both trk2-fade-up}.trk2-step:nth-child(5) .trk2-step-label{animation:.3s .86s both trk2-fade-up}.trk2-step:nth-child(6) .trk2-step-label{animation:.3s .98s both trk2-fade-up}.trk2-step-conn-done{transform-origin:0;animation:.5s .35s both trk2-conn-fill}.trk2-step-node-active{animation:2.8s ease-in-out 1.2s infinite trk2-float!important}.trk2-info-row:first-child{animation:.35s .55s both trk2-slide-in}.trk2-info-row:nth-child(2){animation:.35s .65s both trk2-slide-in}.trk2-info-row:nth-child(3){animation:.35s .75s both trk2-slide-in}.trk2-info-row:nth-child(4){animation:.35s .85s both trk2-slide-in}.trk2-carrier-btn{animation:.35s .95s both trk2-fade-up}.trk2-status-received{color:#6b7280;background:#f3f4f6}.trk2-status-prepared{color:#7c3aed;background:#8b5cf61f}.trk2-status-in_transit{color:#2563eb;background:#3b82f61f}.trk2-status-out_for_delivery{color:#4f46e5;background:#6366f11f}.trk2-status-delivered{color:#15803d;background:#16a34a1f}.trk2-status-exception{color:#b45309;background:#d977061f}.trk2-hero-ts{color:#9ca3af;font-size:12px}.trk2-hero-title{color:#111827;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:600;line-height:1.2}.trk2-hero-sub{color:#6b7280;max-width:460px;margin:0;font-size:15px;line-height:1.6}.trk2-eta-badge{border-radius:var(--radius-md);border:1.5px solid rgba(var(--trk-accent-rgb), .2);color:var(--trk-accent);background:#fff;align-items:center;gap:8px;margin-top:4px;padding:10px 16px;display:inline-flex;box-shadow:0 1px 3px #0000000d}.trk2-eta-label{text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;font-size:11px;font-weight:600}.trk2-eta-date{color:#111827;text-transform:capitalize;font-size:14px;font-weight:600}.trk2-progress-wrap{background:#fff;border-bottom:1px solid #e5e7eb;padding:24px 24px 20px}.trk2-progress-inner{align-items:flex-start;max-width:600px;margin:0 auto;display:flex}.trk2-step{flex-direction:column;flex:1;align-items:center;gap:8px;display:flex;position:relative}.trk2-step-track{align-items:center;width:100%;display:flex}.trk2-step-conn{background:#e5e7eb;border-radius:2px;flex:1;height:3px;transition:background .3s}.trk2-conn-filled{background:var(--trk-accent)}.trk2-step-node{z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:relative}.trk2-step-node-done{background:var(--trk-accent);color:#fff;box-shadow:0 2px 8px rgba(var(--trk-accent-rgb), .35)}.trk2-step-node-active{border:2.5px solid var(--trk-accent);color:var(--trk-accent);box-shadow:0 0 0 5px rgba(var(--trk-accent-rgb), .1), 0 2px 8px rgba(var(--trk-accent-rgb), .2);background:#fff}.trk2-step-node-pending{color:#d1d5db;background:#f3f4f6;border:2px solid #e5e7eb}.trk2-step-icon{font-size:14px;line-height:1}.trk2-step-label{text-align:center;white-space:nowrap;font-size:11px;font-weight:600}.trk2-step-label-done{color:var(--trk-accent)}.trk2-step-label-active{color:var(--trk-accent);font-weight:600}.trk2-step-label-pending{color:#d1d5db}.trk2-step-ts{color:#9ca3af;text-align:center;white-space:nowrap;min-height:1.2em;margin-top:1px;font-size:9.5px}.trk2-exception-banner{color:#92400e;background:#fffbeb;border-bottom:1px solid #fde68a;align-items:center;gap:12px;padding:14px 24px;font-size:13px;font-weight:500;line-height:1.5;display:flex}.trk2-exception-banner svg{color:#d97706;flex-shrink:0}.trk2-delayed-banner{color:#1e40af;background:#eff6ff;border-bottom:1px solid #bfdbfe;align-items:center;gap:12px;padding:14px 24px;font-size:13px;font-weight:500;line-height:1.5;display:flex}.trk2-delayed-banner svg{color:#2563eb;flex-shrink:0}.trk2-eta-rel{background:rgba(var(--trk-accent-rgb), .12);color:var(--trk-accent);letter-spacing:.2px;border-radius:999px;align-items:center;padding:2px 8px;font-size:12px;font-weight:700;display:inline-flex}.trk2-eta-rel-today{color:#15803d;background:#16a34a1f}.trk2-eta-rel-tomorrow{color:#4338ca;background:#6366f11f}.trk2-topbar-order{align-items:center;gap:8px;display:flex}.trk2-share{position:relative}.trk2-share-btn{border-radius:var(--radius-md);color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;align-items:center;gap:6px;height:30px;padding:0 12px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.trk2-share-btn:hover{background:#f9fafb;border-color:#d1d5db}.trk2-share-btn:focus-visible{outline:2px solid var(--trk-accent);outline-offset:2px}.trk2-share-menu{border-radius:var(--radius-md);z-index:20;background:#fff;border:1px solid #e5e7eb;flex-direction:column;gap:2px;min-width:200px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0000001a}.trk2-share-item{color:#1f2937;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.trk2-share-item:hover,.trk2-share-item:focus-visible{background:#f3f4f6;outline:none}.trk2-share-item svg{color:#6b7280;flex-shrink:0}.trk2-main{box-sizing:border-box;flex-direction:column;flex:1;gap:16px;width:100%;max-width:680px;margin:0 auto;padding:28px 24px;display:flex}.trk2-info-card{border-radius:var(--radius-md);background:#fff;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 2px 12px #0000000f}.trk2-info-rows{flex-direction:column;display:flex}.trk2-info-row{border-bottom:1px solid #f3f4f6;align-items:center;gap:14px;padding:15px 20px;display:flex}.trk2-info-row-last{border-bottom:none}.trk2-info-emoji{border-radius:var(--radius-md);background:#f8f9fb;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;line-height:1;display:flex}.trk2-info-row-body{flex-direction:column;gap:2px;min-width:0;display:flex}.trk2-info-label{text-transform:uppercase;letter-spacing:.6px;color:#9ca3af;font-size:11px;font-weight:600}.trk2-info-value{color:#111827;word-break:break-all;font-size:14px;font-weight:600}.trk2-info-carrier{font-size:16px;font-weight:600}.trk2-tracking-link{color:var(--trk-accent);word-break:break-all;align-items:center;gap:5px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.trk2-tracking-link:hover{text-decoration:underline}.trk2-carrier-btn{background:rgba(var(--trk-accent-rgb), .05);color:var(--trk-accent);border-top:1px solid rgba(var(--trk-accent-rgb),.12);letter-spacing:.1px;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.trk2-carrier-btn:hover{background:rgba(var(--trk-accent-rgb), .1)}.trk2-timeline-card{border-radius:var(--radius-md);background:#fff;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 2px 12px #0000000f}.trk2-timeline-head{color:#111827;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:16px 20px;font-size:14px;font-weight:600;display:flex}.trk2-tl-count{color:#9ca3af;border-radius:var(--radius-md);background:#f3f4f6;padding:2px 8px;font-size:11px;font-weight:600}.trk2-tl{padding:8px 0 4px}.trk2-tl-item{gap:0;padding:0 20px;display:flex;position:relative}.trk2-tl-item-latest .trk2-tl-content{background:rgba(var(--trk-accent-rgb), .04);border-radius:var(--radius-md);border:1px solid rgba(var(--trk-accent-rgb), .1);margin:4px 0 4px -2px;padding:11px 14px}.trk2-tl-item:not(.trk2-tl-item-latest) .trk2-tl-content{padding:10px 14px}.trk2-tl-spine{flex-direction:column;flex-shrink:0;align-items:center;width:36px;padding-top:16px;display:flex}.trk2-tl-dot{z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.trk2-tl-dot-delivered{color:#fff;background:#16a34a}.trk2-tl-dot-ofd{background:var(--trk-accent);color:#fff}.trk2-tl-dot-transit{color:#fff;background:#2563eb}.trk2-tl-dot-exception{color:#fff;background:#d97706}.trk2-tl-dot-label{color:#fff;background:#7c3aed}.trk2-tl-dot-active{background:var(--trk-accent);color:#fff}.trk2-tl-dot-default{background:#e5e7eb;border:2px solid #d1d5db}.trk2-tl-line{background:#e5e7eb;border-radius:1px;flex:1;width:2px;min-height:16px;margin:3px 0}.trk2-tl-content{flex:1;min-width:0}.trk2-tl-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.trk2-tl-label{color:#111827;font-size:13px;font-weight:600}.trk2-tl-now-badge{border-radius:var(--radius-md);background:var(--trk-accent);color:#fff;letter-spacing:.3px;align-items:center;height:18px;padding:0 7px;font-size:10px;font-weight:600;display:inline-flex}.trk2-tl-desc{color:#6b7280;margin:3px 0 0;font-size:12px;line-height:1.5}.trk2-tl-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:5px;display:flex}.trk2-tl-location{color:#374151;align-items:center;gap:4px;font-size:11px;font-weight:500;display:inline-flex}.trk2-tl-time{align-items:center;gap:6px;font-size:11px;display:inline-flex}.trk2-tl-reltime{color:#374151;font-weight:600}.trk2-tl-abstime{color:#9ca3af}.trk2-tl-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:36px 20px;display:flex}.trk2-tl-empty-icon{opacity:.35;font-size:28px}.trk2-tl-empty-title{color:#374151;font-size:14px;font-weight:600}.trk2-tl-empty-desc{color:#9ca3af;max-width:260px;font-size:12px;line-height:1.5}.trk2-empty-timeline{border-radius:var(--radius-md);text-align:center;background:#fff;border:1px solid #e5e7eb;flex-direction:column;align-items:center;gap:14px;padding:48px 24px;display:flex;box-shadow:0 2px 12px #0000000f}.trk2-empty-icon-wrap{font-size:42px;line-height:1}.trk2-empty-text{color:#6b7280;max-width:280px;margin:0;font-size:14px;line-height:1.7}.trk2-cta-wrap{box-sizing:border-box;width:100%;max-width:680px;margin:0 auto;padding:0 24px 24px}.trk-cta-section{background:rgba(var(--trk-accent-rgb,99,102,241), .05);border:1px solid rgba(var(--trk-accent-rgb,99,102,241), .15);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:16px;padding:28px 24px;display:flex}.trk-cta-message{color:#374151;max-width:420px;margin:0;font-size:15px;line-height:1.6}.trk-cta-btn{border-radius:var(--radius-md);background:var(--tracking-accent,#6366f1);color:#fff;align-items:center;gap:6px;height:44px;padding:0 24px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.trk-cta-btn:hover{opacity:.88}.trk-discount-block{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.trk-discount-text{color:#6b7280;margin:0;font-size:13px}.trk-discount-code-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.trk-discount-code{border-radius:var(--radius-md);border:1.5px dashed var(--tracking-accent,#6366f1);letter-spacing:2px;color:var(--tracking-accent,#6366f1);background:#fff;padding:8px 18px;font-family:monospace;font-size:18px;font-weight:600;display:inline-block}.trk-discount-copy{border-radius:var(--radius-md);color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;align-items:center;gap:6px;height:34px;padding:0 14px;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:inline-flex}.trk-discount-copy:hover{color:#374151;background:#f3f4f6}.trk-review-card{border-radius:var(--radius-md);text-align:center;background:#fffbeb;border:1.5px solid #fde68a;flex-direction:column;align-items:center;gap:10px;width:100%;padding:24px 20px;display:flex}.trk-review-stars{font-size:var(--text-xl);letter-spacing:3px;line-height:1;animation:.4s cubic-bezier(.22,1,.36,1) both trk-stars-in}@keyframes trk-stars-in{0%{opacity:0;transform:scale(.7)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.trk-review-title{color:#1c1917;letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:600}.trk-review-sub{color:#78716c;max-width:320px;margin:0;font-size:.875rem;line-height:1.5}.trk-review-btn{border-radius:var(--radius-md);color:#fff;background:#f59e0b;align-items:center;gap:6px;height:44px;margin-top:4px;padding:0 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.trk-review-btn:hover{background:#d97706}.trk-settings-divider{border-top:1px solid var(--border);align-items:center;gap:10px;margin-top:4px;padding:12px 0 4px;display:flex}.trk-settings-divider span{color:var(--text);white-space:nowrap;font-size:.875rem;font-weight:600}.trk-branding-panel{border-bottom:1px solid var(--border);flex-direction:column;gap:16px;margin-bottom:20px;padding-bottom:20px;display:flex}.trk-branding-fields{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}@media (max-width:700px){.trk-branding-fields{grid-template-columns:1fr}}.trk-branding-fields .field:has(.trk-logo-uploader){grid-column:1/-1}.trk-logo-uploader{align-items:center;gap:14px;display:flex}.trk-logo-preview{border:1px dashed var(--border);background:#f9fafb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:88px;height:88px;display:flex;overflow:hidden}.trk-logo-preview img{object-fit:contain;max-width:100%;max-height:100%}.trk-logo-placeholder{color:#9ca3af;text-transform:uppercase;letter-spacing:.4px;font-size:11px}.trk-logo-actions{flex-wrap:wrap;gap:8px;display:flex}.button-danger-ghost{color:#b91c1c;cursor:pointer;background:0 0;border:1px solid #fecaca;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:600}.button-danger-ghost:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}.button-danger-ghost:disabled{opacity:.6;cursor:not-allowed}.pack-scan{border:1px solid var(--border,#e5e7eb);background:#fff;border-radius:12px;flex-direction:column;gap:14px;padding:18px;transition:box-shadow .2s,border-color .2s;display:flex}@keyframes pack-scan-flash-success{0%{border-color:#16a34a;box-shadow:0 0 0 4px #16a34a59}to{border-color:var(--border,#e5e7eb);box-shadow:0 0 #16a34a00}}@keyframes pack-scan-flash-error{0%{border-color:#dc2626;box-shadow:0 0 0 4px #dc262659}to{border-color:var(--border,#e5e7eb);box-shadow:0 0 #dc262600}}.pack-scan-flash-success{animation:.8s ease-out pack-scan-flash-success}.pack-scan-flash-error{animation:.8s ease-out pack-scan-flash-error}.pack-scan-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.pack-scan-counter{flex-direction:column;align-items:flex-end;line-height:1.1;display:flex}.pack-scan-counter-value{font-variant-numeric:tabular-nums;color:#111827;font-size:22px;font-weight:700}.pack-scan-counter-label{color:#6b7280;text-transform:uppercase;letter-spacing:.4px;font-size:11px}.pack-scan-progress{background:#f3f4f6;border-radius:999px;height:6px;overflow:hidden}.pack-scan-progress-fill{background:#6366f1;border-radius:999px;height:100%;transition:width .25s ease-out}.pack-scan-progress-complete .pack-scan-progress-fill{background:#16a34a}.pack-scan-form{gap:8px;display:flex}.pack-scan-input{border:1.5px solid var(--border,#e5e7eb);background:#fafafa;border-radius:8px;flex:1;padding:12px 14px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:16px}.pack-scan-input:focus{background:#fff;border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.pack-scan-input:disabled{opacity:.6;cursor:not-allowed}.pack-scan-feedback{border-radius:8px;padding:10px 12px;font-size:13px;font-weight:500}.pack-scan-feedback-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.pack-scan-feedback-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.pack-scan-items{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.pack-scan-item{border:1px solid var(--border,#e5e7eb);background:#fff;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;display:flex}.pack-scan-item-done{background:#f0fdf4;border-color:#bbf7d0}.pack-scan-item-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.pack-scan-item-name{color:#111827;font-size:14px;font-weight:600}.pack-scan-item-variant{color:#6b7280;font-size:12px}.pack-scan-item-sku{color:#4b5563;background:#f3f4f6;border-radius:4px;align-self:flex-start;margin-top:2px;padding:2px 6px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px}.pack-scan-item-right{align-items:center;gap:10px;display:flex}.pack-scan-item-count{font-variant-numeric:tabular-nums;color:#111827;font-size:14px;font-weight:600}.pack-scan-item-done .pack-scan-item-count{color:#15803d}.pack-scan-item-reset{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.pack-scan-item-reset:hover:not(:disabled){color:#111827;background:#f9fafb}.pack-scan-item-reset:disabled{opacity:.5;cursor:not-allowed}.pack-verif-toggle{border:1px solid var(--border,#e5e7eb);background:#f9fafb;border-radius:10px;align-items:center;gap:16px;padding:14px 16px;display:flex}.pack-verif-toggle-text{flex-direction:column;flex:1;gap:4px;display:flex}.pack-scan-required-pill{color:#92400e;background:#fef3c7;border-radius:999px;margin-top:6px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-block}.warehouse-section{border:1px solid var(--border,#e5e7eb);background:#fff;border-radius:12px;flex-direction:column;gap:14px;padding:18px;display:flex}.warehouse-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.warehouse-filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.warehouse-search-form{gap:8px;display:flex}.warehouse-search-form .input{flex:1;max-width:360px;font-family:ui-monospace,SF Mono,Menlo,monospace}.warehouse-search-results{margin-top:4px}.warehouse-search-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.warehouse-search-item{border:1px solid var(--border,#e5e7eb);background:#fafbfc;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.warehouse-search-loc{flex-shrink:0;align-items:center;gap:8px;display:flex}.warehouse-table{border-collapse:collapse;width:100%;font-size:13px}.warehouse-table th,.warehouse-table td{text-align:left;border-bottom:1px solid var(--border,#e5e7eb);vertical-align:middle;padding:10px 12px}.warehouse-table th{text-transform:uppercase;letter-spacing:.5px;color:#6b7280;font-size:11px;font-weight:600}.warehouse-row-inactive{opacity:.5}.warehouse-meta{color:#4b5563;font-size:12px}.warehouse-code-chip{color:#111827;background:#f3f4f6;border-radius:6px;padding:3px 8px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px;font-weight:600}.warehouse-pill{text-transform:uppercase;letter-spacing:.4px;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.warehouse-pill-pick{color:#1e40af;background:#dbeafe}.warehouse-pill-reserve{color:#3730a3;background:#e0e7ff}.warehouse-pill-quarantine{color:#b91c1c;background:#fee2e2}.warehouse-pill-returns{color:#92400e;background:#fef3c7}.warehouse-pill-staging{color:#065f46;background:#d1fae5}.warehouse-pill-other{color:#4b5563;background:#f3f4f6}.warehouse-empty{color:#9ca3af;font-size:12px}.warehouse-legacy-text{color:#6b7280;font-size:12px;font-style:italic}.warehouse-modal-backdrop{z-index:100;background:#11182780;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.warehouse-modal{background:#fff;border-radius:12px;flex-direction:column;gap:12px;width:100%;max-width:460px;padding:22px;display:flex;box-shadow:0 20px 50px #0003}.warehouse-bulk-preview{border:1px solid var(--border,#e5e7eb);color:#374151;background:#f9fafb;border-radius:8px;padding:10px 12px;font-size:13px}.inv-loc-cell{display:inline-block;position:relative}.inv-loc-cell-btn{font:inherit;cursor:pointer;color:#4b5563;background:0 0;border:1px dashed #0000;border-radius:6px;padding:3px 8px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px}.inv-loc-cell-btn:hover{background:#f9fafb;border-color:#d1d5db}.inv-loc-cell-assigned{color:#4338ca;background:#eef2ff;border-color:#0000;font-weight:600}.inv-loc-cell-legacy{color:#9ca3af;font-style:italic}.inv-loc-cell-empty{color:#9ca3af}.inv-loc-popover{border:1px solid var(--border,#e5e7eb);z-index:30;background:#fff;border-radius:10px;flex-direction:column;gap:6px;width:280px;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 36px #0000001f}.inv-loc-search{width:100%}.inv-loc-list{flex-direction:column;gap:2px;max-height:260px;display:flex;overflow-y:auto}.inv-loc-empty{color:#6b7280;text-align:center;padding:12px 8px;font-size:12px}.inv-loc-option{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;display:flex}.inv-loc-option:hover:not(:disabled),.inv-loc-option:focus-visible{background:#f3f4f6;outline:none}.inv-loc-option-current{background:#eef2ff}.inv-loc-option-meta{color:#6b7280;font-size:11px}.inv-loc-clear{color:#b91c1c;cursor:pointer;background:0 0;border:1px solid #fecaca;border-radius:6px;margin-top:2px;padding:6px 8px;font-size:12px;font-weight:600}.inv-loc-clear:hover:not(:disabled){background:#fef2f2}.trk-settings-layout{grid-template-columns:1fr 300px;align-items:start;gap:32px;display:grid}@media (max-width:900px){.trk-settings-layout{grid-template-columns:1fr}.trk-phone-wrap{order:-1}}.trk-phone-wrap{flex-direction:column;align-items:center;gap:10px;display:flex;position:sticky;top:24px}.trk-phone-label{width:100%;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:600;display:flex}.trk-phone-open-link{color:var(--accent,#2563eb);font-size:.78rem;font-weight:500;text-decoration:none}.trk-phone-frame{border-radius:var(--radius-md);background:#1a1a1a;border:8px solid #1a1a1a;flex-direction:column;width:260px;height:520px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 2px #333,0 24px 48px #00000040}.trk-phone-notch{z-index:10;background:#1a1a1a;border-radius:0 0 18px 18px;width:80px;height:22px;position:absolute;top:0;left:50%;transform:translate(-50%)}.trk-phone-iframe{transform-origin:0 0;pointer-events:none;border:none;flex-shrink:0;width:375px;height:812px;transform:scale(.650667)}.trk-phone-hint{color:var(--muted);text-align:center;margin:0;font-size:.75rem}.trk-link-panel{flex-direction:column;gap:12px;display:flex}.trk-link-row{border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:12px 0;display:flex}.trk-link-row:last-child{border-bottom:none}.trk-link-carrier-name{flex-shrink:0;min-width:90px;font-size:.95rem;font-weight:600}.trk-link-options{flex-wrap:wrap;flex:1;gap:10px;display:flex}.trk-link-option{border-radius:var(--radius-md);border:1.5px solid var(--border);background:var(--surface,#fff);cursor:pointer;text-align:left;flex:1;align-items:center;gap:10px;min-width:170px;padding:10px 16px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.trk-link-option:hover:not(:disabled){background:#f0f7ff;border-color:#93c5fd}.trk-link-option-active{cursor:default;background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #bfdbfe44}.trk-link-option-icon{flex-shrink:0;font-size:1.4rem;line-height:1}.trk-link-option-label{flex-direction:column;flex:1;gap:2px;font-size:.9rem;font-weight:600;display:flex}.trk-link-option-label small{color:var(--muted);font-size:.78rem;font-weight:400}.trk-link-option-check{color:#2563eb;margin-left:auto;font-size:1rem;font-weight:600}@media (max-width:600px){.trk-link-row{flex-direction:column;align-items:flex-start}.trk-link-options{width:100%}}.trk2-footer{color:#9ca3af;background:#fff;border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-size:12px;display:flex}.trk2-footer strong{color:#6b7280;font-weight:600}.trk2-footer-dot{background:#d1d5db;border-radius:50%;width:3px;height:3px}@media (max-width:640px){.trk2-hero{padding:28px 16px 24px}.trk2-hero-title{letter-spacing:-.3px;font-size:26px}.trk2-hero-sub{font-size:14px}.trk2-topbar{padding:10px 16px}.trk2-progress-wrap{padding:16px 12px;overflow-x:auto}.trk2-progress-inner{min-width:340px}.trk2-main{gap:12px;padding:14px 16px}.trk2-cta-wrap{padding:0 16px 20px}.trk2-step-label{font-size:10px}.trk2-step-node{width:30px;height:30px}.trk2-info-emoji{border-radius:var(--radius-md);width:32px;height:32px;font-size:18px}.trk2-info-row{gap:12px;padding:12px 16px}.trk2-carrier-btn{padding:13px 16px;font-size:13px}.trk2-hero-title{font-size:24px}.trk2-delayed-banner{padding:12px 16px;font-size:12.5px}.trk2-share-btn{padding:0 10px}.trk2-share-btn span{display:none}.trk2-eta-badge{flex-wrap:wrap;gap:6px}}.activity-timeline{flex-direction:column;gap:0;display:flex}.activity-entry{gap:0;padding:10px 0;display:flex;position:relative}.activity-entry:not(:last-child):after{content:"";background:var(--border);width:2px;position:absolute;top:32px;bottom:0;left:11px}.activity-dot{z-index:1;border-radius:50%;flex-shrink:0;width:24px;height:24px;margin-top:4px}.activity-content{flex:1;gap:10px;min-width:0;padding-left:12px;display:flex}.activity-avatar{background:var(--border);width:28px;height:28px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.activity-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.activity-expand{color:var(--muted);cursor:pointer;background:0 0;border:none;margin-left:36px;padding:4px 0;font-size:12px;text-decoration:underline}.activity-timeline-empty{color:var(--muted);text-align:center;padding:12px 0;font-size:13px}@media (max-width:640px){.trk-grid{grid-template-columns:1fr}.trk-hero-inner{flex-direction:column;gap:12px}.trk-hero-emoji{font-size:28px}.trk-hero-title{font-size:20px}.trk-stepper-wrap{padding-bottom:8px;overflow-x:auto}.trk-stepper{min-width:480px}}.portal-returns-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.rwiz-case-list{flex-direction:column;gap:2px;display:flex}.rwiz-case-card{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:flex-start;gap:24px;padding:16px 20px;transition:background .15s;display:flex}.rwiz-case-card:hover{background:var(--surface-soft)}.rwiz-case-card-left{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.rwiz-case-card-top{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.rwiz-case-card-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.rwiz-meta-sep{opacity:.4}.rwiz-case-card-right{flex-shrink:0}.rwiz-case-next-step{color:var(--muted);white-space:nowrap;background:var(--surface-strong);border-radius:var(--radius-md);align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:flex}.rwiz-case-next-icon{font-size:11px}.rwiz-how-it-works{flex-wrap:wrap;align-items:center;gap:0;display:flex}.rwiz-how-step{flex:1;align-items:flex-start;gap:12px;min-width:160px;padding:16px;display:flex}.rwiz-how-num{background:var(--accent-soft);width:32px;height:32px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.rwiz-how-copy{flex-direction:column;gap:2px;display:flex}.rwiz-how-copy strong{font-size:13px}.rwiz-how-copy span{color:var(--muted);font-size:12px}.rwiz-how-connector{background:var(--border);flex-shrink:0;align-self:center;width:1px;height:40px}.rwiz-overlay{z-index:400;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.rwiz-dialog{background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--shadow-strong);flex-direction:column;width:100%;max-width:720px;max-height:90vh;display:flex;overflow:hidden}.rwiz-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 28px 20px;display:flex}.rwiz-header-left{flex-direction:column;gap:10px;display:flex}.rwiz-title{color:var(--text);font-size:18px;font-weight:600}.rwiz-steps{align-items:center;gap:8px;display:flex}.rwiz-step-dot{border:2px solid var(--border-strong);background:var(--surface);width:28px;height:28px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:600;transition:all .2s;display:flex}.rwiz-step-active{border-color:var(--accent);background:var(--accent);color:#fff}.rwiz-step-done{border-color:var(--success);background:var(--success-soft);color:var(--success)}.rwiz-step-label{color:var(--muted);margin-left:4px;font-size:13px}.rwiz-close{cursor:pointer;border-radius:var(--radius-md);color:var(--muted);background:0 0;border:none;flex-shrink:0;padding:6px 8px;font-size:16px;transition:background .15s}.rwiz-close:hover{background:var(--surface-strong)}.rwiz-body{flex:1;padding:24px 28px;overflow-y:auto}.rwiz-step-content{flex-direction:column;gap:16px;display:flex}.rwiz-step-intro{color:var(--muted);font-size:14px}.rwiz-search{width:100%}.rwiz-empty{color:var(--muted);text-align:center;padding:32px 0;font-size:13px}.rwiz-order-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;display:grid}.rwiz-order-card{border:2px solid var(--border);border-radius:var(--radius-control);background:var(--surface);cursor:pointer;text-align:left;flex-direction:column;gap:4px;padding:14px 16px;transition:all .15s;display:flex}.rwiz-order-card:hover,.rwiz-order-selected{border-color:var(--accent);background:var(--accent-soft)}.rwiz-order-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.rwiz-order-id{font-size:13px;font-weight:600}.rwiz-order-status{border-radius:var(--radius-md);background:var(--surface-strong);color:var(--muted);padding:2px 7px;font-size:10px}.rwiz-order-customer{color:var(--text);font-size:13px;font-weight:500}.rwiz-order-email{color:var(--muted);font-size:11px}.rwiz-order-check{color:var(--accent);margin-top:4px;font-size:11px;font-weight:600}.rwiz-reason-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;display:grid}.rwiz-reason-card{border:2px solid var(--border);border-radius:var(--radius-control);background:var(--surface);cursor:pointer;text-align:left;flex-direction:column;gap:6px;padding:16px;transition:all .15s;display:flex;position:relative}.rwiz-reason-card:hover,.rwiz-reason-selected{border-color:var(--accent);background:var(--accent-soft)}.rwiz-reason-icon{font-size:24px;line-height:1}.rwiz-reason-label{color:var(--text);font-size:13px;font-weight:600}.rwiz-reason-desc{color:var(--muted);font-size:12px;line-height:1.4}.rwiz-reason-check{color:var(--accent);font-size:12px;font-weight:600;position:absolute;top:10px;right:12px}.rwiz-summary-pill{background:var(--surface-strong);border-radius:var(--radius-md);align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.rwiz-summary-sep{opacity:.4}.rwiz-optional{color:var(--muted);margin-left:4px;font-size:11px;font-weight:400}.rwiz-footer{border-top:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:20px 28px;display:flex}.rwiz-success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 32px;display:flex}.rwiz-success-icon{font-size:48px}.rwiz-success-title{font-size:var(--text-xl);font-weight:var(--fw-semibold);color:var(--text)}.rwiz-success-sub{color:var(--muted);max-width:440px;font-size:14px}.rwiz-success-id{flex-direction:column;align-items:center;gap:4px;display:flex}.rwiz-success-id-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px}.rwiz-success-id-code{color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-md);padding:4px 16px;font-size:20px;font-weight:600}.rwiz-success-steps{flex-direction:column;gap:12px;width:100%;max-width:360px;display:flex}.rwiz-success-step{text-align:left;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-soft);align-items:flex-start;gap:12px;padding:12px 16px;display:flex}.rwiz-success-step-icon{flex-shrink:0;margin-top:2px;font-size:18px}.rwiz-success-step div{flex-direction:column;gap:2px;display:flex}.rwiz-success-step strong{font-size:13px}.rwiz-success-step span{color:var(--muted);font-size:12px}@media (max-width:600px){.rwiz-overlay{align-items:flex-end;padding:0}.rwiz-dialog{border-radius:var(--radius-card) var(--radius-card) 0 0;max-height:95vh}.rwiz-order-grid,.rwiz-reason-grid{grid-template-columns:1fr 1fr}.rwiz-how-it-works{flex-direction:column}.rwiz-how-connector{width:40px;height:1px}.rwiz-case-card{flex-direction:column;gap:10px}.rwiz-case-next-step{white-space:normal}}.inv-summary-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.inv-summary-pill{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);align-items:center;gap:8px;padding:8px 16px;font-size:13px;display:flex}.inv-pill-red{color:#991b1b;background:#fef2f2;border-color:#fca5a5}.inv-pill-yellow{color:#92400e;background:#fffbeb;border-color:#fcd34d}.inv-pill-info{color:var(--muted)}.inv-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:8px;padding:48px 24px;display:flex}.inv-empty-icon{margin-bottom:4px;font-size:40px}.inv-empty strong{color:var(--text);font-size:15px}.inv-empty p{max-width:440px;font-size:13px}.inv-table-wrap{border-radius:var(--radius-control);border:1px solid var(--border);overflow-x:auto}.inv-table{border-collapse:collapse;width:100%;font-size:13px}.inv-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);background:var(--surface-soft);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:600}.inv-th-num{text-align:right}.inv-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px 14px}.inv-table tr:last-child td{border-bottom:none}.inv-td-num{text-align:right;font-variant-numeric:tabular-nums}.inv-row-red td:first-child{border-left:3px solid #ef4444}.inv-row-yellow td:first-child{border-left:3px solid #f59e0b}.inv-row-green td:first-child{border-left:3px solid #10b981}.inv-row-unknown td:first-child{border-left:3px solid var(--border-strong)}.inv-sku-cell{flex-direction:column;gap:2px;display:flex}.inv-sku-code{color:var(--text);background:var(--surface-strong);border-radius:6px;padding:2px 7px;font-family:monospace;font-size:12px;font-weight:600;display:inline-block}.inv-sku-name{color:var(--muted);font-size:12px}.inv-stock-edit{align-items:center;display:flex}.inv-stock-btn{cursor:pointer;color:var(--text);font-variant-numeric:tabular-nums;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:13px;transition:background .15s;display:flex}.inv-stock-btn:hover{background:var(--surface-strong)}.inv-edit-hint{opacity:.5;font-size:10px}.inv-stock-input{border:2px solid var(--accent);text-align:right;border-radius:6px;width:80px;padding:4px 8px;font-size:13px}.inv-risk-badge{border-radius:var(--radius-md);white-space:nowrap;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.inv-risk-red{color:#991b1b;background:#fef2f2}.inv-risk-yellow{color:#92400e;background:#fffbeb}.inv-risk-green{color:#065f46;background:#f0fdf4}.inv-risk-unknown{background:var(--surface-strong);color:var(--muted)}.inv-reorder-btn{border:1px solid var(--border-strong);cursor:pointer;color:var(--text);white-space:nowrap;background:0 0;border-radius:6px;padding:4px 10px;font-size:12px;transition:all .15s}.inv-reorder-btn:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.inv-add-row{align-items:center;gap:8px;display:flex}.inv-add-form{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.inv-add-input{max-width:200px}.inv-repos-dialog{background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--shadow-strong);width:100%;max-width:440px;overflow:hidden}.inv-repos-body{flex-direction:column;gap:20px;padding:24px 28px;display:flex}.inv-repos-kv{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-control);flex-direction:column;gap:8px;padding:16px;display:flex}.inv-repos-kv-row{justify-content:space-between;align-items:center;font-size:13px;display:flex}.inv-repos-kv-row span{color:var(--muted)}.inv-repos-days-red{color:#dc2626}.inv-repos-days-yellow{color:#d97706}.inv-repos-days-green{color:#059669}.inv-repos-days-unknown{color:var(--muted)}.inv-repos-copy{color:var(--muted);font-size:13px}@media (max-width:700px){.inv-table th:nth-child(3),.inv-table td:nth-child(3){display:none}.inv-summary-pill{padding:6px 12px;font-size:12px}}.rpt-tabs{border-bottom:2px solid var(--border);flex-wrap:wrap;align-items:stretch;gap:4px;padding-bottom:0;display:flex}.rpt-tab{cursor:pointer;color:var(--muted);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:8px 8px 0 0;align-items:center;gap:6px;margin-bottom:-2px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.rpt-tab:hover{background:var(--surface-strong);color:var(--text)}.rpt-tab-active{color:var(--accent);border-bottom-color:var(--accent);background:var(--accent-soft)}.rpt-report-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.rpt-report-title{color:var(--text);font-size:16px;font-weight:600}.rpt-report-desc{color:var(--muted);margin-top:4px;font-size:13px}.rpt-export-row{flex-shrink:0;align-items:center;gap:8px;display:flex}.rpt-full-export{justify-content:flex-end;display:flex}.rpt-table-wrap{border-radius:var(--radius-control);border:1px solid var(--border);overflow-x:auto}.rpt-table{border-collapse:collapse;width:100%;font-size:13px}.rpt-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);background:var(--surface-soft);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 16px;font-size:11px;font-weight:600}.rpt-th-num{text-align:right}.rpt-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px 16px}.rpt-table tr:last-child td{border-bottom:none}.rpt-td-num{text-align:right;font-variant-numeric:tabular-nums}.rpt-td-month{font-size:13px;font-weight:600}.rpt-td-bold{font-weight:600}.rpt-td-success{color:var(--success);font-weight:600}.rpt-td-danger{color:var(--danger);font-weight:600}.rpt-td-warning{color:var(--warning);font-weight:600}.rpt-td-muted{color:var(--muted)}.rpt-rate-badge{border-radius:var(--radius-md);align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.rpt-rate-green{background:var(--success-soft);color:var(--success)}.rpt-rate-yellow{background:var(--warning-soft);color:var(--warning)}.rpt-rate-red{background:var(--danger-soft);color:var(--danger)}.rpt-rate-muted{background:var(--surface-strong);color:var(--muted)}.rpt-comparison-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.rpt-comp-card{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);flex-direction:column;gap:6px;padding:20px;display:flex}.rpt-comp-icon{font-size:20px}.rpt-comp-label{color:var(--muted);font-size:12px;font-weight:500}.rpt-comp-values{flex-direction:column;gap:2px;display:flex}.rpt-comp-current{font-size:var(--text-xl);font-weight:var(--fw-semibold);color:var(--text);font-variant-numeric:tabular-nums;line-height:1}.rpt-comp-prev{color:var(--muted);font-size:12px}.rpt-comp-delta{border-radius:var(--radius-md);background:var(--surface-strong);color:var(--muted);align-self:flex-start;padding:3px 10px;font-size:12px;font-weight:600}.rpt-delta-up{background:var(--success-soft);color:var(--success)}.rpt-delta-down{background:var(--danger-soft);color:var(--danger)}@media (max-width:600px){.rpt-tabs{gap:2px}.rpt-tab{padding:8px 12px;font-size:12px}.rpt-comparison-grid{grid-template-columns:1fr 1fr}.rpt-comp-current{font-size:22px}}.sust-badge-row{border-radius:var(--radius-control);border:2px solid var(--border);background:var(--surface-soft);flex-wrap:wrap;align-items:flex-start;gap:16px;padding:20px 24px;display:flex}.sust-badge-row-green{background:#f0fdf4;border-color:#86efac}.sust-badge-row-near{background:#fffbeb;border-color:#fde68a}:root[data-theme=dark] .sust-badge-row-green{background:#34d39914;border-color:#34d3994d}:root[data-theme=dark] .sust-badge-row-near{background:#fbbf2414;border-color:#fbbf244d}.sust-badge-icon{flex-shrink:0;font-size:32px}.sust-badge-copy{flex-direction:column;flex:1;gap:4px;display:flex}.sust-badge-copy strong{color:var(--text);font-size:15px}.sust-badge-copy span{color:var(--muted);font-size:13px}.sust-kpi-row{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.sust-kpi-card{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);flex-direction:column;gap:6px;padding:20px;display:flex}.sust-kpi-icon{font-size:20px}.sust-kpi-card>div{flex-wrap:wrap;align-items:baseline;gap:4px;display:flex}.sust-kpi-value{color:var(--text);font-size:28px;font-weight:600;line-height:1}.sust-kpi-good{color:var(--success)}.sust-kpi-warn{color:var(--danger)}.sust-kpi-unit,.sust-kpi-label{color:var(--muted);font-size:12px}.sust-overview-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:700px){.sust-overview-grid{grid-template-columns:1fr}}.sust-info-card{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);flex-direction:column;gap:12px;padding:24px;display:flex}.sust-info-title{color:var(--text);font-size:14px;font-weight:600}.sust-info-text{color:var(--muted);font-size:13px;line-height:1.5}.sust-info-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.sust-info-list li{color:var(--muted);padding-left:12px;font-size:13px;position:relative}.sust-info-list li:before{content:"·";font-weight:600;position:absolute;left:0}.sust-info-list li strong{color:var(--text)}.sust-info-disclaimer{color:var(--muted);border-top:1px solid var(--border);padding-top:8px;font-size:11px}.sust-info-action-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.sust-info-action-list li{align-items:flex-start;gap:12px;display:flex}.sust-action-icon{flex-shrink:0;font-size:20px}.sust-info-action-list li div{flex-direction:column;gap:2px;display:flex}.sust-info-action-list li strong{color:var(--text);font-size:13px}.sust-info-action-list li span{color:var(--muted);font-size:12px}.sust-bar-wrap{background:var(--surface-strong);border-radius:4px;width:100%;max-width:120px;height:8px;overflow:hidden}.sust-bar{background:var(--accent);border-radius:4px;height:100%;transition:width .4s}.dash-hero-eyebrow-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.dash-health-badge{border:1.5px solid #0000;border-radius:999px;align-items:center;gap:7px;padding:4px 12px 4px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.dash-health-badge.dash-health-nominal{color:#15803d;background:#22c55e1f;border-color:#22c55e4d}:root[data-theme=dark] .dash-health-badge.dash-health-nominal{color:#4ade80;background:#22c55e26}.dash-health-badge.dash-health-warning{color:#b45309;background:#f59e0b1f;border-color:#f59e0b4d}:root[data-theme=dark] .dash-health-badge.dash-health-warning{color:#fbbf24;background:#f59e0b26}.dash-health-badge.dash-health-critical{color:#b91c1c;background:#ef44441f;border-color:#ef44444d}:root[data-theme=dark] .dash-health-badge.dash-health-critical{color:#f87171;background:#ef444426}.dash-health-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite dash-pulse}@keyframes dash-pulse{0%,to{opacity:1}50%{opacity:.4}}.dash-donut-card-v2 .exp-section-head{align-items:flex-start}.dash-delivery-rate-pill{border-radius:var(--radius-md);background:#10b9811a;border:1px solid #10b98140;flex-direction:column;flex-shrink:0;align-items:flex-end;padding:8px 12px;display:flex}.dash-delivery-rate-pill strong{font-size:var(--text-xl);letter-spacing:-.05em;color:#059669;font-weight:600;line-height:1}.dash-delivery-rate-pill span{text-transform:uppercase;letter-spacing:.06em;color:#059669;opacity:.75;font-size:.68rem;font-weight:600}.dash-mini-charts-strip{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (max-width:900px){.dash-mini-charts-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.dash-mini-charts-strip{grid-template-columns:1fr}}.dash-mini-chart-card{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);flex-direction:column;gap:2px;padding:18px 20px 14px;display:flex}.dash-mini-chart-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:600}.dash-mini-chart-value{margin-top:4px;font-size:2rem;font-weight:600;line-height:1.1}.dash-mini-chart-label{color:var(--muted);margin-bottom:8px;font-size:.8rem}.dash-mini-chart-bars{align-items:flex-end;gap:3px;height:44px;margin:8px 0 6px;display:flex}.dash-mini-chart-bar{cursor:default;border-radius:3px 3px 0 0;flex:1;min-height:3px;transition:opacity .15s,transform .1s}.dash-mini-chart-bar.is-hover{transform-origin:bottom;transform:scaleY(1.06)}.dash-mini-chart-hint{color:var(--muted);margin-top:2px;font-size:.75rem}.dash-chart-card-v2{flex-direction:column;gap:16px;display:flex;background:var(--surface)!important}.dash-chart-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dash-chart-total{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.dash-chart-total-num{letter-spacing:-.05em;color:var(--accent);font-size:2rem;font-weight:600;line-height:1}.dash-chart-total-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:.7rem;font-weight:600}.dash-chart-bars-v2{flex:1;align-items:flex-end;gap:6px;height:160px;display:flex}.dash-chart-col-v2{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.dash-chart-val-label{color:var(--muted);min-height:14px;font-size:.68rem;font-weight:600;line-height:1}.dash-chart-bar-wrap-v2{flex:1;align-items:flex-end;width:100%;display:flex}.dash-chart-bar-v2{background:var(--accent);opacity:.88;border-radius:6px 6px 3px 3px;width:100%;min-height:4px;transition:opacity .15s,transform .15s}.dash-chart-col-v2:hover .dash-chart-bar-v2,.dash-chart-col-v2.is-hover .dash-chart-bar-v2{opacity:1;background:var(--accent);transform:scaleX(1.06)}.dash-chart-col-v2:hover .dash-chart-val-label,.dash-chart-col-v2.is-hover .dash-chart-val-label{color:var(--accent);font-size:.75rem}.dash-chart-day-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.65rem;font-weight:600}.dash-chart-footer-v2{justify-content:flex-end;margin-top:auto;display:flex}.dash-health-pipeline{flex-direction:column;gap:0;display:flex}.dash-health-row-v2{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.dash-health-row-v2.is-last{border-bottom:none}.dash-health-row-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.dash-health-row-label{color:var(--ink);font-size:.83rem;font-weight:600}.dash-health-row-hint{color:var(--muted);font-size:.74rem}.dash-health-row-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.dash-health-row-value{font-size:var(--text-xl);letter-spacing:-.04em;color:var(--ink);font-variant-numeric:tabular-nums;text-align:right;min-width:40px;font-weight:600}.dash-health-bar-track{background:var(--surface-strong);border-radius:999px;width:80px;height:6px;overflow:hidden}.dash-health-bar-fill{background:var(--accent);border-radius:999px;min-width:3px;height:100%;transition:width .4s}.dash-incident-summary{flex-wrap:wrap;flex-shrink:0;gap:6px;display:flex}.dash-incident-pill{border-radius:999px;padding:3px 9px;font-size:.72rem;font-weight:600}.dash-incident-pill.is-urgent{color:#b91c1c;background:#ef44441f;border:1px solid #ef444440}.dash-incident-pill.is-high{color:#b45309;background:#f59e0b1f;border:1px solid #f59e0b40}.dash-quick-actions-card{background:color-mix(in srgb, var(--accent) 4%, var(--surface))!important;border-color:color-mix(in srgb, var(--accent) 18%, var(--border))!important}.dash-quick-actions-body{color:var(--muted);margin:0;font-size:.88rem;line-height:1.6}.dash-quick-actions-row{flex-wrap:wrap;gap:10px;display:flex}.exp-alert-banner{border-radius:var(--radius-card);border:1.5px solid;align-items:center;gap:14px;padding:14px 20px;animation:.25s exp-banner-in;display:flex}@keyframes exp-banner-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.exp-alert-banner.is-critical{background:color-mix(in srgb, #ef4444 8%, var(--surface));border-color:#ef44444d}.exp-alert-banner.is-warning{background:color-mix(in srgb, #f59e0b 8%, var(--surface));border-color:#f59e0b4d}.exp-alert-banner-icon{flex-shrink:0;font-size:1.4rem}.exp-alert-banner-content{flex-direction:column;flex:1;gap:2px;display:flex}.exp-alert-banner-content strong{color:var(--ink);font-size:.9rem;font-weight:600}.exp-alert-banner-content span{color:var(--muted);font-size:.8rem}.exp-alert-banner-cta{color:var(--accent);white-space:nowrap;border-radius:var(--radius-control);border:1.5px solid color-mix(in srgb, var(--accent) 30%, transparent);background:var(--surface);padding:6px 14px;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .15s}.exp-alert-banner-cta:hover{background:var(--accent-soft)}.exp-lastmile-strip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);align-items:center;gap:0;padding:18px 24px;display:flex}.exp-lastmile-label-col{border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:2px;margin-right:24px;padding-right:24px;display:flex}.exp-lastmile-subtitle{color:var(--muted);font-size:.73rem}.exp-lastmile-funnel-item{flex:1;align-items:center;gap:0;min-width:0;display:flex}.exp-lastmile-stage{border-radius:var(--radius-md);flex-direction:column;flex:1;align-items:center;gap:4px;padding:12px 8px;transition:background .15s;display:flex}.exp-lastmile-stage:hover{background:var(--surface-soft)}.exp-lastmile-icon{font-size:1.3rem;line-height:1}.exp-lastmile-count{font-size:var(--text-xl);letter-spacing:-.05em;font-variant-numeric:tabular-nums;font-weight:600;line-height:1}.exp-lastmile-stage.is-blue .exp-lastmile-count{color:#2563eb}.exp-lastmile-stage.is-orange .exp-lastmile-count{color:#d97706}.exp-lastmile-stage.is-green .exp-lastmile-count{color:#059669}.exp-lastmile-stage.is-red .exp-lastmile-count{color:#dc2626}.exp-lastmile-stage-name{color:var(--muted);text-align:center;font-size:.72rem;font-weight:600}.exp-lastmile-pct{color:var(--muted);opacity:.7;font-size:.68rem}.exp-lastmile-arrow{color:var(--border-strong);-webkit-user-select:none;user-select:none;flex-shrink:0;padding:0 4px;font-size:1.4rem}@media (max-width:700px){.exp-lastmile-strip{overflow-x:auto}.exp-lastmile-label-col{display:none}}.exp-carrier-section{overflow:hidden}.exp-carrier-table-wrap{margin:0 -2px;overflow-x:auto}.exp-carrier-table{border-collapse:collapse;width:100%;font-size:13.5px}.exp-carrier-table th{text-align:left;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);border-bottom:1.5px solid var(--border);white-space:nowrap;padding:10px 16px;font-size:.68rem;font-weight:600}.exp-th-num{text-align:right}.exp-td-num{text-align:right;font-variant-numeric:tabular-nums;color:var(--ink);padding:13px 16px;font-weight:600}.exp-carrier-row{border-bottom:1px solid var(--border);transition:background .12s}.exp-carrier-row:last-child{border-bottom:none}.exp-carrier-row:hover{background:var(--surface-soft)}.exp-carrier-row td{vertical-align:middle;padding:13px 16px}.exp-carrier-name-cell{align-items:center;gap:10px;display:flex}.exp-carrier-badge{border-radius:var(--radius-md);background:var(--accent-soft);width:32px;height:32px;color:var(--accent);letter-spacing:.02em;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:inline-flex}.exp-carrier-name{color:var(--ink);font-size:13.5px;font-weight:600}.exp-carrier-rate-wrap{align-items:center;gap:10px;display:flex}.exp-carrier-rate-bar{background:var(--surface-strong);border-radius:999px;flex:1;min-width:80px;height:6px;overflow:hidden}.exp-carrier-rate-fill{border-radius:999px;height:100%;transition:width .5s}.exp-carrier-rate-fill.is-green{background:#10b981}.exp-carrier-rate-fill.is-orange{background:#f59e0b}.exp-carrier-rate-fill.is-red{background:#ef4444}.exp-carrier-rate-pct{font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;min-width:38px;font-size:13px;font-weight:600}.exp-carrier-rate-pct.is-green{color:#059669}.exp-carrier-rate-pct.is-orange{color:#d97706}.exp-carrier-rate-pct.is-red{color:#dc2626}.exp-carrier-incident-pill{border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:600}.exp-carrier-incident-pill.is-green{color:#059669;background:#10b9811f}.exp-carrier-incident-pill.is-orange{color:#b45309;background:#f59e0b1f}.exp-carrier-incident-pill.is-red{color:#b91c1c;background:#ef44441f}.exp-carrier-score-pill{border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:600}.exp-carrier-score-pill.is-green{color:#059669;background:#10b9811f;border:1px solid #10b98140}.exp-carrier-score-pill.is-orange{color:#b45309;background:#f59e0b1f;border:1px solid #f59e0b40}.exp-carrier-score-pill.is-red{color:#b91c1c;background:#ef44441f;border:1px solid #ef444440}.sga-tabs{border-bottom:1px solid var(--border);scrollbar-width:none;gap:0;margin-bottom:24px;display:flex;overflow-x:auto}.sga-tabs::-webkit-scrollbar{display:none}.sga-tab{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;margin-bottom:-1px;padding:10px 18px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s}.sga-tab:hover{color:var(--ink)}.sga-tab.is-active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.sga-tab-badge{border-radius:var(--radius-md);background:var(--accent);color:#fff;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:6px;padding:0 5px;font-size:10px;font-weight:600;display:inline-flex}.sga-tab-badge.is-red{background:#ef4444}.sga-section-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.sga-section-title{color:var(--ink);font-size:14px;font-weight:600}.sga-section-sub{color:var(--muted);margin-top:2px;font-size:12px}.sga-kpi-strip{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-bottom:24px;display:grid}.sga-kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px}.sga-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:11px;font-weight:600}.sga-kpi-value{color:var(--ink);font-size:24px;font-weight:600;line-height:1}.sga-kpi-value.is-red{color:#ef4444}.sga-kpi-value.is-yellow{color:#f59e0b}.sga-kpi-value.is-green{color:#22c55e}.sga-kpi-sub{color:var(--muted);margin-top:4px;font-size:11px}.sga-table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);overflow-x:auto}.sga-table{border-collapse:collapse;width:100%;font-size:13px}.sga-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;background:var(--surface);padding:10px 14px;font-size:11px;font-weight:600}.sga-table th:first-child{border-radius:10px 0 0}.sga-table th:last-child{text-align:right;border-radius:0 10px 0 0}.sga-table td{border-bottom:1px solid var(--border);color:var(--ink);vertical-align:middle;padding:12px 14px}.sga-table tr:last-child td{border-bottom:none}.sga-table tr:last-child td:first-child{border-radius:0 0 0 10px}.sga-table tr:last-child td:last-child{border-radius:0 0 10px}.sga-table td.num{text-align:right;font-variant-numeric:tabular-nums}.sga-table td.actions{text-align:right;white-space:nowrap}.sga-stock-cell{align-items:center;gap:8px;min-width:120px;display:flex}.sga-stock-num{font-variant-numeric:tabular-nums;text-align:right;min-width:36px;font-weight:600}.sga-stock-bar{background:var(--border);border-radius:3px;flex:1;height:5px;overflow:hidden}.sga-stock-bar-fill.is-low{background:#f59e0b}.sga-stock-bar-fill.is-none{background:var(--muted)}.sga-badge{border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;align-items:center;gap:5px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.sga-badge-draft{background:var(--surface);color:var(--muted);border:1px solid var(--border)}.sga-badge-sent{color:#3b82f6;background:#3b82f61f}.sga-badge-in_transit{color:#d97706;background:#f59e0b1f}.sga-badge-received{color:#16a34a;background:#22c55e1f}.sga-badge-closed{background:var(--surface);color:var(--muted);border:1px solid var(--border)}.sga-badge-critical{color:#dc2626;background:#ef44441f}.sga-badge-low{color:#d97706;background:#f59e0b1f}.sga-badge-ok{color:#16a34a;background:#22c55e1f}.sga-badge-unknown{background:var(--surface);color:var(--muted);border:1px solid var(--border)}.sga-movement-cell{align-items:center;gap:8px;display:flex}.sga-movement-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sga-movement-dot.is-in{background:#22c55e}.sga-movement-dot.is-out{background:#ef4444}.sga-movement-dot.is-neutral{background:#6b7280}.sga-delta-positive{color:#16a34a;font-variant-numeric:tabular-nums;font-weight:600}.sga-delta-negative{color:#dc2626;font-variant-numeric:tabular-nums;font-weight:600}.sga-alert-list{flex-direction:column;gap:8px;display:flex}.sga-alert-item{border-radius:var(--radius-md);background:#ef44440d;border:1px solid #ef44442e;align-items:center;gap:14px;padding:14px 16px;display:flex}.sga-alert-item.is-yellow{background:#f59e0b0d;border-color:#f59e0b33}.sga-alert-icon{flex-shrink:0;font-size:22px}.sga-alert-body{flex:1;min-width:0}.sga-alert-sku{color:var(--ink);font-size:13px;font-weight:600}.sga-alert-meta{color:var(--muted);margin-top:2px;font-size:12px}.sga-alert-actions{flex-shrink:0;gap:8px;display:flex}.sga-form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:16px;padding:20px 24px}.sga-form-title{color:var(--ink);margin-bottom:4px;font-size:14px;font-weight:600}.sga-form-sub{color:var(--muted);margin-bottom:20px;font-size:12px}.sga-form-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;margin-bottom:20px;display:grid}.sga-field{flex-direction:column;gap:5px;display:flex}.sga-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.sga-input{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--ink);width:100%;padding:8px 12px;font-size:13px;transition:border-color .15s}.sga-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .12);outline:none}.sga-input-sm{background:var(--bg);border:1px solid var(--border);color:var(--ink);border-radius:6px;width:80px;padding:5px 9px;font-size:12px}.sga-input-sm:focus{border-color:var(--accent);outline:none}.sga-lines-wrap{margin-top:16px}.sga-lines-title{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:12px;font-weight:600}.sga-lines-table{border-collapse:collapse;width:100%;font-size:13px}.sga-lines-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);text-align:left;padding:6px 10px;font-size:11px;font-weight:600}.sga-lines-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:8px 10px}.sga-lines-table tr:last-child td{border-bottom:none}.sga-shipment-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;margin-bottom:12px;transition:box-shadow .15s;overflow:hidden}.sga-shipment-card:hover{border-color:var(--border-strong);background:var(--bg-hover)}.sga-shipment-head{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 18px;display:flex}.sga-shipment-ref{color:var(--ink);flex:1;font-size:14px;font-weight:600}.sga-shipment-meta{color:var(--muted);flex-wrap:wrap;gap:16px;padding:10px 18px;font-size:12px;display:flex}.sga-shipment-meta-item{align-items:center;gap:5px;display:flex}.sga-receive-modal{background:var(--bg);border-radius:var(--radius-md);border:1px solid var(--border);width:min(680px,100vw - 32px);max-height:80vh;padding:24px;overflow-y:auto}.sga-receive-modal-head{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.sga-receive-modal-title{color:var(--ink);font-size:16px;font-weight:600}.sga-receive-modal-sub{color:var(--muted);margin-top:3px;font-size:13px}.sga-empty{text-align:center;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:56px 24px;display:flex}.sga-empty-icon{opacity:.5;font-size:40px}.sga-empty-title{color:var(--ink);font-size:15px;font-weight:600}.sga-empty-sub{max-width:340px;font-size:13px}.sga-adjust-controls{align-items:center;gap:8px;margin-top:12px;display:flex}.sga-adjust-sign{gap:4px;display:flex}.sga-sign-btn{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--ink);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:16px;transition:background .12s;display:flex}.sga-sign-btn:hover{background:var(--border)}.sga-sign-btn.is-active{background:var(--accent);color:#fff;border-color:var(--accent)}.sga-reorder-banner{border-radius:var(--radius-md);background:#ef44440f;border:1px solid #ef444433;align-items:center;gap:14px;margin-bottom:16px;padding:14px 18px;display:flex}.sga-reorder-banner-icon{flex-shrink:0;font-size:24px}.sga-reorder-banner-body{flex:1}.sga-reorder-banner-title{color:var(--ink);font-size:13px;font-weight:600}.sga-reorder-banner-sub{color:var(--muted);margin-top:2px;font-size:12px}.sga-receive-col-sku,.sga-receive-col-name{width:25%}.sga-receive-col-expected,.sga-receive-col-received,.sga-receive-col-accepted{text-align:center;width:12%}.sga-receive-col-rejected{text-align:center;width:14%}.sga-num-edit{align-items:center;gap:4px;display:flex}.order-detail-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 18px;display:flex}.order-detail-hero-main{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.order-detail-hero-actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:10px;display:flex}.order-detail-nav-row{align-items:center;gap:6px;display:flex}.order-detail-action-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.order-nav-pos{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;padding:0 2px;font-size:.78rem}.order-nav-disabled{opacity:.35;pointer-events:none;cursor:default}.order-detail-hero-id-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.order-detail-id{letter-spacing:-.02em;color:var(--ink);margin:0;font-size:1.35rem;font-weight:600;line-height:1.1}.order-detail-badges{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.order-detail-incident-badge{border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.04em;color:var(--danger);background:#ef44441f;border:1px solid #ef444440;align-items:center;gap:4px;padding:2px 8px;font-size:.72rem;font-weight:600;animation:2s ease-in-out infinite badge-incident-pulse;display:inline-flex}.order-detail-customer-row{flex-wrap:wrap;align-items:center;gap:5px;font-size:.82rem;display:flex}.order-detail-customer-name{color:var(--ink);font-weight:600}.order-detail-customer-email{color:var(--accent);text-decoration:none}.order-detail-customer-email:hover{text-decoration:underline}.order-detail-sep{color:var(--muted);font-size:.75rem}.order-detail-meta{color:var(--muted);font-size:.82rem}.order-detail-stats{flex-wrap:wrap;align-items:stretch;gap:6px;margin-top:6px;display:flex}.order-detail-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:2px;min-width:72px;padding:7px 12px;transition:border-color .15s,box-shadow .15s;display:flex}.order-detail-stat:hover{border-color:var(--accent);box-shadow:0 0 0 3px #6366f10f}.order-detail-stat-label{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-size:.6rem;font-weight:600}.order-detail-stat strong{color:var(--ink);font-size:.82rem;font-weight:600;line-height:1.2}.order-detail-stat.is-green{background:#16a34a0a;border-color:#16a34a40}.order-detail-stat.is-blue{background:#2563eb0a;border-color:#2563eb40}.order-detail-stat.is-orange{background:#ea580c0a;border-color:#ea580c40}.order-detail-stat.is-red{background:#ef44440a;border-color:#ef444440}.order-detail-stat.is-green strong{color:#16a34a}.order-detail-stat.is-blue strong{color:#2563eb}.order-detail-stat.is-orange strong{color:#ea580c}.order-detail-stat.is-red strong{color:var(--danger)}.order-shipment-card{border-top:3px solid var(--border)!important}.order-shipment-card-green{border-top-color:#16a34a!important}.order-shipment-card-blue{border-top-color:#2563eb!important}.order-shipment-card-orange{border-top-color:#ea580c!important}.order-shipment-card-red{border-top-color:var(--danger)!important}.order-shipment-card-slate{border-top-color:var(--border)!important}.order-shipment-body{flex-direction:column;gap:0;display:flex}.order-shipment-top{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.order-shipment-carrier-block{align-items:center;gap:10px;display:flex}.order-shipment-carrier-name{color:var(--ink);font-size:1rem;font-weight:600}.order-shipment-status-pill{border-radius:var(--radius-md);letter-spacing:.3px;align-items:center;height:22px;padding:0 10px;font-size:.72rem;font-weight:600;display:inline-flex}.order-shipment-status-pill.is-green{color:#15803d;background:#16a34a1f}.order-shipment-status-pill.is-blue{color:#1d4ed8;background:#2563eb1f}.order-shipment-status-pill.is-orange{color:#c2410c;background:#ea580c1f}.order-shipment-status-pill.is-red{color:var(--danger);background:#ef44441f}.order-shipment-status-pill.is-slate{background:var(--canvas);color:var(--muted);border:1px solid var(--border)}.order-shipment-tracking-block{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.order-shipment-tracking-num{font-variant-numeric:tabular-nums;color:var(--ink);letter-spacing:.3px;font-size:.82rem;font-weight:600}.order-kv-list-cols{grid-template-columns:1fr 1fr;display:grid!important}.order-kv-list-cols .order-kv-item{border-right:none}.order-shipment-actions{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:0;padding:10px 18px;display:flex}.order-shipment-action-link{color:var(--accent);border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .1s}.order-shipment-action-link:hover{background:var(--canvas);text-decoration:underline}.order-shipment-action-link+.order-shipment-action-link:before{content:"·";color:var(--muted);margin-right:10px;font-weight:400}.order-shipment-badge{border-radius:var(--radius-md);letter-spacing:.4px;text-transform:uppercase;align-items:center;height:20px;padding:0 8px;font-size:.68rem;font-weight:600;display:inline-flex}.order-shipment-badge-replacement{color:#c2410c;background:#ea580c1f}.order-shipment-badge-original{background:var(--canvas);color:var(--muted);border:1px solid var(--border)}.order-shipment-badge-pending{color:#a16207;background:#eab3081f;border-radius:6px;padding:2px 8px;font-size:.72rem;font-weight:600}.order-shipment-body-historical{opacity:.82;border-top:1px dashed var(--border);margin-top:2px}.order-shipment-replacement-reason{color:var(--muted);border-top:1px solid var(--border);background:var(--canvas);padding:8px 18px;font-size:.78rem}.order-items-grid{flex-direction:column;gap:8px;display:flex}.order-item-ficha{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);align-items:flex-start;gap:12px;padding:10px 14px;transition:border-color .15s,box-shadow .15s;display:flex}.order-item-ficha:hover{border-color:var(--accent);box-shadow:0 0 0 3px #6366f10f}.order-item-ficha-thumb{border-radius:var(--radius-md);background:var(--border);flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden;box-shadow:0 1px 4px #00000014}.order-item-ficha-thumb img{object-fit:cover;width:100%;height:100%}.order-item-ficha-thumb .shipment-render-meta{display:none}.order-item-ficha-body{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.order-item-ficha-title{color:var(--ink);font-size:.85rem;font-weight:600;line-height:1.3}.order-item-ficha-variant{color:var(--muted);font-size:.75rem;font-weight:500}.order-item-ficha-notes{color:var(--ink);border-left:2.5px solid var(--warning);background:#f59e0b14;border-radius:0 6px 6px 0;margin-top:3px;padding:4px 8px;font-size:.76rem;line-height:1.4}.order-item-ficha-pills{flex-wrap:wrap;align-items:center;gap:5px;margin-top:4px;display:flex}.order-item-ficha-pill{border-radius:var(--radius-md);background:var(--canvas);border:1px solid var(--border);color:var(--ink);align-items:center;gap:3px;padding:2px 7px;font-size:.73rem;font-weight:500;display:inline-flex}.asset-validation-pill{border-radius:var(--radius-md);background:var(--canvas);border:1px solid var(--border);color:var(--ink);cursor:pointer;align-items:center;gap:3px;padding:2px 7px;font-size:.73rem;font-weight:500;display:inline-flex}.asset-validation-pill:disabled{opacity:.6;cursor:wait}.asset-validation-ok{color:#15803d;background:#22c55e1f;border-color:#22c55e66}.asset-validation-warning{color:#b45309;background:#f59e0b1f;border-color:#f59e0b66}.asset-validation-error{color:#dc2626;background:#ef44441f;border-color:#ef444466}.order-item-ficha-pill-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:600}.order-item-ficha-link{color:var(--accent);cursor:pointer;background:#6366f114;border-color:#6366f133;font-weight:600;text-decoration:none;transition:background .1s}.order-item-ficha-link:hover{background:#6366f12e}.order-kv-list{border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:0;display:flex;overflow:hidden}.order-kv-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:10px;padding:9px 14px;font-size:.82rem;display:flex}.order-kv-item:last-child{border-bottom:none}.order-kv-item:nth-child(2n){background:var(--canvas)}.order-kv-item-stack{flex-direction:column;align-items:flex-start;gap:4px}.order-kv-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;min-width:100px;font-size:.75rem;font-weight:600}.order-kv-value{color:var(--ink);text-align:right;word-break:break-all;font-size:.82rem}.order-kv-item-stack .order-kv-value{text-align:left}.order-kv-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.order-kv-status{font-weight:600}.order-kv-status.is-green{color:#16a34a}.order-kv-status.is-blue{color:#2563eb}.order-kv-status.is-orange{color:#ea580c}.order-kv-status.is-red{color:var(--danger)}.order-kv-address{color:var(--ink);flex-direction:column;gap:1px;font-size:.82rem;display:flex}.order-kv-empty{color:var(--muted);font-style:italic}.order-aside-card-alert{box-shadow:0 0 0 1px #ef44441a, var(--shadow-soft)!important;background:#ef444405!important;border-color:#ef44444d!important}@media (max-width:900px){.order-detail-hero{flex-direction:column}.order-detail-hero-actions{width:100%}.order-detail-stats{flex-wrap:wrap;width:100%}.order-detail-stat{flex:1;min-width:80px}}.invoice-badge{letter-spacing:.04em;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.invoice-badge-draft{background:var(--surface);border-color:var(--border);color:var(--muted)}.invoice-badge-sent{color:#2563eb;background:#2563eb14;border-color:#2563eb33}.invoice-badge-paid{color:#16a34a;background:#16a34a14;border-color:#16a34a33}.invoice-badge-cancelled{color:#dc2626;background:#dc26260f;border-color:#dc26262e}.invoice-kpi-strip{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.invoice-kpi-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;flex:1;gap:4px;min-width:140px;padding:14px 18px;display:flex}.invoice-kpi-card-accent{border-color:rgba(var(--accent-rgb), .25);background:rgba(var(--accent-rgb), .04)}.invoice-kpi-card-green{background:#16a34a0a;border-color:#16a34a40}.invoice-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.invoice-kpi-value{letter-spacing:-.04em;color:var(--ink);font-size:1.4rem;font-weight:600;line-height:1.1}.invoice-kpi-card-accent .invoice-kpi-value{color:var(--accent)}.invoice-kpi-card-green .invoice-kpi-value{color:#16a34a}.invoice-table th,.invoice-table td{padding:10px 14px}.invoice-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.invoice-delete-btn{color:var(--accent)!important}.table-mono{font-variant-numeric:tabular-nums}.invoice-form-body{flex-direction:column;gap:24px;max-height:70vh;padding-right:4px;display:flex;overflow-y:auto}.invoice-form-section{flex-direction:column;gap:10px;display:flex}.invoice-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.invoice-form-full{grid-column:1/-1}.invoice-lines-table{flex-direction:column;gap:6px;display:flex}.invoice-lines-header{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;grid-template-columns:1fr 80px 110px 100px 32px;gap:8px;padding:0 4px;font-size:.72rem;font-weight:600;display:grid}.invoice-line-row{grid-template-columns:1fr 80px 110px 100px 32px;align-items:center;gap:8px;display:grid}.invoice-line-num{text-align:right}.invoice-line-total{color:var(--ink);text-align:right;font-variant-numeric:tabular-nums;font-size:.88rem;font-weight:600}.invoice-line-remove{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;line-height:1;transition:color .15s,border-color .15s;display:flex}.invoice-line-remove:hover:not(:disabled){color:var(--accent);border-color:var(--accent)}.invoice-line-remove:disabled{opacity:.3;cursor:not-allowed}.invoice-add-line-btn{border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--muted);cursor:pointer;background:0 0;align-self:flex-start;margin-top:4px;padding:7px 14px;font-size:.82rem;font-weight:600;transition:color .15s,border-color .15s}.invoice-add-line-btn:hover{color:var(--accent);border-color:var(--accent)}.invoice-form-totals{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;align-self:flex-end;gap:6px;min-width:240px;margin-top:8px;padding:12px 16px;display:flex}.invoice-form-total-row{color:var(--muted);justify-content:space-between;font-size:.85rem;display:flex}.invoice-form-total-row strong{color:var(--ink);font-variant-numeric:tabular-nums}.invoice-form-total-grand{color:var(--ink);border-top:1px solid var(--border);margin-top:4px;padding-top:8px;font-size:1rem;font-weight:600}.invoice-form-total-grand strong{color:var(--accent);font-size:1.1rem;font-weight:600}@media (max-width:640px){.invoice-kpi-strip{gap:8px}.invoice-kpi-card{min-width:120px;padding:10px 14px}.invoice-kpi-value{font-size:1.1rem}.invoice-form-grid{grid-template-columns:1fr}.invoice-form-full{grid-column:1}.invoice-lines-header{display:none}.invoice-line-row{grid-template-columns:1fr 70px 90px 80px 28px}}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:20px;right:20px}.toast-item{border-radius:var(--radius-control);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-strong);color:var(--text);pointer-events:auto;align-items:center;gap:10px;min-width:280px;max-width:420px;padding:12px 16px;font-size:13px;font-weight:500;animation:.25s ease-out toast-slide-in;display:flex}@keyframes toast-slide-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:600;line-height:1;display:flex}.toast-success .toast-icon{background:var(--success-soft);color:var(--success)}.toast-error .toast-icon{background:var(--danger-soft);color:var(--danger)}.toast-info .toast-icon{color:#2563eb;background:#eff6ff}.toast-warning .toast-icon{background:var(--warning-soft);color:var(--warning)}.toast-success{border-left:3px solid var(--success)}.toast-error{border-left:3px solid var(--danger)}.toast-info{border-left:3px solid #2563eb}.toast-warning{border-left:3px solid var(--warning)}.toast-message{flex:1}.toast-dismiss{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:18px;line-height:1}.toast-dismiss:hover{color:var(--text)}.breadcrumbs{color:var(--muted);align-items:center;gap:0;margin-bottom:-4px;font-size:12px;display:flex}.breadcrumb-sep{color:var(--border-strong);margin:0 6px}.breadcrumb-link{color:var(--muted);text-decoration:none}.breadcrumb-link:hover{color:var(--text);text-decoration:underline}.breadcrumb-current{color:var(--text);font-weight:600}.activity-timeline{flex-direction:column;gap:0;display:flex;position:relative}.activity-entry{align-items:flex-start;gap:12px;padding:10px 0;display:flex;position:relative}.activity-entry:not(:last-child):before{content:"";background:var(--border);width:1px;position:absolute;top:26px;bottom:-2px;left:5px}.activity-dot{border-radius:50%;flex-shrink:0;width:11px;height:11px;margin-top:4px}.activity-content{flex:1;align-items:flex-start;gap:8px;min-width:0;display:flex}.activity-avatar{background:var(--surface-strong);width:26px;height:26px;color:var(--muted);letter-spacing:.03em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.activity-body{flex-direction:column;gap:2px;min-width:0;display:flex}.activity-summary{color:var(--text);font-size:12.5px;line-height:1.4}.activity-time{color:var(--muted);font-size:11px}.activity-expand{color:var(--accent);cursor:pointer;text-align:left;background:0 0;border:none;padding:8px 0 2px;font-size:12px;font-weight:600}.activity-expand:hover{text-decoration:underline}.activity-timeline-empty{color:var(--muted);padding:8px 0;font-size:12px}.webhook-panel{flex-direction:column;gap:12px;display:flex}.webhook-empty{color:var(--muted);padding:12px 0;font-size:13px}.webhook-row{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-control);justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 16px;display:flex}.webhook-row-main{flex-direction:column;gap:4px;min-width:0;display:flex}.webhook-url{color:var(--text);word-break:break-all;font-size:13px;font-weight:600}.webhook-meta{color:var(--muted);align-items:center;gap:6px;font-size:12px;display:flex}.webhook-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.webhook-active{background:var(--success)}.webhook-inactive{background:var(--muted)}.webhook-sep{color:var(--border-strong)}.webhook-error-hint{color:var(--warning);cursor:help}.webhook-events{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.webhook-event-tag{background:var(--surface-strong);color:var(--muted);letter-spacing:.02em;border-radius:4px;padding:2px 7px;font-size:10px;font-weight:600}.webhook-row-actions{flex-shrink:0;gap:6px;display:flex}.webhook-add-form{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-control);flex-direction:column;gap:12px;padding:16px;display:flex}.webhook-event-checkboxes{flex-direction:column;gap:6px;display:flex}.webhook-event-check{cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.webhook-add-actions{gap:8px;display:flex}.carrier-panel{gap:var(--space-3);flex-direction:column;display:flex}.carrier-empty{color:var(--text-muted);padding:var(--space-3) 0;font-size:.875rem}.carrier-row{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-md);display:flex}.carrier-row-info{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.carrier-name{color:var(--text-primary);font-size:.9375rem;font-weight:600}.carrier-caps{gap:var(--space-2);flex-wrap:wrap;display:flex}.carrier-cap-tag{background:var(--surface-muted);color:var(--text-muted);border:1px solid var(--border);border-radius:99px;padding:2px 8px;font-size:.75rem}.carrier-tracking-link-choice{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.carrier-tracking-link-label{color:var(--text-muted);font-size:.78rem}.carrier-row-actions{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.carrier-status{font-size:.8125rem;font-weight:500}.carrier-active{color:var(--success)}.carrier-inactive{color:var(--text-muted)}.button-small{border-radius:6px;padding:5px 10px;font-size:12px}.button-danger-secondary{border:1px solid var(--danger);color:var(--danger);cursor:pointer;background:0 0;border-radius:6px;padding:5px 10px;font-size:12px}.button-danger-secondary:hover{background:var(--danger-soft)}.ctt-label-cell-actions{flex-flow:wrap;align-items:stretch;gap:6px;display:flex}.ctt-label-cell-actions .table-action{white-space:nowrap}.ctt-replacement-compact{min-width:0;padding:4px 8px;font-size:.78rem;line-height:1.2}.button-success-ghost{background:var(--success-soft,#e6f7ee);border:1px solid var(--success,#1f9d55);color:var(--success,#1f9d55);cursor:default;opacity:.9;border-radius:6px;padding:5px 10px;font-size:12px}.button-success-ghost:disabled{cursor:default}.print-queue-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.print-queue-print-all{border-radius:var(--radius-md);box-shadow:none;padding:12px 22px;font-size:.95rem}.print-queue-print-all:disabled{opacity:.4;box-shadow:none}.print-queue-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (max-width:900px){.print-queue-stats{grid-template-columns:1fr}}.print-queue-stat{background:var(--surface,#fff);border:1px solid var(--border,#e6e8ef);border-radius:var(--radius-md);flex-direction:column;gap:6px;padding:18px 20px;display:flex}.print-queue-stat-primary{background:#eff4ff;border-color:#c2d4ff}.print-queue-stat-value{font-size:var(--text-xl);color:var(--text,#111827);font-weight:600;line-height:1.1}.print-queue-selection-tools{align-items:center;gap:10px;margin-left:auto;display:flex}.print-queue-row-actions{flex-wrap:wrap;gap:6px;display:flex}.print-queue-empty{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:40px 20px;display:flex}.print-queue-empty strong{font-size:1.1rem}.table-row-selected{background:var(--accent-soft,#eff4ff)}.print-queue-toolbar{flex-wrap:wrap;align-items:flex-end;gap:14px}.print-queue-scope-toggle{align-items:center;gap:8px;display:flex}.print-queue-preparers{padding:0 4px;font-size:.88rem}.employees-tab-nav{border-bottom:2px solid var(--border,#e6e8ef);gap:4px;margin-bottom:4px;padding-bottom:0;display:flex}.employees-tab-nav-item{color:var(--muted,#6b7280);border-bottom:2px solid #0000;border-radius:8px 8px 0 0;margin-bottom:-2px;padding:8px 18px 10px;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s}.employees-tab-nav-item:hover{color:var(--text,#111827)}.employees-tab-nav-item-active{color:var(--accent,#1e40af);border-bottom-color:var(--accent,#1e40af);background:0 0}.kiosk-setup-card{border-radius:var(--radius-md);background:#eff4ff;border:1px solid #c2d4ff;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.kiosk-setup-icon{flex-shrink:0;font-size:2rem;line-height:1}.kiosk-setup-body{flex-direction:column;flex:1;gap:6px;display:flex}.kiosk-setup-body p{margin:0;font-size:.9rem}.kiosk-setup-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:6px;display:flex}@media (max-width:600px){.kiosk-setup-card{flex-direction:column}}.sla-badge{border-radius:var(--radius-md);letter-spacing:.02em;white-space:nowrap;align-items:center;gap:3px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.sla-overdue{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.sla-today{color:#ea580c;background:#fff7ed;border:1px solid #fed7aa}.sla-tomorrow{color:#ca8a04;background:#fefce8;border:1px solid #fef08a}.sla-ok{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.sla-badge-breached{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.sla-badge-critical{color:#ea580c;background:#fff7ed;border:1px solid #fed7aa}.sla-badge-warning{color:#ca8a04;background:#fefce8;border:1px solid #fef08a}.sla-badge-safe{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.orders-kpi-bar{background:var(--surface-soft);border-radius:var(--radius-card);border:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:6px;padding:10px 14px;display:flex}.orders-kpi-stat{border-radius:var(--radius-md);background:0 0;flex-direction:column;align-items:center;min-width:64px;padding:6px 14px;display:flex}.orders-kpi-value{color:var(--text);font-size:1.25rem;font-weight:600;line-height:1.1}.orders-kpi-label{font-size:var(--text-xs);color:var(--muted);letter-spacing:.03em;white-space:nowrap;margin-top:2px;font-weight:600}.orders-kpi-btn{cursor:pointer;text-align:center;border:none;transition:transform .12s,box-shadow .12s}.orders-kpi-btn:hover{box-shadow:0 3px 10px #0000001a}.orders-kpi-stat-alert{background:#fef2f2;border:1px solid #fecaca}.orders-kpi-stat-alert .orders-kpi-value{color:#dc2626}.orders-kpi-stat-alert .orders-kpi-label{color:#dc2626;opacity:.75}.orders-kpi-stat-warning{background:#fff7ed;border:1px solid #fed7aa}.orders-kpi-stat-warning .orders-kpi-value{color:#ea580c}.orders-kpi-stat-warning .orders-kpi-label{color:#ea580c;opacity:.75}.orders-kpi-stat-ok{background:#f0fdf4;border:1px solid #bbf7d0}.orders-kpi-stat-ok .orders-kpi-value{color:#16a34a}.orders-kpi-stat-ok .orders-kpi-label{color:#16a34a;opacity:.75}.orders-kpi-stat-neutral{background:var(--surface-3,#f1f5f9);border:1px solid var(--border,#e5e7eb)}.orders-kpi-stat-today{background:#f0fdfa;border:1px solid #99f6e4}.orders-kpi-stat-today .orders-kpi-value{color:#0f766e}.orders-kpi-stat-today .orders-kpi-label{color:#0f766e;opacity:.75}.orders-kpi-sep{background:var(--border,#e5e7eb);flex-shrink:0;align-self:center;width:1px;height:32px}.orders-kpi-kbd-hint{flex-wrap:wrap;align-self:center;align-items:center;gap:4px;display:flex}.orders-kpi-kbd-hint span{color:var(--text-secondary,#6b7280);background:var(--surface-3,#f1f5f9);border:1px solid var(--border,#e5e7eb);white-space:nowrap;border-radius:4px;padding:2px 6px;font-family:ui-monospace,monospace;font-size:10px}.order-detail-blocked-badge{border-radius:var(--radius-md);color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;align-items:center;padding:2px 10px;font-size:11px;font-weight:600;display:inline-flex}.order-blocked-alert{border-radius:var(--radius-md);color:#c2410c;background:#fff7ed;border:1px solid #f97316;margin-bottom:4px;padding:12px 16px;font-size:13px}.button-warning{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#ea580c;border:none;padding:8px 16px;font-size:13px;font-weight:600}.button-warning:hover{background:#c2410c}.button-warning:disabled{opacity:.6;cursor:not-allowed}.returns-bulk-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;padding:10px 0;display:flex}.returns-bulk-check{cursor:pointer;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.returns-bulk-actions{flex-wrap:wrap;gap:8px;display:flex}.button-sm{padding:5px 12px;font-size:12px}.returns-case-check{cursor:pointer;align-items:flex-start;padding-top:2px;display:flex}.returns-admin-case.is-selected{background:#eff6ff;border-color:#93c5fd}.returns-admin-case-inspection{color:#6b7280;background:#f1f5f9;border-radius:4px;margin:4px 0 0;padding:6px 10px;font-size:12px}.internal-note-block{padding:4px 0}.internal-note-view{flex-direction:column;gap:10px;display:flex}.internal-note-text{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);white-space:pre-wrap;word-break:break-word;margin:0;padding:10px 12px;font-size:13px;line-height:1.6}.internal-note-placeholder{color:var(--muted);margin:0;padding:10px 0;font-size:13px;font-style:italic}.internal-note-actions{align-items:center;gap:12px;display:flex}.internal-note-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.internal-note-btn:hover{opacity:.75}.internal-note-saved{color:var(--success);font-size:12px;font-weight:600}.internal-note-editor{flex-direction:column;gap:10px;display:flex}.internal-note-textarea{width:100%;color:var(--text);background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-md);resize:vertical;box-sizing:border-box;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .15s}.internal-note-textarea:focus{border-color:var(--accent);outline:none}.internal-note-textarea:disabled{opacity:.6}.internal-note-error{color:var(--danger);padding:4px 0;font-size:12px}.internal-note-editor-actions{gap:8px;display:flex}.order-timeline-v{flex-direction:column;gap:0;display:flex}.order-timeline-item{grid-template-columns:36px 1fr;gap:14px;display:grid;position:relative}.order-timeline-rail{flex-direction:column;align-items:center;display:flex}.order-timeline-node{border:2px solid var(--border);background:var(--surface);z-index:1;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:grid}.order-timeline-item.is-accent .order-timeline-node{color:#6366f1;background:#6366f114;border-color:#6366f166}.order-timeline-item.is-warning .order-timeline-node{color:#d97706;background:#f59e0b14;border-color:#f59e0b66}.order-timeline-item.is-neutral .order-timeline-node{border-color:var(--border);background:var(--bg);color:var(--muted)}.order-timeline-spine{background:var(--border);flex:1;width:2px;min-height:18px;margin:3px 0}.order-timeline-item:last-child .order-timeline-spine{display:none}.order-timeline-content{padding-bottom:18px}.order-timeline-topline{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;display:flex}.order-timeline-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:600}.order-timeline-date{color:var(--muted);white-space:nowrap;font-size:11px}.order-timeline-title{color:var(--text);font-size:13px;font-weight:600;line-height:1.35}.order-timeline-desc{color:var(--muted);word-break:break-word;margin-top:2px;font-size:12px;line-height:1.5}.portal-order-search-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);overflow:hidden}.portal-order-search-header{border-bottom:1px solid var(--border);padding:16px 20px 12px}.portal-order-search-title{color:var(--ink);align-items:center;gap:8px;margin-bottom:2px;font-size:.95rem;font-weight:600;display:flex}.portal-order-search-sub{color:var(--muted);margin:0;font-size:.8rem}.portal-order-search-form{border-bottom:1px solid color-mix(in srgb, var(--border) 50%, transparent);align-items:center;gap:10px;padding:14px 20px;display:flex}.portal-order-search-input-wrap{flex:1;position:relative}.portal-order-search-input{border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--canvas);width:100%;height:40px;color:var(--ink);box-sizing:border-box;outline:none;padding:0 36px 0 14px;font-size:.875rem;transition:border-color .15s}.portal-order-search-input:focus{border-color:var(--accent);background:var(--surface)}.portal-order-search-clear{cursor:pointer;color:var(--muted);background:0 0;border:none;padding:4px;font-size:12px;line-height:1;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.portal-order-search-clear:hover{color:var(--ink)}.portal-order-search-btn{flex-shrink:0;height:40px;padding:0 20px}.portal-order-search-results{padding:8px 0}.portal-order-search-empty{text-align:center;color:var(--muted);padding:20px;font-size:.875rem}.portal-order-search-count{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;padding:6px 20px 10px;font-size:.75rem;font-weight:600}.portal-order-search-list{flex-direction:column;display:flex}.portal-order-search-item{border-bottom:1px solid color-mix(in srgb, var(--border) 50%, transparent);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;text-decoration:none;transition:background .1s;display:flex}.portal-order-search-item:last-child{border-bottom:none}.portal-order-search-item:hover{background:var(--canvas)}.portal-order-search-item-main{align-items:center;gap:10px;min-width:0;display:flex}.portal-order-search-item-id{color:var(--ink);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.875rem;font-weight:600}.portal-order-search-item-name{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;overflow:hidden}.portal-order-search-item-meta{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;display:flex}.portal-order-search-item-status{color:var(--muted);background:var(--canvas);border:1px solid var(--border);border-radius:var(--radius-md);padding:2px 8px;font-size:.75rem;font-weight:600}.portal-order-search-item-shipping{border-radius:var(--radius-md);padding:2px 8px;font-size:.75rem;font-weight:600}.portal-order-search-item-shipping.is-green{color:#15803d;background:#16a34a1a}.portal-order-search-item-shipping.is-blue{color:#1d4ed8;background:#2563eb1a}.portal-order-search-item-shipping.is-orange{color:#c2410c;background:#ea580c1a}.portal-order-search-item-shipping.is-red{color:#dc2626;background:#ef44441a}.portal-order-search-item-date{color:var(--muted);font-size:.75rem}.pqa-strip{justify-content:space-between;align-items:center;gap:var(--space-3);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);padding:8px 16px;display:flex}.pqa-strip-left{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.pqa-shop-name{color:var(--text-primary);white-space:nowrap;font-size:.9375rem;font-weight:600}.pqa-bar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;display:flex}.pqa-pill{border-radius:var(--radius-md);color:var(--text-muted);white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:5px 12px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:inline-flex}.pqa-pill:hover{background:var(--surface-hover);color:var(--text-primary)}.pqa-pill-icon{font-size:.8125rem;line-height:1}.pqa-pill-label{line-height:1}@media (max-width:640px){.pqa-strip{align-items:stretch;gap:var(--space-2);flex-direction:column;padding:10px 12px}.pqa-bar{justify-content:flex-start}.pqa-pill{padding:4px 8px;font-size:.75rem}.pqa-pill-label{display:none}.pqa-pill-icon{font-size:1rem}}.bulk-actions-bar{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-raised);border:1px solid var(--accent);border-radius:var(--radius-md);flex-wrap:wrap;display:flex}.bulk-actions-count{color:var(--accent);white-space:nowrap;font-size:.875rem;font-weight:600}.form-select-sm{height:32px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-primary);cursor:pointer;font-size:.875rem}.button-sm{padding:var(--space-1) var(--space-3);height:32px;font-size:.875rem}.settings-tabs-nav{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;padding:0;display:flex;position:sticky;top:64px;overflow-x:auto}.settings-tabs-nav::-webkit-scrollbar{display:none}.settings-tab-link{color:var(--text-muted);white-space:nowrap;cursor:pointer;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:12px 20px;font-size:.835rem;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s;display:flex;position:relative}.settings-tab-link:hover{color:var(--text-primary);background:0 0}.settings-tab-active{border-bottom-color:var(--accent);font-weight:600;color:var(--text-primary)!important}.settings-tab-active:hover{color:var(--text-primary);background:0 0}.settings-tab-icon{font-size:.95rem;line-height:1}.settings-tab-label{font-size:.835rem}@media (max-width:640px){.settings-tabs-nav{top:56px}.settings-tab-label{display:none}.settings-tab-icon{font-size:1.1rem}.settings-tab-link{padding:10px 14px}}.billing-panel{gap:32px;display:grid}.billing-kpi-strip{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;display:grid}.billing-kpi{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-soft);flex-direction:column;gap:4px;padding:20px;display:flex}.billing-kpi-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:.75rem;font-weight:600}.billing-kpi-value{font-size:var(--text-xl);letter-spacing:-.03em;color:var(--text-primary);font-variant-numeric:tabular-nums;font-weight:600}.billing-section{gap:12px;display:grid}.billing-section-title{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:600}.billing-table-wrap{border-radius:var(--radius-card);border:1px solid var(--border);overflow-x:auto}.billing-table{border-collapse:collapse;width:100%;font-size:.835rem}.billing-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);text-align:left;border-bottom:1px solid var(--border);background:var(--surface-soft);padding:10px 16px;font-size:.72rem;font-weight:600}.billing-th-num{text-align:right!important}.billing-table td{border-bottom:1px solid var(--border-light,var(--border));padding:10px 16px}.billing-table tr:last-child td{border-bottom:none}.billing-td-label{text-transform:capitalize;font-weight:500}.billing-td-num{text-align:right;font-variant-numeric:tabular-nums}.billing-td-bold{font-weight:600}.billing-tiers-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.billing-tier-card{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);gap:8px;padding:16px;display:grid}.billing-tier-head{justify-content:space-between;align-items:baseline;display:flex}.billing-tier-name{font-size:.875rem;font-weight:600}.billing-tier-pct{color:var(--accent);font-size:.75rem;font-weight:600}.billing-tier-bar-track{background:var(--surface-soft);border-radius:3px;height:6px;overflow:hidden}.billing-tier-bar-fill{background:var(--accent);border-radius:3px;min-width:4px;height:100%;transition:width .3s}.billing-tier-stats{color:var(--muted);justify-content:space-between;font-size:.75rem;display:flex}.billing-tier-total{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:600}.billing-empty{text-align:center;color:var(--muted);padding:32px 16px;font-size:.875rem}.order-kv-item-accent{background:var(--surface-soft);border-radius:var(--radius-md);padding:8px 12px!important}.order-kv-item-accent .order-kv-value{color:var(--text-primary);font-size:1rem;font-weight:600}.po-page{gap:0;display:grid}.po-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card) var(--radius-card) 0 0;border-bottom:none;gap:10px;padding:14px 20px;display:grid}.po-search-form{gap:8px;display:flex}.po-search-input{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);height:34px;color:var(--text-primary);outline:none;flex:1;padding:0 12px;font-size:.8rem;transition:border-color .15s}.po-search-input:focus{border-color:var(--accent)}.po-search-input::placeholder{color:var(--muted)}.po-search-btn{border-radius:var(--radius-md);background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;height:34px;padding:0 16px;font-size:.78rem;font-weight:600}.po-search-btn:hover{opacity:.9}.po-filters{flex-wrap:wrap;gap:6px;display:flex}.po-filter{border:1px solid var(--border);background:var(--surface);color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:.72rem;font-weight:500;line-height:1.4;text-decoration:none;transition:all .12s;display:inline-flex}.po-filter:hover{border-color:var(--border-strong,var(--border));color:var(--text-primary)}.po-filter-on{background:var(--accent-soft,#6366f114);border-color:var(--accent);color:var(--accent);font-weight:600}.po-filter-icon{font-size:.78rem;line-height:1}.po-filter-label{font-size:.72rem}.po-filter-count{background:var(--accent);color:#fff;border-radius:999px;padding:1px 6px;font-size:.68rem;font-weight:600;line-height:1.3}.po-table-wrap{border:1px solid var(--border);background:var(--surface);-webkit-overflow-scrolling:touch;overflow-x:auto}.po-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.78rem}.po-th{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);text-align:left;background:var(--surface-soft);border-bottom:2px solid var(--border);white-space:nowrap;z-index:2;padding:8px 12px;font-size:.68rem;font-weight:600;position:sticky;top:0}.po-th-product{width:26%}.po-th-center{text-align:center}.po-row{transition:background 80ms}.po-row:hover{background:var(--surface-soft)}.po-row-alert{background:#ef444408}.po-row-alert:hover{background:#ef44440f}.po-td{border-bottom:1px solid var(--border-light,#0000000d);vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;padding:6px 12px;overflow:hidden}.po-td-center{text-align:center}.po-td-id{font-variant-numeric:tabular-nums;font-weight:600}.po-link{color:var(--accent);font-size:.78rem;font-weight:600;text-decoration:none}.po-link:hover{text-decoration:underline}.po-td-customer{max-width:140px}.po-customer-name{text-overflow:ellipsis;font-weight:500;overflow:hidden}.po-td-date{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.75rem}.po-td-product{white-space:normal;max-width:220px;line-height:1.3}.po-product-name{text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:500;display:block;overflow:hidden}.po-product-variant{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;display:block;overflow:hidden}.po-product-extra{color:var(--accent);margin-left:4px;font-size:.65rem;font-weight:600}.po-product-lines{flex-direction:column;gap:5px;display:flex}.po-product-line{flex-direction:column;gap:1px;display:flex}.po-product-line+.po-product-line{border-top:1px solid var(--border);padding-top:5px}.po-status-stack{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.po-prod-pill{white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:1px 7px;font-size:.64rem;font-weight:600;display:inline-block}.po-prod-in-production{color:#7c3aed;background:#7c3aed1a;border-color:#7c3aed40}.po-prod-packed{color:#1d4ed8;background:#3b82f61a;border-color:#3b82f640}.po-prod-completed{color:#16a34a;background:#16a34a1a;border-color:#16a34a40}.po-ship-pill{white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:.68rem;font-weight:600;display:inline-block}.po-ship-muted{background:var(--surface-soft);color:var(--muted)}.po-ship-slate{color:#475569;background:#64748b1a}.po-ship-blue{color:#1d4ed8;background:#3b82f61a}.po-ship-orange{color:#c2410c;background:#f973161a}.po-ship-green{color:#059669;background:#10b9811a}.po-ship-red{color:#dc2626;background:#ef44441a}.po-td-tracking{font-variant-numeric:tabular-nums;max-width:140px}.po-tracking-link{color:var(--accent);font-size:.73rem;font-weight:500;text-decoration:none}.po-tracking-link:hover{text-decoration:underline}.po-tracking-num{color:var(--text-primary);font-size:.73rem}.po-no-data{color:var(--muted)}.po-incident-dot{color:#dc2626;background:#ef44441f;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;font-weight:600;display:inline-flex}.po-ok-dot{color:#10b981;font-size:.72rem}.sh-orders-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;display:flex}.sh-orders-search-form{flex:1;align-items:center;gap:8px;min-width:240px;display:flex}.sh-orders-search-input{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);height:34px;color:var(--text);outline:none;flex:1;padding:0 10px;font-size:.85rem;transition:border-color .15s}.sh-orders-search-input:focus{border-color:var(--accent);background:var(--surface)}.sh-orders-search-btn{background:var(--accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;height:34px;padding:0 14px;font-size:.84rem;font-weight:600}.sh-orders-clear-btn{color:var(--muted);border-radius:var(--radius-sm);padding:4px 8px;font-size:.8rem;text-decoration:none;transition:background .12s}.sh-orders-clear-btn:hover{background:var(--surface-soft)}.sh-orders-count{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:.78rem}.sh-orders-empty{text-align:center;color:var(--muted);padding:40px;font-size:.9rem}.sh-status-filters{border-bottom:1px solid var(--border);background:var(--surface-soft);flex-wrap:wrap;gap:6px;padding:10px 16px;display:flex}.sh-status-pill{border:1px solid var(--border);background:var(--surface);height:28px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:0 10px;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .13s,border-color .13s,color .13s;display:inline-flex}.sh-status-pill:hover{background:var(--surface-strong);border-color:var(--border-strong);color:var(--text)}.sh-status-pill.is-active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 2px 6px rgba(var(--accent-rgb), .28);font-weight:600}.po-pagination{background:var(--surface);border:1px solid var(--border);border-radius:0 0 var(--radius-card) var(--radius-card);border-top:none;justify-content:center;align-items:center;gap:16px;padding:10px 20px;font-size:.78rem;display:flex}.po-page-btn{color:var(--accent);border-radius:var(--radius-md);padding:4px 10px;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .12s}.po-page-btn:hover{background:var(--surface-soft)}.po-page-disabled{pointer-events:none;opacity:.3}.po-page-info{color:var(--muted);font-variant-numeric:tabular-nums}.po-page-info strong{color:var(--text-primary)}@media (max-width:768px){.po-table{font-size:.72rem}.po-th,.po-td{padding:5px 8px}.po-td-customer,.po-td-product,.po-td-tracking{max-width:100px}.po-filters{gap:4px}.po-filter{padding:3px 7px;font-size:.68rem}}.notif-bell-wrap{position:static}.notif-bell-btn{width:36px;height:36px;color:var(--text-muted);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:relative}.notif-bell-btn:hover{background:var(--surface-hover);color:var(--text-primary)}.notif-bell-badge{background:var(--danger,#ef4444);color:#fff;border-radius:99px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.625rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2px;right:2px}.notif-panel{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);width:360px;max-height:520px;box-shadow:var(--shadow-float);z-index:9000;flex-direction:column;animation:.18s notif-in;display:flex;position:fixed;top:56px;right:12px;overflow:hidden}@keyframes notif-in{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:none}}.notif-panel-header{border-bottom:1px solid var(--border);color:var(--text-primary);background:var(--bg-surface);letter-spacing:.01em;justify-content:space-between;align-items:center;padding:14px 16px;font-size:.875rem;font-weight:600;display:flex}.notif-loading{color:var(--text-secondary);font-weight:400}.notif-panel-list{flex:1;max-height:420px;overflow-y:auto}.notif-empty{text-align:center;color:var(--text-secondary);padding:32px 16px;font-size:.8125rem}.notif-item{border-bottom:1px solid var(--border);cursor:default;gap:10px;padding:11px 16px;transition:background .1s;display:flex}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:var(--bg-hover)}.notif-unread{background:var(--accent-soft);border-left:2px solid var(--accent)}.notif-unread:hover{background:color-mix(in srgb, var(--accent-soft) 80%, var(--bg-hover))}.notif-item-icon{flex-shrink:0;margin-top:1px;font-size:1.05rem}.notif-item-body{flex:1;min-width:0}.notif-item-summary{color:var(--text-primary);font-size:.8125rem;font-weight:500;line-height:1.45}.notif-item-meta{color:var(--text-tertiary);gap:8px;margin-top:3px;font-size:.72rem;display:flex}@media (max-width:768px){.notif-panel{top:auto;bottom:calc(82px + env(safe-area-inset-bottom));border-radius:16px;width:auto;max-height:70vh;animation:.22s cubic-bezier(.22,1,.36,1) notif-in-sheet;position:fixed;left:8px;right:8px;box-shadow:0 12px 48px #0000002e,0 2px 8px #00000014}@keyframes notif-in-sheet{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.notif-panel-list{max-height:56vh}.notif-item{min-height:56px;padding:14px 16px}.notif-item-summary{font-size:.9rem}}.sla-alerts-banner{align-items:center;gap:var(--space-3);border-radius:var(--radius-lg);color:#92400e;background:#fef3c7;border:1px solid #f59e0b;padding:12px 16px;display:flex}[data-theme=dark] .sla-alerts-banner{color:#fbbf24;background:#f59e0b1f;border-color:#f59e0b66}.sla-alerts-icon{flex-shrink:0;font-size:1.25rem}.sla-alerts-content{flex:1;min-width:0}.sla-alerts-title{font-size:.875rem;font-weight:600;display:block}.sla-alerts-details{gap:var(--space-3);opacity:.85;margin-top:2px;font-size:.8125rem;display:flex}.drb{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-raised);padding:10px 14px}.drb-header{align-items:center;gap:var(--space-2);margin-bottom:6px;font-size:.8125rem;display:flex}.drb-icon{font-size:.75rem}.drb-label{color:var(--text-primary);flex:1;font-weight:600}.drb-pct{font-size:.8125rem;font-weight:600}.drb-high .drb-pct{color:#ef4444}.drb-medium .drb-pct{color:#f59e0b}.drb-low .drb-pct{color:#22c55e}.drb-bar-track{background:var(--surface-muted);border-radius:99px;height:4px;margin-bottom:6px;overflow:hidden}.drb-bar-fill{border-radius:99px;height:100%;transition:width .4s}.drb-high .drb-bar-fill{background:#ef4444}.drb-medium .drb-bar-fill{background:#f59e0b}.drb-low .drb-bar-fill{background:#22c55e}.drb-msg{color:var(--text-muted);font-size:.75rem}.return-request-page{min-height:100vh;padding:var(--space-6);background:var(--surface);justify-content:center;align-items:center;display:flex}.return-request-container{gap:var(--space-5);flex-direction:column;width:100%;max-width:480px;display:flex}.return-request-header{text-align:center}.return-request-title{font-size:var(--text-xl);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:600}.return-request-subtitle{color:var(--text-muted);font-size:.9375rem;line-height:1.5}.return-request-form{gap:var(--space-4);padding:var(--space-5);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex}.return-request-field{gap:var(--space-1);flex-direction:column;display:flex}.return-request-field label{color:var(--text-primary);font-size:.8125rem;font-weight:600}.return-request-field input,.return-request-field select,.return-request-field textarea{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-primary);padding:10px 12px;font-size:.9375rem;transition:border-color .15s}.return-request-field input:focus,.return-request-field select:focus,.return-request-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb,99 102 241) / .15);outline:none}.return-request-submit{background:var(--accent);color:var(--bg);border-radius:var(--radius);cursor:pointer;border:none;padding:12px;font-size:.9375rem;font-weight:600;transition:opacity .15s}.return-request-submit:hover{opacity:.9}.return-request-submit:disabled{opacity:.5;cursor:not-allowed}.return-request-error{border-radius:var(--radius);color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;padding:10px 14px;font-size:.875rem}.return-request-success{text-align:center;padding:var(--space-6);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg)}.return-request-success-icon{font-size:var(--text-xl);margin-bottom:var(--space-3)}.return-request-success h2{color:var(--text-primary);margin-bottom:var(--space-2);font-size:1.25rem;font-weight:600}.return-request-success p{color:var(--text-muted);font-size:.9375rem}.return-request-footer{text-align:center;color:var(--text-muted);font-size:.75rem}.return-request-track-link{color:var(--accent);font-weight:600;text-decoration:underline}.return-status-card{gap:var(--space-4);padding:var(--space-5);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex}.return-status-order{color:var(--text-muted);font-size:.875rem}.return-status-steps{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.return-status-step{align-items:center;gap:var(--space-3);color:var(--text-muted);font-size:.9375rem;display:flex}.return-status-step-dot{border:2px solid var(--border);background:var(--surface);border-radius:50%;flex-shrink:0;width:12px;height:12px}.return-status-step-done{color:var(--text-primary)}.return-status-step-done .return-status-step-dot{background:var(--accent);border-color:var(--accent)}.return-status-step-current{color:var(--text-primary);font-weight:600}.return-status-step-current .return-status-step-dot{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb,99 102 241) / .2)}.return-status-help{color:var(--text-muted);font-size:.9375rem}.return-status-tracking{color:var(--text-primary);font-size:.875rem}.return-status-label-button{text-align:center;text-decoration:none;display:block}.return-status-loading{text-align:center;color:var(--text-muted)}.mobile-bottom-nav,.mobile-drawer-backdrop{display:none}@media (max-width:768px){html,body{max-width:100vw;overflow-x:hidden}.tenant-shell,.tenant-shell-collapsed,:root[data-sidebar-collapsed=true] .tenant-shell{max-width:100vw;overflow-x:hidden;grid-template-columns:1fr!important;gap:0!important}.tenant-shell-branded,.tenant-shell-collapsed.tenant-shell-branded,.tenant-shell-admin,.tenant-shell-collapsed.tenant-shell-admin,:root[data-sidebar-collapsed=true] .tenant-shell-admin,:root[data-sidebar-collapsed=true] .tenant-shell-branded{padding-left:0!important}.tenant-sidebar{display:none!important}.dashboard-main,.dashboard-main-admin,.tenant-main{box-sizing:border-box;max-width:100vw;overflow-x:hidden;padding:16px 14px 90px!important}.tenant-content{max-width:100%;padding-bottom:0;overflow-x:hidden}.mobile-bottom-nav{z-index:200;background:var(--surface);border-top:1px solid var(--border);padding:6px 8px max(env(safe-area-inset-bottom), 6px);-webkit-backdrop-filter:blur(16px);gap:4px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #00000014}:root[data-theme=dark] .mobile-bottom-nav{background:color-mix(in srgb, var(--surface) 94%, transparent);box-shadow:0 -4px 24px #0000004d}.mobile-bottom-nav-item{border-radius:var(--radius-md);min-height:52px;color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:6px 4px;font-family:inherit;text-decoration:none;transition:background .14s,color .14s;display:flex}.mobile-bottom-nav-item:active{transform:scale(.94)}.mobile-bottom-nav-item.is-active{color:var(--accent)}.mobile-bottom-nav-icon{flex:none;width:22px;height:22px}.mobile-bottom-nav-label{letter-spacing:.01em;white-space:nowrap;font-size:.64rem;font-weight:600;line-height:1}.mobile-drawer-backdrop{z-index:300;-webkit-backdrop-filter:blur(4px);background:#00000073;align-items:flex-end;animation:.2s both mobile-backdrop-in;display:flex;position:fixed;inset:0}@keyframes mobile-backdrop-in{0%{opacity:0}to{opacity:1}}.mobile-drawer{background:var(--surface);width:100%;max-height:80vh;padding:0 16px max(env(safe-area-inset-bottom), 16px);border-radius:24px 24px 0 0;flex-direction:column;animation:.26s cubic-bezier(.22,1,.36,1) both mobile-drawer-in;display:flex;overflow-y:auto}@keyframes mobile-drawer-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-drawer-header{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;padding:20px 4px 16px;display:flex}.mobile-drawer-title{color:var(--ink);letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:600}.mobile-drawer-nav{flex-direction:column;flex:1;gap:4px;padding:12px 0;display:flex;overflow-y:auto}.mobile-drawer-group{flex-direction:column;gap:2px;margin-bottom:8px;display:flex}.mobile-drawer-section{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;padding:6px 12px 4px;font-size:.65rem;font-weight:600}.mobile-drawer-link{border-radius:var(--radius-md);color:var(--text);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 14px;font-family:inherit;font-size:.92rem;font-weight:500;text-decoration:none;transition:background .14s,color .14s;display:flex}.mobile-drawer-link:active,.mobile-drawer-link:hover{background:var(--surface-soft)}.mobile-drawer-link.is-active{background:var(--accent-soft);color:var(--accent);font-weight:600}.mobile-drawer-link.is-logout{color:var(--danger,#ef4444)}.mobile-drawer-footer{border-top:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:4px;padding:12px 0 8px;display:flex}.table-wrap,.exp-table-wrap,.portal-recent-table-wrap,.employees-table-wrap,.shipping-rules-table-wrap,.sct-table-card,.inv-table-wrap,.rpt-table-wrap,.ship-control-table-wrap{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.table-wrap .table,.exp-table-wrap .table,.portal-recent-table-wrap .portal-recent-table,.employees-table-wrap .table,.shipping-rules-table-wrap .table,.inv-table-wrap .table,.rpt-table-wrap .table{min-width:640px}.stack,.exp-page,.dash-v2-page,.admin-dashboard,[class*=-page],[class*=-grid],[class*=-strip]{box-sizing:border-box;max-width:100%}.admin-dashboard{gap:14px!important}.admin-dashboard-hero{flex-direction:column;align-items:stretch;gap:12px}.admin-dashboard-hero-actions{flex-direction:column;align-items:stretch;gap:8px}.admin-dashboard-hero-copy{gap:6px}.admin-dashboard-title{font-size:var(--text-xl)!important}.admin-dashboard-columns{gap:14px;grid-template-columns:1fr!important}.dash-kpi-strip{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.exp-kpi-value{font-size:var(--text-xl)}.dash-analytics-grid{grid-template-columns:1fr!important}.dash-mini-charts-strip{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-dashboard-timebar{flex-wrap:wrap;gap:8px}.dashboard-donut-range-pills{flex-wrap:wrap}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.table{min-width:700px}.orders-ops-head,.exp-header-top{flex-direction:column;align-items:stretch;gap:10px}.exp-header-right,.exp-toolbar{flex-wrap:wrap;gap:8px}.exp-page-title{font-size:1.2rem!important}.exp-kpi-strip{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.dash-chart-bars-v2{gap:2px}.dash-chart-col-v2{min-width:0}.exp-donut-wrap{justify-content:center;display:flex}.stack,.exp-page,.dash-v2-page{gap:14px}.exp-header{padding:10px 14px}.shipments-range-pills,.exp-period-pills{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.order-hero{padding:16px}.order-detail-grid{grid-template-columns:1fr!important}.app-modal-sheet,.app-modal-sheet-wide{max-height:92vh;padding:20px 16px;border-radius:20px 20px 0 0!important;width:100%!important}.settings-page-grid,.settings-layout{grid-template-columns:1fr!important}.dash-health-pipeline{gap:8px}.admin-dashboard-panel-head{flex-wrap:wrap;gap:8px}.dash-hero-eyebrow-row{flex-wrap:wrap;gap:6px}.dash-quick-actions-row{flex-wrap:wrap;gap:8px}.dash-incident-summary{flex-wrap:wrap;gap:4px}.admin-dashboard-kpis,.production-kpi-grid{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.production-table-card{-webkit-overflow-scrolling:touch;overflow-x:auto}.production-table{min-width:900px}.order-detail-action-row{justify-content:stretch}.order-detail-action-row>*{text-align:center;flex:auto;justify-content:center}.order-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid!important}.order-detail-stat{min-width:0}.order-kv-list-cols{grid-template-columns:1fr!important}.order-shipment-top{flex-direction:column;align-items:flex-start;gap:10px}.order-shipment-tracking-block{align-items:flex-start}.ctt-create-hero{display:none}.ctt-create-sticky-bar{flex-direction:column;align-items:stretch;gap:10px;padding:14px}.ctt-create-sticky-button{min-width:100%}.app-modal-sheet,.app-modal-sheet-wide{max-height:94vh;padding:16px 14px;border-radius:24px 24px 0 0!important}.app-modal-body .grid-2,.stack .grid-2{grid-template-columns:1fr!important}.order-nav-pos{display:none}.order-detail-nav-row{flex-wrap:wrap;gap:6px}}@media (max-width:420px){.dash-mini-charts-strip{grid-template-columns:1fr!important}.dash-kpi-strip,.exp-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mobile-drawer{max-height:90vh}}@keyframes sga-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.25)}}.sga-hero{border-radius:var(--radius-md);background:rgba(var(--accent-rgb), .05);border:1px solid rgba(var(--accent-rgb), .2);grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px 22px;display:grid;position:relative;overflow:hidden}.sga-hero-icon{border-radius:var(--radius-md);background:rgba(var(--accent-rgb), .14);width:44px;height:44px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;font-size:22px;display:inline-flex}.sga-hero-body{flex-direction:column;gap:2px;min-width:0;display:flex}.sga-hero-title{letter-spacing:-.005em;color:var(--ink);margin:0;font-size:.98rem;font-weight:650}.sga-hero-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:flex}.sga-hero-progress{font-variant-numeric:tabular-nums;color:var(--ink);align-items:center;gap:8px;font-weight:600;display:inline-flex}.sga-hero-progress-bar{background:rgba(var(--accent-rgb), .15);border-radius:999px;width:90px;height:6px;overflow:hidden}.sga-hero-progress-fill{background:var(--accent);border-radius:999px;height:100%;transition:width .4s cubic-bezier(.2,.8,.2,1)}.sga-hero-cta{border-radius:var(--radius-md);background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .16s,transform .16s;display:inline-flex}.sga-hero-cta:hover:not(:disabled){background:var(--accent-strong)}.sga-hero-cta:disabled{opacity:.6;cursor:not-allowed}.sga-pulse-dot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite sga-pulse;display:inline-block;box-shadow:0 0 0 3px #10b98138}.sga-pulse-dot.is-warning{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b38}.sga-pulse-dot.is-critical{background:#ef4444;box-shadow:0 0 0 3px #ef444438}.sga-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;display:grid}.sga-kpi-card{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);flex-direction:column;gap:10px;padding:16px 18px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;position:relative;overflow:hidden}.sga-kpi-card:hover{box-shadow:var(--shadow-soft);border-color:var(--border-strong)}.sga-kpi-card-head{align-items:center;gap:10px;display:flex}.sga-kpi-card-icon{border-radius:var(--radius-md);background:rgba(var(--accent-rgb), .1);width:30px;height:30px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;font-size:15px;display:inline-flex}.sga-kpi-card-label{color:var(--muted);letter-spacing:.02em;text-transform:uppercase;font-size:12px;font-weight:600}.sga-kpi-card-value{font-size:var(--text-xl);letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums;font-weight:600;line-height:1}.sga-kpi-card-foot{color:var(--muted);font-size:12px}.sga-kpi-card.is-critical{background:#ef44440a;border-color:#ef44444d}.sga-kpi-card.is-critical .sga-kpi-card-icon{color:#dc2626;background:#ef444424}.sga-kpi-card.is-critical .sga-kpi-card-value{color:#dc2626}.sga-kpi-card.is-warning{background:#f59e0b0a;border-color:#f59e0b4d}.sga-kpi-card.is-warning .sga-kpi-card-icon{color:#d97706;background:#f59e0b24}.sga-kpi-card.is-success{border-color:#10b98147}.sga-kpi-card.is-success .sga-kpi-card-icon{color:#059669;background:#10b98124}.sga-action-card{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 18px;transition:border-color .16s,box-shadow .16s;display:grid}.sga-action-card.is-critical{background:#ef44440d;border-color:#ef444447}.sga-action-card-icon{border-radius:var(--radius-md);color:#dc2626;background:#ef444424;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:inline-flex}.sga-action-card-body{flex-direction:column;gap:2px;display:flex}.sga-action-card-title{color:var(--ink);letter-spacing:-.005em;font-size:.95rem;font-weight:600}.sga-action-card-meta{color:var(--muted);font-size:12.5px}.sga-status-dot{vertical-align:middle;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:7px;display:inline-block}.sga-status-dot.is-ok{background:#10b981;box-shadow:0 0 0 2px #10b9812e}.sga-status-dot.is-warning{background:#f59e0b;box-shadow:0 0 0 2px #f59e0b2e}.sga-status-dot.is-critical{background:#ef4444;box-shadow:0 0 0 2px #ef44442e}.sga-stock-bar{flex-direction:column;gap:4px;min-width:80px;display:flex}.sga-stock-bar-head{font-variant-numeric:tabular-nums;justify-content:space-between;align-items:baseline;gap:6px;display:flex}.sga-stock-bar-value{color:var(--ink);font-size:13px;font-weight:600}.sga-stock-bar-target{color:var(--muted);font-size:11px}.sga-stock-bar-track{background:var(--surface-strong);border-radius:999px;height:4px;overflow:hidden}.sga-stock-bar-fill{border-radius:999px;height:100%;transition:width .24s cubic-bezier(.2,.8,.2,1)}.sga-stock-bar-fill.is-ok{background:#10b981}.sga-stock-bar-fill.is-warning{background:#f59e0b}.sga-stock-bar-fill.is-critical{background:#ef4444}.sga-auto-pill{color:#047857;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle;background:#10b9811f;border-radius:999px;align-items:center;gap:5px;margin-left:6px;padding:2px 8px;font-size:10.5px;font-weight:600;display:inline-flex}.sga-auto-pill:before{content:"";background:#10b981;border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite sga-pulse}:root[data-theme=dark] .sga-auto-pill{color:#6ee7b7;background:#10b9812e}.sga-timeline{flex-direction:column;gap:2px;display:flex}.sga-timeline-row{border-radius:var(--radius-md);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 12px;transition:background .14s;display:grid}.sga-timeline-row:hover{background:var(--surface-soft)}.sga-timeline-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.sga-timeline-dot.is-in{background:#10b981}.sga-timeline-dot.is-out{background:#ef4444}.sga-timeline-dot.is-adj{background:#3b82f6}.sga-timeline-body{flex-direction:column;gap:2px;min-width:0;display:flex}.sga-timeline-title{color:var(--ink);letter-spacing:-.005em;font-size:13.5px;font-weight:500}.sga-timeline-meta{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.sga-timeline-delta{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:13px;font-weight:600}.sga-timeline-delta.is-pos{color:#059669}.sga-timeline-delta.is-neg{color:#dc2626}.sga-surface{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:12px;padding:16px 18px;display:flex}.sga-surface-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.sga-surface-title{color:var(--ink);letter-spacing:-.005em;font-size:.95rem;font-weight:650}.sga-surface-link{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:13px;font-weight:500;text-decoration:none}.sga-surface-link:hover{text-decoration:underline}:root[data-theme=dark] .sga-hero{background:rgba(var(--accent-rgb), .08);border-color:rgba(var(--accent-rgb), .3)}:root[data-theme=dark] .sga-kpi-card{background:var(--surface)}.tenant-topbar{justify-content:flex-end;padding:14px 24px 0;display:flex}@media (max-width:780px){.tenant-topbar{display:none}}.cmdk-launcher{border:1px solid var(--border);background:var(--surface);min-width:280px;color:var(--muted);cursor:pointer;box-shadow:var(--shadow-soft);border-radius:999px;align-items:center;gap:10px;padding:9px 14px;font-size:13px;transition:all .15s;display:inline-flex}.cmdk-launcher:hover{border-color:var(--accent);color:var(--text)}.cmdk-launcher-label{text-align:left;flex:1}.cmdk-kbd{background:var(--surface-strong);border:1px solid var(--border);color:var(--muted);border-radius:6px;padding:2px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.cmdk-kbd-small{padding:1px 6px;font-size:10px}.cmdk-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0a0a0f80;justify-content:center;padding-top:min(14vh,120px);animation:.15s cmdk-fade;display:flex;position:fixed;inset:0}@keyframes cmdk-fade{0%{opacity:0}to{opacity:1}}.cmdk-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);width:min(640px,92vw);max-height:70vh;box-shadow:var(--shadow-strong);flex-direction:column;display:flex;overflow:hidden}.cmdk-input-wrap{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:14px 16px;display:flex}.cmdk-input-icon{font-size:16px}.cmdk-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:15px}.cmdk-results{flex:1;padding:6px 0;overflow-y:auto}.cmdk-group+.cmdk-group{border-top:1px solid var(--border);margin-top:4px;padding-top:4px}.cmdk-group-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:6px 16px;font-size:11px}.cmdk-item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:9px 16px;font-size:14px;display:flex}.cmdk-item-active{background:var(--accent-soft)}.cmdk-item-icon{text-align:center;width:20px;font-size:16px}.cmdk-item-body{flex-direction:column;flex:1;gap:2px;display:flex}.cmdk-item-label{font-weight:500}.cmdk-item-hint{color:var(--muted);font-size:12px}.cmdk-item-meta{color:var(--muted);font-size:13px}.cmdk-empty{text-align:center;color:var(--muted);padding:28px 16px;font-size:14px}.cmdk-footer{border-top:1px solid var(--border);color:var(--muted);background:var(--surface-soft);gap:16px;padding:10px 16px;font-size:12px;display:flex}.calc-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:16px;display:grid}@media (max-width:960px){.calc-grid{grid-template-columns:1fr}}.calc-form-card{flex-direction:column;gap:14px;display:flex}.calc-form-head{flex-direction:column;gap:4px;display:flex}.calc-field{flex-direction:column;gap:6px;display:flex}.calc-field label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:12px;font-weight:600}.calc-field input,.calc-field select,.calc-field textarea{border:1px solid var(--control-border);border-radius:var(--radius-control);background:var(--control-surface);color:var(--text);padding:10px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.calc-field input:focus,.calc-field select:focus,.calc-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .18);outline:none}.calc-hint{color:var(--muted);font-size:12px}.calc-row{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;display:grid}.calc-callouts{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.calc-callout{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface-soft);flex-direction:column;gap:2px;padding:10px 12px;display:flex}.calc-callout span{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:11px}.calc-callout strong{color:var(--text);font-size:16px}.calc-callout-primary{border-color:var(--accent);background:var(--accent-soft)}.calc-callout-primary strong{color:var(--accent-strong)}.calc-toggle{color:var(--text);cursor:pointer;align-items:center;gap:10px;font-size:14px;display:inline-flex}.calc-toggle input{width:18px;height:18px;accent-color:var(--accent)}.calc-highlights{flex-direction:column;gap:14px;display:flex}.calc-highlight{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);flex-direction:column;gap:6px;padding:18px 20px;display:flex}.calc-highlight-cheap{background:var(--accent-soft);border-color:rgba(var(--accent-rgb), .3)}.calc-highlight-fast{background:#0596690f;border-color:#05966947}.calc-highlight-price{color:var(--text);margin:0;font-size:34px}.calc-highlight-line{color:var(--text);margin:0;font-size:14px}.calc-highlight-sub{color:var(--muted);margin:0;font-size:13px}.calc-insights p{margin:0 0 6px}.calc-insights-sub{color:var(--muted);font-size:12px}.calc-quote-table{border-radius:var(--radius-control);border:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.calc-quote-head,.calc-quote-row{grid-template-columns:1.3fr 1fr 1fr .8fr .8fr .8fr;align-items:center;gap:8px;padding:12px 14px;font-size:13px;display:grid}.calc-quote-head{background:var(--surface-soft);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.calc-quote-row{border-top:1px solid var(--border);transition:background .12s}.calc-quote-row:hover{background:var(--surface-soft)}.calc-quote-row strong{color:var(--text);display:block}.calc-quote-row small{color:var(--muted);font-size:11px}.calc-quote-total{color:var(--accent-strong);font-weight:600}@media (max-width:820px){.calc-quote-head{display:none}.calc-quote-row{grid-template-columns:1fr 1fr;row-gap:4px}}.addrbook-toolbar-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.addrbook-toolbar-actions{flex-wrap:wrap;gap:8px;margin-left:auto;display:inline-flex}.addrbook-search{border:1px solid var(--control-border);border-radius:var(--radius-control);background:var(--control-surface);min-width:180px;color:var(--text);flex:1;padding:9px 12px;font-size:14px}.addrbook-search:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .18);outline:none}.addrbook-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.addrbook-card{border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);flex-direction:column;gap:12px;padding:18px;transition:transform .12s,border-color .12s;display:flex}.addrbook-card:hover{border-color:var(--border-strong);background:var(--bg-hover)}.addrbook-card-default{border-color:rgba(var(--accent-rgb), .4);box-shadow:0 0 0 1px rgba(var(--accent-rgb), .1)}.addrbook-card-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.addrbook-card-title{color:var(--text);margin:2px 0 0;font-size:17px}.addrbook-country-badge{background:var(--surface-strong);color:var(--text);letter-spacing:.05em;border-radius:6px;padding:3px 8px;font-family:ui-monospace,monospace;font-size:11px;font-weight:600}.addrbook-card-body{color:var(--text);flex-direction:column;gap:3px;font-size:14px;display:flex}.addrbook-muted{color:var(--muted);font-size:13px}.addrbook-notes{background:var(--surface-soft);border:1px dashed var(--border);border-radius:var(--radius-control);color:var(--muted);margin-top:4px;padding:8px 10px;font-size:12px}.addrbook-card-footer{border-top:1px solid var(--border);flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:4px;display:flex}.addrbook-action{padding:6px 10px;font-size:12px}.addrbook-action-danger{color:var(--danger)}.addrbook-empty{padding:48px 24px}.addrbook-empty-inner{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.addrbook-empty-icon{font-size:40px}.addrbook-empty-actions{gap:8px;margin-top:8px;display:flex}.addrbook-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0a0a0f8c;justify-content:center;padding-top:min(10vh,80px);padding-bottom:40px;display:flex;position:fixed;inset:0;overflow-y:auto}.addrbook-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);width:min(640px,92vw);box-shadow:var(--shadow-strong);flex-direction:column;max-height:85vh;display:flex}.addrbook-modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.addrbook-modal-body{flex:1;padding:18px 22px;overflow-y:auto}.addrbook-modal-foot{border-top:1px solid var(--border);background:var(--surface-soft);justify-content:flex-end;gap:8px;padding:14px 22px;display:flex}.perf-trend-grid{border-radius:var(--radius-control);background:var(--surface-soft);border:1px dashed var(--border);grid-template-columns:repeat(auto-fit,minmax(52px,1fr));gap:10px;min-height:220px;padding:12px 4px;display:grid}.perf-trend-col{flex-direction:column;align-items:center;gap:6px;height:220px;display:flex}.perf-trend-bars{flex:1;justify-content:center;align-items:flex-end;gap:4px;width:100%;padding:0 4px;display:flex}.perf-trend-bar{border-radius:4px 4px 0 0;width:14px;transition:height .25s}.perf-trend-bar-created{background:#6366f1}.perf-trend-bar-delivered{background:#10b981}.perf-trend-rate{background:var(--surface);border:1px solid var(--border);color:var(--muted);border-radius:6px;padding:2px 6px;font-size:11px;font-weight:600}.perf-trend-rate[data-tone=success]{color:var(--success);border-color:#0596694d}.perf-trend-rate[data-tone=accent]{color:var(--warning);border-color:#d977064d}.perf-trend-rate[data-tone=danger]{color:var(--danger);border-color:#dc26264d}.perf-trend-day{color:var(--muted);font-size:11px}.perf-legend{color:var(--muted);flex-wrap:wrap;align-items:center;gap:14px;font-size:12px;display:flex}.perf-legend-dot{vertical-align:middle;border-radius:3px;width:10px;height:10px;margin-right:4px;display:inline-block}.perf-legend-muted{margin-left:auto;font-style:italic}.perf-carrier-list{flex-direction:column;gap:14px;display:flex}.perf-carrier-row{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-soft);flex-direction:column;gap:8px;padding:14px 16px;display:flex}.perf-carrier-head{flex-wrap:wrap;justify-content:space-between;gap:8px;display:flex}.perf-carrier-volume{color:var(--muted);font-size:13px}.perf-carrier-bar-wrap{background:var(--surface-strong);border-radius:999px;height:8px;overflow:hidden}.perf-carrier-bar{border-radius:inherit;background:var(--accent);height:100%;transition:width .3s}.perf-carrier-bar[data-tone=success]{background:var(--success)}.perf-carrier-bar[data-tone=accent]{background:var(--warning)}.perf-carrier-bar[data-tone=danger]{background:var(--danger)}.perf-carrier-stats{color:var(--muted);flex-wrap:wrap;gap:16px;font-size:13px;display:flex}.perf-carrier-stats strong{color:var(--text)}.perf-funnel{flex-direction:column;display:flex}.perf-funnel-row{border-bottom:1px solid var(--border);justify-content:space-between;padding:12px 14px;font-size:14px;display:flex}.perf-funnel-row:last-child{background:var(--accent-soft);border-radius:0 0 var(--radius-control) var(--radius-control);border-bottom:none;font-weight:600}.notifs-table{border:1px solid var(--border);border-radius:var(--radius-control);flex-direction:column;display:flex;overflow:hidden}.notifs-head,.notifs-row{grid-template-columns:minmax(260px,1.6fr) repeat(4,1fr);align-items:center;gap:8px;padding:12px 16px;display:grid}.notifs-head{background:var(--surface-soft);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.notifs-head-channel{text-align:center}.notifs-row{border-top:1px solid var(--border)}.notifs-row:hover{background:var(--surface-soft)}.notifs-event{align-items:flex-start;gap:10px;display:flex}.notifs-event strong{color:var(--text);font-size:14px;display:block}.notifs-event small{color:var(--muted);margin-top:2px;font-size:12px;display:block}.notifs-cell{cursor:pointer;justify-content:center;display:flex}.notifs-cell input{opacity:0;pointer-events:none;position:absolute}.notifs-cell-dot{border-radius:var(--radius-md);border:1.5px solid var(--border-strong);background:var(--surface);justify-content:center;align-items:center;width:22px;height:22px;transition:all .12s;display:inline-flex}.notifs-cell input:checked+.notifs-cell-dot{background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .18)}.notifs-cell input:checked+.notifs-cell-dot:after{content:"✓";color:#fff;font-size:13px;font-weight:600}@media (max-width:780px){.notifs-head{display:none}.notifs-row{grid-template-columns:1fr;row-gap:10px}.notifs-cell{justify-content:flex-start;gap:8px}.notifs-cell:before{content:attr(data-label);color:var(--muted);font-size:12px}}.dev-keys-flash{border-radius:var(--radius-card);background:var(--accent-soft);border:1px solid rgba(var(--accent-rgb), .4);flex-direction:column;gap:12px;padding:18px 20px;display:flex}.dev-keys-token{border-radius:var(--radius-control);background:var(--ink);color:#f4f4f6;white-space:nowrap;padding:12px 14px;font-family:ui-monospace,monospace;font-size:13px;display:block;overflow-x:auto}.dev-keys-list{flex-direction:column;gap:10px;display:flex}.dev-keys-row{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-soft);grid-template-columns:minmax(180px,1.4fr) minmax(140px,1fr) auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.dev-keys-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;font-size:12px;display:flex}.dev-keys-prefix{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-control);padding:6px 10px;font-family:ui-monospace,monospace;font-size:13px}@media (max-width:780px){.dev-keys-row{grid-template-columns:1fr}}.dev-keys-code{border-radius:var(--radius-control);background:var(--ink);color:#f4f4f6;margin:0;padding:14px 16px;font-family:ui-monospace,monospace;font-size:12.5px;line-height:1.6;overflow-x:auto}.dev-links-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;display:grid}.dev-link-card{border-radius:var(--radius-control);border:1px solid var(--border);background:var(--surface);color:var(--text);flex-direction:column;gap:2px;padding:14px 16px;text-decoration:none;transition:all .12s;display:flex}.dev-link-card:hover{border-color:var(--border-strong);background:var(--bg-hover)}.dev-link-card span{font-size:14px;font-weight:600}.dev-link-card small{color:var(--muted);font-size:12px}.button-ghost{color:var(--text-secondary);height:var(--h-btn-default);border-radius:var(--radius-sm);font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);cursor:pointer;white-space:nowrap;transition:background var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.button-ghost:hover{background:var(--bg-hover);color:var(--text-primary)}.portal-soft-pill-accent{background:var(--accent-soft);color:var(--accent-strong);border-color:rgba(var(--accent-rgb), .3)}:root[data-theme=dark] .cmdk-launcher{background:var(--surface)}:root[data-theme=dark] .calc-quote-row:hover{background:var(--surface-soft)}:root[data-theme=dark] .perf-trend-bar-created{background:#4f46e5}:root[data-theme=dark] .perf-trend-bar-delivered{background:#059669}.realtime-panel{display:inline-flex;position:relative}.realtime-bell{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;transition:all .12s;display:inline-flex;position:relative}.realtime-bell:hover{border-color:var(--accent);background:var(--surface-strong)}.realtime-bell.has-unread{border-color:var(--accent)}.realtime-bell-icon{font-size:16px;line-height:1}.realtime-bell-badge{color:#fff;border-radius:var(--radius-md);background:#ef4444;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:600;display:inline-flex;position:absolute;top:-4px;right:-4px}.realtime-bell-dot{border:2px solid var(--surface);border-radius:50%;width:7px;height:7px;position:absolute;bottom:4px;right:4px}.realtime-bell-dot-open{background:#10b981}.realtime-bell-dot-connecting,.realtime-bell-dot-reconnecting{background:#f59e0b}.realtime-bell-dot-closed,.realtime-bell-dot-idle{background:#9ca3af}.realtime-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);width:360px;max-height:480px;box-shadow:var(--shadow-float);z-index:40;position:absolute;top:calc(100% + 8px);right:0;overflow:auto}.realtime-dropdown-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 14px;font-size:13px;display:flex}.realtime-status{color:var(--muted);font-size:11px}.realtime-status-open{color:#059669}.realtime-status-reconnecting,.realtime-status-connecting{color:#b45309}.realtime-empty{text-align:center;color:var(--muted);padding:24px;font-size:13px}.realtime-feed{margin:0;padding:4px 0;list-style:none}.realtime-feed-item{border-bottom:1px solid var(--border)}.realtime-feed-item:last-child{border-bottom:none}.realtime-feed-item a,.realtime-feed-item>div{color:var(--text);padding:10px 14px;text-decoration:none;display:block}.realtime-feed-item a:hover{background:var(--surface-strong)}.realtime-feed-summary{font-size:13px;line-height:1.35}.realtime-feed-meta{color:var(--muted);margin-top:2px;font-size:11px}.calc-service-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.calc-service-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);flex-direction:column;gap:12px;padding:18px 20px;transition:transform .12s,border-color .12s,box-shadow .15s;display:flex}.calc-service-card:hover{border-color:var(--accent);box-shadow:var(--shadow-soft)}.calc-service-head{align-items:center;gap:12px;display:flex}.calc-service-head strong{color:var(--text);font-size:15px;display:block}.calc-service-head small{color:var(--muted);font-size:12px;display:block}.calc-service-badge{border-radius:var(--radius-md);background:var(--accent-soft);width:38px;height:38px;color:var(--accent-strong);justify-content:center;align-items:center;font-size:20px;display:inline-flex}.calc-service-rows{flex-direction:column;gap:6px;font-size:13px;display:flex}.calc-service-rows>div{color:var(--muted);justify-content:space-between;display:flex}.calc-service-rows strong{color:var(--text);font-weight:600}.calc-service-total{border-top:1px dashed var(--border);justify-content:space-between;align-items:baseline;padding-top:10px;display:flex}.calc-service-total strong{color:var(--accent-strong);font-size:22px}body{background:var(--bg)}.sidebar,.portal-sidebar{box-shadow:none;border:none!important;border-radius:0!important}.tenant-nav-link-row{align-items:center;gap:2px;display:flex}.tenant-nav-link-row .tenant-nav-link{flex:auto;min-width:0}.tenant-nav-caret{width:26px;height:26px;color:var(--sidebar-text-muted);cursor:pointer;transition:background var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out), transform var(--motion-base) var(--ease-out);background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.tenant-nav-caret svg{width:14px;height:14px}.tenant-nav-caret:hover{background:var(--sidebar-hover);color:var(--sidebar-text)}.tenant-nav-caret-open{transform:rotate(90deg)}.topbar,.portal-topbar,.app-shell-topbar{background:var(--bg);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border:none!important}.card,.panel,.admin-dashboard-panel,.surface-card{background:var(--surface);box-shadow:none;border:none!important}.card:hover,.panel:hover,.admin-dashboard-panel:hover{background:var(--surface);border-color:#0000!important}.table-wrap{background:var(--surface);box-shadow:none;border:none!important}.table th,.table td{border:none!important}.table th{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;background:0 0;padding-top:14px;padding-bottom:10px;font-size:.7rem;font-weight:500}.table tbody tr{transition:background var(--motion-fast) var(--ease-out)}.table tbody tr+tr td{box-shadow:inset 0 1px 0 var(--hairline)}.table-row:hover td,.table tbody tr:hover td{background:var(--surface-soft)}.field input,.field select,.field textarea,input.input,select.select,textarea.textarea{background:var(--surface-strong);box-shadow:none;transition:background var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out);border:1px solid #0000!important}.field input:hover,.field select:hover,.field textarea:hover{background:var(--surface-soft)}.field input:focus,.field select:focus,.field textarea:focus,.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible{background:var(--surface);box-shadow:var(--shadow-focus);outline:none;border-color:#0000!important}.button-secondary{background:var(--surface-strong);color:var(--text);border:1px solid #0000!important}.button-secondary:hover{background:var(--surface-soft);border-color:#0000!important}.badge{background:var(--surface-strong);border:1px solid #0000!important}.modal-sheet,.app-modal-sheet{background:var(--surface);box-shadow:var(--shadow-strong);border:none!important}hr,.divider{background:var(--hairline);border:none;height:1px}.empty-state{background:var(--surface-soft);border:1px solid #0000}.section-header,.toolbar,.filter-bar,.tab-list,.tabs{background:0 0;border-bottom:none!important}.tab,.tab-trigger{background:0 0;border:none!important}.tab[data-active=true],.tab.is-active,.tab-trigger[data-state=active]{background:var(--surface-strong);color:var(--text)}.password-wrap{align-items:center;display:flex;position:relative}.password-wrap input{width:100%;padding-right:40px}.password-toggle{width:28px;height:28px;color:var(--muted);border-radius:var(--radius-sm);cursor:pointer;transition:color var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;right:10px}.password-toggle:hover{color:var(--text);background:var(--surface-strong)}.collab-panel{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);flex-direction:column;gap:0;display:flex;overflow:hidden}.collab-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 14px;display:flex}.collab-panel-title-block{flex-direction:column;gap:2px;display:flex}.collab-panel-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:600}.collab-panel-title{color:var(--ink);letter-spacing:-.01em;margin:0;font-size:.98rem;font-weight:600}.collab-panel-header-right{align-items:center;gap:8px;display:flex}.collab-viewers{align-items:center;display:flex}.collab-viewer-avatar{background:var(--accent-soft);width:28px;height:28px;color:var(--accent);border:2px solid var(--surface);-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:-6px;font-size:.68rem;font-weight:600;display:inline-flex}.collab-viewers .collab-viewer-avatar:first-child{margin-left:0}.collab-viewer-active{background:color-mix(in srgb, var(--accent) 14%, var(--surface));box-shadow:0 0 0 2px var(--accent);animation:2.4s ease-in-out infinite collab-pulse}@keyframes collab-pulse{0%,to{box-shadow:0 0 0 2px var(--accent)}50%{box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 30%, transparent)}}.collab-viewer-self{background:var(--accent);color:#fff;margin-left:0}.collab-viewer-assignee{background:color-mix(in srgb, var(--accent) 20%, var(--surface));color:var(--accent);width:22px;height:22px;margin-left:0;font-size:.6rem}.collab-viewer-more{background:var(--surface-strong);color:var(--muted);font-size:.6rem}.collab-assignment-row{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:10px 18px;display:flex;position:relative}.collab-assignment-label{color:var(--muted);white-space:nowrap;font-size:.78rem;font-weight:500}.collab-assignment-btn{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--muted);cursor:pointer;align-items:center;gap:6px;padding:4px 10px 4px 6px;font-family:inherit;font-size:.82rem;font-weight:500;transition:border-color .14s,background .14s,color .14s;display:inline-flex}.collab-assignment-btn:hover{border-color:var(--border-strong);background:var(--surface-soft);color:var(--text)}.collab-assignment-btn.is-assigned{border-color:rgba(var(--accent-rgb), .3);background:rgba(var(--accent-rgb), .06);color:var(--ink)}.collab-assignment-empty{color:var(--muted);font-style:italic}.collab-assignment-chevron{color:var(--muted);margin-left:2px;font-size:.6rem}.collab-assignment-dropdown{z-index:30;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:200px;box-shadow:var(--shadow-card);flex-direction:column;gap:2px;padding:6px;animation:.14s both dropdown-in;display:flex;position:absolute;top:calc(100% + 4px);left:80px}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.collab-assignment-option{border-radius:var(--radius-md);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:8px 10px;font-family:inherit;font-size:.86rem;font-weight:500;transition:background .1s;display:flex}.collab-assignment-option:hover{background:var(--surface-soft)}.collab-assignment-unassign{color:var(--muted);border-bottom:1px solid var(--border);margin-bottom:4px;padding-bottom:10px;font-style:italic}.collab-filter-tabs{border-bottom:1px solid var(--border);gap:0;padding:0 18px;display:flex}.collab-filter-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 14px;font-family:inherit;font-size:.82rem;font-weight:500;transition:color .14s,border-color .14s;display:inline-flex}.collab-filter-tab:hover{color:var(--text)}.collab-filter-tab.is-active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.collab-filter-count{background:var(--accent-soft);min-width:18px;height:18px;color:var(--accent);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:.65rem;font-weight:600;display:inline-flex}.collab-composer{border-bottom:1px solid var(--border);background:var(--surface-soft);align-items:flex-start;gap:10px;padding:14px 18px;display:flex}.collab-composer-input-wrap{flex:1;position:relative}.collab-composer-input{resize:none;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:100%;color:var(--text);box-sizing:border-box;padding:9px 12px;font-family:inherit;font-size:.88rem;line-height:1.5;transition:border-color .14s,box-shadow .14s}.collab-composer-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .12);outline:none}.collab-send-btn{border-radius:var(--radius-md);flex-shrink:0;min-width:36px;height:36px;margin-top:2px;padding:0;font-size:1.1rem}.collab-mention-dropdown{z-index:20;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);flex-direction:column;gap:2px;padding:4px;animation:.12s both dropdown-in;display:flex;position:absolute;bottom:calc(100% + 4px);left:0;right:0}.collab-mention-option{border-radius:var(--radius-md);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:7px 10px;font-family:inherit;font-size:.84rem;font-weight:500;transition:background .1s;display:flex}.collab-mention-option:hover{background:var(--accent-soft)}.collab-thread{flex-direction:column;gap:14px;min-height:80px;padding:14px 18px;display:flex}.collab-empty{color:var(--muted);text-align:center;padding:20px 0;font-size:.84rem;line-height:1.5}.collab-comment{align-items:flex-start;gap:10px;display:flex}.collab-comment-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.collab-comment-meta{flex-wrap:wrap;align-items:center;gap:6px;font-size:.78rem;display:flex}.collab-comment-meta strong{color:var(--ink);font-weight:650}.collab-comment-role{background:var(--surface-strong);color:var(--muted);letter-spacing:.02em;text-transform:capitalize;border-radius:999px;align-items:center;padding:1px 7px;font-size:.68rem;font-weight:600;display:inline-flex}.collab-comment-time{color:var(--muted)}.collab-comment-edited{color:var(--muted);font-size:.72rem;font-style:italic}.collab-comment-text{color:var(--text);white-space:pre-wrap;word-break:break-word;background:var(--surface-soft);border:1px solid var(--border);border-radius:0 10px 10px;padding:8px 12px;font-size:.88rem;line-height:1.55}.collab-comment.is-own .collab-comment-text{background:rgba(var(--accent-rgb), .06);border-color:rgba(var(--accent-rgb), .16);border-radius:10px 0 10px 10px}.collab-mention{color:var(--accent);background:rgba(var(--accent-rgb), .09);border-radius:4px;padding:0 3px;font-weight:600}.collab-comment-actions{align-items:center;gap:8px;display:flex}.collab-comment-action-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.72rem;font-weight:600;transition:color .12s}.collab-comment-action-btn:hover{color:var(--text)}.collab-comment-action-danger:hover{color:var(--danger)}.collab-edit-wrap{flex-direction:column;gap:8px;display:flex}.collab-edit-actions{gap:8px;display:flex}.collab-event-row{color:var(--muted);align-items:baseline;gap:8px;padding:2px 0;font-size:.8rem;display:flex}.collab-event-dot{background:var(--border-strong);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:4px}.collab-event-text{flex:1;line-height:1.4}.collab-event-actor{color:var(--text);font-weight:600}.collab-event-time{color:var(--muted);white-space:nowrap;font-size:.72rem}@media (max-width:768px){.collab-panel-header{padding:14px 14px 12px}.collab-composer,.collab-thread{padding:12px 14px}.collab-assignment-row{padding:8px 14px}.collab-filter-tabs{padding:0 14px}.collab-assignment-dropdown{left:0}}.order-row--loading{opacity:.55;pointer-events:none}.orders-inline-controls{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.badge-assigned{color:#1a6fbf;background:#e0f0ff;border:1px solid #b3d7f5;border-radius:999px;align-items:center;gap:3px;padding:2px 8px;font-size:.68rem;font-weight:600;display:inline-flex}.button-ghost{border:1.5px solid var(--border-strong);border-radius:var(--radius-md);font-size:var(--text-xs);cursor:pointer;color:var(--muted);white-space:nowrap;background:0 0;align-items:center;gap:4px;padding:4px 9px;font-weight:600;transition:background .12s,color .12s,border-color .12s,box-shadow .12s;display:inline-flex}.button-ghost:hover{background:var(--surface-strong);color:var(--text);border-color:var(--text);box-shadow:0 1px 4px #00000012}.button-ghost:disabled{opacity:.4;cursor:default;pointer-events:none}.orders-assign-btn-active{color:#1a6fbf;background:#e0f0ff;border-color:#90c4ee;font-weight:600}.orders-prepare-btn{color:#16a34a;border-color:#86efac;padding:2px 8px;font-size:.8rem}.orders-prepare-btn:hover{color:#15803d;background:#dcfce7;border-color:#4ade80}.inline-ctrl-btn{cursor:pointer;border:none;transition:filter .1s,opacity .1s;padding:2px 7px!important;font-size:.68rem!important}.inline-ctrl-btn:hover{filter:brightness(.92)}.inline-ctrl-btn:disabled{opacity:.5;cursor:default}.inline-ctrl-wrap{display:inline-block;position:relative}.inline-dropdown{z-index:9999;background:var(--card-bg,#fff);border:1px solid var(--border-strong,#d1d5db);border-radius:var(--radius-md);min-width:140px;padding:4px 0;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.inline-dropdown-right{left:auto;right:0}.inline-dropdown-item{text-align:left;cursor:pointer;width:100%;color:var(--text);background:0 0;border:none;padding:7px 14px;font-size:.8rem;transition:background .1s;display:block}.inline-dropdown-item:hover{background:var(--surface-alt,#f5f5f5)}.inline-dropdown-item-active{background:var(--surface-alt,#f5f5f5);font-weight:600}.orders-row-actions{flex-wrap:nowrap;align-items:center;gap:5px;display:flex}.orders-row-actions .table-action{font-size:var(--text-xs);flex-shrink:0;padding:4px 10px;font-weight:600}.orders-ficha-btn{text-align:center;justify-content:center;width:100%}.orders-ops-table td:last-child,.orders-ops-table td:nth-last-child(2){white-space:nowrap}.orders-resolve-btn{font-size:var(--text-xs);color:#92400e;background:#fffbeb;border-color:#fcd34d;padding:4px 9px;font-weight:600}.orders-resolve-btn:hover{color:#78350f;box-shadow:none;background:#fef3c7;border-color:#f59e0b}.orders-advance-btn{font-size:var(--text-xs);color:#1e40af;white-space:nowrap;background:#eff6ff;border-color:#bfdbfe;padding:4px 9px;font-weight:600}.orders-advance-btn:hover{color:#1d4ed8;box-shadow:none;background:#dbeafe;border-color:#60a5fa}.orders-drawer-advance-btn{border-radius:var(--radius-md);justify-content:center;width:100%;margin-top:8px;padding:6px 14px;font-size:.8rem}.order-row--kbd-focused td{outline:none;background:#f0f9ff!important}.order-row--kbd-focused td:first-child{box-shadow:inset 3px 0 #3b82f6}.kanban-resolve-btn{color:#b45309;cursor:pointer;white-space:nowrap;background:#fffbeb;border:1px solid #fcd34d;border-radius:6px;padding:2px 7px;font-size:.68rem;font-weight:600;transition:background .1s}.kanban-resolve-btn:hover{color:#92400e;background:#fef3c7}.dash-top-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:4px;display:grid}@media (max-width:900px){.dash-top-row{grid-template-columns:1fr}}.dash-alerts{background:var(--card-bg,#fff);border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-md);padding:16px 20px;box-shadow:0 1px 4px #0000000d}.dash-alerts-header{align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.dash-alerts-title{font-size:var(--text-base);font-weight:var(--fw-medium)}.dash-alerts-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.dash-alert-item{border-radius:var(--radius-md);align-items:center;gap:10px;padding:8px 12px;font-size:.85rem;display:flex}.dash-alert-danger{background:#fff1f0;border:1px solid #fecaca}.dash-alert-warning{background:#fffbeb;border:1px solid #fde68a}.dash-alert-info{background:#eff6ff;border:1px solid #bfdbfe}.dash-alert-emoji{flex-shrink:0;font-size:1rem}.dash-alert-text{flex:1}.dash-alert-action{color:var(--accent,#2563eb);white-space:nowrap;background:#2563eb14;border-radius:6px;padding:3px 8px;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .12s}.dash-alert-action:hover{background:#2563eb26}.dash-mytasks{background:var(--card-bg,#fff);border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-md);flex-direction:column;gap:8px;padding:16px 20px;display:flex;box-shadow:0 1px 4px #0000000d}.dash-mytasks-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.dash-mytasks-title{margin:2px 0 0;font-size:1rem;font-weight:600}.dash-mytasks-alert{border-radius:var(--radius-md);color:#b91c1c;background:#fff1f0;border:1px solid #fecaca;padding:6px 10px;font-size:.8rem;font-weight:600}.dash-mytasks-hint{color:var(--muted);font-size:.75rem}.dash-mytasks-list{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.dash-mytask-item{border-bottom:1px solid var(--border,#f0f0f0);justify-content:space-between;align-items:center;gap:6px;padding:6px 0;display:flex}.dash-mytask-item:last-child{border-bottom:none}.dash-mytask-done{opacity:.5;text-decoration:line-through}.dash-mytask-main{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.dash-mytask-priority{flex-shrink:0;font-size:.75rem}.dash-mytask-id{color:var(--accent,#2563eb);white-space:nowrap;flex-shrink:0;font-size:.8rem;font-weight:600;text-decoration:none}.dash-mytask-id:hover{text-decoration:underline}.dash-mytask-customer{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.dash-mytask-badges{flex-shrink:0}.dash-mytask-prod{padding:1px 6px!important;font-size:.65rem!important}.dash-mytasks-empty{color:var(--muted);margin:0;font-size:.82rem}.dash-mytasks-cta{align-self:flex-start;font-size:.8rem}.dash-mytasks-more{color:var(--muted);text-align:right;margin:0;font-size:.75rem}.production-page{flex-direction:column;gap:16px;min-height:0;padding:0 0 40px;display:flex}.production-page-header{flex-direction:column;gap:12px;display:flex}.production-page-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.production-page-header-actions{align-items:center;gap:8px;display:flex}.production-filters{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.production-filters .field{flex-direction:column;gap:4px;min-width:140px;display:flex}.production-filters .field label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.production-filters input,.production-filters select{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-bg,#fff);height:34px;padding:0 10px;font-size:.85rem}.production-page-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:.82rem;display:flex}.production-page-tip{opacity:.8;font-style:italic}.kanban-board{grid-template-columns:repeat(4,1fr);align-items:start;gap:12px;min-height:60vh;display:grid}@media (max-width:1100px){.kanban-board{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.kanban-board{grid-template-columns:1fr}}.kanban-col{background:var(--surface-alt,#f8f9fb);border-radius:var(--radius-md);border:2px solid #0000;min-height:200px;padding:0 0 12px;transition:border-color .15s,background .15s}.kanban-col-drop-active{border-color:var(--kanban-col-accent,#6366f1);background:color-mix(in srgb, var(--kanban-col-accent,#6366f1) 6%, var(--surface-alt,#f8f9fb))}.kanban-col-header{border-bottom:2px solid var(--kanban-col-accent,#6366f1);border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 14px 10px;display:flex}.kanban-col-title{align-items:center;gap:6px;font-size:.88rem;font-weight:600;display:flex}.kanban-col-emoji{font-size:1rem}.kanban-col-count{background:var(--kanban-col-accent,#6366f1);color:#fff;text-align:center;border-radius:999px;min-width:22px;padding:2px 7px;font-size:.72rem;font-weight:600}.kanban-cards{flex-direction:column;gap:8px;padding:0 8px;display:flex}.kanban-empty{text-align:center;color:var(--muted);border:2px dashed var(--border,#e5e7eb);border-radius:var(--radius-md);padding:24px 12px;font-size:.8rem;font-style:italic}.kanban-card{background:var(--card-bg,#fff);border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-md);cursor:grab;-webkit-user-select:none;user-select:none;padding:10px 12px 8px;transition:transform .12s,box-shadow .12s,opacity .15s}.kanban-card:hover{box-shadow:0 4px 16px #0000001a}.kanban-card:active{cursor:grabbing}.kanban-card-loading{opacity:.45;pointer-events:none}.kanban-card-incident{border-left:3px solid #ef4444}.kanban-card-top{margin-bottom:6px}.kanban-card-id-row{align-items:center;gap:5px;margin-bottom:2px;display:flex}.kanban-card-priority{font-size:.7rem}.kanban-card-id{color:var(--accent,#2563eb);font-size:.82rem;font-weight:600;text-decoration:none}.kanban-card-id:hover{text-decoration:underline}.kanban-card-incident-badge{font-size:.7rem}.kanban-card-customer{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.kanban-card-preview{background:var(--surface-alt,#f3f4f6);border-radius:6px;justify-content:center;align-items:center;height:80px;margin:6px 0;display:flex;overflow:hidden}.kanban-card-preview-img{object-fit:contain;width:100%;height:100%}.kanban-card-item-name{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 6px;font-size:.72rem;overflow:hidden}.kanban-card-footer{flex-wrap:wrap;align-items:center;gap:5px;margin-top:6px;display:flex}.kanban-badge{padding:1px 5px!important;font-size:.62rem!important}.kanban-assignee{color:#1a6fbf;background:#e0f0ff;border-radius:999px;padding:1px 7px;font-size:.68rem;font-weight:600}.kanban-multi{color:var(--muted);background:var(--surface-alt,#f3f4f6);border-radius:999px;padding:1px 6px;font-size:.65rem}@media (max-width:640px){.production-page-meta{flex-direction:column;align-items:flex-start}.production-page-tip{display:none}}.kanban-wrapper{flex-direction:column;gap:12px;display:flex}.kanban-toolbar{align-items:center;gap:8px;display:flex}.kanban-scan-toggle{border:1.5px solid var(--border,#e5e7eb);border-radius:var(--radius-md);background:var(--card-bg,#fff);cursor:pointer;color:var(--text);align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:600;transition:all .12s;display:inline-flex}.kanban-scan-toggle kbd{background:var(--surface-alt,#f3f4f6);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-family:monospace;font-size:.7rem}.kanban-scan-toggle:hover{border-color:var(--accent,#2563eb);color:var(--accent,#2563eb)}.kanban-scan-toggle-active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.kanban-scan-overlay{z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.kanban-scan-box{background:var(--card-bg,#fff);border-radius:var(--radius-md);flex-direction:column;gap:14px;width:min(480px,92vw);padding:28px 32px;animation:.18s slideUp;display:flex;box-shadow:0 24px 60px #00000038}@keyframes slideUp{0%{opacity:.6;transform:translateY(12px)}to{opacity:1;transform:none}}.kanban-scan-header{justify-content:space-between;align-items:center;display:flex}.kanban-scan-title{font-size:var(--text-base);font-weight:var(--fw-medium)}.kanban-scan-close{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1.1rem;transition:background .1s}.kanban-scan-close:hover{background:var(--surface-alt,#f3f4f6)}.kanban-scan-hint{color:var(--muted);margin:0;font-size:.82rem;line-height:1.5}.kanban-scan-input{letter-spacing:.04em;text-align:center;border:2px solid var(--border,#d1d5db);border-radius:var(--radius-md);background:var(--surface-alt,#f9fafb);outline:none;width:100%;height:52px;padding:0 16px;font-size:1.4rem;font-weight:600;transition:border-color .15s}.kanban-scan-input:focus{border-color:var(--accent,#2563eb);background:#fff}.kanban-scan-result{border-radius:var(--radius-md);text-align:center;padding:10px 14px;font-size:.85rem;font-weight:600;animation:.15s fadeIn}.kanban-scan-result-success{color:#15803d;background:#dcfce7;border:1px solid #86efac}.kanban-scan-result-error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5}.kanban-scan-result-info{color:#1d4ed8;background:#eff6ff;border:1px solid #93c5fd}.kanban-scan-shortcut{color:var(--muted);text-align:center;margin:0;font-size:.72rem}.kanban-scan-shortcut kbd{background:var(--surface-alt,#f3f4f6);border:1px solid var(--border);border-radius:3px;padding:1px 5px;font-family:monospace;font-size:.68rem}.pfunnel{flex-direction:column;gap:24px;display:flex}.pfunnel-steps{flex-direction:column;gap:8px;display:flex}.pfunnel-row{align-items:center;gap:10px;display:flex}.pfunnel-bar{border-radius:var(--radius-md);color:#fff;align-items:center;gap:10px;min-width:0;padding:10px 16px;font-size:.85rem;font-weight:600;transition:width .4s;display:flex}.pfunnel-bar-emoji{flex-shrink:0;font-size:1rem}.pfunnel-bar-label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.pfunnel-bar-value{flex-shrink:0;margin-left:auto;font-size:1rem;font-weight:600}.pfunnel-conv{color:var(--muted);white-space:nowrap;text-align:right;min-width:36px;font-size:.75rem}.pfunnel-times{flex-direction:column;gap:8px;display:flex}.pfunnel-times-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;margin-top:6px;display:grid}.pfunnel-time-item{background:var(--surface-alt,#f9fafb);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 14px}.pfunnel-time-label{color:var(--muted);margin-bottom:2px;font-size:.75rem}.pfunnel-time-value{color:var(--text);font-size:1.1rem;font-weight:600}.pfunnel-time-total{border-color:var(--accent)}.pfunnel-time-total .pfunnel-time-value{color:var(--accent)}.smap-container{border-radius:var(--radius-md);overflow:hidden}.smap-loading{height:200px;color:var(--muted);background:var(--surface-alt,#f9fafb);border-radius:var(--radius-md);border:1px solid var(--border);justify-content:center;align-items:center;font-size:.85rem;display:flex}.smap-error{color:var(--danger,#ef4444);padding:12px;font-size:.85rem}.smap-legend{flex-wrap:wrap;gap:12px;padding-top:4px;display:flex}.smap-legend-item{color:var(--muted);align-items:center;gap:6px;font-size:.78rem;display:flex}.smap-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.smap-tooltip{min-width:140px;font-size:.8rem;line-height:1.5}.smap-tooltip strong{margin-bottom:2px;display:block}.inc-view-toggle{align-self:flex-start;gap:4px;display:flex}.inc-view-btn{border-radius:var(--radius-md);color:var(--muted);border:1px solid var(--border);background:var(--surface);padding:6px 16px;font-size:.82rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.inc-view-btn:hover{background:var(--surface-alt,#f3f4f6);color:var(--text)}.inc-view-btn-active{background:var(--accent,#6366f1);color:#fff;border-color:var(--accent,#6366f1)}.icard{cursor:grab}.icard-title{color:var(--text);margin-top:2px;font-size:.82rem}.icard-meta{flex-wrap:wrap;align-items:center;gap:8px;margin:6px 0 2px;display:flex}.icard-type{color:var(--muted);background:var(--surface-alt,#f3f4f6);border-radius:4px;padding:2px 7px;font-size:.72rem}.icard-order-link{color:var(--accent,#6366f1);font-size:.72rem;font-weight:600;text-decoration:none}.icard-order-link:hover{text-decoration:underline}.icard-auto-badge{color:#4c1d95;background:#ddd6fe;border-radius:4px;padding:1px 5px;font-size:.62rem;font-weight:600}.icard-priority-badge{text-transform:uppercase;letter-spacing:.02em;border-radius:4px;padding:2px 7px;font-size:.68rem;font-weight:600}.icard-priority-urgent{color:#b91c1c;background:#fef2f2}.icard-priority-high{color:#c2410c;background:#fff7ed}.icard-priority-medium{color:#a16207;background:#fefce8}.icard-priority-low{background:var(--surface-alt,#f3f4f6);color:var(--muted)}.icard-action-btn{background:var(--surface-alt,#f3f4f6);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:5px;margin-left:auto;padding:3px 9px;font-size:.72rem;font-weight:500;transition:background .1s}.icard-action-btn:hover{background:var(--border)}.icard-action-resolve{color:#15803d;background:#dcfce7;border-color:#86efac}.icard-action-resolve:hover{background:#bbf7d0}.imodal{background:var(--card-bg,#fff);border-radius:var(--radius-md);border:1px solid var(--border);flex-direction:column;gap:16px;width:100%;max-width:480px;padding:28px;display:flex;box-shadow:0 16px 48px #00000024}.imodal-title{margin:0;font-size:1.05rem;font-weight:600}.imodal-hint{color:var(--muted);margin:0;font-size:.85rem}.imodal-options{flex-wrap:wrap;gap:6px;display:flex}.imodal-option{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-alt,#f3f4f6);color:var(--text);cursor:pointer;padding:6px 14px;font-size:.82rem;transition:background .1s,border-color .1s}.imodal-option:hover{background:var(--border)}.imodal-option-active{background:var(--accent,#6366f1);color:#fff;border-color:var(--accent,#6366f1)}.imodal-notes-field{flex-direction:column;gap:4px;display:flex}.imodal-notes{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:100%;color:var(--text);resize:vertical;padding:8px 12px;font-family:inherit;font-size:.85rem}.imodal-notes:focus{border-color:var(--accent,#6366f1);outline:none}.imodal-actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.tenant-topbar-admin{align-items:center;gap:8px;display:flex}.sglobe-card{overflow:hidden}.sglobe-container{border-radius:var(--radius-md);background:#0a0a1a;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.sglobe-container canvas{display:block}.skeleton{background:linear-gradient(90deg, var(--surface-hover) 25%, var(--surface-raised) 50%, var(--surface-hover) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.4s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}[data-density=compact] .po-table td,[data-density=compact] .po-table th{padding-top:4px;padding-bottom:4px}[data-density=compact] .po-row{height:36px}[data-density=spacious] .po-table td,[data-density=spacious] .po-table th{padding-top:14px;padding-bottom:14px}[data-density=spacious] .po-row{height:64px}.kbhelp-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;animation:.15s fade-in;display:flex;position:fixed;inset:0}.kbhelp-modal{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(520px,92vw);max-height:80vh;padding:24px 28px;animation:.18s modal-in;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.kbhelp-modal h3{margin-bottom:16px;font-size:1rem;font-weight:600}.kbhelp-group{margin-bottom:18px}.kbhelp-group-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px;font-size:.7rem;font-weight:600}.kbhelp-row{border-bottom:1px solid var(--border-subtle,var(--border));justify-content:space-between;align-items:center;padding:5px 0;display:flex}.kbhelp-row:last-child{border-bottom:none}.kbhelp-keys{gap:4px;display:flex}.kbhelp-key{background:var(--surface-hover);border:1px solid var(--border);color:var(--text-primary);border-radius:5px;justify-content:center;align-items:center;min-width:24px;padding:2px 7px;font-family:monospace;font-size:.75rem;display:inline-flex}.kbhelp-desc{color:var(--text-secondary,var(--text-muted));font-size:.8125rem}.density-toggle{background:var(--surface-hover);border-radius:var(--radius-md);align-items:center;gap:1px;padding:2px;display:flex}.density-btn{border-radius:calc(var(--radius-md) - 2px);cursor:pointer;width:28px;height:28px;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;font-size:13px;transition:background .12s,color .12s;display:flex}.density-btn:hover{color:var(--text-primary)}.orders-table-sort-select{font-size:var(--text-xs,.75rem);color:var(--muted);white-space:nowrap;align-items:center;gap:6px;display:flex}.orders-table-sort-select select{font-size:var(--text-xs,.75rem);border:1.5px solid var(--border-strong);border-radius:var(--radius-control);background:var(--surface);color:var(--text);cursor:pointer;min-width:160px;padding:4px 8px}.orders-table-sort-select select:focus{border-color:var(--accent);box-shadow:var(--shadow-focus);outline:none}.orders-refresh-banner{border-radius:var(--radius-card);font-size:var(--text-sm,.8125rem);color:#92400e;animation:slide-down .2s var(--ease-out);background:#fffbeb;border:1.5px solid #fde68a;align-items:center;gap:10px;margin-bottom:8px;padding:10px 16px;display:flex}@keyframes slide-down{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}:root[data-theme=dark] .orders-refresh-banner{color:#fcd34d;background:#d977061f;border-color:#d9770659}.orders-refresh-banner-msg{flex:1;font-weight:500}.orders-refresh-banner-btn{white-space:nowrap;font-size:var(--text-xs,.75rem)!important;padding:5px 12px!important}.orders-refresh-banner-dismiss{font-size:.9rem;line-height:1;color:#92400e!important;padding:4px 8px!important}:root[data-theme=dark] .orders-refresh-banner-dismiss{color:#fcd34d!important}.orders-note-btn{opacity:.5;min-width:32px;font-size:.9rem;line-height:1;transition:opacity .12s;padding:4px 6px!important}.orders-note-btn:hover,.orders-note-btn-active{opacity:1!important}.orders-note-btn-active{color:var(--accent)!important}.orders-note-popover{background:var(--surface);border:1.5px solid var(--border-strong);border-radius:var(--radius-card);width:280px;box-shadow:var(--shadow-strong);animation:pop-in .15s var(--ease-out);flex-direction:column;gap:8px;padding:12px;display:flex}@keyframes pop-in{0%{opacity:0;transform:scale(.95)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}:root[data-theme=dark] .orders-note-popover{background:var(--surface-raised,#1e2029);border-color:#ffffff1f}.orders-note-popover-header{font-size:var(--text-xs,.75rem);text-transform:uppercase;letter-spacing:.05em;color:var(--muted);justify-content:space-between;align-items:center;font-weight:600;display:flex}.orders-note-popover-close{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:.85rem;transition:color .12s,background .12s}.orders-note-popover-close:hover{background:var(--surface-strong);color:var(--text)}.orders-note-textarea{border:1.5px solid var(--border-strong);border-radius:var(--radius-control);width:100%;font-size:var(--text-sm,.8125rem);color:var(--text);background:var(--surface);resize:vertical;min-height:72px;padding:8px 10px;font-family:inherit;transition:border-color .12s,box-shadow .12s}.orders-note-textarea:focus{border-color:var(--accent);box-shadow:var(--shadow-focus);outline:none}:root[data-theme=dark] .orders-note-textarea{background:var(--surface-sunken,#14151a);color:var(--text);border-color:#ffffff1f}.orders-note-popover-actions{justify-content:flex-end;gap:6px;display:flex}.orders-note-popover-actions .button,.orders-note-popover-actions .button-ghost{font-size:var(--text-xs,.75rem)!important;padding:5px 12px!important}.portal-journey-strip{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow);flex-direction:column;gap:10px;margin-bottom:4px;padding:16px 20px;display:flex}.portal-journey-steps{flex-wrap:wrap;align-items:center;gap:8px 0;display:flex}.portal-journey-step-wrap{align-items:center;gap:0;display:flex}.portal-journey-step{border-radius:var(--radius-control);background:var(--surface-soft);border:1.5px solid #0000;flex-direction:column;align-items:center;gap:2px;min-width:72px;padding:8px 14px;transition:background .12s;display:flex}.portal-journey-step-empty{opacity:.4}.portal-journey-step-slate{background:#f1f5f9;border-color:#cbd5e1}.portal-journey-step-amber{background:#fffbeb;border-color:#fde68a}.portal-journey-step-sky{background:#f0f9ff;border-color:#bae6fd}.portal-journey-step-indigo{background:#eef2ff;border-color:#c7d2fe}.portal-journey-step-green{background:#f0fdf4;border-color:#bbf7d0}:root[data-theme=dark] .portal-journey-step-slate{background:#94a3b81f;border-color:#94a3b840}:root[data-theme=dark] .portal-journey-step-amber{background:#f59e0b1a;border-color:#f59e0b40}:root[data-theme=dark] .portal-journey-step-sky{background:#0ea5e91a;border-color:#0ea5e940}:root[data-theme=dark] .portal-journey-step-indigo{background:#6366f11a;border-color:#6366f140}:root[data-theme=dark] .portal-journey-step-green{background:#22c55e1a;border-color:#22c55e40}.portal-journey-emoji{font-size:1.25rem;line-height:1}.portal-journey-count{color:var(--text);font-size:1.35rem;font-weight:600;line-height:1}.portal-journey-label{font-size:var(--text-xs,.72rem);color:var(--muted);white-space:nowrap;font-weight:500}.portal-journey-arrow{color:var(--border-strong);-webkit-user-select:none;user-select:none;flex-shrink:0;padding:0 6px;font-size:1.1rem;transition:color .12s}.portal-journey-arrow-active{color:var(--muted)}.portal-attention-strip{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding-top:8px;display:flex}.portal-all-good .portal-attention-label{color:var(--success,#059669);font-weight:500}.portal-attention-label{font-size:var(--text-xs,.75rem);color:var(--muted);white-space:nowrap;font-weight:600}.portal-attention-chip{border-radius:var(--radius-pill);font-size:var(--text-xs,.73rem);white-space:nowrap;border:1.5px solid #0000;align-items:center;gap:4px;padding:4px 10px;font-weight:600;text-decoration:none;transition:filter .12s,transform .1s;display:inline-flex}.portal-attention-chip:hover{filter:brightness(.94)}.portal-attention-chip-critical{color:#991b1b;background:#fef2f2;border-color:#fca5a5}.portal-attention-chip-warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.portal-attention-chip-info{color:#075985;background:#f0f9ff;border-color:#bae6fd}:root[data-theme=dark] .portal-attention-chip-critical{color:#fca5a5;background:#dc262626;border-color:#dc26264d}:root[data-theme=dark] .portal-attention-chip-warning{color:#fcd34d;background:#d9770626;border-color:#d977064d}.pa2-insight-bar{border-radius:var(--radius-card);animation:slide-down .2s var(--ease-out);border:1.5px solid #0000;align-items:center;gap:14px;padding:14px 18px;display:flex}.pa2-insight-green{color:#14532d;background:#f0fdf4;border-color:#bbf7d0}.pa2-insight-blue{color:#075985;background:#f0f9ff;border-color:#bae6fd}.pa2-insight-amber{color:#78350f;background:#fffbeb;border-color:#fde68a}.pa2-insight-red{color:#7f1d1d;background:#fef2f2;border-color:#fca5a5}:root[data-theme=dark] .pa2-insight-green{color:#86efac;background:#22c55e1a;border-color:#22c55e40}:root[data-theme=dark] .pa2-insight-blue{color:#7dd3fc;background:#0ea5e91a;border-color:#0ea5e940}:root[data-theme=dark] .pa2-insight-amber{color:#fcd34d;background:#f59e0b1a;border-color:#f59e0b40}:root[data-theme=dark] .pa2-insight-red{color:#fca5a5;background:#dc26261a;border-color:#dc262640}.pa2-insight-icon{font-size:var(--text-xl);flex-shrink:0;line-height:1}.pa2-insight-body{flex-direction:column;flex:1;gap:2px;display:flex}.pa2-insight-headline{font-size:var(--text-sm,.875rem);font-weight:600}.pa2-insight-text{font-size:var(--text-sm,.8125rem);opacity:.85}.pa2-insight-cta{font-size:var(--text-xs,.75rem);white-space:nowrap;opacity:.75;font-weight:600;text-decoration:none;transition:opacity .12s}.pa2-insight-cta:hover{opacity:1;text-decoration:underline}.pa2-sla-grade-chip{border-radius:var(--radius-pill);font-size:var(--text-xs,.7rem);letter-spacing:.03em;justify-content:center;align-items:center;padding:2px 8px;font-weight:600;line-height:1;display:inline-flex}.pa2-sla-grade{border-radius:var(--radius-pill);letter-spacing:.05em;white-space:nowrap;padding:2px 8px;font-size:.7rem;font-weight:600;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.pa2-sla-ring-wrap{flex-direction:column;align-items:center;display:flex;position:relative}.pa2-sla-grade-explanation{border-radius:var(--radius-control);font-size:var(--text-xs,.78rem);margin-top:12px;padding:10px 12px;line-height:1.5}.pa2-pipeline-arrow-wrap{flex-direction:column;align-items:center;gap:2px;padding:0 2px;display:flex}.pa2-funnel-rate{color:var(--muted);background:var(--surface-soft);border-radius:var(--radius-pill);white-space:nowrap;letter-spacing:.02em;padding:1px 5px;font-size:.65rem;font-weight:600}.pa2-aging-visual{flex-direction:column;gap:8px;margin:8px 0;display:flex}.pa2-aging-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.pa2-aging-row-left{align-items:center;gap:8px;min-width:120px;display:flex}.pa2-aging-band{border-radius:2px;flex-shrink:0;width:4px;height:30px}.pa2-aging-row-label{font-size:var(--text-sm,.8125rem);color:var(--text);font-weight:600;display:block}.pa2-aging-row-hint{font-size:var(--text-xs,.7rem);color:var(--muted);display:block}.pa2-aging-row-right{flex:1;justify-content:flex-end;align-items:center;gap:8px;display:flex}.pa2-aging-row-value{font-size:var(--text-sm,.875rem);text-align:right;min-width:24px;color:var(--text);font-weight:600}.pa2-aging-bar-track{background:var(--surface-strong);border-radius:3px;flex:1;max-width:80px;height:6px;overflow:hidden}.pa2-aging-bar-fill{height:100%;transition:width .4s var(--ease-out);border-radius:3px;min-width:2px}.pa2-aging-row-pct{font-size:var(--text-xs,.7rem);color:var(--muted);text-align:right;min-width:28px}@media (max-width:640px){.portal-journey-steps{gap:0}.portal-journey-step{min-width:58px;padding:6px 8px}.portal-journey-count{font-size:1.1rem}.portal-journey-arrow{padding:0 3px;font-size:.9rem}.pa2-insight-bar{flex-wrap:wrap}.pa2-insight-cta{width:100%}.pa2-aging-bar-track{max-width:50px}}.density-btn.is-active{background:var(--surface-raised);color:var(--text-primary);box-shadow:0 1px 3px #0000001f}.wa-panel{flex-direction:column;gap:20px;display:flex}.wa-panel-header{align-items:center;gap:12px;display:flex}.wa-panel-logo{color:#fff;background:#25d366;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.wa-panel-head-copy{flex:1;min-width:0}.wa-panel-title{font-size:var(--text-sm);font-weight:var(--fw-semibold);color:var(--text-primary)}.wa-panel-subtitle{font-size:var(--text-xs);color:var(--text-secondary);margin-top:1px}.wa-toggle{cursor:pointer;flex-shrink:0;align-items:center;display:inline-flex;position:relative}.wa-toggle input{opacity:0;width:0;height:0;position:absolute}.wa-toggle-track{background:var(--border-default);border-radius:11px;width:40px;height:22px;transition:background .15s;display:block;position:relative}.wa-toggle-track:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.wa-toggle input:checked+.wa-toggle-track{background:#25d366}.wa-toggle input:checked+.wa-toggle-track:after{transform:translate(18px)}.wa-toggle-sm .wa-toggle-track{border-radius:9px;width:34px;height:18px}.wa-toggle-sm .wa-toggle-track:after{width:12px;height:12px;top:3px;left:3px}.wa-toggle-sm input:checked+.wa-toggle-track:after{transform:translate(16px)}.wa-disabled-state{background:var(--bg-subtle);border-radius:var(--radius-md);border:1px solid var(--border-default);align-items:flex-start;gap:16px;padding:16px;display:flex}.wa-disabled-icon{flex-shrink:0;font-size:1.8rem;line-height:1}.wa-disabled-title{font-size:var(--text-sm);font-weight:var(--fw-semibold);color:var(--text-primary);margin-bottom:6px}.wa-disabled-list{flex-direction:column;gap:3px;margin:0;padding-left:16px;display:flex}.wa-disabled-list li{font-size:var(--text-xs);color:var(--text-secondary)}.wa-section{flex-direction:column;gap:12px;display:flex}.wa-section-title{font-size:var(--text-xs);font-weight:var(--fw-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em}.wa-section-header{justify-content:space-between;align-items:center;display:flex}.wa-active-count{font-size:var(--text-xs);color:var(--text-secondary)}.wa-credentials-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:600px){.wa-credentials-grid{grid-template-columns:1fr}}.wa-events-list{flex-direction:column;gap:2px;display:flex}.wa-event{border:1px solid var(--border-default);border-radius:var(--radius-md);transition:border-color .15s;overflow:hidden}.wa-event-on{background:#25d3660a;border-color:#25d36640}.wa-event-main{align-items:center;gap:12px;padding:10px 12px;display:flex}.wa-event-icon{text-align:center;flex-shrink:0;width:22px;font-size:1.1rem}.wa-event-copy{flex:1;min-width:0}.wa-event-label{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-primary)}.wa-event-desc{font-size:var(--text-xs);color:var(--text-secondary);margin-top:1px}.wa-event-trigger{color:var(--text-tertiary);background:var(--bg-subtle);font-size:10px;font-family:var(--font-mono,monospace);border-radius:3px;margin-top:3px;padding:1px 5px;display:inline-block}.wa-event-controls{flex-shrink:0;align-items:center;gap:6px;display:flex}.wa-btn-preview,.wa-btn-test{font-size:var(--text-xs);height:26px;padding:3px 8px}.wa-preview{border-top:1px solid var(--border-default);background:var(--bg-subtle);align-items:flex-start;gap:16px;padding:12px 12px 12px 46px;display:flex}.wa-preview-phone{flex-shrink:0}.wa-bubble{background:#dcf8c6;border-radius:0 8px 8px;max-width:260px;padding:8px 10px 6px;position:relative;box-shadow:0 1px 2px #0000001a}:root[data-theme=dark] .wa-bubble{background:#1f5c35}.wa-bubble-sender{color:#075e54;margin-bottom:3px;font-size:10px;font-weight:600}:root[data-theme=dark] .wa-bubble-sender{color:#4caf79}.wa-bubble-text{font-size:var(--text-xs);color:#1a1a1a;margin:0;line-height:1.45}:root[data-theme=dark] .wa-bubble-text{color:var(--text-primary)}.wa-bubble-time{color:var(--text-tertiary);text-align:right;margin-top:4px;font-size:10px}.wa-preview-vars{flex:1}.wa-preview-vars-title{font-size:var(--text-xs);color:var(--text-tertiary);font-weight:var(--fw-medium);margin-bottom:6px}.wa-preview-vars-list{flex-wrap:wrap;gap:4px;display:flex}.wa-var-chip{background:var(--bg-surface);border:1px solid var(--border-default);color:var(--text-secondary);font-size:10px;font-family:var(--font-mono,monospace);border-radius:4px;padding:2px 6px}.wa-footer{border-top:1px solid var(--border-default);justify-content:space-between;align-items:center;gap:12px;padding-top:8px;display:flex}.wa-footer-note{flex:1;align-items:flex-start;gap:6px;display:flex}.wa-footer-dot{background:var(--status-warning-fg);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:4px}.wa-saved{background:var(--status-success-bg)!important;color:var(--status-success-fg)!important;border-color:var(--status-success-border)!important}.trk2-nps-wrap{max-width:540px;margin:0 auto;padding:0 16px}.nps-widget{background:var(--bg-surface,#fff);border:1px solid var(--border-default,#e4e4e7);text-align:center;border-radius:16px;padding:24px;box-shadow:0 2px 12px #0000000f}.nps-title{color:var(--text-primary,#18181b);margin:0 0 4px;font-size:1rem;font-weight:600}.nps-subtitle{color:var(--text-secondary,#71717a);margin:0 0 16px;font-size:.8rem}.nps-reactions{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:8px;display:flex}.nps-reaction{border:2px solid var(--border-default,#e4e4e7);cursor:pointer;background:0 0;border-radius:12px;flex-direction:column;align-items:center;gap:4px;width:64px;padding:10px 6px 8px;transition:border-color .15s,background .15s,transform .1s;display:flex}.nps-reaction:hover,.nps-reaction-active{transform:translateY(-2px)}.nps-emoji{font-size:1.6rem;line-height:1;display:block}.nps-reaction-label{color:var(--text-secondary,#71717a);white-space:nowrap;font-size:10px}.nps-selected-label{font-size:var(--text-xs);color:var(--text-secondary);min-height:18px;margin:4px 0 0}.nps-comment-wrap{text-align:left;flex-direction:column;gap:10px;margin-top:14px;display:flex}.nps-comment{border:1px solid var(--border-default,#e4e4e7);width:100%;font-size:var(--text-sm);resize:vertical;background:var(--bg-surface);color:var(--text-primary);border-radius:8px;padding:8px 10px;font-family:inherit}.nps-comment:focus{border-color:var(--accent,#4f46e5);outline:none}.nps-submit{color:#fff;width:100%;font-size:var(--text-sm);cursor:pointer;border:none;border-radius:8px;padding:10px;font-weight:600;transition:opacity .15s;display:block}.nps-submit:disabled{opacity:.6;cursor:not-allowed}.nps-done{flex-direction:column;align-items:center;gap:6px;display:flex}.nps-done-emoji{font-size:2rem}.nps-done-title{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.nps-done-sub{color:var(--text-secondary);margin:0;font-size:.8rem}.smart-alerts{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-lg);overflow:hidden}.smart-alerts-head{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:flex-end;padding:14px 16px 12px;display:flex}.smart-alerts-badges{gap:6px;display:flex}.smart-alerts-list{flex-direction:column;display:flex}.smart-alert{border-bottom:1px solid var(--border-default);align-items:flex-start;gap:10px;padding:12px 16px;transition:background .12s;display:flex}.smart-alert:last-child{border-bottom:none}.smart-alert:hover{background:var(--bg-hover)}.smart-alert-icon{text-align:center;flex-shrink:0;width:20px;margin-top:1px;font-size:1rem}.smart-alert-body{flex:1;min-width:0}.smart-alert-title{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-primary)}.smart-alert-detail{font-size:var(--text-xs);color:var(--text-secondary);margin-top:2px;line-height:1.4}.smart-alert-cta{font-size:var(--text-xs);white-space:nowrap;flex-shrink:0}.smart-alert-critical{border-left:3px solid var(--status-danger-fg,#ef4444)}.smart-alert-warning{border-left:3px solid var(--status-warning-fg,#f59e0b)}.smart-alert-info{border-left:3px solid var(--status-info-fg,#3b82f6)}.smart-alerts-ok{align-items:center;gap:12px;padding:14px 16px;display:flex}.smart-alerts-ok-icon{background:var(--status-success-bg,#f0fdf4);width:32px;height:32px;color:var(--status-success-fg,#16a34a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.smart-alerts-ok-title{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-primary)}.smart-alerts-ok-sub{font-size:var(--text-xs);color:var(--text-secondary)}.attn-badges{align-items:center;gap:6px;display:flex}.attn-group-title{margin-bottom:10px}.attn-list{border:1px solid var(--border-default);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.attn-item{border-bottom:1px solid var(--border-default);align-items:flex-start;gap:10px;padding:12px 16px;transition:background .12s;display:flex}.attn-item:last-child{border-bottom:none}.attn-item:hover{background:var(--bg-hover)}.attn-item-critical{border-left:3px solid var(--status-danger-fg,#ef4444)}.attn-item-warning{border-left:3px solid var(--status-warning-fg,#f59e0b)}.attn-item-icon{text-align:center;flex-shrink:0;width:20px;margin-top:1px;font-size:1rem}.attn-item-body{flex:1;min-width:0}.attn-item-top{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.attn-kind{letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700}.attn-kind-critical{color:var(--status-danger-fg,#ef4444)}.attn-kind-warning{color:var(--status-warning-fg,#b45309)}.attn-age{font-size:var(--text-xs);color:var(--text-secondary)}.attn-item-title{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-primary);margin-top:2px}.attn-item-detail{font-size:var(--text-xs);color:var(--text-secondary);margin-top:2px;line-height:1.4}.attn-item-meta{font-size:var(--text-xs);color:var(--text-tertiary,var(--text-secondary));margin-top:4px}.attn-item-cta{font-size:var(--text-xs);white-space:nowrap;flex-shrink:0;align-self:center}@media (max-width:720px){.attn-item{flex-wrap:wrap}.attn-item-cta{align-self:flex-start;margin-left:30px}}.badge-warning{background:var(--status-warning-bg,#fffbeb);color:var(--status-warning-fg,#92400e);border-color:var(--status-warning-border,#fde68a)}.shipping-cost-panel{flex-direction:column;gap:20px;display:flex}.sc-kpi-row{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (max-width:900px){.sc-kpi-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.sc-kpi-row{grid-template-columns:1fr}}.sc-kpi{background:var(--bg-subtle);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:14px 16px}.sc-kpi-muted{opacity:.7}.sc-kpi-value{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:4px;font-size:1.4rem;font-weight:700;line-height:1}.sc-kpi-value-sm{letter-spacing:0;font-size:.85rem;font-weight:600}.sc-kpi-label{font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--text-secondary)}.sc-kpi-hint{color:var(--text-tertiary);margin-top:2px;font-size:10px}.sc-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:720px){.sc-grid{grid-template-columns:1fr}}.sc-section{flex-direction:column;gap:10px;display:flex}.sc-section-title{font-size:var(--text-xs);font-weight:var(--fw-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em}.sc-tier-list{flex-direction:column;gap:6px;display:flex}.sc-tier-row{grid-template-columns:70px 1fr 120px;align-items:center;gap:8px;display:grid}.sc-tier-label{font-size:var(--text-xs);color:var(--text-secondary);white-space:nowrap}.sc-tier-bar-wrap{background:var(--bg-subtle);border-radius:4px;height:8px;overflow:hidden}.sc-tier-bar{background:var(--accent,#4f46e5);border-radius:4px;height:100%;transition:width .4s}.sc-tier-stats{font-size:var(--text-xs);color:var(--text-secondary);justify-content:space-between;display:flex}.sc-tier-cost{font-weight:var(--fw-semibold);color:var(--text-primary)}.sc-service-list{flex-direction:column;gap:7px;display:flex}.sc-service-row{grid-template-columns:8px 100px 1fr 36px;align-items:center;gap:8px;display:grid}.sc-service-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sc-service-name{font-size:var(--text-xs);color:var(--text-secondary)}.sc-service-bar-wrap{background:var(--bg-subtle);border-radius:3px;height:6px;overflow:hidden}.sc-service-bar{border-radius:3px;height:100%}.sc-service-pct{font-size:var(--text-xs);color:var(--text-secondary);text-align:right}.sc-rates-note{background:var(--bg-subtle);border-radius:var(--radius-md);border:1px solid var(--border-default);margin-top:8px;padding:12px}.sc-rates-title{font-size:var(--text-xs);font-weight:var(--fw-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.sc-rates-grid{flex-direction:column;gap:4px;display:flex}.sc-rate-row{font-size:var(--text-xs);align-items:center;gap:8px;display:flex}.sc-rate-tier{width:70px;color:var(--text-secondary)}.sc-rate-c48{font-weight:var(--fw-semibold);color:var(--text-primary)}.sc-rate-c24{font-size:10px}.sc-rates-disclaimer{color:var(--text-tertiary);margin-top:8px;font-size:10px;line-height:1.4}.lot-panel{flex-direction:column;gap:16px;display:flex}.lot-alerts{flex-direction:column;gap:6px;display:flex}.lot-alert{border-radius:8px;padding:10px 14px;font-size:13px;font-weight:500}.lot-alert-danger{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.lot-alert-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.lot-kpis{flex-wrap:wrap;gap:12px;display:flex}.lot-kpi{background:var(--surface-raised,#fff);border:1px solid var(--border-default);border-radius:10px;flex:1;min-width:100px;padding:14px 18px}.lot-kpi-warning{background:#fffbeb;border-color:#fde68a}.lot-kpi-danger{background:#fef2f2;border-color:#fecaca}.lot-kpi-value{color:var(--text-primary);font-size:26px;font-weight:700;line-height:1}.lot-kpi-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-top:4px;font-size:11px}.lot-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.lot-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.lot-rotation-selector{align-items:center;gap:4px;display:flex}.lot-rotation-label{color:var(--text-secondary);margin-right:2px;font-size:12px}.lot-rotation-btn{border-radius:5px;padding:3px 8px;font-size:11px}.lot-rotation-btn.is-active{background:var(--color-accent,#6366f1);color:#fff;border-color:var(--color-accent,#6366f1)}.lot-create-form{background:var(--surface-raised,#f9fafb);border:1px solid var(--border-default);border-radius:12px;padding:20px}.lot-form-title{color:var(--text-primary);margin-bottom:14px;font-size:14px;font-weight:600}.lot-form-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:16px;display:grid}.lot-table{width:100%}.lot-code{background:var(--surface-raised,#f3f4f6);border-radius:4px;padding:2px 6px;font-family:monospace;font-size:11.5px}.lot-serial-badge{color:#7c3aed;vertical-align:middle;background:#ede9fe;border-radius:4px;margin-left:6px;padding:1px 5px;font-size:10px;font-weight:600}.lot-location{background:#f1f5f9;border-radius:4px;padding:2px 5px;font-family:monospace;font-size:11px}.lot-expiry{color:var(--text-secondary);font-size:12px}.lot-expiry-expired{color:#dc2626;font-weight:600}.lot-expiry-soon{color:#d97706;font-weight:600}.lot-expiry-warning{color:#ca8a04}.lot-serial-panel{background:var(--surface-raised,#f9fafb);border:1px solid var(--border-default);border-radius:10px;padding:16px}.lot-serial-title{color:var(--text-primary);margin-bottom:10px;font-size:13px;font-weight:600}.lot-serial-grid{flex-wrap:wrap;gap:6px;display:flex}.lot-serial-chip{color:#5b21b6;background:#ede9fe;border-radius:6px;padding:3px 8px;font-family:monospace;font-size:11px}.wlp-panel{flex-direction:column;gap:16px;display:flex}.wlp-kpis{flex-wrap:wrap;gap:10px;display:flex}.wlp-kpi{background:var(--surface-raised,#fff);border:1px solid var(--border-default);border-radius:10px;flex:1;min-width:90px;padding:12px 16px}.wlp-kpi-value{color:var(--text-primary);font-size:22px;font-weight:700;line-height:1}.wlp-kpi-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-top:4px;font-size:11px}.wlp-util-master{background:var(--border-default);border-radius:99px;height:6px;overflow:hidden}.wlp-util-master-fill{background:var(--color-accent,#6366f1);border-radius:99px;height:100%;transition:width .4s}.wlp-util-master-fill.wlp-util-warning{background:#f59e0b}.wlp-util-master-fill.wlp-util-danger{background:#ef4444}.wlp-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.wlp-filter-row{flex-wrap:wrap;gap:4px;display:flex}.wlp-filter-btn{border-radius:6px;padding:4px 10px;font-size:12px}.wlp-filter-btn.is-active{background:var(--color-accent,#6366f1);color:#fff;border-color:var(--color-accent,#6366f1)}.wlp-create-form{background:var(--surface-raised,#f9fafb);border:1px solid var(--border-default);border-radius:12px;padding:20px}.wlp-create-title{margin-bottom:14px;font-size:14px;font-weight:600}.wlp-create-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-bottom:16px;display:grid}.wlp-body{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:900px){.wlp-body{grid-template-columns:1fr 320px}}.wlp-tree{flex-direction:column;gap:2px;display:flex}.wlp-row{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;transition:background .1s;display:flex}.wlp-row:hover{background:var(--surface-hover,#f3f4f6)}.wlp-row-selected{background:var(--color-accent-soft,#eef2ff)}.wlp-row-left{align-items:center;gap:6px;display:flex}.wlp-row-right{align-items:center;gap:8px;display:flex}.wlp-expand-btn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;flex-shrink:0;width:16px;padding:0 4px;font-size:12px}.wlp-leaf-dot{background:var(--border-default);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-left:5px}.wlp-type-icon{flex-shrink:0;font-size:14px}.wlp-code{background:#f1f5f9;border-radius:4px;padding:1px 5px;font-family:monospace;font-size:12px}.wlp-label{color:var(--text-primary);font-size:13px}.wlp-type-badge{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;background:var(--surface-raised,#f3f4f6);border-radius:4px;padding:2px 6px;font-size:10px}.wlp-sku-count{color:#7c3aed;background:#ede9fe;border-radius:4px;padding:1px 6px;font-size:11px;font-weight:600}.wlp-util-wrap{align-items:center;gap:6px;display:flex}.wlp-util-bar{background:var(--border-default);border-radius:99px;width:60px;height:5px;overflow:hidden}.wlp-util-fill{background:var(--color-accent,#6366f1);border-radius:99px;height:100%}.wlp-util-fill.wlp-util-warning{background:#f59e0b}.wlp-util-fill.wlp-util-danger{background:#ef4444}.wlp-util-pct{color:var(--text-secondary);min-width:28px;font-size:11px}.wlp-detail{background:var(--surface-raised,#f9fafb);border:1px solid var(--border-default);border-radius:12px;height:fit-content;padding:18px}.wlp-detail-header{align-items:center;gap:10px;margin-bottom:14px;display:flex}.wlp-detail-icon{font-size:24px}.wlp-detail-code{font-family:monospace;font-size:14px;font-weight:700}.wlp-detail-label{color:var(--text-secondary);font-size:12px}.wlp-sku-list{flex-wrap:wrap;gap:4px;display:flex}.wlp-sku-chip{background:#f1f5f9;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:11px}.wlp-detail-empty-hint{color:var(--text-tertiary);background:var(--surface-raised,#f3f4f6);border-radius:6px;margin-top:10px;padding:8px 10px;font-size:12px}.kitting-panel{flex-direction:column;gap:0;display:flex}.kp-tabs{border-bottom:1px solid var(--border-default);gap:0;display:flex}.kp-tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 18px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s;display:flex}.kp-tab:hover{color:var(--text-primary)}.kp-tab-active{color:var(--color-accent,#6366f1);border-bottom-color:var(--color-accent,#6366f1)}.kp-count{background:var(--surface-raised,#f3f4f6);color:var(--text-secondary);border-radius:10px;padding:1px 7px;font-size:11px;font-weight:600}.kp-body{flex-direction:column;gap:14px;padding-top:16px;display:flex}.kp-toolbar{justify-content:space-between;align-items:center;display:flex}.kp-form{background:var(--surface-raised,#f9fafb);border:1px solid var(--border-default);border-radius:12px;flex-direction:column;gap:14px;padding:20px;display:flex}.kp-form-title{font-size:14px;font-weight:600}.kp-form-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.kp-bom-section{flex-direction:column;gap:10px;display:flex}.kp-bom-header{justify-content:space-between;align-items:center;display:flex}.kp-bom-title{font-size:13px;font-weight:600}.kp-bom-lines{flex-direction:column;gap:6px;display:flex}.kp-bom-row{align-items:center;gap:8px;display:flex}.kp-bom-row input{border:1px solid var(--border-default);background:var(--surface-base,#fff);border-radius:6px;flex:1;padding:5px 8px;font-size:12px}.kp-kit-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.kp-kit-card{background:var(--surface-raised,#fff);border:1px solid var(--border-default);cursor:pointer;border-radius:12px;padding:16px;transition:border-color .15s,box-shadow .15s}.kp-kit-card:hover{border-color:var(--color-accent,#6366f1);box-shadow:0 2px 8px #6366f114}.kp-kit-selected{border-color:var(--color-accent,#6366f1);box-shadow:0 0 0 3px #6366f11f}.kp-kit-head{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.kp-kit-sku{background:#f1f5f9;border-radius:4px;padding:1px 5px;font-family:monospace;font-size:11px}.kp-kit-name{color:var(--text-primary);margin-top:4px;font-size:14px;font-weight:600}.kp-kit-desc{color:var(--text-secondary);margin:0 0 8px;font-size:12px}.kp-kit-meta{color:var(--text-tertiary);gap:12px;font-size:12px;display:flex}.kp-bom-detail{border-top:1px solid var(--border-default);margin-top:12px;padding-top:12px}.kp-bom-detail-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:12px;font-weight:600}.kp-create-order-btn{width:100%;margin-top:12px}.eod-manifest{flex-direction:column;gap:16px;display:flex}.eod-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;display:flex}.eod-empty-icon{color:#22c55e;font-size:36px}.eod-empty-title{color:var(--text-primary);font-size:15px;font-weight:600}.eod-empty-sub{color:var(--text-secondary);max-width:380px;font-size:13px}.eod-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.eod-header-left{flex-direction:column;gap:2px;display:flex}.eod-header-title{color:var(--text-primary);font-size:15px;font-weight:700}.eod-header-date{color:var(--text-secondary);text-transform:capitalize;font-size:13px}.eod-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.eod-confirm-btn{min-width:200px}.eod-confirmed-badge{color:#166534;background:#dcfce7;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.eod-summary{flex-wrap:wrap;gap:12px;display:flex}.eod-stat{background:var(--surface-raised,#f9fafb);border:1px solid var(--border-default);text-align:center;border-radius:8px;min-width:70px;padding:10px 14px}.eod-stat-muted{opacity:.7}.eod-stat-value{color:var(--text-primary);font-size:20px;font-weight:700}.eod-stat-label{color:var(--text-tertiary);margin-top:2px;font-size:11px}.eod-table-wrap{overflow-x:auto}.eod-table{width:100%}.eod-tracking{background:#f1f5f9;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:11.5px}.eod-row-deselected{opacity:.45}.eod-confirmed-note{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:8px;padding:12px 16px;font-size:13px}@media print{.eod-header-actions,.eod-print-btn{display:none!important}.eod-manifest{gap:12px}}.billing-rules-panel{flex-direction:column;gap:20px;display:flex}.brp-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.brp-header-copy{flex:1}.brp-header-title{color:var(--text-primary);margin-bottom:4px;font-size:16px;font-weight:700}.brp-header-sub{color:var(--text-secondary);max-width:520px;font-size:13px;line-height:1.5}.brp-header-kpis{gap:10px;display:flex}.brp-kpi{background:var(--surface-raised,#f9fafb);border:1px solid var(--border-default);text-align:center;border-radius:10px;min-width:80px;padding:10px 16px}.brp-kpi-value{color:var(--text-primary);font-size:22px;font-weight:700}.brp-kpi-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-top:2px;font-size:11px}.brp-global{background:var(--surface-raised,#f9fafb);border:1px solid var(--border-default);border-radius:10px;flex-wrap:wrap;align-items:flex-end;gap:14px;padding:16px;display:flex}.brp-global .field{flex:1;min-width:140px;margin:0}.brp-global .field label{color:var(--text-secondary);margin-bottom:4px;font-size:12px;font-weight:500;display:block}.brp-global .field-hint{color:var(--text-tertiary);margin-top:4px;font-size:11px;display:block}.brp-cat-tabs{border-bottom:1px solid var(--border-default);flex-wrap:wrap;gap:2px;display:flex}.brp-cat-tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:5px;margin-bottom:-1px;padding:8px 14px;font-size:13px;font-weight:500;transition:color .15s;display:flex}.brp-cat-tab:hover{color:var(--text-primary)}.brp-cat-active{color:var(--color-accent,#6366f1);border-bottom-color:var(--color-accent,#6366f1)}.brp-cat-badge{background:var(--color-accent,#6366f1);color:#fff;text-align:center;border-radius:10px;min-width:16px;padding:0 5px;font-size:10px;font-weight:700}.brp-lines{flex-direction:column;gap:0;display:flex}.brp-line{border:1px solid var(--border-default);border-radius:0;align-items:center;gap:12px;padding:14px 16px;transition:background .1s;display:flex}.brp-line:first-child{border-radius:10px 10px 0 0}.brp-line:last-child{border-radius:0 0 10px 10px}.brp-line:first-child:last-child{border-radius:10px}.brp-line+.brp-line{border-top:none}.brp-line-on{background:var(--color-accent-soft,#eef2ff)}.brp-line-icon{text-align:center;flex-shrink:0;width:28px;font-size:20px}.brp-line-copy{flex:1}.brp-line-label{color:var(--text-primary);font-size:13px;font-weight:600}.brp-line-desc{color:var(--text-secondary);margin-top:1px;font-size:12px}.brp-line-rate{justify-content:flex-end;align-items:center;gap:6px;min-width:140px;display:flex}.brp-rate-input-wrap{border:1px solid var(--border-default);background:var(--surface-base,#fff);border-radius:6px;align-items:center;display:flex;overflow:hidden}.brp-rate-currency{background:var(--surface-raised,#f3f4f6);border-right:1px solid var(--border-default);color:var(--text-secondary);padding:4px 7px;font-size:12px}.brp-rate-input{width:70px;color:var(--text-primary);background:0 0;border:none;outline:none;padding:4px 8px;font-size:13px;font-weight:600}.brp-rate-unit{color:var(--text-tertiary);white-space:nowrap;font-size:11px}.brp-toggle{cursor:pointer;align-items:center;display:flex;position:relative}.brp-toggle input{opacity:0;width:0;height:0;position:absolute}.brp-toggle-track{background:var(--border-default);border-radius:10px;width:36px;height:20px;transition:background .2s;display:block;position:relative}.brp-toggle-track:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.brp-toggle input:checked~.brp-toggle-track{background:var(--color-accent,#6366f1)}.brp-toggle input:checked~.brp-toggle-track:after{transform:translate(16px)}.brp-footer{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;padding-top:4px;display:flex}.brp-footer-note{color:var(--text-tertiary);max-width:480px;margin:0;font-size:12px;line-height:1.5}.brp-saved{background:#22c55e!important;border-color:#22c55e!important}.rpl-actions{align-items:center;gap:10px;display:flex}.rpl-timer-wrap{flex-shrink:0;justify-content:center;align-items:center;display:flex}.rpl-timer-svg{display:block;overflow:visible}.rpl-timer-track{stroke:var(--border-default,#e5e7eb)}.rpl-timer-progress{stroke:var(--color-accent,#6366f1)}.rpl-timer-progress--pinned{stroke:#22c55e}.rpl-timer-text{fill:var(--text-primary,#111);font-size:9px;font-weight:700;font-family:var(--font-sans,system-ui, sans-serif);-webkit-user-select:none;user-select:none}.rpl-pin-btn{white-space:nowrap}.auth-field-label-row{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.auth-field-label-row label{margin-bottom:0}.auth-forgot-link{color:var(--text-secondary);font-size:12px;text-decoration:none;transition:color .15s}.auth-forgot-link:hover{color:var(--text-primary);text-decoration:underline}.auth-reason-banner{margin-bottom:4px}.auth-reset-success{flex-direction:column;gap:14px;padding-top:8px;display:flex}.auth-reset-success-icon{font-size:36px;line-height:1}.auth-reset-hint{color:var(--text-secondary);font-size:13px;line-height:1.5}.auth-password-strength{align-items:center;gap:4px;margin-top:8px;display:flex}.auth-strength-bar{background:var(--border-default,#e5e7eb);border-radius:99px;flex:1;height:3px;transition:background .25s}.auth-strength-bar-active.auth-strength-bar-0{background:#ef4444}.auth-strength-bar-active.auth-strength-bar-1{background:#f59e0b}.auth-strength-bar-active.auth-strength-bar-2{background:#22c55e}.auth-strength-label{color:var(--text-tertiary);white-space:nowrap;text-align:right;min-width:72px;font-size:11px}.auth-field-error{border-color:#ef4444!important}.auth-field-hint-error{color:#dc2626;margin-top:4px;font-size:12px;display:block}.password-wrap{position:relative}.password-wrap input{padding-right:38px}.password-toggle{cursor:pointer;color:var(--text-tertiary);background:0 0;border:none;align-items:center;padding:2px;transition:color .15s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.password-toggle:hover{color:var(--text-primary)}.pcs-section-header{padding:1.25rem 1.5rem 0}.pcs-panel{flex-direction:column;gap:1.5rem;display:flex}.pcs-empty{color:var(--text-secondary);text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem;display:flex}.pcs-empty-icon{font-size:2.5rem}.pcs-summary{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;display:grid}.pcs-summary-kpi{background:var(--surface-secondary);border-radius:var(--radius-md);padding:.875rem 1rem}.pcs-summary-value{color:var(--text-primary);font-size:1.5rem;font-weight:700}.pcs-summary-label{color:var(--text-secondary);margin-top:.125rem;font-size:.75rem}.pcs-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.pcs-card{background:var(--surface-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.25rem;position:relative}.pcs-card-best{border-color:#6366f1;box-shadow:0 0 0 2px #6366f120}.pcs-best-badge{color:#6366f1;background:#ede9fe;border-radius:999px;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.pcs-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.875rem;display:flex}.pcs-carrier-name{color:var(--text-primary);font-size:.9rem;font-weight:600}.pcs-grade-badge{border-radius:999px;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.pcs-metric-row{margin-bottom:.875rem}.pcs-metric-label{color:var(--text-secondary);margin-bottom:.3rem;font-size:.75rem;display:block}.pcs-bar-wrap{align-items:center;gap:.5rem;display:flex}.pcs-bar{background:var(--border-subtle);border-radius:999px;flex:1;height:8px;overflow:hidden}.pcs-bar-fill{border-radius:999px;height:100%;transition:width .4s}.pcs-bar-value{color:var(--text-primary);text-align:right;min-width:32px;font-size:.8rem;font-weight:600}.pcs-stats{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.pcs-stat{text-align:center}.pcs-stat-value{color:var(--text-primary);font-size:.95rem;font-weight:700}.pcs-stat-label{color:var(--text-secondary);margin-top:.1rem;font-size:.65rem}.pcs-alert{color:#dc2626;border-radius:var(--radius-sm);background:#fee2e2;margin-top:.75rem;padding:.4rem .75rem;font-size:.75rem}.pcs-table-wrap{overflow-x:auto}.pcs-table-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.pcs-table{width:100%}.pcs-table-bar-wrap{align-items:center;gap:.5rem;display:flex}.pcs-table-bar{background:var(--border-subtle);border-radius:999px;flex-shrink:0;width:80px;height:6px;overflow:hidden}.pcs-table-bar-fill{border-radius:999px;height:100%}.pcs-grade-chip{border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.pec-panel{flex-direction:column;gap:1.25rem;display:flex}.pec-kpis{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;display:grid}.pec-kpi{background:var(--surface-secondary);border-radius:var(--radius-md);border:1px solid #0000;padding:.875rem 1rem}.pec-kpi-critical{background:#fef2f2;border-color:#fca5a5}.pec-kpi-warning{background:#fffbeb;border-color:#fcd34d}.pec-kpi-ok{background:#f0fdf4;border-color:#86efac}.pec-kpi-value{color:var(--text-primary);font-size:1.5rem;font-weight:700}.pec-kpi-label{color:var(--text-secondary);margin-top:.125rem;font-size:.72rem}.pec-body{grid-template-columns:200px 1fr;gap:1.25rem;display:grid}@media (max-width:640px){.pec-body{grid-template-columns:1fr}}.pec-sidebar{background:var(--surface-secondary);border-radius:var(--radius-md);align-self:start;padding:1rem}.pec-sidebar-title{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.7rem;font-weight:600}.pec-type-row{border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.5rem;padding:.4rem .5rem;transition:background .15s;display:flex}.pec-type-row:hover,.pec-type-active{background:var(--surface-tertiary)}.pec-type-icon{font-size:.9rem}.pec-type-label{color:var(--text-secondary);flex:1;font-size:.8rem}.pec-type-bar-wrap{align-items:center;gap:.35rem;display:flex}.pec-type-bar{background:var(--border-subtle);border-radius:999px;width:48px;height:5px;overflow:hidden}.pec-type-bar-fill{border-radius:999px;height:100%}.pec-type-count{color:var(--text-primary);text-align:right;min-width:14px;font-size:.72rem;font-weight:600}.pec-filters{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.pec-filter-group{flex-wrap:wrap;gap:.375rem;display:flex}.pec-filter-btn{border:1px solid var(--border-subtle);background:var(--surface-secondary);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:.3rem .7rem;font-size:.78rem;transition:all .15s}.pec-filter-btn:hover{background:var(--surface-tertiary)}.pec-filter-btn.active{background:var(--text-primary);color:var(--surface-primary);border-color:var(--text-primary)}.pec-list{flex-direction:column;gap:.5rem;display:flex}.pec-item{background:var(--surface-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden}.pec-item-overdue{border-left:3px solid #f59e0b}.pec-item-open{box-shadow:0 2px 8px #00000014}.pec-item-header{cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.pec-item-left{flex:1;align-items:flex-start;gap:.625rem;min-width:0;display:flex}.pec-item-type-icon{flex-shrink:0;margin-top:.1rem;font-size:1.1rem}.pec-item-info{flex:1;min-width:0}.pec-item-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.pec-item-meta{color:var(--text-secondary);flex-wrap:wrap;gap:.3rem;margin-top:.1rem;font-size:.75rem;display:flex}.pec-item-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.pec-overdue-tag{color:#92400e;background:#fef3c7;border-radius:999px;padding:.2rem .5rem;font-size:.7rem}.pec-priority-tag{border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:600}.pec-age{color:var(--text-tertiary);font-size:.72rem}.pec-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.pec-expand-icon{color:var(--text-tertiary);font-size:.7rem}.pec-item-detail{border-top:1px solid var(--border-subtle);background:var(--surface-primary);padding:.875rem 1rem 1rem}.pec-detail-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem 1rem;margin-bottom:.75rem;display:grid}.pec-detail-label{color:var(--text-tertiary);margin-bottom:.15rem;font-size:.7rem;display:block}.pec-detail-desc{color:var(--text-secondary);border-left:3px solid var(--border-subtle);margin-top:.5rem;padding-left:.75rem;font-size:.83rem}.pec-detail-actions{gap:.5rem;margin-top:.875rem;display:flex}.pec-action-btn{padding:.3rem .75rem!important;font-size:.8rem!important}.pec-empty{color:var(--text-secondary);text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1rem;display:flex}.pec-empty-icon{font-size:2rem}.pec-footer-note{color:var(--text-secondary);background:var(--surface-secondary);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.78rem}.pec-main{flex-direction:column;display:flex}.psi-panel{flex-direction:column;gap:1rem;display:flex}.psi-empty{color:var(--text-secondary);text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem;display:flex}.psi-empty-icon{font-size:2.5rem}.psi-empty-filter{text-align:center;color:var(--text-secondary);padding:1.5rem;font-size:.875rem}.psi-kpis{grid-template-columns:repeat(4,1fr);gap:.625rem;display:grid}@media (max-width:480px){.psi-kpis{grid-template-columns:repeat(2,1fr)}}.psi-kpi{background:var(--surface-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;text-align:left;padding:.75rem 1rem;transition:all .15s}.psi-kpi:hover{background:var(--surface-tertiary)}.psi-kpi-active{border-color:var(--accent-primary)!important;background:var(--surface-tertiary)!important}.psi-kpi-warn{border-color:#fcd34d!important}.psi-kpi-danger{background:#fef2f2!important;border-color:#fca5a5!important}.psi-kpi-ok{border-color:#86efac!important}.psi-kpi-value{color:var(--text-primary);font-size:1.4rem;font-weight:700}.psi-kpi-label{color:var(--text-secondary);margin-top:.1rem;font-size:.72rem}.psi-sort-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.psi-sort-label{color:var(--text-secondary);font-size:.8rem}.psi-sort-btns{gap:.375rem;display:flex}.psi-sort-btn{border:1px solid var(--border-subtle);background:var(--surface-secondary);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:.3rem .65rem;font-size:.75rem;transition:all .15s}.psi-sort-btn.active{background:var(--text-primary);color:var(--surface-primary);border-color:var(--text-primary)}.psi-list{flex-direction:column;gap:.5rem;display:flex}.psi-row{background:var(--surface-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden}.psi-row-stalled{border-left:3px solid #f59e0b}.psi-row-exception{border-left:3px solid #ef4444}.psi-row-header{cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .15s;display:flex}.psi-row-header:hover{background:var(--surface-tertiary)}.psi-row-left{flex:1;align-items:center;gap:.625rem;min-width:0;display:flex}.psi-status-icon{flex-shrink:0;font-size:1.25rem}.psi-row-info{flex:1;min-width:0}.psi-row-title{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.psi-order-id{color:var(--text-primary);font-size:.875rem;font-weight:700}.psi-customer{color:var(--text-secondary);font-size:.8rem}.psi-row-tracking{gap:.375rem;margin-top:.1rem;display:flex}.psi-tracking-num{color:var(--text-secondary);font-family:monospace;font-size:.75rem}.psi-carrier{color:var(--text-tertiary);font-size:.75rem}.psi-row-right{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.psi-stalled-badge{color:#92400e;background:#fef3c7;border-radius:999px;padding:.2rem .55rem;font-size:.7rem}.psi-exception-badge{color:#991b1b;cursor:pointer;background:#fee2e2;border-radius:999px;padding:.2rem .55rem;font-size:.7rem}.psi-status-label{font-size:.8rem;font-weight:600}.psi-last-event{color:var(--text-tertiary);font-size:.72rem}.psi-expand{color:var(--text-tertiary);font-size:.7rem}.psi-progress-bar{gap:3px;padding:0 1rem .625rem;display:flex}.psi-progress-step{background:var(--border-subtle);border-radius:999px;flex:1;height:4px;transition:background .2s}.psi-progress-step.reached{background:#6366f1}.psi-progress-step.current{background:#6366f1;box-shadow:0 0 0 2px #6366f130}.psi-timeline{border-top:1px solid var(--border-subtle);background:var(--surface-primary);flex-direction:column;gap:.875rem;padding:.875rem 1rem 1rem;display:flex}.psi-incident-notice{border-radius:var(--radius-md);background:#fef2f2;border-left:3px solid #ef4444;gap:.625rem;padding:.75rem 1rem;display:flex}.psi-incident-notice p{color:#7f1d1d;margin:.2rem 0 0;font-size:.8rem}.psi-incident-mgmt{font-weight:500;color:#b91c1c!important}.psi-no-events{color:var(--text-secondary);text-align:center;padding:.5rem;font-size:.8rem}.psi-events{flex-direction:column;gap:0;display:flex}.psi-event{gap:.75rem;padding:.5rem 0;display:flex;position:relative}.psi-event:before{content:"";background:var(--border-subtle);width:1px;position:absolute;top:24px;bottom:-8px;left:6px}.psi-event:last-child:before{display:none}.psi-event-current .psi-event-label strong{color:var(--text-primary)}.psi-event-dot{border:2px solid var(--surface-primary);width:13px;height:13px;box-shadow:0 0 0 1px var(--border-subtle);border-radius:50%;flex-shrink:0;margin-top:4px}.psi-event-body{flex:1;min-width:0}.psi-event-label{flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.psi-event-icon{font-size:.85rem}.psi-event-location{color:var(--text-secondary);font-size:.75rem}.psi-event-raw{color:var(--text-tertiary);margin-top:.1rem;font-size:.72rem;font-style:italic}.psi-event-time{color:var(--text-tertiary);margin-top:.15rem;font-size:.72rem}.psi-dates{background:var(--surface-secondary);border-radius:var(--radius-sm);flex-direction:column;gap:.4rem;padding:.625rem .875rem;display:flex}.psi-date-row{justify-content:space-between;gap:.5rem;font-size:.8rem;display:flex}.psi-date-row span{color:var(--text-secondary)}.psi-timeline-actions{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.psi-action-btn{padding:.3rem .75rem!important;font-size:.8rem!important}.pci-panel{flex-direction:column;gap:1.5rem;display:flex}.pci-empty{text-align:center;color:var(--text-secondary);padding:2rem}.pci-kpis{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;display:grid}.pci-kpi{background:var(--surface-secondary);border-radius:var(--radius-md);border:1px solid var(--border-subtle);padding:.875rem 1rem}.pci-kpi-warn{background:#fffbeb;border-color:#fcd34d}.pci-kpi-good{background:#f0fdf4;border-color:#86efac}.pci-kpi-value{color:var(--text-primary);font-size:1.4rem;font-weight:700}.pci-kpi-label{color:var(--text-secondary);margin-top:.125rem;font-size:.72rem}.pci-breakdown{background:var(--surface-secondary);border-radius:var(--radius-md);padding:1rem 1.25rem}.pci-breakdown-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.875rem;font-size:.8rem;font-weight:600}.pci-breakdown-bars{flex-direction:column;gap:.75rem;display:flex}.pci-breakdown-row{grid-template-columns:140px 1fr 90px;align-items:center;gap:.75rem;display:grid}@media (max-width:520px){.pci-breakdown-row{grid-template-columns:1fr}}.pci-breakdown-label{color:var(--text-secondary);font-size:.82rem}.pci-breakdown-bar-wrap{align-items:center;gap:.5rem;display:flex}.pci-breakdown-bar{background:var(--border-subtle);border-radius:999px;flex:1;height:8px;overflow:hidden}.pci-breakdown-bar-fill{border-radius:999px;height:100%;transition:width .4s}.pci-breakdown-pct{color:var(--text-secondary);text-align:right;min-width:32px;font-size:.75rem}.pci-breakdown-value{color:var(--text-primary);text-align:right;font-size:.82rem;font-weight:600}.pci-trend{background:var(--surface-secondary);border-radius:var(--radius-md);padding:1rem 1.25rem}.pci-trend-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem;font-size:.8rem;font-weight:600}.pci-month-bars{align-items:flex-end;gap:.625rem;height:100px;display:flex}.pci-month-col{flex-direction:column;flex:1;align-items:center;gap:.25rem;height:100%;display:flex}.pci-month-bar-wrap{flex:1;align-items:flex-end;width:100%;display:flex}.pci-month-bar{cursor:default;background:#6366f1;border-radius:4px 4px 0 0;width:100%;min-height:4px;transition:height .3s;position:relative}.pci-month-bar:hover .pci-month-tooltip{opacity:1}.pci-month-tooltip{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:#1e293b;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;transition:opacity .15s;position:absolute;top:-28px;left:50%;transform:translate(-50%)}.pci-month-label{color:var(--text-tertiary);font-size:.65rem}.pci-month-delta{font-size:.65rem;font-weight:600}.pci-month-delta.up{color:#dc2626}.pci-month-delta.down{color:#16a34a}.pci-split{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:600px){.pci-split{grid-template-columns:1fr}}.pci-section{background:var(--surface-secondary);border-radius:var(--radius-md);padding:1rem 1.25rem}.pci-section-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.875rem;font-size:.8rem;font-weight:600}.pci-carrier-row{border-bottom:1px solid var(--border-subtle);grid-template-columns:1fr auto auto auto;align-items:center;gap:.5rem;padding:.35rem 0;font-size:.8rem;display:grid}.pci-carrier-row:last-child{border-bottom:none}.pci-carrier-name{color:var(--text-primary);font-weight:500}.pci-carrier-orders,.pci-carrier-avg{color:var(--text-secondary);font-size:.75rem}.pci-carrier-total{color:var(--text-primary);font-weight:600}.pci-tier-row{grid-template-columns:80px 1fr auto;align-items:center;gap:.5rem;padding:.35rem 0;display:grid}.pci-tier-name{color:var(--text-secondary);font-size:.78rem}.pci-tier-bar-wrap{align-items:center;gap:.375rem;display:flex}.pci-tier-bar{background:var(--border-subtle);border-radius:999px;flex:1;height:6px;overflow:hidden}.pci-tier-bar-fill{background:#0ea5e9;border-radius:999px;height:100%}.pci-tier-pct{color:var(--text-secondary);text-align:right;min-width:28px;font-size:.7rem}.pci-tier-cost{color:var(--text-primary);font-size:.78rem;font-weight:600}.pci-disclaimer{color:var(--text-tertiary);background:var(--surface-secondary);border-radius:var(--radius-sm);padding:.625rem .875rem;font-size:.72rem}.pif-section-header{padding:1.25rem 1.5rem 0}.pif-panel{flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.pif-kpis{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.625rem;display:grid}.pif-kpi{background:var(--surface-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.75rem 1rem}.pif-kpi-critical{background:#fef2f2;border-color:#fca5a5}.pif-kpi-warn{background:#fffbeb;border-color:#fcd34d}.pif-kpi-ok{background:#f0fdf4;border-color:#86efac}.pif-kpi-value{color:var(--text-primary);font-size:1.5rem;font-weight:700}.pif-kpi-label{color:var(--text-secondary);margin-top:.1rem;font-size:.72rem}.pif-table-wrap{overflow-x:auto}.pif-row-critical{--row-accent:#fee2e2}.pif-row-warning{--row-accent:#fef3c7}.pif-row-low_risk{--row-accent:#fef9c3}.pif-row-ok,.pif-row-no_data{--row-accent:transparent}tr.pif-row-critical td:first-child,tr.pif-row-warning td:first-child,tr.pif-row-low_risk td:first-child{border-left:3px solid;padding-left:calc(.75rem - 3px)}tr.pif-row-critical td:first-child{border-left-color:#ef4444}tr.pif-row-warning td:first-child{border-left-color:#f59e0b}tr.pif-row-low_risk td:first-child{border-left-color:#eab308}.pif-zero-stock{color:#dc2626}.pif-days-wrap{align-items:center;gap:.5rem;display:flex}.pif-days-bar{background:var(--border-subtle);border-radius:999px;flex-shrink:0;width:60px;height:6px;overflow:hidden}.pif-days-fill{border-radius:999px;height:100%;transition:width .3s}.pif-days-label{min-width:28px;font-size:.8rem;font-weight:600}.pif-risk-badge{border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.pif-inbound-badge{color:#5b21b6;background:#ede9fe;border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:500}.pif-reorder-hint{color:#d97706;margin-top:.2rem;font-size:.72rem}.pif-inbound-section{background:var(--surface-secondary);border-radius:var(--radius-md);padding:.875rem 1rem}.pif-inbound-title{color:var(--text-secondary);margin-bottom:.625rem;font-size:.8rem;font-weight:600}.pif-inbound-list{flex-direction:column;gap:.375rem;display:flex}.pif-inbound-row{background:var(--surface-primary);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.375rem .5rem;display:flex}.pif-inbound-info{flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.pif-inbound-ref{color:var(--text-primary);font-size:.8rem;font-weight:500}.pif-inbound-date{color:var(--text-secondary);font-size:.75rem}.pif-inbound-status{font-size:.75rem}.pif-inbound-status-sent{color:#0ea5e9}.pif-inbound-status-in_transit{color:#6366f1}.pif-inbound-status-received{color:#16a34a}.pif-disclaimer{color:var(--text-tertiary);background:var(--surface-secondary);border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.72rem}.portal-sidebar-header-minimal{justify-content:flex-end;padding-bottom:4px;display:flex}.tenant-shell-collapsed .portal-sidebar-header-minimal{justify-content:center}.portal-journey-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:12px;display:flex}.portal-journey-hero-copy{gap:6px;max-width:700px;display:grid}.portal-journey-greeting{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:1.6rem;font-weight:700;line-height:1.15}.portal-journey-subtitle{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.4}.portal-journey-subtitle strong{color:var(--text-primary);font-weight:600}.portal-journey-sync{color:var(--text-tertiary)}.portal-journey-strip .pqa-strip{border:none;border-bottom:1px solid var(--border);background:0 0;border-radius:0;padding:0 0 12px}.portal-journey-strip .pqa-strip .pqa-shop-name:empty{display:none}.portal-journey-strip .pqa-strip+.portal-journey-steps{padding-top:12px}.refund-alert{border:1.5px solid;border-radius:8px;align-items:flex-start;gap:12px;padding:10px 14px;font-size:13px;line-height:1.4;display:flex}.refund-alert-icon{flex-shrink:0;margin-top:1px;font-size:18px;line-height:1}.refund-alert-body{flex-direction:column;gap:2px;display:flex}.refund-alert-body strong{letter-spacing:.03em}.refund-alert-partial{color:#78350f;background:#fef3c7;border-color:#f59e0b}.refund-alert-major{color:#7f1d1d;background:#fee2e2;border-color:#dc2626}.refund-alert-chip{letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.refund-alert-chip-partial{color:#92400e;background:#fef3c7;border:1px solid #f59e0b}.refund-alert-chip-major{color:#991b1b;background:#fee2e2;border:1px solid #dc2626}.sales-kpis{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;display:grid}.sales-kpi{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-raised);padding:12px 16px}.sales-kpi-value{color:var(--text-primary);font-size:1.6rem;font-weight:700;line-height:1.1}.sales-kpi-label{color:var(--text-secondary);margin-top:4px;font-size:.78rem}.sales-kpi-accent{border-left:3px solid #6366f1}.sales-kpi-indigo{border-left:3px solid #4f46e5}.sales-kpi-green{border-left:3px solid #16a34a}.sales-kpi-red{border-left:3px solid #dc2626}.sales-kpi-slate{border-left:3px solid #94a3b8}.sales-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.sales-view-tabs{gap:4px;display:flex}.sales-tab{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:6px 12px;font-size:.85rem}.sales-tab.active{background:var(--text-primary);color:var(--surface);border-color:var(--text-primary)}.sales-search{border:1px solid var(--border);background:var(--surface);border-radius:8px;flex:1;min-width:200px;padding:8px 12px}.sales-loading{text-align:center;color:var(--text-secondary);padding:24px}.sales-pipeline{grid-template-columns:repeat(5,minmax(220px,1fr));gap:10px;display:grid;overflow-x:auto}@media (max-width:1100px){.sales-pipeline{grid-template-columns:repeat(3,minmax(220px,1fr))}}@media (max-width:720px){.sales-pipeline{grid-template-columns:1fr}}.sales-column{background:var(--surface-secondary);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;min-height:200px;display:flex;overflow:hidden}.sales-column-head{border-top:3px solid #94a3b8;justify-content:space-between;padding:10px 12px 8px;font-size:.85rem;font-weight:600;display:flex}.sales-column-count{background:var(--surface);border-radius:999px;padding:0 8px;font-size:.78rem;font-weight:700}.sales-column-summary{color:var(--text-tertiary);padding:0 12px 8px;font-size:.72rem}.sales-column-body{flex-direction:column;flex:1;gap:6px;padding:0 8px 8px;display:flex}.sales-column-empty{color:var(--text-tertiary);text-align:center;padding:12px;font-size:.78rem}.sales-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:8px;flex-direction:column;gap:4px;padding:10px;transition:box-shadow .15s,transform .1s;display:flex}.sales-card:hover{transform:translateY(-1px);box-shadow:0 4px 14px #00000012}.sales-card-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.sales-card-title{font-size:.9rem}.sales-card-value{color:var(--accent);white-space:nowrap;font-size:.78rem;font-weight:700}.sales-card-sub{color:var(--text-secondary);font-size:.78rem}.sales-card-meta{color:var(--text-tertiary);font-size:.72rem}.sales-card-footer{color:var(--text-tertiary);justify-content:space-between;gap:8px;margin-top:4px;font-size:.72rem;display:flex}.sales-card-next.overdue{color:#dc2626;font-weight:600}.sales-card-stage-row{margin-top:6px}.sales-card-stage-select{border:1px solid var(--border);background:var(--surface-secondary);border-radius:6px;width:100%;padding:4px 6px;font-size:.75rem}.sales-list-row{cursor:pointer}.sales-list-row:hover{background:var(--surface-secondary)}.sales-stage-badge{border-radius:999px;gap:4px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.sales-detail-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}@media (max-width:900px){.sales-detail-grid{grid-template-columns:1fr}}.sales-detail-stage-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sales-detail-block{background:var(--surface-secondary);border-radius:var(--radius-md);padding:14px 16px}.sales-detail-row{align-items:baseline;gap:10px;padding:4px 0;font-size:.88rem;display:flex}.sales-detail-row>span:first-child{font-size:1rem}.sales-detail-notes{background:var(--surface);border-left:3px solid var(--border);white-space:pre-wrap;border-radius:4px;margin-top:10px;padding:8px 10px;font-size:.88rem}.sales-activity-composer{background:var(--surface-secondary);border-radius:var(--radius-md);gap:8px;padding:12px;display:grid}.sales-activity-composer select,.sales-activity-composer input,.sales-activity-composer textarea{border:1px solid var(--border);background:var(--surface);border-radius:6px;padding:8px 10px;font-family:inherit;font-size:.88rem}.sales-timeline{flex-direction:column;gap:8px;max-height:480px;display:flex;overflow-y:auto}.sales-timeline-row{background:var(--surface);border:1px solid var(--border);border-radius:8px;gap:10px;padding:10px 12px;display:flex}.sales-timeline-icon{flex-shrink:0;font-size:1.1rem;line-height:1.2}.sales-timeline-body{flex:1;min-width:0}.sales-timeline-head{justify-content:space-between;gap:8px;font-size:.85rem;display:flex}.sales-timeline-head .table-secondary{font-size:.72rem}.sales-timeline-text{color:var(--text-secondary);white-space:pre-wrap;margin:4px 0 0;font-size:.85rem}.sales-timeline-meta{color:var(--text-tertiary);margin-top:4px;font-size:.72rem}.sales-checkbox-row{align-items:center;gap:8px;font-size:.9rem;display:flex}.client-accounts-tabs{border-bottom:1px solid var(--border);gap:8px;padding-bottom:0;display:flex}.client-accounts-tab{color:var(--text-secondary);border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:10px 16px;font-weight:500;text-decoration:none;display:inline-flex}.client-accounts-tab:hover{color:var(--text-primary)}.client-accounts-tab.active{color:var(--text-primary);border-bottom-color:var(--accent);font-weight:600}.client-accounts-tab-count{background:var(--surface-secondary);border-radius:999px;padding:0 8px;font-size:.72rem;font-weight:700}.sales-filters{flex-wrap:wrap;gap:6px;display:flex}.sales-filter-chip{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:4px 12px;font-size:.78rem}.sales-filter-chip:hover{background:var(--surface-secondary);color:var(--text-primary)}.sales-filter-chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.sales-card-controls{grid-template-columns:1fr 1fr;gap:4px;margin-top:6px;display:grid}.sales-card-control-select{border:1px solid var(--border);background:var(--surface-secondary);border-radius:6px;min-width:0;padding:4px 6px;font-size:.72rem}.sales-detail-owner-select{border:1px solid var(--border);background:var(--surface);border-radius:6px;padding:4px 10px;font-size:.82rem}.sales-analytics-grid{grid-template-columns:1fr;gap:14px;display:grid}.sales-analytics-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px}.sales-analytics-title{color:var(--text-primary);margin:0 0 12px;font-size:.95rem;font-weight:600}.sales-analytics-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);font-size:.72rem}.sales-winrate-bar-wrap{align-items:center;gap:6px;display:flex}.sales-winrate-bar{background:var(--border);border-radius:999px;flex:1;min-width:60px;height:6px;overflow:hidden}.sales-winrate-bar-fill{border-radius:999px;height:100%}.my-sales-widget-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.my-sales-alert-dot{vertical-align:middle;background:#dc2626;border-radius:50%;width:8px;height:8px;margin-left:6px;animation:1.5s infinite my-sales-pulse;display:inline-block}@keyframes my-sales-pulse{0%,to{box-shadow:0 0 #dc262699}50%{box-shadow:0 0 0 4px #dc262600}}.my-sales-columns{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}@media (max-width:900px){.my-sales-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.my-sales-columns{grid-template-columns:1fr}}.my-sales-col{background:var(--surface-secondary);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:6px;min-height:100px;padding:8px;display:flex}.my-sales-col-danger{border-top:3px solid #dc2626}.my-sales-col-warn{border-top:3px solid #f59e0b}.my-sales-col-info{border-top:3px solid #6366f1}.my-sales-col-neutral{border-top:3px solid #94a3b8}.my-sales-col-head{justify-content:space-between;font-size:.78rem;font-weight:600;display:flex}.my-sales-col-count{background:var(--surface);border-radius:999px;padding:0 6px;font-size:.72rem;font-weight:700}.my-sales-col-body{flex-direction:column;gap:4px;display:flex}.my-sales-col-empty{color:var(--text-tertiary);text-align:center;padding:8px;font-size:.78rem}.my-sales-row{background:var(--surface);color:inherit;border:1px solid #0000;border-radius:6px;padding:6px 8px;text-decoration:none;transition:border-color .12s;display:block}.my-sales-row:hover{border-color:var(--accent)}.my-sales-row-title{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.my-sales-row-meta{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.my-sales-row-more{color:var(--text-tertiary);text-align:center;padding:4px;font-size:.72rem}.sales-funnel{flex-direction:column;gap:6px;padding:8px 0;display:flex}.sales-funnel-row{grid-template-columns:130px 1fr;align-items:center;gap:10px;display:grid}.sales-funnel-label{color:var(--text-secondary);font-size:.85rem}.sales-funnel-bar-wrap{align-items:center;gap:8px;display:flex}.sales-funnel-bar{color:#fff;border-radius:6px;justify-content:flex-end;align-items:center;height:28px;padding:0 10px;font-size:.85rem;font-weight:700;transition:width .3s;display:flex}.sales-funnel-value{color:#fff}.sales-funnel-drop{color:#dc2626;white-space:nowrap;font-size:.72rem;font-weight:600}.sales-funnel-foot{border-top:1px solid var(--border);color:var(--text-secondary);margin-top:8px;padding-top:10px;font-size:.85rem}.mobile-only{display:none}.desktop-only{display:revert}@media (max-width:768px){.mobile-only{display:revert}.desktop-only{display:none!important}input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea,.input,.form-control,.auth-field input,.auth-field select,.filter-bar input,.filter-bar select,.filter-bar textarea,.orders-table-toolbar input,.orders-table-toolbar select{border-radius:10px;min-height:44px;font-size:16px!important}.button,button.button,.btn,.auth-form-submit,.pill-button,.pill-cta,.modal-footer .button,.order-detail-action-row>button,.order-detail-action-row>a,.ctt-create-sticky-button{letter-spacing:-.01em;border-radius:10px;min-height:44px;font-size:.95rem;font-weight:600}button[aria-label]:not(.button):not(.btn):not(.mobile-bottom-nav-item):not(.tenant-nav-link){min-width:40px;min-height:40px}body{text-rendering:optimizelegibility;-webkit-tap-highlight-color:transparent;font-size:14px}.section-title,.stack>h2,.stack>h3,.page-header h1,.page-header h2{letter-spacing:-.015em;font-size:1.15rem;line-height:1.25}.card{border-radius:14px;padding:14px!important}.page-header h1,.exp-page-title,.admin-dashboard-title{letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.2;font-size:1.15rem!important}.eyebrow,.page-header-eyebrow,.admin-dashboard-eyebrow{letter-spacing:.12em;font-size:.62rem}.breadcrumbs,.crumbs{display:none}.kpi-grid,.admin-dashboard-kpis,.exp-kpi-strip,.dash-kpi-strip,.production-kpi-grid,.orders-kpi-bar,.psi-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.kpi-card,.exp-kpi,.dash-kpi,.orders-kpi-stat,.admin-dashboard-kpi{border-radius:14px;flex-direction:column;justify-content:space-between;gap:6px;min-height:78px;display:flex;padding:14px 12px!important}.kpi-value,.exp-kpi-value,.dash-kpi-value,.orders-kpi-value,.admin-dashboard-kpi-value{letter-spacing:-.025em;font-variant-numeric:tabular-nums;font-weight:700;font-size:1.5rem!important;line-height:1.1!important}.kpi-label,.exp-kpi-label,.dash-kpi-label,.orders-kpi-label,.admin-dashboard-kpi-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-weight:600;font-size:.72rem!important}.orders-kpi-bar{background:0 0!important;border:none!important;padding:0!important}.orders-kpi-sep,.orders-kpi-kbd-hint{display:none}}@media (max-width:400px){.kpi-grid,.admin-dashboard-kpis,.exp-kpi-strip,.dash-kpi-strip,.orders-kpi-bar{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.kpi-value,.exp-kpi-value,.dash-kpi-value,.orders-kpi-value{font-size:1.3rem!important}}@media (max-width:768px){.filter-pills,.orders-filter-pills,.shipments-range-pills,.exp-period-pills,.filter-bar,.orders-table-toolbar{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;flex-wrap:nowrap;margin:0 -14px;padding-bottom:6px;padding-left:14px;padding-right:14px;display:flex;overflow-x:auto;gap:8px!important}.filter-pills::-webkit-scrollbar{display:none}.orders-filter-pills::-webkit-scrollbar{display:none}.orders-table-toolbar::-webkit-scrollbar{display:none}.filter-bar::-webkit-scrollbar{display:none}.filter-pills>*,.orders-filter-pills>*,.filter-bar>*{scroll-snap-align:start;flex:none}.orders-table-toolbar{flex-wrap:wrap;margin:0;padding:12px 0;overflow:visible}.orders-table-summary{flex:100%;font-size:.78rem}.orders-table-pagination-tools{flex:100%;justify-content:space-between;align-items:center;gap:8px;display:flex}.orders-pagination-buttons{gap:6px;display:flex}.table-cards-mobile,.table-cards-mobile thead,.table-cards-mobile tbody,.table-cards-mobile tr,.table-cards-mobile td,.table-cards-mobile th{width:100%;display:block}.table-cards-mobile{background:0 0;border:0;min-width:0!important}.table-cards-mobile thead{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.table-cards-mobile tbody{flex-direction:column;gap:10px;display:flex}.table-cards-mobile tr{background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;padding:14px;transition:transform .12s,border-color .12s;box-shadow:0 1px 2px #00000005}.table-cards-mobile tr:active{border-color:var(--border-strong);transform:scale(.985)}.table-cards-mobile td{text-align:right;border:none;justify-content:space-between;align-items:flex-start;gap:14px;min-height:0;padding:6px 0;display:flex}.table-cards-mobile td:before{content:attr(data-label);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;text-align:left;flex:none;padding-top:2px;font-size:.72rem;font-weight:600}.table-cards-mobile td.cell-full{text-align:left;flex-direction:column;align-items:stretch;gap:6px}.table-cards-mobile td.cell-full:before{margin-bottom:2px}.table-cards-mobile td.cell-hero{border-bottom:1px solid var(--border);text-align:left;flex-direction:column;align-items:stretch;gap:4px;margin-bottom:8px;padding-bottom:10px}.table-cards-mobile td.cell-hero:before{display:none}}.mobile-topbar{display:none}@media (max-width:768px){.mobile-topbar{z-index:90;background:color-mix(in srgb, var(--bg-surface) 92%, transparent);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;height:56px;margin:-16px -14px 12px;padding:10px 14px;display:flex;position:sticky;top:0}.mobile-topbar-brand{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.mobile-topbar-mark{background:var(--accent);width:32px;height:32px;color:var(--bg-surface);letter-spacing:.02em;border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.mobile-topbar-title{letter-spacing:-.02em;color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.97rem;font-weight:700;line-height:1.1;overflow:hidden}.mobile-topbar-subtitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-top:2px;font-size:.66rem;font-weight:600;line-height:1}.mobile-topbar-actions{flex:none;align-items:center;gap:4px;display:flex}.mobile-topbar-action{width:40px;height:40px;color:var(--text-primary);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:background .12s,transform .12s;display:inline-flex;position:relative}.mobile-topbar-action:active{background:var(--bg-hover);transform:scale(.92)}.mobile-topbar-action svg{width:22px;height:22px}.mobile-topbar-action-badge{background:var(--status-danger-fg);border:2px solid var(--bg-surface);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}body:has(.mobile-topbar) .tenant-topbar-admin{display:none!important}.mobile-bottom-nav{padding:8px 10px max(env(safe-area-inset-bottom), 8px)!important;background:color-mix(in srgb, var(--bg-surface) 94%, transparent)!important;box-shadow:0 -1px 0 var(--border), 0 -8px 32px #0000000f!important;border-top:none!important}:root[data-theme=dark] .mobile-bottom-nav{background:color-mix(in srgb, var(--bg-surface) 92%, transparent)!important;box-shadow:0 -1px 0 var(--border), 0 -8px 32px #00000052!important}.mobile-bottom-nav-item{transition:color .14s,transform .14s;position:relative;border-radius:12px!important;gap:4px!important;min-height:54px!important;padding:8px 4px!important}.mobile-bottom-nav-item.is-active{color:var(--text-primary)!important}.mobile-bottom-nav-item.is-active:before{content:"";background:var(--accent);border-radius:0 0 4px 4px;width:22px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.mobile-bottom-nav-icon{stroke-width:1.8px;width:22px!important;height:22px!important}.mobile-bottom-nav-item.is-active .mobile-bottom-nav-icon{stroke-width:2px}.mobile-bottom-nav-label{letter-spacing:.01em!important;font-size:.65rem!important;font-weight:600!important}.mobile-bottom-nav-badge{background:var(--status-danger-fg);color:#fff;text-align:center;border:2px solid var(--bg-surface);box-sizing:content-box;border-radius:10px;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;line-height:16px;position:absolute;top:8px;right:calc(50% - 16px)}.mobile-drawer{box-shadow:0 -8px 40px #0000002e;padding:0 0 max(env(safe-area-inset-bottom), 12px)!important;border-radius:22px 22px 0 0!important;max-height:86vh!important}.mobile-drawer:before{content:"";background:var(--border-strong);border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:10px auto 4px;display:block}.mobile-drawer-header{gap:12px!important;padding:12px 18px 14px!important}.mobile-drawer-header .tenant-logo{border-radius:10px;width:38px;height:38px;font-size:.78rem}.mobile-drawer-title{letter-spacing:-.02em;font-weight:700;font-size:1rem!important}.mobile-drawer-nav{padding:8px 12px!important}.mobile-drawer-section{letter-spacing:.12em!important;padding:14px 6px 4px!important;font-size:.62rem!important}.mobile-drawer-link{min-height:48px;border-radius:12px!important;gap:14px!important;padding:14px 12px!important;font-size:.94rem!important}.mobile-drawer-link svg,.mobile-drawer-link .mobile-bottom-nav-icon{width:20px;height:20px}.mobile-drawer-footer{padding:12px 12px 6px!important}}.mobile-fab{display:none}@media (max-width:768px){.mobile-fab{bottom:calc(78px + env(safe-area-inset-bottom));z-index:150;background:var(--accent);height:52px;color:var(--bg-surface);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:26px;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:.94rem;font-weight:600;transition:transform .16s cubic-bezier(.22,1,.36,1),box-shadow .16s;display:inline-flex;position:fixed;right:16px;box-shadow:0 4px 16px #0000002e,0 8px 32px #0000001a}.mobile-fab:active{transform:scale(.94);box-shadow:0 2px 8px #0000002e}.mobile-fab.is-icon-only{border-radius:28px;width:56px;height:56px;padding:0}.mobile-fab svg{width:22px;height:22px}.app-modal-sheet,.app-modal-sheet-wide{flex-direction:column;display:flex;overflow:hidden;border-radius:22px 22px 0 0!important;max-height:94vh!important;padding:0!important}.app-modal-sheet:before,.app-modal-sheet-wide:before{content:"";background:var(--border-strong);border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:10px auto 6px;display:block}.app-modal-sheet>*,.app-modal-sheet-wide>*{padding-left:16px;padding-right:16px}.app-modal-header,.app-modal-title,.app-modal-body,.app-modal-footer,.modal-header,.modal-body,.modal-footer{padding-left:0!important;padding-right:0!important}.app-modal-body,.modal-body{-webkit-overflow-scrolling:touch;flex:auto;padding-top:0;overflow-y:auto}.app-modal-footer,.modal-footer{border-top:1px solid var(--border);background:var(--bg-surface);flex-shrink:0;gap:10px;display:flex;padding:12px 16px max(env(safe-area-inset-bottom), 12px)!important}.app-modal-footer>*,.modal-footer>*{flex:1 1 0}}@media (max-width:900px){.auth-main{background:radial-gradient(120% 60% at 50% 0%, #18181b0f, transparent 60%), var(--bg-app);min-height:100vh;padding:28px 22px max(env(safe-area-inset-bottom), 28px)!important;align-items:stretch!important;padding-top:40px!important}.auth-main-inner{flex-direction:column;gap:22px;width:100%;max-width:100%;margin:0 auto;display:flex}.auth-mobile-brand{align-items:center;gap:12px;margin-bottom:0!important}.auth-mobile-brand .auth-aside-mark{border-radius:12px;font-size:.8rem;width:40px!important;height:40px!important}.auth-mobile-brand .auth-aside-name{letter-spacing:-.02em;font-weight:700;font-size:1rem!important}.auth-form-head{flex-direction:column;gap:8px;display:flex}.auth-eyebrow{color:var(--text-secondary);letter-spacing:.14em!important;font-size:.66rem!important}.auth-form-title{letter-spacing:-.025em;line-height:1.15;font-size:1.6rem!important}.auth-form-lede{color:var(--text-secondary);line-height:1.45;font-size:.95rem!important}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-field input{border-radius:12px;padding:0 14px;min-height:48px!important;font-size:16px!important}.auth-form-submit{border-radius:12px;margin-top:4px;font-size:1rem;font-weight:600;min-height:50px!important}.password-toggle{width:40px;height:40px}.auth-form-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:auto;padding-top:18px;font-size:.86rem;display:flex}.auth-reason-banner{border-radius:12px;padding:12px 14px;font-size:.86rem}}@media (max-width:768px){.order-hero{border-radius:14px!important;padding:14px!important}.order-hero h1,.order-hero-title{letter-spacing:-.02em;font-size:1.15rem!important}.order-detail-stat-value{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-weight:700;font-size:1.1rem!important}.order-detail-stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);font-size:.66rem!important}.order-detail-action-row{flex-wrap:wrap;gap:8px;display:flex}.order-detail-action-row>*{flex:calc(50% - 4px);min-width:0;min-height:44px;font-size:.9rem}.admin-dashboard-hero{background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 5%, var(--bg-surface)), var(--bg-surface));border:1px solid var(--border);border-radius:16px!important;gap:12px!important;padding:16px!important}.admin-dashboard-title{line-height:1.15;letter-spacing:-.025em!important;font-size:1.35rem!important}.admin-dashboard-hero-actions .button{flex:auto}.dash-my-tasks-list,.dash-alerts-list{gap:6px}.dash-my-task,.dash-alert{border-radius:12px!important;padding:12px!important}.tenant-topbar,.tenant-topbar-admin{display:none!important}a,button,[role=button],[tabindex]:not([tabindex="-1"]){-webkit-tap-highlight-color:transparent}.card[role=button],.card.is-clickable,.orders-row-link,.tenant-nav-link{transition:transform .12s,background .12s}.card[role=button]:active,.card.is-clickable:active{transform:scale(.985)}.dashboard-main,.dashboard-main-admin,.tenant-main{padding-bottom:calc(96px + env(safe-area-inset-bottom))!important}.orders-ops-table .orders-th-checkbox,.orders-ops-table .orders-td-checkbox{display:none!important}.orders-ops-table{background:0 0!important;border:0!important}.orders-ops-table .cell-hero .orders-row-link{letter-spacing:-.015em;text-align:left;color:var(--text-primary);background:0 0;border:none;padding:0;font-size:1.05rem;font-weight:700}.orders-ops-table .cell-hero .orders-row-link strong{font-weight:700}.orders-ops-table .orders-td-preview .orders-preview-stack{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;display:flex;overflow-x:auto}.orders-ops-table .orders-td-preview .orders-preview-stack::-webkit-scrollbar{display:none}.orders-ops-table .orders-td-preview .orders-preview-cell{border:1px solid var(--border);border-radius:10px;flex:0 0 64px;width:64px;height:64px;overflow:hidden}.orders-ops-table .orders-td-preview .orders-preview-cell img,.orders-ops-table .orders-td-preview .orders-preview-cell canvas{object-fit:cover;width:100%;height:100%}.orders-ops-table .orders-td-preview .orders-preview-empty{color:var(--text-tertiary);padding:8px 0;font-size:.72rem}.orders-ops-table .orders-td-actions .orders-row-actions{display:flex}.orders-ops-table .orders-td-actions .orders-ficha-btn{background:var(--accent);min-height:44px;color:var(--bg-surface);border:none;border-radius:10px;flex:100%;justify-content:center;font-weight:600}.orders-ops-table .orders-td-actions .orders-ficha-btn:active{transform:scale(.985)}.orders-ops-table .orders-cell-stack,.orders-ops-table .orders-status-stack{gap:6px}.table-cards-mobile td.cell-full+td.cell-full{border-top:1px dashed var(--border);margin-top:4px;padding-top:10px}.orders-ops-table .table-row{transition:border-color .12s,background .12s}}.mobile-drawer-link.is-install{color:var(--accent);font-weight:600}.mobile-drawer-link.is-install svg{color:var(--accent)}.pwa-install-inline{background:var(--accent);min-height:44px;color:var(--bg-surface);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:10px;align-items:center;gap:8px;padding:0 18px;font-family:inherit;font-size:.92rem;font-weight:600;display:inline-flex}.pwa-install-inline:active{transform:scale(.97)}.pwa-ios-hint-backdrop{z-index:400;-webkit-backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:flex-end;animation:.2s both mobile-backdrop-in;display:flex;position:fixed;inset:0}.pwa-ios-hint-sheet{background:var(--bg-surface);padding:0 22px max(env(safe-area-inset-bottom), 22px);border-radius:22px 22px 0 0;flex-direction:column;gap:14px;width:100%;max-width:480px;animation:.26s cubic-bezier(.22,1,.36,1) both mobile-drawer-in;display:flex;box-shadow:0 -8px 40px #0000002e}@media (min-width:768px){.pwa-ios-hint-backdrop{align-items:center}.pwa-ios-hint-sheet{border-radius:18px;max-width:420px;padding:0 22px 22px}}.pwa-ios-hint-handle{background:var(--border-strong);border-radius:2px;width:40px;height:4px;margin:10px auto 0}@media (min-width:768px){.pwa-ios-hint-handle{display:none}}.pwa-ios-hint-title{letter-spacing:-.02em;color:var(--text-primary);margin:6px 0 0;font-size:1.2rem;font-weight:700}.pwa-ios-hint-lede{color:var(--text-secondary);margin:0;font-size:.93rem;line-height:1.45}.pwa-ios-hint-steps{color:var(--text-primary);flex-direction:column;gap:10px;margin:6px 0 0;padding:0 0 0 22px;font-size:.93rem;line-height:1.45;display:flex}.pwa-ios-hint-steps li{padding-left:4px}.pwa-ios-hint-steps strong{font-weight:600}.pwa-ios-hint-share{vertical-align:middle;width:22px;height:22px;color:var(--accent);margin:0 4px;display:inline-flex}.pwa-ios-hint-cta{background:var(--accent);min-height:48px;color:var(--bg-surface);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;margin-top:6px;font-family:inherit;font-size:.95rem;font-weight:600}.pwa-ios-hint-cta:active{transform:scale(.985)}@media (max-width:768px){.incidents-filter-bar{padding:12px 0!important}.incidents-filter-bar select,.incidents-filter-bar input[type=search]{flex:none;min-width:130px;min-height:40px}.incidents-kanban{gap:14px;grid-template-columns:1fr!important}.incidents-kanban-col{border-radius:14px}input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{line-height:1.35;font-size:16px!important}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]),select{min-height:44px}textarea{min-height:88px;padding:12px 14px}label{line-height:1.4}.filters-row,.filter-row,.toolbar,.form-row{flex-wrap:wrap;gap:8px}.form-grid,.form-grid-2,.form-grid-3,.fields-row{grid-template-columns:1fr!important;gap:12px!important}.button,button.button,a.button,.btn,[class*=-btn]:not(.sidebar-collapse-btn):not(.mobile-bottom-nav-item){min-height:44px}.icon-button,.btn-icon,[class*=-icon-btn]{min-width:40px;min-height:40px}.button:hover,.btn:hover{transform:none}.button:active,.btn:active{transform:scale(.98)}h1,.h1,.page-title{letter-spacing:-.02em;font-size:clamp(1.05rem,4.2vw,1.3rem);line-height:1.2}h2,.h2{font-size:clamp(.98rem,3.6vw,1.15rem);line-height:1.25}h3,.h3{font-size:clamp(.92rem,3.2vw,1.05rem);line-height:1.3}p,.prose,.help-text{line-height:1.5}.table-wrap,.exp-table-wrap,.employees-table-wrap,.shipping-rules-table-wrap,.inv-table-wrap,.rpt-table-wrap,.ship-control-table-wrap,.portal-recent-table-wrap{border-radius:var(--radius-md);position:relative;box-shadow:inset -16px 0 16px -16px #0000002e}:root[data-theme=dark] .table-wrap,:root[data-theme=dark] .exp-table-wrap,:root[data-theme=dark] .employees-table-wrap,:root[data-theme=dark] .shipping-rules-table-wrap,:root[data-theme=dark] .inv-table-wrap,:root[data-theme=dark] .rpt-table-wrap,:root[data-theme=dark] .ship-control-table-wrap,:root[data-theme=dark] .portal-recent-table-wrap{box-shadow:inset -16px 0 16px -16px #fff3}.table-wrap .table thead th,.exp-table-wrap .table thead th{z-index:2;background:var(--bg-surface);position:sticky;top:0}.table tbody td{padding-top:10px;padding-bottom:10px}.card,.panel,.surface-card,.admin-dashboard-panel{padding:var(--panel-p);border-radius:var(--radius-md)}.card-stack,.panel-stack{gap:12px}.panel-head,.card-head,.section-head{flex-wrap:wrap;gap:8px}.tenant-shell-branded .tenant-main,.public-shell-portal{box-sizing:border-box;max-width:100vw;overflow-x:hidden;padding:14px 14px calc(96px + env(safe-area-inset-bottom))!important}[class*=portal-hero],[class*=portal-page-head]{border-radius:14px!important;padding:16px!important}[class*=portal-kpi],.portal-summary-grid,.portal-stats-grid{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.portal-tabs,.portal-tab-bar,.portal-nav-pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;overflow-x:auto;flex-wrap:nowrap!important}.portal-tabs::-webkit-scrollbar{display:none}.portal-tab-bar::-webkit-scrollbar{display:none}.portal-nav-pills::-webkit-scrollbar{display:none}.portal-sidebar,.tenant-shell-branded .tenant-sidebar{display:none!important}}@media (min-width:769px) and (max-width:1024px){.tenant-shell-admin,.tenant-shell-branded{padding-left:180px}.tenant-sidebar{width:180px}.admin-dashboard-columns{gap:16px;grid-template-columns:1fr!important}.admin-dashboard-kpis,.exp-kpi-strip,.dash-kpi-strip,.production-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:768px){img,video,canvas,svg:not([class*=icon]){max-width:100%;height:auto}pre,code{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.app-modal-close,.modal-close,[class*=modal-close-btn]{min-width:44px;min-height:44px}}@media (max-width:420px){.app-modal-footer .button,.modal-footer .button{flex:100%!important}.admin-dashboard-title,.exp-page-title,h1,.h1,.page-title{font-size:1.15rem!important}.admin-dashboard-kpis,.exp-kpi-strip,.dash-kpi-strip,.production-kpi-grid{gap:6px!important}}@media (max-width:768px) and (prefers-reduced-motion:reduce){.mobile-bottom-nav-item,.mobile-drawer-link,.mobile-fab,.button,.btn,.card[role=button],.card.is-clickable{transition:none!important;animation:none!important}.mobile-bottom-nav-item:active,.mobile-drawer-link:active,.button:active,.btn:active,.card[role=button]:active,.card.is-clickable:active{transform:none!important}}@media (max-width:768px){.mobile-bottom-nav,.mobile-topbar,.mobile-drawer-header,.tenant-nav-link,.tenant-sidebar-header,.button,.btn{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.page-sub-header,.table-toolbar-sticky,[class*=-sticky-header]{top:56px!important}.mobile-topbar-bell-wrap{justify-content:center;align-items:center;display:inline-flex}.mobile-topbar-bell-wrap .notif-bell-btn{width:40px;height:40px;color:var(--text-primary);border-radius:10px}.mobile-topbar-bell-wrap .notif-bell-btn:hover,.mobile-topbar-bell-wrap .notif-bell-btn:active{background:var(--bg-hover)}.mobile-topbar-bell-wrap .notif-bell-badge{top:4px;right:4px}.cmdk-launcher{width:100%;min-width:0;min-height:44px}.cmdk-backdrop{-webkit-backdrop-filter:blur(4px);background:#0000008c;align-items:flex-end;padding-top:0}.cmdk-panel{border-radius:20px 20px 0 0;max-width:100%;max-height:88vh;animation:.24s cubic-bezier(.22,1,.36,1) cmdk-sheet-in;width:100%!important}@keyframes cmdk-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cmdk-panel:before{content:"";background:var(--border-strong);border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:10px auto 4px;display:block}.cmdk-input-wrap{padding:12px 16px}.cmdk-input{min-height:32px;font-size:16px}.cmdk-item{min-height:52px;padding:14px 16px;font-size:15px}.cmdk-item-icon{width:24px;font-size:18px}.cmdk-footer{padding:10px 16px max(env(safe-area-inset-bottom), 10px);flex-wrap:wrap;gap:10px}}@media (max-width:640px){.trk2-topbar{flex-wrap:nowrap;gap:8px;padding:10px 14px}.trk2-topbar-name{white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:14px;overflow:hidden}.trk2-order-chip{height:28px;padding:0 10px;font-size:12px}.trk2-hero{padding:28px 16px 26px}.trk2-hero-title{letter-spacing:-.3px;font-size:22px}.trk2-hero-sub{font-size:14px;line-height:1.5}.trk2-eta-badge{padding:8px 12px}.trk2-eta-date{font-size:13px}.trk2-progress-wrap{padding:18px 14px 16px}.trk2-step-node{width:30px;height:30px}.trk2-step-icon{font-size:12px}.trk2-step-label{white-space:normal;text-align:center;max-width:56px;font-size:10px;line-height:1.2}.trk2-main{gap:14px;padding:18px 14px 28px}.trk2-info-row{flex-direction:column;align-items:flex-start!important;gap:4px!important;padding:14px 16px!important}.trk2-info-label{text-transform:uppercase;letter-spacing:.06em;color:#6b7280;font-size:11px}.trk2-info-value{word-break:break-word;font-size:15px;font-weight:600}.trk2-exception-banner,.trk2-delayed-banner{padding:12px 14px;font-size:12.5px}.trk2-cta-wrap .button,.trk2-cta-wrap .btn,.trk2-carrier-btn{justify-content:center;width:100%;min-height:48px}}@media (max-width:380px){.trk2-step-node{width:26px;height:26px}.trk2-step-label{max-width:48px;font-size:9px}.trk2-hero-title{font-size:19px}}@media (max-width:768px){.settings-section,.settings-card,[class*=settings-panel]{border-radius:14px;padding:16px!important}.settings-section-head,.settings-card-head{flex-direction:column;gap:10px;align-items:stretch!important}.settings-row,.settings-inline-row,[class*=settings-field-row]{flex-wrap:wrap;gap:10px}.settings-field,[class*=setting-field]{gap:6px;flex-direction:column!important;align-items:stretch!important}.settings-tabs,[class*=settings-nav]{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.settings-tabs::-webkit-scrollbar{display:none}[class*=settings-nav]::-webkit-scrollbar{display:none}body:has(.mobile-drawer-backdrop){overflow:hidden}.mobile-drawer:before{background:var(--border-strong)}.mobile-drawer-link.is-active{position:relative}.mobile-drawer-link.is-active:before{content:"";background:var(--accent);border-radius:2px;width:3px;height:60%;position:absolute;top:50%;left:-4px;transform:translateY(-50%)}.public-shell{padding-bottom:max(env(safe-area-inset-bottom), 16px)}[class*=return-request]{padding:16px!important}[class*=step-indicator],[class*=stepper]{flex-wrap:wrap;gap:6px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
