:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f3f4f6;--bg-strong:#fff;--ink:#111;--ink-soft:#1f2937;--muted:#6b7280;--line:#e5e7eb;--line-strong:#d1d5db;--surface:#ffffffe6;--surface-strong:#fff;--surface-muted:#f8fafc;--surface-dark:#0b0b0c;--success:#111;--danger:#b91c1c;--font-ui:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;--shadow-soft:0 18px 48px #0f172a14;--shadow-card:0 10px 30px #0f172a0f}*{box-sizing:border-box}html,body,#__next{min-height:100%}html{background:var(--bg)}body{color:var(--ink);font-family:var(--font-ui);background:radial-gradient(circle at 0% 0%, #0f172a0d, transparent 26%), radial-gradient(circle at 100% 0%, #0f172a09, transparent 24%), linear-gradient(180deg, #fafafa 0%, var(--bg) 100%);margin:0}button,input,select,textarea{font:inherit}button{appearance:none}a{color:inherit;text-decoration:none}.page-shell{place-items:center;min-height:100vh;padding:32px 20px;display:grid}.auth-card{width:min(1120px,100%);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffb8;border:1px solid #11111114;border-radius:28px;grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);gap:22px;padding:22px;display:grid}.auth-hero,.auth-form,.panel,.feature-card,.profile-card{border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow-card);border-radius:18px}.auth-hero{color:#f9fafb;background:radial-gradient(circle at 100% 0,#ffffff1f,#0000 32%),linear-gradient(#161616 0%,#060606 100%);padding:40px}.auth-hero h1{letter-spacing:-.05em;margin:0 0 16px;font-size:clamp(2.6rem,5vw,4.4rem);line-height:.98}.auth-hero p{color:#f9fafbc2;max-width:34rem;margin:0;font-size:1.03rem;line-height:1.72}.auth-hero-note{color:#f9fafb94!important;margin-top:18px!important;font-size:.94rem!important;line-height:1.66!important}.auth-form{background:linear-gradient(180deg, #f8fafccc, #fffffff5), var(--surface-strong);flex-direction:column;gap:18px;padding:30px;display:flex}.auth-form-header{gap:8px;padding-bottom:8px;display:grid}.auth-form-header .eyebrow{margin-bottom:0}.auth-form-header h1{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,4vw,2.8rem);line-height:1}.auth-form-header .form-hint{margin:0}.auth-form-meta{border-top:1px solid #d1d5dba6;padding-top:4px}.auth-form-meta .form-hint{margin:0}.legal-links{color:var(--muted);flex-wrap:wrap;gap:12px;font-size:.93rem;display:flex}.legal-links a{text-underline-offset:.16em;text-decoration:underline}.auth-aside{gap:18px;display:grid}.auth-aside-header,.facility-showcase-card,.auth-policy-panel{border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow-card);border-radius:18px}.auth-aside-header{text-align:center;color:#f9fafb;background:radial-gradient(circle at 100% 0,#ffffff1a,#0000 30%),linear-gradient(#151515 0%,#060606 100%);padding:20px 24px}.auth-aside-header h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.02}.facility-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.facility-showcase-card{overflow:hidden}.facility-showcase-card-link{transition:transform .18s,box-shadow .18s,border-color .18s;display:block}.facility-showcase-card-link:hover,.facility-showcase-card-link:focus-visible{border-color:#2563eb47;transform:translateY(-2px);box-shadow:0 16px 34px #0f172a1a}.facility-showcase-image{aspect-ratio:1.45;object-fit:cover;background:#dbe2ea;width:100%;display:block}.facility-showcase-image-placeholder{background:linear-gradient(135deg,#0f172a1a,#ffffffd9),linear-gradient(#d8dee6 0%,#eef2f7 100%)}.facility-showcase-copy{padding:18px 18px 20px}.facility-showcase-copy h3{letter-spacing:-.02em;margin:0 0 6px;font-size:1.08rem}.facility-showcase-copy p{color:var(--muted);margin:0;line-height:1.6}.auth-policy-panel{text-align:center;justify-items:center;padding:20px 22px;display:grid}.auth-policy-panel .legal-links{justify-content:center}.auth-policy-panel .eyebrow{text-align:center;width:100%;margin:0 auto 10px}.marketing-shell{min-height:100vh;padding:26px 18px}.marketing-card{border:1px solid var(--line);width:min(1100px,100%);box-shadow:var(--shadow-soft);background:#ffffffe6;border-radius:24px;margin:0 auto;padding:22px}.marketing-topbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.marketing-topbar .eyebrow{margin:0}.marketing-topbar-links{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;font-size:.9rem;display:flex}.marketing-topbar-links>a:not(.ghost-button){text-underline-offset:.16em;text-decoration:underline}.marketing-hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px;display:grid}.marketing-copy,.marketing-highlight,.marketing-panel{border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow-card);border-radius:20px}.marketing-copy{padding:24px}.marketing-copy h1{letter-spacing:-.035em;margin:0 0 12px;font-size:clamp(1.9rem,3vw,2.7rem);font-weight:650;line-height:1.04}.marketing-copy p{max-width:38rem;color:var(--ink-soft);margin:0;line-height:1.62}.marketing-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.marketing-actions .primary-button,.marketing-actions .ghost-button,.marketing-topbar-links .ghost-button{border-radius:12px;min-height:38px;padding:0 14px;font-size:.92rem;font-weight:600}.marketing-actions .primary-button,.marketing-topbar-links .ghost-button{box-shadow:none}.marketing-highlight{color:#f9fafb;background:radial-gradient(circle at 100% 0,#ffffff1a,#0000 30%),linear-gradient(#151515 0%,#060606 100%);padding:20px}.marketing-highlight h2{letter-spacing:-.03em;margin:8px 0 10px;font-size:1.2rem;font-weight:650;line-height:1.18}.marketing-highlight .legal-list{color:#f9fafbd1}.marketing-highlight .legal-list li{margin-bottom:8px;line-height:1.56}.marketing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.marketing-panel{padding:18px}.marketing-panel h3{letter-spacing:-.02em;margin:0 0 8px;font-size:1rem;font-weight:650}.marketing-panel p{color:var(--ink-soft);margin:0;line-height:1.58}.marketing-link-list{gap:8px;margin-top:14px;display:grid}.marketing-link-list a{color:var(--ink-soft);text-underline-offset:.16em;text-decoration:underline}@media (max-width:860px){.marketing-card{padding:22px}.marketing-topbar,.marketing-topbar-links,.marketing-actions{align-items:flex-start}.marketing-topbar,.marketing-hero-grid,.marketing-grid{grid-template-columns:1fr}.marketing-topbar{flex-direction:column}.marketing-topbar-links{justify-content:flex-start}.marketing-copy,.marketing-highlight,.marketing-panel{padding:22px}.facility-showcase{grid-template-columns:1fr}}.legal-shell{min-height:100vh;padding:36px 20px}.legal-card{border:1px solid var(--line);width:min(920px,100%);box-shadow:var(--shadow-soft);background:#ffffffe6;border-radius:24px;margin:0 auto;padding:28px}.legal-topbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.legal-backlink{color:var(--ink-soft);font-weight:600}.legal-updated{color:var(--muted);margin:0;font-size:.92rem}.legal-header{border-bottom:1px solid var(--line);padding-bottom:22px}.legal-header h1{letter-spacing:-.05em;margin:10px 0 12px;font-size:clamp(2.1rem,4vw,3.2rem);line-height:1}.legal-header p:last-child{max-width:44rem;color:var(--ink-soft);margin:0;line-height:1.72}.legal-section{padding-top:24px}.consent-proof{border:1px solid var(--line);background:#f8fafce6;border-radius:18px;gap:16px;margin-top:14px;padding:18px;display:grid}.consent-proof-field{max-width:320px}.consent-proof-field input:disabled{color:var(--ink-soft);cursor:default;background:#fff}.consent-proof-checkbox{align-items:flex-start}.consent-proof-checkbox span{line-height:1.65}.consent-proof-checkbox a{text-underline-offset:.16em;text-decoration:underline}.consent-proof-actions{justify-content:flex-start;display:flex}.consent-proof-button[disabled]{opacity:.7;cursor:not-allowed}.consent-proof-note{color:var(--muted);margin:0;font-size:.94rem;line-height:1.6}.legal-section h2{letter-spacing:-.02em;margin:0 0 12px;font-size:1.2rem}.legal-section p{color:var(--ink-soft);margin:0 0 12px;line-height:1.72}.legal-list{color:var(--ink-soft);margin:0;padding-left:20px}.legal-list li{margin:0 0 10px;line-height:1.68}.shell{background:#fcfcfd;flex-direction:column;min-height:100vh;display:flex}.shell-topbar{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000;border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:8px 24px;display:flex;position:sticky;top:0}.topbar-nav{flex-wrap:wrap;flex:auto;align-items:center;gap:8px;min-width:0;display:flex}.topbar-nav-link,.topbar-nav-trigger{color:#ffffffeb;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:.88rem;font-weight:400;line-height:1;transition:border-color .14s,background .14s,color .14s;display:inline-flex}.topbar-nav-link:hover,.topbar-nav-link:focus-visible,.topbar-nav-trigger:hover,.topbar-nav-trigger:focus-visible{color:#fff;background:#ffffff14;border-color:#ffffff29}.topbar-nav-link.is-active,.topbar-nav-trigger.is-active{color:#fff;background:#ffffff1f;border-color:#ffffff38}.topbar-nav-group{display:inline-flex;position:relative}.topbar-nav-trigger{justify-content:space-between}.topbar-nav-trigger .nav-group-caret{color:#ffffffad}.topbar-nav-group.is-open .nav-group-caret,.topbar-nav-trigger.is-active .nav-group-caret{color:currentColor}.nav-group-caret{width:.84rem;height:.84rem;color:var(--muted);transition:transform .16s,color .16s;display:block}.nav-group-caret.is-open{color:currentColor;transform:rotate(180deg)}.topbar-nav-menu{border:1px solid var(--line);background:#fff;border-radius:16px;gap:6px;min-width:220px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 18px 38px #0f172a24}.topbar-nav-menu-right{left:auto;right:0}.topbar-nav-sublink{color:var(--muted);border:1px solid #0000;border-radius:10px;padding:8px 11px;font-size:.84rem;font-weight:600;transition:border-color .14s,background .14s,color .14s;display:block}.topbar-nav-sublink:hover,.topbar-nav-sublink:focus-visible{border-color:var(--line);background:var(--surface-muted);color:var(--ink)}.topbar-nav-sublink.is-active{color:#f9fafb;background:#111;border-color:#111}.shell-topbar-account{flex:none}.shell-topbar-facility{flex:0 0 248px;min-width:220px}.shell-topbar-facility .custom-select-trigger{color:#fff;background:#ffffff0f;border-color:#ffffff2e;border-radius:999px;min-height:34px;padding:6px 12px}.shell-topbar-facility .custom-select-trigger.is-open,.shell-topbar-facility .custom-select-trigger:hover,.shell-topbar-facility .custom-select-trigger:focus-visible{box-shadow:none;background:#ffffff1a;border-color:#ffffff3d}.shell-topbar-facility .custom-select-trigger span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.shell-topbar-facility .custom-select-caret{color:#ffffffb8}.shell-topbar-facility .custom-select-caret.is-open,.topbar-account-trigger,.topbar-account-trigger:hover,.topbar-account-trigger:focus-visible,.topbar-account-trigger.is-active{color:#fff}.topbar-nav-menu-button{width:100%;color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;padding:8px 11px;font-size:.84rem;font-weight:600;transition:border-color .14s,background .14s,color .14s;display:block}.topbar-nav-menu-button:hover,.topbar-nav-menu-button:focus-visible{border-color:var(--line);background:var(--surface-muted);color:var(--ink)}.main-panel{flex:auto;min-width:0;padding:22px 24px 32px}.page-header{color:var(--ink);box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;padding:0;display:flex}.page-header-title-group{gap:6px;min-width:0;display:grid}.page-header.page-header-centered{justify-content:center;position:relative}.page-header.page-header-centered>div:first-child{text-align:center}.page-header.page-header-centered .header-actions{position:absolute;top:50%;right:24px;transform:translateY(-50%)}.page-header h2{letter-spacing:-.05em;color:var(--ink);margin:0;font-size:clamp(1.9rem,3vw,3rem);line-height:.92}.page-content{flex-direction:column;gap:24px;min-width:0;padding-inline:clamp(10px,1.2vw,18px);display:flex}.overview-grid,.content-grid{gap:24px;display:grid}.overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-grid.two-up{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.storage-types-stage{gap:22px;width:100%;margin:0;display:grid}.content-grid.two-up.storage-types-layout{grid-template-columns:minmax(820px,1fr) 308px;justify-content:space-between;align-items:start;gap:20px}.feature-card,.panel{padding:22px}.storage-types-create-panel{min-width:0;padding:20px 20px 18px}.storage-types-library-panel{width:100%;min-width:0;max-width:308px;padding:18px}.storage-types-library-panel-wide{justify-self:stretch;max-width:none;padding:20px}.facilities-library-panel{padding:14px 20px 20px}.facilities-library-title-wrap{text-align:left;gap:4px;width:auto;display:grid;position:static;left:auto;transform:none}.facilities-library-subtitle{color:var(--muted);font-size:.94rem;line-height:1.4}.facilities-library-header{grid-template-columns:minmax(0,1fr) auto;justify-content:stretch;align-items:start;gap:16px;min-height:0;margin-bottom:6px;display:grid;position:static}.facilities-library-header .primary-button,.facilities-library-header .ghost-button{justify-self:end;margin-left:0}.facility-edit-surface{margin-top:4px}.site-map-panel{flex-direction:column;min-height:calc(100vh - 118px);display:flex}.site-map-panel-header{margin-bottom:14px}.site-map-panel-header-actions-only{justify-content:flex-end;display:flex}.site-map-panel-title-wrap{gap:4px;display:grid}.site-map-panel-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.site-map-panel-actions-sidebar{justify-content:flex-start}.site-map-sidebar-actions-card{padding:16px 18px}.site-map-shell{flex:auto;grid-template-columns:minmax(0,1.4fr) 320px;align-items:start;gap:18px;min-height:0;display:grid}.site-map-canvas-panel,.site-map-sidebar-card{border:1px solid var(--line);background:#fbfcfe;border-radius:18px}.site-map-canvas-panel{background:#fff;grid-template-rows:auto auto minmax(0,1fr) auto;min-height:0;display:grid;overflow:hidden}.site-map-canvas-header{border-bottom:1px solid var(--line);padding:16px 18px 14px}.site-map-canvas-header div{gap:3px;display:grid}.site-map-canvas-header strong,.site-map-sidebar-section-title strong{color:var(--ink);letter-spacing:-.03em;font-size:1rem;line-height:1.05}.site-map-canvas-header span,.site-map-sidebar-section-title span,.site-map-sidebar-copy span,.site-map-empty-copy{color:var(--muted);font-size:.79rem;line-height:1.35}.site-map-toolbar{border-top:1px solid var(--line);background:#fff;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 18px;display:flex}.site-map-toolbar-side{justify-content:flex-end;align-items:flex-start;gap:16px;display:flex}.site-map-toolbar-metrics{flex-wrap:wrap;gap:18px;display:flex}.site-map-toolbar-metrics div,.site-map-toolbar-selection,.site-map-zoom-control{gap:2px;display:grid}.site-map-toolbar-metrics span,.site-map-toolbar-selection span,.site-map-zoom-control span,.site-map-selected-unit-row span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.67rem;font-weight:700}.site-map-toolbar-metrics strong,.site-map-toolbar-selection strong,.site-map-zoom-control strong,.site-map-selected-unit-row strong{color:var(--ink);font-size:.88rem;line-height:1.1}.site-map-zoom-control-row{align-items:center;gap:8px;display:flex}.site-map-zoom-button{border:1px solid var(--line);width:1.7rem;height:1.7rem;color:var(--ink);cursor:pointer;background:#fff;justify-content:center;align-items:center;font-size:1rem;font-weight:700;line-height:1;transition:border-color .14s,background .14s,transform .14s;display:inline-flex}.site-map-zoom-button:hover,.site-map-zoom-button:focus-visible{background:#f8fafc;border-color:#0f172a3d}.site-map-zoom-button:disabled{cursor:default;opacity:.45}.site-map-canvas{background:#fff;min-height:0;padding:0;overflow:auto}.site-map-blueprint{background:#fff;border:0;border-radius:0;align-content:start;justify-items:center;min-height:100%;display:grid;position:relative;overflow:auto}.site-map-blueprint.is-editing{background:linear-gradient(#fbfdff 0%,#f4f8fc 100%)}.site-map-blueprint-grid{display:none}.site-map-surface{background:linear-gradient(#fff 0%,#f9fbfd 100%);width:100%;min-height:420px;position:relative}.site-map-blueprint.has-layout{padding:20px 24px}.site-map-unmapped-strip{gap:8px;width:82%;margin:0 auto 14px;display:grid}.site-map-unmapped-strip-header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.site-map-unmapped-strip-header span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.67rem;font-weight:700}.site-map-unmapped-strip-header strong{color:var(--ink);font-size:.88rem;line-height:1.1}.site-map-unmapped-unit-grid{flex-wrap:wrap;align-items:flex-start;gap:7px;display:flex}.site-map-unmapped-unit-card{cursor:pointer;text-align:center;border:1px solid #0f172a24;border-radius:8px;align-content:center;justify-items:center;gap:1px;min-width:2.9rem;min-height:2rem;padding:.28rem .32rem;transition:box-shadow .14s,border-color .14s,transform .14s;display:grid;box-shadow:0 8px 14px #0f172a14}.site-map-unmapped-unit-card:hover,.site-map-unmapped-unit-card:focus-visible{border-color:#0f172a47;box-shadow:0 11px 18px #0f172a1f}.site-map-unmapped-unit-card.is-selected{border-color:#0f172a;box-shadow:0 0 0 2px #0f172a26,0 12px 20px #0f172a24}.site-map-unmapped-unit-card.tone-vacant{color:#14532d;background:linear-gradient(#dcfce7 0%,#bbf7d0 100%)}.site-map-unmapped-unit-card.tone-occupied{color:#1e3a8a;background:linear-gradient(#dbeafe 0%,#bfdbfe 100%)}.site-map-unmapped-unit-card.tone-reserved{color:#92400e;background:linear-gradient(#fef3c7 0%,#fde68a 100%)}.site-map-unmapped-unit-card.tone-maintenance{color:#991b1b;background:linear-gradient(#fee2e2 0%,#fecaca 100%)}.site-map-blueprint.has-layout .site-map-surface{width:82%;min-height:0;margin:0 auto}.site-map-blueprint.is-editing .site-map-surface{background:linear-gradient(#ffffffc7 0%,#f7fafdc7 100%),repeating-linear-gradient(0deg,#94a3b824 0 1px,#0000 1px 28px),repeating-linear-gradient(90deg,#94a3b824 0 1px,#0000 1px 28px),linear-gradient(#fff 0%,#f5f8fb 100%)}.site-map-blueprint.is-editing .site-map-surface:before{content:"";pointer-events:none;background:repeating-linear-gradient(0deg,#2563eb0f 0 1px,#0000 1px 140px),repeating-linear-gradient(90deg,#2563eb0f 0 1px,#0000 1px 140px);position:absolute;inset:0}.site-map-building{z-index:6;cursor:pointer;background:repeating-linear-gradient(135deg,#60a5fa2e 0 10px,#bfdbfe47 10px 20px);border:2px solid #2563ebb3;border-radius:0;transition:border-color .14s,background .14s,box-shadow .14s;position:absolute;overflow:visible;box-shadow:inset 0 0 0 1px #ffffff8c,0 10px 20px #2563eb14}.site-map-building.is-editable{touch-action:none}.site-map-building:hover,.site-map-building:focus-visible{border-color:#1d4ed8e6}.site-map-building.is-selected{z-index:8;border-color:#1d4ed8;box-shadow:inset 0 0 0 1px #ffffffb3,0 0 0 3px #2563eb29,0 16px 28px #2563eb1f}.site-map-building.is-just-added{z-index:8;background:linear-gradient(#dbeafec7 0%,#bfdbfec7 100%),repeating-linear-gradient(135deg,#60a5fa42 0 10px,#bfdbfe61 10px 20px);border-color:#1d4ed8;animation:.9s ease-out 2 site-map-building-pulse;box-shadow:inset 0 0 0 1px #ffffffc7,0 0 0 5px #2563eb38,0 18px 34px #2563eb2e}.site-map-building-label{color:#1e3a8a;letter-spacing:.03em;text-transform:uppercase;text-align:center;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;width:auto;max-width:calc(100% + 12px);padding:0;font-size:.42rem;font-weight:700;line-height:1;display:inline-block;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%,calc(-100% - 4px))}.site-map-building-grid-preview{pointer-events:auto;position:absolute;inset:0}.site-map-building-row-preview{--site-map-row-divider-color:#1d4ed86b;--site-map-row-fill:#ffffff1f;box-sizing:border-box;background:var(--site-map-row-fill);position:absolute;left:0}.site-map-building-row-preview.has-top-divider{border-top:2px solid var(--site-map-row-divider-color)}.site-map-building-row-preview.has-right-divider{border-right:2px solid var(--site-map-row-divider-color)}.site-map-building-unit-preview{box-sizing:border-box;color:#1e3a8a;letter-spacing:-.04em;font-variant-numeric:tabular-nums;text-align:center;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 0 2px #ffffffc7;justify-content:center;align-items:center;min-width:0;max-width:100%;padding:1px 2px;font-size:clamp(.58rem,.44vw,.82rem);font-weight:800;line-height:1;display:flex;position:absolute;top:0;bottom:0;overflow:hidden}.site-map-building-unit-preview.is-clickable{appearance:none;cursor:pointer;font-family:inherit;line-height:inherit;border:0}.site-map-building-unit-preview.is-clickable:focus-visible{z-index:2;outline-offset:-2px;outline:2px solid #0f172ad1}.site-map-building-unit-preview.tone-vacant{color:#14532d;background:linear-gradient(#dcfce7f0 0%,#bbf7d0f0 100%)}.site-map-building-unit-preview.tone-occupied{color:#1e3a8a;background:linear-gradient(#dbeafef0 0%,#bfdbfef0 100%)}.site-map-building-unit-preview.tone-reserved{color:#92400e;background:linear-gradient(#fef3c7f5 0%,#fde68af5 100%)}.site-map-building-unit-preview.tone-maintenance{color:#991b1b;background:linear-gradient(#fee2e2f5 0%,#fecacaf5 100%)}.site-map-blueprint.is-editing .site-map-building-row-preview{--site-map-row-divider-color:#1d4ed8b8;--site-map-row-fill:#ffffff3d}.site-map-blueprint.is-editing .site-map-building-unit-preview{color:#0f172a;letter-spacing:-.05em;text-shadow:0 0 2px #fffffff2;cursor:inherit;padding:1px 2px;font-size:clamp(.62rem,.5vw,.9rem);font-weight:900}.site-map-blueprint.is-editing .site-map-building-unit-preview.tone-vacant,.site-map-blueprint.is-editing .site-map-building-unit-preview.tone-occupied,.site-map-blueprint.is-editing .site-map-building-unit-preview.tone-reserved,.site-map-blueprint.is-editing .site-map-building-unit-preview.tone-maintenance{box-shadow:inset 0 0 0 1px #0f172a14}.site-map-building-grid-line{background:#1d4ed875;position:absolute;box-shadow:0 0 0 1px #ffffff57}.site-map-building-grid-line.is-vertical{width:2px;top:0;bottom:0;transform:translate(-50%)}.site-map-building-grid-line.is-horizontal{height:2px;left:0;right:0;transform:translateY(-50%)}@keyframes site-map-building-pulse{0%{box-shadow:inset 0 0 0 1px #ffffffc7,0 0 #2563eb4d,0 12px 24px #2563eb1f}70%{box-shadow:inset 0 0 0 1px #ffffffc7,0 0 0 10px #2563eb00,0 20px 36px #2563eb2e}to{box-shadow:inset 0 0 0 1px #ffffffc7,0 0 #2563eb00,0 18px 34px #2563eb2e}}.site-map-unit{z-index:4;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;transform-origin:50%;border:1px solid #0f172a24;border-radius:10px;align-content:center;justify-items:center;gap:2px;padding:6px 4px;transition:box-shadow .14s,border-color .14s,transform .14s;display:grid;position:absolute;overflow:hidden;box-shadow:0 12px 22px #0f172a14}.site-map-unit.is-unmapped{min-width:3.2rem;min-height:2.35rem;padding:.4rem .35rem}.site-map-unit.is-editable{touch-action:none}.site-map-unit:hover,.site-map-unit:focus-visible{border-color:#0f172a47;box-shadow:0 16px 28px #0f172a1f}.site-map-unit.is-selected{z-index:9;border-color:#0f172a;box-shadow:0 0 0 2px #0f172a26,0 18px 30px #0f172a29}.site-map-unit.tone-vacant{color:#14532d;background:linear-gradient(#dcfce7 0%,#bbf7d0 100%)}.site-map-unit.tone-occupied{color:#1e3a8a;background:linear-gradient(#dbeafe 0%,#bfdbfe 100%)}.site-map-unit.tone-reserved{color:#92400e;background:linear-gradient(#fef3c7 0%,#fde68a 100%)}.site-map-unit.tone-maintenance{color:#991b1b;background:linear-gradient(#fee2e2 0%,#fecaca 100%)}.site-map-unit-number{letter-spacing:-.03em;font-size:.88rem;font-weight:800;line-height:1;display:block}.site-map-unit.is-unmapped .site-map-unit-number{font-size:.76rem}.site-map-unit-meta{opacity:.88;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.62rem;font-weight:700;line-height:1.15;display:block;overflow:hidden}.site-map-unit.is-unmapped .site-map-unit-meta{display:none}.site-map-unmapped-unit-card .site-map-unit-number{font-size:.68rem}.site-map-unmapped-unit-card .site-map-unit-meta{display:none}.site-map-blueprint-copy{z-index:1;text-align:center;align-content:center;justify-items:center;gap:10px;height:100%;min-height:420px;padding:28px;display:grid;position:relative}.site-map-blueprint-kicker{color:#1d4ed8;letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:800}.site-map-blueprint-copy strong{color:#0f172a;letter-spacing:-.05em;font-size:clamp(1.55rem,2vw,2rem);line-height:.98}.site-map-blueprint-copy p{color:#526071;max-width:34ch;margin:0;line-height:1.55}.site-map-legend-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:14px 18px 18px;display:flex}.site-map-legend-items{flex:auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-width:0;display:grid}.site-map-legend-item{align-items:center;gap:8px;min-width:0;display:flex}.site-map-legend-item.tone-vacant strong{color:#166534}.site-map-legend-item.tone-occupied strong{color:#1e3a8a}.site-map-legend-item.tone-reserved strong{color:#92400e}.site-map-legend-item.tone-maintenance strong{color:#991b1b}.site-map-legend-swatch{background:#cbd5e1;border-radius:999px;flex:none;width:10px;height:10px}.site-map-legend-swatch.tone-vacant{background:#16a34a}.site-map-legend-swatch.tone-occupied{background:#1e3a8a}.site-map-legend-swatch.tone-reserved{background:#f59e0b}.site-map-legend-swatch.tone-maintenance{background:#ef4444}.site-map-legend-item strong,.site-map-type-row strong,.site-map-metric-grid strong,.site-map-sidebar-copy strong{color:var(--ink)}.site-map-legend-item strong,.site-map-type-row span,.site-map-type-row strong{font-size:.84rem}.site-map-zoom-control-top{flex:none;align-self:center;align-items:center;display:flex}.site-map-legend-item span{color:var(--muted);font-variant-numeric:tabular-nums;margin-left:auto;font-size:.78rem}.site-map-sidebar{overscroll-behavior:contain;scrollbar-gutter:stable;align-content:start;align-self:start;gap:14px;max-height:calc(100vh - 210px);padding-right:4px;display:grid;position:sticky;top:0;overflow-y:auto}.site-map-sidebar .field input,.site-map-sidebar .field select,.site-map-sidebar .field textarea,.site-map-sidebar .site-map-setup-column-number-input{border-radius:0}.site-map-sidebar-card{gap:14px;padding:14px;display:grid}.site-map-settings-grid{gap:12px}.site-map-builder-hint{color:#526071;background:#f8fafc;border:1px solid #94a3b840;border-radius:12px;grid-column:1/-1;padding:10px 12px;font-size:.82rem;line-height:1.45}.site-map-end-units-toggle{color:var(--ink);cursor:pointer;grid-column:1/-1;justify-self:start;align-items:center;gap:8px;font-size:.74rem;font-weight:700;line-height:1;display:inline-flex}.site-map-end-units-toggle input{accent-color:#0f172a;width:14px;height:14px;margin:0}.site-map-end-units-toggle span{color:var(--ink);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:700}.site-map-setup-direction-row{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:8px;display:flex}.site-map-setup-direction-chip{align-items:center;gap:6px;display:inline-flex}.site-map-setup-direction-chip span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:700}.site-map-setup-direction-toggle{width:24px;height:24px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #94a3b83d;border-radius:0;justify-content:center;align-items:center;padding:0;font-size:.8rem;font-weight:800;line-height:1;display:inline-flex}.site-map-setup-direction-toggle:hover,.site-map-setup-direction-toggle:focus-visible{background:#f8fbff;border-color:#2563eb57}.site-map-setup-row-list{grid-column:1/-1;gap:8px;display:grid}.site-map-setup-row-item{background:#fff;border:1px solid #94a3b82e;border-radius:12px;gap:8px;padding:8px 10px;display:grid}.site-map-setup-row-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:4px 10px;display:flex}.site-map-setup-row-item strong{color:var(--ink);font-size:.86rem;line-height:1.05}.site-map-setup-row-item span{color:var(--muted);font-size:.76rem;line-height:1.2}.site-map-setup-row-grid{grid-template-columns:1fr;gap:8px}.site-map-setup-column-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.site-map-setup-column-list.is-single-column{grid-template-columns:minmax(0,1fr)}.site-map-setup-column-card{background:0 0;border:0;border-radius:0;gap:6px;min-width:0;padding:0;display:grid}.site-map-setup-column-head strong{color:var(--ink);font-size:.8rem;line-height:1.05}.site-map-setup-column-head{min-width:0}.site-map-end-unit-number-grid{grid-template-columns:repeat(auto-fit,minmax(84px,1fr));gap:6px;display:grid}.site-map-end-unit-number-item{gap:4px;min-width:0;display:grid}.site-map-end-unit-number-item span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;text-align:center;font-size:.62rem;font-weight:700}.site-map-setup-column-number-input{width:100%;color:var(--ink);background:#fff;border:1px solid #94a3b838;border-radius:10px;padding:6px 8px;font-size:.8rem;font-weight:700;line-height:1}.site-map-setup-column-number-input::placeholder{color:#94a3b8;font-weight:600}.site-map-setup-column-card .field input,.site-map-setup-column-card .field select{border-radius:0;padding:6px 8px;line-height:1}.site-map-setup-column-card .field span{letter-spacing:.04em;text-align:center;font-size:.62rem}.site-map-sidebar-buttons{flex-wrap:wrap}.site-map-selected-unit-card{gap:10px;display:grid}.site-map-selected-unit-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.site-map-danger-button{justify-self:start}.site-map-building-unit-section{border-top:1px solid #94a3b82e;gap:12px;padding-top:6px;display:grid}.site-map-building-unit-list{gap:10px;display:grid}.site-map-building-unit-row{background:#f8fafc;border:1px solid #94a3b82e;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px 12px;padding:10px 12px;display:grid}.site-map-building-unit-row.is-editing{background:#f3f8ff;border-color:#3b82f647}.site-map-building-unit-copy{gap:3px;min-width:0;display:grid}.site-map-building-unit-copy strong{font-size:.94rem;line-height:1.05}.site-map-building-unit-copy span,.site-map-building-unit-empty{color:var(--muted);font-size:.8rem;line-height:1.45}.site-map-building-unit-actions{justify-content:flex-end}.site-map-building-unit-editor{grid-column:1/-1;padding-top:2px}.site-map-sidebar-hero{padding:0;overflow:hidden}.site-map-sidebar-image-wrap{background:#eef3f8;height:184px}.site-map-sidebar-image,.site-map-sidebar-image-empty{width:100%;height:100%}.site-map-sidebar-image{object-fit:cover;display:block}.site-map-sidebar-image-empty{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;place-items:center;font-size:.84rem;font-weight:700;display:grid}.site-map-sidebar-copy{gap:4px;padding:0 14px 14px;display:grid}.site-map-sidebar-copy strong{letter-spacing:-.03em;font-size:1.04rem;line-height:1.05}.site-map-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.site-map-metric-grid div{gap:4px;display:grid}.site-map-metric-grid span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.67rem;font-weight:700}.site-map-metric-grid strong{letter-spacing:-.03em;font-size:1.05rem;line-height:1}.site-map-sidebar-section-title{gap:4px;display:grid}.site-map-checklist{color:#516071;gap:8px;margin:0;padding-left:1.1rem;display:grid}.site-map-checklist li{line-height:1.4}.site-map-type-list{gap:8px;display:grid}.site-map-type-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.facility-edit-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:20px;display:grid}.facility-edit-media{gap:12px;display:grid}.facility-edit-media-frame{border:1px solid var(--line);background:#f8fafc;border-radius:18px;min-height:344px;overflow:hidden}.facility-edit-media-image{object-fit:cover;width:100%;height:100%;display:block}.facility-edit-media-copy{gap:4px;display:grid}.facility-edit-media-copy strong{color:var(--ink);font-size:1.08rem}.facility-edit-media-copy span{color:var(--muted);font-size:.9rem;line-height:1.4}.facility-media-actions{align-items:center;gap:8px}.facility-upload-button{cursor:pointer;position:relative;overflow:hidden}.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}.facility-edit-fields{gap:16px;min-width:0;display:grid}.facility-edit-footer{justify-content:space-between;align-items:center;gap:16px;padding-top:4px;display:flex}.facility-inline-toggle{margin:0}.facility-edit-actions{justify-content:flex-end}.feature-card h3,.panel h3{margin:0 0 10px;font-size:1.35rem;line-height:1.15}.feature-card p,.panel p{color:var(--muted);margin:0;line-height:1.68}.feature-link{color:var(--ink);align-items:center;margin-top:18px;font-weight:700;display:inline-flex}.feature-link.is-muted{color:var(--muted)}.dashboard-kpi-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(90deg,#0ea5e90a 0%,#22c55e0d 100%);grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid}.dashboard-kpi-item{border-left:1px solid var(--line);gap:6px;padding:14px 16px 16px;display:grid}.dashboard-kpi-item:first-child{border-left:0;padding-left:0}.dashboard-kpi-item span,.dashboard-facility-inline-metrics span,.dashboard-bar-copy span,.dashboard-source-label,.dashboard-legend-row span{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:700}.dashboard-kpi-item strong{color:#0f172a;letter-spacing:-.05em;font-size:2rem;line-height:.92}.dashboard-kpi-item:first-child strong{color:#2563eb}.dashboard-kpi-item:nth-child(2) strong{color:#0ea5e9}.dashboard-kpi-item:nth-child(3) strong{color:#16a34a}.dashboard-kpi-item:nth-child(4) strong{color:#0f766e}.dashboard-chart-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px;width:100%;max-width:1160px;margin:0 auto;display:grid}.dashboard-chart-panel{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;min-height:386px;padding:18px 20px;display:flex;box-shadow:0 1px 2px #0f172a0a}.dashboard-section{border-top:1px solid var(--line);padding-top:18px}.dashboard-section-head{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:16px;display:flex}.dashboard-section-head h3{color:#0f172a;letter-spacing:-.03em;margin:0;font-size:1.14rem;line-height:1}.dashboard-chart-title-row{flex:auto;justify-content:center;align-items:center;gap:12px;min-width:0;display:flex}.dashboard-year-nav{align-items:center;gap:6px;display:inline-flex}.dashboard-year-button{color:#0f172a;cursor:pointer;background:#f8fbfd;border:1px solid #d5dde6;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:1rem;font-weight:700;line-height:1;transition:border-color .14s,background .14s,color .14s,opacity .14s;display:inline-flex}.dashboard-year-button:hover,.dashboard-year-button:focus-visible{color:#0369a1;background:#ecf8ff;border-color:#8fd3f4;outline:none}.dashboard-year-button:disabled{opacity:.34;cursor:default}.dashboard-year-label{color:#0f172a;letter-spacing:.04em;text-align:center;text-transform:none;min-width:12.5rem;font-size:.82rem;font-weight:800}.dashboard-section-value{color:#0f172a;letter-spacing:-.04em;white-space:nowrap;font-size:1.72rem;line-height:.94}.dashboard-chart-panel-revenue .dashboard-section-value{font-size:.96rem}.dashboard-chart-panel-revenue .dashboard-section-head{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.dashboard-chart-panel-revenue .dashboard-chart-title-row{flex:none;justify-content:flex-start;width:auto}.dashboard-chart-panel-revenue .dashboard-section-value-stack{place-items:flex-end start;gap:4px;margin-left:auto;display:flex}.dashboard-chart-panel-revenue .dashboard-section-meta{letter-spacing:0;text-transform:none;font-size:.72rem;font-weight:500}.dashboard-section-value-inline{place-items:baseline start;gap:4px;display:flex}.dashboard-section-value-inline-occupancy{gap:3px;margin-left:auto}.dashboard-chart-panel-occupancy .dashboard-section-head,.dashboard-chart-panel-payment .dashboard-section-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.dashboard-chart-panel-occupancy .dashboard-chart-title-row,.dashboard-chart-panel-payment .dashboard-chart-title-row{flex:none;justify-content:flex-start;width:auto}.dashboard-chart-panel-occupancy .dashboard-section-meta,.dashboard-chart-panel-payment .dashboard-section-meta{letter-spacing:0;text-transform:none;font-size:.72rem;font-weight:500}.dashboard-chart-panel-occupancy .dashboard-section-value{line-height:.98}.dashboard-chart-panel-payment .dashboard-section-value-stack{justify-items:end}.dashboard-chart-panel .dashboard-column-chart,.dashboard-chart-panel .dashboard-occupancy-layout{flex:auto}.dashboard-chart-panel .dashboard-column-chart{min-height:208px}.dashboard-chart-panel .dashboard-metric-row{margin-top:auto}.dashboard-chart-panel .empty-state{margin:auto 0 0}.dashboard-section-value-stack{justify-items:end;gap:4px;display:grid}.dashboard-section-meta{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.62rem;font-weight:700}.dashboard-bar-chart{gap:12px;display:grid}.dashboard-bar-row{grid-template-columns:minmax(112px,.84fr) minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.dashboard-bar-copy{gap:4px;min-width:0;display:grid}.dashboard-bar-copy strong,.dashboard-facility-copy strong{color:#0f172a;font-size:.95rem;line-height:1.15}.dashboard-bar-track{background:linear-gradient(90deg,#0ea5e91a 0%,#22c55e1f 100%);border-radius:999px;height:12px;position:relative;overflow:hidden}.dashboard-bar-fill{background:linear-gradient(90deg,#0ea5e9 0%,#2563eb 100%);border-radius:999px;height:100%}.dashboard-bar-fill-muted{background:linear-gradient(90deg,#22c55e 0%,#0ea5e9 100%)}.dashboard-bar-value{color:#0f172a;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.88rem;font-weight:800}.dashboard-column-chart{grid-template-columns:repeat(auto-fit,minmax(38px,1fr));align-items:end;gap:6px;display:grid}.dashboard-column-chart.is-yearly{grid-template-columns:repeat(12,minmax(0,1fr));gap:6px}.dashboard-column-button{appearance:none;cursor:pointer;background:0 0;border:0;place-items:end center;gap:8px;padding:0;transition:transform .14s,opacity .14s;display:grid;position:relative}.dashboard-column-chart.is-yearly .dashboard-column-button{gap:6px}.dashboard-column-button:hover,.dashboard-column-button:focus-visible{outline:none;transform:translateY(-2px)}.dashboard-column-button:not(.is-active){opacity:.92}.dashboard-column-track{background:0 0;justify-content:center;align-items:flex-end;width:100%;height:148px;padding:0 1px;display:flex;position:relative;overflow:visible;box-shadow:inset 0 -1px #94a3b83d}.dashboard-column-tooltip{z-index:5;color:#f8fafc;opacity:0;pointer-events:none;text-align:left;background:#0f172af0;border-radius:10px;gap:6px;min-width:168px;max-width:220px;padding:10px 12px;transition:opacity .14s,transform .14s;display:grid;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%,8px);box-shadow:0 14px 28px #0f172a33}.dashboard-column-tooltip:after{content:"";border:6px solid #0000;border-top-color:#0f172af0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.dashboard-column-button:hover .dashboard-column-tooltip,.dashboard-column-button:focus-visible .dashboard-column-tooltip{opacity:1;transform:translate(-50%)}.dashboard-column-tooltip strong{color:#fff;font-size:.78rem;font-weight:700;line-height:1.15}.dashboard-column-tooltip-row{color:#f8fafcf5;align-items:center;gap:6px;font-size:.74rem;font-weight:500;line-height:1.2;display:inline-flex}.dashboard-column-tooltip-swatch{background:linear-gradient(#7dd3fc 0%,#38bdf8 100%);border-radius:2px;flex:none;width:10px;height:10px}.dashboard-column-tooltip-meta{color:#e2e8f0c7;font-size:.68rem;font-weight:500;line-height:1.15}.dashboard-column-fill{background:linear-gradient(#93e3ef 0%,#58cadf 100%);border-radius:2px 2px 0 0;width:100%;max-width:34px;min-height:12px;transition:height .18s,width .14s,filter .14s;display:block;overflow:hidden}.dashboard-column-chart.is-yearly .dashboard-column-fill{width:100%;max-width:none}.dashboard-column-button.is-active .dashboard-column-fill{filter:saturate(1.02)brightness(.97);width:100%;max-width:34px}.dashboard-column-chart.is-yearly .dashboard-column-button.is-active .dashboard-column-fill{max-width:none}.dashboard-column-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:700;line-height:1}.dashboard-column-button.is-active .dashboard-column-label{color:#0f172a}.dashboard-metric-row{border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;padding-top:14px;display:grid}.dashboard-metric-row-revenue{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:16px}.dashboard-metric-item{gap:4px;display:grid}.dashboard-metric-item span{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:700}.dashboard-metric-item strong{color:#0f172a;letter-spacing:-.03em;font-size:1.02rem;line-height:1}.dashboard-revenue-trend-item{align-content:end;gap:4px;display:grid}.dashboard-revenue-trend-item strong{color:#64748b;letter-spacing:-.05em;font-size:2.25rem;font-weight:500;line-height:.92}.dashboard-revenue-trend-item span{color:#475569;font-size:.84rem;font-weight:500;line-height:1.15}.dashboard-revenue-trend-item.is-positive strong{color:#58cadf}.dashboard-revenue-trend-item.is-negative strong{color:#b35b2d}.dashboard-occupancy-layout{grid-template-columns:minmax(0,1fr);align-items:center;gap:10px;display:grid}.dashboard-occupancy-chart-shell{grid-template-columns:26px minmax(0,1fr);align-items:stretch;gap:6px;display:grid}.dashboard-occupancy-axis-label{color:#334155;letter-spacing:0;writing-mode:vertical-rl;place-self:center;font-size:.76rem;font-weight:500;transform:rotate(180deg)}.dashboard-occupancy-chart{width:100%;height:172px;display:block}.dashboard-occupancy-grid-line{stroke:#94a3b83d;stroke-width:1px}.dashboard-occupancy-axis-line{stroke:#64748b52;stroke-width:1px}.dashboard-occupancy-line{fill:none;stroke:#334155;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.dashboard-occupancy-tick{fill:#475569;letter-spacing:0;font-size:8px;font-weight:500}.dashboard-payment-layout{grid-template-columns:188px minmax(0,1fr);align-items:center;gap:18px}.dashboard-pie-chart{border-radius:999px;justify-self:center;width:176px;height:176px}.dashboard-legend-list{gap:10px;display:grid}.dashboard-payment-legend-list{align-content:start}.dashboard-legend-row{grid-template-columns:10px minmax(0,1fr);align-items:center;gap:10px;display:grid}.dashboard-legend-swatch{border-radius:999px;width:10px;height:10px}.dashboard-facility-inline-metrics strong{color:#0f172a;letter-spacing:-.03em;font-size:.96rem;line-height:1}.dashboard-legend-row span:last-child{color:#334155;font-size:.76rem;font-weight:500;line-height:1.15}.dashboard-metric-row-occupancy,.dashboard-metric-row-payment{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-payment-summary-item{text-align:center;justify-items:center;gap:6px;display:grid}.dashboard-payment-summary-item strong{color:#0f172a;letter-spacing:-.05em;font-size:2.1rem;font-weight:400;line-height:.92}.dashboard-payment-summary-item span{color:#475569;font-size:.82rem;font-weight:500;line-height:1.15}.dashboard-facility-table,.dashboard-move-out-table{gap:0;display:grid}.dashboard-facility-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.dashboard-move-out-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(220px,1.1fr) minmax(360px,.9fr);align-items:start;gap:14px;padding:12px 0;display:grid}.dashboard-facility-row:last-child,.dashboard-move-out-row:last-child{border-bottom:0}.dashboard-facility-copy{gap:4px;display:grid}.dashboard-move-out-copy{gap:2px;display:grid}.dashboard-facility-copy span{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:700;line-height:1.2}.dashboard-move-out-copy span{color:var(--muted);letter-spacing:.08em;font-size:.7rem;font-weight:600;line-height:1.3}.dashboard-move-out-copy strong{color:#0f172a;font-size:.88rem;font-weight:500;line-height:1.2}.dashboard-facility-inline-metrics{text-align:right;grid-template-columns:repeat(4,minmax(68px,auto));justify-content:end;align-items:center;gap:16px;display:grid}.dashboard-move-out-inline-metrics{text-align:left;grid-template-columns:minmax(88px,.8fr) minmax(88px,.8fr) minmax(88px,.8fr) auto;justify-content:stretch;align-items:center;gap:12px;width:100%;display:grid}.dashboard-facility-inline-metrics div{gap:4px;display:grid}.dashboard-move-out-inline-metrics>div:not(.dashboard-move-out-actions){gap:2px;display:grid}.dashboard-move-out-inline-metrics span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:600}.dashboard-move-out-inline-metrics strong{color:#0f172a;letter-spacing:-.02em;font-size:.84rem;font-weight:500;line-height:1.15}.dashboard-move-out-action{min-height:32px;padding:0 10px;font-size:.8rem;text-decoration:none}.dashboard-move-out-actions{flex-wrap:nowrap;justify-content:flex-start;justify-self:end;align-items:center;gap:8px;display:flex!important}.dashboard-move-out-actions .dashboard-move-out-action{min-width:88px}.panel-header-actions-only{justify-content:flex-end}.storage-types-library-header{justify-content:flex-end;align-items:center;min-height:42px;display:flex;position:relative}.storage-types-library-title-wrap{text-align:center;width:min(100%,100% - 180px);position:absolute;left:50%;transform:translate(-50%)}.storage-types-library-title-wrap h3{margin:0}.storage-types-library-panel .button-row,.storage-types-edit-surface .button-row{gap:8px}.storage-types-library-panel .primary-button,.storage-types-library-panel .ghost-button,.storage-types-edit-surface .primary-button,.storage-types-edit-surface .ghost-button{letter-spacing:.01em;border-radius:11px;min-height:38px;padding:0 14px;font-size:.82rem;font-weight:700}.storage-types-library-panel .primary-button,.storage-types-edit-surface .primary-button{background:#111;box-shadow:0 8px 18px #0f172a1f}.storage-types-library-panel .ghost-button,.storage-types-edit-surface .ghost-button{color:#1f2937;background:#fbfcfd;border-color:#dde3ea}.storage-types-library-panel .ghost-button:hover,.storage-types-library-panel .ghost-button:focus-visible,.storage-types-edit-surface .ghost-button:hover,.storage-types-edit-surface .ghost-button:focus-visible{background:#f3f5f7;border-color:#cbd5e1}.storage-types-library-panel .primary-button:hover,.storage-types-library-panel .primary-button:focus-visible,.storage-types-edit-surface .primary-button:hover,.storage-types-edit-surface .primary-button:focus-visible,.storage-types-library-panel .ghost-button:hover,.storage-types-library-panel .ghost-button:focus-visible,.storage-types-edit-surface .ghost-button:hover,.storage-types-edit-surface .ghost-button:focus-visible{transform:translateY(-.5px)}.storage-types-library-header .primary-button,.storage-types-library-header .ghost-button{min-height:40px;margin-left:auto;padding:0 15px}.storage-types-edit-media .ghost-button,.storage-types-edit-surface .custom-value-row .ghost-button{border-radius:10px;min-height:32px;padding:0 11px;font-size:.76rem;font-weight:700}.storage-types-edit-surface{gap:14px;max-width:980px}.storage-types-edit-header{padding-top:4px}.storage-types-edit-header h3{margin:0}.storage-types-edit-surface .grid-form{gap:10px}.storage-types-edit-layout{grid-template-columns:248px minmax(0,1fr);align-items:start;gap:18px;display:grid}.storage-types-edit-media{align-content:start;gap:12px;display:grid}.storage-types-edit-media-frame{border:1px solid var(--line);background:linear-gradient(135deg,#f8fafc 25%,#eef2f7 25% 50%,#f8fafc 50% 75%,#eef2f7 75% 100%) 0 0/16px 16px;border-radius:18px;justify-content:center;align-items:center;min-height:420px;display:flex;overflow:hidden}.storage-types-edit-media-frame-compact{min-height:332px}.storage-types-edit-media-image{object-fit:contain;border-radius:18px;width:100%;height:100%}.storage-types-edit-media-empty{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:700}.image-dot-row{align-items:center;gap:6px;display:flex}.image-dot-row-centered{justify-content:center}.image-dot{cursor:pointer;background:#11111138;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:transform .14s,background .14s,opacity .14s}.image-dot:hover,.image-dot:focus-visible{background:#11111180;transform:scale(1.08)}.image-dot.is-active{background:#111}.storage-types-edit-thumbnail-row{flex-wrap:wrap;gap:8px;display:flex}.storage-types-file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.storage-types-edit-thumbnail-shell{cursor:grab;position:relative}.storage-types-edit-thumbnail-shell.is-dragging{opacity:.54;cursor:grabbing}.storage-types-edit-thumbnail-shell.is-drop-target .storage-types-edit-thumbnail{border-color:#111;box-shadow:0 0 0 1px #1111111f,0 10px 20px #0f172a1a}.storage-types-edit-thumbnail{border:1px solid var(--line);cursor:pointer;touch-action:none;background:#fff;border-radius:12px;width:58px;height:58px;padding:0;transition:border-color .14s,box-shadow .14s,transform .14s;overflow:hidden}.storage-types-edit-thumbnail-shell.is-active .storage-types-edit-thumbnail{border-color:#111;box-shadow:0 0 0 1px #1111111f}.storage-types-edit-thumbnail:hover,.storage-types-edit-thumbnail:focus-visible,.storage-types-edit-thumbnail-shell.is-active .storage-types-edit-thumbnail:hover,.storage-types-edit-thumbnail-shell.is-active .storage-types-edit-thumbnail:focus-visible{border-color:var(--line-strong);transform:translateY(-1px);box-shadow:0 8px 18px #0f172a14}.storage-types-edit-thumbnail-image{object-fit:cover;width:100%;height:100%;display:block}.storage-types-edit-thumbnail-upload{color:var(--muted);cursor:pointer;text-align:center;background:linear-gradient(135deg,#f8fafc 25%,#eef2f7 25% 50%,#f8fafc 50% 75%,#eef2f7 75% 100%) 0 0/16px 16px;place-items:center;gap:2px;display:grid}.storage-types-edit-thumbnail-upload:hover,.storage-types-edit-thumbnail-upload:focus-visible{color:var(--ink)}.storage-types-edit-thumbnail-upload-plus{font-size:1.15rem;font-weight:600;line-height:1}.storage-types-edit-thumbnail-upload-copy{letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:700}.storage-types-edit-thumbnail-remove{color:#111;cursor:pointer;background:#fffffff5;border:1px solid #1111111f;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-6px;box-shadow:0 6px 14px #0f172a1f}.storage-types-edit-thumbnail-remove:hover,.storage-types-edit-thumbnail-remove:focus-visible{color:#fff;background:#111;border-color:#111}.storage-types-edit-fields{align-content:start;gap:14px;display:grid}.storage-types-edit-grid-primary{grid-template-columns:minmax(150px,180px) minmax(150px,170px) max-content;justify-content:start;align-items:end}.storage-types-edit-grid-category-size{grid-template-columns:minmax(220px,280px) minmax(150px,184px) minmax(150px,184px);justify-content:start;align-items:start}.storage-types-edit-grid-door{grid-template-columns:minmax(220px,280px);justify-content:start}.storage-types-edit-grid-door-three{grid-template-columns:minmax(220px,280px) repeat(2,minmax(150px,184px));justify-content:start}.storage-types-edit-grid-two{grid-template-columns:repeat(2,minmax(150px,184px));justify-content:start}.storage-types-edit-surface .field{gap:5px}.storage-types-edit-surface .field span{letter-spacing:.09em;font-size:.69rem}.storage-types-edit-surface .field input,.storage-types-edit-surface .field select,.storage-types-edit-surface .field textarea,.storage-types-edit-surface .field-followup{border-radius:12px;padding:8px 11px;font-size:.94rem}.storage-types-edit-surface .field textarea{min-height:64px}.currency-input{position:relative}.currency-input-prefix{color:var(--muted);pointer-events:none;font-size:.88rem;font-weight:700;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.storage-types-edit-surface .currency-input input{padding-left:28px}.measurement-input{position:relative}.measurement-input-suffix{color:var(--muted);letter-spacing:.06em;pointer-events:none;text-transform:lowercase;font-size:.82rem;font-weight:700;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.storage-types-edit-surface .measurement-input input{padding-right:34px}.storage-types-edit-surface .custom-select-trigger{border-radius:12px;min-height:38px;padding:8px 11px;font-size:.94rem}.storage-types-edit-surface .custom-value-badge{min-height:32px;padding:0 10px;font-size:.84rem}.storage-types-inline-status{align-self:end}.storage-types-edit-surface .storage-types-inline-status .status-check-card{border-radius:11px;gap:8px;min-height:36px;padding:7px 10px}.storage-types-edit-surface .storage-types-inline-status .status-check-box{border-radius:4px;width:16px;height:16px}.storage-types-edit-surface .storage-types-inline-status .status-check-box svg{width:9px;height:9px}.storage-types-edit-surface .storage-types-inline-status .status-check-copy strong{font-size:.82rem}.storage-types-edit-surface .storage-types-inline-status .status-check-copy small{display:none}.storage-types-edit-actions{justify-content:flex-end}.storage-types-edit-actions-only{margin-top:2px}.inventory-panel{flex-direction:column;min-height:calc(100vh - 118px);max-height:calc(100vh - 118px);padding:20px 20px 18px;display:flex;overflow:hidden}.inventory-panel-customers-shell{min-height:calc(100vh - 104px);max-height:calc(100vh - 104px);margin-left:clamp(28px,4vw,48px);margin-right:clamp(28px,4vw,48px);padding-bottom:0}.inventory-panel-header{align-items:center;margin-bottom:16px}.inventory-panel-header-centered{justify-content:flex-end;min-height:42px;position:relative}.inventory-panel-title-wrap{text-align:center;width:min(100%,100% - 180px);position:absolute;left:50%;transform:translate(-50%)}.inventory-panel-header-no-count .inventory-panel-title-wrap{width:100%}.inventory-panel-header.inventory-panel-header-no-count{margin-bottom:10px}.inventory-panel-header-centered.inventory-panel-header-no-count{min-height:24px}.inventory-panel-title h3{margin-bottom:0}.inventory-customers-heading,.inventory-units-heading{text-align:center;justify-items:center;gap:4px;width:100%;margin-bottom:12px;display:grid}.inventory-customers-heading h2,.inventory-units-heading h2{color:var(--ink);margin:0;font-size:1.02rem;font-weight:600;line-height:1.1}.inventory-customers-heading p,.inventory-units-heading p{color:var(--muted);letter-spacing:0;margin:0;font-size:.88rem;font-weight:400;line-height:1.15}.customer-payment-launcher-shell{justify-content:center;padding-top:12px;display:flex}.customer-payment-launcher-card{gap:16px;width:min(920px,100%);padding:18px 18px 16px;display:grid}.customer-payment-launcher-stack{gap:12px;width:min(560px,100%);display:grid}.customer-payment-launcher-copy{gap:4px;display:grid}.customer-payment-launcher-copy p{color:var(--ink-soft);margin:0;font-size:.98rem;line-height:1.5}.customer-payment-launcher-copy span{color:var(--muted);font-size:.82rem;line-height:1.4}.customer-payment-launcher-row{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;display:grid}.customer-payment-launcher-input{border:1px solid var(--line);width:100%;min-height:46px;color:var(--ink);background:#fcfcfd;border-radius:12px;padding:0 13px;transition:border-color .12s,box-shadow .12s,background-color .12s}.customer-payment-launcher-input:focus{background:#fff;border-color:#111;outline:none;box-shadow:0 0 0 4px #11111114}.customer-payment-launcher-input:disabled{opacity:.7;cursor:default}.customer-payment-launcher-button{min-width:108px;box-shadow:none;border-radius:12px}.customer-payment-launcher-feedback{color:var(--muted);margin:0;font-size:.83rem;line-height:1.45}.customer-payment-search-results{gap:10px;display:grid}.customer-payment-search-results-heading h3{color:var(--ink);letter-spacing:-.03em;margin:0;font-size:1.24rem;font-weight:600}.customer-payment-search-results-table-wrap{border:1px solid var(--line);background:#fff;border-radius:0;overflow:hidden}.customer-payment-search-results-table{border-collapse:collapse;table-layout:fixed;width:100%}.customer-payment-search-results-table th,.customer-payment-search-results-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:10px 12px;font-size:.88rem;font-weight:400;line-height:1.25}.customer-payment-search-results-table th{color:#30303a;background:#ececec;font-weight:600}.customer-payment-search-results-table tbody tr:last-child td{border-bottom:0}.customer-payment-search-results-link{color:#2563eb;font-size:inherit;font-weight:400;line-height:inherit}.customer-payment-search-results-link:hover,.customer-payment-search-results-link:focus-visible{color:#1d4ed8;text-decoration:underline}.inventory-panel-count{justify-items:end;gap:2px;min-width:118px;display:grid}.inventory-panel-count strong{color:var(--ink);letter-spacing:-.03em;font-size:1.45rem;line-height:1}.inventory-panel-count span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.74rem;font-weight:700}.page-header.units-grid-page-header,.units-grid-panel{width:min(1160px,100%);margin-left:auto;margin-right:auto}.units-grid-panel{padding:18px 22px 24px}.units-grid-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.units-grid-toolbar-controls{align-items:center;gap:10px;display:inline-flex}.units-grid-sort-button{border-radius:8px;min-height:34px;padding:0 14px;font-size:.82rem}.units-grid-toolbar-copy{color:var(--muted);margin:0;font-size:.82rem;font-weight:400;line-height:1.3}.units-grid-groups{gap:18px;display:grid}.units-grid-group{align-items:start;gap:10px;display:grid}.units-grid-group-label{color:var(--ink);letter-spacing:-.04em;white-space:nowrap;font-size:1.85rem;font-weight:600;line-height:.95}.units-grid-group-tiles{flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex}.units-grid-tile{white-space:nowrap;border:1px solid #94a3b847;border-radius:4px;justify-content:center;align-items:center;min-width:48px;height:42px;padding:0 10px;font-size:.86rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .14s,box-shadow .14s,border-color .14s;display:inline-flex;box-shadow:inset 0 1px #ffffff40}.units-grid-tile:hover,.units-grid-tile:focus-visible{transform:translateY(-1px);box-shadow:inset 0 1px #ffffff4d,0 6px 14px #0f172a1f}.units-grid-tile:focus-visible{outline-offset:1px;outline:2px solid #0f172ac7}.units-grid-tile.tone-vacant{color:#14532d;background:linear-gradient(#dcfce7 0%,#bbf7d0 100%);border-color:#22c55e47}.units-grid-tile.tone-occupied{color:#1e3a8a;background:linear-gradient(#dbeafe 0%,#bfdbfe 100%);border-color:#3b82f642}.units-grid-tile.tone-reserved{color:#92400e;background:linear-gradient(#fef3c7 0%,#fde68a 100%);border-color:#f59e0b47}.units-grid-tile.tone-maintenance{color:#991b1b;background:linear-gradient(#fee2e2 0%,#fecaca 100%);border-color:#ef444442}.inventory-toolbar{grid-template-columns:minmax(260px,1.45fr) minmax(220px,1fr) minmax(180px,.82fr);gap:12px;margin-bottom:16px;display:grid}.inventory-toolbar-customers{grid-template-columns:minmax(250px,1.35fr) minmax(188px,.88fr) minmax(152px,.72fr);gap:10px}.inventory-toolbar-units{grid-template-columns:minmax(250px,1.35fr) minmax(188px,.9fr) minmax(152px,.72fr);gap:10px}.inventory-toolbar-customers>.field:nth-child(2){justify-self:start;min-width:0;max-width:178px}.inventory-toolbar-customers>.field:nth-child(3){justify-self:start;min-width:0;max-width:156px}.inventory-toolbar-units>.field:nth-child(2){justify-self:start;min-width:0;max-width:178px}.inventory-toolbar-units>.field:nth-child(3){justify-self:start;min-width:0;max-width:156px}.inventory-toolbar-customers .field span,.inventory-toolbar-units .field span{letter-spacing:.04em;font-weight:400}.inventory-toolbar-customers .custom-select-trigger,.inventory-toolbar-units .custom-select-trigger{border-radius:10px;gap:8px;min-height:34px;padding:6px 10px;font-size:.82rem;font-weight:400}.inventory-toolbar-customers .custom-select-trigger span,.inventory-toolbar-units .custom-select-trigger span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.inventory-toolbar-customers .custom-select-option,.inventory-toolbar-customers .custom-select-action,.inventory-toolbar-units .custom-select-option,.inventory-toolbar-units .custom-select-action{padding:8px 10px;font-size:.82rem;font-weight:400}.inventory-table-shell-customers{margin-left:0;margin-right:0}.inventory-search-field{min-width:0}.inventory-summary-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.inventory-summary-item{border:1px solid var(--line);background:#fcfcfd;border-radius:12px;justify-content:space-between;align-items:baseline;gap:10px;padding:8px 11px;display:flex}.inventory-summary-item-alert{background:#f5f9ff;border-color:#2563eb24}.inventory-summary-item-button{cursor:pointer;text-align:left;width:100%;transition:border-color .12s,box-shadow .12s,background-color .12s,transform .12s}.inventory-summary-item-button:hover,.inventory-summary-item-button:focus-visible{background:#fff;border-color:#111;outline:none;box-shadow:0 0 0 4px #11111114}.inventory-summary-item-button.is-active{background:#f5f6f8;border-color:#111;box-shadow:inset 0 0 0 1px #1111110a}.inventory-summary-item-button.is-active span,.inventory-summary-item-button.is-active strong{color:var(--ink)}.inventory-summary-item span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.66rem;font-weight:700}.inventory-summary-item strong{color:var(--ink);letter-spacing:-.03em;white-space:nowrap;font-size:.92rem;line-height:1}.inventory-table-shell{border:1px solid var(--line);background:#fff;border-radius:16px;flex:auto;min-height:0;overflow-y:auto}.inventory-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:0}.inventory-col-unit{width:80px}.inventory-col-unit-type{width:154px}.inventory-col-storage-type{width:182px}.inventory-col-status-width{width:120px}.inventory-col-customer{width:156px}.inventory-col-money-width{width:120px}.inventory-col-active-width{width:104px}.inventory-col-contact{width:180px}.inventory-col-customer-name{width:176px}.inventory-col-date-width{width:112px}.inventory-col-notes-width{width:auto}.inventory-table-preview .inventory-col-unit{width:74px}.inventory-table-customers .inventory-col-unit{width:132px}.inventory-table-preview .inventory-col-unit-type{width:136px}.inventory-table-preview .inventory-col-status-width{width:108px}.inventory-table-live .inventory-col-unit{width:76px}.inventory-table-live .inventory-col-storage-type{width:164px}.inventory-table-live .inventory-col-status-width{width:112px}.inventory-table thead th{z-index:1;border-bottom:1px solid var(--line);color:var(--muted);letter-spacing:.12em;text-align:center;text-transform:uppercase;background:#fafafa;padding:0;font-size:.7rem;font-weight:800;position:sticky;top:0}.inventory-table-head-label{justify-content:center;align-items:center;min-height:40px;padding:10px 12px;display:flex}.inventory-sort-button{width:100%;color:inherit;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;text-align:center;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;padding:10px 12px;display:flex}.inventory-col-left,.inventory-col-center,.inventory-col-right{text-align:center}.inventory-sort-button-left,.inventory-sort-button-center{justify-content:center}.inventory-sort-button:hover,.inventory-sort-button:focus-visible{color:var(--ink);outline:none}.inventory-sort-caret{color:#c0c6cf;font-size:.76rem;line-height:1;transition:color .12s}.inventory-sort-caret.is-active,.inventory-sort-button:hover .inventory-sort-caret,.inventory-sort-button:focus-visible .inventory-sort-caret{color:var(--ink)}.inventory-table tbody td{color:var(--ink-soft);text-align:center;vertical-align:middle;border-bottom:1px solid #edf1f5;padding:10px 12px;font-size:.89rem;line-height:1.15}.inventory-table tbody tr:last-child td{border-bottom:0}.inventory-table-empty-row{color:var(--muted);text-align:center;font-size:.88rem}.inventory-table tbody tr:hover{background:#fcfcfd}.inventory-row-link{cursor:pointer}.unit-notes-page{gap:14px;display:grid}.unit-notes-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.unit-notes-toolbar-main{gap:8px;min-width:min(100%,720px);display:grid}.unit-notes-toolbar-copy{color:var(--ink-soft);margin:0;font-size:.92rem;line-height:1.45}.unit-notes-inline-filter{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.unit-notes-inline-filter-sort{gap:8px}.unit-notes-inline-copy{color:var(--ink-soft);font-size:.88rem;line-height:1.45}.unit-notes-toolbar-controls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.unit-notes-select-wrap{min-width:0}.unit-notes-select-wrap-saved-for{width:132px}.unit-notes-select-wrap-sort{width:146px}.unit-notes-checkbox{color:var(--ink-soft);align-items:center;gap:8px;margin:0;font-size:.88rem;display:inline-flex}.unit-notes-checkbox input{margin:0}.unit-notes-search-button,.unit-notes-action-button{cursor:pointer;border:1px solid #8f99a7;border-radius:5px;min-height:38px;padding:0 14px;font-size:.84rem;font-weight:600;transition:background .16s,border-color .16s,color .16s,transform .16s}.unit-notes-search-button{color:#fff;background:#7090a8;border-color:#7090a8}.unit-notes-action-button{color:#fff;background:#8f99a7;border-color:#8f99a7}.unit-notes-search-button:hover,.unit-notes-search-button:focus-visible,.unit-notes-action-button:hover,.unit-notes-action-button:focus-visible{outline:none;transform:translateY(-1px)}.unit-notes-search-button:hover,.unit-notes-search-button:focus-visible{background:#5f819a;border-color:#5f819a}.unit-notes-action-button:hover,.unit-notes-action-button:focus-visible{background:#7a8491;border-color:#7a8491}.unit-notes-export-actions{align-self:flex-start;align-items:center;gap:8px;margin-left:auto;display:flex}.unit-notes-table-shell{max-height:none}.unit-notes-table thead th{color:#555b65;letter-spacing:0;text-align:left;text-transform:none;background:#f5f5f3;font-size:.78rem;font-weight:700}.unit-notes-table .inventory-table-head-label{justify-content:flex-start;min-height:38px;padding:10px 12px}.unit-notes-table tbody td{color:var(--ink-soft);text-align:left;vertical-align:top;padding:10px 12px;font-size:.89rem;line-height:1.35}.unit-notes-table .inventory-notes-cell{max-width:none;color:var(--ink-soft);text-align:left}.inventory-row-link:focus-visible{outline-offset:-2px;outline:2px solid #2563eb40}.inventory-customer-name-button{color:#1d4ed8;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:flex-start;align-items:center;max-width:100%;padding:0;text-decoration:none;display:inline-flex}.inventory-customer-name-button strong{color:inherit}.inventory-customer-name-button:hover,.inventory-customer-name-button:focus-visible{color:#1e40af;box-shadow:inset 0 -1px}.inventory-customer-name-button:focus-visible{outline-offset:3px;border-radius:6px;outline:2px solid #2563eb40}.inventory-unit-link-list{display:inline}.inventory-customer-unit-button{color:#1d4ed8;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none;display:inline}.inventory-customer-unit-button:hover,.inventory-customer-unit-button:focus-visible{color:#1e40af;text-underline-offset:2px;text-decoration:underline}.inventory-customer-unit-button:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #2563eb40}.print-batches-panel{width:min(1180px,100%);margin:0 auto;padding:16px 18px 20px}.print-batches-header-bar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.print-batches-filter-row{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.print-batches-filter-field{gap:5px;min-width:0;display:grid}.print-batches-filter-field span{color:#5b6370;font-size:.8rem;font-weight:600}.print-batches-filter-field select{border:1px solid var(--line);min-width:122px;min-height:38px;color:var(--ink);background:#fff;border-radius:0;padding:7px 10px;font-size:.87rem}.print-batches-filter-button,.print-batches-primary-button,.print-batches-top-action{color:#fff;cursor:pointer;border:1px solid #6f95b1;border-radius:5px;min-height:38px;padding:0 14px;font-size:.84rem;font-weight:600;transition:background .16s,border-color .16s,transform .16s}.print-batches-filter-button,.print-batches-primary-button{background:#6f95b1}.print-batches-filter-button:hover,.print-batches-filter-button:focus-visible,.print-batches-primary-button:hover,.print-batches-primary-button:focus-visible,.print-batches-top-action:hover,.print-batches-top-action:focus-visible{outline:none;transform:translateY(-1px)}.print-batches-filter-button:hover,.print-batches-filter-button:focus-visible,.print-batches-primary-button:hover,.print-batches-primary-button:focus-visible{background:#5f819a;border-color:#5f819a}.print-batches-primary-button:disabled{opacity:.62;cursor:not-allowed;transform:none}.print-batches-top-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.print-batches-top-action{background:#8b98a8;border-color:#8b98a8}.print-batches-top-action.is-active,.print-batches-top-action:hover,.print-batches-top-action:focus-visible{background:#6f95b1;border-color:#6f95b1}.print-batches-copy{color:#5c6674;margin:10px 0 16px;font-size:.9rem;line-height:1.5}.print-batches-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.print-batches-info-card{border:1px solid var(--line);background:#fff;border-radius:0;padding:14px 16px}.print-batches-info-card h3{color:#343946;margin:0 0 10px;font-size:1rem;font-weight:700;line-height:1.2}.print-batches-info-card p{color:#5e6774;margin:0;font-size:.88rem;line-height:1.52}.inline-error,.inline-success{border:1px solid var(--line);border-radius:0;margin:0 0 14px;padding:10px 12px;font-size:.88rem;line-height:1.45}.inline-error{color:#9a3030;background:#fff4f4}.inline-success{color:#2d6b3f;background:#f3faf4}.print-batches-selection-copy{color:#5c6674;align-items:center;gap:8px;margin:0 0 10px;font-size:.88rem;display:flex}.print-batches-selection-copy button{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0;font-size:.88rem}.print-batches-selection-copy button:hover,.print-batches-selection-copy button:focus-visible,.print-batches-link:hover,.print-batches-link:focus-visible{text-decoration:underline}.print-batches-table-shell{max-height:none;margin-bottom:16px}.print-batches-table thead th{color:#525965;text-align:left;text-transform:none;background:#f4f4f2;font-size:.78rem;font-weight:700}.print-batches-table tbody td{color:#4d5664;vertical-align:middle;padding:10px 12px;font-size:.89rem;line-height:1.38}.print-batches-table thead .print-batches-checkbox-col,.print-batches-table tbody .print-batches-checkbox-col{text-align:center;vertical-align:middle;width:54px;min-width:54px;padding-left:8px;padding-right:8px}.print-batches-table thead .print-batches-checkbox-col input,.print-batches-table tbody .print-batches-checkbox-col input{accent-color:#2563eb;width:14px;height:14px;margin:0 auto;display:block}.print-batches-link{color:#2563eb;text-decoration:none}.print-batches-balance-head,.print-batches-balance-cell{text-align:right}.print-batches-empty-row{text-align:center;color:#6a7280!important;padding:24px 16px!important}.print-batches-footer{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;display:grid}.print-batches-footer-left,.print-batches-footer-right{border:1px solid var(--line);background:#fff;border-radius:0;padding:14px 16px}.print-batches-note-field{gap:6px;display:grid}.print-batches-note-field span{color:#4f5866;font-size:.84rem;font-weight:600}.print-batches-note-field textarea{border:1px solid var(--line);width:100%;min-height:120px;color:var(--ink);resize:vertical;border-radius:0;padding:10px 12px;font-size:.89rem;line-height:1.45}.print-batches-note-copy{color:#6a7280;margin:8px 0 0;font-size:.82rem;line-height:1.4}.print-batches-footer-right{justify-items:end;gap:12px;min-width:220px;display:grid}.print-batches-batch-summary{color:#58606d;justify-items:end;gap:3px;font-size:.84rem;display:grid}.print-batches-batch-summary strong{color:#2f3640;font-size:1rem;font-weight:700}.print-batches-history-table tbody td{vertical-align:top}.mailing-labels-page{width:min(1120px,100%);margin:0 auto;padding:16px 18px 24px}.mailing-labels-toolbar{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:10px;display:flex}.mailing-labels-filter-field{gap:5px;min-width:168px;display:grid}.mailing-labels-filter-field span{color:#5b6370;font-size:.8rem;font-weight:600}.mailing-labels-filter-field select{border:1px solid var(--line);min-width:118px;min-height:38px;color:var(--ink);background:#fff;border-radius:0;padding:7px 10px;font-size:.87rem}.mailing-labels-continue-button,.mailing-labels-download-button{color:#fff;cursor:pointer;background:#6f95b1;border:1px solid #6f95b1;border-radius:5px;min-height:38px;padding:0 14px;font-size:.84rem;font-weight:600;transition:background .16s,border-color .16s,transform .16s}.mailing-labels-continue-button:hover,.mailing-labels-continue-button:focus-visible,.mailing-labels-download-button:hover,.mailing-labels-download-button:focus-visible{background:#5f819a;border-color:#5f819a;outline:none;transform:translateY(-1px)}.mailing-labels-continue-button:disabled,.mailing-labels-download-button:disabled{opacity:.62;cursor:not-allowed;transform:none}.mailing-labels-copy{color:#5d6774;margin:0 0 14px;font-size:.88rem;line-height:1.48}.mailing-labels-copy p{margin:0}.mailing-labels-copy p+p{margin-top:4px}.mailing-labels-select-row{color:#5b6370;align-items:center;gap:5px;margin:0 0 14px;font-size:.88rem;display:flex}.mailing-labels-inline-link{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0;font-size:.88rem}.mailing-labels-inline-link:hover,.mailing-labels-inline-link:focus-visible{text-decoration:underline}.mailing-labels-columns,.mailing-labels-preview-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.mailing-labels-column,.mailing-labels-preview-column{align-content:start;gap:12px;display:grid}.mailing-labels-checkbox-row{color:#3e4652;align-items:center;gap:10px;font-size:.96rem;line-height:1.32;display:flex}.mailing-labels-checkbox-row input{accent-color:#2563eb;width:16px;height:16px;margin:0}.mailing-labels-preview{margin-top:34px}.mailing-labels-preview-item{color:#3e4652;font-size:.96rem;line-height:1.36}.mailing-labels-download-button{margin-top:20px}.mailing-labels-empty-state{color:#66707d;padding:18px 0;font-size:.92rem;line-height:1.45}.mailing-labels-print-sheet{display:none}.mailing-labels-print-label{color:#111827;box-sizing:border-box;flex-direction:column;justify-content:flex-start;gap:1px;padding:.12in .16in;font-family:Arial,sans-serif;font-size:11pt;line-height:1.18;display:flex;overflow:hidden}.mailing-labels-print-name{font-weight:700}.mailing-labels-print-line{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.communications-settings-page{gap:18px;display:grid}.communications-settings-panel{padding:16px 18px}.communications-settings-upper-grid{grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);align-items:start;gap:18px;display:grid}.communications-settings-side-stack{gap:18px;display:grid}.communications-settings-card{background:#fff;border:1px solid #d8dde5;border-radius:8px;overflow:hidden;box-shadow:0 14px 32px #0f172a0a}.communications-settings-card-header{color:#1f2937;background:#f1f3f5;border-bottom:1px solid #d8dde5;padding:11px 15px;font-size:.86rem;font-weight:700;line-height:1.2}.communications-settings-card-body{padding:14px 15px 16px}.communications-settings-card-body-stack{gap:14px;display:grid}.communications-settings-field{gap:6px;display:grid}.communications-settings-field>span{color:#334155;font-size:.79rem;font-weight:600;line-height:1.25}.communications-settings-field input,.communications-settings-field select{color:#0f172a;width:100%;min-height:38px;font:inherit;background:#fff;border:1px solid #cfd6de;border-radius:6px;padding:8px 11px;line-height:1.35}.communications-settings-field input:focus,.communications-settings-field select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f629}.communications-settings-field small,.communications-settings-inline-copy,.communications-settings-notification-item small{color:#64748b;font-size:.74rem;line-height:1.5}.communications-settings-field-compact{max-width:260px}.communications-settings-checkbox-row{color:#1f2937;align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.45;display:flex}.communications-settings-checkbox-row input,.communications-settings-notification-toggle input{flex:none;margin:2px 0 0}.communications-settings-inline-copy{margin:0}.communications-settings-notification-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;display:grid}.communications-settings-notification-item{gap:6px;display:grid}.communications-settings-notification-toggle{color:#1f2937;align-items:flex-start;gap:10px;font-size:.84rem;font-weight:600;line-height:1.4;display:flex}.communications-settings-actions{justify-content:flex-start;padding-top:4px;display:flex}.communications-settings-save-button{color:#fff;cursor:pointer;background:#3f83f8;border:1px solid #2f6bde;border-radius:6px;justify-content:center;align-items:center;min-height:38px;padding:0 16px;font-size:.82rem;font-weight:700;line-height:1;transition:background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.communications-settings-save-button:hover,.communications-settings-save-button:focus-visible{background:#2f6bde;border-color:#2559b8;box-shadow:0 12px 24px #2f6bde33}.communications-settings-save-button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}@media (max-width:960px){.mailing-labels-columns,.mailing-labels-preview-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.communications-settings-upper-grid{grid-template-columns:1fr}}@media (max-width:680px){.mailing-labels-page{padding-left:0;padding-right:0}.mailing-labels-columns,.mailing-labels-preview-columns{grid-template-columns:1fr;gap:16px}.mailing-labels-toolbar{align-items:stretch}.mailing-labels-filter-field{width:100%;min-width:0}.mailing-labels-continue-button,.mailing-labels-download-button{width:fit-content}.communications-settings-notification-grid{grid-template-columns:1fr}.communications-settings-field-compact{max-width:none}}@media print{body *{visibility:hidden!important}.mailing-labels-print-sheet,.mailing-labels-print-sheet *{visibility:visible!important}.mailing-labels-print-sheet{box-sizing:border-box;grid-template-columns:repeat(3,2.63in);grid-auto-rows:1in;gap:0 .125in;width:100%;padding:.5in .19in;display:grid;position:absolute;top:0;left:0}}.inventory-contact-link,.inventory-contact-link-button{color:#1d4ed8;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none;display:inline}.inventory-contact-link:hover,.inventory-contact-link:focus-visible,.inventory-contact-link-button:hover,.inventory-contact-link-button:focus-visible{color:#1e40af;text-underline-offset:2px;text-decoration:underline}.inventory-contact-link-button:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #2563eb40}.inventory-unit-number{color:var(--ink);letter-spacing:-.01em;font-weight:700}.inventory-type-cell{text-align:center;justify-items:center;gap:2px;display:grid}.inventory-type-cell strong{color:var(--ink);font-size:.88rem;font-weight:700}.inventory-type-cell span{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:600}.inventory-status{color:var(--ink);justify-content:center;align-items:center;gap:6px;font-weight:600;display:inline-flex}.inventory-status-dot{background:#cbd5e1;border-radius:999px;flex:none;width:8px;height:8px}.inventory-status-vacant .inventory-status-dot{background:#16a34a}.inventory-status-occupied .inventory-status-dot{background:#111}.inventory-status-reserved .inventory-status-dot{background:#f59e0b}.inventory-status-maintenance .inventory-status-dot{background:#ef4444}.inventory-status-current .inventory-status-dot{background:#16a34a}.inventory-status-due .inventory-status-dot{background:#f59e0b}.inventory-status-locked-out .inventory-status-dot{background:#ef4444}.inventory-rate-column{text-align:center;white-space:nowrap;font-variant-numeric:tabular-nums}.inventory-notes-cell{max-width:280px;color:var(--muted);text-align:center;overflow-wrap:anywhere;line-height:1.3}.inventory-flag-stack{justify-items:center;gap:4px;display:grid}.inventory-inline-pill{letter-spacing:.03em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:26px;padding:0 10px;font-size:.72rem;font-weight:700;display:inline-flex}.inventory-inline-pill.tone-vacant{color:#166534;background:#e8f7ed}.inventory-inline-pill.tone-reserved{color:#9a6700;background:#fff7e6}.inventory-inline-pill.tone-maintenance{color:#3730a3;background:#eef2ff}.inventory-flag-copy{color:var(--muted);font-size:.74rem;line-height:1.25}.inventory-name-stack,.inventory-date-stack,.inventory-contact-stack{text-align:center;justify-items:center;gap:2px;display:grid}.inventory-name-stack strong,.inventory-date-stack strong{color:var(--ink);font-size:.88rem;font-weight:700;line-height:1.05}.inventory-name-stack span,.inventory-date-stack span,.inventory-contact-stack span{color:var(--muted);font-size:.72rem;line-height:1.15}.inventory-contact-stack{overflow-wrap:anywhere}.inventory-units-cell{white-space:normal;overflow-wrap:anywhere}.inventory-table-customers tbody td{white-space:nowrap;padding:7px 10px;font-size:.82rem;font-weight:400}.inventory-table-customers .inventory-name-stack,.inventory-table-customers .inventory-date-stack,.inventory-table-customers .inventory-contact-stack{white-space:nowrap;justify-content:center;align-items:center;gap:4px;max-width:100%;display:inline-flex;overflow:hidden}.inventory-table-customers .inventory-name-stack strong,.inventory-table-customers .inventory-date-stack strong{font-size:.82rem;font-weight:400;line-height:1}.inventory-table-customers .inventory-customer-name-button strong{color:#1d4ed8}.inventory-table-customers .inventory-customer-name-button:hover strong,.inventory-table-customers .inventory-customer-name-button:focus-visible strong{color:#1e40af}.inventory-table-live .inventory-customer-name-button strong,.inventory-table-preview:not(.inventory-table-customers) .inventory-customer-name-button strong{color:#1d4ed8}.inventory-table-live .inventory-customer-name-button:hover strong,.inventory-table-live .inventory-customer-name-button:focus-visible strong,.inventory-table-preview:not(.inventory-table-customers) .inventory-customer-name-button:hover strong,.inventory-table-preview:not(.inventory-table-customers) .inventory-customer-name-button:focus-visible strong{color:#1e40af}.inventory-table-customers .inventory-customer-number-cell,.inventory-table-customers .inventory-customer-date-cell,.inventory-table-customers .inventory-customer-money-cell,.inventory-table-customers .inventory-customer-name-cell{text-align:left}.inventory-table-customers .inventory-customer-number-cell{white-space:nowrap}.inventory-table-customers .inventory-customer-name-cell .inventory-name-stack,.inventory-table-customers .inventory-customer-date-cell .inventory-date-stack,.inventory-table-customers .inventory-customer-money-cell{justify-content:flex-start}.inventory-table-customers .inventory-status{white-space:nowrap;gap:5px;font-size:.78rem;font-weight:400}.inventory-table-customers .inventory-unit-number,.inventory-table-customers strong{font-weight:400}.inventory-table-customers .inventory-name-stack span,.inventory-table-customers .inventory-date-stack span,.inventory-table-customers .inventory-contact-stack span{white-space:nowrap;font-size:.64rem;line-height:1}.inventory-table-text-messages tbody td{white-space:nowrap;padding:7px 10px;font-size:.8rem;font-weight:400;line-height:1.15}.inventory-table-text-messages .inventory-col-customer-name{width:168px}.inventory-table-text-messages .inventory-col-date-width{width:156px}.inventory-table-text-messages .inventory-col-customer{width:116px}.inventory-table-text-messages thead th{text-align:left}.inventory-table-text-messages .inventory-table-head-label{justify-content:flex-start;min-height:36px;padding:8px 10px}.inventory-table-text-messages .inventory-customer-name-cell,.inventory-table-text-messages .inventory-notes-cell,.inventory-table-text-messages .inventory-customer-date-cell,.inventory-table-text-messages .inventory-table-text-message-sender-cell{text-align:left}.inventory-table-text-messages tbody tr:nth-child(2n){background:#fafafa}.inventory-table-text-messages .inventory-customer-name-button strong,.inventory-table-text-message-customer-fallback,.inventory-table-text-messages .inventory-customer-date-cell span,.inventory-table-text-messages .inventory-table-text-message-sender-cell span{white-space:nowrap;font-size:.82rem;font-weight:400;line-height:1.1}.inventory-table-text-message-customer-fallback,.inventory-table-text-messages .inventory-customer-date-cell span,.inventory-table-text-messages .inventory-table-text-message-sender-cell span{color:var(--ink)}.inventory-table-text-messages .inventory-notes-cell{white-space:nowrap}.inventory-table-text-message-body span{color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.inventory-table-text-messages .inventory-customer-name-button{max-width:100%}.inventory-table-text-messages .inventory-customer-name-button strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.page-header.templates-page-header,.templates-panel{width:min(1080px,100%);margin-left:auto;margin-right:auto}.templates-panel{box-shadow:none;background:0 0;border:0;padding:0 0 10px}.templates-section-heading{gap:3px;margin-bottom:12px;display:grid}.templates-section-heading h3{color:var(--ink);letter-spacing:-.03em;margin:0;font-size:1.3rem;font-weight:600;line-height:1.02}.templates-section-heading p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.4}.templates-section-heading-compact{margin-bottom:8px}.templates-table-shell{background:0 0;border:0;border-radius:0;overflow:hidden}.templates-col-name{width:230px}.templates-col-channel{width:92px}.templates-col-delivery{width:auto}.templates-table thead th{color:#64748b;letter-spacing:.1em;background:#eef2f5;font-size:.64rem;font-weight:700}.templates-table .inventory-table-head-label{justify-content:flex-start;min-height:34px;padding:7px 10px}.templates-name-header,.templates-delivery-header,.templates-name-cell,.templates-delivery-cell{text-align:left!important}.templates-name-header .inventory-table-head-label,.templates-delivery-header .inventory-table-head-label{justify-content:flex-start!important}.templates-table thead th:nth-child(2) .inventory-table-head-label,.templates-table thead th:nth-child(3) .inventory-table-head-label{justify-content:center}.templates-table tbody td{vertical-align:top;padding:7px 10px;font-size:.79rem;font-weight:400;line-height:1.28}.templates-table tbody tr:nth-child(2n){background:#fafbfd}.templates-name-cell{color:var(--ink);white-space:nowrap;font-weight:400;padding-left:8px!important}.templates-name-link{color:#1d4ed8;text-decoration:none}.templates-name-link:hover,.templates-name-link:focus-visible{color:#1e40af;text-underline-offset:2px;text-decoration:underline}.templates-channel-cell{text-align:center;vertical-align:middle!important}.template-channel-icon{justify-content:center;align-items:center;width:auto;height:auto;font-size:1.18rem;font-weight:700;line-height:1;display:inline-flex}.template-channel-icon-available{color:#167a45}.template-channel-icon-unavailable{color:#7c8a9c}.template-channel-manual{color:#5d6b7d;white-space:nowrap;font-size:.72rem;font-weight:500}.templates-delivery-cell{color:var(--ink-soft);white-space:normal;padding-right:6px!important}.templates-custom-section{border-top:0;margin-top:18px;padding-top:2px}.templates-custom-empty{color:var(--muted);background:0 0;border:0;border-radius:0;padding:0;font-size:.78rem;line-height:1.4}.templates-detail-shell{gap:14px;display:grid}.templates-detail-placeholder{color:var(--muted);background:#fbfcfe;border:1px dashed #d7e0ea;border-radius:14px;padding:16px 18px;font-size:.82rem;line-height:1.45}.page-header.template-editor-page-header,.template-editor-panel{width:min(1040px,100%);margin-left:auto;margin-right:auto}.template-editor-panel{box-shadow:none;background:0 0;border:0;padding:0}.template-editor-shell{gap:16px;display:grid}.template-editor-intro{color:var(--ink-soft);gap:6px;font-size:.82rem;line-height:1.5;display:grid}.template-editor-intro p{margin:0}.template-editor-warning{color:#9a6700}.template-editor-section{background:#fff;border:1px solid #d9e0e7;border-radius:6px;overflow:hidden}.template-editor-section-header{color:var(--ink);background:#f2f4f7;border-bottom:1px solid #d9e0e7;padding:10px 14px;font-size:.88rem;font-weight:700;line-height:1.2}.template-editor-section-body{gap:12px;padding:12px 14px 14px;display:grid}.template-editor-checkbox-row{color:var(--ink-soft);align-items:center;gap:10px;font-size:.84rem;line-height:1.3;display:inline-flex}.template-editor-checkbox-row input{margin:0}.template-editor-checkbox-row span{color:var(--ink-soft)}.template-editor-field{gap:6px;display:grid}.template-editor-field>span{color:#475569;font-size:.74rem;font-weight:600;line-height:1.25}.template-editor-field input{width:100%;min-height:38px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d9e0e7;border-radius:4px;padding:8px 10px}.template-editor-editor-shell{background:#fff;border:1px solid #d9e0e7;border-radius:4px;overflow:hidden}.template-editor-toolbar{background:#f8fafc;border-bottom:1px solid #d9e0e7;flex-wrap:wrap;align-items:center;gap:8px;padding:6px 8px;display:flex}.template-editor-toolbar-compact{justify-content:flex-end}.template-editor-toolbar select{color:#475569;background:#fff;border:1px solid #d2d9e2;border-radius:4px;min-height:28px;padding:0 8px;font-size:.74rem}.template-editor-toolbar-button{color:#475569;cursor:pointer;background:#fff;border:1px solid #d2d9e2;border-radius:4px;min-height:28px;padding:0 8px;font-size:.72rem;font-weight:600;line-height:1}.template-editor-toolbar-button:hover,.template-editor-toolbar-button:focus-visible,.template-editor-toolbar select:hover,.template-editor-toolbar select:focus-visible{border-color:#b8c2cf}.template-editor-toolbar-divider{background:#d9e0e7;width:1px;height:20px}.template-editor-textarea{width:100%;color:var(--ink);font:inherit;resize:vertical;background:#fff;border:0;border-radius:0;line-height:1.52}.template-editor-textarea:focus{outline:none}.template-editor-textarea-email{min-height:420px;padding:12px 14px 14px}.template-editor-textarea-text{min-height:150px;padding:12px 14px 14px}.template-editor-helper{color:var(--muted);margin:0;font-size:.74rem;line-height:1.35}.template-editor-actions{align-items:center;gap:14px;padding-top:2px;display:flex}.template-editor-save-button{border-radius:8px;min-height:36px;padding:0 14px;font-size:.82rem}.template-editor-cancel-button{color:#64748b;cursor:pointer;background:0 0;border:0;padding:0;font-size:.82rem}.template-editor-cancel-button:hover,.template-editor-cancel-button:focus-visible{color:#1d4ed8;text-underline-offset:2px;text-decoration:underline}.inventory-table-customers .inventory-name-stack strong,.inventory-table-customers .inventory-name-stack span,.inventory-table-customers .inventory-contact-stack span,.inventory-table-customers .inventory-units-cell,.inventory-table-customers td:nth-child(3){text-overflow:ellipsis;overflow:hidden}.inventory-table-customers .inventory-units-cell{white-space:nowrap}.inventory-table-live tbody td,.inventory-table-preview:not(.inventory-table-customers) tbody td{padding:8px 10px;font-size:.84rem}.inventory-table-live .inventory-type-cell,.inventory-table-preview:not(.inventory-table-customers) .inventory-type-cell{gap:1px}.inventory-table-live .inventory-type-cell strong,.inventory-table-preview:not(.inventory-table-customers) .inventory-type-cell strong{font-size:.84rem}.inventory-table-live .inventory-type-cell span,.inventory-table-preview:not(.inventory-table-customers) .inventory-type-cell span{font-size:.68rem}.inventory-table-live .inventory-status,.inventory-table-preview:not(.inventory-table-customers) .inventory-status{gap:5px;font-size:.84rem}.inventory-table-live .inventory-notes-cell,.inventory-table-preview:not(.inventory-table-customers) .inventory-notes-cell{line-height:1.2}.inventory-table-live tbody td,.inventory-table-preview:not(.inventory-table-customers) tbody td,.inventory-table-live .inventory-unit-number,.inventory-table-preview:not(.inventory-table-customers) .inventory-unit-number,.inventory-table-live .inventory-type-cell strong,.inventory-table-preview:not(.inventory-table-customers) .inventory-type-cell strong,.inventory-table-live .inventory-type-cell span,.inventory-table-preview:not(.inventory-table-customers) .inventory-type-cell span,.inventory-table-live .inventory-status,.inventory-table-preview:not(.inventory-table-customers) .inventory-status,.inventory-table-live .inventory-inline-pill,.inventory-table-preview:not(.inventory-table-customers) .inventory-inline-pill,.inventory-table-live .inventory-name-stack strong,.inventory-table-preview:not(.inventory-table-customers) .inventory-name-stack strong,.inventory-table-live .inventory-date-stack strong,.inventory-table-preview:not(.inventory-table-customers) .inventory-date-stack strong{font-weight:400}.customer-profile-panel{min-height:calc(100vh - 118px);box-shadow:none;border-radius:6px;padding:14px}.customer-profile-shell{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:14px 16px;display:grid}.customer-profile-locked-banner{color:#991b1b;background:linear-gradient(135deg,#fef2f2fa,#fffffffa);border:1px solid #ef444433;border-radius:6px;grid-column:1/-1;gap:6px;padding:10px 12px;display:grid;box-shadow:0 8px 18px #ef444414}.customer-profile-locked-banner strong{letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.customer-profile-locked-banner span{color:#7f1d1d;font-size:.95rem;line-height:1.4}.customer-profile-sidebar{align-content:start;gap:10px;display:grid}.customer-profile-identity-card{border:1px solid var(--line);background:linear-gradient(#eff6fff2 0%,#f7fee7f5 100%);border-radius:4px;gap:0;display:grid;overflow:hidden}.customer-profile-avatar-panel{background:radial-gradient(circle at 0 0,#ffffff85,#0000 40%),linear-gradient(135deg,#2563ebd1,#22c55ebd);justify-content:center;align-items:center;min-height:232px;padding:20px;display:flex}.customer-profile-avatar-circle{color:#0f172a;letter-spacing:-.05em;background:#fffffff0;border-radius:999px;justify-content:center;align-items:center;width:112px;height:112px;font-size:2.3rem;font-weight:800;display:flex;box-shadow:0 20px 40px #0f172a24}.customer-profile-identity-copy{gap:3px;padding:12px 14px 10px;display:grid}.customer-profile-identity-copy h4{color:var(--ink);letter-spacing:0;margin:0;font-size:1.2rem;line-height:1.08}.customer-profile-identity-copy p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.4}.customer-profile-fact span,.customer-profile-detail-list span,.customer-profile-unit-table th{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:700}.customer-profile-main{gap:12px;min-width:0;display:grid}.customer-profile-info-card{gap:6px;display:grid}.customer-profile-info-table-shell{border:1px solid var(--line);background:#fff;border-radius:4px;overflow:hidden}.customer-profile-info-table{border-collapse:collapse;width:100%}.customer-profile-info-grid{grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);align-items:start;display:grid}.customer-profile-info-group{min-width:0;display:grid}.customer-profile-info-group+.customer-profile-info-group{border-left:1px solid #edf1f5}.customer-profile-info-group h5{color:#0f172a;background:#fff;margin:0;padding:10px 10px 6px;font-size:1rem;font-weight:700;line-height:1.1}.customer-profile-info-table th,.customer-profile-info-table td{text-align:left;vertical-align:top;border-bottom:1px solid #edf1f5;padding:8px 10px}.customer-profile-info-table tr:last-child th,.customer-profile-info-table tr:last-child td{border-bottom:0}.customer-profile-info-table th{color:#334155;letter-spacing:0;text-transform:none;background:#fafafa;width:116px;font-size:.88rem;font-weight:600}.customer-profile-info-table td{color:#0f172a;white-space:pre-line;font-size:.92rem;line-height:1.28}.customer-profile-info-table-empty{background:#fff}.customer-profile-info-group-access .customer-profile-info-table th{width:138px}.customer-profile-extended-info-link{text-align:left;border-top:1px solid #edf1f5;width:100%;padding:8px 10px}.customer-profile-extended-info-panel{background:#fff;border-top:1px solid #edf1f5}.customer-profile-extended-info-table th{width:170px}.customer-profile-panel-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.customer-profile-balance-banner{border:1px solid var(--line);background:#fff;border-radius:4px;grid-template-columns:minmax(0,1.4fr) minmax(240px,.9fr);align-items:center;gap:18px;padding:12px;display:grid}.customer-profile-balance-banner-sidebar{grid-template-columns:1fr;gap:8px;padding:0}.customer-profile-balance-banner.is-due{background:linear-gradient(135deg,#fff7edfa,#fffffffa);border-color:#d977062e}.customer-profile-balance-banner.is-current{background:linear-gradient(135deg,#f0fdf4fa,#fffffffa);border-color:#16a34a29}.customer-profile-balance-banner.is-locked_out{background:linear-gradient(135deg,#fef2f2fa,#fffffffa);border-color:#ef444433}.customer-profile-balance-table-shell{background:#ffffffdb;border:1px solid #94a3b829;border-radius:4px;overflow:hidden}.customer-profile-balance-table{border-collapse:collapse;table-layout:fixed;width:100%}.customer-profile-balance-table-col-label{width:41%}.customer-profile-balance-table-col-value{width:19%}.customer-profile-balance-table-col-action{width:40%}.customer-profile-balance-table thead th{background:#fffffff5;border-bottom:1px solid #edf1f5;padding:10px 12px}.customer-profile-balance-table-title{justify-content:flex-start;align-items:baseline;gap:4px;display:flex}.customer-profile-balance-table-title span{color:#334155;letter-spacing:0;text-transform:none;font-size:1.1rem;font-weight:700}.customer-profile-balance-table-title span:after{content:":"}.customer-profile-balance-table-title strong{color:#0f172a;letter-spacing:0;font-size:1.1rem;line-height:1.05}.customer-profile-balance-banner.is-due .customer-profile-balance-table-title strong{color:#b45309}.customer-profile-balance-banner.is-current .customer-profile-balance-table-title strong{color:#15803d}.customer-profile-balance-banner.is-locked_out .customer-profile-balance-table-title strong{color:#b91c1c}.customer-profile-balance-table tbody th,.customer-profile-balance-table tbody td{border-bottom:1px solid #edf1f5;padding:8px 5px}.customer-profile-balance-table tbody tr:last-child th,.customer-profile-balance-table tbody tr:last-child td{border-bottom:0}.customer-profile-balance-table tbody th{color:#334155;text-align:left;white-space:normal;background:#ffffffad;font-size:.8rem;font-weight:500;line-height:1.15}.customer-profile-balance-table-value{text-align:center;letter-spacing:-.03em;font-size:.86rem;font-weight:600;line-height:1.1}.customer-profile-balance-table-action{text-align:center;background:#ffffffb8}.customer-profile-balance-table-link{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0;font-size:.76rem;font-weight:400;line-height:1.15}.customer-profile-balance-table-link:hover,.customer-profile-balance-table-link:focus-visible{color:#1d4ed8;text-decoration:underline}.customer-profile-balance-table-value.is-outstanding{color:#b45309;background:#fbbf241f}.customer-profile-balance-table-value.is-credit{color:#166534;background:#22c55e1f}.customer-profile-balance-table-value.is-recurring,.customer-profile-balance-table-value.is-recurring-fees{color:#0f172a;background:#f1f5f9c7}.customer-profile-balance-banner.is-locked_out .customer-profile-balance-table-value.is-outstanding{color:#b91c1c;background:#ef44441f}.customer-profile-main-header{grid-column:1/-1;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.customer-profile-main-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.customer-profile-main-title h3{color:#0f172a;letter-spacing:-.06em;margin:0 0 4px;font-size:2rem;line-height:.95}.customer-profile-main-title p{color:var(--muted);margin:0;font-size:.94rem;line-height:1.45}.customer-profile-breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;font-size:.84rem;line-height:1.4;display:flex}.page-header-breadcrumb{margin-top:0}.page-header-breadcrumb-item{align-items:center;gap:8px;display:inline-flex}.customer-profile-breadcrumb-link{color:#2563eb;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.customer-profile-breadcrumb-link:hover,.customer-profile-breadcrumb-link:focus-visible{color:#1d4ed8;text-decoration:underline}.customer-profile-breadcrumb-separator{color:#94a3b8}.customer-profile-breadcrumb-current{color:#475569}.customer-profile-tab-strip{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-start;align-items:center;gap:8px;margin-top:0;display:flex}.customer-profile-nav{flex-wrap:wrap;gap:4px;display:flex}.customer-profile-nav-link{color:#fff;cursor:pointer;background:#64748b;border:1px solid #64748b;border-radius:4px;justify-content:center;align-items:center;min-height:38px;padding:0 11px;font-size:.82rem;font-weight:600;transition:border-color .12s,background .12s,color .12s;display:inline-flex}.customer-profile-nav-link:hover,.customer-profile-nav-link:focus-visible{background:#475569;border-color:#475569}.customer-profile-nav-link.is-active{color:#f8fafc;background:#0f172a;border-color:#0f172a}.customer-profile-nav-link:disabled{opacity:.58;cursor:not-allowed}.customer-profile-tab-actions,.customer-profile-nav-action{margin-left:auto}.customer-profile-tab-panel{border-top:1px solid var(--line);padding-top:16px}.customer-profile-bottom-stack{grid-column:1/-1;gap:12px;display:grid}.customer-profile-section{gap:8px;display:grid}.customer-profile-section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-profile-section-header-inline{justify-content:flex-start;gap:8px}.customer-profile-section-header h4{color:#0f172a;margin:0;font-size:1.12rem;line-height:1.1}.customer-profile-inline-link{color:#1d4ed8;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-size:.86rem;font-weight:400;line-height:1.15}.customer-profile-inline-link:hover,.customer-profile-inline-link:focus-visible{color:#1d4ed8;text-decoration:underline}.customer-edit-modal{border-radius:16px;gap:10px;width:calc(100vw - 88px);max-width:1720px;max-height:calc(100vh - 48px);padding:14px;display:grid;overflow-y:auto;box-shadow:0 20px 44px #0f172a29}.customer-edit-header{padding:0 2px}.customer-edit-mode-label{pointer-events:none}.customer-edit-table-shell{border-radius:14px}.customer-edit-table{table-layout:fixed}.customer-edit-table-label-col{width:150px}.customer-edit-table-value-col{width:auto}.customer-edit-table th{white-space:nowrap;width:auto}.customer-edit-table input{color:#0f172a;background:#fff;border:1px solid #d7dee8;border-radius:10px;outline:none;width:100%;min-width:0;padding:7px 10px;font-size:.92rem;font-weight:400;line-height:1.25;transition:border-color .12s,box-shadow .12s,background .12s}.customer-edit-table input:hover{border-color:#c2ccd8}.customer-edit-table input:focus{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b829}.customer-edit-actions{justify-content:flex-end;padding:2px 2px 0}.customer-edit-actions .primary-button,.customer-edit-actions .ghost-button{border-radius:12px;min-height:40px;padding:0 16px;font-size:.9rem}.customer-profile-fact-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.customer-profile-fact{border:1px solid var(--line);background:#fff;border-radius:16px;gap:6px;padding:13px 14px;display:grid}.customer-profile-fact strong{color:#0f172a;overflow-wrap:anywhere;font-size:.95rem;line-height:1.32}.customer-profile-unit-detail-list{gap:8px;display:grid}.customer-profile-unit-detail-card{border:1px solid var(--line);background:#fff;border-radius:4px;padding:0;overflow:hidden}.customer-profile-unit-detail-layout{grid-template-columns:104px minmax(360px,1.28fr) minmax(250px,.92fr);align-items:start;gap:0;display:grid}.customer-profile-unit-detail-section{gap:7px;min-width:0;padding:12px 14px;display:grid}.customer-profile-unit-detail-section+.customer-profile-unit-detail-section{border-left:1px solid #edf1f5}.customer-profile-unit-detail-section h5{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700;line-height:1.2}.customer-profile-unit-detail-unit-column{align-content:start;justify-items:start}.customer-profile-unit-detail-unit-badge{color:#1e3a8a;background:linear-gradient(#ecf2ff 0%,#dbeafe 100%);border:1px solid #c7d2fe;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:600;line-height:1;display:flex}.customer-profile-unit-detail-rows{gap:4px;display:grid}.customer-profile-unit-detail-row{grid-template-columns:122px minmax(0,1fr);align-items:start;gap:6px;min-width:0;display:grid}.customer-profile-unit-detail-row>span{color:#0f172a;white-space:nowrap;font-size:.86rem;font-weight:600;line-height:1.2}.customer-profile-unit-detail-section-details .customer-profile-unit-detail-row{grid-template-columns:138px minmax(0,1fr)}.customer-profile-unit-detail-section-billing .customer-profile-unit-detail-row{grid-template-columns:116px minmax(0,1fr)}.customer-profile-unit-detail-row p{color:#0f172a;margin:0;font-size:.86rem;font-weight:400;line-height:1.2}.customer-profile-unit-detail-row-body{flex-wrap:wrap;align-items:baseline;gap:6px;min-width:0;display:flex}.customer-profile-unit-detail-value-stack{flex-wrap:wrap;align-items:baseline;gap:4px;display:flex}.customer-profile-unit-detail-value-stack strong,.customer-profile-unit-detail-value-stack span:first-child{color:#0f172a;font-size:.86rem;font-weight:400;line-height:1.2}.customer-profile-unit-detail-value-stack span{color:var(--muted);font-size:.82rem;font-weight:400;line-height:1.15}.customer-profile-unit-detail-action{color:#1d4ed8;white-space:nowrap;font-size:.82rem;font-weight:400;line-height:1.15}.customer-profile-unit-detail-action-link{cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none}.customer-profile-unit-detail-action-link:hover,.customer-profile-unit-detail-action-link:focus-visible{color:#1e40af;text-decoration:underline}.storage-agreement-page-panel{gap:18px;display:grid}.storage-agreement-page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.storage-agreement-layout{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.storage-agreement-details-card,.storage-agreement-document-card{border:1px solid var(--line);background:#fff;border-radius:4px}.storage-agreement-details-card{gap:12px;padding:14px;display:grid}.storage-agreement-details-card h3,.storage-agreement-document-card h3{color:#9a6044;margin:0;font-size:1.32rem;line-height:1.15}.storage-agreement-details-table{border-collapse:collapse;width:100%;font-size:.88rem}.storage-agreement-details-table th,.storage-agreement-details-table td{text-align:left;vertical-align:top;border-bottom:1px solid #edf1f5;padding:8px 9px}.storage-agreement-details-table th{color:#334155;width:118px;font-weight:700}.storage-agreement-details-table td{color:#0f172a;white-space:pre-line}.storage-agreement-external-check{color:#334155;align-items:flex-start;gap:8px;font-size:.86rem;line-height:1.35;display:inline-flex}.storage-agreement-document-card{color:#243a49;gap:12px;padding:18px 20px;font-size:.9rem;display:grid}.storage-agreement-document-intro{margin:0;line-height:1.62}.storage-agreement-document-list{margin:0;padding-left:20px}.storage-agreement-document-list li{margin-bottom:10px;line-height:1.6}.storage-agreement-document-list li::marker{color:#9a6044;font-weight:700}.storage-agreement-signature-row{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding-top:12px;display:grid}.storage-agreement-signature-row div{gap:4px;display:grid}.storage-agreement-signature-row span{color:#334155;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:700}.storage-agreement-signature-row strong{color:#0f172a;border-bottom:1px solid #cbd5e1;min-height:30px;padding-bottom:7px;font-size:.92rem;font-weight:600}@media (max-width:1180px){.customer-profile-info-grid{grid-template-columns:1fr}.customer-profile-info-group+.customer-profile-info-group{border-top:1px solid #edf1f5;border-left:0}.customer-profile-unit-detail-layout{grid-template-columns:1fr;gap:0}.customer-profile-unit-detail-section{border-left:0}.customer-profile-unit-detail-section+.customer-profile-unit-detail-section{border-top:1px solid #edf1f5}.storage-agreement-layout{grid-template-columns:1fr}}@media (max-width:720px){.customer-profile-unit-detail-row,.customer-profile-unit-detail-section-details .customer-profile-unit-detail-row,.customer-profile-unit-detail-section-billing .customer-profile-unit-detail-row{grid-template-columns:118px minmax(0,1fr)}}.customer-profile-contact-grid{grid-template-columns:1.2fr .9fr .9fr;gap:12px;display:grid}.customer-profile-subsection{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px}.customer-profile-subsection h5{color:#0f172a;margin:0 0 12px;font-size:.9rem;line-height:1}.customer-profile-detail-list{gap:12px;display:grid}.customer-profile-detail-list div{gap:4px;display:grid}.customer-profile-detail-list strong{color:var(--ink);overflow-wrap:anywhere;font-size:.92rem;line-height:1.35}.customer-profile-units-block{gap:12px;display:grid}.customer-profile-unit-table-shell{border:1px solid var(--line);background:#fff;border-radius:4px;overflow:hidden}.customer-profile-unit-table{border-collapse:collapse;width:100%}.customer-profile-unit-table th,.customer-profile-unit-table td{padding:8px 10px}.customer-profile-unit-table thead th{border-bottom:1px solid var(--line);text-align:left;color:#334155;letter-spacing:0;text-transform:none;background:#fafafa;font-size:.86rem;font-weight:600}.customer-profile-unit-table tbody td{color:var(--ink-soft);text-align:left;border-bottom:1px solid #edf1f5;font-size:.88rem}.customer-profile-unit-table tbody tr:last-child td{border-bottom:0}.customer-profile-payment-detail{gap:3px;display:grid}.customer-profile-payment-detail span{color:var(--ink-soft);font-size:.84rem;line-height:1.3}.customer-profile-payment-amount{color:#166534;font-weight:700}.customer-profile-notes-section{gap:8px}.customer-profile-notes-card{border:1px solid var(--line);background:#fff;border-radius:4px;gap:8px;padding:10px;display:grid}.customer-profile-notes-card textarea{resize:vertical;color:#0f172a;width:100%;min-height:132px;font:inherit;background:#fff;border:1px solid #d7dee8;border-radius:4px;outline:none;padding:8px 10px;font-size:.92rem;line-height:1.45;transition:border-color .12s,box-shadow .12s}.customer-profile-notes-card textarea:disabled{color:#64748b;background:#f8fafc}.customer-profile-notes-card textarea:focus{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b829}.customer-profile-notes-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-profile-notes-actions span{color:var(--muted);font-size:.84rem;line-height:1.35}.customer-profile-notes-actions .primary-button{border-radius:10px;min-height:36px;padding:0 14px;font-size:.86rem}.page-header.recurring-billing-page-header{margin-inline:auto;align-items:flex-start;width:min(960px,100%);margin-bottom:10px}.page-header.recurring-billing-page-header h2{letter-spacing:0;font-size:clamp(2.25rem,2.9vw,2.9rem);line-height:.98}.page-header.recurring-billing-page-header .customer-profile-breadcrumb{font-size:.94rem}.recurring-billing-header-actions{align-items:center;gap:10px;display:flex}.recurring-billing-header-button{min-height:34px;box-shadow:none;border-radius:4px;padding:0 12px;font-size:.82rem}.recurring-billing-panel{width:min(840px,100%);box-shadow:none;background:#fff;border-radius:4px;margin:0 auto;padding:0}.recurring-billing-card,.payment-account-card{gap:18px;padding:20px 28px 27px;display:grid}.recurring-billing-message{padding:12px 16px 0}.recurring-billing-empty{padding:28px}.recurring-billing-notice{color:#213547;background:#eaf2f6;border:1px solid #d8e4eb;border-radius:4px;max-width:520px;margin:0;padding:14px 17px;font-size:.92rem;line-height:1.55}.recurring-billing-section{gap:8px;display:grid}.recurring-billing-section h3{color:#1f2937;letter-spacing:0;margin:0;font-size:1.85rem;line-height:1.05}.recurring-billing-section p{color:#273244;margin:0;font-size:.93rem;line-height:1.5}.recurring-billing-summary-table{border-collapse:collapse;table-layout:fixed;width:min(430px,100%)}.recurring-billing-summary-table th,.recurring-billing-summary-table td{text-align:left;border:1px solid #d9dee5;padding:8px 11px;font-size:.88rem}.recurring-billing-summary-table th{color:#1f2937;background:#eef1f4;width:42%;font-weight:700}.recurring-billing-summary-table td{color:#1f2937;background:#fff}.recurring-billing-account-actions,.recurring-billing-form-actions{flex-wrap:wrap;align-items:center;gap:11px;display:flex}.recurring-billing-add-button,.recurring-billing-inline-button,.recurring-billing-pause-button,.recurring-billing-link-button,.recurring-billing-compact-button{min-height:33px;box-shadow:none;border-radius:4px;padding:0 12px;font-size:.82rem;font-weight:700}.recurring-billing-add-button{color:#fff;cursor:pointer;background:#3fa66a;border:1px solid #11111124}.recurring-billing-inline-button,.recurring-billing-pause-button{color:#334155;cursor:pointer;background:#e8edf1;border:1px solid #d1d9e0}.recurring-billing-inline-button:disabled,.recurring-billing-pause-button:disabled{opacity:.52;cursor:default}.recurring-billing-link-button{color:#2563eb;cursor:pointer;background:0 0;border:0}.recurring-billing-current-payment{color:#4b5563!important}.recurring-billing-offset-form{padding-top:12px}.recurring-billing-legacy-field{gap:6px;min-width:0;display:grid}.recurring-billing-legacy-field span{color:#1f2937;letter-spacing:0;text-transform:none;font-size:.9rem;font-weight:600;line-height:1.25}.recurring-billing-legacy-field input,.recurring-billing-legacy-field select{color:#1f2937;background:#fff;border:1px solid #cfd6dd;border-radius:4px;width:100%;min-height:34px;padding:6px 10px;box-shadow:inset 0 1px 1px #0f172a0a}.recurring-billing-legacy-field small{color:#4b5563;font-size:.8rem;line-height:1.35}.recurring-billing-offset-field{width:150px}.recurring-billing-offset-field input{width:90px}.payment-account-panel{width:min(840px,100%)}.payment-account-card{gap:15px}.payment-account-grid{gap:14px 16px;display:grid}.payment-account-name-grid,.payment-account-bank-grid{grid-template-columns:150px 160px;justify-content:start;column-gap:120px}.payment-account-card-grid{grid-template-columns:190px 92px 96px;justify-content:start;column-gap:24px}.payment-account-card>.recurring-billing-legacy-field{width:240px}.payment-account-address-grid{grid-template-columns:170px 175px 100px 240px;align-items:start;column-gap:16px}.payment-account-card>.recurring-billing-legacy-field:nth-of-type(2){width:min(540px,100%)}.payment-account-note{color:#273244;max-width:620px;margin:0;font-size:.88rem;line-height:1.55}.payment-account-form-actions{padding-top:1px}.page-header.customer-rent-unit-page-header{width:min(640px,100%)}.page-header.customer-rent-unit-page-header h2{font-size:clamp(2rem,2.5vw,2.45rem);font-weight:700;line-height:1.02}.customer-rent-unit-panel{width:min(640px,100%);box-shadow:none;background:#fff;border-radius:4px;margin:0 auto;padding:0}.customer-rent-unit-card{gap:14px;min-height:680px;padding:15px 34px 26px;font-size:.88rem;display:grid}.customer-rent-unit-main{gap:10px;max-width:100%;display:grid}.customer-rent-unit-field,.customer-rent-unit-field-transfer,.customer-rent-unit-field-unit-type,.customer-rent-unit-field-unit,.customer-rent-unit-field-date,.customer-rent-unit-field-plan,.customer-rent-unit-field-add-fee,.customer-rent-unit-field-tax,.customer-rent-unit-field-move-in,.customer-rent-unit-field-wide{width:100%}.customer-rent-unit-copy{color:#273244;max-width:420px;margin:-2px 0 0;font-size:.86rem;line-height:1.45}.customer-rent-unit-muted{color:#4b5563;margin:-6px 0 0;font-size:.8rem;line-height:1.4}.customer-rent-unit-field span,.customer-rent-unit-field-wide span{white-space:nowrap}.customer-rent-unit-card .recurring-billing-legacy-field{gap:5px}.customer-rent-unit-card .recurring-billing-legacy-field span{font-size:.86rem;font-weight:500;line-height:1.2}.customer-rent-unit-card .recurring-billing-legacy-field input,.customer-rent-unit-card .recurring-billing-legacy-field select{min-height:34px;padding:6px 12px;font-size:.88rem;font-weight:400}.customer-rent-unit-checkbox{color:#1f2937;align-items:center;gap:7px;width:fit-content;font-size:.84rem;font-weight:400;line-height:1.35;display:inline-flex}.customer-rent-unit-checkbox input{width:13px;height:13px;margin:0}.customer-rent-unit-inline-check{flex-wrap:wrap;align-items:flex-end;gap:13px;display:flex}.customer-rent-unit-deposit-block{align-content:start;gap:7px;display:grid}.customer-rent-unit-money-field{width:94px}.customer-rent-unit-money-input{grid-template-columns:26px minmax(0,1fr);width:92px;display:grid}.customer-rent-unit-money-input>span{color:#334155;background:#eef1f4;border:1px solid #cfd6dd;border-right:0;border-radius:4px 0 0 4px;justify-content:center;align-items:center;min-height:34px;font-size:.86rem;font-weight:400;display:inline-flex}.customer-rent-unit-money-input input{border-radius:0 4px 4px 0}.customer-rent-unit-lower{align-items:start;gap:14px;width:100%;padding-top:2px;display:grid}.customer-rent-unit-fees{align-content:start;gap:11px;width:100%;display:grid}.customer-rent-unit-agreement{background:#fff;border:1px solid #d9dee5;border-radius:4px;gap:0;width:100%;display:grid;overflow:hidden}.customer-rent-unit-agreement h3{color:#1f2937;letter-spacing:0;background:#eef1f4;border-bottom:1px solid #d9dee5;margin:0;padding:9px 12px;font-size:.92rem;font-weight:600;line-height:1.25}.customer-rent-unit-agreement p{color:#4b5563;max-width:none;margin:0;padding:10px 12px 4px;font-size:.82rem;line-height:1.4}.customer-rent-unit-agreement-options{align-items:center;gap:11px;padding:0 12px 11px;display:flex}.customer-rent-unit-summary{gap:10px;width:100%;display:grid}.customer-rent-unit-summary table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.86rem}.customer-rent-unit-summary th,.customer-rent-unit-summary td{text-align:left;border-bottom:1px solid #d9dee5;padding:10px 12px}.customer-rent-unit-summary th{color:#1f2937;background:#eef1f4;width:74%;font-weight:600}.customer-rent-unit-summary td{color:#1f2937;text-align:right;background:#f7f7f8}.customer-rent-unit-summary tr:last-child th,.customer-rent-unit-summary tr:last-child td{background:#eef1f4;font-weight:600}.customer-rent-unit-summary .primary-button{width:fit-content}.customer-rent-unit-facility-note{border-top:1px solid #edf1f5;padding-top:10px}.unit-detail-panel{min-height:calc(100vh - 118px);padding:20px}.unit-detail-shell{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:24px;display:grid}.unit-detail-sidebar{align-content:start;gap:16px;display:grid}.unit-detail-card,.unit-detail-section{border:1px solid var(--line);background:#fff;border-radius:20px}.unit-detail-card{background:radial-gradient(circle at 0 0,#ffffffd6,#0000 42%),linear-gradient(#eff6ffe6 0%,#fffffffa 100%);gap:10px;padding:18px;display:grid}.unit-detail-unit-number{color:var(--ink);letter-spacing:-.08em;margin:0;font-size:2.2rem;font-weight:600;line-height:.95}.unit-detail-subcopy{color:var(--muted);margin:0;font-size:.94rem;line-height:1.45}.unit-detail-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.unit-detail-stat-grid div,.unit-detail-fields div{gap:4px;display:grid}.unit-detail-stat-grid span,.unit-detail-fields span,.unit-detail-section-header p{color:var(--muted);font-size:.72rem;line-height:1.35}.unit-detail-stat-grid strong,.unit-detail-fields strong{color:var(--ink);overflow-wrap:anywhere;font-size:.88rem;font-weight:500;line-height:1.35}.unit-detail-main{gap:14px;display:grid}.unit-detail-main-header,.unit-detail-section-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.unit-detail-main-header h3,.unit-detail-section-header h4{color:var(--ink);margin:0;font-weight:600}.unit-detail-main-header h3{letter-spacing:-.05em;font-size:1.55rem;line-height:1}.unit-detail-main-header p,.unit-detail-section-header p{margin:4px 0 0}.unit-detail-section{gap:14px;padding:16px;display:grid}.unit-detail-callout{background:#f8fbff;border:1px solid #2563eb29;border-radius:18px}.unit-detail-callout-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.unit-detail-callout .status-pill{min-height:30px;padding:0 10px;font-size:.74rem;font-weight:600}.unit-detail-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.unit-detail-notes{border:1px solid var(--line);min-height:0;color:var(--ink);white-space:pre-wrap;background:#fbfbfc;border-radius:16px;padding:14px 16px;font-size:.88rem;line-height:1.5}.unit-detail-notes strong,.unit-detail-notes span{display:block}.unit-detail-notes strong{margin-bottom:4px;font-weight:600}.unit-detail-state{gap:16px;display:grid}.checkbox-field.unit-rent-checkbox{color:var(--ink);align-items:center;gap:10px;font-size:.92rem;font-weight:600;display:inline-flex}.checkbox-field.unit-rent-checkbox input{width:16px;height:16px;margin:0}.unit-rent-panel .unit-detail-main{gap:14px}.unit-rent-panel .unit-detail-main-header h3{font-size:1.55rem}.unit-rent-panel .unit-detail-section{border-radius:10px;gap:14px;padding:16px}.unit-rent-panel .grid-form{gap:10px}.unit-rent-panel .field{gap:4px}.unit-rent-panel .field span{letter-spacing:.05em;font-size:.68rem}.unit-rent-panel .field input,.unit-rent-panel .field select,.unit-rent-panel .field textarea,.unit-rent-panel .field-followup,.unit-rent-panel .facility-filter{border-radius:0;padding:9px 11px;font-size:.9rem}.unit-rent-panel .field textarea{min-height:64px}.unit-rent-panel .checkbox-field.unit-rent-checkbox{gap:8px;font-size:.84rem}.unit-rent-panel .checkbox-field.unit-rent-checkbox input{width:14px;height:14px}.unit-detail-panel-compact{padding:16px}.unit-detail-main.unit-detail-main-compact,.unit-detail-panel-compact .unit-detail-main-header{gap:12px}.unit-detail-panel-compact .unit-detail-main-header h3{letter-spacing:-.03em;font-size:1.45rem}.unit-detail-meta{color:var(--muted);flex-wrap:wrap;gap:4px 12px;margin-top:6px;font-size:.86rem;line-height:1.45;display:flex}.unit-detail-meta span{position:relative}.unit-detail-meta span+span:before{content:"•";color:#c0c8d2;margin-right:10px}.unit-detail-panel-compact .unit-detail-section{border-radius:14px;gap:12px;padding:14px 16px}.unit-detail-panel-compact .unit-detail-fields{gap:12px}.unit-detail-panel-compact .unit-detail-fields span{font-size:.7rem}.unit-detail-panel-compact .unit-detail-fields strong{font-size:.9rem;font-weight:600}.unit-detail-panel-compact .unit-detail-notes{border-radius:12px;min-height:0;padding:12px 14px;font-size:.9rem;line-height:1.5}.unit-detail-panel-compact .button-row{gap:8px}.unit-detail-panel-compact .primary-button,.unit-detail-panel-compact .ghost-button{min-height:38px;padding:0 12px;font-size:.84rem}.unit-detail-panel-open-legacy{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.unit-detail-open-shell{gap:8px;width:min(660px,100%);margin:0 auto 0 clamp(72px,9vw,156px);display:grid}.unit-detail-open-meta{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:8px;font-size:.8rem;line-height:1.15;display:flex}.unit-detail-open-meta span+span:before{content:"•";color:#94a3b8;margin-right:8px}.unit-detail-open-header{justify-content:flex-start;align-items:center}.unit-detail-open-top-actions{flex-wrap:wrap;justify-content:flex-start;gap:6px}.unit-detail-open-action-button{color:#fff;cursor:pointer;background:#8f99a7;border:1px solid #9ca3af;border-radius:5px;min-height:34px;padding:0 12px;font-size:.84rem;font-weight:600;transition:background .16s,border-color .16s,transform .16s}.unit-detail-open-action-button:hover,.unit-detail-open-action-button:focus-visible{background:#7a8491;border-color:#7a8491;transform:translateY(-1px)}.unit-detail-open-action-button:disabled{opacity:.72;cursor:wait;transform:none}.unit-detail-open-table-wrap{width:100%}.unit-detail-open-table{border-collapse:collapse;table-layout:fixed;background:#fff;border:1px solid #d5dbe3;width:100%}.unit-detail-open-table th,.unit-detail-open-table td{text-align:left;vertical-align:middle;border:1px solid #d5dbe3;padding:7px 14px;font-size:.89rem;line-height:1.1}.unit-detail-open-table th{width:38%;color:var(--ink);background:#fafbfc;font-weight:600}.unit-detail-open-table td{color:var(--ink);font-weight:400}.unit-detail-open-status-cell{font-weight:600}.unit-detail-open-status-cell.tone-vacant{color:#14532d;background:linear-gradient(#dcfce7 0%,#bbf7d0 100%)}.unit-detail-open-status-cell.tone-occupied{color:#1e3a8a;background:linear-gradient(#dbeafe 0%,#bfdbfe 100%)}.unit-detail-open-status-cell.tone-reserved{color:#92400e;background:linear-gradient(#fef3c7 0%,#fde68a 100%)}.unit-detail-open-status-cell.tone-maintenance{color:#991b1b;background:linear-gradient(#fee2e2 0%,#fecaca 100%)}.unit-detail-open-status-cell strong{color:inherit;font-size:.89rem;font-weight:600}.unit-detail-open-alert-text{color:#c81e1e;font-weight:600}.unit-detail-open-rent-row{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;display:flex}.unit-detail-open-rent-row .button-row{gap:8px}.unit-detail-open-secondary-button{color:#fff;cursor:pointer;background:#8f99a7;border:1px solid #8f99a7;border-radius:5px;min-height:34px;padding:0 14px;font-size:.84rem;font-weight:600;transition:background .16s,border-color .16s,transform .16s}.unit-detail-open-secondary-button:hover,.unit-detail-open-secondary-button:focus-visible{background:#7a8491;border-color:#7a8491;transform:translateY(-1px)}.unit-detail-open-customer-picker{border:1px solid var(--line);min-width:180px;min-height:34px;color:var(--ink);background:#fff;border-radius:5px;margin-left:auto;padding:0 12px;font-size:.84rem}.unit-detail-action-modal{gap:14px;width:min(560px,100vw - 40px);display:grid}.unit-rent-panel .field-hint{font-size:.78rem}.new-customer-legacy-panel{min-height:0;padding:16px 18px 22px}.new-customer-legacy-shell{gap:12px;width:min(980px,100%);margin:0 auto;display:grid}.new-customer-legacy-section{border:1px solid var(--line);background:#fff;border-radius:0;overflow:hidden}.new-customer-legacy-section-header{border-bottom:1px solid var(--line);background:#ececec;padding:12px 16px}.new-customer-legacy-section-header h3{color:#2f2f33;letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:700}.new-customer-legacy-section-body{gap:12px;padding:14px 16px 16px;display:grid}.new-customer-legacy-field{gap:4px}.new-customer-legacy-field span{color:#3f3f46;letter-spacing:0;text-transform:none;font-size:.88rem;font-weight:600}.new-customer-legacy-field input,.new-customer-legacy-field select,.new-customer-legacy-field textarea{background:#fff;border-radius:0;padding:9px 10px;font-size:.92rem}.new-customer-legacy-field textarea{min-height:92px}.new-customer-legacy-meta{color:var(--muted);flex-wrap:wrap;gap:4px 14px;font-size:.82rem;line-height:1.45;display:flex}.new-customer-legacy-meta strong{color:var(--ink);font-weight:600}.new-customer-legacy-note{color:var(--muted);margin:0;font-size:.8rem;line-height:1.45}.new-customer-legacy-checkbox{align-items:flex-start;font-size:.88rem;font-weight:500;line-height:1.45}.new-customer-legacy-checkbox input{margin-top:2px}.new-customer-legacy-checkbox-block span{display:block}.new-customer-legacy-checkbox-block small{color:var(--muted);font-size:.8rem;line-height:1.45}.new-customer-legacy-actions{align-items:center;gap:14px;padding:2px 4px 0;display:flex}.locked-out-rule-panel{min-height:0}.locked-out-rule-shell{max-width:960px}.locked-out-rule-lead{gap:10px;display:grid}.locked-out-rule-lead p{color:#42424a;margin:0;font-size:.92rem;line-height:1.5}.locked-out-rule-days-field{max-width:260px}.locked-out-rule-note-strong strong{color:var(--ink);font-weight:700}.locked-out-rule-radio-section{gap:14px}.locked-out-rule-radio-row{color:#2f2f33;align-items:center;gap:10px;font-size:.92rem;line-height:1.45;display:flex}.locked-out-rule-radio-row input[type=radio]{margin:0}.locked-out-rule-radio-block{gap:10px;display:grid}.locked-out-rule-inline-field{max-width:240px;margin-left:28px}.locked-out-rule-section-header-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.locked-out-rule-add-fee-button{min-height:38px;box-shadow:none;border-radius:10px;padding:0 14px;font-size:.88rem}.locked-out-rule-create-template-link{color:#1d4ed8;width:fit-content;font-size:.86rem;text-decoration:none}.locked-out-rule-create-template-link:hover,.locked-out-rule-create-template-link:focus-visible{text-decoration:underline}.locked-out-rule-checkbox-list{gap:8px;display:grid}.locked-out-rule-checkbox{font-size:.9rem}.locked-out-rule-fees{gap:12px;display:grid}.locked-out-rule-fee-row{grid-template-columns:minmax(0,1.25fr) 180px auto;align-items:end;gap:12px;display:grid}.locked-out-rule-remove-fee{color:#1d4ed8;cursor:pointer;background:0 0;border:0;min-height:40px;padding:0;font-size:.86rem}.locked-out-rule-remove-fee:hover,.locked-out-rule-remove-fee:focus-visible{text-decoration:underline}.locked-out-rule-actions{padding-top:2px}.new-customer-legacy-cancel{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:.92rem}.new-customer-legacy-cancel:hover,.new-customer-legacy-cancel:focus-visible{color:var(--ink);text-underline-offset:.16em;text-decoration:underline}.payment-header-meta-row{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:6px 14px;margin-top:4px;font-size:.9rem;line-height:1.45;display:flex}.payment-header-meta-row p{color:var(--ink);margin:0;font-weight:600}.payment-header-meta-row span{position:relative}.payment-header-meta-row span:before{content:"•";color:#c0c8d2;margin-right:10px}.customer-payment-summary-panel{width:min(1120px,100%);margin:0 auto;padding:0;overflow:hidden}.customer-payment-summary-header{border-bottom:1px solid var(--line)}.customer-payment-summary-body{gap:14px;padding:18px 20px 22px;display:grid}.customer-payment-summary-shell,.customer-payment-summary-form{gap:14px;display:grid}.customer-payment-summary-meta{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:6px 14px;font-size:.9rem;line-height:1.35;display:flex}.customer-payment-summary-meta strong{color:var(--ink);font-size:.98rem;font-weight:600}.customer-payment-summary-meta span{position:relative}.customer-payment-summary-meta span:before{content:"•";color:#c0c8d2;margin-right:10px}.customer-payment-summary-switcher{gap:7px}.customer-payment-summary-table-wrap{border:1px solid var(--line);background:#fff;border-radius:0;overflow:hidden}.customer-payment-summary-table{border-collapse:collapse;table-layout:fixed;width:100%}.customer-payment-summary-col-item{width:72px}.customer-payment-summary-col-date{width:126px}.customer-payment-summary-col-amount,.customer-payment-summary-col-tax,.customer-payment-summary-col-total{width:104px}.customer-payment-summary-table th,.customer-payment-summary-table td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:9px 10px;font-size:.87rem;font-weight:400;line-height:1.25}.customer-payment-summary-table th{color:#30303a;background:#ececec;font-weight:600}.customer-payment-summary-table tfoot td{background:#fafafa;font-weight:600}.customer-payment-summary-spacer-cell{background:#fafafa}.customer-payment-summary-label-cell{text-align:right;white-space:nowrap;padding-left:6px;padding-right:4px}.customer-payment-summary-label-text{text-align:right;width:100%;display:block}.customer-payment-summary-table tfoot td:last-child{text-align:right;white-space:nowrap}.customer-payment-summary-table tfoot tr.is-total-row td{color:var(--ink);background:#f3f4f6}.customer-payment-summary-empty{color:var(--muted)}.customer-payment-summary-warning{background:#fbf3e3;border:1px solid #ead7b5;padding:12px 14px}.customer-payment-summary-warning p{color:#6b4f2a;margin:0;font-size:.88rem;line-height:1.45}.customer-payment-adjust-layout{gap:14px;max-width:420px;display:grid}.customer-payment-adjust-card{border:1px solid var(--line);background:#fff;border-radius:0;overflow:hidden}.customer-payment-adjust-card-header{border-bottom:1px solid var(--line);background:#ececec;padding:10px 14px}.customer-payment-adjust-card-header h4{color:#30303a;margin:0;font-size:.94rem;font-weight:600;line-height:1.2}.customer-payment-adjust-card-body{gap:12px;padding:14px;display:grid}.customer-payment-adjust-field{gap:5px}.customer-payment-adjust-field span{color:#4b5563;font-size:.84rem;font-weight:500}.customer-payment-adjust-input{border:1px solid var(--line);background:#fff;grid-template-columns:42px minmax(0,1fr);display:grid}.customer-payment-adjust-input>span{border-right:1px solid var(--line);color:#30303a;background:#f8fafc;justify-content:center;align-items:center;min-height:38px;font-size:.92rem;font-weight:500;display:flex}.customer-payment-adjust-input input{min-height:38px;box-shadow:none;border:0;border-radius:0;padding:7px 10px;font-size:.92rem}.customer-payment-adjust-input input:focus{outline:none}.customer-payment-adjust-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.customer-payment-adjust-note-card p{color:var(--muted);margin:0;font-size:.86rem;line-height:1.45}.customer-payment-entry-grid{grid-template-columns:minmax(280px,360px) minmax(0,1fr);grid-template-areas:"amount.""method.""batch.""description description""card.";align-items:start;gap:14px 18px;display:grid}.customer-payment-entry-field{gap:4px;width:100%}.customer-payment-entry-field span{color:#4b5563;letter-spacing:0;text-transform:none;font-size:.86rem;font-weight:500}.customer-payment-entry-field input,.customer-payment-entry-field select{border-radius:0;min-height:38px;padding:7px 10px;font-size:.88rem}.customer-payment-entry-field input[readonly]{color:var(--ink);cursor:default;background:#f8fafc}.customer-payment-entry-field-amount{grid-area:amount;max-width:180px}.customer-payment-entry-field-method{grid-area:method;max-width:360px}.customer-payment-entry-field-batch{grid-area:batch;max-width:210px}.customer-payment-entry-field-description{grid-area:description}.customer-payment-entry-field-card{grid-area:card;max-width:160px}.customer-payment-entry-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;display:flex}.customer-payment-action-button{min-height:38px;box-shadow:none;border-radius:8px;padding:0 14px;font-size:.84rem}.setup-settings-panel{width:min(1200px,100%);margin:0 auto;padding:18px 20px 22px}.setup-settings-shell{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);align-items:start;gap:18px;display:grid}.setup-settings-column{align-content:start;gap:16px;display:grid}.setup-settings-card{border:1px solid var(--line);background:#fff;border-radius:0;overflow:hidden}.setup-settings-card-other{overflow:visible}.setup-settings-card-large{min-height:0}.setup-settings-card-header{border-bottom:1px solid var(--line);background:#ececec;padding:10px 14px}.setup-settings-card-header h3{color:#30303a;margin:0;font-size:.98rem;font-weight:700;line-height:1.2}.setup-settings-card-body{gap:10px;padding:14px;display:grid}.setup-settings-card-body input,.setup-settings-card-body select,.setup-settings-card-body textarea{border:1px solid var(--line);width:100%;min-height:38px;color:var(--ink);box-shadow:none;background:#fff;border-radius:0;padding:7px 10px;font-size:.88rem}.setup-settings-card-body textarea{resize:vertical;min-height:260px}.setup-settings-card-note{color:#5d6673;margin:0;font-size:.82rem;line-height:1.45}.setup-settings-card-other .setup-settings-card-body{gap:8px}.setup-settings-option-row{color:var(--ink);grid-template-columns:18px minmax(0,1fr) 18px;align-items:center;gap:8px;font-size:.87rem;line-height:1.3;display:grid}.setup-settings-option-checkbox{justify-content:center;align-items:center;display:flex}.setup-settings-option-checkbox input,.setup-settings-checkbox-block input{accent-color:#2563eb;width:14px;height:14px;margin:0}.setup-settings-option-copy{min-width:0}.setup-settings-info-badge{color:#2563eb;cursor:pointer;vertical-align:middle;z-index:4;background:#dbeafe;border-radius:999px;outline:none;justify-content:center;align-items:center;width:16px;height:16px;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex;position:relative}.setup-settings-info-badge-inline{margin-left:6px}.setup-settings-info-badge:before,.setup-settings-info-badge:after{opacity:0;pointer-events:none;transition:opacity .12s,transform .12s;position:absolute;left:50%;transform:translate(-50%,4px)}.setup-settings-info-badge:before{z-index:31;content:"";border:6px solid #0000;border-top-color:#1f2933;width:0;height:0;bottom:calc(100% + 5px)}.setup-settings-info-badge:after{z-index:30;color:#fff;content:attr(data-tooltip);text-align:left;white-space:normal;background:#1f2933;border-radius:3px;width:max-content;max-width:min(260px,70vw);padding:10px 12px;font-size:.78rem;font-weight:700;line-height:1.38;bottom:calc(100% + 17px);box-shadow:0 10px 24px #0f172a38}.setup-settings-info-badge:hover:before,.setup-settings-info-badge:hover:after,.setup-settings-info-badge:focus-visible:before,.setup-settings-info-badge:focus-visible:after{opacity:1;transform:translate(-50%)}.setup-settings-inline-row{padding-top:2px}.setup-settings-inline-label{color:var(--ink);grid-template-columns:minmax(0,1fr) 92px;align-items:center;gap:10px;font-size:.86rem;display:grid}.setup-settings-inline-label-wide{grid-template-columns:minmax(0,1fr) minmax(240px,320px)}.setup-settings-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;display:flex}.setup-settings-actions-split{justify-content:flex-start}.setup-settings-action-button{min-height:38px;box-shadow:none;border-radius:8px;padding:0 14px;font-size:.83rem}.setup-settings-top-actions{align-items:center;gap:8px;display:flex}.setup-settings-tab-button{color:#255db7;cursor:pointer;background:#f8fbff;border:1px solid #2563eb3d;border-radius:8px;min-height:36px;padding:0 12px;font-size:.82rem;font-weight:600;transition:background .14s,color .14s,border-color .14s}.setup-settings-tab-button.is-active,.setup-settings-tab-button:hover,.setup-settings-tab-button:focus-visible{color:#fff;background:#2563eb;border-color:#2563eb}.setup-settings-field-row{gap:6px;display:grid}.setup-settings-field-row>span{color:#4b5563;font-size:.84rem;font-weight:500}.setup-settings-lockout-body{gap:8px}.setup-settings-checkbox-block{color:var(--ink);align-items:flex-start;gap:8px;font-size:.87rem;line-height:1.35;display:inline-flex}.setup-settings-checkbox-block span{display:block}.setup-settings-history-body{align-content:start;min-height:420px}.payment-unit-switcher{gap:6px;display:grid}.payment-unit-switcher>span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.74rem;font-weight:700}.payment-unit-picker{flex-wrap:wrap;gap:6px;display:flex}.payment-unit-chip{border:1px solid var(--line);min-height:34px;color:var(--ink);text-align:center;cursor:pointer;background:#fcfcfd;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.82rem;font-weight:600;transition:border-color .14s,box-shadow .14s,background .14s,transform .14s;display:inline-flex}.payment-unit-chip:hover,.payment-unit-chip:focus-visible{border-color:var(--line-strong);transform:translateY(-1px);box-shadow:0 8px 18px #0f172a14}.payment-unit-chip.is-selected{color:#f9fafb;background:#111;border-color:#111;box-shadow:0 10px 20px #0f172a24}.payment-total-summary{border:1px solid var(--line);background:linear-gradient(#fbfbfc 0%,#fff 100%);border-radius:12px;justify-content:center;min-height:44px;padding:10px 12px}.payment-total-summary-value{color:var(--ink);font-size:1rem;font-weight:700;line-height:1.2}.payment-total-summary-note{color:var(--muted);margin:0;font-size:.76rem;line-height:1.4}.payment-allocation-panel{border:1px solid var(--line);background:linear-gradient(#fbfbfc 0%,#fff 100%);border-radius:14px;gap:10px;padding:14px 16px;display:grid}.payment-allocation-header h4{color:var(--ink);letter-spacing:-.01em;margin:0;font-size:.94rem;font-weight:700}.payment-allocation-header p{color:var(--ink-soft);margin:4px 0 0;font-size:.84rem;line-height:1.5}.payment-allocation-list{gap:8px;display:grid}.payment-allocation-item{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:minmax(88px,.8fr) minmax(180px,1.3fr) minmax(126px,.85fr) minmax(126px,.9fr) minmax(126px,.9fr);align-items:center;gap:10px 12px;padding:12px;display:grid}.payment-allocation-item.is-missing-link{background:#fef2f2d9;border-color:#dc26262e}.payment-allocation-unit,.payment-allocation-summary,.payment-allocation-result{gap:2px;display:grid}.payment-allocation-unit strong,.payment-allocation-result strong{color:var(--ink);font-size:.88rem;font-weight:700}.payment-allocation-unit span,.payment-allocation-summary span,.payment-allocation-result span,.payment-allocation-breakdown,.payment-allocation-note{color:var(--muted);font-size:.76rem;line-height:1.45}.payment-allocation-breakdown,.payment-allocation-note{grid-column:1/-1;margin:0}.payment-allocation-note{color:#1d4ed8}.payment-application-preview{border:1px solid var(--line);background:linear-gradient(#fbfbfc 0%,#fff 100%);border-radius:14px;gap:10px;padding:14px 16px;display:grid}.payment-application-preview-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.payment-application-preview-header h4{color:var(--ink);letter-spacing:-.01em;margin:0;font-size:.94rem;font-weight:700}.payment-application-preview-header p{color:var(--ink-soft);margin:4px 0 0;font-size:.84rem;line-height:1.5}.payment-application-preview-note{color:#1d4ed8;background:#2563eb0f;border:1px solid #2563eb24;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:.74rem;font-weight:600;display:inline-flex}.payment-breakdown-list{gap:8px;display:grid}.payment-breakdown-item{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.payment-breakdown-copy,.payment-breakdown-amounts{gap:2px;display:grid}.payment-breakdown-copy strong,.payment-breakdown-amounts strong{color:var(--ink);font-size:.87rem;font-weight:700}.payment-breakdown-copy span,.payment-breakdown-amounts span{color:var(--muted);font-size:.77rem;line-height:1.45}.payment-breakdown-amounts{text-align:right;justify-items:end}.payment-breakdown-item.is-paid{background:#22c55e0d;border-color:#22c55e33}.payment-breakdown-item.is-partial{background:#f59e0b0f;border-color:#f59e0b38}.payment-breakdown-item.is-due{background:#f1f5f9cc;border-color:#94a3b838}.unit-history-list{gap:12px;display:grid}.unit-history-item{border-top:1px solid var(--line);grid-template-columns:108px minmax(0,1fr);gap:14px;padding:12px 0;display:grid}.unit-history-item:first-child{border-top:0;padding-top:0}.unit-history-date{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.unit-history-body{gap:4px;display:grid}.unit-history-body strong{color:var(--ink);font-size:.96rem;line-height:1.35}.unit-history-body p{color:var(--ink-soft);margin:0;font-size:.9rem;line-height:1.45}.unit-history-kind{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-self:start;align-items:center;min-height:24px;padding:0 8px;font-size:.66rem;font-weight:700;display:inline-flex}.unit-history-kind.is-rent{color:#1d4ed8;background:#2563eb1f}.unit-history-kind.is-payment{color:#166534;background:#22c55e24}.unit-history-kind.is-lock{color:#92400e;background:#f59e0b29}.unit-history-kind.is-status,.unit-history-kind.is-note,.unit-history-kind.is-paid-through{color:#475569;background:#eef2f7}.customer-profile-unit-table th:nth-child(5),.customer-profile-unit-table td:nth-child(5){text-align:right}.customer-profile-unit-table th:nth-child(6),.customer-profile-unit-table td:nth-child(6){text-align:center}.settings-users-panel{gap:16px;display:grid}.settings-users-header{justify-content:space-between;align-items:flex-start;gap:16px}.settings-users-note,.settings-users-form-note{color:var(--muted);margin:0;font-size:.88rem;line-height:1.5}.settings-users-create-surface{border:1px solid var(--line);background:linear-gradient(#fbfbfc 0%,#fff 100%);border-radius:18px;padding:16px}.settings-users-active-toggle{max-width:320px}.settings-users-list{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden}.settings-user-row{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex}.settings-user-row:last-child{border-bottom:0}.settings-user-row-button{text-align:left;width:100%;color:inherit;font:inherit;background:0 0;border:0}.settings-user-row-button.is-clickable{cursor:pointer;transition:background .14s,box-shadow .14s}.settings-user-row-button.is-clickable:hover{background:#fbfcfe}.settings-user-row-button.is-clickable:focus-visible{outline:0;box-shadow:inset 0 0 0 2px #1e40af24}.settings-user-row-button:disabled{cursor:default;opacity:1}.settings-user-main{gap:4px;min-width:0;display:grid}.settings-user-main strong{color:var(--ink);font-size:1rem;line-height:1.1}.settings-user-main span{color:var(--muted);text-overflow:ellipsis;font-size:.88rem;line-height:1.45;overflow:hidden}.settings-user-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.settings-user-row-caret{color:#94a3b8;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.settings-user-row-caret svg{width:100%;height:100%}.settings-user-badge{border:1px solid var(--line);min-height:32px;color:var(--ink);letter-spacing:.08em;text-transform:uppercase;background:#f8fafc;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.76rem;font-weight:700;display:inline-flex}.settings-user-badge-subtle{color:var(--muted);background:#fff}.settings-user-badge-active{color:#166534;background:#22c55e1c;border-color:#22c55e2e}.settings-user-badge-inactive{color:#475569;background:#94a3b81f;border-color:#94a3b838}.settings-general-panel{flex-direction:column;gap:16px;min-height:calc(100vh - 118px);display:flex}.settings-general-header{justify-content:space-between;align-items:flex-start;gap:16px}.settings-general-surface{border:1px solid var(--line);background:linear-gradient(#fbfbfc 0%,#fff 100%);border-radius:18px;flex-direction:column;flex:1;justify-content:space-between;padding:16px;display:flex}.settings-general-grid{max-width:420px}.late-lien-panel{gap:14px;max-width:980px;margin:0 auto;padding:18px 20px 20px;display:grid}.late-lien-intro{gap:10px;max-width:760px;display:grid}.late-lien-intro p{color:var(--muted);margin:0;font-size:.84rem;line-height:1.45}.late-lien-table-shell{border:1px solid var(--line);background:#fff;border-radius:14px;overflow-x:auto}.late-lien-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:900px}.late-lien-col-status{width:150px}.late-lien-col-days{width:112px}.late-lien-col-notifications{width:auto}.late-lien-col-fees{width:180px}.late-lien-col-auction{width:120px}.late-lien-col-actions{width:96px}.late-lien-table thead th{border-bottom:1px solid var(--line);color:#475569;letter-spacing:.08em;text-align:left;text-transform:uppercase;background:#eef2f5;padding:10px 12px;font-size:.7rem;font-weight:700}.late-lien-table thead th:last-child{text-align:left}.late-lien-table tbody td{border-bottom:1px solid var(--line);color:var(--ink);vertical-align:top;padding:10px 12px;font-size:.81rem;font-weight:400;line-height:1.35}.late-lien-table tbody tr:nth-child(2n){background:#fafbfd}.late-lien-table tbody tr:last-child td{border-bottom:0}.late-lien-status-cell{vertical-align:top}.late-lien-status-stack{align-content:start;gap:4px;display:grid}.late-lien-status-name{color:var(--ink);font-size:1rem;font-weight:650;line-height:1.1}.late-lien-rule-link{color:#1d4ed8;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:.76rem;font-weight:500;line-height:1.2}.late-lien-rule-link:hover,.late-lien-rule-link:focus-visible{text-decoration:underline}.late-lien-rule-link:disabled{cursor:not-allowed;opacity:.45;text-decoration:none}.late-lien-rule-link-static{cursor:default;opacity:.72}.late-lien-copy-cell,.late-lien-empty-cell{color:#4b5563}.late-lien-fees-cell,.late-lien-auction-cell,.late-lien-days-cell{white-space:nowrap}.late-lien-empty-cell{font-size:.8rem;line-height:1.4}.late-lien-actions-cell{vertical-align:top}.late-lien-actions-stack{white-space:nowrap;align-items:flex-start;gap:12px;display:flex}.late-lien-action-link{color:#1d4ed8;cursor:pointer;background:0 0;border:0;padding:0;font-size:.76rem;font-weight:500;line-height:1.2}.late-lien-action-link:hover,.late-lien-action-link:focus-visible{text-decoration:underline}.late-lien-action-link:disabled{cursor:not-allowed;opacity:.45;text-decoration:none}.late-lien-action-link-muted{color:#64748b}.late-lien-action-link-danger{color:#b45309}.late-lien-action-link-static{cursor:default;opacity:.72}.late-lien-inline-editor,.late-lien-inline-editor-field{gap:6px;display:grid}.late-lien-inline-editor-field>span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:700;line-height:1.2}.late-lien-inline-editor .settings-currency-input{width:100%}.late-lien-inline-editor .settings-currency-input input{min-width:0}.settings-section-card{border:1px solid var(--line);background:#fff;border-radius:18px;gap:14px;padding:16px;display:grid}.settings-section-card h4{color:var(--ink);margin:0;font-size:1.08rem;line-height:1.2}.settings-section-card .inventory-panel-title{gap:4px;display:grid}.settings-section-card .inventory-panel-title p{color:var(--muted);margin:0;line-height:1.5}.settings-toggle-row{gap:10px 16px}.settings-toggle{color:var(--ink);align-items:center;gap:10px;font-weight:600;display:inline-flex}.settings-toggle input{accent-color:#111;width:16px;height:16px}.settings-template-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:14px;display:grid}.settings-notifications-header h2{letter-spacing:-.04em;font-size:clamp(1.5rem,2.2vw,2.3rem)}.settings-notifications-form{gap:14px}.settings-notifications-panel{padding:18px 18px 16px}.settings-notifications-panel .panel-header{margin-bottom:8px}.settings-notifications-panel .inventory-panel-title h3{font-size:1.12rem;line-height:1.08}.settings-notifications-panel .inventory-panel-title p{font-size:.86rem;line-height:1.4}.settings-notifications-surface{border-radius:16px;gap:12px;padding:12px}.settings-notification-automation-bar{background:linear-gradient(#f8fafc 0%,#fff 100%);border:1px solid #0f172a14;border-radius:14px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.settings-notification-automation-copy{gap:2px;display:grid}.settings-notification-automation-label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:700}.settings-notification-automation-copy strong{color:var(--ink);font-size:.96rem;line-height:1.2}.settings-notification-automation-copy span{color:var(--muted);font-size:.8rem;line-height:1.35}.settings-notification-automation-stats{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.settings-notification-automation-stats span{color:#4b5563;background:#fff;border:1px solid #0f172a14;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:.78rem;font-weight:600;display:inline-flex}.settings-notification-view-tabs{background:#f8fafc;border:1px solid #0f172a14;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(100%,460px);padding:4px;display:inline-grid}.settings-notification-view-tab{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;gap:3px;padding:10px 12px;transition:background .14s,color .14s,box-shadow .14s;display:grid}.settings-notification-view-tab strong{color:var(--ink);font-size:.88rem;font-weight:650}.settings-notification-view-tab span{color:var(--muted);font-size:.76rem;line-height:1.25}.settings-notification-view-tab-active{background:#111;box-shadow:0 10px 20px #0f172a1f}.settings-notification-view-tab-active strong,.settings-notification-view-tab-active span{color:#fff}.settings-notification-preview-panel{background:linear-gradient(#fff 0%,#fbfdff 100%);border-color:#0f172a14;gap:10px}.settings-notification-preview-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.settings-notification-preview-toolbar-search{width:min(100%,360px)}.settings-notification-preview-controls{justify-items:stretch;gap:8px;width:min(100%,520px);display:grid}.settings-notification-filter-tabs{background:#f8fafc;border:1px solid #0f172a14;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:min(100%,520px);padding:4px;display:inline-grid}.settings-notification-filter-tab{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;gap:2px;padding:8px 10px;transition:background .14s,color .14s,box-shadow .14s;display:grid}.settings-notification-filter-tab strong{color:var(--ink);font-size:.84rem;font-weight:650}.settings-notification-filter-tab span{color:var(--muted);font-size:.73rem;line-height:1.2}.settings-notification-filter-tab-active{background:#111;box-shadow:0 10px 20px #0f172a1f}.settings-notification-filter-tab-active strong,.settings-notification-filter-tab-active span{color:#fff}.settings-notification-preview-scroll{gap:10px;max-height:72vh;padding-right:4px;display:grid;overflow:auto}.settings-notification-preview-list{gap:8px;display:grid}.settings-notification-preview-header{grid-template-columns:minmax(140px,1fr) minmax(120px,.85fr) minmax(140px,.95fr) minmax(220px,1.5fr) 86px 90px 96px;align-items:center;gap:10px;padding:0 10px 2px;display:grid}.settings-notification-preview-header-cell{min-width:0}.settings-notification-preview-header-label{color:#64748b;letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:700}.settings-notification-preview-header-cell-center{text-align:center}.settings-notification-preview-header-cell-right{text-align:right}.settings-notification-preview-header-button{cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.settings-notification-preview-header-button span{color:#64748b}.settings-notification-preview-header-cell-right .settings-notification-preview-header-button{margin-left:auto}.settings-notification-preview-sort-caret{color:#c0c6cf;font-size:.76rem;line-height:1;transition:color .12s}.settings-notification-preview-sort-caret.is-active,.settings-notification-preview-header-button:hover .settings-notification-preview-sort-caret,.settings-notification-preview-header-button:focus-visible .settings-notification-preview-sort-caret,.settings-notification-preview-header-button:hover span,.settings-notification-preview-header-button:focus-visible span{color:#1d4ed8}.settings-notification-preview-group{gap:8px;display:grid}.settings-notification-preview-group-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.settings-notification-preview-group-header strong{color:var(--ink);font-size:.86rem;font-weight:650}.settings-notification-preview-group-header span{color:var(--muted);font-size:.78rem;line-height:1.3}.settings-notification-preview-row{background:#fff;border:1px solid #0f172a14;border-radius:12px;grid-template-columns:minmax(140px,1fr) minmax(120px,.85fr) minmax(140px,.95fr) minmax(220px,1.5fr) 86px 90px 96px;align-items:center;gap:10px;padding:7px 10px;display:grid}.settings-notification-preview-cell{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.settings-notification-preview-cell strong,.settings-notification-preview-cell span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.settings-notification-preview-cell strong{color:var(--ink);font-size:.88rem;font-weight:650}.settings-notification-preview-cell span{color:var(--muted);font-size:.77rem;line-height:1.2}.settings-notification-preview-check{justify-content:center;align-items:center;display:flex}.settings-notification-preview-check-label{color:var(--ink);white-space:nowrap;align-items:center;gap:6px;font-size:.77rem;font-weight:500;line-height:1.1;display:inline-flex}.settings-notification-preview-check-label input{accent-color:#111;width:14px;height:14px}.settings-notification-preview-check-label input:disabled+span{color:#cbd5e1}.settings-notification-preview-amount{color:var(--ink);white-space:nowrap;text-align:right;font-size:.88rem;font-weight:650}.settings-notification-preview-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:0 9px;font-size:.72rem;font-weight:650;display:inline-flex}.settings-notification-preview-badge-ready{color:#0f766e;background:#0f766e1f}.settings-notification-preview-badge-sent{color:#1d4ed8;background:#2563eb1a}.settings-notification-preview-badge-scheduled{color:#334155;background:#0f172a14}.settings-notification-preview-badge-blocked{color:#c2410c;background:#c2410c1f}.settings-notification-preview-footnote{color:var(--muted);flex-wrap:wrap;gap:4px;font-size:.78rem;line-height:1.35;display:flex}.settings-notifications-summary-grid,.settings-notifications-sections{align-items:start;gap:12px;display:grid}.settings-notifications-summary-grid{grid-template-columns:minmax(280px,.95fr) minmax(240px,.75fr)}.settings-notifications-sections{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-notifications-card{border-style:solid;border-width:1px;border-radius:14px;gap:10px;padding:12px}.settings-notifications-card-compact{align-content:start}.settings-notifications-card-global{background:linear-gradient(#f9fafb 0%,#fff 100%);border-color:#0f172a14}.settings-notifications-card-upcoming{background:linear-gradient(#f7fbff 0%,#fff 100%);border-color:#2563eb26}.settings-notifications-card-past-due{background:linear-gradient(#fffaf7 0%,#fff 100%);border-color:#c2410c26}.settings-notifications-card h4{font-size:.98rem;font-weight:650}.settings-notifications-card .inventory-panel-title{gap:2px}.settings-notifications-card .inventory-panel-title p{font-size:.84rem;line-height:1.35}.settings-notification-rule-row{grid-template-columns:minmax(0,1fr) minmax(150px,176px);align-items:start;gap:10px 12px;display:grid}.settings-notification-toggle-row{gap:8px 12px}.settings-notifications-toggle{gap:8px;font-size:.9rem;font-weight:500;line-height:1.28}.settings-notifications-toggle input{width:15px;height:15px}.settings-notification-grid{max-width:none}.settings-notification-timing-grid{min-width:0}.settings-notifications-template-layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:12px}.settings-notification-email-stack{gap:10px}.settings-notifications-placeholders{background:linear-gradient(#f8fbff 0%,#fff 100%);border-color:#3b82f629;border-radius:14px;align-content:start;padding:10px 12px}.settings-notifications-placeholders .form-preview-value{margin:0;font-size:.88rem;line-height:1.3}.settings-notifications-form .field span{letter-spacing:.08em;font-size:.7rem}.settings-notifications-form .field input,.settings-notifications-form .field select,.settings-notifications-form .field textarea{border-radius:12px;padding:10px 12px}.settings-notifications-form .field textarea{resize:none;min-height:60px;overflow:hidden}.settings-notifications-textarea-sms{min-height:118px}.settings-notifications-textarea-email{min-height:146px}.settings-notifications-form .field-hint{margin-top:4px;font-size:.76rem;line-height:1.35}.settings-notifications-form .compact-submit-row{padding-top:0}.settings-notifications-submit-row{justify-content:flex-end}.settings-notifications-form .settings-users-form-note{font-size:.82rem;line-height:1.35}@media (max-width:1320px){.settings-notifications-sections{grid-template-columns:minmax(0,1fr)}}@media (max-width:1120px){.settings-notification-automation-bar,.settings-notifications-summary-grid,.settings-notifications-sections,.settings-notification-rule-row,.settings-notifications-template-layout,.settings-notification-preview-header,.settings-notification-preview-row,.settings-notification-preview-toolbar{grid-template-columns:minmax(0,1fr)}.settings-notification-automation-stats{justify-content:flex-start}.settings-notification-preview-cell,.settings-notification-preview-amount{white-space:normal}.settings-notification-preview-header{display:none}.settings-notification-filter-tabs,.settings-notification-preview-controls{width:100%}}@media (max-width:760px){.locked-out-rule-section-header-actions{flex-direction:column;align-items:flex-start}.locked-out-rule-inline-field{max-width:none;margin-left:0}.locked-out-rule-fee-row{grid-template-columns:minmax(0,1fr);align-items:start}}.settings-currency-input .currency-input-prefix{left:13px}.settings-currency-input input{padding-left:36px}.field-hint{color:var(--muted);margin-top:6px;font-size:.82rem;line-height:1.4;display:block}.field-hint-error{color:#b91c1c}.settings-user-profile-panel{gap:18px;display:grid}.settings-user-profile-header{justify-content:space-between;align-items:flex-start;gap:16px}.settings-user-profile-shell{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:18px;display:grid}.settings-user-profile-sidebar{gap:14px;display:grid}.settings-user-profile-card,.settings-user-profile-facts{border:1px solid var(--line);background:#fff;border-radius:18px}.settings-user-profile-card{justify-items:start;gap:16px;padding:22px 20px;display:grid}.settings-user-profile-avatar{color:#1d4ed8;letter-spacing:.06em;background:linear-gradient(#eff6ff 0%,#dbeafe 100%);border-radius:22px;place-items:center;width:72px;height:72px;font-size:1.3rem;font-weight:800;display:grid}.settings-user-profile-copy{gap:4px;display:grid}.settings-user-profile-copy h4{color:var(--ink);margin:0;font-size:1.2rem;line-height:1.1}.settings-user-profile-copy p{color:var(--muted);word-break:break-word;margin:0;font-size:.92rem;line-height:1.45}.settings-user-profile-badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.settings-user-profile-facts{gap:12px;padding:18px 20px;display:grid}.settings-user-profile-fact{gap:3px;display:grid}.settings-user-profile-fact span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.settings-user-profile-fact strong{color:var(--ink);font-size:.98rem;line-height:1.25}.settings-user-profile-form{min-width:0}.settings-user-profile-active-toggle.is-readonly{opacity:.78}.stack-form{flex-direction:column;gap:16px;display:flex}.grid-form{gap:12px;display:grid}.grid-form.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-form.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-form.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}.field{flex-direction:column;gap:6px;display:flex}.field span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.76rem;font-weight:700}.field input,.field select,.field textarea,.field-followup,.facility-filter{border:1px solid var(--line);width:100%;color:var(--ink);background:#fcfcfd;border-radius:14px;padding:11px 13px;transition:border-color .12s,box-shadow .12s,background-color .12s}.field .settings-currency-input .currency-input-prefix{left:13px}.field .settings-currency-input input{padding-left:36px}.field input::placeholder,.field-followup::placeholder,.field textarea::placeholder{color:#9ca3af}.field textarea{resize:vertical;min-height:76px}.panel-compact-form{padding-bottom:14px}.compact-setup-form{gap:14px}.compact-primary-grid{grid-template-columns:minmax(200px,1.55fr) minmax(212px,1.5fr) minmax(150px,1.05fr) minmax(138px,.95fr);align-items:start}.compact-primary-grid.compact-primary-grid-fixed-facility{grid-template-columns:minmax(260px,1.7fr) minmax(170px,1.05fr) minmax(148px,.9fr)}.compact-spec-grid{grid-template-columns:minmax(92px,.95fr) minmax(92px,.95fr) minmax(240px,2.1fr) minmax(102px,1fr) minmax(102px,1fr);align-items:start}.compact-support-grid{grid-template-columns:minmax(246px,.92fr) minmax(0,1.12fr);align-items:start;gap:14px;display:grid}.compact-upload-stack{border:1px solid var(--line);background:linear-gradient(#fbfbfc 0%,#fff 100%);border-radius:16px;gap:10px;padding:12px;display:grid}.compact-upload-preview{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.field-toggle-card{justify-content:flex-end}.compact-submit-row{justify-content:space-between;align-items:center;gap:12px;padding-top:4px;display:flex}.form-error p,.form-success p{margin:0}.field input:focus,.field select:focus,.field textarea:focus,.field-followup:focus,.facility-filter:focus{background:#fff;border-color:#111;outline:none;box-shadow:0 0 0 4px #11111114}.custom-select{position:relative}.custom-select-trigger{border:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);text-align:left;background:#fcfcfd;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;display:flex}.custom-select-trigger.is-compact{border-radius:12px;gap:10px;min-height:38px;padding:8px 11px;font-size:.84rem;font-weight:400}.field input[type=file]{background:#fff;padding:8px}.field input[type=file]::file-selector-button{border:1px solid var(--line-strong);color:#f9fafb;cursor:pointer;background:linear-gradient(#181818 0%,#050505 100%);border-radius:11px;min-height:38px;margin-right:12px;padding:0 14px;font-weight:700}.custom-select-trigger.is-open,.custom-select-trigger:hover,.custom-select-trigger:focus-visible{background:#fff;border-color:#111;outline:none;box-shadow:0 0 0 4px #11111114}.custom-select-caret{width:.92rem;height:.92rem;color:var(--muted);flex:none;transition:transform .16s,color .16s}.custom-select-caret.is-open{color:var(--ink);transform:rotate(180deg)}.custom-select-menu{z-index:40;border:1px solid var(--line);box-shadow:var(--shadow-card);background:#fff;border-radius:14px;max-height:280px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden auto}.custom-select-menu-portal{z-index:120}.custom-select-options{display:grid}.custom-select-option,.custom-select-action{width:100%;color:var(--ink-soft);text-align:left;cursor:pointer;background:0 0;border:0;padding:12px 14px}.custom-select-menu.is-compact{min-width:0}.custom-select-option.is-compact,.custom-select-action.is-compact{padding:9px 12px;font-size:.83rem;font-weight:400}.custom-select-option+.custom-select-option{border-top:1px solid var(--line)}.custom-select-option.is-active,.custom-select-option:hover,.custom-select-option:focus-visible,.custom-select-action:hover,.custom-select-action:focus-visible{background:var(--surface-muted);color:var(--ink);outline:none}.custom-select-footer{border-top:1px solid var(--line);background:#fafafa}.custom-select-action{font-weight:700}.custom-value-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.custom-value-badge{border:1px solid var(--line);min-height:38px;color:var(--ink);background:#f8fafc;border-radius:999px;align-items:center;padding:0 12px;font-size:.92rem;font-weight:600;display:inline-flex}.status-check-card{border:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);cursor:pointer;background:#fcfcfd;border-radius:14px;align-items:center;gap:12px;padding:10px 12px;transition:border-color .14s,box-shadow .14s,background .14s;display:flex}.status-check-card:hover,.status-check-card:focus-within{background:#fff;border-color:#111;box-shadow:0 0 0 4px #11111114}.status-check-card.is-checked{background:linear-gradient(#fff 0%,#f8fafc 100%);border-color:#11111138}.status-check-card input{opacity:0;pointer-events:none;position:absolute}.status-check-box{border:1px solid var(--line-strong);color:#fff;background:#fff;border-radius:7px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.status-check-card.is-checked .status-check-box{color:#fff;background:#111;border-color:#111}.status-check-box svg{width:12px;height:12px;display:block}.status-check-copy{gap:2px;display:grid}.status-check-copy strong{color:var(--ink);font-size:.96rem;line-height:1.2}.status-check-copy small{color:var(--muted);font-size:.78rem;line-height:1.35}.status-field{max-width:320px}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a47;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.storage-type-create-modal-backdrop{z-index:70}.modal-card{border:1px solid var(--line);background:#fff;border-radius:20px;width:min(460px,100%);padding:22px;box-shadow:0 24px 56px #0f172a2e}.modal-card.customer-edit-modal{border-radius:16px;width:min(1220px,100vw - 88px);max-width:none;padding:14px}.customer-compose-modal{width:min(560px,100%)}.storage-type-create-modal{width:min(980px,100vw - 40px);max-height:calc(100vh - 48px);padding:24px;overflow-y:auto}.storage-type-modal-header{margin-bottom:8px}.storage-type-modal-header h3{letter-spacing:-.03em;margin:0;font-size:1.6rem;line-height:1.1}.page-header .facility-filter,.page-header .facility-filter-select{display:none}.toggle-row{flex-wrap:wrap;gap:16px;display:flex}.form-preview-card{border:1px dashed var(--line-strong);background:linear-gradient(#f9fafb 0%,#fff 100%);border-radius:16px;gap:4px;padding:12px 14px;display:grid}.form-preview-card-compact{gap:4px;padding:12px 14px}.form-preview-label{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.form-preview-value{color:var(--ink);font-size:.95rem;line-height:1.32}.form-preview-meta{color:var(--muted);margin:0;font-size:.78rem;line-height:1.45}.button-row,.header-actions{align-items:center;gap:12px;display:flex}.primary-button,.ghost-button{white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:700;transition:transform .14s,box-shadow .14s,background .14s,color .14s,border-color .14s;display:inline-flex}.primary-button{color:#f9fafb;background:linear-gradient(#181818 0%,#050505 100%);box-shadow:0 14px 28px #0f172a2e}.primary-button:hover,.primary-button:focus-visible,.ghost-button:hover,.ghost-button:focus-visible{transform:translateY(-1px)}.primary-button:disabled,.ghost-button:disabled{opacity:.6;cursor:default;transform:none}.ghost-button{border-color:var(--line);color:var(--ink);background:#fff}.ghost-button:hover,.ghost-button:focus-visible{background:var(--surface-muted);border-color:var(--line-strong)}.primary-button.recurring-billing-compact-button,.ghost-button.recurring-billing-header-button{min-height:33px;box-shadow:none;border-radius:4px;padding:0 12px;font-size:.82rem}.primary-button.recurring-billing-compact-button:hover,.primary-button.recurring-billing-compact-button:focus-visible,.ghost-button.recurring-billing-header-button:hover,.ghost-button.recurring-billing-header-button:focus-visible{transform:none}.full-width{width:100%}.status-pill{color:#f9fafb;letter-spacing:.02em;background:#111;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:.79rem;font-weight:700;display:inline-flex}.page-header .status-pill{color:#111;background:#fff}.status-pill.is-muted{border:1px solid var(--line);color:var(--muted);background:#f3f4f6}.status-pill.tone-vacant{color:#f9fafb;background:#111}.status-pill.tone-occupied{color:#f9fafb;background:#374151}.status-pill.tone-reserved{color:#374151;background:#f9fafb;border:1px solid #d1d5db}.status-pill.tone-maintenance{color:#111;background:#e5e7eb}.site-map-action-pill{border:1px solid var(--line);cursor:pointer;transition:transform .14s,background .14s,color .14s,border-color .14s,box-shadow .14s}.site-map-action-pill:hover,.site-map-action-pill:focus-visible{border-color:var(--line-strong);transform:translateY(-1px)}.site-map-action-pill.is-muted:hover,.site-map-action-pill.is-muted:focus-visible{color:var(--ink);background:#fff}.site-map-action-pill:disabled{opacity:.6;cursor:default;transform:none}.record-list{flex-direction:column;gap:10px;display:flex}.record-card{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;gap:0;width:100%;padding:12px;transition:border-color .14s,box-shadow .14s,background-color .14s;display:flex}.storage-types-library-panel .record-list{max-height:calc(100vh - 280px);padding-right:2px;overflow-y:auto}.storage-types-record-grid{grid-template-columns:repeat(auto-fit,minmax(min(380px,100%),436px));justify-content:start;gap:12px;display:grid}.storage-types-record-grid .record-card{min-height:100%}.record-card strong{color:var(--ink)}.record-card span{color:var(--muted);font-size:.92rem}.record-card:hover,.record-card:focus-visible{border-color:var(--line-strong);box-shadow:0 14px 28px #0f172a14}.record-card.is-selected{background:#f8fafc;border-color:#111;box-shadow:0 0 0 1px #1111111f,0 14px 28px #0f172a14}.reports-panel{gap:14px;display:grid}.reports-index-page{gap:16px;display:grid}.reports-detail-page{justify-items:stretch;gap:16px;width:100%;min-width:0;display:grid}.reports-breadcrumb{color:var(--muted);margin:0;font-size:.84rem;line-height:1.5}.reports-overview-grid{grid-template-columns:minmax(260px,1.15fr) minmax(240px,1fr) minmax(220px,.9fr);grid-template-areas:"accounting customers facility""accounting payments facility";align-items:start;gap:18px;display:grid}.reports-overview-card{border:1px solid var(--line);background:#fff;align-content:start;width:100%;min-width:0;display:grid;overflow:hidden}.reports-overview-card-accounting-financials{grid-area:accounting}.reports-overview-card-customers{grid-area:customers}.reports-overview-card-payments-and-deposits{grid-area:payments}.reports-overview-card-facility{grid-area:facility}.reports-overview-card-head{border-bottom:1px solid var(--line);background:#efefef;padding:14px 16px}.reports-overview-card-head-compact{padding:12px 14px}.reports-overview-card-head h3{color:#5a5a5a;letter-spacing:-.03em;margin:0;font-size:1.55rem;font-weight:700}.reports-overview-list{color:#5a5a5a;gap:6px;margin:0;padding:14px 18px 18px;font-size:.92rem;line-height:1.35;list-style:none;display:grid}.reports-overview-list li{margin:0}.reports-overview-link{color:inherit;text-decoration:none}.reports-overview-link:hover,.reports-overview-link:focus-visible{color:#111;text-decoration:underline}.reports-overview-empty{color:var(--muted);margin:0;padding:16px 18px 18px;font-size:.9rem}.reports-detail-layout{grid-template-columns:minmax(220px,.9fr) minmax(0,1.5fr);align-items:start;gap:18px;display:grid}.reports-category-stack{gap:14px;display:grid}.reports-category-link{border:1px solid var(--line);background:#fff;text-decoration:none;transition:border-color .14s,box-shadow .14s,background-color .14s;display:block}.reports-category-link:hover,.reports-category-link:focus-visible{border-color:var(--line-strong);box-shadow:0 10px 18px #0f172a14}.reports-category-link.is-selected{border-color:#111;box-shadow:0 0 0 1px #1111111a}.reports-category-link .reports-overview-card-head h3{font-size:1.12rem}.reports-detail-card{width:100%;min-width:0;min-height:100%}.reports-report-card{justify-self:start;width:min(100%,640px);max-width:640px}.reports-report-body{gap:8px;padding:16px 18px 18px;display:grid}.reports-report-category{color:#5a5a5a;margin:0;font-size:.9rem;font-weight:600}.reports-detail-list{gap:8px;font-size:.96rem}.reports-card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.reports-card-grid-compact{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.reports-category-header{gap:8px;display:grid}.reports-category-header h3{margin:0}.lockout-report-page{min-width:0;display:grid}.lockout-report-card{width:100%;min-width:0;max-width:none}.lockout-report-header{padding:18px 18px 0}.lockout-report-title h3{color:#be6f55;letter-spacing:-.03em;margin:0;font-size:2.15rem;font-weight:700}.lockout-report-body{gap:16px;min-width:0;padding:14px 18px 18px;display:grid}.lockout-report-controls{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.lockout-report-scope-field{width:min(200px,100%)}.lockout-report-date-field{width:min(190px,100%)}.lockout-report-date-field input{min-height:40px}.lockout-report-load-button,.lockout-report-action-button{border-radius:8px;min-height:40px;padding:0 16px}.lockout-report-meta{color:#6b7280;margin:-6px 0 0;font-size:.9rem}.lockout-report-section{gap:10px;display:grid}.lockout-report-section h4{color:#874f3f;letter-spacing:-.02em;margin:0;font-size:1.55rem;font-weight:700}.lockout-report-table-shell{border:1px solid var(--line);background:#fff;width:100%;min-width:0;max-width:100%;overflow-x:auto}.lockout-report-table{border-collapse:collapse;width:100%;min-width:760px}.lockout-report-table th,.lockout-report-table td{text-align:left;vertical-align:middle;color:#3d4856;border-bottom:1px solid #e6e8ec;padding:11px 12px;font-size:.9rem}.lockout-report-table th{color:#485362;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;background:#f8f9fb;font-size:.78rem;font-weight:700}.lockout-report-table tbody tr:hover{background:#fbfdff}.lockout-report-money-cell{text-align:right;white-space:nowrap}.lockout-report-empty{margin:0}.move-report-page{min-width:0;display:grid}.move-report-card{width:100%;min-width:0;max-width:none}.move-report-header{padding:18px 18px 0}.move-report-title h3{color:#be6f55;letter-spacing:-.03em;margin:0;font-size:2.15rem;font-weight:700}.move-report-body{gap:16px;min-width:0;padding:14px 18px 18px;display:grid}.move-report-controls{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.move-report-month-field,.move-report-year-field{width:min(170px,100%)}.move-report-load-button,.move-report-action-button{border-radius:8px;min-height:40px;padding:0 16px}.move-report-meta{color:#6b7280;margin:-6px 0 0;font-size:.9rem}.move-report-section{gap:10px;display:grid}.move-report-section h4{color:#874f3f;letter-spacing:-.02em;margin:0;font-size:1.55rem;font-weight:700}.move-report-table-shell{border:1px solid var(--line);background:#fff;width:100%;min-width:0;max-width:100%;overflow-x:auto}.move-report-table{border-collapse:collapse;width:100%;min-width:760px}.move-report-table th,.move-report-table td{text-align:left;vertical-align:middle;color:#3d4856;border-bottom:1px solid #e6e8ec;padding:11px 12px;font-size:.9rem}.move-report-table th{color:#485362;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;background:#f8f9fb;font-size:.78rem;font-weight:700}.move-report-table tbody tr:hover{background:#fbfdff}.move-report-empty{margin:0}.sales-report-page{min-width:0;display:grid}.sales-report-card{width:100%;min-width:0;max-width:none}.sales-report-header{padding:18px 18px 0}.sales-report-title h3{color:#be6f55;letter-spacing:-.03em;margin:0;font-size:2.15rem;font-weight:700}.sales-report-body{gap:14px;min-width:0;padding:14px 18px 18px;display:grid}.sales-report-controls{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.sales-report-date-field{width:min(200px,100%)}.sales-report-date-field input{min-height:40px}.sales-report-group-field{width:min(220px,100%)}.sales-report-load-button,.sales-report-action-button{border-radius:8px;min-height:40px;padding:0 16px}.sales-report-description{color:#5f6b7b;max-width:920px;margin:0;font-size:.92rem;line-height:1.55}.sales-report-meta{color:#6b7280;margin:-4px 0 0;font-size:.9rem}.sales-report-table-shell{border:1px solid var(--line);background:#fff;width:100%;min-width:0;max-width:100%;overflow-x:auto}.sales-report-table{border-collapse:collapse;width:100%;min-width:540px}.sales-report-table th,.sales-report-table td{text-align:left;vertical-align:middle;color:#3d4856;border-bottom:1px solid #e6e8ec;padding:11px 12px;font-size:.9rem}.sales-report-table th{color:#485362;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;background:#f8f9fb;font-size:.78rem;font-weight:700}.sales-report-money-cell{text-align:right;white-space:nowrap}.sales-report-total-row td{color:#232c39;background:#fcfcfd;font-weight:700}.sales-report-empty{margin:0}.monthly-deposits-report-page{min-width:0;display:grid}.monthly-deposits-report-card{width:100%;min-width:0;max-width:none}.monthly-deposits-report-header{padding:18px 18px 0}.monthly-deposits-report-title{gap:6px;display:grid}.monthly-deposits-report-title h3{color:#be6f55;letter-spacing:-.03em;margin:0;font-size:2.15rem;font-weight:700}.monthly-deposits-report-title p{color:#5f6b7b;margin:0;font-size:.96rem}.monthly-deposits-report-body{gap:18px;min-width:0;padding:14px 18px 18px;display:grid}.monthly-deposits-report-controls{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.monthly-deposits-report-month-field{width:min(220px,100%)}.monthly-deposits-report-month-field input{min-height:40px}.monthly-deposits-report-load-button,.monthly-deposits-report-action-button{border-radius:8px;min-height:40px;padding:0 16px}.monthly-deposits-report-meta{color:#6b7280;margin:-6px 0 0;font-size:.9rem}.monthly-deposits-report-section{gap:10px;display:grid}.monthly-deposits-report-section h4{color:#874f3f;letter-spacing:-.02em;margin:0;font-size:1.45rem;font-weight:700}.monthly-deposits-report-table-shell{border:1px solid var(--line);background:#fff;width:100%;min-width:0;max-width:100%;overflow-x:auto}.monthly-deposits-report-table{border-collapse:collapse;width:100%;min-width:720px}.monthly-deposits-report-table th,.monthly-deposits-report-table td{text-align:left;vertical-align:middle;color:#3d4856;border-bottom:1px solid #e6e8ec;padding:11px 12px;font-size:.9rem}.monthly-deposits-report-table th{color:#485362;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;background:#f8f9fb;font-size:.78rem;font-weight:700}.monthly-deposits-report-table tbody tr:hover{background:#fbfdff}.monthly-deposits-report-money-cell{text-align:right;white-space:nowrap;font-weight:600}.monthly-deposits-report-total-row td{color:#232c39;background:#fcfcfd;font-weight:700}.monthly-deposits-report-empty{color:#6b7280;margin:0;font-size:.92rem}.tenant-data-report-page{min-width:0;display:grid}.tenant-data-report-card{width:100%;min-width:0;max-width:none}.tenant-data-report-header{justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 18px 0;display:flex}.tenant-data-report-title{gap:6px;display:grid}.tenant-data-report-title h3{color:#be6f55;letter-spacing:-.03em;margin:0;font-size:2rem;font-weight:700}.tenant-data-report-body{gap:14px;min-width:0;padding:14px 18px 18px;display:grid}.tenant-data-report-controls{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.tenant-data-report-sort-field{width:min(220px,100%)}.tenant-data-report-load-button,.tenant-data-report-action-button{border-radius:8px;min-height:40px;padding:0 16px}.tenant-data-report-section{gap:12px;display:grid}.tenant-data-report-section h4{color:#232c39;margin:0;font-size:1.5rem;font-weight:700}.tenant-data-report-description{color:#5f6b7b;margin:0;font-size:.92rem;line-height:1.5}.tenant-data-report-table-shell{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;min-width:0;max-width:100%;overflow-x:auto}.tenant-data-report-table{border-collapse:collapse;width:100%;min-width:820px}.tenant-data-report-table th,.tenant-data-report-table td{border-bottom:1px solid var(--line);vertical-align:middle;text-align:left;padding:11px 12px;font-size:.9rem}.tenant-data-report-table th{color:#475569;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;background:#f8fafc;font-size:.77rem;font-weight:700}.tenant-data-report-table tbody tr:hover{background:#fbfdff}.tenant-data-report-detail-cell{gap:2px;display:grid}.tenant-data-report-detail-cell strong{color:#111827;font-weight:700}.tenant-data-report-detail-cell span{color:#6b7280;font-size:.84rem;line-height:1.35}.tenant-data-report-money-cell{color:#111827;white-space:nowrap;font-weight:700}.tenant-data-report-empty{color:#6b7280;margin:0;font-size:.92rem}.scheduled-move-outs-report-page{min-width:0;display:grid}.scheduled-move-outs-report-card{width:100%;min-width:0;max-width:none}.scheduled-move-outs-report-header{justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 18px 0;display:flex}.scheduled-move-outs-report-title{gap:6px;display:grid}.scheduled-move-outs-report-title h3{color:#be6f55;letter-spacing:-.03em;margin:0;font-size:2rem;font-weight:700}.scheduled-move-outs-report-body{gap:14px;min-width:0;padding:14px 18px 18px;display:grid}.scheduled-move-outs-report-controls{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.scheduled-move-outs-report-date-field input{min-width:170px}.scheduled-move-outs-report-load-button,.scheduled-move-outs-report-action-button{border-radius:8px;min-height:40px;padding:0 16px}.scheduled-move-outs-report-section{gap:12px;display:grid}.scheduled-move-outs-report-section h4{color:#be6f55;margin:0;font-size:1.7rem;font-weight:700}.scheduled-move-outs-report-table-shell{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;min-width:0;max-width:100%;overflow-x:auto}.scheduled-move-outs-report-table{border-collapse:collapse;width:100%;min-width:860px}.scheduled-move-outs-report-table th,.scheduled-move-outs-report-table td{border-bottom:1px solid var(--line);vertical-align:middle;text-align:left;padding:11px 12px;font-size:.9rem}.scheduled-move-outs-report-table th{color:#475569;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;background:#f8fafc;font-size:.77rem;font-weight:700}.scheduled-move-outs-report-table tbody tr:hover{background:#fbfdff}.scheduled-move-outs-report-empty{color:#313949;margin:0;font-size:1.02rem}.transaction-report-page{min-width:0;display:grid}.transaction-report-card{width:100%;min-width:0;max-width:none}.transaction-report-header{justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 18px 0;display:flex}.transaction-report-title{gap:6px;display:grid}.transaction-report-title h3{color:#be6f55;letter-spacing:-.03em;margin:0;font-size:2rem;font-weight:700}.transaction-report-body{gap:14px;min-width:0;padding:14px 18px 18px;display:grid}.transaction-report-controls{grid-template-columns:repeat(7,minmax(0,auto));align-items:end;gap:12px;min-width:0;display:grid}.transaction-report-date-field input,.transaction-report-last-four-field input{min-width:120px}.transaction-report-select-field{min-width:140px}.transaction-report-export-button,.transaction-report-apply-button{border-radius:8px;min-height:40px;padding:0 16px}.transaction-report-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0;display:grid}.transaction-report-summary-card{background:#fff;border:1px solid #0f172a14;gap:6px;padding:14px 16px;display:grid}.transaction-report-summary-card span{color:#6b7280;font-size:.78rem;font-weight:600}.transaction-report-summary-card strong{color:#111827;font-size:1.45rem;font-weight:700}.transaction-report-table-shell{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;min-width:0;max-width:100%;overflow-x:auto}.transaction-report-table{border-collapse:collapse;width:100%;min-width:980px}.transaction-report-table th,.transaction-report-table td{border-bottom:1px solid var(--line);vertical-align:middle;text-align:left;padding:11px 12px;font-size:.9rem}.transaction-report-table th{color:#475569;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;background:#f8fafc;font-size:.77rem;font-weight:700}.transaction-report-table tbody tr:hover{background:#fbfdff}.transaction-report-money-cell{color:#111827;white-space:nowrap;font-weight:700}.transaction-report-status-badge{color:#1f6f43;text-transform:uppercase;letter-spacing:.03em;background:#dff3e8;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 10px;font-size:.76rem;font-weight:700;display:inline-flex}.transaction-report-empty{color:#6b7280;margin:0;font-size:.92rem}.bank-activity-report-page{min-width:0;display:grid}.bank-activity-report-card{width:100%;min-width:0;max-width:none}.bank-activity-report-header{justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 18px 0;display:flex}.bank-activity-report-title{gap:6px;display:grid}.bank-activity-report-title h3{color:#be6f55;letter-spacing:-.03em;margin:0;font-size:2rem;font-weight:700}.bank-activity-report-body{gap:14px;min-width:0;padding:14px 18px 18px;display:grid}.bank-activity-report-controls{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.bank-activity-report-date-field input{min-width:160px}.bank-activity-report-apply-button,.bank-activity-report-export-button{border-radius:8px;min-height:40px;padding:0 16px}.bank-activity-report-tabs{align-items:center;gap:18px;font-size:.92rem;display:flex}.bank-activity-report-tab{color:#6b7280;font-weight:600}.bank-activity-report-tab-active{color:#50739d}.bank-activity-report-summary-card{background:#fff;border:1px solid #0f172a14;gap:6px;width:min(240px,100%);padding:14px 16px;display:grid}.bank-activity-report-summary-card span{color:#6b7280;font-size:.78rem;font-weight:600}.bank-activity-report-summary-card strong{color:#111827;font-size:1.35rem;font-weight:700}.bank-activity-report-table-shell{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;min-width:0;max-width:100%;overflow-x:auto}.bank-activity-report-table{border-collapse:collapse;width:100%;min-width:860px}.bank-activity-report-table th,.bank-activity-report-table td{border-bottom:1px solid var(--line);vertical-align:middle;text-align:left;padding:11px 12px;font-size:.9rem}.bank-activity-report-table th{color:#475569;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;background:#f8fafc;font-size:.77rem;font-weight:700}.bank-activity-report-table tbody tr:hover{background:#fbfdff}.bank-activity-report-money-cell{color:#111827;white-space:nowrap;font-weight:700}.bank-activity-report-status-badge{color:#1f6f43;text-transform:uppercase;letter-spacing:.03em;background:#dff3e8;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 10px;font-size:.76rem;font-weight:700;display:inline-flex}.bank-activity-report-action-cell{text-align:right;white-space:nowrap;width:1%}.bank-activity-report-view-button{min-height:34px;padding:0 12px}.bank-activity-report-empty{color:#6b7280;margin:0;font-size:.92rem}.length-of-stay-report-page{min-width:0;display:grid}.length-of-stay-report-card{width:100%;min-width:0;max-width:none}.length-of-stay-report-header{justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 18px 0;display:flex}.length-of-stay-report-title{gap:6px;display:grid}.length-of-stay-report-title h3{color:#be6f55;letter-spacing:-.03em;margin:0;font-size:2rem;font-weight:700}.length-of-stay-report-body{gap:14px;min-width:0;padding:14px 18px 18px;display:grid}.length-of-stay-report-controls{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.length-of-stay-report-sort-field{width:min(220px,100%)}.length-of-stay-report-load-button,.length-of-stay-report-action-button{border-radius:8px;min-height:40px;padding:0 16px}.length-of-stay-report-description{color:#5f6b7b;margin:0;font-size:.92rem;line-height:1.5}.length-of-stay-report-table-shell{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;min-width:0;max-width:100%;overflow-x:auto}.length-of-stay-report-table{border-collapse:collapse;width:100%;min-width:760px}.length-of-stay-report-table th,.length-of-stay-report-table td{border-bottom:1px solid var(--line);vertical-align:middle;text-align:left;padding:11px 12px;font-size:.9rem}.length-of-stay-report-table th{color:#475569;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;background:#f8fafc;font-size:.77rem;font-weight:700}.length-of-stay-report-table tbody tr:hover{background:#fbfdff}.length-of-stay-report-empty{color:#6b7280;margin:0;font-size:.92rem}.collections-report-page{min-width:0;display:grid}.collections-report-card{width:100%;min-width:0;max-width:none}.collections-report-card-head{background:#fff;border-bottom:0;justify-content:space-between;align-items:flex-start;gap:18px;padding:16px 18px 0;display:flex}.collections-report-card-title{gap:6px;display:grid}.collections-report-card-title h3{color:#be6f55;letter-spacing:-.03em;margin:0;font-size:2rem;font-weight:700}.collections-report-card-title p{color:#6b7280;margin:0;font-size:.95rem}.collections-report-summary{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.collections-report-summary-card{background:#ffffffd1;border:1px solid #0f172a14;gap:4px;min-width:124px;padding:10px 12px;display:grid}.collections-report-summary-card span{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.collections-report-summary-card strong{color:#111827;font-size:1rem;font-weight:700}.collections-report-body{gap:14px;min-width:0;padding:14px 18px 18px;display:grid}.collections-report-toolbar{gap:12px;display:grid}.collections-report-toolbar-grid{grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(0,1fr));align-items:end;gap:12px;min-width:0;display:grid}.collections-report-search-field{min-width:0}.collections-report-days-field input{text-align:center}.collections-report-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.collections-toolbar-button,.collections-toolbar-search-button{border-radius:8px;min-height:40px;padding:0 16px}.solid-button{color:#fff;font:inherit;cursor:pointer;background:#5d7fa9;border:1px solid #50739d;font-weight:600;transition:background-color .14s,border-color .14s}.solid-button:hover,.solid-button:focus-visible{background:#4d6f97;border-color:#4d6f97}.collections-report-toolbar-meta{color:#6b7280;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:.88rem;display:flex}.collections-report-table-shell{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;min-width:0;max-width:100%;overflow-x:auto}.collections-report-table{border-collapse:collapse;width:100%;min-width:860px}.collections-report-table th,.collections-report-table td{border-bottom:1px solid var(--line);vertical-align:middle;text-align:left;padding:12px 14px;font-size:.92rem}.collections-report-table th{color:#475569;letter-spacing:.03em;text-transform:uppercase;background:#f8fafc;font-size:.78rem;font-weight:700}.collections-report-table tbody tr:hover{background:#fbfdff}.collections-report-name-cell{gap:2px;display:grid}.collections-report-name-cell strong{color:#111827;font-weight:700}.collections-report-name-cell span{color:#6b7280;font-size:.84rem}.collections-report-balance-cell{color:#111827;white-space:nowrap;font-weight:700}.collections-report-days-badge{color:#fff;background:#8250df;border-radius:7px;justify-content:center;align-items:center;min-width:38px;min-height:26px;padding:0 9px;font-size:.84rem;font-weight:700;display:inline-flex}.collections-report-status-cell{color:#5b6472;white-space:nowrap}.collections-report-action-col{text-align:right;white-space:nowrap;width:1%}.collections-report-action-button{white-space:nowrap;min-height:36px;padding:0 12px}.occupancy-report-page{min-width:0;display:grid}.occupancy-report-card{width:100%;min-width:0;max-width:none}.occupancy-report-header{justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 18px 0;display:flex}.occupancy-report-title{gap:6px;display:grid}.occupancy-report-title h3{color:#be6f55;letter-spacing:-.03em;margin:0;font-size:2.15rem;font-weight:700}.occupancy-report-title p{color:#5f6b7b;margin:0;font-size:.96rem}.occupancy-report-actions{flex-wrap:wrap;gap:10px;display:flex}.occupancy-report-error,.occupancy-report-empty{margin:0;padding:16px 18px 0}.occupancy-report-table-shell{width:100%;min-width:0;max-width:100%;padding:14px 18px 0;overflow-x:auto}.occupancy-report-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:0}.occupancy-col-size{width:190px}.occupancy-col-count{width:72px}.occupancy-col-area{width:108px}.occupancy-col-money{width:118px}.occupancy-col-percent{width:94px}.occupancy-report-table th,.occupancy-report-table td{text-align:center;color:#3d4856;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #e6e8ec;padding:10px;font-size:.88rem;overflow:hidden}.occupancy-report-table th:first-child,.occupancy-report-table td:first-child{text-align:left}.occupancy-report-table th{color:#485362;letter-spacing:.01em;white-space:normal;text-overflow:clip;background:#f8f9fb;font-size:.78rem;font-weight:700;line-height:1.15;overflow:visible}.occupancy-report-type-cell{color:#2b3340;white-space:normal;text-overflow:clip;font-weight:600;line-height:1.25;overflow:visible}.occupancy-report-totals-row td{color:#232c39;font-weight:700}.occupancy-report-footnote{color:#6b7280;margin:0;padding:14px 18px 18px;font-size:.9rem}@media (max-width:1180px){.reports-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"accounting customers""payments facility"}.reports-detail-layout{grid-template-columns:1fr}.reports-category-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.collections-report-card-head{flex-direction:column;padding-bottom:0}.collections-report-summary{justify-content:flex-start}.collections-report-toolbar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lockout-report-controls,.move-report-controls,.sales-report-controls,.monthly-deposits-report-controls,.tenant-data-report-controls,.scheduled-move-outs-report-controls{align-items:stretch}.transaction-report-controls{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.transaction-report-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.bank-activity-report-controls,.length-of-stay-report-controls{align-items:stretch}.occupancy-report-header{flex-direction:column}.occupancy-col-size{width:170px}.occupancy-col-area,.occupancy-col-money,.occupancy-col-percent{width:96px}}@media (max-width:760px){.reports-overview-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"accounting""customers""payments""facility"}.reports-overview-card-head h3{font-size:1.25rem}.reports-category-stack{grid-template-columns:1fr}.collections-report-body{padding:14px}.collections-report-toolbar-grid{grid-template-columns:1fr}.lockout-report-controls{flex-direction:column;align-items:stretch}.lockout-report-scope-field,.lockout-report-date-field{width:100%}.move-report-controls{flex-direction:column;align-items:stretch}.move-report-month-field,.move-report-year-field{width:100%}.sales-report-controls{flex-direction:column;align-items:stretch}.sales-report-date-field,.sales-report-group-field{width:100%}.monthly-deposits-report-controls{flex-direction:column;align-items:stretch}.monthly-deposits-report-month-field{width:100%}.tenant-data-report-controls{flex-direction:column;align-items:stretch}.tenant-data-report-sort-field{width:100%}.scheduled-move-outs-report-controls{flex-direction:column;align-items:stretch}.transaction-report-controls{grid-template-columns:1fr}.transaction-report-select-field,.transaction-report-date-field input,.transaction-report-last-four-field input{width:100%;min-width:0}.transaction-report-summary{grid-template-columns:1fr}.bank-activity-report-controls{flex-direction:column;align-items:stretch}.bank-activity-report-date-field input{width:100%;min-width:0}.length-of-stay-report-controls{flex-direction:column;align-items:stretch}.length-of-stay-report-sort-field{width:100%}.collections-report-toolbar-actions{justify-content:stretch}.collections-toolbar-button,.collections-toolbar-search-button{width:100%}.occupancy-report-header{padding:14px 14px 0}.occupancy-report-title h3,.collections-report-card-title h3{font-size:1.7rem}.occupancy-report-error,.occupancy-report-empty,.occupancy-report-table-shell{padding:14px 14px 0}.occupancy-report-footnote{padding:14px}.occupancy-report-table{min-width:860px}}.record-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.storage-type-card-layout{grid-template-columns:184px minmax(0,1fr);align-items:stretch;gap:12px;min-height:184px;display:grid}.facilities-record-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.facility-record-card{border-radius:20px;padding:0;transition:transform .16s,border-color .16s,box-shadow .16s;overflow:hidden}.facility-record-card:hover,.facility-record-card:focus-visible{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 18px 32px #0f172a1a}.facility-card-layout{flex-direction:column;min-height:100%;display:flex}.facility-card-image-wrap{background:#e2e8f0;flex:none;height:248px;overflow:hidden}.facility-card-image{object-fit:cover;object-position:center 62%;width:100%;height:100%;display:block}.facility-card-content{flex:auto;gap:8px;min-width:0;padding:10px 14px 12px;display:grid}.facility-card-header{align-items:flex-start}.facility-card-title-block{gap:2px}.facility-card-name{color:var(--ink);letter-spacing:-.05em;font-size:1.28rem;line-height:1.04;display:block}.facility-card-code{color:var(--muted);font-size:.78rem;line-height:1.2}.facility-card-status{color:var(--ink);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:.72rem;font-weight:700}.facility-card-status.is-inactive{color:var(--muted)}.facility-card-meta{gap:8px;display:grid}.facility-card-detail{gap:2px;min-width:0;display:grid}.facility-card-copy-label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.62rem;font-weight:700}.facility-card-copy-title{color:var(--ink);overflow-wrap:anywhere;font-size:.84rem;font-weight:600;line-height:1.25;display:block}.record-card-title-block{gap:3px;min-width:0;display:grid}.record-card-kicker{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.64rem;font-weight:700}.record-card-size{color:var(--ink);letter-spacing:-.04em;white-space:nowrap;font-size:1.56rem;line-height:1.02;display:block}.record-card-subtitle{color:var(--muted);font-size:.92rem;line-height:1.35}.record-card-detail-row{align-items:flex-start;gap:12px;display:flex}.storage-type-card-header{align-items:flex-start}.storage-type-card-status{color:var(--ink);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:.78rem;font-weight:700}.storage-type-card-status.is-inactive{color:var(--muted)}.record-card-image-wrap{border:1px solid var(--line);aspect-ratio:1;background:linear-gradient(135deg,#f8fafc 25%,#eef2f7 25% 50%,#f8fafc 50% 75%,#eef2f7 75% 100%) 0 0/16px 16px;border-radius:12px;flex:none;justify-content:center;align-items:center;width:96px;padding:8px;display:flex;overflow:hidden}.storage-type-card-image-wrap{cursor:default;background:0 0;border:0;border-radius:14px;width:184px;height:100%;min-height:184px;padding:0;position:relative;overflow:hidden}.record-card-image{object-fit:contain;width:100%;height:100%;box-shadow:none;background:0 0;border-radius:14px;display:block}.storage-type-card-image-wrap .record-card-image{width:auto;max-width:100%;height:auto;max-height:100%;margin:auto}.image-dot-row-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border-radius:999px;padding:6px 8px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.storage-type-card-image-column{align-self:stretch}.storage-type-card-content{align-content:start;gap:12px;min-width:0;padding:2px 0;display:grid}.storage-type-card-meta{gap:10px;display:grid}.storage-type-card-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.storage-type-card-detail{border-top:1px solid #eceff3;gap:3px;padding-top:8px;display:grid}.compact-support-stack{gap:12px}.storage-type-card-copy-label{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.64rem;font-weight:700}.storage-type-card-copy-title{color:var(--ink);margin:0;font-size:.94rem;line-height:1.28}.storage-type-card-image-fallback{width:100%;height:100%;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.image-preview-card{border:1px solid var(--line);background:linear-gradient(#fffffffa,#f8fafcfa);border-radius:16px;gap:8px;width:min(220px,100%);padding:10px;display:grid}.image-preview-card-compact{border-radius:14px;width:78px;padding:6px}.image-preview-frame{aspect-ratio:1;border:1px dashed var(--line-strong);background:linear-gradient(135deg,#f8fafc 25%,#eef2f7 25% 50%,#f8fafc 50% 75%,#eef2f7 75% 100%) 0 0/16px 16px;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:8px;display:flex;overflow:hidden}.image-preview-frame-compact{border-radius:10px;padding:6px}.image-preview{object-fit:contain;background:#ffffffeb;border-radius:12px;width:100%;height:100%;display:block;box-shadow:0 16px 36px #0f172a1f}.image-preview-note{color:var(--muted);text-align:center;margin:0;font-size:.76rem;line-height:1.4}.empty-state,.screen-state,.form-hint{color:var(--muted);line-height:1.68}.storage-types-library-panel .empty-state{max-width:25ch}.storage-types-library-panel-wide .empty-state{max-width:36ch}.screen-state{place-items:center;min-height:100vh;padding:24px;display:grid}.form-error{color:var(--danger);margin:0;line-height:1.6}.form-success{color:var(--success);margin:0;line-height:1.6}.eyebrow{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;margin:0 0 10px;font-size:.72rem;font-weight:700}.auth-hero .eyebrow,.brand-block .eyebrow{color:#f9fafb9e}@media (max-width:1120px){.content-grid.two-up,.overview-grid,.auth-card,.dashboard-stats-grid,.dashboard-chart-grid,.dashboard-kpi-strip,.content-grid.two-up.storage-types-layout,.compact-primary-grid,.compact-spec-grid,.compact-support-grid{grid-template-columns:1fr}.storage-types-library-panel{max-width:none}.facilities-record-grid,.facility-edit-layout{grid-template-columns:1fr}.facility-edit-media-frame{min-height:264px}.inventory-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-search-field{grid-column:1/-1}.inventory-summary-row{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-kpi-item,.dashboard-stat-card{border-left:0;border-right:0;border-bottom:1px solid var(--line);padding-left:0}.dashboard-kpi-item:last-child,.dashboard-stat-card:last-child{border-bottom:0}.dashboard-chart-panel{min-height:auto}.dashboard-occupancy-layout{grid-template-columns:1fr;justify-items:start}.dashboard-metric-row{grid-template-columns:1fr}.dashboard-facility-inline-metrics{grid-template-columns:repeat(2,minmax(0,auto));justify-content:start}.customer-profile-shell,.unit-detail-shell,.site-map-shell{grid-template-columns:1fr}.site-map-toolbar{flex-direction:column;align-items:flex-start}.site-map-sidebar,.customer-profile-sidebar,.unit-detail-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.customer-profile-contact-grid{grid-template-columns:1fr}.unit-detail-main-header,.unit-detail-section-header{flex-direction:column}.unit-detail-fields{grid-template-columns:1fr}.customer-profile-fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-user-profile-shell{grid-template-columns:1fr}.settings-user-profile-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.settings-user-row{flex-direction:column;align-items:flex-start}.settings-user-meta{justify-content:flex-start}}@media (max-width:920px){.shell-topbar{flex-wrap:wrap;align-items:flex-start}.topbar-nav{order:3;width:100%}.shell-topbar-account{margin-left:auto}.shell-topbar-facility{flex:240px}}@media (max-width:720px){.shell-topbar{gap:10px;padding:8px 18px}.shell-topbar-account{margin-left:auto}.topbar-nav{gap:7px}.shell-topbar-facility{flex:100%;width:100%;min-width:0}.topbar-nav-group{flex-direction:column;align-items:stretch}.topbar-nav-menu,.topbar-nav-menu-right{min-width:0;box-shadow:none;margin-top:8px;position:static;left:auto;right:auto}.main-panel{padding:18px}.page-header{flex-direction:column;align-items:flex-start;padding:0}.page-content{padding-inline:4px}.page-header.page-header-centered{justify-content:flex-start}.page-header.page-header-centered>div:first-child{text-align:left;width:100%}.page-header.page-header-centered .header-actions{width:100%;position:static;top:auto;right:auto;transform:none}.page-header .facility-filter,.page-header .facility-filter-select{width:100%;min-width:0}.storage-types-library-header{justify-content:stretch;gap:12px;min-height:0;padding-top:0}.storage-types-library-title-wrap{text-align:left;width:100%;position:static;left:auto;transform:none}.storage-types-edit-layout{grid-template-columns:1fr}.storage-types-edit-media-frame{min-height:280px}.storage-types-edit-footer{align-items:stretch}.storage-types-edit-actions{margin-left:0}.facility-card-layout{flex-direction:column;display:flex}.facility-card-image-wrap{flex-basis:auto;min-height:196px}.facility-card-name{font-size:1.42rem}.facility-edit-footer{flex-direction:column;align-items:stretch}.facility-edit-actions{width:100%}.site-map-panel{min-height:auto}.site-map-toolbar-metrics{gap:12px}.site-map-toolbar-metrics div{min-width:0}.site-map-blueprint-copy{min-height:320px}.site-map-legend-row{flex-direction:column;align-items:stretch}.site-map-legend-items{grid-template-columns:repeat(2,minmax(0,1fr))}.site-map-zoom-control-top{align-self:flex-end}.site-map-settings-grid,.site-map-sidebar,.grid-form.two-col,.grid-form.three-col,.grid-form.four-col,.payment-application-preview-header,.payment-breakdown-item,.payment-allocation-item{grid-template-columns:1fr}.payment-header-meta-row span:before{display:none}.payment-breakdown-amounts{text-align:left;justify-items:start}.inventory-panel-header{align-items:flex-start}.inventory-panel-header-centered{justify-content:stretch;gap:12px;min-height:0}.inventory-panel-title-wrap{text-align:center;width:100%;position:static;left:auto;transform:none}.inventory-panel-count{justify-items:start}.inventory-toolbar,.inventory-summary-row{grid-template-columns:1fr}.units-grid-toolbar{flex-direction:column;align-items:flex-start}.units-grid-group{gap:10px}.units-grid-group-label{padding-top:0;font-size:1.5rem}.inventory-panel{min-height:auto;max-height:none;overflow:visible}.inventory-table-shell{flex:initial;min-height:auto;overflow:visible}.dashboard-bar-row,.dashboard-facility-row,.dashboard-move-out-row{grid-template-columns:1fr;display:grid}.dashboard-section-value-stack{justify-items:start}.dashboard-chart-title-row{flex-wrap:wrap}.dashboard-bar-value{justify-self:start}.dashboard-facility-inline-metrics,.dashboard-move-out-inline-metrics{text-align:left;grid-template-columns:1fr 1fr;gap:12px}.dashboard-move-out-actions{grid-column:1/-1;justify-self:start}.customer-profile-panel{padding:16px}.customer-profile-sidebar{grid-template-columns:1fr}.customer-profile-main-header{flex-direction:column;align-items:stretch}.customer-profile-balance-banner{grid-template-columns:1fr}.customer-profile-main-actions,.customer-profile-panel-actions{justify-content:stretch}.unit-detail-open-shell{width:100%;margin-left:0}.customer-profile-panel-actions .primary-button,.customer-profile-panel-actions .ghost-button,.customer-profile-main-actions .primary-button,.customer-profile-main-actions .ghost-button{flex:180px;justify-content:center}.customer-profile-main-title h3{font-size:1.7rem}.customer-profile-nav{gap:8px}.customer-profile-nav-link{flex:calc(50% - 8px);justify-content:center}.customer-profile-balance-copy strong{font-size:1.8rem}.customer-profile-balance-meta,.customer-profile-fact-grid{grid-template-columns:1fr}.settings-user-profile-header{flex-direction:column;align-items:stretch}.settings-user-profile-sidebar{grid-template-columns:1fr}.customer-profile-unit-table-shell{overflow-x:auto}.customer-profile-unit-table{min-width:620px}.settings-users-header{flex-direction:column;align-items:stretch}.settings-users-active-toggle{max-width:none}}.storage-types-library-title-wrap{text-align:center}@media (max-width:920px){.print-batches-info-grid,.print-batches-footer{grid-template-columns:1fr}.print-batches-footer-right{justify-items:stretch}.print-batches-batch-summary{justify-items:start}}@media (max-width:760px){.print-batches-panel{padding:14px}.print-batches-header-bar{align-items:stretch}.print-batches-filter-row,.print-batches-top-actions{width:100%}.print-batches-filter-field{flex:100%}.print-batches-filter-field select,.print-batches-filter-button,.print-batches-top-action,.print-batches-primary-button{width:100%}}
