:root{--blue:#1672f3;--blue-dark:#075ed3;--blue-soft:#eaf3ff;--ink:#0d1b3d;--muted:#71809d;--line:#dde5f1;--canvas:#f4f7fb;--green:#15a764;--green-soft:#e7f8ef;--red:#ef4444;--red-soft:#ffebee;--amber:#f59e0b;--amber-soft:#fff5d9;--app-width:1500px}*{box-sizing:border-box}html,body{background:var(--canvas);min-height:100%;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{color:inherit}svg{flex:none}.app-shell{width:min(100%, var(--app-width));background:var(--canvas);border-inline:1px solid var(--line);grid-template-columns:318px minmax(0,1fr);min-height:100vh;margin:0 auto;display:grid;box-shadow:0 0 34px #2637540a}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;height:100vh;min-height:720px;display:flex;position:sticky;top:0;overflow:visible}.brand{border-bottom:1px solid var(--line);align-items:center;gap:13px;height:91px;padding:18px 20px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#1e80ff,#6844ee);border-radius:14px;place-items:center;width:48px;height:48px;font-size:25px;font-weight:800;display:grid;box-shadow:0 8px 20px #216eff35}.brand-copy{flex:1;min-width:0}.brand b{font-size:18px;display:block}.brand span{color:var(--muted);margin-top:3px;font-size:12px;display:block}.brand-kpi-button{color:#66758d;background:#f2f5f9;border-color:#0000;flex:0 0 40px;width:40px;height:40px;min-height:40px;padding:0;position:relative}.brand-kpi-button:hover:not(:disabled),.brand-kpi-button.active{color:var(--blue);background:var(--blue-soft);border-color:#b8d1f6;box-shadow:0 4px 12px #1672f31f}.sidebar-label{color:#7887a2;letter-spacing:.1em;padding:5px 20px 8px;font-size:11px;font-weight:800}.brand+.sidebar-label{margin-top:14px}.date-range{z-index:20;background:#fff;border:1px solid #d5deeb;border-radius:12px;grid-template-columns:minmax(0,1fr) 12px minmax(0,1fr);align-items:end;gap:7px;min-height:64px;margin:0 16px 12px;padding:8px 10px;display:grid;position:relative;box-shadow:0 4px 14px #253b5e0a}.brand+.date-range{margin-top:14px}.project-date{gap:5px;min-width:0;display:grid;position:relative}.date-label{color:#7a899f;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.date-trigger{color:#263754;background:#f8faff;border-color:#e1e7f0;border-radius:8px;justify-content:space-between;gap:3px;width:100%;min-width:0;height:32px;min-height:32px;padding:0 5px 0 7px;font-size:9px;font-weight:800}.date-trigger svg{flex:none;width:13px;height:13px}.date-trigger span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.date-trigger.open,.date-trigger:hover:not(:disabled){border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px #1672f312}.date-range .range-separator{color:#a4afbf;align-self:end;place-items:center;height:30px;font-size:11px;display:grid}.calendar-popover{z-index:80;background:#fff;border:1px solid #d7e1ef;border-radius:14px;width:calc(200% + 46px);padding:13px;position:absolute;top:calc(100% + 8px);left:-11px;box-shadow:0 18px 48px #1729432b}.project-date:last-child .calendar-popover{left:auto;right:-11px}.calendar-head{justify-content:space-between;align-items:center;gap:8px;min-height:34px;display:flex}.calendar-head>strong{text-transform:capitalize;font-size:13px}.calendar-head>div{gap:3px;display:flex}.calendar-head button{background:0 0;border:0;width:30px;min-height:30px;padding:0}.calendar-weekdays,.calendar-days{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.calendar-weekdays{color:#7c8aa0;text-align:center;margin:8px 0 5px;font-size:9px;font-weight:800}.calendar-weekdays span{padding:4px 0}.calendar-days button{color:#2b3a54;background:0 0;border:0;border-radius:8px;min-width:0;height:31px;min-height:31px;padding:0;font-size:11px}.calendar-days button:hover:not(:disabled){background:var(--blue-soft);color:var(--blue);border:0}.calendar-days button.outside{color:#a9b2c1}.calendar-days button.today{color:var(--blue);box-shadow:inset 0 0 0 1px #a9c9f7}.calendar-days button.selected,.calendar-days button.selected:hover:not(:disabled){background:var(--blue);color:#fff;box-shadow:0 5px 12px #1672f33b}.calendar-days button:disabled{color:#d1d7e0;opacity:1}.calendar-footer{border-top:1px solid #edf1f6;justify-content:flex-end;margin-top:9px;padding-top:9px;display:flex}.calendar-footer button{min-height:30px;color:var(--blue);background:0 0;border:0;padding:0 9px;font-size:10px}.filter-stack{z-index:10;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:0 16px 12px;display:grid;position:relative}.filter-stack button{border:1px solid var(--line);color:#61708a;cursor:pointer;background:#fff;border-radius:9px;justify-content:center;gap:6px;width:100%;min-width:0;height:38px;padding:0 7px;font-size:10px;font-weight:800;position:relative}.filter-stack button.active{color:var(--blue);border-color:var(--blue);background:var(--blue-soft)}.filter-stack button span{background:#edf1f6;border-radius:8px;margin-left:0;padding:1px 5px}.filter-stack button:after{content:attr(data-tooltip);z-index:90;color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#17253e;border-radius:7px;padding:6px 8px;font-size:9px;font-weight:700;transition:all .15s;position:absolute;top:calc(100% + 7px);left:50%;transform:translate(-50%,-3px);box-shadow:0 7px 18px #101d3130}.filter-stack button:hover:after,.filter-stack button:focus-visible:after{opacity:1;transform:translate(-50%)}.filter-stack button:first-child:after{left:0;transform:translateY(-3px)}.filter-stack button:first-child:hover:after,.filter-stack button:first-child:focus-visible:after{transform:translate(0)}.filter-stack button:last-child:after{left:auto;right:0;transform:translateY(-3px)}.filter-stack button:last-child:hover:after,.filter-stack button:last-child:focus-visible:after{transform:translate(0)}.photo-filter{z-index:9;border:1px solid var(--line);background:#f4f7fb;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin:-5px 16px 12px;padding:3px;display:grid;position:relative}.photo-filter button{color:#687790;background:0 0;border:0;border-radius:7px;justify-content:center;gap:7px;min-width:0;height:32px;padding:0 10px;font-size:10px;font-weight:800;position:relative}.photo-filter button:hover:not(:disabled){color:var(--blue);background:#fff;border:0}.photo-filter button.active{color:var(--blue);background:#fff;box-shadow:0 2px 7px #24365316,inset 0 0 0 1px #b9d2f5}.photo-filter button span{text-align:center;background:#e6ebf2;border-radius:999px;min-width:24px;padding:1px 6px}.photo-filter button.active span{color:var(--blue);background:var(--blue-soft)}.photo-filter button:after{content:attr(data-tooltip);z-index:90;color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#17253e;border-radius:7px;padding:6px 8px;font-size:9px;font-weight:700;transition:all .15s;position:absolute;top:calc(100% + 7px);left:50%;transform:translate(-50%,-3px);box-shadow:0 7px 18px #101d3130}.photo-filter button:hover:after,.photo-filter button:focus-visible:after{opacity:1;transform:translate(-50%)}.search-box{border:1px solid var(--line);color:#8b98ad;background:#fff;border-radius:10px;align-items:center;gap:8px;height:42px;margin:0 16px 14px;padding:0 12px;display:flex}.search-box input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.search-box input::placeholder{color:#9aa6b9}.search-box.wide{width:100%;margin:0}.document-list{scrollbar-gutter:stable;flex:1 1 0;grid-auto-rows:minmax(112px,max-content);align-content:start;gap:10px;min-height:0;padding:2px 12px 14px;display:grid;overflow-y:auto}.document-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe6f0;border-radius:12px;grid-template-rows:17px 12px 15px 12px 14px;place-content:start stretch;place-items:stretch stretch;gap:3px;width:100%;min-height:112px;padding:12px 13px;display:grid;box-shadow:0 2px 8px #253b5e08}.document-card:hover{background:#f9fbfe;border-color:#b9cae2;box-shadow:0 5px 14px #253b5e12}.document-card.selected{background:var(--blue-soft);border-color:var(--blue);box-shadow:inset 3px 0 0 var(--blue), 0 5px 14px #1672f31a}.document-card>div:first-child{justify-content:space-between;align-items:center;gap:6px;display:flex}.document-card b{font-size:14px}.document-card strong{white-space:nowrap;text-align:left;width:100%;min-width:0;font-size:13px;line-height:1.25;overflow:hidden;container-type:inline-size}.document-card strong>span{width:max-content;min-width:100%;display:block;transform:translate(0)}.document-card:hover strong>span{animation:5s ease-in-out .45s infinite alternate document-title-scroll}@keyframes document-title-scroll{0%{transform:translate(0)}to{transform:translate(calc(100cqw - 100%))}}.document-card small{color:var(--muted);font-size:11px}.doc-state{color:#6f7d91;background:#eef2f7;border-radius:10px;padding:3px 7px;font-size:10px}.doc-state.conducted{background:var(--green-soft);color:var(--green)}.doc-state.draft{background:var(--amber-soft);color:#bd7500}.doc-metrics{color:#63728c;align-items:center;gap:12px;font-size:11px;display:flex}.doc-metrics span{align-items:center;gap:4px;display:flex}.doc-metrics .required-review-mark{color:#a96500;white-space:nowrap;background:#fff5d9;border:1px solid #efd28b;border-radius:6px;margin-left:auto;padding:2px 6px;font-size:9px;font-weight:800}.document-card.requires-review:not(.selected){border-color:#ead7a7}.empty-list{text-align:center;color:var(--muted);padding:24px 10px;font-size:12px}.sidebar-user{border-top:1px solid var(--line);align-items:center;gap:10px;margin-top:auto;padding:13px 16px;display:flex}.profile-copy{flex:1;min-width:0}.avatar{width:38px;height:38px;color:var(--blue);background:#e5edff;border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.sidebar-user b,.sidebar-user span{font-size:11px;display:block}.sidebar-user span{color:var(--muted);margin-top:2px}.profile-settings-button{color:#65748d;background:#f3f6fa;border-color:#0000;flex:0 0 38px;width:38px;height:38px;min-height:38px;padding:0}.profile-settings-button:hover:not(:disabled),.profile-settings-button.active{color:var(--blue);background:var(--blue-soft);border-color:#b7d1f7;box-shadow:0 4px 12px #1672f31f}.bottom-nav{border-top:1px solid var(--line);padding:8px 16px 12px}.bottom-nav button{width:100%}.content{min-width:0;padding:28px 30px 40px;overflow:hidden}.content.centered{min-height:100vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.kpi-page{min-width:0;padding:28px 30px 38px;overflow:hidden}.kpi-page-header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.kpi-page-header>div>span{color:var(--blue);letter-spacing:.13em;font-size:11px;font-weight:850}.kpi-page-header h1{letter-spacing:-.04em;margin:6px 0 4px;font-size:38px;line-height:1}.kpi-page-header p{color:var(--muted);margin:0;font-size:14px}.kpi-page-header>label{gap:6px;min-width:210px;display:grid}.kpi-page-header>label span{color:var(--muted);font-size:11px;font-weight:700}.kpi-page-header select{border:1px solid var(--line);height:42px;color:var(--ink);text-transform:capitalize;background:#fff;border-radius:10px;outline:0;padding:0 12px;font-size:12px;font-weight:700}.kpi-page-header select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1672f318}.kpi-loading{min-height:540px;color:var(--muted);align-content:center;place-items:center;gap:12px;display:grid}.kpi-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.kpi-summary article{border:1px solid var(--line);background:#fff;border-radius:13px;min-height:96px;padding:15px 17px}.kpi-summary article>span,.kpi-summary article>b,.kpi-summary article>small{display:block}.kpi-summary article>span{color:var(--muted);font-size:12px}.kpi-summary article>b{margin-top:6px;font-size:27px}.kpi-summary article>small{color:var(--muted);margin-top:2px;font-size:10px}.kpi-table-card{border:1px solid var(--line);background:#fff;border-radius:14px;margin-top:14px;overflow:hidden}.kpi-table-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding:12px 16px;display:flex}.kpi-table-head h2{margin:0;font-size:17px}.kpi-table-head p{color:var(--muted);margin:3px 0 0;font-size:11px}.kpi-search{border:1px solid var(--line);color:#8491a5;border-radius:9px;align-items:center;gap:8px;width:min(280px,35%);height:39px;padding:0 11px;display:flex}.kpi-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:11px}.kpi-table-scroll{overflow-x:auto}.kpi-table-card table{border-collapse:collapse;width:100%;min-width:910px}.kpi-table-card th,.kpi-table-card td{text-align:right;border-bottom:1px solid #e8edf4;height:54px;padding:8px 13px;font-size:11px}.kpi-table-card th{color:#71809a;white-space:nowrap;background:#f7f9fc;height:42px;font-size:10px;font-weight:800}.kpi-table-card th:first-child,.kpi-table-card td:first-child{text-align:left}.kpi-table-card tbody tr:hover,.kpi-table-card tbody tr.selected{background:#f1f7ff}.kpi-table-card tbody tr:last-child td{border-bottom:0}.kpi-engineer{text-align:left;background:0 0;border:0;justify-content:flex-start;min-height:38px;padding:0}.kpi-engineer:hover:not(:disabled){background:0 0;border:0}.kpi-engineer>span{width:34px;height:34px;color:var(--blue);background:var(--blue-soft);border-radius:9px;place-items:center;font-size:10px;font-weight:850;display:grid}.kpi-engineer>b{text-overflow:ellipsis;white-space:nowrap;max-width:245px;font-size:11px;overflow:hidden}.kpi-photo-split{min-width:100px}.kpi-photo-split>i,.kpi-factor>i{background:#e8edf4;border-radius:999px;height:5px;display:block;overflow:hidden}.kpi-photo-split>i{margin-top:5px}.kpi-photo-split>i span,.kpi-factor>i span{border-radius:inherit;background:var(--blue);height:100%;display:block}.kpi-table-card td small{color:var(--muted)}.kpi-value{text-align:center;border-radius:8px;min-width:48px;padding:5px 7px;display:inline-block}.kpi-value.good{color:var(--green);background:var(--green-soft)}.kpi-value.warning{color:#ae6a00;background:var(--amber-soft)}.kpi-value.bad{color:var(--red);background:var(--red-soft)}.kpi-value.empty{color:#748198;background:#eef2f6}.kpi-breakdown{background:#f4f7fb;border-radius:11px;grid-template-columns:minmax(210px,1.2fr) repeat(3,minmax(140px,1fr));align-items:center;gap:14px;margin:14px 16px 16px;padding:13px 15px;display:grid}.kpi-breakdown h3{margin:0 0 3px;font-size:14px}.kpi-breakdown p{color:var(--muted);margin:0;font-size:10px;line-height:1.35}.kpi-factor{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 8px;display:grid}.kpi-factor>span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.kpi-factor>b{font-size:11px}.kpi-factor>i{grid-column:1/-1}.kpi-formula{color:var(--muted);align-items:center;gap:7px;margin:10px 2px 0;font-size:10px;display:flex}.kpi-formula b{color:var(--ink)}.loader{border:3px solid #dce7f8;border-top-color:var(--blue);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-card{text-align:center;border:1px solid var(--line);max-width:430px;color:var(--red);background:#fff;border-radius:16px;padding:30px}.error-card h2{color:var(--ink)}.error-card p{color:var(--muted)}.overline{color:var(--blue);letter-spacing:.13em;font-size:11px;font-weight:800}.document-header{grid-template-columns:minmax(0,1fr) 475px;gap:30px;padding:3px 0 22px;display:grid}.title-row{align-items:center;gap:14px;display:flex}.title-row h1{letter-spacing:-.04em;margin:8px 0 10px;font-size:clamp(32px,3vw,48px)}.status-pill{color:#b56b00;background:var(--amber-soft);border-radius:9px;align-items:center;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex}.status-pill.conducted{color:var(--green);background:var(--green-soft)}.status-pill.draft{color:#b56b00;background:var(--amber-soft)}.header-meta{color:#4e5f7b;flex-wrap:wrap;align-items:center;gap:10px 22px;margin-top:9px;font-size:13px;display:flex}.header-meta span{align-items:center;gap:7px;display:flex}.asset-card{background:#fff;border:1px solid #d7e0ec;border-radius:14px;align-items:center;gap:14px;width:min(100%,650px);min-height:82px;margin-top:17px;padding:9px;display:flex;box-shadow:0 4px 14px #253b5e0b}.asset-thumb{color:#8290a5;background:#edf2f7;border-radius:11px;flex:0 0 64px;place-items:center;width:64px;height:64px;display:grid;overflow:hidden}.asset-thumb img{object-fit:cover;width:100%;height:100%}.asset-card>div:last-child{min-width:0}.asset-card span,.asset-card strong{display:block}.asset-card span{color:#7f8b9e;letter-spacing:.1em;margin-bottom:5px;font-size:10px;font-weight:850}.asset-card strong{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:16px;overflow:hidden}.header-side{align-content:start;gap:8px;display:grid}.review-actions{border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 10px}.review-actions>b{margin-bottom:5px;font-size:11px;display:block}.review-actions>div{grid-template-columns:1fr 1.1fr .9fr;gap:7px;display:grid}.review-actions button{min-height:34px}.review-actions .edit-action{color:#9b6200;background:#fff7df;border-color:#efd38e}.review-actions .edit-action:hover:not(:disabled){color:#7d4f00;background:#ffefbd;border-color:#e3b94c;box-shadow:0 4px 12px #d99b2526}.review-actions .delete-action{color:#c73548;background:#fff0f2;border-color:#f0c3ca}.review-actions .delete-action:hover:not(:disabled){color:#ad2034;background:#ffe1e6;border-color:#e5939e;box-shadow:0 4px 12px #df455a22}button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-size:12px;font-weight:700;display:inline-flex}button:hover:not(:disabled){background:#f8fbff;border-color:#a9bfdf}button:disabled{opacity:.45;cursor:not-allowed}button.primary{color:#fff;border-color:var(--blue);background:var(--blue)}button.primary:hover:not(:disabled){background:var(--blue-dark)}.summary-cards{grid-template-columns:1fr 1fr;gap:10px;display:grid}.summary-cards>div{border:1px solid var(--line);background:#fff;border-radius:12px;min-height:54px;padding:8px 14px}.summary-cards span,.summary-cards b{display:block}.summary-cards span{color:var(--muted);font-size:10px}.summary-cards b{margin-top:2px;font-size:20px;line-height:1}.panel{border:1px solid var(--line);background:#fff;border-radius:15px}.panel-heading{align-items:center;gap:10px;min-height:55px;padding:0 16px;display:flex}.panel-heading h2{margin:0;font-size:16px}.panel-heading span{color:var(--blue);font-size:11px;font-weight:800}.products-panel{padding-bottom:14px}.product-grid{grid-template-columns:repeat(auto-fill,260px);grid-auto-rows:292px;align-content:start;gap:14px;max-height:606px;padding:0 16px 8px;display:grid;overflow-y:auto}.product-card{text-align:left;background:#fff;border:1px solid #dbe3ee;border-radius:14px;grid-template-rows:196px minmax(0,1fr);justify-content:stretch;align-items:stretch;width:260px;min-width:0;height:292px;min-height:292px;padding:0;display:grid;overflow:hidden;box-shadow:0 3px 10px #253b5e0b}.product-card:hover:not(:disabled){background:#fff;border-color:#9db9df;box-shadow:0 7px 20px #253b5e18}.product-card:focus{outline:none}.product-card:focus-visible{border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue), 0 7px 20px #1672f320}.product-photo{background:#f5f7fa;border-bottom:1px solid #e4eaf2;place-items:center;height:196px;display:grid;position:relative;overflow:hidden}.product-photo>img{object-fit:contain;object-position:center;width:calc(100% - 24px);height:calc(100% - 24px);display:block;position:absolute;inset:12px}.index-badge{z-index:2;width:32px;height:32px;color:var(--blue);background:#edf5ff;border-radius:8px;place-items:center;font-size:18px;font-weight:800;display:grid;position:absolute;top:10px;left:10px}.product-photo>strong{color:#fff;background:var(--blue);border-radius:9px;padding:7px 10px;font-size:24px;position:absolute;bottom:9px;right:9px;box-shadow:0 5px 14px #075ed345}.product-photo>strong small{font-size:11px;font-weight:700}.image-placeholder{color:#9ba7ba;place-items:center;gap:7px;font-size:10px;display:grid}.product-info{min-height:0;padding:11px 13px 12px;overflow:hidden}.product-info span{color:var(--blue);font-size:9px;font-weight:800}.product-info h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:5px 0 0;font-size:14px;line-height:1.28;display:-webkit-box;overflow:hidden}.photos-panel{margin-top:13px;padding:0 16px 16px}.photos-panel .panel-heading{padding:0}.photo-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.photo-gallery button{background:#e9edf3;height:150px;padding:0;position:relative;overflow:hidden}.photo-gallery img{object-fit:cover;width:100%;height:100%}.photo-gallery span{width:23px;height:23px;color:var(--blue);background:#fff;border-radius:7px;place-items:center;display:grid;position:absolute;top:8px;left:8px}.empty-photos{color:#8a97aa;border:1px dashed #cfd9e8;border-radius:11px;justify-content:center;align-items:center;gap:13px;min-height:104px;display:flex}.empty-photos b,.empty-photos span{display:block}.empty-photos b{color:#51607a}.empty-photos span{margin-top:3px;font-size:11px}.photo-file-input{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed}.upload-zone{cursor:pointer;transition:border-color .16s,background .16s,box-shadow .16s}.upload-zone:hover,.upload-zone:focus-visible,.upload-zone.dragging{border-color:var(--blue);color:var(--blue);background:#f5f9ff;outline:0;box-shadow:inset 0 0 0 2px #1672f312}.upload-zone:hover b,.upload-zone:focus-visible b,.upload-zone.dragging b{color:var(--blue)}.photo-gallery .add-photo-tile{color:var(--blue);background:#f8fbff;border-style:dashed;border-color:#bfd1e9;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.photo-gallery .add-photo-tile:hover:not(:disabled){border-color:var(--blue);background:var(--blue-soft)}.photo-gallery .add-photo-tile b{font-size:11px}.photo-upload-error{color:var(--red);margin-top:8px;font-size:10px;font-weight:700}.product-modal-backdrop{z-index:60}.product-modal{background:#fff;border:1px solid #dbe3ef;border-radius:18px;grid-template-rows:auto minmax(0,1fr);width:min(1180px,100vw - 40px);height:min(780px,100vh - 40px);display:grid;overflow:hidden;box-shadow:0 28px 90px #07132666}.product-modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:86px;padding:17px 20px 16px 24px;display:flex}.product-modal-header span{color:var(--blue);letter-spacing:.12em;font-size:10px;font-weight:850}.product-modal-header h2{margin:6px 0 0;font-size:24px;line-height:1.2}.product-modal-body{grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);min-height:0;display:grid}.product-gallery-view{border-right:1px solid var(--line);background:#f4f7fb;grid-template-rows:minmax(0,1fr) auto;gap:14px;min-width:0;min-height:0;padding:18px;display:grid}.product-full-image{cursor:zoom-in;touch-action:none;background:#fff;border:1px solid #d8e1ed;border-radius:14px;place-items:center;min-height:0;display:grid;position:relative;overflow:hidden}.product-full-image.zoomed{cursor:grab}.product-full-image.zoomed:active{cursor:grabbing}.product-image-canvas{justify-content:center;align-items:center;display:flex;position:absolute;inset:18px;overflow:hidden}.product-image-canvas img{object-fit:contain;object-position:center;transform-origin:50%;-webkit-user-select:none;user-select:none;pointer-events:none;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .12s ease-out;display:block}.product-full-image.zoomed .product-image-canvas img{transition:none}.product-full-image .image-placeholder{min-height:300px}.product-image-arrow{z-index:3;width:38px;height:44px;min-height:44px;color:var(--blue);background:#fffffff0;border-color:#d8e3f2;padding:0;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 5px 18px #1f365428}.product-image-arrow.previous{left:12px}.product-image-arrow.next{right:12px}.product-zoom-controls{z-index:4;background:#fffffff2;border:1px solid #d8e3f2;border-radius:10px;align-items:center;gap:3px;min-height:35px;padding:4px;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 6px 20px #1f365424}.product-zoom-controls button{width:30px;height:27px;min-height:27px;color:var(--blue);background:0 0;border:0;padding:0;font-size:17px}.product-zoom-controls span{color:#53647e;text-align:center;min-width:42px;font-size:9px;font-weight:800}.product-zoom-controls .reset-view{width:auto;padding:0 8px;font-size:9px}.product-gallery-footer{justify-content:space-between;align-items:center;gap:14px;min-height:72px;display:flex}.product-thumbnails{gap:9px;min-width:0;display:flex;overflow-x:auto}.product-thumbnails button{background:#fff;border-radius:10px;flex:0 0 68px;width:68px;height:68px;min-height:68px;padding:4px;position:relative;overflow:hidden}.product-thumbnails button.active{border-color:var(--blue);box-shadow:0 0 0 2px #1672f31b}.product-thumbnails img{object-fit:contain;object-position:center;width:calc(100% - 8px);height:calc(100% - 8px);display:block;position:absolute;inset:4px}.product-gallery-actions{flex:none;align-items:center;gap:10px;display:flex}.product-gallery-actions small{color:#7a899f;text-align:right;max-width:145px;font-size:9px;line-height:1.3}.product-description{min-width:0;padding:22px;overflow-y:auto}.product-quantity{background:var(--blue-soft);border:1px solid #dbe5f2;border-radius:12px;align-items:baseline;gap:7px;padding:15px 17px;display:flex}.product-quantity span{color:#596b86;margin-right:auto;font-size:12px;font-weight:700}.product-quantity b{color:var(--blue);font-size:31px}.product-quantity em{color:#53647e;font-size:12px;font-style:normal;font-weight:800}.product-description dl{border:1px solid var(--line);border-radius:12px;gap:0;margin:20px 0 0;display:grid;overflow:hidden}.product-description dl>div{border-bottom:1px solid var(--line);gap:4px;padding:12px 14px;display:grid}.product-description dl>div:last-child{border-bottom:0}.product-description dt{color:var(--muted);font-size:10px;font-weight:700}.product-description dd{overflow-wrap:anywhere;color:#233451;margin:0;font-size:12px;font-weight:750}.description-text{margin-top:20px}.description-text h3{margin:0 0 8px;font-size:14px}.description-text p{color:#65748c;margin:0;font-size:12px;line-height:1.55}.full-photo-note{color:#3970b6;background:#eef6ff;border-radius:10px;align-items:center;gap:9px;margin-top:20px;padding:12px;font-size:11px;font-weight:700;display:flex}.engineer-viewer-backdrop{z-index:60}.engineer-photo-viewer{background:#fff;border:1px solid #dbe3ef;border-radius:18px;grid-template-rows:78px minmax(0,1fr);width:min(1280px,100vw - 40px);height:min(820px,100vh - 40px);display:grid;overflow:hidden;box-shadow:0 28px 90px #07132666}.engineer-viewer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:13px 18px 12px 22px;display:flex}.engineer-viewer-header span{color:var(--blue);letter-spacing:.12em;font-size:10px;font-weight:850}.engineer-viewer-header h2{margin:5px 0 0;font-size:22px}.engineer-viewer-body{grid-template-columns:minmax(0,1fr) 260px;min-height:0;display:grid}.engineer-viewer-stage{border-right:1px solid var(--line);background:#eef2f7;min-width:0;min-height:0;padding:18px}.engineer-full-image{cursor:zoom-in;touch-action:none;background:#111a29;border:1px solid #d4deeb;border-radius:14px;place-items:center;width:100%;height:100%;min-height:0;display:grid;position:relative;overflow:hidden}.engineer-full-image.zoomed{cursor:grab}.engineer-full-image.zoomed:active{cursor:grabbing}.engineer-full-image>img{object-fit:contain;object-position:center;transform-origin:50%;-webkit-user-select:none;user-select:none;pointer-events:none;width:calc(100% - 28px);height:calc(100% - 28px);transition:transform .12s ease-out;display:block}.engineer-full-image.zoomed>img{transition:none}.engineer-photo-arrow{z-index:3;width:44px;height:50px;min-height:50px;color:var(--blue);background:#fffffff0;border-color:#d6e0ed;padding:0;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 5px 18px #0005}.engineer-photo-arrow.previous{left:14px}.engineer-photo-arrow.next{right:14px}.engineer-zoom-controls{z-index:4;color:#53647e;background:#fffffff2;border:1px solid #d8e3f2;border-radius:11px;align-items:center;gap:3px;min-height:39px;padding:4px;display:flex;position:absolute;bottom:14px;right:14px;box-shadow:0 6px 22px #0005}.engineer-zoom-controls button{width:32px;height:29px;min-height:29px;color:var(--blue);background:0 0;border:0;padding:0;font-size:18px}.engineer-zoom-controls span{text-align:center;min-width:44px;font-size:10px;font-weight:800}.engineer-zoom-controls .reset-view{width:auto;padding:0 9px;font-size:10px}.engineer-viewer-sidebar{flex-direction:column;gap:14px;min-height:0;padding:16px;display:flex;overflow-y:auto}.engineer-photo-meta{border:1px solid var(--line);background:#f8fafd;border-radius:12px;padding:14px}.engineer-photo-meta h3{margin:0 0 12px;font-size:14px}.engineer-photo-meta dl{gap:10px;margin:0;display:grid}.engineer-photo-meta dl>div{gap:3px;display:grid}.engineer-photo-meta dt{color:var(--muted);font-size:10px}.engineer-photo-meta dd{overflow-wrap:anywhere;margin:0;font-size:11px;font-weight:750}.engineer-thumbnails{grid-template-columns:1fr 1fr;align-content:start;gap:8px;min-height:0;display:grid;overflow-y:auto}.engineer-thumbnails button{background:#f2f5f9;height:88px;min-height:88px;padding:4px;position:relative;overflow:hidden}.engineer-thumbnails button.active{border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}.engineer-thumbnails img{object-fit:contain;object-position:center;width:100%;height:100%}.engineer-thumbnails span{width:22px;height:22px;color:var(--blue);background:#fff;border-radius:7px;place-items:center;font-size:10px;font-weight:800;display:grid;position:absolute;top:7px;left:7px;box-shadow:0 2px 7px #17294326}.open-engineer-original{width:100%;color:var(--blue);background:#f7fbff;border-color:#b8d2f8;flex:none}.engineer-viewer-help{color:#79879d;margin:-3px 2px 0;font-size:9px;line-height:1.45}.settings-view>h1{letter-spacing:-.035em;margin:9px 0 5px;font-size:43px}.subtitle{color:var(--muted);margin:0 0 22px}.info-banner,.settings-note{min-height:52px;color:var(--blue);background:#edf5ff;border:1px solid #cfe1fb;border-radius:10px;align-items:center;padding:0 17px;font-size:12px;font-weight:700;display:flex}.settings-panel{margin-top:14px;padding:16px}.category-table{border:1px solid var(--line);border-radius:10px;margin-top:13px;overflow:hidden}.category-head,.category-row{grid-template-columns:minmax(360px,1fr) 210px 230px;align-items:center;display:grid}.category-head{background:#f6f8fb;min-height:46px;font-size:12px}.category-head b{padding:0 16px}.category-head b:not(:first-child){text-align:center}.category-body{min-height:300px;max-height:calc(100vh - 420px);overflow-y:auto}.category-row{border-top:1px solid var(--line);min-height:58px}.category-row>div{align-items:center;gap:11px;padding:8px 16px;display:flex}.category-row>div>span:last-child{gap:2px;display:grid}.category-row b{font-size:12px}.category-row small{color:var(--muted);font-size:10px}.category-icon{color:#63728c;background:#f0f4f9;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.switch{background:#cad1dc;border:0;border-radius:13px;justify-content:flex-start;justify-self:center;width:44px;height:24px;min-height:24px;padding:2px;transition:all .18s}.switch:hover:not(:disabled){background:#b8c3d2;border:0}.switch i{background:#fff;border-radius:50%;width:20px;height:20px;transition:all .18s;box-shadow:0 1px 4px #26375430}.switch.on{background:var(--blue);justify-content:flex-end}.settings-legend{grid-template-columns:1fr 1fr;gap:12px;margin-top:13px;display:grid}.settings-legend>div{color:var(--blue);background:#f6f9fd;border-radius:10px;align-items:center;gap:11px;padding:12px;display:flex}.settings-legend span,.settings-legend b{display:block}.settings-legend span{color:var(--muted);font-size:10px}.settings-legend b{color:var(--ink);margin-bottom:2px;font-size:11px}.settings-note{min-height:44px;margin-top:12px}.settings-footer{justify-content:flex-end;align-items:center;gap:9px;margin-top:13px;display:flex}.settings-footer.auto-save-footer{background:#f3f8ff;border-radius:9px;justify-content:flex-start;min-height:38px;padding:0 10px}.save-notice{color:var(--green);align-items:center;gap:6px;margin-right:auto;font-size:11px;font-weight:700;display:flex}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#11213e99;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.app-confirm-backdrop{z-index:90;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#11213e8f;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.app-confirm{background:#fff;border:1px solid #d7e1ef;border-radius:16px;grid-template-columns:46px minmax(0,1fr);gap:14px;width:min(440px,100vw - 36px);padding:22px;display:grid;box-shadow:0 24px 70px #07132659}.confirm-icon{border-radius:13px;place-items:center;width:46px;height:46px;display:grid}.confirm-icon.warning{color:#b76d00;background:var(--amber-soft)}.confirm-icon.danger{color:var(--red);background:var(--red-soft)}.confirm-copy{min-width:0}.confirm-copy h3{margin:1px 0 7px;font-size:18px;line-height:1.2}.confirm-copy p{color:#65748c;margin:0;font-size:12px;line-height:1.5}.confirm-actions{grid-column:1/-1;justify-content:flex-end;gap:9px;margin-top:6px;display:flex}.confirm-actions button{min-height:40px}.danger-button{border-color:var(--red);color:#fff;background:var(--red)}.confirm-actions .danger-button:hover:not(:disabled),.confirm-actions .danger-button:focus-visible{color:#fff;background:#d92f42;border-color:#d92f42;box-shadow:0 5px 14px #ef405455}.confirm-actions .danger-button:active:not(:disabled){color:#fff;box-shadow:none;background:#bd2436;border-color:#bd2436}.review-modal{width:min(calc(var(--app-width) - 36px), 100%);background:#fff;border-radius:15px;grid-template-rows:auto minmax(0,1fr) auto;height:min(1050px,100vh - 36px);display:grid;overflow:hidden;box-shadow:0 24px 80px #07132655}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;min-height:84px;padding:12px 20px;display:flex}.modal-header h2{margin:2px 0 7px;font-size:23px}.modal-header .header-meta{margin-top:0;font-size:12px}.modal-header-actions{align-items:center;gap:28px;min-height:59px;display:flex}.photo-progress-metric{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;width:210px;height:48px;display:grid}.progress-ring{--progress:0deg;background:conic-gradient(var(--blue) var(--progress), #e3eaf3 0);border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:relative}.progress-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:6px}.progress-ring span{z-index:1;color:#263754;font-size:10px;font-weight:850;position:relative}.progress-copy{gap:7px;min-width:0;display:grid}.progress-copy b{color:#263754;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.progress-copy>span{background:#e3eaf3;border-radius:999px;height:6px;display:block;overflow:hidden}.progress-copy i{border-radius:inherit;background:var(--blue);height:100%;transition:width .2s;display:block}.icon-button{background:0 0;border:0;width:40px;padding:0}.review-layout{grid-template-columns:minmax(390px,34%) minmax(500px,44%) minmax(260px,22%);min-height:0;display:grid}.review-lines,.photo-review,.review-info{min-height:0;padding:14px;overflow:auto}.review-lines{border-right:1px solid var(--line)}.review-info{border-left:1px solid var(--line);background:#f8fafd}.review-pane-title h3,.photo-toolbar h3{margin:0;font-size:16px}.review-lines .search-box{height:38px;margin:10px 0}.review-line-list{gap:6px;display:grid}.review-line{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px;position:relative}.review-line.placing{border-color:var(--blue);background:#f3f8ff;box-shadow:0 0 0 2px #1672f31a}.line-main{grid-template-columns:28px 50px minmax(0,1fr);align-items:center;gap:8px;padding-right:64px;display:grid}.line-number{width:27px;height:27px;color:var(--blue);background:var(--blue-soft);border-radius:7px;place-items:center;font-size:12px;font-weight:800;display:grid}.line-thumb{color:#8190a6;cursor:zoom-in;background:#eef1f5;border:0;border-radius:7px;place-items:center;width:50px;height:45px;min-height:45px;padding:0;display:grid;position:relative;overflow:hidden}.line-thumb:hover{box-shadow:0 0 0 2px #1672f344}.line-thumb img{object-fit:contain;object-position:center;width:calc(100% - 6px);height:calc(100% - 6px);display:block;position:absolute;inset:3px}.line-name{min-width:0}.line-name>b{text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.25;display:block;overflow:hidden}.line-quantity{z-index:2;color:#49617f;white-space:nowrap;background:#f1f6fd;border:1px solid #d6e5fb;border-radius:8px;justify-content:center;align-items:center;gap:4px;min-width:52px;min-height:25px;padding:0 8px;font-size:10px;font-weight:750;display:inline-flex;position:absolute;top:9px;right:9px}.line-quantity b{color:var(--blue);font-size:12px}.requirements{align-items:center;gap:5px;min-height:24px;margin-top:4px;display:flex}.assessment-progress{color:#73819a;white-space:nowrap;margin-left:3px;font-size:9px;font-weight:700}.requirement-icon{cursor:help;border:1px solid #0000;border-radius:7px;place-items:center;width:26px;height:24px;display:inline-grid;position:relative}.requirement-icon.optional{color:#7b899e;background:#f4f6f9;border-color:#e1e6ed}.requirement-icon.required{color:#bd7400;background:var(--amber-soft);border-color:#f2d99a}.requirement-icon.used{color:#8b57c8;background:#f4edfc;border-color:#dfcff2}.line-actions{grid-template-columns:1fr 1.12fr 1.28fr 1.15fr;gap:4px;margin-top:7px;display:grid}.line-actions button{border:0;min-height:30px;padding:0 4px;font-size:10px}.line-actions>span{border-radius:8px;justify-content:center;align-items:center;min-height:30px;padding:0 4px;font-size:10px;font-weight:800;display:inline-flex}.line-actions .visible{color:var(--green);background:var(--green-soft)}.line-actions .hidden{color:var(--red);background:var(--red-soft)}.line-actions .uncertain{color:#c07a00;background:var(--amber-soft)}.line-actions button.active{box-shadow:inset 0 0 0 1.5px}.line-actions .add-photo{color:var(--blue);background:#fff;border:1px solid #b8d2f8}.evidence-actions{grid-template-columns:1fr;gap:3px;min-width:0;display:grid}.evidence-actions.multiple{grid-template-columns:repeat(2,minmax(0,1fr))}.evidence-actions .add-photo{justify-content:center;align-items:center;gap:3px;min-width:0;padding:0 5px;display:flex}.evidence-actions .add-photo span{white-space:nowrap}.evidence-actions .add-photo.usedPart{color:#8b57c8;border-color:#dfcff2}.evidence-actions .add-photo.active{background:var(--blue-soft)}.evidence-actions .add-photo.usedPart.active{background:#f4edfc}.photo-toolbar{grid-template-columns:34px auto 34px 1fr;align-items:center;gap:8px;min-height:38px;margin-bottom:14px;display:grid}.photo-toolbar button{min-height:31px;padding:0;font-size:22px}.photo-toolbar span{color:#61708a;background:#f1f5fa;border-radius:7px;place-self:center end;padding:6px 9px;font-size:11px;font-weight:700}.active-photo{-webkit-user-select:none;user-select:none;touch-action:none;cursor:grab;background:#18202c;border-radius:10px;place-items:center;height:min(48vh,540px);min-height:400px;display:grid;position:relative;overflow:hidden}.active-photo.panning{cursor:grabbing}.active-photo.marker-cursor{cursor:crosshair;box-shadow:0 0 0 3px #1672f355}.photo-pan-layer{transform-origin:50%;position:absolute;inset:0}.photo-pan-layer>img{object-fit:contain;pointer-events:none;width:100%;height:100%;transition:filter .18s,opacity .18s}.photo-pan-layer .no-photo{height:100%}.active-photo.marker-focus .photo-pan-layer>img{filter:brightness(.32)saturate(.7)}.no-photo{color:#d6dfeb;place-items:center;gap:7px;display:grid}.no-photo span{color:#94a4ba;font-size:11px}.photo-tools{z-index:8;color:#fff;background:#0b172dbd;border:0;border-radius:8px;place-items:center;width:34px;height:34px;min-height:34px;padding:0;display:grid;position:absolute;top:9px;right:9px}.photo-tools:hover:not(:disabled){color:#fff;background:#0b172df0;border:0;transform:translateY(-1px)}.photo-marker{z-index:4;color:#fff;touch-action:none;border:3px solid #fff;border-radius:50% 50% 50% 8px;width:34px;height:34px;min-height:34px;padding:0;font-size:13px;font-weight:900;transition:opacity .18s,filter .18s,transform .18s,box-shadow .18s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 3px 10px #0007}.photo-marker>span{line-height:1}.photo-marker>small{color:#fff;background:#0d1b3d;border:2px solid #fff;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 3px;font-size:8px;line-height:1;display:grid;position:absolute;top:-8px;right:-7px}.active-photo.marker-focus .photo-marker{opacity:.22;filter:grayscale(.7)}.active-photo.marker-focus .photo-marker.focused{z-index:6;opacity:1;filter:none;transform:translate(-50%,-50%)scale(1.18);box-shadow:0 0 0 5px #fff8,0 5px 18px #0009}.photo-marker.visible,.mini-marker.visible{background:var(--green)}.photo-marker.hidden,.mini-marker.hidden{background:var(--red)}.photo-marker.uncertain,.mini-marker.uncertain{background:var(--amber)}.photo-marker.unset,.mini-marker.unset{background:#8895a8}.placing-tip{color:var(--blue);background:var(--blue-soft);border-radius:8px;margin-top:7px;padding:8px 10px;font-size:10px;font-weight:700}.thumbnail-row{gap:7px;min-height:72px;padding:8px 0;display:flex;overflow-x:auto}.thumbnail-row button{border-radius:8px;flex:0 0 108px;height:66px;padding:0;position:relative;overflow:hidden}.thumbnail-row button.active{border:2px solid var(--blue)}.thumbnail-row img{object-fit:cover;width:100%;height:100%}.thumbnail-row span{width:20px;height:20px;color:var(--blue);background:#fff;border-radius:6px;place-items:center;font-size:9px;display:grid;position:absolute;top:4px;left:4px}.thumbnail-row small{color:#fff;background:#09152ba8;border-radius:4px;padding:2px;font-size:8px;position:absolute;bottom:3px;left:4px;right:4px}.current-photo-lines{border:1px solid var(--line);border-radius:9px;overflow:hidden}.current-photo-lines h3{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin:0;padding:10px;font-size:13px;display:flex}.current-photo-lines h3>span{min-width:0}.current-photo-lines>div{border-top:1px solid var(--line);cursor:pointer;grid-template-columns:24px minmax(0,1fr) auto 96px 28px;align-items:center;gap:7px;min-height:44px;padding:5px 8px;font-size:11px;transition:background .15s,box-shadow .15s;display:grid}.current-photo-lines>div[role=button]:hover{background:#f7faff}.current-photo-lines>div.focused{background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}.current-photo-lines>div:first-of-type{border-top:0}.current-photo-lines>div>b{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.current-photo-lines em{border-radius:6px;padding:4px 7px;font-style:normal;font-weight:700}.current-photo-lines em.visible{color:var(--green);background:var(--green-soft)}.current-photo-lines em.hidden{color:var(--red);background:var(--red-soft)}.current-photo-lines em.uncertain{color:#bc7500;background:var(--amber-soft)}.current-photo-lines button{width:26px;min-height:26px;padding:0}.marker-status-actions{grid-template-columns:repeat(3,1fr);gap:3px;display:grid}.marker-status-actions button{border:1px solid #0000;width:30px;min-height:27px;font-size:12px;font-weight:900}.marker-status-actions .visible{color:var(--green);background:var(--green-soft)}.marker-status-actions .hidden{color:var(--red);background:var(--red-soft)}.marker-status-actions .uncertain{color:#bc7500;background:var(--amber-soft)}.marker-status-actions button.active{border-color:currentColor;box-shadow:inset 0 0 0 1px}.current-photo-lines .clear-marker-focus{background:var(--blue-soft);width:auto;min-height:26px;color:var(--blue);white-space:nowrap;border:0;padding:0 8px;font-size:9px}.current-photo-lines p{color:var(--muted);margin:0;padding:14px;font-size:12px}.mini-marker{color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:9px;font-weight:800;display:grid}.info-card,.tip-card{border:1px solid var(--line);background:#fff;border-radius:11px;margin-bottom:10px;padding:12px}.info-card h3{align-items:center;gap:7px;margin:0 0 11px;font-size:15px;display:flex}.info-card h4{align-items:center;gap:6px;margin:13px 0 8px;font-size:13px;display:flex}.info-card dl{gap:7px;margin:0;display:grid}.info-card dl>div{gap:2px;display:grid}.info-card dt{color:var(--muted);font-size:10px}.info-card dd{overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:700;line-height:1.25}.map-placeholder{color:#50617b;text-align:center;background:linear-gradient(135deg,#dce6da,#bac8d9 48%,#d2dcc7 49%,#a9bdab);border-radius:8px;align-content:center;place-items:center;gap:3px;min-height:112px;display:grid}.map-placeholder b{font-size:12px}.map-placeholder span{font-size:10px}.satellite-map{background:#dce4ec;border:1px solid #d2dbe8;border-radius:9px;height:150px;position:relative;overflow:hidden}.satellite-tile-layer{width:768px;height:768px;position:absolute}.satellite-tile-layer img{width:256px;max-width:none;height:256px;position:absolute}.map-pin{z-index:2;background:var(--red);border:3px solid #fff;border-radius:50% 50% 50% 7px;width:25px;height:25px;position:absolute;top:50%;left:50%;transform:translate(-50%,-100%);box-shadow:0 3px 10px #07132680}.map-pin i{background:#fff;border-radius:50%;position:absolute;inset:6px}.map-coordinates,.map-attribution{z-index:2;color:#fff;background:#0b172dbd;border-radius:6px;padding:4px 6px;font-size:8px;font-weight:700;position:absolute;bottom:7px}.map-coordinates{left:7px}.map-attribution{right:7px}.map-button{width:100%;min-height:32px;margin-top:7px}.stats-card .stat{border-radius:7px;justify-content:space-between;align-items:center;min-height:32px;margin-top:5px;padding:0 9px;font-size:11px;display:flex}.stats-card .stat.visible{color:var(--green);background:var(--green-soft)}.stats-card .stat.hidden{color:var(--red);background:var(--red-soft)}.stats-card .stat.uncertain{color:#bb7500;background:var(--amber-soft)}.stats-card .stat.unset{color:#6b7a90;background:#eef2f6}.stats-card p{font-size:11px;line-height:1.4}.tip-card{color:#37649c;background:#edf5ff}.tip-card b{font-size:13px}.tip-card p{margin:5px 0 0;font-size:11px;line-height:1.45}.modal-footer{border-top:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;min-height:62px;padding:8px 18px;display:grid}.footer-actions{gap:9px;display:flex}.review-score{color:#52617a;justify-self:center;align-items:center;gap:6px;min-width:0;display:flex}.review-score>strong{color:#607089;background:#eef2f6;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-width:58px;height:44px;padding:0 8px;font-size:17px;line-height:1;display:flex}.review-score>strong small{text-transform:uppercase;letter-spacing:.05em;margin-top:3px;font-size:8px;font-weight:750}.review-score>span{white-space:nowrap;background:#f8fafc;border:1px solid #e1e7f0;border-radius:8px;align-items:center;gap:5px;height:36px;padding:0 8px;font-size:11px;font-weight:850;display:inline-flex}.review-score>span b{color:#75839a;font-size:9px;font-weight:700}.review-score.good>strong{color:#0c9660;background:var(--green-soft)}.review-score.warning>strong{color:#b66d00;background:var(--amber-soft)}.review-score.bad>strong{color:#d83d50;background:var(--red-soft)}.review-score .no-score{color:#78869b;font-weight:700}.review-photo-viewer-backdrop{z-index:75}.review-photo-viewer{background:#fff;border:1px solid #dbe3ef;border-radius:18px;grid-template-rows:78px minmax(0,1fr);width:min(1250px,100vw - 40px);height:min(850px,100vh - 40px);display:grid;overflow:hidden;box-shadow:0 28px 75px #0b172d66}.review-photo-viewer>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:13px 18px 12px 22px;display:flex}.review-photo-viewer>header span{color:var(--blue);letter-spacing:.12em;font-size:10px;font-weight:850}.review-photo-viewer>header h2{text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:20px;overflow:hidden}.review-photo-viewer-stage{background:#eef2f7;place-items:center;min-height:0;padding:18px;display:grid}.review-full-canvas{cursor:zoom-in;touch-action:none;background:#111a29;border-radius:14px;max-width:100%;height:100%;position:relative;overflow:hidden}.review-full-canvas.zoomed{cursor:grab}.review-full-canvas.zoomed:active{cursor:grabbing}.review-full-pan-layer{transform-origin:50%;position:absolute;inset:0}.review-full-pan-layer>img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%}.review-full-marker{z-index:3;color:#fff;border:3px solid #fff;border-radius:50% 50% 50% 9px;place-items:center;width:40px;height:40px;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 5px 16px #0008}.review-full-marker.visible{background:var(--green)}.review-full-marker.hidden{background:var(--red)}.review-full-marker.uncertain{background:var(--amber)}.review-full-marker.unset{background:#8895a8}.review-full-marker b{font-size:15px}.review-full-marker small{color:#fff;background:#0d1b3d;border:2px solid #fff;border-radius:999px;place-items:center;min-width:19px;height:19px;padding:0 4px;font-size:9px;font-weight:800;display:grid;position:absolute;top:-9px;right:-8px}.review-full-canvas .engineer-zoom-controls{z-index:6}@media (width<=1280px){.app-shell{grid-template-columns:275px minmax(0,1fr)}.document-header{grid-template-columns:minmax(0,1fr) 410px}.review-layout{grid-template-columns:360px minmax(450px,1fr) 250px}}@media (width<=1050px){.app-shell{grid-template-columns:235px minmax(0,1fr)}.content{padding:22px 20px}.document-header{grid-template-columns:1fr}.date-range{grid-template-columns:1fr;align-items:stretch}.date-range .range-separator{display:none}.calendar-popover{width:203px;padding:10px;left:-11px}.project-date:last-child .calendar-popover{left:auto;right:-11px}.calendar-days button{height:27px;min-height:27px}.product-grid{grid-template-columns:repeat(auto-fill,240px);grid-auto-rows:278px}.product-card{grid-template-rows:182px minmax(0,1fr);width:240px;height:278px}.product-photo{height:182px}.product-modal{overflow-y:auto}.product-modal-body{grid-template-columns:1fr}.product-gallery-view{border-right:0;border-bottom:1px solid var(--line);min-height:520px}.review-modal{overflow:auto}.review-layout{min-width:1100px}}.boot-screen{background:var(--canvas);place-items:center;min-height:100vh;padding:24px;display:grid}.boot-card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:10px;width:min(420px,100%);padding:28px 26px 24px;display:flex;box-shadow:0 18px 50px #26375414}.boot-card--action{text-align:left;align-items:stretch}.boot-card--action .boot-brand,.boot-card--action .boot-logo{align-self:flex-start}.boot-logo{object-fit:contain;border-radius:10px;width:44px;height:44px;margin-bottom:4px}.boot-brand{flex-direction:column;gap:2px;margin-bottom:6px;display:flex}.boot-brand strong{letter-spacing:-.4px;color:var(--ink);font-size:22px}.boot-brand span{color:var(--muted);font-size:12px}.boot-spinner{border:3px solid var(--line);border-top-color:var(--blue);border-radius:50%;width:34px;height:34px;margin:8px 0 2px;animation:.8s linear infinite boot-spin}@keyframes boot-spin{to{transform:rotate(360deg)}}.boot-card p{color:var(--muted);margin:0;font-size:14px}.boot-card small{color:#6b7178;font-size:12px}.boot-card h1{color:var(--ink);margin:8px 0 0;font-size:22px}.boot-action{background:var(--blue);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:42px;margin-top:8px;padding:0 16px;font-weight:700;text-decoration:none;display:inline-flex}.boot-action:hover{background:var(--blue-dark)}
