@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--bg: #f7f8fb;--panel: #ffffff;--border: #e5e7eb;--text: #0f172a;--muted: #6b7280;--accent: #2f6fed;--accent-rgb: 47, 111, 237;--brand: #1f9d78;--shadow: 0 18px 48px rgba(15, 23, 42, .08);--radius: 12px}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;display:flex;justify-content:center;display:block}button,input,select,textarea{font-family:inherit}.readonly-fieldset{border:0;padding:0;margin:0;min-width:0}body.modal-open,body.shell-menu-open{overflow:hidden}.page{width:100%;display:grid;gap:10px}.page-content{display:grid;gap:10px}@keyframes contentIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.content-animate{animation:contentIn .18s ease-out both;will-change:opacity,transform}@media (prefers-reduced-motion: reduce){.content-animate{animation:none}}.page.wide{width:100%}.auth-page{width:min(440px,96vw);display:grid;justify-content:center}.auth-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:26px 24px 24px}.auth-head{display:flex;gap:12px;align-items:center;margin-bottom:10px}.mark{width:42px;height:42px;border-radius:12px;background:#eff2fb;color:var(--accent);font-weight:700;display:grid;place-items:center;border:1px solid var(--border)}.form{display:grid;gap:14px;margin-top:8px}.field{display:grid;gap:6px;font-size:14px;color:var(--muted)}.field input{width:100%;padding:12px 14px;border-radius:var(--radius);border:1px solid var(--border);background:#fdfdff;color:var(--text);font-size:15px;transition:border .16s ease,box-shadow .16s ease}.field textarea{width:100%;padding:12px 14px;border-radius:var(--radius);border:1px solid var(--border);background:#fdfdff;color:var(--text);font-size:15px;font-family:inherit;resize:vertical;min-height:96px;transition:border .16s ease,box-shadow .16s ease}.field input:focus{outline:none;border-color:#c7d2fe;box-shadow:0 0 0 4px #e0e7ff}.field textarea:focus{outline:none;border-color:#c7d2fe;box-shadow:0 0 0 4px #e0e7ff}.client-picker,.client-picker__control{position:relative}.client-picker__control input{padding-left:40px;padding-right:42px}.client-picker__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#98a2b3;pointer-events:none;display:inline-flex;align-items:center;justify-content:center}.client-picker__toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:0;border-radius:999px;background:transparent;color:#667085;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.client-picker__control.is-open .client-picker__toggle svg{transform:rotate(180deg)}.client-picker__helper{font-size:12px;line-height:1.4;color:#667085}.client-picker__menu{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:40;background:#fff;border:1px solid #d9e0d6;border-radius:18px;box-shadow:0 18px 40px #1018281f;overflow:hidden}.client-picker__list{list-style:none;margin:0;padding:8px;display:grid;gap:6px;max-height:320px;overflow:auto}.client-picker__option{width:100%;text-align:left;border:1px solid #e7ebe4;background:#fbfcfa;border-radius:14px;padding:12px 14px;display:grid;gap:4px;color:inherit;cursor:pointer}.client-picker__option:hover,.client-picker__option.is-active{background:#f1f8f4;border-color:#cfe1d6}.client-picker__option.is-selected{border-color:#1f9d786b;box-shadow:0 0 0 3px #1f9d7814}.client-picker__option-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.client-picker__option-title{font-size:14px;font-weight:700;color:#101828}.client-picker__option-location,.client-picker__option-meta{font-size:12px;line-height:1.4;color:#667085}.client-picker__badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:11px;font-weight:700;white-space:nowrap}.client-picker__badge.is-preferred{background:#e8f7ef;color:#0f6b52}.client-picker__empty{padding:14px;color:#667085;font-size:13px;line-height:1.5}.field-select{width:100%;padding:12px 14px;border-radius:var(--radius);border:1px solid var(--border);background:#fdfdff;color:var(--text);font-size:15px;transition:border .16s ease,box-shadow .16s ease}.field-select:focus{outline:none;border-color:#c7d2fe;box-shadow:0 0 0 4px #e0e7ff}.inline{display:flex;align-items:center;justify-content:space-between;gap:12px}.check{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none}.check input{display:none}.check__box{width:18px;height:18px;border-radius:5px;border:1px solid var(--border);background:#fff;position:relative}.check input:checked+.check__box{border-color:var(--accent);background:var(--accent);box-shadow:0 0 0 3px #e0e7ff}.check input:checked+.check__box:after{content:"";position:absolute;top:3px;right:5px;bottom:3px;left:4px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.link{background:none;color:var(--accent);border:none;font-weight:600;cursor:pointer}.link:disabled{opacity:.55;cursor:not-allowed}.cta{width:100%;padding:13px 16px;border-radius:var(--radius);border:1px solid var(--accent);background:var(--accent);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease;box-shadow:0 10px 30px rgba(var(--accent-rgb),.25)}.cta:hover{transform:translateY(-1px);filter:brightness(1.02)}.cta:disabled{opacity:.7;cursor:wait}.nav{background:var(--panel);border:1px solid var(--border);border-radius:0;padding:16px 14px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow)}.nav--detail{position:sticky;top:0;z-index:30}.nav.nav--detail{display:none}.nav-title{display:grid;gap:2px;text-align:center;flex:1}.nav-title__main{font-weight:700;font-size:16px}.nav-title__sub{color:var(--muted);font-size:12px}.nav-row{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;width:100%;justify-self:stretch}.nav-row .pill{justify-self:center}.nav-sub{text-align:center;font-size:12px;color:var(--muted);margin-top:4px}.nav-sub__text{text-align:center}.tab-progress{display:flex;gap:6px;justify-content:center;width:100%;margin:8px 0 0}.tab-progress__bar{flex:1;height:6px;border-radius:999px;background:#e2e8f0}.tab-progress__bar.is-active{background:var(--brand)}.nav-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pill-ok{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#dcfce7;color:#166534;border:1px solid #bbf7d0;font-size:12px;font-weight:600}.pill-dirty{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;font-size:12px;font-weight:600}.pill-saving{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;font-size:12px;font-weight:600}.pill-queued{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#fffbeb;color:#b45309;border:1px solid #fef3c7;font-size:12px;font-weight:600}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;color:var(--brand);margin:0 0 2px}h1{margin:0;font-size:24px;letter-spacing:-.02em}.muted{margin:0;color:var(--muted)}.error{color:#b91c1c;font-weight:600;margin:4px 0 0}.btn-primary{padding:12px 16px;border-radius:10px;border:1px solid var(--accent);background:var(--accent);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 12px 30px rgba(var(--accent-rgb),.22);transition:transform .14s ease,filter .14s ease}.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.02)}.btn-danger{padding:10px 14px;border-radius:10px;border:1px solid #ef4444;background:#ef4444;color:#fff;font-weight:700;cursor:pointer;transition:transform .14s ease,filter .14s ease}.btn-danger:hover{transform:translateY(-1px);filter:brightness(1.03)}.btn-danger:disabled{opacity:.65;cursor:not-allowed;transform:none}.center{display:grid;place-items:center;min-height:70vh}.spinner{width:42px;height:42px;border-radius:50%;border:4px solid #e5e7eb;border-top-color:var(--accent);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn-secondary,.tab-nav-prev{border:0;background:transparent;color:var(--muted);font-weight:600;font-size:14px;padding:10px;border-radius:12px;display:inline-flex;align-items:center;gap:10px;min-width:0;cursor:pointer;transition:background .14s ease,color .14s ease}.btn-secondary:hover,.tab-nav-prev:hover{background:#f1f5f9;color:var(--text)}.tab-nav-prev:disabled{opacity:.55;cursor:not-allowed}.tab-nav-prev__arrow{font-size:18px;line-height:1}.tab-nav-prev__label,.tab-nav-next__label{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-primary.tab-nav-next{border-radius:10px;padding:12px 18px;font-size:14px;display:inline-flex;align-items:center;gap:10px;min-width:0;box-shadow:0 12px 30px rgba(var(--accent-rgb),.26)}.tab-nav-next__arrow{font-size:18px;line-height:1}.mobile-nav-btn{display:inline-flex;align-items:center;gap:8px}.hamburger{width:18px;height:14px;display:inline-flex;flex-direction:column;justify-content:space-between}.hamburger span{height:2px;background:currentColor;border-radius:999px;transition:transform .14s ease,opacity .14s ease}.hamburger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.filters{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.status-chips{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.status-chip{border:1px solid var(--border);background:var(--panel);border-radius:12px;padding:10px 14px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease,color .14s ease;box-shadow:0 1px #fff}.status-chip:hover{transform:translateY(-1px);box-shadow:0 12px 26px #0f172a0f}.status-chip.is-active{border-color:#1f9d7859;background:var(--brand);color:#fff;box-shadow:0 12px 26px #1f9d7838}.status-chip:focus-visible{outline:3px solid rgba(47,111,237,.25);outline-offset:2px}.status-chip.is-active:hover{transform:none}.input-icon{display:grid;grid-template-columns:40px 1fr;align-items:center;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding-left:12px;box-shadow:0 1px #fff,0 18px 40px #0f172a0a}.input-icon svg{color:var(--muted)}.input-icon input{border:none;background:transparent;padding:12px 12px 12px 0;font-size:15px;color:var(--text)}.input-icon input:focus{outline:none}.filter-icon{height:46px;display:grid;place-items:center;background:var(--panel);border:1px solid var(--border);border-radius:12px;color:var(--muted);box-shadow:0 1px #fff}.select{height:46px;border-radius:12px;border:1px solid var(--border);background:var(--panel);padding:0 12px;font-size:15px;color:var(--text);box-shadow:0 1px #fff,0 18px 40px #0f172a0a}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{border:1px solid var(--border);background:var(--panel);border-radius:999px;padding:9px 12px;display:inline-flex;align-items:center;gap:8px;color:var(--muted);cursor:pointer;font-weight:600}.tab.active{border-color:#c7d2fe;background:#eef2ff;color:var(--accent);box-shadow:0 4px 14px rgba(var(--accent-rgb),.12)}.tab__count{padding:2px 8px;border-radius:999px;background:#f1f5f9;color:var(--text);font-size:12px}.list{display:grid;gap:12px}.list>.empty{grid-column:1 / -1}@media (min-width: 1024px){.list--cards{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));align-items:start}}.list-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:16px 18px;display:flex;justify-content:space-between;gap:12px;align-items:center;box-shadow:0 1px #fff;cursor:pointer}.list-card__left{display:grid;gap:6px}.list-card__top{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap}.list-card__top .badge{align-self:center;white-space:nowrap}.list-card__title{font-weight:700;font-size:16px}.list-card__address{margin:0;color:#64748b;font-size:14px;display:inline-flex;align-items:center;gap:6px}.list-card__address svg{width:14px;height:14px;color:#94a3b8;flex:0 0 auto}.list-card__meta{display:flex;gap:14px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:14px}.list-card__meta span{display:inline-flex;gap:6px;align-items:center}.list-card__meta svg{color:#94a3b8}.issue{color:#b91c1c;font-weight:600}.list-card__right{display:grid;gap:10px;justify-items:flex-end;align-items:center}.list-card__delete-btn{width:30px;height:30px;border:0;border-radius:999px;padding:0;background:transparent;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .14s ease,color .14s ease,transform .14s ease}.list-card__delete-btn svg{width:15px;height:15px}.list-card__delete-btn:hover{background:#fef2f2;color:#b91c1c}.list-card__delete-btn:focus-visible{outline:2px solid rgba(185,28,28,.24);outline-offset:2px;background:#fef2f2;color:#b91c1c}.list-card__delete-btn:active{transform:translateY(1px)}.badge{padding:6px 10px;border-radius:999px;border:1px solid transparent;font-weight:600;font-size:12px}.chevron{color:var(--muted);font-size:22px;line-height:1}.empty{padding:24px;background:var(--panel);border:1px dashed var(--border);border-radius:14px;color:var(--muted);text-align:center}.template-card{cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.template-card:hover{transform:translateY(-1px);box-shadow:0 12px 26px #0f172a14}.template-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.template-meta__item{background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:12px}.template-meta__label{text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:var(--muted);margin-bottom:4px}.template-meta__value{font-weight:600;font-size:14px}.template-question-meta{display:inline-flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.templates-shell-content{display:grid;gap:14px;align-content:start;align-items:start}.templates-overview{grid-template-columns:minmax(0,1fr);align-content:start;align-items:start}.template-editor{display:grid;gap:12px;align-items:start}.template-editor__fieldset{display:grid;gap:12px;min-width:0}.template-mobile-actions .btn-primary{width:100%;justify-content:center}.template-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:12px}.template-richtext-hint{margin:0 0 12px;color:#667085;font-size:14px;max-width:72ch}.template-pdf-stack{display:grid;gap:20px}.template-pdf-section{display:grid;gap:12px}.template-pdf-section+.template-pdf-section{padding-top:20px;border-top:1px solid #eaecf0}.template-appendix{display:grid;gap:12px}.template-appendix__file{display:grid;gap:8px;padding:14px;border-radius:14px;border:1px solid var(--border);background:#fff}.template-appendix__badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:4px 10px;border-radius:999px;background:#2f6fed1f;border:1px solid rgba(47,111,237,.18);color:var(--accent);font-size:12px;font-weight:700}.template-appendix__name{font-size:15px;font-weight:700;color:#101828;word-break:break-word}.template-appendix__meta{font-size:12px;color:#667085}.template-appendix__actions{display:grid;grid-template-columns:1fr;gap:10px}.template-appendix__input{display:none}.template-appendix__message{padding:11px 12px;border-radius:12px;font-size:13px;font-weight:500}.template-appendix__message--success{color:#087443;background:#e9f7ef;border:1px solid #b7e4c7}.template-appendix__message--warning{color:#b54708;background:#fffaeb;border:1px solid #fed7aa}.template-appendix__message--error{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.template-measurements-grid{align-items:stretch}.template-measurement-card{gap:12px}.template-measurement-card .section-heading{margin-bottom:0}.template-measurement-card .section-heading__title{font-size:18px}.template-measurement-list{display:grid;gap:0}.template-measurement-toggle{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:12px 0;border-top:1px solid #eaecf0;cursor:pointer}.template-measurement-toggle:first-child{padding-top:0;border-top:0}.template-measurement-toggle:last-child{padding-bottom:0}.template-measurement-meta{display:grid;gap:4px;min-width:0}.template-measurement-label{font-size:14px;font-weight:600;color:#101828}.template-measurement-key{font-size:12px;color:#667085;word-break:break-word}.template-measurement-toggle__control{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;font-size:12px;color:#475467;-webkit-user-select:none;user-select:none}.template-measurement-toggle__control input{width:16px;height:16px;margin:0;accent-color:#2f6fed}.rich-text{display:grid;gap:10px}.rich-text__toolbar{display:flex;flex-wrap:wrap;gap:8px;padding:12px;border:1px solid var(--border);border-radius:14px;background:#f8fafc}.rich-text__toolbar-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:10px;min-width:40px;padding:8px 12px;font-size:13px;font-weight:700;cursor:pointer;transition:background .14s ease,border-color .14s ease,transform .14s ease}.rich-text__toolbar-btn:hover{background:#eef2f6;border-color:#98a2b3}.rich-text__toolbar-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.rich-text__toolbar-btn:focus-visible{outline:2px solid rgba(47,111,237,.28);outline-offset:2px}.rich-text__toolbar-btn--wide{min-width:auto;font-weight:600}.rich-text__editor{min-height:280px;padding:16px;border:1px solid #d0d5dd;border-radius:14px;background:#fff;color:#101828;line-height:1.6;overflow:auto}.rich-text__editor:focus{outline:none;border-color:#2f6fed73;box-shadow:0 0 0 4px #2f6fed1f}.rich-text__editor[aria-readonly=true]{background:#f8fafc;cursor:not-allowed}.rich-text__editor:empty:before{content:attr(data-placeholder);color:#98a2b3;pointer-events:none}.rich-text__editor p,.rich-text__editor h2,.rich-text__editor h3,.rich-text__editor h4,.rich-text__editor ul,.rich-text__editor ol{margin:0 0 12px}.rich-text__editor h2,.rich-text__editor h3,.rich-text__editor h4{color:#0f172a;line-height:1.25}.rich-text__editor h2{font-size:22px}.rich-text__editor h3{font-size:18px}.rich-text__editor h4{font-size:16px}.rich-text__editor ul,.rich-text__editor ol{padding-left:22px}.rich-text__editor a{color:#175cd3;text-decoration:underline}.template-feedback-row{margin-top:12px;min-height:20px}.template-feedback{margin:0;font-size:13px}.template-feedback--error{color:#b42318;font-weight:600}.template-feedback--success{color:#027a48;font-weight:600}.template-feedback--hint{color:#667085}.template-feedback--hint.is-dirty{color:#9a3412;font-weight:600}.template-feedback--hint.is-clean{color:#027a48;font-weight:600}.template-sections-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.template-sections-header .section-heading{margin-bottom:0;min-width:0}.template-sections-footer{display:flex;justify-content:flex-start;margin-top:14px}.template-add-section-btn{border:1px solid #d0d5dd;background:#f8fafc;color:#344054;padding:10px 14px;border-radius:12px;white-space:nowrap}.template-add-section-btn:hover{background:#f2f4f7}.checklist.template-checklist{width:100%;margin:0;grid-template-columns:1fr;gap:12px}.checklist.template-checklist .check-section{min-width:0;border:1px solid #d0d5dd;border-radius:14px;box-shadow:none}.checklist.template-checklist .check-section__header{padding:12px 14px;background:#f2f4f7;border-bottom:1px solid #e4e7ec}.checklist.template-checklist .check-rows{gap:0}.check-section.is-drop-target{border-color:#2f6fed73;box-shadow:0 0 0 2px #2f6fed29,0 10px 26px #1018280f}.check-section.is-dragging{opacity:.65}.template-section-heading{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.template-drag-handle{width:28px;height:28px;border:1px solid var(--border);border-radius:10px;background:#f8fafc;color:#667085;display:inline-flex;align-items:center;justify-content:center;cursor:grab;-webkit-user-select:none;user-select:none;font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1;flex:0 0 auto}.template-drag-handle:active{cursor:grabbing}.template-drag-handle--question{width:24px;height:24px}.template-inline-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.template-inline-btn{padding:8px 10px;font-size:13px}.checklist.template-checklist .template-section-fields{padding:12px 14px;display:grid;grid-template-columns:minmax(0,1fr);gap:10px;border-top:0;border-bottom:1px solid #eef2f6}.checklist.template-checklist .template-section-fields .field{margin:0}.checklist.template-checklist .template-question-row{padding:10px 14px;border-top:1px solid #eef2f6}.checklist.template-checklist .template-question-row:first-child{border-top:0}.checklist.template-checklist .template-question-row.is-drop-target{background:#eef4ff}.checklist.template-checklist .template-question-row.is-dragging{opacity:.62}.checklist.template-checklist .template-question-fields{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:10px;align-items:center}.checklist.template-checklist .template-question-fields .field{margin:0;gap:4px}.checklist.template-checklist .template-question-fields .field span{font-size:12px;color:#667085}.checklist.template-checklist .template-question-input-group{display:grid;gap:8px;min-width:0}.template-question-toggle{display:inline-flex;align-items:center;gap:8px;width:fit-content;font-size:12px;color:#475467;cursor:pointer;-webkit-user-select:none;user-select:none}.template-question-toggle input{width:16px;height:16px;margin:0;accent-color:#2f6fed}.template-question-options{display:flex;align-items:end;justify-content:space-between;gap:12px;flex-wrap:wrap}.template-question-answer-mode{width:min(100%,260px)}.template-question-answer-mode .field-select{padding:8px 10px;font-size:13px}.template-question-dropzone,.template-section-dropzone{border:1px dashed #cbd5e1;border-radius:12px;padding:10px 12px;font-size:12px;color:#667085;text-align:center;background:#f8fafc}.checklist.template-checklist .template-question-dropzone{margin:0 14px 12px}.template-question-dropzone.is-drop-target,.template-section-dropzone.is-drop-target{border-color:#2f6fed;background:#eaf1ff;color:#1d4ed8}.checklist.template-checklist .template-actions-row{display:flex;justify-content:flex-start;gap:8px;margin-top:0;padding:0 14px 14px;flex-wrap:wrap}.shell-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:0;min-height:100vh}.shell-sidebar{background:var(--panel);border-right:1px solid #eef2f6;padding:20px 18px 16px;display:flex;flex-direction:column;gap:18px;min-width:0}.shell-brand{display:flex;align-items:center;gap:12px;padding:4px 6px 10px}.shell-brand__icon{width:42px;height:42px;border-radius:14px;background:#1f9d781f;border:1px solid rgba(31,157,120,.18);color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.shell-brand__icon svg{width:18px;height:18px}.shell-brand__eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--brand);font-weight:700;line-height:1.1}.shell-brand__title{margin-top:2px;font-weight:800;font-size:16px;letter-spacing:-.02em;color:#0f172a}.shell-nav{display:grid;gap:10px}.shell-nav__item{width:100%;border:1px solid transparent;background:transparent;border-radius:14px;padding:12px;display:flex;align-items:center;gap:12px;color:#475569;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease}.shell-nav__icon{width:38px;height:38px;border-radius:14px;background:#f2f4f7;border:1px solid #eaecf0;color:#98a2b3;display:grid;place-items:center;flex:0 0 auto}.shell-nav__icon svg{width:16px;height:16px}.shell-nav__badge{margin-left:auto;padding:4px 8px;border-radius:999px;border:1px solid #e4e7ec;background:#f2f4f7;font-size:11px;font-weight:700;color:#667085}.shell-nav__item.is-active{background:var(--brand);color:#fff;box-shadow:0 18px 44px #1f9d7838}.shell-nav__item.is-active .shell-nav__icon,.shell-nav__item.is-active .shell-nav__badge{background:#ffffff2e;border-color:#ffffff2e;color:#fff}.shell-nav__item.is-disabled{opacity:.55;cursor:not-allowed;-webkit-user-select:none;user-select:none}.shell-subnav{display:grid;gap:6px;margin:-4px 0 2px 50px}.shell-subnav__item{width:100%;border:1px solid transparent;background:transparent;border-radius:10px;padding:8px 10px;display:flex;align-items:center;gap:8px;color:#667085;font-size:13px;font-weight:700;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.shell-subnav__item:hover,.shell-subnav__item.is-active{background:#eef8f4;border-color:#cdeee2;color:var(--brand-dark)}.shell-subnav__icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto}.shell-subnav__icon svg{width:14px;height:14px}.shell-sidebar__spacer{flex:1}.shell-side-actions{border-top:1px solid #eef2f6;padding-top:14px;display:grid;gap:10px}.shell-account{border:1px solid #eef2f6;background:#f8fafc;border-radius:12px;padding:10px 12px;display:grid;gap:4px;min-width:0}.shell-account__label{font-size:11px;font-weight:600;color:#667085}.shell-account__name{font-size:13px;font-weight:700;color:#101828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-side-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#667085;padding:10px 8px;border-radius:12px;display:flex;align-items:center;gap:10px;font-weight:600;cursor:pointer;transition:background .14s ease,color .14s ease;text-align:left}.shell-side-link:hover{background:#f2f4f7;color:#101828}.shell-side-link__icon{width:22px;display:inline-flex;align-items:center;justify-content:center;color:#98a2b3}.shell-main{background:var(--bg);min-width:0;display:grid;grid-template-rows:auto 1fr}.shell-topbar{background:#fff;border-bottom:1px solid #eef2f6;position:sticky;top:0;z-index:20}.shell-topbar__inner{display:grid;gap:10px;padding:18px 28px;max-width:1240px;margin:0 auto}.shell-topbar__row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0}.shell-topbar__meta{width:100%;display:flex;align-items:center;justify-content:flex-end}.shell-user--compact{font-size:12px;font-weight:500;color:#667085}.shell-back-btn{display:inline-flex;align-items:center;gap:8px;padding-left:0;padding-right:0}.shell-back-btn__arrow{font-size:18px;line-height:1}.shell-topbar__left{display:flex;align-items:center;gap:12px;min-width:0}.shell-topbar__left>div{min-width:0}.shell-menu-btn{padding:10px 12px}.shell-overlay{display:none;border:0;padding:0;background:transparent}.shell-title{font-weight:800;letter-spacing:-.02em;font-size:22px;color:#101828}.shell-subtitle{margin-top:2px;font-size:13px;color:#667085;font-weight:500}.shell-topbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.notifications-menu{position:relative;flex:0 0 auto}.notifications-menu__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:42px;height:42px;border:1px solid #e4e7ec;border-radius:12px;background:#fff;color:#475467;display:inline-grid;place-items:center;position:relative;cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease,box-shadow .14s ease}.notifications-menu__trigger:hover,.notifications-menu__trigger.is-open{border-color:#abdccc;background:#f0faf6;color:var(--brand-dark);box-shadow:0 8px 20px #1f9d781f}.notifications-menu__trigger svg{width:19px;height:19px}.notifications-menu__count{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;border:2px solid #ffffff;border-radius:999px;background:#d92d20;color:#fff;font-size:10px;line-height:16px;font-weight:800;text-align:center}.notifications-menu__popover{position:absolute;top:calc(100% + 10px);right:0;z-index:90;width:min(400px,calc(100vw - 28px));max-height:min(620px,calc(100vh - 96px));border:1px solid #e4e7ec;border-radius:18px;background:#fff;box-shadow:0 24px 60px #10182833;overflow:hidden;display:flex;flex-direction:column;text-align:left}.notifications-menu__header{padding:16px 18px;border-bottom:1px solid #eef2f6;display:flex;align-items:center;justify-content:space-between;gap:14px}.notifications-menu__header>div{display:grid;gap:2px}.notifications-menu__header strong{color:#101828;font-size:16px;line-height:1.25}.notifications-menu__header span{color:#667085;font-size:12px;font-weight:600}.notifications-menu__filters{padding:8px 14px;border-bottom:1px solid #eef2f6;background:#fcfcfd;display:flex;gap:6px}.notifications-menu__filters button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:9px;padding:6px 9px;background:transparent;color:#667085;font-size:11px;font-weight:750;cursor:pointer}.notifications-menu__filters button:hover,.notifications-menu__filters button.is-active{border-color:#cdeee2;background:#eef8f4;color:var(--brand-dark)}.notifications-menu__filters button span{margin-left:3px;color:#98a2b3}.notifications-menu__refresh{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:34px;height:34px;border:1px solid #e4e7ec;border-radius:10px;background:#fff;color:#667085;display:grid;place-items:center;cursor:pointer}.notifications-menu__refresh:hover:not(:disabled){background:#f8fafc;color:#344054}.notifications-menu__refresh:disabled{opacity:.55;cursor:wait}.notifications-menu__refresh svg{width:15px;height:15px}.notifications-menu__body{min-height:112px;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.notifications-menu__message,.notifications-menu__empty{min-height:112px;padding:22px 20px;display:flex;align-items:center;justify-content:center;color:#667085;font-size:13px;text-align:center}.notifications-menu__message.is-error{min-height:0;padding:10px 14px;background:#fff4f2;color:#b42318;border-bottom:1px solid #fecdca}.notifications-menu__empty{flex-direction:column;gap:5px}.notifications-menu__empty>span{width:38px;height:38px;margin-bottom:3px;border-radius:12px;background:#f2f4f7;color:#98a2b3;display:grid;place-items:center}.notifications-menu__empty strong{color:#344054}.notifications-menu__empty small{color:#98a2b3}.notifications-menu__list{display:grid}.notifications-menu__item{width:100%;border-bottom:1px solid #f2f4f7;background:#fff;color:inherit}.notifications-menu__item:last-child{border-bottom:0}.notifications-menu__item.is-unread{background:#f6fbf9}.notifications-menu__item-main{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:0;padding:14px 16px 10px;background:transparent;color:inherit;display:grid;grid-template-columns:38px minmax(0,1fr) 8px;gap:11px;align-items:start;text-align:left;cursor:pointer}.notifications-menu__item-main:hover:not(:disabled){background:#f1f8f5}.notifications-menu__item-main:disabled{cursor:wait}.notifications-menu__item-icon{width:38px;height:38px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;color:#c2410c;display:grid;place-items:center}.notifications-menu__item.is-danger .notifications-menu__item-icon{background:#fff1f0;border-color:#fecdca;color:#d92d20}.notifications-menu__item-icon svg{width:17px;height:17px}.notifications-menu__item-content{min-width:0;display:grid;gap:4px}.notifications-menu__item-content strong{color:#101828;font-size:13px;line-height:1.35}.notifications-menu__item.is-read .notifications-menu__item-content strong{color:#475467;font-weight:650}.notifications-menu__item-content>span{color:#667085;font-size:12px;line-height:1.45}.notifications-menu__item-content>.notifications-menu__assignment-notice{margin-bottom:2px;padding:6px 8px;border:1px solid #b2ddff;border-radius:8px;background:#eff8ff;color:#175cd3;font-size:11px;font-weight:750}.notifications-menu__item-content small{color:#98a2b3;font-size:11px;font-weight:650}.notifications-menu__unread-dot{width:8px;height:8px;margin-top:5px;border-radius:999px;background:var(--brand)}.notifications-menu__workflow{min-height:42px;min-width:0;margin:0 16px;padding:8px 0 11px 49px;border-top:1px solid rgba(234,236,240,.82)}.notifications-menu__workflow-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.notifications-menu__workflow label{display:inline-flex;align-items:center;gap:7px;color:#98a2b3;font-size:10px;font-weight:700}.notifications-menu__workflow select{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:104px;height:28px;border:1px solid #d0d5dd;border-radius:999px;padding:0 25px 0 10px;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#667085 50%),linear-gradient(135deg,#667085 50%,transparent 50%);background-position:calc(100% - 12px) 11px,calc(100% - 8px) 11px;background-size:4px 4px,4px 4px;background-repeat:no-repeat;color:#475467;font-size:10px;font-weight:750;cursor:pointer}.notifications-menu__workflow select.is-in_progress{border-color:#fed7aa;background-color:#fff7ed;color:#9a3412}.notifications-menu__workflow select.is-resolved{border-color:#a6e7d0;background-color:#ecfdf3;color:#067647}.notifications-menu__workflow select.is-not_relevant{border-color:#d0d5dd;background-color:#f2f4f7;color:#667085}.notifications-menu__workflow select:disabled{opacity:.6;cursor:wait}.notifications-menu__workflow-row>small{display:block;min-width:0;max-width:100%;overflow:hidden;color:#98a2b3;font-size:10px;font-weight:650;line-height:1.35;overflow-wrap:anywhere;text-align:right}.notifications-menu__workflow-row>.notifications-menu__assigned-to{color:#175cd3}.notifications-menu__assignment-panel{margin-top:8px;padding:9px 10px;border:1px solid #b2ddff;border-radius:10px;background:#eff8ff;display:flex;align-items:end;gap:8px}.notifications-menu__assignment-panel label{min-width:0;flex:1;display:grid;align-items:stretch;gap:4px;color:#175cd3}.notifications-menu__assignment-panel select{width:100%;min-width:0;border-radius:8px;background-color:#fff}.notifications-menu__assignment-panel>button{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;border:0;padding:0 2px;background:transparent;color:#475467;font-size:10px;font-weight:750;cursor:pointer}.notifications-menu__assignment-panel>button:disabled{opacity:.55;cursor:wait}.task-cockpit{display:grid;align-content:start;gap:20px;padding:24px 28px 40px}.task-cockpit__refresh{display:inline-flex;align-items:center;gap:7px}.task-cockpit__refresh svg{width:15px;height:15px}.task-cockpit__welcome{min-height:142px;padding:25px 28px;border:1px solid #cdeee2;border-radius:20px;background:radial-gradient(circle at 88% 30%,rgba(255,255,255,.75) 0 7%,transparent 7.5%),linear-gradient(115deg,#eaf8f3,#f6fbf9 58%,#edf4ff);display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;position:relative}.task-cockpit__welcome:after{content:"";position:absolute;width:190px;height:190px;right:-48px;bottom:-105px;border:28px solid rgba(31,157,120,.08);border-radius:999px}.task-cockpit__date,.task-cockpit__section-kicker{color:var(--brand-dark);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.task-cockpit__welcome h1{margin:6px 0 5px;color:#101828;font-size:clamp(24px,3vw,34px);line-height:1.12;letter-spacing:-.035em}.task-cockpit__welcome p{margin:0;color:#475467;font-size:14px;font-weight:550}.task-cockpit__welcome-mark{width:74px;height:74px;border:1px solid rgba(31,157,120,.2);border-radius:23px;background:#ffffffb8;box-shadow:0 18px 42px #1f9d7826;color:var(--brand);display:grid;place-items:center;flex:0 0 auto;position:relative;z-index:1}.task-cockpit__welcome-mark svg{width:31px;height:31px;stroke-width:1.8}.task-cockpit__feedback{padding:12px 15px;border-radius:12px;font-size:13px;font-weight:650}.task-cockpit__feedback.is-error{border:1px solid #fecdca;background:#fff4f2;color:#b42318}.task-cockpit__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.task-cockpit__metric{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;min-height:118px;padding:16px;border:1px solid #e4e7ec;border-radius:17px;background:#fff;color:#344054;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:1fr auto;gap:10px 12px;text-align:left;cursor:pointer;box-shadow:0 4px 14px #10182808;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.task-cockpit__metric:hover,.task-cockpit__metric.is-active{border-color:#98a2b3;box-shadow:0 12px 28px #10182817;transform:translateY(-1px)}.task-cockpit__metric.is-danger.is-active{border-color:#fda29b}.task-cockpit__metric.is-warning.is-active{border-color:#fdba74}.task-cockpit__metric.is-blue.is-active{border-color:#84adff}.task-cockpit__metric.is-neutral.is-active{border-color:#b8c2d0}.task-cockpit__metric-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center}.task-cockpit__metric-icon svg{width:18px;height:18px}.task-cockpit__metric.is-danger .task-cockpit__metric-icon{background:#fff1f0;color:#d92d20}.task-cockpit__metric.is-warning .task-cockpit__metric-icon{background:#fff7ed;color:#c2410c}.task-cockpit__metric.is-blue .task-cockpit__metric-icon{background:#eff4ff;color:#2e5aac}.task-cockpit__metric.is-neutral .task-cockpit__metric-icon{background:#f2f4f7;color:#667085}.task-cockpit__metric>span:nth-child(2){min-width:0;display:flex;align-items:start;justify-content:space-between;gap:8px}.task-cockpit__metric small{color:#667085;font-size:11px;font-style:normal;font-weight:700}.task-cockpit__metric strong{color:#101828;font-size:27px;line-height:1}.task-cockpit__metric>em{grid-column:1 / -1;color:#98a2b3;font-size:11px;font-style:normal;font-weight:650}.task-cockpit__layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:18px}.task-cockpit__worklist,.task-cockpit__side-card{border:1px solid #e4e7ec;border-radius:18px;background:#fff;box-shadow:0 4px 18px #10182809}.task-cockpit__worklist{min-width:0;overflow:hidden}.task-cockpit__section-head{min-height:80px;padding:18px 20px;border-bottom:1px solid #eef2f6;display:flex;align-items:center;justify-content:space-between;gap:16px}.task-cockpit__section-head h2,.task-cockpit__side-card h2{margin:3px 0 0;color:#101828;font-size:17px;letter-spacing:-.015em}.task-cockpit__result-count{padding:5px 9px;border-radius:999px;background:#f2f4f7;color:#667085;font-size:10px;font-weight:750;white-space:nowrap}.task-cockpit__toolbar{padding:12px 14px;border-bottom:1px solid #eef2f6;background:#fcfcfd;display:flex;align-items:center;justify-content:space-between;gap:12px}.task-cockpit__tabs{display:flex;gap:5px}.task-cockpit__tabs button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:9px;padding:7px 9px;background:transparent;color:#667085;font-size:11px;font-weight:750;cursor:pointer}.task-cockpit__tabs button:hover,.task-cockpit__tabs button.is-active{border-color:#cdeee2;background:#eef8f4;color:var(--brand-dark)}.task-cockpit__tabs button span{margin-left:3px;color:#98a2b3}.task-cockpit__search{width:min(310px,44%);min-width:190px;height:36px;padding:0 10px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:#98a2b3;display:flex;align-items:center;gap:8px}.task-cockpit__search:focus-within{border-color:#84cab3;box-shadow:0 0 0 3px #1f9d7817}.task-cockpit__search svg{width:15px;height:15px;flex:0 0 auto}.task-cockpit__search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#344054;font:inherit;font-size:11px}.task-cockpit__tasks{display:grid}.task-cockpit__task{min-width:0;padding:17px 19px;border-bottom:1px solid #eef2f6;display:grid;gap:14px;position:relative}.task-cockpit__task:last-child{border-bottom:0}.task-cockpit__task:before{content:"";position:absolute;top:19px;bottom:19px;left:0;width:3px;border-radius:0 3px 3px 0;background:#f79009}.task-cockpit__task.is-danger:before{background:#f04438}.task-cockpit__task-main{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px}.task-cockpit__task-icon{width:38px;height:38px;border:1px solid #fedf89;border-radius:12px;background:#fffaeb;color:#b54708;display:grid;place-items:center}.task-cockpit__task.is-danger .task-cockpit__task-icon{border-color:#fecdca;background:#fff4f2;color:#d92d20}.task-cockpit__task-icon svg{width:17px;height:17px}.task-cockpit__task-copy{min-width:0}.task-cockpit__task-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-cockpit__task-heading>div{display:flex;align-items:center;gap:6px}.task-cockpit__priority,.task-cockpit__new{display:inline-flex;padding:3px 7px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.task-cockpit__priority.is-danger{background:#fee4e2;color:#b42318}.task-cockpit__priority.is-warning{background:#fef0c7;color:#b54708}.task-cockpit__new{background:#eff4ff;color:#2e5aac}.task-cockpit__task-heading time{color:#667085;font-size:10px;font-weight:700;white-space:nowrap}.task-cockpit__task-copy h3{margin:7px 0 3px;color:#101828;font-size:14px;line-height:1.35}.task-cockpit__task-copy p{margin:0;color:#667085;font-size:11px;line-height:1.45;overflow-wrap:anywhere}.task-cockpit__task-copy p.task-cockpit__assignment-notice{margin-bottom:3px;color:#175cd3;font-weight:750}.task-cockpit__task-copy>small{display:block;margin-top:5px;color:#98a2b3;font-size:10px;font-weight:700}.task-cockpit__task-actions{margin-left:50px;display:grid;grid-template-columns:minmax(128px,auto) minmax(160px,1fr) auto;align-items:end;gap:10px}.task-cockpit__status-field,.task-cockpit__assignee{min-width:0;display:grid;gap:4px}.task-cockpit__status-field>span,.task-cockpit__assignee>span,.task-cockpit__assignment-panel label>span{color:#98a2b3;font-size:9px;font-weight:750}.task-cockpit__status-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-width:0;height:34px;border:1px solid #b2ccff;border-radius:10px;padding:0 28px 0 10px;background-color:#eff4ff;background-image:linear-gradient(45deg,transparent 50%,#667085 50%),linear-gradient(135deg,#667085 50%,transparent 50%);background-position:calc(100% - 13px) 14px,calc(100% - 9px) 14px;background-size:4px 4px,4px 4px;background-repeat:no-repeat;color:#2e5aac;font-size:10px;font-weight:750}.task-cockpit__status-field select.is-orange{border-color:#fed7aa;background-color:#fff7ed;color:#9a3412}.task-cockpit__status-field select.is-green{border-color:#a6e7d0;background-color:#ecfdf3;color:#067647}.task-cockpit__status-field select.is-gray{border-color:#d0d5dd;background-color:#f2f4f7;color:#667085}.task-cockpit__assignee>button,.task-cockpit__open{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;height:34px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:#475467;display:flex;align-items:center;gap:7px;cursor:pointer}.task-cockpit__assignee>button{width:100%;padding:0 9px;text-align:left}.task-cockpit__assignee>button b{min-width:0;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.task-cockpit__assignee>button svg{width:13px;height:13px;flex:0 0 auto}.task-cockpit__assignee>button svg:last-child{margin-left:auto}.task-cockpit__open{padding:0 11px;border-color:transparent;background:#eef8f4;color:var(--brand-dark);font-size:10px;font-weight:800;white-space:nowrap}.task-cockpit__open svg{width:13px;height:13px}.task-cockpit__assignee>button:hover:not(:disabled),.task-cockpit__open:hover:not(:disabled){border-color:#84cab3}.task-cockpit__task-actions button:disabled,.task-cockpit__task-actions select:disabled{opacity:.55;cursor:wait}.task-cockpit__assignment-panel{margin-left:50px;padding:10px;border:1px solid #b2ddff;border-radius:11px;background:#eff8ff;display:flex;align-items:end;gap:9px}.task-cockpit__assignment-panel label{min-width:0;flex:1;display:grid;gap:4px}.task-cockpit__assignment-panel select{width:100%;min-width:0;height:34px;border:1px solid #84adff;border-radius:9px;padding:0 9px;background:#fff;color:#344054;font-size:10px}.task-cockpit__assignment-panel>button{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:34px;border:0;background:transparent;color:#475467;font-size:10px;font-weight:750;cursor:pointer}.task-cockpit__empty{min-height:250px;padding:32px;color:#667085;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;font-size:13px}.task-cockpit__empty>span{width:46px;height:46px;margin-bottom:4px;border-radius:15px;background:#ecfdf3;color:#079455;display:grid;place-items:center}.task-cockpit__empty strong{color:#344054}.task-cockpit__empty small{color:#98a2b3}.task-cockpit__aside{min-width:0;display:grid;gap:14px}.task-cockpit__side-card{padding:17px}.task-cockpit__side-card>header{padding-bottom:15px;border-bottom:1px solid #eef2f6;display:flex;align-items:center;gap:10px}.task-cockpit__side-card>header small{color:#98a2b3;font-size:9px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.task-cockpit__side-card>header h2{margin-top:1px;font-size:14px}.task-cockpit__side-icon{width:34px;height:34px;border-radius:11px;background:#eef8f4;color:var(--brand-dark);display:grid;place-items:center;flex:0 0 auto}.task-cockpit__side-icon svg{width:15px;height:15px}.task-cockpit__status-list{padding-top:15px;display:grid;gap:13px}.task-cockpit__status-row{display:grid;gap:6px}.task-cockpit__status-row>div{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#667085;font-size:10px;font-weight:650}.task-cockpit__status-row strong{color:#344054}.task-cockpit__status-track{height:5px;border-radius:999px;background:#f2f4f7;overflow:hidden}.task-cockpit__status-track i{display:block;min-width:0;height:100%;border-radius:inherit;background:#84adff}.task-cockpit__status-track i.is-orange{background:#f79009}.task-cockpit__status-track i.is-green{background:#12b76a}.task-cockpit__status-track i.is-gray{background:#98a2b3}.task-cockpit__team-list{padding-top:7px;display:grid}.task-cockpit__team-list>div{min-width:0;padding:10px 0;border-bottom:1px solid #f2f4f7;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px}.task-cockpit__team-list>div:last-child{border-bottom:0}.task-cockpit__avatar{width:30px;height:30px;border-radius:10px;background:#eff4ff;color:#2e5aac;display:grid;place-items:center;font-size:11px;font-weight:800}.task-cockpit__team-list .is-unassigned .task-cockpit__avatar{background:#f2f4f7;color:#667085}.task-cockpit__team-list>div>span:nth-child(2){min-width:0;display:grid;gap:2px}.task-cockpit__team-list strong{overflow:hidden;color:#344054;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.task-cockpit__team-list small,.task-cockpit__team-list p{margin:0;color:#98a2b3;font-size:9px}.task-cockpit__team-list em{min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#f2f4f7;color:#475467;display:grid;place-items:center;font-size:10px;font-style:normal;font-weight:800}.task-cockpit__access-denied{min-height:420px;border:1px solid #e4e7ec;border-radius:18px;background:#fff;color:#667085;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.task-cockpit__access-denied>span{width:48px;height:48px;border-radius:15px;background:#f2f4f7;display:grid;place-items:center}.task-cockpit__access-denied h1{margin:13px 0 4px;color:#344054;font-size:18px}.task-cockpit__access-denied p{margin:0;font-size:12px}@media (max-width: 1120px){.task-cockpit__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.task-cockpit__layout{grid-template-columns:minmax(0,1fr) 260px}.task-cockpit__task-actions{grid-template-columns:minmax(120px,.7fr) minmax(150px,1fr)}.task-cockpit__open{grid-column:1 / -1;justify-content:center}}@media (max-width: 900px){.task-cockpit__layout{grid-template-columns:minmax(0,1fr)}.task-cockpit__aside{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.task-cockpit{padding:14px 14px 28px;gap:14px}.task-cockpit__welcome{min-height:125px;padding:20px}.task-cockpit__welcome-mark{width:58px;height:58px;border-radius:18px}.task-cockpit__metrics{gap:10px}.task-cockpit__metric{min-height:105px;padding:13px}.task-cockpit__toolbar{align-items:stretch;flex-direction:column}.task-cockpit__tabs{overflow-x:auto}.task-cockpit__search{width:100%;min-width:0}}@media (max-width: 560px){.task-cockpit__welcome-mark{display:none}.task-cockpit__metrics,.task-cockpit__aside{grid-template-columns:1fr}.task-cockpit__metric{min-height:94px}.task-cockpit__section-head{align-items:start}.task-cockpit__tabs{display:grid;grid-template-columns:repeat(3,max-content)}.task-cockpit__task{padding:15px 14px}.task-cockpit__task-heading{align-items:start;flex-direction:column-reverse;gap:6px}.task-cockpit__task-actions,.task-cockpit__assignment-panel{margin-left:0}.task-cockpit__task-actions{grid-template-columns:1fr}.task-cockpit__open{grid-column:auto}}.notifications-menu__footer{min-height:48px;padding:10px 16px;border-top:1px solid #eef2f6;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#98a2b3;font-size:11px;font-weight:650}.notifications-menu__footer button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:4px 0;background:transparent;color:var(--brand-dark);font-size:11px;font-weight:750;cursor:pointer}.notifications-menu__footer button:disabled{color:#98a2b3;cursor:default}.shell-user strong{color:#101828;font-weight:700}.shell-new-btn{display:inline-flex;align-items:center;gap:10px;border-radius:12px}.shell-new-btn__icon{width:18px;height:18px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;line-height:1}.shell-content{padding:18px 28px 34px;max-width:1240px;margin:0 auto;width:100%}.shell-mobile-actions{margin-bottom:12px;width:100%}.shell-new-btn--mobile{width:100%;justify-content:center}.shell-filters{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;margin-bottom:14px}.shell-search{height:48px}.shell-search input{padding-top:14px;padding-bottom:14px}.inspections-pagination{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding-top:8px}.inspections-pagination__summary{color:#5b6472;font-size:.94rem}.inspections-pagination__controls{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.inspections-pagination__button{min-width:42px;height:42px;border:1px solid #d6dde8;background:#fff;color:#1f2937;border-radius:12px;padding:0 14px;font-weight:600;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.inspections-pagination__button:hover:not(:disabled){border-color:#2f6fed;color:#2f6fed}.inspections-pagination__button:focus-visible{outline:2px solid rgba(47,111,237,.22);outline-offset:2px}.inspections-pagination__button.is-active{border-color:#2f6fed;background:#2f6fed;color:#fff;box-shadow:0 10px 22px #2f6fed2e}.inspections-pagination__button:disabled{opacity:.45;cursor:not-allowed}.inspections-pagination__ellipsis{color:#7a8597;font-weight:700;letter-spacing:.08em;padding:0 4px}.page.page--shell,.page.page--shell .page-content{gap:0}.page.page--shell-fluid .shell-topbar__inner,.page.page--shell-fluid .shell-content{max-width:none}@media (max-width: 720px){.shell-layout{grid-template-columns:1fr}.shell-sidebar{display:none}.shell-topbar__meta.mobile-only{display:flex}.shell-mobile-actions.mobile-only{display:block}.shell-sidebar.open{display:flex;flex-direction:column;position:fixed;top:var(--shell-topbar-height, 74px);left:0;width:min(320px,86vw);max-width:100vw;bottom:0;overflow:auto;z-index:60;border-right:1px solid #eef2f6;box-shadow:0 18px 48px #0f172a2e;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.shell-overlay.open{display:block;position:fixed;top:var(--shell-topbar-height, 74px);left:0;right:0;bottom:0;background:#0f172a75;z-index:55}.shell-topbar__inner{padding:14px}.shell-content{padding:14px 14px 24px}.shell-filters{grid-template-columns:1fr}.inspections-pagination{flex-direction:column;align-items:stretch}.inspections-pagination__controls{justify-content:flex-start}.template-sections-header{flex-direction:column;align-items:stretch}.template-add-section-btn{width:100%;justify-content:center}.checklist.template-checklist .template-section-fields{grid-template-columns:1fr}.checklist.template-checklist .template-question-fields{grid-template-columns:24px minmax(0,1fr)}.checklist.template-checklist .template-question-fields .template-inline-btn{grid-column:1 / -1}.template-inline-actions{width:100%;justify-content:flex-start}.checklist.template-checklist .template-actions-row{justify-content:stretch}.checklist.template-checklist .template-actions-row .btn-secondary,.checklist.template-checklist .template-actions-row .btn-primary{width:100%;justify-content:center}}.detail-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:0;min-height:100vh}.detail-main{display:grid;gap:0;align-content:start;min-width:0;background:var(--bg)}.detail-main__inner{padding:12px 14px 18px}.reinspection-banner{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #b9c6fe;border-radius:14px;background:#eef4ff;color:#3538cd;margin-bottom:12px}.reinspection-banner__icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #b9c6fe;border-radius:11px;background:#fff}.reinspection-banner__icon svg{width:17px;height:17px}.reinspection-banner__content{display:grid;gap:2px;min-width:0;font-size:13px;line-height:1.45}.reinspection-banner__content strong{font-size:14px}.readonly-banner{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid #abefc6;background:#ecfdf3;color:#027a48;font-size:13px;font-weight:600;margin-bottom:12px}.readonly-banner__icon{width:26px;height:26px;border-radius:10px;background:#1f9d7824;border:1px solid rgba(31,157,120,.22);display:grid;place-items:center;flex:0 0 auto}.readonly-banner__icon svg{width:14px;height:14px}.presence-banner{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid #fedf89;border-radius:14px;background:#fffaeb;color:#93370d;margin-bottom:12px;font-size:13px;font-weight:600}.presence-banner.is-locked{border-color:#fecdca;background:#fef3f2;color:#b42318}.presence-banner.is-unavailable{border-color:var(--border);background:var(--panel);color:var(--muted)}.presence-banner__icon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 auto;border:1px solid currentColor;border-radius:10px;background:#ffffffa3;opacity:.82}.presence-banner__icon svg{width:15px;height:15px}.presence-banner__content{display:grid;flex:1 1 auto;gap:7px;min-width:0}.presence-banner__message{line-height:1.45}.presence-banner__sessions{display:flex;flex-wrap:wrap;gap:6px}.presence-session{padding:3px 8px;border:1px solid currentColor;border-radius:999px;background:#fff9;font-size:11px;line-height:1.3;opacity:.85}.presence-banner__action{flex:0 0 auto;min-height:34px;white-space:nowrap}@media (max-width: 720px){.presence-banner{flex-wrap:wrap}.presence-banner__action{width:100%;margin-left:38px}}.detail-tab-title{margin:0 0 14px;padding:0;font-size:24px;font-weight:800;letter-spacing:-.02em}.detail-sidebar{background:var(--panel);border-right:1px solid var(--border);border-radius:0;padding:18px 16px;box-shadow:none;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;min-width:0}.detail-sidebar__top{display:grid;gap:6px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #eef2f6;padding-top:10px}.detail-sidebar__brand{display:flex;align-items:center;gap:10px}.detail-sidebar__brand-icon{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#1f9d781f;color:var(--brand);flex:0 0 auto}.detail-sidebar__brand-icon svg{width:16px;height:16px}.detail-sidebar__brand-text{font-weight:800;letter-spacing:-.01em}.detail-sidebar__project{font-weight:700;font-size:13px;color:var(--text)}.detail-sidebar__address{font-size:12px;color:var(--muted);line-height:1.35}.detail-nav{display:grid;gap:10px}.detail-nav__item{border:0;background:transparent;border-radius:14px;padding:12px;text-align:left;cursor:pointer;color:var(--text);font-weight:600;display:flex;align-items:center;gap:12px;width:100%;transition:background .14s ease,box-shadow .14s ease,transform .14s ease}.detail-nav__item:hover{background:#f8fafc}.detail-nav__item:focus-visible{outline:none;box-shadow:0 0 0 4px #1f9d782e}.detail-nav__icon{width:40px;height:40px;border-radius:999px;background:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;color:#475569;flex:0 0 auto}.detail-nav__icon svg{width:16px;height:16px}.detail-nav__text{display:grid;gap:2px;min-width:0}.detail-nav__label{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-nav__meta{font-size:11px;color:var(--muted);font-weight:500}.detail-nav__item.active{background:var(--brand);color:#fff;box-shadow:0 10px 24px #1f9d7847}.detail-nav__item.active:hover{transform:translateY(-1px)}.detail-nav__item.active .detail-nav__meta{color:#ffffffdb}.detail-nav__item.active .detail-nav__icon{background:#ffffff2e;color:#fff}.detail-sidebar__bottom{margin-top:auto;padding-top:14px;display:grid;gap:10px}.detail-save{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:10px 12px;font-size:12px;font-weight:600}.detail-save__icon{display:inline-flex;align-items:center;justify-content:center}.detail-save__icon svg{width:14px;height:14px}.detail-save.is-ok{background:#1f9d781f;border-color:#1f9d782e;color:#0f6b52}.detail-save.is-dirty{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.detail-save.is-saving{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.detail-save.is-queued{background:#fffbeb;border-color:#fef3c7;color:#b45309}.detail-save.is-saving .detail-save__icon svg{animation:spin .8s linear infinite;transform-origin:center}.detail-back-btn{width:100%}.detail-topbar{display:none}@media (min-width: 721px){body.shell-open{display:block;padding:0;height:100vh;overflow:hidden}body.shell-open #root{width:100%;height:100%}.page.page--shell{width:100%;max-width:none;min-height:100vh}.page.page--shell .shell-layout{height:100vh}.page.page--shell .shell-main{min-height:0;overflow:auto}body.detail-open{display:block;padding:0;height:100vh;overflow:hidden}body.detail-open #root{width:100%;height:100%}.page.page--detail{width:100%;max-width:none;gap:0;min-height:100vh}.page.page--detail .detail-layout{height:100vh}.page.page--detail .detail-main{min-height:0;overflow:auto}.detail-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #eef2f6;padding:16px 28px}.detail-topbar__left{display:flex;align-items:center;gap:12px;min-width:0}.detail-topbar__title{font-weight:800;font-size:18px;letter-spacing:-.02em;color:var(--text)}.detail-topbar__sub{font-size:12px;color:var(--muted);font-weight:600}.detail-topbar__right{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}.detail-main__inner{padding:22px 20px 34px}.detail-tab-title{font-size:24px;margin-bottom:18px}.page--detail .detail-content{--detail-section-gap: 18px;gap:18px}.page--detail .detail-content>.readonly-fieldset{display:grid;gap:var(--detail-section-gap)}.page--detail .detail-card{padding:18px;border-radius:18px}.general-cards{grid-template-columns:repeat(auto-fit,minmax(390px,1fr));justify-content:start;gap:18px;align-items:start}.field-pair{grid-template-columns:repeat(2,minmax(0,1fr))}}.mobile-only{display:none}.desktop-only{display:inline-flex}.mobile-back-btn{border:0;background:transparent;color:var(--muted);font-weight:600;padding:4px 0 8px;cursor:pointer}.mobile-back-btn:hover{color:var(--text)}.mobile-tab-nav{display:none}.detail-content{display:grid;gap:16px}.general-cards{display:grid;gap:16px;align-items:start}.field-pair{display:grid;gap:12px}.detail-card{background:linear-gradient(180deg,#fffffffa,#fff);border:1px solid #e7ebe4;border-radius:24px;box-shadow:0 1px #fffffff5,0 10px 28px #1018280a;padding:18px 18px 20px}.detail-card h2{margin:0 0 12px;letter-spacing:-.01em;font-weight:700}.section-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(22,34,51,.06)}.section-heading__icon{width:38px;height:38px;border-radius:999px;background:#eef7f2;border:1px solid #d9e9e0;display:inline-flex;align-items:center;justify-content:center;color:var(--brand);flex:0 0 auto}.section-heading__icon svg{width:16px;height:16px}.section-heading__title{margin:0;font-size:18px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.section-heading__actions{margin-left:auto;display:inline-flex;align-items:center;gap:8px}.section-heading__icon-button{width:34px;height:34px;border:1px solid rgba(31,157,120,.16);border-radius:999px;background:transparent;color:#0f6b52;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.section-heading__icon-button:hover{background:#1f9d7814;border-color:#1f9d7847}.section-heading__icon-button svg{width:15px;height:15px}.detail-content .field{gap:8px;color:#667085}.detail-content .field>span{font-size:12px;font-weight:600;letter-spacing:.01em;color:#566273}.detail-content .field input,.detail-content .field textarea,.detail-content .field-select,.detail-content .photo-caption-input,.detail-content .measurement-sub input,.detail-content .finding{background:#f5f7f4;border-color:#dde4db;border-radius:16px;box-shadow:inset 0 1px #ffffffd1}.detail-content .field input,.detail-content .field textarea,.detail-content .field-select{font-size:14px}.detail-content .field textarea{min-height:110px}.detail-content .field input:focus,.detail-content .field textarea:focus,.detail-content .field-select:focus,.detail-content .photo-caption-input:focus,.detail-content .measurement-sub input:focus,.detail-content .finding:focus{border-color:#1f9d7857;box-shadow:0 0 0 4px #1f9d781f}.detail-content .field input::placeholder,.detail-content .field textarea::placeholder,.detail-content .photo-caption-input::placeholder,.detail-content .finding::placeholder{color:#98a2b3}.field__label-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;font-weight:600;letter-spacing:.01em;color:#566273}.detail-content .field__derived-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;border:1px solid #d9e9e0;background:#eef7f2;color:#0f6b52;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.field__required-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;border:1px solid #fecdca;background:#fef3f2;color:#b42318;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.detail-content .field.is-validation-target{border-radius:16px;outline:3px solid rgba(244,63,94,.18);outline-offset:5px}.detail-content .field.is-validation-target input,.detail-content .field.is-validation-target select,.detail-content .field.is-validation-target textarea{border-color:#fda29b;box-shadow:0 0 0 4px #f43f5e1f}.detail-content .field-output{width:100%;min-height:46px;display:flex;align-items:center;padding:12px 14px;border-radius:16px;border:1px dashed #cfe0d4;background:linear-gradient(180deg,#f9fcfa,#f1f7f3);color:#1f2937;font-size:14px;font-weight:700;box-shadow:inset 0 1px #ffffffeb}.detail-content .field-output--derived{cursor:default}.detail-content .field__hint{margin:0;font-size:12px;line-height:1.45;color:#667085}.detail-content .photo-caption-input{min-height:46px;padding:11px 14px;font-size:14px;font-weight:500;color:#233042;caret-color:var(--brand);background:linear-gradient(180deg,#fff,#fbfcfa);border-color:#d1ddd2;box-shadow:0 1px 2px #1018280d,inset 0 1px #ffffffeb;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.detail-content .photo-caption-input:hover:not(:disabled){background:#fff;border-color:#bdd0c0}.detail-content .photo-caption-input:focus{border-color:#1f9d786b;box-shadow:0 0 0 4px #1f9d781f,0 1px 2px #1018280f}.detail-content .photo-caption-input::placeholder{color:#7b8794}.detail-content .photo-caption-input:disabled{color:#98a2b3;background:#f2f4f7;border-color:#e4e7ec;box-shadow:none;cursor:not-allowed}.detail-content .upload-btn{border-radius:14px;border-color:#dde4db;background:#f8faf7;color:#344054}.detail-content .upload-btn:hover{background:#f0f4ef}.detail-content .btn-secondary,.detail-content .btn-primary{padding:10px 12px;border-radius:12px;box-shadow:none}.detail-content .btn-secondary{color:#0f6b52}.detail-content .btn-secondary:hover{background:#1f9d7814;color:#0f6b52}.detail-content .btn-primary{border-color:#1f9d7829;background:#eef7f2;color:#0f6b52}.detail-content .btn-primary:hover{transform:none;filter:none;background:#e4f2eb}.detail-content .thumb,.detail-content .finding-photo__img{border-radius:14px;border-color:#dde4db}.detail-content .thumb-caption{color:#475467}.detail-content .measurement-pdf-card__file,.detail-content .measurement-pdf-card__empty{border-radius:18px;border-color:#e7ebe4;background:#fbfcfa;box-shadow:none}.detail-content .device-block{grid-column:1 / -1;display:grid;gap:14px;padding:0;border:0;border-radius:0;background:transparent}.detail-content .device-toolbar{align-items:flex-end;padding-bottom:4px}.detail-content .device-sub{max-width:48ch;line-height:1.5;color:#667085}.detail-content .device-actions{gap:6px}.detail-content .device-list{gap:12px}.detail-content .device-row{grid-template-columns:minmax(0,1.6fr) 170px auto;gap:12px;padding:14px;border:1px solid #e7ebe4;border-radius:18px;background:#fbfcfa}.detail-content .device-block .muted{padding:12px 14px;border:1px dashed #dde4db;border-radius:16px;background:#fbfcfa}.checklist{display:grid;gap:12px}.check-section{border:1px solid var(--border);border-radius:12px;padding:12px;background:#f8fafc}.check-section__header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.check-section__title{font-weight:700}.check-section__desc{color:var(--muted);font-size:14px}.check-rows{display:grid;gap:8px}.check-row:first-of-type{border-top:none}.check-row__title{font-weight:600}.check-row__comment{color:#b91c1c;font-size:14px}.answer-chips{display:inline-flex;gap:6px}.answer-chip{border:1px solid var(--border);background:#fff;padding:8px 10px;border-radius:999px;cursor:pointer;font-weight:700;font-size:13px;min-width:54px}.answer-chip.active.yes{background:#16a34a;color:#fff;border-color:#16a34a}.answer-chip.active.no{background:#dc2626;color:#fff;border-color:#dc2626}.answer-chip.active.na{background:#e2e8f0;color:#0f172a;border-color:var(--border)}.answer-chip.yes:hover{border-color:#16a34a}.answer-chip.no:hover{border-color:#dc2626}.answer-chip.na:hover{border-color:var(--border)}.finding{width:100%;margin-top:6px;border-radius:10px;border:1px solid var(--border);padding:10px 12px;font-size:14px;font-family:inherit;resize:vertical}.findings{display:grid;gap:10px}.finding-row{border:1px solid var(--border);border-radius:12px;padding:10px 12px;display:flex;justify-content:space-between;gap:12px}.finding-title{font-weight:700}.finding-section{color:var(--muted);font-size:13px}.finding-text{margin-top:4px;color:#b91c1c}.finding-badges{display:flex;gap:6px;align-items:center}.photo-row{margin-top:6px;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.photo-caption-input{min-width:min(100%,320px);flex:1 1 240px;border:1px solid var(--border);border-radius:10px;padding:8px 10px;font-size:13px;color:var(--text);background:#fff}.photo-caption-input:focus{outline:none;border-color:#c7d7fe;box-shadow:0 0 0 4px #3b82f61f}.upload-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:#fff;cursor:pointer;font-weight:600}.upload-btn.is-disabled{opacity:.65;cursor:not-allowed;background:#f2f4f7}.thumbs{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}.thumb-wrapper{display:grid;gap:4px;justify-items:center}.thumb-caption{font-size:12px;color:#344054;text-align:center;line-height:1.35}.thumb{width:70px;height:70px;object-fit:cover;border-radius:8px;border:1px solid var(--border);cursor:pointer}.thumb-label{display:grid;gap:2px;font-size:11px;color:var(--muted);text-align:center}.thumb-label__text{font-size:12px;font-weight:600;line-height:1.2;color:var(--text)}.thumb-label__sub{font-size:11px;color:var(--muted)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;z-index:1200;padding:20px}.lightbox__dialog{background:#fff;color:#0f172a;border-radius:16px;padding:14px;max-width:min(90vw,960px);max-height:90vh;display:grid;gap:12px;box-shadow:0 20px 80px #00000059}.lightbox__dialog img{max-width:100%;max-height:70vh;border-radius:12px;object-fit:contain}.lightbox__meta{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.lightbox__content{display:grid;gap:8px;min-width:min(100%,360px)}.lightbox__title{font-weight:700}.lightbox__subtitle{color:#6b7280;font-size:13px}.lightbox__actions{display:flex;gap:8px;align-items:center}.lightbox__caption-editor{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.photo-caption-input--lightbox{min-width:min(100%,340px)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6;display:grid;place-items:center;z-index:1100;padding:calc(10px + env(safe-area-inset-top)) calc(10px + env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) calc(10px + env(safe-area-inset-left));overscroll-behavior:contain}.modal__dialog{background:#fff;color:var(--text);border-radius:16px;padding:18px;width:min(95vw,720px);box-shadow:0 20px 80px #00000059;display:flex;flex-direction:column;gap:14px;max-height:calc(100vh - 20px);max-height:calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));min-height:0;overflow:hidden}.modal__dialog.crm-modal--wizard{width:min(96vw,960px);padding:22px}.modal__dialog.crm-modal--installation{width:min(96vw,980px);height:calc(100vh - 20px);height:calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));padding:22px}.modal__dialog--confirm{width:min(95vw,520px)}.modal__header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;position:sticky;top:0;background:#fff;z-index:1;flex:0 0 auto}.modal__body{display:flex;flex-direction:column;gap:14px;min-height:0;overflow:auto;flex:1 1 auto;-webkit-overflow-scrolling:touch}.modal__actions{display:flex;justify-content:flex-end;gap:8px;position:sticky;bottom:0;background:#fff;padding-top:10px;flex:0 0 auto}.modal__close,.modal__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px}.modal__close svg,.modal__submit svg{width:15px;height:15px}.device-block{grid-column:1 / -1;display:grid;gap:10px;padding:12px;border-radius:12px;border:1px dashed var(--border);background:#f8fafc}.device-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.device-title{font-weight:700;color:var(--text)}.device-sub{font-size:13px;color:var(--muted)}.device-actions{display:flex;gap:8px;flex-wrap:wrap}.device-list{display:grid;gap:10px}.device-row{display:grid;grid-template-columns:minmax(0,1.6fr) 160px 130px;gap:10px;align-items:center}.create-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:20px;display:grid;gap:14px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.measurement-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.measurement-rows{display:grid;gap:12px}.measurement-row{display:grid;grid-template-columns:160px 1fr;gap:16px;align-items:start}.measurement-row__label{font-size:13px;font-weight:600;color:#475467;padding-top:10px}.measurement-inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.measurement-sub{display:grid;gap:6px;font-size:12px;color:#667085}.measurement-sub input{width:100%;padding:10px 12px;border-radius:var(--radius);border:1px solid var(--border);background:#fdfdff;color:var(--text);font-size:14px;transition:border .16s ease,box-shadow .16s ease}.measurement-sub input:focus{outline:none;border-color:#c7d2fe;box-shadow:0 0 0 4px #e0e7ff}.measurements-cards .field,.measurement-card .field{color:#667085}.measurement-card .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.measurement-card .form-grid.form-grid--single{grid-template-columns:1fr}.measurements-cards .field input,.measurements-cards .field textarea,.measurements-cards .field-select{background:#f2f4f7;border-color:#e4e7ec}.measurements-cards .field input::placeholder,.measurements-cards .field textarea::placeholder{color:#98a2b3}.measurements-stack{display:grid;gap:16px}.measurement-pdf-card{display:grid;gap:14px}.measurement-pdf-card__hint{margin:-4px 0 0;color:#667085;font-size:13px}.measurement-pdf-card__toggle{display:inline-flex;align-items:center;gap:10px;width:fit-content;color:#344054;font-size:14px;font-weight:600}.measurement-pdf-card__toggle input{width:16px;height:16px;margin:0}.measurement-pdf-card__state{padding:10px 12px;border:1px solid #d0d5dd;border-radius:12px;background:#f8fafc;color:#475467;font-size:13px}.measurement-pdf-card__actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.measurement-pdf-card__delete{display:inline-flex;align-items:center;gap:8px}.measurement-pdf-card__file{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 16px;border:1px solid #e4e7ec;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc)}.measurement-pdf-card__meta{display:grid;gap:4px}.measurement-pdf-card__name{font-size:14px;font-weight:700;color:#101828;word-break:break-word}.measurement-pdf-card__date{font-size:12px;color:#667085}.measurement-pdf-card__link{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-weight:700;text-decoration:none}.measurement-pdf-card__link:hover{text-decoration:underline}.measurement-pdf-card__empty{padding:14px 16px;border:1px dashed #d0d5dd;border-radius:14px;color:#667085;background:#fcfcfd;font-size:13px}.review-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.review-page{display:grid;gap:18px}.review-subtitle{margin:0;color:#667085;font-size:13px;font-weight:500}.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.review-card{border:1px solid #e4e7ec;background:#fff;border-radius:16px;padding:14px 14px 12px;display:grid;gap:8px;box-shadow:0 1px #ffffffe6}.review-card--link{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;text-align:left;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.review-card--link:hover{transform:translateY(-1px);border-color:#d0d5dd;box-shadow:0 14px 30px #0f172a0f}.review-card--link:focus-visible{outline:3px solid rgba(47,111,237,.25);outline-offset:2px}.review-finish__btn{width:unset!important;padding-left:18px;padding-right:18px}.review-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.review-card__icon{width:34px;height:34px;border-radius:12px;background:#f2f4f7;border:1px solid #eaecf0;display:inline-flex;align-items:center;justify-content:center;color:#475467;flex:0 0 auto}.review-card__icon svg{width:16px;height:16px}.review-card__value{font-size:26px;font-weight:800;color:#101828;letter-spacing:-.02em}.review-card__label{font-size:12px;color:#667085;font-weight:500}.review-status{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.review-status--ok{background:#e9f7ef;color:#12b76a;border:1px solid #b7e4c7}.review-status--warn{background:#fffaeb;color:#f79009;border:1px solid #fed7aa}.review-status svg{width:14px;height:14px}.review-findings{display:grid;gap:12px;margin-top:12px}.review-finding{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center;padding:12px;border-radius:10px;background:#f8fafc}.review-finding__badge{width:28px;height:28px;border-radius:999px;background:#98a2b3;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.review-finding__badge--cat-A{background:#f04438}.review-finding__badge--cat-B{background:#2f6fed}.review-finding__badge--cat-C{background:#f79009}.review-finding__badge--cat-D{background:#0ea5a6}.review-finding__badge--cat-E{background:#12b76a}.review-finding__badge--cat-X{background:#667085}.review-finding__title{font-weight:600;color:#101828;font-size:13px}.review-finding__meta{font-size:12px;color:#667085;margin-top:4px}.review-actions{margin-top:14px;display:grid;grid-template-columns:1fr;gap:10px}@media (min-width: 721px){.template-appendix__actions,.review-actions{grid-template-columns:repeat(2,max-content);justify-content:start;align-items:center;gap:12px}.review-actions .btn-brand,.review-actions .btn-muted{width:auto}}.btn-brand,.btn-muted{width:100%;padding:12px 16px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:14px;cursor:pointer;transition:transform .14s ease,filter .14s ease,background .14s ease,border-color .14s ease}.btn-brand{border:1px solid var(--brand);background:var(--brand);color:#fff;box-shadow:0 12px 30px #1f9d7838}.btn-brand:hover{transform:translateY(-1px);filter:brightness(1.02)}.btn-muted{border:1px solid #e4e7ec;background:#f2f4f7;color:#101828}.btn-muted:hover{background:#eaecf0}.btn-brand:disabled,.btn-muted:disabled{opacity:.75;cursor:not-allowed;transform:none;filter:none}.review-report-error{margin-top:12px;font-size:13px;color:#b42318}.review-versions__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.review-versions__subtitle{font-size:12px;color:#667085;margin-top:2px}.review-link{border:0;background:transparent;color:var(--accent);font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:8px;padding:6px 8px;border-radius:10px;cursor:pointer}.review-link:hover{background:#f1f5f9}.review-link:disabled{opacity:.6;cursor:not-allowed}.review-link svg{width:14px;height:14px}.review-versions__list{display:grid;gap:10px}.review-versions__more{justify-self:start;margin-top:2px}.review-versions__empty{font-size:13px;color:#667085;padding:6px 4px}.review-versions__error{font-size:13px;color:#b42318;padding:6px 4px}.review-version{display:grid;gap:6px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#fff}.review-version__badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#1f9d781f;color:var(--brand);font-weight:700;font-size:12px;border:1px solid rgba(31,157,120,.18);width:fit-content}.review-version__meta{font-size:12px;color:#667085}.review-version__link{font-size:12px;font-weight:700;color:var(--accent);text-decoration:none;background:transparent;border:0;padding:0;cursor:pointer;display:inline-flex;align-items:center}.review-version__actions{display:flex;align-items:center;justify-content:flex-start;gap:14px;flex-wrap:wrap}.review-version__link:disabled{opacity:.6;cursor:not-allowed}.review-finish{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.review-finish__controls{display:flex;align-items:flex-end;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-left:auto}.review-finish__title{font-weight:600;color:#101828;margin-bottom:4px}.review-finish__text{color:#667085;font-size:13px}.review-result-control{display:grid;gap:8px;min-width:min(100%,280px)}.review-panel>.review-result-control{margin:14px 0 16px}.review-result-control__label{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#475467;font-size:12px;font-weight:800}.review-result-control__choices{display:inline-flex;align-items:center;gap:6px;padding:4px;border:1px solid #d0d5dd;border-radius:12px;background:#fff}.review-result-choice{position:relative;min-height:34px;padding:8px 12px;border:1px solid transparent;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#475467;font-size:13px;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.review-result-choice input{position:absolute;width:1px;height:1px;margin:0;opacity:0;pointer-events:none}.review-result-choice span{border-radius:7px}.review-result-choice.is-active{background:#f2f4f7;border-color:#e4e7ec;color:#101828}.review-result-choice--approved.is-active{background:#e9f7ef;border-color:#b7e4c7;color:#0f9476}.review-result-choice--rejected.is-active{background:#fef3f2;border-color:#fecdca;color:#d92d20}.review-result-choice input:focus-visible+span{outline:3px solid rgba(47,111,237,.18);outline-offset:2px}.review-result-choice.is-disabled{opacity:.72;cursor:not-allowed}.review-result-control__followup{display:grid;gap:4px;color:#475467;font-size:12px;font-weight:700}.review-result-control__followup .field-select{min-width:280px}.review-result-control__followup.is-validation-target{border-radius:12px;outline:3px solid rgba(244,63,94,.18);outline-offset:5px}.review-result-control__followup.is-validation-target .field-select{border-color:#fda29b;box-shadow:0 0 0 4px #f43f5e1f}.review-finalize-alert{width:100%;margin-top:14px;padding:14px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start;border:1px solid #fecdca;border-radius:14px;background:#fffbfa;color:#7a271a}.review-finalize-alert__icon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fee4e2;color:#d92d20}.review-finalize-alert__icon svg{width:16px;height:16px}.review-finalize-alert__body{display:grid;gap:4px;min-width:0;font-size:13px;line-height:1.45}.review-finalize-alert__body strong{color:#912018}.review-finalize-alert__target{color:#b42318;font-weight:700}.review-finalize-alert__action{border:1px solid #fda29b;border-radius:10px;background:#fff;color:#b42318;padding:8px 12px;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap}.review-finalize-alert__action:hover{background:#fff5f4}@media (max-width: 720px){.review-finish{align-items:flex-start}.review-finish__controls{width:100%;justify-content:flex-start;margin-left:0}.review-result-control,.review-result-control__choices,.review-result-control__followup .field-select{width:100%;min-width:0}.review-finish__controls .review-finish__btn{width:100%!important}.review-finalize-alert{grid-template-columns:auto minmax(0,1fr)}.review-finalize-alert__action{grid-column:1 / -1;width:100%}}.review-info-grid{margin-top:12px;display:grid;grid-template-columns:1fr;gap:14px}.review-info{display:grid;gap:4px}.review-info__label{font-size:12px;color:#667085}.review-info__value{font-size:14px;font-weight:600;color:#101828}.review-panel__title{margin:0 0 10px;font-weight:700;font-size:16px;letter-spacing:-.01em;color:#101828}.review-report-options{margin:10px 0 16px;border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0}.review-report-option{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:12px 0 14px;margin:10px 0 16px;border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;cursor:pointer}.review-report-options .review-report-option{margin:0;border-top:0;border-bottom:0}.review-report-options .review-report-option+.review-report-option{border-top:1px solid #eaecf0}.review-report-option__meta{display:grid;gap:4px;min-width:0}.review-report-option__label{font-size:14px;font-weight:600;color:#101828}.review-report-option__hint{font-size:12px;color:#667085}.review-report-option__control{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;font-size:13px;color:#475467;-webkit-user-select:none;user-select:none}.review-report-option__control input{width:16px;height:16px;margin:0;accent-color:#2f6fed}.review-report-option--field{cursor:default}.review-report-option__control--text{width:min(320px,100%);-webkit-user-select:text;user-select:text}.review-report-option__control--text input{width:100%;height:auto;padding:10px 12px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:#101828;font:inherit;accent-color:initial}.review-report-option__control--text input:focus{outline:none;border-color:#84adff;box-shadow:0 0 0 3px #2f6fed24}.review-panels{display:grid;gap:18px}.inspection-event-log{padding:4px 2px 0;color:#667085}.inspection-event-log__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.inspection-event-log__header h3{margin:0;color:#475467;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.inspection-event-log__header p{margin:3px 0 0;font-size:11px}.inspection-event-log__refresh{display:inline-flex;color:#98a2b3}.inspection-event-log__refresh svg{animation:spin .9s linear infinite}.inspection-event-log__list{list-style:none;margin:0;padding:0}.inspection-event-log__item{position:relative;display:grid;grid-template-columns:minmax(118px,auto) 8px minmax(0,1fr);align-items:start;gap:10px;min-height:30px;font-size:12px;line-height:1.45}.inspection-event-log__item time{color:#98a2b3;font-variant-numeric:tabular-nums;white-space:nowrap}.inspection-event-log__dot{position:relative;width:7px;height:7px;margin-top:5px;border:1px solid #98a2b3;border-radius:999px;background:#fff}.inspection-event-log__item:not(:last-child) .inspection-event-log__dot:after{content:"";position:absolute;top:7px;left:2px;width:1px;height:23px;background:#e4e7ec}.inspection-event-log__description{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0;padding-bottom:8px;color:#667085}.inspection-event-log__related,.inspection-event-log__retry{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#475467;font:inherit;cursor:pointer}.inspection-event-log__related{display:inline-flex;align-items:center;gap:3px;flex:0 0 auto;padding:0;font-weight:600}.inspection-event-log__related:hover,.inspection-event-log__retry:hover{color:var(--accent)}.inspection-event-log__related svg{width:13px;height:13px}.inspection-event-log__empty,.inspection-event-log__retry{padding:3px 0;color:#98a2b3;font-size:12px}@media (max-width: 600px){.inspection-event-log__item{grid-template-columns:8px minmax(0,1fr)}.inspection-event-log__item time{grid-column:2;font-size:11px}.inspection-event-log__dot{grid-column:1;grid-row:1 / span 2}.inspection-event-log__description{grid-column:2;flex-direction:column;gap:3px}}@media (min-width: 721px){.review-panels{grid-template-columns:repeat(2,minmax(0,1fr))}.review-panel--full{grid-column:1 / -1}}.create-card textarea{border-radius:var(--radius);border:1px solid var(--border);padding:12px 14px;resize:vertical;font-family:inherit;font-size:15px;background:#fdfdff;color:var(--text)}.actions-row{display:flex;justify-content:flex-end;gap:10px}@media (max-width: 780px){.nav{flex-direction:column;align-items:flex-start;gap:10px}.filters{grid-template-columns:1fr}.status-chips{justify-content:flex-start}.review-report-option{flex-direction:column;align-items:flex-start}.select{width:100%}.list-card{flex-direction:column;align-items:flex-start}.list-card__right{width:100%;display:flex;justify-content:space-between}.inspections-list .list-card__right{display:flex;justify-content:flex-end}.inspections-list .list-card__right .chevron{display:none}.inspections-pagination__button{flex:0 0 auto}.detail-content .device-row,.form-grid,.measurement-grid,.measurement-row{grid-template-columns:1fr}.measurement-row__label{padding-top:0}.measurement-inline{grid-template-columns:1fr}}.checklist{width:min(1100px,100%);margin:0 auto;padding:0;display:grid;grid-template-columns:1fr;gap:18px;align-items:start}@media (min-width: 721px){.checklist{grid-template-columns:repeat(auto-fit,minmax(325px,1fr))}}.check-section{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 1px 2px #1018280f,0 10px 26px #1018280a;min-width:325px;padding:0;overflow:hidden}.check-section__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:#fff}.check-section__toggle{display:flex;align-items:center;gap:12px;border:0;background:transparent;padding:0;cursor:pointer;text-align:left;min-width:0;flex:1}.chev{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:#667085;margin-left:auto;transform:rotate(0);transition:transform .15s ease}.chev svg{display:block}.chev.open{transform:rotate(180deg)}.check-section__title{font-weight:700;color:#101828;font-size:15px}.check-section__meta{display:none}.check-section__desc{color:#667085;font-size:12px;line-height:1.35;text-align:right}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;color:#344054;background:#f2f4f7;border:1px solid var(--border);white-space:nowrap}.pill.pill-ok{background:#dcfce7;color:#166534;border-color:#bbf7d0}.pill.pill-dirty{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.pill.pill-saving{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.pill.pill-queued{background:#fffbeb;color:#b45309;border-color:#fef3c7}.pill--danger{background:#fef3f2;border-color:#fee4e2;color:#b42318}.pill--warn{background:#fffbeb;border-color:#fef3c7;color:#b45309}.check-rows{padding:0}.check-row{padding:16px 18px;border-top:1px solid #eef2f6}.check-row:first-child{border-top:0}.check-row__main{display:grid;grid-template-columns:1fr;gap:12px;align-items:start;width:100%;justify-content:space-between}.check-row__title{font-size:14px;font-weight:600;color:#101828;line-height:1.35}.check-row__left{min-width:0}.check-row__title-wrap{display:flex;align-items:center;gap:8px;min-width:0}.check-row__title-wrap .check-row__title{min-width:0;flex:1 1 auto}.check-row__title-input{width:100%;max-width:540px;border:1px solid #d0d5dd;border-radius:10px;padding:8px 10px;font-size:14px;font-weight:600;line-height:1.35;color:#101828;background:#fff}.check-row__title-input:focus{outline:none;border-color:#2f6fed;box-shadow:0 0 0 3px #2f6fed29}.check-row__title-edit{border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#475467;width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.check-row__title-edit:hover:not(:disabled){border-color:#98a2b3;background:#f9fafb;color:#1d2939}.check-row__title-edit:disabled{opacity:.65;cursor:not-allowed}.check-row__comment{margin-top:6px;font-size:12px;color:#667085}.answer-chips{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.answer-chip{border:1px solid transparent;border-radius:14px;padding:10px 12px;font-size:13px;font-weight:600;cursor:pointer;background:#f2f4f7;color:#667085;-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,border-color .12s ease,color .12s ease}.answer-chip:disabled{opacity:.8;cursor:not-allowed}.answer-chip.active:disabled{opacity:1}.answer-chip.yes{border-color:#d1fadf}.answer-chip.no{border-color:#fee4e2}.answer-chip.na{border-color:#e4e7ec}.answer-chip.yes.active{background:var(--brand);border-color:var(--brand);color:#fff}.answer-chip.no.active{background:#dc2626;border-color:#dc2626;color:#fff}.answer-chip.na.active{background:#667085;border-color:#667085;color:#fff}.answer-chip:not(.active):hover{background:#eaecf0}.answer-chip.active:hover{filter:brightness(.98)}.finding-link{margin-top:0;padding:0;border:0;background:transparent;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;font-weight:600;color:#f79009}.finding-inline{margin-top:10px;display:grid;gap:10px}.checklist-actions{display:flex;justify-content:flex-start;padding-top:4px}.checklist-actions__add{border:1px dashed #d0d5dd;background:#fff;color:#344054;padding:11px 14px;border-radius:12px}.checklist-actions__add:hover:not(:disabled){border-color:#98a2b3;background:#f9fafb}.checklist-actions__add:disabled{opacity:.65;cursor:not-allowed}.check-row__na-reason{margin-top:10px;display:grid;gap:8px;padding:12px;border:1px solid #e4e7ec;border-radius:14px;background:#fcfcfd}.check-row__na-reason .field{margin:0}.check-row__na-reason textarea{min-height:82px;resize:vertical}.check-row__na-save{justify-self:start}.finding-inline .finding-card{margin-top:0}.finding-link:hover{color:#b54708}.finding-link__icon{display:inline-flex;align-items:center;justify-content:center}.finding-link__icon svg{width:16px;height:16px}.finding-link__chev{display:inline-flex;align-items:center;justify-content:center;opacity:.7;transition:transform .15s ease}.finding-link.is-open .finding-link__chev{transform:rotate(180deg)}.finding-link__chev svg{width:16px;height:16px}.check-row__details{margin-top:12px;padding-top:12px;border-top:1px dashed var(--border);display:grid;gap:10px}.finding-accordion{margin-top:12px;display:grid;gap:10px}.finding-accordion__toggle{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:#fff;cursor:pointer;text-align:left;font-size:13px;font-weight:600;color:#101828}.finding-accordion__toggle:hover{background:#f9fafb}.finding-accordion__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#b42318;flex:0 0 auto}.finding-accordion__icon svg{width:18px;height:18px}.finding-accordion__label{flex:0 0 auto}.finding-accordion .finding-card{margin-top:0}.finding-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.finding-card{margin-top:12px;padding:14px;border-radius:12px;background:#fff1f2;border:1px solid #fecdd3;display:grid;gap:10px}.finding-card--prio-0{background:#eff6ff;border-color:#bfdbfe}.finding-card--prio-1{background:#fff1f2;border-color:#fecdd3}.finding-card--prio-2{background:#fff7ed;border-color:#fed7aa}.finding-card--prio-3{background:#fffbeb;border-color:#fde68a}.finding-card.is-resolved{border-color:#a6e7d0;background:#ecfdf3}.finding-card__header{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.finding-card__title{font-size:13px;font-weight:600;color:#b42318}.finding-card__badges{display:inline-flex;align-items:center;gap:8px;justify-self:start}.finding-card__text{font-size:13px;color:#101828}.finding-card__meta{font-size:12px;color:#475467}.finding-card__meta a,.reinspection-finding-resolution a{color:#175cd3;font-weight:700;text-decoration:none}.finding-card__meta a:hover,.reinspection-finding-resolution a:hover{text-decoration:underline}.finding-card__reinspection-action{display:grid;justify-items:start;gap:6px;padding-top:10px;border-top:1px solid rgba(152,162,179,.28)}.finding-card__reinspection-action .btn-secondary{display:inline-flex;align-items:center;gap:8px}.finding-card__reinspection-action .btn-secondary svg{width:16px;height:16px}.reinspection-finding-resolution{margin-top:10px;padding:12px 14px;border:1px solid #a6e7d0;border-radius:12px;background:#ecfdf3;color:#067647;display:flex;align-items:flex-start;gap:10px}.reinspection-finding-resolution__icon{width:26px;height:26px;border-radius:999px;background:#d1fadf;display:grid;place-items:center;flex:0 0 auto}.reinspection-finding-resolution__icon svg{width:15px;height:15px}.reinspection-finding-resolution__content{display:grid;gap:3px;font-size:12px;line-height:1.45}.reinspection-finding-resolution__content strong{color:#05603a;font-size:13px}.finding-card__photos{display:flex;flex-wrap:wrap;gap:12px}.finding-photo{border:0;padding:0;background:transparent;cursor:pointer;display:grid;gap:6px;justify-items:start;text-align:left}.finding-photo__img{width:160px;height:160px;object-fit:cover;border-radius:12px;border:1px solid var(--border)}.finding-photo__caption{max-width:160px;font-size:12px;color:#344054;line-height:1.35}.finding-existing-photos{display:grid;gap:10px}.finding-existing-photos__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(116px,1fr));gap:10px;max-height:320px;overflow:auto;padding:2px}.finding-existing-photo{min-width:0;display:grid;gap:7px;padding:8px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text);text-align:left;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.finding-existing-photo:hover:not(:disabled){border-color:#bdd0c0;box-shadow:0 8px 20px #10182814;transform:translateY(-1px)}.finding-existing-photo:disabled{opacity:.62;cursor:wait}.finding-existing-photo__img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;border:1px solid #eef1ee;background:#f2f4f7}.finding-existing-photo__caption{min-width:0;min-height:32px;color:#344054;font-size:12px;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.finding-existing-photo__action{color:#0f6b52;font-size:11px;font-weight:800}.finding{width:100%;min-height:84px;resize:vertical;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:13px;outline:none}.finding:focus{border-color:#c7d7fe;box-shadow:0 0 0 4px #3b82f61f}.photo-tools{display:flex;align-items:center;justify-content:space-between;gap:12px}.upload-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:#fff;padding:8px 12px;border-radius:10px;font-size:12px;cursor:pointer;color:#344054;white-space:nowrap}.upload-btn:hover{background:#f9fafb}.thumbs{display:flex;gap:10px;flex-wrap:wrap}.thumb-btn{padding:0;border:0;background:transparent;cursor:pointer;display:grid;gap:6px;justify-items:center}.thumb{width:64px;height:64px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.thumbs.thumbs--finding-modal{gap:12px}.thumbs.thumbs--finding-modal .thumb{width:88px;height:88px;border-radius:12px}.thumb--large{width:120px;height:120px}.thumbs.thumbs--gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,220px));gap:16px;align-items:start;justify-content:start}.thumbs.thumbs--gallery .thumb-wrapper{justify-items:stretch}.thumbs.thumbs--gallery .thumb.thumb--large{width:100%;height:auto;aspect-ratio:1 / 1}.error{margin-top:10px;color:#b42318;font-size:12px}@media (max-width: 720px){body{padding-bottom:calc(96px + env(safe-area-inset-bottom));overflow-x:hidden}.nav{width:100%;align-items:flex-start;top:0}.thumb--large{width:104px;height:104px}.thumbs.thumbs--gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.thumbs.thumbs--gallery .thumb-wrapper{width:100%;justify-items:stretch}.thumbs.thumbs--gallery .thumb.thumb--large{width:100%;height:auto;aspect-ratio:1 / 1}.photo-caption-input{min-width:100%;flex-basis:100%}.photo-caption-input--lightbox{min-width:100%}.nav.nav--detail{display:grid;grid-template-columns:1fr;gap:6px;width:100%}.mobile-only{display:inline-flex}.nav-row.mobile-only{display:grid;grid-column:1 / -1;width:100%}.nav-sub{grid-column:1 / -1;width:100%}.nav-sub.mobile-only{display:block}.desktop-only{display:none}.mobile-tab-nav{display:flex;gap:12px;align-items:center;position:fixed;left:0;right:0;bottom:0;width:100%;max-width:100vw;box-sizing:border-box;background:var(--panel);border-top:1px solid var(--border);border-radius:0;padding:10px 16px calc(10px + env(safe-area-inset-bottom));box-shadow:0 -10px 30px #0f172a14;z-index:20}.mobile-tab-nav>div[aria-hidden=true]{flex:1 1 auto}.mobile-tab-nav .tab-nav-prev{padding:10px 6px;font-size:14px;max-width:44vw}.mobile-tab-nav .btn-primary.tab-nav-next{padding:10px 14px;font-size:14px;max-width:48vw}.mobile-tab-nav .tab-nav-prev:disabled,.mobile-tab-nav .btn-primary.tab-nav-next:disabled{opacity:.5;cursor:not-allowed}.detail-layout{grid-template-columns:1fr}.detail-sidebar{display:none}.detail-sidebar.open{display:flex;flex-direction:column;position:fixed;top:var(--detail-nav-height, 96px);left:var(--detail-nav-left, 0px);width:var(--detail-nav-width, 100vw);max-width:100vw;bottom:calc(96px + env(safe-area-inset-bottom));overflow:auto;z-index:25;border:1px solid var(--border);border-top:0;border-radius:0 0 14px 14px;box-shadow:0 12px 26px #0f172a1f}.detail-sidebar__top,.detail-back-btn{display:none}.check-section__header{flex-direction:column;align-items:stretch}.check-section__meta{align-items:flex-start;min-width:auto}.check-row__main{grid-template-columns:1fr;width:100%;justify-content:space-between}.check-row__title-input{max-width:none}.answer-chips{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.answer-chip{width:100%;display:inline-flex;align-items:center;justify-content:center}}.users-shell-content{display:grid;gap:14px;align-content:start;align-items:start}.users-layout{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.35fr);gap:14px;align-items:start}.users-panel{display:grid;gap:16px}.users-panel__header{display:flex;justify-content:space-between;gap:12px;align-items:center}.users-list{display:grid;gap:10px}.users-list-card{width:100%;text-align:left;border:1px solid var(--border);border-radius:14px;padding:16px;background:#fff;display:grid;gap:12px;cursor:pointer;transition:border-color .14s ease,transform .14s ease,box-shadow .14s ease}.users-list-card:hover{border-color:rgba(var(--accent-rgb),.34);transform:translateY(-1px);box-shadow:0 10px 24px #0f172a12}.users-list-card.is-active{border-color:rgba(var(--accent-rgb),.6);box-shadow:0 12px 26px rgba(var(--accent-rgb),.12)}.users-list-card__top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.users-list-card__title{font-size:16px;font-weight:700;color:#111827}.users-list-card__subtitle{margin-top:4px;font-size:13px;color:var(--muted)}.users-list-card__meta{display:flex;flex-wrap:wrap;gap:12px;color:#475467;font-size:13px}.users-list-card__meta span{display:inline-flex;align-items:center;gap:6px}.users-form{display:grid;gap:16px}.users-superadmin-toggle{align-items:center}.users-form__hint{margin-top:-4px}.users-permissions{display:grid;gap:14px}.users-permissions__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.users-permissions__header h3{margin:0 0 4px;font-size:16px}.users-permissions__header p{margin:0}.users-permissions__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.users-roles{padding-bottom:2px}.users-permission-group{display:grid;gap:10px}.users-permission-group__title{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#344054;font-size:13px;font-weight:700}.users-permission-group__title span:last-child{color:#667085;font-weight:600}.users-permission-card{border:1px solid var(--border);border-radius:14px;padding:14px;background:#fff;display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;align-items:flex-start}.users-permission-card.is-implied{background:#f8fafc}.users-permission-card.is-role-granted,.users-role-card{border-color:#bfdbfe;background:#f8fbff}.users-permission-card input{margin-top:3px}.users-permission-card__title{font-size:14px;font-weight:700;color:#111827}.users-permission-card__key{margin-top:4px;font-size:12px;font-weight:600;color:#475467}.users-permission-card p{margin:8px 0 0}.users-form__actions{justify-content:flex-end}@media (max-width: 1024px){.users-layout{grid-template-columns:1fr}}.field--full{grid-column:1 / -1}.ebi-general-tab .ebi-general-cards{margin-bottom:20px}.ebi-general-tab__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.ebi-general-tab__grid>.ebi-general-card--wide{grid-column:1 / -1}.ebi-general-tab .ebi-choice-notes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px 24px}.ebi-general-tab .ebi-choice-note-card{display:grid;gap:10px;padding:0;border:0;border-radius:0;background:transparent}.ebi-general-tab .ebi-choice-note-card__title{margin:0;font-size:14px;line-height:1.4;font-weight:700;color:#0f172a}.ebi-general-tab .ebi-choice-note-card__fields{display:grid;gap:10px}.ebi-general-tab .ebi-choice-note-card textarea{min-height:126px;resize:vertical}.ebi-reference-link{color:#0f6b52;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}.ebi-reference-link:hover{text-decoration:underline}.ebi-wind-field__summary{margin:0}.ebi-general-tab .ebi-wind-field,.ebi-general-tab .ebi-beaufort-helper{grid-column:1 / -1}.ebi-beaufort-helper{display:grid;gap:10px;padding:12px;border:1px solid #dce7df;border-radius:16px;background:#fbfdfb}.ebi-beaufort-helper__header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#172033;font-size:13px}.ebi-beaufort-table-wrap{overflow-x:auto}.ebi-beaufort-table{width:100%;min-width:760px;border-collapse:collapse;font-size:12px;line-height:1.35;color:#344054}.ebi-beaufort-table th,.ebi-beaufort-table td{padding:8px 10px;border-bottom:1px solid #e6ede8;text-align:left;vertical-align:top}.ebi-beaufort-table th{color:#566273;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.ebi-beaufort-table tbody tr:hover{background:#f3f8f5}.ebi-beaufort-table tbody tr.is-selected{background:#eef7f2}.ebi-beaufort-table__select{width:30px;height:30px;border:1px solid #cfe0d4;border-radius:999px;background:#fff;color:#0f6b52;font-size:12px;font-weight:800;cursor:pointer}.ebi-beaufort-table__select:hover{border-color:#1f9d786b;background:#f8fcfa}.ebi-beaufort-table tr.is-selected .ebi-beaufort-table__select{background:#1f9d78;border-color:#1f9d78;color:#fff}.ebi-datasheet-manager{display:grid;gap:14px}.ebi-datasheet-manager__toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.ebi-datasheet-manager__hint{margin:0;color:#596579;font-size:13px;line-height:1.5;max-width:680px}.ebi-datasheet-manager__list{display:grid;gap:10px}.ebi-datasheet-manager__file-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.ebi-repeatable{display:grid;gap:14px;margin-bottom:16px}.ebi-repeatable__item{border:1px solid #e7ebe4;border-radius:20px;padding:16px;background:#fff;box-shadow:inset 0 1px #fffffff0}.ebi-repeatable__item--stacked{display:grid;gap:14px}.ebi-repeatable__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:0}.ebi-repeatable__header strong{font-size:15px;line-height:1.35;letter-spacing:-.01em;color:#101828}.ebi-repeatable__header-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.ebi-repeatable__copy-link,.ebi-repeatable__remove-link,.ebi-repeatable__add-link{display:inline-flex;align-items:center;border:0;background:transparent;padding:0;cursor:pointer;font-weight:700;font-size:14px}.ebi-repeatable__copy-link{color:#0f6b52}.ebi-repeatable__copy-link:hover{color:#12b76a}.ebi-repeatable__remove-link{color:#98a2b3}.ebi-repeatable__remove-link:hover{color:#b42318}.ebi-repeatable__add-link{color:#12b76a}.ebi-repeatable__add-link:hover{color:#0f6b52}.ebi-repeatable__item .detail-card{border-radius:18px;padding:16px;box-shadow:none;background:#fbfcfa}.ebi-repeatable__item .detail-card .section-heading{margin-bottom:16px}.ebi-upload-slot{display:grid;gap:12px;padding:14px;border:1px dashed #dde4db;border-radius:18px;background:#fbfcfa;box-shadow:none}.ebi-upload-slot--compact{padding:12px 14px;gap:12px}.ebi-upload-slot .section-heading{margin-bottom:0;padding-bottom:0;border-bottom:0}.ebi-upload-slot .section-heading__icon{width:34px;height:34px}.ebi-upload-slot--compact .section-heading__title{font-size:.98rem}.ebi-upload-slot__helper{margin:0;color:#596579;font-size:13px;line-height:1.5}.ebi-upload-slot--tile{padding:0;gap:0;overflow:hidden;background:#fff}.ebi-upload-slot__tile{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:54px;padding:14px 16px;color:#475467;cursor:pointer;transition:background .14s ease,color .14s ease}.ebi-upload-slot__tile-main{display:inline-flex;align-items:center;gap:10px;min-width:0}.ebi-upload-slot__tile:hover{background:#f8faf7}.ebi-upload-slot__tile.is-disabled{cursor:not-allowed;opacity:.7;background:#f8faf7}.ebi-upload-slot__tile-icon{display:inline-flex;align-items:center;justify-content:center;color:#667085;flex:0 0 auto}.ebi-upload-slot__tile-label{font-size:15px;font-weight:600;line-height:1.35}.ebi-upload-slot__tile-add{width:24px;height:24px;border-radius:999px;background:#eef7f2;border:1px solid #d9e9e0;color:#12b76a;display:inline-flex;justify-content:center;font-size:16px;font-weight:700;line-height:1;flex:0 0 auto}.ebi-upload-slot__controls{display:grid;gap:10px}.ebi-upload-slot__controls .photo-caption-input{width:100%;min-width:100%}.ebi-upload-slot__tile.is-disabled .ebi-upload-slot__tile-add{color:#98a2b3;background:#f2f4f7;border-color:#eaecf0}.ebi-upload-slot--tile .error{margin:0 16px 12px}.ebi-upload-slot__thumbs{margin-top:0;padding:0 14px 14px}.ebi-upload-slot__thumbs.thumbs--gallery{grid-template-columns:repeat(auto-fit,minmax(96px,175px));gap:10px}.ebi-upload-slot__thumbs .thumb-wrapper{max-width:175px;justify-items:stretch}.ebi-upload-slot__thumb-wrapper{gap:6px}.ebi-upload-slot__thumb-media{position:relative}.ebi-upload-slot__thumbs .thumb.thumb--large{width:100%;height:auto;aspect-ratio:1 / 1}.ebi-upload-slot__thumb-media--tile .thumb{display:block}.ebi-upload-slot__delete-icon{position:absolute;top:8px;right:8px;width:30px;height:30px;border:1px solid rgba(185,28,28,.16);border-radius:999px;background:#fffffff0;color:#b42318;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #1018281f;cursor:pointer;transition:background .14s ease,color .14s ease,transform .14s ease}.ebi-upload-slot__delete-icon:hover:not(:disabled){background:#fff1f2;transform:translateY(-1px)}.ebi-upload-slot__delete-icon:disabled{opacity:.6;cursor:not-allowed;transform:none}.ebi-upload-slot__delete-icon svg{width:14px;height:14px}.ebi-upload-slot__empty{padding:12px 14px;border:1px dashed #dde4db;border-radius:16px;background:#fff}.ebi-upload-slot__delete--compact{width:auto;margin-top:8px;padding:8px 10px;font-size:12px}.ebi-inverter-card,.ebi-cable-card{gap:16px}.ebi-cable-copy-hint{margin:-6px 0 16px;color:#667085;font-size:13px;line-height:1.5}.ebi-cable-card .ebi-photo-grid{grid-template-columns:minmax(0,1fr)}.ebi-cable-card .ebi-upload-slot__controls{padding:12px 16px;border-top:1px solid #eef2ef}.ebi-cable-cabinet-absence{width:fit-content;color:#344054;font-weight:600}.ebi-cable-cabinet-absence.is-disabled{cursor:not-allowed;opacity:.65}.inline-link-field,.ebi-inline-link-field{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;color:#98a2b3}.inline-link-field--section,.ebi-inline-link-field--section{padding:2px 0 4px}.inline-link-field__icon,.ebi-inline-link-field__icon{display:inline-flex;align-items:center;justify-content:center}.inline-link-field input,.ebi-inline-link-field input{width:100%;border:0;padding:0;background:transparent;color:#344054;font-size:14px}.inline-link-field input:focus,.ebi-inline-link-field input:focus{outline:none}.inline-link-field input::placeholder,.ebi-inline-link-field input::placeholder{color:#98a2b3}.finding-card__repair-link{display:grid;gap:4px;max-width:560px}.finding-card__report-visibility{display:grid;gap:4px}.finding-card__report-toggle{display:inline-flex;align-items:center;gap:8px;width:fit-content;color:#344054;font-size:13px;font-weight:600;-webkit-user-select:none;user-select:none}.finding-card__report-toggle.is-saving{color:#667085}.finding-card__report-toggle input{width:16px;height:16px;margin:0;accent-color:#2f6fed}.finding-card__report-toggle input:disabled{cursor:not-allowed}.finding-repair-link-field{padding:4px 0;border-bottom:1px solid rgba(152,162,179,.45)}.finding-repair-link-field:focus-within{border-bottom-color:#175cd3;box-shadow:0 2px #175cd31f}.ebi-datasheet-picker{display:grid;gap:8px}.ebi-datasheet-picker__select-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.ebi-datasheet-picker__upload{min-height:40px}.ebi-datasheet-picker .field{margin:0}.ebi-datasheet-picker .ebi-inline-link-field{padding:0}@media (max-width: 640px){.ebi-datasheet-picker__select-row{grid-template-columns:minmax(0,1fr)}.ebi-datasheet-picker__upload{justify-self:start}}.ebi-link-list{display:grid;gap:12px;padding:14px;border:1px dashed #dde4db;border-radius:18px;background:#fbfcfa}.ebi-link-list__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px}.ebi-link-list__title{margin:0;color:#162233;font-size:14px;font-weight:700}.ebi-link-list__helper{margin:4px 0 0;color:#596579;font-size:13px;line-height:1.5}.ebi-link-list__items{display:grid;gap:12px}.ebi-link-list__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.ebi-link-list__remove{min-width:128px}.ebi-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ebi-photo-grid--single{grid-template-columns:minmax(0,1fr)}.ebi-photos-stack{display:grid;gap:20px}.template-editor .template-actions-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}@media (max-width: 960px){.field--full{grid-column:auto}.ebi-general-tab .ebi-wind-field,.ebi-general-tab .ebi-beaufort-helper{grid-column:1 / -1}.ebi-general-tab__grid>.ebi-general-card--wide{grid-column:auto}.ebi-general-tab .ebi-choice-notes-grid{grid-template-columns:1fr;gap:16px}.ebi-repeatable__header{flex-direction:column;align-items:flex-start}.detail-content .device-row,.ebi-link-list__row,.ebi-photo-grid{grid-template-columns:1fr}}.page--crm .shell-content{display:grid;gap:16px}.crm-section-tabs{margin-top:12px}.crm-topbar-create{min-height:40px;padding:10px 16px;white-space:nowrap}.crm-topbar-create .shell-new-btn__icon{width:18px;height:18px}.crm-topbar-create .shell-new-btn__icon svg{width:15px;height:15px}.crm-two-column{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.35fr);gap:16px;align-items:start}.crm-panel{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px #fff,0 14px 34px #0f172a0d;padding:16px;min-width:0}.crm-detail-panel{position:sticky;top:calc(var(--shell-topbar-height, 0px) + 16px);max-height:calc(100vh - var(--shell-topbar-height, 0px) - 52px);overflow:auto}.crm-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px}.crm-toolbar .shell-search{flex:1 1 230px;min-width:0}.crm-toolbar .select{flex:1 1 150px;min-width:min(100%,150px)}.crm-toolbar .btn-primary,.crm-toolbar .btn-secondary{flex:0 0 auto}.crm-toolbar--compact{flex-wrap:wrap}.crm-companies-overview{min-width:0}.crm-companies-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:22px;align-items:start}.crm-companies-main{min-width:0;display:grid;gap:22px;align-content:start}.crm-companies-sidebar{min-width:0;align-self:start}.crm-start-dashboard{display:grid;grid-template-columns:1fr;gap:12px;align-items:stretch}.crm-start-dashboard__metrics{display:grid;grid-template-columns:1fr;gap:10px}.crm-start-dashboard__metric{width:100%;min-width:0;border:1px solid #e8ebf0;border-radius:8px;background:#fff;padding:13px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;color:inherit;font:inherit;text-align:left;cursor:pointer;box-shadow:0 1px #fff,0 10px 24px #0f172a0a;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.crm-start-dashboard__metric:hover{border-color:#cbd5e1;transform:translateY(-1px)}.crm-start-dashboard__metric:focus-visible{outline:2px solid rgba(37,99,235,.28);outline-offset:2px}.crm-start-dashboard__metric.is-active{border-color:#94a3b8;box-shadow:0 0 0 2px #94a3b829,0 10px 24px #0f172a0f}.crm-start-dashboard__metric-icon{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;flex:0 0 auto}.crm-start-dashboard__metric-icon svg{width:18px;height:18px}.crm-start-dashboard__metric--red .crm-start-dashboard__metric-icon{background:#fee2e2;color:#b42318}.crm-start-dashboard__metric--orange .crm-start-dashboard__metric-icon{background:#fff1d6;color:#b45309}.crm-start-dashboard__metric--blue .crm-start-dashboard__metric-icon{background:#e8f1ff;color:#1d4ed8}.crm-start-dashboard__metric--yellow .crm-start-dashboard__metric-icon{background:#fef3c7;color:#a16207}.crm-start-dashboard__metric-body{min-width:0;display:grid;gap:2px}.crm-start-dashboard__metric-body span{color:#64748b;font-size:10px;font-weight:800;line-height:1.25;text-transform:uppercase;overflow-wrap:anywhere}.crm-start-dashboard__metric-body strong{color:#0f172a;font-size:24px;font-weight:800;line-height:1}.crm-start-dashboard__urgent{min-width:0;border:1px solid #e8ebf0;border-radius:8px;background:#fff;padding:13px;display:grid;gap:10px;box-shadow:0 1px #fff,0 10px 24px #0f172a0a}.crm-start-dashboard__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;border-radius:8px;background:#f1f5f9;padding:4px}.crm-start-dashboard__tabs button{min-width:0;min-height:34px;border:0;border-radius:6px;background:transparent;color:#64748b;padding:7px 8px;display:flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.crm-start-dashboard__tabs button.is-active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a1f}.crm-start-dashboard__tabs em{min-width:18px;border-radius:999px;background:#e2e8f0;padding:3px 5px;color:#475569;font-size:10px;line-height:1;font-style:normal;text-align:center}.crm-start-dashboard__tabs button.is-active em{background:#fef3c7;color:#92400e}.crm-start-dashboard__tabpanel{min-width:0;display:grid;gap:10px}.crm-start-dashboard__urgent-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-start-dashboard__urgent-head h3{margin:0;color:#111827;font-size:14px;line-height:1.2}.crm-start-dashboard__urgent-head span{color:#64748b;font-size:12px;font-weight:700;white-space:nowrap}.crm-start-dashboard__urgent-list{display:grid;gap:0}.crm-start-dashboard__inquiry-list{max-height:480px;overflow-y:auto;display:grid;gap:0;scrollbar-width:thin}.crm-start-dashboard__inquiry-row{width:100%;min-width:0;border:0;border-top:1px solid #f0f2f6;background:transparent;color:inherit;padding:10px 0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:9px;align-items:center;text-align:left;font:inherit;cursor:pointer}.crm-start-dashboard__inquiry-row:hover{background:#fffbeb}.crm-start-dashboard__inquiry-row>svg{width:14px;height:14px;color:#94a3b8}.crm-start-dashboard__inquiry-preview{color:#a16207!important}.crm-start-dashboard__urgent-row{width:100%;border:none;border-top:1px solid #f0f2f6;background:transparent;color:inherit;padding:9px 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,auto) auto;gap:12px;align-items:center;text-align:left;cursor:pointer;transition:background .1s ease}.crm-start-dashboard__urgent-row:hover{background:#f8fafc}.crm-start-dashboard__urgent-main,.crm-start-dashboard__urgent-date{min-width:0;display:grid;gap:2px}.crm-start-dashboard__urgent-main strong,.crm-start-dashboard__urgent-main small,.crm-start-dashboard__urgent-date span,.crm-start-dashboard__urgent-date small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-start-dashboard__urgent-main strong{color:#111827;font-size:13px;line-height:1.25}.crm-start-dashboard__urgent-main small,.crm-start-dashboard__urgent-date small{color:#64748b;font-size:11px;line-height:1.25}.crm-start-dashboard__urgent-date{text-align:right}.crm-start-dashboard__urgent-date span{color:#111827;font-size:12px;font-weight:800}.crm-start-dashboard__badge{min-width:94px;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800;line-height:1.1;text-align:center;white-space:nowrap}.crm-start-dashboard__badge--expired{background:#fee2e2;color:#b42318}.crm-start-dashboard__badge--soon{background:#fff1d6;color:#92400e}.crm-start-dashboard__badge--inquiry{min-width:0;background:#fef3c7;color:#92400e}@media (max-width: 980px){.crm-companies-layout{grid-template-columns:1fr}}@media (max-width: 700px){.crm-start-dashboard__metrics{grid-template-columns:1fr}.crm-start-dashboard__urgent-row{grid-template-columns:minmax(0,1fr);gap:5px}.crm-start-dashboard__inquiry-row{grid-template-columns:minmax(0,1fr) auto auto}.crm-start-dashboard__urgent-date{text-align:left}.crm-start-dashboard__badge{width:fit-content;min-width:0}}.crm-companies-search{width:min(448px,100%)}.crm-companies-search .shell-search{height:44px}.crm-companies-search .shell-search input{padding-top:12px;padding-bottom:12px}.crm-company-list{background:#fff;border:1px solid #e8ebf0;border-radius:12px;overflow:hidden}.crm-company-list .crm-empty{padding:40px 20px}.crm-company-row{border-bottom:1px solid #f0f2f6}.crm-company-row:last-child{border-bottom:none}.crm-company-row__button{width:100%;padding:11px 16px;background:transparent;border:none;display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;gap:16px;align-items:center;text-align:left;cursor:pointer;color:inherit;transition:background .1s ease}.crm-company-row__button:hover{background:#f8fafc}.crm-company-row.is-active .crm-company-row__button{background:#eff6ff}.crm-company-row__info{display:grid;min-width:0;gap:1px}.crm-company-row__name{color:#111827;font-size:14px;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-company-row__sub{color:#667085;font-size:12px;font-weight:500;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-company-row__alert{display:inline-flex;align-items:center;gap:4px;color:#c27703;font-size:11px;font-weight:700;white-space:nowrap}.crm-company-row__alert svg{width:12px;height:12px;flex:0 0 auto}.crm-company-row__stats{display:flex;align-items:center;gap:14px}.crm-company-row__stat{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.crm-company-row__stat svg{width:13px;height:13px;color:#94a3b8;flex:0 0 auto}.crm-company-row__stat strong{color:#374151;font-size:13px;font-weight:700;line-height:1}.crm-company-row__chevron{color:#c4cad5;display:flex;align-items:center}.crm-company-row__chevron svg{width:16px;height:16px}@media (max-width: 640px){.crm-company-row__button{grid-template-columns:minmax(0,1fr) auto}.crm-company-row__alert,.crm-company-row__stats{display:none}}.crm-search-matches{display:grid;gap:12px;max-width:760px}.crm-company-alert{width:fit-content;max-width:100%;min-height:22px;border:1px solid #fed7aa;background:#fff7ed;color:#c27703;border-radius:999px;display:inline-flex;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:800;line-height:1.25}.crm-company-alert svg{width:12px;height:12px;flex:0 0 auto}.crm-company-summary{margin-top:-8px}.crm-customer-detail-page{display:grid;gap:18px;align-content:start;width:min(100%,1320px)}.crm-back-button{width:fit-content;display:inline-flex;align-items:center;gap:8px}.crm-customer-detail-panel{width:100%;max-width:1320px;min-width:0}.crm-company-profile{display:grid;gap:24px}.crm-company-profile__summary-card{min-width:0;border:1px solid #dfe6ee;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 1px #fff,0 14px 34px #0f172a0d}.crm-company-profile__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-width:0;padding:20px 24px}.crm-company-profile__identity{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center}.crm-company-profile__mark{width:54px;height:54px;border-radius:12px;border:1px solid #c4ecd9;background:#dff8ec;color:#159375;display:grid;place-items:center}.crm-company-profile__mark svg{width:27px;height:27px;stroke-width:1.8}.crm-company-profile__title-block{display:grid;gap:6px;min-width:0}.crm-company-profile__title-block h2{margin:0;color:#050f24;font-size:26px;line-height:1.12;letter-spacing:0;overflow-wrap:anywhere}.crm-company-profile__meta{min-width:0;display:flex;align-items:center;gap:8px 18px;flex-wrap:wrap}.crm-company-profile__meta>span{display:inline-flex;align-items:center;gap:7px;min-width:0;color:#697386;font-size:13px;line-height:1.45}.crm-company-profile__meta svg{width:15px;height:15px;flex:0 0 auto;color:#7b8495}.crm-company-profile__meta span span{min-width:0;overflow-wrap:anywhere}.crm-company-profile__edit{min-height:38px;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.crm-company-profile__edit svg{width:15px;height:15px}.crm-company-profile__stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid #edf1f5}.crm-customer-stat{min-height:76px;border:0;border-right:1px solid #edf1f5;background:#fff;border-radius:0;padding:16px 18px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;box-shadow:none}.crm-customer-stat:last-child{border-right:0}.crm-customer-stat__icon{width:38px;height:38px;border-radius:999px;display:grid;place-items:center}.crm-customer-stat__icon svg{width:20px;height:20px;stroke-width:1.9}.crm-customer-stat__icon--green{background:#eaf8f1;color:#159375}.crm-customer-stat__icon--blue{background:#eef4ff;color:#2f6fed}.crm-customer-stat__icon--red{background:#fee4e2;color:#d92d20}.crm-customer-stat__icon--gray{background:#f2f4f7;color:#667085}.crm-customer-stat__body{display:grid;gap:2px;min-width:0}.crm-customer-stat__body span{color:#5d6b82;font-size:11px;line-height:1.25;font-weight:800;text-transform:uppercase;overflow-wrap:anywhere}.crm-customer-stat__body strong{color:#050f24;font-size:23px;line-height:1.05;font-weight:800;overflow-wrap:anywhere;display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.crm-customer-stat__body strong small{color:#64748b;font-size:12px;line-height:1.35;font-weight:700}.crm-company-profile__main-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(340px,.95fr);gap:16px;align-items:stretch}.crm-customer-card{min-width:0;min-height:252px;border:1px solid #e8ebf0;background:#fff;border-radius:12px;padding:22px 20px;display:grid;gap:18px;align-content:start;box-shadow:0 1px #fff,0 14px 34px #0f172a0d}.crm-customer-card--wide{min-height:0;padding:0;overflow:hidden}.crm-customer-card--wide .crm-customer-card__head{padding:18px 20px;border-bottom:1px solid #edf1f5}.crm-customer-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.crm-customer-card__head h3{margin:0;min-width:0;display:inline-flex;align-items:center;gap:10px;color:#050f24;font-size:16px;line-height:1.25;font-weight:800;letter-spacing:0}.crm-customer-card__head h3 svg{width:18px;height:18px;flex:0 0 auto;color:#159375}.crm-card-action{min-height:32px;border:0;background:transparent;color:#0f9476;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:5px 6px;font-size:13px;line-height:1.2;font-weight:700;cursor:pointer;white-space:nowrap}.crm-card-action:hover{color:#087961}.crm-card-action--dark{color:#101828}.crm-card-action--dark:hover{color:#0f9476}.crm-card-action svg{width:15px;height:15px;flex:0 0 auto}.crm-customer-icon-btn{width:34px;height:34px;border:1px solid #e3e8ef;border-radius:999px;background:#fff;color:#667085;display:inline-grid;place-items:center;padding:0;cursor:pointer;transition:border-color .14s ease,color .14s ease,background .14s ease}.crm-customer-icon-btn:hover{border-color:#cdd5df;background:#f8fafc;color:#0f9476}.crm-customer-icon-btn svg{width:15px;height:15px}.crm-company-info-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px}.crm-company-info-line{min-height:48px;display:grid;grid-template-columns:minmax(130px,.62fr) minmax(0,1fr);gap:12px;align-items:center;border-top:1px solid #eef1f5;color:#657386;font-size:13px;line-height:1.35}.crm-company-info-line:first-child,.crm-company-info-line:nth-child(2){border-top:0}.crm-company-info-line svg{width:15px;height:15px;color:#7b8495}.crm-company-info-line span{min-width:0;overflow-wrap:anywhere;color:#667085;font-size:11px;line-height:1.25;font-weight:800;text-transform:uppercase}.crm-company-info-line strong{min-width:0;color:#061126;font-size:14px;line-height:1.35;font-weight:700;text-align:left;overflow-wrap:anywhere}.crm-company-sync-row{min-height:36px;border-top:1px solid #eef1f5;display:flex;align-items:end;justify-content:space-between;gap:12px;color:#5d6b82}.crm-company-sync-row span{font-size:11px;line-height:1.25;font-weight:800;text-transform:uppercase}.crm-company-sync-row strong{color:#061126;font-size:13px;line-height:1.3;font-weight:800;text-align:right}.crm-customer-contact-list{display:grid;gap:10px}.crm-customer-card .muted{margin:0}.crm-customer-contact{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;min-width:0}.crm-customer-contact__avatar{width:40px;height:40px;border-radius:999px;background:#42b58e;color:#fff;display:grid;place-items:center;font-size:13px;line-height:1;font-weight:800}.crm-customer-contact__body{display:grid;gap:2px;min-width:0}.crm-customer-contact__body strong{color:#061126;font-size:14px;line-height:1.25;font-weight:800;overflow-wrap:anywhere}.crm-customer-contact__body small{color:#64748b;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.crm-correspondence-card__body{min-width:0;padding:4px 20px 18px}.crm-correspondence-card-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.crm-correspondence-level-toggle{position:relative;min-height:32px;color:#526176;display:inline-flex;align-items:center;gap:8px;font-size:11px;line-height:1.25;font-weight:800;cursor:pointer;-webkit-user-select:none;user-select:none}.crm-correspondence-level-toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.crm-correspondence-level-toggle__track{position:relative;width:38px;height:22px;border-radius:999px;background:#cbd5e1;box-shadow:inset 0 0 0 1px #0f172a0f;flex:0 0 auto;transition:background .14s ease}.crm-correspondence-level-toggle__track:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a3d;transition:transform .14s ease}.crm-correspondence-level-toggle input:checked+.crm-correspondence-level-toggle__track{background:#0f9f79}.crm-correspondence-level-toggle input:checked+.crm-correspondence-level-toggle__track:after{transform:translate(16px)}.crm-correspondence-level-toggle input:focus-visible+.crm-correspondence-level-toggle__track{outline:3px solid rgba(15,159,121,.22);outline-offset:2px}.crm-correspondence-timeline{min-width:0;display:grid}.crm-correspondence-toolbar{min-width:0;padding:12px 0;display:grid;grid-template-columns:minmax(240px,1fr) minmax(190px,.42fr) auto;gap:10px;align-items:center}.crm-correspondence-search{min-width:0}.crm-correspondence-search input,.crm-correspondence-filter{width:100%;min-height:38px}.crm-correspondence-result-count{color:#718096;font-size:11px;line-height:1.25;font-weight:800;white-space:nowrap}.crm-correspondence-no-results{min-height:96px;border-top:1px solid #edf1f5;color:#718096;display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;text-align:center}.crm-correspondence-no-results svg{width:17px;height:17px}.crm-correspondence-item{min-width:0;padding:16px 0;border-top:1px solid #edf1f5;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:start}.crm-correspondence-item:first-child{border-top:0}.crm-correspondence-item__icon{width:38px;height:38px;border-radius:12px;background:#dff8ec;color:#0b8d70;display:grid;place-items:center}.crm-correspondence-item__icon svg{width:18px;height:18px}.crm-correspondence-item__body{min-width:0;display:grid;gap:7px}.crm-correspondence-item__labels,.crm-correspondence-item__meta{min-width:0;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.crm-correspondence-channel,.crm-correspondence-direction,.crm-correspondence-origin{min-height:23px;border:1px solid #dde4ec;border-radius:999px;background:#f8fafc;color:#526176;padding:4px 8px;display:inline-flex;align-items:center;gap:5px;font:inherit;font-size:10px;line-height:1.15;font-weight:800}.crm-correspondence-channel--email,.crm-correspondence-channel--phone,.crm-correspondence-channel--meeting{border-color:#bee9d8;background:#ecfbf5;color:#087a60}.crm-correspondence-origin svg{width:12px;height:12px}.crm-correspondence-origin--address:not(:disabled){cursor:pointer}.crm-correspondence-origin--address:not(:disabled):hover{border-color:#9edec8;color:#087a60}.crm-correspondence-origin:disabled{opacity:1}.crm-correspondence-item__subject{color:#061126;font-size:14px;line-height:1.3;font-weight:850;overflow-wrap:anywhere}.crm-correspondence-item__body>p{margin:0;color:#475569;font-size:13px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.crm-correspondence-item__meta{color:#7a8798;font-size:11px;line-height:1.35}.crm-correspondence-item__meta span+span:before{content:"·";margin-right:7px;color:#b0bac7}.crm-correspondence-item__actions{display:flex;align-items:center;gap:6px}.crm-correspondence-item__actions button{width:31px;height:31px;border:1px solid #e1e7ee;border-radius:999px;background:#fff;color:#64748b;padding:0;display:grid;place-items:center;cursor:pointer}.crm-correspondence-item__actions button:hover{border-color:#aadfce;color:#0b8d70}.crm-correspondence-item__actions button.is-danger:hover{border-color:#fecaca;color:#dc2626}.crm-correspondence-item__actions svg{width:14px;height:14px}.crm-correspondence-empty{min-height:90px;color:#7a8798;display:flex;align-items:center;justify-content:center;gap:12px;text-align:left}.crm-correspondence-empty>svg{width:24px;height:24px;color:#9aa7b8}.crm-correspondence-empty>span{display:grid;gap:3px}.crm-correspondence-empty strong{color:#475569;font-size:13px}.crm-correspondence-empty small{font-size:12px}.crm-correspondence-show-all{min-height:36px;border:0;border-top:1px solid #edf1f5;background:transparent;color:#0b8d70;font-size:12px;font-weight:800;cursor:pointer}.crm-correspondence-form{display:grid;gap:18px}.crm-correspondence-form__scope{border:1px solid #cdeade;border-radius:12px;background:#f2fbf7;padding:12px 14px;display:grid;gap:3px}.crm-correspondence-form__scope span{color:#5f6d7e;font-size:11px;font-weight:800;text-transform:uppercase}.crm-correspondence-form__scope strong{color:#087a60;font-size:14px}.crm-customer-address-table,.crm-customer-history-table{min-width:0;overflow-x:auto}.crm-customer-address-table>.muted,.crm-customer-history-table>.muted{margin:0;padding:18px 20px}.crm-customer-address-table__head,.crm-customer-address-row{min-width:980px;display:grid;grid-template-columns:minmax(250px,1.35fr) minmax(150px,.8fr) minmax(190px,1fr) minmax(110px,.55fr) minmax(150px,.75fr) 22px;gap:18px;align-items:center}.crm-customer-address-table__head{padding:14px 20px 10px;color:#667085;background:#fbfcfd;font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.crm-customer-address-row{width:100%;min-height:78px;border:0;border-top:1px solid #edf1f5;background:#fff;border-radius:0;padding:16px 20px;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .12s ease}.crm-customer-address-row:hover{background:#f8fafc}.crm-customer-address-row__address{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.crm-customer-address-row__icon{width:38px;height:38px;border-radius:999px;background:#dff8ec;color:#159375;display:grid;place-items:center}.crm-customer-address-row__icon svg{width:18px;height:18px}.crm-customer-address-row__body{min-width:0;display:grid;gap:3px}.crm-customer-address-row__body strong,.crm-customer-address-row__inspections strong,.crm-customer-history-row strong{color:#061126;font-size:14px;line-height:1.25;font-weight:800;overflow-wrap:anywhere}.crm-customer-address-row__body small,.crm-customer-address-row__inspections small,.crm-customer-address-row__status small,.crm-customer-history-row small{color:#64748b;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.crm-customer-address-row__roles{min-width:0;display:flex;gap:6px;flex-wrap:wrap}.crm-customer-address-row__roles span{min-height:24px;border-radius:999px;background:#eef2f6;color:#475467;display:inline-flex;align-items:center;padding:4px 8px;font-size:11px;line-height:1.2;font-weight:700}.crm-customer-address-row__roles em,.crm-customer-address-row__installations em,.crm-customer-history-row__documents em{color:#667085;font-size:12px;line-height:1.35}.crm-customer-address-row__installations{min-width:0;display:grid;gap:4px}.crm-customer-address-row__installations>span{min-width:0;display:inline-flex;align-items:center;gap:7px;color:#061126;font-size:12px;line-height:1.3;font-weight:700}.crm-customer-address-row__installations svg{width:14px;height:14px;flex:0 0 auto;color:#0f9476}.crm-customer-address-row__installations small{color:#667085;font-size:12px}.crm-customer-address-row__inspections,.crm-customer-address-row__status{min-width:0;display:grid;gap:3px;justify-items:start}.crm-customer-status-pill,.crm-customer-result-pill{min-height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:4px 9px;font-size:11px;line-height:1.2;font-weight:800;white-space:nowrap}.crm-customer-status-pill--active,.crm-customer-result-pill--approved{background:#dff8ec;color:#087961}.crm-customer-status-pill--soon,.crm-customer-result-pill--soon{background:#fef0c7;color:#b54708}.crm-customer-status-pill--expired,.crm-customer-result-pill--expired,.crm-customer-result-pill--rejected{background:#fee4e2;color:#b42318}.crm-customer-status-pill--unknown,.crm-customer-result-pill--unknown{background:#eef2f6;color:#475467}.crm-customer-address-row__chevron{color:#98a2b3;display:inline-flex;justify-content:flex-end}.crm-customer-address-row__chevron svg{width:18px;height:18px}.crm-customer-history-card{min-height:0}.crm-customer-history-table__head,.crm-customer-history-row{min-width:1120px;display:grid;grid-template-columns:minmax(130px,.75fr) minmax(220px,1.3fr) minmax(90px,.55fr) minmax(90px,.55fr) minmax(115px,.7fr) minmax(105px,.65fr) minmax(120px,.72fr) minmax(120px,.72fr) 22px;gap:16px;align-items:center}.crm-customer-history-table__head{padding:14px 20px 10px;color:#667085;background:#fbfcfd;font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.crm-customer-history-row{min-height:68px;border-top:1px solid #edf1f5;padding:14px 20px;background:#fff;color:#344054;font-size:13px;line-height:1.35;transition:background .12s ease}.crm-customer-history-row.is-clickable{cursor:pointer}.crm-customer-history-row.is-clickable:hover{background:#f8fafc}.crm-customer-history-row>span{min-width:0}.crm-customer-history-row__type{display:inline-flex;align-items:center;gap:10px}.crm-customer-history-row__type-icon{width:26px;height:26px;border-radius:999px;background:#dff8ec;color:#0f9476;display:inline-grid;place-items:center;flex:0 0 auto}.crm-customer-history-row__type-icon svg{width:14px;height:14px}.crm-customer-history-row__documents{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.crm-customer-history-row__documents button,.crm-customer-history-row__documents>span{width:28px;height:28px;border:0;border-radius:999px;background:#eef2f6;color:#667085;display:inline-grid;place-items:center;padding:0}.crm-customer-history-row__documents button{cursor:pointer}.crm-customer-history-row__documents button:hover{background:#dfe6ee;color:#0f9476}.crm-customer-history-row__documents svg{width:14px;height:14px}.crm-customer-history-row__menu{color:#98a2b3;display:inline-flex;justify-content:flex-end}.crm-customer-history-note{margin:0;padding:12px 20px 18px;border-top:1px solid #edf1f5;color:#64748b;display:inline-flex;align-items:center;gap:8px;font-size:12px;line-height:1.35}.crm-customer-history-note svg{width:14px;height:14px}.crm-company-detail-panel{margin-top:2px}.crm-list{display:grid;gap:10px}.crm-list--grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.crm-list-item{border:1px solid #e5e7eb;background:#fff;border-radius:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px}.crm-list-item.is-active{border-color:#1f9d786b;box-shadow:0 0 0 3px #1f9d7814}.crm-list-item__main{border:0;background:transparent;color:inherit;text-align:left;display:grid;gap:5px;min-width:0;cursor:pointer;padding:0}.crm-list-item__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-width:0}.crm-list-item__title{font-weight:800;color:#0f172a;overflow-wrap:anywhere}.crm-list-item__subtitle,.crm-list-item__meta{color:#64748b;font-size:13px;line-height:1.45;overflow-wrap:anywhere}.crm-list-item__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;min-width:0}.crm-list-summary{margin-top:12px;color:#64748b;font-size:13px}.crm-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 9px;border-radius:999px;background:#eef7f2;color:#0f6b52;border:1px solid #d9e9e0;font-size:12px;font-weight:800;white-space:nowrap}.crm-danger-link{color:#b91c1c}.crm-empty{border:1px dashed #cbd5e1;border-radius:10px;padding:18px}.crm-address-detail{display:grid;gap:16px}.crm-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid #e5e7eb;padding-bottom:14px}.crm-detail-head h2{margin:0;font-size:20px;letter-spacing:0}.crm-detail-eyebrow{display:block;margin-bottom:5px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.crm-detail-head p{margin:5px 0 0;color:#64748b;line-height:1.45}.crm-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.crm-kpi{border:1px solid #e5e7eb;border-radius:10px;padding:12px;display:grid;gap:4px}.crm-kpi span{color:#64748b;font-size:12px;font-weight:700}.crm-kpi strong{font-size:18px;color:#0f172a;overflow-wrap:anywhere}.crm-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.crm-detail-section{border-top:1px solid #e5e7eb;padding-top:14px;display:grid;gap:10px;min-width:0}.crm-detail-section--wide{border-top:1px solid #e5e7eb}.crm-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.crm-section-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.crm-section-head h3{margin:0;font-size:15px;letter-spacing:0}.crm-info-row{display:grid;grid-template-columns:140px minmax(0,1fr);gap:12px;font-size:13px;line-height:1.45}.crm-info-row span{color:#64748b}.crm-info-row strong{color:#0f172a;overflow-wrap:anywhere}.crm-stack{display:grid;gap:8px}.crm-role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.crm-role-card{border:1px solid #edf0f4;border-radius:10px;padding:10px;display:grid;gap:9px;align-content:start}.crm-role-card__label{color:#0f172a;font-size:13px;font-weight:800}.crm-role-card__item{border-top:1px solid #edf0f4;padding-top:9px;display:grid;gap:5px}.crm-role-card__item:first-of-type{border-top:0;padding-top:0}.crm-role-card__item strong,.crm-role-card__item span,.crm-role-card__item small{display:block;overflow-wrap:anywhere}.crm-role-card__item span,.crm-role-card__item small{color:#64748b;font-size:12px;line-height:1.45}.crm-row{border:1px solid #edf0f4;border-radius:10px;padding:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.crm-row strong,.crm-row span,.crm-row small{display:block;overflow-wrap:anywhere}.crm-row span,.crm-row small{color:#64748b;font-size:12px;line-height:1.45;margin-top:3px}.crm-row__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.crm-row--button{width:100%;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color .12s ease,background .12s ease}.crm-row--button:hover{border-color:#d6dde7;background:#f8fafc}.crm-row__chevron{color:#98a2b3;display:inline-flex;align-items:center;justify-content:center;margin-top:2px}.crm-row__chevron svg{width:17px;height:17px}.crm-row--single{grid-template-columns:1fr}.crm-linked-card{width:100%;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:10px;display:grid;gap:4px;text-align:left;color:inherit;cursor:pointer}.crm-linked-card:hover{border-color:#cbd5e1;background:#f8fafc}.crm-linked-card--static{cursor:default}.crm-linked-card--static:hover{border-color:#e5e7eb;background:#fff}.crm-linked-card strong,.crm-linked-card span,.crm-linked-card small{overflow-wrap:anywhere}.crm-linked-card span,.crm-linked-card small{color:#64748b;font-size:12px;line-height:1.45}.crm-history{display:grid;gap:0}.crm-history-row{width:100%;border:none;border-bottom:1px solid #f0f2f6;background:transparent;border-radius:0;padding:8px 4px;display:grid;grid-template-columns:minmax(150px,1.2fr) minmax(92px,.7fr) minmax(92px,.7fr) minmax(110px,.8fr) minmax(120px,1fr) auto;gap:10px;align-items:center;text-align:left;color:inherit;cursor:pointer;transition:background .1s ease}.crm-history-row:last-child{border-bottom:none}.crm-history-row:hover{background:#f8fafc}.crm-history-row--static{cursor:default}.crm-history-row--static:hover{background:transparent}.crm-history-row strong,.crm-history-row small{display:block;overflow-wrap:anywhere}.crm-history-row small{color:#64748b;font-size:12px;margin-top:2px}.crm-modal .modal__body{gap:16px}.crm-modal--inspection-detail{width:min(95vw,680px)}.crm-installation-form-section{display:grid;gap:14px;padding:16px;border:1px solid #edf1f5;border-radius:10px;background:#fbfcfd}.crm-installation-form-section__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-installation-form-section__head h3{margin:0;color:#101828;font-size:15px;line-height:1.25}.crm-installation-registrations{padding:0;overflow:hidden;background:#fff}.crm-installation-registrations>.crm-wizard-card__head{padding:16px 18px 12px}.crm-installation-registrations>.muted,.crm-installation-registrations>.error{margin:0 18px 12px}.crm-installation-registrations .crm-inspection-table{min-width:760px}.crm-installation-registrations .crm-inspection-form-card{display:grid;gap:16px;padding:16px;border-top:1px solid #edf1f5;background:#fff}.crm-inspection-detail-subtitle{margin:4px 0 0;color:#64748b;font-size:13px;line-height:1.35}.crm-inspection-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 16px}.crm-inspection-detail-grid .crm-info-row{grid-template-columns:minmax(92px,.75fr) minmax(0,1fr);border-top:1px solid #eef1f5;padding-top:9px}.crm-inspection-detail-grid .crm-info-row:first-child{border-top:0;padding-top:0}.crm-inspection-detail-notes{display:grid;gap:6px}.crm-inspection-detail-inquiries{border:1px solid #f6c453;border-radius:12px;background:#fffbeb;padding:14px 16px;display:grid;gap:9px}.crm-inspection-detail-inquiries h3{margin:0;color:#92400e;display:flex;align-items:center;gap:8px;font-size:14px;line-height:1.25}.crm-inspection-detail-inquiries h3 svg{width:16px;height:16px}.crm-inspection-detail-inquiries ul,.crm-address-profile-inquiry-group ul{margin:0;padding-left:20px;color:#78350f;display:grid;gap:5px;font-size:13px;line-height:1.45}.crm-inspection-detail-notes h3{margin:0;color:#101828;font-size:14px;line-height:1.25}.crm-inspection-detail-notes p{margin:0;color:#475467;font-size:13px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.crm-inspection-detail-documents{display:grid;gap:8px}.crm-inspection-detail-documents h3{margin:0;color:#101828;font-size:14px;line-height:1.25}.crm-inspection-detail-documents>div{display:flex;flex-wrap:wrap;gap:8px}.crm-inspection-detail-documents .btn-secondary,.crm-inspection-detail-document-static{min-height:34px;display:inline-flex;align-items:center;gap:7px;border-radius:8px;padding:8px 10px;font-size:12px;line-height:1.2}.crm-inspection-detail-documents svg,.crm-inspection-detail-document-static svg{width:14px;height:14px}.crm-inspection-detail-document-static{color:#667085;background:#eef2f6;font-weight:700}.crm-check{justify-content:flex-start}.crm-addresses-overview{min-width:0;display:grid;gap:24px}.crm-addresses-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;min-width:0}.crm-addresses-heading h1{margin:4px 0 2px;color:#020617;font-size:26px;line-height:1.15;font-weight:800;letter-spacing:0}.crm-addresses-heading p{margin:0;color:#475569;font-size:14px;line-height:1.45}.crm-addresses-heading__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.crm-addresses-export,.crm-addresses-new,.crm-addresses-quick,.crm-address-more-filters,.crm-address-overview-action{min-height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.crm-addresses-export svg,.crm-addresses-new svg,.crm-addresses-quick svg,.crm-address-more-filters svg,.crm-address-overview-action svg{width:15px;height:15px;flex:0 0 auto}.crm-address-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid #dbe3ea;border-radius:18px;background:#fff;box-shadow:0 1px #fff,0 14px 34px #0f172a0d}.crm-address-metric{min-width:0;min-height:76px;border:0;border-right:1px solid #e2e8f0;background:#fff;color:inherit;padding:18px 16px;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer;transition:background .14s ease,box-shadow .14s ease}.crm-address-metric:last-child{border-right:0}.crm-address-metric:hover,.crm-address-metric.is-active{background:#f8fffb;box-shadow:inset 0 -3px #17b26a}.crm-address-metric__icon{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;flex:0 0 auto}.crm-address-metric__icon svg{width:18px;height:18px}.crm-address-metric--green .crm-address-metric__icon{background:#d8f8e7;color:#069568}.crm-address-metric--gray .crm-address-metric__icon{background:#eef2f6;color:#64748b}.crm-address-metric--yellow .crm-address-metric__icon{background:#fff0c4;color:#a15c00}.crm-address-metric--orange .crm-address-metric__icon{background:#ffe9bd;color:#b45309}.crm-address-metric--red .crm-address-metric__icon{background:#ffe0e0;color:#e11d48}.crm-address-metric__body{min-width:0;display:grid;gap:3px}.crm-address-metric__body span{color:#475569;font-size:10px;line-height:1.2;font-weight:800;text-transform:uppercase;overflow-wrap:anywhere}.crm-address-metric__body strong{color:#020617;font-size:22px;line-height:1;font-weight:800}.crm-address-overview-panel{overflow:hidden;border:1px solid #dbe3ea;border-radius:18px;background:#fff;box-shadow:0 1px #fff,0 14px 34px #0f172a0d}.crm-address-overview-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(160px,auto) minmax(160px,auto) auto auto;gap:12px;align-items:center;padding:12px;border-bottom:1px solid #e2e8f0}.crm-address-overview-search{height:40px;background:#fff;border-color:#dbe3ea}.crm-address-overview-search input{padding-top:10px;padding-bottom:10px}.crm-address-overview-toolbar .select{min-width:0;height:40px;border-color:#dbe3ea;background:#fff}.crm-address-more-filters{box-shadow:none}.crm-address-more-filters.is-active{border-color:#9fd8c5;background:#effaf5;color:#047857}.crm-address-overview-count{color:#64748b;font-size:13px;font-weight:600;white-space:nowrap}.crm-address-advanced-filters{display:flex;align-items:end;gap:12px;padding:0 12px 12px;border-bottom:1px solid #e2e8f0}.crm-address-advanced-filters label{min-width:220px;display:grid;gap:6px;color:#475569;font-size:12px;font-weight:700}.crm-address-table-wrap{min-width:0;overflow-x:auto}.crm-address-table-wrap .crm-empty{margin:0;padding:34px 16px;border:0;box-shadow:none}.crm-address-table{width:100%;min-width:920px;border-collapse:collapse;table-layout:fixed}.crm-address-table th,.crm-address-table td{padding:12px 14px;border-bottom:1px solid #e2e8f0;vertical-align:middle}.crm-address-table th{background:#f8fafc;color:#475569;font-size:10px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:0;text-align:left}.crm-address-table th:nth-child(1){width:28%}.crm-address-table th:nth-child(2){width:23%}.crm-address-table th:nth-child(3),.crm-address-table th:nth-child(4){width:7%;text-align:center}.crm-address-table th:nth-child(5),.crm-address-table th:nth-child(6){width:11%}.crm-address-table th:nth-child(7){width:13%}.crm-address-table th:nth-child(8){width:7%}.crm-address-table td{color:#020617;font-size:13px;font-weight:600}.crm-address-table td:nth-child(3),.crm-address-table td:nth-child(4){text-align:center}.crm-address-table-row{cursor:pointer;transition:background .14s ease}.crm-address-table-row:hover{background:#fbfdfc}.crm-address-table-row.is-active{background:#eafaf1}.crm-address-table-row:focus-visible{outline:3px solid rgba(23,178,106,.25);outline-offset:-3px}.crm-address-table-address{min-width:0;display:grid;grid-template-columns:14px 36px minmax(0,1fr);gap:12px;align-items:center}.crm-address-table-address__chevron{color:#64748b;display:inline-flex;align-items:center;justify-content:center;transition:transform .14s ease}.crm-address-table-address__chevron svg{width:14px;height:14px}.crm-address-table-row.is-active .crm-address-table-address__chevron{transform:rotate(90deg);color:#059669}.crm-address-table-address__icon{width:36px;height:36px;border-radius:999px;background:#d8f8e7;color:#059669;display:grid;place-items:center}.crm-address-table-row.is-active .crm-address-table-address__icon{background:#12a978;color:#fff}.crm-address-table-address__icon svg{width:16px;height:16px}.crm-address-table-address__text{min-width:0;display:grid;gap:2px}.crm-address-table-address__text strong,.crm-address-table-address__text small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-address-table-address__text strong{color:#020617;font-size:13px;line-height:1.25;font-weight:800}.crm-address-table-address__text small{color:#64748b;font-size:11px;line-height:1.35;font-weight:600}.crm-address-table__date-danger{color:#dc2626!important;font-weight:800!important}.crm-address-status-pill,.crm-address-mini-status{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:24px;max-width:100%;padding:5px 10px;border-radius:999px;font-size:11px;line-height:1.1;font-weight:800;white-space:nowrap}.crm-address-status-pill span{width:6px;height:6px;border-radius:999px;background:currentColor;flex:0 0 auto}.crm-address-status-pill--active,.crm-address-mini-status--active{background:#d8f8e7;color:#047857}.crm-address-status-pill--unknown,.crm-address-mini-status--unknown{background:#ffedc2;color:#a15c00}.crm-address-status-pill--soon,.crm-address-mini-status--soon{background:#fff0c4;color:#b45309}.crm-address-status-pill--expired,.crm-address-mini-status--expired{background:#ffe0e0;color:#e11d48}.crm-address-table-open{border:0;background:transparent;color:#00875a;padding:0;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.crm-address-table-open:hover{color:#047857;text-decoration:underline}.crm-address-table-detail-row>td{padding:0;background:#f8fafc}.crm-address-overview-detail{padding:20px 16px 18px;display:grid;gap:18px}.crm-address-overview-detail__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.crm-address-overview-card{min-width:0;min-height:222px;border:1px solid #dbe3ea;border-radius:16px;background:#fff;padding:16px;display:grid;gap:14px;align-content:start}.crm-address-overview-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-address-overview-card__head h3{margin:0;min-width:0;display:inline-flex;align-items:center;gap:8px;color:#020617;font-size:13px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:0}.crm-address-overview-card__head h3 svg{width:15px;height:15px;color:#059669}.crm-address-overview-card__list{display:grid;gap:12px}.crm-address-overview-relation,.crm-address-overview-installation{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start}.crm-address-overview-relation__icon,.crm-address-overview-installation__icon{width:20px;height:20px;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.crm-address-overview-installation__icon{width:24px;height:24px;border-radius:999px;background:#d8f8e7;color:#059669}.crm-address-overview-relation span,.crm-address-overview-installation span,.crm-address-overview-inspection span{min-width:0;display:grid;gap:2px}.crm-address-overview-relation small{color:#64748b;font-size:10px;line-height:1.2;font-weight:800;text-transform:uppercase}.crm-address-overview-relation strong,.crm-address-overview-installation strong,.crm-address-overview-inspection strong{color:#020617;font-size:13px;line-height:1.25;font-weight:800;overflow-wrap:anywhere}.crm-address-overview-relation em,.crm-address-overview-installation small,.crm-address-overview-inspection small{color:#64748b;font-size:11px;line-height:1.35;font-style:normal;font-weight:600;overflow-wrap:anywhere}.crm-address-overview-inspection{width:100%;min-width:0;border:0;background:transparent;color:inherit;padding:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;text-align:left;cursor:pointer}.crm-address-overview-inspection:hover strong{color:#047857}.crm-address-mini-status{min-height:20px;padding:4px 8px;font-size:10px;font-style:normal}.crm-address-overview-detail__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.crm-address-overview-action:disabled{opacity:.48;cursor:not-allowed}.crm-detail-breadcrumb{min-width:0;display:flex;align-items:center;gap:10px;color:#64748b;font-size:14px;font-weight:700}.crm-detail-breadcrumb button{border:0;background:transparent;color:inherit;padding:0;font:inherit;cursor:pointer}.crm-detail-breadcrumb button:hover{color:#047857}.crm-detail-breadcrumb svg{width:14px;height:14px}.crm-detail-breadcrumb strong{min-width:0;color:#020617;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page--crm .shell-back-btn{padding-left:12px;padding-right:14px}.page--crm .shell-back-btn__arrow{display:inline-flex;align-items:center;justify-content:center}.page--crm .shell-back-btn__arrow svg{width:14px;height:14px}.crm-address-detail-page{min-width:0}.crm-address-profile{width:min(100%,1480px);margin:0 auto;display:grid;gap:24px}.crm-address-profile-hero,.crm-address-profile-card{border:1px solid #dbe3ea;border-radius:18px;background:#fff;box-shadow:0 1px #fff,0 14px 34px #0f172a0d}.crm-address-profile-hero{overflow:hidden}.crm-address-profile-hero__top{min-width:0;padding:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.crm-address-profile-hero__identity{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:start}.crm-address-profile-hero__mark{width:58px;height:58px;border-radius:18px;background:#08a878;color:#fff;display:grid;place-items:center;flex:0 0 auto}.crm-address-profile-hero__mark svg{width:26px;height:26px}.crm-address-profile-hero__title{min-width:0;display:grid;gap:6px}.crm-address-profile-hero__title>span{color:#00875a;font-size:10px;line-height:1.2;font-weight:900;letter-spacing:2px;text-transform:uppercase}.crm-address-profile-hero__title h1{margin:0;color:#020617;font-size:26px;line-height:1.15;font-weight:850;letter-spacing:0;overflow-wrap:anywhere}.crm-address-profile-hero__title p{margin:0;color:#53627a;font-size:14px;line-height:1.4;font-weight:600}.crm-address-profile-tags{min-width:0;margin-top:8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.crm-address-profile-tag{min-height:26px;border:1px solid #dbe3ea;border-radius:999px;background:#fff;color:#0f172a;padding:5px 10px;display:inline-flex;align-items:center;gap:6px;font-size:11px;line-height:1.2;font-weight:800}.crm-address-profile-tag svg{width:13px;height:13px;color:#64748b}.crm-address-profile-hero__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.crm-address-profile-action{min-height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.crm-address-profile-action svg{width:15px;height:15px}.crm-address-profile-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #e2e8f0}.crm-address-profile-stat{min-width:0;min-height:76px;padding:18px;border-right:1px solid #e2e8f0;display:flex;align-items:center;gap:14px}.crm-address-profile-stat:last-child{border-right:0}.crm-address-profile-stat__icon{width:40px;height:40px;border-radius:999px;background:#eef2f6;color:#64748b;display:grid;place-items:center;flex:0 0 auto}.crm-address-profile-stat__icon--green{background:#d8f8e7;color:#059669}.crm-address-profile-stat__icon--red{background:#ffe0e0;color:#e11d48}.crm-address-profile-stat__icon svg{width:18px;height:18px}.crm-address-profile-stat span:last-child{min-width:0;display:grid;gap:4px}.crm-address-profile-stat small{color:#53627a;font-size:10px;line-height:1.2;font-weight:850;text-transform:uppercase}.crm-address-profile-stat strong{min-width:0;color:#020617;font-size:20px;line-height:1.1;font-weight:850;overflow-wrap:anywhere}.crm-address-profile-layout{min-width:0;display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,.98fr);gap:24px;align-items:start}.crm-address-profile-main,.crm-address-profile-side{min-width:0;display:grid;gap:24px}.crm-address-profile-card{min-width:0;overflow:hidden}.crm-address-profile-card--inquiries{border-color:#f6c453;background:#fffcf3}.crm-address-profile-card--inquiries .crm-address-profile-card__head{border-bottom-color:#fde7a7}.crm-address-profile-card--inquiries .crm-address-profile-card__head h2>span{background:#fef3c7;color:#b45309}.crm-address-profile-card--inquiries .crm-address-profile-card__head h2 em{background:#fef3c7;color:#92400e}.crm-address-profile-inquiries{padding:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.crm-address-profile-inquiry-group{min-width:0;border:1px solid #fde7a7;border-radius:12px;background:#fff;padding:13px 14px;display:grid;gap:8px}.crm-address-profile-inquiry-group>strong{color:#92400e;font-size:12px;line-height:1.3;font-weight:850;overflow-wrap:anywhere}.crm-address-profile-card__head{min-height:58px;padding:14px 20px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:14px}.crm-address-profile-card__head h2{min-width:0;margin:0;color:#020617;font-size:15px;line-height:1.25;font-weight:850;letter-spacing:0;display:inline-flex;align-items:center;gap:10px;overflow-wrap:anywhere}.crm-address-profile-card__head h2>span{width:28px;height:28px;border-radius:999px;background:#d8f8e7;color:#059669;display:inline-grid;place-items:center;flex:0 0 auto}.crm-address-profile-card__head h2 svg{width:15px;height:15px}.crm-address-profile-card__head h2 em{min-width:20px;min-height:20px;border-radius:999px;background:#eef2f6;color:#64748b;padding:4px 7px;font-size:11px;line-height:1;font-style:normal;font-weight:850;text-align:center}.crm-address-profile-fields{padding:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 46px}.crm-address-profile-field{min-width:0;display:grid;gap:5px}.crm-address-profile-field span,.crm-address-profile-table__head,.crm-address-profile-history__head{color:#53627a;font-size:10px;line-height:1.2;font-weight:850;text-transform:uppercase}.crm-address-profile-field strong{min-width:0;color:#020617;font-size:15px;line-height:1.3;font-weight:750;overflow-wrap:anywhere}.crm-address-profile-relations{padding:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.crm-address-profile-relation{min-width:0;border:1px solid #dbe3ea;border-radius:12px;padding:12px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.crm-address-profile-relation__icon,.crm-address-profile-installation__name>span,.crm-address-profile-document>span:first-child{width:32px;height:32px;border-radius:999px;background:#d8f8e7;color:#059669;display:grid;place-items:center;flex:0 0 auto}.crm-address-profile-relation__icon svg,.crm-address-profile-installation__name svg,.crm-address-profile-document svg{width:15px;height:15px}.crm-address-profile-relation span:last-child{min-width:0;display:grid;gap:3px}.crm-address-profile-relation small{color:#53627a;font-size:10px;line-height:1.2;font-weight:850;text-transform:uppercase}.crm-address-profile-relation strong,.crm-address-profile-contact strong,.crm-address-profile-document strong,.crm-address-profile-activity strong{min-width:0;color:#020617;font-size:14px;line-height:1.25;font-weight:800;overflow-wrap:anywhere}.crm-address-profile-relation em,.crm-address-profile-contact small,.crm-address-profile-document small,.crm-address-profile-activity small{min-width:0;color:#64748b;font-size:12px;line-height:1.35;font-style:normal;font-weight:600;overflow-wrap:anywhere}.crm-address-profile-table,.crm-address-profile-history{padding:20px;display:grid;gap:0}.crm-address-profile-table__head,.crm-address-profile-installation{min-width:780px;display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(120px,.7fr) minmax(120px,.6fr) minmax(120px,.6fr) 34px;gap:14px;align-items:center}.crm-address-profile-table__head{border:1px solid #dbe3ea;border-bottom:0;border-radius:12px 12px 0 0;background:#f8fafc;padding:12px}.crm-address-profile-installation{border:1px solid #dbe3ea;border-top:0;padding:12px;color:#020617;font-size:14px;font-weight:650}.crm-address-profile-installation:last-child{border-radius:0 0 12px 12px}.crm-address-profile-installation__name{min-width:0;display:flex;align-items:center;gap:10px}.crm-address-profile-installation__name strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-address-profile-history__head,.crm-address-profile-history-row{min-width:900px;display:grid;grid-template-columns:minmax(100px,.85fr) minmax(150px,1.25fr) minmax(110px,.85fr) minmax(110px,.85fr) minmax(110px,.9fr) minmax(120px,1fr) minmax(90px,.8fr);gap:14px;align-items:center}.crm-address-profile-history__head{border:1px solid #dbe3ea;border-bottom:0;border-radius:12px 12px 0 0;background:#f8fafc;padding:12px}.crm-address-profile-history-row{border:1px solid #dbe3ea;border-top:0;background:#fff;color:#020617;padding:12px;text-align:left;font:inherit;cursor:pointer}.crm-address-profile-history-row:hover{background:#fbfdfc}.crm-address-profile-history-row:last-child{border-radius:0 0 12px 12px}.crm-address-profile-history-row strong,.crm-address-profile-history-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-address-profile-contact-list,.crm-address-profile-document-list,.crm-address-profile-activity{padding:20px;display:grid;gap:14px}.crm-address-profile-contact,.crm-address-profile-document{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start}.crm-address-profile-contact__avatar{width:38px;height:38px;border-radius:999px;background:#d8f8e7;color:#047857;display:grid;place-items:center;font-size:12px;font-weight:850}.crm-address-profile-contact>span:last-child,.crm-address-profile-document>span:nth-child(2){min-width:0;display:grid;gap:3px}.crm-address-profile-contact small svg{width:12px;height:12px;vertical-align:-2px}.crm-address-profile-document{width:100%;border:0;border-bottom:1px solid #e2e8f0;background:transparent;color:inherit;padding:0 0 12px;text-align:left;cursor:pointer}.crm-address-profile-document:last-child{border-bottom:0;padding-bottom:0}.crm-address-profile-document:disabled{cursor:default}.crm-address-profile-document>svg{align-self:center;color:#64748b}.crm-address-profile-activity{position:relative}.crm-address-profile-activity__item{position:relative;min-width:0;padding-left:22px;display:grid;gap:4px}.crm-address-profile-activity__item:before{content:"";position:absolute;top:5px;left:0;width:8px;height:8px;border-radius:999px;background:#12a978}.crm-address-profile-activity__item:after{content:"";position:absolute;top:15px;bottom:-18px;left:3px;width:1px;background:#dbe3ea}.crm-address-profile-activity__item:last-child:after{display:none}.crm-addresses-layout{grid-template-columns:minmax(290px,360px) minmax(0,1fr);gap:18px}.crm-address-list-panel{padding:14px}.crm-address-list-toolbar{display:grid;gap:8px;margin-bottom:10px}.crm-address-list-toolbar .shell-search{width:100%;height:42px;background:#f8fafc;border-color:#edf1f5}.crm-address-list-toolbar .shell-search input{padding-top:11px;padding-bottom:11px}.crm-address-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.crm-address-filter-grid .select{width:100%;min-width:0;height:38px}.crm-address-toolbar-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.crm-address-new-btn{width:100%;min-height:40px;padding:10px 14px;border-radius:10px;box-shadow:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.crm-address-new-btn svg,.crm-address-hero__primary svg,.crm-address-hero__edit svg{width:15px;height:15px;flex:0 0 auto}.crm-wizard{display:grid;gap:14px}.crm-wizard-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.crm-wizard-step{min-width:0;min-height:54px;border:1px solid #e4e7ec;border-radius:10px;background:#fff;color:#475467;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:10px;cursor:pointer;text-align:left}.crm-wizard-step span{width:24px;height:24px;border-radius:999px;background:#f2f4f7;color:#344054;display:grid;place-items:center;font-size:12px;font-weight:800}.crm-wizard-step span svg{width:14px;height:14px}.crm-wizard-step strong{min-width:0;font-size:12px;line-height:1.2;overflow-wrap:anywhere}.crm-wizard-step.is-active{border-color:#8ec5b4;background:#f3fbf8;color:#087961}.crm-wizard-step.is-active span,.crm-wizard-step.is-complete span{background:#0f9476;color:#fff}.crm-wizard-progress{margin-top:-4px;color:#667085;font-size:12px;font-weight:700}.crm-wizard-card{display:grid;gap:12px;border:1px solid #e8ebf0;border-radius:12px;background:#fff;padding:14px}.crm-wizard-card h3{margin:0;color:#101828;font-size:15px;line-height:1.25;letter-spacing:0}.crm-quick-intake{display:grid;gap:12px}.crm-quick-section{gap:14px;padding:16px 18px}.crm-quick-section__title h3{display:flex;align-items:baseline;gap:6px}.crm-quick-section__number{color:#101828;font-weight:800}.crm-quick-company-row{display:grid;grid-template-columns:minmax(0,1fr);align-items:end;gap:12px}.crm-quick-address-grid{grid-template-columns:minmax(240px,1.5fr) minmax(110px,.6fr) minmax(110px,.55fr)}.crm-quick-field--city{grid-column:span 2}.crm-quick-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-quick-person-grid{grid-template-columns:minmax(92px,.45fr) minmax(170px,1fr) minmax(170px,1fr)}.crm-extra-contact{display:grid;gap:12px;padding:12px;border:1px solid #edf1f5;border-radius:10px;background:#f8fafc}.crm-extra-contact__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.crm-extra-contact__head strong{color:#101828;font-size:13px}.crm-contact-suggestions{display:grid;gap:8px;padding:10px;border:1px solid #edf1f5;border-radius:10px;background:#f8fafc}.crm-contact-suggestions__label{color:#475467;font-size:12px;font-weight:800}.crm-contact-suggestions__list{display:flex;flex-wrap:wrap;gap:8px}.crm-contact-suggestion{max-width:min(100%,340px);border:1px solid #dde4db;border-radius:8px;background:#fff;color:#344054;display:grid;gap:2px;padding:9px 11px;text-align:left;cursor:pointer}.crm-contact-suggestion:hover{border-color:#8ec5b4;box-shadow:0 8px 18px #0f172a14}.crm-contact-suggestion__name{color:#101828;font-size:13px;font-weight:800}.crm-contact-suggestion__meta{color:#667085;font-size:12px;line-height:1.35}.crm-contact-suggestions--inline{margin-top:2px}.crm-field-label-row,.crm-inquiry-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.crm-field-label-row>label{min-width:0}.crm-field-label-row__actions{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px}.crm-internal-inquiry-toggle{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;padding:2px 5px;border:1px solid transparent;border-radius:999px;background:transparent;color:#98a2b3;font:inherit;font-size:10px;font-weight:650;line-height:1.2;cursor:pointer;transition:color .14s ease,border-color .14s ease,background .14s ease}.crm-internal-inquiry-toggle:hover{border-color:#d0d5dd;background:#f9fafb;color:#667085}.crm-internal-inquiry-toggle:focus-visible{outline:2px solid rgba(31,157,120,.28);outline-offset:2px}.crm-internal-inquiry-toggle.is-active{border-color:#a6d8c8;background:#eef8f4;color:#0f6b52}.crm-internal-inquiry-toggle__dot{width:6px;height:6px;border:1px solid currentColor;border-radius:50%;background:transparent}.crm-internal-inquiry-toggle.is-active .crm-internal-inquiry-toggle__dot{border-color:#1f9d78;background:#1f9d78;box-shadow:0 0 0 2px #1f9d781f}.crm-internal-inquiry-picker{width:100%;display:grid;gap:4px}.crm-internal-inquiry-picker>.crm-internal-inquiry-toggle,.crm-contact-suggestions--inline>.crm-internal-inquiry-toggle{justify-self:end}.crm-roles-card{gap:12px}.crm-role-section{display:grid;gap:10px;padding:14px;border:1px solid #e4e7ec;border-radius:10px;background:#fff}.crm-role-section__title{width:100%;display:inline-flex;align-items:center;gap:8px;color:#101828}.crm-role-section__title .crm-internal-inquiry-toggle{margin-left:auto}.crm-role-section__title strong{font-size:13px;line-height:1.25}.crm-role-section__title svg{width:14px;height:14px;color:#98a2b3}.crm-role-radio{width:fit-content;display:inline-flex;align-items:center;gap:9px;color:#475467;font-size:13px;font-weight:600;line-height:1.35;cursor:pointer}.crm-role-radio input{width:16px;height:16px;margin:0;accent-color:#2f6fed}.crm-role-inline-form{display:grid;gap:12px;margin-top:2px;padding:12px;border:1px solid #e4e7ec;border-radius:10px;background:#fff}.crm-role-contact-grid{grid-template-columns:minmax(160px,1fr) minmax(180px,1fr) minmax(160px,1fr)}.crm-invoice-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff}.crm-invoice-summary.is-missing{border-color:#fecaca;background:#fff8f8}.crm-invoice-summary div{min-width:0;display:grid;gap:3px}.crm-invoice-summary span{color:#667085;font-size:11px;font-weight:800}.crm-invoice-summary strong{color:#101828;font-size:13px;line-height:1.3;overflow-wrap:anywhere}.crm-invoice-summary small{color:#667085;font-size:12px;line-height:1.35}.crm-invoice-summary.is-missing div:last-child strong{color:#b42318}.crm-inspection-step{display:grid;gap:12px}.crm-location-inspections{padding:0;overflow:hidden}.crm-location-inspections .crm-wizard-card__head{padding:16px 18px 12px}.crm-location-inspections h3{display:inline-flex;align-items:center;gap:10px}.crm-count-badge{width:22px;height:22px;border-radius:999px;background:#eef2f6;color:#475467;display:inline-grid;place-items:center;font-size:12px;font-weight:800}.crm-inspection-add-btn{min-height:36px;display:inline-flex;align-items:center;gap:8px;border-radius:8px;padding:9px 12px}.crm-inspection-add-btn svg{width:15px;height:15px}.crm-inspection-table-wrap{overflow-x:auto;border-top:1px solid #edf1f5}.crm-inspection-table{width:100%;min-width:820px;border-collapse:collapse;color:#344054;font-size:12px}.crm-inspection-table th,.crm-inspection-table td{padding:13px 16px;border-bottom:1px solid #edf1f5;text-align:left;white-space:nowrap}.crm-inspection-table th{color:#667085;background:#fbfcfd;font-size:11px;font-weight:800}.crm-inspection-table tbody tr.is-active{background:#f8fbff}.crm-inspection-table__empty{color:#667085;text-align:center}.crm-result-badge{display:inline-flex;align-items:center;min-height:24px;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:800}.crm-result-badge--approved{color:#087961;background:#dff8ec}.crm-result-badge--rejected{color:#b42318;background:#fee4e2}.crm-result-badge--unknown{color:#475467;background:#eef2f6}.crm-date-status{display:inline-flex;align-items:center;gap:7px;color:#344054;font-size:12px;font-weight:700}.crm-date-status:before{content:"";width:8px;height:8px;border-radius:999px;background:#98a2b3}.crm-date-status--blue:before{background:#2f6fed}.crm-date-status--orange:before{background:#f79009}.crm-date-status--red:before{background:#f04438}.crm-inspection-form-card{gap:16px}.crm-inspection-form-card .crm-wizard-card__head h3{font-size:15px}.crm-inspection-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-inspection-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.crm-inspection-choice-card{display:grid;gap:12px;padding:14px;border:1px solid #edf1f5;border-radius:10px;background:#fff}.crm-inspection-choice-card__title{color:#475467;font-size:12px;font-weight:800}.crm-inspection-radio-row{display:flex;flex-wrap:wrap;gap:14px}.crm-inspection-radio{display:inline-flex;align-items:center;gap:8px;color:#475467;font-size:13px;font-weight:700}.crm-inspection-radio input{width:16px;height:16px;margin:0;accent-color:#2f6fed}.crm-inspection-radio--approved input{accent-color:#0f9476}.crm-inspection-radio--rejected input{accent-color:#f04438}.crm-scope-fields{display:grid;gap:12px;padding:16px;border:1px solid #edf1f5;border-radius:10px;background:#fbfcfd}.crm-scope-fields__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-scope-fields__head strong{color:#1d2939;font-size:13px;font-weight:800}.crm-scope-fields__head span{min-height:24px;display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;background:#edf4ff;color:#2f6fed;font-size:11px;font-weight:800}.crm-scope-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-scope-choice-card{display:grid;gap:12px;padding:14px;border:1px solid #e4e7ec;border-radius:10px;background:#fff}.crm-followup-panel{display:grid;gap:12px;padding:16px;border:1px solid #fecaca;border-radius:10px;background:#fff8f8}.crm-followup-panel strong{color:#b42318;font-size:13px}.crm-followup-panel strong span{color:#b42318;font-size:11px;font-weight:800}.crm-followup-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-inspection-remove-btn{justify-self:start;min-height:36px;border-radius:8px}.crm-inline-add{width:fit-content;border:0;background:transparent;color:#0f9476;display:inline-flex;align-items:center;gap:8px;padding:2px 0;font-size:13px;font-weight:800;cursor:pointer}.crm-inline-add svg{width:14px;height:14px}.crm-wizard-card__head,.crm-wizard-installation__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.crm-wizard-add-btn{min-height:34px;display:inline-flex;align-items:center;gap:6px;border-radius:10px;padding:8px 10px}.crm-wizard-add-btn svg{width:14px;height:14px}.crm-wizard-installation-list{display:grid;gap:12px}.crm-wizard-installation{display:grid;gap:12px;border:1px solid #edf1f5;border-radius:10px;background:#f8fafc;padding:12px}.crm-wizard-installation__head strong{color:#101828;font-size:13px;line-height:1.25}.crm-wizard-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px 10px;padding:10px;border-radius:10px;background:#fff;border:1px solid #edf1f5}@media (max-width: 760px){.modal__dialog.crm-modal--wizard,.modal__dialog.crm-modal--installation{padding:16px}.crm-wizard-steps,.crm-quick-company-row,.crm-quick-address-grid,.crm-quick-contact-grid,.crm-quick-person-grid,.crm-inspection-form-grid,.crm-inspection-choice-grid,.crm-scope-grid,.crm-followup-grid,.crm-invoice-summary,.crm-role-contact-grid{grid-template-columns:minmax(0,1fr)}.crm-quick-field--city{grid-column:auto}.crm-location-inspections .crm-wizard-card__head{align-items:flex-start;flex-direction:column}.crm-inspection-add-btn{width:100%;justify-content:center}.crm-installation-registrations>.crm-wizard-card__head{align-items:flex-start;flex-direction:column}}.crm-address-list{background:#fff;border:1px solid #e8ebf0;border-radius:12px;overflow:hidden}.crm-address-list .crm-empty{padding:32px 16px;margin:0}.crm-address-row{display:flex;align-items:center;border-bottom:1px solid #f0f2f6;min-width:0}.crm-address-row:last-child{border-bottom:none}.crm-address-row__button{flex:1 1 auto;min-width:0;padding:9px 12px;background:transparent;border:none;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;cursor:pointer;color:inherit;transition:background .1s ease}.crm-address-row:hover .crm-address-row__button{background:#f8fafc}.crm-address-row.is-active .crm-address-row__button{background:#f0faf7}.crm-address-row__icon{width:30px;height:30px;border-radius:8px;background:#f0f2f5;color:#7b8495;display:grid;place-items:center;flex-shrink:0}.crm-address-row.is-active .crm-address-row__icon{background:#dff7ef;color:#0f9476}.crm-address-row__icon svg{width:14px;height:14px}.crm-address-row__body{min-width:0;display:grid;gap:1px}.crm-address-row__title{display:block;color:#111827;font-size:13px;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-address-row__location{display:block;color:#667085;font-size:11px;font-weight:500;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-address-row__stats{display:flex;align-items:center;gap:8px;flex-shrink:0}.crm-address-row__stats span{display:inline-flex;align-items:center;gap:3px;color:#94a3b8;font-size:11px;font-weight:600}.crm-address-row__stats span svg{width:11px;height:11px}.crm-address-row__actions{flex-shrink:0;display:inline-flex;gap:4px;padding-right:8px;opacity:0;pointer-events:none;transition:opacity .12s ease}.crm-address-row:hover .crm-address-row__actions,.crm-address-row:focus-within .crm-address-row__actions{opacity:1;pointer-events:auto}.crm-address-icon-action{width:30px;height:30px;border:1px solid #e3e8ef;border-radius:999px;background:#fffffff5;color:#667085;display:inline-grid;place-items:center;padding:0;cursor:pointer;transition:border-color .14s ease,color .14s ease,background .14s ease}.crm-address-icon-action:hover{border-color:#cdd5df;background:#f8fafc;color:#0f9476}.crm-address-icon-action--danger{color:#ef4444}.crm-address-icon-action--danger:hover{border-color:#fecaca;background:#fff1f2;color:#dc2626}.crm-address-icon-action svg{width:14px;height:14px}.crm-address-detail-panel{border:0;background:transparent;box-shadow:none;padding:0}.crm-address-detail-panel>.crm-empty{background:#fff}.crm-address-detail{display:grid;gap:14px}.crm-address-hero,.crm-address-card{border:1px solid #e8ebf0;background:#fff;border-radius:12px;box-shadow:0 1px #fff,0 14px 34px #0f172a0d}.crm-address-hero{display:grid;gap:14px;padding:16px 20px}.crm-address-hero__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start}.crm-address-hero__identity{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center}.crm-address-hero__mark{width:40px;height:40px;border-radius:10px;border:1px solid #bfe5d8;background:#e8f7f1;color:#0f9476;display:grid;place-items:center}.crm-address-hero__mark svg{width:20px;height:20px}.crm-address-hero__title{min-width:0;display:grid;gap:2px}.crm-address-hero__title h2{margin:0;color:#050f24;font-size:17px;line-height:1.2;letter-spacing:0;overflow-wrap:anywhere}.crm-address-hero__title p{margin:0;color:#667085;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.crm-address-hero__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.crm-address-hero__primary,.crm-address-hero__edit{min-height:36px;padding:9px 12px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.crm-address-hero__primary{box-shadow:none}.crm-address-hero__stats{display:flex;gap:8px;flex-wrap:wrap}.crm-address-hero__stat{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:8px;font-size:12px;font-weight:600;line-height:1.2}.crm-address-hero__stat svg{width:13px;height:13px;flex-shrink:0}.crm-address-hero__stat strong{font-weight:800;font-size:14px;line-height:1}.crm-address-hero__stat--green{background:#eaf8f1;color:#087961}.crm-address-hero__stat--blue{background:#eef4ff;color:#1e5ecf}.crm-address-hero__stat--yellow{background:#fff7e7;color:#a06304}.crm-address-main-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.98fr);gap:14px;align-items:stretch}.crm-address-support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.crm-address-card{min-width:0;padding:18px 20px;display:grid;gap:14px;align-content:start}.crm-address-card--wide{grid-column:1 / -1}.crm-address-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.crm-address-card__head h3{margin:0;min-width:0;display:inline-flex;align-items:center;gap:9px;color:#050f24;font-size:15px;line-height:1.25;font-weight:800;letter-spacing:0}.crm-address-card__head h3 svg{width:16px;height:16px;flex:0 0 auto;color:#0f9476}.crm-address-info-list{display:grid}.crm-address-info-list .crm-info-row{min-height:38px;grid-template-columns:minmax(110px,.7fr) minmax(0,1fr);gap:12px;align-items:center;border-top:1px solid #eef1f5}.crm-address-info-list .crm-info-row:first-child{border-top:0}.crm-address-info-list .crm-info-row span{color:#5d6b82;font-size:12px}.crm-address-info-list .crm-info-row strong{color:#061126;font-size:13px;line-height:1.35;text-align:right}.crm-address-role-list{display:grid;gap:10px}.crm-address-role-card{min-height:54px;border:1px solid #edf1f5;background:#fbfcfe;border-radius:10px;padding:10px 12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.crm-address-role-card--empty{border-style:dashed;background:#fff}.crm-address-role-card__icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center}.crm-address-role-card__icon svg{width:16px;height:16px}.crm-address-role-card__icon--green{background:#eaf8f1;color:#159375}.crm-address-role-card__icon--gray{background:#f1f4f8;color:#8a94a6}.crm-address-role-card__body{min-width:0;display:grid;gap:2px}.crm-address-role-card__label{color:#5d6b82;font-size:10px;line-height:1.2;font-weight:800;text-transform:uppercase;overflow-wrap:anywhere}.crm-address-role-card__body strong,.crm-address-role-card__body small,.crm-address-role-card__body em{min-width:0;overflow-wrap:anywhere}.crm-address-role-card__body strong{color:#061126;font-size:13px;line-height:1.25;font-weight:800}.crm-address-role-card__body small,.crm-address-role-card__body em{color:#98a2b3;font-size:12px;line-height:1.35}.crm-address-role-card__body em{font-style:italic}.crm-address-role-card__actions,.crm-address-installation-row__actions{display:inline-flex;justify-content:flex-end;gap:6px}.crm-address-installation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.crm-address-installation-grid>.muted{grid-column:1 / -1}.crm-address-installation-row{min-height:58px;border:1px solid #edf1f5;background:#fbfcfe;border-radius:10px;padding:10px 12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.crm-address-installation-row__icon{width:36px;height:36px;border-radius:12px;background:#eaf8f1;color:#159375;display:grid;place-items:center}.crm-address-installation-row__icon svg{width:16px;height:16px}.crm-address-installation-row__body{min-width:0;display:grid;gap:3px}.crm-address-installation-row__body strong,.crm-address-installation-row__body small{min-width:0;overflow-wrap:anywhere}.crm-address-installation-row__body strong{color:#061126;font-size:14px;line-height:1.25;font-weight:800}.crm-address-installation-row__body small{color:#667085;font-size:12px;line-height:1.35}.crm-address-history-card .crm-history-row{background:#fbfcfe;border-color:#edf1f5}@media (max-width: 1200px){.crm-two-column{grid-template-columns:1fr}.crm-address-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-address-overview-toolbar{grid-template-columns:minmax(0,1fr) repeat(2,minmax(150px,auto))}.crm-address-more-filters,.crm-address-overview-count{justify-self:start}.crm-address-overview-detail__grid,.crm-address-profile-layout{grid-template-columns:1fr}.crm-address-profile-side{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.crm-address-profile-side .crm-address-profile-card:last-child{grid-column:1 / -1}.crm-detail-panel{position:static;max-height:none}.crm-company-profile__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-customer-stat{border-bottom:1px solid #edf1f5}}@media (max-width: 900px){.crm-addresses-heading{align-items:flex-start;flex-direction:column}.crm-addresses-heading__actions{justify-content:flex-start}.crm-address-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-address-overview-toolbar,.crm-address-advanced-filters{grid-template-columns:1fr;display:grid}.crm-address-overview-toolbar .select,.crm-address-more-filters,.crm-addresses-quick,.crm-address-advanced-filters label{width:100%;min-width:0}.crm-company-profile__main-grid{grid-template-columns:1fr}.crm-company-profile__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-company-info-list{grid-template-columns:1fr}.crm-address-profile-hero__top{flex-direction:column}.crm-address-profile-hero__actions{justify-content:flex-start}.crm-address-profile-stats,.crm-address-profile-fields,.crm-address-profile-relations,.crm-address-profile-inquiries,.crm-address-profile-side{grid-template-columns:1fr}.crm-address-profile-side .crm-address-profile-card:last-child{grid-column:auto}.crm-company-info-line:nth-child(2){border-top:1px solid #eef1f5}}@media (max-width: 760px){.crm-addresses-overview{gap:16px}.crm-addresses-heading h1{font-size:22px}.crm-addresses-heading__actions,.crm-addresses-export,.crm-addresses-new{width:100%}.crm-address-metrics{grid-template-columns:1fr;border-radius:14px}.crm-address-metric{min-height:68px;border-right:0;border-bottom:1px solid #e2e8f0}.crm-address-metric:last-child{border-bottom:0}.crm-address-overview-panel{border-radius:14px}.crm-address-overview-toolbar{padding:10px}.crm-address-overview-detail{padding:14px 10px}.crm-address-overview-card{min-height:0;padding:14px;border-radius:12px}.crm-address-overview-detail__actions,.crm-address-overview-action{width:100%}.crm-detail-breadcrumb{max-width:100%;gap:7px;font-size:12px}.crm-detail-breadcrumb button:nth-of-type(1),.crm-detail-breadcrumb span:first-of-type{display:none}.crm-address-profile{gap:16px}.crm-address-profile-hero,.crm-address-profile-card{border-radius:14px}.crm-address-profile-hero__top,.crm-address-profile-fields,.crm-address-profile-relations,.crm-address-profile-table,.crm-address-profile-history,.crm-address-profile-inquiries,.crm-address-profile-contact-list,.crm-address-profile-document-list,.crm-address-profile-activity{padding:14px}.crm-address-profile-hero__identity{grid-template-columns:1fr}.crm-address-profile-hero__mark{width:50px;height:50px;border-radius:15px}.crm-address-profile-hero__title h1{font-size:22px}.crm-address-profile-action,.crm-address-profile-hero__actions{width:100%}.crm-address-profile-stats{border-top:0}.crm-address-profile-stat{border-right:0;border-top:1px solid #e2e8f0}.crm-address-profile-card__head{align-items:flex-start;flex-direction:column;padding:14px}.crm-address-profile-card__head .crm-card-action{width:100%}.crm-address-profile-table,.crm-address-profile-history{overflow-x:auto}.crm-toolbar{display:grid;grid-template-columns:1fr}.crm-toolbar .shell-search,.crm-toolbar .select,.crm-toolbar .btn-primary,.crm-toolbar .btn-secondary{width:100%}.crm-topbar-create{width:100%;justify-content:center}.crm-company-grid{grid-template-columns:1fr}.crm-company-card__button{min-height:0;padding:16px}.crm-company-metrics{gap:8px}.crm-company-profile{gap:18px}.crm-company-profile__hero{flex-direction:column;align-items:start;padding:18px 16px}.crm-company-profile__identity{align-items:start}.crm-company-profile__title-block h2{font-size:24px;line-height:1.12}.crm-company-profile__edit{align-self:stretch;justify-content:center}.crm-company-profile__stats{grid-template-columns:1fr}.crm-customer-stat{min-height:72px;padding:14px;border-right:0}.crm-customer-card{min-height:0;padding:18px 16px;border-radius:12px}.crm-customer-card--wide{padding:0}.crm-customer-card--wide .crm-customer-card__head{padding:16px}.crm-customer-card__head{align-items:flex-start;flex-wrap:wrap}.crm-customer-card__head .crm-section-actions{width:100%}.crm-card-action{white-space:normal;justify-content:flex-start}.crm-company-info-line{grid-template-columns:1fr;gap:5px;padding:10px 0}.crm-company-info-line strong{grid-column:auto;text-align:left}.crm-company-sync-row{align-items:flex-start;flex-direction:column;gap:5px;padding-top:10px}.crm-company-sync-row strong{text-align:left}.crm-customer-contact{grid-template-columns:auto minmax(0,1fr)}.crm-customer-contact .crm-customer-icon-btn{grid-column:2;justify-self:start}.crm-correspondence-card__body{padding:2px 14px 14px}.crm-correspondence-card-actions{width:100%;align-items:flex-start;flex-direction:column}.crm-correspondence-level-toggle{width:100%}.crm-correspondence-toolbar{grid-template-columns:1fr;padding:12px 0}.crm-correspondence-result-count{justify-self:start}.crm-correspondence-item{grid-template-columns:auto minmax(0,1fr);gap:10px}.crm-correspondence-item__actions{grid-column:2;justify-content:flex-start}.crm-correspondence-item__meta{align-items:flex-start;flex-direction:column;gap:3px}.crm-correspondence-item__meta span+span:before{content:none}.crm-list--grid,.crm-detail-grid,.crm-kpis,.crm-list-item,.crm-row{grid-template-columns:1fr}.crm-list-item__actions,.crm-row__actions{justify-content:flex-start}.crm-detail-head{display:grid}.crm-section-head{align-items:flex-start}.crm-section-actions{width:100%;justify-content:flex-start}.crm-info-row{grid-template-columns:1fr;gap:2px}.crm-history-row,.crm-address-filter-grid,.crm-address-main-grid,.crm-address-installation-grid{grid-template-columns:1fr}.crm-address-hero,.crm-address-card{padding:16px}.crm-address-hero__top,.crm-address-hero__identity{grid-template-columns:1fr}.crm-address-hero__actions{justify-content:flex-start}.crm-address-hero__primary,.crm-address-hero__edit{white-space:normal}.crm-address-row__actions{opacity:1;pointer-events:auto}.crm-address-role-card,.crm-address-installation-row{grid-template-columns:auto minmax(0,1fr);align-items:start}.crm-address-role-card__actions,.crm-address-installation-row__actions{grid-column:2;justify-content:flex-start}.crm-address-info-list .crm-info-row{grid-template-columns:1fr;gap:2px;padding:8px 0}.crm-address-info-list .crm-info-row strong{text-align:left}}
