/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\!visible{visibility:visible!important}.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.block{display:block}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.resize{resize:both}}:root{--ink:#17233a;--muted:#6d788c;--line:#dfe4eb;--paper:#fff;--bg:#f3f5f8;--blue:#315bea;--blue-dark:#244bd1;--nav:#111c31;--green:#159a65;--amber:#d97706;--red:#c74d4d}*{box-sizing:border-box}body,html{background:var(--bg);min-height:100%;color:var(--ink);margin:0;font-family:Inter,Segoe UI,Arial,sans-serif}body{overflow-x:hidden}.auth-page{background:radial-gradient(circle at 15% 20%,#526fff2e,#0000 34%),#101a2e;place-items:center;min-height:100vh;padding:30px 18px;display:grid}.auth-card{background:#fff;border-radius:22px;width:min(440px,100%);padding:34px;box-shadow:0 28px 80px #03091673}.auth-brand{align-items:center;gap:12px;margin-bottom:32px;display:flex}.auth-brand>span{color:#fff;background:linear-gradient(145deg,#6f89ff,#315bea);border-radius:12px;place-items:center;width:42px;height:42px;font-size:22px;font-weight:800;display:grid}.auth-brand b,.auth-brand small{display:block}.auth-brand small{color:var(--muted)}.auth-heading p,.eyebrow{color:var(--blue);letter-spacing:.12em;margin:0 0 8px;font-size:11px;font-weight:800}.auth-heading h1{margin:0 0 10px;font-size:28px}.auth-heading>span{color:var(--muted);margin-bottom:24px;display:block}.auth-card form{gap:15px;display:grid}.auth-card label,.user-create label{color:#40506a;gap:7px;font-size:12px;font-weight:700;display:grid}.auth-card input,.user-create input,.user-create select{background:#fff;border:1px solid #ccd4e0;border-radius:9px;min-height:44px;padding:10px 12px}.auth-card form .primary{justify-content:center;min-height:46px}.auth-error,.auth-notice{border-radius:8px;margin-top:12px;padding:11px 13px;font-size:12px}.auth-error{color:#a33131;background:#fff0f0}.auth-notice{color:#0b714a;background:#eaf8f2}.auth-security{border-top:1px solid var(--line);color:var(--muted);text-align:center;margin-top:20px;padding-top:16px;font-size:11px}.profile-logout{color:#aebbd0;cursor:pointer;background:#22324d;border:0;border-radius:8px;width:32px;height:32px;margin-left:auto}.signed-user small,.signed-user strong{display:block}.signed-user small{color:var(--muted);font-size:10px}.signed-user strong{font-size:12px}.readonly-banner,.sync-conflict{border-radius:10px;align-items:center;gap:12px;margin:14px 22px 0;padding:12px 14px;font-size:12px;display:flex}.sync-conflict{color:#7b3f00;background:#fff5df;border:1px solid #f2d090}.sync-conflict span{flex:1}.sync-conflict button{color:#fff;background:#9b5c00;border:0;border-radius:7px;padding:8px}.readonly-banner{color:#39506e;background:#edf4ff;border:1px solid #c9dcf6}.read-only .main .content button,.read-only .main .content input,.read-only .main .content select,.read-only .main .content textarea{pointer-events:none;opacity:.68}.users-page{gap:18px;display:grid}.card{border:1px solid var(--line);background:#fff;border-radius:12px}.users-summary{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.users-summary>div{border:1px solid var(--line);background:#fff;border-radius:12px;padding:18px 20px}.users-summary b,.users-summary span{display:block}.users-summary span{color:var(--muted);font-size:11px}.users-summary b{font-size:25px}.user-create{padding:22px}.user-create form{grid-template-columns:1.4fr 1fr .8fr 1fr auto;align-items:end;gap:12px;display:grid}.users-table-wrap{overflow:auto}.users-table-wrap h2{padding:18px}.users-table{border-collapse:collapse;width:100%;font-size:12px}.users-table th{text-align:left;background:#f4f6f9;padding:11px 14px}.users-table td{border-top:1px solid var(--line);padding:13px 14px}.users-table td b,.users-table td small{display:block}.users-table td small{color:#c26a00}.row-actions{gap:6px;display:flex}.row-actions button{background:#fff;border:1px solid #d4dbe5;border-radius:7px;padding:7px;font-size:10px}@media (max-width:1050px){.user-create form{grid-template-columns:1fr 1fr}.users-table{min-width:880px}}@media (max-width:640px){.auth-card{padding:25px 20px}.user-create form,.users-summary{grid-template-columns:1fr}}button,input,select,textarea{font:inherit}button:disabled{cursor:not-allowed;opacity:.52}.icon{flex:none;width:19px;height:19px}.app-shell{grid-template-columns:244px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--nav);color:#d8dfeb;z-index:20;flex-direction:column;height:100vh;padding:24px 14px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:0 8px 26px;display:flex}.brand-mark{color:#fff;background:linear-gradient(145deg,#6f89ff,#315bea);border-radius:10px;place-items:center;width:38px;height:38px;font-size:21px;font-weight:800;display:grid;box-shadow:0 8px 25px #071127}.brand span,.brand strong{display:block}.brand strong{color:#fff;font-size:18px}.brand span{color:#8996aa;margin-top:2px;font-size:11px}.workspace-label{color:#65738b;letter-spacing:.12em;padding:0 12px 10px;font-size:10px;font-weight:800}.sidebar nav{flex-direction:column;gap:4px;display:flex}.sidebar nav button{color:#9eabbe;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:11px;width:100%;padding:11px 12px;font-size:12px;display:flex;position:relative}.sidebar nav button:hover{color:#fff;background:#192741}.sidebar nav button.active{color:#fff;background:#243453;box-shadow:inset 3px 0 #6d8cff}.sidebar nav em{text-align:center;background:#344461;border-radius:20px;min-width:22px;margin-left:auto;padding:3px 7px;font-size:9px;font-style:normal}.sidebar-bottom{margin-top:auto}.local-ai{background:#17243b;border:1px solid #2d3c55;border-radius:9px;align-items:center;gap:9px;margin:0 4px 14px;padding:11px;display:flex}.pulse{background:#28c581;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #1c4c44}.local-ai.checking .pulse{background:#e5a528;box-shadow:0 0 0 4px #5a451f}.local-ai.error .pulse,.local-ai.missing .pulse{background:#e05d5d;box-shadow:0 0 0 4px #5b2f39}.local-ai small,.local-ai strong{display:block}.local-ai strong{color:#eef3fa;font-size:11px}.local-ai small{color:#8190a7;max-width:170px;margin-top:3px;font-size:9px;line-height:1.35}.profile{border-top:1px solid #29364a;align-items:center;gap:9px;padding:16px 7px 0;display:flex}.avatar{color:#315bea;background:#dbe4ff;border-radius:9px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.profile span,.profile strong{display:block}.profile strong{color:#f4f7fb;font-size:11px}.profile span{color:#8491a5;margin-top:2px;font-size:9px}.main{min-width:0}.topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:20px;height:auto;min-height:86px;padding:15px 30px;display:flex}.crumb{color:#8a93a4;margin-bottom:5px;font-size:10px}.crumb span{color:#c0c6cf;padding:0 6px}.topbar h1{letter-spacing:-.02em;margin:0;font-size:22px;line-height:1.1}.top-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:13px;display:flex}.project-switch{color:#738095;gap:3px;font-size:8px;display:grid}.project-switch select{color:#26344b;background:#fff;border:1px solid #d2d9e4;border-radius:6px;min-width:210px;max-width:280px;height:33px;padding:0 9px;font-size:9px}.secure{color:#758096;align-items:center;gap:6px;font-size:10px;display:flex}.secure .icon{width:15px;color:var(--green)}.content{width:min(80vw,100% - 32px);max-width:none;margin:0 auto;padding:22px 0 44px}.page-stack{gap:18px;display:grid}.panel,.result-panel{border:1px solid var(--line);background:#fff;border-radius:10px;min-width:0;overflow:hidden;box-shadow:0 2px 8px #15213a0b}.panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:86px;padding:16px 18px;display:flex}.matching-head h2,.panel-head h2,.results-head h2,.supplier-intro h2{letter-spacing:-.02em;margin:3px 0 5px;font-size:18px}.matching-head p,.panel-head p,.results-head p,.supplier-intro p{color:#788397;max-width:780px;margin:0;font-size:10px;line-height:1.5}.section-kicker{color:#315bea;letter-spacing:.13em;font-size:8px;font-weight:900}.delete-file,.preview-button,.primary,.soft{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:34px;font-size:9px;font-weight:800;display:inline-flex}.primary{background:var(--blue);color:#fff;border:0;padding:9px 13px;box-shadow:0 5px 13px #315bea2b}.primary:hover:not(:disabled){background:var(--blue-dark)}.primary .icon{width:14px;height:14px}.soft{color:#5b687d;background:#fff;border:1px solid #d7dde6;height:34px;padding:0 11px}.file-count{color:#657187;white-space:nowrap;background:#f0f3f7;border-radius:15px;padding:6px 9px;font-size:9px}.document-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.ocr-status{background:#f8fafc;border:1px solid #dbe2ec;border-radius:8px;align-items:center;gap:7px;max-width:520px;padding:6px 7px;display:flex}.ocr-status>div{min-width:0}.ocr-status>span{background:#20ad73;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #dff5eb}.ocr-status.checking>span{background:#dfa124;box-shadow:0 0 0 3px #fff0cc}.ocr-status.error>span,.ocr-status.missing>span{background:#dc5757;box-shadow:0 0 0 3px #fde4e4}.ocr-status b,.ocr-status small{display:block}.ocr-status b{color:#28364e;font-size:8px}.ocr-status small{color:#748096;overflow-wrap:anywhere;max-width:350px;margin-top:2px;font-size:7px;line-height:1.35}.ocr-status .soft{flex:none;height:28px;min-height:28px;margin-left:3px;font-size:7px}.dropzone{cursor:pointer;background:#f8faff;border:1.5px dashed #bfc8d6;border-radius:9px;align-items:center;gap:12px;min-height:92px;margin:16px 18px;padding:15px 19px;display:flex}.dropzone.is-dragging{background:#eef3ff;border-color:#315bea;box-shadow:inset 0 0 0 2px #315bea22}.dropzone input{display:none}.upload-icon{color:#315bea;background:#e8edff;border-radius:10px;flex:none;place-items:center;width:40px;height:40px;display:grid}.dropzone small,.dropzone strong{display:block}.dropzone strong{font-size:11px}.dropzone small{color:#8a94a5;margin-top:4px;font-size:9px}.choose{color:#315bea;white-space:nowrap;background:#fff;border:1px solid #aebce7;border-radius:7px;margin-left:auto;padding:8px 12px;font-size:9px;font-weight:800}.empty-files,.empty-matching,.empty-suppliers,.empty-table{text-align:center;color:#7d8899;background:#fcfdff;border:1px dashed #cfd6e1;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:168px;margin:0 18px 18px;display:flex}.empty-files .icon,.empty-suppliers .icon{color:#315bea;width:28px;height:28px;margin-bottom:9px}.empty-files strong,.empty-matching strong,.empty-suppliers strong,.empty-table strong{color:#43516a;font-size:12px}.empty-files span,.empty-matching span,.empty-suppliers span,.empty-table span{max-width:520px;margin-top:5px;font-size:9px;line-height:1.5}.uploaded-list{gap:11px;padding:0 18px 18px;display:grid}.uploaded-file{background:#fff;border:1px solid #dce2e9;border-radius:9px;overflow:hidden}.uploaded-file>header{border-bottom:1px solid #e7eaf0;align-items:center;gap:10px;padding:10px 12px;display:flex}.file-kind{color:#c94a45;background:#ffe9e8;border-radius:8px;flex:none;place-items:center;width:34px;height:34px;display:grid}.file-kind.sheet{color:#158155;background:#e5f6ec}.file-kind.word{color:#315bea;background:#e8efff}.file-kind.image{color:#b16a0b;background:#fff1de}.file-kind .icon{width:16px}.uploaded-name{min-width:0}.uploaded-file h3{text-overflow:ellipsis;white-space:nowrap;margin:0 0 3px;font-size:10px;overflow:hidden}.uploaded-file header span{color:#8b95a4;font-size:8px}.uploaded-file header em{color:#315bea;white-space:nowrap;background:#edf1ff;border-radius:10px;margin-left:auto;padding:4px 8px;font-size:8px;font-style:normal}.delete-file{color:#b94949;background:#fff7f7;border:1px solid #efcccc;min-height:29px;padding:0 8px}.delete-file .icon{width:12px}.file-selection-row{background:#f8fafc;align-items:center;gap:10px;padding:11px 12px;display:flex}.file-selection-row>div{min-width:180px;margin-right:auto}.file-selection-row b,.file-selection-row span{display:block}.file-selection-row b{color:#35435b;font-size:9px}.file-selection-row span{color:#8c96a6;margin-top:3px;font-size:8px}.preview-button{color:#315bea;background:#fff;border:1px solid #aebce7;padding:0 10px}.preview-button .icon{width:13px}.process-file{min-width:100px}.ocr-progress{background:#f8fafc;border-top:1px solid #e3e7ed;padding:9px 12px}.ocr-progress>div{background:#e3e8ef;border-radius:5px;height:4px;overflow:hidden}.ocr-progress>div span{border-radius:inherit;background:#315bea;height:100%;transition:width .2s;display:block}.ocr-progress small{color:#667286;margin-top:5px;font-size:8px;display:block}.file-error{color:#a93f3f;background:#fff1f1;border-top:1px solid #f2d5d5;padding:9px 12px;font-size:8px;line-height:1.45}.data-table-scroll{max-width:100%;overflow:auto}.data-table{border-collapse:separate;border-spacing:0;width:100%;font-size:9px}.data-table th{z-index:1;color:#eef2f8;text-align:center;background:#29354a;border-right:1px solid #445066;padding:9px 8px;font-weight:700;position:sticky;top:0}.data-table td{vertical-align:middle;color:#354157;border-bottom:1px solid #e1e5ea;border-right:1px solid #e1e5ea;padding:8px}.data-table tbody tr:hover td{background:#fbfcff}.specification-table{min-width:1050px}.spec-table-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.danger-button{color:#b54242;cursor:pointer;background:#fff5f5;border:1px solid #efc4c4;border-radius:6px;align-items:center;gap:5px;height:31px;padding:0 10px;font-size:8px;font-weight:800;display:inline-flex}.danger-button:disabled{opacity:.45;cursor:default}.danger-button .icon{width:12px}.resizable-table{table-layout:fixed}.resizable-table th{position:sticky}.resizable-table th>span{text-overflow:ellipsis;padding-right:18px;display:block;overflow:hidden}.column-delete{z-index:5;color:#e7ebf2;cursor:pointer;background:#435168;border:0;border-radius:3px;width:17px;height:17px;padding:0;font-size:12px;line-height:16px;position:absolute;top:3px;right:7px}.column-delete:hover{color:#fff;background:#b44848}.column-resizer{z-index:4;cursor:col-resize;touch-action:none;width:9px;height:100%;position:absolute;top:0;right:-4px}.column-resizer:after{content:"";background:#69768b;width:1px;position:absolute;top:6px;bottom:6px;left:4px}.column-resizer:hover:after,.resizing-column .column-resizer:after{background:#8ba4ff;width:2px}.resizing-column,.resizing-column *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.specification-table input,.specification-table textarea{color:#27344a;background:0 0;border:1px solid #0000;border-radius:4px;width:100%;font-size:9px}.specification-table input{height:31px;padding:0 6px}.specification-table textarea{resize:vertical;min-height:48px;padding:5px 6px;line-height:1.4}.specification-table input:focus,.specification-table input:hover,.specification-table textarea:focus,.specification-table textarea:hover{background:#fff;border-color:#8ba1eb;outline:0}.spec-number-cell{grid-template-columns:18px minmax(0,1fr);align-items:center;gap:3px;display:grid}.spec-number-cell input[type=checkbox]{accent-color:#315bea;width:14px;height:14px;padding:0}.specification-table-panel .empty-table{margin-top:18px}.spec-row-actions{text-align:center}.spec-row-delete{color:#b54242;cursor:pointer;background:#fff5f5;border:1px solid #efc4c4;border-radius:6px;place-items:center;width:34px;height:34px;display:inline-grid}.spec-row-delete:hover{background:#ffe8e8}.spec-row-delete .icon{width:15px}.source-focus{color:#315bea;cursor:pointer;white-space:nowrap;background:#f4f7ff;border:1px solid #b8c4e5;border-radius:5px;padding:5px 7px;font-size:8px}.review-backdrop{z-index:80;background:#101827d9;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.ocr-review{background:#fff;border-radius:10px;grid-template-rows:auto minmax(0,1fr) auto;width:92vw;max-width:none;height:92vh;display:grid;overflow:hidden;box-shadow:0 28px 80px #0007}.editor-name{color:#7b879a;gap:3px;font-size:8px;display:grid}.editor-name input{color:#26354e;background:#fff;border:1px solid #d4dce8;border-radius:6px;width:150px;height:34px;padding:0 9px;font-weight:700}.share-project{white-space:nowrap;min-height:36px}.data-table td,.estimate-table td,.review-table td{position:relative}.data-table td:before,.estimate-table td:before,.review-table td:before{content:"✎";z-index:3;color:#596fbd;opacity:0;pointer-events:none;background:#eef2ff;border-radius:4px;place-items:center;width:18px;height:18px;font-size:10px;display:grid;position:absolute;top:3px;right:4px}.data-table td:hover:before,.estimate-table td:hover:before,.review-table td:hover:before,td.has-cell-comment:before{opacity:1}td.has-cell-comment{box-shadow:inset -3px 3px #7556c5;background:#fff8dc!important}td.has-cell-comment:before{content:"●";color:#fff;background:#7556c5}td.has-cell-meta{padding-bottom:22px!important}td.has-cell-meta:after{color:#7c688e;max-width:calc(100% - 12px);font-weight:700;position:absolute;bottom:3px;left:7px}.comment-popover-backdrop{z-index:139;background:0 0;border:0;position:fixed;inset:0}.comment-popover{z-index:140;background:#fff;border:1px solid #8b63b7;border-radius:12px;width:min(360px,100vw - 32px);padding:14px;animation:comment-popover-in .22s cubic-bezier(.2,.85,.25,1);position:fixed;box-shadow:0 18px 48px #1f263f3d}@keyframes comment-popover-in{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.comment-popover header{grid-template-columns:34px 1fr auto 28px;align-items:center;gap:9px;margin-bottom:12px;display:grid}.comment-avatar{color:#fff;background:#315bea;border-radius:50%;place-items:center;width:34px;height:34px;font-size:14px;font-weight:900;display:grid}.comment-popover header strong{color:#26344b;font-size:15px}.comment-popover header span{color:#748096;font-size:11px}.comment-popover header button{color:#59667a;cursor:pointer;background:#f0f3f7;border:0;border-radius:7px;width:28px;height:28px;font-size:18px}.comment-popover label{color:#26344b;gap:6px;font-size:12px;font-weight:800;display:grid}.comment-popover textarea{resize:vertical;color:#27344a;min-height:84px;font:inherit;border:1px solid #cbd4e1;border-radius:8px;outline:0;padding:10px;font-weight:500}.comment-popover textarea:focus{border-color:#315bea;box-shadow:0 0 0 3px #315bea1f}.comment-popover footer{justify-content:flex-end;gap:8px;margin-top:11px;display:flex}.comment-popover .delete-comment{color:#b84747;cursor:pointer;background:0 0;border:0;margin-right:auto;font-weight:800}.estimate-total-row td{position:sticky;bottom:0}.changes-list{gap:10px;padding:16px;display:grid}.changes-filters{background:#f8fafc;border-bottom:1px solid #e1e6ed;align-items:flex-end;gap:12px;padding:12px 16px;display:flex}.changes-filters label{color:#59667a;gap:5px;font-size:11px;font-weight:800;display:grid}.changes-filters input,.changes-filters select{color:#26344b;background:#fff;border:1px solid #ccd5e2;border-radius:7px;min-width:190px;height:38px;padding:0 10px;font-size:12px}.changes-day{gap:10px;display:grid}.changes-date{color:#64728a;text-align:center;position:relative;margin:10px 0 2px!important;font-size:12px!important}.changes-date:before{content:"";border-top:1px solid #d9e0e9;position:absolute;top:50%;left:0;right:0}.changes-date span{background:#fff;padding:0 12px;position:relative}.changes-list article{background:#fff;border:1px solid #dce3ee;border-radius:9px;padding:13px 15px}.changes-list article.change-link{cursor:pointer;transition:border-color .16s,box-shadow .16s,transform .16s}.changes-list article.change-link:focus-within,.changes-list article.change-link:hover{border-color:#315bea;transform:translateY(-1px);box-shadow:0 5px 18px #315bea1f}.cell-change-focus{outline-offset:-3px;animation:cell-change-focus 2.5s;outline:3px solid #f0a020!important}@keyframes cell-change-focus{0%,to{background:inherit}20%,75%{background:#fff2b9}}.changes-list article header{align-items:center;gap:10px;display:flex}.changes-list article header strong{color:#263651;font-size:14px}.changes-list article header span{color:#8994a5;font-size:11px}.changes-list article header em{color:#674db2;background:#eee9ff;border-radius:10px;margin-left:auto;padding:4px 8px;font-size:10px;font-style:normal;font-weight:800}.changes-list h3{margin:9px 0 3px;font-size:13px}.changes-list p{color:#7b8799;margin:0 0 8px;font-size:11px}.changes-list article>div{grid-template-columns:1fr 1fr;gap:8px;display:grid}.changes-list article>div span{color:#47556c;overflow-wrap:anywhere;background:#f6f8fb;border-radius:6px;padding:8px;font-size:12px}.snapshot-panel,.version-compare{background:#f8faff;border:1px solid #d9e1ee;border-radius:14px;margin:18px 20px;padding:18px}.snapshot-create,.version-compare-head,.version-controls{flex-wrap:wrap;align-items:end;gap:14px;display:flex}.snapshot-create label,.version-controls label{flex:240px;gap:6px;font-weight:700;display:grid}.snapshot-create input,.version-controls select{min-height:44px}.snapshot-list{gap:8px;margin-top:14px;display:grid}.snapshot-list article{background:#fff;border:1px solid #e2e8f2;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.snapshot-list article div{gap:4px;display:grid}.snapshot-list article span{color:#66758d;font-size:.92rem}.version-compare-head{justify-content:space-between;align-items:start}.version-compare-head h3{margin:0 0 4px}.version-compare-head p{color:#66758d;margin:0}.version-diff-list{gap:8px;margin-top:16px;display:grid}.version-diff-list article{background:#fff;border-left:5px solid #7893bd;border-radius:8px;grid-template-columns:minmax(220px,2fr) 150px minmax(170px,1fr) minmax(170px,1fr);gap:10px;padding:12px;display:grid}.version-diff-list .diff-added{background:#f2fbf6;border-left-color:#1fa46a}.version-diff-list .diff-removed{background:#fff5f6;border-left-color:#d84e5c}.empty-inline{background:#fff;border-radius:8px;margin-top:14px;padding:14px}.ocr-review>header{border-bottom:1px solid #dce2e9;justify-content:space-between;gap:18px;padding:13px 16px;display:flex}.ocr-review>header span{color:#315bea;letter-spacing:.12em;font-size:8px;font-weight:900}.ocr-review>header h2{margin:4px 0;font-size:15px}.ocr-review>header p{color:#748095;margin:0;font-size:9px}.ocr-review>header button{color:#516077;cursor:pointer;background:#eef1f5;border:0;border-radius:6px;width:32px;height:32px;font-size:20px}.review-body{min-height:0;display:grid}.review-document{overflow-anchor:none;background:#e8ecf2;min-width:0;min-height:0;padding:46px 20px 20px;position:relative;overflow:auto}.review-document-toolbar{z-index:6;color:#fff;background:#243149;border-radius:6px;align-items:center;gap:3px;width:fit-content;height:30px;margin:-36px 0 8px;padding:3px;display:flex;position:sticky;top:-36px;left:0;box-shadow:0 2px 8px #10182740}.review-document-toolbar span{padding:0 7px;font-size:8px;font-weight:800}.review-document-toolbar button{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff29;border-radius:4px;width:25px;height:24px;padding:0;font-size:15px;line-height:1}.review-document-toolbar button:hover{background:#ffffff24}.review-document-toolbar .zoom-value{width:48px;font-size:8px;font-weight:800}.review-stage{transform-origin:top;background:#fff;width:max-content;max-width:none;margin:0 auto;position:relative;box-shadow:0 4px 22px #18243a33}.review-stage canvas,.review-stage img{max-width:none;display:block}.sheet-review-stage{width:max-content;min-width:100%;min-height:100%}.review-sheet-scroll{background:#fff;width:100%;max-height:calc(96vh - 170px);overflow:auto}.review-sheet-scroll table{border-collapse:collapse;white-space:nowrap;font-size:8px}.review-sheet-scroll td{overflow-wrap:break-word;white-space:normal;border:1px solid #cfd6df;min-width:80px;max-width:360px;padding:5px 7px}.ocr-highlight{z-index:3;pointer-events:none;background:#ff3b3024;border:3px solid #ff3b30;border-radius:3px;position:absolute;box-shadow:0 0 0 2px #fff8}.review-error{color:#a44343;padding:40px}.review-divider{z-index:4;cursor:col-resize;touch-action:none;background:#d9e0ea;position:relative}.review-divider:after{content:"";background:#8795aa;position:absolute;inset:0 3px}.review-divider:hover:after{background:#315bea}.review-table{background:#f8fafc;border-left:1px solid #dce2e9;min-height:0;overflow:auto}.review-table-head{z-index:3;color:#fff;background:#29354a;border-bottom:1px solid #dce2e9;justify-content:space-between;padding:11px 13px;font-size:9px;display:flex;position:sticky;top:0}.review-table article{cursor:pointer;background:#fff;border-bottom:1px solid #dfe4eb;padding:10px 11px}.review-table article.active{background:#eef3ff;box-shadow:inset 4px 0 #315bea}.review-table article>span{color:#6f7b8e;margin-bottom:5px;font-size:8px;display:block}.review-fields label,.review-name-field{color:#627087;gap:3px;font-size:7px;display:grid}.review-fields b,.review-name-field b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.review-table textarea{resize:both;border:1px solid #ccd4e0;border-radius:5px;width:100%;min-width:180px;min-height:55px;padding:6px;font-size:9px;line-height:1.4}.review-table article>.review-fields{grid-template-columns:repeat(3,minmax(80px,1fr));gap:6px;margin-top:7px;display:grid}.review-table article>.source-review-fields{grid-template-columns:repeat(2,minmax(120px,1fr))}.source-review-fields label.wide{grid-column:1/-1}.review-table input{border:1px solid #ccd4e0;border-radius:5px;min-width:0;height:29px;padding:0 6px;font-size:8px}.ocr-review>footer{border-top:1px solid #dce2e9;justify-content:flex-end;padding:10px 14px;display:flex}.supplier-workspace{min-width:0}.supplier-intro{justify-content:space-between;align-items:flex-end;padding:2px 2px 0;display:flex}.supplier-board{gap:13px;margin-top:12px;display:grid}.supplier-sheet{min-width:0;box-shadow:inset 4px 0 var(--supplier);background:#fff;border:1px solid #dce2e9;border-radius:9px;overflow:hidden}.supplier-sheet>header{grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:5px 12px;padding:10px 12px 10px 15px;display:grid}.supplier-sheet>header>div:first-child{align-items:center;gap:7px;display:flex}.supplier-dot{background:var(--supplier);border-radius:50%;width:7px;height:7px}.supplier-sheet h3{margin:0;font-size:12px}.supplier-sheet>header>small{color:#8490a1;grid-column:1;font-size:8px}.supplier-sheet>header>em{color:#68758a;grid-area:1/2/3;font-size:8px;font-style:normal}.supplier-actions{grid-area:1/3/3;align-items:center;gap:6px;display:flex}.supplier-actions button{color:#315bea;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cfd7e3;border-radius:6px;align-items:center;gap:4px;height:29px;padding:0 8px;font-size:8px;font-weight:800;display:flex}.supplier-actions .icon{width:12px}.supplier-actions button.danger{color:#b94747;border-color:#efcccc}.sheet-hint{color:#217a55;background:#eff8f3;border-top:1px solid #e3e7ed;border-bottom:1px solid #e3e7ed;padding:7px 15px;font-size:8px}.sheet-hint span{margin-right:6px;font-weight:900}.sheet-hint.has-warning{color:#a25f0a;background:#fff5e8}.supplier-table-scroll{max-width:100%;overflow-x:auto}.supplier-table{min-width:max-content}.supplier-tr{background:#fff;border-bottom:1px solid #e4e8ee;grid-template-columns:52px 45px minmax(360px,1fr) 70px 70px 120px 110px 120px 135px;align-items:stretch;display:grid;position:relative}.supplier-tr>*{border-right:1px solid #e4e8ee;min-width:0}.supplier-th{color:#fff;text-align:center;background:#2b374c;min-height:34px;font-size:7px;font-weight:800}.supplier-th span{place-items:center;padding:5px;display:grid}.supplier-th .supplier-header-cell{padding:5px 22px 5px 5px;position:relative}.supplier-header-cell b{text-overflow:ellipsis;max-width:100%;overflow:hidden}.supplier-header-cell button{z-index:3;color:#e8edf5;cursor:pointer;background:#435168;border:0;border-radius:3px;width:16px;height:16px;padding:0;position:absolute;top:4px;right:5px}.supplier-header-cell button:hover{background:#b44848}.supplier-tr.is-included{background:#f3f7ff}.supplier-tr.is-included:before{content:"";background:#315bea;width:3px;position:absolute;inset:0 auto 0 0}.supplier-section-label{letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #e1e6ec;grid-column:1/-1;height:25px;padding:6px 10px;font-size:7px;font-weight:900}.supplier-section-label.matched{color:#147a51;background:#edf8f2}.supplier-section-label.unique{color:#a8630d;background:#fff4e3;border-top:3px solid #fff}.include-check{cursor:pointer;place-items:center;display:grid}.include-check input{display:none}.include-check i{background:#fff;border:1.5px solid #aab4c2;border-radius:4px;width:17px;height:17px;position:relative}.include-check input:checked+i{background:#315bea;border-color:#315bea}.include-check input:checked+i:after{content:"✓";color:#fff;font-size:11px;font-style:normal;font-weight:900;position:absolute;top:-1px;left:3px}.row-no{color:#647086;place-items:center;font-size:9px;display:grid}.editable-name{padding:6px 7px}.editable-name textarea{resize:vertical;color:#26334a;background:0 0;border:1px solid #0000;border-radius:4px;width:100%;height:42px;padding:4px;font-size:9px;line-height:1.35}.editable-name>div{align-items:center;gap:5px;margin-top:3px;display:flex}.editable-name input{color:#7b8595;background:0 0;border:1px solid #0000;border-radius:4px;width:100px;padding:2px 3px;font-size:8px}.editable-name input:focus,.editable-name input:hover,.editable-name textarea:focus,.editable-name textarea:hover,.money-edit:hover,.supplier-tr>input:focus,.supplier-tr>input:hover{background:#fff;border-color:#8ba1eb;outline:0}.supplier-tr>input{color:#39465a;text-align:center;background:0 0;border:1px solid #0000;width:100%;padding:4px;font-size:9px}.row-page{place-items:center;padding:5px;display:grid}.money-edit{border:1px solid #0000;align-items:center;padding:4px;display:flex}.money-edit input{text-align:right;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:9px}.money-edit span{color:#8e98a8;margin-left:2px;font-size:8px}.row-total{color:#182641;place-items:center end;padding:6px;font-size:9px;display:grid}.mini-confidence,.row-check{white-space:nowrap;border-radius:8px;padding:3px 5px;font-size:7px}.mini-confidence.high,.row-check.ok{color:#118054;background:#e4f6eb}.mini-confidence.medium,.row-check.warning{color:#af6808;background:#fff1d9}.mini-confidence{letter-spacing:.03em;text-transform:uppercase;margin-left:auto;font-weight:900}.mini-confidence.low{color:#bb4343;background:#fee9e9}.matching-head,.projects-head,.results-head{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px;display:flex}.matching-layout{grid-template-columns:235px minmax(0,1fr);align-items:start;gap:13px;display:grid}.classification-sidebar{background:#fff;border:1px solid #dce2ea;border-radius:9px;position:sticky;top:14px;overflow:hidden}.classification-sidebar header{background:#f7f9fb;border-bottom:1px solid #e5e9ef;padding:13px}.classification-sidebar header b,.classification-sidebar header span{display:block}.classification-sidebar header span{color:#7b8799;letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:900}.classification-sidebar header b{margin-top:4px;font-size:11px}.classification-sidebar button{color:#4d5a70;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:10px 11px;font-size:9px;display:flex}.classification-sidebar button:hover{background:#f8faff}.classification-sidebar button.active{color:#244fd9;background:#edf2ff;font-weight:800;box-shadow:inset 3px 0 #315bea}.classification-sidebar button em{color:#6c7789;text-align:center;background:#edf0f5;border-radius:10px;min-width:23px;padding:3px 6px;font-size:7px;font-style:normal}.match-list{gap:11px;min-width:0;display:grid}.match-card{background:#fff;border:1px solid #dce2e9;border-radius:9px;overflow:hidden}.match-card>header{background:#f8fafc;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 13px;display:grid}.spec-number{color:#4b5a72;background:#e7ecf5;border-radius:6px;place-items:center;width:36px;height:31px;font-size:9px;font-weight:800;display:grid}.match-card h3{margin:2px 0 3px;font-size:11px;line-height:1.35}.match-card header small{color:#315bea;text-transform:uppercase;font-size:7px;font-weight:800}.match-card header p{color:#7b8697;margin:0;font-size:8px}.match-card header em{color:#647086;white-space:nowrap;background:#edf0f5;border-radius:9px;padding:4px 7px;font-size:7px;font-style:normal}.candidate{color:#354157;text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #e7ebf0;grid-template-columns:24px 140px minmax(230px,1fr) 90px 110px 82px;align-items:center;gap:9px;width:100%;min-height:62px;padding:9px 11px;display:grid;position:relative}.candidate:hover{background:#fbfcff}.candidate.selected{background:#f1f5ff;box-shadow:inset 3px 0 #315bea}.candidate.low{box-shadow:inset 3px 0 #dc5d5d}.candidate.medium{box-shadow:inset 3px 0 #e3a138}.candidate.high{box-shadow:inset 3px 0 #20a46f}.candidate.selected{box-shadow:inset 4px 0 #315bea}.candidate-radio{border:1.5px solid #b6bfcc;border-radius:4px;place-items:center;width:16px;height:16px;display:grid}.candidate.selected .candidate-radio{border-color:#315bea}.candidate.selected .candidate-radio i{background:#315bea;border-radius:2px;width:8px;height:8px}.spec-type-brand{color:#42516b!important;margin-top:4px!important;font-size:9px!important}.spec-type-brand b{color:#263750}.candidate-name small,.candidate-price b,.candidate-price small,.candidate-score b,.candidate-score small,.candidate-supplier b,.candidate-supplier small{display:block}.candidate-price b,.candidate-supplier b{font-size:9px}.candidate-name small,.candidate-price small,.candidate-score small,.candidate-supplier small{color:#8a94a4;margin-top:3px;font-size:7px;line-height:1.25}.candidate-name{font-size:9px;line-height:1.35}.candidate-price,.candidate-score{text-align:right}.forms-page{min-width:0}.forms-toolbar{border-bottom:1px solid var(--line);background:#f8fafc;flex-wrap:wrap;align-items:end;gap:10px;padding:12px 14px;display:flex}.forms-toolbar input,.forms-toolbar select{color:#27344a;background:#fff;border:1px solid #cfd7e3;border-radius:6px;height:34px;padding:0 9px;font-size:9px}.forms-toolbar select{min-width:210px}.forms-toolbar label{color:#6e798b;gap:4px;font-size:8px;display:grid}.forms-toolbar label input{min-width:180px}.ks-table{min-width:1050px}.ks-table th:nth-child(2){min-width:420px}.ks-table input{text-align:right;border:1px solid #cfd7e3;border-radius:4px;width:100%;min-width:90px;height:30px;padding:0 6px}.editable-note-cell textarea{resize:vertical;width:100%;min-height:54px;color:inherit;font:inherit;background:0 0;border:1px solid #0000;border-radius:6px;padding:7px 9px}.editable-note-cell textarea:focus,.editable-note-cell textarea:hover{background:#fff;border-color:#9eb1ee;outline:0}.ks-table th.act-column{color:#fff}.ks-table th.act-color-0{background:#326f8a}.ks-table th.act-color-1{background:#6c5b9e}.ks-table th.act-color-2{background:#397a64}.ks-table th.act-color-3{background:#a46543}.ks-table th.act-color-4{background:#785f75}.ks-table td.act-color-0{background:#e8f5fa}.ks-table td.act-color-1{background:#f0ecfa}.ks-table td.act-color-2{background:#e9f6f0}.ks-table td.act-color-3{background:#fbf0e8}.ks-table td.act-color-4{background:#f5edf4}.ks-table .ks-total-row td.act-column{filter:saturate(1.08)}.ks-total-row td{z-index:1;color:#1f304b;background:#eef3fb;border-top:2px solid #8090a8;font-weight:800;position:sticky;bottom:0}.ks-table .ks-total-row td.act-color-0{background:#d9edf5}.ks-table .ks-total-row td.act-color-1{background:#e5def5}.ks-table .ks-total-row td.act-color-2{background:#dcefe6}.ks-table .ks-total-row td.act-color-3{background:#f5e3d6}.ks-table .ks-total-row td.act-color-4{background:#eaddea}.ks6-filter-bar{background:#f8faff;border-top:1px solid #dce3ed;flex-wrap:wrap;align-items:end;gap:12px;padding:14px 18px;display:flex}.ks6-filter-bar label{gap:5px;font-weight:700;display:grid}.ks6-filter-bar input,.ks6-filter-bar select{min-width:190px;min-height:42px}.ks6-filter-bar .check-filter{align-items:center;min-height:42px;display:flex}.ks6-filter-bar .check-filter input{width:20px;min-width:20px;min-height:20px}.overrun-summary{color:#a92332;background:#ffe8eb;border-radius:8px;padding:10px 13px}.ks-overrun-row td{background:#fff1f2!important}.ks-overrun-row td:first-child{box-shadow:inset 5px 0 #d83f50}.overrun-cell{color:#b21f31;font-weight:800}.overrun-cell small{white-space:nowrap;margin-top:4px;display:block}.ks3-card{padding-bottom:18px}.ks3-summary{border:1px solid #dce2e9;border-radius:8px;grid-template-columns:repeat(3,1fr);margin:0 16px;display:grid;overflow:hidden}.ks3-summary span{color:#6b778a;border-right:1px solid #dce2e9;align-content:center;gap:6px;min-height:76px;padding:14px;font-size:9px;display:grid}.ks3-summary span:last-child{background:#edf3ff;border-right:0}.ks3-summary b{color:#1f2d44;font-size:16px}.candidate-score b{font-size:10px}.best-price{color:#148052;text-align:center;text-transform:uppercase;background:#dff5e8;border-radius:5px;padding:4px 6px;font-size:7px;font-style:normal;font-weight:900}.best-price.inline{display:inline-flex}.no-candidates{color:#9a5454;background:#fff8f8;border-top:1px solid #e7ebf0;padding:18px;font-size:9px;line-height:1.5}.empty-matching{min-height:290px;margin:0}.results-page{width:min(80vw,100% - 32px);max-width:none}.results-tabs{background:#f3f5f8;border:1px solid var(--line);border-bottom:0;border-radius:9px 9px 0 0;gap:2px;padding:0 12px;display:flex}.results-tabs button{color:#69758a;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;min-height:43px;padding:0 14px;font-size:9px;font-weight:800}.results-tabs button.active{color:#315bea;background:#fff;border-bottom-color:#315bea}.results-tabs em{background:#e4e8ee;border-radius:10px;margin-left:5px;padding:2px 6px;font-size:7px;font-style:normal}.results-tabs button.active em{background:#e7edff}.result-panel{box-shadow:none;border-radius:0 0 9px 9px}.result-description{border-bottom:1px solid #e5e9ef;padding:15px 17px}.result-description h3{margin:0 0 4px;font-size:13px}.result-description p{color:#7c8798;margin:0;font-size:9px}.markup-bar{background:#fff;border-bottom:1px solid #e0e5ec;align-items:center;gap:18px;padding:11px 14px;display:flex}.markup-bar>div{align-items:flex-end;gap:7px;display:flex}.markup-bar label{color:#68758a;gap:3px;font-size:8px;display:grid}.markup-bar label input{border:1px solid #cfd6e1;border-radius:6px;width:86px;height:33px;padding:0 8px;font-weight:700}.markup-bar>span{color:#6c778a;font-size:9px}.markup-bar>span b{color:#1b2941;margin-top:2px;font-size:12px;display:block}.name-filter-control{min-width:230px}.name-filter-control input{width:min(300px,26vw)!important;font-weight:500!important}.work-budget-control{border-left:1px solid #dfe5ee;padding-left:12px;align-items:flex-end!important;gap:10px!important;display:flex!important}.work-budget-control .money-edit input{width:130px}.budget-status{color:#667287;white-space:nowrap;background:#f5f7fa;border:1px solid #d8dee8;border-radius:6px;align-items:center;min-height:33px;padding:0 10px;font-size:9px;font-weight:800;display:inline-flex}.budget-status.within{color:#16744f;background:#eaf8f1;border-color:#a9dfc7}.budget-status.over{color:#b13d3d;background:#fff0f0;border-color:#efb7b7}.budget-grid{background:#f8faff;border-top:1px solid #e0e6ef;grid-template-columns:repeat(3,minmax(220px,1fr));gap:10px;padding:12px 16px;display:grid}.budget-card{background:#fff;border:1px solid #d9e1ed;border-radius:10px;grid-template-columns:1fr minmax(130px,180px);align-items:center;gap:7px 12px;padding:12px;display:grid}.budget-card>span{font-weight:800}.budget-card>b{grid-column:1/-1}.budget-card.within{background:#f2fbf6;border-color:#75c59d}.budget-card.warning{background:#fff8e8;border-color:#e6a12e}.budget-card.over{color:#a92332;background:#fff0f2;border-color:#dc5a68}.bulk-edit-bar{background:#eef4ff;border-top:1px solid #e0e6ef;flex-wrap:wrap;align-items:center;gap:9px;padding:12px 16px;display:flex}.bulk-edit-bar input,.bulk-edit-bar select{width:150px;min-height:42px}.bulk-edit-bar input[placeholder=Примечание]{width:220px}.row-select-cell{text-align:center}.row-select-cell input{width:20px;height:20px}.row-status-select{min-width:125px;min-height:38px}.row-status-question td:first-child{box-shadow:inset 4px 0 #e5a423}.row-status-approved td:first-child{box-shadow:inset 4px 0 #1ea36a}.row-status-checked td:first-child{box-shadow:inset 4px 0 #3266e8}.excel-preview{background:#fff;width:100%;max-width:100%;overflow:hidden}.estimate-scroll{width:100%;max-width:100%;max-height:690px;overflow:auto}.estimate-title,.estimate-totals{min-width:100%}.calculation-table{table-layout:fixed}.calculation-title{border-bottom-color:#d9dee6}.estimate-title{text-align:center;border-bottom:1px solid #707070;padding:16px 38px 10px;font-family:Times New Roman,serif}.estimate-title>span,.estimate-title>strong{display:block}.estimate-title>strong{font-size:12px}.estimate-title>span{margin-top:4px;font-size:11px;font-weight:700}.estimate-title>div{text-align:left;gap:3px;margin-top:16px;display:grid}.estimate-title>div b{font-size:10px}.estimate-table{border-collapse:separate;border-spacing:0;width:100%;font-size:8px}.estimate-table th{z-index:2;color:#eef2f8;text-align:center;white-space:normal;background:#28344a;border-right:1px solid #445066;padding:9px 7px;position:sticky;top:0}.estimate-table td{text-align:right;border-bottom:1px solid #e1e5ea;border-right:1px solid #e1e5ea;padding:8px 7px}.estimate-table td:first-child,.estimate-table td:nth-child(7),.estimate-table td:nth-child(8){text-align:center}.estimate-table td:nth-child(15),.estimate-table td:nth-child(16),.estimate-table td:nth-child(2),.estimate-table td:nth-child(3),.estimate-table td:nth-child(4),.estimate-table td:nth-child(6){text-align:left}.estimate-table th:nth-child(16){background:#255b72;border-right-color:#467b8f}.estimate-table td.supplier-column{color:#18536a;text-align:left;background:#edf7fa;border-right-color:#c9dfe8;font-weight:700}.wide{min-width:230px;line-height:1.35}.markup{text-align:center;border:1px solid #cfd6e1;border-radius:5px;width:52px;padding:4px;font-size:8px}.source-note{color:#8993a3;margin-top:3px;font-size:7px;display:block}.empty-estimate{color:#8993a3;text-align:center!important;padding:34px!important}.estimate-totals{background:#fff;padding:12px 18px 18px;font-family:Times New Roman,serif}.estimate-totals>div{border-bottom:1px solid #d7d7d7;grid-template-columns:1fr 210px;align-items:center;min-height:30px;display:grid}.estimate-totals>div:last-child{border-top:2px solid #333}.estimate-totals span{padding-left:8px;font-size:10px;font-weight:700}.estimate-totals b{text-align:right;padding-right:14px;font-size:10px}.price-base-table{min-width:1450px}.comparison-table{min-width:1160px}.comparison-table td:nth-child(2),.comparison-table td:nth-child(5),.price-base-table td:last-child,.price-base-table td:nth-child(2){min-width:240px}.confidence-row.high td:first-child{box-shadow:inset 3px 0 #1ea56f}.confidence-row.medium td:first-child{box-shadow:inset 3px 0 #e3a138}.confidence-row.low td:first-child{box-shadow:inset 3px 0 #dc5d5d}.supplier-group-row td{border-top:3px solid #315bea;color:#203d9e!important;background:#edf2ff!important;border-bottom:1px solid #bfcbee!important;padding:9px 12px!important}.supplier-group-row td strong{margin-right:12px;font-size:10px}.supplier-group-row td span{color:#63749d;font-size:8px}.comparison-matrix{table-layout:fixed;min-width:max(1100px,100%)}.comparison-matrix th:first-child{width:62px}.comparison-matrix th:nth-child(2){width:330px}.comparison-matrix th:not(:first-child):not(:nth-child(2)){width:285px}.comparison-matrix th small,.comparison-matrix th span{display:block}.comparison-matrix th small{color:#aeb9ca;margin-top:3px;font-size:7px;font-weight:500}.comparison-matrix td{vertical-align:top}.comparison-matrix td:nth-child(2)>small,.comparison-matrix td:nth-child(2)>strong{display:block}.comparison-matrix td:nth-child(2)>small{color:#7b8798;margin-top:5px;font-size:8px}.matrix-offer{border-top:3px solid #0000;position:relative}.matrix-offer.high{background:#f2fbf6;border-top-color:#1ea56f}.matrix-offer.medium{background:#fff9ed;border-top-color:#e3a138}.matrix-offer.low{background:#fff5f5;border-top-color:#dc5d5d}.matrix-offer>div{text-transform:uppercase;justify-content:space-between;gap:8px;margin-bottom:7px;font-size:7px;font-weight:900;display:flex}.matrix-offer.high>div{color:#178158}.matrix-offer.medium>div{color:#a56b10}.matrix-offer.low>div{color:#b34747}.matrix-offer>small,.matrix-offer>strong{display:block}.matrix-offer>strong{color:#26344a;font-size:9px;line-height:1.4}.matrix-offer>small{color:#808b9b;margin-top:4px;font-size:7px}.matrix-offer>p{color:#1e2f4b;margin:9px 0 6px;font-size:10px;font-weight:800}.matrix-empty{text-align:center;background:#f8fafc;font-size:8px;color:#98a1ae!important;vertical-align:middle!important}.projects-head h2{margin:0 0 5px;font-size:20px}.projects-head p{color:#7a8596;margin:0;font-size:10px}.project-form{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;min-width:0;margin-bottom:14px;padding:17px;display:grid}.project-form h3{grid-column:1/-1;margin:0;font-size:14px}.project-form label{color:#637087;gap:5px;min-width:0;font-size:9px;font-weight:700;display:grid}.project-form input{box-sizing:border-box;text-overflow:ellipsis;border:1px solid #d6dce5;border-radius:7px;outline:0;width:100%;min-width:0;height:38px;padding:0 10px;font-size:10px;overflow:hidden}.project-form input:focus{border-color:#6480e8}.project-form .project-object{grid-column:1/-1}.project-form>div{grid-column:1/-1;justify-content:flex-end;gap:7px;display:flex}.project-cards{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:13px;display:grid}.project-editor{grid-column:1/-1;min-width:0}.project-editor .project-form{margin-bottom:0}.project-rise{animation:project-rise .34s cubic-bezier(.2,.8,.2,1)}@keyframes project-rise{0%{opacity:.45;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.project-tile{border:1px solid var(--line);background:#fff;border-radius:10px;padding:17px;position:relative}.project-tile.active{border-color:#8fa4ed;box-shadow:0 0 0 2px #315bea14}.project-tile h3{margin:16px 0 5px;font-size:15px}.project-tile>b{color:#315bea;font-size:9px}.project-tile p{color:#778296;min-height:34px;font-size:10px}.project-tile>div{color:#7d8796;border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3;grid-template-columns:1fr auto 1fr auto;gap:7px;margin:12px 0;padding:9px 0;font-size:9px;display:grid}.project-tile>div strong{color:#26344b}.project-state{color:#148052;text-transform:uppercase;background:#e8f8ef;border-radius:10px;padding:4px 7px;font-size:7px;font-weight:800;position:absolute;top:13px;right:13px}.project-tile footer{justify-content:space-between;display:flex}.project-tile footer button{color:#315bea;cursor:pointer;background:0 0;border:0;min-height:34px;padding:0 5px;font-size:11px;font-weight:800}.project-tile footer .danger-link{color:#bf4949}@media (prefers-reduced-motion:reduce){.comment-popover,.project-rise{animation:none}}.picker-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0b1425b8;place-items:center;padding:3vh 2vw;display:grid;position:fixed;inset:0}.page-picker{background:#fff;border:1px solid #cad1dc;border-radius:12px;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(1840px,90vw);height:min(920px,94vh);display:grid;overflow:hidden;box-shadow:0 25px 80px #07112769}.page-picker>header{border-bottom:1px solid #e1e5eb;justify-content:space-between;gap:20px;padding:14px 18px;display:flex}.page-picker>header>div>span{color:#315bea;letter-spacing:.12em;text-transform:uppercase;font-size:8px;font-weight:900}.page-picker h2{text-overflow:ellipsis;white-space:nowrap;max-width:1100px;margin:3px 0 4px;font-size:16px;overflow:hidden}.page-picker header p{color:#798497;margin:0;font-size:9px}.picker-close{color:#5d697c;cursor:pointer;background:#fff;border:1px solid #d7dde6;border-radius:7px;width:34px;height:34px;font-size:22px}.picker-toolbar{background:#f7f9fb;border-bottom:1px solid #e1e5eb;flex-wrap:wrap;align-items:center;gap:7px;padding:9px 13px;display:flex}.picker-toolbar button{color:#315bea;cursor:pointer;background:#fff;border:1px solid #d1d8e2;border-radius:6px;height:30px;padding:0 9px;font-size:8px;font-weight:800}.picker-toolbar label{color:#667287;align-items:center;gap:5px;font-size:8px;display:flex}.picker-toolbar input{background:#fff;border:1px solid #cfd7e2;border-radius:5px;width:55px;height:30px;padding:0 6px;font-size:8px}.picker-toolbar .specific-pages input{width:115px}.picker-toolbar strong{color:#26344c;margin-left:auto;font-size:9px}.toolbar-divider{background:#d9dfe7;width:1px;height:22px;margin:0 3px}.picker-body{grid-template-columns:minmax(520px,1fr) minmax(480px,42%);min-height:0;display:grid}.picker-grid{background:#f6f7f8;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));align-content:start;gap:12px;min-width:0;padding:15px;display:grid;overflow:auto}.image-page-card,.page-card,.sheet-page-card,.word-page-card{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:8px;flex-direction:column;align-items:center;min-width:0;height:208px;padding:10px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #17243b18}.image-page-card.selected,.page-card.selected,.sheet-page-card.selected,.word-page-card.selected{background:#fff6e9;border-color:#ed9f43}.page-card.active,.sheet-page-card.active{box-shadow:0 0 0 2px #315bea33,0 3px 10px #17243b20}.page-number{z-index:2;color:#fff;background:#303a4a;border-radius:50%;place-items:center;width:23px;height:23px;font-size:8px;font-weight:800;display:grid;position:absolute;top:7px;left:7px}.page-checkbox{z-index:2;color:#fff;background:#fff;border:1px solid #aab4c2;border-radius:5px;place-items:center;width:20px;height:20px;font-size:10px;display:grid;position:absolute;top:7px;right:7px}.selected .page-checkbox{background:#ed9f43;border-color:#ed9f43}.page-card canvas{object-fit:contain;background:#fff;max-width:100%;max-height:184px;margin:auto}.page-skeleton{color:#929cad;background:#f1f3f6;place-items:center;font-size:8px;display:grid;position:absolute;inset:10px}.sheet-page-card b{color:#3e4c63;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:auto;font-size:8px;overflow:hidden}.sheet-grid-mini{background:#fff;border:1px solid #bcc5d0;width:100%;height:145px;margin-top:18px;overflow:hidden}.sheet-grid-mini>div{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.sheet-grid-mini i{color:#667287;white-space:nowrap;border-bottom:1px solid #d6dce4;border-right:1px solid #d6dce4;min-height:17px;padding:2px;font-size:4px;font-style:normal;overflow:hidden}.image-page-card img{object-fit:contain;width:100%;height:100%}.word-symbol{color:#fff;background:#315bea;border-radius:8px;place-items:center;width:58px;height:68px;margin:auto;font-size:28px;font-weight:900;display:grid}.word-page-card b{margin-bottom:18px;font-size:9px}.picker-preview{background:#f2f3f4;border-left:1px solid #e0e4ea;min-width:0;padding:14px;overflow:auto}.picker-preview>b,.picker-preview>span{display:block}.picker-preview-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.picker-preview-head b,.picker-preview-head span{display:block}.picker-preview-head span{color:#8390a2;letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:900}.picker-preview-head b{margin-top:4px;font-size:10px}.picker-zoom-controls{gap:4px;display:flex}.picker-zoom-controls button{color:#315bea;cursor:pointer;background:#fff;border:1px solid #cfd7e2;border-radius:6px;min-width:34px;height:34px;padding:0 8px;font-size:15px;font-weight:800}.picker-zoom-controls .picker-zoom-value{min-width:58px;font-size:9px}.picker-preview>span{color:#8390a2;letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:900}.picker-preview>b{margin:4px 0 12px;font-size:10px}.large-page-preview{background:#fff;place-items:start center;min-height:520px;padding:10px;display:grid;overflow:auto;box-shadow:0 3px 12px #17243b18}.large-page-preview canvas{max-width:none;height:auto}.matching-source-column{background:#fff;border:1px solid #dce3ed;border-radius:9px;align-items:end;gap:18px;margin:12px 0 16px;padding:14px 16px;display:flex}.matching-source-column label{color:#536177;gap:6px;min-width:min(460px,100%);font-weight:800;display:grid}.matching-source-column select{color:#243149;background:#fff;border:1px solid #cbd5e3;border-radius:7px;min-height:42px;padding:0 12px}.matching-source-column>span{color:#738095;line-height:1.45}.large-page-preview span{color:#8792a2;margin:auto;font-size:9px}.picker-preview>img{width:100%;height:auto}.picker-preview>img,.sheet-large{background:#fff;box-shadow:0 3px 12px #17243b18}.sheet-large{overflow:auto}.sheet-large table{border-collapse:collapse;min-width:520px;font-size:6px}.sheet-large td{border:1px solid #d6dce4;padding:4px}.word-large{text-align:center;background:#fff;align-content:center;place-items:center;min-height:390px;padding:30px;display:grid}.word-large>span{color:#fff;background:#315bea;border-radius:8px;place-items:center;width:62px;height:72px;font-size:28px;font-weight:900;display:grid}.word-large p{color:#778397;font-size:9px;line-height:1.5}.picker-error{color:#ad4545;background:#fff3f3;border:1px solid #efcccc;border-radius:7px;grid-column:1/-1;padding:12px;font-size:9px}.page-picker>footer{background:#fff;border-top:1px solid #e1e5eb;justify-content:flex-end;gap:8px;padding:10px 14px;display:flex}.toast{z-index:120;color:#fff;background:#142039;border-radius:9px;align-items:center;gap:8px;padding:12px 16px;font-size:10px;animation:toast-life 3.2s both;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 40px #101a2c4d}.toast .icon{color:#57d49b;width:16px}.login-loading{color:#6f7b8f;background:#f4f6f9;place-items:center;min-height:100vh;display:grid}.candidate>*,.supplier-tr>*,td,th{box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;white-space:normal;min-width:0}.supplier-th,thead th{z-index:8;position:sticky;top:0}.editable-header{cursor:text;border-radius:4px;min-width:24px;padding:2px 4px;display:inline-block}.editable-header:focus{color:#182842;background:#fff;outline:1px solid #8eabff}.supplier-name-input{color:#10203b;min-width:220px;max-width:420px;font:inherit;background:0 0;border:1px solid #0000;border-radius:5px;padding:5px 7px;font-weight:800}.supplier-name-input:focus,.supplier-name-input:hover{background:#fff;border-color:#9eb4ed;outline:none}.verification-state{color:#64748b;background:#eef2f7;border-radius:999px;max-width:100%;padding:5px 7px;font-size:8px;font-weight:800;line-height:1.25;display:inline-flex}.verification-state.edited{color:#a56200;background:#fff2d9}.verification-state.verified{color:#08794b;background:#dff7e9}.user-verified-button{color:#526174;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;justify-content:center;align-items:center;gap:7px;width:calc(100% - 28px);margin:0 14px 12px;padding:8px 10px;font-size:9px;font-weight:800;display:flex}.user-verified-button span{background:#e8edf4;border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.user-verified-button.active{color:#08794b;background:#e9f9f0;border-color:#79c9a3}.user-verified-button.active span{color:#fff;background:#1fab6d}.table-viewport{background:#fff;min-width:0;max-width:100%}.table-viewport-toolbar{color:#718096;background:#f7f9fc;border-top:1px solid #dce3ec;border-bottom:1px solid #dce3ec;justify-content:space-between;align-items:center;gap:12px;min-height:38px;padding:6px 10px;font-size:9px;display:flex}.table-viewport-toolbar button{color:#315bea;cursor:pointer;background:#fff;border:1px solid #b9c8ee;border-radius:6px;align-items:center;gap:6px;height:28px;padding:0 10px;font-size:9px;font-weight:800;display:inline-flex}.table-viewport-scroll{scrollbar-gutter:stable both-edges;width:100%;max-width:100%;max-height:72vh;overflow:scroll auto}.table-viewport-scroll::-webkit-scrollbar{width:13px;height:13px}.table-viewport-scroll::-webkit-scrollbar-track{background:#e8edf4}.table-viewport-scroll::-webkit-scrollbar-thumb{background:#7d899a;border:3px solid #e8edf4;border-radius:10px}.table-viewport.is-fullscreen{z-index:500;border:1px solid #cfd8e6;border-radius:10px;grid-template-rows:auto minmax(0,1fr);max-width:none;display:grid;position:fixed;inset:10px;overflow:hidden;box-shadow:0 24px 80px #09132766}.table-viewport.is-fullscreen .table-viewport-toolbar{background:#eef3ff}.table-viewport.is-fullscreen .table-viewport-scroll{height:100%;max-height:none}.table-viewport.is-fullscreen .table-viewport-scroll>*{min-height:100%}.table-viewport.is-fullscreen .estimate-scroll,.table-viewport.is-fullscreen .excel-preview{height:100%;max-height:none}.table-verified-check{color:#536278;white-space:nowrap;cursor:pointer;align-items:center;gap:9px;min-height:42px;padding:8px 10px;font-weight:700;display:inline-flex}.table-verified-check input{width:20px;height:20px;accent-color:var(--green)}.table-verified-check:has(input:checked){color:#08794b}.ks-column-numbers th{background:#35435a;padding:5px 8px;font-weight:700;top:48px}body{font-size:clamp(.9375rem,.88rem + .16vw,1.0625rem)}body .app-shell :where(p,span,small,label,b,strong,em,button,input,select,textarea,th,td){font-size:clamp(.8125rem,.77rem + .14vw,.9375rem);line-height:1.4}body .app-shell h1{font-size:clamp(1.35rem,1.16rem + .7vw,1.8rem)}body .app-shell h2{font-size:clamp(1.2rem,1.06rem + .5vw,1.55rem)}body .app-shell h3{font-size:clamp(1.05rem,.98rem + .25vw,1.25rem)}body .app-shell .review-fields label,body .app-shell .review-name-field,body .app-shell .section-kicker,body .app-shell .workspace-label{font-size:clamp(.72rem,.68rem + .1vw,.8rem)}body .app-shell .data-table,body .app-shell .estimate-table,body .app-shell .review-table,body .app-shell .supplier-tr{font-size:clamp(.76rem,.72rem + .1vw,.86rem)}body .app-shell :where(p,h1,h2,h3,h4,label,button,th,td,span){overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.matching-head p,.panel-head p,.result-description p,.results-head p,.supplier-intro p{max-width:65ch}.document-head-actions button,.forms-toolbar button,.panel-head button,.results-head button,.spec-table-actions button,.supplier-actions button,.table-viewport-toolbar button{width:fit-content;min-height:44px;padding:.7em 1.25em}canvas,img,video{max-width:100%;height:auto}.cancel-match{color:#b43f3f;cursor:pointer;background:#fff7f7;border:1px solid #efb7b7;border-radius:8px;min-height:38px;padding:.55em .9em;font-weight:800}.cancel-match:hover{background:#fff0f0;border-color:#d96a6a}.price-base-table input,.price-base-table textarea{width:100%;min-height:32px;font:inherit;color:inherit;resize:vertical;background:0 0;border:1px solid #0000;padding:6px}.price-base-table input:focus,.price-base-table textarea:focus{background:#fff;border-color:#8eabff;outline:none;box-shadow:inset 0 0 0 1px #8eabff}.local-match-badge{color:#128052;background:#e8f8ef;border-radius:999px;padding:8px 11px;font-size:9px;font-weight:900}@keyframes toast-life{0%{opacity:0;transform:translateY(8px)}10%,85%{opacity:1;transform:none}to{opacity:0;transform:translateY(8px)}}@media (max-width:1180px){.app-shell{grid-template-columns:72px minmax(0,1fr)}.sidebar{padding-left:9px;padding-right:9px}.brand>div:last-child,.local-ai div,.profile>div:not(.avatar),.sidebar nav span,.workspace-label{display:none}.brand,.local-ai,.sidebar nav button{justify-content:center}.sidebar nav em{margin:0 0 25px 25px;position:absolute}.content{width:calc(100% - 32px);padding-left:0;padding-right:0}.document-head-actions{max-width:55%}.matching-layout{grid-template-columns:205px minmax(0,1fr)}.candidate{grid-template-columns:24px 115px minmax(210px,1fr) 70px 100px}.candidate>.best-price{position:absolute;top:4px;right:8px}}@media (max-width:900px){.matching-head,.panel-head,.results-head{flex-direction:column;align-items:flex-start}.document-head-actions{justify-content:flex-start;max-width:none}.file-selection-row{flex-wrap:wrap}.file-selection-row>div{width:100%}.matching-layout{grid-template-columns:1fr}.classification-sidebar{display:flex;position:static;overflow-x:auto}.classification-sidebar header{min-width:140px}.classification-sidebar button{border-bottom:0;border-right:1px solid #edf0f3;min-width:150px}.supplier-sheet>header{grid-template-columns:1fr auto}.supplier-actions{flex-wrap:wrap;grid-area:auto/1/auto/-1}.picker-body{grid-template-columns:minmax(0,1fr) 290px}.matching-source-column{flex-direction:column;align-items:stretch}.markup-bar{flex-wrap:wrap}}@media (max-width:720px){.app-shell,.sidebar{display:block}.sidebar{height:62px;padding:7px;position:fixed;inset:auto 0 0}.sidebar .brand,.sidebar-bottom,.workspace-label{display:none}.sidebar nav{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.sidebar nav button{padding:7px}.sidebar nav .icon{width:18px}.sidebar nav em{display:none}.main{padding-bottom:65px}.topbar{height:auto;min-height:74px;padding:12px 14px}.topbar h1{font-size:18px}.editor-name,.project-switch,.secure{display:none}.top-actions{gap:4px}.share-project{min-height:36px;padding:0 7px;font-size:8px}.content{width:calc(100% - 32px);padding:13px 0 28px}.document-head-actions button,.forms-toolbar button,.panel-head button,.results-head button,.spec-table-actions button,.supplier-actions button{justify-content:center;width:100%;min-height:48px}.document-head-actions,.forms-toolbar,.spec-table-actions,.supplier-actions{width:100%}.dropzone{flex-wrap:wrap;align-items:flex-start}.choose{margin-left:0}.uploaded-file>header{flex-wrap:wrap}.uploaded-file header em{margin-left:0}.delete-file{margin-left:auto}.file-selection-row .preview-button,.file-selection-row .process-file{flex:1}.candidate{grid-template-columns:22px minmax(0,1fr) 90px}.candidate-name,.candidate-supplier{grid-column:2}.candidate-score{grid-area:1/3/3}.candidate-price{grid-column:3}.candidate>.best-price{display:none}.results-tabs{padding:0;overflow-x:auto}.results-tabs button{min-width:155px}.project-form{grid-template-columns:1fr}.project-form .project-object,.project-form label,.project-form>div{grid-column:1}.picker-backdrop{padding:0}.page-picker{border:0;border-radius:0;width:100vw;height:100vh}.picker-toolbar strong{width:100%;margin-left:0}.picker-body{display:block;overflow:auto}.picker-grid{grid-template-columns:repeat(2,minmax(0,1fr));min-height:60vh;overflow:visible}.picker-preview{display:none}.review-backdrop{padding:0}.ocr-review{border-radius:0;width:100vw;height:100vh}.review-body{grid-template-columns:1fr!important}.review-divider{display:none}.review-document,.review-table{min-height:45vh}.review-table{border-top:1px solid #dce2e9;border-left:0}.ks3-summary{grid-template-columns:1fr}.ks3-summary span{border-bottom:1px solid #dce2e9;border-right:0}}.project-edit-locked .content .dropzone,.project-edit-locked .content button,.project-edit-locked .content input,.project-edit-locked .content select,.project-edit-locked .content textarea{pointer-events:none;opacity:.72}.project-edit-locked .changes-filters button,.project-edit-locked .changes-filters input,.project-edit-locked .changes-filters select{pointer-events:auto;opacity:1}td.has-cell-meta{position:relative}td.has-cell-meta:after{content:attr(data-last-author);opacity:.64;text-overflow:ellipsis;white-space:nowrap;max-width:160px;margin-top:3px;font-size:10px;line-height:1.2;display:block;overflow:hidden}