:root{--navy:#0f2a43;--navy-700:#143655;--navy-900:#0a1d30;--accent:#2f80ed;--accent-600:#2567c4;--ok:#2e9e6b;--warn:#d98324;--danger:#d24b4b;--bg:#f4f6f9;--surface:#fff;--border:#e2e7ee;--text:#1d2733;--text-muted:#687587;--radius:14px;--radius-sm:10px;--shadow:0 1px 3px rgba(16,32,53,.08),0 6px 20px rgba(16,32,53,.06);--tap:48px;--sidebar-w:248px;--topbar-h:60px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}html,body{background:var(--bg);height:100%;color:var(--text);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.45}a{color:var(--accent);text-decoration:none}.app-shell{flex-direction:column;min-height:100%;display:flex}.app-topbar{z-index:30;height:calc(var(--topbar-h) + var(--safe-top));padding-top:var(--safe-top);background:var(--navy);color:#fff;box-shadow:var(--shadow);align-items:center;gap:12px;padding-left:14px;padding-right:14px;display:flex;position:-webkit-sticky;position:sticky;top:0}.app-topbar__brand{letter-spacing:.2px;font-size:1.25rem;font-weight:700}.brand-dot{color:var(--accent)}.app-topbar__spacer{flex:1}.app-topbar__user{align-items:center;gap:12px;display:flex}.app-topbar__email{color:#cdd9e6;font-size:.95rem}.app-body{flex:1;min-height:0;display:flex}.app-sidebar{top:calc(var(--topbar-h) + var(--safe-top));width:var(--sidebar-w);background:var(--navy-900);padding:12px 10px calc(12px + var(--safe-bottom));z-index:25;transition:transform .22s;position:fixed;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.app-sidebar.is-open{transform:translate(0)}.nav-link{min-height:var(--tap);border-radius:var(--radius-sm);color:#c6d3e2;align-items:center;gap:14px;margin-bottom:4px;padding:0 14px;font-weight:500;display:flex}.nav-link:hover{color:#fff;background:rgba(255,255,255,.06)}.nav-link.is-active{background:var(--accent);color:#fff}.nav-ico{text-align:center;opacity:.95;width:22px;font-size:1.05rem}.nav-label{white-space:nowrap}.nav-divider{background:rgba(255,255,255,.08);height:1px;margin:10px 8px}.app-content{min-width:0;padding:18px 16px calc(18px + var(--safe-bottom));flex:1}.auth-shell{background:linear-gradient(160deg,var(--navy)0%,var(--navy-900)100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:var(--surface);border-radius:var(--radius);width:100%;max-width:380px;box-shadow:var(--shadow);padding:28px 24px}.auth-brand{color:var(--navy);font-size:1.7rem;font-weight:800}.auth-tagline{color:var(--text-muted);margin:4px 0 22px}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-hint{color:var(--text-muted);text-align:center;margin:6px 0 0;font-size:.85rem}.auth-hint code{background:var(--bg);border-radius:6px;padding:2px 6px}.page{max-width:1280px;margin:0 auto}.page__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.page__title{margin:0;font-size:1.6rem;font-weight:700}.page__subtitle{color:var(--text-muted);margin:2px 0 0}.page__actions{gap:10px;display:flex}.back-link{color:var(--text-muted);margin-bottom:6px;font-size:.9rem;display:inline-block}.btn{min-height:var(--tap);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;justify-content:center;align-items:center;padding:0 18px;font-size:1rem;font-weight:600;transition:background .15s,transform 50ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-600)}.btn--ghost{color:inherit;background:0 0;border-color:transparent}.btn[disabled],.btn[disabled]:hover{cursor:not-allowed;opacity:.5;-webkit-filter:saturate(.6);filter:saturate(.6);pointer-events:none}.app-topbar .btn--ghost{color:#cdd9e6}.btn--lg{min-height:54px;padding:0 22px;font-size:1.05rem}.btn--block{width:100%}.icon-btn{width:var(--tap);height:var(--tap);color:#fff;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;font-size:1.4rem;display:inline-flex}.card-grid{grid-template-columns:1fr;gap:14px;margin-bottom:18px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text);border-left:5px solid var(--accent);padding:20px;display:block}.stat-card--accent{border-left-color:var(--accent)}.stat-card--warn{border-left-color:var(--warn)}.stat-card--ok{border-left-color:var(--ok)}.stat-card__value{font-size:2.4rem;font-weight:800;line-height:1}.stat-card__label{color:var(--text-muted);margin-top:8px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px;padding:18px}.panel__header{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.panel__title{margin:0;font-size:1.15rem;font-weight:700}.panel__hint{color:var(--text-muted);font-size:.85rem}.panel__footer{border-top:1px solid var(--border);margin-top:14px;padding-top:12px}.progress{background:var(--bg);border-radius:999px;height:14px;overflow:hidden}.progress__bar{background:linear-gradient(90deg,var(--ok),var(--accent));height:100%}.progress__caption{color:var(--text-muted);margin-top:8px;font-size:.9rem}.board{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;gap:14px;padding-bottom:8px;display:flex;overflow-x:auto}.board__column{scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;flex:0 0 270px;max-height:78vh;display:flex}.board__column-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px;font-weight:700;display:flex}.board__cards{flex-direction:column;gap:10px;padding:12px;display:flex;overflow-y:auto}.board__empty{color:var(--text-muted);text-align:center;padding:18px 0;font-size:.9rem}.dispatch-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fcfdfe;padding:12px}.dispatch-card__top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.dispatch-card__number{font-weight:700}.dispatch-card__row{font-size:.95rem}.dispatch-card__muted{color:var(--text-muted);font-size:.85rem}.dispatch-card__actions{gap:8px;margin-top:10px;display:flex}.pill{background:var(--bg);color:var(--text-muted);text-transform:capitalize;border-radius:999px;padding:3px 10px;font-size:.78rem;font-weight:700;display:inline-block}.pill--lg{padding:6px 14px;font-size:.9rem}.pill--draft{color:#6b7686;background:#eef1f5}.pill--scheduled,.pill--submitted,.pill--queued{color:var(--accent-600);background:#e7f0fd}.pill--dispatched,.pill--extracting,.pill--processing{color:var(--warn);background:#fff1df}.pill--inProgress,.pill--needsReview,.pill--active{color:#a4631a;background:#fde9c8}.pill--completed,.pill--approved,.pill--paid,.pill--accepted{color:var(--ok);background:#def0e6}.pill--cancelled,.pill--rejected,.pill--failed,.pill--void{color:var(--danger);background:#fbe1e1}.pill--invoiced,.pill--issued,.pill--exported{color:#4f4fb0;background:#e7eafd}.badge{background:var(--bg);color:var(--text-muted);border-radius:999px;padding:1px 9px;font-size:.8rem}.list-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 6px;display:flex}.list-row:last-child{border-bottom:0}.list-row__main{flex:1;font-weight:600}.list-row__meta{color:var(--text-muted);font-size:.9rem}.list-row__amount{font-variant-numeric:tabular-nums;font-weight:600}.responsive-table{border-collapse:collapse;width:100%}.responsive-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--border);padding:8px 10px;font-size:.8rem}.responsive-table td{border-bottom:1px solid var(--border);padding:14px 10px}.responsive-table__action{text-align:right}.kv{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding:10px 0;display:flex}.kv:last-child{border-bottom:0}.kv__k{color:var(--text-muted)}.kv__v{text-align:right;word-break:break-word;font-weight:600}.kv-block{margin-top:8px}.doc-row{border-bottom:1px solid var(--border);justify-content:space-between;padding:10px 0;display:flex}.doc-row__name{font-weight:600}.doc-row__meta{color:var(--text-muted);font-size:.85rem}.detail-grid{grid-template-columns:1fr;gap:16px;display:grid}.field{flex-direction:column;gap:6px;display:flex}.field__label{color:var(--text-muted);font-size:.85rem;font-weight:600}.input{min-height:var(--tap);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:#fff;padding:0 14px;font-size:1rem}.input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px rgba(47,128,237,.15)}.alert{border-radius:var(--radius-sm);padding:12px 14px;font-size:.95rem}.alert--error{color:var(--danger);background:#fbe1e1}.empty-state{color:var(--text-muted);text-align:center;padding:32px 16px}.empty-state--sm{padding:16px;font-size:.9rem}.empty-state--centered{flex-direction:column;align-items:center;gap:12px;display:flex}.empty-state__big{color:var(--navy);font-size:3.5rem;font-weight:800}.action-bar{z-index:10;padding:12px 0 calc(12px + var(--safe-bottom));background:linear-gradient(180deg,rgba(244,246,249,0) 0%,var(--bg)40%);justify-content:flex-end;gap:10px;display:flex;position:-webkit-sticky;position:sticky;bottom:0}.toast{border-radius:var(--radius-sm);background:var(--navy);color:#fff;margin-top:12px;padding:12px 14px;font-size:.95rem}@media (min-width:720px){.card-grid{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.app-topbar__menu{display:none}.app-sidebar{transform:translate(0)}.app-content{margin-left:var(--sidebar-w)}.card-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:719px){.responsive-table,.responsive-table thead,.responsive-table tbody,.responsive-table th,.responsive-table td,.responsive-table tr{display:block}.responsive-table thead{display:none}.responsive-table tr{border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:10px;padding:6px 10px}.responsive-table td{border:0;justify-content:space-between;gap:12px;padding:8px 0;display:flex}.responsive-table td:before{content:attr(data-label);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.responsive-table__action{justify-content:flex-end}}.wiz-overlay{z-index:100;background:rgba(10,20,35,.55);justify-content:center;align-items:stretch;padding:0;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.wiz-modal{background:var(--surface);flex-direction:column;width:100%;max-width:880px;display:flex;overflow:hidden}@media (min-width:720px){.wiz-overlay{align-items:center;padding:24px}.wiz-modal{border-radius:var(--radius);box-shadow:var(--shadow);max-height:calc(100vh - 48px)}}.wiz-topbar{background:var(--navy);color:#fff;align-items:center;gap:12px;padding:12px 14px;display:flex;position:relative}.wiz-close{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:8px;width:40px;height:40px;font-size:1.6rem}.wiz-title{flex:1;line-height:1.1}.wiz-title__main{font-size:1.1rem;font-weight:700}.wiz-title__sub{color:#cdd9e6;margin-top:2px;font-size:.85rem}.wiz-progress{background:rgba(255,255,255,.12);height:3px;position:absolute;bottom:0;left:0;right:0}.wiz-progress__bar{background:var(--accent);height:100%;transition:width .2s}.wiz-body{padding:18px 18px calc(18px + var(--safe-bottom));flex:1;overflow-y:auto}.wiz-step{flex-direction:column;gap:14px;max-width:720px;margin:0 auto;display:flex}.wiz-step__title{margin:4px 0 0;font-size:1.3rem;font-weight:700}.wiz-step__hint{color:var(--text-muted);margin:0}.wiz-row{flex-wrap:wrap;gap:12px;display:flex}.wiz-row>.field{flex:200px}.wiz-row__grow{flex:2 240px}.wiz-fieldset{border:1px solid var(--border);border-radius:var(--radius-sm);margin:8px 0;padding:12px 14px}.wiz-fieldset__legend{color:var(--text);padding:0 6px;font-size:.85rem;font-weight:700}.wiz-fieldset__hint{color:var(--text-muted);margin:4px 0 10px;font-size:.85rem}.wiz-textarea{resize:vertical;min-height:64px;padding:10px 14px}.wiz-choice-grid{grid-template-columns:1fr;gap:10px;display:grid}@media (min-width:600px){.wiz-choice-grid{grid-template-columns:repeat(2,1fr)}}.wiz-choice{border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:var(--surface);flex-direction:column;gap:2px;min-height:70px;padding:14px;display:flex}.wiz-choice.is-active{border-color:var(--accent);background:#f1f7ff}.wiz-choice__title{font-weight:700}.wiz-choice__hint{color:var(--text-muted);font-size:.88rem}.wiz-choice input{opacity:0;pointer-events:none;position:absolute}.wiz-check-grid{grid-template-columns:1fr;gap:10px;display:grid}@media (min-width:600px){.wiz-check-grid{grid-template-columns:repeat(2,1fr)}}.wiz-check{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:var(--surface);flex-direction:column;gap:4px;padding:12px 14px;display:flex}.wiz-check__title{font-weight:600}.wiz-check__hint{color:var(--text-muted);font-size:.85rem}.wiz-check input[type=checkbox]{accent-color:var(--accent);width:18px;height:18px;margin-right:6px}.wiz-callout{color:var(--accent-600);border-radius:var(--radius-sm);background:#f1f7ff;border:1px solid #cfe1fa;padding:10px 14px;font-size:.92rem}.wiz-footer{border-top:1px solid var(--border);background:#fbfcfd;align-items:center;gap:8px;padding:12px 14px;display:flex}.wiz-footer__spacer{flex:1}.wiz-error{border-top:1px solid var(--border);color:var(--danger);background:#fbe1e1;padding:10px 14px}.wiz-hint{border-top:1px solid var(--border);color:#8a5a00;background:#fff7e6;padding:10px 14px;font-size:.92rem}.wiz-review{flex-direction:column;display:flex}.wiz-review__h{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:16px 0 6px;font-size:.85rem}.wiz-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.board__cards--row{flex-flow:wrap;padding:0}.order-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);flex:220px;max-width:320px;padding:12px 14px}.order-card__top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.order-card__customer{font-weight:700}.order-card__row{font-size:.95rem}.order-card__muted{color:var(--text-muted);margin-top:2px;font-size:.88rem}.pill--pending{color:var(--accent-600);background:#e7f0fd}.pill--assigning{color:#a4631a;background:#fde9c8}.customer-toolbar{flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.customer-toolbar__search{flex:260px}.customer-toolbar__toggle{color:var(--text-muted);min-height:var(--tap);align-items:center;gap:8px;font-weight:600;display:inline-flex}.customer-toolbar__toggle input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.customer-list{border-top:1px solid var(--border);flex-direction:column;display:flex}.customer-row{border-bottom:1px solid var(--border);color:inherit;min-height:var(--tap);align-items:flex-start;gap:16px;padding:14px 4px;text-decoration:none;display:flex}.customer-row:hover{background:#f7faff}.customer-row:active{background:#eef4ff}.customer-row--archived{opacity:.6}.customer-row__main{flex:220px}.customer-row__name{font-size:1.05rem;font-weight:700}.customer-row__badge{margin-left:8px;font-size:.75rem}.customer-row__meta{color:var(--text-muted);margin-top:2px;font-size:.9rem}.customer-row__detail{flex:2 360px;grid-template-columns:repeat(3,minmax(0,1fr));align-content:center;gap:4px 16px;min-width:0;display:grid}.customer-row__detail-line{flex-direction:column;min-width:0;display:flex}.customer-row__detail-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.customer-row__detail-value{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;overflow:hidden}@media (max-width:720px){.customer-row{flex-direction:column}.customer-row__detail{grid-template-columns:repeat(2,minmax(0,1fr))}}.customer-form{flex-direction:column;gap:14px;display:flex}.customer-form__footer{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:4px;padding-top:12px;display:flex}.repeater{flex-direction:column;gap:10px;display:flex}.repeater-row{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fbfcfd;flex-wrap:wrap;align-items:flex-end;gap:10px;padding:10px;display:flex}.repeater-row--block{flex-direction:column;align-items:stretch}.repeater-row__primary{color:var(--text-muted);min-height:var(--tap);align-items:center;gap:6px;font-size:.9rem;display:inline-flex}.repeater-row__primary input[type=radio]{width:18px;height:18px;accent-color:var(--accent)}.repeater-row__primary input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.repeater-row__remove{color:var(--danger)}.quote-wiz{flex-direction:column;gap:0;min-height:calc(100vh - 16px);display:flex}.quote-wiz__topbar{border-bottom:1px solid var(--border);background:var(--surface);z-index:1;flex-direction:column;gap:6px;padding:12px 4px 8px;display:flex;position:-webkit-sticky;position:sticky;top:0}.quote-wiz__title{line-height:1.1}.quote-wiz__title-main{font-size:1.2rem;font-weight:700}.quote-wiz__title-sub{color:var(--text-muted);margin-top:2px;font-size:.9rem}.quote-wiz__progress{background:var(--border);border-radius:2px;height:4px;overflow:hidden}.quote-wiz__progress-bar{background:var(--accent);height:100%;transition:width .2s}.quote-wiz__body{flex:1;padding:14px 4px;overflow-y:auto}.quote-wiz__step{flex-direction:column;gap:14px;max-width:760px;margin:0 auto;display:flex}.quote-wiz__step-title{margin:4px 0 0;font-size:1.3rem;font-weight:700}.quote-wiz__step-hint{color:var(--text-muted);margin:0}.quote-wiz__row{flex-wrap:wrap;gap:12px;display:flex}.quote-wiz__row>.field{flex:200px}.quote-wiz__row-grow{flex:2 240px}.quote-wiz__fieldset{border:1px solid var(--border);border-radius:var(--radius-sm);margin:4px 0 0;padding:12px}.quote-wiz__fieldset-legend{color:var(--text);padding:0 6px;font-size:.85rem;font-weight:700}.quote-wiz__fieldset-hint{color:var(--text-muted);margin:4px 0 10px;font-size:.85rem}.quote-wiz__textarea{resize:vertical;min-height:64px;padding:10px 14px}.quote-wiz__footer{border-top:1px solid var(--border);background:var(--surface);align-items:center;gap:8px;padding:12px 4px;display:flex;position:-webkit-sticky;position:sticky;bottom:0}.quote-wiz__footer-spacer{flex:1}.quote-wiz__hint{color:#6b4f00;border-radius:var(--radius-sm);background:#fff7e0;margin:0 4px;padding:8px 12px}.quote-wiz__error{color:#8a1f1f;border-radius:var(--radius-sm);background:#fde7e7;margin:4px;padding:10px 12px}.chip-group{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--border,#d5d8de);color:var(--text,#1a1a1a);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;min-height:44px;padding:10px 14px;font-size:.95rem;transition:background .12s,border-color .12s;display:inline-flex}.chip:hover{border-color:var(--accent,#0f62fe)}.chip--on{background:var(--accent,#0f62fe);color:#fff;border-color:var(--accent,#0f62fe)}.chip__main{font-weight:600}.chip__meta{opacity:.8;font-size:.85rem}.legs{flex-direction:column;gap:14px;display:flex}.leg-card{border:1px solid var(--border,#d5d8de);border-radius:var(--radius-md,10px);background:#fff;flex-direction:column;gap:10px;padding:14px;display:flex}.leg-card__header{border-bottom:1px solid var(--border,#eef0f3);justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.leg-card__direction{color:var(--text,#1a1a1a);font-size:.95rem;font-weight:700}.btn--sm{min-height:32px;padding:6px 10px;font-size:.85rem}.leg-card__pricing{border-radius:var(--radius-sm,6px);background:#f5f7fa;flex-direction:column;gap:4px;padding:8px 12px;font-size:.9rem;display:flex}.estimator-matrix{overflow-x:auto}.estimator-table{border-collapse:collapse;border:1px solid var(--border,#d5d8de);border-radius:var(--radius-md,10px);background:#fff;width:100%;overflow:hidden}.estimator-table th,.estimator-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border,#eef0f3);padding:10px 12px}.estimator-table thead th{background:#f5f7fa;font-weight:700}.estimator-table tbody th[scope=row]{white-space:nowrap;background:#fafbfc;font-weight:600}.estimator-cell{flex-direction:column;gap:4px;min-width:160px;display:flex}.estimator-cell__cycle{font-size:1rem}.estimator-cell__meta{color:var(--text-muted);font-size:.85rem}.estimator-cell__status{color:var(--text);background:#eef0f3;border-radius:999px;align-self:flex-start;padding:2px 8px;font-size:.8rem;font-weight:600}.estimator-cell__status--ok{color:#1f5a1f;background:#d6f5d6}.estimator-cell__status--no-route,.estimator-cell__status--not-configured,.estimator-cell__status--no-supplier,.estimator-cell__status--no-supplier-endpoint,.estimator-cell__status--no-fill-site,.estimator-cell__status--no-fill-site-endpoint,.estimator-cell__status--no-job-site-endpoint,.estimator-cell__status--supplier-not-found,.estimator-cell__status--fill-site-not-found,.estimator-cell__status--leg-missing,.estimator-cell__status--unknown-direction{color:#7a3a00;background:#fde7d6}.estimator-cell__status--no-endpoints{color:#38404d;background:#e3e6ec}.summary-table tbody td{vertical-align:top}.summary-table .summary-qty{white-space:nowrap;color:var(--text);font-weight:600}.summary-cell{flex-direction:column;gap:2px;min-width:200px;display:flex}.summary-cell__line{font-size:.9rem}.summary-cell__label{color:var(--text-muted)}.summary-cell__hr{background:var(--border,#eef0f3);height:1px;margin:6px 0}.summary-cell__line--margin{font-size:1rem}.summary-cell .estimator-cell__status{align-self:flex-start;margin-top:6px}.estimator-cell__status--no-markup,.estimator-cell__status--no-qty,.estimator-cell__status--no-cost,.estimator-cell__status--no-capacity{color:#6b4f00;background:#fff7e0}.estimator-cell__status--pending-cycle,.estimator-cell__status--on-site{color:#38404d;background:#e3e6ec}.estimator-cell__status--on-site-rate-tbd,.estimator-cell__status--outbound-rate-tbd{color:#7a3a00;background:#fde7d6}.field__value{color:var(--text);padding:10px 0;font-weight:600;display:inline-block}