:root{--bg:#fbfaf7;--surface:#fff;--surface-muted:#f4f3ef;--surface-sunken:#f7f6f1;--surface-raised:#fff;--border:#dedbd2;--border-strong:#b8b4aa;--border-soft:#ebe9e2;--text:#171717;--text-muted:#5f5d57;--text-subtle:#8a867d;--text-faint:#a8a59a;--text-inverse:#fff;--accent:#1a1d2e;--accent-text:#fbfaf7;--accent-ring:#1a1d2e59;--black:#000;--danger:#9f2d20;--danger-bg:#f5e5e2;--r-sm:4px;--r-md:6px;--r-lg:8px;color:var(--text);background:var(--bg);font-feature-settings:"ss01" 1, "cv11" 1;font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;margin:0}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}h1,h2,p{margin:0}h1{letter-spacing:-.01em;font-size:20px;font-weight:600;line-height:28px}h2{letter-spacing:-.005em;font-size:13px;font-weight:600;line-height:18px}.mono,.tabnum{font-variant-numeric:tabular-nums}.mono{font-family:JetBrains Mono,monospace}.loading-screen,.login-page{background:var(--bg);min-height:100vh;color:var(--text-muted);place-items:center;font-size:13px;display:grid}.login-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);gap:20px;width:min(420px,100vw - 32px);padding:24px;display:grid}.login-brand{border-bottom:1px solid var(--border-soft);padding-bottom:16px}.app-shell{background:var(--bg);min-height:100vh}.top-bar{z-index:10;background:var(--surface);border-bottom:1px solid var(--border);grid-template-columns:240px minmax(0,1fr);height:56px;display:grid;position:sticky;top:0}.route-progress{pointer-events:none;height:2px;position:absolute;bottom:-1px;left:0;right:0;overflow:hidden}.route-progress:after{background:var(--accent);content:"";width:35%;height:100%;animation:.9s ease-in-out infinite route-progress-slide;display:block}@keyframes route-progress-slide{0%{transform:translate(-100%)}to{transform:translate(385%)}}@media (prefers-reduced-motion:reduce){.route-progress:after{width:100%;animation:none}}.top-bar-brand,.top-bar-main{align-items:center;min-width:0;display:flex}.top-bar-brand{border-right:1px solid var(--border);padding:0 24px}.top-bar-main{justify-content:space-between;padding:0 28px 0 24px}.brand{color:var(--text);align-items:center;gap:10px;font-size:13px;font-weight:600;display:inline-flex}.brand-mark{width:28px;height:28px;color:var(--text-inverse);background:var(--black);border-radius:var(--r-sm);place-items:center;font-size:12px;font-weight:600;display:grid}.top-bar-title{color:var(--text);font-size:13px;font-weight:600}.top-bar-breadcrumbs{flex:1;align-items:center;gap:6px;min-width:0;font-size:13px;display:flex;overflow:hidden}.top-bar-breadcrumbs-item{align-items:center;gap:6px;min-width:0;display:inline-flex}.top-bar-breadcrumb-link{color:var(--text-muted);font-weight:400}.top-bar-breadcrumb-link:hover{color:var(--text)}.top-bar-breadcrumb-current{color:var(--text);white-space:nowrap;font-weight:600}.top-bar-breadcrumb-sep{color:var(--text-faint);user-select:none;font-weight:400}.top-bar-actions{align-items:center;gap:12px;display:flex}.chrome-link,.icon-button,.button{border:1px solid var(--border-strong);border-radius:var(--r-md);background:var(--surface);min-height:30px;color:var(--text);cursor:pointer;align-items:center;gap:6px;padding:0 10px;font-size:13px;display:inline-flex}.avatar-button{width:36px;height:36px;color:var(--text-muted);background:var(--surface-muted);border:1px solid var(--border);cursor:pointer;border-radius:999px;place-items:center;padding:0;font-size:12px;font-weight:600;display:grid}.avatar-button:hover,.avatar-button[aria-expanded=true]{color:var(--text);border-color:var(--border-strong)}.user-menu{position:relative}.user-menu-popover{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--r-md);min-width:140px;padding:4px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 1px 3px #00000014,0 4px 16px #0000000f}.user-menu-item{width:100%;min-height:30px;color:var(--text);border-radius:var(--r-sm);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;padding:0 8px;font-size:13px;display:flex}.user-menu-item:hover,.chrome-link:hover,.icon-button:hover,.button:hover{background:var(--surface-muted)}.button-accent{border-color:var(--accent);background:var(--accent);color:var(--accent-text);justify-content:center}.button-accent:hover{background:var(--accent)}.user-label{color:var(--text-muted);font-size:12px}.shell-body{grid-template-columns:240px minmax(0,1fr);min-height:calc(100vh - 56px);display:grid;position:relative}.side-nav{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:6px;padding:24px 16px;display:flex}.nav-item{border-radius:var(--r-md);min-height:38px;color:var(--text-muted);align-items:center;gap:8px;padding:0 12px 0 14px;font-size:13px;display:flex;position:relative}.nav-item.active{background:var(--surface-muted);color:var(--text)}.nav-item.active:before{background:var(--black);content:"";border-radius:999px;width:2px;height:22px;position:absolute;left:0}.nav-edge-toggle{z-index:31;border:1px solid var(--border-strong);background:var(--surface);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:999px;place-items:center;padding:0;transition:color .12s,background .12s;display:grid;position:absolute;top:50%;left:240px;transform:translate(-50%,-50%);box-shadow:0 1px 2px #0000000f}.nav-edge-toggle:hover{color:var(--text);background:var(--surface-muted)}.page-frame{width:100%;padding:24px 28px}.page-stack{gap:16px;display:grid}.visits-header{justify-content:space-between;align-items:center;display:flex}.page-heading{gap:4px;max-width:640px;display:grid}.page-heading p:not(.eyebrow){color:var(--text-muted);font-size:13px;line-height:1.45}.eyebrow{color:var(--text-faint);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:500;line-height:1.2}.table-shell{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md)}.empty-state h2{margin-top:4px;font-size:20px;line-height:28px}.empty-state p:not(.eyebrow){color:var(--text-muted);margin-top:4px;font-size:13px;line-height:1.45}.view-tabs{border-bottom:1px solid var(--border);align-items:end;gap:22px;min-height:42px;display:flex}.view-tab{height:42px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:13px;font-weight:500;display:inline-flex;position:relative}.view-tab.is-active{color:var(--text)}.view-tab.is-active:after{background:var(--accent);content:"";height:2px;position:absolute;bottom:-1px;left:0;right:0}.view-tab:disabled{cursor:not-allowed}.tab-count{color:var(--text-faint);font-weight:400}.view-subfilter{background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;justify-self:start;align-items:center;gap:4px;padding:4px;display:inline-flex}.view-subfilter-pill{height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:500;display:inline-flex}.view-subfilter-pill:hover{color:var(--text)}.view-subfilter-pill.is-active{background:var(--surface-raised);color:var(--text);box-shadow:0 1px 2px #0000000f}.visits-filter-bar{background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--r-md);flex-wrap:wrap;align-items:end;gap:16px;padding:12px 14px;display:flex}.visits-filter-field{flex-direction:column;gap:6px;display:flex}.visits-filter-field-tech{min-width:220px}.visits-filter-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-subtle);font-size:11px;font-weight:600}.visits-filter-date{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);height:34px;color:var(--text);padding:0 10px;font-size:13px}.visits-filter-date:focus{outline:2px solid var(--accent-ring);outline-offset:1px;border-color:var(--accent)}.visits-filter-clear{border:1px solid var(--border-strong);border-radius:var(--r-sm);height:34px;color:var(--text-muted);cursor:pointer;background:0 0;align-self:end;margin-left:auto;padding:0 14px;font-size:12px;font-weight:500}.visits-filter-clear:hover{color:var(--text);border-color:var(--text-muted)}.table-shell{overflow:hidden}.pagination-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.pagination-summary{color:var(--text-muted);margin:0;font-size:12px}.pagination-controls{align-items:center;gap:16px;display:flex}.pagination-size{color:var(--text-muted);align-items:center;gap:8px;font-size:12px;display:inline-flex}.pagination-size select{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);height:30px;color:var(--text);cursor:pointer;padding:0 8px;font-size:12px}.pagination-size select:focus{outline:2px solid var(--accent-ring);outline-offset:1px;border-color:var(--accent)}.pagination-pages{align-items:center;gap:4px;display:inline-flex}.pagination-page{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);min-width:30px;height:30px;color:var(--text-muted);cursor:pointer;justify-content:center;align-items:center;padding:0 8px;font-size:12px;font-weight:500;display:inline-flex}.pagination-page:hover:not(:disabled){color:var(--text);border-color:var(--text-muted)}.pagination-page.is-active{background:var(--accent);border-color:var(--accent);color:var(--accent-text);cursor:default}.pagination-page:disabled:not(.is-active){opacity:.45;cursor:not-allowed}.pagination-ellipsis{min-width:18px;color:var(--text-faint);text-align:center;font-size:12px}.visits-table{border-collapse:collapse;width:100%;font-size:13px}.visits-table thead{background:var(--surface-sunken);text-align:left}.visits-table th{color:var(--text-faint);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--border-soft);padding:10px 16px;font-size:11px;font-weight:500}.visits-table th .th-sort{align-items:center;gap:4px;display:inline-flex}.visits-table th .th-sort-arrow{color:var(--text-faint);font-size:10px}.visits-table td{color:var(--text);border-bottom:1px solid var(--border-soft);vertical-align:middle;padding:12px 16px}.visits-table tbody tr:hover{background:var(--surface-muted)}.visits-table tbody tr:last-child td{border-bottom:0}.visits-table-row{cursor:pointer}.visits-table-row:focus-visible{background:var(--surface-muted);outline:2px solid var(--accent-ring);outline-offset:-2px}.cell-stack{flex-direction:column;gap:2px;line-height:1.2;display:flex}.cell-primary{color:var(--text);font-size:13px;font-weight:500}.cell-secondary{color:var(--text-muted);font-size:12px}.continue-report-button{border:1px solid var(--accent);border-radius:var(--r-sm);background:var(--accent);color:var(--accent-text);cursor:pointer;align-items:center;gap:6px;padding:4px 8px;font-size:11px;font-weight:500;line-height:1;transition:background .12s,border-color .12s;display:inline-flex}.continue-report-button:hover{background:var(--black);border-color:var(--black)}.continue-report-button:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.invoice-link-pill{border:1px solid var(--accent-ring);border-radius:var(--r-sm);color:var(--accent);background:#1a1d2e14;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:500;line-height:1;text-decoration:none;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.invoice-link-pill:hover{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.invoice-link-pill:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.cell-empty{color:var(--text-subtle);font-size:13px;font-style:italic}.status-pill{border:1px solid var(--border);height:22px;color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.status-pill .status-dot{background:var(--text-faint);border-radius:999px;width:6px;height:6px}.status-pill.status-pill-compact{height:18px;padding:0 7px;font-size:10px}.status-pill-quiet{border-color:var(--border);color:var(--text-muted)}.status-pill-quiet .status-dot{background:var(--text-faint)}.status-pill-accent{border-color:var(--accent);color:var(--accent)}.status-pill-accent .status-dot{background:var(--accent)}.status-pill-success{color:#4f8a4a;border-color:#4f8a4a}.status-pill-success .status-dot{background:#4f8a4a}.tech-cell{align-items:center;gap:8px;display:inline-flex}.avatar{letter-spacing:.02em;border-radius:999px;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:10px;font-weight:600;display:grid}.avatar-lg{width:32px;height:32px;font-size:12px}.readiness-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.readiness-row{border-bottom:1px dashed var(--border-soft);align-items:center;gap:10px;padding:8px 0;font-size:13px;display:flex}.readiness-row:last-child{border-bottom:0}.readiness-icon{border-radius:999px;flex:none;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.readiness-icon-pending{border:1.5px solid var(--border-strong);background:0 0}.readiness-icon-done{color:var(--success,#1f8a4c)}.readiness-label{color:var(--text);flex:1}.readiness-meta{align-items:center;gap:4px;display:inline-flex}.readiness-meta-value{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:13px}.readiness-meta-avatar{cursor:default;width:22px;height:22px;font-size:10px}.readiness-meta-avatar-wrap{align-items:center;display:inline-flex;position:relative}.readiness-meta-avatar-wrap[data-tooltip]:hover:after,.readiness-meta-avatar-wrap[data-tooltip]:focus-visible:after{content:attr(data-tooltip);z-index:40;background:var(--text);color:var(--surface-raised);border-radius:var(--r-sm);white-space:nowrap;pointer-events:none;padding:6px 10px;font-size:12px;line-height:1.3;position:absolute;top:50%;right:calc(100% + 8px);transform:translateY(-50%);box-shadow:0 8px 20px #0000002e,0 2px 6px #00000014}.readiness-meta-avatar-wrap[data-tooltip]:hover:before,.readiness-meta-avatar-wrap[data-tooltip]:focus-visible:before{content:"";z-index:41;border:6px solid #0000;border-left-color:var(--text);pointer-events:none;position:absolute;top:50%;right:calc(100% + 2px);transform:translateY(-50%)}.readiness-meta-warn{color:var(--danger,#b04545)}.readiness-meta-link{color:var(--text);cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;text-decoration:underline}.readiness-meta-link:hover{color:var(--accent,var(--text))}.appointment-block{flex-direction:column;gap:8px;display:flex}.appointment-block-cta{justify-content:center;align-self:stretch}.appointment-fit-warning{background:var(--danger-bg,#fdecec);border:1px solid var(--danger,#b04545);border-radius:var(--r-sm);color:var(--danger,#b04545);margin:0;padding:8px 10px;font-size:12px;line-height:1.4}.dialog-footer-split{justify-content:space-between;align-items:center;gap:12px}.dialog-footer-actions{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.dialog-label-warning{color:var(--danger,#b04545);max-width:300px;font-size:12px;font-weight:500;line-height:1.3}.hours-balance{flex-direction:column;gap:10px;display:flex}.hours-balance-headline{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.hours-balance-allocated{color:var(--text-muted);margin:0;font-size:13px}.hours-balance-allocated-value{color:var(--text);font-variant-numeric:tabular-nums;font-size:18px;font-weight:600}.hours-balance-allocated-suffix{font-size:13px}.hours-balance-left{color:var(--text-muted);margin:0;font-size:13px}.hours-balance-left-warn{color:var(--danger,#b04545);font-weight:500}.hours-balance-bar{background:var(--surface-muted);border-radius:999px;width:100%;height:8px;display:flex;position:relative;overflow:hidden}.hours-balance-bar-fill{height:100%;display:block}.hours-balance-bar-used{background:var(--text)}.hours-balance-bar-this-visit{background:var(--text-muted)}.hours-balance-bar-exceeds .hours-balance-bar-used,.hours-balance-bar-exceeds .hours-balance-bar-this-visit{background:var(--danger,#b04545)}.hours-balance-warning{background:var(--danger-bg,#fdecec);border:1px solid var(--danger,#b04545);border-radius:var(--r-sm);color:var(--danger,#b04545);margin:0;padding:8px 10px;font-size:12px;line-height:1.4}.side-section-warn .eyebrow{color:var(--danger,#b04545)}.button:disabled{cursor:not-allowed;opacity:.45}.button-accent:disabled{cursor:not-allowed;opacity:.4}.button-accent:disabled:hover{background:var(--accent)}.schedule-cta-wrap{display:inline-flex;position:relative}.schedule-cta-wrap[data-tooltip]:hover:after,.schedule-cta-wrap[data-tooltip]:focus-within:after{content:attr(data-tooltip);z-index:40;background:var(--text);max-width:260px;color:var(--surface-raised);border-radius:var(--r-sm);text-align:left;white-space:pre-line;pointer-events:none;padding:8px 10px;font-size:12px;line-height:1.35;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 20px #0000002e,0 2px 6px #00000014}.schedule-cta-wrap[data-tooltip]:hover:before,.schedule-cta-wrap[data-tooltip]:focus-within:before{content:"";z-index:41;border:6px solid #0000;border-bottom-color:var(--text);pointer-events:none;position:absolute;top:100%;right:14px}.hours-balance-detail{flex-direction:column;gap:4px;margin:0;display:flex}.hours-balance-detail-row{color:var(--text-muted);justify-content:space-between;font-size:13px;display:flex}.hours-balance-detail-row dt{margin:0}.hours-balance-detail-row dd{color:var(--text);margin:0}.hours-balance-detail-row-balance{border-top:1px solid var(--border-soft);margin-top:4px;padding-top:6px;font-weight:500}.hours-balance-detail-row-balance dt,.hours-balance-detail-row-balance dd{color:var(--text)}.confirm-summary{flex-direction:column;gap:8px;margin:0;display:flex}.confirm-summary-row{justify-content:space-between;align-items:baseline;gap:12px;font-size:13px;display:flex}.confirm-summary-row dt{color:var(--text-muted);margin:0}.confirm-summary-row dd{color:var(--text);text-align:right;margin:0}.tech-row{align-items:center;gap:10px;display:flex}.tech-row-action{position:relative}.tech-picker{gap:6px;width:240px;padding:8px}.tech-picker-input{border:1px solid var(--border);border-radius:var(--r-xs,4px);background:var(--surface);width:100%;color:var(--text);outline:none;padding:6px 8px;font-size:13px}.tech-picker-input:focus{border-color:var(--accent,var(--text))}.tech-picker-list{flex-direction:column;max-height:220px;display:flex;overflow-y:auto}.tech-picker-empty{color:var(--text-muted);margin:0;padding:8px 10px;font-size:13px}.tech-picker-check{color:var(--text-muted);margin-left:auto}.tech-search{position:relative}.tech-search-list{z-index:1000;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--r-sm);flex-direction:column;max-height:220px;padding:4px;display:flex;position:fixed;overflow-y:auto;box-shadow:0 12px 28px #0000001f,0 2px 6px #0000000f}.tech-search-item{text-align:left;border-radius:var(--r-xs,4px);color:var(--text);cursor:pointer;background:0 0;border:0;align-items:center;padding:8px 10px;font-size:13px;display:flex}.tech-search-item:hover{background:var(--surface-muted)}.tech-search-item.is-current{font-weight:500}.tech-search-empty{color:var(--text-muted);margin:0;padding:8px 10px;font-size:13px}.tech-picker .popover-menu-item{align-items:center;display:flex}.tech-picker .popover-menu-item.is-current{font-weight:500}.tech-row-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tech-row-name{flex:1;min-width:0}.tech-row-remove{width:22px;height:22px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.tech-row-remove:hover:not(:disabled){background:var(--surface-muted);color:var(--text)}.tech-row-remove:disabled{opacity:.5;cursor:not-allowed}.link-button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:500}.link-button:hover{color:var(--text);text-underline-offset:2px;text-decoration:underline}.avatar-filled{color:#8a5a00;background:#f7efdc}.avatar-empty{color:var(--text-faint);border:1px dashed var(--border-strong);background:0 0}.work-chips{align-items:center;gap:6px;display:inline-flex}.work-chip{background:var(--surface-muted);height:22px;color:var(--text);font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.work-chip-blind{background:var(--black);color:var(--text-inverse)}.work-chip-icon{flex-shrink:0}.back-link{color:var(--text-muted);align-items:center;font-size:12px;display:inline-flex}.back-link:hover{color:var(--text)}.visit-detail-page{flex-direction:column;min-height:calc(100vh - 56px);margin:-24px -28px;display:flex}.visit-detail-page:has(.report-editor){height:calc(100vh - 56px);overflow:hidden}.visit-page-header{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:16px;padding:18px 28px;display:flex}.visit-page-header-main{flex-direction:column;gap:4px;min-width:0;display:flex}.visit-page-header-eyebrow{align-items:center;gap:10px;display:flex}.visit-page-header-id{color:var(--text-muted);letter-spacing:.02em;font-size:12px}.visit-page-header h1{letter-spacing:-.01em;font-size:22px;font-weight:600;line-height:28px}.visit-page-header-subline{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:13px}.visit-page-header-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.visit-page-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.visit-page-header-actions .button{font-weight:500}.button-icon{flex-shrink:0}@media (width<=760px){.visit-page-header{flex-direction:column;align-items:stretch}.visit-page-header-actions{flex-wrap:wrap}}.visit-detail-grid{grid-template-columns:minmax(0,1fr) 400px;align-items:start;display:grid;position:relative}.visit-detail-grid-collapsed{grid-template-columns:minmax(0,1fr)}.visit-detail-side-toggle{z-index:6;border:1px solid var(--border-strong);background:var(--surface);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:999px;place-items:center;padding:0;transition:color .12s,background .12s;display:grid;position:absolute;top:50%;right:400px;transform:translate(50%,-50%);box-shadow:0 1px 2px #0000000f}.visit-detail-side-toggle:hover{color:var(--text);background:var(--surface-muted)}.visit-detail-side-rail{z-index:6;border:0;border-left:2px solid var(--border-strong);background:var(--surface);width:28px;color:var(--text-muted);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:flex;position:absolute;top:0;bottom:0;right:0}.visit-detail-side-rail:hover{background:var(--surface-muted);color:var(--text)}.visit-detail-side-rail-arrow{place-items:center;display:grid}.visit-detail-main{flex-direction:column;gap:16px;min-width:0;padding:48px 64px;display:flex}.visit-context-strip{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);flex-wrap:wrap;gap:16px 32px;padding:16px;display:flex}.visit-context-strip-warn{border-color:var(--warn-border,#e9d4a6);background:var(--warn-bg,#fff5dc)}.visit-context-strip-section{min-width:0}.visit-context-strip-readiness{flex:320px}.visit-context-strip-hours{flex:240px}.visit-context-strip .eyebrow{margin-bottom:10px}.visit-context-strip .readiness-list{flex-flow:wrap;gap:8px}.visit-context-strip .readiness-row{border-bottom:0;border:1px solid var(--border-soft);background:var(--surface-sunken);border-radius:999px;gap:8px;padding:5px 12px}.visit-context-strip .readiness-label{flex:none}.visit-context-strip .hours-balance{max-width:380px}.visit-page-header-context{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:4px 16px;margin-top:4px;font-size:13px;display:flex}.visit-page-header-context-item{align-items:center;gap:5px;min-width:0;display:inline-flex}.visit-page-header-context-link{color:var(--text-muted)}.visit-page-header-context-link:hover{color:var(--text)}.visit-page-header-context-link-icon{opacity:.7;flex-shrink:0}.visit-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);flex-direction:column;gap:12px;padding:16px;display:flex}.visit-card-header{flex-direction:column;gap:4px;display:flex}.visit-card-header h2{font-size:13px;font-weight:600}.visit-card-header p{color:var(--text-muted);font-size:12px}.empty-state-card{background:var(--surface-sunken);border:1px dashed var(--border-soft);border-radius:var(--r-sm);min-height:120px;padding:16px}.visit-detail-sections{flex-direction:column;min-width:0;display:flex}.visit-detail-sections>*+*{margin-top:16px}.visit-detail-sections>.visit-collapsed-section+.visit-collapsed-section{border-top:0;border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.visit-detail-sections>.visit-collapsed-section:has(+.visit-collapsed-section){border-bottom-right-radius:0;border-bottom-left-radius:0}.visit-collapsed-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);align-items:center;gap:14px;padding:10px 16px;display:flex}.visit-collapsed-section-icon{border-radius:var(--r-md);background:var(--surface-muted);width:24px;height:24px;color:var(--text-muted);flex-shrink:0;place-items:center;display:grid}.visit-collapsed-section-text{flex-direction:column;flex:1;min-width:0;display:flex}.visit-collapsed-section-title-wrap{align-items:center;gap:6px;display:inline-flex}.visit-collapsed-section-title{letter-spacing:-.005em;font-size:13px;font-weight:600}.visit-collapsed-section-info{appearance:none;color:var(--text-faint);cursor:help;background:0 0;border:0;border-radius:999px;place-items:center;margin:0;padding:2px;display:inline-grid;position:relative}.visit-collapsed-section-info:hover,.visit-collapsed-section-info:focus-visible{color:var(--text-muted);outline:none}.visit-collapsed-section-tooltip{background:var(--accent);color:var(--accent-text);letter-spacing:0;border-radius:var(--r-md);text-align:left;text-wrap:pretty;opacity:0;pointer-events:none;z-index:20;width:max-content;max-width:260px;padding:7px 10px;font-size:11.5px;font-weight:400;line-height:16px;transition:opacity .14s,transform .14s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%,-2px);box-shadow:0 6px 20px #0000002e}.visit-collapsed-section-tooltip:before{content:"";border:5px solid #0000;border-bottom-color:var(--accent);position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.visit-collapsed-section-info:hover .visit-collapsed-section-tooltip,.visit-collapsed-section-info:focus-visible .visit-collapsed-section-tooltip{opacity:1;transform:translate(-50%)}.visit-collapsed-section-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.pv-checklist{flex-direction:column;gap:14px;min-width:0;display:flex}.pv-eyebrow-row{justify-content:space-between;align-items:baseline;padding:0 2px;display:flex}.pv-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);font-size:10.5px;font-weight:500}.pv-eyebrow-meta{color:var(--text-faint);font-size:11.5px}.pv-stack{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg)}.pv-row{border-top:1px solid var(--border-soft);box-shadow:inset 3px 0 0 var(--pv-row-bar,transparent);flex-direction:column;transition:box-shadow .12s;display:flex}.pv-row:first-child{border-top-left-radius:var(--r-lg);border-top-right-radius:var(--r-lg);border-top:0}.pv-row:last-child{border-bottom-left-radius:var(--r-lg);border-bottom-right-radius:var(--r-lg)}.pv-row-blocking{--pv-row-bar:var(--accent)}.pv-row-neutral{--pv-row-bar:#d9d4c7}.pv-row-populated{--pv-row-bar:var(--border-strong)}.pv-row-head{flex-wrap:wrap;align-items:center;gap:12px;min-height:48px;padding:12px 18px;display:flex}.pv-row-icon{border-radius:var(--r-md);background:var(--surface-muted);width:26px;height:26px;color:var(--text-muted);flex-shrink:0;place-items:center;display:grid}.pv-row-blocking .pv-row-icon{background:color-mix(in oklch, var(--accent) 8%, var(--surface));color:var(--accent)}.pv-row-text{flex:1 1 0;align-items:center;gap:6px;min-width:0;display:flex}.pv-row-title{letter-spacing:-.005em;color:var(--text);font-size:13.5px;font-weight:600}.pv-row-value{color:var(--text-muted);flex-shrink:0;font-size:12.5px;font-weight:500}.pv-row-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.pv-row-actions .button{gap:5px;min-height:26px;padding:0 8px;font-size:12px}.pv-row-actions .button-icon{width:12px;height:12px}.pv-row-clickable{cursor:pointer}.pv-row-clickable:hover{background:color-mix(in oklch, var(--surface-muted) 60%, var(--surface))}.pv-row-clickable:focus-visible{outline:2px solid var(--accent-ring);outline-offset:-2px}.pv-link{appearance:none;color:var(--text-muted);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:0;padding:4px 6px;font-size:13px;font-weight:500}.pv-link:hover{color:var(--text);background:var(--surface-muted)}.pv-link:disabled{opacity:.5;cursor:not-allowed}.pv-row-body{padding:0 18px 14px 56px}.pv-appointment-value{align-items:baseline;gap:6px;display:inline-flex}.pv-appointment-warning{color:#b96d1e;font-size:12px;font-weight:500}.pv-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.pv-list-item{border-top:1px dashed var(--border-soft);align-items:center;gap:10px;padding:8px 0;font-size:13px;display:flex}.pv-list-item:first-child{border-top:0;padding-top:0}.pv-list-bullet{background:var(--text-faint);border-radius:999px;flex-shrink:0;width:5px;height:5px}.pv-list-label{text-wrap:pretty;flex:1;min-width:0}.pv-list-actions{opacity:0;flex-shrink:0;align-items:center;gap:6px;transition:opacity .12s;display:flex}.pv-list-item:hover .pv-list-actions,.pv-list-item:focus-within .pv-list-actions{opacity:1}.pv-list-action{appearance:none;color:var(--text-muted);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:0;padding:2px 4px;font-size:12px;font-weight:500}.pv-list-action:hover{color:var(--text);text-underline-offset:3px;text-decoration:underline}.pv-list-item-add{margin-top:8px;padding:4px 0}.pv-icon-button{appearance:none;color:var(--text-faint);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:0;flex-shrink:0;place-items:center;padding:4px;display:grid}.pv-icon-button:hover:not(:disabled){color:var(--text);background:var(--surface-muted)}.pv-icon-button:disabled{opacity:.4;cursor:not-allowed}.pv-list-tag{letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);vertical-align:1px;margin-left:8px;font-size:10.5px;font-weight:500;display:inline-block}.pv-embedded-list{margin:0}.pv-info{appearance:none;color:var(--text-faint);cursor:help;background:0 0;border:0;border-radius:999px;place-items:center;margin:0;padding:2px;display:inline-grid;position:relative}.pv-info:hover,.pv-info:focus-visible{color:var(--text-muted);outline:none}.pv-info-tooltip{background:var(--accent);color:var(--accent-text);border-radius:var(--r-md);text-align:left;text-wrap:pretty;opacity:0;pointer-events:none;z-index:20;width:max-content;max-width:260px;padding:7px 10px;font-size:11.5px;font-weight:400;line-height:16px;transition:opacity .14s,transform .14s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%,-2px);box-shadow:0 6px 20px #0000002e}.pv-info-tooltip:before{content:"";border:5px solid #0000;border-bottom-color:var(--accent);position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.pv-info:hover .pv-info-tooltip,.pv-info:focus-visible .pv-info-tooltip{opacity:1;transform:translate(-50%)}.pv-picker-anchor{display:inline-flex;position:relative}.pv-picker{z-index:25;min-width:240px;position:absolute;top:calc(100% + 6px);right:0}.visit-page-header-gate{color:var(--text-muted);text-align:right;margin:0;font-size:12px}.visit-page-header-gate strong{color:var(--text);font-weight:600}.visit-detail-side{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;align-self:stretch;gap:16px;padding:24px 24px 32px;display:flex}.side-section{flex-direction:column;gap:6px;display:flex}.side-section+.side-section{border-top:1px solid var(--border-soft);padding-top:16px}.side-section-link{color:var(--text);text-decoration:underline;text-decoration-color:var(--border-strong);text-underline-offset:3px;align-items:center;gap:5px;display:inline-flex}.side-section-link:hover{text-decoration-color:var(--accent)}.side-section-link-icon{color:var(--text-faint);flex-shrink:0;margin-bottom:1px}.side-section-link:hover .side-section-link-icon{color:var(--text-muted)}.side-section-body{flex-direction:column;gap:2px;display:flex}.side-section-note{flex-direction:column;gap:2px;margin-top:10px;display:flex}.side-section-title-row{align-items:center;gap:8px;display:flex}.visit-history{flex-direction:column;gap:12px;display:flex}.visit-history-group{flex-direction:column;gap:6px;display:flex}.visit-history-group-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint);font-size:11px;font-weight:600}.visit-history-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.visit-history-link{color:var(--text);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin:0 -8px;padding:5px 8px;text-decoration:none;display:flex}.visit-history-link:hover{background:color-mix(in oklch, var(--surface-muted) 60%, var(--surface))}.visit-history-date{color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}.dialog-backdrop{z-index:50;background:#17171752;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.dialog{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--r-lg);flex-direction:column;width:min(520px,100%);max-height:80vh;display:flex;overflow:hidden;box-shadow:0 24px 60px #0000002e,0 4px 12px #00000014}.dialog-wide{width:min(720px,100%)}.dialog-fieldset{border:1px solid var(--border);border-radius:var(--r-md);flex-direction:column;gap:8px;margin:0;padding:12px 14px;display:flex}.dialog-fieldset legend{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:0 4px;font-size:11px;font-weight:500}.dialog-field-row{align-items:flex-end;gap:12px;display:flex}.dialog-field-row-spread{justify-content:space-between;align-items:center}.dialog-field-row-stack{flex-direction:column;align-items:stretch;gap:4px}.dialog-input-narrow{width:100px}.dialog-input-select{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);height:34px;color:var(--text);padding:0 10px;font-size:13px}.dialog-radio{color:var(--text);align-items:center;gap:8px;font-size:13px;display:inline-flex}.dialog-radio input[type=radio]{margin:0}.material-rows,.outcome-rows{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.material-rows-item{grid-template-columns:1fr 110px 28px;align-items:center;gap:8px;display:grid}.outcome-rows-item{border-bottom:1px solid var(--border-soft);grid-template-columns:minmax(0,1fr) 160px minmax(0,1fr);align-items:start;gap:10px;padding-bottom:8px;display:grid}.outcome-rows-item:last-child{border-bottom:0;padding-bottom:0}.outcome-rows-text{flex-direction:column;gap:2px;min-width:0;display:flex}.outcome-rows-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.visit-report-card .visit-card-header{border-bottom:1px solid var(--border-soft)}.visit-report-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.visit-report-snapshot{background:var(--surface-soft,#fafaf7);border-bottom:1px solid var(--border-soft);grid-template-columns:repeat(4,1fr);gap:12px;padding:14px 16px;display:grid}.finalize-summary{flex-direction:column;gap:6px;margin:0;display:flex}.finalize-summary-row{justify-content:space-between;gap:12px;display:flex}.finalize-summary-row dt{color:var(--text-muted);margin:0;font-size:12px}.finalize-summary-row dd{margin:0;font-size:13px;font-weight:500}.invoice-replacement-dialog{width:min(560px,100%)}.invoice-replacement-dialog .dialog-header h2{text-wrap:balance}.invoice-replacement-dialog .dialog-header p{text-wrap:pretty}.invoice-replacement-body{gap:14px;padding-top:16px;padding-bottom:16px}.invoice-replacement-change{background:var(--surface-sunken);border-radius:var(--r-md);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:14px;padding:16px;display:grid;box-shadow:0 0 0 1px #0000000f,0 1px 2px -1px #0000000f,0 2px 4px #0000000a}.invoice-replacement-change>div{flex-direction:column;gap:4px;display:flex}.invoice-replacement-change span,.invoice-replacement-current-link{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600}.invoice-replacement-label{align-self:flex-start;align-items:center;min-height:40px;margin-top:-12px;margin-bottom:-8px;display:inline-flex}.invoice-replacement-current-link{text-decoration-line:underline;text-decoration-color:var(--border-strong);text-underline-offset:3px;border-radius:2px;gap:5px;text-decoration-thickness:1px;transition-property:color,text-decoration-color;transition-duration:.12s;transition-timing-function:ease-out}.invoice-replacement-link-icon{color:var(--text-faint);flex-shrink:0;margin-bottom:1px;transition:color .12s ease-out}.invoice-replacement-current-link:hover{color:var(--text);text-decoration-color:currentColor}.invoice-replacement-current-link:hover .invoice-replacement-link-icon,.invoice-replacement-current-link:focus-visible .invoice-replacement-link-icon{color:var(--text-muted)}.invoice-replacement-current-link:focus-visible{color:var(--text);outline:2px solid var(--accent-ring);outline-offset:2px}.invoice-replacement-change strong{color:var(--text);letter-spacing:-.02em;font-size:20px;font-weight:600}.invoice-replacement-arrow{color:var(--text-subtle);font-size:18px}.invoice-replacement-costs{flex-direction:column;gap:0;margin:0;display:flex}.invoice-replacement-costs>div{border-bottom:1px solid var(--border-soft);justify-content:space-between;gap:16px;padding:9px 2px;display:flex}.invoice-replacement-costs dt,.invoice-replacement-costs dd{margin:0;font-size:13px}.invoice-replacement-costs dt{color:var(--text-muted)}.invoice-replacement-costs dd{color:var(--text);font-weight:500}.invoice-replacement-costs .invoice-replacement-total{border-bottom:0;padding-top:12px}.invoice-replacement-total dt,.invoice-replacement-total dd{color:var(--text);font-weight:600}.invoice-replacement-dialog .dialog-footer .button{min-height:40px;padding-left:14px;padding-right:14px;transition:transform .12s cubic-bezier(.2,0,0,1)}.invoice-replacement-dialog .dialog-footer .button:active:not(:disabled){transform:scale(.96)}.visit-report-grid{border-bottom:1px solid var(--border-soft);grid-template-columns:repeat(4,1fr);gap:12px;padding:14px 16px;display:grid}.visit-report-stat{flex-direction:column;gap:4px;display:flex}.visit-report-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:500}.visit-report-stat-value{color:var(--text);font-size:14px;font-weight:500}.visit-report-fields{border-bottom:1px solid var(--border-soft);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.visit-report-readonly{flex-direction:column;gap:14px;margin:0;display:flex}.visit-report-readonly-row{flex-direction:column;gap:6px;display:flex}.visit-report-readonly-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:11px;font-weight:500}.visit-report-readonly-value{color:var(--text);white-space:pre-wrap;background:var(--surface-soft,#fafaf7);border:1px solid var(--border-soft);border-radius:6px;margin:0;padding:10px 12px;font-size:14px;line-height:1.5}.visit-report-materials{padding:14px 16px}.visit-report-materials h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:11px;font-weight:500}.visit-report-material-rows{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.visit-report-material-row{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.visit-report-material-row:last-child{border-bottom:0}.visit-report-material-description{color:var(--text);font-size:13px}.visit-report-material-cost{color:var(--text);font-size:13px;font-weight:500}.dialog-header{border-bottom:1px solid var(--border-soft);flex-direction:column;gap:4px;padding:16px 20px 8px;display:flex}.dialog-header h2{font-size:16px;font-weight:600}.dialog-body{overscroll-behavior:contain;flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px 20px;display:flex;overflow-y:auto}.dialog-input{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);width:100%;height:34px;color:var(--text);padding:0 12px;font-size:13px}.dialog-input:focus{outline:2px solid var(--accent-ring);outline-offset:1px;border-color:var(--accent)}.dialog-form{gap:8px}.dialog-label{letter-spacing:.02em;text-transform:uppercase;color:var(--text-subtle);margin-top:8px;font-size:12px;font-weight:600}.dialog-label:first-child{margin-top:0}.dialog-textarea{resize:vertical;height:auto;padding:10px 12px;line-height:1.4}.datetime-slot-row{gap:8px;display:flex}.datetime-slot-date{flex:1 1 0;min-width:0}.datetime-slot-time{flex:none;width:140px}.dialog-checkbox-row{color:var(--text);align-items:center;gap:8px;margin-top:8px;font-size:13px;display:flex}.dialog-checkbox-row input[type=checkbox]{margin:0}.cell-clamp{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dialog-section-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--text-subtle);margin:4px 0 2px;font-size:11px;font-weight:600}.current-appt-card{background:var(--surface-sunken);border:1px solid var(--border-soft);border-radius:var(--r-md);flex-direction:column;gap:2px;padding:12px 14px;display:flex}.current-appt-card-eyebrow{margin-top:0}.current-appt-card-time{color:var(--text);margin:2px 0 0;font-size:15px;font-weight:600}.reschedule-diff{background:var(--surface-sunken);border:1px solid var(--border-soft);border-radius:var(--r-md);grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:14px;display:grid}.reschedule-diff-side{flex-direction:column;gap:2px;min-width:0;display:flex}.reschedule-diff-from .cell-primary{color:var(--text-subtle);text-decoration:line-through;text-decoration-color:var(--border-strong)}.reschedule-diff-to .cell-primary{color:var(--text);font-weight:600}.reschedule-diff-arrow{color:var(--text-subtle);text-align:center;font-size:18px}.property-list{border:1px solid var(--border-soft);border-radius:var(--r-sm);background:var(--surface-sunken);flex-direction:column;gap:2px;max-height:320px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.property-list-empty{color:var(--text-subtle);text-align:center;padding:16px;font-size:13px}.property-row{border:0;border-bottom:1px solid var(--border-soft);cursor:pointer;text-align:left;background:0 0;flex-direction:column;gap:2px;width:100%;padding:10px 14px;display:flex}.property-row:last-child{border-bottom:0}.property-row:hover{background:var(--surface-muted)}.property-row.is-selected{box-shadow:inset 2px 0 0 var(--accent);background:#faf6e3}.dialog-footer{border-top:1px solid var(--border-soft);background:var(--surface-sunken);justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}@media (width<=480px){.invoice-replacement-change{gap:8px;padding:12px}.invoice-replacement-change strong{font-size:17px}.invoice-replacement-dialog .dialog-footer{flex-direction:column-reverse}.invoice-replacement-dialog .dialog-footer .button{width:100%}}.drawer-backdrop{z-index:50;background:#17171752;justify-content:flex-end;animation:.15s ease-out drawer-fade;display:flex;position:fixed;inset:0}.drawer{background:var(--surface-raised);border-left:1px solid var(--border);flex-direction:column;width:min(540px,100%);height:100%;animation:.22s cubic-bezier(.2,.8,.2,1) drawer-slide;display:flex;overflow:hidden;box-shadow:-16px 0 40px #0000001f}@keyframes drawer-fade{0%{background:#17171700}to{background:#17171752}}@keyframes drawer-slide{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{border-bottom:1px solid var(--border-soft);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.drawer-header-text{flex-direction:column;gap:2px;min-width:0;display:flex}.drawer-header h2{font-size:16px;font-weight:600}.drawer-header-subline{color:var(--text-muted);font-size:12px}.drawer-close{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.drawer-close:hover{background:var(--surface-muted);color:var(--text)}.drawer-body{flex-direction:column;flex:1;gap:20px;min-height:0;padding:16px 20px;display:flex;overflow-y:auto}.drawer-body-search{gap:12px;overflow:hidden}.drawer-body-search .property-list{flex:1;min-height:0;max-height:none;overflow-y:auto}.drawer-footer{border-top:1px solid var(--border-soft);background:var(--surface-sunken);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex}.drawer-footer .button{min-height:38px;padding:0 12px}.drawer-footer-meta{color:var(--text-muted);font-size:12px}.drawer-footer-actions{gap:8px;display:flex}.priority-select{position:relative}.priority-select-button{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);width:100%;height:34px;color:var(--text);text-align:left;cursor:pointer;align-items:center;gap:8px;padding:0 10px;font-size:13px;display:flex}.priority-select-button[aria-expanded=true],.priority-select-button:focus{outline:2px solid var(--accent-ring);outline-offset:1px;border-color:var(--accent)}.priority-select-label{flex:1}.priority-select-caret{color:var(--text-muted)}.priority-select-menu{z-index:30;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--r-sm);margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 12px 28px #0000001f,0 2px 6px #0000000f}.priority-select-item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;display:flex}.priority-select-item:hover{background:var(--surface-muted)}.priority-select-item.is-selected{background:#faf6e3}.drawer-section-heading{letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);opacity:.85;justify-content:space-between;align-items:center;gap:8px;margin-top:12px;padding:0 14px;font-size:11px;font-weight:500;display:flex}.drawer-section-heading-count{font-variant-numeric:tabular-nums;letter-spacing:0;text-transform:none}.drawer-section-heading-toggle{appearance:none;cursor:pointer;width:100%;font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;background:0 0;border:0}.drawer-section-heading-toggle:hover{color:var(--text)}.drawer-section-heading-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.drawer-section-heading-toggle-label{align-items:center;gap:6px;display:inline-flex}.drawer-section-heading-chevron{transition:transform .12s}.drawer-section-heading-chevron.is-open{transform:rotate(90deg)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.search-input-wrap{align-items:center;display:flex;position:relative}.search-input{padding-right:88px}.keyboard-hints{pointer-events:none;align-items:center;gap:4px;display:inline-flex;position:absolute;right:8px}.kbd{border:1px solid var(--border);background:var(--surface);min-width:24px;height:22px;color:var(--text-muted);border-bottom-width:2px;border-radius:4px;justify-content:center;align-items:center;gap:1px;padding:0 5px;font-size:11px;display:inline-flex}.home-issue-row-meta{color:var(--text-muted);font-size:12px;line-height:16px}.home-issue-responsibility-filter{background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;grid-template-columns:auto 1fr 1fr;gap:3px;width:100%;padding:3px;display:grid}.home-issue-responsibility-filter-option{min-width:0;height:40px;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:500;transition:color .12s,background-color .12s,box-shadow .12s,transform .12s;display:inline-flex}.home-issue-responsibility-filter-option:hover{color:var(--text)}.home-issue-responsibility-filter-option:active{transform:scale(.96)}.home-issue-responsibility-filter-option:focus-visible{outline:2px solid var(--accent-ring);outline-offset:-2px}.home-issue-responsibility-filter-option.is-active{background:var(--surface-raised);color:var(--text);box-shadow:0 1px 2px #0000000f,0 0 0 1px #00000008}.home-issue-responsibility-filter-count{background:var(--surface-sunken);min-width:18px;height:18px;color:var(--text-faint);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:10px;line-height:18px;display:inline-flex}.home-issue-responsibility-filter-option.is-active .home-issue-responsibility-filter-count{background:var(--surface-muted);color:var(--text-muted)}.closed-issue-row{border-bottom:1px solid var(--border-soft);color:var(--text-muted);align-items:center;gap:10px;padding:10px 14px;display:flex}.closed-issue-row:last-child{border-bottom:0}.closed-issue-row-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.closed-issue-row-main .cell-primary{text-decoration:line-through;text-decoration-color:var(--text-faint)}.home-issue-row-meta-note{font-style:italic}.home-issue-row.is-focused{background:var(--surface-muted);box-shadow:inset 0 0 0 1px var(--border-strong)}.home-issue-row.is-focused.is-selected{box-shadow:inset 2px 0 0 var(--accent), inset 0 0 0 1px var(--accent)}.dialog-create-link{align-self:flex-start;padding:4px 0}.dialog-field{flex-direction:column;gap:4px;display:flex}.dialog-field-label{color:var(--text);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:500}.dialog-textarea{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);width:100%;color:var(--text);resize:vertical;padding:8px 12px;font-family:inherit;font-size:13px}.dialog-textarea:focus{outline:2px solid var(--accent-ring);outline-offset:1px;border-color:var(--accent)}.home-issue-row{border:0;border-bottom:1px solid var(--border-soft);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:10px;width:100%;padding:10px 14px;display:flex}.home-issue-row:last-child{border-bottom:0}.home-issue-row:hover{background:var(--surface-muted)}.home-issue-row.is-selected{box-shadow:inset 2px 0 0 var(--accent);background:#faf6e3}.home-issue-row-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.home-issue-checkbox{border:1px solid var(--border-strong);background:var(--surface);width:16px;height:16px;color:var(--text-inverse);border-radius:3px;flex-shrink:0;place-items:center;font-size:11px;display:grid}.home-issue-checkbox.is-checked{background:var(--accent);border-color:var(--accent)}.home-issue-thumb-strip{flex-shrink:0;gap:4px;margin-right:8px;display:inline-flex}.home-issue-thumb{border:1px solid var(--border-soft);cursor:pointer;background:0 0;border-radius:6px;width:32px;height:32px;padding:0;overflow:hidden}.home-issue-thumb img{object-fit:cover;width:100%;height:100%;display:block}.home-issue-thumb-overflow{border:1px solid var(--border-soft);background:var(--surface-muted);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:11px;font-weight:600;display:inline-flex}.home-issue-thumb-overflow:hover{background:var(--border-soft)}.visit-card-split{gap:0;padding:0}.visit-card-banner{background:var(--surface-sunken);border-bottom:1px solid var(--border);border-top-left-radius:var(--r-md);border-top-right-radius:var(--r-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.visit-card-banner-text{align-items:baseline;gap:10px;min-width:0;display:flex}.visit-card-banner-text h2{color:var(--text);font-size:14px;font-weight:600}.visit-card-banner-meta{color:var(--text-muted);font-size:12px}.visit-card-banner-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.visit-card-body{padding:16px}.home-issue-rows{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.home-issue-rows-item{border-bottom:1px solid var(--border-soft);background:var(--surface);flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;display:flex}.home-issue-rows-item:last-child{border-bottom-left-radius:var(--r-md);border-bottom-right-radius:var(--r-md);border-bottom:0}.home-issue-rows-text{flex-direction:column;flex:1 1 0;gap:2px;min-width:0;display:flex}.home-issue-rows-title{color:var(--text);font-size:13px;font-weight:500}.home-issue-rows-description{color:var(--text-muted);font-size:12px;line-height:16px}.home-issue-rows-scoping{flex:1 0 100%;margin:0 -16px -12px}.home-issue-rows-scoping-toggle{cursor:pointer;color:var(--text-muted);background:0 0;border:0;align-items:center;gap:6px;padding:6px 16px;font-size:11px;display:inline-flex}.home-issue-rows-scoping-toggle:hover{color:var(--text)}.home-issue-rows-scoping-chevron{transition:transform .15s}.home-issue-rows-scoping-chevron.is-open{transform:rotate(90deg)}.home-issue-rows-item-historical{background:var(--surface-sunken)}.home-issue-rows-item-historical .home-issue-rows-title{color:var(--text-subtle);text-decoration:line-through;text-decoration-color:var(--border-strong)}.home-issue-rows-item-historical .home-issue-rows-description{color:var(--text-faint)}.home-issue-rows-item-historical .priority-dot{opacity:.5}.priority-dot{background:var(--text-faint);border-radius:50%;flex-shrink:0;width:9px;height:9px}.home-issue-rows-item .priority-dot{width:5px;height:5px}.priority-dot-high{background:#c0322a}.priority-dot-medium{background:#c98a1d}.priority-dot-low{background:#6aa07a}.priority-dot-none{background:var(--border-strong)}.icon-button{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.icon-button:hover{background:var(--surface-muted);color:var(--text)}.icon-button:disabled{opacity:.4;cursor:not-allowed}.home-issue-rows-menu{flex-shrink:0;position:relative}.estimate-field{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;width:96px;display:flex}.estimate-field-input{text-align:right;font-variant-numeric:tabular-nums;background:var(--surface);width:100%;padding:6px 10px;font-size:.85rem}.estimate-field-input-invalid{border-color:var(--danger,#d04a4a)}.estimate-field-error{color:var(--danger,#d04a4a);font-size:.7rem;line-height:1.2}.estimate-field-readonly{text-align:right;font-variant-numeric:tabular-nums;width:96px;color:var(--text-secondary,#6c6c6c);flex-shrink:0;font-family:JetBrains Mono,monospace;font-size:.85rem}.home-issue-rows-item-historical .estimate-field-readonly,.home-issue-rows-item-historical .estimate-display{opacity:.65;text-decoration:line-through}.estimate-display{border:1px dashed var(--border-strong);border-radius:var(--r-sm);font-variant-numeric:tabular-nums;min-width:76px;color:var(--text-secondary,#6c6c6c);cursor:pointer;background:0 0;flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;padding:4px 8px;font-size:.85rem;display:inline-flex}.estimate-display:hover:not(:disabled),.estimate-display:focus-visible:not(:disabled){border-style:solid;border-color:var(--border-strong);background:var(--surface-muted);color:var(--text)}.estimate-display-value{text-align:right}.estimate-display-pencil{opacity:.55;flex-shrink:0}.estimate-display:hover:not(:disabled) .estimate-display-pencil,.estimate-display:focus-visible:not(:disabled) .estimate-display-pencil{opacity:1}.estimate-display:disabled{cursor:default;border-color:#0000}.estimate-edit{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);flex-shrink:0;align-items:center;gap:4px;padding:2px;display:inline-flex}.estimate-edit-input{text-align:center;font-variant-numeric:tabular-nums;width:36px;height:24px;color:var(--text);-moz-appearance:textfield;background:0 0;border:0;outline:none;padding:0 4px;font-size:13px}.estimate-edit-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.estimate-edit-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.estimate-edit-input:focus{background:var(--surface-muted);border-radius:4px}.estimate-edit-suffix{color:var(--text-muted);user-select:none;margin-left:-2px;font-size:12px}.estimate-edit-action{width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;display:inline-grid}.estimate-edit-action:hover:not(:disabled){background:var(--surface-muted);color:var(--text)}.estimate-edit-save{color:var(--success,#1f8a4c)}.estimate-edit-action:disabled{opacity:.5;cursor:not-allowed}.follow-up-task-rows{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.follow-up-task-rows-item{border-bottom:1px solid var(--border-soft);background:var(--surface);flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;display:flex}.follow-up-task-rows-item:last-child{border-bottom-left-radius:var(--r-md);border-bottom-right-radius:var(--r-md);border-bottom:0}.follow-up-task-rows-description{min-width:12ch;color:var(--text);white-space:pre-wrap;word-break:normal;overflow-wrap:break-word;flex:240px;align-self:center;margin:0;font-size:13px;line-height:18px}.follow-up-task-rows-item-completed .follow-up-task-rows-description{color:var(--text-subtle);text-decoration:line-through;text-decoration-color:var(--border-strong)}.follow-up-task-rows-item-cancelled{background:var(--surface-sunken)}.follow-up-task-rows-item-cancelled .follow-up-task-rows-description{color:var(--text-faint);text-decoration:line-through;text-decoration-color:var(--border-strong)}.follow-up-task-rows-item-adding,.follow-up-task-rows-item-editing{background:var(--surface-sunken);flex-direction:column;align-items:stretch;gap:12px}.follow-up-task-input{resize:vertical;width:100%;min-height:56px;font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm,6px);padding:8px 10px;font-size:13px;line-height:18px}.follow-up-task-input:focus{border-color:var(--accent);outline:none}.follow-up-task-row-actions{justify-content:flex-end;gap:8px;display:flex}.unfinished-work-rows{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.unfinished-work-rows-item{border-bottom:1px solid var(--border-soft);background:var(--surface);flex-direction:column;gap:8px;padding:12px 16px;display:flex}.unfinished-work-rows-item:last-child{border-bottom-left-radius:var(--r-md);border-bottom-right-radius:var(--r-md);border-bottom:0}.unfinished-work-rows-item-summary{align-items:center;gap:12px;display:flex}.unfinished-work-rows-item-caret{color:var(--text-faint);flex-shrink:0}.unfinished-work-rows-item-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.unfinished-work-rows-item-cta{flex-shrink:0}.unfinished-work-rows-item-form{flex-direction:column;gap:12px;padding:8px 0 4px;display:flex}.cell-primary-row{align-items:center;gap:8px;display:inline-flex}.follow-up-task-urgent-pill{color:#a73030;text-transform:uppercase;letter-spacing:.04em;background:#fff0f0;border-color:#d04a4a;font-size:11px;font-weight:600}.follow-up-task-urgent-checkbox{color:var(--text);user-select:none;align-items:center;gap:8px;font-size:13px;display:inline-flex}.follow-up-task-urgent-checkbox input{margin:0}.follow-up-task-linked-issue-pill{border-color:var(--border-strong);color:var(--text-subtle);background:var(--surface-sunken);text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.follow-up-task-status-pill-completed{color:#4f7f5e;border-color:#6aa07a}.follow-up-task-status-pill-completed .status-dot{background:#6aa07a}.follow-up-task-status-pill-cancelled{border-color:var(--border-strong);color:var(--text-faint)}.follow-up-task-status-pill-cancelled .status-dot{background:var(--border-strong)}.estimate-vs-window{margin-top:4px;font-size:.78rem}.estimate-vs-window-warn{color:var(--danger,#d04a4a);font-weight:500}.home-issue-row-estimate{background:var(--surface);border-bottom:1px solid var(--border);padding:8px 12px 12px 36px}.home-issue-scoping-panel{background:var(--surface-sunken);border-bottom:1px solid var(--border-soft);flex-direction:column;gap:8px;padding:10px 14px 14px 38px;display:flex}.home-issue-scoping-head{color:var(--text-muted);align-items:center;gap:8px;font-size:11px;display:inline-flex}.home-issue-scoping-head-dot{background:#6aa07a;border-radius:50%;width:6px;height:6px}.ha-qa-list{flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.ha-qa-item{background:var(--surface);border-radius:var(--r-sm);border:1px solid var(--border-soft);border-left:3px solid var(--accent);flex-direction:column;gap:4px;padding:8px 12px;display:flex}.ha-qa-item-unanswered{border:1px dashed var(--border-soft);border-left:3px dashed var(--border-strong);background:0 0}.ha-qa-question{text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);align-items:center;gap:6px;margin:0;font-size:10.5px;font-weight:500;display:inline-flex}.ha-qa-prio{background:var(--border-strong);border-radius:50%;flex-shrink:0;width:5px;height:5px}.ha-qa-prio-high{background:#c0322a}.ha-qa-prio-medium{background:#c98a1d}.ha-qa-prio-low{background:#6aa07a}.ha-qa-answer{color:var(--text);margin:0;padding:0;font-size:14px;line-height:1.35}.ha-qa-answer-value{color:var(--text);font-weight:600}.ha-qa-answer-pending{color:var(--text-faint);font-style:italic;font-weight:400}.ha-empty{color:var(--text-faint);margin:0;font-size:12px}.work-chip-estimate{color:var(--text-secondary,#6c6c6c);font-variant-numeric:tabular-nums;font-size:.78rem}.estimate-slider-wrap{flex-direction:column;gap:6px;display:flex}.estimate-slider-outer-header{justify-content:space-between;align-items:baseline;gap:12px;padding:0 2px;display:flex}.estimate-slider-hint{color:var(--text-faint,#b8b6ad);font-size:.72rem}.estimate-slider{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);flex-direction:column;gap:8px;padding:14px 16px;display:flex}.estimate-slider-readout-row{justify-content:flex-end;align-items:baseline;min-height:28px;display:flex}.estimate-slider-readout-long{color:var(--text,#1a1a1a);font-variant-numeric:tabular-nums;font-family:JetBrains Mono,monospace;font-size:1.8rem;font-weight:600;line-height:1}.estimate-slider-track-wrap{--estimate-thumb-half:9px;height:32px;position:relative}.estimate-slider-tickmarks{top:50%;left:var(--estimate-thumb-half);right:var(--estimate-thumb-half);pointer-events:none;z-index:0;height:0;position:absolute}.estimate-slider-tickmark{background:var(--text-faint,#b8b6ad);opacity:.35;width:1px;position:absolute;bottom:0;transform:translate(-50%)}.estimate-slider-tickmark-hour{width:1.5px;height:14px}.estimate-slider-tickmark-half{height:9px}.estimate-slider-tickmark-quarter{height:5px}.estimate-slider-tickmark.is-past{background:var(--text,#1a1a1a);opacity:1}.estimate-slider-range{appearance:none;cursor:grab;z-index:1;background:0 0;width:100%;height:32px;margin:0;position:relative}.estimate-slider-range:active{cursor:grabbing}.estimate-slider-range::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--text,#1a1a1a) 0, var(--text,#1a1a1a) var(--estimate-fill,0%), var(--border) var(--estimate-fill,0%), var(--border) 100%);border-radius:2px;height:4px}.estimate-slider-range::-webkit-slider-thumb{appearance:none;background:var(--surface);border:2px solid var(--text,#1a1a1a);cursor:grab;border-radius:50%;width:18px;height:18px;margin-top:-7px}.estimate-slider-range:focus-visible::-webkit-slider-thumb{outline:2px solid var(--accent,#4d7cff);outline-offset:2px}.estimate-slider-range::-moz-range-track{background:linear-gradient(to right, var(--text,#1a1a1a) 0, var(--text,#1a1a1a) var(--estimate-fill,0%), var(--border) var(--estimate-fill,0%), var(--border) 100%);border-radius:2px;height:4px}.estimate-slider-range::-moz-range-thumb{background:var(--surface);border:2px solid var(--text,#1a1a1a);cursor:grab;border-radius:50%;width:18px;height:18px}.estimate-slider-ticks{height:18px;color:var(--text-faint,#b8b6ad);font-variant-numeric:tabular-nums;margin-left:9px;margin-right:9px;font-family:JetBrains Mono,monospace;font-size:.72rem;position:relative}.estimate-slider-tick{opacity:.45;position:absolute;top:0;transform:translate(-50%)}.estimate-slider-tick.is-past{color:var(--text,#1a1a1a);opacity:1;font-weight:600}.estimate-slider-presets{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.estimate-slider-preset{border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface);color:var(--text,#1a1a1a);cursor:pointer;font-variant-numeric:tabular-nums;padding:6px 12px;font-size:.85rem}.estimate-slider-preset:hover{background:var(--surface-raised,#f7f7f7)}.estimate-slider-preset.is-active{background:var(--text,#1a1a1a);color:var(--surface);border-color:var(--text,#1a1a1a)}.popover-menu{z-index:30;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--r-sm);flex-direction:column;min-width:140px;padding:4px;display:flex;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 12px 28px #0000001f,0 2px 6px #0000000f}.popover-menu-item{text-align:left;border-radius:var(--r-xs,4px);color:var(--text);cursor:pointer;background:0 0;border:0;padding:8px 10px;font-size:13px}.popover-menu-item:hover{background:var(--surface-muted)}.popover-menu-item:disabled{opacity:.5;cursor:not-allowed}.popover-menu-item-danger{color:var(--danger)}.popover-menu-item-danger:hover{background:var(--danger-bg)}.priority-chip{text-transform:capitalize;background:var(--surface-muted);height:18px;color:var(--text-muted);border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:500;display:inline-flex}.priority-chip-high{color:#a02525;background:#fdeaea}.priority-chip-medium{color:#8a5a00;background:#fdf3df}.priority-chip-low{color:#2f6b41;background:#eaf3ec}@media (width<=1024px){.visit-detail-grid{grid-template-columns:1fr}.visit-detail-main{padding:28px 32px}}@media (width<=600px){.visit-detail-main{padding:20px 16px}}.app-shell-nav-rail .top-bar{grid-template-columns:56px minmax(0,1fr)}.app-shell-nav-rail .top-bar-brand{justify-content:center;padding:0}.app-shell-nav-rail .brand{gap:0}.app-shell-nav-rail .brand-label{display:none}.app-shell-nav-rail .shell-body{grid-template-columns:56px minmax(0,1fr)}.app-shell-nav-rail .page-frame{grid-column:2}.app-shell-nav-rail .side-nav{z-index:30;width:56px;padding:16px 8px;transition:width .14s,box-shadow .14s;position:fixed;top:56px;bottom:0;left:0;overflow:hidden}.app-shell-nav-rail .side-nav:hover,.app-shell-nav-rail .side-nav:focus-within{width:216px;box-shadow:4px 0 24px #0000001f}.app-shell-nav-rail .nav-item{min-height:40px;padding:0 0 0 12px}.app-shell-nav-rail .nav-icon{flex-shrink:0}.app-shell-nav-rail .nav-label{white-space:nowrap;opacity:0;transition:opacity .12s}.app-shell-nav-rail .side-nav:hover .nav-label,.app-shell-nav-rail .side-nav:focus-within .nav-label{opacity:1}.app-shell-nav-rail .nav-edge-toggle{transition:opacity .12s,color .12s,background .12s;position:fixed;left:56px}.app-shell-nav-rail .side-nav:hover~.nav-edge-toggle,.app-shell-nav-rail .side-nav:focus-within~.nav-edge-toggle{opacity:0;pointer-events:none}.empty-state{text-align:center;align-content:center;justify-items:center;min-height:260px;padding:32px;display:grid}.status-message{border-radius:var(--r-md);padding:10px 12px;font-size:13px}.status-message.danger{color:var(--danger);background:var(--danger-bg)}.status-message.warn{color:var(--warn,#8b5e00);background:var(--warn-bg,#fff5dc)}.status-message.info{color:var(--text-secondary,#6c6c6c);background:var(--surface-raised,#f7f7f7)}#toast-root{pointer-events:none}@media (width<=760px){.top-bar{grid-template-columns:1fr;align-items:stretch;height:auto;min-height:48px}.top-bar-brand{border-right:0;border-bottom:1px solid var(--border);min-height:48px}.top-bar-main{min-height:44px;padding:0 16px}.shell-body{grid-template-columns:1fr}.side-nav{border-right:0;border-bottom:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));padding:12px 16px;display:grid}.page-frame{padding:20px 16px}}.report-editor{flex:1;grid-template-columns:280px minmax(0,1fr);align-items:stretch;min-height:0;display:grid}.report-steps-panel{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:20px;padding:28px 20px 20px;display:flex}.report-steps-eyebrow{flex-direction:column;gap:4px;padding:0 8px;display:flex}.report-steps-eyebrow-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle);font-size:11px;font-weight:500}.report-steps-eyebrow-id{color:var(--text);font-size:13px;font-weight:600}.report-steps-eyebrow-sub{color:var(--text-muted);font-size:12px;line-height:16px}.report-steps-list{flex-direction:column;flex:1;gap:2px;display:flex}.report-step-item{border-radius:var(--r-md);text-align:left;cursor:pointer;color:var(--text-muted);background:0 0;border:1px solid #0000;align-items:center;gap:10px;padding:8px 10px;font-size:13px;font-weight:500;transition:background .12s,border-color .12s,color .12s;display:flex}.report-step-item:hover{background:var(--surface-muted);color:var(--text)}.report-step-item.is-complete{color:var(--text)}.report-step-item.is-active{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.report-step-item.is-active:hover{background:var(--accent)}.report-step-num{border-radius:var(--r-sm);background:var(--surface-muted);width:22px;height:22px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.report-step-item.is-complete .report-step-num{color:#4f8a4a;background:#4f8a4a24}.report-step-check{color:#4f8a4a;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;margin-left:auto;display:inline-flex}.report-step-check svg{width:100%;height:100%}.report-step-item.is-active .report-step-num{color:var(--accent-text);background:#ffffff24}.report-step-item.is-locked{cursor:default;color:var(--text-muted)}.report-step-item.is-locked:hover{color:var(--text-muted);background:0 0}.report-step-label{min-width:0}.report-steps-footer{flex-direction:column;gap:8px;padding:0 8px;display:flex}.report-progress-bar{background:var(--border-soft);border-radius:999px;height:2px;position:relative;overflow:hidden}.report-progress-bar-fill{width:var(--report-progress,0%);background:var(--accent);border-radius:inherit;transition:width .2s;position:absolute;inset:0}.report-steps-status{color:var(--text-subtle);justify-content:space-between;align-items:center;gap:8px;font-size:11px;display:flex}.report-steps-saved{align-items:center;gap:6px;display:inline-flex}.report-steps-saved-dot{background:#4f8a4a;border-radius:999px;width:6px;height:6px}.report-editor-body{background:var(--bg);flex-direction:column;min-width:0;min-height:0;display:flex}.report-editor-content{flex-direction:column;flex:1;gap:16px;min-width:0;min-height:0;padding:48px 64px;display:flex;overflow-y:auto}.report-editor-footer{background:var(--surface);border-top:1px solid var(--border);justify-content:space-between;gap:12px;padding:16px 64px;display:flex}.report-step{flex-direction:column;gap:16px;max-width:720px;display:flex}.report-step-header{flex-direction:column;gap:6px;display:flex}.report-step-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle);font-size:11px;font-weight:500}.report-step-title{letter-spacing:-.01em;font-size:22px;font-weight:600;line-height:28px}.report-step-description{color:var(--text-muted);font-size:13px;line-height:18px}.report-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);flex-direction:column;gap:12px;padding:16px 18px;display:flex}.report-card-title{letter-spacing:-.005em;font-size:13px;font-weight:600}.report-card-hint{color:var(--text-muted);margin-top:-4px;font-size:12px}.report-meta-list{grid-template-columns:120px 1fr;gap:8px 16px;margin:0;padding:0;display:grid}.report-meta-row{display:contents}.report-meta-row dt{letter-spacing:.06em;text-transform:uppercase;color:var(--text-subtle);align-self:center;font-size:11px;font-weight:500}.report-meta-row dd{color:var(--text);margin:0;font-size:13px}.report-meta-tech-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.report-meta-tech{align-items:center;gap:6px;display:inline-flex}.report-meta-tech-name{align-items:baseline;gap:6px;display:inline-flex}.report-meta-tech-tag{letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);font-size:10px;font-weight:500}.report-meta-tech-add-button{border-radius:var(--r-xs,4px);color:var(--text-muted);cursor:pointer;background:0 0;border:0;align-items:center;margin:-2px -4px;padding:2px 4px;font-size:12.5px;transition:color .12s;display:inline-flex}.report-meta-tech-add-button:hover,.report-meta-tech-add-button:focus-visible{color:var(--text)}.report-meta-tech-add-button:disabled{cursor:not-allowed;opacity:.5}.report-meta-edit-button{border-radius:var(--r-xs,4px);width:22px;height:22px;color:var(--text-subtle);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;transition:color .12s,background .12s;display:inline-flex}.report-meta-edit-button:hover,.report-meta-edit-button:focus-visible{color:var(--text);background:var(--surface-muted)}.report-meta-edit-button:disabled{cursor:not-allowed;opacity:.5}.report-textarea{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);width:100%;min-height:120px;color:var(--text);resize:vertical;padding:10px 12px;font-size:13px;line-height:18px}.report-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:none}.report-card-row-spread{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.report-card-row-spread-text{flex-direction:column;flex:auto;gap:4px;display:flex}.report-card-section{border-top:1px solid var(--border);flex-direction:column;gap:6px;margin-top:16px;padding-top:16px;display:flex}.report-field-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-subtle);font-size:12px;font-weight:500}.report-toggle-switch{cursor:pointer;flex-shrink:0;align-items:center;display:inline-flex;position:relative}.report-toggle-switch input{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.report-toggle-switch-track{background:var(--border);border-radius:999px;width:36px;height:20px;transition:background-color .12s;display:inline-block;position:relative}.report-toggle-switch-track:after{content:"";background:var(--surface);border-radius:50%;width:16px;height:16px;transition:transform .12s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000026}.report-toggle-switch input:checked+.report-toggle-switch-track{background:var(--accent)}.report-toggle-switch input:checked+.report-toggle-switch-track:after{transform:translate(16px)}.report-toggle-switch input:focus-visible+.report-toggle-switch-track{box-shadow:0 0 0 3px var(--accent-ring)}.report-card-loading{color:var(--text-muted);font-size:13px}.report-empty-hint{color:var(--text-muted);padding:12px 0;font-size:13px}.report-new-issue-rows{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.report-new-issue-row,.report-new-issue-draft{align-items:stretch;gap:8px;display:flex}.report-new-issue-row .report-material-input,.report-new-issue-draft .report-material-input{flex:auto}.report-new-issue-draft{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.report-new-issue-row .button,.report-new-issue-draft .button{white-space:nowrap;justify-content:center;min-width:96px;height:38px;padding:0 16px}.report-new-issue-remove{background:var(--danger-bg);border-color:var(--danger-bg);color:var(--danger);justify-content:center;gap:4px}.report-new-issue-remove:hover:not(:disabled){background:var(--danger);border-color:var(--danger);color:var(--surface)}.report-new-issue-remove-icon,.report-new-issue-add-icon{justify-content:center;align-items:center;width:14px;height:14px;font-size:16px;line-height:1;display:inline-flex}.report-new-issue-add{gap:4px}.report-new-issue-add .report-new-issue-add-icon{color:#fff}.report-summary-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.report-summary-list-item{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:baseline;gap:16px;padding:8px 0;font-size:13px;display:flex}.report-summary-list-item:last-child{border-bottom:none}.report-summary-list-item-meta{font-variant-numeric:tabular-nums;color:var(--text-muted);white-space:nowrap}.report-summary-list-item-secondary{color:var(--text-muted)}.report-summary-list-item-tag{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);background:var(--accent-ring);white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:11px}.report-summary-list-item-tag-onsite{color:var(--text-muted);background:var(--surface-sunken);margin-left:8px}.report-summary-work-item{border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding-bottom:10px;display:flex}.report-summary-work-item:last-child,.report-summary-work-item>.report-summary-list-item{border-bottom:none;padding-bottom:0}.report-summary-photo-pair{flex-wrap:wrap;gap:10px;display:flex}.report-summary-photo{flex-direction:column;gap:4px;margin:0;display:flex}.report-summary-photo img,.report-summary-photo-empty{aspect-ratio:4/3;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface-muted);object-fit:cover;width:120px}.report-summary-photo figcaption{letter-spacing:.04em;text-transform:uppercase;color:var(--text-subtle);font-size:11px;font-weight:500}.report-summary-status{color:var(--accent);margin:0;font-size:13px;font-weight:600}.report-summary-paragraph{color:var(--text);white-space:pre-wrap;margin:4px 0 0;font-size:13px}.report-step-finalized{max-width:1080px}.report-steps-footer-locked{color:var(--text-subtle);flex-direction:column;gap:4px;padding:0 8px;font-size:11px;display:flex}.report-steps-footer-locked-line{color:var(--text);align-items:center;gap:6px;font-weight:500;display:inline-flex}.report-steps-footer-locked-line svg{width:12px;height:12px}.report-steps-footer-locked-when{color:var(--text-muted)}.report-finalized-hero{border:1px solid var(--border);border-radius:var(--r-lg,12px);background:var(--surface);grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:16px;padding:24px;display:grid}.report-finalized-hero-check{color:#4f8a4a;background:#4f8a4a1f;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.report-finalized-hero-check svg{width:26px;height:26px}.report-finalized-hero-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#4f8a4a;margin:0 0 4px;font-size:11px;font-weight:500}.report-finalized-hero-title{letter-spacing:-.01em;margin:0 0 4px;font-size:22px;font-weight:600;line-height:28px}.report-finalized-hero-sub{color:var(--text-muted);margin:0;font-size:13px;line-height:18px}.report-finalized-hero-actions{align-items:center;gap:8px;display:inline-flex}.report-finalized-outcomes{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);flex-direction:column;gap:0;display:flex;overflow:hidden}.report-finalized-outcome{border-top:1px solid var(--border-soft);grid-template-columns:24px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 16px;font-size:13px;display:grid}.report-finalized-outcome:first-of-type{border-top:0}.report-finalized-outcome-mark{color:#4f8a4a;background:#4f8a4a24;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:inline-flex}.report-finalized-outcome.is-pending .report-finalized-outcome-mark{background:var(--surface-muted);color:var(--text-faint)}.report-finalized-outcome-label{flex-direction:column;gap:2px;min-width:0;display:flex}.report-finalized-outcome-label-main{color:var(--text);font-weight:500}.report-finalized-outcome.is-pending .report-finalized-outcome-label-main{color:var(--text-muted)}.report-finalized-outcome-label-meta{color:var(--text-subtle);font-size:11px}.report-finalized-outcome-value{font-variant-numeric:tabular-nums;color:var(--text);flex-direction:column;align-items:flex-end;gap:2px;font-weight:500;display:inline-flex}.report-finalized-outcome-value-delta{color:var(--text-subtle);font-size:11px;font-weight:400}.report-finalized-outcome.is-pending .report-finalized-outcome-value{color:var(--text-muted)}.report-finalized-outcome-action{appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--r-sm);cursor:pointer;padding:6px 10px;font-size:12px;font-weight:500}.report-finalized-outcome-action:hover{background:var(--surface-muted)}.report-finalized-outcome-action:disabled{cursor:not-allowed;color:var(--text-faint);background:var(--surface)}.report-finalized-snapshot{border:1px solid var(--accent-ring)}.report-finalized-snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;margin:0;display:grid}.report-finalized-snapshot-grid>div{flex-direction:column;gap:2px;display:flex}.report-finalized-snapshot-grid .label{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.04em;font-size:11px}.report-finalized-snapshot-grid .value{color:var(--text);font-variant-numeric:tabular-nums;font-size:14px;font-weight:500}.report-finalized-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}.report-finalized-summary-toggle{cursor:pointer;color:var(--text);user-select:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;font-size:14px;font-weight:600;list-style:none;display:flex}.report-finalized-summary-toggle::-webkit-details-marker{display:none}.report-finalized-summary-toggle:hover{background:var(--surface-muted)}.report-finalized-summary-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.report-finalized-summary-icon{flex-shrink:0;width:14px;height:14px;position:relative}.report-finalized-summary-icon:before,.report-finalized-summary-icon:after{content:"";background:currentColor;border-radius:1px;transition:transform .16s;position:absolute}.report-finalized-summary-icon:before{height:2px;inset:6px 0}.report-finalized-summary-icon:after{width:2px;inset:0 6px}.report-finalized-summary[open] .report-finalized-summary-icon:after{transform:scaleY(0)}.report-finalized-summary-body{border-top:1px solid var(--border-soft);flex-direction:column;gap:16px;padding:18px;display:flex}@media (width<=960px){.report-finalized-hero{grid-template-columns:48px minmax(0,1fr)}.report-finalized-hero-actions{grid-column:1/-1;justify-content:flex-start}}.report-step-placeholder{flex-direction:column;gap:12px;max-width:600px;display:flex}.report-step-placeholder-body{background:var(--surface);border:1px dashed var(--border);border-radius:var(--r-md);color:var(--text-muted);flex-direction:column;gap:4px;padding:24px;font-size:13px;display:flex}.report-step-placeholder-hint{color:var(--text-subtle);font-size:12px}.report-step--wide{max-width:1040px}.report-work-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:16px;display:grid}.report-work-main{flex-direction:column;gap:16px;min-width:0;display:flex}.report-work-section{flex-direction:column;gap:10px;display:flex}.report-work-section-head{justify-content:space-between;align-items:center;gap:12px;min-height:28px;padding:0 2px;display:flex}.report-work-section-title{letter-spacing:-.005em;font-size:14px;font-weight:600}.report-work-section-count{color:var(--text-muted);font-weight:500}.report-work-totals{position:sticky;top:8px}.report-totals-list{flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.report-totals-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.report-totals-row dt{color:var(--text-muted);font-size:12px}.report-totals-row dd{color:var(--text);margin:0;font-size:13px}.report-totals-row--subtotal{border-top:1px solid var(--border-soft);padding-top:8px}.report-totals-row--subtotal dt{color:var(--text);font-weight:600}.report-totals-row--subtotal dd{font-weight:600}.report-totals-row--mult dt,.report-totals-row--mult dd{letter-spacing:.04em;text-transform:uppercase;color:var(--text-subtle);font-size:11px}.report-totals-debit{border-top:1px solid var(--border);flex-direction:column;gap:6px;margin-top:4px;padding-top:12px;display:flex}.report-totals-debit-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.report-totals-debit-label{font-size:13px;font-weight:600}.report-totals-debit-value{appearance:none;border-radius:var(--r-sm);color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:2px 6px;font-size:16px;font-weight:600;transition:background .12s,color .12s;display:inline-flex}.report-totals-debit-value svg{color:var(--text-muted);flex-shrink:0}.report-totals-debit-value:hover{background:var(--surface-muted)}.report-totals-debit-value:hover svg{color:var(--text)}.report-totals-debit-hint{margin-top:0}.report-totals-debit-pending{color:var(--text-subtle);text-wrap:pretty;margin:0;font-size:11px;line-height:16px}.report-card-header-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.report-card-header-actions{align-items:center;gap:8px;display:flex}.report-task-bulk-toggle{appearance:none;color:var(--text-muted);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:none;padding:4px 6px;font-size:12px}.report-task-bulk-toggle:hover{color:var(--text);background:var(--surface-muted)}.report-card-empty{color:var(--text-muted);padding:8px 0;font-size:13px}.report-link-button{appearance:none;color:var(--text-muted);cursor:pointer;font:inherit;background:0 0;border:none;border-bottom:1px dashed;margin-left:2px;padding:0}.report-link-button:hover:not(:disabled){color:var(--text)}.report-link-button:disabled{cursor:not-allowed;opacity:.6}.report-hours-edit-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.report-hours-edit-row .report-input{width:110px}.report-hours-edit-unit{color:var(--text-muted);font-size:12px}.report-hours-edit-error{color:var(--danger,#b91c1c);font-size:12px}.report-input{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);width:100%;color:var(--text);padding:8px 10px;font-size:13px;line-height:18px}.report-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:none}.report-task-picker{background:var(--surface-sunken);border:1px solid var(--border-soft);border-radius:var(--r-md);flex-direction:column;gap:8px;padding:12px;display:flex}.report-task-picker-input{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);padding:8px 10px;font-size:13px}.report-task-picker-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:none}.report-task-picker-empty{color:var(--text-muted);padding:4px 4px 0;font-size:12px}.report-task-picker-list{flex-direction:column;gap:4px;max-height:280px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.report-task-picker-item{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:8px 10px;transition:background .12s,border-color .12s;display:flex}.report-task-picker-item:hover{background:var(--surface-muted);border-color:var(--border-strong)}.report-task-picker-item:disabled{opacity:.6;cursor:not-allowed}.report-task-picker-title{color:var(--text);font-size:13px;font-weight:500}.report-task-picker-meta{color:var(--text-muted);flex-shrink:0;font-size:12px}.report-task-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.report-task{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);flex-direction:column;gap:12px;padding:16px;display:flex}.report-task.is-collapsed{gap:0;padding:10px 16px}.report-task-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.report-task-toggle{text-align:left;cursor:pointer;min-width:0;color:inherit;background:0 0;border:none;flex:1;align-items:flex-start;gap:8px;padding:0;display:flex}.report-task-toggle:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px;border-radius:var(--r-sm)}.report-task-chevron{width:20px;height:20px;color:var(--text);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;transition:transform .12s;display:inline-flex}.report-task.is-expanded .report-task-chevron{transform:rotate(90deg)}.report-task-title-block{flex-direction:column;gap:2px;min-width:0;display:flex}.report-task-title{letter-spacing:-.005em;font-size:14px;font-weight:600;line-height:18px}.report-task-description,.report-task-summary-line{color:var(--text-muted);font-size:12px;line-height:16px}.report-task-body{flex-direction:column;gap:12px;display:flex}.report-task-remove{appearance:none;color:var(--text-muted);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:1px solid #0000;padding:4px 8px;font-size:12px;transition:color .12s,border-color .12s,background .12s}.report-task-remove:hover{color:var(--danger);border-color:var(--danger);background:var(--danger-bg)}.report-task-remove:disabled{opacity:.5;cursor:not-allowed}.report-task-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.report-task-field{flex-direction:column;gap:4px;display:flex}.report-task-field-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-subtle);font-size:11px;font-weight:500}.report-unscoped-form{flex-direction:column;gap:12px;display:flex}.report-unscoped-form .report-task-field{gap:2px}.report-unscoped-form .report-textarea{min-height:72px}.report-unscoped-actions{justify-content:flex-end;margin-top:4px;display:flex}.report-unscoped-row .report-task-body{flex-direction:column;gap:12px;display:flex}.report-unscoped-row .report-task-field{gap:2px}.report-task-estimated{border:1px solid var(--border-soft);border-radius:var(--r-md);background:var(--surface-sunken);color:var(--text-muted);padding:8px 10px;font-size:13px}.report-task-photos{grid-template-columns:1fr 1fr;gap:12px;display:grid}.report-step:has(.report-step3-grid),.report-step:has(.report-summary-split){max-width:1200px}.report-summary-split{grid-template-columns:minmax(0,1fr) minmax(260px,340px);align-items:start;gap:16px;display:grid}.report-summary-split-main{flex-direction:column;gap:16px;min-width:0;display:flex}.report-summary-split-aside{position:sticky;top:16px}@media (width<=900px){.report-summary-split{grid-template-columns:1fr}.report-summary-split-aside{position:static}}.report-step3-grid{grid-template-columns:minmax(0,1fr) minmax(440px,1fr);align-items:start;gap:24px;display:grid}@media (width<=1100px){.report-step3-grid{grid-template-columns:1fr}}.report-step3-list-column,.report-step3-form-column{flex-direction:column;gap:12px;min-width:0;display:flex}.report-step3-form-column{position:sticky;top:16px}.report-step3-plan{background:var(--surface-sunken);border:1px solid var(--border-soft);border-radius:var(--r-md);padding:12px}.report-step3-plan-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.report-step3-plan-eyebrow{text-transform:uppercase;letter-spacing:.6px;color:var(--text-subtle);font-size:11px;font-weight:600}.report-step3-plan-meta{color:var(--text-muted);font-size:12px}.report-step3-plan-chips{flex-direction:column;gap:6px;display:flex}.report-step3-plan-chip{text-align:left;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface);font:inherit;color:var(--text);cursor:pointer;flex-direction:column;gap:2px;padding:6px 10px;display:flex}.report-step3-plan-chip:hover:not(:disabled){border-color:var(--accent);background:var(--surface-sunken)}.report-step3-plan-chip:disabled{cursor:not-allowed}.report-step3-plan-chip-name{color:var(--text);font-size:13px}.report-step3-plan-chip-meta{color:var(--text-muted);font-size:11px}.report-step3-plan-chip-customer{opacity:.6}.report-step3-plan-chip-logged{opacity:.55}.report-step3-plan-chip-logged .report-step3-plan-chip-name{text-decoration:line-through}.report-card-title-count{color:var(--text-muted);font-weight:400}.report-material-saved-list{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.report-material-summary{border-bottom:1px solid var(--border-soft);grid-template-columns:36px minmax(0,1fr) auto auto auto auto;align-items:center;gap:16px;padding:10px 14px;display:grid}.report-material-summary:last-child{border-bottom:none}.report-material-summary-thumb{border-radius:var(--r-sm);background:var(--surface-sunken);border:1px dashed var(--border);width:36px;height:36px;color:var(--text-faint);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.report-material-summary-thumb-img{object-fit:cover;width:100%;height:100%}.report-material-summary-main{flex-direction:column;gap:2px;min-width:0;display:flex}.report-material-summary-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.report-material-summary-vendor{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.report-material-summary-date{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:12px}.report-material-summary-cost{border-radius:var(--r-sm);min-width:88px;color:var(--text);font-variant-numeric:tabular-nums;border:1px solid #0000;align-items:center;gap:2px;padding:4px 7px;font-size:14px;font-weight:600;display:inline-flex}.report-material-summary-cost:focus-within{border-color:var(--accent);background:var(--surface)}.report-material-summary-cost input{width:64px;color:inherit;font:inherit;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:0;padding:0}.report-material-summary-cost input:disabled{cursor:wait;opacity:.6}.report-material-summary-pill{white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}.report-material-summary-pill-dot{background:var(--text-faint);border-radius:999px;flex-shrink:0;width:6px;height:6px}.report-material-summary-pill.is-in-ramp{color:#4f7f5e}.report-material-summary-pill.is-in-ramp .report-material-summary-pill-dot{background:#6aa07a}.report-material-summary-pill.is-pending{color:#8a5a1e}.report-material-summary-pill.is-pending .report-material-summary-pill-dot{background:#c89968}.report-material-summary-pill.is-lost{color:var(--danger)}.report-material-summary-pill.is-lost .report-material-summary-pill-dot{background:var(--danger)}.report-material-summary-remove{appearance:none;color:var(--text-faint);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:none;padding:4px 8px;font-size:16px;line-height:1;transition:color .12s,background .12s}.report-material-summary-remove:hover{color:var(--danger);background:var(--danger-bg)}.report-material-summary-remove:disabled{opacity:.5;cursor:not-allowed}.report-material-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.report-material{border:1px solid var(--border);border-radius:var(--r-lg,12px);background:var(--surface);flex-direction:column;gap:14px;padding:20px 22px;display:flex}.report-material-header{justify-content:space-between;align-items:center;display:flex}.report-material-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--text-subtle);font-size:11px;font-weight:500}.report-material-body{grid-template-columns:minmax(0,1fr) 240px;align-items:start;gap:24px;display:grid}@media (width<=760px){.report-material-body{grid-template-columns:1fr}}.report-material-fields{flex-direction:column;gap:16px;min-width:0;display:flex}.report-material-fields-row{grid-template-columns:minmax(0,1fr) minmax(120px,140px) auto;align-items:end;gap:16px;display:grid}@media (width<=540px){.report-material-fields-row{grid-template-columns:1fr 1fr}}.report-material-field{flex-direction:column;gap:6px;min-width:0;display:flex}.report-material-field-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.report-material-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-subtle);font-size:11px;font-weight:500}.report-material-counter{color:var(--text-faint);font-variant-numeric:tabular-nums;font-size:11px}.report-material-optional{color:var(--text-faint);text-transform:none;letter-spacing:0;font-size:12px;font-style:normal}.report-material-input{appearance:none;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);width:100%;height:38px;color:var(--text);padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .12s,box-shadow .12s}.report-material-input:focus-visible{border-color:var(--text);outline:none;box-shadow:0 0 0 3px #0000000f}.report-material-input:disabled{background:var(--surface-sunken);cursor:not-allowed}.report-material-input::placeholder{color:var(--text-faint)}.report-material-input-item{height:44px;font-size:16px}.report-material-cost-wrap{display:block;position:relative}.report-material-cost-prefix{color:var(--text-faint);pointer-events:none;font-size:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.report-material-input-cost{text-align:right;font-variant-numeric:tabular-nums;-moz-appearance:textfield;padding-left:26px}.report-material-input-cost::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.report-material-input-cost::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.report-material-receipt{flex-direction:column;gap:6px;display:flex}.report-material-receipt .photo-dropzone{min-height:200px}.report-material-receipt .photo-dropzone-empty{flex-direction:column;gap:8px}.report-material-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.report-material-discard{appearance:none;color:var(--text-muted);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:none;padding:6px 8px;font-family:inherit;font-size:13px;font-weight:500;transition:color .12s}.report-material-discard:hover:not(:disabled){color:var(--text)}.report-material-discard:disabled{opacity:.5;cursor:not-allowed}.report-material-save{height:34px;padding:0 14px;font-size:13px;font-weight:600}.report-material-draft{background:var(--surface-sunken);border-style:solid;border-color:var(--border)}.report-material-draft .report-material-body{grid-template-columns:minmax(0,1fr)}.report-material-draft .report-material-receipt .photo-dropzone{min-height:140px}.report-material-total{border-top:1px solid var(--border-soft);justify-content:space-between;align-items:baseline;gap:16px;margin-top:4px;padding:16px 0 0;display:flex}.report-material-total-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-subtle);font-size:11px;font-weight:500}.report-material-total-value{color:var(--text);letter-spacing:-.01em;font-size:28px;font-weight:600}.report-status-select-wrapper{align-self:flex-start;display:inline-flex;position:relative}.report-status-select{border:1px solid var(--border);height:26px;color:var(--text-muted);white-space:nowrap;cursor:pointer;background:0 0;border-radius:999px;align-self:flex-start;align-items:center;padding:0 22px;font-family:inherit;font-size:12px;font-weight:500;display:inline-flex;position:relative}.report-status-select:disabled{cursor:not-allowed;opacity:.6}.report-status-select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.report-status-select:before{content:"";background:var(--text-faint);border-radius:999px;width:6px;height:6px;margin-top:-3px;position:absolute;top:50%;left:9px}.report-status-select:after{content:"";opacity:.6;pointer-events:none;border-bottom:1.5px solid;border-right:1.5px solid;width:8px;height:8px;margin-top:-5px;position:absolute;top:50%;right:8px;transform:rotate(45deg)}.report-status-select-menu{z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);outline:none;flex-direction:column;gap:2px;min-width:100%;margin:0;padding:4px;list-style:none;display:flex;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 24px #00000014}.report-status-select-option{height:26px;color:var(--text-muted);cursor:pointer;white-space:nowrap;user-select:none;border-radius:999px;align-items:center;gap:8px;padding:0 12px 0 10px;font-size:12px;font-weight:500;display:inline-flex}.report-status-select-option .report-status-select-dot{background:var(--text-faint);border-radius:999px;flex-shrink:0;width:6px;height:6px}.report-status-select-option.is-active{background:var(--surface-muted)}.report-status-select-option.is-selected{font-weight:600}.report-status-select-option-in-ramp{color:#4f7f5e}.report-status-select-option-in-ramp .report-status-select-dot{background:#6aa07a}.report-status-select-option-pending{color:#8a5a1e}.report-status-select-option-pending .report-status-select-dot{background:#c89968}.report-status-select-option-lost{color:var(--danger)}.report-status-select-option-lost .report-status-select-dot{background:var(--danger)}.report-status-select-in-ramp{color:#4f7f5e;border-color:#6aa07a}.report-status-select-in-ramp:before{background:#6aa07a}.report-status-select-pending{color:#8a5a1e;border-color:#c89968}.report-status-select-pending:before{background:#c89968}.report-status-select-lost{border-color:var(--danger);color:var(--danger)}.report-status-select-lost:before{background:var(--danger)}.photo-dropzone{border:1px dashed var(--border);border-radius:var(--r-md);background:var(--surface-sunken);justify-content:stretch;align-items:stretch;min-height:96px;transition:border-color .12s,background .12s;display:flex;position:relative;overflow:hidden}.photo-dropzone.has-photo{min-height:0}.photo-dropzone.is-drag-over{border-color:var(--accent);background:var(--surface-muted)}.photo-dropzone.is-disabled{opacity:.6;cursor:not-allowed}.photo-dropzone.is-uploading{border-style:solid;border-color:var(--accent)}.photo-dropzone-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.photo-dropzone-empty{cursor:pointer;color:var(--text-muted);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:16px;display:flex}.photo-dropzone-empty:disabled{cursor:not-allowed}.photo-dropzone-label{color:var(--text);font-size:13px;font-weight:600}.photo-dropzone-hint{color:var(--text-subtle);font-size:11px}.photo-dropzone-thumb{appearance:none;cursor:zoom-in;background:0 0;border:none;width:100%;height:96px;margin:0;padding:0;display:block}.photo-dropzone-thumb:focus-visible{outline:2px solid var(--accent-ring);outline-offset:-2px}.photo-dropzone-img{object-fit:cover;width:100%;height:100%;display:block}.photo-dropzone.has-photo{background:var(--surface)}.photo-dropzone-overlay{opacity:0;justify-content:flex-end;gap:6px;transition:opacity .12s;display:flex;position:absolute;inset:auto 8px 8px}.photo-dropzone:hover .photo-dropzone-overlay,.photo-dropzone:focus-within .photo-dropzone-overlay{opacity:1}.photo-dropzone-action{appearance:none;border-radius:var(--r-sm);color:#fff;cursor:pointer;background:#000000b3;border:none;padding:4px 8px;font-size:11px;font-weight:500}.photo-dropzone-action:disabled{opacity:.6;cursor:not-allowed}.photo-dropzone-action-danger{background:var(--danger)}.multi-photo-field{flex-direction:column;gap:6px;min-width:0;display:flex}.multi-photo-field-heading{color:var(--text);justify-content:space-between;align-items:baseline;gap:8px;font-size:12px;font-weight:600;display:flex}.multi-photo-field-count{color:var(--text-subtle);font-size:11px;font-weight:400}.multi-photo-dropzone{border:1px dashed var(--border);border-radius:var(--r-md);background:var(--surface-sunken);min-height:96px;padding:8px;transition:border-color .12s,background .12s}.multi-photo-dropzone.is-drag-over{border-color:var(--accent);background:var(--surface-muted)}.multi-photo-dropzone.is-disabled{opacity:.6}.multi-photo-dropzone.is-uploading{border-style:solid;border-color:var(--accent)}.multi-photo-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;display:grid}.multi-photo-thumb-wrap{min-width:0;position:relative}.multi-photo-thumb{border:1px solid var(--border-soft);border-radius:var(--r-sm);background:var(--surface);cursor:zoom-in;width:100%;height:80px;padding:0;display:block;overflow:hidden}.multi-photo-thumb:focus-visible,.multi-photo-add:focus-visible,.multi-photo-remove:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.multi-photo-img{object-fit:cover;width:100%;height:100%;display:block}.multi-photo-remove{color:#fff;cursor:pointer;background:#000000b8;border:none;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:17px;line-height:1;display:flex;position:absolute;top:4px;right:4px}.multi-photo-remove:disabled{cursor:not-allowed;opacity:.6}.multi-photo-add{border:1px dashed var(--border);border-radius:var(--r-sm);min-height:80px;color:var(--text-muted);cursor:pointer;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:8px;font-size:11px;display:flex}.multi-photo-add:disabled{cursor:not-allowed}.multi-photo-add-icon{color:var(--text);font-size:20px;line-height:18px}.multi-photo-add-hint{color:var(--text-subtle);font-size:10px}.photo-lightbox{z-index:100;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.photo-lightbox-backdrop{cursor:zoom-out;background:#000000d9;border:none;margin:0;padding:0;position:absolute;inset:0}.photo-lightbox-img{object-fit:contain;border-radius:var(--r-sm);pointer-events:none;max-width:100%;max-height:100%;position:relative;box-shadow:0 20px 60px #00000080}.photo-lightbox-drawer-adjacent{width:auto;right:min(540px,100vw)}.photo-lightbox-close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;line-height:1;transition:background .12s;display:flex;position:absolute;top:16px;right:16px}.photo-lightbox-close:hover{background:#ffffff3d}.photo-lightbox-close:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.photo-lightbox-nav{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:28px;line-height:1;transition:background .12s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.photo-lightbox-nav:hover{background:#ffffff3d}.photo-lightbox-nav:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.photo-lightbox-nav-prev{left:16px}.photo-lightbox-nav-next{right:16px}.photo-lightbox-counter{color:#fff;letter-spacing:.02em;background:#0000008c;border-radius:999px;padding:4px 12px;font-size:13px;font-weight:600;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (width<=760px){.report-task-fields,.report-task-photos{grid-template-columns:1fr}.photo-lightbox-drawer-adjacent{right:0}}@media (width<=1100px){.report-work-layout{grid-template-columns:1fr}.report-work-totals{position:static}}@media (width<=760px){.report-editor{grid-template-columns:1fr}.report-steps-panel{border-right:none;border-bottom:1px solid var(--border);padding:20px 16px}.report-editor-content,.report-editor-footer{padding-left:20px;padding-right:20px}.report-meta-list{grid-template-columns:1fr;gap:2px}.report-meta-row dt{margin-top:8px}}.icon-btn{border-radius:var(--r-sm);width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;text-decoration:none;display:inline-grid}.icon-btn:hover{background:var(--surface-muted);border-color:var(--border);color:var(--text)}.error-banner{border-radius:var(--r-sm);color:var(--danger,#b91c1c);background:#dc26260f;border:1px solid #dc262640;padding:10px 14px;font-size:13px}.link{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--r-md);overflow:hidden}.card-header{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;display:flex}.card-header h3{letter-spacing:.01em;margin:0;font-size:13px;font-weight:600}.card-body{flex-direction:column;gap:8px;padding:14px 16px;display:flex}.property-owners-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.property-owners-search{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-md);align-items:center;gap:8px;width:340px;height:32px;padding:0 10px;display:flex;position:relative}.property-owners-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.property-owners-search-icon{color:var(--text-faint);font-size:14px}.property-owners-search input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:13px}.property-owners-filters{background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;align-items:center;gap:4px;padding:4px;display:inline-flex}.property-owners-filter{height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:500;display:inline-flex}.property-owners-filter:hover{color:var(--text)}.property-owners-filter.is-active{background:var(--surface-raised);color:var(--text);box-shadow:0 1px 2px #0000000f}.property-owners-table th{background:var(--surface-sunken)}.property-owners-row{cursor:pointer}.property-owners-cell-name{align-items:center;gap:10px;display:inline-flex}.property-owners-row-link{text-underline-offset:3px;color:inherit;text-decoration:underline #00000026}.property-owners-row:hover .property-owners-row-link{text-decoration-color:var(--text)}.property-owners-row-actions{opacity:0;justify-content:flex-end;gap:2px;transition:opacity .12s;display:inline-flex}.property-owners-row:hover .property-owners-row-actions,.property-owners-row:focus-within .property-owners-row-actions{opacity:1}.property-owners-empty{color:var(--text-muted);text-align:center;padding:24px;font-size:13px}.property-owners-balance{background:var(--surface-muted);border-radius:999px;align-items:center;gap:6px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-flex}.property-owners-balance-dot{background:currentColor;border-radius:999px;width:6px;height:6px;display:inline-block}.property-owners-balance-ok{color:#1f7a3a}.property-owners-balance-warn{color:#8a5a00}.property-owners-balance-danger{color:var(--danger)}.property-owners-back{color:var(--text-muted);cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:6px 10px 6px 0;font-size:13px;text-decoration:none}.property-owners-back:hover{color:var(--text)}.property-owner-profile{gap:16px;max-width:1100px}.property-owner-profile-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.property-owner-profile-id{align-items:center;gap:14px;display:flex}.property-owner-profile-avatar{width:52px;height:52px;font-size:17px}.property-owner-profile-name{letter-spacing:-.01em;margin:0;font-size:24px;font-weight:600}.property-owner-profile-meta{color:var(--text-muted);flex-wrap:wrap;gap:6px;margin-top:4px;font-size:12px;display:flex}.property-owner-profile-actions{gap:8px;display:inline-flex}.property-owner-profile-tabs{border-bottom:1px solid var(--border);gap:24px;display:flex}.property-owner-profile-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:10px 0;font-size:13px;font-weight:500;display:inline-flex;position:relative}.property-owner-profile-tab.is-active{color:var(--text)}.property-owner-profile-tab.is-active:after{background:var(--accent);content:"";height:2px;position:absolute;bottom:-1px;left:0;right:0}.property-owner-profile-tab-body{padding-top:4px}.property-owner-profile-cols{grid-template-columns:1.2fr 1fr 1fr;gap:16px;display:grid}.property-owner-profile-stack{flex-direction:column;gap:16px;display:flex}.property-owner-profile-row{border-bottom:1px dashed var(--border-soft);grid-template-columns:140px minmax(0,1fr);gap:12px;padding:6px 0;font-size:13px;display:grid}.property-owner-profile-row:last-child{border-bottom:0}.property-owner-profile-row-label{color:var(--text-muted);font-size:12px}.property-owner-profile-row-value{color:var(--text)}.property-owner-profile-phone-block{grid-template-columns:140px minmax(0,1fr);gap:12px;padding-top:4px;display:grid}.property-owner-profile-phones{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.property-owner-profile-phone{align-items:center;gap:6px;font-size:13px;display:inline-flex}.property-owner-profile-star{color:var(--text-faint);font-size:12px}.property-owner-profile-star.is-primary{color:#c79a00}.property-owner-profile-tag{background:var(--surface-muted);color:var(--text-muted);border-radius:4px;padding:0 6px;font-size:11px}.property-owner-profile-balance-big{border-bottom:1px solid var(--border-soft);grid-template-columns:140px 1fr;align-items:center;gap:16px;margin-bottom:8px;padding-bottom:8px;display:grid}.property-owner-profile-balance-number{letter-spacing:-.01em;font-size:28px;font-weight:600;display:block}.property-owner-profile-balance-ok{color:#1f7a3a}.property-owner-profile-balance-warn{color:#8a5a00}.property-owner-profile-balance-danger{color:var(--danger)}.property-owner-profile-balance-bar{flex-direction:column;gap:4px;display:flex}.property-owner-profile-balance-bar-track{background:var(--surface-muted);border-radius:999px;height:6px;position:relative;overflow:hidden}.property-owner-profile-balance-bar-fill{background:currentColor;border-radius:999px;height:100%}.property-owner-profile-balance-bar-meta{color:var(--text-muted);justify-content:space-between;font-size:12px;display:flex}.property-owner-profile-ledger{margin:0;padding:0;list-style:none}.property-owner-profile-ledger-entry{border-bottom:1px dashed var(--border-soft);grid-template-columns:70px 1fr 100px;align-items:center;gap:12px;padding:10px 0;font-size:13px;display:grid}.property-owner-profile-ledger-entry:last-child{border-bottom:0}.property-owner-profile-ledger-amount{font-weight:500}.property-owner-profile-ledger-credit .property-owner-profile-ledger-amount{color:#1f7a3a}.property-owner-profile-ledger-debit .property-owner-profile-ledger-amount{color:var(--danger)}.property-owner-profile-ledger-label{color:var(--text)}@media (width<=900px){.property-owner-profile-cols,.property-owner-profile-balance-big{grid-template-columns:1fr}}.property-notes-card{grid-column:1/-1}.property-notes-count{color:var(--text-muted);margin-left:6px;font-weight:400}.property-notes-list{margin:0;padding:0;list-style:none}.property-note-row{border-bottom:1px dashed var(--border-soft);grid-template-columns:110px minmax(0,1fr) auto;align-items:start;gap:12px;padding:10px 0;display:grid}.property-note-row:last-child{border-bottom:0}.property-note-label{background:var(--surface-muted);color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;border-radius:4px;justify-self:start;margin-top:1px;padding:0 6px;font-size:11px;line-height:18px}.property-note-content{min-width:0}.property-note-body{color:var(--text);white-space:pre-wrap;font-size:13px}.property-note-meta{color:var(--text-faint);margin-top:2px;font-size:11px}.property-note-actions{gap:4px;display:flex}.property-note-action{color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;padding:2px 8px;font-size:12px}.property-note-action:hover{background:var(--surface-muted);color:var(--text)}.property-note-action-danger:hover{background:var(--danger-bg);color:var(--danger)}.property-note-form{flex-direction:column;grid-column:1/-1;gap:8px;padding:6px 0;display:flex}.property-note-form-input,.property-note-form-textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);color:var(--text);padding:6px 10px;font-size:13px}.property-note-form-input{max-width:220px}.property-note-form-textarea{resize:vertical;min-height:60px}.property-note-form-actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=640px){.property-note-row{grid-template-columns:1fr}.property-note-actions{justify-content:flex-end}}.property-owners-name-line{align-items:center;gap:8px;min-width:0;display:inline-flex}.property-owners-badge{letter-spacing:.01em;white-space:nowrap;border:1px solid;border-radius:999px;align-items:center;padding:1px 7px;font-size:11px;font-weight:600;line-height:1.5;display:inline-flex}.property-owners-badge-danger{color:var(--danger)}.property-owners-badge-warn{color:#8a5a00}.property-owners-badge-info{color:#1f5a9e}.property-owners-row.is-archived td{opacity:.55}.property-owners-row.is-archived:hover td,.property-owners-row.is-archived:focus-within td{opacity:1}.property-owner-profile-name .property-owners-badge{vertical-align:middle;margin-left:10px}.property-owner-tasks{gap:16px;display:grid}.property-owner-tasks-header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.property-owner-tasks-header h2{letter-spacing:-.01em;text-wrap:balance;margin:0;font-size:18px;font-weight:600}.property-owner-tasks-header p{max-width:620px;color:var(--text-muted);margin:4px 0 0;font-size:12px;line-height:1.45}.property-owner-tasks-controls{align-items:center;gap:8px;display:flex}.property-owner-tasks-search{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);width:180px;height:34px;color:var(--text-faint);align-items:center;gap:6px;padding:0 9px;display:flex}.property-owner-tasks-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.property-owner-tasks-search input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:12px}.property-owner-tasks-search input::placeholder{color:var(--text-muted);opacity:1}.property-owner-tasks-filters{border:1px solid var(--border);background:var(--surface-muted);border-radius:999px;flex:none;align-items:center;gap:3px;padding:3px;display:inline-flex}.property-owner-tasks-filters button{min-height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0 11px;font-size:12px}.property-owner-tasks-filters button:hover{color:var(--text)}.property-owner-tasks-filters button:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.property-owner-tasks-filters button.is-active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #1717171a}.property-owner-tasks-matrix{border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface);overflow:hidden}.property-owner-tasks-matrix-header,.property-owner-tasks-row{grid-template-columns:minmax(210px,1.15fr) repeat(3,minmax(160px,1fr));display:grid}.property-owner-tasks-matrix-header{border-bottom:1px solid var(--border);background:var(--surface-sunken);align-items:center;min-height:38px}.property-owner-tasks-matrix-header span{border-left:1px solid var(--border-soft);color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;align-self:stretch;align-items:center;padding:0 12px;font-size:9px;font-weight:600;display:flex}.property-owner-tasks-matrix-header span:first-child{border-left:0}.property-owner-tasks-row{border-bottom:1px solid var(--border-soft);content-visibility:auto;contain-intrinsic-size:auto 116px}.property-owner-tasks-row:last-child{border-bottom:0}.property-owner-tasks-row:hover{background:var(--surface-sunken)}.property-owner-tasks-task{align-content:center;gap:4px;min-width:0;padding:14px 12px;display:grid}.property-owner-tasks-task h3{overflow-wrap:anywhere;text-wrap:pretty;margin:0;font-size:12px;font-weight:600;line-height:1.35}.property-owner-tasks-task>span{color:var(--text-muted);font-size:9px}.property-owner-tasks-meta{color:var(--text-muted);letter-spacing:.03em;text-transform:uppercase;align-items:center;gap:5px;font-size:9px;display:flex}.property-owner-tasks-status{font-weight:600}.property-owner-tasks-status-completed{color:#25714d}.property-owner-tasks-status-open{color:#9a6418}.property-owner-tasks-status-in_progress{color:#3467a3}.property-owner-tasks-photo-cell{border-left:1px solid var(--border-soft);align-items:center;min-width:0;min-height:116px;padding:10px 11px;display:flex}.property-owner-tasks-mobile-label{display:none}.property-owner-tasks-photos{flex-wrap:nowrap;gap:7px;width:100%;min-width:0;display:flex}.property-owner-tasks-photo{min-width:0;max-width:64px;color:var(--text);cursor:zoom-in;text-align:left;background:0 0;border:0;flex:1 1 0;gap:4px;padding:0;display:grid}.property-owner-tasks-photo>span{aspect-ratio:64/58;border:1px solid var(--border-soft);border-radius:var(--r-sm);background:var(--surface-muted);width:100%;display:block;position:relative;overflow:hidden}.property-owner-tasks-photo:hover>span{border-color:var(--border-strong)}.property-owner-tasks-photo:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.property-owner-tasks-photo img{object-fit:cover;width:100%;height:100%;display:block}.property-owner-tasks-photo small{color:#fff;font-variant-numeric:tabular-nums;background:#171717c2;border-radius:3px;padding:2px 4px;font-size:7px;position:absolute;bottom:4px;right:4px}.property-owner-tasks-photo>strong{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-weight:500;overflow:hidden}.property-owner-tasks-overflow{color:#fff;background:#171717b3;place-items:center;font-size:15px;font-weight:600;display:grid;position:absolute;inset:0}.property-owner-tasks-no-photos{color:var(--text-muted);font-size:10px}.property-owner-tasks-empty{min-height:180px;color:var(--text-muted);text-align:center;align-content:center;place-items:center;gap:4px;padding:24px;font-size:12px;display:grid}.property-owner-tasks-empty strong{color:var(--text);font-size:13px;font-weight:600}.property-owner-tasks-empty span{max-width:52ch}@media (width<=1050px){.property-owner-tasks-matrix-header,.property-owner-tasks-row{grid-template-columns:minmax(190px,1.1fr) repeat(3,minmax(135px,1fr))}}@media (width<=820px){.property-owner-tasks-header{flex-direction:column;align-items:flex-start;gap:10px}.property-owner-tasks-matrix-header{display:none}.property-owner-tasks-row{grid-template-columns:repeat(3,minmax(0,1fr))}.property-owner-tasks-task{border-bottom:1px solid var(--border-soft);grid-column:1/-1}.property-owner-tasks-photo-cell{flex-direction:column;align-items:flex-start;gap:8px;min-height:116px}.property-owner-tasks-photo-cell:nth-child(2){border-left:0}.property-owner-tasks-mobile-label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:8px;font-weight:600;display:block}}@media (width<=560px){.property-owner-tasks-controls{flex-direction:column;align-items:stretch;width:100%}.property-owner-tasks-search,.property-owner-tasks-filters{width:100%}.property-owner-tasks-filters button{flex:1}.property-owner-tasks-row{grid-template-columns:1fr}.property-owner-tasks-task{grid-column:auto}.property-owner-tasks-photo-cell{border-top:1px solid var(--border-soft);border-left:0;min-height:0}.property-owner-tasks-photo-cell:nth-child(2){border-top:0}}.drawer-scrim{z-index:200;background:#00000047;animation:.14s drawerFade;position:fixed;inset:0}@keyframes drawerFade{0%{opacity:0}to{opacity:1}}.drawer{background:var(--surface);border-left:1px solid var(--border);z-index:201;flex-direction:column;width:min(480px,100vw);animation:.18s cubic-bezier(.2,.8,.2,1) drawerSlideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-16px 0 40px #00000014}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.drawer-title{align-items:center;gap:10px;display:inline-flex}.drawer-body{flex-direction:column;flex:1;gap:24px;padding:20px;display:flex;overflow-y:auto}.drawer-section{flex-direction:column;display:flex}.drawer-section-title{color:var(--text-faint);letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:500}.drawer-section-body{flex-direction:column;gap:10px;display:flex}.drawer-field{gap:4px;display:grid}.drawer-field-label{color:var(--text-muted);font-size:12px}.drawer-input{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);height:32px;color:var(--text);outline:0;width:100%;padding:0 10px;font-size:13px}.drawer-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.drawer-input-small{flex:none;width:120px}.drawer-hours-summary{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.drawer-hours-summary>div{gap:2px;display:grid}.drawer-adjust-row{gap:6px;display:flex}.drawer-phone-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.drawer-phone-item{background:var(--surface-sunken);border:1px solid var(--border-soft);border-radius:var(--r-sm);grid-template-columns:22px 1fr auto auto;align-items:center;gap:8px;padding:8px 10px;display:grid}.drawer-phone-star{cursor:pointer;color:var(--text-faint);background:0 0;border:0;padding:0;font-size:14px}.drawer-phone-star.is-primary{color:#c79a00}.drawer-add-phone{gap:6px;margin-top:8px;display:flex}.drawer-footer{border-top:1px solid var(--border-soft);justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.drawer-section-danger{border-top:1px solid var(--border-soft);padding-top:16px}.drawer-danger-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.button-danger{border-color:var(--danger);color:var(--danger);background:var(--surface)}.button-danger:hover:not(:disabled){background:var(--danger);color:#fff}.button-danger:disabled{opacity:.5;cursor:not-allowed}.delete-blockers{border:1px solid var(--danger);border-radius:var(--r-sm);background:var(--danger-bg);padding:12px}.delete-blockers-title{color:var(--danger);margin:0 0 4px;font-weight:600}.delete-blockers-list{margin:8px 0 0;padding-left:18px;font-size:13px}.delete-cascade-list{grid-template-columns:1fr 1fr;gap:4px 16px;margin:0;padding:0;font-size:13px;list-style:none;display:grid}.delete-cascade-list li{border-bottom:1px dashed var(--border-soft);justify-content:space-between;align-items:baseline;gap:8px;padding:2px 0;display:flex}@media (width<=560px){.delete-cascade-list{grid-template-columns:1fr}}.property-owner-profile-visits{margin:0;padding:0;list-style:none}.property-owner-profile-visit-row{border-bottom:1px dashed var(--border-soft)}.property-owner-profile-visit-row:last-child{border-bottom:0}.property-owner-profile-visit-link{color:inherit;grid-template-columns:100px 1fr 140px 100px;align-items:center;gap:12px;padding:10px 0;font-size:13px;text-decoration:none;display:grid}.property-owner-profile-visit-link:hover .property-owner-profile-visit-property{text-underline-offset:2px;text-decoration:underline}.property-owner-profile-visit-date{color:var(--text);font-weight:500}.property-owner-profile-visit-property{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.property-owner-profile-visit-status{border-radius:999px;justify-self:start;padding:2px 8px;font-size:11px;font-weight:500}.property-owner-profile-visit-status-ok{color:#1f7a3a;background:#1f7a3a1a}.property-owner-profile-visit-status-warn{color:#8a5a00;background:#8a5a001a}.property-owner-profile-visit-status-danger{color:var(--danger);background:#b91c1c14}.property-owner-profile-visit-status-neutral{background:var(--surface-muted);color:var(--text-muted)}@media (width<=720px){.property-owner-profile-visit-link{grid-template-columns:90px 1fr 90px}.property-owner-profile-visit-link>:nth-child(3){display:none}}.property-owner-profile-tab-count{color:var(--text-faint);font-variant-numeric:tabular-nums;margin-left:4px;font-weight:400}.materials-panel-grid{grid-template-columns:minmax(160px,1fr) 56px 112px 168px 88px 40px;align-items:center;gap:12px;display:grid}.materials-panel-head{text-transform:uppercase;letter-spacing:.4px;color:var(--text-subtle);border-bottom:1px solid var(--border-soft);background:var(--surface);padding:8px 16px;font-size:11px}.materials-panel-row{border-bottom:1px solid var(--border-soft);padding:8px 16px}.materials-panel-row:last-child{border-bottom-left-radius:var(--r-md);border-bottom-right-radius:var(--r-md);border-bottom:0}.materials-panel-input{width:100%;font:inherit;color:var(--text);border-radius:var(--r-sm);background:0 0;border:1px solid #0000;outline:none;padding:6px 8px;font-size:13px;line-height:18px}.materials-panel-input:hover:not(:disabled){border-color:var(--border-soft)}.materials-panel-input:focus{border-color:var(--accent);background:var(--surface)}.materials-panel-input:disabled{color:var(--text-muted);cursor:not-allowed}.materials-panel-input-qty{text-align:left;font-variant-numeric:tabular-nums}.materials-panel-cost{align-items:center;min-width:0;display:flex;position:relative}.materials-panel-cost-prefix{z-index:1;color:var(--text-subtle);pointer-events:none;font-size:12px;position:absolute;left:8px}.materials-panel-input-cost{font-variant-numeric:tabular-nums;padding-left:20px}.materials-panel-input-cost:disabled{opacity:.55}.materials-panel-segmented{border:1px solid var(--border);background:var(--surface-sunken);border-radius:999px;width:100%;padding:2px;display:flex}.materials-panel-segmented[aria-disabled=true]{opacity:.6}.materials-panel-segmented-btn{font:inherit;cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:999px;flex:1;padding:3px 12px;font-size:12px;font-weight:500;line-height:16px}.materials-panel-segmented-btn:disabled{cursor:not-allowed}.materials-panel-segmented-btn-active{background:var(--surface);color:var(--text);box-shadow:0 0 0 1px var(--border);font-weight:600}.materials-panel-segmented-btn-active-henry{background:var(--accent);color:var(--accent-text);box-shadow:none}.materials-panel-receipt-cell{justify-content:flex-start;min-width:0;display:flex}.materials-panel-receipt-heading{text-align:left}.materials-panel-receipt-input{display:none}.materials-panel-receipt{background:var(--surface-muted);width:auto;height:28px;box-shadow:0 0 0 1px var(--border-soft);color:var(--text-muted);font:inherit;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:0 10px 0 8px;font-size:12px;font-weight:600;transition-property:transform,background-color,color,box-shadow;transition-duration:.15s;transition-timing-function:ease-out;display:inline-flex;position:relative}.materials-panel-receipt:after{content:"";width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.materials-panel-receipt svg{width:14px;height:14px}.materials-panel-receipt-thumb{object-fit:cover;outline-offset:-1px;border-radius:4px;outline:1px solid #0000001a;width:18px;height:18px}.materials-panel-receipt:hover:not(:disabled){background:var(--surface);box-shadow:0 0 0 1px var(--border);color:var(--text)}.materials-panel-receipt:active:not(:disabled){transform:scale(.96)}.materials-panel-receipt-attached{color:var(--accent)}.materials-panel-receipt:disabled{cursor:not-allowed;opacity:.55}.materials-panel-remove{border-radius:var(--r-sm);width:40px;height:40px;color:var(--text-faint);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;display:inline-flex}.materials-panel-remove:hover:not(:disabled){background:var(--surface-muted);color:var(--text-muted)}.materials-panel-remove:disabled{cursor:not-allowed;opacity:.4}.drawer-checkbox{cursor:pointer;color:var(--text);align-items:center;gap:8px;font-size:13px;display:flex}.drawer-checkbox input{accent-color:var(--accent);flex:none}.drawer-checkbox-hint{margin:-6px 0 0;padding-left:21px;font-size:12px}.comments-card .visit-card-banner{padding:14px 18px}.comments-card-meta-dot{color:var(--accent);letter-spacing:.01em;background:#1a1d2e14;border-radius:999px;align-items:center;gap:5px;margin-left:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.comments-card-meta-dot:before{content:"";background:var(--accent);border-radius:999px;width:5px;height:5px;display:block}.comments-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.comments-list-item{flex-direction:column;display:flex}.comment-row{border-top:1px solid var(--border-soft);grid-template-columns:32px minmax(0,1fr);gap:12px;padding:14px 18px;display:grid}.comments-list-item:first-child .comment-row{border-top:none}.comment-row-avatar{background:var(--surface-muted);width:32px;height:32px;color:var(--text);letter-spacing:.02em;border:1px solid var(--border);border-radius:999px;flex-shrink:0;place-items:center;font-size:11px;font-weight:600;display:grid}.comment-row-avatar-self{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.comment-row-body{flex-direction:column;gap:4px;min-width:0;display:flex}.comment-row-meta{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.comment-row-author{color:var(--text);font-size:13px;font-weight:600}.comment-row-author-self:after{content:"you";background:var(--surface-muted);color:var(--text-muted);letter-spacing:.02em;text-transform:lowercase;vertical-align:1px;border-radius:999px;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:500}.comment-row-time{color:var(--text-faint);font-variant-numeric:tabular-nums;font-size:11.5px}.comment-row-text{color:var(--text);white-space:pre-wrap;text-wrap:pretty;margin:0;font-size:13px;line-height:19px}.comment-row-unread{box-shadow:inset 3px 0 0 var(--accent);background:linear-gradient(90deg,#1a1d2e0a 0 3px,#0000 3px)}.comment-row-unread-dot{background:var(--accent);border-radius:999px;flex-shrink:0;width:6px;height:6px;margin-left:2px;display:inline-block}.comments-unread-sep{border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:#1a1d2e08;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:6px 18px;font-size:11px;font-weight:600;display:grid}.comments-unread-sep:before,.comments-unread-sep:after{content:"";background:var(--accent);opacity:.25;height:1px;display:block}.comment-composer{border-top:1px solid var(--border);background:var(--surface-sunken);border-bottom-left-radius:var(--r-md);border-bottom-right-radius:var(--r-md);grid-template-columns:32px minmax(0,1fr);gap:12px;padding:14px 18px;display:grid}.comment-composer-body{flex-direction:column;gap:8px;min-width:0;display:flex}.comment-composer-textarea{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);width:100%;min-height:60px;color:var(--text);resize:vertical;padding:8px 10px;font-family:inherit;font-size:13px;line-height:19px}.comment-composer-textarea:focus{outline:2px solid var(--accent-ring);outline-offset:1px;border-color:var(--accent)}.comment-composer-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.comment-composer-hint{color:var(--text-faint);font-size:11.5px}.comment-composer-hint kbd{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-bottom-width:2px;border-radius:3px;padding:1px 5px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px}.visit-comment-badge{background:var(--accent);height:20px;color:var(--accent-text);font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:0 7px 0 6px;font-size:11px;font-weight:600;display:inline-flex}.visit-comment-badge-icon{flex-shrink:0}.home-issues-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.home-issues-search{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-md);align-items:center;gap:8px;width:340px;height:32px;padding:0 10px;display:flex;position:relative}.home-issues-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.home-issues-search-icon{color:var(--text-faint);font-size:14px}.home-issues-search input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:13px}.home-issues-filters{background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;align-items:center;gap:4px;padding:4px;display:inline-flex}.home-issues-filter{height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:500;display:inline-flex}.home-issues-filter:hover{color:var(--text)}.home-issues-filter.is-active{background:var(--surface-raised);color:var(--text);box-shadow:0 1px 2px #0000000f}.home-issues-table-shell{position:relative}.home-issues-table-shell.is-loading .home-issues-table{opacity:.45}.home-issues-loading{z-index:2;border:1px solid var(--border);background:var(--surface-raised);color:var(--text-muted);border-radius:999px;padding:6px 10px;font-size:12px;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 1px 3px #00000014}.property-list-load-error{justify-items:center;gap:10px;display:grid}.home-issues-issue-cell{max-width:340px}.home-issues-issue-cell .cell-primary{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.home-issues-issue-cell .cell-secondary{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.home-issues-status-select{border-radius:var(--r-sm);max-width:100%;height:28px;color:var(--text);cursor:pointer;background:0 0;border:1px solid #0000;padding:0 8px;font-family:inherit;font-size:12px}.home-issues-status-select:hover:not(:disabled){background:var(--surface);border-color:var(--border-strong)}.home-issues-status-select:focus{outline:2px solid var(--accent-ring);outline-offset:1px;background:var(--surface);border-color:var(--accent)}.home-issues-status-select:disabled{opacity:.6;cursor:progress}.home-issues-empty{color:var(--text-muted);text-align:center;padding:24px;font-size:13px}.home-issue-drawer-customer{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--r-sm);color:inherit;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.home-issue-drawer-customer:not(.is-static):hover{border-color:var(--border-strong);background:var(--surface-muted)}.home-issue-drawer-customer:not(.is-static) .cell-primary{text-underline-offset:3px;text-decoration:underline #00000026}.home-issue-drawer-customer:not(.is-static):hover .cell-primary{text-decoration-color:var(--text)}.home-issue-drawer-statuses{gap:16px;display:flex}.home-issue-drawer-statuses .drawer-field{flex:1}.home-issue-drawer-statuses .home-issues-status-select{border-color:var(--border-strong);background:var(--surface)}.home-issue-drawer-description{color:var(--text);white-space:pre-wrap;overflow-wrap:break-word;margin:0;font-size:13px;line-height:1.5}.home-issue-drawer-photos{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px;display:grid}.home-issue-drawer-photo{aspect-ratio:1;border:1px solid var(--border-soft);border-radius:var(--r-sm);background:var(--surface-muted);cursor:pointer;padding:0;overflow:hidden}.home-issue-drawer-photo:hover{border-color:var(--border-strong)}.home-issue-drawer-photo:focus-visible{outline:2px solid var(--accent-ring);outline-offset:1px}.home-issue-drawer-photo img{object-fit:cover;width:100%;height:100%;display:block}.home-issues-lightbox{z-index:300}
