.auth{min-height:100vh;display:grid;grid-template-columns:1.25fr 1fr;background:var(--paper)}:root{--yard: #0e2c42;--yard-deep: #092132;--chart-line: #2f6d92;--chart-ink: #6fb2d4;--paper: #f7f9fa;--form-ink: #16242e;--form-soft: #63798a;--rule: #dde4e9}.auth-chart{position:relative;background:var(--yard);color:#fff;padding:44px 48px;display:flex;flex-direction:column;overflow:hidden}.auth-chart svg.chart{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.auth-chart:before,.auth-chart:after{content:"";position:absolute;left:0;right:0;height:168px;z-index:1;pointer-events:none}.auth-chart:before{top:0;background:linear-gradient(to bottom,var(--yard) 22%,transparent)}.auth-chart:after{bottom:0;background:linear-gradient(to top,var(--yard) 26%,transparent)}.auth-wordmark,.auth-tagline,.auth-foot{z-index:2}.auth-wordmark{position:relative;font-family:var(--font);font-weight:800;font-size:30px;letter-spacing:-.035em;line-height:1;display:flex;align-items:center;gap:12px}.auth-wordmark .mark{width:34px;height:34px;flex:0 0 34px;border-radius:8px;background:var(--accent);display:grid;place-items:center;font-size:17px;color:#06202f}.auth-tagline{position:relative;margin:14px 0 0;max-width:34ch;font-size:15px;line-height:1.6;color:#a9c8db}.auth-foot{position:relative;margin-top:auto;display:flex;align-items:baseline;gap:26px;font-size:13.5px;color:#8fb3c9}.auth-foot strong{display:block;font-family:var(--font);font-size:25px;font-weight:700;font-variant-numeric:tabular-nums;color:#fff;letter-spacing:-.02em;line-height:1.15}.chart .draw{stroke-dasharray:1400;stroke-dashoffset:1400;animation:chart-draw 2.1s cubic-bezier(.22,.61,.36,1) forwards}.chart .fade{opacity:0;animation:chart-fade .9s ease forwards .85s}@keyframes chart-draw{to{stroke-dashoffset:0}}@keyframes chart-fade{to{opacity:1}}@media(prefers-reduced-motion:reduce){.chart .draw{animation:none;stroke-dashoffset:0}.chart .fade{animation:none;opacity:1}}.auth-panel{display:grid;place-items:center;padding:44px 40px}.auth-form{width:100%;max-width:344px}.auth-form h1{font-family:var(--font);font-size:27px;font-weight:700;letter-spacing:-.025em;margin:0 0 6px;color:var(--form-ink)}.auth-intro{margin:0 0 28px;color:var(--form-soft);font-size:14.5px;line-height:1.55}.auth-field{margin-bottom:18px}.auth-field label{display:block;font-size:13.5px;font-weight:600;color:var(--form-ink);margin-bottom:6px}.auth-field input{width:100%;font:inherit;font-size:15px;color:var(--form-ink);background:#fff;border:1px solid var(--rule);border-radius:7px;padding:11px 13px;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.auth-field input:hover{border-color:#c6d2da}.auth-field input:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px #1a89c429}.auth-submit{width:100%;margin-top:6px;padding:12px;font-size:15px;font-weight:650;color:#fff;background:var(--sidebar-active);border:1px solid var(--sidebar-active);border-radius:7px;transition:background .12s ease}.auth-submit:hover:not(:disabled){background:#16405d}.auth-submit:focus-visible{outline:3px solid rgba(26,137,196,.5);outline-offset:2px}.auth-submit:disabled{opacity:.55;cursor:default}.auth-error{margin:0 0 20px;padding:11px 13px;border-radius:7px;border:1px solid #f0c4bd;border-left:3px solid #c0392b;background:#fdf3f1;color:#8f2c20;font-size:13.5px;line-height:1.5}.auth-help{margin:22px 0 0;padding-top:18px;border-top:1px solid var(--rule);font-size:13px;color:var(--form-soft);line-height:1.6}@media(max-width:860px){.auth{grid-template-columns:1fr}.auth-chart{padding:26px 24px 30px;min-height:210px}.auth-tagline{display:none}.auth-foot{margin-top:20px;gap:20px}.auth-foot strong{font-size:20px}.auth-panel{padding:34px 24px 48px;place-items:start center}}:root{--sidebar: #123a52;--sidebar-dark: #0e2f43;--sidebar-active: #0b2636;--accent: #1c9ad6;--link: #0f6b94;--ink: #1f2c36;--ink-soft: #62727e;--line: #e2e6e4;--bg: #f6f6f3;--white: #fff;--danger: #c0392b;--ok: #3fd10b;--sidebar-w: 160px;--brand-h: 86px;--topbar-h: 86px;color-scheme:light;--font: Inter, "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font:14px/1.5 var(--font);color:var(--ink);background:var(--bg)}button,input,select,textarea,optgroup{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.entity-link{color:var(--link)}.entity-link:hover{text-decoration:underline}.shell{display:flex;height:100%}.main{flex:1;min-width:0;display:flex;flex-direction:column}.content{flex:1;min-height:0;overflow:auto;padding:18px 22px}.sidebar{width:var(--sidebar-w);flex:0 0 var(--sidebar-w);background:var(--sidebar);color:#fff;display:flex;flex-direction:column;transition:width .16s ease,flex-basis .16s ease;position:relative}.sidebar-brand{display:flex;align-items:center;justify-content:flex-start;gap:9px;background:#fff;height:var(--brand-h);min-height:var(--brand-h);padding:10px 18px;border-bottom:1px solid var(--line);white-space:nowrap;overflow:hidden}.brand-logo{height:62px;width:auto;max-width:100%;object-fit:contain;display:block}.sidebar-scroll{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 0 20px}.sidebar-scroll::-webkit-scrollbar{width:7px}.sidebar-scroll::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:4px}.nav-section>button,.nav-section>a.nav-top{width:100%;display:flex;align-items:center;gap:11px;padding:12px 16px;background:none;border:0;color:#fff;text-align:left;font-family:var(--font);font-size:17px;font-weight:600;letter-spacing:.012em;white-space:nowrap;overflow:hidden}.nav-section>button:hover,.nav-section>a.nav-top:hover{background:#ffffff17}.nav-section>a.nav-top.active{background:var(--sidebar-active);font-weight:600}.topbar{height:var(--topbar-h);flex:0 0 var(--topbar-h);background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:16px;padding:0 20px}.topbar .spacer{flex:1}.topbar-logo{height:40px;width:auto}.headnav{display:flex;flex-wrap:wrap;align-items:stretch;background:var(--sidebar);padding:0 14px}.headnav-item{color:#ffffffdb;font-size:13px;font-weight:500;padding:10px 11px;white-space:nowrap;border-bottom:3px solid transparent}.headnav-item:hover{background:#ffffff1a;color:#fff}.headnav-item.on{color:#fff;font-weight:600;background:var(--sidebar-active);border-bottom-color:#fff}.shell-topnav{display:block}.shell-topnav .main{height:100%}.shell-topnav .topbar{height:58px;flex-basis:58px}.topbar .marina{display:flex;align-items:center;gap:7px;color:var(--ink);font-weight:500}.avatar{width:30px;height:30px;border-radius:50%;background:var(--sidebar);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:700}.btn{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:5px;padding:7px 13px;font-size:13.5px}.btn:hover{background:#f2f5f7}.btn-primary{background:var(--sidebar);border-color:var(--sidebar);color:#fff;font-weight:600}.btn-primary:hover{background:var(--sidebar-active)}.run-card{border:1px solid var(--line);border-radius:7px;padding:12px 14px;margin-bottom:12px;background:#fcfdfe}.run-head{display:flex;align-items:baseline;gap:6px;font-size:14px;margin-bottom:8px}.run-steps{list-style:none;margin:0;padding:0}.run-steps li{padding:4px 0;font-size:13.5px}.run-steps li.done>label>span{text-decoration:line-through;color:var(--ink-soft)}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(165px,1fr));gap:12px;margin-bottom:16px}.photo-slot{display:flex;flex-direction:column;gap:6px}.photo-frame{aspect-ratio:4 / 3;border:1px solid var(--line);border-radius:6px;background:#f4f6f8;display:grid;place-items:center;overflow:hidden;font-size:12.5px}.photo-frame img{width:100%;height:100%;object-fit:cover;cursor:zoom-in}.photo-meta{font-size:12.5px}.corner-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.corner-slot{display:flex;flex-direction:column;gap:5px}.corner-slot .btn{font-size:12px;padding:5px 6px}@media(max-width:560px){.corner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.link-box{margin-top:14px;border:1px solid #cfe0ea;background:#f2f9fd;border-radius:6px;padding:11px 12px}.link-row{display:flex;gap:8px}.link-row .input{flex:1;font-size:12px}.tag-filter{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 14px}.tag-filter .input{width:auto;min-width:190px;max-width:260px;font-size:13px}.tag-filter label{font-size:13px;color:var(--muted, #667)}.tag-filter .input{width:auto;min-width:260px}.legacy-notes{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.legacy-note{border-left:3px solid var(--line, #dde3e8);padding:6px 0 6px 12px}.legacy-note.pinned{border-left-color:#b08a3e}.legacy-note-meta{display:flex;align-items:center;gap:8px;font-size:12.5px;margin-bottom:2px}.legacy-note-body{white-space:pre-wrap}.chip-x{background:none;border:0;padding:0 0 0 6px;color:inherit;opacity:.55;font-size:14px;line-height:1}.chip-x:hover{opacity:1}.chip-x:disabled{opacity:.25}.profile-cols{display:grid;grid-template-columns:1.45fr 1fr;gap:14px;align-items:stretch}.profile-cols>*{margin-bottom:0}.profile-cols>.card{height:100%}.profile-cols>div{display:flex;flex-direction:column}.profile-cols>div>.card{margin-bottom:0}.tag-facts{padding:4px 18px 18px;margin-bottom:14px}.profile-cols .tag-facts{margin-bottom:0}.profile-cols .detail-grid{grid-template-columns:1fr}.profile-cols .field{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:7px 0}.profile-cols .field .k{font-size:12px;font-weight:700;letter-spacing:.5px;color:var(--ink-soft);padding-top:1px}.profile-cols .field .v{color:var(--ink);margin-top:0}@media(max-width:560px){.profile-cols .field{grid-template-columns:1fr;gap:2px}.profile-cols .field .v{margin-top:2px}}.profile-cols>div>.card:first-child{flex:1 1 auto}@media(max-width:900px){.profile-cols{grid-template-columns:1fr}}.doc-thumb{width:76px;height:58px;object-fit:cover;border-radius:3px;display:block;background:var(--line, #eef2f5)}.head-name{display:flex;flex-direction:column;line-height:1.1}.head-name h1{margin:0}.head-sub{font-size:12px;color:var(--muted, #667);margin-top:2px}.balance-badge{display:flex;flex-direction:column;align-items:flex-end;line-height:1.15;margin-right:12px}.balance-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted, #667)}.balance-amount{font-size:21px;font-weight:600;color:var(--muted, #667)}.balance-note{font-size:11px;color:var(--muted, #667)}.balance-badge.owing .balance-amount{color:#b3541e}.balance-badge.credit .balance-amount{color:#1e7a3c}.newmenu{position:relative}.newmenu-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.newmenu-items{position:absolute;right:0;top:calc(100% + 6px);z-index:41;min-width:190px;padding:4px;background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:0 6px 20px #12384f21;display:flex;flex-direction:column}.newmenu-items button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none;font:inherit;text-align:left;padding:8px 10px;border-radius:4px;cursor:pointer;color:var(--ink)}.newmenu-items button:hover{background:var(--bg)}.dupe-flag{border-left:3px solid #b3541e;padding:5px 0 5px 10px;margin-top:6px;font-size:13px}.dupe-flag>strong{display:block;margin-bottom:3px}.dupe-row{display:flex;align-items:center;gap:10px;justify-content:space-between;padding:1px 0}.dupe-dismiss{display:flex;gap:6px;align-items:center}.dupe-dismiss input{width:260px}.btn.sm{padding:1px 7px;font-size:12px}.muted.sm{font-size:12px}.err.sm{font-size:12px;margin-top:4px}.dupe-note{margin-top:22px;border-top:1px solid var(--line);padding-top:12px}.dupe-note ul{margin:4px 0 0 18px}.warn-pick{gap:6px;flex-wrap:wrap}.chip.warn-off{background:#f2f5f7;color:var(--muted);cursor:pointer;border:1px solid var(--line)}.chip.warn-off:hover{background:#e8edf1;color:var(--ink)}.chip.warn-on{background:#b3541e;color:#fff;cursor:pointer;border:1px solid #b3541e}.chip.warn-on:hover{background:#9c4818}.linkish{background:none;border:0;padding:0;font:inherit;color:var(--link);cursor:pointer}.linkish:hover{text-decoration:underline}.out-back{font-size:12px}.out-back-edit{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-end;margin-top:4px}.out-back-edit label{display:flex;flex-direction:column;font-size:11px;color:var(--muted)}.out-back-edit input{font-size:12px}.chip.svc-chip{border-color:#7a5ea8;color:#7a5ea8}.m2-canvas.move-mode [slipid]{cursor:grab}.m2-canvas.move-mode{-webkit-user-select:none;user-select:none}.map-host .drag-from{opacity:.45}.map-host .drag-over{stroke:#12384f!important;stroke-width:3px!important}.drag-ghost{position:fixed;z-index:60;pointer-events:none;background:#12384f;color:#fff;font-size:12px;padding:3px 8px;border-radius:3px;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m2-note{margin:0 12px 8px;padding:7px 12px;border-radius:3px;background:#e8f2e8;border-left:3px solid #3d7a3d;font-size:13px}.m2-note.bad{background:#fbeae5;border-left-color:#b3541e}.m2-confirm{margin:0 12px 10px;padding:12px 14px;max-width:640px;background:#fff;border:1px solid var(--line);border-left:3px solid #b3541e}.m2-confirm p{margin:4px 0 10px}.unit-where{display:block;width:100%;text-align:left;background:none;border:0;padding:1px 0;font:inherit;color:inherit;cursor:pointer}.unit-where:hover strong{text-decoration:underline}.unit-where.unconfirmed{color:#b3541e;font-weight:600}.panel{border:1px solid var(--line);background:#fff;padding:12px 16px;margin-top:14px}.unit-panel-part{padding:10px 0;border-top:1px solid var(--line)}.unit-panel-part:first-of-type{border-top:0}.unit-panel-head{font-size:12px;color:var(--muted);margin-bottom:6px}.section-tabs{display:flex;flex-wrap:wrap;gap:2px;padding:0 22px;background:var(--sidebar);border-bottom:1px solid var(--sidebar-active)}.section-tab{padding:9px 13px;font-size:13.5px;font-weight:500;color:#ffffffc7;border-bottom:2px solid transparent;white-space:nowrap}.section-tab:hover{color:#fff;background:var(--sidebar-dark)}.section-tab.on{color:#fff;background:var(--sidebar-active);border-bottom-color:#fff;font-weight:600}.multi-row{display:flex;gap:6px;margin-bottom:6px}.multi-row .input{flex:1}.multi-row .phone-type{flex:0 0 128px}.multi-row .multi-x{flex:0 0 34px;padding:0;line-height:1}.chip-row{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.chip-row .chip{font-size:12px;padding:2px 8px;border:1px solid var(--line);border-radius:3px;background:#fff;margin-bottom:0}.chip-row .chip.add{border-style:dashed}.diary-periods{display:flex;gap:4px;margin-right:4px}.diary-periods .chip.active{color:var(--ink);border-bottom-color:var(--ink)}.diary-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:4px 0 16px}.chip.on{color:var(--ink);font-weight:600;border-bottom-color:currentColor}button.chip{cursor:pointer}.diary-day{margin-bottom:16px}.diary-date{display:flex;align-items:center;font-size:13px;font-weight:600;color:var(--ink);padding:6px 0 5px;border-bottom:2px solid var(--line);margin-bottom:2px}.sign-shell{min-height:100vh;background:#eef2f5;padding:24px 16px 60px}.sign-card{max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:9px;padding:26px 28px 30px;box-shadow:0 2px 14px #12202c12}.sign-head{border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:18px}.sign-head h1{margin:0 0 4px;font-size:22px}.sign-body{max-height:420px;overflow-y:auto;border:1px solid var(--line);border-radius:6px;background:#fcfdfe;padding:14px 16px;margin-bottom:18px;font-size:13px;line-height:1.55}.sign-body h3{font-size:13px;margin:14px 0 6px;letter-spacing:.02em}.sign-body p{margin:0 0 8px}.sign-check{display:flex;gap:9px;align-items:flex-start;font-size:13.5px}.sign-check input{margin-top:2px}.sign-pad{border:1px dashed var(--line);border-radius:6px;background:#fff;width:100%;max-width:520px;touch-action:none;cursor:crosshair;display:block}.sign-submit{width:100%;padding:11px;font-size:15px;margin-bottom:10px}.input{border:1px solid var(--line);border-radius:5px;padding:7px 10px;font-size:13.5px;font-family:inherit;color:var(--ink);background:#fff;width:100%;box-sizing:border-box}.input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2b6d9924}.input:disabled{background:#f4f6f8;color:var(--ink-soft)}select.input{cursor:pointer}.form-row{margin-bottom:13px}.form-row>label{display:block;font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:5px}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.new-cols{display:grid;grid-template-columns:1.45fr 1fr;gap:16px;align-items:start}.new-cols>div>.form-row:first-child{margin-top:0}@media(max-width:900px){.new-cols{grid-template-columns:1fr}}.unit-facts{padding:6px 0}.unit-facts>div+div{margin-top:2px}.page-form{max-width:980px}.req{font-size:11px;font-weight:600;color:#b3541e;letter-spacing:.04em}.pick-list{border:1px solid var(--line);border-top:0;border-radius:0 0 5px 5px;max-height:210px;overflow-y:auto;background:#fff}.pick-list button{display:block;width:100%;text-align:left;border:0;border-bottom:1px solid #eef2f4;background:none;padding:8px 11px;font-size:13.5px;cursor:pointer}.pick-list button:last-child{border-bottom:0}.pick-list button:hover{background:#eef6fb}.pick-empty{padding:9px 11px;font-size:13px;color:var(--ink-soft)}.picked{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #cfe0ea;background:#f2f9fd;border-radius:5px;padding:7px 9px 7px 11px;font-size:13.5px}.storage-block{border:1px solid var(--line);border-radius:6px;background:#fbfcfd;padding:11px 12px;margin-bottom:12px}.storage-line{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:10px;font-size:13px}.storage-who{font-weight:600}.storage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}@media(min-width:560px){.storage-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.modal-foot{display:flex;justify-content:flex-end;gap:9px;padding:13px 18px;border-top:1px solid var(--line);background:#f7f9fa;margin:16px -18px -16px}.modal-context{display:flex;flex-wrap:wrap;gap:14px;padding:10px 18px;border-bottom:1px solid var(--line);font-size:12.5px;color:var(--ink-soft);background:#fbfcfd}.modal-context strong{color:var(--ink);font-weight:600}.page-head{display:flex;align-items:center;gap:14px;margin:0 0 16px}.page-head h1{font-size:20px;margin:0;font-weight:600;letter-spacing:-.01em}.page-head .count{color:var(--ink-soft);font-size:13px}.card{background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden}.search{border:1px solid var(--line);border-radius:20px;padding:8px 15px;font-size:13.5px;width:320px;outline:none}.search:focus{border-color:var(--accent)}.tbl-wrap{overflow:auto;max-height:calc(100vh - 210px)}table.tbl{width:100%;border-collapse:collapse;font-size:13.5px}table.tbl thead th{position:sticky;top:0;z-index:2;background:#f7f9fa;border-bottom:1px solid var(--line);text-align:left;padding:10px 12px;font-weight:600;color:var(--ink-soft);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}table.tbl thead th:hover{color:var(--ink)}table.tbl thead th.right{text-align:right}table.tbl-static thead th{cursor:default}table.tbl-static thead th:hover{color:var(--ink-soft)}table.tbl-static{table-layout:fixed}table.tbl-static td{overflow:hidden;text-overflow:ellipsis}table.tbl tbody td{padding:9px 12px;border-bottom:1px solid #eef2f4;vertical-align:middle}table.tbl tbody tr:nth-child(2n){background:#f7f8f9}table.tbl tbody tr:hover{background:#f6fafc}.tag{display:inline-block;padding:1px 8px;border-radius:10px;font-size:11.5px;font-weight:600;margin:1px 3px 1px 0;white-space:nowrap}.pill{display:inline-block;padding:0;border-radius:0;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:none;color:var(--ink-soft)}.pill-ok{background:none;color:#1c6b36}.pill-warn{background:none;color:#8a5a00}.pill-muted{background:none;color:var(--ink-soft)}.card>.filter-bar{padding:12px 16px 0;margin-bottom:10px}.flag-line{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:9px 14px;border-left:4px solid #b3261e;border-radius:3px;background:#fdecea;color:#8c1d18;font-size:14px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.flag-mark{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:none;border-radius:50%;background:#b3261e;color:#fff;font-size:13px;font-weight:800;line-height:1}.flag-word{display:inline-flex;align-items:center;gap:8px}.flag-sep{opacity:.4;font-weight:400}.fact-rows{display:flex;flex-direction:column}.fact-row{display:grid;grid-template-columns:104px 1fr;gap:12px;padding:7px 0;border-bottom:1px solid var(--line)}.fact-row:last-child{border-bottom:0}.fact-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--ink-soft);padding-top:1px}.fact-value{color:var(--ink)}@media(max-width:560px){.fact-row{grid-template-columns:1fr;gap:2px}}.tabs{display:flex;gap:2px;flex-wrap:wrap;border-bottom:2px solid var(--line);position:sticky;top:-18px;z-index:5;background:var(--bg);margin:18px -22px 14px;padding:18px 22px 0}.tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none;cursor:pointer;font:inherit;font-size:13.5px;font-weight:500;color:var(--ink-soft);padding:9px 14px;margin-bottom:-2px;border-bottom:2px solid transparent;display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.tab:hover{color:var(--ink);background:#00000008}.tab-on,.tab-on:hover{color:var(--ink);border-bottom-color:var(--ink);background:none}.tab-tail{margin-left:auto;display:inline-flex;align-items:center;gap:10px;padding-right:2px;min-width:0}.flag-mini{display:inline-flex;align-items:center;gap:7px;padding:3px 10px 3px 4px;border-radius:999px;background:#fdecea;color:#8c1d18;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.flag-mini .flag-mark{width:16px;height:16px;font-size:12px}@media(max-width:900px){.tab-tail{display:none}}.tab-count{font-size:11px;font-weight:700;line-height:1;padding:3px 6px;border-radius:9px;background:#e7edf2;color:#5a6b78}.tab-on .tab-count{background:var(--sidebar);color:#fff}.muted{color:var(--ink-soft)}.empty{padding:46px;text-align:center;color:var(--ink-soft)}.right{text-align:right}.filter-bar{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:16px;border-bottom:1px solid var(--line)}.chip{border:0;background:none;border-radius:0;padding:9px 2px;margin:0 12px -1px 0;border-bottom:2px solid transparent;font-size:13.5px;font-weight:500;color:var(--ink-soft);transition:color .12s ease,border-color .12s ease}.chip:hover{color:var(--ink)}.chip.active{color:var(--ink);border-bottom-color:var(--ink)}.chip.off{color:#b4bfc9;border-bottom-color:transparent}.chip.off:hover{color:var(--ink-soft)}.pager{display:flex;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid var(--line)}.grid-wrap{overflow:auto;max-height:calc(100vh - 230px);background:#fff}table.grid{border-collapse:separate;border-spacing:0;font-size:12.5px;width:100%}table.grid tbody tr:nth-child(2n) td{background:#f7f8f9}table.grid tbody tr:nth-child(2n) td.space-name,table.grid tbody tr:nth-child(2n) td.space-dims{background:#f7f8f9}table.grid th,table.grid td{border-right:1px solid #eaeff2;border-bottom:1px solid #eaeff2;padding:0}table.grid th.corner,table.grid td.space-name{position:sticky;left:0;z-index:3;background:#fff;min-width:168px;max-width:168px;padding:7px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;vertical-align:middle}table.grid th.corner2,table.grid td.space-dims{position:sticky;left:168px;z-index:3;background:#fff;min-width:128px;max-width:128px;padding:7px 10px;white-space:nowrap;color:var(--ink-soft);vertical-align:middle}table.grid th.corner,table.grid th.corner2{z-index:5;background:#f7f9fa}table.grid thead th{position:sticky;top:0;z-index:2;background:#f7f9fa;padding:6px 8px;font-weight:600;color:var(--ink-soft);white-space:nowrap;min-width:74px}.grid-pier{background:#eef3f7;font-weight:700;color:var(--ink);position:sticky;left:0;z-index:4;padding:7px 10px;cursor:pointer;-webkit-user-select:none;user-select:none}.grid-pier:hover{background:#e4ecf2}.pier-toggle{display:inline-block;width:15px;color:var(--ink-soft)}.lane-cell{position:relative;padding:4px 0;vertical-align:top}.lanes{position:relative}.lane{position:relative;height:26px}.ev{position:absolute;top:2px;height:22px;border-radius:3px;font-size:11.5px;line-height:22px;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;box-sizing:border-box}.ev:hover{filter:brightness(1.08)}.loading{padding:40px;text-align:center;color:var(--ink-soft)}.err{margin:10px 0;padding:11px 14px;background:#fdf1f0;border:1px solid #f3c9c4;border-radius:6px;color:var(--danger);font-size:13.5px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px}.field{padding:9px 0;border-bottom:1px solid #eef2f4}.field .k{font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}.field .v{margin-top:2px}.section-title{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);font-weight:700;margin:22px 0 8px}.topbar .signout{border:0;background:none;color:var(--ink-soft);font-size:13px;padding:6px 8px}.topbar .signout:hover{color:var(--ink);text-decoration:underline}.map-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}.map-canvas{padding:10px;background:#fff}.map-host{width:100%}.map-host svg{width:100%;height:auto;display:block}.map-host [slipid]{transition:fill-opacity .12s ease}.map-host [slipid]:hover{stroke:#16405d;stroke-width:2}.map-side{position:sticky;top:0}.map-panel{padding:16px 18px 18px}.map-panel .section-title{margin-top:0}.map-key{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--ink-soft);margin-left:12px}.map-key i{width:13px;height:13px;border-radius:3px;border:1px solid transparent;display:inline-block}@media(max-width:1100px){.map-layout{grid-template-columns:1fr}.map-side{position:static}}.m2{margin:-18px -22px;height:calc(100vh - var(--topbar-h));display:flex;flex-direction:column;background:var(--bg)}.m2-bar{flex:0 0 auto;display:flex;align-items:center;gap:7px;padding:8px 14px;background:#fff;border-bottom:1px solid var(--line);flex-wrap:wrap}.m2-sep{width:1px;height:20px;background:var(--line);margin:0 5px}.m2-date{border:1px solid var(--line);border-radius:16px;padding:4px 11px;font:inherit;font-size:13px;color:var(--ink);outline:none}.m2-date:focus{border-color:var(--accent)}.m2-count{font-size:13px;color:var(--ink-soft);white-space:nowrap}.m2-count strong{color:var(--ink);font-size:14px}.m2-search{border:1px solid var(--line);border-radius:16px;padding:5px 13px;font:inherit;font-size:13px;width:240px;outline:none}.m2-search:focus{border-color:var(--accent)}.m2-body{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 262px}.m2-canvas{position:relative;min-width:0;background:#fff;display:flex}.m2-canvas .map-host{flex:1;display:flex;min-width:0}.m2-canvas .map-host svg{width:100%;height:100%;display:block}.map-host text.zone-label{font-weight:700}.map-host text.zone-label:hover{fill:#1a89c4!important}.m2-side{border-left:1px solid var(--line);background:#fff;padding:14px 16px;overflow-y:auto}.m2-space{margin:0 0 2px;font-size:17px;letter-spacing:-.01em}.m2-meta{margin:0 0 12px;font-size:12.5px}.m2-actions{margin-top:14px;display:flex;gap:7px;flex-wrap:wrap}.m2-unpin{margin-top:10px}.m2-unplaced{margin-top:22px;padding-top:14px;border-top:1px solid var(--line)}.m2-canvas .loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}@media(max-width:1000px){.m2-body{grid-template-columns:1fr;grid-template-rows:1fr auto}.m2-side{border-left:0;border-top:1px solid var(--line);max-height:40vh}}.modal-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#12202c7a;display:grid;place-items:center;padding:24px}.modal{background:#fff;border-radius:9px;box-shadow:0 22px 60px #0000004d;width:min(880px,100%);max-height:min(86vh,900px);display:flex;flex-direction:column;overflow:hidden}.modal-sm{width:min(470px,100%)}.modal-md{width:min(620px,100%)}.modal-lg{width:min(1040px,100%)}.modal-head{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--line);font-size:15px;background:#f7f9fa}.modal-head>div{flex:1}.modal-x{border:0;background:none;font-size:22px;line-height:1;color:var(--ink-soft);padding:0 4px}.modal-x:hover{color:var(--ink)}.modal-tabs{display:flex;align-items:center;gap:4px;padding:8px 14px;border-bottom:1px solid var(--line)}.modal-tabs button{border:0;background:none;padding:7px 13px;border-radius:6px;font-size:13.5px;color:var(--ink-soft)}.modal-tabs button:hover{background:#eef3f7;color:var(--ink)}.modal-tabs button.on{background:var(--sidebar);color:#fff;font-weight:600}.modal-tabs .btn{padding:5px 12px}.modal-body{padding:16px 18px 20px;overflow-y:auto}.action-list{display:flex;flex-direction:column;gap:9px}.action{width:100%;padding:11px 14px;border:1px solid var(--sidebar);border-radius:6px;background:var(--sidebar);color:#fff;font-size:14.5px;font-weight:500;text-align:center}.action:hover:not(:disabled){background:var(--sidebar-active);border-color:var(--sidebar-active)}.action:disabled{background:#eef1f4;border-color:#e0e6ea;color:#97a4ae;cursor:not-allowed}.action-note{margin:4px 0 0;font-size:12.5px;color:var(--ink-soft);line-height:1.5}.lnk{color:var(--link);cursor:pointer}.lnk:hover{text-decoration:underline}.cal-card{padding:0;overflow:hidden}.cal-dow,.cal-grid{display:grid;grid-template-columns:repeat(7,1fr)}.cal-dow{background:#f7f9fa;border-bottom:1px solid var(--line)}.cal-dow>div{padding:8px 10px;font-size:12px;font-weight:700;color:var(--ink-soft);letter-spacing:.04em;text-transform:uppercase}.cal-day{min-height:108px;border-right:1px solid #eef2f4;border-bottom:1px solid #eef2f4;padding:5px 6px 7px;overflow:hidden;cursor:pointer}.cal-day:nth-child(7n){border-right:0}.cal-day:hover{background:#f7fbfd}.cal-day.outside{background:#fbfcfd}.cal-day.outside .cal-num{color:#b9c4cd}.cal-day.today{background:#eef7fc;box-shadow:inset 0 0 0 2px var(--accent)}.cal-num{font-size:12.5px;font-weight:600;color:var(--ink-soft);margin-bottom:3px}.cal-day.today .cal-num{color:var(--accent)}.cal-ev{font-size:11.5px;line-height:1.35;border-radius:3px;padding:2px 6px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cal-ev:hover{text-decoration:underline;filter:brightness(1.08)}.cal-more{font-size:11px;color:var(--ink-soft);padding-left:4px}.cal-dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:5px;vertical-align:-1px}.msg-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:14px;height:calc(100vh - var(--topbar-h) - 120px)}.msg-list{overflow-y:auto;padding:0}.msg-search{padding:10px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff}.msg-contact{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:9px 12px;border:0;border-bottom:1px solid #eef2f4;background:none}.msg-contact:hover{background:#f6fafc}.msg-contact.on{background:#eef7fc;box-shadow:inset 3px 0 0 var(--accent)}.msg-avatar{width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:var(--sidebar);color:#fff;display:grid;place-items:center;font-size:11.5px;font-weight:700}.msg-who{display:flex;flex-direction:column;min-width:0}.msg-who strong{font-size:13.5px}.msg-who span{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-thread{display:flex;flex-direction:column;padding:0}.msg-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--line)}.msg-channel{display:flex;gap:6px}.msg-body{flex:1;overflow-y:auto;padding:16px;background:#f7f9fa}.msg-empty-note{max-width:60ch;margin:0 auto 18px;text-align:center;font-size:13px;color:var(--ink-soft);background:#fff;border:1px dashed var(--line);border-radius:8px;padding:14px}.msg-bubble{max-width:66%;padding:9px 13px;border-radius:14px;margin-bottom:8px;font-size:14px;line-height:1.45}.msg-bubble.out{margin-left:auto;background:var(--sidebar);color:#fff;border-bottom-right-radius:4px}.msg-meta{margin-top:4px;font-size:11px;opacity:.8}.msg-compose{border-top:1px solid var(--line);padding:10px 14px 12px;background:#fff}.msg-templates{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:8px}.msg-input-row{display:flex;gap:8px;align-items:flex-end}.msg-input-row textarea{flex:1;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:9px 12px;font:inherit;font-size:14px;outline:none}.msg-input-row textarea:focus{border-color:var(--accent)}.msg-input-row textarea:disabled{background:#f4f6f8;color:var(--ink-soft)}.msg-foot{display:flex;gap:14px;margin-top:6px;font-size:11.5px;color:var(--ink-soft)}.msg-foot .over{color:var(--danger);font-weight:600}.tpl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}.tpl{padding:14px 16px;text-align:left;border:1px solid var(--line);background:#fff;cursor:pointer}.tpl:hover{border-color:var(--accent)}.tpl-title{font-weight:600;margin-bottom:6px}.tpl-body{font-size:13px;color:var(--ink-soft);line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}.tpl-foot{display:flex;align-items:center;gap:6px;font-size:11.5px;flex-wrap:wrap}.msg-day{width:fit-content;margin:12px auto 6px;padding:2px 10px;border-radius:10px;background:#eef1f4;color:#5b6672;font-size:11.5px;letter-spacing:.02em}.msg-bubble.in{margin-right:auto;background:#eef1f4;color:#1d2429}.report-summary{display:flex;flex-wrap:wrap;gap:28px;padding:14px 18px;margin-bottom:14px;background:#f7f9fa;border:1px solid var(--line);border-radius:9px}.report-stat-n{font-size:25px;font-weight:600;line-height:1.15;color:var(--ink)}.report-stat-l{font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.print-only{display:none}@media print{.no-print,.sidebar,.topbar,.filter-bar,.page-head{display:none!important}.print-only{display:block}.shell,.main,.content{display:block!important;height:auto!important;overflow:visible!important}body{background:#fff;font-size:11pt}.card{border:0;box-shadow:none;padding:0}.tbl-wrap{overflow:visible!important;max-height:none!important}.print-head{margin-bottom:14px;border-bottom:2px solid #222;padding-bottom:8px}.print-org{font-size:10pt;letter-spacing:.08em;text-transform:uppercase;color:#555}.print-head h2{margin:2px 0 4px;font-size:17pt}.print-meta{display:flex;gap:22px;font-size:9.5pt;color:#555}.report-summary{background:none;border:0;border-bottom:1px solid #ccc;border-radius:0;padding:0 0 10px}.report-stat-n{font-size:15pt}thead{display:table-header-group}tr{page-break-inside:avoid}.tbl th{border-bottom:1px solid #222}.tbl td,.tbl th{padding:4px 8px}a,.entity-link{color:#000!important;text-decoration:none!important}}.saved-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px}.saved-chip{display:inline-flex;align-items:center;gap:2px;padding:3px 8px;border:1px solid var(--line);border-radius:13px;background:#fff;font-size:12.5px}.report-chart{padding:10px 14px 4px;margin-bottom:14px}.chart-key{display:flex;gap:16px;padding:2px 0 8px 62px;font-size:11.5px;color:var(--muted)}.chart-key span{display:inline-flex;align-items:center;gap:6px}.chart-key i{width:11px;height:3px;border-radius:2px;display:inline-block}.m2-stack{display:flex;flex-direction:column;gap:3px;align-items:flex-start}.m2-stack-row{text-align:left;font-size:12.5px;line-height:1.35}.m2-stack-row:disabled{color:var(--muted);cursor:default}.olom-tile:hover{filter:brightness(1.15)}.stray-row{padding:7px 0;border-top:1px solid var(--line)}.stray-row:first-of-type{border-top:0}.stray-who{font-size:13px;margin-bottom:4px}.stray-act{display:flex;gap:6px}.stray-act .input{flex:1;min-width:0;font-size:12.5px;padding:4px 6px}.claim-sheet .field .k{font-size:11.5px;text-transform:uppercase;letter-spacing:.03em}.claim-sheet textarea.input{resize:vertical}@media print{.sidebar,.section-tabs,.topbar,.m2-bar{display:none!important}.claim-sheet{border:1px solid #333;page-break-inside:avoid}.claim-sheet button,.claim-sheet select{display:none!important}}.needs{margin:0 22px 12px}.needs-row{border:1px solid var(--line);border-left:3px solid #b3541e;background:#fffaf5;padding:9px 13px;font-size:13.5px;margin-top:6px}.needs-row.needs-now{border-left-color:#c0392b}.findings-top{display:flex;gap:40px;margin:0 22px 18px}.findings-big{font-size:30px;font-weight:700;color:var(--sidebar-active);line-height:1.1}.finding{border:1px solid var(--line);border-left:3px solid #b3541e;background:#fff;padding:12px 16px;margin:0 22px 10px}.finding-head{display:flex;align-items:baseline;gap:10px}.finding-count{font-size:21px;font-weight:700;min-width:42px}.finding-value{color:#b3541e;font-weight:600}.finding-why{margin:6px 0 0;font-size:13.5px;color:var(--ink-soft)}.finding-fixed{margin:5px 0 0;font-size:13.5px}.kim-progress{margin:0 22px 8px;font-size:13px;color:var(--ink-soft)}.kim-card{margin:0 22px;padding:20px 22px;background:#fff;border:1px solid var(--line);border-left:3px solid var(--sidebar);max-width:760px}.kim-about{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.kim-question{font-size:17px;line-height:1.45;margin:6px 0 0}@media(max-width:900px){.app-shell,.shell{flex-direction:column}.sidebar{width:100%;flex:0 0 auto;height:auto;flex-direction:row;overflow-x:auto;overflow-y:hidden}.sidebar-brand{display:none}.sidebar-scroll{display:flex;flex-direction:row;padding:0;overflow-y:hidden}.nav-section{flex:0 0 auto}.nav-section>button,.nav-section>a.nav-top{width:auto;padding:12px 14px;white-space:nowrap}.section-tabs{overflow-x:auto;flex-wrap:nowrap;padding:0 10px}.section-tab{flex:0 0 auto}.page-head,.findings-top,.finding,.kim-card,.kim-progress,.needs{margin-inline:12px}.toolbar{flex-wrap:wrap;gap:6px;padding-inline:12px}table.tbl{display:block;width:100%}table.tbl thead{display:none}table.tbl tbody,table.tbl tr,table.tbl td{display:block;width:auto}table.tbl tr{border:1px solid var(--line);background:#fff;margin:0 12px 10px;padding:10px 12px}table.tbl td{border:0;padding:2px 0;width:auto!important}table.tbl td:empty{display:none}table.tbl td:last-child:has(button),table.tbl td:last-child:has(a.btn){padding-top:10px}table.tbl td button,table.tbl td .btn{width:100%;min-height:48px;font-size:16px;font-weight:600;background:var(--sidebar);color:#fff;border-color:var(--sidebar);justify-content:center}table.tbl td button:disabled{background:#eef2f4;color:var(--muted);border-color:var(--line);font-weight:500}.btn,.chip,.section-tab,.nav-section>button,.nav-section>a.nav-top{min-height:44px;display:inline-flex;align-items:center}.input,select.input{min-height:44px;font-size:16px}}.shell-banner{flex-direction:column}.shell-banner .shell-body{display:flex;flex:1;min-height:0}.shell-banner .sidebar-brand{display:none}.shell-banner .sidebar{height:auto}@font-face{font-family:Archivo;src:url(/assets/archivo-variable-latin-DY7AcnAa.woff2) format("woff2");font-weight:400 700;font-stretch:62% 125%;font-display:swap}.topbar{padding-left:22px;gap:16px}.brand{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.topbar-logo{height:56px;width:auto;display:block;flex:none}.brand-words{display:flex;align-items:baseline;gap:12px;flex:1;min-width:0;padding-left:16px;border-left:1px solid var(--line)}.brand-name{font-family:"Archivo",var(--font);font-stretch:87%;font-size:clamp(19px,2.1vw,30px);font-weight:700;letter-spacing:-.01em;color:var(--sidebar-active);line-height:1.1;white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis}.brand-dot{width:5px;height:5px;border-radius:50%;background:var(--line);flex:none;align-self:center}.brand-sub{font-family:"Archivo",var(--font);font-stretch:87%;font-weight:600;font-size:12.5px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.shell-banner .shell-body{flex-direction:column}.brand-sub,.brand-dot{display:none}.brand-words{padding-left:12px}.topbar-logo{height:40px}}@media(max-width:560px){.brand-name{font-size:17px;font-stretch:78%;letter-spacing:0}.shell-banner .topbar{height:58px;flex-basis:58px}.topbar{padding:0 10px;gap:10px}.topbar-logo{height:32px}.brand{gap:10px}.brand-words{padding-left:10px}.avatar{display:none}.signout{padding:5px 9px;font-size:12px}}.map-zoom{position:absolute;right:10px;top:10px;z-index:5;display:flex;flex-direction:column;gap:6px;align-items:stretch}.map-zoom .btn{min-width:44px;min-height:44px;font-size:20px;line-height:1;background:#fffffff0;box-shadow:0 1px 4px #12384f2e}.map-zoom .map-zoom-reset{font-size:13px;min-height:38px}.m2-canvas{position:relative;overflow:hidden}@media(max-width:700px){.m2-canvas{height:62vh;min-height:300px}.m2-body{grid-template-rows:auto auto}.m2-side{max-height:none}.map-key{font-size:11.5px;gap:5px}.map-key i{width:11px;height:11px}.m2-tools{row-gap:8px}}@media(max-width:560px){.page-head{flex-wrap:wrap;gap:8px 10px;align-items:baseline}.page-head>.btn:first-child{flex:0 0 100%;order:-1;text-align:left;border:0;padding:0;min-height:0;background:none;color:var(--accent);font-size:13px}.head-name,.page-head h1{flex:1 1 100%;min-width:0}.page-head h1{font-size:19px;overflow-wrap:anywhere}.balance-badge{align-items:flex-start;margin-right:0}.page-head>div[style*="flex: 1"]{display:none}}a.avatar{text-decoration:none}a.avatar:hover{filter:brightness(1.08)}.arrival-card{padding:14px 16px;margin-bottom:12px}.arrival-head{display:flex;align-items:flex-start;gap:10px;justify-content:space-between}.arrival-head .pill{flex:none}.pill-done{background:#e7f4ec;color:#1e7a3c;border-color:#bfe3cd}.arrival-shots{display:grid;gap:8px;margin-top:12px}.arrival-shot{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;min-height:56px;padding:8px 12px;text-align:left;background:#fff;border:1px solid var(--line);border-radius:7px;font:inherit;color:var(--ink);cursor:pointer}.arrival-shot:hover{border-color:var(--accent)}.arrival-shot .arrival-tick{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--bg);color:var(--muted);font-size:16px;font-weight:700}.arrival-shot.got{background:#f6faf7;border-color:#cfe6d8}.arrival-shot.got .arrival-tick{background:#1e7a3c;color:#fff}.arrival-shot:disabled{opacity:.6;cursor:default}@media(max-width:560px){.arrival-card{margin-inline:12px}.arrival-shot{min-height:60px;font-size:15px}}.arrival-checks{display:grid;gap:8px;margin-top:12px}.arrival-check{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:56px;padding:8px 12px;border:1px solid var(--line);border-radius:7px;background:#fff}.arrival-check.answered{background:#f6faf7;border-color:#cfe6d8}.arrival-check-label{display:block}.arrival-hint{display:block;margin-top:2px}.arrival-check-buttons{display:flex;gap:6px;flex:none}.arrival-check-buttons .btn{min-width:58px;min-height:40px}@media(max-width:560px){.arrival-check{flex-direction:column;align-items:stretch;gap:8px}.arrival-check-buttons .btn{flex:1;min-height:48px;font-size:15px}}.board-page .page-head .search{max-width:280px}.board{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,1fr);gap:12px;align-items:start;overflow-x:auto;padding:0 22px 8px}.board-col{min-width:0}.board-col-head{display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:6px;padding:10px 2px 8px;border-top:3px solid var(--line);margin-bottom:8px}.board-col-head h2{margin:0;font-size:14px;font-weight:700;letter-spacing:-.01em}.board-count{font-size:12px;font-weight:700;color:var(--muted);background:var(--bg);border-radius:10px;padding:1px 8px}.board-blurb{grid-column:1 / -1;margin:2px 0 0;font-size:11.5px;color:var(--muted);line-height:1.35}.board-scheduled .board-col-head{border-top-color:#b9c6ce}.board-arrived .board-col-head{border-top-color:#1a89c4}.board-progress .board-col-head{border-top-color:#2f9e5f}.board-hold .board-col-head{border-top-color:#d08a2c}.board-billing .board-col-head{border-top-color:#7a5cc4}.board-empty{margin:0;padding:10px 2px;font-size:12.5px;color:var(--muted)}.wo-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:10px 12px;margin-bottom:8px;box-shadow:0 1px 2px #12384f0d}.wo-unit{display:block;font-weight:650;font-size:14.5px;line-height:1.25;color:var(--ink);text-decoration:none;overflow-wrap:anywhere}.wo-unit:hover{color:var(--accent)}.wo-who{font-size:12.5px;margin-top:2px}.wo-what{font-size:12px;color:var(--ink-soft);margin-top:4px;line-height:1.35}.wo-facts{font-size:11.5px;margin-top:6px;display:flex;flex-wrap:wrap;gap:4px}.wo-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.wo-booked{font-size:11.5px;color:var(--muted);margin-top:6px}.wo-age{font-size:11.5px;color:var(--muted)}.wo-age.warn{color:#b3541e;font-weight:600}.wo-age.bad{color:#fff;background:#b3541e;border-radius:10px;padding:1px 8px;font-weight:600}@media(max-width:900px){.board{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:1fr;overflow-x:visible;padding-inline:12px}.board-col-head{position:sticky;top:0;background:var(--bg);z-index:2}.wo-card{padding:12px 14px}.wo-unit{font-size:16px}.wo-foot .btn{min-height:44px;padding-inline:16px}}.wo-tag{display:inline-block;margin-right:5px;padding:1px 7px;border-radius:10px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:var(--bg);color:var(--ink-soft)}.wo-tag.mobile{background:#e7f1fb;color:#1a5f8c}.board-filters{padding:0 22px 10px}.wo-card.is-test{opacity:.72}.glance{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding:0 22px 12px}.glance-tile{background:#fff;border:1px solid var(--line);border-radius:8px;border-top:3px solid var(--line);padding:8px 10px;min-width:0}.glance-n{display:block;font-size:22px;font-weight:700;line-height:1.1;letter-spacing:-.02em}.glance-l{display:block;font-size:11px;color:var(--muted);margin-top:2px;line-height:1.3}.glance-scheduled{border-top-color:#b9c6ce}.glance-arrived{border-top-color:#1a89c4}.glance-progress{border-top-color:#2f9e5f}.glance-hold{border-top-color:#d08a2c}.glance-billing{border-top-color:#7a5cc4}.glance-stuck{border-top-color:var(--line)}.glance-stuck.on{border-top-color:#b3541e}.glance-stuck.on .glance-n{color:#b3541e}@media(max-width:900px){.glance{grid-template-columns:repeat(3,minmax(0,1fr));padding-inline:12px}}.wo-techs{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:8px}.wo-tech{font-size:11.5px;font-weight:600;padding:1px 8px;border-radius:10px;background:#eef4f8;color:#1a5f8c}.wo-assign{font:inherit;font-size:11.5px;color:var(--muted);border:1px solid var(--line);border-radius:10px;padding:1px 4px;background:#fff}.checkin{width:min(560px,100%)}.checkin-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.checkin-head h2{margin:0 0 2px;font-size:18px}.checkin-block{margin-top:16px}.checkin-facts{display:grid;grid-template-columns:90px 1fr;gap:4px 10px;margin:0 0 10px}.checkin-facts dt{color:var(--muted);font-size:12.5px}.checkin-facts dd{margin:0;font-size:13.5px;overflow-wrap:anywhere}.checkin-foot{display:flex;gap:8px;margin-top:18px}.checkin-foot .btn{min-height:46px;flex:1}@media(max-width:560px){.checkin{width:100%;max-height:92vh}.checkin-foot{flex-direction:column-reverse}}h1,h2,h3,.page-head h1,.section-title,.board-col-head h2,.glance-n,.m2-space,.kim-question{font-family:"Archivo",var(--font);font-stretch:92%;letter-spacing:-.012em}.tbl th,.section-title{text-transform:uppercase;font-size:11px;letter-spacing:.09em;font-weight:700;color:var(--ink-soft)}.sidebar .nav-top,.sidebar .nav-section>button{border-left:3px solid transparent}.sidebar .nav-top.active{background:#ffffff12!important;border-left-color:var(--accent);font-weight:600}.section-tab.on{background:transparent;border-bottom:3px solid var(--accent)}.card,.wo-card,.kim-card,.arrival-card,.glance-tile,.finding{border-color:transparent;border-radius:10px;box-shadow:0 1px 2px #122c3c0f,0 10px 26px -14px #122c3c33}.m2-canvas,.map-host{box-shadow:none}.pill{border-radius:4px;font-size:11px;letter-spacing:.03em;text-transform:uppercase;font-weight:600}.right,.money,.glance-n,.wo-facts,.balance-amount{font-variant-numeric:tabular-nums}@media(min-width:901px){.glance{display:none}.board-filters{padding-bottom:6px}.board{height:calc(100vh - var(--topbar-h) - 128px);align-items:stretch;padding-bottom:0}.board-col{display:flex;flex-direction:column;min-height:0}.board-col-head{position:sticky;top:0;z-index:2;background:var(--bg);margin-bottom:6px}.board-col-cards{overflow-y:auto;padding:2px 2px 18px;margin:0 -2px;flex:1}.board-col:not(.is-empty) .board-blurb{display:none}}.wo-assign{opacity:0;transition:opacity .12s ease}.wo-card:hover .wo-assign,.wo-foot:focus-within .wo-assign{opacity:1}@media(pointer:coarse){.wo-assign{opacity:1}}.wo-card{padding:9px 11px;margin-bottom:7px}.wo-facts{margin-top:4px}.wo-foot{margin-top:7px;gap:6px}.wo-techs{margin-top:5px}.board{grid-auto-columns:minmax(clamp(158px,14vw,196px),1fr);gap:clamp(8px,.8vw,12px);padding-inline:clamp(12px,1.4vw,22px)}.board-filters,.board-page .page-head{padding-inline:clamp(12px,1.4vw,22px)}.wo-unit{font-size:clamp(13px,.95vw,15px)}.wo-who{font-size:clamp(11.5px,.8vw,12.5px)}.wo-what,.wo-facts,.wo-booked{font-size:clamp(10.5px,.75vw,12px)}.wo-card{padding:clamp(8px,.6vw,11px) clamp(10px,.7vw,12px)}.board-col-head h2{font-size:clamp(12.5px,.9vw,14px)}.wo-age,.wo-foot .btn{white-space:nowrap}.wo-foot{flex-wrap:wrap}.wo-foot .btn{flex:0 0 auto}.wo-assign{max-width:88px}.worklist{margin:0 clamp(12px,1.4vw,22px);background:#fff;border-radius:10px;box-shadow:0 1px 2px #122c3c0f,0 10px 26px -14px #122c3c33;overflow:auto;max-height:calc(100vh - var(--topbar-h) - 120px)}.worklist-tbl{width:100%;border-collapse:collapse}.worklist-tbl thead th{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid var(--line);text-align:left;padding:9px 12px;white-space:nowrap}.worklist-tbl thead th .linkish{color:var(--ink-soft);font:inherit;text-transform:inherit;letter-spacing:inherit}.worklist-tbl thead th.sorted .linkish{color:var(--ink)}.worklist-tbl thead th.sorted:after{content:"";position:absolute;left:12px;right:12px;bottom:-1px;height:2px;background:var(--accent)}.worklist-tbl thead th{position:sticky}.worklist-tbl td{padding:5px 10px;border-bottom:1px solid #f0f2f0;vertical-align:middle;font-size:12.5px;white-space:nowrap}.wl-cell{max-width:240px;overflow:hidden;text-overflow:ellipsis}.worklist-tbl thead th{padding:7px 10px}.worklist-tbl tbody tr:hover td{background:#f8faf9}.worklist-tbl tbody tr.is-test td{opacity:.6}.worklist-tbl tbody tr:last-child td{border-bottom:0}.wl-name{font-weight:600}.wl-unit-name{font-weight:500}.wl-id{margin-left:6px;font-size:11px}.wl-what{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wl-jobs{margin-left:6px;font-size:11px;color:var(--muted)}.wl-booked{margin-left:6px;font-size:11px}.stage-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:7px;vertical-align:1px}.stage-word{font-size:12.5px}.stage-scheduled{background:#b9c6ce}.stage-arrived{background:#1c9ad6}.stage-progress{background:#2f9e5f}.stage-hold{background:#d08a2c}.stage-billing{background:#7a5cc4}.wl-assign{font:inherit;font-size:11.5px;color:var(--muted);border:1px solid transparent;border-radius:10px;padding:1px 4px;background:none;opacity:0;transition:opacity .12s ease}.worklist-tbl tbody tr:hover .wl-assign,.wl-who:focus-within .wl-assign{opacity:1;border-color:var(--line);background:#fff}@media(pointer:coarse){.wl-assign{opacity:1;border-color:var(--line)}}.wl-who,.wl-stage{width:130px}.wl-group td{padding:14px 10px 4px;border-bottom:1px solid var(--line);font-family:"Archivo",var(--font);font-stretch:92%;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);white-space:nowrap}.wl-group td .muted{margin-left:8px;letter-spacing:0}.worklist-tbl tbody tr.wl-group:hover td{background:none}.worklist-tbl .wo-age{background:none;color:var(--ink-soft);padding:0;font-size:12px}.worklist-tbl .wo-age.warn{color:#b3541e;font-weight:600}.worklist-tbl .wo-age.bad{color:#a3401a;font-weight:700}.viewswitch{display:inline-flex;border:1px solid var(--line);border-radius:8px;overflow:hidden}.viewswitch button{font:inherit;font-size:12.5px;padding:6px 14px;border:0;background:#fff;color:var(--ink-soft)}.viewswitch button.on{background:var(--sidebar);color:#fff;font-weight:600}@media(max-width:900px){.worklist{max-height:none;margin-inline:12px}.worklist-tbl thead{display:none}.worklist-tbl,.worklist-tbl tbody,.worklist-tbl tr,.worklist-tbl td{display:block;width:auto}.worklist-tbl tr{border-bottom:1px solid var(--line);padding:8px 4px}.worklist-tbl td{border:0;padding:2px 8px}.wl-what{max-width:none;white-space:normal}}.board-filters.filters-two{margin-top:-6px}.stagebar{display:flex;align-items:stretch;gap:1px;margin:0 clamp(12px,1.4vw,22px) 12px;background:var(--line);border-radius:9px;overflow:hidden}.stagebar button,.stagebar .stagebar-cell{flex:1;min-width:0;border:0;background:#fff;text-align:left;padding:8px 12px;font:inherit;color:var(--ink);border-top:3px solid transparent}.stagebar button:hover{background:#f8faf9}.stagebar .on{background:#f4f8f6}.stagebar-n{display:block;font-family:"Archivo",var(--font);font-stretch:92%;font-size:19px;font-weight:700;line-height:1.1;font-variant-numeric:tabular-nums}.stagebar-l{display:block;font-size:11px;color:var(--muted);margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stagebar .stagebar-all.on{background:var(--sidebar)}.stagebar .stagebar-all.on .stagebar-n,.stagebar .stagebar-all.on .stagebar-l{color:#fff}.stagebar .stage-scheduled{border-top-color:#b9c6ce}.stagebar .stage-arrived{border-top-color:#1c9ad6}.stagebar .stage-progress{border-top-color:#2f9e5f}.stagebar .stage-hold{border-top-color:#d08a2c}.stagebar .stage-billing{border-top-color:#7a5cc4}.stagebar-stuck.on{border-top-color:#b3541e}.stagebar-stuck.on .stagebar-n{color:#b3541e}@media(max-width:900px){.stagebar{flex-wrap:wrap;margin-inline:12px}.stagebar button,.stagebar .stagebar-cell{flex:1 0 33%}}.stagebar .todo-new{border-top-color:var(--sidebar)}.stagebar .todo-invoice{border-top-color:#7a5cc4}.stagebar .todo-parts{border-top-color:#d08a2c}.stagebar .todo-contact{border-top-color:#1c9ad6}.stagebar .todo-estimate{border-top-color:#b9c6ce}.stagebar .todo-none{border-top-color:transparent}.stagebar .todo-none .stagebar-n{color:var(--ink-soft)}.wl-todo{white-space:nowrap}.wl-todo .wl-todo-pick{margin-left:6px}.todo-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:7px;vertical-align:1px}.todo-new{background:var(--sidebar)}.todo-invoice{background:#7a5cc4}.todo-parts{background:#d08a2c}.todo-contact{background:#1c9ad6}.todo-estimate{background:#b9c6ce}.todo-none{background:#dfe3e0}.wl-jobs-col{width:54px;font-variant-numeric:tabular-nums}.wl-opened{width:96px;font-size:11.5px}.worklist-tbl th:nth-child(1),.worklist-tbl td:nth-child(1){max-width:200px}.worklist-tbl th:nth-child(2),.worklist-tbl td:nth-child(2){max-width:200px}.worklist-tbl .wl-who{width:110px;max-width:110px;overflow:hidden}.worklist-tbl .wl-jobs-col{width:50px}.worklist-tbl .wl-opened{width:88px}.worklist-tbl .wl-todo{width:104px;max-width:104px}.worklist-tbl .wl-todo .btn{padding:2px 8px;font-size:11.5px}.wl-booked{display:block;margin-left:0}.worklist-tbl .wl-todo{width:118px;max-width:118px;display:flex;gap:4px;justify-content:flex-end;align-items:center}.worklist-tbl .wl-todo .wl-todo-pick{max-width:100%;margin-left:0}.worklist-tbl .wl-todo .btn{flex:0 0 auto}.wl-suggested{margin-left:6px;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border:1px solid var(--line);border-radius:9px;padding:0 6px}@media(max-width:900px){.board-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.board-filters .btn{flex:0 0 auto;white-space:nowrap;font-size:12px;padding:5px 10px}}.board-page .page-head{margin-bottom:var(--gap)}.board-page .board-filters{margin:0 0 var(--gap);padding-bottom:0}.board-page .stagebar{margin-bottom:var(--gap)}.board-page .worklist{margin-top:0}:root{--gap: 12px}.stagebar button,.stagebar .stagebar-cell{padding:9px 12px}.stagebar-l{font-size:11.5px}.worklist-tbl th:nth-child(1),.worklist-tbl td:nth-child(1){max-width:152px}.worklist-tbl th:nth-child(2),.worklist-tbl td:nth-child(2){max-width:164px}.worklist-tbl .wl-stage{width:146px;max-width:146px;overflow:hidden;text-overflow:ellipsis}.worklist-tbl .wl-who{width:96px;max-width:96px}.worklist-tbl .wl-jobs-col{width:44px}.worklist-tbl .wl-opened{width:80px}.worklist-tbl td,.worklist-tbl th{padding:6px 10px}.wl-due{font:inherit;font-size:11px;color:var(--ink-soft);background:none;border:1px solid var(--line);border-radius:9px;padding:0 4px;max-width:108px}.wl-due.overdue{color:#a3401a;border-color:#d8b09b;font-weight:600}.stagebar .todo-approval{border-top-color:#c4526b}.stagebar-estimates{border-top-color:#2f9e5f!important;text-decoration:none}.stagebar-estimates .stagebar-n{font-size:17px}.pill-declined{background:#f6eceb;color:#a3401a;border-color:#e3cdc6}.stagebar-lapsed{border-top-color:#c4526b!important;text-decoration:none}.stagebar-lapsed .stagebar-n{font-size:17px;color:var(--ink-soft)}.btn-check-in{background:#fff;color:var(--link);border:1px solid var(--accent);font-weight:600;border-radius:6px;white-space:nowrap}.btn-check-in:hover{background:var(--accent);border-color:var(--accent);color:#fff}.btn-check-in:disabled{opacity:.5}.job-complaint{margin:8px 0 14px}.job-complaint textarea{width:100%;resize:vertical}.addjob{margin-top:10px;display:grid;gap:6px}.job-said{display:block;margin-top:2px;font-size:12px;color:var(--ink-soft);font-style:italic}.job-three{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:8px 0 14px}.job-three textarea{width:100%;resize:vertical}@media(max-width:900px){.job-three{grid-template-columns:1fr}}
