:root{--app-bg: #f4f8f7;--surface: #ffffff;--surface-muted: #e7f3f1;--primary: #0f766e;--primary-dark: #115e59;--primary-soft: #ccfbf1;--accent: #14b8a6;--danger: #dc2626;--warning: #d97706;--success: #16a34a;--info: #2563eb;--text-main: #0f172a;--text-muted: #475569;--border-soft: #cbd5e1;--top-bar: #0b3b37;color:var(--text-main);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--app-bg)}*{box-sizing:border-box}body{margin:0;min-width:1024px}button,input,select{font:inherit}button{border:0}.login-shell{display:grid;min-height:100vh;place-items:center;padding:28px;background:linear-gradient(135deg,#0f766e1f,#2563eb14),var(--app-bg)}.login-panel{width:min(460px,100%);border:1px solid var(--border-soft);border-radius:8px;background:var(--surface);box-shadow:0 20px 54px #0f172a24;padding:26px}.login-brand{display:flex;align-items:center;gap:14px;margin-bottom:24px}.login-brand strong,.login-brand span{display:block}.login-brand strong{font-size:20px}.login-brand span,.login-hints{color:var(--text-muted);font-size:13px;font-weight:650}.login-form{display:flex;flex-direction:column;gap:14px}.login-form label{display:flex;flex-direction:column;gap:7px;color:var(--text-muted);font-size:13px;font-weight:800}.login-form input{width:100%;min-height:44px;border:1px solid var(--border-soft);border-radius:8px;padding:0 12px;background:#fff;color:var(--text-main);outline:none}.login-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0f766e1f}.login-error{margin:0;color:var(--danger);font-size:13px;font-weight:750}.success-note{margin:0;color:var(--success);font-size:13px;font-weight:750}.login-hints{display:flex;flex-direction:column;gap:6px;margin-top:18px;padding-top:16px;border-top:1px solid var(--border-soft)}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh;background:var(--app-bg)}.sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;background:var(--top-bar);color:#fff;padding:22px 16px}.brand{display:flex;align-items:center;gap:12px;margin-bottom:28px;padding:0 6px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:8px;background:var(--primary);color:#fff;font-size:24px;font-weight:800}.brand strong,.brand span{display:block}.brand span{margin-top:2px;color:#a7f3d0;font-size:13px}.menu-group{margin:18px 0 28px}.menu-group h3{margin:0 8px 10px;color:#99f6e4;font-size:12px;line-height:1.18;font-weight:800;text-transform:uppercase}.menu-item{display:flex;align-items:center;width:100%;height:44px;gap:10px;padding:0 10px;border:1px solid transparent;border-radius:8px;color:#e6fffb;background:transparent;cursor:pointer;font-weight:650;text-align:left}.menu-item span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#ccfbf121;color:#ccfbf1;font-size:13px}.menu-item:hover{border-color:#ccfbf18c;background:#ccfbf114;color:#fff}.menu-item-active{background:var(--primary);color:#fff;border-color:transparent}.menu-item-active span{background:#fff;color:var(--primary-dark)}.main-shell{min-width:0}.app-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:16px 28px;border-bottom:1px solid var(--border-soft);background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-header__eyebrow{color:var(--primary);font-size:12px;line-height:1.18;font-weight:800;text-transform:uppercase}.app-header h2{margin:2px 0 0;font-size:24px}.header-profile,.profile-button{display:flex;align-items:center}.header-profile{gap:14px}.store-switcher{display:grid;min-width:230px;gap:5px;font-size:12px;font-weight:750;color:var(--text-muted)}.store-switcher select{width:100%;min-height:38px;padding:0 36px 0 12px;border:1px solid var(--border-soft);border-radius:8px;background-color:var(--surface);color:var(--text-main);font-size:14px;font-weight:800}.header-company{display:flex;flex-direction:column;align-items:flex-end;font-size:13px}.header-company span,.profile-button small{color:var(--text-muted)}.profile-button{gap:10px;min-height:48px;padding:6px 12px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface);cursor:pointer}.profile-button span:last-child{display:flex;flex-direction:column;align-items:flex-start}.profile-menu{position:relative}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:20;display:grid;min-width:240px;gap:14px;padding:14px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface);box-shadow:0 18px 42px #0f172a29}.profile-dropdown strong,.profile-dropdown span{display:block}.profile-dropdown span{margin-top:3px;color:var(--text-muted);font-size:13px;font-weight:700}.profile-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--primary-soft);color:var(--primary-dark);font-weight:800}main{min-width:0;overflow-x:hidden;padding:28px}.page-stack{display:flex;flex-direction:column;gap:20px;min-width:0}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.page-header h1{margin:0;font-size:30px}.page-header p{max-width:780px;margin:8px 0 0;color:var(--text-muted);font-weight:550}.workspace-guide{display:grid;gap:14px;padding:18px 20px;border:1px solid var(--border-soft);border-radius:8px;background:linear-gradient(135deg,#0d948814,#fffffff5),var(--surface)}.workspace-guide__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.workspace-guide__head strong{font-size:16px}.workspace-guide__head span{color:var(--text-muted);font-size:13px;font-weight:700}.workspace-guide__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.workspace-guide__item{min-height:100%;padding:14px 16px;border:1px solid rgba(13,148,136,.16);border-radius:8px;background:#ffffffdb;color:var(--text-main);font-size:14px;line-height:1.45;font-weight:600}.btn{min-height:40px;padding:0 16px;border-radius:8px;cursor:pointer;font-weight:750}.btn:disabled{cursor:default;opacity:.5}.btn-primary{background:var(--primary);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-secondary{border:1px solid var(--border-soft);background:var(--surface);color:var(--text-main)}.store-context-note{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface)}.store-context-note span{color:var(--text-muted);font-size:13px;font-weight:750}.store-context-note strong{color:var(--text-main);font-size:15px}.tabs-shell{position:relative;min-width:0;max-width:100%;overflow:hidden;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface)}.tabs-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;width:28px;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,0),var(--surface))}.tabs{display:flex;flex-wrap:nowrap;gap:6px;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:6px;scroll-padding:12px;scrollbar-width:thin}.tabs::-webkit-scrollbar{height:6px}.tabs::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.nested-tabs{margin-top:-10px;padding-left:18px;border-left:3px solid var(--primary-soft)}.nested-tabs .tabs,.nested-tabs .tabs-shell{background:#f8fafc}.tab{flex:0 0 auto;min-height:38px;max-width:none;padding:0 14px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text-muted);cursor:pointer;font-weight:750;line-height:1;white-space:nowrap}.tab-active,.tab:hover{background:var(--primary-soft);border-color:#99f6e4;color:var(--primary-dark)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card,.panel,.table-card,.empty-state,.feature-card,.settings-card{border:1px solid var(--border-soft);border-radius:8px;background:var(--surface);box-shadow:0 12px 32px #0f172a0f}.stat-card{min-height:138px;padding:18px}.stat-card__label{color:var(--text-muted);font-size:14px;font-weight:750}.stat-card__value{margin:14px 0 16px;font-size:28px;font-weight:850}.status-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:850;white-space:nowrap}.status-success{background:#dcfce7;color:#166534}.status-warning{background:#fef3c7;color:#92400e}.status-danger{background:#fee2e2;color:#991b1b}.status-info{background:#dbeafe;color:#1e40af}.status-primary{background:var(--primary-soft);color:var(--primary-dark)}.status-muted{background:#f1f5f9;color:#334155}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:18px}.panel{min-width:0;padding:18px}.panel-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.panel-title h3{margin:0;font-size:18px}.panel-title span{color:var(--text-muted);font-size:13px;font-weight:700}.panel-title-spaced{margin-top:26px}.bar-chart{display:flex;align-items:flex-end;justify-content:space-between;height:220px;gap:12px;padding:12px 0 0}.bar-chart__item{display:flex;flex:1;flex-direction:column;align-items:center;gap:8px;color:var(--text-muted);font-weight:750}.bar-chart__bar{width:100%;max-width:54px;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,var(--accent),var(--primary-dark))}.rank-list,.warning-list{display:flex;flex-direction:column;gap:12px}.empty-inline{margin:0;width:100%;align-self:center;color:var(--text-muted);font-size:14px;font-weight:700}.rank-row,.warning-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border-radius:8px;background:#f8fafc}.warning-item{grid-template-columns:minmax(0,1fr) auto}.warning-item span{grid-column:1;color:var(--text-muted);font-size:13px}.rank-row span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--primary-soft);color:var(--primary-dark);font-weight:850}.rank-row em{color:var(--primary-dark);font-style:normal;font-weight:850}.table-card{overflow:hidden}.quick-store-filter{display:flex;flex-wrap:wrap;gap:8px;padding:4px 2px}.quick-store-filter__item{min-height:38px;border:1px solid var(--border-soft);border-radius:8px;padding:0 14px;background:#fff;color:var(--text-main);cursor:pointer;font-weight:800}.quick-store-filter__item.active{border-color:var(--primary);background:var(--primary);color:#fff}.table-card__top{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border-bottom:1px solid var(--border-soft)}.bulk-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border-soft);background:#f8fafc}.bulk-toolbar strong{color:var(--primary-dark);font-size:13px}.filter-bar{display:flex;flex:1;align-items:center;gap:12px}.filter-bar input,.settings-form-grid input,.settings-form-grid select{width:100%;min-height:40px;border:1px solid var(--border-soft);border-radius:8px;padding:0 12px;background:#fff;color:var(--text-main);outline:none}.filter-bar input:focus,.settings-form-grid input:focus,.settings-form-grid select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0f766e1f}.settings-form-grid input:disabled,.settings-form-grid select:disabled{background:#f1f5f9;color:var(--text-muted)}.settings-form-grid .phone-input{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;border:1px solid var(--border-soft);border-radius:8px;background:#fff;overflow:hidden}.settings-form-grid .phone-input>span{display:flex;align-items:center;justify-content:center;min-height:40px;border-right:1px solid var(--border-soft);background:#f8fafc;color:var(--text-main);font-weight:900}.settings-form-grid .phone-input input{border:0;border-radius:0}.filter-bar__chips{display:flex;gap:8px}.chip{min-height:34px;padding:0 12px;border-radius:999px;background:var(--surface-muted);color:var(--primary-dark);cursor:pointer;font-weight:750}.table-scroll{overflow-x:auto}.table-card--compact .table-scroll{overflow-x:hidden}.table-card--compact table{table-layout:fixed}.table-card--compact th,.table-card--compact td{padding:12px 10px;font-size:13px}.table-card--compact th{white-space:nowrap;word-break:normal;overflow-wrap:normal}.table-card--compact td{overflow-wrap:anywhere}.table-card--compact th:nth-child(1),.table-card--compact td:nth-child(1){width:64px}.table-card--compact th:nth-child(3),.table-card--compact td:nth-child(3){width:104px}.table-card--compact th:nth-child(4),.table-card--compact td:nth-child(4),.table-card--compact th:nth-child(5),.table-card--compact td:nth-child(5),.table-card--compact th:nth-child(6),.table-card--compact td:nth-child(6){width:98px}.table-card--compact th:last-child,.table-card--compact td:last-child{width:142px}.table-card--compact .row-actions{flex-wrap:nowrap;gap:4px;justify-content:flex-end}.table-card--compact .row-action{min-width:30px;min-height:30px;padding:0 8px;font-size:14px}.table-card--stock-docs.table-card--compact table{table-layout:auto}.table-card--stock-docs.table-card--compact th,.table-card--stock-docs.table-card--compact td{white-space:normal}.table-card--stock-docs.table-card--compact th:nth-child(1),.table-card--stock-docs.table-card--compact td:nth-child(1){width:132px;min-width:132px}.table-card--stock-docs.table-card--compact th:nth-child(2),.table-card--stock-docs.table-card--compact td:nth-child(2){min-width:240px}.table-card--stock-docs.table-card--compact th:nth-child(3),.table-card--stock-docs.table-card--compact td:nth-child(3){width:118px;min-width:118px}.table-card--stock-docs.table-card--compact th:nth-child(4),.table-card--stock-docs.table-card--compact td:nth-child(4),.table-card--stock-docs.table-card--compact th:nth-child(5),.table-card--stock-docs.table-card--compact td:nth-child(5){width:108px;min-width:108px}.table-card--stock-docs.table-card--compact th:last-child,.table-card--stock-docs.table-card--compact td:last-child{width:118px;min-width:118px}.table-card--stock-docs.table-card--compact td:nth-child(1),.table-card--stock-docs.table-card--compact td:nth-child(2){line-height:1.45}.selection-cell{width:42px;text-align:center}.selection-cell input{width:16px;height:16px;accent-color:var(--primary)}table{width:100%;border-collapse:collapse}th,td{padding:14px 16px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle}th{color:var(--text-muted);font-size:12px;font-weight:850;text-transform:uppercase;background:#f8fafc}td{font-weight:650}tbody tr:hover{background:#f8fbff}.sort-button{padding:0;background:transparent;color:inherit;cursor:pointer;font-weight:inherit;text-transform:inherit}.row-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:6px}.row-action{display:inline-grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid transparent;border-radius:8px;cursor:pointer;font-size:15px;font-weight:800;transition:border-color .14s ease,background .14s ease,transform .14s ease}.row-action:hover{transform:translateY(-1px)}.row-action-labeled{width:auto;min-width:34px;padding:0 12px;gap:8px}.row-action-labeled span{font-size:12px;line-height:1;white-space:nowrap}.actions-column{width:1%;white-space:nowrap}.link-button{padding:0;background:transparent;color:var(--primary-dark);cursor:pointer;font-weight:850;text-align:left;text-decoration:underline;text-underline-offset:3px}.row-action-primary{background:var(--primary-soft);border-color:#99f6e4;color:var(--primary-dark)}.row-action-secondary{background:#f1f5f9;border-color:#e2e8f0;color:var(--text-main)}.row-action-danger{background:#fee2e2;border-color:#fecaca;color:#991b1b}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;color:var(--text-muted);font-size:13px;font-weight:750}.pagination div{display:flex;align-items:center;gap:10px}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.feature-card{padding:18px}.feature-card h3,.settings-card h3,.empty-state h3{margin:0 0 8px}.feature-card p,.settings-card p,.empty-state p{color:var(--text-muted);font-weight:600;line-height:1.5}.empty-state{display:grid;place-items:center;min-height:320px;padding:28px;text-align:center}.empty-state__icon{display:grid;place-items:center;width:52px;height:52px;border-radius:8px;background:var(--primary-soft);color:var(--primary-dark);font-size:28px;font-weight:850}.settings-card{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;padding:22px}.settings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settings-form-grid label{display:flex;flex-direction:column;gap:7px;color:var(--text-muted);font-size:13px;font-weight:800}.settings-form-section{display:flex;flex-direction:column;gap:10px}.settings-form-section-full{grid-column:1 / -1}.settings-form-section__label{color:var(--text-muted);font-size:13px;font-weight:800}.settings-form-section__hint{margin:0;color:var(--text-muted);font-size:12px;font-weight:700;line-height:1.5}.settings-form-grid .checkbox-row{flex-direction:row;align-items:center;min-height:40px}.settings-form-grid .checkbox-row input{width:18px;min-height:18px}.form-actions-inline{display:flex;align-items:flex-end}.access-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.access-mode-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-height:98px;padding:14px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface);text-align:left;cursor:pointer}.access-mode-card strong{color:var(--text-main);font-size:14px}.access-mode-card span{color:var(--text-muted);font-size:12px;font-weight:700;line-height:1.45}.access-mode-card.active{border-color:var(--primary);background:var(--primary-soft)}.store-access-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-access-card{display:flex;align-items:flex-start;gap:10px;min-height:76px;padding:12px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface);cursor:pointer}.store-access-card input{width:18px;min-height:18px;margin-top:2px}.store-access-card>div{display:flex;flex-direction:column;gap:4px;min-width:0}.store-access-card strong{color:var(--text-main);font-size:14px}.store-access-card span{color:var(--text-muted);font-size:12px;font-weight:700;line-height:1.4}.store-access-card.active{border-color:var(--primary);background:var(--primary-soft)}.details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.details-item{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid var(--border-soft);border-radius:8px;background:#f8fafc}.details-item span{color:var(--text-muted);font-size:12px;line-height:1.18;font-weight:800}.details-item strong{overflow-wrap:anywhere}.selection-list{display:grid;gap:8px;max-height:420px;overflow:auto}.table-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.table-stats__item{display:grid;gap:6px;padding:14px 16px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface)}.table-stats__item span{color:var(--text-muted);font-size:12px;line-height:1.18;font-weight:800}.table-stats__item strong{font-size:24px;font-weight:900}.table-card__meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:2px 0 12px;color:var(--text-muted);font-size:13px;font-weight:700}.table-empty{padding:28px 18px;text-align:center;color:var(--text-muted);font-weight:700}.esf-page{display:grid;gap:18px}.esf-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end}.esf-toolbar__filters{display:grid;grid-template-columns:minmax(420px,1.1fr) minmax(320px,1fr);gap:16px}.esf-toolbar__filters label,.esf-toolbar__search,.esf-date-range{display:flex;flex-direction:column;gap:8px}.esf-toolbar__filters label,.esf-toolbar__search{color:var(--text-muted);font-size:13px;font-weight:800}.esf-date-range{flex-direction:row;align-items:center;gap:10px}.esf-date-range span{color:var(--text-main);font-size:14px;font-weight:800}.esf-date-range input,.esf-toolbar__search input{width:100%;min-height:42px;border:1px solid var(--border-soft);border-radius:8px;padding:0 12px;background:#fff;color:var(--text-main);outline:none}.esf-date-range input:focus,.esf-toolbar__search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0f766e1f}.esf-toolbar__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.esf-registry-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:6px}.esf-registry-tabs{display:flex;align-items:center;gap:10px;overflow-x:auto}.esf-registry-tab{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 10px 0 2px;border-bottom:2px solid transparent;background:transparent;color:var(--text-main);cursor:pointer;font-weight:800;white-space:nowrap}.esf-registry-tab span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#f8fafc;color:var(--primary-dark);font-size:16px;font-weight:900}.esf-registry-tab.active{border-color:var(--primary);color:var(--primary-dark)}.esf-registry-tab.active span{background:var(--primary-soft)}.esf-registry-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.esf-registry-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.9fr);gap:18px}.esf-inspector{display:grid;gap:14px;align-content:start}.esf-inline-note{padding:12px 16px;color:var(--text-muted);font-size:13px;font-weight:700}.esf-row-selected td{background:#0f766e14}.esf-workspace{display:grid;gap:16px}.esf-workspace__tabs{display:flex;flex-wrap:wrap;gap:8px}.esf-workspace__tab{min-height:38px;padding:0 12px;border:1px solid var(--border-soft);border-radius:8px;background:#fff;color:var(--text-main);cursor:pointer;font-weight:800}.esf-workspace__tab.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark)}.esf-workspace__split{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.88fr);gap:18px}.count-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef6ff;color:#1d4ed8;font-size:12px;line-height:1.18;font-weight:800}.selection-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface)}.selection-item>div{display:grid;gap:2px;min-width:0}.selection-item--selectable{justify-content:flex-start;cursor:pointer}.selection-item__checkbox{display:grid;place-items:center}.selection-item small{color:var(--text-muted);overflow-wrap:anywhere}.pricing-mode-block{display:grid;gap:8px;grid-column:1 / -1}@media (max-width: 1180px){.esf-toolbar,.esf-registry-head,.esf-registry-layout,.esf-workspace__split,.esf-toolbar__filters{grid-template-columns:1fr}.esf-registry-head{align-items:stretch;flex-direction:column}.esf-toolbar__actions,.esf-registry-actions{justify-content:flex-start}}@media (max-width: 760px){.esf-date-range{display:grid;grid-template-columns:24px minmax(0,1fr)}.esf-date-range span:nth-of-type(2){grid-column:1;grid-row:2}.esf-date-range input:nth-of-type(2){grid-column:2;grid-row:2}}.pricing-mode-block>span{color:var(--text-muted);font-size:12px;line-height:1.18;font-weight:800}.segmented-control{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.segmented-control__item{min-height:40px;padding:0 14px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface);color:var(--text-muted);font-weight:700}.segmented-control__item.active{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.store-pricing-card{display:grid;gap:12px;margin-top:18px;padding:16px;border:1px solid var(--border-soft);border-radius:8px;background:#f8fafc}.store-pricing-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.store-pricing-card__head span{color:var(--text-muted);font-size:12px;line-height:1.18;font-weight:800}.store-pricing-grid{display:grid;gap:8px}.store-pricing-grid__head,.store-pricing-grid__row{display:grid;grid-template-columns:minmax(160px,1.2fr) repeat(4,minmax(110px,1fr));gap:8px;align-items:center}.store-pricing-grid__head{color:var(--text-muted);font-size:12px;line-height:1.18;font-weight:800}.store-pricing-grid__row{padding:10px 0;border-top:1px solid var(--border-soft)}.store-pricing-grid__row strong{overflow-wrap:anywhere}.quick-group-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.quick-group-search-results{display:grid;gap:12px;margin:18px 0 22px}.quick-group-search-results__head,.quick-group-members__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.quick-group-members{align-items:stretch;margin-top:8px}.icon-chip{width:32px;height:32px;display:inline-grid;place-items:center;border:1px solid var(--border-soft);border-radius:999px;background:var(--surface);color:var(--text);font-size:18px;font-weight:700}.icon-chip-danger{color:#dc2626;border-color:#fecaca;background:#fff5f5}.product-detail-grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:18px;margin-bottom:18px}.product-photo{display:grid;place-items:center;min-height:220px;border:1px solid var(--border-soft);border-radius:8px;background:#f8fafc;color:var(--text-muted);font-weight:850}.product-photo img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-facts{align-self:start;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft)}.product-fact{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:baseline;padding:12px 0}.product-fact+.product-fact{border-top:1px solid var(--border-soft)}.product-fact span{color:var(--text-muted);font-size:12px;line-height:1.18;font-weight:800;text-transform:uppercase}.product-fact strong{color:var(--text-main);font-size:15px;font-weight:850;overflow-wrap:anywhere}.product-chart-panel{box-shadow:none}.product-chart-summary{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.product-chart-summary span{display:inline-flex;gap:6px;align-items:center;min-height:34px;padding:7px 10px;border:1px solid var(--border-soft);border-radius:8px;background:#f8fafc;color:var(--text-muted);font-size:13px;font-weight:750}.product-chart-summary strong{color:var(--text-main)}.price-history{margin-bottom:18px;border:1px solid var(--border-soft);border-radius:8px;background:#fff;overflow:hidden}.price-history__summary{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:0;background:#f8fafc;color:var(--text-main);cursor:pointer;text-align:left}.price-history__summary span{display:flex;flex-direction:column;gap:4px}.price-history__summary strong{font-size:15px;font-weight:850}.price-history__summary small{color:var(--text-muted);font-weight:750}.price-history__summary b{color:var(--primary);font-size:13px}.price-history__list{display:flex;flex-direction:column}.price-history__row{display:grid;grid-template-columns:170px minmax(180px,1fr) minmax(180px,1fr) minmax(120px,180px);gap:12px;align-items:start;padding:12px 14px;border-top:1px solid var(--border-soft)}.price-history__row span,.price-history__row em{color:var(--text-muted);font-size:13px;font-style:normal;font-weight:750}.price-history__row strong{display:grid;gap:4px;color:var(--text-main)}.price-history__row strong small{color:var(--text-muted);font-size:12px;font-weight:700}.price-history__empty{padding:14px;border-top:1px solid var(--border-soft);color:var(--text-muted);font-weight:750}.line-chart{width:100%;height:220px;border:1px solid var(--border-soft);border-radius:8px;background:linear-gradient(180deg,#fff,#f8fafc)}.product-sales-bars{display:grid;grid-template-columns:repeat(30,minmax(4px,1fr));align-items:end;gap:4px;height:74px;margin-top:10px;padding:8px;border:1px solid var(--border-soft);border-radius:8px;background:#fff}.product-sales-bars span{display:block;min-height:4px;border-radius:999px 999px 2px 2px;background:#e2e8f0}.product-sales-bars span.is-active{background:var(--primary)}.product-chart-empty{display:grid;place-items:center;min-height:150px;border:1px dashed var(--border-soft);border-radius:8px;background:#f8fafc;color:var(--text-muted);font-weight:800}.chart-days{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px}.chart-days span{display:grid;gap:3px;padding:8px;border-radius:8px;background:#f8fafc;color:var(--text-muted);font-size:12px;font-weight:750}.chart-days strong{color:var(--text-main);font-size:13px}.move-lines__head,.move-lines__row{display:grid;grid-template-columns:minmax(220px,1fr) 180px 100px 120px;gap:10px;align-items:center}.move-lines__head{color:var(--text-muted);font-size:12px;text-transform:uppercase}.move-lines__row input{width:100%;min-height:38px;border:1px solid var(--border-soft);border-radius:8px;padding:0 10px}.product-edit-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px;align-items:start}.product-photo-editor{display:grid;gap:12px}.product-photo-editor__preview{position:relative;display:grid;place-items:center;min-height:260px;border:1px solid var(--border-soft);border-radius:8px;background:#f8fafc;color:var(--text-muted);font-weight:850;cursor:pointer;overflow:hidden}.product-photo-editor__preview:hover{border-color:var(--primary);box-shadow:0 0 0 3px #0f766e1a}.product-photo-editor__preview input{display:none}.product-photo-editor__preview img{width:100%;height:260px;border-radius:8px;object-fit:cover}.product-photo-editor__preview em{position:absolute;right:10px;bottom:10px;left:10px;padding:9px 10px;border-radius:8px;background:#0f172ab8;color:#fff;font-size:12px;font-style:normal;font-weight:800;text-align:center}.barcode-field{grid-column:1 / -1}.barcode-tools{display:grid;grid-template-columns:minmax(320px,1fr) 150px 150px;gap:8px}.barcode-tools .btn{padding:0 12px;white-space:nowrap}.document-lines{display:grid;gap:8px;margin-top:18px}.document-lines__head,.document-lines__row{display:grid;gap:10px;align-items:center}.document-lines__head{padding:10px 12px;border-radius:8px;background:#f1f5f9;color:var(--text-muted);font-size:12px;text-transform:uppercase}.document-lines__row{padding:12px;border:1px solid var(--border-soft);border-radius:8px;background:#fff}.document-total{display:flex;justify-content:flex-end;align-items:center;gap:14px;margin-top:16px;font-size:15px}.document-total strong{font-size:20px}.inline-search-row{display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:10px;align-items:end;margin:14px 0}.inline-search-row label,.compact-lines input{width:100%}.compact-lines input{min-width:92px;border:1px solid var(--border-soft);border-radius:8px;padding:8px 10px}.sent-marker{display:inline-flex;align-items:center;gap:6px;color:#047857;font-weight:700}.muted-cell{color:var(--text-muted)}.invoice-page{display:grid;gap:18px}.invoice-page__header,.invoice-page__footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.invoice-page__header h2{margin:0;font-size:24px}.invoice-page__header p{margin:4px 0 0;color:var(--text-muted)}.invoice-section{display:grid;gap:14px;padding:18px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface)}.payment-summary span{color:var(--text-muted);font-size:12px;font-weight:700;text-transform:uppercase}.invoice-section__title{display:flex;justify-content:space-between;gap:12px;align-items:center}.invoice-section__title h3{margin:0;font-size:17px}.invoice-section__title span{color:var(--text-muted);font-size:13px}.invoice-fields,.product-picker{display:grid;grid-template-columns:minmax(240px,1fr) minmax(220px,320px);gap:12px}.product-picker{grid-template-columns:minmax(360px,1fr) auto auto;align-items:end}.invoice-fields label,.product-picker label{display:grid;gap:7px;font-weight:700;color:var(--text-main)}.invoice-fields input,.invoice-fields select,.product-picker input,.invoice-lines-table input{width:100%;border:1px solid var(--border-soft);border-radius:8px;padding:10px 12px;background:#fff;color:var(--text-main)}.invoice-lines-table{overflow-x:auto;border:1px solid var(--border-soft);border-radius:8px}.product-picker label{position:relative}.product-suggestions{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;display:grid;gap:4px;max-height:280px;overflow-y:auto;padding:6px;border:1px solid var(--border-soft);border-radius:8px;background:#fff;box-shadow:0 16px 34px #0f172a29}.product-suggestions button{display:grid;gap:3px;border:0;border-radius:6px;background:transparent;color:var(--text-main);cursor:pointer;padding:9px 10px;text-align:left}.product-suggestions button:hover{background:#f1f5f9}.product-suggestions span{color:var(--text-muted);font-size:12px}.invoice-lines-table table{width:100%;min-width:980px;border-collapse:collapse}.invoice-lines-table th,.invoice-lines-table td{padding:10px;border-bottom:1px solid var(--border-soft);text-align:left}.invoice-lines-table th{background:#f8fafc;color:var(--text-muted);font-size:12px;text-transform:uppercase}.invoice-empty{padding:24px;color:var(--text-muted);text-align:center}.share-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.share-option{display:grid;justify-items:center;gap:8px;min-height:108px;border:1px solid var(--border-soft);border-radius:8px;background:#fff;color:var(--text-main);cursor:pointer;padding:16px}.share-option span{display:grid;place-items:center;width:42px;height:42px;border-radius:999px;background:#eef2ff;color:var(--primary);font-weight:900}.sent-note{margin:14px 0 0;color:var(--text-muted)}.payment-summary{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;margin-top:14px}.payment-summary div{display:grid;gap:5px;padding:12px;border:1px solid var(--border-soft);border-radius:8px;background:#f8fafc}.delete-list{display:grid;gap:8px;margin:14px 0}.delete-list span{padding:10px 12px;border-radius:8px;background:#f8fafc;font-weight:750}.toggle-switch{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 10px 0 4px;border:1px solid var(--border-soft);border-radius:999px;background:#f1f5f9;color:var(--text-muted);cursor:pointer;font-size:12px;font-weight:850}.toggle-switch span{width:24px;height:24px;border-radius:999px;background:#94a3b8;transition:background .14s ease}.toggle-switch-on{background:#dcfce7;color:#166534;border-color:#bbf7d0}.toggle-switch-on span{background:var(--success)}.modal-note{margin:0;padding:12px;border-radius:8px;background:#f8fafc;color:var(--text-muted);font-weight:700}.data-source-note{display:flex;justify-content:flex-end}.platform-organization-meta{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:8px;color:var(--text-muted);font-size:13px;font-weight:700}.platform-organization-meta strong{color:var(--text-main)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:24px;background:#0f172a61}.modal-panel{width:min(760px,100%);max-height:calc(100vh - 48px);overflow-y:auto;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface);box-shadow:0 24px 60px #0f172a38;padding:22px}.modal-panel-wide{width:min(1040px,100%)}.modal-panel-small{width:min(520px,100%)}.bank-modal{width:min(680px,100%)}.modal-header,.modal-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal-header{margin-bottom:18px}.modal-header h3{margin:0;font-size:20px}.modal-header p{margin:6px 0 0;color:var(--text-muted);font-weight:600}.modal-header .row-action{width:auto;min-width:86px;padding:0 12px;white-space:nowrap}.modal-actions{justify-content:flex-end;margin-top:18px}.editable-lines{display:grid;gap:8px;margin-top:18px}.editable-lines__head,.editable-lines__row{display:grid;grid-template-columns:minmax(220px,1fr) 90px 110px 110px 110px;gap:10px;align-items:center}.editable-lines__head{color:var(--text-muted);font-size:12px;font-weight:850;text-transform:uppercase}.editable-lines__row{padding:10px;border:1px solid var(--border-soft);border-radius:8px;background:#f8fafc}.editable-lines__row strong,.editable-lines__row small{display:block}.editable-lines__row small{margin-top:3px;color:var(--text-muted);font-weight:650}.editable-lines__row input{width:100%;min-height:36px;border:1px solid var(--border-soft);border-radius:8px;padding:0 10px}.inventory-page{gap:16px}.inventory-header,.inventory-create-zone,.inventory-product-picker{display:flex;align-items:center;justify-content:space-between;gap:12px}.inventory-header h2{margin:0 0 4px;font-size:24px}.inventory-header p,.muted-text{margin:0;color:var(--text-muted);font-weight:650}.inventory-layout{display:grid;grid-template-columns:minmax(460px,.9fr) minmax(520px,1.1fr);gap:16px;align-items:start}.inventory-list-panel,.inventory-workspace{min-width:0}.inventory-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.inventory-summary-grid div,.inventory-zone-card,.inventory-report-row,.inventory-item-card,.inventory-pick-row{border:1px solid var(--border-soft);border-radius:8px;background:var(--surface)}.inventory-summary-grid div{padding:12px}.inventory-summary-grid span,.inventory-item-card span,.inventory-zone-card span,.inventory-zone-card small,.inventory-report-row span,.inventory-report-row small,.inventory-pick-row small{display:block;color:var(--text-muted);font-size:12px;font-weight:650}.inventory-summary-grid strong{display:block;margin-top:5px;font-size:18px}.inventory-tabs{display:flex;gap:8px;margin:14px 0;overflow-x:auto}.inventory-tabs button{flex:0 0 auto;border-radius:8px;background:var(--surface-muted);color:var(--text-main);font-weight:800;padding:9px 12px}.inventory-tabs button.is-active{background:var(--primary);color:var(--surface)}.inventory-zones,.inventory-report,.inventory-report-list,.inventory-item-cards,.inventory-pick-list{display:grid;gap:12px}.inventory-create-zone input,.inventory-product-picker input{width:100%;min-height:44px;border:1px solid var(--border-soft);border-radius:8px;padding:0 12px}.inventory-zone-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.inventory-zone-card{display:grid;gap:5px;padding:12px;text-align:left}.inventory-zone-modal{max-height:calc(100vh - 40px);overflow:auto}.inventory-pick-list{margin:12px 0}.inventory-pick-row{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;padding:10px}.inventory-item-cards{margin-top:12px}.inventory-item-card{display:grid;grid-template-columns:46px minmax(0,1fr) 120px auto;gap:10px;align-items:center;padding:10px}.inventory-item-card b{color:var(--primary)}.inventory-item-card em{display:inline-block;margin-top:4px;border-radius:8px;background:#d977061f;color:#92400e;font-size:12px;font-style:normal;font-weight:800;padding:3px 6px}.inventory-item-card input{width:100%;min-height:38px;border:1px solid var(--border-soft);border-radius:8px;padding:0 8px}.inventory-report-row{padding:12px}@media (max-width: 1180px){body{min-width:900px}.app-shell{grid-template-columns:240px minmax(0,1fr)}.stat-grid,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.settings-card,.inventory-layout{grid-template-columns:1fr}.inventory-item-card{grid-template-columns:42px 1fr}}.proposal-history-page,.proposal-builder{display:grid;gap:18px}.proposal-history-page__header,.proposal-builder__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.proposal-toolbar{display:flex;gap:12px}.proposal-cards{display:flex;flex-direction:column;gap:10px}.proposal-card{border:1px solid var(--border-color, #d7deea);border-radius:8px;padding:12px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr) auto;align-items:center;gap:14px;background:#fff}.proposal-card__head,.proposal-card__meta,.proposal-card__actions,.proposal-line-card__top,.proposal-builder__grid{display:flex;gap:12px}.proposal-card__head,.proposal-line-card__top{justify-content:space-between;align-items:center}.proposal-card__head>div,.proposal-card__meta{display:grid;gap:4px}.proposal-card__head>div{min-width:0}.proposal-card__head strong{font-size:15px;line-height:1.2}.proposal-card__head span{overflow-wrap:anywhere}.proposal-card__meta{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;color:#5f6f8a;font-size:13px}.proposal-card__actions{flex-wrap:nowrap;gap:8px;justify-content:flex-end;align-items:center}.proposal-card__actions .btn{min-height:34px;padding:0 10px;font-size:13px;white-space:nowrap}.table-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center}.table-toolbar__search{flex:1;min-width:240px;display:flex;align-items:center;gap:10px;border:1px solid var(--border-color, #d7deea);border-radius:8px;background:#fff;padding:0 12px;min-height:42px}.table-toolbar__search span{color:#64748b;font-weight:800}.table-toolbar__search input{width:100%;border:0;outline:0;background:transparent;min-height:40px;font:inherit}.documents-list{display:flex;flex-direction:column;gap:10px}.document-row{display:grid;grid-template-columns:minmax(220px,1.1fr) minmax(280px,1fr) 150px auto;gap:14px;align-items:center;border:1px solid var(--border-color, #d7deea);border-radius:8px;background:#fff;padding:12px}.document-row__main,.document-row__meta{display:grid;gap:4px;min-width:0}.document-row__main strong{font-size:15px}.document-row__main span,.document-row__meta span{overflow-wrap:anywhere}.document-row__meta{grid-template-columns:repeat(3,minmax(0,1fr));color:#5f6f8a;font-size:13px}.document-row__amount{text-align:right;white-space:nowrap;color:var(--primary)}.document-row__actions{display:flex;justify-content:flex-end;gap:8px}.document-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.document-status-pill--success{background:#dcfce7;color:#166534}.document-status-pill--info{background:#dbeafe;color:#1d4ed8}.waybill-header-copy{display:grid;gap:8px}.waybill-status-inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.waybill-status-inline span{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid #d8e4f3;border-radius:999px;background:#f8fbff;color:#355070;font-size:12px;font-weight:800;white-space:nowrap}.waybill-esf-button{min-height:38px;padding:0 14px;align-self:start}.esf-builder-source{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.esf-builder-source div{padding:12px 14px;border:1px solid var(--border-color, #d7deea);border-radius:8px;background:#fff;display:grid;gap:6px}.esf-builder-source span{font-size:12px;color:#5f6f8a;font-weight:700}.esf-builder-source strong{font-size:14px;color:var(--text-main)}.esf-builder{display:grid;grid-template-columns:240px minmax(0,1fr);border:1px solid var(--border-color, #d7deea);border-radius:8px;overflow:hidden;background:#fff}.esf-builder__nav{display:grid;align-content:start;background:#f8fafc;border-right:1px solid var(--border-color, #d7deea)}.esf-builder__nav button{position:relative;border:0;border-bottom:1px solid var(--border-color, #d7deea);background:transparent;padding:11px 14px;text-align:left;font:inherit;font-size:14px;color:var(--text-main);cursor:pointer}.esf-builder__nav-label{display:inline-flex;align-items:center}.esf-builder__nav-badge{position:absolute;top:8px;right:10px;min-width:22px;height:22px;border-radius:999px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;background:#ff4d3d;color:#fff;font-size:12px;font-weight:800;line-height:1}.esf-builder__nav button.active{background:#fff7cc;font-weight:800}.esf-builder__body{min-width:0;padding:18px 20px 24px;display:grid;gap:18px}.esf-builder__body-head{display:grid;gap:6px}.esf-builder__body-head h4,.esf-builder__subsection h5{margin:0;font-size:24px;color:var(--text-main)}.esf-builder__body-head p,.esf-builder__placeholder p{margin:0;color:#5f6f8a;line-height:1.5}.esf-builder__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.esf-builder__form-grid label{display:grid;gap:8px}.esf-builder__form-grid label span,.esf-builder__checkbox span{font-size:14px;color:var(--text-main)}.esf-builder__form-grid input{min-height:40px;border:1px solid var(--border-color, #d7deea);border-radius:4px;padding:0 12px;font:inherit}.esf-builder__form-grid--wide{grid-column:1 / -1}.esf-builder__checkbox{display:flex;align-items:center;gap:10px}.esf-builder__subsection{display:grid;gap:14px}.esf-builder__subsection h5{color:#059669;font-size:22px}.esf-builder__placeholder{min-height:360px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;padding:20px;display:grid;align-content:start;gap:8px}.esf-builder__placeholder strong{font-size:18px;color:var(--text-main)}.esf-editor-topbar{display:flex;justify-content:flex-start;margin-bottom:14px}.esf-general-form{display:grid;gap:16px}.esf-general-form__row{display:grid;grid-template-columns:280px minmax(0,420px);gap:28px;align-items:center}.esf-general-form__row.align-start{align-items:start}.esf-general-form__row>span{font-size:15px;color:var(--text-main)}.esf-general-form__field-wrap{display:grid;grid-template-columns:minmax(0,1fr) 32px;gap:10px;align-items:center}.esf-general-form__field-wrap em{width:28px;height:28px;border-radius:999px;background:#ff4d3d;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-weight:800}.esf-general-form__field{min-height:40px;border:1px solid #cfd7e6;border-radius:12px;padding:0 14px;font:inherit;color:var(--text-main);background:#fff}.esf-general-form__field--short{max-width:134px}.esf-general-form__field--medium{max-width:160px}.esf-general-form__field.error{border-color:#ff4d3d}.esf-general-form__field.muted{background:#e9edf5;color:#63708a}.esf-general-form__date-wrap{position:relative}.esf-general-form__search-field{display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:8px;align-items:center}.esf-general-form__icon-button{width:40px;height:40px;border-radius:12px;border:1px solid #cfd7e6;background:#fff;color:#63708a;font-size:18px;cursor:pointer}.esf-general-form__choice{display:flex;align-items:center;gap:10px;min-height:46px;padding:8px 12px;border:1px solid transparent;border-radius:12px}.esf-general-form__choice.error{border-color:#dc2626;background:#fff7f5}.esf-general-form__choice>em{width:28px;height:28px;border-radius:999px;background:#ff4d3d;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-weight:800}.esf-general-form__radio{display:inline-flex;align-items:center}.esf-general-form__radio input{position:absolute;opacity:0;pointer-events:none}.esf-general-form__radio span{width:18px;height:18px;border-radius:999px;border:1px solid #b7c3d8;display:inline-flex;align-items:center;justify-content:center;background:#fff}.esf-general-form__radio input:checked+span:after{content:"";width:8px;height:8px;border-radius:999px;background:#1d4ed8}.esf-general-form__textarea{min-height:88px;border:1px solid #cfd7e6;border-radius:12px;padding:12px 14px;font:inherit;color:var(--text-main);background:#fff;resize:vertical}.esf-general-form__section-title{margin-top:6px;font-size:15px;font-weight:800;color:#1f2f4a}.esf-general-form__section-note{margin-top:-6px;margin-bottom:8px;font-size:13px;color:#5f6f8a}.esf-general-form__checks{display:grid;gap:12px;padding-top:2px}.esf-general-form__checks label{display:flex;align-items:center;gap:10px;color:var(--text-main);font-size:15px}.esf-general-form__checks input{width:20px;height:20px}.esf-general-form__extra{display:grid;gap:12px;padding-top:8px}.esf-general-form__extra h5{margin:0;color:#1f2f4a;font-size:15px;font-weight:900}.esf-editor-status{margin:14px 0 0;color:#1d4ed8;font-size:14px;font-weight:700}.esf-editor-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid var(--border-color, #d7deea)}.esf-general-form__add-button{min-height:42px}.esf-signing-modal{display:grid;gap:18px}.esf-signing-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.esf-signing-modal__textarea{min-height:140px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px}.esf-goods-section{display:grid;gap:18px}.esf-goods-section__segments{min-width:420px}.esf-goods-section__checkbox{width:30px;height:30px;accent-color:#1d4ed8}.esf-goods-section__toolbar{display:flex;align-items:center;gap:12px}.esf-goods-table-wrap{border:1px solid var(--border-color, #d7deea);border-radius:8px;overflow:hidden;background:#fff}.esf-goods-table{width:max-content;min-width:100%;border-collapse:collapse}.esf-goods-table th,.esf-goods-table td{border:1px solid #d7deea;padding:8px;min-width:68px;vertical-align:middle;color:var(--text-main);font-size:11px;text-align:center}.esf-goods-table th{background:#e9edf5;color:#58637a;font-weight:800;text-align:center;font-size:10px;line-height:1.25;white-space:normal;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;letter-spacing:0;vertical-align:top}.esf-goods-table__numbers th{text-align:center;font-size:10px;color:#5f6f8a;line-height:1.2}.esf-goods-table__select{min-width:54px!important;width:54px;text-align:center}.esf-goods-table__field{width:100%;min-width:64px;border:1px solid #cbd5e1;border-radius:8px;padding:8px;background:#fff;color:var(--text-main);font:inherit;line-height:1.35;text-align:center}.esf-goods-table__field.error,.esf-goods-table__required{background:#fff7f5}.esf-goods-table__field.error{border-color:#dc2626;box-shadow:inset 0 0 0 1px #dc26261f}.esf-goods-table__empty{padding:18px 16px!important;text-align:center;color:var(--text-muted);font-size:13px!important}.esf-goods-table__actions{display:flex;justify-content:flex-start;gap:10px;padding:12px 12px 0}.esf-goods-table__inline-input{width:100%;min-width:72px;border:1px solid #cbd5e1;border-radius:8px;padding:7px 8px;font:inherit;text-align:center;background:#fff}.esf-goods-table__inline-input--number{min-width:82px}.esf-goods-table th:nth-child(2),.esf-goods-table td:nth-child(2){min-width:56px}.esf-goods-table th:nth-child(4),.esf-goods-table td:nth-child(4){min-width:78px;width:78px}.esf-goods-table th:nth-child(11),.esf-goods-table td:nth-child(11),.esf-goods-table th:nth-child(12),.esf-goods-table td:nth-child(12),.esf-goods-table th:nth-child(13),.esf-goods-table td:nth-child(13),.esf-goods-table th:nth-child(16),.esf-goods-table td:nth-child(16),.esf-goods-table th:nth-child(19),.esf-goods-table td:nth-child(19),.esf-goods-table th:nth-child(20),.esf-goods-table td:nth-child(20),.esf-goods-table th:nth-child(21),.esf-goods-table td:nth-child(21),.esf-goods-table th:nth-child(22),.esf-goods-table td:nth-child(22),.esf-goods-table th:nth-child(23),.esf-goods-table td:nth-child(23),.esf-goods-table th:nth-child(24),.esf-goods-table td:nth-child(24){min-width:118px}.esf-goods-table th:nth-child(5),.esf-goods-table td:nth-child(5),.esf-goods-table th:nth-child(6),.esf-goods-table td:nth-child(6),.esf-goods-table th:nth-child(15),.esf-goods-table td:nth-child(15),.esf-goods-table th:nth-child(17),.esf-goods-table td:nth-child(17),.esf-goods-table th:nth-child(18),.esf-goods-table td:nth-child(18){min-width:96px}.esf-goods-table th:nth-child(7),.esf-goods-table td:nth-child(7),.esf-goods-table th:nth-child(8),.esf-goods-table td:nth-child(8),.esf-goods-table th:nth-child(9),.esf-goods-table td:nth-child(9),.esf-goods-table th:nth-child(10),.esf-goods-table td:nth-child(10),.esf-goods-table th:nth-child(13),.esf-goods-table td:nth-child(13),.esf-goods-table th:nth-child(14),.esf-goods-table td:nth-child(14),.esf-goods-table th:nth-child(15),.esf-goods-table td:nth-child(15){min-width:82px}.esf-goods-table th:nth-child(3),.esf-goods-table td:nth-child(3),.esf-goods-table th:nth-child(8),.esf-goods-table td:nth-child(8),.esf-goods-table th:nth-child(9),.esf-goods-table td:nth-child(9),.esf-goods-table th:nth-child(14),.esf-goods-table td:nth-child(14),.esf-goods-table th:nth-child(15),.esf-goods-table td:nth-child(15),.esf-goods-table th:nth-child(17),.esf-goods-table td:nth-child(17),.esf-goods-table th:nth-child(18),.esf-goods-table td:nth-child(18),.esf-goods-table th:nth-child(23),.esf-goods-table td:nth-child(23),.esf-goods-table th:nth-child(24),.esf-goods-table td:nth-child(24){text-align:center}.esf-goods-table__error-cell{position:relative;box-shadow:inset 0 0 0 1px #ff4d3d}.esf-goods-table__error{position:absolute;right:8px;top:8px;width:28px;height:28px;border-radius:999px;background:#ff5a45;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-weight:800}.esf-goods-table__total-row td{font-weight:700}.proposal-builder__grid{align-items:start}.proposal-panel{flex:0 0 420px;min-width:0;display:grid;gap:14px}.proposal-step{font-size:13px;font-weight:700;color:#3559a8;text-transform:uppercase}.proposal-counterparty-card,.proposal-line-card{border:1px solid var(--border-color, #d7deea);border-radius:8px;padding:12px;display:grid;gap:6px;background:#fff}.proposal-search-results,.proposal-lines-editor{display:grid;gap:10px}.proposal-search-result{border:1px solid var(--border-color, #d7deea);border-radius:8px;background:#fff;text-align:left;padding:10px 12px;display:grid;gap:4px}.proposal-line-card__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.proposal-preview-sheet{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.proposal-sheet{width:min(100%,794px);aspect-ratio:210 / 297;background:#fff;border:1px solid #d7deea;border-radius:8px;padding:77px 48px 48px 113px;display:block;box-shadow:0 18px 40px #0f172a14}.proposal-sheet--modal{width:min(100%,794px);aspect-ratio:210 / 297;min-height:auto;margin:0 auto}.proposal-sheet__title,.proposal-sheet__meta,.proposal-sheet__signature{text-align:center}.proposal-sheet__title{font-size:22px;font-weight:800}.proposal-sheet__meta,.proposal-sheet__block{font-size:14px}.proposal-sheet__table{width:100%;border-collapse:collapse;align-self:start}.proposal-sheet__table th,.proposal-sheet__table td{border:1px solid #cfd7e6;padding:8px 10px;font-size:13px;vertical-align:top}.proposal-sheet__table th:first-child,.proposal-sheet__table td:first-child{width:48px;text-align:center}.proposal-sheet__table th:nth-child(3),.proposal-sheet__table td:nth-child(3),.proposal-sheet__table th:nth-child(4),.proposal-sheet__table td:nth-child(4){white-space:nowrap}.proposal-sheet__total{text-align:right;font-size:15px}@media (max-width: 1180px){.proposal-builder__grid{flex-direction:column}.proposal-panel{flex-basis:auto}.proposal-card{grid-template-columns:1fr;align-items:start}.proposal-card__meta{grid-template-columns:1fr}.proposal-card__actions{flex-wrap:wrap;justify-content:flex-start}.waybill-editor-head,.esf-builder{grid-template-columns:1fr}.esf-builder-source{grid-template-columns:repeat(2,minmax(0,1fr))}.esf-builder__nav{border-right:0;border-bottom:1px solid var(--border-color, #d7deea)}.esf-goods-section__segments{min-width:0;width:100%}}@media (max-width: 760px){.esf-builder-source,.esf-builder__form-grid,.esf-signing-modal__grid{grid-template-columns:1fr}.esf-general-form__row{grid-template-columns:1fr;gap:10px}.esf-editor-footer{flex-direction:column}}.proposal-fields,.proposal-product-search{display:grid;gap:12px}.proposal-fields{grid-template-columns:minmax(0,1fr) minmax(170px,180px)}.proposal-panel label,.proposal-product-search label,.proposal-line-card label{display:grid;min-width:0;gap:7px;color:var(--text-main);font-size:13px;font-weight:800}.proposal-panel input,.proposal-panel select,.proposal-toolbar .search-input,.proposal-line-card input{width:100%;min-width:0;min-height:40px;border:1px solid var(--border-soft);border-radius:8px;padding:0 12px;background:#fff;color:var(--text-main);outline:none;font:inherit}.proposal-panel input:focus,.proposal-panel select:focus,.proposal-toolbar .search-input:focus,.proposal-line-card input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0f766e1f}.proposal-toolbar .search-input{max-width:520px}.proposal-counterparty-card span,.proposal-search-result span,.proposal-line-card span{color:var(--text-muted);font-size:13px}.proposal-search-result{cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.proposal-search-result:hover{border-color:var(--primary);box-shadow:0 8px 18px #0f172a14;transform:translateY(-1px)}.proposal-line-card__top strong{line-height:1.3}.proposal-sheet{align-content:start;grid-template-rows:none;font-family:Times New Roman,Times,serif;color:#111827}.proposal-sheet__header{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start;min-height:149px}.proposal-sheet__header>div{display:grid;gap:3px;text-align:center;font-size:12px;line-height:1.18;font-weight:800}.proposal-sheet__outgoing{margin-top:0;font-size:15px;line-height:19px;font-weight:800}.proposal-sheet__title{margin-top:37px;font-size:19px;line-height:24px;font-weight:900;letter-spacing:0}.proposal-sheet__intro{margin:24px 0 35px;font-size:15px;line-height:19px;text-indent:16px}.proposal-sheet__table th:first-child,.proposal-sheet__table td:first-child{width:45px;text-align:center}.proposal-sheet__table th:nth-child(2),.proposal-sheet__table td:nth-child(2){width:211px;text-align:left}.proposal-sheet__table th:nth-child(3),.proposal-sheet__table td:nth-child(3){width:104px;text-align:center}.proposal-sheet__table th:nth-child(4),.proposal-sheet__table td:nth-child(4){width:77px;text-align:center}.proposal-sheet__table th:nth-child(5),.proposal-sheet__table td:nth-child(5),.proposal-sheet__table th:nth-child(6),.proposal-sheet__table td:nth-child(6){width:92px;text-align:center}.proposal-sheet__table th,.proposal-sheet__table td{border-color:#111827;padding:4px 6px;height:23px;font-size:15px;line-height:16px}.proposal-sheet__total{display:grid;grid-template-columns:1fr 90px 96px;gap:0;margin-top:16px;text-align:right;font-size:15px;line-height:19px}.proposal-sheet__total:before{content:""}.proposal-sheet__note{margin-top:35px;padding-left:8px;font-size:13px;line-height:18px;font-style:italic}.proposal-sheet__signature{margin-top:66px;display:grid;grid-template-columns:229px 1fr 88px;align-items:end;gap:5px;text-align:left;font-size:15px;font-weight:900}.proposal-sheet__signature i{display:block;height:1px;min-width:0;border-bottom:1px solid #111827}.proposal-export-surface{position:fixed;left:-200vw;top:0;z-index:-1;pointer-events:none}.proposal-sheet--export{box-shadow:none;border-color:transparent}@media (max-width: 860px){.proposal-fields{grid-template-columns:1fr}.proposal-sheet{padding:38px 20px 28px 48px}.proposal-sheet__header{grid-template-columns:1fr}}
