@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-latin-500-normal-BYYD-dBL.woff2) format("woff2"),url(/assets/manrope-latin-500-normal-DMZssgOp.woff) format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-600-normal-4f0koTD-.woff2) format("woff2"),url(/assets/manrope-latin-600-normal-BqgrALkZ.woff) format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-latin-700-normal-BZp_XxE4.woff2) format("woff2"),url(/assets/manrope-latin-700-normal-DGRFkw-m.woff) format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/manrope-latin-800-normal-BfWYOv1c.woff2) format("woff2"),url(/assets/manrope-latin-800-normal-uHUdIJgA.woff) format("woff")}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#333740;background:#f7f8fa;font-synthesis:none;font-size:13px;line-height:1.5;font-weight:400;--ink: #30343c;--muted: #858994;--line: #e9ebef;--canvas: #f7f8fa;--orange: #e66b49;--orange-dark: #c95234;--orange-light: #fdf0e9;--green: #40876b;--purple: #8267b2;--radius: 12px;--shadow: 0 3px 10px #30394404;--sidebar: 230px}*{box-sizing:border-box}body{margin:0;min-width:360px}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.48}button{background:none;border:0}input,select,textarea{width:100%;min-width:0;outline:none;border:1px solid #dfe3e9;border-radius:7px;padding:10px 12px;color:var(--ink);background:#fff;transition:box-shadow .15s,border-color .15s}input::placeholder,textarea::placeholder{color:#707378}input:focus,select:focus,textarea:focus{border-color:#dc947c;box-shadow:0 0 0 3px #e66b4910}input:disabled,select:disabled,textarea:disabled{background:#f6f7f9;color:#6f737a}input[type=checkbox],input[type=radio]{width:16px;height:16px;accent-color:var(--orange);flex-shrink:0;cursor:pointer;box-shadow:none}textarea{resize:vertical;line-height:1.65}select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;cursor:pointer}input[type=number]{font-variant-numeric:tabular-nums}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-family:Manrope,Inter,sans-serif;font-weight:700;line-height:1.35}h1{font-size:29px;letter-spacing:-.9px}h2{font-size:14px;letter-spacing:-.2px}h3{font-size:13px}svg{flex-shrink:0;vertical-align:middle}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid #d68163;outline-offset:3px;border-radius:5px}::selection{background:#f5d5c7;color:#532e25}::-webkit-scrollbar{width:6px;height:7px}::-webkit-scrollbar-thumb{background:#cfd3da;border-radius:8px}::-webkit-scrollbar-track{background:transparent}strong{font-weight:600}small{font-size:12px}hr{border:0;border-top:1px solid var(--line)}.green-text{color:var(--green)!important}.purple-text{color:var(--purple)!important}.amber-text{color:#906d30!important}.orange-text{color:#ae5c41!important}.danger-text,.overdue{color:#b15855!important}.pre-wrap{white-space:pre-wrap;overflow-wrap:anywhere}.peach{background:#fae9df;color:#986752}.lavender{background:#eee9f7;color:#7b6a9d}.mint{background:#e7f1ec;color:#4f7c65}.blue{background:#e7edf7;color:#5c7496}.rose{background:#f8e8ec;color:#9c6273}.sand{background:#f4efe1;color:#83704a}.wide{grid-column:1/-1}.full-width{width:100%;justify-content:center}.inline-icon{display:inline-flex;align-items:center;gap:7px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-enter{animation:page-in .28s ease-out}@keyframes page-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:37px;padding:8px 14px;border-radius:7px;border:1px solid transparent;font-weight:500;font-size:12px;white-space:nowrap;transition:background .15s,box-shadow .15s,transform .15s;line-height:1.5}.btn.primary{background:var(--orange);border-color:var(--orange);color:#fff;box-shadow:0 2px 2px #a24c2110}.btn.primary:hover:not(:disabled){background:#d9603f;border-color:#d9603f;box-shadow:0 3px 7px #a24c211c}.btn.secondary{background:#fff;border-color:#e0e3e8;color:#616671;box-shadow:0 1px 2px #172f5104}.btn.secondary:hover:not(:disabled){background:#f9f9fa;border-color:#cfd3db}.btn.danger{background:#c95f5a;color:#fff;border-color:#c95f5a}.btn.small{min-height:31px;padding:5px 10px;font-size:12px;gap:6px}.btn.icon-only{padding:7px 10px}.btn.selected,.btn.secondary.selected{background:#fbefe9;border-color:#ecc6b7;color:#a95f45}.icon-btn{border:0;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;width:31px;height:31px;background:transparent;color:#6d737c;transition:background .15s;flex-shrink:0}.icon-btn:hover:not(:disabled),.icon-btn.selected{background:#f0f2f5;color:#4a515d}.text-link{display:inline-flex;gap:7px;align-items:center;font-size:12px;font-weight:500;color:#6e737f;white-space:nowrap}.text-link:hover{color:var(--orange)}.entity-link{color:#6a728c;font-weight:500;display:inline-flex;align-items:center;gap:7px;font-size:12px;max-width:100%}.entity-link:hover{color:var(--orange)}.back-link{display:flex;align-items:center;gap:8px;color:#6f737b;font-size:12px;margin-bottom:17px;padding:0}.back-link:hover{color:var(--orange)}.neutral-chip{display:inline-flex;align-items:center;gap:5px;border-radius:5px;background:#f3f4f7;color:#6e737d;font-size:11px;padding:3px 7px;white-space:nowrap}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border:1px solid transparent;border-radius:5px;font-size:11px;font-weight:500;line-height:1.25;white-space:nowrap;max-width:100%}.badge i{width:4px;height:4px;border-radius:50%;background:currentColor;flex-shrink:0}.badge.small{padding:4px 6px;font-size:10px}.badge.neutral{background:#f0f2f5;color:#6c737e}.badge.green{background:#eaf4ef;color:#4b7d67}.badge.blue{background:#edf1fa;color:#5d7496}.badge.purple{background:#f0eaf9;color:#7f689e}.badge.amber{background:#fcf1df;color:#8b6e3b}.badge.red{background:#faeded;color:#9c645f}.count-bubble,.heading-count{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#f0f1f4;color:#6f737a;min-width:23px;height:22px;padding:2px 6px;font-size:12px;font-weight:500}.heading-count{height:25px;padding:3px 8px;background:#ebeef2;color:#6e737d;margin-left:2px}.avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:50%;font-size:11px;font-weight:600;letter-spacing:-.2px;box-shadow:inset 0 0 0 1px #ffffff8c}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar.xs{width:25px;height:25px;font-size:10px}.avatar.md{width:38px;height:38px;font-size:12px}.avatar.lg{width:60px;height:60px;font-size:20px}.live-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#76a98f;flex-shrink:0}.amber-dot{background:#d1a15b}.live-pill{display:inline-flex;align-items:center;gap:6px;color:#5e7967;background:#f1f6f2;border:1px solid #e1eae2;border-radius:20px;font-size:10px;padding:3px 8px;margin-top:4px}.live-label{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#64776b}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#adb5bf}.status-dot.coral{background:#dd9c80}.status-dot.amber{background:#dcb66d}.status-dot.green{background:#87b3a0}.required-star{color:#996656;margin-left:4px}.progress-wrap{display:flex;align-items:center;gap:8px}.progress-track{height:4px;border-radius:10px;background:#f0f1f3;overflow:hidden;flex:1;min-width:35px}.progress-track>div{height:100%;border-radius:10px;background:#dfa78e;transition:width .3s}.progress-wrap>span{color:#70737a;font-size:10px;min-width:26px;text-align:right;font-variant-numeric:tabular-nums}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:50}.brand-link{display:flex;align-items:center;height:76px;padding:0 24px;flex-shrink:0}.brand{display:flex;gap:10px;align-items:center}.brand>span{display:flex;flex-direction:column}.brand strong{font-family:Manrope,sans-serif;font-size:32px;line-height:1.03;font-weight:800;letter-spacing:-2px;color:#2d333b}.brand-dot{color:#ae5b41}.brand small{font-size:6.7px;letter-spacing:2.5px;font-weight:700;color:#6d737c;margin-top:5px;padding-left:1px}.brand.light strong{color:#fff}.workspace-wrap{position:relative;margin:0 14px 12px;flex-shrink:0}.workspace-picker{display:flex;align-items:center;text-align:left;gap:9px;width:100%;padding:10px 9px;background:#f8f9fb;border:1px solid #ebeef3;border-radius:7px}.workshop-icon{height:30px;width:30px;border-radius:6px;border:1px solid #e3e6ee;background:#fff;color:#6e737d;display:flex;align-items:center;justify-content:center}.workspace-picker>span:nth-child(2){flex:1}.workspace-picker strong{font-size:11px;color:#5a616f;display:block;letter-spacing:.02px}.workspace-picker small{font-size:10px;color:#6f737b;display:flex;align-items:center;gap:5px;margin-top:3px}.workspace-picker>svg{color:#6f7379}.workspace-menu{position:absolute;left:0;right:0;top:57px;padding:16px;box-shadow:0 8px 35px #25324018;border-radius:9px;background:#fff;z-index:80;border:1px solid var(--line)}.workspace-menu strong{display:flex;align-items:center;gap:6px;font-size:12px}.workspace-menu p{color:#6e737c;font-size:11px;margin:9px 0 12px}.workspace-menu a{display:flex;justify-content:space-between;font-size:11px;color:var(--orange)}.main-nav{flex:1;overflow-y:auto;padding:0 12px 15px;scrollbar-width:thin;scrollbar-color:transparent transparent}.main-nav:hover{scrollbar-color:#e0e2e7 transparent}.nav-group{margin-bottom:9px}.nav-label{font-size:10px;text-transform:uppercase;letter-spacing:1.3px;color:#6f737a;font-weight:600;padding:5px 13px 6px}.nav-item{display:flex;align-items:center;gap:10px;padding:7px 12px;min-height:31px;font-size:11.5px;color:#6d737f;border-radius:6px;margin:1px 0;transition:all .15s}.nav-item>svg{color:#6e737d;width:15px;height:15px}.nav-item span:nth-child(2){flex:1;white-space:nowrap}.nav-item:hover{background:#f8f8fa;color:#474f5f}.nav-item.active{background:#fcf0e9;color:#a66147;font-weight:600;box-shadow:inset 2px 0 #e99f80}.nav-item.active>svg{color:#9e644e}.nav-count{font-size:10px;font-weight:500;color:#71727c;background:#f0eef7;border-radius:4px;min-width:18px;height:16px;display:flex;align-items:center;justify-content:center;padding:1px 4px}.nav-count.warm{background:#f7eddf;color:#837050}.nav-item.active .nav-count{background:#f7ddcf;color:#956855}.sidebar-bottom{border-top:1px solid var(--line);padding:9px 14px 13px;flex-shrink:0;background:#fff}.guide-link{display:flex;gap:10px;align-items:center;color:#6f737b;font-size:11px;padding:8px 9px;width:100%;margin-bottom:6px}.guide-link span{flex:1;text-align:left}.guide-link:hover{color:#a3624b}.profile-wrap{position:relative}.profile-button{width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:5px 8px;border-radius:7px}.profile-button:hover{background:#f9fafb}.profile-button>span:nth-child(2){flex:1}.profile-button strong{font-size:11px;color:#5b6371;display:block}.profile-button small{font-size:10px;color:#6f737a;display:block;margin-top:1px}.profile-button>svg{color:#6f737a}.profile-button .avatar{width:30px;height:30px}.profile-menu{position:absolute;bottom:57px;left:0;min-width:242px;padding:14px;background:#fff;border:1px solid var(--line);box-shadow:0 9px 40px #2334561c;border-radius:9px;z-index:80}.menu-label{font-size:10px;letter-spacing:1.1px;color:#6f737a;display:block;margin-bottom:9px}.profile-menu p{font-size:12px;color:#656e7d;margin-bottom:12px}.profile-menu a,.profile-menu button{display:flex;width:100%;align-items:center;gap:9px;padding:9px 7px;font-size:12px;border-radius:5px;color:#6c7380}.profile-menu a:hover,.profile-menu button:hover{background:#f6f7f9}.main-shell{margin-left:var(--sidebar);width:calc(100% - var(--sidebar));min-width:0;display:flex;flex-direction:column}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 31px;gap:20px;position:sticky;top:0;z-index:40;flex-shrink:0}.breadcrumb{display:flex;align-items:center;gap:12px;color:#6f737a;font-size:11px;white-space:nowrap}.breadcrumb strong{color:#697180;font-weight:500}.breadcrumb svg{color:#707379}.topbar-actions{display:flex;align-items:center;gap:16px}.global-search-button{display:flex;align-items:center;gap:9px;background:#f9fafb;border:1px solid #eef0f3;border-radius:6px;width:228px;height:32px;padding:0 9px;color:#6e737c;font-size:11px;text-align:left}.global-search-button>span{flex:1}.global-search-button kbd{color:#6e737b;font-size:10px;border:1px solid #e5e8ef;border-radius:3px;background:#fff;padding:0 4px;line-height:18px}.topbar-divider{height:21px;border-left:1px solid var(--line)}.topbar-avatar .avatar{width:29px;height:29px}.notification-wrap,.notification-button{position:relative}.notification-button>i{position:absolute;top:6px;right:7px;width:4px;height:4px;background:#e9a083;border-radius:50%;box-shadow:0 0 0 2px #fff}.notification-popover{position:absolute;right:-37px;top:44px;width:350px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 40px #2a385b1c;z-index:90;overflow:hidden}.popover-heading{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line)}.popover-heading strong{font-size:12px}.notification-item{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid #f2f3f6}.notification-item:hover{background:#fcf8f5}.notification-item>svg{color:#866d62}.notification-item>span{flex:1}.notification-item strong{font-size:12px;display:block}.notification-item small{font-size:10px;color:#6f737a;display:block;margin-top:2px}.notification-item b{color:#8c6c58;font-size:12px;font-weight:500}.page-content{padding:28px 31px 24px;flex:1;min-width:0;max-width:1850px;width:100%;margin:0 auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.eyebrow{font-size:10px;font-weight:600;letter-spacing:1.6px;color:#717278;text-transform:uppercase;margin-bottom:9px}.page-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.page-description{font-size:12px;color:#70737a;margin-top:8px;line-height:1.7;max-width:850px}.page-description a{color:#6d737e}.page-description a:hover{color:var(--orange)}.page-actions{display:flex;gap:9px;align-items:center;flex-shrink:0}.workspace-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 32px 18px;font-size:10px;color:#707379;margin-top:6px}.workspace-footer>span{display:flex;align-items:center;gap:6px}.footer-apex{font-size:20px;line-height:1;color:#8a6c5e;margin-right:2px}.footer-separator{padding:0 5px}.mobile-toggle{display:none}.tabs{display:flex;gap:25px;align-items:center;min-width:0}.tabs>button{height:42px;padding:0 1px;color:#6f737b;font-size:12px;font-weight:500;white-space:nowrap;position:relative;border-bottom:2px solid transparent}.tabs>button:hover{color:#996653}.tabs>button.active{color:#a56148;border-bottom-color:#de9378}.tab-count{display:inline-flex;align-items:center;justify-content:center;background:#f3e8e3;color:#8d6b5a;border-radius:4px;min-width:18px;height:16px;font-size:10px;margin-left:7px}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);min-width:0;overflow:hidden}.panel-heading{padding:19px 21px 17px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.panel-heading h2{font-size:13px;color:#515864;font-weight:700;letter-spacing:-.1px}.panel-heading p{font-size:11px;color:#6f7379;margin-top:5px}.panel-heading>.btn{margin-top:1px}.panel-heading>.text-link{margin-top:2px}.panel-heading .count-bubble{height:20px;min-width:21px;font-size:10px}.description-dot{display:inline-block;margin:0 10px;color:#707378}.dashboard-subnav{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);margin-top:-7px;margin-bottom:20px}.date-context{display:flex;align-items:center;gap:7px;font-size:11px;color:#6f737b;white-space:nowrap}.date-context>span:last-child{font-size:10px}.date-dot{padding:0 5px;color:#6f7378}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.stat-card{padding:18px 20px 16px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);min-width:0;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 5px 20px #3b445508}.stat-top{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:#6e737c;font-weight:500}.stat-icon{width:29px;height:29px;display:flex;align-items:center;justify-content:center;border-radius:8px}.stat-icon svg{width:16px;height:16px;opacity:.9}.stat-value{font-family:Manrope,Inter,sans-serif;font-size:29px;line-height:1.4;font-weight:800;letter-spacing:-1px;margin:8px 0 10px;color:#363c46;font-variant-numeric:tabular-nums}.stat-detail{display:flex;align-items:center;gap:5px;color:#6e737a;font-size:10px}.stat-detail>svg{margin-left:auto;color:#6f7379;width:12px;height:12px}.stat-detail>span:not(.stat-highlight){display:none}.stat-highlight{font-weight:500;color:#836f64}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(290px,1fr);gap:20px;margin-bottom:20px}.workload-panel{display:flex;flex-direction:column}.workload-panel .panel-heading{padding-bottom:10px}.select-button{position:relative;display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #e7eaf0;border-radius:6px;color:#6d737d;font-size:11px;min-height:29px;padding:0 9px}.select-button select{padding:6px 17px 6px 0;font-size:11px;line-height:1.6;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;box-shadow:none;width:auto;max-width:180px;color:#6c7380;font-weight:400}.select-button>svg:last-child{position:absolute;right:8px;pointer-events:none}.workload-summary{padding:4px 22px 13px;display:flex;align-items:center;justify-content:space-between;gap:10px}.workload-summary>a{display:flex;flex-direction:column;gap:3px}.workload-summary strong{font-family:Manrope,sans-serif;font-size:27px;line-height:1.4;font-weight:800;letter-spacing:-.8px;color:#4c545f}.workload-summary strong>span{font-size:16px;font-weight:500;color:#6d737c}.workload-summary>a>span{color:#6e737a;font-size:10px;display:flex;align-items:center;gap:6px}.chart-legend{display:flex;gap:14px;font-size:10px;color:#6e737a;margin-top:7px}.chart-legend>span{display:flex;gap:5px;align-items:center;white-space:nowrap}.chart-legend i{width:6px;height:6px;border-radius:2px}.legend-production{background:#e8ad93}.legend-artwork{background:#c7b5e3}.legend-installation{background:#a3c6b7}.workload-chart{height:172px;display:flex;gap:14px;padding:3px 23px 0 20px;flex:1;min-height:150px}.chart-y-labels{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:31px;width:27px;color:#6f7379;font-size:10px;font-variant-numeric:tabular-nums;text-align:right}.chart-plot{flex:1;position:relative;min-width:0}.chart-grid-lines{position:absolute;top:0;right:0;bottom:32px;left:0;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.chart-grid-lines i{border-top:1px dashed #edf0f3;width:100%}.chart-bars{display:flex;gap:20px;height:100%;position:relative;align-items:stretch;padding:0 7px}.chart-column{flex:1;position:relative;display:flex;align-items:center;flex-direction:column;min-width:0}.bar-holder{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center;position:relative}.bar-stack{width:27px;display:flex;flex-direction:column;border-radius:4px 4px 1px 1px;overflow:hidden;max-height:100%;min-height:2px;transition:opacity .2s}.bar-stack>div{min-height:0}.bar-production{background:#e9b49b}.bar-artwork{background:#cbbde5}.bar-installation{background:#a6c8b9}.chart-column.is-today .bar-production{background:#df9d7c}.chart-column:hover .bar-stack{opacity:.75}.chart-x-label{height:31px;display:flex;align-items:center;gap:4px;justify-content:center;color:#6e737a;font-size:10px}.chart-x-label i{height:3px;width:3px;border-radius:50%;background:#d8987c}.chart-column.is-today .chart-x-label{color:#946955;font-weight:600}.chart-tooltip{position:absolute;white-space:nowrap;background:#3d4552;color:#fff;border-radius:5px;padding:5px 8px;font-size:10px;z-index:4;top:-23px;opacity:0;pointer-events:none;box-shadow:0 3px 10px #15204212;transition:opacity .15s}.chart-column:hover .chart-tooltip{opacity:1}.workload-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid #f0f2f5;padding:12px 20px;font-size:10px;color:#6d737b;margin-top:4px;min-height:40px}.workload-footer span,.workload-footer a{display:flex;align-items:center;gap:6px}.workload-footer a{color:#6d737e;white-space:nowrap;font-weight:500}.workload-footer a:hover{color:var(--orange)}.attention-panel{display:flex;flex-direction:column}.attention-panel .panel-heading{padding-bottom:10px}.attention-list{padding:0 18px;flex:1}.attention-item{display:flex;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid #f0f2f5}.attention-item:last-child{border:0}.attention-item:hover .attention-text strong{color:#9e644d}.attention-icon{height:32px;width:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.attention-icon svg{width:17px;height:17px}.attention-text{flex:1;min-width:0}.attention-text strong{display:block;color:#6b7381;font-size:11px;font-weight:500;white-space:nowrap;transition:color .15s}.attention-text small{display:block;font-size:10px;color:#6e737a;margin-top:3px;white-space:nowrap}.attention-count{display:flex;align-items:center;justify-content:center;min-width:20px;height:19px;background:#faf1e8;color:#876e55;border-radius:5px;font-size:10px}.attention-count.zero{background:#f3f5f7;color:#6e737b}.attention-item>svg{color:#6f7379;width:12px;height:12px}.attention-footer{display:flex;align-items:center;gap:7px;padding:12px 19px;font-size:10px;color:#7f7061;background:#fffcf6;border-top:1px solid #f5eee4;min-height:40px}.attention-footer>svg{margin-left:auto}.floor-panel .panel-heading{padding-bottom:14px}.panel-tabs{padding:0 21px;border-bottom:1px solid var(--line);display:flex;gap:23px}.panel-tabs button{display:flex;gap:7px;align-items:center;font-size:11px;color:#6e737c;height:31px;padding:0 1px 8px;border-bottom:2px solid transparent}.panel-tabs button.active{color:#6f727e;border-bottom-color:#d79c81}.panel-tabs span{font-size:10px;border-radius:4px;background:#f0f2f5;min-width:17px;padding:1px 4px;color:#6e737b}.panel-tabs .warm-count{background:#f9f0e5;color:#866f52}.panel-bottom-link{padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #f0f1f5;font-size:10px;color:#6f7379}.panel-bottom-link .text-link{font-size:10px}.subtle-icon{color:#6d737b}.installations-panel{display:flex;flex-direction:column}.installations-panel .panel-heading{padding-bottom:7px}.install-agenda{padding:0 20px;flex:1}.install-agenda-item{display:flex;align-items:center;gap:12px;padding:20px 0;border-bottom:1px solid #f0f2f5;min-height:94px}.install-agenda-item:last-child{border:0}.install-agenda-item>div:nth-child(2){flex:1}.install-agenda-item>svg{color:#6e737a}.date-block{width:40px;height:46px;border:1px solid #eeeae4;border-radius:7px;background:#fdfcf9;display:flex;align-items:center;justify-content:center;flex-direction:column;flex-shrink:0}.date-block>span{font-size:10px;text-transform:uppercase;color:#836f5e;letter-spacing:.6px}.date-block>strong{font-family:Manrope,sans-serif;font-size:19px;color:#7a716d;line-height:1.35;font-weight:700}.install-agenda-item>div>strong{display:block;font-size:12px;color:#697482;font-weight:500}.install-agenda-item>div>span{display:flex;align-items:center;gap:5px;font-size:10px;color:#6e737b;margin-top:4px}.install-agenda-item>div>small{font-size:10px;color:#6f737a;display:block;margin-top:3px}.install-agenda-item:hover strong{color:#996752}.all-installs{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;border-top:1px solid #eff2f5;font-size:10px;color:#6c737e}.all-installs>span{display:flex;align-items:center;gap:8px}.today-mini{margin:0 15px 15px;border:1px solid #f0e8db;background:#fffaf1;border-radius:8px;padding:18px 13px;display:flex;align-items:center;gap:10px}.today-mini>span:nth-child(2){flex:1}.today-mini strong{display:block;font-size:11px;color:#7d715e;font-weight:500}.today-mini small{display:block;font-size:10px;margin-top:3px;color:#797266}.today-mini>svg{color:#7c7161}.today-icon{color:#837056;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fcf3e3;border-radius:50%}.performance-strip{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:0;margin-bottom:20px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:17px 0}.performance-strip>a{padding:0 20px;display:flex;align-items:center;gap:12px;border-right:1px solid #eef0f4}.performance-strip>a:last-child{border:0}.performance-icon{height:33px;width:33px;display:flex;align-items:center;justify-content:center;border-radius:9px}.performance-icon svg{width:17px;height:17px}.performance-strip>a>span:nth-child(2){flex:1}.performance-strip small{font-size:10px;color:#6c737d}.performance-strip strong{display:flex;align-items:center;gap:9px;font-family:Manrope,sans-serif;font-size:19px;color:#626f80;font-weight:700;margin-top:3px}.performance-strip em{font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:400;color:#6d737a}.performance-strip>a>svg{color:#6d737b}.pipeline-overview{display:flex;align-items:baseline;gap:8px;padding:0 21px;margin-top:2px}.pipeline-overview>strong{font-family:Manrope,sans-serif;font-size:25px;letter-spacing:-.6px;font-weight:800;color:#5c6777}.pipeline-overview>span:not(.badge){font-size:10px;color:#6d737c}.pipeline-overview .badge{margin-left:auto;font-size:10px}.pipeline-track{display:flex;height:9px;border-radius:5px;overflow:hidden;gap:3px;margin:24px 21px}.pipeline-segment{min-width:3px;transition:opacity .15s}.pipeline-segment:hover{opacity:.7}.pipeline-segment.draft,.pipeline-dot.draft{background:#c6cbd4}.pipeline-segment.sent,.pipeline-dot.sent{background:#cabbe2}.pipeline-segment.accepted,.pipeline-dot.accepted{background:#aac8b6}.pipeline-segment.rejected,.pipeline-dot.rejected{background:#e2b9ad}.pipeline-segment.expired,.pipeline-dot.expired{background:#dcd5c7}.pipeline-legend{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:0 21px 22px}.pipeline-legend a{display:flex;flex-direction:column;gap:6px}.pipeline-legend a>span{font-size:10px;color:#6c737f;display:flex;align-items:center;gap:5px}.pipeline-legend strong{font-size:17px;font-family:Manrope,sans-serif;color:#697481;display:flex;align-items:center;gap:7px;font-weight:700}.pipeline-legend strong svg{color:#6f7378;opacity:0}.pipeline-legend a:hover strong svg{opacity:1}.pipeline-legend small{font-size:10px;color:#6e737b}.pipeline-dot{height:5px;width:5px;border-radius:50%;display:inline-block}.activity-list{padding:0 20px 12px}.activity-item{display:flex;gap:10px;padding:10px 0}.activity-item .avatar{width:24px;height:24px;font-size:9px;margin-top:1px}.activity-item>div{min-width:0}.activity-item p{font-size:10px;line-height:1.7;color:#6c737e}.activity-item span:not(.avatar){display:flex;align-items:center;gap:5px;color:#6d737b;font-size:10px;margin-top:3px}.activity-item i{font-style:normal;margin:0 2px}.activity-item:hover p{color:#976754}.dashboard-note{padding:17px 21px;display:flex;align-items:center;justify-content:space-between;gap:15px;background:#f3f1ee;border:1px solid #ede9e3;border-radius:9px;font-size:10px;color:#77726d}.dashboard-note>span,.dashboard-note a{display:flex;align-items:center;gap:7px}.dashboard-note strong{font-weight:500;color:#7b7167}.note-spark{font-size:23px;color:#896d5b;line-height:1;margin-right:5px}.dashboard-note a{font-size:10px;white-space:nowrap;color:#7c7167}.production-pulse{margin-bottom:20px}.pulse-stages{display:flex;gap:12px;padding:0 20px 20px;flex-wrap:wrap}.pulse-stages a{padding:10px;display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:8px}.pulse-stages a>svg{color:#6e737b}.recent-payments{padding:0 20px 12px}.recent-payments>a{padding:13px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.recent-payments>a:last-child{border:0}.recent-payments>a>span:nth-child(2){flex:1}.recent-payments strong{font-size:11px;display:block}.recent-payments small{font-size:10px;color:#6d737d;display:block;margin-top:3px}.recent-payments>a>div{text-align:right}.recent-payments .badge{margin-top:5px}.list-summary-strip{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;margin:2px 0 23px;padding:21px 0}.list-summary-strip>div{flex:1;padding:0 23px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:5px}.list-summary-strip>div:last-child{border:0}.list-summary-strip>div>span:first-child{font-size:11px;color:#6b7380}.list-summary-strip strong{font-size:23px;font-family:Manrope,sans-serif;font-weight:700;color:#617083;letter-spacing:-.5px}.list-summary-strip .summary-caption{font-size:12px;color:#6b737f;padding-top:3px}.list-navigation{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e6eaf0;margin-bottom:19px}.view-toggle{display:flex;background:#fff;border:1px solid #e5e9f0;border-radius:6px;overflow:hidden}.view-toggle>a,.view-toggle>span{height:27px;width:30px;display:flex;align-items:center;justify-content:center;color:#6d737d}.view-toggle .active{background:#f1eee9;color:#846f5f}.list-container{border:1px solid var(--line);border-radius:10px;background:#fff;overflow:visible;min-width:0;box-shadow:var(--shadow)}.list-container.no-panel{border:none;box-shadow:none;background:transparent}.list-toolbar{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf0f4}.no-panel .list-toolbar{background:#fff;border:1px solid var(--line);border-radius:8px;margin-bottom:18px}.list-search{display:flex;align-items:center;gap:8px;padding:0 10px;min-width:145px;width:280px;height:32px;border:1px solid #e6eaf0;border-radius:6px;color:#6c737d;background:#fff}.list-search:focus-within{border-color:#d9a990;box-shadow:0 0 0 2px #e66b4906}.list-search input{padding:5px 0;border:0;box-shadow:none;font-size:11px;background:transparent}.list-search input::placeholder{color:#6c737c}.list-search button{padding:1px;display:flex;color:#6d737c}.toolbar-actions{display:flex;align-items:center;gap:9px}.sort-select select{font-size:10px;padding-left:0}.filter-count{font-size:10px;width:15px;height:15px;border-radius:4px;background:#f7e7dc;display:flex;align-items:center;justify-content:center;color:#8c6c57}.filter-wrap{position:relative}.filter-popover{position:absolute;top:40px;right:0;width:282px;background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:0 8px 30px #3442591c;z-index:30;padding:0 16px 16px}.filter-popover .popover-heading{padding:12px 0;margin-bottom:12px}.filter-popover .field-label{margin-bottom:12px}.filter-popover .form-grid{gap:10px}.filter-popover input{padding:8px;font-size:11px}.active-filters{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 13px;align-items:center}.active-filters>button{display:flex;align-items:center;gap:7px;padding:4px 7px;border-radius:5px;background:#f4f0ed;color:#856e5e;font-size:10px}.active-filters .clear-filters{background:transparent;color:#6e737b;text-decoration:underline}.table-scroll{width:100%;overflow-x:auto;min-width:0}.data-table{border-collapse:collapse;width:100%;font-size:12px;color:#697383;text-align:left}.data-table th{padding:12px 17px;font-weight:500;color:#6b737f;font-size:10px;white-space:nowrap;background:#fbfcfd;border-bottom:1px solid #edf0f4}.data-table th:first-child{padding-left:21px}.data-table td{padding:17px;border-bottom:1px solid #f0f2f6;vertical-align:middle;line-height:1.55}.data-table td:first-child{padding-left:21px}.data-table td:last-child{padding-right:15px;padding-left:3px;width:30px}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover:not(.costing-expanded){background:#fdfcfa}.data-table strong{color:#657487;font-size:12px;font-weight:500}.data-table .stacked{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.data-table small,.table-subtext{color:#6c737d;font-size:10px}.table-subtext{display:block;margin-top:5px;line-height:1.45}.record-primary{display:flex;flex-direction:column;gap:4px;min-width:120px;max-width:310px}.record-primary>strong{color:#657488;font-size:12px;font-weight:500}.record-primary:hover>strong,.record-link:hover{color:#956854}.record-primary>small{font-size:10px;color:#6b737e}.record-link{font-size:11px;color:#697383;white-space:nowrap}.person-cell{display:flex;align-items:center;gap:9px;font-size:11px;color:#687485;min-width:0}.person-cell>span:not(.avatar){min-width:0}.person-cell strong{display:block;white-space:nowrap;color:#667487}.person-cell small{display:block;white-space:nowrap;margin-top:4px}.customer-cell .avatar{width:33px;height:33px;font-size:11px}.linked-counts{display:flex;flex-direction:column;gap:5px;font-size:10px;color:#6a7380}.linked-counts a:hover{color:var(--orange)}.address-cell{display:block;max-width:230px;font-size:11px;color:#6a737f;line-height:1.7;min-width:100px}.amount-cell{font-variant-numeric:tabular-nums;white-space:nowrap}.margin-pill{display:inline-flex;padding:3px 7px;color:#607965;background:#f0f7f0;border-radius:4px;font-size:10px;white-space:nowrap}.margin-pill.low{color:#8a6d4f;background:#fcf5ea}.task-title-cell{display:flex;align-items:center;gap:10px;max-width:300px}.task-title-cell svg{width:16px;height:16px}.row-arrow{display:inline-flex;align-items:center;justify-content:center;width:23px;height:26px;color:#6d737b}.row-arrow:hover{color:#8f6b57;background:#fbf4ed;border-radius:5px}.product-thumb{width:50px;height:48px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:1px solid #dedfd633;background:#f3f0e9}.product-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.65);pointer-events:none}.product-thumb.small{width:38px;height:40px;border-radius:6px}.job-cell{display:flex;align-items:center;gap:10px;min-width:175px}.job-cell>span{min-width:0;max-width:190px}.job-cell .job-number{display:flex;gap:6px;align-items:center;font-size:10px;color:#6a7380;line-height:1.25;margin-bottom:3px}.job-cell strong{display:block;font-size:11px;font-weight:500;color:#667487;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-cell small{display:block;margin-top:3px;font-size:10px;color:#6d737b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.priority-dot{height:4px;width:4px;border-radius:50%;background:#dfba90}.priority-dot.urgent{background:#d7918a}.jobs-table td{padding:14px 12px}.jobs-table th{padding:10px 12px;font-size:10px}.jobs-table.compact .job-cell{min-width:161px;gap:9px}.jobs-table.compact .job-cell strong{max-width:155px}.jobs-table.compact .job-cell small{max-width:145px}.jobs-table.compact .table-subtext{font-size:10px;margin-top:4px}.jobs-table.compact .badge{font-size:10px;padding:4px 5px}.jobs-table.compact td,.jobs-table.compact th{padding-left:9px;padding-right:9px}.jobs-table.compact td:first-child,.jobs-table.compact th:first-child{padding-left:20px}.jobs-table.compact td:last-child{padding-right:11px}.jobs-table.compact .date-cell{font-size:10px}.date-cell{font-size:11px;color:#687483;white-space:nowrap}.table-blocker{display:flex;gap:4px;align-items:center;font-size:9px;color:#856e5f;margin-top:5px}.progress-cell{min-width:82px;max-width:120px;width:16%}.jobs-table.compact .progress-cell{width:16%;min-width:73px}.jobs-table.compact .progress-wrap>span{font-size:10px;min-width:21px}.jobs-table.compact .progress-wrap{gap:6px}.material-cell{display:flex;align-items:center;gap:12px;min-width:195px}.material-cell strong{display:block;font-size:11px}.material-cell small{display:block;font-size:10px;margin-top:4px;color:#6b747e}.material-swatch{width:39px;height:39px;flex-shrink:0;background:repeating-linear-gradient(135deg,#e6e8e7,#e6e8e7 4px,#e0e3e2 4px,#e0e3e2 5px);color:#6f7472;border:1px solid #d9ddda;border-radius:6px;display:flex;align-items:center;justify-content:center}.material-swatch.black{background:#5c6569;color:#6d7477;border-color:#505a60}.material-swatch.led{background:#fcf2d9;border-color:#ead8ac;color:#80714d}.material-swatch.vinyl{background:#e6ebf0;border-color:#d2dce7;color:#677481}.material-swatch.other{background:#e8ece5;border-color:#d8e0d3;color:#6c7665}.pagination{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 20px;border-top:1px solid #edf0f5;font-size:10px;color:#6c737e}.pagination>div{display:flex;align-items:center;gap:8px}.pagination strong{font-weight:500;color:#687483}.pagination select{width:auto;padding:5px 7px;border-color:#ebeff4;font-size:10px;color:#697482;margin-right:9px;border-radius:5px}.page-number{display:flex;align-items:center;justify-content:center;width:23px;height:23px;border-radius:5px;background:#faf3ee;color:#876d5e;font-size:11px}.pagination .icon-btn{height:25px;width:25px}.refreshing{opacity:.65;transition:opacity .2s}.audit-description{max-width:470px;white-space:normal;line-height:1.65}.roles-panel{margin-top:22px}.roles-grid{padding:0 22px 24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.roles-grid>div{font-size:11px}.roles-grid svg{color:#747082;margin-right:7px}.roles-grid strong{font-size:12px;color:#6e7284}.roles-grid p{color:#6d737c;font-size:11px;line-height:1.8;margin-top:7px}.role-pill{display:inline-flex;align-items:center;gap:6px;background:#f1edf7;color:#776f85;padding:4px 8px;border-radius:5px;font-size:11px}.artwork-grid,.machine-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}.artwork-card{border:1px solid var(--line);border-radius:11px;background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.artwork-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #3442590b}.artwork-card-image{height:188px;background:#f0f0ec;position:relative;overflow:hidden}.artwork-card-image>img{width:100%;height:100%;object-fit:cover;object-position:center}.version-tag{position:absolute;top:12px;left:12px;font-size:10px;background:#ffffffcf;color:#757369;border:1px solid #e8e4de;border-radius:4px;padding:3px 6px;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.proof-expand{position:absolute;right:12px;top:12px;width:25px;height:25px;background:#ffffffc9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#72736e;border-radius:5px;display:flex;align-items:center;justify-content:center}.artwork-card-body{padding:17px}.artwork-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.artwork-card-top>span{font-size:10px;color:#6e737a}.artwork-card h3{font-size:14px;color:#677486}.artwork-card p{font-size:11px;color:#6d737c;margin-top:4px}.approval-mini{display:flex;gap:17px;padding-top:15px;margin-top:15px;border-top:1px solid #eef1f5}.approval-mini>span{display:flex;align-items:center;gap:5px;font-size:10px;color:#75726f}.approval-mini>span.approved{color:#627869}.proof-placeholder{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:11px;color:#74717b}.proof-placeholder span{font-size:10px}.machine-card{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden}.machine-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:15px 17px}.machine-type{display:flex;align-items:center;gap:5px;font-size:10px;color:#6c737d}.machine-image{display:flex;align-items:center;justify-content:center;background:#f7f9f7;height:144px;overflow:hidden}.machine-image svg{width:185px;height:107px;transition:transform .2s}.machine-image:hover svg{transform:scale(1.07)}.machine-card-body{padding:18px}.machine-card h3{font-size:14px;color:#677484}.machine-card p{font-size:11px;color:#6c737d;margin-top:4px}.machine-facts{display:flex;justify-content:space-between;gap:10px;margin-top:19px}.machine-facts small{font-size:10px;color:#6d737c;display:block}.machine-facts strong{display:block;font-size:12px;font-weight:500;color:#687483;margin-top:5px}.machine-next{border-top:1px solid var(--line);padding:14px 0;display:flex;align-items:center;gap:7px;color:#6b737f;font-size:10px;margin-top:17px}.machine-card .btn{font-size:11px;min-height:32px}.document-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.document-card{border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff;min-width:0}.document-preview{height:135px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;background:#f6f7f9;color:#6d737d;overflow:hidden}.document-preview>img{width:100%;height:100%;object-fit:cover}.document-preview>span{font-size:10px;letter-spacing:1px}.document-card-body{padding:13px 14px 9px}.document-card-body>a>strong{font-weight:500;color:#697482;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.document-card-body>small{font-size:10px;display:block;color:#6c737d;margin-top:4px}.document-card-body>div{display:flex;align-items:center;justify-content:space-between;margin-top:9px;border-top:1px solid #f1f3f7;padding-top:6px}.document-card-body>div>span{font-size:10px;color:#6c737d}.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 278px;gap:24px;align-items:start}.form-main{display:flex;flex-direction:column;gap:21px;min-width:0}.form-aside{min-width:0;height:100%}.sticky-aside{position:sticky;top:88px;display:flex;flex-direction:column;gap:20px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.section-fields{padding:3px 22px 23px}.field-label{display:flex;flex-direction:column;align-items:stretch;gap:7px;font-size:12px;font-weight:500;color:#687483}.field-label>label{display:block;min-height:16px}.field-label input,.field-label select,.field-label textarea{font-size:12px;font-weight:400;color:#687483;border-color:#e4e9f0;border-radius:6px;min-height:37px}.field-label input::placeholder,.field-label textarea::placeholder{color:#6d737b}.field-label input[type=checkbox]{min-height:15px;height:15px;width:15px}.field-label select{height:38px}.field-hint{font-size:10px;font-weight:400;color:#6d737c;line-height:1.6;display:block}.checkbox-field{display:flex;align-items:center;flex-direction:row;gap:9px;padding-top:4px;min-height:37px;font-size:12px;line-height:1.6}.money-input{position:relative}.money-input>span{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#6d737c;font-weight:400}.money-input input{padding-left:27px}.form-tip{border:1px solid #ebe6df;background:#fbf8f2;border-radius:10px;padding:25px 22px;color:#7a7165}.form-tip>svg{color:#7d7162;margin-bottom:18px}.form-tip h3{font-size:15px;line-height:1.6;font-weight:600;color:#80705f;margin:7px 0 11px}.form-tip p{font-size:12px;line-height:1.9;color:#797266}.tip-divider{height:1px;background:#eee7dc;margin:23px 0 16px}.form-tip>span:last-child{display:flex;align-items:center;gap:7px;font-size:10px;color:#7a7167}.form-tip-icon{width:43px;height:43px;border:1px solid #eadfcd;border-radius:11px;background:#f9f0e1;display:flex;align-items:center;justify-content:center;color:#7f705f;margin-bottom:16px}.form-record-reference{border:1px dashed #e0e6ee;background:#f8fafc;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:7px}.form-record-reference>span{font-size:10px;letter-spacing:1.1px;color:#6c737d}.form-record-reference strong{font-family:Manrope,sans-serif;font-size:20px;color:#6a7381}.form-record-reference small{font-size:10px;color:#6d737c}.form-bottom-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 0 12px}.form-bottom-actions>span{display:flex;align-items:center;gap:6px;color:#6c737d;font-size:10px}.form-bottom-actions>div{display:flex;gap:9px}.form-error{margin-bottom:22px}.quote-cost-note{display:flex;gap:10px;padding:13px 17px;margin:0 19px 18px;background:#faf8f5;border:1px solid #ede8e1;border-radius:7px;color:#787268;font-size:10px;line-height:1.8}.quote-cost-note svg{color:#7a7165;margin-top:1px}.quote-cost-note strong{font-weight:500;color:#7b7163}.quote-item-editor{border:1px solid #e9edf4;border-radius:9px;margin:0 19px 17px;overflow:hidden}.quote-item-heading{display:flex;align-items:center;gap:12px;padding:13px 14px;background:#fcfcfd;border-bottom:1px solid #ecf0f5}.quote-item-toggle{display:flex;align-items:center;gap:10px;flex:1;min-width:0;text-align:left;padding:0}.quote-item-toggle>span:nth-child(2){min-width:0;flex:1}.item-index{width:27px;height:27px;border-radius:6px;background:#f1eee8;color:#80705d;display:flex;align-items:center;justify-content:center;font-size:11px}.quote-item-toggle strong{font-size:12px;color:#677485;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:380px}.quote-item-toggle small{font-size:10px;color:#6c737c;display:block;margin-top:3px}.quote-item-toggle>svg{color:#6e737b}.item-line-total{font-size:12px;color:#677484;font-weight:500}.item-fields{padding:18px 16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.item-fields .field-label{font-size:11px}.item-fields .field-label input,.item-fields .field-label select{font-size:11px;min-height:34px;height:35px}.item-calculation{background:#fbfcfe;border-top:1px solid #edf1f6;padding:11px 16px;display:flex;align-items:center;gap:13px;flex-wrap:wrap;font-size:10px;color:#6b737e}.item-calculation b{font-weight:500;color:#667487;margin-left:4px}.item-calculation>.green-text{margin-left:auto}.add-item-row{padding:0 19px 20px;display:flex;justify-content:space-between;align-items:center;gap:10px}.add-item-row>span{font-size:10px;color:#6c737d;max-width:170px;text-align:right}.quote-summary{padding:0 21px 21px}.quote-summary>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 0;font-size:12px;color:#6a7380}.quote-summary>div>strong{font-size:12px;font-weight:500;color:#667486;white-space:nowrap}.quote-summary .grand-total{border-top:1px solid #e9edf5;border-bottom:1px solid #e9edf5;padding:19px 0;margin-top:10px}.quote-summary .grand-total>span{font-size:12px;font-weight:500;color:#667484}.quote-summary .grand-total>strong{font-family:Manrope,sans-serif;font-size:22px;font-weight:800;color:#607490;letter-spacing:-.5px}.quote-summary .profit-summary{background:#f3f8f3;border:1px solid #e8f0e7;border-radius:8px;padding:14px;margin-top:14px;gap:12px}.profit-summary>span{display:flex;flex-direction:column;gap:6px}.profit-summary>span:last-child{text-align:right}.profit-summary small{font-size:10px;color:#687668}.profit-summary strong{font-family:Manrope,sans-serif;font-size:18px;color:#657865;font-weight:700}.quote-summary>p{font-size:10px;color:#6d737c;line-height:1.8;margin-top:17px}.checklist-editor{padding:0 21px 23px}.checklist-editor>p{font-size:12px}.checklist-editor>div{display:flex;gap:10px;align-items:center;margin-bottom:10px}.checklist-editor>div>input:not([type=checkbox]){font-size:12px}.checklist-editor>div:last-child{margin-bottom:0}.dropzone{padding:30px 18px 26px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed #dbe4ed;background:#fbfcfe;border-radius:9px;gap:7px;cursor:pointer;min-height:154px}.dropzone:hover,.dropzone.dragging{background:#fff9f5;border-color:#debaa0}.dropzone-icon{width:38px;height:38px;background:#f2f4f8;border:1px solid #e9eef5;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#6d737d;margin-bottom:4px}.dropzone strong{font-size:12px;font-weight:400;color:#6c737c}.dropzone strong>span{color:#8c6c57;font-weight:500}.dropzone small{font-size:10px;color:#6d737a;max-width:310px;line-height:1.8}.selected-files{margin-top:13px;display:flex;flex-direction:column;gap:7px}.selected-files>div{display:flex;align-items:center;gap:10px;padding:11px 12px;background:#fafbfd;border:1px solid var(--line);border-radius:6px;color:#6a7480}.selected-files>div>span{flex:1;min-width:0}.selected-files strong{font-size:11px;color:#687484;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-files small{font-size:10px;color:#6c737c;display:block;margin-top:3px}.selected-files button{padding:4px;color:#6c737d}.upload-fields{margin-top:22px}.upload-control{min-width:0}.new-job-layout{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(270px,1fr);gap:24px;align-items:start}.new-job-form{padding:0 22px 20px}.new-job-form .form-bottom-actions{margin-top:24px;padding-bottom:0}.new-job-preview{padding:20px;margin-top:21px;background:#fafcfd;border:1px solid #e9eef4;border-radius:8px;display:flex;flex-direction:column;gap:16px}.new-job-preview>div{display:flex;flex-direction:column;gap:5px}.new-job-preview>div>span{color:#6c737d;font-size:10px}.new-job-preview>div>strong{font-size:12px;font-weight:500;color:#667487}.mini-workflow{margin-top:26px;display:flex;flex-direction:column;align-items:center;gap:10px}.mini-workflow>span{background:#fff;border:1px solid #eae0d2;border-radius:6px;display:flex;align-items:center;gap:9px;padding:10px 15px;font-size:11px;width:100%}.mini-workflow>svg{color:#7d715f}.detail-page .page-heading{align-items:flex-start}.detail-page .page-actions{margin-top:18px;flex-wrap:wrap;justify-content:flex-end;max-width:48%}.detail-page h1{font-size:25px;line-height:1.4}.detail-tabs{border-bottom:1px solid var(--line);margin-bottom:22px;gap:24px;overflow:auto}.detail-tabs>button{height:43px;font-size:11px}.record-locked{margin-left:auto;font-size:10px;color:#6d737c;display:flex;align-items:center;gap:6px;white-space:nowrap}.more-wrap{position:relative}.record-menu{position:absolute;top:44px;right:0;min-width:184px;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:0 8px 30px #2f426018;padding:7px;z-index:30}.record-menu button{display:flex;width:100%;align-items:center;gap:8px;padding:9px;font-size:11px;color:#6b7381;border-radius:5px;text-align:left;white-space:nowrap}.record-menu button:hover{background:#f7f9fc}.detail-two-col{display:grid;grid-template-columns:minmax(0,2fr) minmax(267px,1fr);gap:22px;align-items:start}.detail-main,.detail-aside,.detail-stack{display:flex;flex-direction:column;gap:21px;min-width:0}.details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 22px;margin:0;padding:3px 22px 25px}.details-grid.single{grid-template-columns:1fr;gap:20px}.field-value{min-width:0}.field-value dt{font-size:10px;color:#6c737d;font-weight:400;margin-bottom:7px}.field-value dd{margin:0;font-size:12px;color:#687484;line-height:1.75;overflow-wrap:anywhere;font-weight:400}.field-value dd>.person-cell{font-size:11px}.field-value .entity-link{font-size:11px}.field-value .badge{font-size:10px}.field-value .inline-icon{align-items:flex-start}.field-value .inline-icon svg{margin-top:3px}.details-grid .wide>.field-value{padding-top:4px}.notes-block{padding:0 22px 23px;color:#697481;font-size:12px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere}.notes-block .muted{color:#6d737c;font-style:italic;font-size:11px}.job-workflow{display:flex;background:#fff;border:1px solid var(--line);border-radius:10px;padding:17px 19px;margin-bottom:11px;gap:6px;overflow-x:auto}.workflow-step{flex:1;display:flex;align-items:center;gap:7px;white-space:nowrap;color:#6d737c;min-width:max-content}.workflow-step>span{width:25px;height:25px;border-radius:50%;background:#f4f6f9;border:1px solid #e8edf4;color:#6d737d;display:flex;align-items:center;justify-content:center}.workflow-step>span svg{width:12px;height:12px}.workflow-step>strong{font-size:10px;font-weight:500}.workflow-step>svg{margin-left:auto;margin-right:5px;color:#6f7379;width:10px;height:10px}.workflow-step.done{color:#66776c}.workflow-step.done>span{background:#f0f7f0;border-color:#e4efe4;color:#647767}.workflow-step.current{color:#8d6c56}.workflow-step.current>span{background:#fdf3e9;border-color:#f1dfcf;color:#8b6c55}.production-hold{display:flex;align-items:center;gap:13px;padding:17px 20px;border:1px solid #f0e0cf;background:#fffaf3;border-radius:9px;margin-bottom:22px;color:#7d7160;line-height:1.7;font-size:12px}.hold-icon{height:33px;width:33px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fcf0df;color:#817057;flex-shrink:0}.production-hold>div{flex:1}.production-hold strong{font-size:12px;color:#817058;font-weight:500}.production-hold p{font-size:11px;color:#7c7161;margin-top:4px}.production-hold button{display:flex;gap:8px;align-items:center;font-size:10px;color:#876e56;white-space:nowrap}.readiness-banner{display:flex;align-items:center;gap:9px;padding:15px 18px;border:1px solid #e3ede1;background:#f4f9f1;border-radius:8px;margin-bottom:21px;font-size:11px;color:#6a7668;line-height:1.8}.readiness-banner strong{font-size:11px;color:#687764;font-weight:500;white-space:nowrap}.readiness-banner>svg{color:#647861}.readiness-banner button{display:flex;align-items:center;gap:7px;margin-left:auto;white-space:nowrap;font-size:10px;color:#67775f}.detail-main>.readiness-banner{margin:0}.job-detail-intro{display:flex;align-items:center;gap:12px;padding:0 22px 24px;border-bottom:1px solid #f1f3f7;margin-bottom:21px}.job-detail-intro .product-thumb{width:58px;height:54px}.job-detail-intro>div:nth-child(2){flex:1;min-width:0}.job-detail-intro h3{font-size:13px;color:#667486}.job-detail-intro p{font-size:10px;color:#6b737e;margin-top:4px}.job-detail-progress{width:145px}.job-detail-progress>span{font-size:10px;display:flex;justify-content:space-between;gap:10px;color:#6a747f;margin-bottom:7px}.job-detail-progress>span>b{font-weight:500;color:#697482}.readiness-panel .panel-heading{padding-bottom:8px}.readiness-gate{display:flex;align-items:center;gap:10px;padding:15px 19px;border-bottom:1px solid #f0f3f7}.readiness-gate:last-child{border-bottom:0}.readiness-gate>span:nth-child(2){flex:1}.gate-icon{height:27px;width:27px;display:flex;align-items:center;justify-content:center;border:1px solid #f0e5d2;background:#fbf6ea;border-radius:50%;color:#817056}.gate-icon svg{width:12px;height:12px}.readiness-gate strong{font-size:11px;color:#797265;display:block;font-weight:500}.readiness-gate small{display:block;font-size:10px;margin-top:3px;color:#77726a}.readiness-gate>svg{color:#6e737a;width:12px}.readiness-gate.passed .gate-icon{background:#f1f8ef;border-color:#e3efdf;color:#687762}.readiness-gate.passed strong{color:#6a7668}.readiness-gate.passed small{color:#6e746b}.hold-reason{margin:13px 18px;padding:11px;background:#fff5eb;border-radius:6px;font-size:10px;display:flex;gap:7px;color:#7f7061}.financial-summary{padding:0 21px 18px}.financial-summary>div:not(.divider){display:flex;justify-content:space-between;align-items:center;gap:10px;padding:11px 0;color:#6a7480;font-size:11px}.financial-summary>div>strong{font-size:12px;font-weight:500;color:#677485;white-space:nowrap}.financial-summary>div>span{display:flex;align-items:center;gap:7px}.financial-summary .divider{border-top:1px solid #edf1f6;margin:8px 0}.financial-summary .balance-row{padding:15px 0 5px}.financial-summary .balance-row>span{color:#856f58;font-weight:500}.financial-summary .balance-row>strong{font-family:Manrope,sans-serif;font-size:20px;font-weight:700;color:#8b6d51;letter-spacing:-.4px}.financial-summary>p{font-size:10px;line-height:1.8;color:#6b737e;margin-top:16px}.legend-dot{width:5px;height:5px;border-radius:50%;background:#a6b5a5;display:inline-block}.financial-action{width:calc(100% - 42px);margin:0 21px 20px;font-size:11px}.completion-checks{padding:0 20px 22px;display:flex;flex-direction:column;gap:18px}.completion-checks>div{display:flex;align-items:center;gap:10px}.completion-checks strong{display:block;font-size:12px;font-weight:500;color:#687483}.completion-checks small{display:block;font-size:10px;color:#6a747f;margin-top:4px}.completion-checks p{font-size:11px;color:#6c737e;line-height:1.9}.completion-checks .entity-link{font-size:11px}.completion-checks .btn{font-size:11px;min-height:31px}.line-items-table td{padding:15px 14px;font-size:11px}.line-items-table td:first-child{min-width:200px}.line-items-table td:first-child>strong{font-size:11px;font-weight:500;white-space:normal;display:block}.line-items-table .table-subtext{font-size:10px;color:#6b737e}.line-items-table th{font-size:10px;padding:11px 14px}.costing-expanded td{background:#fbfcfe}.costing-expanded td>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 22px;padding:9px 0}.costing-expanded span>small{display:block;font-size:10px;color:#6c737d}.costing-expanded span>strong{font-size:10px;font-weight:400;color:#677485;display:block;margin-top:4px}.task-preview-list{padding:0 21px 7px}.task-preview-list>a{display:flex;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid #f0f3f7}.task-preview-list>a:last-child{border:0}.task-preview-list>a>span:nth-child(2){flex:1;min-width:0}.task-preview-list strong{font-size:11px;font-weight:500;color:#677485;display:block}.task-preview-list small{font-size:10px;color:#6a747f;display:block;margin-top:3px}.task-preview-list .badge{font-size:10px}.task-preview-list>a:hover strong{color:#8e6c53}.section-intro{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:4px 0 22px}.section-intro h2{font-size:16px;color:#687485}.section-intro p{font-size:11px;color:#6b737f;margin-top:6px}.customer-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;border:1px solid var(--line);border-radius:10px;padding:21px 0;margin-bottom:24px}.customer-summary>a{display:flex;align-items:center;gap:11px;border-right:1px solid var(--line);padding:0 19px;color:#7d7165}.customer-summary>a:last-child{border:0}.customer-summary>a>span{flex:1;min-width:0}.customer-summary small{font-size:10px;display:block;color:#697481}.customer-summary strong{font-family:Manrope,sans-serif;font-size:23px;font-weight:700;color:#667487;display:block;margin-top:4px}.customer-summary>a>svg:last-child{color:#6c737d}.customer-identity{display:flex;align-items:center;gap:16px;padding:0 22px 26px}.customer-identity>div{flex:1}.customer-identity h2{font-size:17px;color:#677486}.customer-identity p{font-size:11px;color:#6c737e;margin-top:5px}.contacts-list{padding:0 20px 15px}.contacts-list>div{display:flex;gap:10px;padding:14px 0;border-bottom:1px solid var(--line)}.contacts-list>div:last-child{border:0}.contacts-list>div>span:nth-child(2){flex:1;min-width:0}.contacts-list strong{display:block;font-size:12px;font-weight:500;color:#687484}.contacts-list small{display:block;font-size:10px;color:#6c737e;margin-top:4px}.contacts-list a:not(.icon-btn){display:block;overflow-wrap:anywhere;color:#697483;font-size:10px;margin-top:5px}.related-records{padding:0 19px 7px}.related-records>a{display:flex;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid #eff3f8}.related-records>a:last-child{border:0}.related-records>a>span:nth-child(2){flex:1;min-width:0}.related-records strong{display:block;font-size:12px;color:#677485;font-weight:500}.related-records small{font-size:10px;color:#6b737f;display:block;margin-top:4px}.related-records>a>svg{color:#6d737b;width:13px}.related-records .badge{font-size:10px}.related-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:30px;border-radius:6px}.related-icon>svg{width:15px;height:15px}.related-entities{display:flex;flex-direction:column;gap:19px;padding:0 22px 26px}.related-entities .entity-link{font-size:12px}.related-records .empty-state{padding:30px 12px}.proof-canvas{background:#f3f2ec;border-top:1px solid #efeee8;border-bottom:1px solid #efeee8;min-height:230px}.proof-canvas>a{display:block}.proof-canvas img{display:block;width:100%;max-height:560px;object-fit:contain}.proof-canvas iframe,.document-detail-preview iframe,.portal-proof iframe{border:0;width:100%;height:620px}.proof-file-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:14px 18px;font-size:10px;color:#6a7380}.proof-file-footer>span{display:flex;align-items:center;gap:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proof-file-footer .text-link{font-size:10px;flex-shrink:0}.proof-file-tabs{display:flex;overflow:auto;gap:6px;padding:9px 16px;border-top:1px solid var(--line)}.proof-file-tabs>button{font-size:10px;color:#6a7381;padding:5px 8px;border-radius:4px;white-space:nowrap;border:1px solid transparent}.proof-file-tabs>button.active{background:#f9f3eb;border-color:#ebdfcf;color:#81705c}.artwork-comments{padding:0 22px 15px}.artwork-comment{display:flex;gap:10px;padding:17px 0;border-bottom:1px solid #edf2f8}.artwork-comment:last-child{border:0}.artwork-comment>div{flex:1;min-width:0}.artwork-comment>div>div{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.artwork-comment strong{font-size:11px;color:#677486;font-weight:500}.artwork-comment>div>div>span:not(.badge){font-size:10px;color:#6c737e}.artwork-comment p{color:#697382;font-size:12px;line-height:1.85;margin-top:8px;white-space:pre-wrap}.comment-form{padding:0 22px 23px;display:flex;align-items:flex-end;flex-direction:column;gap:11px}.comment-form textarea{font-size:12px}.approval-step{padding:2px 21px 24px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start}.approval-step+.approval-step{padding-top:22px}.approval-step:last-child{border:0}.approval-step-icon{display:flex;align-items:center;justify-content:center;width:37px;height:37px;border-radius:10px;background:#faf3e7;border:1px solid #f0e2cb;color:#827053;margin-bottom:14px}.approval-step-icon.passed{background:#f1f7ed;border-color:#e4eedd;color:#687760}.approval-step h3{font-size:14px;color:#687485}.approval-step p{font-size:11px;line-height:1.9;color:#6a7380;margin:7px 0 12px}.approval-step .badge{font-size:10px;margin-bottom:16px}.approval-step .btn{font-size:11px;min-height:35px;margin-top:6px}.approval-changes{font-size:10px;color:#856e60;padding:12px 0 0;align-self:center}.approval-changes:hover{text-decoration:underline}.version-list{padding:0 17px 12px}.version-list>a{display:flex;align-items:center;gap:9px;padding:13px 4px;border-bottom:1px solid #f0f4f9}.version-list>a:last-child{border:0}.version-list>a>span:first-child{font-size:10px;background:#f3f5f8;color:#6a7481;min-width:27px;height:25px;border-radius:5px;display:flex;align-items:center;justify-content:center}.version-list>a>div{flex:1;min-width:0}.version-list strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#6a7480;display:block;font-weight:500}.version-list small{font-size:10px;color:#6c737c;display:block;margin-top:3px}.version-list .badge{font-size:9px}.version-list>a.current{background:#fdfaf5}.version-list>a.current>span:first-child{color:#836f58;background:#f8eddd}.task-checklist{padding:0 22px 19px}.task-checklist>label{display:flex;align-items:flex-start;gap:12px;padding:15px 0;border-bottom:1px solid var(--line);color:#677485;font-size:12px;cursor:pointer}.task-checklist>label:last-child{border:0}.task-checklist>label>input{margin:2px 0 0}.task-checklist>label.done span{text-decoration:line-through;color:#6b737f}.time-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:2px 22px 23px}.time-summary>div{display:flex;gap:11px;align-items:center;color:#6e737c}.time-summary small{font-size:10px;display:block;color:#6a747f}.time-summary strong{font-family:Manrope,sans-serif;font-size:24px;line-height:1.8;display:block;color:#687485}.time-summary em{font-size:12px;font-style:normal;font-weight:400;color:#6a7380}.time-summary .btn{font-size:11px}.section-note{font-size:10px;color:#6b737f;line-height:1.8;padding:0 22px 21px}.allocation-list{padding:0 22px 16px}.allocation-row{padding:20px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:16px}.allocation-row:last-child{border:0}.allocation-icon{height:40px;width:40px;display:flex;align-items:center;justify-content:center;border:1px solid #e8e4da;border-radius:8px;background:#faf7ef;color:#7a7260}.allocation-main{flex:1;min-width:0}.allocation-main>a{display:flex;align-items:center;gap:7px;font-size:12px;color:#697384}.allocation-main>a strong{font-weight:500}.allocation-main>span{font-size:10px;color:#6a7380;display:block;margin-top:5px}.allocation-main>p{font-size:11px;color:#6f7377;margin-top:5px}.allocation-qty{display:flex;flex-direction:column;align-items:center;color:#687385}.allocation-qty strong{font-family:Manrope,sans-serif;font-size:20px}.allocation-qty>span{font-size:10px;color:#6b737f}.allocation-actions{display:flex;align-items:center;gap:6px}.stock-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px}.stock-summary-grid>div{padding:21px;background:#fff;border:1px solid var(--line);border-radius:10px}.stock-summary-grid>div>span{font-size:11px;color:#6b7380;display:block}.stock-summary-grid strong{font-family:Manrope,sans-serif;font-size:28px;font-weight:700;color:#677386;display:flex;align-items:baseline;gap:8px;margin-top:8px}.stock-summary-grid strong small{font-size:12px;font-weight:400;color:#697481}.stock-summary-grid p{font-size:10px;color:#6c737e;margin-top:9px}.stock-summary-grid .low-stock{background:#fffaf2;border-color:#efe2d0}.stock-summary-grid .low-stock strong{color:#856f54}.stock-alert-card{background:#fff9ee;border:1px solid #f0e3cc;border-radius:10px;padding:23px;color:#817056}.stock-alert-card h3{margin:14px 0 9px;font-size:16px;color:#847052}.stock-alert-card p{font-size:12px;line-height:1.8;margin-bottom:19px;color:#7c725f}.supplier-summary{padding:0 22px 24px}.supplier-summary h3{font-size:13px;color:#6a7381;margin-top:12px}.supplier-summary p{font-size:11px;color:#6c737e;margin:5px 0 15px}.supplier-summary>a:not(.text-link){font-size:11px;color:#6a7480;display:flex;align-items:center;gap:7px;margin:12px 0;overflow-wrap:anywhere}.supplier-summary .text-link{margin-top:12px}.reservation-list{padding:0 22px 15px}.reservation-list>a{display:flex;align-items:center;gap:12px;padding:17px 0;border-bottom:1px solid #eff3f9;color:#6b7380}.reservation-list>a:last-child{border:0}.reservation-list>a>span{flex:1;min-width:0}.reservation-list strong{font-size:12px;color:#6a7382;font-weight:500;display:block}.reservation-list small{font-size:10px;color:#6b737f;display:block;margin-top:5px}.handover-checks{padding:1px 22px 25px;display:flex;flex-direction:column;gap:21px}.handover-checks>div{display:flex;align-items:center;gap:9px;color:#6b7380;font-size:11px}.signature-card{display:flex;flex-direction:column;align-items:center;padding:10px 22px 29px;text-align:center;color:#6c7661}.signature-name{font-family:Georgia,serif;font-style:italic;font-size:27px;color:#6b7669;margin-top:20px}.signature-card p{font-size:10px;line-height:1.9;margin-top:13px;color:#6b7665}.attachments-grid{padding:0 20px 22px}.attachments-grid .document-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.attachments-grid .document-preview{height:116px}.file-mini-list{padding:0 20px 20px}.file-mini-list>p{font-size:11px;color:#6b737f}.file-mini-list>a{display:flex;align-items:center;gap:10px;padding:11px 0;color:#6b737f}.file-mini-list>a>span{flex:1;min-width:0}.file-mini-list strong{display:block;font-weight:500;font-size:10px;color:#6a7381;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-mini-list small{font-size:10px;color:#6c737d;display:block;margin-top:3px}.record-history-link{padding:0 22px 20px}.payment-hero{background:#fff9ef;border:1px solid #ede0cb;border-radius:10px;padding:24px;display:flex;align-items:center;gap:18px}.payment-hero>span:first-child{height:52px;width:52px;border-radius:12px;background:#f9efdd;display:flex;align-items:center;justify-content:center;color:#7e7159}.payment-hero>div{flex:1}.payment-hero small{display:block;color:#7b7260;font-size:11px}.payment-hero strong{font-family:Manrope,sans-serif;font-size:32px;font-weight:700;color:#817056;display:block;margin:5px 0 7px}.payment-hero p{font-size:10px;color:#7a7261;line-height:1.7}.payment-hero.cleared{background:#f4f9ef;border-color:#e3edda}.payment-hero.cleared>span:first-child{background:#eaf1e1;color:#69775f}.payment-hero.cleared strong{color:#677760}.payment-hero.cleared small,.payment-hero.cleared p{color:#6b7662}.document-detail-preview{background:#f1f2f1;min-height:300px}.document-detail-preview>img{display:block;width:100%;max-height:680px;object-fit:contain}.record-timeline{padding:0 24px 19px}.record-timeline>a{display:flex;align-items:flex-start;gap:14px;padding:20px 0;border-bottom:1px solid #eff4fa}.record-timeline>a:last-child{border:0}.record-timeline>a>span:nth-child(2){flex:1}.record-timeline strong{display:block;color:#697383;font-size:12px;font-weight:500}.record-timeline p{font-size:12px;color:#697482;line-height:1.85;margin-top:7px}.record-timeline small{display:block;font-size:10px;color:#6b737f;margin-top:7px}.record-timeline>a>svg{color:#6c737d;margin-top:7px}.audit-snapshots{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:22px}.audit-snapshots pre{margin:0;padding:0 22px 24px;font-size:11px;color:#687485;line-height:1.9;overflow:auto;max-height:650px;-moz-tab-size:2;tab-size:2}.share-intro{display:flex;gap:13px;align-items:flex-start;margin-bottom:22px}.share-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:#f6eee3;border:1px solid #ecddc8;border-radius:10px;color:#807158;flex-shrink:0}.share-intro p{font-size:12px;color:#6a7382;line-height:1.9}.copy-input{display:flex;gap:8px}.copy-input input{font-size:11px;min-width:0}.copy-input .btn{font-size:11px}.security-note{font-size:10px;color:#6d737e;display:flex;align-items:center;gap:7px;margin-top:15px;line-height:1.8}.board-content{padding-bottom:12px;max-width:none}.board-page .page-heading{margin-bottom:19px}.board-status-summary{display:flex;align-items:center;gap:23px;font-size:11px;color:#6a7381;margin:0 0 25px}.board-status-summary>span{display:flex;align-items:center;gap:6px;white-space:nowrap}.board-status-summary strong{font-size:12px;font-weight:600;color:#677486;margin-left:2px}.board-status-summary>div{margin-left:auto;font-size:10px;display:flex;align-items:center;gap:6px;color:#6b737f}.board-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #e9eef5;border-bottom:1px solid #e9eef5;padding:15px 0;margin-bottom:24px}.board-groups{display:flex;background:#edeff2;border:1px solid #e5e9ef;border-radius:7px;padding:3px;gap:2px}.board-groups>button{padding:6px 10px;font-size:10px;color:#6b7380;white-space:nowrap;border:1px solid transparent;border-radius:5px}.board-groups>button.active{color:#807061;background:#fff;border-color:#e7e5e0;box-shadow:0 2px 4px #16223705}.board-filter-tools{display:flex;gap:9px;align-items:center}.board-filter-tools .list-search{width:175px;height:30px}.board-filter-tools .btn{font-size:10px}.kanban-scroll{overflow-x:auto;overflow-y:visible;padding-bottom:20px;width:100%;scrollbar-color:#d6d8da transparent;scrollbar-width:thin}.kanban-board{display:flex;align-items:stretch;gap:17px;min-height:530px;width:max-content;min-width:100%;transition:opacity .2s}.kanban-board.busy{opacity:.7}.kanban-column{width:264px;flex-shrink:0;background:#f0f2f5;border:1px solid #e9edf2;border-radius:10px;display:flex;flex-direction:column;min-height:527px;transition:background .15s,border-color .15s}.kanban-column.drop-target{background:#f7ede5;border:1px dashed #d6a082;box-shadow:inset 0 0 0 2px #e9c6ae20}.kanban-column-header{display:flex;align-items:center;gap:8px;padding:17px 13px 13px}.stage-icon{color:#7b7168}.stage-icon svg{width:14px;height:14px}.kanban-column-header h2{font-size:11px;color:#677486;font-weight:600;letter-spacing:0;flex:1;line-height:1.4}.lane-count{font-size:10px;background:#e4e9f0;color:#6a7381;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:4px}.lane-topline{height:2px;background:#dcd7cc;margin:0 13px 13px;opacity:.7;border-radius:2px}.stage-1 .lane-topline{background:#c6b4da}.stage-4 .lane-topline,.stage-5 .lane-topline{background:#a7c0d7}.stage-6 .lane-topline,.stage-7 .lane-topline,.stage-8 .lane-topline{background:#dbb895}.stage-9 .lane-topline{background:#bdb2d3}.stage-10 .lane-topline,.stage-11 .lane-topline,.stage-12 .lane-topline{background:#b5caae}.stage-13 .lane-topline{background:#d9b1a4}.kanban-cards{padding:0 10px;flex:1;display:flex;flex-direction:column;gap:12px}.kanban-card{border:1px solid #e5eaf1;border-radius:9px;background:#fff;box-shadow:0 2px 5px #27355105;padding:12px 13px 9px;cursor:grab;transition:box-shadow .15s,transform .15s}.kanban-card:hover{box-shadow:0 4px 15px #2735510b;transform:translateY(-1px)}.kanban-card:active{cursor:grabbing}.kanban-card.dragging{opacity:.3;transform:rotate(1deg)}.kanban-card-meta{display:flex;align-items:center;gap:7px;margin-bottom:14px}.kanban-card-meta>a{font-size:10px;color:#6a7381;font-weight:500;margin-right:auto}.priority-indicator{display:inline-flex;align-items:center;gap:4px;font-size:9px;color:#6e737b}.priority-indicator>i{width:4px;height:4px;background:#b8c3d1;border-radius:50%}.priority-indicator.high{color:#856f50}.priority-indicator.high>i{background:#d3b480}.priority-indicator.urgent{color:#876d66}.priority-indicator.urgent>i{background:#d2a292}.kanban-card-meta .icon-btn{width:18px;height:20px}.kanban-customer{display:flex;gap:10px;align-items:center}.kanban-customer .product-thumb{width:33px;height:34px}.kanban-customer h3{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#677486;line-height:1.7}.kanban-card-main>p{font-size:11px;color:#6a7381;line-height:1.8;margin:10px 0}.kanban-product{font-size:10px;display:inline-flex;align-items:center;gap:5px;padding:4px 6px;border:1px solid #eef1f5;background:#f9fafc;border-radius:4px;color:#6a7381}.kanban-blockers{padding:11px 0 0;display:flex;flex-direction:column;gap:5px}.kanban-blockers>span{display:flex;align-items:center;gap:5px;font-size:10px;color:#7e715f;background:#fffbf5;border:1px solid #f4ebdc;padding:4px 6px;border-radius:4px;line-height:1.65}.kanban-progress-label{display:flex;align-items:center;justify-content:space-between;gap:7px;font-size:9px;color:#6c737e;margin:17px 0 6px}.kanban-progress-label b{font-weight:500;color:#697483}.kanban-card .progress-track{height:3px;background:#f0f3f7}.kanban-card .progress-track>div{background:#d8b09a}.kanban-card-footer{margin-top:14px;padding-top:10px;border-top:1px solid #f1f4f9;display:flex;align-items:center;gap:9px;color:#6b737f;font-size:10px}.kanban-card-footer>span:first-child{display:flex;align-items:center;gap:5px;margin-right:auto}.card-file-count{display:flex;align-items:center;gap:4px;font-size:10px}.kanban-card-footer .avatar{height:23px;width:23px;font-size:9px}.empty-lane{border:1px dashed #dce3ec;border-radius:8px;min-height:138px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#6c737d;background:#f7f9fc61;margin:0 2px}.empty-lane>span{font-size:10px}.empty-lane>small{font-size:9px;color:#6e737a}.empty-lane>svg{width:17px;height:17px;margin-bottom:3px;color:#6c737d}.lane-footer{padding:17px 15px 15px;font-size:10px;color:#6c737f;display:flex;align-items:center;justify-content:space-between;margin-top:8px}.lane-footer>span{color:#6d737c}.board-note{margin-top:12px;padding:14px 0 3px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:10px;color:#6c737f}.board-note>span,.board-note>a{display:flex;align-items:center;gap:7px}.board-note strong{color:#6b7381;font-weight:500}.board-note>a{white-space:nowrap;font-size:10px;color:#687384}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#222b3b5c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;animation:modal-fade .15s ease-out}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border:1px solid #edf0f5;box-shadow:0 20px 90px #17273936;border-radius:13px;width:550px;max-width:100%;max-height:88vh;overflow:hidden;display:flex;flex-direction:column;animation:modal-rise .2s ease-out}@keyframes modal-rise{0%{transform:translateY(10px)}to{transform:translateY(0)}}.modal.small{width:440px}.modal.wide{width:690px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 23px;border-bottom:1px solid #edf1f6;flex-shrink:0}.modal-header h2{font-size:16px;color:#687386;letter-spacing:-.3px}.modal-header .icon-btn{height:26px;width:26px;color:#6d737d}.modal-body{padding:23px;overflow:auto;overscroll-behavior:contain}.modal-description{font-size:12px;color:#6a7382;line-height:1.9;margin-bottom:22px}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:22px;margin-top:23px;border-top:1px solid #edf1f7}.modal-footer .btn{font-size:12px}.action-fields{display:flex;flex-direction:column;gap:20px}.action-fields .checkbox-field{font-size:11px;line-height:1.8;align-items:flex-start;gap:10px}.action-fields .checkbox-field input{margin-top:3px}.action-fields .checkbox-field>span{flex:1}.toast-stack{position:fixed;bottom:25px;right:26px;z-index:500;display:flex;flex-direction:column;align-items:flex-end;gap:10px;max-width:440px;width:calc(100% - 40px);pointer-events:none}.toast{display:flex;align-items:center;gap:11px;padding:15px 16px;background:#fff;border:1px solid #e3eade;box-shadow:0 8px 40px #20355221;border-radius:9px;font-size:12px;color:#697668;pointer-events:auto;line-height:1.8;animation:page-in .2s ease-out}.toast>span:nth-child(2){flex:1}.toast-symbol{width:22px;height:22px;border-radius:50%;background:#eef5e9;color:#687760;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.toast button{font-size:20px;color:#6e746d;line-height:1}.toast.error{border-color:#eddfd9;color:#816f63}.toast.error .toast-symbol{background:#f9eee7;color:#886d5b}.inline-error{display:flex;align-items:flex-start;gap:10px;background:#fff5ef;border:1px solid #f0dbce;border-radius:7px;color:#886d5b;padding:13px 15px;font-size:12px;line-height:1.8;margin-bottom:17px}.inline-error>svg{margin-top:2px;color:#816f5f;flex-shrink:0}.inline-error strong{font-size:12px;font-weight:500;color:#8d6c55}.inline-error p{margin-top:3px;font-size:12px}.empty-state{padding:53px 24px 56px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;min-height:190px;max-width:100%}.empty-icon{width:50px;height:50px;border-radius:14px;background:#f6f2ed;border:1px solid #ebe4d9;color:#7e715f;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.empty-state h3{font-size:15px;font-weight:600;color:#6a7382}.empty-state p{font-size:12px;max-width:355px;line-height:1.85;color:#6c737f;margin-top:8px}.empty-state>.btn{margin-top:22px;font-size:12px}.error-state{min-height:290px;padding:50px 25px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;border:1px solid var(--line);border-radius:10px;color:#836f5c}.error-state h3{font-size:17px;color:#687385;margin:19px 0 9px}.error-state p{font-size:12px;line-height:1.8;max-width:500px;color:#6b7380;margin-bottom:23px}.skeleton-wrapper{padding:25px 22px;width:100%}.skeleton{border-radius:8px;background:linear-gradient(90deg,#edf0f4 25%,#f4f6f9,#edf0f4 75%);background-size:200% 100%;animation:skeleton 1.6s infinite}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.app-loading,.fatal-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fbfaf7}.app-loading .brand{transform:scale(1.4);margin-bottom:47px}.app-loading p{font-size:12px;color:#76726a;margin-top:18px}.loading-line{height:2px;width:150px;border-radius:2px;background:#eee6d9;position:relative;overflow:hidden}.loading-line:after{content:"";position:absolute;width:45%;height:100%;background:#dca384;animation:loadingbar 1.4s ease-in-out infinite}@keyframes loadingbar{0%{left:-45%}to{left:100%}}.fatal-error .brand{margin:20px}.command-input{display:flex;align-items:center;gap:12px;border:1px solid #e8dfd2;background:#fffdfa;padding:10px 13px;border-radius:7px;color:#7e715e}.command-input input{border:0;background:transparent;box-shadow:none;padding:6px 0;font-size:13px;color:#687481}.command-input input::placeholder{font-size:12px;color:#6d737c}.command-input kbd{border:1px solid #eae4da;border-radius:3px;padding:1px 4px;font-size:10px;color:#7a7266}.search-hints{padding:29px 5px 24px}.search-hints p{font-size:12px;color:#6b737f;margin-bottom:18px}.search-hints>div{display:flex;flex-wrap:wrap;gap:9px}.search-hints button{display:flex;align-items:center;gap:10px;border:1px solid #e8edf4;border-radius:6px;background:#fafcfe;color:#697481;font-size:11px;padding:7px 9px}.search-hints button:hover{background:#fcf7f1;border-color:#ebdcc8;color:#7f715d}.search-loading{display:flex;align-items:center;justify-content:center;padding:60px 20px;gap:10px;font-size:12px;color:#6d737e}.search-results{display:flex;flex-direction:column;padding-top:12px;max-height:440px;overflow:auto}.search-results>a{display:flex;align-items:center;gap:12px;padding:13px 8px;border-bottom:1px solid #f0f3f8;border-radius:5px}.search-results>a:hover{background:#fbf8f3}.search-results>a>span:nth-child(2){flex:1;min-width:0}.search-results strong{display:block;color:#677485;font-weight:500;font-size:12px}.search-results small{display:block;color:#6a737f;font-size:10px;margin-top:4px}.search-result-icon{background:#f3f0ec;color:#7e7160;border-radius:7px;display:flex;align-items:center;justify-content:center;width:31px;height:32px;flex-shrink:0}.search-results>a>svg{color:#6d737d}.command-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #edf1f7;font-size:10px;color:#6c737e;padding-top:14px;margin-top:17px}.command-footer>span{display:flex;align-items:center;gap:6px}.command-footer kbd{padding:0 5px;border:1px solid #e7edf4;border-radius:3px;background:#fbfcfd;font-size:11px;color:#6c737d}.guide-intro{display:flex;gap:15px;align-items:center;margin-bottom:21px;padding:16px;background:#fbf7ef;border:1px solid #eee4d5;border-radius:8px}.guide-mark{color:#7f715a}.guide-intro p{color:#7c7161;font-size:12px;line-height:1.9}.guide-steps{display:flex;flex-direction:column;gap:24px;padding:4px 3px 9px}.guide-step{display:flex;gap:19px}.guide-step>b{color:#7f715a;background:#f8f1e6;border:1px solid #eadeca;border-radius:7px;font-size:12px;font-weight:500;width:31px;height:31px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.guide-step h3{font-size:13px;color:#697482}.guide-step p{font-size:12px;color:#6b737f;line-height:1.9;margin:7px 0 9px}.guide-step .text-link{color:#817059;font-size:11px}.login-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fff}.login-story{padding:41px 52px;background:#f3f0e8;display:flex;flex-direction:column;overflow:hidden;min-height:100vh;position:relative}.login-story>.brand{position:relative;z-index:2}.login-story-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:66px 4px 15px}.login-story-content .eyebrow{font-size:10px;color:#7a7166;letter-spacing:1.6px;margin-bottom:20px}.login-story-content h1{font-size:51px;letter-spacing:-2.4px;color:#4d5550;font-weight:800;line-height:1.25}.login-story-content>p{font-size:13px;line-height:2;color:#707469;margin-top:22px}.login-illustration{height:265px;position:relative;margin-top:30px;width:100%;max-width:510px}.illustration-ruler{display:flex;align-items:center;gap:13px;font-size:10px;color:#747366;letter-spacing:1.2px;padding:15px 20px}.illustration-ruler>i{height:5px;flex:1;border-top:1px solid #d2ceba;background:repeating-linear-gradient(90deg,transparent,transparent 15px,#d2ceba 15px,#d2ceba 16px)}.illustration-sign{transform:rotate(-4deg);width:81%;position:absolute;top:68px;left:8%;filter:drop-shadow(8px 15px 8px #665d3517)}.sign-hangers{display:flex;justify-content:space-between;margin:0 47px;height:30px;position:relative;z-index:1}.sign-hangers i{width:3px;background:#8b9787;height:43px;border-radius:3px;transform:translateY(-8px)}.sign-face{border:6px solid #537061;background:#3c5b4f;border-radius:4px;outline:1px solid #3d574b;outline-offset:1px;padding:25px 16px;text-align:center;color:#f2e6c9;box-shadow:inset 0 0 0 1px #acb19180}.sign-face>span{font-size:10px;letter-spacing:3.6px;color:#bfc3a6}.sign-face strong{font-family:Georgia,serif;font-size:33px;font-weight:400;display:block;line-height:1.4;margin:7px 0 11px;letter-spacing:-.6px}.sign-face small{font-size:6px;letter-spacing:2.1px;color:#a6b29a}.illustration-chip{position:absolute;background:#fffdfa;box-shadow:0 4px 14px #3e453714;border:1px solid #e6e1d4;border-radius:7px;padding:10px 12px;display:flex;align-items:center;gap:7px;font-size:10px;color:#7c7162;z-index:3}.illustration-chip.first{right:0;top:53px;transform:rotate(4deg)}.illustration-chip.first svg{color:#6b7662}.illustration-chip.second{left:0;bottom:12px;transform:rotate(-1deg)}.illustration-chip.second svg{color:#836f5c}.login-story-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:30px;position:relative;z-index:2;font-size:10px;color:#777268}.login-story-footer>span:last-child{display:flex;align-items:center;gap:7px}.login-form-side{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:55px 50px;min-height:100vh}.login-form-wrap{width:100%;max-width:350px}.login-welcome-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#fdf2e5;border:1px solid #f1e2cb;color:#827055;margin-bottom:26px}.login-form-wrap>h2{font-family:Manrope,sans-serif;font-size:26px;color:#6a7381;font-weight:700;letter-spacing:-.9px}.login-form-wrap>p{font-size:12px;color:#6d737c;margin-top:11px;margin-bottom:30px;line-height:1.9}.login-form-wrap form{display:flex;flex-direction:column;gap:21px}.login-form-wrap .field-label{color:#6b737f;font-size:12px}.login-form-wrap input{min-height:42px}.password-input{position:relative}.password-input input{padding-right:41px}.password-input button{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;color:#6c737c;padding:4px}.login-security{display:flex;align-items:center;gap:7px;font-size:10px;color:#6d737c;margin-top:-2px}.login-form-wrap form>.btn{height:42px;margin-top:2px}.login-or{display:flex;align-items:center;gap:13px;font-size:9px;letter-spacing:1.1px;color:#6e737a;margin:29px 0 23px}.login-or>span{height:1px;background:#edf0f5;flex:1}.login-form-wrap .sample-login-note{font-size:10px;text-align:center;line-height:1.9;color:#6e7379;margin:14px 0 0}.login-help{text-align:center;border-top:1px solid #eef1f6;padding-top:22px;margin-top:29px;font-size:10px;color:#6d737a}.login-bottom{position:absolute;bottom:26px;font-size:10px;color:#6d737b;display:flex;align-items:center;gap:6px}.account-layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(0,1.5fr);gap:24px;max-width:1000px}.account-profile{text-align:center;padding:8px 25px 28px;border-bottom:1px solid var(--line);margin-bottom:21px}.account-profile h2{font-size:20px;color:#6a7382;margin-top:16px}.account-profile p{font-size:12px;color:#6c737c;margin-top:6px;margin-bottom:13px}.password-form{padding:0 23px 26px;display:flex;flex-direction:column;gap:21px}.password-form>.btn{align-self:flex-start;margin-top:4px}.portal-page{min-height:100vh;background:#f7f8f7}.portal-page>header{background:#fff;border-bottom:1px solid var(--line);padding:22px 6%;display:flex;align-items:center;justify-content:space-between;gap:15px}.portal-page>header>span{font-size:11px;color:#6b747c;display:flex;align-items:center;gap:7px}.portal-page>main{max-width:1260px;margin:0 auto;padding:42px 42px 50px}.portal-page .page-heading{margin-bottom:28px}.portal-layout{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(280px,1fr);gap:25px;align-items:start}.portal-layout>div{display:flex;flex-direction:column;gap:23px;min-width:0}.portal-proof{background:#f1f0e9}.portal-proof>img{width:100%;display:block;object-fit:contain}.portal-check-note{display:flex;align-items:flex-start;gap:10px;background:#f3f0e7;border:1px solid #e9e2d3;border-radius:8px;padding:17px 19px;color:#7b7260}.portal-check-note p{font-size:11px;color:#7a7263;line-height:1.9}.portal-check-note strong{font-weight:500;color:#7b7261;font-size:12px}.portal-response{padding:0 21px 22px;display:flex;flex-direction:column;gap:21px}.decision-options{display:flex;flex-direction:column;gap:9px}.decision-options>label{display:flex;align-items:center;gap:10px;border:1px solid #e9edf3;padding:13px 12px;border-radius:7px;cursor:pointer}.decision-options>label.selected{background:#fcf6ee;border-color:#ead6bd}.decision-options>label>span{flex:1}.decision-options strong{font-size:12px;font-weight:500;color:#6a747f;display:block}.decision-options small{font-size:10px;color:#6e737b;display:block;margin-top:3px}.decision-options svg{color:#6e737b}.decision-options>label.selected strong{color:#827058}.decision-options>label.selected svg{color:#827054}.portal-consent{display:flex;align-items:flex-start;gap:9px;line-height:1.85;font-size:10px;color:#6b737e}.portal-consent input{margin-top:2px}.portal-private{font-size:10px;color:#6d737b;display:flex;align-items:center;gap:5px;text-align:center;justify-content:center}.approval-receipt{padding:37px 24px;text-align:center;display:flex;flex-direction:column;align-items:center}.receipt-check,.receipt-changes{width:67px;height:67px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f0f7e9;border:1px solid #dce9cf;color:#68785b;margin-bottom:24px}.receipt-changes{background:#fcf3e5;color:#827051;border-color:#ebd9bc}.approval-receipt h2{font-size:23px;color:#6b7664;letter-spacing:-.7px;line-height:1.5}.approval-receipt p{font-size:12px;line-height:1.95;color:#6d7568;margin:17px 0 20px}.approval-receipt>small{font-size:10px;line-height:1.85;color:#6f746a;margin-top:21px}.portal-page>footer{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1260px;margin:0 auto;padding:16px 42px 29px;color:#6e746c;font-size:11px}.portal-page>footer>span{font-size:10px}@media(min-width:1600px){.page-content,.topbar{padding-left:40px;padding-right:40px}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(330px,1fr)}.workload-chart{height:193px}.artwork-grid,.machine-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.jobs-table.compact .job-cell strong{max-width:230px}.nav-item{font-size:12px;min-height:33px}.nav-label{font-size:10px}}@media(max-width:1300px){:root{--sidebar: 211px}.brand-link{padding-left:21px}.topbar{padding-left:25px;padding-right:25px}.page-content{padding:25px}.page-heading{gap:15px}h1{font-size:27px}.page-actions .btn{font-size:12px;padding:8px 11px}.dashboard-grid{grid-template-columns:minmax(0,1.7fr) minmax(277px,1fr);gap:16px}.stats-grid{gap:12px}.stat-card{padding:15px 16px}.stat-top{font-size:11px}.stat-value{font-size:26px}.attention-item{gap:8px}.attention-text strong{font-size:10px}.attention-text small{font-size:9px}.attention-list{padding:0 16px}.panel-heading{padding-left:18px;padding-right:18px}.workload-summary{padding-left:19px}.chart-legend{gap:9px;font-size:9px}.chart-bars{gap:12px}.jobs-table.compact .product-thumb{width:30px;height:33px}.jobs-table.compact .job-cell{min-width:145px}.jobs-table.compact .job-cell strong{max-width:126px;font-size:10px}.jobs-table.compact td,.jobs-table.compact th{padding-left:7px;padding-right:7px}.jobs-table.compact td:first-child,.jobs-table.compact th:first-child{padding-left:16px}.jobs-table.compact .badge{font-size:9px}.performance-strip>a{padding:0 17px;gap:9px}.performance-strip em{font-size:9px;line-height:1.6;max-width:76px}.performance-strip strong{gap:6px;font-size:18px}.dashboard-note{font-size:10px;gap:10px}.dashboard-note a{font-size:10px}.document-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-two-col{grid-template-columns:minmax(0,1.8fr) minmax(256px,1fr);gap:18px}.detail-page .page-actions{max-width:48%;gap:6px}.detail-page .page-actions .btn{font-size:11px;padding:7px 10px}.job-workflow{padding:14px 13px}.workflow-step{gap:5px}.workflow-step>strong{font-size:9px}.workflow-step>span{width:21px;height:21px}.job-detail-progress{width:115px}.job-detail-intro{gap:10px}.job-detail-intro h3{font-size:12px}.form-layout{grid-template-columns:minmax(0,1fr) 251px;gap:19px}.quote-summary{padding-left:18px;padding-right:18px}.quote-summary>div>strong{font-size:12px}.quote-summary .grand-total>strong{font-size:20px}.board-toolbar{flex-wrap:wrap}.board-groups{flex-shrink:0}.board-filter-tools{margin-left:auto}.board-status-summary>div{font-size:10px}.board-note{font-size:10px}.nav-item{font-size:11px}.nav-item>svg{width:14px;height:14px}.workspace-picker{gap:7px;padding-left:7px;padding-right:7px}.workspace-picker small{font-size:9px}.workspace-picker strong,.profile-button strong{font-size:10px}.workspace-picker>svg{width:12px}.brand strong{font-size:30px}}@media(max-width:1100px){.dashboard-grid{grid-template-columns:1fr}.top-grid .attention-panel .attention-list{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.attention-item{padding:16px 0}.attention-text strong{font-size:12px}.attention-text small{font-size:10px}.top-grid .attention-list{padding:0 20px}.attention-footer{font-size:10px}.chart-legend{font-size:10px;gap:16px}.chart-bars{gap:25px}.workload-chart{height:177px}.jobs-table.compact .product-thumb{width:38px;height:39px}.jobs-table.compact .job-cell{min-width:175px}.jobs-table.compact .job-cell strong{max-width:190px;font-size:12px}.jobs-table.compact .badge{font-size:10px}.jobs-table.compact td,.jobs-table.compact th{padding:13px}.jobs-table.compact td:first-child,.jobs-table.compact th:first-child{padding-left:21px}.jobs-table.compact .progress-cell{width:18%}.install-agenda{display:grid;grid-template-columns:1fr 1fr;gap:20px}.install-agenda-item{border:0;min-height:108px}.today-mini{margin-top:2px}.performance-strip{grid-template-columns:1fr 1fr 1.1fr}.performance-strip>a{padding:0 14px;gap:8px}.performance-strip strong{display:block}.performance-strip em{display:block;max-width:none;font-size:10px;margin-top:2px}.performance-icon{width:29px;height:29px;border-radius:7px}.date-context>span:last-child,.date-dot{display:none}.stat-top{font-size:10px}.stat-value{font-size:25px;letter-spacing:-.6px}.stat-card{padding:13px 14px}.stat-icon{width:25px;height:25px;border-radius:7px}.stat-icon svg{width:14px;height:14px}.stat-detail{font-size:10px}.dashboard-note{flex-wrap:wrap}.page-heading{align-items:flex-start}.page-actions{padding-top:12px}.page-heading .page-description{font-size:11px}.global-search-button{width:192px}.breadcrumb{gap:8px}.artwork-grid,.machine-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.document-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.toolbar-actions .sort-select{display:none}.roles-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-two-col{grid-template-columns:1fr}.detail-aside{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.detail-page .page-heading{flex-direction:column;gap:5px}.detail-page .page-actions{max-width:none;justify-content:flex-start;margin:0;padding-top:8px}.job-workflow{padding:15px 14px;gap:8px}.workflow-step>strong{font-size:10px}.job-workflow .workflow-step{min-width:110px}.form-layout{grid-template-columns:1fr}.form-aside{display:none}.quote-layout .form-aside{display:block;grid-row:1}.quote-layout .sticky-aside{display:grid;grid-template-columns:1fr 1fr;gap:18px;position:static}.quote-layout .quote-summary>div{padding:7px 0}.quote-layout .quote-summary .grand-total{padding:12px 0}.quote-layout .quote-summary .profit-summary{padding:10px 13px}.quote-layout .quote-summary>p{font-size:10px;margin-top:10px}.quote-layout .form-tip{height:100%;padding:25px 20px}.quote-layout .quote-summary{padding-bottom:15px}.quote-layout .panel-heading{padding-bottom:9px}.quote-layout .profit-summary strong{font-size:17px}.form-page>.page-heading .page-actions{padding-top:0}.section-fields{padding-top:6px}.board-status-summary>div{display:none}.board-filter-tools .list-search{width:168px}.board-note>span{flex-wrap:wrap;line-height:1.8}.board-note>a{display:none}.new-job-layout{grid-template-columns:1fr 255px}.login-story{padding:35px}.login-story-content h1{font-size:41px}.login-story-content>p{font-size:12px}.login-form-side{padding:40px 34px}.login-form-wrap>h2{font-size:24px}.login-story-content .eyebrow{font-size:9px}.login-story-footer>span:last-child{display:none}.portal-page>main{padding:34px 27px 40px}.portal-layout{grid-template-columns:minmax(0,1.45fr) minmax(260px,1fr);gap:18px}.portal-page .page-heading{flex-direction:column;align-items:flex-start}.portal-page .page-title-row h1{font-size:26px}.portal-layout .panel-heading{padding:18px}.portal-layout .panel-heading h2{font-size:12px}.portal-response{padding:0 18px 22px}}@media(max-width:800px){:root{--sidebar: 220px}.sidebar{transform:translate(-100%);transition:transform .22s;z-index:110;box-shadow:5px 0 30px #2635480d}.sidebar.open{transform:translate(0)}.main-shell{width:100%;margin-left:0}.main-nav{scrollbar-color:#e4e7ee transparent}.nav-item{min-height:33px;font-size:12px}.nav-label{font-size:10px}.brand-link{height:75px}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f2b3b44;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:105}.topbar{height:59px;padding:0 21px;gap:12px}.mobile-toggle{display:inline-flex;margin-left:-7px;margin-right:3px}.breadcrumb{font-size:11px;gap:7px}.global-search-button{width:205px}.topbar-actions{gap:12px}.page-content{padding:24px 23px}.page-heading{margin-bottom:21px}h1{font-size:28px}.dashboard-subnav{margin-bottom:18px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.stat-value{font-size:26px}.stat-card{padding:14px}.workspace-footer{padding:12px 24px 20px}.date-context{font-size:10px}.page-actions .btn{font-size:11px;padding:8px 11px}.panel-heading h2{font-size:14px}.panel-heading p{font-size:11px}.data-table th{font-size:10px}.data-table td{font-size:11px}.list-summary-strip strong{font-size:22px}.detail-page h1{font-size:24px}.customer-summary{padding:19px 0}.customer-summary>a{padding:0 14px;gap:8px}.customer-summary>a>svg:first-child{width:17px;height:17px}.customer-summary small{font-size:10px}.customer-summary strong{font-size:20px}.customer-summary>a>svg:last-child{display:none}.account-layout{grid-template-columns:1fr 1.3fr;gap:18px}.account-profile h2{font-size:18px}.portal-page>header{padding:21px 28px}.portal-layout{grid-template-columns:1fr}.portal-page>main{max-width:680px}.portal-response{gap:19px;padding:0 22px 24px}.portal-page .page-title-row h1{font-size:28px}.portal-page>footer{padding-left:28px;padding-right:28px}.portal-layout aside{max-width:none}.decision-options{display:grid;grid-template-columns:1fr 1fr}.portal-consent{font-size:11px}.portal-proof>img{max-height:490px}.login-story{padding:30px}.login-story-content h1{font-size:36px}.login-form-side{padding:40px 30px}.login-form-wrap>h2{font-size:22px}.login-story-content>p{font-size:12px}.login-story-content .eyebrow{font-size:9px;letter-spacing:1px}.illustration-sign{width:92%;left:4%}.sign-face strong{font-size:24px}.illustration-chip{font-size:9px;padding:8px}.illustration-chip svg{width:14px;height:14px}.login-story-footer{font-size:9px}}@media(max-width:600px){body{min-width:360px}.topbar{height:56px;padding:0 17px}.breadcrumb-workspace,.breadcrumb-workspace+svg{display:none}.topbar-actions{gap:9px}.global-search-button{width:30px;height:30px;justify-content:center;padding:0;border:0;background:transparent}.global-search-button>span,.global-search-button kbd{display:none}.topbar-divider{display:none}.topbar-avatar .avatar{width:26px;height:26px;font-size:10px}.breadcrumb{font-size:11px;gap:6px}.page-content{padding:23px 16px 20px}.page-heading{flex-direction:column;gap:14px;margin-bottom:19px}.page-actions{padding-top:0;align-self:flex-start;gap:8px;width:auto;flex-wrap:wrap}.page-actions .btn{padding:7px 11px;min-height:33px;font-size:11px}.page-actions .btn svg{width:14px;height:14px}.page-title-row{gap:8px}.page-title-row h1{font-size:28px}.eyebrow{font-size:9px;letter-spacing:1.5px;margin-bottom:9px}.live-pill{font-size:10px;margin-top:4px}.page-description{font-size:11px;line-height:1.85}.dashboard-subnav{margin-top:-2px;align-items:center;gap:10px;margin-bottom:17px}.tabs{gap:21px;overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs>button{font-size:11px;height:40px}.date-context{display:none}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-bottom:17px}.stat-card{padding:16px}.stat-value{font-size:29px;margin:5px 0 8px}.stat-top{font-size:11px}.stat-icon{width:26px;height:26px;border-radius:7px}.stat-detail{font-size:10px}.dashboard-grid{gap:17px;margin-bottom:17px}.panel-heading{padding:18px 17px 16px;gap:10px}.panel-heading h2{font-size:13px}.panel-heading p,.panel-heading .text-link{font-size:10px}.workload-summary{padding:3px 17px 13px;align-items:flex-start}.workload-summary strong{font-size:26px}.workload-summary strong>span{font-size:15px}.workload-summary>a>span{font-size:10px}.chart-legend{gap:8px;font-size:9px;flex-wrap:wrap;justify-content:flex-end;max-width:171px;margin-top:15px}.chart-legend i{width:5px;height:5px}.workload-chart{height:174px;gap:10px;padding-left:14px;padding-right:17px}.chart-y-labels{font-size:9px;width:17px;padding-bottom:29px}.chart-bars{gap:13px;padding:0 2px}.bar-stack{width:22px}.chart-x-label{font-size:10px;height:29px}.chart-grid-lines{bottom:29px}.workload-footer{padding:12px 15px;gap:8px;font-size:10px}.workload-footer span{font-size:10px;gap:5px}.workload-footer span>svg{width:12px;height:12px}.workload-footer a{font-size:10px}.top-grid .attention-panel .attention-list{grid-template-columns:1fr;padding:0 17px;gap:0}.attention-item{padding:14px 0;gap:11px}.attention-text strong{font-size:12px}.attention-text small{font-size:10px}.attention-count{font-size:11px}.attention-footer{font-size:10px;padding:14px 18px}.floor-panel .panel-heading{padding-left:17px;padding-right:15px}.floor-panel .panel-heading h2{font-size:12px}.floor-panel .panel-heading p{font-size:10px}.floor-panel .btn.small{font-size:10px;padding:5px 7px;gap:5px}.panel-tabs{padding-left:17px}.jobs-table.compact{min-width:565px}.jobs-table.compact td{padding:14px 9px}.jobs-table.compact td:first-child{padding-left:17px}.jobs-table.compact .job-cell strong{font-size:11px}.jobs-table.compact .progress-cell{min-width:83px}.panel-bottom-link{padding:13px 16px;font-size:10px}.panel-bottom-link .text-link{font-size:10px}.install-agenda{grid-template-columns:1fr;gap:0;padding:0 17px}.install-agenda-item{padding:18px 0;min-height:90px;border-bottom:1px solid var(--line)}.install-agenda-item>div>strong{font-size:12px}.install-agenda-item>div>span{font-size:10px}.install-agenda-item>div>small{font-size:10px}.today-mini{padding:18px 13px;margin:0 15px 16px}.today-mini strong{font-size:12px}.today-mini small{font-size:10px}.performance-strip{grid-template-columns:1fr;gap:17px;padding:18px;margin-bottom:17px}.performance-strip>a{padding:0 0 17px;border-right:0;border-bottom:1px solid var(--line);gap:12px}.performance-strip>a:last-child{padding-bottom:0;border-bottom:0}.performance-strip small{font-size:10px}.performance-strip strong{display:flex;gap:10px;margin-top:2px;font-size:20px}.performance-strip em{font-size:10px;margin:0}.performance-icon{height:33px;width:33px;border-radius:9px}.pipeline-overview{padding:0 17px;flex-wrap:wrap;gap:7px}.pipeline-overview>strong{font-size:23px}.pipeline-overview>span:not(.badge){font-size:10px}.pipeline-overview .badge{font-size:9px}.pipeline-track{margin:23px 17px}.pipeline-legend{gap:7px;padding:0 17px 23px}.pipeline-legend a>span{font-size:10px;gap:4px}.pipeline-legend strong{font-size:16px}.pipeline-legend small{font-size:9px}.activity-item{padding:12px 0}.activity-item p{font-size:11px}.activity-item span:not(.avatar){font-size:10px}.dashboard-note{padding:17px;gap:12px;font-size:10px}.dashboard-note>span{flex-wrap:wrap;gap:4px}.dashboard-note strong{font-size:11px}.dashboard-note a{font-size:10px;margin-left:0}.workspace-footer{padding:7px 17px 18px;align-items:flex-start;font-size:10px;flex-direction:column;gap:7px}.footer-apex{font-size:17px}.list-summary-strip{padding:16px 0;margin-bottom:17px}.list-summary-strip>div{padding:0 13px;gap:6px}.list-summary-strip>div>span:first-child{font-size:10px;line-height:1.8}.list-summary-strip strong{font-size:17px;letter-spacing:-.5px;white-space:nowrap}.list-summary-strip .summary-caption{font-size:10px;line-height:1.8}.list-navigation{margin-bottom:16px;gap:11px}.list-navigation .tabs{gap:18px}.list-navigation .tabs>button{font-size:10px}.list-toolbar{flex-direction:column;align-items:stretch;gap:11px;padding:14px 15px}.list-search{width:100%;height:34px}.list-search input{font-size:11px}.toolbar-actions{justify-content:space-between;gap:8px}.toolbar-actions .select-button select{max-width:205px;font-size:11px}.toolbar-actions .btn.small{font-size:11px}.active-filters{padding:0 15px 13px;gap:7px}.active-filters>button{font-size:10px}.data-table:not(.line-items-table){min-width:680px}.data-table th{padding:12px 16px;font-size:10px}.data-table td{padding:16px;font-size:11px}.data-table strong{font-size:11px}.data-table td:first-child,.data-table th:first-child{padding-left:17px}.pagination{padding:12px 14px;gap:9px;flex-wrap:wrap;font-size:10px}.pagination>div{gap:6px}.pagination select{font-size:10px;padding:5px;margin-right:3px}.pagination .icon-btn{width:21px;height:23px}.artwork-grid,.machine-grid{grid-template-columns:1fr;gap:17px}.artwork-card-image{height:205px}.artwork-card-body{padding:19px}.artwork-card h3{font-size:15px}.artwork-card p{font-size:12px}.artwork-card-top>span{font-size:10px}.approval-mini>span{font-size:10px}.machine-image{height:162px}.machine-image svg{width:195px;height:112px}.machine-card-body{padding:20px}.machine-card h3{font-size:15px}.machine-card p{font-size:12px}.machine-card .btn{font-size:12px;min-height:35px}.document-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.document-preview{height:114px}.document-card-body{padding:13px 12px 8px}.document-card-body>a>strong{font-size:10px}.document-card-body>small{font-size:9px}.document-card-body>div>span{font-size:9px}.roles-grid{grid-template-columns:1fr 1fr;gap:21px;padding:0 19px 24px}.roles-grid strong{font-size:12px}.roles-grid p{font-size:11px}.detail-page .page-heading{gap:10px}.detail-page h1{font-size:24px}.detail-page .page-title-row>.badge{font-size:10px}.detail-page .page-actions{padding-top:5px;gap:7px}.detail-tabs{gap:19px;margin-bottom:19px}.detail-tabs>button{font-size:10px;height:40px}.record-locked{font-size:9px;margin-left:8px}.back-link{font-size:10px;margin-bottom:15px}.job-workflow{padding:14px 12px;border-radius:8px;gap:9px;margin-bottom:10px}.workflow-step{min-width:119px!important}.workflow-step>span{height:25px;width:25px}.workflow-step>strong{font-size:10px}.detail-two-col,.detail-main,.detail-aside,.detail-stack{gap:19px}.detail-aside{grid-template-columns:1fr}.details-grid{padding:3px 19px 23px;gap:20px 18px}.field-value dt{font-size:10px;margin-bottom:6px}.field-value dd{font-size:12px;line-height:1.9}.field-value .entity-link{font-size:11px}.notes-block{font-size:12px;padding:0 19px 22px;line-height:1.95}.job-detail-intro{padding:0 19px 20px;gap:12px;flex-wrap:wrap}.job-detail-intro>div:nth-child(2){flex-basis:70%}.job-detail-intro h3{font-size:13px}.job-detail-intro p{font-size:10px}.job-detail-intro .product-thumb{height:43px;width:47px}.job-detail-progress{width:100%;margin-top:2px}.job-detail-progress>span{font-size:10px}.production-hold{padding:16px;gap:10px;align-items:flex-start;flex-wrap:wrap;font-size:12px}.production-hold>div{min-width:calc(100% - 50px)}.production-hold strong{font-size:12px}.production-hold p{font-size:11px}.production-hold button{margin-left:43px;font-size:10px}.readiness-banner{padding:15px;gap:8px;flex-wrap:wrap;font-size:11px;margin-bottom:19px}.readiness-banner strong{font-size:11px}.readiness-banner>span{flex-basis:100%;padding-left:27px}.readiness-banner button{margin-left:27px;margin-top:4px;font-size:11px}.line-items-table{min-width:560px}.line-items-table td{font-size:10px}.line-items-table td:first-child>strong{font-size:11px}.line-items-table th{font-size:10px}.costing-expanded td>div{grid-template-columns:repeat(3,1fr);gap:16px 22px}.task-preview-list{padding:0 17px 8px}.task-preview-list>a{gap:9px;padding:14px 0;flex-wrap:wrap}.task-preview-list>a>span:nth-child(2){min-width:150px}.task-preview-list strong{font-size:11px}.task-preview-list small{font-size:10px}.task-preview-list .avatar{width:23px;height:23px;font-size:9px}.task-preview-list .badge{font-size:9px}.readiness-gate{padding:16px 19px}.readiness-gate strong{font-size:12px}.readiness-gate small{font-size:10px}.financial-summary{padding:0 20px 19px}.financial-summary>div:not(.divider){font-size:12px}.financial-summary>div>strong{font-size:13px}.financial-summary .balance-row>strong{font-size:24px}.financial-action{font-size:12px;min-height:35px}.completion-checks strong{font-size:12px}.completion-checks small{font-size:10px}.completion-checks p{font-size:11px}.customer-summary{grid-template-columns:1fr 1fr;gap:20px 0;padding:20px 0}.customer-summary>a:nth-child(2){border:0}.customer-summary small{font-size:10px}.customer-summary strong{font-size:23px}.customer-summary>a{padding:0 18px;gap:11px}.customer-identity{padding:0 19px 25px;gap:12px}.customer-identity h2{font-size:16px}.customer-identity p{font-size:10px}.customer-identity .avatar.lg{height:46px;width:46px;font-size:15px}.related-records{padding:0 18px 9px}.related-records strong{font-size:12px}.related-records small{font-size:10px}.related-records .badge{font-size:9px}.contacts-list strong{font-size:12px}.contacts-list small{font-size:10px}.proof-file-footer{font-size:10px;padding:13px 16px;gap:10px}.proof-file-footer .text-link{font-size:10px}.proof-canvas{min-height:160px}.proof-canvas img{max-height:400px}.proof-canvas iframe,.document-detail-preview iframe,.portal-proof iframe{height:480px}.artwork-comment>div>div{gap:6px}.artwork-comment strong{font-size:11px}.artwork-comment p{font-size:12px}.artwork-comment .badge{font-size:9px}.artwork-comments{padding:0 18px 14px}.comment-form{padding:0 18px 21px}.approval-step{padding-left:20px;padding-right:20px}.approval-step h3{font-size:15px}.approval-step p{font-size:12px}.approval-step .btn{font-size:12px;min-height:37px}.approval-changes{font-size:11px}.approval-step .badge{font-size:10px}.time-summary{flex-wrap:wrap;padding:0 19px 21px;gap:18px}.time-summary>div{flex:1;min-width:120px}.time-summary .btn{font-size:11px;min-height:32px}.time-summary strong{font-size:23px}.time-summary small{font-size:10px}.allocation-row{gap:11px;flex-wrap:wrap;padding:18px 0}.allocation-main{min-width:210px;max-width:calc(100% - 55px)}.allocation-main>a{font-size:12px}.allocation-main>span{font-size:10px}.allocation-main>p{font-size:10px}.allocation-qty{flex-direction:row;gap:6px;margin-left:51px}.allocation-qty strong{font-size:18px}.allocation-actions{margin-left:auto}.allocation-actions .btn,.allocation-row .badge{font-size:10px}.stock-summary-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:19px}.stock-summary-grid>div{padding:17px}.stock-summary-grid>div>span{font-size:10px}.stock-summary-grid strong{font-size:27px;gap:6px}.stock-summary-grid strong small{font-size:11px}.stock-summary-grid p{font-size:10px;line-height:1.8;margin-top:7px}.stock-alert-card h3{font-size:16px}.stock-alert-card p{font-size:12px}.attachments-grid{padding:0 16px 19px}.attachments-grid .document-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.attachments-grid .document-preview{height:95px}.section-intro{align-items:flex-start;gap:15px;flex-direction:column}.section-intro h2{font-size:15px}.section-intro p{font-size:11px;line-height:1.8}.section-intro .btn{font-size:11px;min-height:34px}.payment-hero{padding:20px 18px;gap:13px;flex-wrap:wrap}.payment-hero>div{flex-basis:70%}.payment-hero>span:first-child{height:43px;width:43px}.payment-hero strong{font-size:30px}.payment-hero small,.payment-hero p{font-size:10px}.payment-hero .badge{margin-left:56px}.record-timeline{padding:0 18px 16px}.record-timeline>a{gap:11px;padding:18px 0}.record-timeline p{font-size:11px;line-height:1.9}.record-timeline small{font-size:10px}.audit-snapshots{grid-template-columns:1fr;gap:19px}.audit-snapshots pre{padding:0 18px 22px;font-size:10px;max-height:420px}.form-page>.page-heading .page-actions{margin-top:0;padding-top:0}.form-page .page-heading{gap:13px}.form-grid{gap:18px 14px}.section-fields{padding:2px 18px 23px}.field-label{font-size:11px;gap:7px}.field-label input,.field-label select,.field-label textarea{font-size:12px;min-height:38px}.field-hint{font-size:10px}.form-main{gap:19px}.quote-layout .sticky-aside{display:block;position:static}.quote-layout .sticky-aside>.form-tip{display:none}.quote-layout .quote-summary{padding:0 18px 18px;display:grid;grid-template-columns:1fr 1fr;gap:0 21px}.quote-layout .quote-summary>div{font-size:11px;padding:8px 0}.quote-layout .quote-summary .grand-total{grid-column:1/-1;margin-top:8px;padding:13px 0}.quote-layout .quote-summary .grand-total>strong{font-size:24px}.quote-layout .quote-summary .profit-summary{grid-column:1/-1;margin-top:10px;padding:13px 17px}.quote-layout .quote-summary>p{grid-column:1/-1;font-size:10px}.quote-layout .quote-summary>.profit-summary>span{display:flex}.quote-layout .quote-summary .profit-summary strong{font-size:19px}.quote-layout .quote-summary>div:nth-child(5){grid-column:1/-1}.quote-cost-note{font-size:10px;margin:0 15px 17px;padding:12px;gap:8px}.quote-item-editor{margin:0 15px 16px}.quote-item-heading{padding:12px 11px;gap:9px}.quote-item-toggle{gap:8px}.quote-item-toggle strong{font-size:11px;max-width:165px}.quote-item-toggle small{font-size:9px}.item-index{height:24px;width:24px;font-size:10px}.item-line-total{font-size:11px}.item-fields{padding:17px 13px;gap:15px 12px}.item-fields .field-label{font-size:10px}.item-fields .field-label input,.item-fields .field-label select{font-size:11px;min-height:36px;height:37px;padding-left:9px;padding-right:9px}.item-fields .money-input input{padding-left:24px}.item-fields .money-input>span{left:10px}.item-calculation{padding:12px;gap:9px;font-size:10px}.item-calculation b{margin-left:3px}.add-item-row{padding:0 15px 19px;flex-wrap:wrap;gap:14px}.add-item-row>.btn{font-size:11px;min-height:32px}.add-item-row>span{font-size:10px;max-width:none;text-align:left}.form-bottom-actions{flex-direction:column;align-items:flex-end;gap:17px;padding:4px 0 8px}.form-bottom-actions>span{align-self:flex-start;font-size:10px}.form-bottom-actions>div{gap:9px}.form-bottom-actions .btn{font-size:12px}.dropzone{min-height:160px;padding:27px 15px}.dropzone strong{font-size:11px}.dropzone small{font-size:10px;line-height:1.9}.new-job-layout{grid-template-columns:1fr;gap:19px}.new-job-layout>.form-tip{padding:23px}.new-job-form{padding:0 18px 22px}.new-job-form .form-bottom-actions{align-items:flex-start}.new-job-form .form-bottom-actions .btn{align-self:flex-end}.new-job-preview{padding:17px}.new-job-preview strong{font-size:12px}.board-status-summary{gap:16px;font-size:10px;flex-wrap:wrap;margin-bottom:18px}.board-status-summary strong{font-size:11px}.board-toolbar{padding:13px 0;margin-bottom:18px;gap:12px;flex-direction:column;align-items:stretch}.board-groups{overflow:auto;scrollbar-width:none}.board-groups>button{font-size:10px;padding:6px 8px;flex:1}.board-filter-tools{margin:0;gap:7px}.board-filter-tools .list-search{flex:1;width:auto;min-width:105px}.board-filter-tools input{font-size:10px}.board-filter-tools .select-button select{font-size:10px;max-width:93px}.board-filter-tools .btn{font-size:10px;padding:6px 7px;gap:4px}.kanban-column{width:256px}.kanban-column-header h2{font-size:12px}.kanban-card-meta>a{font-size:10px}.kanban-customer h3{font-size:12px}.kanban-card-main>p{font-size:11px}.kanban-product{font-size:10px}.kanban-blockers>span{font-size:10px}.kanban-card-footer{font-size:10px}.kanban-card .progress-wrap>span{font-size:10px}.kanban-progress-label{font-size:10px}.board-note{font-size:10px;line-height:1.9;padding-top:6px}.board-note>span{gap:5px}.board-note strong{font-size:10px}.notification-popover{right:-42px;top:42px;width:324px}.notification-item strong{font-size:12px}.notification-item small{font-size:10px}.notification-item{padding:14px 17px}.modal-backdrop{padding:14px}.modal{max-height:91vh;border-radius:11px}.modal-header{padding:16px 18px}.modal-header h2{font-size:15px}.modal-body{padding:20px 18px}.modal-description{font-size:12px;margin-bottom:20px}.modal-footer{padding-top:19px;margin-top:20px;gap:8px}.modal-footer .btn{font-size:11px;min-height:35px;padding:8px 11px}.action-fields{gap:18px}.action-fields .checkbox-field{font-size:11px}.toast-stack{bottom:17px;right:16px;width:calc(100% - 32px)}.toast{font-size:11px;padding:13px 14px;gap:9px;border-radius:8px}.inline-error{font-size:11px;gap:8px;padding:12px 13px}.inline-error strong{font-size:12px}.inline-error p{font-size:11px}.command-input{padding:8px 10px;gap:8px}.command-input input{font-size:12px}.command-input input::placeholder{font-size:11px}.command-input>svg{width:16px;height:16px}.search-hints{padding-top:24px}.search-hints p{font-size:12px}.search-hints button{font-size:10px;padding:7px 8px;gap:7px}.search-results>a{padding:14px 5px;gap:10px}.search-results strong{font-size:11px;line-height:1.7}.search-results small{font-size:10px}.command-footer{font-size:9px;gap:10px}.guide-intro{padding:13px;gap:11px}.guide-intro p{font-size:11px}.guide-step{gap:14px}.guide-step h3{font-size:12px}.guide-step p{font-size:11px}.copy-input{flex-direction:column;align-items:flex-start;gap:9px}.copy-input .btn{font-size:11px}.security-note{font-size:10px;align-items:flex-start}.share-intro p{font-size:12px}.login-page{grid-template-columns:1fr}.login-story{display:none}.login-form-side{min-height:100vh;padding:50px 29px 75px;background:linear-gradient(180deg,#fffdf8,#fff 35%)}.login-form-wrap{max-width:350px}.login-welcome-icon{margin-bottom:24px}.login-form-wrap>h2{font-size:26px;color:#606977}.login-form-wrap>p{font-size:12px;margin-top:11px;margin-bottom:31px}.login-form-wrap .field-label{font-size:12px}.login-form-wrap input{min-height:45px;font-size:12px}.login-security{font-size:11px}.login-form-wrap form>.btn{height:44px;font-size:12px}.login-or{font-size:10px}.login-form-wrap>.btn{height:42px;font-size:12px}.login-form-wrap .sample-login-note{font-size:11px;line-height:1.9}.login-help{font-size:11px;margin-top:28px}.login-bottom{font-size:10px;bottom:24px}.account-layout{grid-template-columns:1fr;gap:20px}.account-profile h2{font-size:22px}.account-profile p{font-size:12px}.password-form{padding:0 19px 24px}.portal-page>header{padding:18px 19px}.portal-page>header .brand>svg{width:29px;height:29px}.portal-page>header .brand strong{font-size:28px}.portal-page>header .brand small{font-size:5px;letter-spacing:2.2px;margin-top:4px}.portal-page>header>span{font-size:10px;gap:5px}.portal-page>header>span svg{width:12px;height:12px}.portal-page>main{padding:29px 16px 36px}.portal-page .page-heading{margin-bottom:21px}.portal-page .page-title-row h1{font-size:25px}.portal-page .page-description{font-size:12px}.portal-page .page-title-row>.neutral-chip{font-size:10px}.portal-layout{gap:22px}.portal-layout>div{gap:19px}.portal-response{padding:0 18px 24px;gap:20px}.decision-options{grid-template-columns:1fr;gap:10px}.decision-options>label{padding:15px 13px}.decision-options strong{font-size:12px}.decision-options small{font-size:10px}.portal-check-note{padding:15px 16px;gap:9px}.portal-check-note p{font-size:11px;line-height:1.9}.portal-check-note strong{font-size:12px}.portal-consent{font-size:11px;line-height:1.9}.portal-private{font-size:10px}.portal-page>footer{font-size:10px;padding:14px 19px 28px;flex-direction:column;align-items:flex-start;gap:8px}.portal-page>footer>span{font-size:10px}.approval-receipt{padding:36px 23px}.approval-receipt h2{font-size:24px}.approval-receipt p{font-size:12px}.approval-receipt>small{font-size:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media print{.sidebar,.topbar,.page-actions,.workspace-footer,.back-link,.detail-tabs,.job-workflow,.btn,.record-menu,.toast-stack,.modal-backdrop{display:none!important}.main-shell{margin:0;width:100%}.page-content{padding:0;max-width:none}body{background:#fff;color:#222}.panel{box-shadow:none;break-inside:avoid}.detail-two-col{grid-template-columns:2fr 1fr;gap:15px}.table-scroll{overflow:visible}.data-table{min-width:0!important}.page-heading{margin-bottom:25px}}:root{--muted: #747b86;--orange: #c85b3a;--orange-dark: #b44b2c}.page-description{color:#777f8c;font-size:12px}.page-heading .page-description{font-size:12px}.panel-heading h2{font-size:14px;color:#46505f}.stat-value{font-size:32px;color:#323b48}.stat-top{color:#717c8d}.stat-detail{color:#758093}.stat-highlight{color:#9a6b50}.nav-item{color:#6b7585}.nav-item.active{color:#b26343}.btn.primary:hover:not(:disabled){background:#b85133;border-color:#b85133}.muted{color:var(--muted)}.data-table strong,.record-primary>strong,.job-cell strong{color:#59687f}.data-table{color:#697b91}.job-cell .job-number{color:#818d9f}.table-subtext,.data-table small{color:#79879a}.field-label{color:#68788f}.field-label input,.field-label select,.field-label textarea{color:#52647b}.field-value dt{color:#768398}.field-value dd{color:#596d88}.record-link,.entity-link{color:#66778f}.artwork-card h3,.machine-card h3{color:#566a84}.kanban-card-meta>a{color:#6e829f}.kanban-customer h3{color:#586f90}.kanban-column-header h2{color:#617693}.kanban-card-main>p{color:#7a8ca5}.kanban-progress-label,.kanban-card-footer{color:#7e91ac}.quote-item-toggle strong,.quote-summary>div>strong{color:#61758f}.readiness-banner strong,.readiness-gate.passed strong{color:#4e7855}.production-hold strong{color:#9b7447}.financial-summary>div>strong{color:#637a98}.financial-summary .balance-row>strong{color:#b27a46}.proof-file-footer{color:#7287a2}.approval-step h3{color:#617690}.approval-step p{color:#7a8da8}.brand small{color:#707784}@media(max-width:600px){.page-heading .page-description{font-size:11px}.stat-value{font-size:29px}.panel-heading h2{font-size:13px}.job-cell strong{font-size:11px}.field-label input,.field-label select,.field-label textarea{font-size:12px}.data-table{font-size:11px}.kanban-customer h3{font-size:13px}.kanban-card-main>p{font-size:11px}.kanban-product{font-size:10px}.kanban-column-header h2{font-size:12px}.board-status-summary{font-size:10px}.nav-item{font-size:12px}}.unsaved-indicator{display:inline-flex;align-items:center;gap:7px;color:#946328;font-size:11px;font-weight:500;white-space:nowrap}.unsaved-indicator>span{width:6px;height:6px;border-radius:50%;background:#c79149}.dropzone[aria-disabled=true]{opacity:.6;cursor:wait}.survey-sync-fields{display:grid;gap:14px}.survey-sync-fields>p{margin:0;line-height:1.65}.survey-sync-fields select{min-width:0;width:100%;text-overflow:ellipsis}.inline-error .text-link{white-space:nowrap}@media(max-width:600px){.field-label input:not([type=checkbox]),.field-label select,.field-label textarea,.checklist-editor input:not([type=checkbox]){font-size:16px;min-height:44px}.page-actions .unsaved-indicator{flex-basis:100%}.dropzone{min-height:160px}.inline-error .text-link{white-space:normal}}.setup-page{min-height:100vh;background:var(--canvas, #f6f7f9);padding:28px 24px 24px}.setup-brand{max-width:1040px;margin:0 auto 28px;display:flex;justify-content:space-between;align-items:center;gap:20px}.setup-brand>span{display:inline-flex;align-items:center;gap:8px;color:#647064;font-size:12px}.setup-card{max-width:650px;margin:0 auto;padding:34px 38px 26px;background:#fff;border:1px solid var(--line, #e5e8ed);border-radius:14px;box-shadow:0 8px 32px #24324308}.setup-heading{margin-bottom:25px}.setup-symbol{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:1px solid #f1d6c8;border-radius:12px;background:#fbefe8;color:#b65332;margin-bottom:20px}.setup-heading h1{margin:9px 0 12px;font-size:29px;letter-spacing:-1px}.setup-heading p{color:#6a717b;font-size:13px;line-height:1.75}.setup-fields{border:0;margin:0;padding:0;min-width:0;display:grid;gap:18px}.setup-fields input{font-size:14px;min-height:42px}.setup-fields .btn{min-height:43px;margin-top:5px}.setup-assurance{display:flex;gap:10px;margin-top:23px;padding-top:20px;border-top:1px solid var(--line, #e5e8ed);color:#687477}.setup-assurance svg{flex-shrink:0;margin-top:2px}.setup-assurance p{margin:0;font-size:11px;line-height:1.75}.setup-footer{text-align:center;color:#707782;font-size:11px;margin:22px 0 0}@media(max-width:600px){.setup-page{padding:22px 14px}.setup-brand{margin-bottom:22px}.setup-brand>span{max-width:125px;font-size:10px;line-height:1.5}.setup-card{padding:26px 21px}.setup-heading h1{font-size:25px}.setup-fields .form-grid{grid-template-columns:1fr;gap:18px}.setup-fields input{font-size:16px;min-height:44px}}
