:root{--brand-ink: #17191c;--brand-charcoal: #202326;--brand-charcoal-soft: #30353a;--brand-orange: #f58220;--brand-orange-dark: #9a4608;--brand-amber: #f4c542;--brand-surface: #f5f0e8;--brand-card: #fffaf2;--brand-line: #e4d7c5;--brand-muted: #5f5a53;--brand-muted-light: #f2dcc3;--success-bg: #e1f2e9;--success-text: #176044;--warning-bg: #fff1cc;--warning-text: #6f4b08;--danger-bg: #fde5e5;--danger-text: #9b1d24;color:var(--brand-ink);background:var(--brand-surface);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;letter-spacing:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#fffaf2 0%,var(--brand-surface) 42%,#ece2d4 100%)}button,input,select,textarea{font:inherit;letter-spacing:0}button{border:0}button:disabled{cursor:not-allowed;opacity:.55}label{display:grid;gap:6px;color:#4b4741;font-size:13px;font-weight:700}.field-label-row{position:relative;display:inline-flex;align-items:center;gap:6px;min-width:0;width:fit-content;max-width:100%}.help-tip{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;z-index:5}.help-tip-button{width:18px;height:18px;min-height:18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #bcae9b;border-radius:999px;background:#fffaf2;color:#5c2a04;cursor:help;font-size:12px;font-weight:900;line-height:1;padding:0}.help-tip-bubble{position:absolute;left:50%;bottom:calc(100% + 8px);z-index:40;width:max-content;max-width:min(260px,calc(100vw - 32px));transform:translate(-50%) translateY(3px);border:1px solid #c7b8a5;border-radius:8px;background:#202326;color:#fffaf2;box-shadow:0 14px 34px #17191c38;font-size:12px;font-weight:700;line-height:1.35;opacity:0;padding:9px 10px;pointer-events:none;text-transform:none;transition:opacity .12s ease,transform .12s ease,visibility .12s ease;visibility:hidden;white-space:normal}.help-tip-bubble:after{position:absolute;left:50%;top:100%;width:10px;height:10px;content:"";transform:translate(-50%,-5px) rotate(45deg);background:#202326;border-bottom:1px solid #c7b8a5;border-right:1px solid #c7b8a5}.help-tip:hover .help-tip-bubble,.help-tip:focus-within .help-tip-bubble{opacity:1;transform:translate(-50%) translateY(0);visibility:visible}input,select,textarea{width:100%;min-height:40px;border:1px solid #d2c5b4;border-radius:6px;background:#fff;color:var(--brand-ink);padding:8px 10px}textarea{min-height:108px;resize:vertical}select[multiple]{min-height:116px}input:focus,select:focus,textarea:focus,button:focus-visible{outline:3px solid rgba(245,130,32,.34);outline-offset:1px}.boot-screen,.login-layout{min-height:100vh;display:grid;place-items:center;padding:24px}.boot-screen{gap:14px;color:var(--brand-muted)}.error-boot{color:#8d1f26;text-align:center}.error-boot h1,.error-boot p{margin:0}.spinner{width:30px;height:30px;border:3px solid #ddcfbc;border-top-color:var(--brand-orange);border-radius:50%;animation:spin .9s linear infinite}.spinner.small{width:22px;height:22px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}.login-panel{width:min(430px,100%);background:#fff;border:1px solid var(--brand-line);border-top:4px solid var(--brand-orange);border-radius:8px;box-shadow:0 18px 45px #20232624;padding:26px}.login-panel form{display:grid;gap:16px;margin-top:24px}.operator-layout{min-height:100vh;display:grid;place-items:center;padding:24px}.operator-login-panel,.operator-review-panel{border:1px solid var(--brand-line);border-top:4px solid var(--brand-orange);border-radius:8px;background:#fff;box-shadow:0 18px 45px #20232624}.operator-login-panel{width:min(520px,100%);display:grid;gap:18px;padding:26px}.operator-login-panel form,.operator-review-form{display:grid;gap:18px}.operator-heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px}.operator-heading img{width:64px;height:64px;border-radius:14px}.operator-heading h1,.operator-heading p,.operator-review-panel h2,.operator-review-panel h3,.operator-review-panel p{margin:0}.operator-heading h1{margin-top:7px;font-size:23px}.operator-heading p,.operator-review-panel>header p{margin-top:5px;color:var(--brand-muted)}.operator-shell{min-height:100vh;padding:18px}.operator-review-panel{width:min(980px,100%);display:grid;gap:20px;margin:18px auto 0;padding:clamp(20px,4vw,34px)}.operator-review-panel>header{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:13px}.operator-queue{display:grid;gap:13px;border:1px solid var(--brand-line);border-radius:8px;background:#fffaf4;padding:16px}.operator-queue>header,.operator-detail>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.operator-queue>header h3,.operator-queue>header p,.operator-detail>header h3,.operator-detail>header p{margin:0}.operator-queue>header p,.operator-detail>header p{margin-top:4px;color:var(--brand-muted);font-size:12px;font-weight:600;line-height:1.45}.operator-queue-list{display:grid;gap:9px}.operator-queue-item{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,auto) auto;align-items:center;gap:15px;border:1px solid #d2c5b4;border-radius:8px;background:#fff;color:var(--brand-ink);padding:13px 14px;text-align:left;cursor:pointer}.operator-queue-item:hover:not(:disabled),.operator-queue-item.selected{border-color:var(--brand-orange-dark);background:#fff3e2}.operator-queue-item>span{min-width:0;display:grid;gap:4px}.operator-queue-item strong,.operator-queue-item small{overflow-wrap:anywhere}.operator-queue-item small{color:var(--brand-muted);font-weight:650}.operator-queue-action{color:var(--brand-orange-dark);font-size:13px;font-weight:900}.operator-queue-loading{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--brand-muted);font-size:13px;font-weight:800;padding:8px}.operator-queue-empty{border:1px dashed #d2c5b4;border-radius:8px;color:var(--brand-muted);font-weight:700;padding:18px;text-align:center}.operator-queue-more{justify-self:center}.operator-detail{display:grid;gap:15px;border:1px solid #b7dec9;border-radius:8px;background:var(--success-bg);padding:16px}.operator-detail>header{justify-content:flex-start;color:var(--success-text)}.operator-detail dl{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(0,1.3fr);gap:8px 16px;margin:0}.operator-detail dt{color:var(--success-text);font-size:11px;font-weight:900;text-transform:uppercase}.operator-detail dd{min-width:0;margin:0;font-weight:700;overflow-wrap:anywhere}.operator-detail-privacy{border-top:1px solid #b7dec9;color:var(--brand-muted);font-size:12px;font-weight:650;line-height:1.45;padding-top:12px}.operator-section-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff0db;color:var(--brand-orange-dark)}.operator-review-form fieldset{min-width:0;margin:0}.operator-review-form label>small,.operator-review-form fieldset>p{color:var(--brand-muted);font-size:12px;font-weight:600;line-height:1.45}.operator-decision-fieldset,.operator-evidence-fieldset{display:grid;gap:12px;border:1px solid var(--brand-line);border-radius:8px;padding:15px}.operator-decision-fieldset legend,.operator-evidence-fieldset legend{color:var(--brand-ink);font-size:14px;font-weight:900;padding:0 7px}.operator-decision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.operator-decision{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;border:1px solid #d2c5b4;border-radius:8px;background:var(--brand-card);padding:14px;cursor:pointer}.operator-decision.selected{border-color:#2d7b59;background:var(--success-bg)}.operator-decision.selected.rejection{border-color:#c74c53;background:var(--danger-bg)}.operator-decision input,.operator-evidence-option input,.operator-confirmation input{width:19px;min-height:19px;margin:1px 0 0}.operator-decision span,.operator-evidence-option span{display:grid;gap:5px}.operator-decision strong,.operator-evidence-option strong{color:var(--brand-ink);font-size:14px}.operator-decision small,.operator-evidence-option small{color:var(--brand-muted);font-weight:600;line-height:1.4}.operator-evidence-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.operator-evidence-option{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;border:1px solid #e0d4c4;border-radius:8px;background:#fffaf4;padding:13px;cursor:pointer}.operator-evidence-option code{color:var(--brand-orange-dark);font-size:11px;overflow-wrap:anywhere}.operator-consequences{display:grid;gap:10px;border:1px solid #b7dec9;border-radius:8px;background:var(--success-bg);color:var(--success-text);padding:16px}.operator-consequences.rejection{border-color:#f0bbbb;background:var(--danger-bg);color:var(--danger-text)}.operator-consequences ul{display:grid;gap:6px;margin:0;padding-left:20px}.operator-consequences p{font-size:12px;font-weight:700;line-height:1.45}.operator-confirmation{grid-template-columns:22px minmax(0,1fr);align-items:start;gap:11px;border:1px solid #d2c5b4;border-radius:8px;background:#fff;color:var(--brand-ink);font-size:14px;line-height:1.45;padding:14px}.operator-submit{width:100%}.operator-result{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;border:1px solid #b7dec9;border-radius:8px;background:var(--success-bg);color:var(--success-text);padding:16px}.operator-result dl{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:6px 12px;margin:10px 0 0}.operator-result dt{font-size:11px;font-weight:900;text-transform:uppercase}.operator-result dd{min-width:0;margin:0;font-weight:700;overflow-wrap:anywhere}.policy-layout{min-height:100vh;display:grid;place-items:center;padding:24px}.policy-panel{width:min(920px,100%);display:grid;gap:20px;border:1px solid var(--brand-line);border-top:4px solid var(--brand-orange);border-radius:8px;background:#fff;box-shadow:0 18px 45px #20232624;padding:clamp(20px,4vw,34px)}.policy-panel.compact{width:min(620px,100%)}.policy-panel h1,.policy-panel h2,.policy-panel p{margin:0}.policy-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.policy-heading .brand-row{flex-wrap:nowrap}.policy-heading p,.policy-panel.compact .brand-row p,.policy-evidence-note{margin-top:4px;color:var(--brand-muted)}.policy-document-list{display:grid;gap:12px}.policy-document{display:grid;gap:12px;border:1px solid var(--brand-line);border-radius:8px;background:var(--brand-card);padding:16px}.policy-document>div{display:flex;align-items:flex-start;gap:10px}.policy-document h2{font-size:17px}.policy-document dl{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:7px 12px;margin:0}.policy-document dt,.policy-manifest-evidence span{color:var(--brand-muted);font-size:12px;font-weight:800;text-transform:uppercase}.policy-document dd{min-width:0;margin:0}.policy-document a{display:inline-flex;align-items:center;gap:6px;max-width:100%;overflow-wrap:anywhere}.policy-document code,.policy-manifest-evidence code{overflow-wrap:anywhere;word-break:break-all}.policy-manifest-evidence{display:grid;gap:6px;border-radius:8px;background:#eee4d6;padding:13px 15px}.policy-confirmation{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:11px;border:1px solid #d2c5b4;border-radius:8px;background:#fff;color:var(--brand-ink);font-size:15px;line-height:1.45;padding:15px}.policy-confirmation input{width:20px;min-height:20px;margin:1px 0 0}.policy-actions{display:flex;flex-wrap:wrap;gap:10px}.shell{min-height:100vh;padding:18px}.topbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--brand-charcoal);color:#fff;border-radius:8px;box-shadow:inset 0 -4px 0 var(--brand-orange);padding:16px 18px}.topbar p,.results-toolbar p{margin:4px 0 0;color:var(--brand-muted-light);font-size:14px}.brand-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.brand-images{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto}.brand-link{display:block;border-radius:12px}.brand-logo{width:clamp(38px,4.6vw,54px);height:clamp(38px,4.6vw,54px);display:block;border-radius:12px;object-fit:cover;background:#fff;box-shadow:0 0 0 1px #ffffff42}.brand-row h1{margin:0;font-size:24px;line-height:1.1;overflow-wrap:anywhere}.badge{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:800}.badge.quiet{background:#fff0db;color:#5c2a04}.toolbar-actions,.actions-row{display:flex;align-items:center;gap:10px}.topbar-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px}.refresh-button.refreshing svg{animation:spin .9s linear infinite}.toolbar-select{width:156px;min-width:156px}.button,.icon-button,.tab,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border-radius:6px;cursor:pointer;font-weight:800}.button{padding:9px 14px}.primary{background:var(--brand-charcoal);color:#fff;box-shadow:inset 0 -2px 0 var(--brand-orange)}.secondary{background:#eee4d6;color:var(--brand-ink)}.icon-button{width:40px;background:#eee4d6;color:var(--brand-ink)}.danger-button{margin-left:6px;background:var(--danger-bg);color:var(--danger-text)}.danger-action{background:var(--danger-text);color:#fff}.muted-table-text{color:var(--brand-muted);font-size:13px;font-weight:800;white-space:nowrap}.block-text{display:block;margin-top:4px}.text-button{min-height:32px;background:transparent;color:var(--brand-orange-dark);padding:0 2px}.full-width{width:100%}a.button{text-decoration:none}.notice{display:flex;align-items:center;gap:9px;border-radius:8px;padding:12px 14px;font-weight:700}.notice.error{background:var(--danger-bg);color:var(--danger-text);border:1px solid #f0bbbb}.notice.info{background:#fff2df;color:#5c2a04;border:1px solid #efc38e}.notice.success{background:var(--success-bg);color:var(--success-text);border:1px solid #b7dec9}.shell>.notice{margin-top:14px}.tabs{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.tabs-spacer{flex:1 1 auto}.tab{background:#eadfce;color:var(--brand-ink);padding:9px 13px}.tab.active{background:var(--brand-charcoal);color:#fff;box-shadow:inset 0 -3px 0 var(--brand-orange)}.work-area{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:16px;align-items:start}.filters-panel,.results-panel,.directory-panel{background:#fff;border:1px solid var(--brand-line);border-radius:8px}.filters-panel{display:grid;gap:14px;padding:16px}.panel-heading,.results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.panel-heading h2,.results-toolbar h2{margin:0;font-size:18px}.date-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkbox-row{display:flex;align-items:center;gap:10px}.checkbox-row input{width:18px;min-height:18px}.results-panel{min-width:0;display:grid;gap:16px;padding:16px}.results-toolbar{min-height:52px}.results-toolbar p{color:var(--brand-muted)}.summary-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px}.summary-card{min-height:74px;display:grid;align-content:center;gap:4px;border:1px solid var(--brand-line);border-top:3px solid var(--brand-orange);border-radius:8px;background:var(--brand-card);padding:12px}.summary-card span{color:var(--brand-muted);font-size:12px;font-weight:800;text-transform:uppercase}.summary-card strong{color:var(--brand-ink);font-size:26px;line-height:1}.table-wrap{width:100%;overflow:auto;border:1px solid var(--brand-line);border-radius:8px}table{width:100%;min-width:1040px;border-collapse:collapse;background:#fff}.contacts-table{min-width:1260px}.contacts-list{border:1px solid var(--brand-line);border-radius:8px;overflow:hidden;background:#fff}.contact-list-row{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(420px,2fr) auto;gap:18px;align-items:center;padding:16px 18px;border-bottom:1px solid #ece0d0}.contact-list-row:last-child{border-bottom:0}.contact-list-row.missing{background:#fffaf4}.contact-row-heading{min-width:0}.contact-title-line{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.contact-title-line strong{color:var(--brand-ink);font-size:16px}.contact-state{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:3px 10px;background:#f7dfe2;color:#a51f2c;font-size:12px;font-weight:800}.contact-state.saved{background:#dff1e7;color:#1f6a45}.contact-row-heading p{display:grid;gap:3px;margin:8px 0 0;color:#1f2227}.contact-row-heading small{color:var(--muted);font-size:13px;font-weight:700}.contact-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:8px 16px;min-width:0}.contact-detail{display:inline-flex;gap:7px;align-items:flex-start;min-width:0;color:#3a3d42;font-size:13px;line-height:1.35}.contact-detail svg{flex:0 0 auto;margin-top:1px;color:#7a6c5d}.contact-detail.wide{grid-column:span 2}.contact-row-actions{display:inline-flex;gap:7px;justify-content:flex-end}th,td{border-bottom:1px solid #ece0d0;padding:11px 12px;text-align:left;vertical-align:top;font-size:14px}th{position:sticky;top:0;background:#f4ebdf;color:#4f463a;font-size:12px;text-transform:uppercase;z-index:1}.sort-header{width:100%;min-height:28px;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;background:transparent;color:inherit;cursor:pointer;font-size:12px;font-weight:900;padding:0;text-align:left;text-transform:uppercase}.sort-header svg{color:var(--brand-muted);flex:0 0 auto}.sort-header.active{color:var(--brand-ink)}.sort-header.active svg{color:var(--brand-orange-dark)}.registration-due{display:inline-flex;align-items:center;gap:7px;min-height:26px;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:800;white-space:nowrap}.registration-due strong{font-size:11px;text-transform:uppercase}.registration-due.due-soon{background:var(--warning-bg);color:var(--warning-text)}.registration-due.overdue{background:var(--danger-bg);color:var(--danger-text);animation:registration-overdue-pulse 1.45s ease-in-out infinite;box-shadow:0 0 #9b1d244d}@keyframes registration-overdue-pulse{0%,to{box-shadow:0 0 #9b1d244d;transform:scale(1)}50%{box-shadow:0 0 0 6px #9b1d2400;transform:scale(1.015)}}@media(prefers-reduced-motion:reduce){.registration-due.overdue{animation:none}}tr:last-child td{border-bottom:0}.status-pill{display:inline-flex;align-items:center;min-height:24px;max-width:180px;border-radius:999px;padding:3px 9px;background:#eee4d6;color:#4f463a;font-size:12px;font-weight:800;white-space:nowrap}.status-pill.active,.status-pill.resolved,.status-pill.repaired,.status-pill.closed,.status-pill.minor,.status-pill.safe{background:var(--success-bg);color:var(--success-text)}.status-pill.open,.status-pill.critical,.status-pill.inactive{background:var(--danger-bg);color:var(--danger-text)}.status-pill.monitor,.status-pill.major,.status-pill.sent-to-mechanic,.status-pill.in-repair,.status-pill.awaiting-parts,.status-pill.recheck-required,.status-pill.attention{background:var(--warning-bg);color:var(--warning-text)}.account-status-list{display:flex;flex-wrap:wrap;gap:6px;min-width:230px}.help-panel{display:grid;gap:18px}.help-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end;border:1px solid var(--brand-line);border-top:4px solid var(--brand-orange);border-radius:8px;background:#fff;padding:18px}.help-hero h2,.help-hero p,.help-section-heading h3,.help-section-heading p,.help-card h4,.help-card p{margin:0}.help-hero h2{margin-top:10px;color:var(--brand-ink);font-size:26px;line-height:1.15}.help-hero p,.help-section-heading p,.help-callout p,.help-note{color:var(--brand-muted);font-size:14px;line-height:1.45}.help-hero p{max-width:760px;margin-top:8px}.help-mode-switch{display:inline-flex;gap:8px;padding:5px;border:1px solid var(--brand-line);border-radius:8px;background:var(--brand-card)}.help-mode{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border-radius:6px;background:transparent;color:var(--brand-ink);padding:8px 11px;font-weight:900;cursor:pointer}.help-mode.active{background:var(--brand-charcoal);color:#fff;box-shadow:inset 0 -2px 0 var(--brand-orange)}.help-callout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;border:1px solid #efc38e;border-radius:8px;background:#fff2df;color:#5c2a04;padding:12px 14px}.help-callout p{color:#5c2a04}.help-section{display:grid;gap:12px}.help-section-heading{display:grid;gap:4px}.help-section-heading h3{color:var(--brand-ink);font-size:20px}.help-card-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px}.help-card{display:grid;align-content:start;gap:12px;border:1px solid var(--brand-line);border-radius:8px;background:#fff;padding:16px}.help-card h4{color:var(--brand-ink);font-size:17px;line-height:1.25}.help-card ol{display:grid;gap:8px;margin:0;padding-left:22px}.help-card li{color:#2f3338;font-size:14px;line-height:1.42}.help-note{border-left:3px solid var(--brand-orange);padding-left:10px;font-weight:700}.empty-state{min-height:260px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--brand-muted);border:1px dashed #cdbda8;border-radius:8px}.empty-state p{margin:0;font-weight:800}.loading-state{min-height:180px}.inline-loading{display:flex;align-items:center;gap:8px;min-height:34px;color:var(--brand-muted);font-size:13px;font-weight:800}.issue-panel{display:grid;gap:14px;scroll-margin-top:18px;border:1px solid var(--brand-line);border-radius:8px;background:var(--brand-card);padding:14px}.issue-heading{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.issue-heading h2,.issue-heading p,.issue-description p{margin:0}.issue-heading p{margin-top:4px;color:var(--brand-muted);font-size:14px;font-weight:700}.issue-heading-actions{display:flex;align-items:center;gap:8px}.detail-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px}.detail-field,.issue-description{border:1px solid var(--brand-line);border-radius:8px;background:#fff;padding:10px}.detail-field{display:grid;gap:4px}.detail-field span,.issue-description span{color:var(--brand-muted);font-size:12px;font-weight:800;text-transform:uppercase}.detail-field strong,.issue-description p{color:var(--brand-ink);font-size:14px;line-height:1.35}.photo-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.photo-strip a,.photo-strip img,.photo-strip .photo-unavailable{width:104px;height:104px;border-radius:8px}.photo-strip a,.photo-strip .photo-unavailable{flex:0 0 auto;border:1px solid var(--brand-line);background:#fff}.photo-strip img{display:block;object-fit:cover}.photo-strip .photo-unavailable{display:grid;place-items:center;color:var(--brand-muted);font-size:12px;font-weight:800}.issue-edit-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.issue-edit-actions{display:flex;align-items:flex-end;min-height:108px}.loading-row{display:flex;align-items:center;gap:10px;min-height:80px;color:var(--brand-muted);font-weight:800}.directory-panel{display:grid;gap:16px;padding:16px}.billing-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:16px;align-items:start}.company-billing-panel{gap:18px}.company-profile-card{display:grid;gap:16px;border:1px solid var(--brand-line);border-top:4px solid var(--brand-orange);border-radius:8px;background:var(--brand-card);padding:18px}.company-profile-card h2,.company-profile-card p{margin:0}.company-profile-card .directory-heading p{margin-top:4px;color:var(--brand-muted);font-size:14px}.company-identity-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px}.company-profile-editor-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}.company-profile-editor-grid .company-address-field{grid-column:span 2}.company-certificate-card,.billing-actions-panel{border:1px solid var(--brand-line);border-radius:8px;background:#fff;padding:18px}.company-certificate-card{display:grid;gap:14px;border-top:4px solid var(--brand-orange)}.certificate-heading{display:flex;align-items:center;gap:14px}.certificate-heading img{width:72px;height:72px;flex:0 0 auto;border-radius:16px;object-fit:cover}.certificate-heading h2,.company-certificate-card h3,.billing-actions-panel h2,.billing-actions-panel p{margin:0}.certificate-heading h2{margin-top:7px}.company-certificate-card h3{font-size:24px;font-weight:900}.certificate-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:10px}.certificate-grid .detail-field strong{overflow-wrap:anywhere}.certificate-grid a{color:var(--brand-orange-dark)}.certificate-copyright,.certificate-note{margin:0;color:var(--brand-muted);font-size:13px;line-height:1.45}.billing-actions-panel{display:grid;gap:12px;position:sticky;top:16px}.billing-actions-panel>p{color:var(--brand-muted);font-size:14px;line-height:1.45}.directory-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.editor-panel{display:grid;gap:14px;scroll-margin-top:18px;border:1px solid var(--brand-line);border-radius:8px;background:var(--brand-card);padding:14px}.editor-grid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:12px;align-items:end}.account-access-group{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:10px;border:1px solid var(--brand-line);border-radius:8px;background:#fff7ed;padding:12px}.account-access-heading{grid-column:1 / -1;display:grid;gap:3px}.account-access-heading strong{color:var(--brand-ink);font-size:15px}.account-access-heading span{color:var(--brand-muted);font-size:12px;font-weight:800}.access-checkbox{align-items:flex-start;min-height:78px;border:1px solid #e3d3be;border-radius:8px;background:#fff;padding:11px}.access-checkbox span{display:grid;gap:4px}.access-checkbox strong{color:var(--brand-ink);font-size:14px}.access-checkbox small{color:var(--brand-muted);font-size:12px;font-weight:700;line-height:1.35}.helper-note{margin:-4px 0 0;color:var(--brand-muted);font-size:13px;font-weight:700}.password-input-wrap{position:relative;display:block}.password-input-wrap input{padding-right:48px}.password-toggle{position:absolute;top:50%;right:5px;transform:translateY(-50%);width:34px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#eee4d6;color:var(--brand-ink);cursor:pointer}.contact-editor-grid{grid-template-columns:repeat(4,minmax(160px,1fr))}.contact-editor-grid textarea{min-height:88px}.editor-checkbox{min-height:40px;align-self:end}.workshop-results{align-content:start}.workshop-filters .button{margin-top:2px}.handover-settings{display:grid;grid-template-columns:minmax(180px,.85fr) minmax(220px,1fr) minmax(260px,1.35fr);gap:12px;border:1px solid var(--brand-line);border-radius:8px;background:var(--brand-card);padding:14px}.handover-settings textarea{min-height:72px}.workshop-issue-list{display:grid;gap:12px}.workshop-issue-card{display:grid;gap:12px;border:1px solid var(--brand-line);border-left:4px solid var(--brand-orange);border-radius:8px;background:#fff;padding:14px}.workshop-issue-card.excluded{opacity:.72;border-left-color:#b8aa99;background:#fbf7f0}.workshop-issue-summary{display:grid;grid-template-columns:auto minmax(260px,1fr) auto auto;gap:12px;align-items:center}.include-checkbox{white-space:nowrap}.workshop-issue-title{display:grid;gap:3px;min-width:0}.workshop-issue-title strong{color:var(--brand-ink);font-size:16px}.workshop-issue-title span{color:var(--brand-muted);font-size:13px;font-weight:700;overflow-wrap:anywhere}.workshop-issue-pills{display:inline-flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.workshop-issue-meta{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:8px}.issue-description.compact{padding:10px 12px}.workshop-edit-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px;border-top:1px solid #ece0d0;padding-top:12px}.workshop-edit-grid textarea{min-height:84px}.workshop-edit-grid label:first-child,.workshop-edit-grid label:nth-child(12){grid-column:span 3}.handover-history{display:grid;gap:12px;border-top:1px solid #ece0d0;padding-top:14px}.history-list{display:grid;gap:8px}.history-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--brand-line);border-radius:8px;background:#fffaf2;padding:12px}.history-row strong{color:var(--brand-ink)}.history-row p{margin:4px 0 0;color:var(--brand-muted);font-size:13px;font-weight:700}.app-footer{display:flex;justify-content:flex-end;margin-top:18px;color:var(--brand-muted);font-size:12px;font-weight:700}.working-overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;background:#17191c47;-webkit-backdrop-filter:grayscale(.35);backdrop-filter:grayscale(.35);padding:20px}.working-card{min-width:min(280px,100%);display:grid;justify-items:center;gap:8px;border:1px solid var(--brand-line);border-top:4px solid var(--brand-orange);border-radius:8px;background:#fff;box-shadow:0 24px 70px #17191c3d;padding:24px;text-align:center}.working-card strong{color:var(--brand-ink);font-size:17px}.working-card span{color:var(--brand-muted);font-size:13px;font-weight:800}.modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;background:#17191c9e;padding:20px}.confirm-dialog{width:min(460px,100%);display:grid;gap:16px;border:1px solid var(--brand-line);border-radius:8px;background:#fff;box-shadow:0 22px 60px #17191c42;padding:18px}.confirm-heading{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start}.confirm-heading h2,.confirm-heading p{margin:0}.confirm-heading h2{color:var(--brand-ink);font-size:20px;line-height:1.2}.confirm-heading p{margin-top:6px;color:var(--brand-muted);font-size:14px;line-height:1.45}.confirm-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff0db;color:var(--brand-orange-dark)}.dialog-actions{display:flex;justify-content:flex-end;gap:10px}@media(max-width:980px){.topbar,.panel-heading,.results-toolbar{align-items:flex-start;flex-direction:column}.work-area,.directory-heading,.editor-grid,.account-access-group,.detail-grid,.billing-layout,.issue-edit-grid,.handover-settings,.workshop-edit-grid{grid-template-columns:1fr}.workshop-edit-grid label:first-child,.workshop-edit-grid label:nth-child(12){grid-column:auto}.workshop-issue-summary{grid-template-columns:1fr;align-items:stretch}.workshop-issue-pills{justify-content:flex-start}.workshop-issue-meta{grid-template-columns:repeat(2,minmax(140px,1fr))}.contact-list-row{grid-template-columns:1fr;align-items:stretch}.contact-detail-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.contact-row-actions{justify-content:flex-start}.issue-edit-actions{min-height:0}.summary-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.help-hero{grid-template-columns:1fr;align-items:start}.help-card-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media(max-width:640px){.policy-layout,.operator-layout,.operator-shell{padding:10px}.operator-heading,.operator-review-panel>header,.operator-queue>header,.operator-queue-item,.operator-detail dl,.operator-decision-grid,.operator-evidence-list,.operator-result,.operator-result dl{grid-template-columns:1fr}.operator-queue>header{display:grid}.policy-heading{display:grid}.policy-heading .brand-row{align-items:flex-start}.policy-document dl{grid-template-columns:1fr}.policy-document dd+dt{margin-top:6px}.policy-actions{display:grid}.shell{padding:10px}.brand-row h1{font-size:20px}.tabs{overflow-x:auto;padding-bottom:2px}.tabs-spacer{min-width:14px}.date-grid,.summary-grid,.certificate-grid,.contact-detail-grid,.help-card-grid,.workshop-issue-meta{grid-template-columns:1fr}.help-mode-switch{display:grid;width:100%}.help-mode{width:100%}.contact-detail.wide{grid-column:auto}.topbar-actions,.toolbar-actions{width:100%;justify-content:stretch}.toolbar-select{flex:1;min-width:0;width:auto}.toolbar-actions .button,.topbar-actions .button{flex:1}.dialog-actions{display:grid}.dialog-actions .button{width:100%}.history-row{display:grid}}@media print{.topbar,.tabs,.billing-actions-panel,.app-footer,.working-overlay,.shell>.notice{display:none!important}body,.shell{background:#fff;padding:0}.billing-layout{display:block}.company-certificate-card{border:0;box-shadow:none}}
