:root{font-family:IBM Plex Sans SC,Source Han Sans SC,PingFang SC,sans-serif;color:#171a1b;background:#ecece7;font-synthesis:none;--ink: #171a1b;--paper: #f4f3ee;--white: #fffefa;--line: #d4d3cc;--muted: #74756f;--yellow: #e6a817;--green: #24745a;--red: #c84b3a;--blue: #356a7c;--sidebar: #1c2020}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:#ecece7}button,input,select,textarea{font:inherit;letter-spacing:0}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--yellow);outline-offset:1px}.boot-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--sidebar);color:var(--paper)}.brand-mark{width:42px;height:42px;display:grid;place-items:center;color:var(--ink);background:var(--yellow);border-radius:3px}.boot-screen .loading-line{width:160px;background:#3c4140}.fatal-error-page{min-height:100vh;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:var(--ink);background:var(--paper)}.fatal-error-page h1,.fatal-error-page p{margin:0}.fatal-error-page p{color:var(--muted)}.fatal-error-page button,.fatal-error-page .not-found-link{min-height:46px;margin-top:10px;padding:0 20px;border:0;border-radius:3px;display:inline-flex;align-items:center;gap:8px;font-weight:700;text-decoration:none;color:var(--ink);background:var(--yellow);cursor:pointer}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(480px,1.12fr) minmax(420px,.88fr);background:var(--paper)}.login-identity{min-height:100vh;padding:42px 54px 30px;color:var(--paper);background-color:var(--sidebar);background-image:linear-gradient(#303535 1px,transparent 1px),linear-gradient(90deg,#303535 1px,transparent 1px);background-size:52px 52px;display:flex;flex-direction:column;position:relative;overflow:hidden}.login-identity:after{content:"01";position:absolute;right:-12px;bottom:18px;font-family:IBM Plex Mono,monospace;font-size:clamp(180px,24vw,380px);line-height:.72;color:transparent;-webkit-text-stroke:1px #454b49;pointer-events:none}.brand-lockup,.sidebar-brand{display:flex;align-items:center;gap:13px;position:relative;z-index:1}.brand-lockup strong,.sidebar-brand strong{display:block;font-size:19px;letter-spacing:0}.brand-lockup small,.sidebar-brand small{display:block;margin-top:2px;color:#aeb1ad;font-size:11px;letter-spacing:0}.login-statement{width:min(650px,90%);margin-top:auto;margin-bottom:auto;position:relative;z-index:1}.drawing-index,.section-kicker{font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:10px;font-weight:600;letter-spacing:1.6px;color:var(--yellow)}.login-statement h1{margin:28px 0 22px;font-family:LXGW WenKai Screen,STKaiti,serif;font-size:clamp(38px,4.5vw,68px);line-height:1.22;font-weight:600;letter-spacing:0}.login-statement p{width:min(510px,100%);margin:0;color:#bfc2bd;font-size:16px;line-height:1.8}.login-meta{display:flex;gap:28px;position:relative;z-index:1;color:#8f9590;font-family:IBM Plex Mono,monospace;font-size:10px}.login-access{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:56px clamp(40px,7vw,110px);position:relative}.login-access:before{content:"AUTHORIZED PERSONNEL";position:absolute;right:28px;top:30px;color:#b2b2ac;font-family:IBM Plex Mono,monospace;font-size:9px;letter-spacing:1.5px;writing-mode:vertical-rl}.login-form{width:min(430px,100%)}.login-form-heading{margin-bottom:40px}.login-form-heading h2{margin:10px 0 6px;font-size:32px;letter-spacing:0}.login-form-heading p{margin:0;color:var(--muted);font-size:14px}.login-form .field{margin-bottom:20px}.login-button{width:100%;justify-content:space-between;margin-top:10px;height:48px}.login-security-note{display:flex;align-items:center;gap:9px;margin-top:20px;color:var(--muted);font-size:12px}.app-shell{min-height:100vh;display:grid;grid-template-columns:224px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:224px;z-index:40;display:flex;flex-direction:column;color:var(--paper);background:var(--sidebar);border-right:1px solid #333837}.sidebar-brand{height:98px;padding:0 24px;border-bottom:1px solid #333837}.sidebar-brand .brand-mark{width:38px;height:38px}.main-nav{min-height:0;flex:1;display:flex;flex-direction:column;gap:12px;padding:20px 12px 14px;overflow-y:auto;scrollbar-color:#4d5351 transparent;scrollbar-width:thin}.main-nav-section{display:grid;gap:3px}.main-nav-section h2{margin:0;padding:5px 12px 4px;color:#737a76;font-size:9px;font-weight:700;line-height:1.4;letter-spacing:0}.main-nav a{width:100%;height:44px;border:0;border-radius:3px;color:#adb1ae;background:transparent;display:grid;grid-template-columns:24px minmax(0,1fr) auto 3px;align-items:center;gap:10px;padding:0 12px;text-align:left;cursor:pointer;text-decoration:none;transition:color .16s,background .16s}.main-nav .nav-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-alerts{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.nav-alert{min-width:27px;height:16px;padding:0 4px;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:8px;font-weight:700;line-height:1;letter-spacing:0;white-space:nowrap}.nav-alert-pending{color:#211b0b;background:var(--yellow)}.nav-alert-update{color:#fff;background:#c94f42}.nav-alert-rejected{color:#fff7eb;background:#8f2f29}.nav-alert-reinspection{color:#3c2608;background:#f1b13c}.main-nav a:hover{color:var(--paper);background:#272c2b}.main-nav a.active{color:#fff;background:#2b302f}.main-nav a i{width:3px;height:21px;border-radius:1px;background:transparent}.main-nav a.active i{background:var(--yellow)}.sidebar-user{margin:auto 12px 14px;padding:14px 10px;border-top:1px solid #373c3b;display:grid;grid-template-columns:34px minmax(0,1fr) 32px;align-items:center;gap:9px}.sidebar-user>span{width:34px;height:34px;display:grid;place-items:center;color:var(--ink);background:var(--paper);border-radius:2px;font-weight:700}.sidebar-user strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.sidebar-user small{color:#8d9390;font-size:11px}.main-area{grid-column:2;min-width:0}.topbar{min-height:98px;padding:20px clamp(24px,3.5vw,52px);background:var(--paper);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:18px}.topbar h1{margin:4px 0 2px;font-size:25px;line-height:1.1;letter-spacing:0}.topbar p{margin:0;color:var(--muted);font-size:12px}.topbar-status{margin-left:auto;display:flex;align-items:center;gap:10px;padding-left:22px;border-left:1px solid var(--line)}.topbar-status>span{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #24745a1f}.topbar-status strong,.topbar-status small{display:block}.topbar-status strong{font-size:12px}.topbar-status small{margin-top:2px;color:var(--muted);font-size:10px}.topbar-status.is-warning>span{background:#c84b3a;box-shadow:0 0 0 4px #c84b3a1f}.topbar-status.is-warning strong{color:#a7372b}.topbar-status button{min-height:30px;padding:0 10px;border:1px solid #d7b2ac;background:#fff8f6;color:#a7372b;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.menu-button{display:none;border:0;background:transparent;padding:4px}.page-content{padding:clamp(24px,3.2vw,48px)}.overview-grid{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(310px,.92fr);gap:18px}.workspace-brief{grid-column:1 / -1;min-height:168px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.68fr);overflow:hidden;border:1px solid #cfcfc5;background:linear-gradient(115deg,rgba(230,168,23,.12),transparent 42%),var(--white)}.workspace-brief-copy{padding:27px 30px}.workspace-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#8c620d;font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:10px;font-weight:700;letter-spacing:1.2px}.workspace-brief h2{margin:13px 0 7px;color:var(--ink);font-size:clamp(22px,2vw,29px);letter-spacing:-.02em}.workspace-brief p{max-width:560px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.workspace-primary-task{min-width:0;border:0;border-left:1px solid #d6d5cd;padding:25px 28px;display:grid;align-content:center;justify-items:start;gap:6px;text-align:left;color:#fffefa;background:var(--sidebar);cursor:pointer;transition:background .15s ease,transform .15s ease}.workspace-primary-task:hover{background:#303837}.workspace-primary-task:active{transform:translateY(1px)}.workspace-primary-task>span{color:#dcb14c;font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:10px;font-weight:700;letter-spacing:1.15px}.workspace-primary-task strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px}.workspace-primary-task small{min-height:34px;overflow:hidden;color:#bfc4be;font-size:11px;line-height:1.55}.workspace-primary-task b{margin-top:4px;display:inline-flex;align-items:center;gap:6px;color:#f0bd38;font-size:12px}.workspace-clear-state{min-width:0;padding:25px 28px;display:flex;align-items:center;gap:13px;border-left:1px solid #d6d5cd;color:var(--green);background:#eff5ee}.workspace-clear-state>span{min-width:0}.workspace-clear-state strong,.workspace-clear-state small{display:block}.workspace-clear-state strong{color:#285940;font-size:15px}.workspace-clear-state small{margin-top:5px;color:#668071;font-size:11px;line-height:1.55}.metric-rail{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:var(--white)}.metric-block{min-height:146px;border:0;border-right:1px solid var(--line);border-radius:0;background:transparent;padding:17px 19px 16px;display:flex;flex-direction:column;text-align:left;position:relative;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.metric-block:last-child{border-right:0}.metric-block:hover{background:#faf7ed;box-shadow:inset 0 -3px #e6a81775}.metric-topline,.metric-bottomline,.metric-value{display:flex;align-items:center}.metric-topline{justify-content:space-between}.metric-icon{width:30px;height:30px;display:grid;place-items:center;color:#4b5451;background:#ecece5;border-radius:2px}.metric-label{color:var(--muted);font-size:12px}.metric-value{flex:1;align-items:flex-end;gap:7px;padding:15px 0 9px}.metric-value strong{font-family:IBM Plex Mono,monospace;font-size:36px;line-height:1;font-weight:500}.metric-value small{color:var(--muted);font-size:12px;line-height:1}.metric-bottomline{justify-content:space-between;gap:10px}.metric-note{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:11px}.metric-arrow{flex:0 0 auto;color:#a4a49e}.metric-1{border-top:3px solid var(--yellow)}.metric-2{border-top:3px solid var(--green)}.metric-3{border-top:3px solid var(--red)}.metric-4{border-top:3px solid var(--blue)}.work-queue,.recent-activity,.workspace-shortcuts,.workspace-guidance{background:var(--white);border:1px solid var(--line);padding:22px}.workspace-side{min-width:0;display:grid;align-content:start;gap:18px}.section-heading{min-height:48px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.section-heading h2{margin:5px 0 0;font-size:18px}.queue-header-summary{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;color:#5e675f;background:#f0f1ec;font-family:IBM Plex Mono,monospace;font-size:10px}.queue-row{width:100%;min-height:83px;border:0;border-top:1px solid var(--line);background:transparent;display:grid;grid-template-columns:30px minmax(0,1fr) 47px auto;align-items:center;gap:13px;padding:13px 8px;text-align:left;cursor:pointer;transition:background .15s ease}.queue-row.is-pending:hover{background:#fcf8ed}.queue-row.is-clear:hover{background:#f4f7f3}.queue-code{width:28px;height:28px;display:grid;place-items:center;color:var(--muted);background:#f0f0eb;font-family:IBM Plex Mono,monospace;font-size:10px}.queue-main strong,.queue-main small,.queue-count b,.queue-count small{display:block}.queue-main strong{font-size:13px}.queue-main small{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.45}.queue-count{text-align:right}.queue-count b{font-family:IBM Plex Mono,monospace;font-size:21px;line-height:1}.queue-count small{margin-top:4px;color:var(--muted);font-size:9px}.queue-row.is-pending .queue-count b{color:#aa6b12}.queue-row.is-clear .queue-count b{color:var(--green)}.queue-action{display:inline-flex;align-items:center;gap:2px;color:var(--green);font-size:11px;font-weight:700;white-space:nowrap}.queue-footnote{display:flex;align-items:center;gap:8px;margin-top:18px;padding-top:16px;border-top:1px dashed var(--line);color:var(--muted);font-size:11px}.text-button{border:0;background:transparent;display:flex;align-items:center;gap:5px;color:var(--green);font-size:11px;cursor:pointer}.shortcut-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.shortcut-button{min-width:0;min-height:45px;border:1px solid #dcdbd3;border-radius:2px;padding:0 10px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;text-align:left;color:#46504b;background:#fbfbf7;cursor:pointer;transition:background .15s ease,border-color .15s ease}.shortcut-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700}.shortcut-button:hover{border-color:#b1c1b1;background:#eef4ed}.workspace-guidance h2{margin:7px 0 14px;font-size:18px}.workspace-guidance ol{margin:0;padding:0;list-style:none;counter-reset:workflow}.workspace-guidance li{min-height:47px;padding:10px 0 10px 32px;position:relative;border-top:1px solid #e5e4de;color:#59615b;font-size:11px;line-height:1.55}.workspace-guidance li:before{content:counter(workflow,decimal-leading-zero);counter-increment:workflow;position:absolute;left:0;top:11px;color:#9a761d;font-family:IBM Plex Mono,monospace;font-size:10px}.activity-list{border-top:1px solid var(--line)}.activity-row{min-height:54px;display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid #e6e5df}.activity-dot{width:5px;height:5px;border-radius:50%;background:var(--yellow)}.activity-main strong,.activity-main small{display:block}.activity-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.activity-main small{margin-top:4px;color:var(--muted);font-size:10px}.activity-type,.action-code{font-family:IBM Plex Mono,monospace;color:var(--muted);font-size:9px}.data-section{min-width:0}.toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 170px 170px auto;gap:10px;margin-bottom:16px}.module-toolbar{grid-template-columns:minmax(240px,1fr) 160px 190px auto}.compact-module-toolbar{grid-template-columns:minmax(260px,1fr) 170px auto}.locked-filter{min-height:38px;display:inline-flex;align-items:center;padding:0 13px;border:1px solid #d9c48e;border-left:3px solid var(--yellow);background:#fffcf3;color:#755a20;font-size:11px;font-weight:700}.supervision-queue-note{display:grid;grid-template-columns:132px minmax(0,1fr);gap:16px;align-items:center;margin:-4px 0 16px;padding:14px 16px;border:1px solid #d8e1d8;border-left:4px solid var(--green);background:#f4f8f3}.supervision-queue-note strong{color:#285942;font-size:13px}.supervision-queue-note span{color:var(--muted);font-size:11px;line-height:1.7}.project-status-summary{display:flex;align-items:stretch;gap:8px;margin:-4px 0 16px;overflow-x:auto;padding:1px 0 4px}.project-status-summary>span,.project-status-summary button{min-height:34px;flex:0 0 auto;border:1px solid var(--line);border-radius:3px;background:var(--white)}.project-status-summary>span{display:inline-flex;align-items:center;padding:0 11px;color:var(--muted);font-size:10px;font-weight:700}.project-status-summary button{padding:0 11px;color:var(--muted);font:inherit;font-size:10px;cursor:pointer}.project-status-summary button b{margin-left:5px;color:var(--ink);font-family:IBM Plex Mono,monospace}.project-status-summary button:hover,.project-status-summary button.is-active{border-color:#b8812f;background:#fbf0dc;color:#76511f}.owners-toolbar{grid-template-columns:minmax(320px,1fr) 170px 190px}.work-order-toolbar{grid-template-columns:minmax(300px,1fr) repeat(3,150px)}.work-order-service-summary{display:flex;align-items:stretch;gap:8px;margin:-4px 0 16px;overflow-x:auto;padding:1px 0 4px}.work-order-summary-label,.work-order-summary-item{min-height:34px;flex:0 0 auto;border:1px solid var(--line);border-radius:3px;background:var(--white)}.work-order-summary-label{display:inline-flex;align-items:center;padding:0 11px;color:var(--muted);font-size:11px;font-weight:600}.work-order-summary-item{display:inline-flex;align-items:center;gap:10px;padding:0 10px;color:var(--ink);cursor:pointer}.work-order-summary-item:hover,.work-order-summary-item.active{border-color:var(--accent);background:#fff7e7}.work-order-summary-item span{font-size:11px}.work-order-summary-item b{min-width:18px;color:#9b680f;font-family:IBM Plex Mono,monospace;font-size:12px;text-align:right}.search-control{height:40px;display:flex;align-items:center;gap:9px;padding:0 12px;background:var(--white);border:1px solid var(--line);border-radius:3px;color:var(--muted)}.search-control input{width:100%;border:0;outline:0;background:transparent}select,input,textarea{min-width:0;color:var(--ink);background:var(--white);border:1px solid #c9c8c1;border-radius:3px}select:disabled,input:disabled{cursor:not-allowed;color:#777b77;background:#ebeae4}.toolbar>select{height:40px;padding:0 10px}.primary-button,.secondary-button,.danger-button{min-height:40px;border-radius:3px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:12px;cursor:pointer}.primary-button{border:1px solid var(--ink);color:#fff;background:var(--ink)}.primary-button:hover{background:#303535}.primary-button:disabled{cursor:wait;opacity:.65}.secondary-button{border:1px solid var(--line);color:var(--ink);background:var(--white)}.danger-button{border:1px solid #a94035;color:#fff;background:#a94035}.danger-button:hover{background:#8c342c}.danger-button:disabled{cursor:wait;opacity:.65}.toolbar-action{white-space:nowrap}.craftsman-toolbar{grid-template-columns:minmax(300px,1fr) auto;padding:12px;background:var(--white);border:1px solid var(--line)}.craftsman-toolbar .toolbar-action{grid-column:2;grid-row:1}.filter-strip{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,.8fr) minmax(0,.7fr) minmax(0,.9fr) minmax(0,.9fr) 36px;align-items:center;gap:8px;padding-top:12px;border-top:1px solid var(--line)}.filter-strip select{height:36px;padding:0 9px;font-size:11px}.filter-reset{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);background:#f3f2ec;border:1px solid var(--line);border-radius:3px;cursor:pointer}.filter-reset:hover:not(:disabled){background:#e9e7de}.filter-reset:disabled{cursor:default;opacity:.4}.toolbar-summary{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px}.toolbar-summary strong{color:var(--ink);font-family:IBM Plex Mono,monospace;font-size:20px}.section-title-action{display:grid;grid-template-columns:auto 1fr auto;align-items:center}.section-title-action .secondary-button{height:36px}.work-order-editor-list{display:grid;gap:14px}.work-order-editor{border:1px solid var(--line);background:#fff;padding:18px}.work-order-editor>header{min-height:34px;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px;border-bottom:1px solid var(--line)}.work-order-editor>header strong{font-size:14px}.detail-heading{min-height:72px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:18px;padding:12px 0 22px}.detail-heading>div{display:grid;gap:5px}.detail-heading>.detail-heading-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.detail-heading .secondary-button{text-decoration:none}.table-scroll a{color:var(--ink)}.forbidden-page{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:12px;background:var(--paper);color:var(--ink);text-align:center}.forbidden-page h2,.forbidden-page p{margin:0}.forbidden-page .primary-button{margin-top:12px;text-decoration:none}.table-frame{min-width:0;background:var(--white);border:1px solid var(--line)}.table-caption{height:45px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.table-caption span{font-weight:700;font-size:13px}.table-caption b{color:var(--muted);font-size:10px;font-weight:500}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:1020px}th{height:42px;padding:0 14px;color:#6d6e68;background:#efeee8;border-bottom:1px solid var(--line);text-align:left;font-size:10px;font-weight:600;white-space:nowrap}td{height:64px;padding:10px 14px;border-bottom:1px solid #e7e6e0;color:#4d504e;font-size:12px;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#faf9f3}td strong{color:var(--ink);font-size:12px}.person-cell{display:flex;align-items:center;gap:10px}.person-cell>span{flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;color:var(--ink);background:#e7e4d8;border-radius:2px;font-weight:700}.person-cell strong,.person-cell small{display:block}.person-cell small,.cell-subline{margin-top:3px;color:var(--muted);font-size:10px}.cell-subline{display:block;line-height:1.5}.primary-line{display:block;line-height:1.45}.clipped-subline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-line{display:-webkit-box;overflow:hidden;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.order-table{table-layout:fixed}.order-table td{height:78px;padding:13px 16px;vertical-align:top}.order-table .identity-cell,.order-table .date-cell,.order-table .status-cell,.order-table .order-actions-cell{vertical-align:middle}.order-table th.actions-cell,.order-table td.order-actions-cell{position:sticky;right:0;z-index:2;border-left:1px solid #e2e1da;background:var(--white)}.order-table th.actions-cell{z-index:3;background:#efeee8}.order-table tbody tr:hover td.order-actions-cell{background:#faf9f3}.construction-orders-table{min-width:1020px}.construction-identity-col{width:190px}.construction-customer-col{width:135px}.construction-date-col{width:105px}.construction-craftsman-col{width:180px}.construction-status-col{width:80px}.construction-actions-col{width:120px}.construction-actions-list{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;justify-content:flex-start}.construction-actions-list .primary-button.compact-action{flex:1 1 100%}.customer-trade-cell,.order-assignment-cell,.work-content-cell,.communication-customer-cell,.communication-contact-cell,.communication-demand-cell{min-width:0;overflow:hidden}.date-cell{color:var(--ink);font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap}.order-assignment-cell .status{margin-top:7px}.communication-orders-table{min-width:1020px}.communication-identity-col{width:190px}.communication-customer-col{width:130px}.communication-contact-col{width:160px}.communication-demand-col{width:190px}.communication-follow-col{width:95px}.communication-actions-col{width:80px}.communication-orders-table .summary-cell{min-width:0}.contact-time-line{color:#555955;font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:9px;white-space:nowrap}.follow-up-cell{white-space:normal}.customer-orders-table{min-width:1080px}.owners-table{min-width:930px}.owners-table th:first-child{width:240px}.owners-table th:nth-child(2){width:170px}.owners-table th:nth-child(3),.owners-table th:nth-child(6){width:105px}.owners-table th:nth-child(4),.owners-table th:nth-child(5){width:130px}.owners-action-col{width:64px;text-align:center}.owners-row{cursor:pointer}.owners-row:focus-visible{outline:2px solid var(--yellow);outline-offset:-2px}.owners-row td:last-child{text-align:center}.owner-phone{display:inline-flex;align-items:center;gap:7px;color:var(--ink);font-family:IBM Plex Mono,SFMono-Regular,monospace;font-variant-numeric:tabular-nums}.customer-order-identity-col{width:205px}.customer-order-overview-col{width:275px}.customer-order-stage-col{width:150px}.customer-order-owner-col{width:155px}.customer-order-next-col{width:290px}.customer-order-overview-cell,.customer-order-stage-cell,.customer-order-owner-cell,.project-customer-cell,.project-owner-cell,.project-work-content-cell,.craftsman-trade-cell,.craftsman-area-cell,.referral-person-cell{min-width:0;overflow:hidden}.customer-order-preferred-cell .status{margin-top:7px}.customer-order-stage-cell .status{margin-bottom:5px}.customer-order-next-head{text-align:left}.customer-order-next-cell{vertical-align:middle!important}.customer-order-next-cell>strong,.customer-order-next-cell>small{display:block}.customer-order-next-cell>strong{color:var(--ink);font-size:12px}.customer-order-next-cell>small{margin-top:3px;color:var(--muted);font-size:10px;line-height:1.45}.customer-order-next-actions{display:flex;align-items:center;gap:6px;margin-top:9px}.compact-action{min-height:30px;padding:0 9px;font-size:10px}.customer-order-next-actions .icon-button{width:30px;height:30px}.customer-order-updated{margin-top:7px!important;font-family:IBM Plex Mono,monospace;font-size:9px!important}.fulfillment-list{border:1px solid var(--line);background:var(--white)}.customer-order-summary{display:flex;margin:0 0 12px;overflow-x:auto;border:1px solid #d9d8d1;background:#fffefa}.customer-order-summary button{display:inline-flex;min-width:150px;min-height:72px;flex:1 0 150px;align-items:center;justify-content:center;gap:10px;border:0;border-right:1px solid #dfddd6;background:transparent;color:#686d67;font:inherit;font-size:12px;cursor:pointer}.customer-order-summary button:last-child{border-right:0}.customer-order-summary button strong{color:#27302b;font-family:IBM Plex Mono,monospace;font-size:22px;line-height:1}.customer-order-summary button:hover,.customer-order-summary button.active{box-shadow:inset 0 -3px #24745a;background:#eff5f0;color:#245b4b}.customer-order-summary button.active strong{color:#24745a}.customer-order-filter-panel{display:grid;margin:0 0 16px;overflow:hidden;border:1px solid #d9d8d1;background:#fffefa}.customer-order-filter-row{display:grid;grid-template-columns:122px minmax(0,1fr);border-bottom:1px solid #e4e2dc}.customer-order-filter-row:last-child{border-bottom:0}.customer-order-filter-row>span{display:flex;align-items:center;padding:0 16px;border-right:1px solid #e4e2dc;background:#f5f4ef;color:#70746e;font-size:11px;font-weight:700}.customer-order-filter-row>div{display:flex;min-width:0;overflow-x:auto}.customer-order-filter-row button{display:inline-flex;min-height:46px;flex:0 0 auto;align-items:center;gap:8px;padding:0 15px;border:0;border-right:1px solid #eceae4;background:#fffefa;color:#626861;font:inherit;font-size:11px;white-space:nowrap;cursor:pointer}.customer-order-filter-row button b{color:#5c665e;font-family:IBM Plex Mono,monospace;font-size:12px}.customer-order-filter-row button:hover,.customer-order-filter-row button.active{box-shadow:inset 0 -3px #24745a;background:#f0f6f1;color:#245b4b}.customer-order-filter-row button.active b{color:#24745a}.fulfillment-row{display:grid;grid-template-columns:minmax(155px,1.05fr) minmax(190px,1.25fr) minmax(235px,1.5fr) minmax(165px,1.1fr) minmax(150px,1fr) minmax(200px,1.35fr);min-height:132px;border-bottom:1px solid var(--line)}.fulfillment-row:last-child{border-bottom:0}.fulfillment-row:hover{background:#fcfaf5}.fulfillment-row.is-muted{background:#f6f5f0}.fulfillment-row.is-muted:hover{background:#f1f0ea}.fulfillment-row>section{min-width:0;padding:18px 18px 16px;display:grid;align-content:start;gap:6px;border-right:1px solid #e8e6de}.fulfillment-row>section:last-child{border-right:0}.fulfillment-label{color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.08em}.fulfillment-profile{display:flex;min-width:0;align-items:center;gap:10px}.fulfillment-profile>div{display:grid;min-width:0;gap:2px}.fulfillment-avatar{display:grid;width:42px;height:42px;flex:0 0 auto;overflow:hidden;place-items:center;border:1px solid #e1d8cb;border-radius:50%;background:#f3ede2;color:#795c3a;font-family:"Noto Serif SC",serif;font-size:16px;font-weight:700}.fulfillment-avatar img{width:100%;height:100%;object-fit:cover}.fulfillment-avatar.craftsman-avatar{border-color:#c9ddd2;background:#eaf3ee;color:#24745a}.fulfillment-avatar.supplier-avatar{border-radius:12px;border-color:#e4d5bc;background:#f8efe0;color:#976326}.fulfillment-row strong{overflow:hidden;color:var(--ink);font-size:13px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.fulfillment-row small,.fulfillment-row em{overflow:hidden;color:var(--muted);font-size:10px;font-style:normal;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.fulfillment-row a{width:fit-content;color:#285e5d;font-family:IBM Plex Mono,monospace;font-size:11px;font-variant-numeric:tabular-nums;text-decoration:none}.fulfillment-row a:hover{text-decoration:underline}.fulfillment-order-no{display:grid;gap:2px;margin-top:1px;min-width:0}.fulfillment-order-no span{color:#8a8d86;font-size:9px;font-weight:700;letter-spacing:.06em}.fulfillment-order-no code{overflow-wrap:anywhere;color:#72756e;font-family:IBM Plex Mono,monospace;font-size:10px;line-height:1.45;white-space:normal}.demand-order-identity{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:6px 14px;margin:0 0 22px;padding:14px 16px;border:1px solid #d9d5ca;border-left:4px solid #e6a817;background:#fffefa}.demand-order-identity span{color:#74776f;font-size:12px;font-weight:800}.demand-order-identity code{min-width:0;overflow-wrap:anywhere;color:#202724;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:700}.demand-order-identity small{grid-column:1 / -1;color:#7a7d75;font-size:11px}.fulfillment-row .status{width:fit-content;margin-bottom:1px}.fulfillment-progress>strong{margin-top:1px}.fulfillment-requirement{background:#fdfbf6}.fulfillment-requirement>strong,.fulfillment-requirement>small,.fulfillment-requirement>em{white-space:normal}.fulfillment-next{background:#fbf7ee}.fulfillment-next>strong{white-space:normal}.fulfillment-next>small{white-space:normal}.fulfillment-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:4px}.fulfillment-actions .compact-action{min-height:31px;padding:0 10px}.danger-text-action{color:#a63d31}.danger-text-action:hover{color:#7f2b22}.fulfillment-updated{margin-top:3px;font-family:IBM Plex Mono,monospace;font-size:9px!important}.fulfillment-clamp{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal!important}.communication-fulfillment-list .fulfillment-progress>strong{font-family:IBM Plex Mono,monospace;font-size:10px}.project-fulfillment-list .fulfillment-progress>strong{font-family:IBM Plex Mono,monospace;font-size:12px}.project-progress{--project-progress-accent: #74756f;--project-progress-surface: #f4f4f0;position:relative;background:var(--project-progress-surface);box-shadow:inset 4px 0 0 var(--project-progress-accent)}.project-progress-good{--project-progress-accent: #24745a;--project-progress-surface: #eef6f1}.project-progress-info{--project-progress-accent: #356783;--project-progress-surface: #edf4f7}.project-progress-warn{--project-progress-accent: #9c6a00;--project-progress-surface: #fcf5e3}.project-progress-bad{--project-progress-accent: #c84b3a;--project-progress-surface: #fbefec}.project-progress-neutral{--project-progress-accent: #74756f;--project-progress-surface: #f3f3ef}.project-progress .fulfillment-label{color:var(--project-progress-accent)}.project-progress>strong{display:inline-flex;align-items:baseline;gap:5px}.project-progress>strong b{color:var(--project-progress-accent);font-family:IBM Plex Mono,monospace;font-size:19px;font-weight:600}.project-progress>em{color:color-mix(in srgb,var(--project-progress-accent) 76%,#353a37)}@media(max-width:1180px){.fulfillment-row{grid-template-columns:minmax(170px,1fr) minmax(230px,1.35fr) minmax(205px,1.2fr)}.fulfillment-row>.fulfillment-progress{grid-column:1;border-top:1px solid #e8e6de}.fulfillment-row>.fulfillment-contact{grid-column:2;border-top:1px solid #e8e6de}.fulfillment-row>.fulfillment-next{grid-column:3;border-top:1px solid #e8e6de}}@media(max-width:768px){.customer-orders-table{min-width:0}.customer-orders-table thead{display:none}.customer-orders-table,.customer-orders-table tbody,.customer-orders-table tr,.customer-orders-table td{display:block;width:100%}.customer-orders-table tr{position:relative;margin:10px;width:calc(100% - 20px);border:1px solid var(--line);background:var(--white)}.customer-orders-table td{height:auto;min-height:0;padding:11px 14px;border-bottom:1px solid #e7e6e0}.customer-orders-table td:before{display:block;margin-bottom:5px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.6px;content:attr(data-label)}.customer-orders-table .identity-cell:before{content:"订单与客户"}.customer-orders-table .customer-order-overview-cell:before{content:"房屋与需求"}.customer-orders-table .customer-order-stage-cell:before{content:"当前阶段"}.customer-orders-table .customer-order-owner-cell:before{content:"负责人"}.customer-orders-table .customer-order-next-cell:before{content:"下一步"}.customer-orders-table .customer-order-next-cell{border-bottom:0}.customer-orders-table .clipped-subline{white-space:normal}.customer-orders-table .customer-order-next-actions{flex-wrap:wrap}.fulfillment-list{border:0;background:transparent}.fulfillment-row{display:block;min-height:0;margin:10px;border:1px solid var(--line);background:var(--white)}.fulfillment-row>section{min-height:0;padding:13px 15px;border-right:0;border-bottom:1px solid #e8e6de}.fulfillment-row>section:last-child{border-bottom:0}.fulfillment-row>.fulfillment-next{background:#fbf7ee}.fulfillment-row strong,.fulfillment-row small,.fulfillment-row em{white-space:normal}.proposal-queue-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.demand-preferred-craftsman{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 18px;padding:18px;border:1px solid #e3cda9;border-left:4px solid #c58b3b;background:#fbf4e8}.demand-preferred-craftsman div span,.demand-preferred-craftsman div strong,.demand-preferred-craftsman div small{display:block}.demand-preferred-craftsman div span,.demand-preferred-craftsman div small,.demand-preferred-craftsman p{color:var(--muted);font-size:9px}.demand-preferred-craftsman div strong{margin:5px 0;font-size:13px}.demand-preferred-craftsman>span{align-self:start;padding:5px 9px;background:#ead6b5;color:#714d1e;font-size:9px;font-weight:700}.demand-preferred-craftsman p{grid-column:1 / -1;margin:8px 0 0;line-height:1.6}.projects-table{min-width:1020px}.project-identity-col{width:195px}.project-customer-col{width:245px}.project-owner-col{width:175px}.project-count-col{width:75px}.project-status-col{width:90px}.project-date-col{width:105px}.project-actions-col{width:75px}.project-work-orders-table{min-width:1160px}.project-work-identity-col{width:190px}.project-work-content-col{width:225px}.project-work-fees-col{width:145px}.project-work-plan-col{width:135px}.project-work-craftsman-col{width:190px}.project-work-status-col{width:170px}.project-work-actions-col{width:185px}.project-detail-next-step{display:grid;grid-template-columns:108px minmax(0,1fr);align-items:center;gap:14px;margin:16px 0;padding:12px 16px;border:1px solid #e5d1aa;border-left:4px solid #c68b36;background:#fbf4e8}.project-detail-next-step span{color:#806135;font-size:10px;font-weight:800;letter-spacing:.04em}.project-detail-next-step strong{color:var(--ink);font-size:12px;line-height:1.55}.project-work-next-step{display:block;margin-top:7px;color:var(--muted);font-size:10px;line-height:1.45}.project-work-order-actions{display:grid;gap:8px;align-items:start}.project-work-order-actions .compact-action{width:100%;min-height:31px;justify-content:center;padding:0 8px;font-size:10px}.project-work-order-secondary-actions{display:flex;flex-wrap:wrap;gap:4px 9px}.text-action{padding:0;border:0;background:transparent;color:#536c66;font:inherit;font-size:10px;line-height:1.4;text-decoration:underline;text-decoration-color:#bdc9c4;text-underline-offset:3px;cursor:pointer}.text-action:hover{color:#1e6250;text-decoration-color:currentColor}.text-action.is-danger,.text-action.is-danger:hover{color:#a84232;text-decoration-color:#d5aaa1}.craftsmen-table{min-width:1220px}.craftsman-identity-col{width:220px}.craftsman-list-identity{min-width:210px;display:flex;align-items:center;gap:10px}.craftsman-list-avatar{flex:0 0 auto;width:42px;height:42px;overflow:hidden;display:grid;place-items:center;border:1px solid #eadac7;border-radius:12px;background:#f7eadb;color:#8f5a3f;font-family:"Noto Serif SC",serif;font-size:17px;font-weight:700}.craftsman-list-avatar img{width:100%;height:100%;object-fit:cover}.craftsman-list-identity .order-identity{min-width:0}.craftsman-trade-col{width:170px}.craftsman-area-col{width:150px}.craftsman-level-col{width:75px}.craftsman-order-col{width:150px}.craftsman-case-col{width:65px}.craftsman-status-col{width:135px}.craftsman-date-col{width:105px}.craftsman-actions-col{width:90px}.craftsman-status-cell .cell-subline{white-space:nowrap}.clickable-table-row{cursor:pointer}.clickable-table-row:hover td,.clickable-table-row:focus-visible td{background:#faf8f2}.clickable-table-row:focus-visible{outline:2px solid #b77910;outline-offset:-2px}.craftsman-order-cell{display:grid;gap:3px}.craftsman-order-cell strong{font-size:10px}.craftsman-order-cell small,.craftsman-order-cell span{color:var(--muted);font-size:9px}.craftsman-order-cell span{display:inline-flex;align-items:center;gap:4px;color:#9b6a12}.referrals-table{min-width:980px}.referral-identity-col{width:190px}.referral-person-col{width:145px}.referral-address-col{width:220px}.referral-lead-col,.referral-reward-col{width:95px}.referral-money-col{width:115px}.referral-actions-col{width:90px}.referrals-table .address-cell{max-width:none;white-space:normal}.settlement-stat-grid{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(2,minmax(170px,1fr));margin-bottom:16px;border:1px solid var(--line);background:var(--white)}.settlement-stat-grid>div{min-height:104px;padding:18px 20px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--line)}.settlement-stat-grid>div:first-child{border-left:0}.settlement-stat-grid span,.settlement-stat-grid small{color:var(--muted);font-size:11px}.settlement-stat-grid strong{margin-top:6px;color:var(--ink);font-family:IBM Plex Mono,monospace;font-size:22px;font-variant-numeric:tabular-nums}.settlement-stat-grid small{margin-top:7px}.settlement-stat-grid .settlement-stat-main{position:relative;overflow:hidden;background:#f6eee3}.settlement-stat-main:after{position:absolute;top:-55px;right:28px;width:130px;height:130px;border:1px solid #e4c8aa;border-radius:50%;content:""}.settlement-stat-main>*{position:relative;z-index:1}.settlement-toolbar{grid-template-columns:minmax(280px,1fr) 170px}.settlements-table{min-width:1120px}.settlement-order-col{width:210px}.settlement-craftsman-col{width:170px}.settlement-amount-col{width:180px}.settlement-proof-col{width:130px}.settlement-status-col{width:100px}.settlement-updated-col{width:125px}.settlement-actions-col{width:88px}.settlement-editor-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px;border-left:3px solid #b77910;background:#faf7ef}.settlement-editor-summary>div{display:grid;gap:7px}.settlement-editor-summary span{color:var(--muted);font-size:10px}.settlement-editor-summary strong{color:var(--ink);font-family:IBM Plex Mono,monospace;font-size:18px}.settlement-editor-summary small{grid-column:1 / -1;color:#6d6259;font-size:11px;line-height:1.55}.settlement-payable-preview{min-height:40px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);background:#faf7ef}.settlement-payable-preview span{color:var(--muted);font-size:11px}.settlement-payable-preview strong{color:var(--ink);font-family:IBM Plex Mono,monospace;font-size:15px}.settlement-proof-panel{display:grid;gap:10px;padding:14px;border:1px solid var(--line);background:#fbfaf6}.settlement-proof-panel>div{display:grid;gap:3px}.settlement-proof-panel>div strong{font-size:12px}.settlement-proof-panel>div span{color:var(--muted);font-size:10px}.settlement-proof-panel .secondary-button{justify-self:start}.settlement-proof-list{display:grid;gap:7px;margin:0;padding:0;list-style:none}.settlement-proof-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid var(--line)}.settlement-proof-list a{display:inline-flex;min-width:0;align-items:center;gap:5px;color:var(--ink);font-size:11px}.settlement-proof-list a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settlement-proof-list small{flex:0 0 auto;color:var(--muted);font-size:10px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.users-table{min-width:900px}.user-identity-col{width:210px}.user-account-col{width:190px}.user-role-col{width:145px}.user-status-col{width:105px}.user-date-col{width:140px}.user-actions-col{width:90px}.user-account-cell{color:var(--ink);font-family:IBM Plex Mono,SFMono-Regular,monospace;font-variant-numeric:tabular-nums;white-space:nowrap}.audit-records-table{min-width:1120px}.audit-date-col{width:120px}.audit-actor-col,.audit-module-col{width:115px}.audit-subject-col{width:220px}.audit-action-col{width:80px}.referral-person>span{width:40px;font-family:IBM Plex Mono,monospace;font-size:9px;background:#e3ece8}.status{min-width:58px;height:23px;display:inline-flex;align-items:center;justify-content:center;border-radius:2px;padding:0 8px;border-left:3px solid currentColor;background:#efefeb;font-size:10px;white-space:nowrap}.status-good{color:var(--green);background:#e5f0eb}.status-info{color:#356783;background:#e5eef3}.status-warn{color:#9c6a00;background:#f6edcf}.status-bad{color:var(--red);background:#f5e5e1}.status-neutral{color:#646864}.actions-cell{text-align:right;white-space:nowrap}.icon-button{width:32px;height:32px;display:inline-grid;place-items:center;padding:0;border:1px solid transparent;border-radius:3px;color:#5d615e;background:transparent;cursor:pointer}.icon-button:hover{border-color:var(--line);background:#efeee8}.icon-button.danger:hover{color:var(--red);background:#f7e8e4;border-color:#e8c4bb}.icon-button.inverse{color:#b9bfba}.address-cell{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.money-cell{font-family:IBM Plex Mono,monospace;color:var(--ink)}.level-badge{min-width:48px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #c9c8c1;border-radius:2px;font-size:10px;font-weight:700}.level-金牌{color:#815a08;background:#f5e7b9;border-color:#d5b75e}.level-银牌{color:#5f6666;background:#e8ebea;border-color:#bdc4c2}.level-铜牌{color:#7d543b;background:#eee0d5;border-color:#d3b39e}.case-count{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-family:IBM Plex Mono,monospace;font-size:11px}.muted-row{opacity:.56}.summary-cell{min-width:260px}.drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;justify-content:flex-end;background:#0f111161;animation:layerIn .18s ease-out}.drawer{width:min(720px,100vw);height:100%;background:var(--paper);border-left:1px solid #a9aaa4;box-shadow:-16px 0 40px #10131221;overflow-y:auto;animation:drawerIn .22s ease-out}.drawer-header{min-height:126px;padding:26px 30px 22px;color:var(--paper);background:var(--sidebar);display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:4px solid var(--yellow)}.drawer-header h2{margin:8px 0 5px;font-size:22px}.drawer-header p{margin:0;color:#aeb2ae;font-size:11px}.drawer-header .icon-button{color:#c7cbc7;border-color:#3b4140}.drawer-body{padding:28px 30px 36px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 16px}.service-area-fields{display:grid;grid-template-columns:.9fr 1.2fr 1.4fr;gap:14px}.service-area-fields>small{grid-column:1 / -1;margin-top:-7px;color:var(--muted);font-size:11px}.service-area-fields>small.is-warning{color:#9a5f12;font-weight:600}.service-area-fields select:disabled{color:#9da09c;background:#efefeb;cursor:not-allowed}.field{min-width:0;display:flex;flex-direction:column;gap:7px;color:#4b4e4c;font-size:11px}.field>span{display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:600}.field>span b{color:#9a6b08;font-size:9px;font-weight:500}.field input,.field select{width:100%;height:40px;padding:0 11px}.field textarea{width:100%;resize:vertical;padding:10px 11px;line-height:1.6}.field small{color:var(--muted);font-size:9px;line-height:1.5}.field-wide{grid-column:1 / -1}.platform-acceptance-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px;border:1px solid #dfddd6;background:#f7f6f1}.platform-acceptance-choice button{min-height:72px;display:grid;align-content:center;gap:5px;padding:11px 13px;border:1px solid #d7d6cf;border-left:4px solid #b6b8b2;background:#fffefa;color:#5d625d;text-align:left;font:inherit;cursor:pointer}.platform-acceptance-choice button strong{color:#2c332f;font-size:12px}.platform-acceptance-choice button small{color:#70756f;font-size:10px;line-height:1.45}.platform-acceptance-choice button.is-required{border-color:#d7b56a;border-left-color:#b87800;background:#fff7df}.platform-acceptance-choice button.is-required strong{color:#8a5b00}.platform-acceptance-choice button.is-not-required{border-color:#a8ccbd;border-left-color:#24745a;background:#eef7f1}.platform-acceptance-choice button.is-not-required strong{color:#1f654e}.platform-acceptance-choice button:focus-visible{outline:2px solid #1c2020;outline-offset:2px}.platform-acceptance-choice button:disabled{cursor:not-allowed;opacity:.65}.craftsman-trade-picker{position:relative}.craftsman-trade-picker details{position:relative}.craftsman-trade-picker summary{min-height:40px;display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:9px;padding:0 11px;color:var(--ink);background:var(--white);border:1px solid var(--line);cursor:pointer;list-style:none}.craftsman-trade-picker summary::-webkit-details-marker{display:none}.craftsman-trade-picker summary>span{overflow:hidden;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.craftsman-trade-picker summary>span.is-placeholder{color:var(--muted);font-weight:400}.craftsman-trade-picker summary em{color:#8b620b;font-size:10px;font-style:normal;font-weight:700}.craftsman-trade-picker summary svg{width:16px;height:16px;transition:transform .16s ease}.craftsman-trade-picker details[open] summary{border-color:var(--yellow);outline:2px solid rgb(230 168 23 / 16%)}.craftsman-trade-picker details[open] summary>svg{transform:rotate(180deg)}.craftsman-trade-picker-menu{position:absolute;z-index:40;top:calc(100% + 6px);left:0;width:100%;padding:14px;color:var(--ink);background:var(--white);border:1px solid var(--line);box-shadow:0 16px 34px #171a1b29}.craftsman-trade-picker-search{min-height:38px;display:grid;grid-template-columns:18px minmax(0,1fr) 26px;align-items:center;gap:7px;padding:0 7px 0 10px;background:#fff;border:1px solid var(--line)}.craftsman-trade-picker-search>svg{width:15px;height:15px;color:var(--muted)}.craftsman-trade-picker-search input{min-width:0;height:36px;padding:0;background:transparent;border:0;outline:0;font-size:11px}.craftsman-trade-picker-search button{width:26px;height:26px;display:grid;place-items:center;padding:0;background:transparent;border:0;cursor:pointer}.craftsman-trade-picker-search button svg{width:14px;height:14px}.craftsman-trade-picker-menu>p{margin:9px 0 11px;color:var(--muted);font-size:10px}.craftsman-trade-picker-options{max-height:286px;overflow-y:auto;padding-right:3px}.craftsman-trade-picker-options section+section{margin-top:12px}.craftsman-trade-picker-options h3{margin:0 0 6px;color:#7a5c1b;font-size:10px}.craftsman-trade-picker-options section>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.craftsman-trade-picker-options label{position:relative;min-width:0;min-height:36px;display:flex;align-items:center;padding:0 32px 0 10px;color:#50534f;background:#fff;border:1px solid #deded7;cursor:pointer}.craftsman-trade-picker-options label:hover{border-color:#b28a31}.craftsman-trade-picker-options label.is-selected{color:#493406;background:#fff6dd;border-color:#c58b10}.craftsman-trade-picker-options label input{position:absolute;opacity:0;pointer-events:none}.craftsman-trade-picker-options label>svg{position:absolute;right:10px;width:14px;height:14px;color:#9e6a00;opacity:0}.craftsman-trade-picker-options label.is-selected>svg{opacity:1}.craftsman-trade-picker-empty{min-height:82px;display:grid;place-items:center;color:var(--muted);font-size:10px}.craftsman-trade-picker-menu footer{min-height:42px;display:flex;align-items:flex-end;justify-content:space-between;margin-top:11px;padding-top:10px;border-top:1px solid var(--line)}.craftsman-trade-picker-menu footer>span{color:var(--muted);font-size:10px}.craftsman-trade-picker-menu footer button{min-width:72px;height:32px;color:var(--ink);background:var(--yellow);border:0;font-size:11px;font-weight:700;cursor:pointer}.form-section-title{height:36px;display:flex;align-items:center;gap:10px;margin:4px 0 18px;border-bottom:1px solid var(--line)}.form-section-title:not(:first-child){margin-top:28px}.form-section-title span{color:var(--yellow);font-family:IBM Plex Mono,monospace;font-size:10px}.form-section-title strong{font-size:12px}.form-error,.page-error{padding:11px 13px;color:#8e3125;background:#f6e5e1;border-left:3px solid var(--red);font-size:11px;line-height:1.5}.drawer-form>.form-error{margin-top:20px}.owner-drawer{display:grid;gap:32px}.owner-profile-heading{min-height:54px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:13px;border-bottom:2px solid var(--ink)}.owner-profile-heading span{color:#9b6a12;font-size:9px}.owner-profile-heading h3{margin:4px 0 0;font-size:15px}.owner-profile-heading+.owner-profile-grid{border-top:0}.owner-edit-form{padding:20px;background:var(--white);border:1px solid var(--line);border-top:0}.owner-edit-form .form-actions{margin-top:20px}.owner-profile-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line);background:var(--white)}.owner-profile-grid>div{min-width:0;min-height:104px;padding:18px;display:grid;grid-template-columns:22px 1fr;align-content:center;column-gap:10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.owner-profile-grid svg{grid-row:1 / 3;align-self:center;color:#9b6a12}.owner-profile-grid span{color:var(--muted);font-size:10px}.owner-profile-grid strong{margin-top:4px;overflow-wrap:anywhere;font-size:13px}.account-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:22px;border-top:1px solid var(--line);border-left:1px solid var(--line);background:var(--white)}.account-profile-grid>div{min-width:0;min-height:82px;padding:14px;display:grid;grid-template-columns:22px 1fr;align-content:center;column-gap:9px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.account-profile-grid svg{grid-row:1 / 3;align-self:center;color:#9b6a12}.account-profile-grid span,.supplier-product-list small,.supplier-product-list span{color:var(--muted);font-size:9px}.account-profile-grid strong{margin-top:3px;overflow-wrap:anywhere;font-size:11px}.account-number{color:#9b6a12!important}.drawer:has(.craftsman-detail-shell){width:min(920px,100vw)}.craftsman-detail-shell{gap:0}.craftsman-avatar-record{min-height:112px;margin-bottom:18px;padding:16px 18px;display:flex;align-items:center;gap:16px;border:1px solid #e5d6c7;background:linear-gradient(135deg,#fffaf4,#f4e7d7)}.craftsman-avatar-large{flex:0 0 auto;width:76px;height:76px;overflow:hidden;display:grid;place-items:center;border:3px solid rgba(255,255,255,.8);border-radius:22px;background:#ead5bc;box-shadow:0 9px 24px #70462d1f;color:#845039;font-family:"Noto Serif SC",serif;font-size:28px;font-weight:700}.craftsman-avatar-large img{width:100%;height:100%;object-fit:cover}.craftsman-avatar-record>div:last-child{min-width:0;display:grid;gap:5px}.craftsman-avatar-record>div:last-child>span{color:#a16a4c;font-size:10px;font-weight:700;letter-spacing:.12em}.craftsman-avatar-record strong{color:var(--ink);font-size:15px}.craftsman-avatar-record small{color:var(--muted);font-size:10px;line-height:1.6}.craftsman-service-location{display:inline-flex;align-items:center;gap:4px;color:#806550!important}.craftsman-service-location svg{flex:none;color:#a16b19}.craftsman-location-record{min-height:88px;margin:-4px 0 22px;padding:15px 17px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #dfd7ca;background:#faf8f3}.craftsman-location-record>svg{align-self:start;margin-top:4px;color:#a16b19}.craftsman-location-record>div{min-width:0;display:grid;gap:4px}.craftsman-location-record span,.craftsman-location-record small{color:var(--muted);font-size:10px}.craftsman-location-record strong{overflow-wrap:anywhere;font-size:13px}.craftsman-location-record a{white-space:nowrap}.craftsman-detail-tabs{height:52px;display:flex;align-items:stretch;margin:0 0 24px;border:1px solid var(--line);background:var(--white)}.craftsman-detail-tabs button{min-width:170px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);border:0;border-right:1px solid var(--line);background:transparent;font-size:10px;font-weight:650;cursor:pointer}.craftsman-detail-tabs button.is-active{color:var(--ink);box-shadow:inset 0 -3px 0 var(--yellow)}.craftsman-detail-tabs button b{min-width:20px;padding:2px 5px;color:#7f5409;background:#f7e6bf;border-radius:2px;font-family:IBM Plex Mono,monospace;font-size:9px}.craftsman-profile-form .form-actions{margin-top:24px}.craftsman-orders-panel{display:grid;gap:18px}.craftsman-order-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line);background:var(--white)}.craftsman-order-metrics>div{min-width:0;min-height:86px;padding:14px;display:grid;grid-template-columns:24px 1fr;align-content:center;column-gap:9px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.craftsman-order-metrics svg{grid-row:1 / 3;align-self:center;color:#a56c0d}.craftsman-order-metrics span{color:var(--muted);font-size:9px}.craftsman-order-metrics strong{margin-top:3px;font-family:IBM Plex Mono,monospace;font-size:17px}.craftsman-order-tools{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:10px}.craftsman-order-tools .search-control{min-height:42px;border:1px solid var(--line);background:var(--white)}.craftsman-order-filter{display:flex;border:1px solid var(--line);background:var(--white)}.craftsman-order-filter button{min-width:78px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);border:0;border-right:1px solid var(--line);background:transparent;font-size:9px;cursor:pointer}.craftsman-order-filter button:last-child{border-right:0}.craftsman-order-filter button.is-active{color:var(--ink);background:#f7e6bf;box-shadow:inset 0 -2px #b77910}.craftsman-order-filter b{font-family:IBM Plex Mono,monospace;font-size:8px}.craftsman-order-list{display:grid;gap:10px}.craftsman-order-record{border:1px solid var(--line);background:var(--white)}.craftsman-order-record.is-expanded{border-color:#c6ad81}.craftsman-order-record-toggle{width:100%;min-height:76px;padding:13px 15px;display:grid;grid-template-columns:180px minmax(220px,1fr) 150px 72px 20px;align-items:center;gap:14px;color:var(--ink);text-align:left;border:0;background:transparent;cursor:pointer}.craftsman-order-record-toggle:hover{background:#faf8f2}.craftsman-order-identity,.craftsman-order-customer{min-width:0;display:grid;gap:4px}.craftsman-order-identity strong{overflow-wrap:anywhere;font-family:IBM Plex Mono,monospace;font-size:10px}.craftsman-order-identity span,.craftsman-order-customer span{color:var(--muted);font-size:9px}.craftsman-order-customer strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.craftsman-order-customer span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.craftsman-order-statuses{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.craftsman-order-rating{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;color:#a56c0d}.craftsman-order-rating strong{color:var(--ink);font-size:9px}.craftsman-order-record-body{padding:18px;display:grid;gap:18px;border-top:1px solid var(--line);background:#faf9f5}.craftsman-order-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line);background:var(--white)}.craftsman-order-detail-grid>div{min-width:0;min-height:68px;padding:12px 14px;display:grid;align-content:center;gap:4px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.craftsman-order-detail-grid>div.wide{grid-column:1 / -1}.craftsman-order-detail-grid span,.craftsman-assignment-detail span{color:var(--muted);font-size:9px}.craftsman-order-detail-grid strong,.craftsman-assignment-detail strong{overflow-wrap:anywhere;font-size:10px;line-height:1.65}.craftsman-assignment-detail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.craftsman-assignment-detail>header{grid-column:1 / -1;min-height:44px;padding:0 14px;display:flex;align-items:center;gap:8px;background:#f2efe7}.craftsman-assignment-detail>div{min-height:72px;padding:12px 14px;display:grid;align-content:center;gap:4px;background:var(--white)}.craftsman-assignment-detail small{color:#8c8f8b;font-size:8px}.craftsman-review-detail,.craftsman-review-editor,.craftsman-review-pending{padding:16px;border-left:3px solid #c18a2b;background:#fff6e4}.craftsman-review-detail>header,.craftsman-review-editor>header,.craftsman-review-pending{display:flex;align-items:center;justify-content:space-between;gap:16px}.craftsman-review-detail>header>div,.craftsman-review-pending>div,.craftsman-review-editor>header>div{display:flex;align-items:center;gap:8px}.craftsman-review-detail>header svg,.craftsman-review-pending svg{color:#a56c0d}.craftsman-review-detail>header strong{font-family:IBM Plex Mono,monospace;font-size:18px}.craftsman-review-detail>header span,.craftsman-review-editor>header span{color:#9b6a12;font-size:9px;font-weight:700}.craftsman-review-detail .secondary-button,.craftsman-review-pending .primary-button{min-height:34px;padding:0 13px;font-size:9px}.craftsman-review-dimensions{display:flex;gap:20px;margin:14px 0 12px;padding-top:12px;border-top:1px solid #ead9b8}.craftsman-review-dimensions span,.craftsman-review-detail footer,.craftsman-review-editor>header small,.craftsman-review-pending small{color:var(--muted);font-size:9px}.craftsman-review-dimensions b{margin-left:4px;color:var(--ink);font-family:IBM Plex Mono,monospace}.craftsman-review-detail blockquote{margin:0 0 12px;color:#393a37;font-size:11px;line-height:1.75}.craftsman-review-pending>div>span{display:grid;gap:3px}.craftsman-review-pending>div strong{font-size:10px}.craftsman-review-pending.is-disabled{border-left-color:#a8aaa5;background:#f1f1ed}.craftsman-review-pending.is-disabled svg{color:#8f928e}.craftsman-review-editor{display:grid;gap:16px}.craftsman-review-editor>header strong{font-family:IBM Plex Mono,monospace;font-size:10px}.rating-picker{height:42px;padding:0 12px;display:flex;align-items:center;gap:4px;border:1px solid var(--line);background:var(--white)}.rating-picker button{width:28px;height:28px;padding:0;display:grid;place-items:center;color:#a8aaa5;border:0;background:transparent;cursor:pointer}.rating-picker button.is-selected{color:#b77910}.rating-picker strong{margin-left:8px;font-family:IBM Plex Mono,monospace;font-size:12px}.craftsman-review-scores{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-actions{margin-top:0}.craftsman-orders-empty{min-height:260px;display:grid;place-content:center;justify-items:center;gap:8px;color:#9a9c97;border:1px solid var(--line);background:var(--white)}.craftsman-orders-empty strong{color:#5b5d59;font-size:12px}.craftsman-orders-empty span,.craftsman-order-footnote{color:var(--muted);font-size:9px}.craftsman-order-footnote{display:flex;align-items:center;gap:7px}.owner-orders-section>header{min-height:56px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:13px;border-bottom:2px solid var(--ink)}.owner-orders-section>header span{color:#9b6a12;font-size:9px}.owner-orders-section>header h3{margin:4px 0 0;font-size:15px}.owner-orders-section>header b{color:var(--muted);font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:11px}.owner-order-list{border-bottom:1px solid var(--line)}.owner-order-row{width:100%;min-height:98px;padding:16px 0;display:grid;grid-template-columns:165px minmax(0,1fr) auto 22px;align-items:center;gap:16px;color:inherit;text-align:left;border-bottom:1px solid var(--line);border-top:0;border-right:0;border-left:0;background:transparent;cursor:pointer}.owner-order-row:hover{background:#f4f0e8}.owner-order-row:focus-visible{outline:2px solid #b97a1c;outline-offset:-2px}.owner-order-row:last-child{border-bottom:0}.owner-order-identity,.owner-order-main{min-width:0;display:grid;gap:5px}.owner-order-identity>strong{overflow:hidden;color:var(--ink);font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.owner-order-identity small,.owner-order-main small{color:var(--muted);font-size:9px;line-height:1.5}.owner-order-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.owner-order-statuses{display:flex;align-items:flex-end;flex-direction:column;gap:6px}.owner-order-open-icon{color:#8a8b86}.owner-order-detail{display:grid;gap:28px}.owner-order-detail-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding-bottom:18px;border-bottom:2px solid var(--ink)}.owner-order-detail-heading>div:nth-child(2){min-width:0;display:grid;gap:4px}.owner-order-detail-heading>div:nth-child(2) span,.owner-order-project-heading span{color:#9b6a12;font-size:9px}.owner-order-detail-heading>div:nth-child(2) strong,.owner-order-project-heading strong{overflow-wrap:anywhere;font-size:13px}.owner-order-detail-heading>div:nth-child(2) small,.owner-order-project-heading small{color:var(--muted);font-size:9px}.owner-order-detail-section{display:grid;gap:0}.owner-order-detail-grid{display:grid;grid-template-columns:1fr 1fr;margin:0;border-left:1px solid var(--line);background:var(--white)}.owner-order-detail-grid>div{min-width:0;min-height:94px;padding:17px;display:grid;grid-template-columns:22px 1fr;align-content:center;column-gap:9px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.owner-order-detail-grid svg{grid-row:1 / 3;align-self:center;color:#a16b19}.owner-order-detail-grid dt{color:var(--muted);font-size:9px}.owner-order-detail-grid dd{margin:4px 0 0;overflow-wrap:anywhere;font-size:11px;font-weight:700;line-height:1.55}.owner-order-service-note{padding:11px 14px;color:#6d6559;border:1px solid var(--line);border-top:0;background:#f4f0e8;font-size:9px}.owner-order-project-heading{min-height:72px;padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:2px solid var(--ink)}.owner-order-project-heading>div{min-width:0;display:grid;gap:4px}.owner-order-project-meta{display:grid;grid-template-columns:1fr 1fr;margin:0;border-bottom:1px solid var(--line);border-left:1px solid var(--line)}.owner-order-project-meta>div{min-width:0;padding:13px;border-right:1px solid var(--line)}.owner-order-project-meta dt{color:var(--muted);font-size:9px}.owner-order-project-meta dd{margin:4px 0 0;overflow-wrap:anywhere;font-size:10px;font-weight:700;line-height:1.6}.owner-order-work-list{border-bottom:1px solid var(--line)}.owner-order-work-item{padding:22px 0;border-bottom:1px solid var(--line)}.owner-order-work-item:last-child{border-bottom:0}.owner-order-work-item>header,.owner-order-work-item>header>div:first-child{display:flex;align-items:center}.owner-order-work-item>header{justify-content:space-between;gap:16px}.owner-order-work-item>header>div:first-child{min-width:0;gap:10px}.owner-order-work-item>header>div:first-child>div{min-width:0;display:grid;gap:3px}.owner-order-work-item>header strong{font-size:13px}.owner-order-work-item>header span.business-number{color:var(--muted);font-size:9px}.owner-order-work-item>dl{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:16px 0 0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.owner-order-work-item>dl>div{min-width:0;padding:13px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.owner-order-work-item dt{color:var(--muted);font-size:9px}.owner-order-work-item dd{margin:4px 0 0;overflow-wrap:anywhere;font-size:10px;font-weight:700;line-height:1.6}.owner-order-work-item .owner-order-wide-detail{grid-column:1 / -1}.owner-order-progress-heading{display:flex;align-items:center;gap:8px;margin-top:18px;padding-bottom:10px;border-bottom:1px solid var(--line)}.owner-order-progress-heading strong{font-size:11px}.owner-order-progress-heading span{margin-left:auto;color:var(--muted);font-size:9px}.owner-order-empty-progress{margin:0;padding:18px 0;color:var(--muted);font-size:10px}.owner-order-progress-list{margin:0;padding:16px 0 0;list-style:none}.owner-order-progress-list li{position:relative;display:grid;grid-template-columns:16px minmax(0,1fr);gap:11px;padding-bottom:20px}.owner-order-progress-list li:before{position:absolute;top:13px;bottom:0;left:6px;width:1px;background:#d4d3cc;content:""}.owner-order-progress-list li:last-child:before{display:none}.owner-order-progress-list li>div>header{display:flex;align-items:center;gap:8px}.owner-order-progress-list li>div>header time{margin-left:auto;color:var(--muted);font-size:9px}.owner-order-progress-list p,.owner-order-review p{margin:8px 0;color:#50514d;font-size:10px;line-height:1.7;white-space:pre-wrap}.owner-order-progress-list small{color:var(--muted);font-size:9px}.owner-order-review{display:flex;gap:10px;margin-top:12px;padding:14px;border-left:3px solid #b9791d;background:#f4f0e8}.owner-order-review svg{flex:0 0 auto;color:#a66b18}.owner-order-review strong{font-size:10px}.assignment-drawer{display:grid;gap:24px}.assignment-current,.assignment-preferred,.assignment-section{padding:20px;border:1px solid var(--line);background:var(--white)}.assignment-current{border-top:3px solid var(--yellow);background:#eeede7}.assignment-preferred{border-left:4px solid #c58b3b;background:#fbf4e8}.assignment-preferred-note{margin:16px 0 0;padding:11px 12px;background:#ffffffb8;color:#66553d;font-size:10px;line-height:1.6}.owner-preference-line{color:#9a681f}.assignment-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.assignment-section-heading div,.assignment-section-heading span,.assignment-section-heading strong{display:block}.assignment-section-heading span{margin-bottom:5px;color:var(--muted);font-size:9px;font-family:IBM Plex Mono,monospace}.assignment-section-heading strong{font-size:13px}.assignment-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0}.assignment-facts div{min-width:0;padding-top:10px;border-top:1px solid #d4d3cc}.assignment-facts dt,.assignment-facts dd{margin:0}.assignment-facts dt{color:var(--muted);font-size:9px}.assignment-facts dd{margin-top:5px;overflow-wrap:anywhere;font-size:11px}.assignment-inline-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.assignment-search-control{width:100%}.assignment-search-control .icon-button{flex:0 0 auto}.assignment-candidate-detail p{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0;padding:12px;background:#eeede7;font-size:10px}.assignment-candidate-detail p strong{font-family:IBM Plex Mono,monospace}.assignment-history{padding-bottom:8px}.assignment-history-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 16px;padding:14px 0;border-top:1px solid var(--line)}.assignment-history-row>div strong,.assignment-history-row>div small{display:block}.assignment-history-row>div small,.assignment-history-row>small{margin-top:3px;color:var(--muted);font-size:9px}.assignment-history-row p{grid-column:1 / -1;margin:2px 0 0;color:#555956;font-size:10px;line-height:1.6}.assignment-history-row>small{grid-column:1 / -1}.assignment-empty{margin:0 0 12px;color:var(--muted);font-size:10px}.page-error{margin-bottom:14px}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:28px;padding-top:20px;border-top:1px solid var(--line)}.case-gallery,.selected-cases{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.case-card{min-width:0;margin:0;background:var(--white);border:1px solid var(--line);border-radius:3px;overflow:hidden;position:relative}.case-card>img,.selected-cases img{width:100%;aspect-ratio:4 / 3;display:block;object-fit:cover;background:#e3e3de}.case-card>div{padding:9px 10px 10px}.case-card strong,.case-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.case-card strong{padding-right:24px;font-size:11px}.case-card small{margin-top:4px;color:var(--muted);font-size:9px}.case-remove{position:absolute;right:6px;bottom:6px;width:27px;height:27px;padding:0;display:grid;place-items:center;border:1px solid #e3c4bd;border-radius:2px;color:var(--red);background:#fff9f7;cursor:pointer}.case-upload-panel{border:1px solid var(--line);background:#eeede7;padding:12px}.case-dropzone{min-height:76px;display:flex;align-items:center;justify-content:center;gap:12px;padding:14px;border:1px dashed #aaa9a2;color:#575b58;background:var(--white);cursor:pointer}.case-dropzone:hover{border-color:var(--green);color:var(--green)}.case-dropzone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.case-dropzone strong,.case-dropzone small{display:block}.case-dropzone strong{font-size:11px}.case-dropzone small{margin-top:4px;color:var(--muted);font-size:9px}.selected-cases{margin:12px 0 0}.selected-cases>div{min-width:0;background:var(--white);border:1px solid var(--line)}.selected-cases span{display:block;padding:7px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px}.case-meta-fields{margin-top:14px}.switch-row{height:42px;display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer}.switch-row>input{position:absolute;opacity:0;pointer-events:none}.switch-track{width:36px;height:20px;padding:2px;background:#b8bab5;border-radius:10px;transition:background .15s}.switch-track i{display:block;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .15s}.switch-row input:checked+.switch-track{background:var(--green)}.switch-row input:checked+.switch-track i{transform:translate(16px)}.switch-row strong{font-size:11px}.switch-row:has(input:disabled){cursor:default;opacity:.72}.role-notes{margin-top:22px;border:1px solid var(--line)}.role-notes>div{min-height:44px;display:grid;grid-template-columns:90px 1fr;align-items:center;gap:12px;padding:0 12px;border-bottom:1px solid var(--line);font-size:10px}.role-notes>div:last-child{border-bottom:0}.role-notes span{color:var(--muted)}.construction-progress-drawer{display:grid;gap:18px}.staff-progress-panel{border:1px solid var(--line);border-top:3px solid var(--yellow);background:var(--white)}.staff-progress-panel>header{padding:14px 16px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line)}.staff-progress-panel>header>div{display:grid;gap:4px}.staff-progress-panel>header span{color:#9b6a12;font-size:9px}.staff-progress-panel>header strong{font-size:12px}.staff-progress-panel>header small{color:var(--muted);font-size:9px}.staff-progress-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#f7f6f1;color:#6b7069;font-size:10px}.staff-progress-meta strong{color:#246c53;font-size:11px}.acceptance-info-body{padding:0 16px;display:grid}.acceptance-info-group{padding:14px 0}.acceptance-info-group:not(:last-child){border-bottom:1px solid var(--line)}.acceptance-info-group h4{margin:0 0 10px;font-size:11px;font-weight:600;color:#9b6a12}.acceptance-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;font-size:11px}.acceptance-info-grid>div{display:flex;flex-direction:column;gap:4px;min-width:0}.acceptance-info-grid>div>span:first-child{color:var(--muted);font-size:9px}.acceptance-info-grid>div strong,.acceptance-info-grid>div a{color:var(--ink);font-weight:600;word-break:break-word}.acceptance-info-grid>div a{text-decoration:none}.acceptance-info-grid>div a:hover{text-decoration:underline}.acceptance-info-wide{grid-column:1 / -1}.acceptance-info-empty{color:var(--muted)}@media(max-width:600px){.acceptance-info-grid{grid-template-columns:1fr}}.staff-contact-change-panel ol{padding:14px 16px}.staff-contact-change-panel li{padding-bottom:12px}.staff-contact-change-panel li:last-child{padding-bottom:0}.staff-contact-change-panel li:before{display:none}.staff-contact-change-panel article{padding-bottom:0}.construction-progress-drawer .acceptance-panel ol{margin:0;padding:14px 16px}.construction-progress-drawer .acceptance-record-item{display:block;padding:12px;border-radius:4px;background:#fbfaf7;border:1px solid #e8e6df}.construction-progress-drawer .acceptance-record-item+.acceptance-record-item{margin-top:10px}.construction-progress-drawer .acceptance-record-item:before{display:none}.construction-progress-drawer article.acceptance-record-card{min-width:0;padding-bottom:0;border-bottom:0}.construction-progress-drawer article.acceptance-record-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.construction-progress-drawer article.acceptance-record-card>header .acceptance-record-main{display:flex;align-items:center;gap:8px;flex-shrink:0}.construction-progress-drawer article.acceptance-record-card>header .acceptance-record-result{font-size:12px;white-space:nowrap}.construction-progress-drawer article.acceptance-record-card>header .acceptance-record-no{color:#9a6417;font-size:9px;white-space:nowrap}.construction-progress-drawer article.acceptance-record-card>header time{color:var(--muted);font-size:10px;white-space:nowrap}.construction-progress-drawer article.acceptance-record-card>p{margin:10px 0 0;padding-top:10px;border-top:1px solid var(--line);color:#4f504d;font-size:11px;line-height:1.7;white-space:pre-wrap}.construction-progress-drawer article.acceptance-record-card>.construction-progress-images{margin:10px 0 0;padding-top:10px;border-top:1px solid var(--line)}.staff-progress-start,.staff-progress-panel form{padding:16px;display:grid;gap:13px}.staff-progress-start textarea,.staff-progress-panel form textarea,.staff-progress-panel form select,.staff-progress-panel form input[type=file]{width:100%;border:1px solid var(--line);background:#fbfaf7;color:var(--ink);font:inherit}.staff-progress-start textarea,.staff-progress-panel form textarea{min-height:86px;padding:12px;resize:vertical}.staff-progress-panel form select,.staff-progress-panel form input[type=file]{min-height:40px;padding:8px 10px}.staff-progress-panel form label{display:grid;gap:7px}.staff-progress-panel form label>span{color:#555651;font-size:10px;font-weight:700}.staff-progress-panel form label>small{color:var(--muted);font-size:9px}.staff-progress-actions{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}.staff-progress-actions button{min-height:40px;color:#66665f;border:0;background:#f5f3ed;font-size:10px;font-weight:700;cursor:pointer}.staff-progress-actions button+button{border-left:1px solid var(--line)}.staff-progress-actions button.is-active{color:#38220a;background:#f3c66d}.staff-progress-start .primary-button,.staff-progress-panel form>.primary-button{justify-self:end}.platform-acceptance-upload{display:grid;gap:9px;padding:12px;border:1px dashed #cba75a;background:#fffaf0}.platform-acceptance-upload-head,.platform-acceptance-upload-head>div,.platform-acceptance-file-list li,.platform-evidence-files a{display:flex;align-items:center}.platform-acceptance-upload-head{justify-content:space-between;gap:10px;color:#6f5016}.platform-acceptance-upload-head>div{gap:7px}.platform-acceptance-upload-head strong{font-size:10px}.platform-acceptance-upload-head>span,.platform-acceptance-file-list small,.platform-evidence-files small{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:9px}.platform-acceptance-upload-control{position:relative;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:8px;min-height:40px;padding:9px 10px;border:1px solid #dfc792;background:var(--white);color:#6b531d;cursor:pointer}.staff-progress-panel form .platform-acceptance-upload-control>span{color:#6b531d;font-size:10px}.platform-acceptance-upload-control small{min-width:0;color:var(--muted);font-size:9px}.staff-progress-panel form .platform-acceptance-upload-control input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;min-height:0;padding:0;opacity:0;cursor:pointer}.platform-acceptance-file-list{display:grid;gap:6px;margin:0;padding:0;list-style:none}.platform-acceptance-file-list li{gap:7px;min-width:0;padding:7px 8px;border:1px solid #e8dfc9;background:#fffdfa;color:#4f534e}.platform-acceptance-file-list li>span{flex:1;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.platform-acceptance-file-list button{display:grid;width:25px;height:25px;padding:0;place-items:center;border:0;color:var(--red);background:transparent;cursor:pointer}.platform-evidence-files{display:grid;gap:8px;padding:14px 16px}.platform-evidence-files a{gap:9px;min-width:0;padding:10px;border:1px solid #e5e1d7;color:#315d4d;background:#fbfaf7;text-decoration:none}.platform-evidence-files a>span{flex:1;overflow:hidden;color:#3e423e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.platform-evidence-files .acceptance-evidence-card{display:grid;grid-template-columns:108px minmax(0,1fr);gap:11px;min-height:82px;padding:7px;align-items:stretch}.acceptance-evidence-preview,.acceptance-evidence-document{display:grid;width:108px;height:76px;place-items:center;overflow:hidden;border:1px solid #ded8cc;background:#f1efe8}.acceptance-evidence-preview{object-fit:cover}.acceptance-evidence-document{gap:4px;color:#6d716b;font-family:IBM Plex Mono,monospace;font-size:9px;font-weight:700}.platform-evidence-files .acceptance-evidence-copy{display:grid;min-width:0;align-content:center;gap:5px}.platform-evidence-files .acceptance-evidence-copy strong{overflow:hidden;color:#2f3631;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.platform-evidence-files .acceptance-evidence-copy small{color:#6d716b;font-size:9px}.platform-evidence-files .acceptance-evidence-card:hover{border-color:#7ba38f;background:#f5faf6}.platform-acceptance-history-panel{border-color:#dcc79a;background:#fffdfa}.platform-acceptance-history-panel>header{border-bottom-color:#e4d8bd}.owner-acceptance-history-panel{border-color:#dfc49b;background:#fffdfa}.owner-acceptance-history-panel>header{border-bottom-color:#eadabd}.owner-acceptance-round.is-failed{border-color:#e3b7ad;border-left-color:#c84b3a}.owner-acceptance-round.is-passed{border-color:#c9ddd0;border-left-color:#24745a}.owner-acceptance-reference{padding:0 12px 10px;color:#9a6417;font-family:IBM Plex Mono,monospace;font-size:9px}.platform-acceptance-current{margin:14px 16px 0;padding:10px 12px;border:1px solid #edd5a4;border-left:3px solid #a87614;color:#7a5716;background:#fff8e9;font-size:10px;line-height:1.65}.platform-acceptance-rounds{display:grid;gap:12px;padding:14px 16px 16px}.construction-progress-drawer .platform-acceptance-round{display:grid;gap:0;padding:0;overflow:hidden;border:1px solid #d4dfd5;border-left:3px solid #24745a;background:#fff}.construction-progress-drawer .platform-acceptance-round.is-failed{border-color:#e3b7ad;border-left-color:#c84b3a}.platform-acceptance-round>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid #dce7dd;color:#275e49;background:#f1f7f2}.platform-acceptance-round.is-failed>header{border-bottom-color:#f0d2cb;color:#a94235;background:#fff3ef}.platform-acceptance-round>header>div{display:grid;gap:2px;min-width:0}.platform-acceptance-round>header strong{font-size:11px}.platform-acceptance-round>header time,.platform-acceptance-round>header small{color:#72756f;font-size:9px}.platform-acceptance-round>header>span{flex:0 0 auto;padding:4px 7px;border:1px solid #b8d3bc;color:#24745a;background:#fff;font-size:9px;font-weight:700}.platform-acceptance-round.is-failed>header>span{border-color:#e3b7ad;color:#b7493b}.platform-acceptance-note{margin:0;padding:11px 12px;color:#4e544d;font-size:10px;line-height:1.7;white-space:pre-wrap}.platform-acceptance-round .platform-evidence-files{padding:0 12px 12px}.platform-rework-delivery{margin:0 12px 12px;border:1px solid #edc9c1;background:#fffaf8}.platform-rework-delivery>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-bottom:1px solid #efd8d2;color:#8c4035;background:#fff4f1}.platform-rework-delivery>header strong{font-size:10px}.platform-rework-delivery>header span{color:#b7493b;font-size:9px}.construction-progress-drawer .platform-rework-delivery ol{display:grid;gap:0;padding:0 10px}.construction-progress-drawer .platform-rework-delivery li{display:block;min-width:0;padding:10px 0;border-bottom:1px solid #f0ddd8}.construction-progress-drawer .platform-rework-delivery li:last-child{padding-bottom:10px;border-bottom:0}.construction-progress-drawer .platform-rework-delivery li:before{display:none}.platform-rework-entry-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;color:#7d4037}.platform-rework-entry-head strong{font-size:10px}.platform-rework-entry-head time{flex:0 0 auto;color:#8a8079;font-family:IBM Plex Mono,monospace;font-size:9px}.platform-rework-delivery li>p{margin:6px 0 0;color:#5d5b57;font-size:10px;line-height:1.65;white-space:pre-wrap}.platform-rework-delivery .construction-progress-images{margin:8px 0 0}.platform-rework-empty{margin:0;padding:12px 10px;color:#92665d;font-size:10px}.construction-progress-drawer>header,.construction-progress-drawer>header>div{display:flex;align-items:center}.construction-progress-drawer>header{justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--line)}.construction-progress-drawer>header>div{gap:8px}.construction-progress-drawer>header strong{font-size:13px}.construction-progress-drawer>header span{color:var(--muted);font-size:10px}.construction-progress-drawer ol{margin:0;padding:0;list-style:none}.construction-progress-drawer li{position:relative;display:grid;grid-template-columns:16px minmax(0,1fr);gap:12px;padding-bottom:24px}.construction-progress-drawer li:last-child{padding-bottom:0}.construction-progress-drawer li:before{position:absolute;top:13px;bottom:-2px;left:6px;width:1px;background:#d4d3cc;content:""}.construction-progress-drawer li:last-child:before{display:none}.construction-progress-drawer li.construction-rework-divider{display:flex;grid-template-columns:none;align-items:center;gap:9px;margin:2px 0;padding:10px 12px;border:1px dashed #d69b90;background:#fff5f2}.construction-progress-drawer li.construction-rework-divider:before{display:none}.construction-rework-divider span{color:#ad4b3b;font-size:9px;font-weight:700}.construction-rework-divider strong{color:#6d3c34;font-size:11px}.construction-progress-marker{position:relative;z-index:1;width:12px;height:12px;margin-top:4px;border:3px solid #f3ecdd;border-radius:50%;background:#a86a16;box-shadow:0 0 0 1px #c99a4c}.construction-progress-drawer article{min-width:0;padding-bottom:18px;border-bottom:1px solid var(--line)}.construction-progress-drawer li:last-child article{border-bottom:0}.construction-progress-drawer li.is-rework article{padding:11px 12px 18px;border:1px solid #edc9c1;border-left:3px solid #c84b3a;background:#fffaf8}.construction-progress-drawer li.is-rework .construction-progress-marker{background:#c84b3a;box-shadow:0 0 0 1px #d78376}.construction-progress-drawer article>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.construction-progress-drawer article>header>div{display:flex;align-items:center;gap:8px}.construction-progress-drawer article>header strong{font-size:12px}.construction-progress-drawer article>header span{color:#9a6417;font-size:9px}.construction-progress-drawer .construction-rework-tag{padding:3px 6px;color:#a54335;background:#f9e1dc;border:0;font-size:8px;font-style:normal;font-weight:700;line-height:1;white-space:nowrap}.construction-progress-drawer time,.construction-progress-drawer article>small{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:9px}.construction-progress-drawer article>p{margin:9px 0;color:#4f504d;font-size:11px;line-height:1.7;white-space:pre-wrap}.construction-progress-images{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.construction-progress-images a{width:112px;aspect-ratio:4 / 3;overflow:hidden;border:1px solid var(--line);border-radius:3px;background:#eeede7}.construction-progress-images img{width:100%;height:100%;display:block;object-fit:cover}.construction-progress-empty{min-height:260px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#9b9d98;text-align:center}.construction-progress-empty strong{color:#5d5e5a;font-size:13px}.construction-progress-empty span{font-size:10px}.audit-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:start}.audit-note{padding:22px;color:var(--paper);background:var(--sidebar);border-top:4px solid var(--yellow)}.audit-note h2{margin:16px 0 10px;font-size:17px}.audit-note p{margin:0;color:#b8bcb8;font-size:11px;line-height:1.75}.audit-note>span{display:block;margin-top:26px;padding-top:12px;border-top:1px solid #3b403f;color:#8b918d;font-family:IBM Plex Mono,monospace;font-size:9px}.audit-table table{min-width:1120px}.audit-summary{min-width:320px;white-space:normal;line-height:1.7}.audit-subject{min-width:190px;max-width:280px;white-space:normal;line-height:1.55}.business-number{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;letter-spacing:0;white-space:nowrap}.order-identity{min-width:185px;display:grid;gap:3px}.order-identity>span{font-weight:700}.order-identity>small{color:var(--muted)}.audit-search{min-height:48px;margin:14px 16px;padding:0 12px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:#f8f7f3;color:var(--muted)}.audit-search:focus-within{border-color:var(--accent);background:var(--paper)}.audit-search input{width:100%;min-width:0;height:46px;padding:0;border:0;background:transparent;outline:0;color:var(--ink)}.audit-search .icon-button{flex:0 0 auto;border:0;background:transparent}.empty-state{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a1a29d}.empty-state strong{margin-top:12px;color:#555854;font-size:13px}.empty-state span{margin-top:5px;font-size:10px}.loading-line{height:2px;overflow:hidden;background:#deddd7}.loading-line span{display:block;width:35%;height:100%;background:var(--yellow);animation:loading 1.1s infinite ease-in-out}.pagination{min-height:52px;padding:8px 14px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:flex-end;gap:9px;color:var(--muted);font-size:11px}.pagination strong{min-width:48px;color:var(--ink);text-align:center}.pagination .icon-button:disabled{cursor:not-allowed;opacity:.35}.sidebar-scrim{display:none}@keyframes layerIn{0%{opacity:0}}@keyframes drawerIn{0%{transform:translate(28px);opacity:.8}}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(390%)}}@media(max-width:1350px){.audit-layout{grid-template-columns:1fr}.detail-heading{grid-template-columns:auto 1fr auto}.detail-heading>.detail-heading-actions{grid-column:1 / -1;justify-content:flex-start}.audit-note{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 22px}.audit-note h2{margin:0}.audit-note p{line-height:1.65}.audit-note>span{margin:0;padding:0 0 0 18px;border-top:0;border-left:1px solid #3b403f;white-space:nowrap}}@media(max-width:1100px){.workspace-brief{grid-template-columns:minmax(0,1fr) minmax(280px,.58fr)}.workspace-brief-copy{padding:24px}.workspace-primary-task,.workspace-clear-state{padding:22px}.metric-rail{grid-template-columns:repeat(2,1fr)}.metric-block:nth-child(2){border-right:0}.metric-block:nth-child(-n+2){border-bottom:1px solid var(--line)}.toolbar{grid-template-columns:minmax(240px,1fr) 150px 150px}.toolbar-action{grid-column:3}.module-toolbar{grid-template-columns:1fr 1fr auto}.module-toolbar .search-control{grid-column:1 / -1}.module-toolbar .toolbar-action{grid-column:3}.compact-module-toolbar{grid-template-columns:minmax(220px,1fr) 160px auto}.compact-module-toolbar .toolbar-action{grid-column:3}.craftsman-toolbar{grid-template-columns:minmax(240px,1fr) auto}.craftsman-toolbar .toolbar-action{grid-column:2}.overview-grid{grid-template-columns:1fr}}@media(max-width:820px){.login-shell{grid-template-columns:1fr}.login-identity{min-height:44vh;padding:28px}.login-statement{margin-top:72px;margin-bottom:55px}.login-statement h1{font-size:38px}.login-meta{display:none}.login-access{min-height:56vh;padding:42px 28px;justify-content:flex-start}.app-shell{display:block}.sidebar{transform:translate(-100%);visibility:hidden;pointer-events:none;transition:transform .2s ease,visibility 0s linear .2s}.sidebar-open{transform:translate(0);visibility:visible;pointer-events:auto;transition:transform .2s ease}.sidebar-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;border:0;background:#0e101075}.main-area{min-height:100vh}.menu-button{display:grid;place-items:center}.topbar{padding:18px 20px}.topbar-status{display:none}.page-content{padding:20px}.workspace-brief{grid-template-columns:1fr}.workspace-primary-task,.workspace-clear-state{min-height:138px;border-top:1px solid #d6d5cd;border-left:0}.workspace-brief-copy{padding:23px 20px}.workspace-primary-task,.workspace-clear-state{padding:21px 20px}.toolbar{grid-template-columns:1fr 1fr}.search-control{grid-column:1 / -1}.toolbar-action{grid-column:2}.module-toolbar{grid-template-columns:1fr 1fr auto}.module-toolbar .search-control{grid-column:1 / -1}.module-toolbar .toolbar-action{grid-column:3}.compact-module-toolbar{grid-template-columns:minmax(0,1fr) 150px auto}.compact-module-toolbar .search-control{grid-column:1}.compact-module-toolbar .toolbar-action{grid-column:3}.craftsman-toolbar{grid-template-columns:minmax(0,1fr) auto}.craftsman-toolbar .search-control{grid-column:1}.craftsman-toolbar .toolbar-action{grid-column:2;grid-row:1}.audit-layout{grid-template-columns:1fr}}@media(max-width:560px){.login-statement h1{font-size:32px}.login-statement p{font-size:13px}.metric-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-block{min-height:139px;padding:16px}.workspace-brief h2{font-size:22px}.workspace-brief p{font-size:12px}.work-queue,.recent-activity,.workspace-shortcuts,.workspace-guidance{padding:18px}.queue-header-summary{font-size:9px}.queue-row{grid-template-columns:28px minmax(0,1fr) 41px;gap:10px;padding:12px 3px}.queue-action{display:none}.queue-main small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shortcut-grid,.toolbar{grid-template-columns:1fr}.search-control,.toolbar-action{grid-column:1}.module-toolbar,.compact-module-toolbar{grid-template-columns:1fr}.module-toolbar .search-control,.module-toolbar .toolbar-action,.compact-module-toolbar .search-control,.compact-module-toolbar .toolbar-action{grid-column:1}.craftsman-toolbar{grid-template-columns:1fr}.craftsman-toolbar .search-control,.craftsman-toolbar .toolbar-action{grid-column:1}.craftsman-toolbar .toolbar-action{grid-row:auto}.filter-strip{grid-template-columns:112px 112px 112px 92px 72px 90px 90px 36px;overflow-x:auto}.form-grid,.service-area-fields{grid-template-columns:1fr}.field-wide{grid-column:1}.craftsman-trade-picker-options section>div{grid-template-columns:repeat(2,minmax(0,1fr))}.drawer-header,.drawer-body{padding-left:20px;padding-right:20px}.case-gallery,.selected-cases{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar p{display:none}.audit-note{grid-template-columns:auto 1fr}.audit-note p,.audit-note>span{grid-column:1 / -1}.audit-note>span{padding:10px 0 0;border-top:1px solid #3b403f;border-left:0}.detail-heading{grid-template-columns:1fr;align-items:start}.detail-heading>.detail-heading-actions{grid-column:1;width:100%}.detail-heading-actions>button{flex:1}}@media(max-width:820px){.craftsman-order-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.craftsman-order-tools{grid-template-columns:1fr}.craftsman-order-tools .search-control{grid-column:1}.craftsman-order-filter button{min-height:40px;flex:1}.craftsman-order-record-toggle{grid-template-columns:minmax(0,1fr) auto 20px}.craftsman-order-identity{grid-column:1;grid-row:1}.craftsman-order-customer{grid-column:1;grid-row:2}.craftsman-order-statuses{grid-column:2;grid-row:1;justify-content:flex-end}.craftsman-order-rating{grid-column:2;grid-row:2}.craftsman-order-record-toggle>svg:last-child{grid-column:3;grid-row:1 / 3}.craftsman-assignment-detail{grid-template-columns:1fr 1fr}}@media(max-width:560px){.craftsman-detail-tabs{height:auto;display:grid;grid-template-columns:1fr 1fr}.craftsman-detail-tabs button{min-width:0;min-height:48px;padding:0 10px}.craftsman-order-metrics{grid-template-columns:1fr 1fr}.craftsman-order-filter button{min-width:0;padding:0 8px}.craftsman-order-record-toggle{min-height:104px;padding:12px;grid-template-columns:minmax(0,1fr) 20px;gap:8px}.craftsman-order-identity,.craftsman-order-customer,.craftsman-order-statuses,.craftsman-order-rating{grid-column:1}.craftsman-order-identity{grid-row:1}.craftsman-order-customer{grid-row:2}.craftsman-order-statuses{grid-row:3;justify-content:flex-start}.craftsman-order-rating{grid-row:4;justify-content:flex-start}.craftsman-order-record-toggle>svg:last-child{grid-column:2;grid-row:1 / 5}.craftsman-order-record-body{padding:12px}.craftsman-order-detail-grid,.craftsman-assignment-detail,.craftsman-review-scores{grid-template-columns:1fr}.craftsman-order-detail-grid>div.wide,.craftsman-assignment-detail>header{grid-column:1}.craftsman-review-detail>header,.craftsman-review-pending,.craftsman-review-editor>header{align-items:flex-start;flex-direction:column}.craftsman-review-dimensions{align-items:flex-start;flex-direction:column;gap:7px}}@media(max-width:820px){.work-order-toolbar{grid-template-columns:1fr 1fr}.work-order-toolbar .search-control{grid-column:1 / -1}}@media(max-width:560px){.work-order-toolbar,.assignment-facts{grid-template-columns:1fr}.assignment-inline-actions{align-items:stretch;flex-direction:column-reverse}.assignment-inline-actions button{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.home-carousel-supplier-picker{display:grid;gap:9px}.home-carousel-supplier-search{width:100%;box-sizing:border-box}.home-carousel-supplier-results{max-height:190px;overflow-y:auto;display:grid;gap:6px;padding:6px;background:#eeede7;border:1px solid var(--line)}.home-carousel-supplier-results button{min-height:48px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;background:var(--white);border:1px solid transparent;cursor:pointer}.home-carousel-supplier-results button:hover,.home-carousel-supplier-results button.is-selected{border-color:var(--yellow);background:#fbf4e8}.home-carousel-supplier-results button span{min-width:0;display:grid;gap:4px}.home-carousel-supplier-results button strong{overflow:hidden;color:var(--ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.home-carousel-supplier-results button small{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:10px}.home-carousel-supplier-results button em{flex:0 0 auto;color:#9a681f;font-size:10px;font-style:normal}.home-carousel-supplier-empty{padding:14px 10px;color:var(--muted);font-size:11px}.home-carousel-supplier-selected{padding:8px 10px;color:#66553d;background:#fbf4e8;border-left:3px solid var(--yellow);font-size:10px}.home-carousel-ad-form{gap:24px}.home-carousel-ad-upload-section{display:grid;gap:10px;padding:16px;background:#eeede7;border:1px solid var(--line);border-top:3px solid var(--yellow)}.home-carousel-ad-form-heading{display:flex;align-items:flex-end;justify-content:space-between}.home-carousel-ad-form-heading div{display:grid;gap:5px}.home-carousel-ad-form-heading .section-kicker{color:#9a681f}.home-carousel-ad-form-heading strong{color:var(--ink);font-size:14px}.home-carousel-ad-form-heading>b{color:#9a681f;font-size:11px}.home-carousel-ad-upload-zone{position:relative;min-height:172px;display:grid;place-items:center;overflow:hidden;color:var(--muted);background:#f8f7f2;border:1px dashed #aaa99f;cursor:pointer}.home-carousel-ad-upload-zone img{width:100%;height:172px;display:block;object-fit:cover}.home-carousel-ad-upload-zone>span{display:grid;justify-items:center;gap:8px;font-size:11px}.home-carousel-ad-upload-zone>span svg{color:#9a681f}.home-carousel-ad-upload-zone>span em{font-style:normal}.home-carousel-ad-upload-zone>b{position:absolute;right:10px;bottom:10px;padding:6px 10px;color:var(--paper);background:var(--sidebar);font-size:10px}.home-carousel-ad-upload-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.home-carousel-ad-upload-hint{color:var(--muted);font-size:10px}.home-carousel-ads-toolbar{min-height:96px;margin-bottom:16px;padding:18px 20px;display:grid;grid-template-columns:minmax(230px,1fr) auto auto;align-items:center;gap:24px;color:var(--paper);background:var(--sidebar);border-left:4px solid var(--yellow)}.home-carousel-ads-toolbar>div:first-child{display:grid;gap:5px}.home-carousel-ads-toolbar .section-kicker{color:var(--yellow)}.home-carousel-ads-toolbar strong{font-size:18px}.home-carousel-ads-toolbar small{color:#aeb1ad;font-size:11px}.home-carousel-ads-toolbar .primary-button{color:var(--ink);background:var(--yellow);border-color:var(--yellow)}.home-carousel-ads-summary{display:flex;align-items:center;gap:18px;color:#c9cbc5;font-size:11px;white-space:nowrap}.home-carousel-ads-summary span{display:grid;gap:2px}.home-carousel-ads-summary b{color:var(--paper);font-family:IBM Plex Mono,monospace;font-size:20px}.home-carousel-ads-library{display:grid;gap:12px}.home-carousel-ad-entry{min-height:158px;padding:12px;display:grid;grid-template-columns:202px minmax(0,1fr) auto;gap:18px;align-items:stretch;background:var(--white);border:1px solid var(--line)}.home-carousel-ad-image{position:relative;overflow:hidden;min-height:130px;background:#e8e6dd}.home-carousel-ad-image img{width:100%;height:100%;display:block;object-fit:cover}.home-carousel-ad-image span{position:absolute;left:9px;bottom:7px;color:var(--paper);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;letter-spacing:1px;text-shadow:0 1px 8px rgba(0,0,0,.42)}.home-carousel-ad-image b{position:absolute;top:8px;right:9px;padding:4px 7px;color:var(--paper);background:#1c2020d1;font-size:10px;font-weight:700}.home-carousel-ad-main{min-width:0;padding:5px 0;display:flex;flex-direction:column}.home-carousel-ad-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.home-carousel-ad-heading h2,.home-carousel-ad-heading p{margin:0}.home-carousel-ad-heading h2{color:var(--ink);font-size:16px}.home-carousel-ad-heading p{margin-top:5px;color:var(--muted);font-size:11px}.home-carousel-ad-target{min-height:32px;margin-top:16px;padding:7px 10px;display:flex;align-items:center;gap:7px;color:#4d504e;background:#f2f1eb;border-left:3px solid var(--yellow);font-size:12px}.home-carousel-ad-target em{margin-left:auto;display:inline-flex;align-items:center;gap:4px;color:#a54a35;font-size:11px;font-style:normal}.home-carousel-ad-meta{margin-top:auto;padding-top:10px;display:flex;flex-wrap:wrap;gap:6px 14px;color:var(--muted);border-top:1px solid #e8e7e0;font-size:11px}.home-carousel-ad-actions{min-width:72px;display:flex;flex-direction:column;justify-content:center;gap:8px}.home-carousel-ad-actions button{padding:0 12px}@media(max-width:900px){.home-carousel-ads-toolbar{grid-template-columns:1fr auto}.home-carousel-ads-summary{grid-column:1 / -1;grid-row:2;justify-content:flex-start}}@media(max-width:680px){.home-carousel-ad-entry{grid-template-columns:120px minmax(0,1fr);gap:12px}.home-carousel-ad-actions{grid-column:1 / -1;flex-direction:row;justify-content:flex-end}}@media(max-width:480px){.home-carousel-ads-toolbar{grid-template-columns:1fr;gap:14px}.home-carousel-ads-toolbar .primary-button{justify-self:start}.home-carousel-ads-summary{grid-row:auto;flex-wrap:wrap}.home-carousel-ad-entry{grid-template-columns:1fr}.home-carousel-ad-image{min-height:180px}.home-carousel-ad-heading{flex-direction:column;gap:8px}}.supplier-toolbar{grid-template-columns:minmax(360px,1fr) auto auto}.floor-plan-toolbar{min-height:96px;margin-bottom:16px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--paper);background:var(--sidebar);border-left:4px solid var(--yellow)}.floor-plan-toolbar>div{display:grid;gap:5px}.floor-plan-toolbar .section-kicker{color:var(--yellow)}.floor-plan-toolbar strong{font-size:18px}.floor-plan-toolbar small{color:#aeb1ad;font-size:11px}.floor-plan-toolbar .primary-button{flex:0 0 auto;color:var(--ink);background:var(--yellow);border-color:var(--yellow)}.floor-plan-library{display:grid;gap:12px}.floor-plan-entry{min-height:158px;padding:12px;display:grid;grid-template-columns:202px minmax(0,1fr) auto;gap:18px;align-items:stretch;background:var(--white);border:1px solid var(--line)}.floor-plan-image-wrap{position:relative;overflow:hidden;min-height:130px;background:#e8e6dd}.floor-plan-image-wrap img{width:100%;height:100%;display:block;object-fit:cover}.floor-plan-image-wrap span{position:absolute;left:9px;bottom:7px;color:var(--paper);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;letter-spacing:1px;text-shadow:0 1px 8px rgba(0,0,0,.42)}.floor-plan-image-wrap b{position:absolute;right:9px;top:8px;padding:4px 7px;color:var(--paper);background:#1c2020d1;font-size:10px;font-weight:700}.floor-plan-entry-main{min-width:0;padding:5px 0;display:flex;flex-direction:column}.floor-plan-entry-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.floor-plan-entry h2,.floor-plan-entry p{margin:0}.floor-plan-entry h2{color:var(--ink);font-size:16px}.floor-plan-entry-heading p,.floor-plan-meta{color:var(--muted);font-size:11px}.floor-plan-entry-heading p{margin-top:5px}.floor-plan-description{margin-top:14px!important;color:#4d504e;font-size:12px;line-height:1.7}.floor-plan-meta{margin-top:auto;padding-top:10px;display:flex;flex-wrap:wrap;gap:6px 14px;border-top:1px solid #e8e7e0}.floor-plan-actions{min-width:72px;display:flex;flex-direction:column;justify-content:center;gap:8px}.floor-plan-actions button{padding:0 12px}.floor-plan-upload-zone{min-height:142px;display:grid;place-items:center;position:relative;overflow:hidden;color:var(--muted);background:#e9e7df;border:1px dashed #aaa99f;cursor:pointer}.floor-plan-upload-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.floor-plan-upload-zone.is-cad{background:#e9e7df}.floor-plan-upload-zone.is-room{background:#f1ebe0}.floor-plan-empty-preview{display:grid;justify-items:center;gap:9px;font-size:12px}.floor-plan-upload-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.floor-plan-upload-caption{position:absolute;right:10px;bottom:10px;max-width:calc(100% - 20px);padding:8px 10px;display:inline-flex;align-items:center;gap:6px;overflow:hidden;color:var(--white);background:#1c2020e6;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.floor-plan-upload-hint{display:block;margin:8px 0 22px;color:var(--muted);font-size:11px;line-height:1.5}.floor-plan-stored-gallery{margin-bottom:16px}.floor-plan-gallery-label{margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;color:var(--ink);font-size:12px}.floor-plan-gallery-label span{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:10px}.floor-plan-thumb-grid,.floor-plan-selected-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.floor-plan-thumb-grid figure,.floor-plan-selected-gallery figure{position:relative;min-width:0;margin:0;overflow:hidden;background:#e9e7df;border:1px solid var(--line)}.floor-plan-thumb-grid img,.floor-plan-selected-gallery img{width:100%;height:92px;display:block;object-fit:cover}.floor-plan-thumb-grid figcaption,.floor-plan-selected-gallery figcaption{padding:6px 7px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.floor-plan-thumb-grid button{position:absolute;right:5px;top:5px;width:27px;height:27px;padding:0;display:grid;place-items:center;color:var(--white);background:#683127e0;border:0;cursor:pointer}.floor-plan-thumb-grid button:disabled{opacity:.36;cursor:not-allowed}.floor-plan-selected-gallery{margin-top:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.floor-plan-selected-gallery figure{display:grid;grid-template-columns:92px minmax(0,1fr);min-height:92px}.floor-plan-selected-gallery img{height:100%;min-height:92px}.floor-plan-pending-fields{padding:7px;display:grid;align-content:center;gap:5px}.floor-plan-pending-fields span{color:var(--muted);font-size:9px;font-weight:700}.floor-plan-pending-fields input{width:100%;height:28px;padding:0 7px;box-sizing:border-box;color:var(--ink);background:var(--white);border:1px solid var(--line);font-size:10px}.floor-plan-selected-gallery>figure>button{position:absolute;top:5px;right:5px;width:25px;height:25px;padding:0;display:grid;place-items:center;color:var(--white);background:#683127e0;border:0;cursor:pointer}@media(max-width:760px){.floor-plan-entry{grid-template-columns:164px minmax(0,1fr) auto;gap:12px}.floor-plan-actions button{min-width:0;padding:0 9px}}@media(max-width:560px){.floor-plan-toolbar{align-items:flex-start;flex-direction:column}.floor-plan-toolbar .primary-button{width:100%}.floor-plan-entry{grid-template-columns:1fr}.floor-plan-image-wrap{min-height:180px}.floor-plan-actions{flex-direction:row;justify-content:flex-start}.floor-plan-actions button{flex:1}.floor-plan-upload-pair,.floor-plan-selected-gallery{grid-template-columns:1fr}}.suppliers-table{min-width:1165px}.supplier-store-col{width:255px}.supplier-contact-col{width:150px}.supplier-area-col{width:130px}.supplier-product-col{width:140px}.supplier-order-col{width:110px}.supplier-status-col{width:100px}.supplier-date-col{width:110px}.supplier-review-col{width:170px}.suppliers-row{cursor:pointer}.suppliers-row:focus-visible{outline:2px solid var(--yellow);outline-offset:-2px}.supplier-identity-cell,.supplier-contact-cell,.supplier-area-cell,.supplier-data-cell,.supplier-status-cell,.supplier-review-cell{vertical-align:middle!important}.supplier-store-cell{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px}.supplier-store-mark{width:38px;height:38px;display:grid;place-items:center;color:#8d5e13;background:#f2e6cd;border:1px solid #e3d2b3;border-radius:3px}.supplier-store-cell>div{min-width:0;display:grid;gap:3px}.supplier-store-cell strong,.supplier-store-cell small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.supplier-store-cell strong{font-size:12px}.supplier-store-cell small{color:var(--muted);font-size:9px}.supplier-store-cell .business-number{color:#555956}.supplier-contact-cell strong,.supplier-contact-cell small{display:block}.supplier-contact-cell small{margin-top:5px;display:flex;align-items:center;gap:5px;color:var(--muted);font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:9px;font-variant-numeric:tabular-nums}.supplier-area-cell,.supplier-data-cell>div{display:flex;align-items:center;gap:7px}.supplier-area-cell{color:#4d504e}.supplier-area-cell svg,.supplier-data-cell svg{flex:0 0 auto;color:#858780}.supplier-area-cell span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.supplier-data-cell span{min-width:0;display:grid;gap:2px}.supplier-data-cell strong{font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:11px;font-variant-numeric:tabular-nums}.supplier-data-cell small{color:var(--muted);font-size:9px;white-space:nowrap}.supplier-review-col,.supplier-review-cell{position:sticky;right:0;z-index:2;border-left:1px solid #e2e1da;background:var(--white)}.supplier-review-col{z-index:3;background:#efeee8}.suppliers-row:hover .supplier-review-cell{background:#faf9f3}.supplier-review-actions{display:flex;align-items:center;gap:8px}.inline-status-select{min-width:104px;height:36px;padding:0 10px;border:1px solid var(--line);border-radius:3px;background:var(--panel)}.supplier-form-status{min-height:72px;padding:14px 16px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;background:var(--white);border:1px solid var(--line)}.supplier-form-status>svg{color:#9b6a12}.supplier-form-status>div{min-width:0;display:flex;align-items:center;gap:10px}.supplier-form-status>div>span,.supplier-form-status>small{color:var(--muted);font-size:10px}.supplier-form-status>small{white-space:nowrap}.supplier-account-grid{margin-bottom:14px}.supplier-detail-tabs{height:50px;display:flex;align-items:stretch;margin:18px 0 22px;border:1px solid var(--line);background:var(--white)}.supplier-detail-tabs button{min-width:0;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);border:0;border-right:1px solid var(--line);background:transparent;font-size:10px;font-weight:650}.supplier-detail-tabs button.is-active{color:var(--ink);box-shadow:inset 0 -3px 0 var(--yellow)}.supplier-detail-tabs button b{min-width:18px;color:#9b6a12;font-family:IBM Plex Mono,monospace;font-size:9px}.supplier-profile-form .form-actions{margin-top:24px}.supplier-listed-products{border:1px solid var(--line);background:var(--white)}.supplier-listed-products>header{min-height:64px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.supplier-listed-products>header div{display:grid;gap:3px}.supplier-listed-products>header strong{font-size:12px}.supplier-listed-products>header span,.supplier-listed-products>header b{color:var(--muted);font-size:9px}.supplier-product-list article{min-height:90px;padding:12px 16px;display:grid;grid-template-columns:64px minmax(180px,1.5fr) minmax(120px,.8fr) minmax(90px,.55fr) auto;align-items:center;gap:16px;border-bottom:1px solid var(--line)}.supplier-moderation-list article{grid-template-columns:64px minmax(190px,1.5fr) minmax(110px,.75fr) minmax(80px,.5fr) minmax(108px,auto)}.supplier-product-list article:last-child{border-bottom:0}.supplier-product-list img,.supplier-product-placeholder{width:64px;height:64px;object-fit:cover;border:1px solid var(--line);background:var(--canvas)}.supplier-product-placeholder{display:grid;place-items:center;color:var(--muted)}.supplier-product-list article>div:not(:first-child){min-width:0;display:grid;gap:4px}.supplier-product-list strong{overflow-wrap:anywhere;font-size:11px}.supplier-product-identity>strong{font-size:12px}.supplier-product-identity em{color:#8e3125;font-size:9px;font-style:normal;line-height:1.5}.danger-text-button{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#8e3125;border:1px solid #d9aaa2;background:#fff8f6;font-size:9px;font-weight:650;white-space:nowrap}.supplier-product-moderation-time{color:var(--muted);text-align:right;white-space:nowrap}.supplier-product-controls{min-width:108px;display:grid!important;justify-items:end;gap:8px!important}.supplier-product-controls .danger-text-button{width:100%;max-width:108px}.supplier-offline-form{padding:16px;display:grid;gap:13px;border-bottom:1px solid #d9aaa2;background:#fff8f6}.supplier-offline-form>div{display:flex;align-items:center;gap:10px;color:#8e3125}.supplier-offline-form>div span{display:grid;gap:2px}.supplier-offline-form>div strong{font-size:11px}.supplier-offline-form>div small{color:var(--muted);font-size:9px}.supplier-offline-form textarea{width:100%;min-height:90px;padding:11px;resize:vertical;line-height:1.6}.supplier-offline-form footer{display:flex;align-items:center;justify-content:flex-end;gap:10px}.supplier-offline-form footer>small{margin-right:auto;color:var(--muted);font-size:9px}.supplier-offline-form footer button{min-height:36px;padding:0 13px}.supplier-product-empty{min-height:130px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:10px}.supplier-orders-panel{border:1px solid var(--line);background:var(--white)}.supplier-orders-panel>header{min-height:64px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.supplier-orders-panel>header>div{display:grid;gap:3px}.supplier-orders-panel>header strong{font-size:12px}.supplier-orders-panel>header span,.supplier-orders-panel>header b{color:var(--muted);font-size:9px}.supplier-order-search{margin:12px 16px}.supplier-order-search b{flex:none;color:var(--muted);font-size:9px;font-weight:600;white-space:nowrap}.supplier-order-list>article{padding:16px;border-bottom:1px solid var(--line)}.supplier-order-list>article:last-child{border-bottom:0}.supplier-order-list article>header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px}.supplier-order-list article>header>div{min-width:0;display:grid;gap:4px}.supplier-order-list article>header small{color:var(--muted);font-size:9px}.supplier-order-list article>header>b{font-family:IBM Plex Mono,monospace;font-size:12px}.supplier-order-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.supplier-order-facts>div{min-width:0;min-height:72px;padding:11px;display:grid;grid-template-columns:20px 1fr;align-content:center;column-gap:7px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.supplier-order-facts svg{grid-row:1 / 4;align-self:center;color:#9b6a12}.supplier-order-facts span,.supplier-order-facts small{color:var(--muted);font-size:9px}.supplier-order-facts strong,.supplier-order-facts small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.supplier-order-facts strong{font-size:10px}.supplier-order-items{margin-top:12px}.supplier-order-items>div{min-height:42px;padding:7px 0;display:grid;grid-template-columns:minmax(0,1fr) auto 100px;align-items:center;gap:14px;border-bottom:1px dashed var(--line)}.supplier-order-items span{display:grid;gap:2px;font-size:10px}.supplier-order-items small{color:var(--muted);font-size:9px}.supplier-order-items b,.supplier-order-items strong{font-size:10px;text-align:right}.supplier-order-list article>footer{margin-top:12px;display:grid;gap:5px;color:var(--muted);font-size:9px}.supplier-order-list article>footer .is-alert{color:#8e3125}.online-support-page{display:grid;gap:16px}.online-support-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 180px auto;gap:12px;padding:14px;border:1px solid var(--line);background:var(--panel)}.online-support-toolbar select{min-height:42px}.support-queue-summary{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:1px;border:1px solid var(--line);background:var(--line)}.support-reply-filters,.support-role-filters{display:flex;align-items:stretch;background:var(--white)}.support-reply-filters button{flex:1;min-height:66px;padding:11px 14px;border:0;border-right:1px solid var(--line);background:transparent;text-align:left;cursor:pointer}.support-reply-filters strong,.support-reply-filters span{display:block}.support-reply-filters strong{color:var(--ink);font-family:IBM Plex Mono,monospace;font-size:23px;line-height:1}.support-reply-filters span{margin-top:6px;color:var(--muted);font-size:10px;font-weight:700}.support-reply-filters button:hover,.support-reply-filters button.is-active{background:#f7f4eb;box-shadow:inset 0 3px 0 var(--yellow)}.support-reply-filters button.is-pending strong{color:#af681e}.support-reply-filters button.is-replied strong{color:var(--green)}.support-role-filters{gap:8px;padding:12px}.support-role-filters button{display:inline-flex;align-items:center;gap:6px;padding:0 11px;border:1px solid var(--line);background:#fcfbf7;color:#626661;font:inherit;font-size:11px;cursor:pointer}.support-role-filters button:hover,.support-role-filters button.is-active{border-color:#6c756f;color:var(--ink);background:#eef1ed}.support-role-filters b{font-family:IBM Plex Mono,monospace;font-size:10px}.support-role-filters .role-owner.is-active{border-color:#477474;background:#e9f1f0;color:#285e5d}.support-role-filters .role-craftsman.is-active{border-color:#a46a30;background:#fbf0df;color:#805018}.support-role-filters .role-supplier.is-active{border-color:#687497;background:#eef0f7;color:#465477}.online-support-layout{min-height:620px;display:grid;grid-template-columns:minmax(300px,350px) minmax(0,1fr);border:1px solid var(--line);background:var(--panel)}.support-conversation-list{min-width:0;border-right:1px solid var(--line)}.support-conversation-list>header,.support-thread-header,.support-order-context>header{min-height:76px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line)}.support-conversation-list h2,.support-thread h2{margin:3px 0 0;font-size:20px}.support-conversation-list>header>b{color:var(--muted);font-size:12px}.support-conversation-items>button{width:100%;min-height:104px;padding:14px 16px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:10px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:inherit;text-align:left}.support-conversation-items>button:hover,.support-conversation-items>button.is-active{background:#fff3db}.support-conversation-items>button.is-active{box-shadow:inset 3px 0 0 var(--accent)}.support-conversation-items>button.needs-reply{background:#fff9ec}.support-conversation-avatar{width:38px;height:38px;display:grid;place-items:center;background:#f6ce88;color:#614126;font-weight:800}.support-conversation-avatar.role-owner{background:#dceceb;color:#285e5d}.support-conversation-avatar.role-craftsman{background:#f6ce88;color:#614126}.support-conversation-avatar.role-supplier{background:#e2e6f3;color:#485579}.support-conversation-copy{min-width:0;display:grid;gap:4px}.support-conversation-copy strong,.support-conversation-copy small,.support-conversation-copy em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-conversation-copy strong{font-size:14px}.support-role-label{display:inline-block;margin-left:7px;padding:2px 5px;border-radius:2px;font-size:9px;font-style:normal;font-weight:700;vertical-align:2px}.support-role-label.role-owner{background:#e5f0ef;color:#285e5d}.support-role-label.role-craftsman{background:#fae8c9;color:#805018}.support-role-label.role-supplier{background:#e9ebf4;color:#465477}.support-conversation-copy small,.support-conversation-copy em{color:var(--muted);font-size:11px;font-style:normal}.support-conversation-meta{display:grid;justify-items:end;gap:7px}.support-conversation-meta>b{min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;border-radius:50%;background:#b76f25;color:#fff;font-size:10px}.support-thread{min-width:0;display:flex;flex-direction:column}.support-thread-header p{margin:4px 0 0;color:var(--muted);font-size:12px}.support-thread-actions{display:flex;align-items:center;gap:10px}.support-thread-actions .secondary-button{min-height:34px;padding:0 11px;font-size:12px}.support-order-context{margin:16px 18px 0;border:1px solid var(--line);background:#fcfaf5}.support-order-context>header{min-height:58px;padding:10px 13px}.support-order-context>header span,.support-order-context>header strong{display:block}.support-order-context>header span{color:var(--muted);font-size:10px}.support-order-context>header strong{margin-top:2px;font-size:13px}.support-order-context>p{margin:0;padding:14px;color:var(--muted);font-size:12px}.text-button{min-height:auto;padding:0;display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:#a5631b;font-size:12px;font-weight:700}.support-order-detail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line)}.support-order-detail>span{min-height:60px;padding:10px 13px;display:grid;align-content:center;gap:4px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.support-order-detail small{color:var(--muted);font-size:10px}.support-order-detail b{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.support-message-thread{min-height:220px;max-height:410px;margin:16px 18px;padding:4px 0;overflow-y:auto}.support-message-thread article{max-width:78%;margin:12px 0;display:flex;align-items:flex-start;gap:9px}.support-message-thread article.is-staff{margin-left:auto;flex-direction:row-reverse}.support-message-thread article>span{width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center;background:#eadac4;color:#73553f;font-size:11px;font-weight:800}.support-message-thread article.is-staff>span{background:#fac96a;color:#53391e}.support-message-thread article>div{min-width:0}.support-message-thread article header{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:10px}.support-message-thread article header strong{color:var(--ink);font-size:11px}.support-message-thread article p{margin:5px 0 0;padding:9px 11px;background:#f5f2ec;font-size:13px;line-height:1.55;white-space:pre-wrap}.support-message-thread article.is-staff p{background:#fff0d2}.support-message-content{min-width:0}.support-message-images{margin-top:6px;display:grid;grid-template-columns:repeat(3,112px);gap:6px}.support-message-images button{width:112px;height:112px;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:#f3eee7;cursor:zoom-in}.support-message-images img{width:100%;height:100%;display:block;object-fit:cover}.support-reply-form{margin:auto 18px 18px;padding-top:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;border-top:1px solid var(--line)}.support-reply-editor{min-width:0;border:1px solid var(--line);background:#fff}.support-reply-editor textarea{width:100%;border:0;background:transparent}.support-reply-editor footer{min-height:38px;padding:6px 9px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.support-upload-button{display:inline-flex;align-items:center;gap:6px;color:#8f571e;font-size:11px;font-weight:700;cursor:pointer}.support-upload-button input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.support-reply-files{padding:8px;display:flex;flex-wrap:wrap;gap:6px;border-bottom:1px solid var(--line);background:#faf7f1}.support-reply-files>span{max-width:220px;padding:5px 5px 5px 8px;display:inline-flex;align-items:center;gap:5px;border:1px solid #dfd2c3;background:#fff;color:#79543d;font-size:10px}.support-reply-files b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-reply-files button{width:22px;height:22px;padding:0;display:grid;flex:0 0 auto;place-items:center;border:0;background:transparent;color:var(--muted)}.support-image-preview{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;padding:48px;display:grid;place-items:center;background:#141816e0}.support-image-preview>button{position:absolute;top:24px;right:24px;width:42px;height:42px;padding:0;display:grid;place-items:center;border:1px solid rgb(255 255 255 / 36%);border-radius:4px;background:#121514b8;color:#fff}.support-image-preview img{max-width:min(1120px,92vw);max-height:86vh;object-fit:contain}.support-reply-form textarea{min-height:54px;resize:vertical}.support-reply-form .primary-button{align-self:end;min-height:54px}.support-closed-note{margin:auto 18px 18px;padding:11px;display:flex;align-items:center;gap:7px;background:#f3efe8;color:var(--muted);font-size:12px}.support-error{margin:0 18px 16px}@media(max-width:900px){.support-queue-summary{grid-template-columns:1fr}.online-support-toolbar{grid-template-columns:1fr 160px}.online-support-toolbar .search-control{grid-column:1 / -1}.online-support-layout{grid-template-columns:1fr}.support-conversation-list{max-height:360px;overflow-y:auto;border-right:0;border-bottom:1px solid var(--line)}.owners-toolbar{grid-template-columns:1fr 1fr}.owners-toolbar .search-control{grid-column:1 / -1}.supplier-toolbar{grid-template-columns:1fr 1fr}.supplier-toolbar .search-control{grid-column:1 / -1}.supplier-form-status{grid-template-columns:24px 1fr}.supplier-form-status>small{grid-column:2}.account-profile-grid{grid-template-columns:1fr 1fr}.supplier-product-list article{grid-template-columns:56px minmax(0,1fr) auto}.supplier-moderation-list article{grid-template-columns:56px minmax(0,1fr) minmax(100px,auto)}.supplier-product-price,.supplier-product-stock{display:none}.supplier-order-facts{grid-template-columns:1fr}}@media(max-width:560px){.support-reply-filters button{min-height:58px;padding:10px}.support-role-filters{flex-wrap:wrap}.support-role-filters button{min-height:32px}.online-support-toolbar{grid-template-columns:1fr}.online-support-toolbar .search-control{grid-column:auto}.support-thread-header{align-items:flex-start;flex-direction:column}.support-order-detail{grid-template-columns:1fr 1fr}.support-message-thread article{max-width:92%}.support-reply-form,.owners-toolbar,.supplier-toolbar,.owner-profile-grid,.account-profile-grid{grid-template-columns:1fr}.supplier-detail-tabs{height:auto;display:grid;grid-template-columns:repeat(3,1fr)}.supplier-detail-tabs button{min-height:48px;padding:0 8px}.supplier-detail-tabs button b{display:none}.supplier-order-list article>header{grid-template-columns:1fr auto}.supplier-order-list article>header>b{grid-column:1 / -1;text-align:left}.supplier-order-items>div{grid-template-columns:minmax(0,1fr) auto}.supplier-order-items strong{grid-column:2}.owner-order-row{grid-template-columns:1fr;gap:10px}.owner-order-statuses{align-items:flex-start;flex-direction:row}.owner-order-open-icon{display:none}.owner-order-detail-heading{grid-template-columns:1fr;align-items:start}.owner-order-detail-grid,.owner-order-project-meta,.owner-order-work-item>dl{grid-template-columns:1fr}.owner-order-work-item .owner-order-wide-detail{grid-column:auto}.staff-progress-panel>header{align-items:flex-start;flex-direction:column}}.permission-entry-bar{display:flex;align-items:center;gap:10px;padding:17px 20px;border:1px solid #d8d7d0;background:#fffefa}.permission-entry-bar>div{display:grid;margin-right:auto;gap:3px}.permission-entry-bar>div strong{font-size:19px}.permission-entry-bar>div small{color:#737873}.employee-permission-summary{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.employee-permission-summary span{padding:3px 6px;border:1px solid #d8d7d0;background:#f5f4ef;color:#656b67;font-family:IBM Plex Mono,monospace;font-size:10px;font-style:normal}.employee-permission-summary span.is-allow{border-color:#bcd8ca;color:#24745a;background:#eef6f1}.employee-permission-summary span.is-deny{border-color:#e4bdb7;color:#b23d31;background:#fff3f1}.permission-fieldset{min-width:0;margin:0;padding:0;border:0}.permission-fieldset:disabled{opacity:.72}.permission-page{display:grid;gap:20px}.permission-page-header{display:flex;align-items:flex-start;gap:16px;padding:24px 26px;border:1px solid var(--line, #d8d7d0);background:#fffefa}.permission-page-header h2{margin:4px 0 5px;font-size:28px}.permission-page-header p{margin:0;color:#6d716d}.permission-page-mode{margin-left:auto;padding:7px 10px;border:1px solid #d9d5c8;background:#f8f5eb;color:#85610c;font-size:12px;font-weight:700;white-space:nowrap}.permission-layout{display:grid;grid-template-columns:214px minmax(0,1fr) 294px;gap:18px;align-items:start}.permission-index,.permission-summary{position:sticky;top:18px;border:1px solid #d8d7d0;background:#fffefa;padding:18px}.permission-index{display:grid;gap:3px}.permission-index-heading{display:flex;align-items:baseline;justify-content:space-between;padding:0 6px 9px}.permission-index-heading strong{font-size:15px}.permission-index-heading span{color:#a16a00;font-family:IBM Plex Mono,monospace;font-size:13px}.permission-index>p{margin:0 6px 10px;color:#7a7f7a;font-size:12px;line-height:1.45}.permission-index button{display:flex;min-width:0;gap:10px;padding:9px 8px;border:0;border-left:3px solid transparent;background:transparent;color:#555c58;text-align:left}.permission-index button:hover{color:#1c2020;background:#f7f5ed}.permission-index button.active{border-left-color:#e6a817;background:#f3efe3;color:#1c2020}.permission-index button>span:first-child,.permission-module-number{font-family:IBM Plex Mono,monospace;color:#a16a00}.permission-index-label{display:grid;min-width:0;gap:2px}.permission-index-label small{color:#858a85;font-size:11px}.permission-index button.active .permission-index-label small{color:#567064}.permission-matrix{min-width:0}.permission-module{border:1px solid #d8d7d0;background:#fffefa}.permission-module>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:20px;border-bottom:1px solid #deddd6}.permission-module-number{display:grid;place-items:center;width:44px;height:44px;border:1px solid #ded8c8;background:#faf8f1;font-weight:700}.permission-module h3{margin:0 0 3px;font-size:20px}.permission-module p{margin:0;color:#747a75}.permission-module-switches{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.permission-scope{display:flex;align-items:center;gap:8px;padding:15px 20px;background:#f6f5f0;border-bottom:1px solid #deddd6}.permission-scope>div{display:grid;gap:2px;margin-right:auto}.permission-scope strong{font-size:14px}.permission-scope small{color:#787d78;font-size:12px}.permission-scope button{border:1px solid #c9c8c0;background:#fffefa;padding:8px 13px;color:#5e635f}.permission-scope button.active{border-color:#24745a;color:#176047;background:#e8f2ed}.permission-actions-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:17px 20px 12px}.permission-actions-heading>div{display:grid;gap:3px}.permission-actions-heading strong{font-size:15px}.permission-actions-heading span{color:#7b807b;font-size:12px}.permission-actions-heading>span{color:#a16a00;font-family:IBM Plex Mono,monospace;font-size:13px}.permission-actions-grid{display:grid;border-top:1px solid #e4e2dc}.permission-action{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-width:0;gap:14px;padding:15px 18px;border-bottom:1px solid #e4e2dc}.permission-action-copy{display:grid;min-width:0;gap:4px}.permission-action-copy strong{color:#202522;font-size:15px}.permission-action-copy span{color:#777d78;font-size:12px;line-height:1.4}.permission-action-controls{display:grid;justify-items:end;gap:7px}.permission-action.permission-allow{box-shadow:inset 3px 0 #24745a}.permission-action.permission-deny{box-shadow:inset 3px 0 #c84b3a;background:#fff7f5}.permission-risk{display:inline-flex;gap:4px;align-items:center;color:#a63b2e;font-size:12px}.permission-tristate{display:grid;grid-template-columns:repeat(3,auto);gap:4px}.permission-tristate button{min-width:0;padding:7px 8px;border:1px solid #d9d7cf;background:#fffefa;color:#777b78;font-size:12px;white-space:nowrap}.permission-tristate button.active{border-color:#70756f;background:#eeede8;color:#242927}.permission-allow .permission-tristate button.active{border-color:#24745a;background:#e7f1ec;color:#176047}.permission-deny .permission-tristate button.active{border-color:#c84b3a;background:#fae8e5;color:#a43326}.permission-check{display:inline-flex;align-items:center;gap:5px;padding:8px 11px;border:1px solid #d2d1ca;background:#f5f4ef;color:#777}.permission-check.active{border-color:#24745a;background:#e7f1ec;color:#176047}.permission-summary h3{margin:4px 0 16px;font-size:22px}.permission-summary-module{display:grid;gap:3px;margin:0 0 16px;padding:12px;border-left:3px solid #e6a817;background:#f7f5ed}.permission-summary-module span,.permission-summary-module small{color:#737873;font-size:12px}.permission-summary-module strong{font-size:15px}.permission-summary dl{margin:0 0 16px;border-top:1px solid #deddd6}.permission-summary dl div{display:flex;justify-content:space-between;align-items:baseline;padding:11px 0;border-bottom:1px solid #deddd6}.permission-summary dt{color:#6e736f}.permission-summary dd{margin:0;font-family:IBM Plex Mono,monospace;font-size:22px}.permission-summary dd.danger{color:#c84b3a}.permission-summary p{color:#6f746f;line-height:1.65;font-size:13px}.permission-summary .primary-button{width:100%;justify-content:center}.permission-fixed-admin{padding:70px 24px;border:1px solid #c9ded4;background:#f1f7f3;text-align:center;color:#245d49}.permission-fixed-admin h2{color:#1c2c26}@media(max-width:1280px){.permission-layout{grid-template-columns:178px minmax(0,1fr)}.permission-summary{position:static;grid-column:1 / -1}}@media(max-width:820px){.permission-layout{display:block}.permission-index{display:none}.permission-matrix{margin-bottom:16px}.permission-module>header{grid-template-columns:auto 1fr}.permission-module>header .text-action{grid-column:1 / -1;justify-self:start}.permission-page-mode{display:none}.permission-scope{align-items:flex-start;flex-wrap:wrap}.permission-scope>div{flex-basis:100%}.permission-action{grid-template-columns:1fr;align-items:start}.permission-action-controls{justify-items:start;width:100%}.permission-tristate{grid-template-columns:repeat(3,1fr);width:100%}}
