@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap";:root{color:#152c35;background:#f2f6f5;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;--ink: #152c35;--ink-2: #29434b;--muted: #64777b;--line: #dbe5e3;--paper: #ffffff;--wash: #f2f6f5;--nav: #10272f;--teal: #0f6b63;--teal-soft: #dceeea;--mint: #b9d94b;--coral: #d9644a;--coral-soft: #f9e6e1;--gold: #a66c16;--gold-soft: #f7ecd7;--shadow: 0 12px 36px rgba(22, 52, 59, .08)}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}html{background:var(--nav)}body{margin:0;min-width:320px;background:var(--wash);color:var(--ink)}button,input,textarea,select{font:inherit}button,a,select,input,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(15,107,99,.25);outline-offset:2px}img,svg,video{max-width:100%}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4,strong{font-family:Manrope,DM Sans,sans-serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{min-height:100vh;display:grid;grid-template-columns:244px minmax(0,1fr);background:var(--wash)}.sidebar{position:sticky;top:0;height:100vh;padding:27px 18px 20px;background:var(--nav);color:#eff8f5;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:11px;padding:0 10px;font:700 19px/1 Manrope,sans-serif;letter-spacing:-.03em}.brand-mark{width:23px;height:25px;display:flex;gap:3px;align-items:flex-end}.brand-mark span{display:block;width:5px;border-radius:8px;background:var(--mint);transform:rotate(5deg)}.brand-mark span:nth-child(1){height:17px}.brand-mark span:nth-child(2){height:24px;background:#77bcb1}.brand-mark span:nth-child(3){height:14px;background:#e37b61}.workspace-card{margin:29px 0 22px;padding:12px;display:flex;align-items:center;gap:10px;border:1px solid rgba(225,241,237,.12);border-radius:12px;background:#ffffff0b}.workspace-monogram,.avatar{display:grid;place-items:center;flex:0 0 auto;width:34px;height:34px;border-radius:9px;background:#d4e86c;color:#173137;font:700 11px/1 Manrope,sans-serif}.workspace-card div:last-child,.sidebar-footer div:last-child,.sample-note div{display:flex;flex-direction:column;min-width:0}.workspace-card strong,.sidebar-footer strong,.sample-note strong{font-size:12px;line-height:1.4}.workspace-card span,.sidebar-footer span,.sample-note span{color:#91aaa9;font-size:10px;line-height:1.5}.side-nav{display:flex;flex-direction:column;gap:5px}.side-nav a,.side-nav .nav-current{position:relative;min-height:44px;padding:0 12px;display:flex;align-items:center;gap:13px;border-radius:9px;color:#9db1b0;font-size:12px;font-weight:600;text-decoration:none;transition:background .16s ease,color .16s ease}.side-nav a:hover{background:#ffffff0d;color:#fff}.side-nav .active{background:#1d3b42;color:#fff}.side-nav .active:before{content:"";position:absolute;left:-18px;width:3px;height:20px;border-radius:0 4px 4px 0;background:var(--mint)}.sample-note{margin-top:auto;padding:12px;display:flex;gap:10px;align-items:center;border-radius:10px;background:#b9d94b14;border:1px solid rgba(185,217,75,.13)}.sample-dot{flex:0 0 auto;width:9px;height:9px;border:2px solid var(--mint);border-radius:50%;box-shadow:0 0 0 4px #b9d94b17}.sample-note strong{color:#deecab}.sidebar-footer{margin-top:18px;padding:17px 9px 0;display:flex;align-items:center;gap:10px;border-top:1px solid rgba(255,255,255,.09)}.avatar{border-radius:50%;background:#34545a;color:#dce9e6}.main-shell{min-width:0;min-height:100vh}.mobile-header,.mobile-nav{display:none}.page-header{min-height:100px;padding:23px clamp(26px,4vw,58px) 19px;display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--line);background:#fafcfbd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.eyebrow{margin-bottom:5px;color:var(--teal);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.page-header h1{font-size:26px;line-height:1.15;letter-spacing:-.04em}.header-meta{display:flex;align-items:center;gap:20px;padding-bottom:4px;color:var(--muted);font-size:11px}.status-live{display:flex;align-items:center;gap:7px}.status-live i{width:7px;height:7px;border-radius:50%;background:#2f9380;box-shadow:0 0 0 4px #deefeb}.status-loading i{background:#c48a2a;box-shadow:0 0 0 4px #f5ead7}.status-error i{background:var(--coral);box-shadow:0 0 0 4px var(--coral-soft)}.date-label{padding-left:20px;border-left:1px solid var(--line)}.page-content{width:min(1440px,100%);min-height:calc(100vh - 100px);margin:0 auto;padding:32px clamp(26px,4vw,58px) 56px}.overview-stack,.view-stack{display:flex;flex-direction:column;gap:22px}.button{min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:9px;background:transparent;font-size:11px;font-weight:700;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.58;cursor:wait}.button.primary{background:var(--ink);color:#fff;box-shadow:0 5px 15px #152c3524}.button.primary:hover:not(:disabled){background:#234650}.button.secondary{border-color:#cddbd8;background:#fff}.button.secondary:hover:not(:disabled),.button.ghost:hover:not(:disabled){background:#edf4f2;border-color:#b8cbc7}.button.ghost{border-color:transparent}.button.danger{padding:0 12px;color:#ad4635;border-color:#efc9c0}.button.danger.confirming{color:#fff;background:#b94935;border-color:#b94935}.small-button{min-height:40px;padding:0 12px;font-size:10px}.compact-button{min-height:38px}.icon-button{width:40px;height:40px;padding:0;display:inline-grid;place-items:center;flex:0 0 auto;border:0;border-radius:8px;background:transparent;cursor:pointer}.icon-button:hover:not(:disabled){background:#edf3f1}.icon-button:disabled{opacity:.58;cursor:wait}.text-button{min-height:36px;padding:0 2px;display:inline-flex;align-items:center;gap:6px;border:0;background:none;color:var(--teal);font-size:10px;font-weight:700;cursor:pointer}.text-button .icon{width:14px;transition:transform .12s ease}.text-button:hover .icon{transform:translate(2px)}.intro-band{min-height:132px;padding:27px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;position:relative;border-radius:14px;background:#dfeceb}.intro-band:after{content:"";position:absolute;width:260px;height:260px;right:9%;top:-160px;border:38px solid rgba(15,107,99,.06);border-radius:50%}.intro-band>*{position:relative;z-index:1}.demo-kicker{margin-bottom:11px;display:flex;align-items:center;gap:7px;color:#537277;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.demo-kicker i{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 3px #b9d94b40}.intro-band h2{margin-bottom:4px;font-size:24px;letter-spacing:-.04em}.intro-band p{color:#5d7478;font-size:12px}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.kpi-card{min-height:124px;padding:20px 21px;position:relative;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;background:var(--paper);box-shadow:0 2px 7px #13333a06}.kpi-card:before{content:"";position:absolute;right:0;top:0;width:4px;height:100%;background:#b9d8d2}.kpi-card.warning:before{background:#dfb45f}.kpi-card.risk:before{background:#e07861}.kpi-card>span{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.kpi-card>strong{margin:7px 0 4px;font-size:31px;line-height:1;letter-spacing:-.05em}.kpi-card>small{margin-top:auto;color:#7b8c8f;font-size:10px}.overview-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,1fr);gap:18px}.panel{padding:22px 23px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}.section-title{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.section-title>div>span{display:block;margin-bottom:3px;color:#809093;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.section-title h2{font-size:16px;letter-spacing:-.025em}.stage-chart{height:207px;margin-top:19px;padding:12px 8px 0;display:flex;justify-content:space-around;align-items:flex-end;border-bottom:1px solid #e7eeec;background:repeating-linear-gradient(to bottom,#fff 0 48px,#edf2f1 49px)}.stage-bar{width:13%;height:100%;display:grid;grid-template-rows:1fr 18px 28px;align-items:end;justify-items:center;gap:2px}.bar-track{width:27px;height:100%;display:flex;align-items:flex-end}.bar-track span{width:100%;min-height:2px;display:block;border-radius:5px 5px 0 0;background:#73a49b;transition:height .3s ease}.stage-bar:nth-child(2) .bar-track span{background:#4a8b83}.stage-bar:nth-child(3) .bar-track span{background:#2f756e}.stage-bar:nth-child(4) .bar-track span{background:#196960}.stage-bar:nth-child(5) .bar-track span{background:#d49455}.stage-bar:nth-child(6) .bar-track span{background:var(--mint)}.stage-bar>strong{align-self:center;font-size:10px}.stage-bar>small{max-width:60px;color:var(--muted);font-size:10px;line-height:1.2;text-align:center}.chart-legend{margin-top:16px;display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.chart-legend span{display:flex;align-items:center;gap:7px}.legend-active{width:8px;height:8px;border-radius:2px;background:var(--teal)}.risk-list{margin-top:16px;display:flex;flex-direction:column}.risk-row{min-height:58px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid #edf2f1}.risk-row:last-child{border-bottom:0}.material-swatch{width:26px;height:26px;border-radius:7px;box-shadow:inset 0 0 0 1px #152c3514}.risk-row>div{display:flex;flex-direction:column;min-width:0}.risk-row strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.risk-row small{margin-top:2px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.risk-value{text-align:right}.risk-value strong{color:var(--coral)}.insight-toggle{min-height:40px;margin-top:10px;padding:0;display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--teal);font-size:10px;font-weight:700;cursor:pointer}.insight-note{margin:0 0 4px;padding:10px 11px;border-left:3px solid #73a49b;border-radius:0 7px 7px 0;background:#edf5f3;color:#526d70;font-size:10px;line-height:1.5}.inline-empty{min-height:160px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:11px;text-align:center}.inline-empty .icon{color:var(--teal)}.chart-note{min-height:30px;display:inline-flex;align-items:center;color:var(--muted);font-size:10px}.workload-panel{display:grid;grid-template-columns:minmax(190px,.7fr) minmax(0,2fr);align-items:center;gap:28px}.workload-chart{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.workload-week{min-width:0;display:grid;grid-template-rows:8px auto auto;gap:5px}.workload-week>div{height:8px;overflow:hidden;border-radius:50px;background:#e5eeec}.workload-week>div span{height:100%;display:block;border-radius:inherit;background:#3f847c}.workload-week:nth-child(2)>div span{background:#65a197}.workload-week:nth-child(3)>div span{background:#8ab9af}.workload-week:nth-child(4)>div span{background:#b4d1ca}.workload-week strong{font-size:10px}.workload-week small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.due-panel{padding-bottom:9px}.due-list{margin-top:12px}.due-row{min-height:64px;display:grid;grid-template-columns:42px minmax(170px,1fr) auto auto 100px;align-items:center;gap:16px;border-top:1px solid #e9efee}.due-date{width:36px;height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:7px;background:#eff4f3}.due-date strong{font-size:13px;line-height:1}.due-date span{margin-top:3px;color:var(--muted);font-size:10px;text-transform:uppercase}.due-main{display:flex;flex-direction:column;min-width:0}.due-main strong{font-size:11px}.due-main span{margin-top:3px;color:var(--muted);font-size:10px}.sample-badge{padding:5px 8px;display:inline-flex;align-items:center;border:1px solid #c6ddd8;border-radius:50px;background:#edf7f4;color:#367068;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.sample-badge.compact{padding:3px 6px;font-size:10px;vertical-align:middle}.demo-pill{padding:6px 9px;border-radius:50px;color:#ddecaa;background:#b9d94b1a;font-size:10px;font-weight:700}.priority{width:fit-content;padding:4px 7px;border-radius:50px;background:#edf2f1;color:#607275;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.priority-priority{background:var(--gold-soft);color:#8f5d15}.priority-rush{background:var(--coral-soft);color:#b14b38}.stage-chip{min-width:fit-content;padding:6px 9px;display:inline-flex;justify-content:center;border-radius:6px;background:#e9f2f0;color:#356d66;font-size:10px;font-weight:700}.text-risk{color:#b74d38!important}.text-good{color:#28796c!important}.view-toolbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.view-toolbar h2{margin-bottom:5px;font-size:20px;letter-spacing:-.035em}.view-toolbar p{color:var(--muted);font-size:11px;line-height:1.5}.toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.filters{padding:12px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;border:1px solid var(--line);border-radius:11px;background:#fff}.filters label{margin:0}.filters select{min-height:40px;max-width:180px;padding:0 34px 0 12px;border:1px solid #d8e2e0;border-radius:8px;background:#fff;color:var(--ink-2);font-size:10px}.filter-result{min-height:40px;margin-left:auto;display:inline-flex;align-items:center;color:var(--muted);font-size:10px;font-weight:700;white-space:nowrap}.search-box{min-width:260px;min-height:40px;padding:0 11px;display:flex;align-items:center;gap:8px;flex:1;border:1px solid #d8e2e0;border-radius:8px;background:#fafdfc;color:#829393}.search-box .icon{flex:0 0 auto}.search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:11px}.search-box input::placeholder{color:#91a09f}.toggle-button{min-height:40px;padding:0 13px;display:flex;align-items:center;gap:7px;border:1px solid #d8e2e0;border-radius:8px;background:#fff;font-size:10px;font-weight:700;cursor:pointer}.toggle-button.active{border-color:#df9b8c;background:var(--coral-soft);color:#a84533}.toggle-button:disabled{opacity:.58;cursor:wait}.table-panel{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.order-table-header,.order-row{display:grid;grid-template-columns:minmax(180px,1.55fr) minmax(130px,1fr) 100px 120px 60px 42px;align-items:center;gap:14px}.order-table-header{min-height:42px;padding:0 17px;background:#edf3f1;color:#6d7d7f;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.order-row{min-height:76px;padding:11px 17px;border-top:1px solid #e7eeec}.order-row>div{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.order-row strong{overflow:hidden;max-width:100%;font-size:10px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.order-row small,.order-title>span{margin-top:4px;color:var(--muted);font-size:10px}.order-title>strong{font-size:11px}.order-title .sample-badge{margin-left:4px}.row-edit{justify-self:end}.mobile-cell-label{display:none}.board-count{display:flex;align-items:center;gap:8px}.board-count strong{font-size:22px}.board-count span{max-width:50px;color:var(--muted);font-size:10px;line-height:1.2;text-transform:uppercase}.board-guide{min-height:58px;padding:12px 16px;display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;border:1px solid #cfe0dc;border-radius:10px;background:#eaf3f1}.board-guide strong{font-size:10px}.board-guide span{color:var(--teal);font-size:10px;font-weight:700}.board-guide p{flex-basis:100%;color:var(--muted);font-size:10px}.board{padding-bottom:10px;display:grid;grid-template-columns:repeat(6,minmax(214px,1fr));gap:12px;overflow-x:auto;scrollbar-color:#b3c6c2 transparent;scrollbar-width:thin}.board-scroll-cue{display:flex;align-items:center;gap:6px;color:var(--teal);font-size:10px;font-weight:700}.board-scroll-cue .icon{width:14px}.board-column{min-width:214px}.board-column>header{min-height:44px;padding:0 10px;display:flex;align-items:center;gap:8px}.board-column>header h3{font-size:11px}.board-column>header strong{min-width:22px;height:22px;margin-left:auto;display:grid;place-items:center;border-radius:6px;background:#e4ecea;color:#5c7275;font-size:10px}.stage-dot{width:8px;height:8px;border-radius:50%;background:#8da5a1}.stage-cutting{background:#67a49a}.stage-sewing{background:#2f7e74}.stage-finishing{background:#e0a257}.stage-quality-check{background:#dc7963}.stage-ready{background:var(--mint)}.board-cards{min-height:220px;padding:8px;display:flex;flex-direction:column;gap:9px;border-radius:11px;background:#eaf0ef}.board-card{padding:14px;border:1px solid #dbe4e2;border-radius:9px;background:#fff;box-shadow:0 2px 6px #1132390a}.card-top{min-height:20px;margin-bottom:9px;display:flex;justify-content:space-between;gap:6px}.board-card h4{font-size:11px;line-height:1.35}.board-card>p{margin-top:3px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.card-details{margin-top:12px;padding:8px 0;display:flex;justify-content:space-between;border-top:1px solid #edf1f0;border-bottom:1px solid #edf1f0;color:#556b6e;font-size:10px}.card-due{padding:9px 0;display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.card-due strong{font-size:10px;color:var(--ink)}.stage-select{display:flex;align-items:center;gap:6px}.stage-select span{flex:0 0 auto;color:var(--muted);font-size:10px}.stage-select select{width:100%;min-width:0;height:40px;padding:0 25px 0 8px;border:1px solid #d9e3e1;border-radius:6px;background:#fff;font-size:10px}.next-stage{width:100%;min-height:40px;margin-top:8px;padding:0 8px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:6px;background:#edf5f3;color:#276b63;font-size:10px;font-weight:700;cursor:pointer}.next-stage:hover:not(:disabled){background:#deece9}.next-stage:disabled{opacity:.58;cursor:wait}.next-stage .icon{width:14px}.column-empty{min-height:90px;padding:20px 12px;display:grid;place-items:center;color:#8b9a9b;font-size:10px;line-height:1.5;text-align:center;border:1px dashed #cad8d5;border-radius:8px}.material-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.material-summary article{min-height:78px;padding:16px 19px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:10px;background:#fff}.material-summary span{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.material-summary strong{margin-top:6px;font-size:21px}.material-summary .risk-summary{border-color:#efc9c0;background:snow}.material-summary .risk-summary strong{color:var(--coral)}.materials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.material-card{padding:19px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 2px 7px #13333a06}.material-card.at-risk{border-top:3px solid #df765e;padding-top:17px}.material-card>header{min-height:42px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center}.material-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:#edf2f1}.material-icon span{width:21px;height:21px;border-radius:5px;box-shadow:inset 0 0 0 1px #152c351a}.material-card header>div:nth-child(2){min-width:0}.material-card header div>span{display:block;overflow:hidden;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.07em;text-overflow:ellipsis;white-space:nowrap}.material-card h3{margin-top:3px;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.stock-value{margin-top:19px;display:flex;align-items:baseline;gap:7px}.stock-value strong{font-size:28px;letter-spacing:-.05em}.stock-value span{color:var(--muted);font-size:10px}.stock-meter{height:6px;margin-top:10px;overflow:hidden;border-radius:10px;background:#e7eeec}.stock-meter span{height:100%;display:block;border-radius:inherit;background:#4b8b82}.at-risk .stock-meter span{background:#df765e}.stock-meta{margin-top:7px;display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.stock-meta strong{font-size:10px;text-transform:uppercase;letter-spacing:.06em}.material-card>footer{min-height:52px;margin-top:17px;padding-top:13px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #e9efee}.material-card>footer>span{max-width:60%;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.loading-view{min-height:420px;display:flex;flex-direction:column;gap:16px}.loading-view>p{display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:11px}.skeleton{min-height:160px;border-radius:12px;background:linear-gradient(90deg,#e5edeb 20%,#edf3f1,#e5edeb 56%);background-size:240% 100%;animation:shimmer 1.35s infinite linear}.hero-skeleton{min-height:130px}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.spinner{width:17px;height:17px;display:inline-block;flex:0 0 auto;border:2px solid #b7cac6;border-top-color:var(--teal);border-radius:50%;animation:spin .65s linear infinite}.spinner.small{width:13px;height:13px;border-color:#ffffff59;border-top-color:#fff}@keyframes shimmer{to{background-position:-240% 0}}@keyframes spin{to{transform:rotate(360deg)}}.state-card{min-height:260px;padding:35px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;border:1px dashed #cbd8d5;border-radius:13px;background:#fff9;text-align:center}.state-card>div{max-width:430px}.state-card h2{margin-bottom:6px;font-size:17px}.state-card p{color:var(--muted);font-size:11px;line-height:1.55}.state-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:50%;background:#e5efed;color:var(--teal)}.error-state .state-icon{background:var(--coral-soft);color:var(--coral)}.form-error{min-height:42px;margin-bottom:14px;padding:10px 12px;display:flex;align-items:center;gap:9px;border:1px solid #efc5bc;border-radius:8px;background:#fff7f5;color:#a94634;font-size:10px}.toast-region{position:fixed;top:0;right:0;z-index:100;width:min(440px,100%);padding:16px;pointer-events:none}.toast{min-height:48px;max-width:min(390px,100%);margin-left:auto;padding:8px 8px 8px 9px;display:flex;align-items:center;gap:10px;border:1px solid #c7dbd7;border-radius:11px;background:#fff;color:#284a50;box-shadow:0 6px 20px #16343b14;font-size:11px;font-weight:700;pointer-events:auto;animation:toastIn .18s ease-out}.toast>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#dff0ec;color:var(--teal)}.toast>p{min-width:0;flex:1;line-height:1.35}.toast-dismiss{width:36px;height:36px}@keyframes toastIn{0%{opacity:0;transform:translateY(7px)}}.modal-backdrop{position:fixed;inset:0;z-index:80;padding:28px;display:grid;place-items:center;overflow-y:auto;background:#081d2394;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(700px,100%);max-height:calc(100vh - 56px);overflow-y:auto;border-radius:14px;background:#fff;box-shadow:0 24px 80px #05191f47}.narrow-modal{width:min(610px,100%)}.modal-header{min-height:86px;padding:19px 23px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.modal-header span{display:block;margin-bottom:3px;color:var(--teal);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.modal-header h2{font-size:18px;letter-spacing:-.03em}.modal form{padding:20px 23px 0}.form-grid{min-width:0;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 16px;border:0}.form-grid label{display:flex;flex-direction:column;min-width:0}.form-grid label>span{margin-bottom:6px;color:#536a6e;font-size:10px;font-weight:700}.form-grid label>span em{float:right;color:#98a5a5;font-size:10px;font-style:normal;font-weight:400}.form-grid input,.form-grid select,.form-grid textarea{width:100%;min-height:42px;padding:0 11px;border:1px solid #ccd9d6;border-radius:8px;background:#fcfdfd;color:var(--ink);font-size:11px;outline:0;transition:border-color .12s ease,box-shadow .12s ease}.form-grid textarea{padding-block:10px;resize:vertical;line-height:1.5}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#5e9d94;box-shadow:0 0 0 3px #0f6b631a}.form-grid input[aria-invalid=true]{border-color:#d77762}.form-grid label>small{margin-top:4px;color:#b44e3a;font-size:10px}.span-2{grid-column:span 2}.modal-footer{min-height:76px;margin-top:21px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--line)}.modal-footer>div{display:flex;gap:8px}@media(max-width:1120px){.app-shell{grid-template-columns:210px minmax(0,1fr)}.sidebar{padding-inline:14px}.side-nav .active:before{left:-14px}.page-content,.page-header{padding-inline:28px}.kpi-grid{grid-template-columns:repeat(2,1fr)}.overview-grid{grid-template-columns:1fr}.materials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-table-header,.order-row{grid-template-columns:minmax(160px,1.5fr) minmax(110px,1fr) 90px 105px 48px 40px;gap:9px}}@media(max-width:760px){.app-shell{display:block;min-height:100vh}.sidebar{display:none}.main-shell{min-height:100vh}.mobile-header{min-height:64px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;background:var(--nav);color:#fff}.mobile-header .brand{padding:0;font-size:17px}.mobile-nav{padding:7px 8px;display:grid;grid-template-columns:repeat(4,1fr);gap:3px;position:sticky;top:0;z-index:30;border-bottom:1px solid #d8e3e1;background:#f9fcfbf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-nav a,.mobile-nav .nav-current{min-width:0;min-height:48px;padding:5px 3px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:7px;color:#6a7d80;font-size:10px;font-weight:700;text-decoration:none}.mobile-nav a .icon,.mobile-nav .nav-current .icon{width:17px;height:17px}.mobile-nav .active{background:#e4efed;color:#205e58}.page-header{min-height:84px;padding:18px 18px 14px;background:#f7faf9}.page-header h1{font-size:22px}.header-meta{padding:0 0 4px}.date-label{display:none}.status-live{font-size:10px}.page-content{min-height:calc(100vh - 148px);padding:20px 15px 40px}.overview-stack,.view-stack{gap:15px}.intro-band{min-height:155px;padding:21px;align-items:flex-start;flex-direction:column;justify-content:center;gap:17px}.intro-band h2{font-size:21px}.intro-band .button{width:100%}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.kpi-card{min-height:116px;padding:16px}.kpi-card>strong{font-size:27px}.kpi-card>small{line-height:1.3}.panel{padding:18px 15px}.stage-chart{margin-inline:-3px;padding-inline:1px}.bar-track{width:20px}.stage-bar>small{font-size:10px}.due-row{min-height:78px;grid-template-columns:38px minmax(0,1fr) auto;gap:10px}.due-row>.priority,.due-row>.sample-badge{display:none}.due-row>.stage-chip{grid-column:2 / 4;grid-row:2;width:fit-content;margin-top:-15px;padding-block:4px}.workload-panel{grid-template-columns:1fr;gap:16px}.workload-chart{grid-template-columns:repeat(2,1fr);gap:14px}.view-toolbar{min-height:92px;align-items:flex-start;flex-direction:column;gap:13px}.view-toolbar .button{width:100%}.view-toolbar .toolbar-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.view-toolbar .toolbar-actions .button{min-width:0}.view-toolbar .toolbar-actions .board-count{justify-content:center}.filters{align-items:stretch}.search-box{min-width:100%;flex-basis:100%}.filters select{max-width:none;width:100%}.filters>label:not(.search-box){flex:1;min-width:135px}.filter-result{width:100%;min-height:28px;margin-left:0}.compact-button{flex:1}.order-table-header{display:none}.table-panel{overflow:visible;border:0;background:transparent}.order-table{display:flex;flex-direction:column;gap:9px}.order-row{min-height:0;padding:15px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 40px;gap:15px 10px;border:1px solid var(--line);border-radius:10px;background:#fff}.order-row>div:nth-of-type(1){grid-column:1 / 3}.order-row>div:nth-of-type(2),.order-row>div:nth-of-type(3),.order-row>div:nth-of-type(4),.order-row>div:nth-of-type(5){padding-top:10px;border-top:1px solid #edf2f1}.order-row>div:nth-of-type(4){grid-column:1 / 2}.order-row>div:nth-of-type(5){grid-column:2 / 3}.order-row .row-edit{grid-column:3;grid-row:1}.mobile-cell-label{display:block;margin-bottom:4px;color:#8a9999;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.board{margin-inline:-15px;padding-inline:15px;grid-template-columns:repeat(6,78vw);scroll-snap-type:x proximity}.board-column{scroll-snap-align:start}.materials-grid{grid-template-columns:1fr}.material-summary{gap:7px}.material-summary article{min-height:72px;padding:13px 11px}.material-summary span{line-height:1.3}.material-summary strong{font-size:19px}.modal-backdrop{padding:0;align-items:end}.modal{width:100%;max-height:92vh;border-radius:16px 16px 0 0}.modal-header{min-height:78px;padding:16px 17px;position:sticky;top:0;z-index:2;background:#fff}.modal form{padding:16px 17px 0}.form-grid{grid-template-columns:1fr;gap:13px}.span-2{grid-column:span 1}.modal-footer{padding:13px 0 16px;align-items:stretch;flex-direction:column-reverse}.modal-footer>div{display:grid;grid-auto-flow:column;grid-auto-columns:1fr}.modal-footer .button{width:100%}.toast-region{padding:8px}.toast{max-width:100%}.skeleton-grid{grid-template-columns:1fr}.skeleton-grid .skeleton:not(:first-child){display:none}}@media(max-width:390px){.mobile-header{padding-inline:14px}.mobile-nav{padding-inline:4px}.mobile-nav a,.mobile-nav .nav-current{font-size:10px}.page-header{padding-inline:15px}.page-content{padding-inline:12px}.kpi-card{padding:14px 12px}.kpi-card>span{font-size:10px}.section-title{gap:8px}.section-title h2{font-size:15px}.text-button{max-width:105px;justify-content:flex-end;text-align:right}.filters>label:not(.search-box){min-width:126px}.material-summary article{padding-inline:9px}.board{margin-inline:-12px;padding-inline:12px}.order-row{padding:13px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
