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