@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{color:#1a2e36;font-synthesis:none;text-rendering:optimizelegibility;--ink:#1a2e36;--muted:#73848a;--line:#e3ebeb;--soft:#f8fbfb;--navy:#112d3a;--navy2:#183b49;--teal:#2ba98a;--blue:#4d89d8;--amber:#e7a340;--violet:#8667d8;--coral:#e77669;background:#f4f7f7;font-family:DM Sans,Noto Sans SC,sans-serif}*{box-sizing:border-box}body{background:#f4f7f7;min-width:1100px;margin:0}button,input,select{font:inherit}button{cursor:pointer;color:inherit;background:0 0;border:0}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--navy);color:#c5d2d5;z-index:3;flex-direction:column;width:248px;min-height:100vh;padding:24px 15px 18px;transition:width .25s;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-collapsed .sidebar{width:78px;padding:24px 12px}.main-area{width:calc(100% - 248px);margin-left:248px;transition:margin .25s}.sidebar-collapsed .main-area{width:calc(100% - 78px);margin-left:78px}.brand-lockup{align-items:center;gap:11px;padding:0 10px 30px;display:flex}.brand-mark{color:#eafff8;background:#2caa8b;border-radius:10px;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 4px 12px #0b202a88}.brand-lockup strong{letter-spacing:.2px;color:#fff;font-size:18px;display:block}.brand-lockup strong span{color:#6fdec0}.brand-lockup small{color:#7f9aa3;margin-top:3px;font-size:11px;display:block}.collapse-button{color:#8da4aa;border-radius:8px;place-items:center;width:34px;height:30px;margin:0 0 18px 1px;display:grid}.collapse-button:hover{color:#fff;background:#ffffff10}.main-nav{flex:1;overflow:auto}.nav-group{margin-bottom:18px}.nav-section-title{color:#66838d;text-transform:uppercase;letter-spacing:1.2px;margin:0 12px 8px;font-size:10px}.nav-item{color:#a8bbc0;text-align:left;border-radius:9px;align-items:center;gap:12px;width:100%;margin:3px 0;padding:11px 12px;transition:all .15s;display:flex}.sidebar-collapsed .nav-item{justify-content:center;padding:11px 0}.nav-item:hover{color:#f5fbfa;background:#ffffff0d}.nav-item.active{color:#eafff8;background:#245c61;box-shadow:inset 3px 0 #63d4b2}.nav-item span{flex:1;font-size:13px}.nav-item em{color:#bfeadf;background:#315462;border-radius:12px;padding:2px 7px;font-size:10px;font-style:normal}.sidebar-foot{margin-top:auto}.support-card{color:#96b5ba;background:#183b49;border-radius:10px;align-items:center;gap:9px;padding:12px 11px;display:flex}.support-card div{flex:1}.support-card strong,.support-card span{display:block}.support-card strong{color:#d6e5e4;font-size:12px}.support-card span{margin-top:3px;font-size:10px}.version{color:#55747d;margin:18px 10px 0;font-size:10px}.topbar{border-bottom:1px solid var(--line);z-index:2;background:#fff;justify-content:space-between;align-items:center;height:74px;padding:0 38px;display:flex;position:sticky;top:0}.breadcrumb{color:#96a3a5;align-items:center;gap:9px;font-size:12px;display:flex}.breadcrumb strong{color:var(--ink);font-size:13px}.top-actions{align-items:center;gap:20px;display:flex}.global-search{color:#95a2a5;background:#f5f8f8;border:1px solid #edf1f1;border-radius:8px;align-items:center;gap:8px;width:285px;height:38px;padding:0 10px;display:flex}.global-search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:12px}.global-search kbd{color:#91a0a2;background:#fff;border:1px solid #dbe5e5;border-radius:4px;padding:3px 5px;font-size:10px}.icon-button{color:#718287;border-radius:8px;place-items:center;width:34px;height:34px;display:grid;position:relative}.icon-button:hover{color:var(--ink);background:#eef5f4}.has-dot:after{content:"";background:var(--coral);border:2px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:5px;right:6px}.profile{align-items:center;gap:9px;padding-left:4px;display:flex}.profile-copy strong,.profile-copy span{display:block}.profile-copy strong{font-size:12px}.profile-copy span{color:var(--muted);margin-top:2px;font-size:10px}.avatar{border-radius:10px;place-items:center;width:31px;height:31px;font-size:12px;font-weight:700;display:grid}.avatar.coral{color:#b95448;background:#f9dfdb}.avatar.blue{color:#376eae;background:#dceafa}.avatar.violet{color:#6548ae;background:#e9e2fb}.avatar.teal{color:#267d68;background:#d7f2e8}.avatar.amber{color:#ad6d15;background:#f9ebd1}.content{max-width:1600px;margin:0 auto;padding:35px 40px 50px}.page-header{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.eyebrow{letter-spacing:1.3px;text-transform:uppercase;color:#7b9a9b;margin-bottom:8px;font-size:10px;font-weight:700}.page-header h1{letter-spacing:-.3px;margin:0;font-size:27px;line-height:1.2}.page-header p{color:var(--muted);margin:8px 0 0;font-size:13px}.primary-button,.secondary-button{border-radius:8px;align-items:center;gap:8px;height:40px;padding:0 15px;font-size:12px;font-weight:600;display:inline-flex}.primary-button{background:var(--navy);color:#fff;box-shadow:0 5px 12px #112d3a22}.primary-button:hover{background:#204c5a}.primary-button:disabled{opacity:.4;cursor:not-allowed}.secondary-button{color:#237660;background:#edf5f3}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.kpi-card{border:1px solid var(--line);background:#fff;border-radius:12px;min-height:132px;padding:18px 19px 15px;position:relative;overflow:hidden}.kpi-icon{border-radius:9px;place-items:center;width:36px;height:36px;margin-bottom:14px;display:grid}.kpi-icon.teal,.report-icon.teal,.todo-icon.teal{color:#25836d;background:#def4eb}.kpi-icon.blue,.report-icon.blue,.todo-icon.blue{color:#3d79bd;background:#e2effc}.kpi-icon.amber,.report-icon.amber,.todo-icon.amber{color:#b6781f;background:#fff1d9}.kpi-icon.violet,.report-icon.violet,.todo-icon.violet{color:#6d54b6;background:#eee8fc}.kpi-icon.coral,.report-icon.coral,.todo-icon.coral{color:#bd5c50;background:#fae5e1}.kpi-label{color:#73848a;justify-content:space-between;align-items:center;font-size:12px;display:flex}.kpi-label .trend{align-items:center;gap:1px;font-size:10px;display:flex}.trend.positive{color:#2f9d7e}.kpi-card>strong{letter-spacing:-.4px;margin-top:5px;font-size:24px;display:block}.sparkline{align-items:end;gap:4px;height:22px;display:flex;position:absolute;bottom:17px;right:18px}.sparkline i{background:#d6efe7;border-radius:3px 3px 0 0;width:5px;display:block}.sparkline i:nth-child(5),.sparkline i:nth-child(6),.sparkline i:nth-child(8){background:#8bd7c0}.kpi-card:nth-child(2) .sparkline i{background:#dceafa}.kpi-card:nth-child(2) .sparkline i:nth-child(6),.kpi-card:nth-child(2) .sparkline i:nth-child(8){background:#91b9e7}.kpi-card:nth-child(3) .sparkline i{background:#f9e8c6}.kpi-card:nth-child(3) .sparkline i:nth-child(6),.kpi-card:nth-child(3) .sparkline i:nth-child(8){background:#edbd69}.kpi-card:nth-child(4) .sparkline i{background:#e5ddfa}.kpi-card:nth-child(4) .sparkline i:nth-child(6),.kpi-card:nth-child(4) .sparkline i:nth-child(8){background:#b6a5eb}.dashboard-grid{grid-template-columns:minmax(0,1.75fr) minmax(280px,.95fr);gap:20px;margin-bottom:20px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:12px}.panel-header{justify-content:space-between;align-items:flex-start;padding:21px 22px 0;display:flex}.panel-header h2{margin:0;font-size:15px}.panel-header p{color:var(--muted);margin:5px 0 0;font-size:11px}.segmented{background:#f3f7f7;border-radius:7px;padding:3px;display:flex}.segmented button{color:#839396;border-radius:5px;padding:6px 9px;font-size:10px}.segmented .selected{color:var(--ink);background:#fff;box-shadow:0 1px 5px #183b4913}.chart-area{height:245px;padding:26px 23px 18px 13px;display:flex}.chart-y{color:#9aa9ab;text-align:right;flex-direction:column;justify-content:space-between;width:44px;padding:1px 0 22px;font-size:10px;display:flex}.chart{flex:1;position:relative}.grid-line{background:#eef3f3;height:1px;position:absolute;left:0;right:0}.grid-line.l1{top:3px}.grid-line.l2{top:35%}.grid-line.l3{top:69%}.chart svg{width:100%;height:185px;position:absolute;top:0;left:0;overflow:visible}.chart-fill{fill:#dff3eb;opacity:.6}.chart-line{fill:none;stroke:#2ba98a;stroke-width:3px;vector-effect:non-scaling-stroke}.chart-x{color:#9aa9ab;justify-content:space-between;font-size:10px;display:flex;position:absolute;bottom:0;left:0;right:0}.status-panel{min-height:310px}.donut-wrap{align-items:center;gap:22px;padding:27px 23px 16px;display:flex}.donut{background:conic-gradient(var(--teal) 0 47%,var(--amber) 47% 70%,var(--violet) 70% 87%,var(--coral) 87% 100%);border-radius:50%;flex:none;place-items:center;width:150px;height:150px;display:grid;position:relative}.donut:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:17px}.donut div{z-index:1;text-align:center;position:relative}.donut strong,.donut span{display:block}.donut strong{letter-spacing:-1px;font-size:28px}.donut span{color:var(--muted);margin-top:2px;font-size:10px}.legend{flex:1;gap:12px;display:grid}.legend span{color:#607479;align-items:center;gap:7px;font-size:11px;display:flex}.legend b{color:var(--ink);margin-left:auto;font-size:12px}.dot{border-radius:50%;width:8px;height:8px;display:inline-block}.dot.teal{background:var(--teal)}.dot.amber{background:var(--amber)}.dot.violet{background:var(--violet)}.dot.coral{background:var(--coral)}.dot.blue{background:var(--blue)}.text-button{color:#2a8c77;align-items:center;gap:5px;padding:0;font-size:11px;font-weight:600;display:inline-flex}.status-panel .text-button{margin:0 23px 19px}.lower-grid{grid-template-columns:minmax(0,1.75fr) minmax(280px,.95fr)}.table-panel,.todo-panel{min-height:340px}.data-table{padding:20px 22px 0}.table-head,.table-row{grid-template-columns:1.05fr 1.65fr 1.25fr .8fr .7fr;align-items:center;gap:15px;display:grid}.table-head{color:#8c9c9f;border-bottom:1px solid #eef3f3;padding:0 0 11px;font-size:10px}.table-row{color:#607479;border-bottom:1px solid #f0f4f4;padding:15px 0;font-size:11px}.table-row:last-child{border:0}.table-row strong{color:#2c4d56;font-size:11px}.status{white-space:nowrap;border-radius:5px;padding:4px 8px;font-size:10px;font-style:normal;display:inline-block}.status.teal{color:#27846c;background:#e1f5ed}.status.amber{color:#b47417;background:#fff0d5}.status.violet{color:#7054b8;background:#eee8fc}.status.blue{color:#3b76b5;background:#e5f0fb}.status.coral{color:#b5574d;background:#fbe5e1}.status.slate{color:#657a80;background:#edf2f3}.todo-list{padding:18px 22px}.todo-item{border-bottom:1px solid #f0f4f4;align-items:center;gap:11px;padding:14px 0;display:flex}.todo-item:last-child{border:0}.todo-icon{border-radius:8px;flex:none;place-items:center;width:31px;height:31px;display:grid}.todo-item>div:nth-child(2){flex:1}.todo-item strong,.todo-item span{display:block}.todo-item strong{font-size:11px}.todo-item span{color:var(--muted);margin-top:4px;font-size:10px}.todo-arrow{color:#a2afb1;transform:rotate(-90deg)}.list-page{padding-bottom:16px}.filter-bar{border-bottom:1px solid var(--line);gap:9px;padding:17px 21px;display:flex}.filter-search{border:1px solid var(--line);color:#8fa0a2;border-radius:7px;flex:1;align-items:center;gap:7px;max-width:320px;height:34px;padding:0 9px;display:flex}.filter-search input{border:0;outline:0;flex:1;min-width:0;font-size:11px}.filter-button{border:1px solid var(--line);color:#607479;background:#fff;border-radius:7px;align-items:center;gap:8px;height:34px;padding:0 10px;font-size:11px;display:inline-flex}.filter-button:hover{color:#247761;border-color:#bbd6d0}.filter-button.icon-only{justify-content:center;width:34px;margin-left:auto;padding:0}.pagination,.table-footer{color:#8c9c9f;justify-content:space-between;align-items:center;padding:18px 22px 0;font-size:10px;display:flex}.pagination>div{align-items:center;gap:5px;display:flex}.page,.next{border:1px solid var(--line);color:#728488;border-radius:5px;height:27px;padding:0 9px;font-size:10px}.page.active{background:var(--navy);border-color:var(--navy);color:#fff}.next{align-items:center;gap:4px;margin-left:5px;display:flex}.customer-grid{grid-template-columns:1fr 1fr;gap:12px;padding:20px 21px;display:grid}.customer-card{border:1px solid var(--line);border-radius:10px;align-items:center;gap:12px;padding:17px;display:flex}.customer-card:hover{border-color:#b8d8d0}.customer-logo{color:#28816e;background:#dff3eb;border-radius:9px;place-items:center;width:37px;height:37px;font-size:16px;font-weight:700;display:grid}.customer-logo.c1{color:#3b78ba;background:#e3eefb}.customer-logo.c2{color:#ad721d;background:#fff0d6}.customer-logo.c3{color:#6f54b5;background:#ece6fb}.customer-main{flex:1}.customer-main strong,.customer-main span{display:block}.customer-main strong{font-size:12px}.customer-main span{color:var(--muted);margin-top:5px;font-size:10px}.plan-board{grid-template-columns:repeat(4,1fr);gap:13px;padding:20px;display:grid}.plan-column{background:#f7fafa;border-radius:9px;min-height:390px;padding:13px}.column-title{color:#607479;align-items:center;gap:7px;margin-bottom:11px;font-size:11px;display:flex}.column-title b{color:#8d9c9e;margin-left:auto;font-size:11px}.plan-card{border:1px solid var(--line);background:#fff;border-radius:8px;margin-bottom:10px;padding:13px;box-shadow:0 2px 5px #183b4907}.plan-card-top{color:#8a9a9d;justify-content:space-between;font-size:10px;display:flex}.plan-card>span{margin:13px 0;font-size:11px;font-weight:600;display:block}.plan-meta{color:#718286;justify-content:space-between;align-items:center;font-size:10px;display:flex}.plan-meta .status{font-size:9px}.progress{background:#edf3f3;border-radius:4px;height:5px;margin-top:12px;overflow:hidden}.progress i{border-radius:4px;height:100%;display:block}.progress i.teal{background:var(--teal)}.progress i.blue{background:var(--blue)}.progress i.amber{background:var(--amber)}.progress i.violet{background:var(--violet)}.workshop-strip{grid-template-columns:repeat(4,1fr);gap:10px;padding:20px 21px;display:grid}.workshop-strip>div{color:#7b8c8f;background:#f8fbfb;border:1px solid #edf3f2;border-radius:8px;align-items:center;gap:9px;padding:13px;font-size:10px;display:flex}.workshop-strip strong{color:var(--ink);margin-top:5px;font-size:14px;display:block}.workshop-strip svg{color:#5d9a91}.danger-text{color:#bd5a50!important}.workshop-list,.inspection-list,.shipment-list{padding:3px 21px 10px}.workshop-row,.inspection-row,.shipment-row{color:#63757a;border-bottom:1px solid #f0f4f4;grid-template-columns:38px 1.2fr 1.1fr 1fr 1.2fr 24px;align-items:center;gap:13px;padding:16px 0;font-size:11px;display:grid}.workshop-row:last-child,.inspection-row:last-child,.shipment-row:last-child{border:0}.machine-icon{border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.machine-icon.blue{color:#3d79bd;background:#e2effc}.machine-icon.amber{color:#b6781f;background:#fff0d6}.machine-icon.teal{color:#25836d;background:#def4eb}.machine-name strong,.machine-name span{display:block}.machine-name span{color:#2b957b;margin-top:4px;font-size:10px}.machine-order{color:#8b9b9e}.machine-progress>span{text-align:right;margin-bottom:6px;font-size:10px;display:block}.inspection-row{grid-template-columns:24px 1fr 1.3fr 1fr .7fr .75fr 24px}.inspection-row svg{color:#738b91}.shipping-progress{align-items:center;padding:35px 45px 28px;display:flex}.shipping-step{color:#9aa9aa;white-space:nowrap;flex-direction:column;align-items:center;gap:8px;display:flex}.shipping-step span{background:#fff;border:1px solid #dce7e6;border-radius:50%;place-items:center;width:33px;height:33px;display:grid}.shipping-step strong{font-size:10px;font-weight:500}.shipping-step b{margin-left:3px;font-size:11px}.shipping-step.done,.shipping-step.active{color:#318c78}.shipping-step.done span{background:#e1f5ed;border-color:#bfe9dc}.shipping-step.active span{color:#3b76b5;background:#e5f0fb;border-color:#c6dcf0}.shipping-line{background:#dfe9e8;flex:1;height:1px;margin:0 12px 23px}.shipping-line.done{background:#8bd1bd}.shipment-row{grid-template-columns:1.1fr 1.45fr 1.2fr .85fr .7fr 24px}.shipment-id{color:#2b4e58;align-items:center;gap:8px;display:flex}.shipment-id svg{color:#5f9890}.report-grid{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:20px;display:grid}.report-card{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:12px;min-height:113px;padding:18px;display:flex}.report-card:hover{border-color:#bbd7d0;transform:translateY(-1px)}.report-icon{border-radius:9px;flex:none;place-items:center;width:39px;height:39px;display:grid}.report-card div:nth-child(2){flex:1}.report-card h3{margin:0;font-size:12px}.report-card p{color:var(--muted);margin:5px 0 0;font-size:10px;line-height:1.45}.report-card>svg{color:#a2b0b1}.report-preview{padding-bottom:24px}.report-bars{gap:17px;padding:24px 28px 0;display:grid}.report-bars>div{color:#718286;grid-template-columns:100px 1fr;align-items:center;gap:12px;font-size:11px;display:grid}.report-bars i{background:#dff3eb;border-radius:5px;height:24px;display:block;position:relative}.report-bars i:before{content:"";background:#74cdb2;border-radius:5px;height:100%;display:block}.report-bars i[style*="82%"]:before{width:82%}.report-bars i[style*="74%"]{background:#e2effc}.report-bars i[style*="74%"]:before{background:#86b5e7;width:74%}.report-bars i[style*="61%"]{background:#eee8fc}.report-bars i[style*="61%"]:before{background:#a795e3;width:61%}.report-bars i[style*="96%"]{background:#fff0d6}.report-bars i[style*="96%"]:before{background:#edbe71;width:96%}.report-bars b{color:var(--ink);white-space:nowrap;font-size:10px;position:absolute;top:5px;left:calc(100% + 10px)}.roles-layout{grid-template-columns:320px minmax(0,1fr);gap:20px;display:grid}.role-list{padding-bottom:11px}.role-item{text-align:left;border-radius:8px;align-items:center;gap:10px;width:calc(100% - 20px);margin:4px 10px;padding:12px 10px;display:flex}.role-item:hover{background:#f4f8f8}.role-item.selected{background:#e9f5f1}.role-item>div:nth-child(2){flex:1}.role-item strong,.role-item span{display:block}.role-item strong{font-size:11px}.role-item span{color:var(--muted);margin-top:4px;font-size:9px;line-height:1.35}.role-item>svg{color:#9cabad;transform:rotate(-90deg)}.role-bullet{border-radius:8px;place-items:center;width:29px;height:29px;display:grid}.role-bullet.coral{color:#bb5a50;background:#fae5e1}.role-bullet.blue{color:#3d79bd;background:#e2effc}.role-bullet.violet{color:#6f54b6;background:#eee8fc}.role-bullet.teal{color:#25836d;background:#def4eb}.role-bullet.amber{color:#b6781f;background:#fff0d6}.permission-panel{padding-bottom:22px}.permission-head,.permission-row{grid-template-columns:1.6fr repeat(4,70px);align-items:center;gap:10px;padding:0 22px;display:grid}.permission-head{border-bottom:1px solid var(--line);color:#8d9c9e;text-align:center;margin-top:25px;padding-bottom:11px;font-size:10px}.permission-head span:first-child{text-align:left}.permission-row{border-bottom:1px solid #f0f4f4;height:47px;font-size:11px}.permission-row strong{font-weight:500}.permission-toggle{color:#fff;border:1px solid #dbe7e5;border-radius:6px;justify-self:center;place-items:center;width:23px;height:23px;display:grid}.permission-toggle.on{background:#2ba98a;border-color:#2ba98a}.scope-box{background:#f3f8f7;border:1px solid #e2efeb;border-radius:8px;align-items:center;gap:10px;margin:21px 22px 0;padding:13px;display:flex}.scope-icon{color:#29846e}.scope-box div:nth-child(2){flex:1}.scope-box strong,.scope-box span{display:block}.scope-box strong{font-size:11px}.scope-box span{color:var(--muted);margin-top:3px;font-size:10px}.employee-table{padding:3px 21px}.employee-head,.employee-row{grid-template-columns:1.45fr 1.2fr 1fr .65fr 1fr 24px;align-items:center;gap:13px;display:grid}.employee-head{color:#8c9c9f;border-bottom:1px solid var(--line);padding:14px 0 11px;font-size:10px}.employee-row{color:#63757a;border-bottom:1px solid #f0f4f4;padding:14px 0;font-size:11px}.employee-row:last-child{border:0}.employee-person{align-items:center;gap:9px;display:flex}.employee-person strong,.employee-person span{display:block}.employee-person strong{color:var(--ink)}.employee-person span{color:var(--muted);margin-top:3px;font-size:10px}.role-text{color:#375a62}.muted-text{color:#93a0a2}.table-footer{padding-top:12px}.modal-backdrop{z-index:10;background:#102c3a66;place-items:center;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;width:540px;padding:25px;box-shadow:0 20px 60px #102c3a33}.modal-header{justify-content:space-between;display:flex}.modal-header h2{margin:0;font-size:20px}.modal-header p{color:var(--muted);margin:7px 0 0;font-size:11px}.form-grid{grid-template-columns:1fr 1fr;gap:15px;margin-top:25px;display:grid}.form-grid label{color:#5d7176;font-size:11px}.form-grid label.full{grid-column:1/-1}.form-grid input,.form-grid select{width:100%;height:38px;color:var(--ink);background:#fff;border:1px solid #dfe9e8;border-radius:7px;outline:0;margin-top:7px;padding:0 10px;font-size:11px;display:block}.form-grid input:focus,.form-grid select:focus{border-color:#83c9b8;box-shadow:0 0 0 3px #dff3eb}.modal-note{color:#2b836e;background:#f3f8f7;border-radius:7px;align-items:center;gap:8px;margin-top:20px;padding:11px 12px;font-size:10px;display:flex}.modal-actions{justify-content:flex-end;gap:9px;margin-top:24px;display:flex}.toast{color:#fff;z-index:20;background:#173d49;border-radius:8px;align-items:center;gap:8px;padding:12px 15px;font-size:12px;display:flex;position:fixed;bottom:28px;right:30px;box-shadow:0 10px 30px #183b4933}@media (width<=1250px){.content{padding-left:26px;padding-right:26px}.topbar{padding:0 26px}.kpi-grid{gap:11px}.dashboard-grid{gap:14px}.kpi-card>strong{font-size:20px}.report-grid{grid-template-columns:repeat(2,1fr)}}.module-empty{text-align:center;min-height:330px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.module-empty-icon{color:#2a9179;background:#e5f4ef;border-radius:15px;place-items:center;width:58px;height:58px;margin-bottom:17px;display:grid}.module-empty h3{color:var(--ink);margin:0;font-size:17px}.module-empty p{margin:8px 0 18px;font-size:11px}.client-table-wrap{padding:0 21px 16px}.client-filter{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:end;gap:9px;padding:19px 0 16px;display:flex}.client-filter label{color:#7b8d90;flex-direction:column;gap:6px;min-width:140px;font-size:10px;display:flex}.client-filter input,.client-filter select{border:1px solid var(--line);height:34px;color:var(--ink);background:#fff;border-radius:7px;outline:0;padding:0 9px;font-size:11px}.client-filter input:focus,.client-filter select:focus{border-color:#83c9b8;box-shadow:0 0 0 3px #dff3eb}.client-filter .secondary-button,.client-filter .primary-button{height:34px}.client-toolbar{color:#607479;justify-content:space-between;align-items:center;height:54px;font-size:11px;display:flex}.client-toolbar>div{align-items:center;gap:8px;display:flex}.client-toolbar .secondary-button{height:32px}.client-table-scroll{border:1px solid var(--line);border-radius:8px;overflow-x:auto}.client-table-scroll table{border-collapse:collapse;width:100%;min-width:1120px;font-size:10px}.client-table-scroll th{color:#718286;text-align:left;white-space:nowrap;border-bottom:1px solid var(--line);background:#f6f9f9;height:36px;padding:0 10px;font-weight:600}.client-table-scroll td{color:#607479;white-space:nowrap;border-bottom:1px solid #eff4f3;height:42px;padding:0 10px}.client-table-scroll tr:last-child td{border-bottom:0}.client-table-scroll td strong{color:#315761}.client-table-scroll td:first-child{color:#9aa7a9;text-align:center}.client-footer{color:#8c9c9f;justify-content:space-between;align-items:center;padding-top:13px;font-size:10px;display:flex}.client-footer>div{gap:5px;display:flex}.client-footer .page,.client-footer .next{height:27px}.preference-controls{align-items:center;gap:6px;display:flex}.language-picker{border:1px solid var(--line);color:#718287;background:var(--soft);border-radius:8px;align-items:center;gap:4px;height:34px;padding:0 7px;display:flex}.language-picker select{color:var(--ink);cursor:pointer;background:0 0;border:0;outline:0;font-size:11px}.language-picker option{color:#1a2e36;background:#fff}.dark-mode .language-picker{background:#19323a;border-color:#2b4a50}.dark-mode .language-picker option{color:#e7f1f0;background:#19323a}.dark-mode{--ink:#e7f1f0;--muted:#93a8aa;--line:#2b444a;--soft:#1b3037;color:var(--ink);background:#12242b}.dark-mode .main-area,.dark-mode .content{background:#12242b}.dark-mode .topbar,.dark-mode .panel,.dark-mode .kpi-card,.dark-mode .customer-card,.dark-mode .plan-card,.dark-mode .modal,.dark-mode .client-filter input,.dark-mode .client-filter select,.dark-mode .filter-button,.dark-mode .global-search{color:var(--ink);background:#19323a;border-color:#2b4a50}.dark-mode .topbar{border-color:#29474e}.dark-mode .global-search input,.dark-mode .filter-search input,.dark-mode .form-grid input,.dark-mode .form-grid select{color:var(--ink)}.dark-mode .client-table-scroll,.dark-mode .client-table-scroll th,.dark-mode .client-table-scroll td{border-color:#2b444a}.dark-mode .client-table-scroll th,.dark-mode .plan-column,.dark-mode .workshop-strip>div,.dark-mode .scope-box{background:#1d3941}.dark-mode .client-table-scroll th{color:#a8b9ba}.dark-mode .client-table-scroll td{color:#b2c1c2}.dark-mode .client-table-scroll tr:hover td{background:#204149}.dark-mode .chart-fill{fill:#214b49}.dark-mode .donut:after{background:#19323a}.dark-mode .segmented{background:#12242b}.dark-mode .segmented .selected{color:#e7f1f0;background:#29484e}.dark-mode .todo-item,.dark-mode .table-row,.dark-mode .employee-row,.dark-mode .inspection-row,.dark-mode .shipment-row,.dark-mode .workshop-row{border-color:#2a444a}.dark-mode .permission-toggle{border-color:#3a5960}.dark-mode .role-item:hover{background:#203f46}.dark-mode .role-item.selected{background:#224b4a}.dark-mode .modal-backdrop{background:#091a20aa}.nav-section-title{color:#66838d;text-transform:uppercase;letter-spacing:1.2px;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;margin:0;padding:9px 12px 8px;font-size:10px;display:flex}.nav-section-title svg{transition:transform .18s}.nav-section-title svg.rotated{transform:rotate(-90deg)}.profile-wrap{position:relative}.profile{cursor:pointer;text-align:left;background:0 0;border:0}.profile-menu{border:1px solid var(--line);z-index:8;background:#fff;border-radius:8px;width:150px;padding:5px;position:absolute;top:45px;right:0;box-shadow:0 12px 28px #183b4920}.profile-menu button{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;padding:9px 10px;font-size:11px;display:flex}.profile-menu button:hover{background:var(--soft)}.theme-setting{border:1px solid var(--line);z-index:9;background:#fff;width:180px;transition:right .2s;position:fixed;top:104px;right:-180px;box-shadow:0 10px 30px #183b491a}.theme-setting.opened{right:-1px}.theme-gear{border:1px solid var(--line);color:#607479;cursor:pointer;background:#fff;border-right:0;border-radius:7px 0 0 7px;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:-1px;left:-42px}.theme-setting-title{border-bottom:1px solid var(--line);color:#425c62;background:#f6f9f9;padding:12px 14px;font-size:12px}.theme-options{padding:13px}.theme-options label{color:#607479;cursor:pointer;align-items:center;gap:8px;margin-bottom:12px;font-size:11px;display:flex}.theme-options label:last-child{margin-bottom:0}.theme-options input{accent-color:#2ba98a}.dark-mode .profile-menu{background:#19323a;border-color:#2b4a50}.dark-mode .theme-setting,.dark-mode .theme-gear{color:var(--ink);background:#19323a;border-color:#2b4a50}.dark-mode .theme-setting-title{color:var(--ink);background:#1d3941}.dark-mode .theme-options label{color:#b2c1c2}.module-table-wrap{padding:0 21px 16px}.module-toolbar{color:#607479;justify-content:space-between;align-items:center;height:54px;font-size:11px;display:flex}.module-toolbar>div{gap:8px;display:flex}.module-toolbar .secondary-button{height:32px}.module-table-scroll{border:1px solid var(--line);border-radius:8px;overflow-x:auto}.module-table-scroll table{border-collapse:collapse;width:100%;min-width:760px;font-size:11px}.module-table-scroll th{color:#718286;text-align:left;white-space:nowrap;border-bottom:1px solid var(--line);background:#f6f9f9;height:38px;padding:0 12px;font-weight:600}.module-table-scroll td{color:#607479;white-space:nowrap;border-bottom:1px solid #eff4f3;height:45px;padding:0 12px}.module-table-scroll tr:last-child td{border-bottom:0}.module-table-scroll td:first-child{color:#315761;font-weight:600}.dark-mode .module-table-scroll th{color:#a8b9ba;background:#1d3941}.dark-mode .module-table-scroll td{color:#b2c1c2;border-color:#2b444a}.theme-mode-divider{border-top:1px solid var(--line);margin:14px 0 12px}
