/* Portable local fonts: Windows uses Aptos/Calibri/Segoe UI; other devices use their native system font. */
:root{--blue:#154075;--blue-dark:#103461;--charcoal:#39373b;--ink:#202b3a;--muted:#778292;--line:#e6ebf0;--surface:#fff;--canvas:#f6f8fb;--pale:#eff4fa;--font-sans:Aptos,Calibri,'Segoe UI',Roboto,'Helvetica Neue',Arial,system-ui,-apple-system,sans-serif;--heading:var(--font-sans);--body:var(--font-sans);--shadow:0 10px 30px rgba(33,54,78,.035)}
[hidden]{display:none!important}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font:14px/1.5 var(--body)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #9ec6ee;outline-offset:2px}h1,h2,p{margin-top:0}h1,h2{font-family:var(--heading);font-weight:500;letter-spacing:-.025em}h1{font-size:clamp(29px,3vw,38px);line-height:1.2;margin-bottom:8px}h2{font-size:22px;line-height:1.2;margin-bottom:0}.app-shell{display:flex;min-height:100vh}.sidebar{width:246px;flex:none;display:flex;flex-direction:column;background:#fff;border-right:1px solid var(--line);min-height:100vh;padding:28px 13px 18px;position:sticky;top:0;height:100vh;z-index:8}.brand{display:block;width:164px;height:58px;margin:0 9px 24px}.brand img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}.workspace{height:58px;display:flex;gap:11px;align-items:center;margin:0 0 29px;padding:7px 9px;border:1px solid var(--line);border-radius:10px;min-width:0}.workspace-mark,.avatar,.top-avatar{display:grid;place-items:center;flex:none;background:#e7eef8;color:var(--blue);font-weight:700;border-radius:9px}.workspace-mark{width:36px;height:36px;font:24px var(--heading)}.workspace strong,.sidebar-profile strong{display:block;font-size:12px;white-space:nowrap}.workspace small,.sidebar-profile small{display:block;color:var(--muted);font-size:10px;white-space:nowrap}.chevrons{margin-left:auto;color:#8594a3;font-size:17px}.nav-caption,.section-kicker,.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:800;color:#8a98a8}.nav-caption{padding:0 16px;margin-bottom:12px}.nav-list{display:grid;gap:4px}.nav-link{min-height:43px;display:flex;gap:12px;align-items:center;padding:0 13px;border-radius:8px;color:#667487;font-weight:650;font-size:12px}.nav-link:hover{background:#f4f7fb;color:var(--blue)}.nav-link.active{background:#edf3fa;color:var(--blue)}.nav-icon{width:20px;text-align:center;font-size:18px;line-height:1}.nav-count{margin-left:auto;background:#e9edf3;border-radius:5px;padding:2px 7px;font-size:10px}.sidebar-bottom{margin-top:auto}.help-card{border-radius:12px;background:var(--blue);color:#fff;padding:17px;margin:20px 2px 18px}.help-symbol{font-size:21px;color:#a9d7ff;margin-bottom:8px}.help-card strong{font:19px/1.15 var(--heading);display:block}.help-card p{color:#b7cde6;font-size:11px;line-height:1.55;margin:9px 0 0}.sidebar-profile{display:flex;gap:9px;align-items:center;padding:14px 6px 0;border-top:1px solid var(--line)}.avatar{width:35px;height:35px;font-size:11px}.main-shell{display:flex;flex-direction:column;min-width:0;flex:1}.topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,3vw,54px);gap:12px}.crumb{font-size:12px;color:#8490a0}.crumb span{color:#c6cdd6;margin:0 12px}.crumb strong{color:var(--ink)}.top-actions{display:flex;align-items:center;gap:10px}.demo-label{font-size:9px;letter-spacing:.1em;color:var(--muted);font-weight:800}.top-actions select{border:1px solid var(--line);border-radius:7px;background:#fff;padding:8px 29px 8px 10px;font-size:11px;color:var(--ink);max-width:186px}.top-avatar{height:32px;width:32px;font-size:10px}.mobile-menu{display:none;border:0;background:transparent;font-size:23px;color:var(--blue)}main{width:min(1510px,100%);margin:0 auto;padding:39px clamp(22px,3vw,54px) 65px;flex:1}.view{display:none}.view.active{display:block}.welcome,.page-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:29px}.welcome h1{margin:13px 0 8px}.welcome h1 span{color:var(--blue)}.welcome p,.page-heading p{color:var(--muted);margin:0;font-size:13px}.page-heading h1{margin:8px 0 8px}.eyebrow{color:var(--blue);display:flex;align-items:center;gap:7px}.eyebrow-dot{height:6px;width:6px;border-radius:50%;background:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:39px;padding:0 16px;border:1px solid transparent;border-radius:7px;font-size:12px;font-weight:700;white-space:nowrap}.button.primary{background:var(--blue);color:#fff;box-shadow:0 5px 14px #15407520}.button.primary:hover{background:var(--blue-dark)}.button-plus{font-size:17px;font-weight:400}.button.dark{background:var(--charcoal);color:#fff}.button.ghost{background:#fff;border-color:#dce5ef;color:var(--blue)}.button:disabled{opacity:.46;cursor:not-allowed}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:22px}.stat-card,.panel{background:var(--surface);border:1px solid #e9edf1;border-radius:11px;box-shadow:var(--shadow)}.stat-card{min-height:163px;padding:17px 19px;display:flex;flex-direction:column;align-items:flex-start}.stat-icon{height:32px;width:32px;display:grid;place-items:center;border-radius:8px;font-size:18px;margin-bottom:15px}.stat-icon.blue{background:#e8f0fa;color:var(--blue)}.stat-icon.amber{background:#fff3e5;color:#bb7d26}.stat-icon.mint{background:#e8f5f1;color:#359276}.stat-icon.violet{background:#f1effb;color:#8275b4}.stat-label{color:#738091;font-size:11px;margin-bottom:4px}.stat-value{font:31px/1.1 var(--heading);color:var(--ink)}.stat-value span{font:11px var(--body);color:var(--muted)}.stat-foot{color:#a1acb8;font-size:10px;margin-top:auto}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(265px,1fr);gap:20px}.dashboard-left{display:grid;align-content:start;gap:20px}.dashboard-right{display:grid;align-content:start;gap:17px}.panel-heading{padding:21px 22px 17px;display:flex;align-items:center;justify-content:space-between;gap:10px}.section-kicker{color:#8194aa;margin-bottom:7px}.pill{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:5px;font-size:10px;font-weight:700;white-space:nowrap}.amber-pill{background:#fff2de;color:#a56817}.blue-pill{background:#e8f0fa;color:#275991}.mint-pill{background:#e5f5ee;color:#248666}.pale-pill{background:#edf1f6;color:#63758c}.large-pill{font-size:11px;padding:9px 13px}.approval-feature{display:flex;align-items:center;gap:14px;margin:0 21px 22px;padding:18px;background:#f5f8fc;border:1px solid #e7eff8;border-radius:8px}.order-file{width:46px;height:47px;display:grid;place-items:center;background:#e3eefb;color:var(--blue);border-radius:8px;font-size:25px;flex:none}.approval-copy{min-width:0;flex:1}.approval-copy strong{font-size:13px}.approval-copy p{margin:2px 0;color:#6e7b8b;font-size:11px}.approval-copy span{color:#97a2ae;font-size:10px}.outline-small{font-size:10px;min-height:33px;padding:0 12px}.text-link{border:0;background:none;color:var(--blue);font-weight:700;font-size:11px;white-space:nowrap}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;min-width:600px}thead th{background:#fbfcfe;color:#9ba6b4;font-size:9px;letter-spacing:.1em;font-weight:800;white-space:nowrap;padding:11px 21px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}tbody td{padding:15px 21px;font-size:11px;color:#69788b;border-bottom:1px solid #f0f2f5;white-space:nowrap}tbody tr:last-child td{border-bottom:0}td strong{color:#354256;font-size:11px}.row-arrow{border:0;background:transparent;color:#9aa6b4;font-size:16px}.row-arrow:hover{color:var(--blue)}.progress-panel{padding:23px}.progress-panel h2{font-size:21px}.progress-intro{font-size:11px;color:#8895a5;margin:8px 0 24px}.timeline{list-style:none;padding:0;margin:0}.timeline li{position:relative;display:flex;gap:12px;min-height:62px}.timeline li:not(:last-child):before{content:'';position:absolute;left:12px;top:28px;bottom:0;border-left:1px dashed #ccd7e1}.timeline-dot{position:relative;display:grid;place-items:center;border-radius:50%;height:25px;width:25px;flex:none;background:#f0f2f5;border:1px solid #dce2e9;color:#aeb8c3;font-size:10px;font-weight:700;z-index:1}.timeline li.done .timeline-dot{color:#fff;background:#319775;border-color:#319775}.timeline li.current .timeline-dot{background:var(--blue);border-color:var(--blue);color:#fff}.timeline strong{font-size:11px;display:block;color:#465367;padding-top:2px}.timeline li.current strong{color:var(--blue)}.timeline small{display:block;color:#a2adb9;font-size:10px;padding-top:4px}.callout{background:#eaf1fa;border:1px solid #dce8f7;border-radius:11px;padding:20px;display:flex;gap:12px;color:var(--blue)}.callout>span{font-size:22px}.callout strong{font:19px var(--heading)}.callout p{font-size:11px;color:#667f9e;margin:5px 0 12px}.callout button{color:var(--blue);border:0;background:none;padding:0;font-weight:700;font-size:11px}.footer{height:55px;display:flex;justify-content:space-between;align-items:center;padding:0 clamp(22px,3vw,54px);font-size:10px;color:#a0acb7;border-top:1px solid var(--line);background:#fff}.filter-bar{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;gap:10px;flex-wrap:wrap}.search-label{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:7px;height:36px;padding:0 10px;min-width:250px;background:#fff;color:#9ca9b6;font-size:20px}.search-label input{width:100%;border:0;outline:none;font-size:11px;color:var(--ink)}.filter-chips{display:flex;gap:7px;flex-wrap:wrap}.filter-chip{border:1px solid #e5e9ef;color:#7e8da0;background:#fff;border-radius:6px;padding:7px 10px;font-size:10px}.filter-chip.selected{background:#eaf1fa;color:var(--blue);border-color:#dce8f6}.empty-state{padding:25px;text-align:center;color:var(--muted)}.order-layout,.approval-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:20px;align-items:start}.order-main{display:grid;gap:18px}.form-panel{padding-bottom:21px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 17px;padding:0 22px}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr));padding:0}.form-grid label,.textarea-label{display:flex;flex-direction:column;gap:7px;color:#5b6878;font-size:11px;font-weight:700}.form-grid label.full{grid-column:1/-1}.required{color:#c36655}.form-grid input,.form-grid select,.textarea-label textarea{width:100%;min-width:0;border:1px solid #dde5ee;border-radius:7px;padding:10px 11px;background:#fff;color:#344255;font-size:12px;min-height:40px}.form-grid input::placeholder,.textarea-label textarea::placeholder{color:#aab5c0}.input-unit{position:relative}.input-unit input{padding-right:39px}.input-unit small{position:absolute;right:11px;top:11px;color:#98a5b2;font-weight:500}.line-item{margin:0 22px;border:1px solid #e6ecf2;border-radius:9px;padding:18px}.line-item+.line-item{margin-top:14px}.line-heading{display:flex;gap:9px;align-items:center;margin-bottom:18px}.line-heading strong{font-size:12px}.number-badge{display:grid;place-items:center;background:#e7f0fb;color:var(--blue);border-radius:5px;width:27px;height:27px;font-size:10px;font-weight:800}.line-note{margin-left:auto;color:#a4afbd;font-size:10px}.add-line{margin:16px 22px 0;background:#f7fafe;color:var(--blue);border:1px dashed #b7cce2;border-radius:7px;padding:10px 15px;font-size:11px;font-weight:700}.textarea-label{margin:0 22px}.textarea-label textarea{resize:vertical;min-height:105px}.summary-panel,.confirm-card{padding:22px;position:sticky;top:89px}.summary-panel h2,.confirm-card h2{margin-bottom:24px}.summary-line{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #edf0f3;font-size:11px;color:#8693a3}.summary-line strong{color:#455469;text-align:right}.summary-divider{height:10px}.summary-info,.confirm-card p{font-size:11px;color:#8b98a7;line-height:1.6}.full-button{width:100%;margin-top:12px}.summary-disclaimer{font-size:9px;text-align:center;color:#b0bac5;margin:11px 0 0}.back-link{border:0;background:none;color:#71849a;font-size:11px;padding:0;margin-bottom:23px}.notice{display:flex;gap:11px;background:#eaf2fb;border:1px solid #d8e7f7;color:#52718e;border-radius:9px;padding:13px 15px;margin-bottom:19px}.notice>span{font-size:19px;line-height:1}.notice p{font-size:11px;line-height:1.6;margin:0}.notice strong{color:var(--blue)}.change-note{margin-top:16px;padding:17px 20px;background:#fff;border:1px solid #e9edf1;border-left:3px solid var(--blue);border-radius:6px}.change-note strong{color:var(--blue);font-size:12px}.change-note p{color:#8794a4;font-size:11px;margin:5px 0 0}.confirm-card h2{margin-bottom:10px}.checkbox-row{display:flex;align-items:flex-start;gap:8px;margin:21px 0 3px;font-size:11px;line-height:1.5;color:#4b596c}.checkbox-row input{accent-color:var(--blue);margin-top:3px}.confirm-card small{display:block;color:#6b7f94;min-height:27px;padding-top:12px}.production-meta{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:20px}.production-meta div{padding:18px 22px;border-right:1px solid var(--line)}.production-meta div:last-child{border:0}.production-meta small{display:block;color:#a2adba;font-size:9px;font-weight:800;letter-spacing:.12em}.production-meta strong{display:block;font-size:14px;margin-top:5px}.print-button{color:var(--blue);border-color:#d8e4f0;background:#fff}.table-sub{display:block;color:#a0acb8;font-size:10px;margin-top:3px}.work-note{border-top:1px solid var(--line);padding:17px 21px}.work-note strong{color:var(--blue);font-size:11px}.work-note p{margin:5px 0 0;font-size:11px;color:#8491a1}.worker-help{display:flex;gap:11px;background:#e8f5f1;border-radius:9px;padding:15px 19px;margin-top:16px;color:#29866d}.worker-help span{font-size:20px}.worker-help p{margin:0;font-size:11px;line-height:1.6}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;margin-bottom:18px}.catalog-card{padding:24px}.catalog-icon{display:grid;place-items:center;height:38px;width:38px;background:#eaf1fa;border-radius:8px;color:var(--blue);font-size:20px;margin-bottom:19px}.catalog-card h2{margin-bottom:8px}.catalog-card p{color:#8795a5;font-size:12px;min-height:37px}.catalog-card strong{color:var(--blue);font-size:11px}.toast{position:fixed;right:22px;bottom:22px;background:var(--charcoal);color:#fff;padding:12px 17px;border-radius:8px;font-size:12px;box-shadow:0 14px 35px #1b263744;opacity:0;transform:translateY(14px);pointer-events:none;transition:.2s;z-index:30}.toast.show{opacity:1;transform:translateY(0)}
@media(max-width:1100px){.sidebar{width:212px}.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.dashboard-right{grid-template-columns:1fr 1fr}.topbar{padding:0 25px}main{padding:33px 25px 55px}}
@media(max-width:760px){.sidebar{position:fixed;transform:translateX(-102%);transition:transform .22s;width:246px;box-shadow:15px 0 35px #172b3b18}.sidebar.open{transform:translateX(0)}.mobile-menu{display:block}.topbar{height:62px;padding:0 18px}.crumb{margin-right:auto}.demo-label{display:none}.top-actions select{max-width:152px;font-size:10px}.top-avatar{display:none}main{padding:28px 17px 45px}.welcome,.page-heading{align-items:flex-start;flex-direction:column;margin-bottom:23px}.welcome .button,.page-heading .button{width:100%}.dashboard-right,.order-layout,.approval-layout{grid-template-columns:1fr}.summary-panel,.confirm-card{position:static}.stats-grid{gap:11px}.stat-card{padding:14px;min-height:147px}.approval-feature{flex-wrap:wrap}.approval-feature .button{margin-left:60px}.footer{padding:0 18px;gap:10px}.footer span:last-child{text-align:right}.production-meta div{padding:13px 10px}.production-meta strong{font-size:11px}.catalog-grid{grid-template-columns:1fr}.catalog-card p{min-height:0}}
@media(max-width:450px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-label{font-size:10px}.stat-value{font-size:26px}.stat-icon{margin-bottom:12px}.form-grid,.form-grid.three{grid-template-columns:1fr}.panel-heading{padding:19px 16px 16px}.form-grid{padding:0 16px}.line-item,.textarea-label{margin-left:16px;margin-right:16px}.add-line{margin-left:16px}.welcome h1{font-size:29px}.production-meta{grid-template-columns:1fr}.production-meta div{border-right:0;border-bottom:1px solid var(--line)}.filter-bar{padding:15px}.search-label{width:100%;min-width:0}}
@media print{.sidebar,.topbar,.footer,.view:not(.active),.print-button,.back-link,.toast,.worker-help{display:none!important}body,main{background:#fff!important}main{padding:0}.main-shell{display:block}.panel{box-shadow:none;border:1px solid #ccc}.view.active{display:block!important}thead th,tbody td{padding:8px}table{min-width:0}.production-meta{break-inside:avoid}}
