.font-display{letter-spacing:-.02em;font-weight:700;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-nav{z-index:30;background:hsl(var(--nav-bg));border-bottom:1px solid hsl(var(--nav-border));height:56px;position:sticky;top:0}.app-nav__inner{align-items:center;max-width:1440px;height:100%;margin:0 auto;padding:0 32px;display:flex}.app-nav__brand{align-items:center;height:100%;padding:0 4px;text-decoration:none;display:inline-flex}.app-nav__logo{width:auto;height:26px;display:block}.app-nav__sections{gap:2px;margin-left:40px;display:flex}.app-nav__section{color:hsl(var(--text-tertiary));letter-spacing:-.005em;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:color .12s,background-color .12s;position:relative}.app-nav__section:hover{color:hsl(var(--text-primary));background:hsl(var(--surface-warm-raised) / .6)}.app-nav__section[aria-current=page]{color:hsl(var(--text-primary));font-weight:600}.app-nav__section[aria-current=page]:after{content:"";background:hsl(var(--primary));border-radius:2px;height:2px;position:absolute;bottom:-10px;left:12px;right:12px}.app-nav__right{align-items:center;gap:16px;margin-left:auto;display:flex}.bell{width:32px;height:32px;color:hsl(var(--text-secondary));cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;display:inline-grid;position:relative}.bell:hover{background:hsl(var(--surface-warm-raised) / .7);color:hsl(var(--text-primary));border-color:hsl(var(--border) / .5)}.bell svg{stroke-width:1.6px;width:17px;height:17px}.bell__pip{background:hsl(var(--primary));width:7px;height:7px;box-shadow:0 0 0 2px hsl(var(--nav-bg));border-radius:50%;position:absolute;top:6px;right:6px}.org-chip{background:hsl(var(--surface-warm-raised));border:1px solid hsl(var(--border) / .6);color:hsl(var(--text-secondary));letter-spacing:-.005em;border-radius:6px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:500;display:inline-flex}.org-chip svg{width:12px;height:12px;color:hsl(var(--text-tertiary))}.user-email{color:hsl(var(--text-tertiary));font-variant-numeric:tabular-nums;font-size:12px}.user-divider{background:hsl(var(--border));width:1px;height:16px}.logout{color:hsl(var(--text-tertiary));cursor:pointer;background:0 0;border:0;padding:6px 4px;font-size:12px;font-weight:500}.logout:hover{color:hsl(var(--text-primary))}.app-nav__section,.org-chip,.user-email,.logout{white-space:nowrap}@media (max-width:1099px){.app-nav .user-email,.app-nav .user-divider{display:none}}@media (max-width:859px){.app-nav .org-chip{display:none}}.page{flex:1;width:100%;max-width:1440px;margin:0 auto;padding:28px 32px 80px}.page-header{border-bottom:1px solid hsl(var(--border) / .6);justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px;padding-bottom:22px;display:flex}.page-header__lockup{flex-direction:column;gap:4px;min-width:0;display:flex}.page-header__title{color:hsl(var(--text-primary));margin:0;font-size:30px;line-height:1.1}.page-header__subtitle{color:hsl(var(--text-tertiary));letter-spacing:-.005em;font-variant-numeric:tabular-nums;margin:0;font-size:13px;font-weight:400}.page-header__subtitle strong{color:hsl(var(--text-primary));font-weight:600}.page-header__subtitle .ph-sep{color:hsl(var(--text-tertiary) / .6);margin:0 8px}.page-header__subtitle .ph-count{color:hsl(var(--text-secondary));font-weight:500}.page-header__subtitle .ph-count--signed{color:hsl(var(--success))}.page-header__subtitle .ph-count--dead{color:hsl(var(--text-tertiary))}.btn-primary{background:hsl(var(--primary));height:36px;color:hsl(var(--primary-foreground));letter-spacing:-.005em;cursor:pointer;border:0;border-radius:6px;align-items:center;gap:6px;padding:0 16px;font-size:13px;font-weight:600;transition:background .14s,transform 80ms;display:inline-flex;box-shadow:0 1px 2px #6247182e,inset 0 1px #f6b95180}.btn-primary:hover{background:hsl(var(--gold-hover))}.btn-primary:active{transform:translateY(1px)}.btn-primary svg{stroke-width:2.2px;width:14px;height:14px}.btn-ghost{border:1px solid hsl(var(--border));height:32px;color:hsl(var(--text-secondary));cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:0 12px;font-size:12.5px;font-weight:500;display:inline-flex}.btn-ghost:hover{background:hsl(var(--surface-warm-raised));color:hsl(var(--text-primary));border-color:hsl(var(--border))}.btn-ghost svg{stroke-width:1.8px;width:13px;height:13px}.filter-row{-moz-column-gap:14px;background:hsl(var(--surface-warm) / .55);border:1px solid hsl(var(--border) / .7);border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-bottom:24px;padding:10px 12px;display:flex}.filter-cluster{flex:none;align-items:center;gap:8px;display:inline-flex}.filter-status__label{color:hsl(var(--text-tertiary));text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;margin-right:8px;font-size:10.5px;font-weight:600}.status-checks{-moz-column-gap:12px;border:0;flex-wrap:wrap;align-items:center;gap:6px 12px;margin:0;padding:0;display:inline-flex}.status-checks legend{display:contents}.status-check{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;display:inline-flex}.status-check input{opacity:0;pointer-events:none;position:absolute}.status-check__box{background:hsl(var(--surface-raised));border:1px solid hsl(var(--border));border-radius:3px;width:14px;height:14px;transition:background .14s,border-color .14s;position:relative}.status-check__box:after{content:"";border:solid hsl(var(--primary-foreground));transform-origin:50%;border-width:0 1.6px 1.6px 0;width:4px;height:8px;transition:transform .14s;position:absolute;top:1px;left:4px;transform:rotate(45deg)scale(0)}.status-check input:checked+.status-check__box{background:hsl(var(--primary));border-color:hsl(var(--gold-hover))}.status-check input:checked+.status-check__box:after{transform:rotate(45deg)scale(1)}.status-check__label{color:hsl(var(--text-primary));letter-spacing:-.005em;font-size:13px;font-weight:500}.filter-divider{background:hsl(var(--border));flex-shrink:0;width:1px;height:22px;margin:0 2px}.market-filter,.sort-filter{position:relative}.market-filter__btn,.sort-filter__btn{background:hsl(var(--surface-raised));border:1px solid hsl(var(--border));height:32px;color:hsl(var(--text-primary));cursor:pointer;letter-spacing:-.005em;white-space:nowrap;border-radius:6px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:500;display:inline-flex}.market-filter__btn:hover,.sort-filter__btn:hover{border-color:hsl(var(--text-tertiary));background:hsl(var(--surface-warm))}.market-filter__btn svg,.sort-filter__btn svg{width:13px;height:13px;color:hsl(var(--text-tertiary));stroke-width:1.8px}.market-filter__btn svg:last-child,.sort-filter__btn svg:last-child{margin-left:2px}.market-filter.is-open .market-filter__btn,.sort-filter.is-open .sort-filter__btn{border-color:hsl(var(--primary));background:hsl(var(--surface-raised));box-shadow:0 0 0 3px hsl(var(--primary) / .18)}.market-filter__chips{align-items:center;gap:4px;max-width:200px;margin-left:4px;display:inline-flex}.market-filter__chip{text-overflow:ellipsis;white-space:nowrap;max-width:96px;height:20px;color:hsl(var(--text-primary));background:hsl(var(--surface-warm-raised));border:1px solid hsl(var(--border));border-radius:3px;align-items:center;padding:0 7px;font-size:11.5px;font-weight:500;display:inline-flex;overflow:hidden}.market-filter__chip--more{background:hsl(var(--strip-bg));color:hsl(var(--strip-text));border-color:hsl(var(--strip-bg-deep));font-variant-numeric:tabular-nums;letter-spacing:-.005em;flex-shrink:0;max-width:none;padding:0 6px}.market-filter__placeholder{color:hsl(var(--text-secondary));letter-spacing:-.005em;margin-left:4px;font-size:13px;font-weight:500}.market-filter__menu,.sort-filter__menu{z-index:40;background:hsl(var(--ol-surface));min-width:240px;color:hsl(var(--ol-surface-foreground));border:1px solid var(--ol-border);border-left:1.5px solid var(--ol-gold);border-radius:var(--ol-radius-popover);box-shadow:var(--ol-shadow-lg);padding:6px;animation:.2s cubic-bezier(.16,1,.3,1) ol-fade-in;position:absolute;top:calc(100% + 6px);left:0}@keyframes ol-fade-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.market-filter__menu{width:280px}.market-filter__search{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border);border-radius:var(--ol-radius-input);align-items:center;height:30px;margin:2px 2px 6px;padding:0 10px 0 32px;display:flex;position:relative}.market-filter__search svg{width:13px;height:13px;color:hsl(var(--ol-faint));stroke-width:1.8px;position:absolute;left:10px}.market-filter__search input{color:hsl(var(--ol-surface-foreground));background:0 0;border:0;outline:0;flex:1;font-size:12.5px}.market-filter__search input::placeholder{color:hsl(var(--ol-faint))}.market-filter__items{scrollbar-width:thin;scrollbar-color:var(--ol-border) transparent;max-height:220px;padding:2px 0;overflow-y:auto}.market-filter__item,.sort-filter__item{height:28px;color:hsl(var(--ol-surface-foreground));cursor:pointer;text-align:left;background:0 0;border:0;border-radius:4px;align-items:center;gap:8px;width:100%;padding:0 10px;font-size:13px;display:flex}.market-filter__item:hover,.sort-filter__item:hover{background:var(--ol-hover)}.market-filter__item input{opacity:0;pointer-events:none;position:absolute}.market-filter__item .status-check__box{background:hsl(var(--ol-surface));border:1px solid var(--ol-border);width:13px;height:13px}.market-filter__item .status-check__box:after{border-color:hsl(var(--primary-foreground));border-width:0 1.5px 1.5px 0;width:3px;height:7px;top:1px;left:4px}.market-filter__item input:checked+.status-check__box{background:hsl(var(--primary));border-color:hsl(var(--gold-hover))}.market-filter__item input:checked+.status-check__box:after{transform:rotate(45deg)scale(1)}.market-filter__item span:last-child{letter-spacing:-.005em;font-weight:500}.market-filter__footer{border-top:1px solid var(--ol-separator);color:hsl(var(--ol-muted));letter-spacing:.02em;font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;margin:4px -4px -4px;padding:8px 12px;font-size:11.5px;display:flex}.market-filter__clear{color:hsl(var(--ol-gold-text));letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;padding:0;font-size:11.5px;font-weight:600}.market-filter__clear:hover{text-decoration:underline}.sort-filter__menu{min-width:200px;padding:4px}.sort-filter__item{justify-content:space-between;font-weight:500}.sort-filter__item[aria-current=true]{background:var(--ol-selected);color:hsl(var(--text-primary))}.sort-filter__item svg{width:14px;height:14px;color:hsl(var(--ol-gold-text));stroke-width:2px}.group-toggle{background:hsl(var(--surface-warm));border:1px solid hsl(var(--border));border-radius:6px;gap:0;padding:2px;display:inline-flex}.group-toggle__btn{height:26px;color:hsl(var(--text-tertiary));cursor:pointer;letter-spacing:-.005em;white-space:nowrap;background:0 0;border:0;border-radius:4px;padding:0 12px;font-size:12.5px;font-weight:500}.group-toggle__btn:hover{color:hsl(var(--text-primary))}.group-toggle__btn[aria-pressed=true]{background:hsl(var(--surface-raised));color:hsl(var(--text-primary));font-weight:600;position:relative;box-shadow:0 1px 2px #35271d14}.group-toggle__btn[aria-pressed=true]:after{content:"";background:hsl(var(--primary));border-radius:1px;height:1.5px;position:absolute;bottom:2px;left:8px;right:8px}.search{flex:240px;align-items:center;min-width:240px;max-width:280px;height:32px;margin-left:auto;display:inline-flex;position:relative}.search input{background:hsl(var(--surface-raised));border:1px solid hsl(var(--border));width:100%;height:100%;color:hsl(var(--text-primary));letter-spacing:-.005em;border-radius:6px;padding:0 32px;font-family:inherit;font-size:13px}.search input::placeholder{color:hsl(var(--text-tertiary))}.search input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .18);outline:0}.search__icon{pointer-events:none;color:hsl(var(--text-tertiary));place-items:center;display:inline-grid;position:absolute;left:11px}.search__icon svg{stroke-width:1.8px;width:13px;height:13px}.search__clear{background:hsl(var(--text-tertiary) / .18);width:18px;height:18px;color:hsl(var(--text-secondary));cursor:pointer;border:0;border-radius:50%;place-items:center;display:inline-grid;position:absolute;right:8px}.search__clear:hover{background:hsl(var(--text-tertiary) / .32);color:hsl(var(--text-primary))}.search__clear svg{stroke-width:2.4px;width:10px;height:10px}.search-result-line{color:hsl(var(--text-tertiary));letter-spacing:-.005em;font-variant-numeric:tabular-nums;margin:-8px 0 16px;font-size:12.5px}.search-result-line strong{color:hsl(var(--text-primary));font-weight:600}.list{flex-direction:column;gap:18px;display:flex}.group{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #35271d0d,inset 0 0 0 1px #fff9}.group__header{background:hsl(var(--strip-bg));height:42px;color:hsl(var(--strip-text));border-bottom:1px solid hsl(var(--strip-divider));cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:14px;padding:0 14px;display:flex}.group__caret{width:16px;height:16px;color:hsl(var(--strip-text-muted));flex-shrink:0;place-items:center;display:inline-grid}.group__caret svg{stroke-width:1.8px;width:12px;height:12px;transition:transform .16s cubic-bezier(.16,1,.3,1)}.group--collapsed .group__caret svg{transform:rotate(-90deg)}.group--collapsed .group__rows{display:none}.group__title{letter-spacing:-.01em;color:hsl(var(--strip-text));margin:0;font-size:15px;font-weight:600}.group__title-link{color:inherit;border-bottom:1px solid #0000;padding-bottom:1px;text-decoration:none;transition:border-color .14s}.group__title-link:hover{border-bottom-color:hsl(var(--strip-text) / .5)}.group__industry{background:hsl(var(--strip-bg-deep));height:18px;color:hsl(var(--strip-text-muted));letter-spacing:.08em;text-transform:uppercase;border-radius:3px;align-items:center;padding:0 7px;font-size:10px;font-weight:600;display:inline-flex}.group__count{color:hsl(var(--strip-text-muted));letter-spacing:.02em;font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:500}.group__count strong{color:hsl(var(--strip-text));font-weight:600}.group__add{color:hsl(var(--strip-text-muted));text-transform:uppercase;letter-spacing:.08em;border-radius:4px;align-items:center;gap:5px;margin-left:auto;padding:4px 8px;font-size:10.5px;font-weight:600;text-decoration:none;transition:color .12s,background .12s;display:inline-flex}.group__add:hover{color:hsl(var(--strip-text));background:hsl(var(--strip-bg-deep))}.group__add svg{stroke-width:2.2px;width:11px;height:11px}.group--stage .group__title{align-items:baseline;gap:12px;display:inline-flex}.group--stage .group__title-num{letter-spacing:.12em;color:hsl(var(--strip-text-muted));font-variant-numeric:tabular-nums;font-size:10.5px;font-weight:600}.tx-rows{flex-direction:column;display:flex}.tx-row{height:52px;color:inherit;border-bottom:1px solid hsl(var(--divider-warm));align-items:center;gap:14px;padding:0 18px;text-decoration:none;transition:background .1s;display:grid;position:relative}.tx-row--no-client{grid-template-columns:[owner]28px[market]150px[footprint]96px[occupancy]80px[type]168px[gap]1fr[stages]280px[recency]76px[alert]14px}.tx-row--with-client{grid-template-columns:[owner]28px[client]180px[market]150px[footprint]96px[occupancy]80px[type]168px[gap]1fr[stages]280px[recency]76px[alert]14px}.tx-row:last-child{border-bottom:0}.tx-row:hover{background:hsl(var(--surface-warm-raised) / .7)}.tx-row:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:-2px}.tx-row:before{content:"";background:0 0;border-radius:0 1px 1px 0;width:2px;position:absolute;top:8px;bottom:8px;left:0}.tx-row--signed:before{background:hsl(var(--success))}.tx-row--dead:before{background:hsl(var(--text-tertiary) / .7)}.tx-row--signed{background:#2673590b}.tx-row--signed:hover{background:#26735916}.tx-row--dead{background:#917e6e0f}.tx-row--dead:hover{background:#917e6e1a}.tx-row--dead .md:not(.md--type){text-decoration:line-through;-webkit-text-decoration-color:hsl(var(--text-tertiary) / .55);text-decoration-color:hsl(var(--text-tertiary) / .55);color:hsl(var(--text-tertiary));text-decoration-thickness:1px}.tx-row--dead .tx-row__recency{color:hsl(var(--text-tertiary))}.tx-row__owner{letter-spacing:0;width:24px;height:24px;color:hsl(var(--text-primary));border:1px solid hsl(var(--border));font-variant-numeric:tabular-nums;border-radius:50%;flex-shrink:0;place-items:center;font-size:10px;font-weight:700;display:inline-grid}.tx-row__owner--cb{background:#e5dac8}.tx-row__owner--jr{background:#cad1e2}.tx-row__owner--al{background:#c1d7d0}.tx-row__owner--dm{background:#d3c6bb}.tx-row__owner--ht{background:#e2cdca}.tx-row__owner--private{background:hsl(var(--strip-bg-deep));border-color:hsl(var(--strip-bg));color:hsl(var(--strip-text));cursor:help}.tx-row__owner--private svg{stroke-width:2px;width:12px;height:12px}.md{letter-spacing:-.005em;color:hsl(var(--text-primary));white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;line-height:1.2;overflow:hidden}.md--client{letter-spacing:-.01em;grid-column:client;font-size:13.5px;font-weight:600}.md--market{color:hsl(var(--text-secondary));grid-column:market}.md--footprint{color:hsl(var(--text-secondary));font-variant-numeric:tabular-nums;grid-column:footprint;font-weight:500}.md--occupancy{color:hsl(var(--text-secondary));font-variant-numeric:tabular-nums;grid-column:occupancy}.md--type{grid-column:type}.md--empty{color:hsl(var(--text-tertiary) / .6);cursor:default;font-weight:400}.md--market{align-items:center;gap:0;display:inline-flex}.md--market-first{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.md__plus{background:hsl(var(--primary) / .14);color:hsl(var(--gold-text));letter-spacing:.02em;font-variant-numeric:tabular-nums;border-radius:3px;flex-shrink:0;align-items:center;margin-left:6px;padding:1px 5px;font-size:10.5px;font-weight:700;display:inline-flex}.tx-row mark{background:hsl(var(--primary) / .22);color:hsl(var(--text-primary));font-weight:600}.type-pill{text-transform:uppercase;letter-spacing:.085em;color:hsl(var(--text-secondary));white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;font-size:10.5px;font-weight:700;display:inline-flex;overflow:hidden}.type-pill:before{content:"";border:1px solid hsl(var(--text-tertiary));background:0 0;border-radius:50%;flex-shrink:0;width:5px;height:5px}.type-pill.type--renewal:before,.type-pill.type--expand:before,.type-pill.type--downsize:before,.type-pill.type--relocate:before{background:hsl(var(--primary));border-color:hsl(var(--gold-hover))}.type-pill.type--stay{color:hsl(var(--text-tertiary))}.type-pill.type--stay:before{border-style:dashed}.type-pill.type--new:before,.type-pill.type--sublease:before,.type-pill.type--disposition:before{background:hsl(var(--text-secondary));border-color:hsl(var(--text-secondary))}.type-pill.type--disposition{color:hsl(var(--warning))}.type-pill.type--disposition:before{background:hsl(var(--warning));border-color:hsl(var(--warning))}.type-pill.type--sublease{color:hsl(var(--info))}.type-pill.type--sublease:before{background:hsl(var(--info));border-color:hsl(var(--info))}.tx-row__verdict{text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;border-radius:4px;grid-column:stages;justify-self:start;align-items:center;gap:6px;padding:5px 12px 6px;font-size:11px;font-weight:700;display:inline-flex}.tx-row__verdict svg{stroke-width:2.2px;width:12px;height:12px}.tx-row__verdict--signed{background:hsl(var(--success));color:hsl(var(--success-foreground));box-shadow:0 1px 2px hsl(var(--success) / .25)}.tx-row__verdict--dead{background:hsl(var(--strip-bg-deep));color:hsl(var(--strip-text-muted));border:1px solid hsl(var(--strip-bg))}.stage-strip{grid-column:stages;grid-template-columns:repeat(4,1fr);align-items:center;gap:6px;width:100%;display:grid}.stage{text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;cursor:pointer;text-align:center;border-radius:3px;justify-content:center;align-items:center;padding:4px 8px 5px;font-size:10.5px;font-weight:600;display:inline-flex;position:relative}.stage--not_started{color:hsl(var(--text-tertiary));border-bottom:1px dotted hsl(var(--text-tertiary));opacity:.85;font-weight:500}.stage--draft{color:hsl(var(--text-primary));background:hsl(var(--secondary) / .42);border-bottom:1px solid hsl(var(--text-secondary))}.stage--shipped{color:hsl(var(--text-primary));background:hsl(var(--primary) / .18);border-bottom:2px solid hsl(var(--gold-text));font-weight:700}.tx-row__recency{color:hsl(var(--text-secondary));letter-spacing:-.005em;font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;grid-column:recency;justify-content:flex-end;align-items:center;font-size:12px;font-weight:500;line-height:1;display:inline-flex;overflow:hidden}.tx-row__recency--absolute{color:hsl(var(--text-tertiary));font-weight:400}.tx-row__alert{grid-column:alert;justify-content:center;justify-self:end;align-items:center;width:14px;height:14px;display:inline-flex}.tx-row__alert--active{cursor:help}.tx-row__alert-dot{background:hsl(var(--primary));width:10px;height:10px;box-shadow:0 0 0 2.5px hsl(var(--primary) / .22), inset 0 .5px 0 #f6b951b3;border-radius:50%}.tx-row__alert--active:hover .tx-row__alert-dot{box-shadow:0 0 0 4px hsl(var(--primary) / .28), inset 0 .5px 0 #f6b951b3}.empty-state{text-align:center;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:10px;flex-direction:column;justify-content:center;align-items:center;padding:96px 32px;display:flex;box-shadow:0 1px 2px #35271d0a}.empty-state__icon{background:hsl(var(--surface-warm-raised));width:56px;height:56px;color:hsl(var(--text-secondary));border:1px solid hsl(var(--border));border-radius:50%;place-items:center;margin-bottom:18px;display:inline-grid}.empty-state__icon svg{stroke-width:1.6px;width:24px;height:24px}.empty-state__title{letter-spacing:-.018em;color:hsl(var(--text-primary));margin:0;font-size:22px;font-weight:700}.empty-state__body{color:hsl(var(--text-secondary));max-width:460px;margin:8px 0 22px;font-size:13.5px;line-height:1.55}.empty-state__filter-readout{background:hsl(var(--surface-warm-raised));border:1px solid hsl(var(--border));color:hsl(var(--text-secondary));letter-spacing:-.005em;border-radius:6px;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin:4px 0 22px;padding:8px 12px;font-size:11.5px;font-weight:500;display:inline-flex}.empty-state__filter-readout strong{color:hsl(var(--text-primary));font-weight:600}.empty-state__filter-readout em{color:hsl(var(--text-tertiary));font-style:normal;text-decoration:line-through}.empty-state__actions{align-items:center;gap:10px;display:inline-flex}.empty-state__link{color:hsl(var(--gold-text));letter-spacing:-.005em;cursor:pointer;text-decoration:underline;-webkit-text-decoration-color:hsl(var(--primary) / .4);text-decoration-color:hsl(var(--primary) / .4);text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:12.5px;font-weight:600}.empty-state__link:hover{-webkit-text-decoration-color:hsl(var(--primary));text-decoration-color:hsl(var(--primary))}.skeleton-group{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;overflow:hidden}.skeleton-group+.skeleton-group{margin-top:18px}.skeleton-group__header{background:hsl(var(--strip-bg));align-items:center;gap:12px;height:42px;padding:0 14px;display:flex}.skel-line{background:linear-gradient(90deg,#b0a2962e 0%,#b0a2966b 50%,#b0a2962e 100%) 0 0/200% 100%;border-radius:3px;height:10px;animation:1.4s ease-in-out infinite shimmer}.skeleton-group__header .skel-line{opacity:.55;background:linear-gradient(90deg,#5d4b3c 0%,#836a54 50%,#5d4b3c 100%) 0 0/200% 100%}.skeleton-row{border-bottom:1px solid hsl(var(--divider-warm));grid-template-columns:[owner]28px[market]150px[footprint]96px[occupancy]80px[type]168px[gap]1fr[stages]280px[recency]76px[alert]14px;align-items:center;gap:14px;height:52px;padding:0 18px;display:grid}.skeleton-row:last-child{border-bottom:0}.skel-disc{background:#b0a29652;border-radius:50%;width:24px;height:24px;animation:1.4s ease-in-out infinite shimmer-disc}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes shimmer-disc{0%,to{opacity:.4}50%{opacity:.7}}.error-state{text-align:center;background:hsl(var(--card));border:1px solid hsl(var(--destructive) / .4);border-radius:10px;flex-direction:column;align-items:center;padding:88px 32px;display:flex}.error-state__icon{background:hsl(var(--destructive) / .12);width:56px;height:56px;color:hsl(var(--destructive));border-radius:50%;place-items:center;margin-bottom:18px;display:inline-grid}.error-state__icon svg{stroke-width:1.8px;width:24px;height:24px}.error-state__title{letter-spacing:-.018em;color:hsl(var(--text-primary));margin:0;font-size:20px;font-weight:700}.error-state__body{color:hsl(var(--text-secondary));max-width:460px;margin:8px 0 24px;font-size:13.5px;line-height:1.55}.error-state__details{background:hsl(var(--surface-warm-raised));border:1px solid hsl(var(--border));color:hsl(var(--text-tertiary));letter-spacing:0;border-radius:4px;margin:0 0 24px;padding:8px 12px;font-family:JetBrains Mono,SF Mono,monospace;font-size:11.5px}.contributor-banner{background:hsl(var(--card));border:1px solid hsl(var(--gold-border-soft));border-left:3px solid hsl(var(--primary));border-radius:6px;align-items:center;gap:14px;margin-bottom:18px;padding:12px 16px;display:flex}.contributor-banner__icon{background:hsl(var(--primary) / .14);width:32px;height:32px;color:hsl(var(--gold-text));border-radius:50%;place-items:center;display:inline-grid}.contributor-banner__icon svg{stroke-width:1.8px;width:15px;height:15px}.contributor-banner__copy{flex:1;min-width:0}.contributor-banner__title{color:hsl(var(--text-primary));letter-spacing:-.005em;margin:0;font-size:12.5px;font-weight:600}.contributor-banner__sub{color:hsl(var(--text-tertiary));letter-spacing:-.005em;margin-top:2px;font-size:11.5px}.tx-row--contributor{grid-template-columns:[owner]28px[org]64px[client]180px[market]150px[footprint]96px[occupancy]80px[type]168px[gap]1fr[stages]280px[recency]76px[alert]14px}.contributor-org-strip{background:hsl(var(--strip-bg-deep));height:22px;color:hsl(var(--strip-text-muted));text-transform:uppercase;letter-spacing:.08em;cursor:help;border-radius:3px;grid-column:org;justify-self:start;align-items:center;gap:5px;padding:0 8px;font-size:10.5px;font-weight:700;display:inline-flex}.contributor-org-strip svg{width:10px;height:10px;color:hsl(var(--strip-text-muted));stroke-width:2px}.hover-row{position:relative}.hover-row .tx-row{background:hsl(var(--surface-warm-raised) / .7)}.hover-row .tx-row:after{content:"";border-left:2px solid hsl(var(--primary));pointer-events:none;position:absolute;inset:0}.hovercard{z-index:60;background:hsl(var(--ol-surface));min-width:180px;max-width:280px;color:hsl(var(--ol-surface-foreground));border:1px solid var(--ol-border);border-left:1.5px solid var(--ol-gold);border-radius:var(--ol-radius-popover);box-shadow:var(--ol-shadow-lg);letter-spacing:-.005em;pointer-events:none;padding:10px 12px 11px;font-size:12px;line-height:1.5;position:absolute}.hovercard:before{content:"";background:hsl(var(--ol-surface));border-left:1px solid var(--ol-border);border-top:1px solid var(--ol-border);width:8px;height:8px;position:absolute;top:-5px;left:18px;transform:rotate(45deg)}.hovercard__label{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--ol-gold-text));margin-bottom:5px;font-size:9.5px;font-weight:700}.hovercard__body{color:hsl(var(--ol-surface-foreground));font-weight:500}.hovercard__body em{color:hsl(var(--ol-muted));font-style:normal;font-weight:400}.hovercard ul{margin:0;padding:0;list-style:none}.hovercard li{align-items:center;gap:6px;padding:3px 0;display:flex}.hovercard li:before{content:"";background:hsl(var(--primary));border-radius:50%;flex-shrink:0;width:4px;height:4px}.hovercard__caption{color:hsl(var(--ol-faint));border-top:1px solid var(--ol-separator);margin-top:6px;padding-top:6px;font-size:10.5px}.hovercard--alert{top:56px;right:6px}.hovercard--alert:before{left:auto;right:18px}.hovercard--multi{top:56px;left:64px}.hovercard--lock{top:56px;left:8px}.hovercard--stage{top:56px;left:660px}.hovercard--cell{top:56px;left:64px}.hovercard--type{top:56px;left:480px}.hovercard--owner{top:56px;left:8px}.md--editable{border-bottom:1px dotted #0000;align-self:stretch;align-items:center;padding-bottom:1px;transition:border-color .12s;display:inline-flex}.tx-row:not(.tx-row--editing) .md--editable:hover{border-bottom-color:hsl(var(--ol-gold-text) / .45);cursor:text}.tx-row:not(.tx-row--editing) .md--editable.md--footprint:hover,.tx-row:not(.tx-row--editing) .md--editable.md--occupancy:hover,.tx-row:not(.tx-row--editing) .md--editable.md--type:hover{cursor:pointer}.tx-row--editing .md--editable{border-bottom-color:#0000}@keyframes tx-row-saved-flash{0%{background-color:hsl(var(--primary) / .18)}to{background-color:#0000}}.tx-row--just-saved{animation:.72s ease-out forwards tx-row-saved-flash}.tx-row--saved-static{box-shadow:inset 2px 0 0 hsl(var(--primary));background-color:hsl(var(--primary) / .14)!important}.tx-row--reject-static{box-shadow:inset 2px 0 0 hsl(var(--destructive));background-color:hsl(var(--destructive) / .06)!important}.cell-input{appearance:none;font:inherit;letter-spacing:-.005em;color:hsl(var(--text-primary));background:hsl(var(--surface-raised));border:1px solid var(--ol-input-border);border-radius:var(--ol-radius-input);font-variant-numeric:tabular-nums;outline:0;height:28px;padding:0 8px;font-size:13px}.cell-input::placeholder{color:hsl(var(--ol-placeholder))}.cell-input:focus{border-color:var(--ol-focus);box-shadow:0 0 0 3px var(--ol-focus-ring)}.cell-input--invalid{border-color:hsl(var(--warning));box-shadow:0 0 0 3px hsl(var(--warning) / .18)}.d25-row{position:relative}.market-edit{background:hsl(var(--surface-raised));border:1px solid var(--ol-input-border);border-radius:var(--ol-radius-input);outline:0;flex-wrap:wrap;grid-column:market;align-items:center;gap:4px 5px;width:100%;min-height:32px;padding:4px 6px;display:flex}.market-edit:focus-within{border-color:var(--ol-focus);box-shadow:0 0 0 3px var(--ol-focus-ring)}.market-edit__chip{background:hsl(var(--surface-warm-raised));border:1px solid hsl(var(--border));letter-spacing:-.005em;height:22px;color:hsl(var(--text-primary));white-space:nowrap;border-radius:3px;align-items:center;gap:3px;padding:0 4px 0 8px;font-size:12px;display:inline-flex}.market-edit__chip--duplicate{border-color:hsl(var(--warning));background:hsl(var(--warning) / .1)}.market-edit__chip-x{width:14px;height:14px;color:hsl(var(--text-tertiary));cursor:pointer;background:0 0;border:0;border-radius:2px;place-items:center;margin-left:2px;padding:0;display:inline-grid}.market-edit__chip-x:hover{background:hsl(var(--text-tertiary) / .18);color:hsl(var(--text-primary))}.market-edit__chip-x svg{stroke-width:2.4px;width:9px;height:9px}.market-edit__input{min-width:80px;height:22px;font:inherit;color:hsl(var(--text-primary));letter-spacing:-.005em;background:0 0;border:0;outline:0;flex:1;padding:0 4px;font-size:12.5px}.market-edit__input::placeholder{color:hsl(var(--ol-placeholder))}.tx-row--editing.tx-row--editing-market{align-items:center;height:auto;min-height:60px;padding-top:8px;padding-bottom:8px}.cell-pop{z-index:50;background:hsl(var(--ol-surface));color:hsl(var(--ol-surface-foreground));border:1px solid var(--ol-border);border-top:1.5px solid var(--ol-gold);border-radius:var(--ol-radius-popover);box-shadow:var(--ol-shadow-lg);padding:12px;font-size:12.5px;animation:.2s cubic-bezier(.16,1,.3,1) ol-fade-in;position:absolute}.cell-pop:before{content:"";background:hsl(var(--ol-surface));border-left:1.5px solid var(--ol-gold);border-top:1px solid var(--ol-border);width:8px;height:8px;position:absolute;top:-5px;transform:rotate(45deg)}.cell-pop__tail{background:hsl(var(--ol-surface));border-left:1.5px solid var(--ol-gold);border-top:1px solid var(--ol-border);width:8px;height:8px;position:absolute;top:-5px;transform:rotate(45deg)}.cell-pop--typeahead:before,.cell-pop--typeahead .cell-pop__tail{display:none}.cell-pop--typeahead{border-top-width:1px}.cell-pop__row{align-items:center;gap:8px;display:flex}.cell-pop__row+.cell-pop__row{margin-top:8px}.cell-pop__hint{letter-spacing:.02em;color:hsl(var(--ol-faint));margin-top:8px;font-size:10.5px}.cell-pop__hint code{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border-subtle);border-radius:3px;padding:0 4px;font-family:JetBrains Mono,SF Mono,monospace;font-size:10px}.range-toggle{color:hsl(var(--ol-muted));letter-spacing:.04em;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;margin-top:10px;font-size:11px;font-weight:600;display:inline-flex}.range-toggle input{opacity:0;pointer-events:none;position:absolute}.range-toggle__box{background:hsl(var(--ol-surface));border:1px solid var(--ol-border);border-radius:3px;width:13px;height:13px;transition:background .14s,border-color .14s;position:relative}.range-toggle__box:after{content:"";border:solid hsl(var(--primary-foreground));border-width:0 1.5px 1.5px 0;width:3px;height:7px;transition:transform .14s;position:absolute;top:1px;left:4px;transform:rotate(45deg)scale(0)}.range-toggle input:checked+.range-toggle__box{background:hsl(var(--primary));border-color:hsl(var(--gold-hover))}.range-toggle input:checked+.range-toggle__box:after{transform:rotate(45deg)scale(1)}.range-endpoint-label{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--ol-muted));margin:0 0 4px;font-size:9.5px;font-weight:700;display:block}.range-stack{flex-direction:column;gap:8px;display:flex}.seg-toggle{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border-subtle);border-radius:5px;padding:2px;display:inline-flex}.seg-toggle__btn{min-width:38px;height:22px;font:inherit;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--ol-muted));cursor:pointer;background:0 0;border:0;border-radius:3px;padding:0 8px;font-size:11px;font-weight:600;position:relative}.seg-toggle__btn:hover{color:hsl(var(--ol-surface-foreground))}.seg-toggle__btn[aria-pressed=true]{background:hsl(var(--ol-surface));color:hsl(var(--ol-surface-foreground));font-weight:700;box-shadow:0 1px 2px #35271d1a}.seg-toggle__btn[aria-pressed=true]:after{content:"";background:var(--ol-gold);border-radius:1px;height:1.5px;position:absolute;bottom:1px;left:6px;right:6px}.footprint-pop{width:250px}.footprint-pop .cell-input{width:100%}.footprint-pop__placeholder{color:hsl(var(--ol-faint));letter-spacing:.02em;margin-top:6px;font-size:10.5px}.footprint-pop__placeholder strong{color:hsl(var(--ol-muted));background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border-subtle);border-radius:3px;padding:0 4px;font-family:JetBrains Mono,SF Mono,monospace;font-weight:600}.footprint-pop__clear-warn{background:hsl(var(--warning) / .1);border:1px solid hsl(var(--warning) / .32);color:hsl(var(--text-secondary));letter-spacing:-.005em;border-radius:4px;align-items:center;gap:6px;margin-top:10px;padding:6px 8px;font-size:11px;display:flex}.footprint-pop__clear-warn svg{width:11px;height:11px;color:hsl(var(--warning));flex-shrink:0}.occupancy-pop{width:290px}.occupancy-pop__modes{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border-subtle);border-radius:5px;grid-template-columns:repeat(4,1fr);gap:2px;margin-bottom:12px;padding:2px;display:grid}.occupancy-pop__mode{height:24px;font:inherit;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--ol-muted));cursor:pointer;background:0 0;border:0;border-radius:3px;font-size:10.5px;font-weight:600}.occupancy-pop__mode:hover{color:hsl(var(--ol-surface-foreground))}.occupancy-pop__mode[aria-pressed=true]{background:hsl(var(--ol-surface));color:hsl(var(--ol-surface-foreground));font-weight:700;position:relative;box-shadow:0 1px 2px #35271d1a}.occupancy-pop__mode[aria-pressed=true]:after{content:"";background:var(--ol-gold);border-radius:1px;height:1.5px;position:absolute;bottom:1px;left:8px;right:8px}.occupancy-pop__year{justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 2px;display:flex}.occupancy-pop__year-label{letter-spacing:-.005em;color:hsl(var(--ol-surface-foreground));font-variant-numeric:tabular-nums;font-size:13.5px;font-weight:700}.occupancy-pop__year-step{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border-subtle);width:22px;height:22px;color:hsl(var(--ol-muted));cursor:pointer;border-radius:4px;place-items:center;display:inline-grid}.occupancy-pop__year-step:hover{color:hsl(var(--ol-surface-foreground));border-color:var(--ol-border)}.occupancy-pop__year-step svg{stroke-width:2.2px;width:11px;height:11px}.occupancy-pop__qgrid{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.occupancy-pop__q{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border-subtle);height:36px;font:inherit;color:hsl(var(--ol-surface-foreground));letter-spacing:.04em;cursor:pointer;font-variant-numeric:tabular-nums;border-radius:4px;font-size:12px;font-weight:600}.occupancy-pop__q:hover{border-color:var(--ol-gold);background:hsl(var(--ol-surface))}.occupancy-pop__q[aria-pressed=true]{background:hsl(var(--primary) / .16);border-color:var(--ol-gold);color:hsl(var(--ol-gold-text));box-shadow:inset 0 -1.5px 0 var(--ol-gold)}.occupancy-pop__q[disabled]{color:hsl(var(--ol-faint));cursor:not-allowed}.occupancy-pop__calendar{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.occupancy-pop__cal-head{text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--ol-faint));text-align:center;padding:4px 0 6px;font-size:9.5px;font-weight:700}.occupancy-pop__day{height:28px;font:inherit;color:hsl(var(--ol-surface-foreground));cursor:pointer;font-variant-numeric:tabular-nums;background:0 0;border:1px solid #0000;border-radius:4px;font-size:11px;font-weight:500}.occupancy-pop__day:hover{background:hsl(var(--ol-surface-raised));border-color:var(--ol-border)}.occupancy-pop__day[data-other-month=true]{color:hsl(var(--ol-faint))}.occupancy-pop__day[aria-pressed=true]{background:hsl(var(--primary) / .18);border-color:var(--ol-gold);color:hsl(var(--ol-gold-text));font-weight:700}.occupancy-pop__day[data-in-range=true]{background:hsl(var(--primary) / .08)}.occupancy-pop__range{flex-direction:column;gap:8px;display:flex}.occupancy-pop__range-row{flex-direction:column;gap:4px;display:flex}.occupancy-pop__range-label{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--ol-muted));font-size:9.5px;font-weight:700}.occupancy-pop__range-pill{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border-subtle);width:100%;height:34px;font:inherit;color:hsl(var(--ol-surface-foreground));font-variant-numeric:tabular-nums;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;text-align:left;border-radius:4px;justify-content:space-between;align-items:center;padding:0 12px;font-size:12.5px;font-weight:600;display:flex;overflow:hidden}.occupancy-pop__range-pill>span:first-child{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.occupancy-pop__range-pill[data-active=true]{border-color:var(--ol-gold);background:hsl(var(--primary) / .1)}.occupancy-pop__range-pill[data-empty=true]{color:hsl(var(--ol-faint));font-weight:500}.occupancy-pop__range-pill svg{width:11px;height:11px;color:hsl(var(--ol-faint))}.occupancy-pop__range-arrow{color:hsl(var(--ol-faint));align-self:center;font-size:11px}.type-pop{width:244px;padding:4px}.type-pop__item{width:100%;height:36px;font:inherit;text-align:left;cursor:pointer;color:hsl(var(--ol-surface-foreground));background:0 0;border:0;border-radius:4px;align-items:center;gap:10px;padding:0 10px;display:flex}.type-pop__item:hover{background:var(--ol-hover)}.type-pop__item[aria-current=true]{background:var(--ol-selected)}.type-pop__item-dot{border:1px solid hsl(var(--text-tertiary));background:0 0;border-radius:50%;flex-shrink:0;width:7px;height:7px}.type-pop__item--stay .type-pop__item-dot{border-style:dashed}.type-pop__item--renewal .type-pop__item-dot,.type-pop__item--expand .type-pop__item-dot,.type-pop__item--downsize .type-pop__item-dot,.type-pop__item--relocate .type-pop__item-dot{background:hsl(var(--primary));border-color:hsl(var(--gold-hover))}.type-pop__item--new .type-pop__item-dot{background:hsl(var(--text-secondary));border-color:hsl(var(--text-secondary))}.type-pop__item--sublease .type-pop__item-dot{background:hsl(var(--info));border-color:hsl(var(--info))}.type-pop__item--disposition .type-pop__item-dot{background:hsl(var(--warning));border-color:hsl(var(--warning))}.type-pop__item-label{letter-spacing:-.005em;flex:1;font-size:12.5px;font-weight:600}.type-pop__item-basis{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--ol-faint));font-size:9px;font-weight:700}.type-pop__item--basis-derived .type-pop__item-basis{color:hsl(var(--ol-gold-text))}.type-pop__item--basis-broker .type-pop__item-basis{color:hsl(var(--ol-muted))}.type-pop__item-check{width:13px;height:13px;color:hsl(var(--ol-gold-text));stroke-width:2.4px;flex-shrink:0}.type-pop__separator{background:var(--ol-separator);height:1px;margin:4px}.type-pill[data-divergent=true]:after{content:"";background:hsl(var(--warning));width:6px;height:6px;box-shadow:0 0 0 2px hsl(var(--warning) / .2);border-radius:50%;flex-shrink:0;margin-left:6px;display:inline-block}.cell-error-tip{z-index:60;background:hsl(var(--ol-surface));max-width:240px;color:hsl(var(--ol-surface-foreground));border:1px solid hsl(var(--warning) / .55);border-left:1.5px solid hsl(var(--warning));border-radius:var(--ol-radius-tooltip);box-shadow:var(--ol-shadow);letter-spacing:-.005em;padding:8px 10px 9px;font-size:11.5px;line-height:1.4;position:absolute}.cell-error-tip:before{content:"";background:hsl(var(--ol-surface));border-left:1.5px solid hsl(var(--warning));border-top:1px solid hsl(var(--warning) / .55);width:8px;height:8px;position:absolute;top:-5px;left:18px;transform:rotate(45deg)}.cell-error-tip__tail{background:hsl(var(--ol-surface));border-left:1.5px solid hsl(var(--warning));border-top:1px solid hsl(var(--warning) / .55);width:8px;height:8px;position:absolute;top:-5px;left:18px;transform:rotate(45deg)}.cell-error-tip__label{letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--warning));align-items:center;gap:5px;margin-bottom:4px;font-size:9.5px;font-weight:700;display:flex}.cell-error-tip__label svg{stroke-width:2.2px;width:10px;height:10px}.cell-error-tip__body{color:hsl(var(--ol-surface-foreground));font-weight:500}.cell-error-tip__hint{color:hsl(var(--ol-muted));margin-top:4px;font-size:10.5px}.cell-error-tip__hint code{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border-subtle);color:hsl(var(--ol-muted));border-radius:2px;padding:0 3px;font-family:JetBrains Mono,SF Mono,monospace;font-size:10px}.d25-section-title{letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--ol-gold-text));border-bottom:1px solid hsl(var(--border));margin:32px 0 10px;padding-bottom:6px;font-size:11px;font-weight:700}.d25-section-title:first-of-type{margin-top:8px}.d25-state{align-items:baseline;gap:12px;margin:22px 0 8px;padding:0 2px;display:flex}.d25-state__num{background:hsl(var(--strip-bg));width:22px;height:22px;color:hsl(var(--strip-text));font-variant-numeric:tabular-nums;letter-spacing:-.01em;border-radius:50%;flex-shrink:0;place-items:center;font-size:11px;font-weight:700;display:inline-grid}.d25-state__title{color:hsl(var(--text-primary));letter-spacing:-.01em;font-size:14px;font-weight:700}.d25-state__desc{color:hsl(var(--text-tertiary));letter-spacing:-.005em;font-size:12px}.d25-compare{grid-template-columns:1fr 1fr;gap:24px;margin-top:14px;display:grid}.d25-compare__col{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;padding:18px}.d25-compare__title{color:hsl(var(--text-primary));letter-spacing:-.01em;margin:0 0 4px;font-size:15px;font-weight:700}.d25-compare__lean{letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--ol-gold-text));background:hsl(var(--primary) / .12);border-radius:3px;margin-bottom:12px;padding:2px 7px;font-size:9.5px;font-weight:700;display:inline-block}.d25-compare__lean--alt{color:hsl(var(--text-tertiary));background:hsl(var(--text-tertiary) / .12)}.d25-compare__frame{border-top:1px dashed hsl(var(--border));margin-top:16px;padding:14px 0 0}.d25-compare__frame:first-of-type{border-top:0;margin-top:0;padding-top:0}.d25-compare__frame-title{color:hsl(var(--text-secondary));letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:8px;font-size:10.5px;font-weight:700;display:flex}.d25-compare__frame-num{background:hsl(var(--text-tertiary) / .18);width:18px;height:18px;color:hsl(var(--text-secondary));font-variant-numeric:tabular-nums;border-radius:50%;place-items:center;font-size:10px;font-weight:700;display:inline-grid}.d25-compare__frame-time{color:hsl(var(--text-tertiary));font-variant-numeric:tabular-nums;text-transform:none;letter-spacing:0;margin-left:auto;font-size:10px;font-weight:500}.d25-compare__list{background:hsl(var(--card));border:1px solid hsl(var(--divider-warm));border-radius:6px;overflow:hidden;box-shadow:0 1px 2px #35271d0a}.d25-compare__caption{background:hsl(var(--surface-warm) / .55);border-left:2px solid hsl(var(--text-tertiary));color:hsl(var(--text-secondary));letter-spacing:-.005em;border-radius:0 4px 4px 0;margin-top:10px;padding:8px 11px;font-size:11.5px;line-height:1.45}.d25-compare__caption--note{border-left-color:hsl(var(--primary))}.d25-compare__verdict{background:hsl(var(--card));border:1px solid hsl(var(--border));border-left:3px solid hsl(var(--primary));color:hsl(var(--text-secondary));letter-spacing:-.005em;border-radius:6px;margin-top:18px;padding:12px 14px;font-size:12px;line-height:1.5}.d25-compare__verdict strong{color:hsl(var(--text-primary));font-weight:700}.tx-row--pulse-static{box-shadow:inset 2px 0 0 hsl(var(--primary)), inset -2px 0 0 hsl(var(--primary) / .3);background-color:hsl(var(--primary) / .08)!important}.tx-row__resort-hint{letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--text-tertiary));background:hsl(var(--surface-warm-raised));border:1px solid hsl(var(--border));pointer-events:none;font-variant-numeric:tabular-nums;border-radius:3px;padding:2px 6px;font-size:9px;font-weight:700;position:absolute;top:50%;right:26px;transform:translateY(-50%)}.d25-intro{background:hsl(var(--card));border:1px solid hsl(var(--border));border-left:3px solid hsl(var(--primary));color:hsl(var(--text-secondary));letter-spacing:-.005em;border-radius:6px;margin:0 0 18px;padding:12px 14px;font-size:12.5px;line-height:1.55}.d25-intro strong{color:hsl(var(--text-primary));font-weight:700}.d25-intro code{background:hsl(var(--surface-warm-raised));border:1px solid hsl(var(--border));color:hsl(var(--text-secondary));border-radius:3px;padding:0 4px;font-family:JetBrains Mono,SF Mono,monospace;font-size:11px}.mockup-caption{background:hsl(var(--strip-bg) / .94);color:hsl(var(--strip-text));border-left:2px solid hsl(var(--primary));letter-spacing:.02em;pointer-events:none;z-index:60;border-radius:4px;flex-direction:column;gap:1px;max-width:360px;padding:8px 12px;font-family:JetBrains Mono,SF Mono,monospace;font-size:10.5px;font-weight:500;display:flex;position:fixed;bottom:12px;right:12px}.mockup-caption span:nth-child(2){color:hsl(var(--strip-text))}.mockup-caption span:nth-child(3){color:hsl(var(--strip-text-muted))}.sr-only{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.group__title-link--trigger{border-bottom:1px dotted #0000;transition:border-color .14s}.group__header:hover .group__title-link--trigger,.group__title-link--trigger:focus-visible{border-bottom-color:hsl(var(--gold-border-soft))}.group__title-link--trigger:focus-visible{outline:2px solid hsl(var(--ring) / .5);outline-offset:3px;border-radius:2px}.group__title-link--trigger.is-active{border-bottom-color:var(--ol-gold)}.group__edit-btn{width:22px;height:22px;color:hsl(var(--strip-text-muted));cursor:pointer;opacity:0;background:0 0;border:0;border-radius:50%;flex-shrink:0;place-items:center;margin-left:4px;transition:opacity .14s,background .12s,color .12s;display:inline-grid}.group__edit-btn svg{stroke-width:1.9px;width:11px;height:11px}.group__header:hover .group__edit-btn,.group__edit-btn:focus-visible,.group__edit-btn.is-active,.group__edit-btn[data-state=open]{opacity:1}.group__header:hover .group__edit-btn:not(.is-active):not([data-state=open]){color:hsl(var(--primary))}.group__edit-btn:hover{background:hsl(var(--strip-bg-deep));color:hsl(var(--primary))}.group__edit-btn:focus-visible{outline:2px solid hsl(var(--gold-border-soft));outline-offset:2px}.group__edit-btn.is-active,.group__edit-btn[data-state=open]{color:hsl(var(--strip-text));background:hsl(var(--strip-bg-deep))}.group__edit-btn--persistent{opacity:1;margin-left:4px}.client-pop{z-index:50;background:hsl(var(--ol-surface));width:460px;max-height:560px;color:hsl(var(--ol-surface-foreground));border:1px solid var(--ol-border);border-top:1.5px solid var(--ol-gold);border-radius:var(--ol-radius-popover);box-shadow:var(--ol-shadow-lg);flex-direction:column;font-size:13px;line-height:1.5;animation:.22s cubic-bezier(.16,1,.3,1) ol-fade-in;display:flex;position:absolute}.client-pop:before{content:"";top:-5px;left:var(--tail-left,30px);background:hsl(var(--ol-surface));border-left:1.5px solid var(--ol-gold);border-top:1px solid var(--ol-border);width:8px;height:8px;position:absolute;transform:rotate(45deg)}.client-pop__header{flex-direction:column;flex-shrink:0;gap:10px;padding:16px 18px 14px;display:flex}.client-pop__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--ol-gold-text));align-items:center;gap:6px;font-size:10px;font-weight:700;display:inline-flex}.client-pop__eyebrow:before{content:"";background:var(--ol-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.client-pop__field{flex-direction:column;gap:4px;display:flex;position:relative}.client-pop__label{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--ol-faint));align-items:center;gap:5px;font-size:9.5px;font-weight:700;display:inline-flex}.client-pop__label--required:after{content:"Required";letter-spacing:.08em;color:hsl(var(--ol-faint));margin-left:4px;font-size:9px;font-weight:600}.client-pop__name-input{appearance:none;width:100%;font:inherit;letter-spacing:-.018em;color:hsl(var(--ol-surface-foreground));background:0 0;border:0;border-bottom:1px solid #0000;outline:0;padding:2px 0 4px;font-size:19px;font-weight:700;transition:border-color .14s}.client-pop__name-input:hover{border-bottom-color:hsl(var(--ol-border-subtle))}.client-pop__name-input:focus{border-bottom-color:var(--ol-gold);box-shadow:0 1px 0 0 var(--ol-gold)}.client-pop__name-input--invalid{border-bottom-color:hsl(var(--warning));box-shadow:0 1px 0 0 hsl(var(--warning))}.client-pop__industry-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.client-pop__industry-trigger{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border);border-radius:var(--ol-radius-input);height:28px;font:inherit;letter-spacing:.01em;color:hsl(var(--ol-surface-foreground));cursor:pointer;outline:0;align-items:center;gap:8px;padding:0 10px 0 12px;font-size:12px;font-weight:600;transition:border-color .14s,background .12s;display:inline-flex}.client-pop__industry-trigger:hover{background:hsl(var(--ol-hover));border-color:#a99689}.client-pop__industry-trigger:focus-visible,.client-pop__industry-trigger.is-active{border-color:var(--ol-gold);box-shadow:0 0 0 3px var(--ol-focus-ring)}.client-pop__industry-trigger svg{width:11px;height:11px;color:hsl(var(--ol-faint));stroke-width:2px}.client-pop__industry-trigger--empty{color:hsl(var(--ol-placeholder));background:0 0;border-style:dashed;font-style:italic;font-weight:500}.client-pop__count{letter-spacing:.01em;color:hsl(var(--ol-muted));font-variant-numeric:tabular-nums;font-size:11px;font-weight:500}.client-pop__count strong{color:hsl(var(--ol-surface-foreground));font-weight:700}.industry-pop{z-index:60;background:hsl(var(--ol-surface));border:1px solid var(--ol-border);border-left:1.5px solid var(--ol-gold);border-radius:var(--ol-radius-popover);width:260px;box-shadow:var(--ol-shadow-lg);scrollbar-width:thin;scrollbar-color:var(--ol-border) transparent;max-height:300px;padding:4px;animation:.2s cubic-bezier(.16,1,.3,1) ol-fade-in;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}.industry-pop__item{width:100%;height:32px;font:inherit;letter-spacing:-.005em;text-align:left;color:hsl(var(--ol-surface-foreground));cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:10px;padding:0 10px;font-size:12.5px;font-weight:500;display:flex}.industry-pop__item:hover{background:var(--ol-hover)}.industry-pop__item[aria-current=true]{background:var(--ol-selected);font-weight:600}.industry-pop__item-check{width:13px;height:13px;color:hsl(var(--ol-gold-text));stroke-width:2.4px;margin-left:auto}.client-pop__section{flex-direction:column;flex:1;min-height:0;display:flex}.client-pop__section-head{flex-shrink:0;justify-content:space-between;align-items:center;padding:4px 18px 8px;display:flex}.client-pop__section-title{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--ol-faint));font-size:10px;font-weight:700}.client-pop__section-title strong{color:hsl(var(--ol-muted));font-variant-numeric:tabular-nums;margin-left:4px;font-weight:700}.client-pop__contacts{scrollbar-width:thin;scrollbar-color:var(--ol-border) transparent;margin:0;padding:0 6px 6px;list-style:none;overflow-y:auto}.contact-row{border-radius:6px;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:8px 12px 9px;transition:background .12s;display:grid;position:relative}.contact-row:hover{background:var(--ol-hover)}.contact-row+.contact-row:before{content:"";background:var(--ol-separator);height:1px;position:absolute;top:0;left:12px;right:12px}.contact-row__body{min-width:0}.contact-row__line1{align-items:baseline;gap:8px;min-width:0;display:flex}.contact-row__name{letter-spacing:-.01em;color:hsl(var(--ol-surface-foreground));white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;font-size:13px;font-weight:600;overflow:hidden}.contact-row__role-sep{color:hsl(var(--ol-faint));flex-shrink:0;font-size:11px}.contact-row__role{color:hsl(var(--ol-muted));letter-spacing:-.005em;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12px;font-weight:500;overflow:hidden}.contact-row__primary-badge{background:hsl(var(--primary) / .14);height:16px;color:hsl(var(--ol-gold-text));border:1px solid hsl(var(--primary) / .45);letter-spacing:.08em;text-transform:uppercase;border-radius:3px;flex-shrink:0;align-items:center;padding:0 5px;font-size:9px;font-weight:700;display:inline-flex}.contact-row__line2{color:hsl(var(--ol-muted));font-variant-numeric:tabular-nums;letter-spacing:-.005em;align-items:center;gap:10px;margin-top:2px;font-size:11.5px;display:flex}.contact-row__email{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.contact-row__phone{white-space:nowrap;color:hsl(var(--ol-faint));flex-shrink:0}.contact-row__line2 span:empty,.contact-row__line2--missing{color:hsl(var(--ol-faint));font-style:italic}.contact-row__line2-sep{color:hsl(var(--ol-faint) / .5)}.contact-row__trail{opacity:0;align-items:center;gap:2px;transition:opacity .14s,transform .14s;display:inline-flex;position:relative;transform:translate(4px)}.contact-row:hover .contact-row__trail,.contact-row:focus-within .contact-row__trail,.contact-row.is-editing .contact-row__trail{opacity:1;transform:translate(0)}.contact-row__btn{width:24px;height:24px;color:hsl(var(--ol-faint));cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;transition:background .12s,color .12s;display:inline-grid}.contact-row__btn svg{stroke-width:1.9px;width:12px;height:12px}.contact-row__btn:hover{background:hsl(var(--ol-active));color:hsl(var(--ol-surface-foreground))}.contact-row__btn--danger:hover{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.contact-row__btn--primary-toggle{color:hsl(var(--ol-gold-text))}.contact-row__btn--primary-toggle:hover{background:hsl(var(--primary) / .12);color:hsl(var(--ol-gold-text))}@keyframes contact-row-saved-flash{0%{background-color:hsl(var(--primary) / .18)}to{background-color:#0000}}.contact-row--just-saved{animation:.72s ease-out forwards contact-row-saved-flash}.contact-row--saved-static{box-shadow:inset 2px 0 0 hsl(var(--primary));background-color:hsl(var(--primary) / .14)!important}.contact-editor{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border);border-left:1.5px solid var(--ol-gold);border-radius:6px;flex-direction:column;gap:10px;margin:4px 6px;padding:12px;display:flex}.contact-editor__title{letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--ol-gold-text));align-items:center;gap:6px;font-size:10px;font-weight:700;display:flex}.contact-editor__title svg{stroke-width:2px;width:11px;height:11px}.contact-editor__grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.contact-editor__field{flex-direction:column;gap:3px;display:flex;position:relative}.contact-editor__field--full{grid-column:1/-1}.contact-editor__field-label{letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--ol-faint));font-size:9.5px;font-weight:700}.contact-editor__field-label--required:after{content:" ·";color:hsl(var(--ol-faint))}.contact-editor__field-label--required>.req{color:hsl(var(--ol-gold-text));letter-spacing:.08em;margin-left:4px}.contact-editor__input{appearance:none;background:hsl(var(--ol-surface));border:1px solid var(--ol-border);border-radius:var(--ol-radius-input);height:30px;font:inherit;letter-spacing:-.005em;color:hsl(var(--ol-surface-foreground));font-variant-numeric:tabular-nums;outline:0;padding:0 9px;font-size:12.5px;transition:border-color .14s,box-shadow .14s}.contact-editor__input::placeholder{color:hsl(var(--ol-placeholder))}.contact-editor__input:focus{border-color:var(--ol-focus);box-shadow:0 0 0 3px var(--ol-focus-ring)}.contact-editor__input--invalid{border-color:hsl(var(--warning));box-shadow:0 0 0 3px hsl(var(--warning) / .18)}.contact-editor__input--focused{border-color:var(--ol-focus);box-shadow:0 0 0 3px var(--ol-focus-ring)}.contact-editor__primary-row{color:hsl(var(--ol-muted));letter-spacing:-.005em;align-items:center;gap:8px;font-size:11.5px;display:flex}.contact-editor__primary-check{appearance:none;border:1px solid var(--ol-border);background:hsl(var(--ol-surface));cursor:pointer;border-radius:3px;place-items:center;width:14px;height:14px;transition:all .12s;display:inline-grid;position:relative}.contact-editor__primary-check:checked{background:hsl(var(--primary));border-color:hsl(var(--gold-hover))}.contact-editor__primary-check:checked:after{content:"";border-left:1.5px solid hsl(var(--primary-foreground));border-bottom:1.5px solid hsl(var(--primary-foreground));width:8px;height:4px;transform:rotate(-45deg)translate(1px,-1px)}.contact-editor__primary-check[data-checked=true]{background:hsl(var(--primary));border-color:hsl(var(--gold-hover))}.contact-editor__primary-check[data-checked=true]:after{content:"";border-left:1.5px solid hsl(var(--primary-foreground));border-bottom:1.5px solid hsl(var(--primary-foreground));width:8px;height:4px;position:absolute;transform:rotate(-45deg)translate(1px,-1px)}.contact-editor__actions{justify-content:flex-end;align-items:center;gap:8px;padding-top:2px;display:flex}.btn-secondary{border:1px solid var(--ol-border);border-radius:var(--ol-radius-input);height:28px;font:inherit;letter-spacing:-.005em;color:hsl(var(--ol-muted));cursor:pointer;background:0 0;align-items:center;gap:4px;padding:0 12px;font-size:12px;font-weight:600;transition:background .12s,color .12s;display:inline-flex}.btn-secondary:hover{background:hsl(var(--ol-hover));color:hsl(var(--ol-surface-foreground))}.btn-confirm{background:hsl(var(--primary));height:28px;color:hsl(var(--primary-foreground));border-radius:var(--ol-radius-input);font:inherit;letter-spacing:.005em;cursor:pointer;border:0;align-items:center;gap:5px;padding:0 14px;font-size:12px;font-weight:700;transition:background .12s;display:inline-flex}.btn-confirm:hover{background:hsl(var(--gold-hover))}.btn-confirm:disabled{background:hsl(var(--ol-surface-raised));color:hsl(var(--ol-placeholder));cursor:not-allowed}.btn-confirm svg{stroke-width:2.4px;width:11px;height:11px}.btn-danger{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn-danger:hover{background:#932525}.contact-add-btn{border:1px dashed var(--ol-border);width:calc(100% - 12px);font:inherit;letter-spacing:-.005em;color:hsl(var(--ol-muted));cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:8px;margin:4px 6px 6px;padding:9px 12px;font-size:12.5px;font-weight:600;transition:background .12s,color .12s,border-color .12s;display:flex}.contact-add-btn:hover{background:hsl(var(--ol-hover));color:hsl(var(--ol-gold-text));border-color:hsl(var(--gold-border-soft))}.contact-add-btn svg{stroke-width:2.2px;width:12px;height:12px}.client-pop__empty{text-align:center;color:hsl(var(--ol-muted));flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:28px 24px 32px;display:flex}.client-pop__empty-glyph{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border);width:44px;height:44px;color:hsl(var(--ol-faint));border-radius:50%;place-items:center;display:grid}.client-pop__empty-glyph svg{stroke-width:1.8px;width:18px;height:18px}.client-pop__empty-headline{letter-spacing:-.012em;color:hsl(var(--ol-surface-foreground));font-size:14px;font-weight:700}.client-pop__empty-body{color:hsl(var(--ol-muted));max-width:280px;font-size:12px;font-weight:500;line-height:1.5}.client-pop__empty-cta{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:var(--ol-radius-input);font:inherit;letter-spacing:.005em;cursor:pointer;border:0;align-items:center;gap:6px;margin-top:4px;padding:8px 16px;font-size:12.5px;font-weight:700;display:inline-flex}.client-pop__empty-cta:hover{background:hsl(var(--gold-hover))}.client-pop__empty-cta svg{stroke-width:2.4px;width:12px;height:12px}.client-pop__footer{border-top:1px solid var(--ol-separator);background:hsl(var(--ol-surface-raised));border-radius:0 0 calc(var(--ol-radius-popover) - 1px) calc(var(--ol-radius-popover) - 1px);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px 12px;display:flex}.client-pop__footer-hint{color:hsl(var(--ol-faint));letter-spacing:-.005em;align-items:center;gap:6px;font-size:11px;font-weight:500;display:inline-flex}.client-pop__footer-hint svg{width:10px;height:10px;color:hsl(var(--ol-gold-text));stroke-width:2.2px}.client-pop__footer-hint--clean{color:hsl(var(--ol-faint))}.client-pop__footer-hint--dirty{color:hsl(var(--ol-gold-text));font-weight:600}.client-pop__footer-actions{align-items:center;gap:8px;display:inline-flex}.client-pop__autosave{letter-spacing:.08em;text-transform:uppercase;height:18px;color:hsl(var(--ol-faint));border-radius:3px;align-items:center;gap:5px;padding:0 6px;font-size:9.5px;font-weight:700;transition:color .2s,background .2s;display:inline-flex}.client-pop__autosave svg{stroke-width:2.4px;width:10px;height:10px}.client-pop__autosave--just-saved{color:hsl(var(--ol-gold-text));background:hsl(var(--primary) / .1)}.delete-confirm{z-index:60;background:hsl(var(--ol-surface));width:240px;min-width:240px;color:hsl(var(--ol-surface-foreground));border:1px solid hsl(var(--destructive) / .45);border-left:1.5px solid hsl(var(--destructive));border-radius:var(--ol-radius-tooltip);box-shadow:var(--ol-shadow);opacity:1;padding:10px 12px 11px;font-size:12px;line-height:1.45;position:absolute}.delete-confirm:before{content:"";background:hsl(var(--ol-surface));border-right:1.5px solid hsl(var(--destructive));border-bottom:1px solid hsl(var(--destructive) / .45);width:8px;height:8px;position:absolute;top:14px;right:-5px;transform:rotate(-45deg)}.delete-confirm__label{letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--destructive));align-items:center;gap:5px;margin-bottom:4px;font-size:9.5px;font-weight:700;display:flex}.delete-confirm__label svg{stroke-width:2.2px;width:11px;height:11px}.delete-confirm__body{color:hsl(var(--ol-surface-foreground));margin-bottom:8px;font-weight:500}.delete-confirm__body strong{color:hsl(var(--ol-surface-foreground));font-weight:700}.delete-confirm__hint{color:hsl(var(--ol-muted));margin-bottom:10px;font-size:10.5px}.delete-confirm__actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.delete-confirm .btn-secondary,.delete-confirm .btn-confirm{height:26px;padding:0 10px;font-size:11.5px}.compare-grid{gap:28px;display:grid}.compare-grid--triple{grid-template-columns:minmax(0,1fr)}.compare-grid--pair{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:36px}@media (max-width:1100px){.compare-grid--pair{grid-template-columns:1fr}}.compare-cell{flex-direction:column;gap:12px;display:flex;position:relative}.compare-cell__head{border-bottom:1px solid hsl(var(--border) / .6);align-items:baseline;gap:12px;padding-bottom:8px;display:flex}.compare-cell__num{background:hsl(var(--strip-bg));width:22px;height:22px;color:hsl(var(--strip-text));letter-spacing:-.01em;font-variant-numeric:tabular-nums;border-radius:50%;flex-shrink:0;place-items:center;font-size:10.5px;font-weight:700;display:inline-grid}.compare-cell__title{letter-spacing:-.012em;color:hsl(var(--text-primary));margin:0;font-size:14.5px;font-weight:700}.compare-cell__subtitle{color:hsl(var(--text-secondary));letter-spacing:-.005em;font-size:12px;font-weight:500}.compare-cell__sketch{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;padding:28px 20px 60px;position:relative;overflow:visible}.compare-cell__sketch--strip-only{padding:28px 20px}.compare-cell__notes{color:hsl(var(--text-secondary));letter-spacing:-.005em;flex-direction:column;gap:4px;font-size:11.5px;font-weight:500;line-height:1.5;display:flex}.compare-cell__notes strong{color:hsl(var(--text-primary));font-weight:700}.compare-cell__notes-row{align-items:flex-start;gap:6px;display:flex}.compare-cell__notes-row:before{content:"·";color:hsl(var(--ol-gold-text));flex-shrink:0;margin-top:-1px;font-weight:800}.faux-strip{background:hsl(var(--strip-bg));height:42px;color:hsl(var(--strip-text));border-radius:6px;align-items:center;gap:14px;padding:0 14px;display:flex;position:relative}.faux-strip__caret{width:16px;height:16px;color:hsl(var(--strip-text-muted));flex-shrink:0;place-items:center;display:inline-grid}.faux-strip__caret svg{stroke-width:1.8px;width:12px;height:12px}.faux-strip__title{letter-spacing:-.01em;color:hsl(var(--strip-text));margin:0;font-size:15px;font-weight:600}.faux-strip__industry{background:hsl(var(--strip-bg-deep));height:18px;color:hsl(var(--strip-text-muted));letter-spacing:.08em;text-transform:uppercase;border-radius:3px;align-items:center;padding:0 7px;font-size:10px;font-weight:600;display:inline-flex}.faux-strip__count{color:hsl(var(--strip-text-muted));letter-spacing:.02em;font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:500}.faux-strip__count strong{color:hsl(var(--strip-text));font-weight:600}.faux-strip__add{color:hsl(var(--strip-text-muted));text-transform:uppercase;letter-spacing:.08em;border-radius:4px;align-items:center;gap:5px;margin-left:auto;padding:4px 8px;font-size:10.5px;font-weight:600;text-decoration:none;display:inline-flex}.faux-strip__add:hover{color:hsl(var(--strip-text));background:hsl(var(--strip-bg-deep))}.faux-strip__add svg{stroke-width:2.2px;width:11px;height:11px}.faux-strip--hovered .group__edit-btn{opacity:1;transform:scale(1)}.faux-strip--hovered .group__title-link--trigger{border-bottom-color:hsl(var(--gold-border-soft))}.compare-pointer{letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--ol-gold-text));white-space:nowrap;font-size:10px;font-weight:700;position:absolute}.compare-pointer:before{content:"";border-style:solid;position:absolute}.callout{z-index:70;background:hsl(var(--strip-bg));color:hsl(var(--strip-text));letter-spacing:.1em;text-transform:uppercase;pointer-events:none;white-space:nowrap;border-radius:3px;align-items:center;gap:6px;padding:4px 8px;font-size:9.5px;font-weight:700;display:flex;position:absolute}.callout:before{content:"";background:hsl(var(--strip-bg));width:6px;height:6px;position:absolute;transform:rotate(45deg)}.callout--gold{background:var(--ol-gold);color:hsl(var(--primary-foreground))}.callout--gold:before{background:var(--ol-gold)}.callout--top:before{top:-3px;left:12px}.callout--right:before{top:8px;right:-3px}.callout--left:before{top:8px;left:-3px}.callout--bottom:before{bottom:-3px;left:12px}.strip-backdrop{position:relative}.strip-backdrop--faded:after{content:"";background:linear-gradient(180deg, hsl(var(--background) / 0) 0%, hsl(var(--background) / .85) 60%, hsl(var(--background)) 100%);pointer-events:none;z-index:5;height:80px;position:absolute;bottom:0;left:0;right:0}@media (prefers-reduced-motion:reduce){.client-pop,.industry-pop,.delete-confirm,.contact-row--just-saved{animation:none!important}}.page.hub-page{padding:20px 32px 64px}.hub-page>*+*{margin-top:18px}.hub-breadcrumb{letter-spacing:-.005em;color:hsl(var(--text-tertiary));align-items:center;gap:12px;padding:0 4px;font-size:12.5px;display:flex}.hub-breadcrumb__home{color:hsl(var(--text-secondary));border-radius:4px;align-items:center;gap:6px;padding:4px 6px 4px 4px;text-decoration:none;transition:background-color .12s,color .12s;display:inline-flex}.hub-breadcrumb__home:hover{background:hsl(var(--surface-warm-raised) / .7);color:hsl(var(--text-primary))}.hub-breadcrumb__home svg{stroke-width:2px;width:13px;height:13px}.hub-breadcrumb__sep{color:hsl(var(--text-tertiary) / .5)}.hub-breadcrumb__current{font-variant-numeric:tabular-nums;align-items:center;gap:8px;display:inline-flex}.hub-breadcrumb__client{color:hsl(var(--text-primary));letter-spacing:-.01em;font-weight:600}.hub-breadcrumb__market,.hub-breadcrumb__type{color:hsl(var(--text-secondary));font-weight:500}.hub-breadcrumb__dot{color:hsl(var(--text-tertiary) / .55)}.hub-hero{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:10px;position:relative;overflow:hidden;box-shadow:0 1px 2px #35271d0d,0 8px 32px #35271d0f,inset 0 0 0 1px #fff9}.hub-hero__body{padding:24px 28px 22px}.hub-hero__identity{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:24px;display:flex}.hub-hero__lockup{flex-direction:column;gap:8px;min-width:0;display:flex}.hub-hero__type-row{align-items:center;gap:12px;display:flex}.hub-type-pill{text-transform:uppercase;letter-spacing:.1em;background:hsl(var(--surface-warm-raised) / .7);border:1px solid hsl(var(--border));color:hsl(var(--text-secondary));white-space:nowrap;border-radius:4px;align-items:center;gap:7px;padding:4px 9px;font-size:11px;font-weight:700;display:inline-flex}.hub-type-pill .type-pill__dot{border:1px solid hsl(var(--text-tertiary));background:0 0;border-radius:50%;flex-shrink:0;width:5.5px;height:5.5px}.hub-type-pill.type--renewal .type-pill__dot,.hub-type-pill.type--expand .type-pill__dot,.hub-type-pill.type--downsize .type-pill__dot,.hub-type-pill.type--relocate .type-pill__dot{background:hsl(var(--primary));border-color:hsl(var(--gold-hover))}.hub-type-pill.type--stay{color:hsl(var(--text-tertiary))}.hub-type-pill.type--stay .type-pill__dot{border-style:dashed}.hub-type-pill.type--new .type-pill__dot,.hub-type-pill.type--sublease .type-pill__dot,.hub-type-pill.type--disposition .type-pill__dot{background:hsl(var(--text-secondary));border-color:hsl(var(--text-secondary))}.hub-type-pill.type--disposition{color:hsl(var(--warning))}.hub-type-pill.type--disposition .type-pill__dot{background:hsl(var(--warning));border-color:hsl(var(--warning))}.hub-type-pill.type--sublease{color:hsl(var(--info))}.hub-type-pill.type--sublease .type-pill__dot{background:hsl(var(--info));border-color:hsl(var(--info))}.hub-type-pill.is-editable{cursor:pointer}.hub-type-pill.is-editable:hover{background:hsl(var(--surface-raised));border-color:hsl(var(--ol-gold))}.hub-type-pill.is-readonly{cursor:default}.hub-type-divergence{background:hsl(var(--warning));width:8px;height:8px;box-shadow:0 0 0 2.5px hsl(var(--warning) / .22);cursor:help;border-radius:50%;flex-shrink:0;position:relative}.hub-type-divergence:after{content:"";background:hsl(var(--warning-foreground));opacity:.4;border-radius:50%;position:absolute;inset:2px}.hub-hero__handle{letter-spacing:.04em;color:hsl(var(--text-tertiary));background:hsl(var(--surface-warm-raised));border-radius:3px;margin-left:4px;padding:2px 6px;font-family:JetBrains Mono,SF Mono,monospace;font-size:10.5px;font-weight:600}.hub-hero__client{letter-spacing:-.022em;color:hsl(var(--text-primary));align-items:baseline;gap:12px;margin:0;font-size:36px;line-height:1.1;display:flex}.hub-hero__client-name{position:relative}.hub-client-edit{width:26px;height:26px;color:hsl(var(--text-tertiary));cursor:pointer;opacity:0;background:0 0;border:0;border-radius:50%;align-self:center;place-items:center;transition:opacity .14s,transform .14s,background .12s,color .12s;display:inline-grid;transform:translateY(2px)scale(.85)}.hub-client-edit svg{stroke-width:1.8px;width:13px;height:13px}.hub-hero:hover .hub-client-edit,.hub-client-edit:focus-visible,.hub-client-edit.is-active{opacity:1;transform:translateY(0)scale(1)}.hub-client-edit:hover{background:hsl(var(--surface-warm-raised));color:hsl(var(--text-primary))}.hub-meta-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.hub-meta-btn{background:hsl(var(--surface-raised));border:1px solid hsl(var(--border));height:32px;font:inherit;color:hsl(var(--text-primary));letter-spacing:-.005em;cursor:pointer;border-radius:6px;align-items:center;gap:7px;padding:0 12px;font-size:12.5px;font-weight:500;transition:border-color .12s,background .12s;display:inline-flex}.hub-meta-btn:hover{background:hsl(var(--surface-warm));border-color:hsl(var(--text-tertiary))}.hub-meta-btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.hub-meta-btn svg{stroke-width:1.8px;width:13px;height:13px;color:hsl(var(--text-tertiary))}.hub-meta-btn__chev{color:hsl(var(--text-tertiary))}.hub-meta-btn__label{color:hsl(var(--text-tertiary));letter-spacing:.005em;font-weight:500}.hub-meta-btn__value{color:hsl(var(--text-primary));font-weight:600}.hub-meta-btn--access.is-active{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .18);background:hsl(var(--surface-raised))}.hub-meta-btn__value--count{font-variant-numeric:tabular-nums}.hub-meta-btn--status .hub-meta-btn__dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.hub-meta-btn--status.is-active .hub-meta-btn__dot{background:hsl(var(--success));box-shadow:0 0 0 2.5px hsl(var(--success) / .18)}.hub-meta-btn--status.is-signed .hub-meta-btn__dot{background:hsl(var(--success));box-shadow:0 0 0 2.5px hsl(var(--success) / .22)}.hub-meta-btn--status.is-dead .hub-meta-btn__dot{background:hsl(var(--text-tertiary));box-shadow:0 0 0 2.5px hsl(var(--text-tertiary) / .22)}.hub-meta-btn--privacy.is-private{background:hsl(var(--strip-bg-deep));border-color:hsl(var(--strip-bg));color:hsl(var(--strip-text))}.hub-meta-btn--privacy.is-private .hub-meta-btn__label,.hub-meta-btn--privacy.is-private .hub-meta-btn__value{color:hsl(var(--strip-text))}.hub-meta-btn--privacy.is-private svg{color:hsl(var(--strip-text-muted))}.hub-meta-chip{background:hsl(var(--surface-warm-raised) / .55);border:1px solid hsl(var(--border) / .7);height:28px;color:hsl(var(--text-secondary));letter-spacing:-.005em;cursor:default;border-radius:6px;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:500;display:inline-flex}.hub-meta-chip__dot{border-radius:50%;width:6px;height:6px;display:inline-block}.hub-meta-chip--readonly.is-active .hub-meta-chip__dot,.hub-meta-chip--readonly.is-signed .hub-meta-chip__dot{background:hsl(var(--success))}.hub-meta-chip--readonly.is-dead .hub-meta-chip__dot{background:hsl(var(--text-tertiary))}.hub-orientation{background:hsl(var(--surface-warm-raised) / .4);border-top:1px solid hsl(var(--border) / .5);border-bottom:1px solid hsl(var(--border) / .5);grid-template-columns:1fr 1px 1fr 1px 1fr;align-items:center;gap:20px;margin:8px -28px 16px;padding:22px 28px;display:grid}.hub-orientation__divider{background:hsl(var(--border));justify-self:center;width:1px;height:44px}.hub-stat{border-bottom:1px dotted #0000;border-radius:4px;flex-direction:column;gap:6px;min-width:0;padding:4px 6px;transition:border-color .14s,background .12s;display:flex}.hub-stat.is-editable{cursor:text}.hub-stat.is-editable:hover{border-bottom-color:hsl(var(--ol-gold-text) / .45);background:hsl(var(--surface-raised) / .5)}.hub-stat__label{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--text-tertiary));font-size:10.5px;font-weight:700}.hub-stat__value{letter-spacing:-.018em;color:hsl(var(--text-primary));font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;font-size:22px;font-weight:600;line-height:1.15;display:inline-flex;overflow:hidden}.hub-stat__empty{color:hsl(var(--text-tertiary) / .7);letter-spacing:0;font-style:italic;font-weight:400}.hub-supporting{letter-spacing:-.005em;align-items:center;gap:14px;font-size:12.5px;display:flex}.hub-supporting__industry{background:hsl(var(--strip-bg-deep));height:22px;color:hsl(var(--strip-text-muted));letter-spacing:.08em;text-transform:uppercase;border-radius:3px;align-items:center;padding:0 10px;font-size:10.5px;font-weight:700;display:inline-flex}.hub-supporting__sep{background:hsl(var(--border));width:1px;height:16px}.hub-supporting__owner-line{color:hsl(var(--text-secondary));align-items:center;gap:8px;display:inline-flex}.hub-supporting__owner-name{color:hsl(var(--text-primary));font-weight:500}.hub-supporting__recency{color:hsl(var(--text-secondary));font-variant-numeric:tabular-nums;align-items:center;gap:7px;display:inline-flex}.hub-supporting__recency svg{stroke-width:1.7px;width:13px;height:13px;color:hsl(var(--text-tertiary))}.hub-supporting__recency-label{text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--text-tertiary));font-size:10.5px;font-weight:600}.hub-supporting__recency-value{color:hsl(var(--text-primary));font-weight:500}.hub-supporting__spacer{flex:1}.hub-supporting__req-trigger{border:1px dashed hsl(var(--border));font:inherit;color:hsl(var(--text-secondary));letter-spacing:-.005em;cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:6px 10px 6px 8px;font-size:12px;font-weight:500;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.hub-supporting__req-trigger:hover{background:hsl(var(--surface-warm-raised));color:hsl(var(--text-primary));border-color:hsl(var(--text-tertiary));border-style:solid}.hub-supporting__req-trigger.is-active{background:hsl(var(--surface-raised));color:hsl(var(--text-primary));border-style:solid;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .18)}.hub-supporting__req-trigger svg{stroke-width:1.8px;width:13px;height:13px;color:hsl(var(--text-tertiary))}.hub-supporting__req-trigger.is-readonly{cursor:default;border-style:solid}.hub-supporting__req-trigger.is-readonly:hover{color:hsl(var(--text-secondary));border-color:hsl(var(--border));background:0 0}.hub-supporting__req-arrow{margin-left:2px}.hub-owner-disc{letter-spacing:0;border:1px solid hsl(var(--border));font-variant-numeric:tabular-nums;width:26px;height:26px;color:hsl(var(--text-primary));border-radius:50%;flex-shrink:0;place-items:center;font-size:11px;font-weight:700;display:inline-grid}.hub-owner-disc--private{background:hsl(var(--strip-bg-deep));border-color:hsl(var(--strip-bg));color:hsl(var(--strip-text));cursor:help}.hub-owner-disc--private svg{stroke-width:2px;width:13px;height:13px}.hub-owner-disc--external{background:hsl(var(--surface-warm-raised));border:1px dashed hsl(var(--gold-border-soft));color:hsl(var(--gold-text));font-weight:700}.hub-verdict-ribbon{letter-spacing:.005em;border-bottom:1px solid;align-items:center;gap:12px;padding:12px 20px;font-size:12.5px;display:flex}.hub-verdict-ribbon svg{stroke-width:2.2px;flex-shrink:0;width:16px;height:16px}.hub-verdict-ribbon__label{letter-spacing:.14em;text-transform:uppercase;border-radius:3px;flex-shrink:0;padding:3px 10px;font-size:11px;font-weight:800}.hub-verdict-ribbon__date{font-variant-numeric:tabular-nums;letter-spacing:-.005em;flex-shrink:0;font-weight:600}.hub-verdict-ribbon__caption{color:inherit;opacity:.78;letter-spacing:-.005em;font-weight:500}.hub-verdict-ribbon--signed{background:linear-gradient(180deg, hsl(var(--success) / .12), hsl(var(--success) / .04));border-bottom-color:hsl(var(--success) / .32);color:#1c5441}.hub-verdict-ribbon--signed svg{color:hsl(var(--success))}.hub-verdict-ribbon--signed .hub-verdict-ribbon__label{background:hsl(var(--success));color:hsl(var(--success-foreground))}.hub-verdict-ribbon--dead{background:linear-gradient(180deg, hsl(var(--strip-bg-deep) / .08), hsl(var(--strip-bg-deep) / .03));border-bottom-color:hsl(var(--strip-bg-deep) / .32);color:hsl(var(--text-tertiary))}.hub-verdict-ribbon--dead svg{color:hsl(var(--text-tertiary))}.hub-verdict-ribbon--dead .hub-verdict-ribbon__label{background:hsl(var(--strip-bg-deep));color:hsl(var(--strip-text-muted))}.hub-hero--signed{background:linear-gradient(180deg, hsl(var(--card)) 0%, #f2f8f6 100%)}.hub-hero--dead .hub-hero__body{opacity:.92}.hub-hero--dead .hub-hero__client,.hub-hero--dead .hub-stat__value{color:hsl(var(--text-secondary))}.hub-hero--contributor{border-left:3px solid hsl(var(--primary))}.hub-arc{padding:8px 0 4px;position:relative}.hub-arc__spine{background:hsl(var(--border) / .55);z-index:0;height:1px;position:absolute;top:50%;left:28px;right:28px}.hub-arc__cards{z-index:1;grid-template-columns:repeat(4,1fr);gap:16px;display:grid;position:relative}.hub-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;flex-direction:column;min-height:220px;transition:transform .14s,box-shadow .14s;display:flex;position:relative;box-shadow:0 1px 2px #35271d0a,inset 0 0 0 1px #fff9}.hub-card:hover{transform:translateY(-1px);box-shadow:0 1px 2px #35271d0f,0 8px 24px #35271d14,inset 0 0 0 1px #fff9}.hub-card-header{border-bottom:1px solid hsl(var(--divider-warm));align-items:baseline;gap:10px;padding:16px 16px 12px;display:flex}.hub-card-num{letter-spacing:.12em;color:hsl(var(--text-tertiary));font-variant-numeric:tabular-nums;font-size:10.5px;font-weight:700}.hub-card-title{letter-spacing:-.015em;color:hsl(var(--text-primary));text-transform:uppercase;flex:1;margin:0;padding-bottom:1px;font-size:15px;font-weight:700}.hub-card--not_started .hub-card-title{color:hsl(var(--text-tertiary));border-bottom:1px dotted hsl(var(--text-tertiary));font-weight:600}.hub-card--draft .hub-card-title{color:hsl(var(--text-primary));border-bottom:1px solid hsl(var(--text-secondary))}.hub-card--shipped .hub-card-title{color:hsl(var(--text-primary));border-bottom:2px solid hsl(var(--gold-text));font-weight:700}.hub-card-state{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:3px;align-items:center;gap:5px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.hub-card-state svg{stroke-width:2.5px;width:10px;height:10px}.hub-card-state__dot{border-radius:50%;width:6px;height:6px}.hub-card-state--shipped{background:hsl(var(--primary) / .18);color:hsl(var(--gold-text))}.hub-card-state--shipped svg{color:hsl(var(--gold-text))}.hub-card-state--draft{background:hsl(var(--secondary) / .5);color:hsl(var(--text-primary))}.hub-card-state--draft .hub-card-state__dot{background:hsl(var(--text-secondary))}.hub-card-state--not_started{background:hsl(var(--text-tertiary) / .12);color:hsl(var(--text-tertiary))}.hub-card-body{flex-direction:column;flex:1;gap:8px;padding:14px 16px 12px;display:flex}.hub-card-empty{color:hsl(var(--text-tertiary));letter-spacing:-.005em;margin:0;font-size:14px;font-weight:500}.hub-card-empty-cue{color:hsl(var(--text-tertiary) / .85);letter-spacing:-.005em;margin:0;font-size:11.5px;line-height:1.45}.hub-card-constraint{background:hsl(var(--warning) / .08);border:1px solid hsl(var(--warning) / .32);color:#764419;letter-spacing:-.005em;border-radius:4px;align-items:flex-start;gap:6px;margin:0;padding:8px 10px;font-size:11.5px;display:flex}.hub-card-constraint svg{width:13px;height:13px;color:hsl(var(--warning));flex-shrink:0;margin-top:1px}.hub-card-metric{letter-spacing:-.01em;color:hsl(var(--text-primary));margin:0;font-size:13.5px;font-weight:600;line-height:1.4}.hub-card-version{color:hsl(var(--text-secondary));letter-spacing:-.005em;font-variant-numeric:tabular-nums;align-items:center;gap:6px;margin:0;font-size:11.5px;display:flex}.hub-card-version svg{stroke-width:1.8px;width:11px;height:11px;color:hsl(var(--gold-text))}.hub-card-landlord{background:hsl(var(--surface-warm-raised) / .6);color:hsl(var(--text-primary));letter-spacing:-.005em;border-radius:3px;align-items:center;gap:6px;width:fit-content;margin:0;padding:4px 7px;font-size:11.5px;display:flex}.hub-card-landlord svg{stroke-width:1.8px;width:11px;height:11px;color:hsl(var(--text-tertiary))}.hub-card-pending-list{flex-direction:column;gap:4px;margin:2px 0;display:flex}.hub-card-pending{color:hsl(var(--text-primary));letter-spacing:-.005em;align-items:center;gap:7px;font-size:11.5px;font-weight:500;display:flex}.hub-card-pending__dot{background:hsl(var(--primary));width:8px;height:8px;box-shadow:0 0 0 2px hsl(var(--primary) / .22), inset 0 .5px 0 #f6b95199;border-radius:50%;flex-shrink:0}.hub-card-recency{color:hsl(var(--text-tertiary));letter-spacing:-.005em;font-variant-numeric:tabular-nums;margin:auto 0 0;padding-top:6px;font-size:11px;font-weight:500}.hub-card-recency.is-absolute{font-weight:400}.hub-card-footer{border-top:1px solid hsl(var(--divider-warm) / .55);padding:10px 14px 14px}.hub-card-action{width:100%;height:32px;font:inherit;letter-spacing:-.005em;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;gap:6px;padding:0 12px;font-size:12.5px;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.hub-card-action svg{stroke-width:2px;width:13px;height:13px}.hub-card-action--start{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 1px 2px #6247182e,inset 0 1px #f6b95180}.hub-card-action--start:hover{background:hsl(var(--gold-hover))}.hub-card-action--open{background:hsl(var(--surface-warm-raised) / .6);border-color:hsl(var(--border));color:hsl(var(--text-primary))}.hub-card-action--open:hover{background:hsl(var(--surface-raised));border-color:hsl(var(--text-tertiary))}.hub-card-action--locked{letter-spacing:.04em;text-transform:uppercase;width:100%;height:32px;color:hsl(var(--text-tertiary));cursor:default;justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.hub-card-action--locked svg{width:11px;height:11px}.hub-card--shipped{background:linear-gradient(180deg, hsl(var(--card)) 0%, hsl(var(--card)) 65%, hsl(var(--primary) / .025) 100%)}.hub-card--shipped:before{content:"";background:linear-gradient(225deg, hsl(var(--primary) / .5) 0%, hsl(var(--primary) / 0) 60%);pointer-events:none;border-top-right-radius:8px;width:22px;height:22px;position:absolute;top:0;right:0}.hub-card--draft{background:hsl(var(--card))}.hub-card--not_started{background:hsl(var(--card));opacity:.92}.hub-access{background:hsl(var(--card));border:1px solid hsl(var(--border));color:hsl(var(--text-secondary));letter-spacing:-.005em;border-radius:8px;align-items:center;gap:18px;padding:14px 18px;font-size:12.5px;display:flex}.hub-access__group{align-items:center;gap:12px;display:inline-flex}.hub-access__group-label{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--text-tertiary));font-size:10px;font-weight:700}.hub-access__sep{background:hsl(var(--border));width:1px;height:20px}.hub-access__team-line{align-items:center;gap:10px;display:inline-flex}.hub-access__team-discs{display:inline-flex;position:relative}.hub-access__team-discs .hub-access-disc{border:1.5px solid hsl(var(--card));width:22px;height:22px;margin-left:-7px;font-size:9px}.hub-access__team-discs .hub-access-disc:first-child{margin-left:0}.hub-access__team-labels{color:hsl(var(--text-primary));font-variant-numeric:tabular-nums;align-items:center;gap:8px;font-size:11.5px;font-weight:600;display:inline-flex}.hub-access__team-labels span{align-items:center;gap:4px;display:inline-flex}.hub-access__role{letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--text-tertiary));background:hsl(var(--surface-warm-raised));border-radius:2px;padding:1px 5px;font-size:9.5px;font-weight:600}.hub-access__role-sep{color:hsl(var(--text-tertiary) / .5)}.hub-access__team-empty{color:hsl(var(--text-tertiary));font-style:italic}.hub-access__contrib-line{color:hsl(var(--text-primary));letter-spacing:-.005em;align-items:center;gap:8px;font-size:12px;display:inline-flex}.hub-access__contrib-glyph{background:hsl(var(--surface-warm-raised));width:22px;height:22px;color:hsl(var(--gold-text));border:1px dashed hsl(var(--gold-border-soft));border-radius:50%;place-items:center;display:inline-grid}.hub-access__contrib-glyph svg{stroke-width:1.8px;width:11px;height:11px}.hub-access__contrib-name{font-weight:600}.hub-access__contrib-label{color:hsl(var(--text-secondary));font-style:italic;font-weight:500}.hub-access__contrib-recency{color:hsl(var(--text-tertiary));font-variant-numeric:tabular-nums;font-weight:500}.hub-access__contrib-pending{letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--gold-text));background:hsl(var(--primary) / .12);border-radius:3px;padding:2px 6px;font-size:10px;font-weight:700}.hub-access__contrib-more{color:hsl(var(--gold-text));font-variant-numeric:tabular-nums;background:hsl(var(--primary) / .14);border-radius:3px;padding:1px 6px;font-size:11px;font-weight:700}.hub-access__contrib-empty{color:hsl(var(--text-tertiary));font-style:italic}.hub-access__manage{font:inherit;letter-spacing:.005em;color:hsl(var(--gold-text));cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:5px;margin-left:auto;padding:6px 10px;font-size:11.5px;font-weight:600;transition:background .12s;display:inline-flex}.hub-access__manage:hover{background:hsl(var(--primary) / .08)}.hub-access__manage svg{stroke-width:2px;color:currentColor;width:12px;height:12px}.hub-contrib-banner{margin-bottom:12px}.contributor-banner__back{flex-shrink:0;height:28px;margin-left:auto;padding:0 10px;font-size:11.5px}.contributor-banner__back svg{stroke-width:2px;width:11px;height:11px}.hub-sheet-scrim{background:var(--ol-scrim);-webkit-backdrop-filter:blur(var(--ol-scrim-blur));z-index:50;animation:.2s cubic-bezier(.16,1,.3,1) ol-fade-in;position:fixed;inset:0}.hub-sheet{z-index:60;background:hsl(var(--ol-surface));width:480px;color:hsl(var(--ol-surface-foreground));border-left:1.5px solid var(--ol-gold);box-shadow:var(--ol-shadow-lg);flex-direction:column;animation:.24s cubic-bezier(.16,1,.3,1) hub-sheet-in;display:flex;position:fixed;top:0;bottom:0;right:0}.hub-sheet--requirement{width:560px}@keyframes hub-sheet-in{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.hub-sheet__header{border-bottom:1px solid var(--ol-separator);flex-shrink:0;align-items:flex-start;gap:16px;padding:22px 22px 16px;display:flex}.hub-sheet__header>div{flex:1;min-width:0}.hub-sheet__title{letter-spacing:-.018em;color:hsl(var(--ol-surface-foreground));margin:8px 0 4px;font-size:19px;font-weight:700}.hub-sheet__sub{color:hsl(var(--ol-muted));letter-spacing:-.005em;margin:0;font-size:12.5px;line-height:1.5}.hub-sheet__close{border:1px solid var(--ol-border-subtle);width:30px;height:30px;color:hsl(var(--ol-muted));cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;place-items:center;display:inline-grid}.hub-sheet__close:hover{background:var(--ol-hover);color:hsl(var(--ol-surface-foreground))}.hub-sheet__close svg{stroke-width:1.8px;width:14px;height:14px}.hub-sheet__body{flex:1;padding:20px 22px 24px;overflow-y:auto}.hub-sheet__footer{border-top:1px solid var(--ol-separator);background:hsl(var(--ol-surface-raised));flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:12px 22px;display:flex}.hub-sheet__footer-note{color:hsl(var(--ol-muted));letter-spacing:-.005em;align-items:center;gap:7px;font-size:11.5px;display:inline-flex}.hub-sheet__footer-note svg{stroke-width:1.8px;width:12px;height:12px;color:hsl(var(--ol-faint))}.hub-sheet__footer-pip{background:hsl(var(--success));width:7px;height:7px;box-shadow:0 0 0 2px hsl(var(--success) / .22);border-radius:50%;display:inline-block}.hub-sheet__footer-extra{color:hsl(var(--ol-faint));font-variant-numeric:tabular-nums;letter-spacing:.01em;font-size:11px}.hub-sheet-section+.hub-sheet-section{margin-top:22px}.hub-sheet-section__head{flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.hub-sheet-section__title{letter-spacing:-.005em;color:hsl(var(--ol-surface-foreground));align-items:baseline;gap:8px;margin:0;font-size:13px;font-weight:700;display:inline-flex}.hub-sheet-section__count{letter-spacing:.04em;color:hsl(var(--ol-muted));font-variant-numeric:tabular-nums;background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border-subtle);border-radius:10px;padding:1px 7px;font-size:11px;font-weight:600}.hub-sheet-section__caption{color:hsl(var(--ol-muted));letter-spacing:-.005em;flex-basis:100%;font-size:11.5px}.hub-sheet-section__rows{flex-direction:column;gap:4px;display:flex}.hub-sheet-row{background:hsl(var(--ol-surface));border:1px solid var(--ol-border-subtle);border-radius:6px;grid-template-columns:32px 1fr auto auto;align-items:center;gap:12px;padding:10px 12px;transition:background .12s,border-color .12s;display:grid}.hub-sheet-row:hover{background:var(--ol-hover);border-color:var(--ol-border)}.hub-sheet-row--owner{background:hsl(var(--ol-surface-raised));border-color:var(--ol-border)}.hub-sheet-row.is-pending{background:hsl(var(--primary) / .05);border-color:hsl(var(--gold-border-soft))}.hub-sheet-row__main{min-width:0}.hub-sheet-row__name{letter-spacing:-.005em;color:hsl(var(--ol-surface-foreground));white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:600;overflow:hidden}.hub-sheet-row__sub{color:hsl(var(--ol-muted));letter-spacing:-.005em;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;margin:2px 0 0;font-size:11.5px;display:flex;overflow:hidden}.hub-sheet-row__sub-sep{color:hsl(var(--ol-faint))}.hub-sheet-tier{background:hsl(var(--ol-surface));border:1px solid var(--ol-border);height:24px;font:inherit;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--ol-surface-foreground));cursor:pointer;border-radius:4px;align-items:center;gap:5px;padding:0 9px;font-size:10.5px;font-weight:700;display:inline-flex}.hub-sheet-tier:hover{background:var(--ol-hover)}.hub-sheet-tier__dot{border-radius:50%;width:6px;height:6px}.hub-sheet-tier svg{stroke-width:2px;width:10px;height:10px;color:hsl(var(--ol-faint))}.hub-sheet-tier--owner{background:hsl(var(--primary) / .14);border-color:hsl(var(--gold-border-soft));color:hsl(var(--gold-text));cursor:default}.hub-sheet-tier--edit .hub-sheet-tier__dot{background:hsl(var(--info))}.hub-sheet-tier--view .hub-sheet-tier__dot{background:hsl(var(--text-tertiary))}.hub-sheet-tier--contributor{background:hsl(var(--primary) / .06);border-color:hsl(var(--gold-border-soft));color:hsl(var(--gold-text))}.hub-sheet-tier--contributor .hub-sheet-tier__dot{background:hsl(var(--primary))}.hub-sheet-tier--pending{background:hsl(var(--warning) / .1);border-color:hsl(var(--warning) / .32);color:#7e491b}.hub-sheet-tier--pending .hub-sheet-tier__dot{background:hsl(var(--warning))}.hub-sheet-row__action{height:24px;font:inherit;letter-spacing:.005em;color:hsl(var(--ol-gold-text));cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:4px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.hub-sheet-row__action:hover{background:hsl(var(--primary) / .08)}.hub-sheet-row__action svg{stroke-width:2px;width:11px;height:11px}.hub-sheet-row__remove{width:26px;height:26px;color:hsl(var(--ol-faint));cursor:pointer;opacity:0;background:0 0;border:0;border-radius:4px;place-items:center;transition:opacity .12s,background .12s,color .12s;display:inline-grid}.hub-sheet-row:hover .hub-sheet-row__remove{opacity:1}.hub-sheet-row__remove:hover{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.hub-sheet-row__remove svg{stroke-width:1.8px;width:13px;height:13px}.hub-sheet-invite{border:1px dashed var(--ol-border);height:36px;font:inherit;color:hsl(var(--ol-gold-text));cursor:pointer;letter-spacing:-.005em;background:0 0;border-radius:6px;align-items:center;gap:8px;margin-top:4px;padding:0 14px;font-size:12.5px;font-weight:600;transition:background .12s,border-color .12s;display:inline-flex}.hub-sheet-invite:hover{background:hsl(var(--primary) / .06);border-color:hsl(var(--ol-gold));border-style:solid}.hub-sheet-invite svg{stroke-width:2.2px;width:13px;height:13px}.hub-sheet-invite--empty{background:hsl(var(--ol-surface-raised));border:1px dashed var(--ol-border);border-radius:8px;align-items:center;height:auto;padding:18px 16px}.hub-sheet-invite--empty svg{background:hsl(var(--primary) / .14);width:20px;height:20px;color:hsl(var(--gold-text));box-sizing:content-box;border-radius:50%;flex-shrink:0;padding:6px}.hub-sheet-invite--empty>div{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.hub-sheet-invite__title{letter-spacing:-.005em;color:hsl(var(--ol-surface-foreground));font-size:13px;font-weight:700}.hub-sheet-invite__sub{color:hsl(var(--ol-muted));letter-spacing:-.005em;font-size:11.5px;font-weight:500}.hub-sheet-invite-form{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border);border-left:2px solid var(--ol-gold);border-radius:8px;flex-direction:column;gap:12px;margin-top:8px;padding:16px 14px 14px;display:flex}.hub-sheet-invite-form__head{flex-direction:column;gap:2px;display:flex}.hub-sheet-invite-form__title{letter-spacing:-.005em;color:hsl(var(--ol-surface-foreground));margin:0;font-size:13px;font-weight:700}.hub-sheet-invite-form__sub{color:hsl(var(--ol-muted));letter-spacing:-.005em;margin:0;font-size:11.5px}.hub-sheet-invite-form__field{flex-direction:column;gap:4px;display:flex}.hub-sheet-invite-form__label{letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--ol-faint));font-size:10px;font-weight:700}.hub-sheet-invite-form__optional{letter-spacing:.06em;color:hsl(var(--ol-faint));margin-left:6px;font-size:9px;font-weight:600}.hub-sheet-invite-form__input{background:hsl(var(--ol-input-bg));border:1px solid var(--ol-input-border);border-radius:var(--ol-radius-input);height:32px;font:inherit;color:hsl(var(--ol-surface-foreground));letter-spacing:-.005em;outline:0;padding:0 10px;font-size:13px}.hub-sheet-invite-form__input:focus{border-color:var(--ol-focus);box-shadow:0 0 0 3px var(--ol-focus-ring)}.hub-sheet-invite-form__terms{background:hsl(var(--primary) / .05);border-left:2px solid hsl(var(--gold-border-soft));color:hsl(var(--ol-surface-foreground));letter-spacing:-.005em;border-radius:4px;margin:4px 0 0;padding:8px 10px;font-size:11.5px;line-height:1.5}.hub-sheet-invite-form__actions{justify-content:flex-end;align-items:center;gap:8px;padding-top:4px;display:flex}.hub-sheet-invite-form__cancel{border:1px solid var(--ol-border);height:30px;font:inherit;color:hsl(var(--ol-muted));cursor:pointer;background:0 0;border-radius:6px;padding:0 12px;font-size:12px;font-weight:500}.hub-sheet-invite-form__cancel:hover{background:var(--ol-hover);color:hsl(var(--ol-surface-foreground))}.hub-sheet-invite-form__send{background:hsl(var(--primary));height:30px;color:hsl(var(--primary-foreground));font:inherit;letter-spacing:-.005em;cursor:pointer;border:0;border-radius:6px;padding:0 14px;font-size:12px;font-weight:700;box-shadow:0 1px 2px #6247182e,inset 0 1px #f6b95180}.hub-sheet-invite-form__send:hover{background:hsl(var(--gold-hover))}.hub-req-group{border:1px solid var(--ol-border-subtle);background:hsl(var(--ol-surface));border-radius:8px;overflow:hidden}.hub-req-group+.hub-req-group{margin-top:10px}.hub-req-group.is-expanded{border-color:var(--ol-border);box-shadow:0 1px 2px #4b3e340a}.hub-req-group__head{width:100%;height:48px;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:36px auto 1fr auto auto;align-items:center;gap:12px;padding:0 14px;display:grid}.hub-req-group__head:hover{background:var(--ol-hover)}.hub-req-group.is-expanded .hub-req-group__head{background:hsl(var(--ol-surface-raised));border-bottom:1px solid var(--ol-separator)}.hub-req-group__num{letter-spacing:.12em;color:hsl(var(--ol-faint));font-variant-numeric:tabular-nums;font-size:11px;font-weight:800}.hub-req-group__label{letter-spacing:-.005em;color:hsl(var(--ol-surface-foreground));font-size:13.5px;font-weight:700}.hub-req-group__count{letter-spacing:.04em;color:hsl(var(--ol-muted));background:hsl(var(--ol-surface-raised));border-radius:10px;padding:2px 7px;font-size:10.5px;font-weight:600}.hub-req-group__summary{color:hsl(var(--ol-faint));letter-spacing:-.005em;white-space:nowrap;text-overflow:ellipsis;font-variant-numeric:tabular-nums;text-align:right;font-size:11.5px;font-weight:500;overflow:hidden}.hub-req-group__chev{stroke-width:1.8px;width:14px;height:14px;color:hsl(var(--ol-faint));transition:transform .16s}.hub-req-group.is-expanded .hub-req-group__chev{transform:rotate(180deg)}.hub-req-group__body{grid-template-columns:1fr 1fr;gap:14px;padding:16px 14px;display:grid}.hub-req-field{flex-direction:column;gap:5px;min-width:0;display:flex}.hub-req-field--full{grid-column:1/-1}.hub-req-field__label{letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--ol-faint));font-size:10px;font-weight:700}.hub-req-field__input{appearance:none;background:hsl(var(--ol-input-bg));border:1px solid var(--ol-input-border);border-radius:var(--ol-radius-input);height:32px;font:inherit;color:hsl(var(--ol-surface-foreground));letter-spacing:-.005em;outline:0;padding:0 10px;font-size:13px}.hub-req-field__input:focus{border-color:var(--ol-focus);box-shadow:0 0 0 3px var(--ol-focus-ring)}.hub-req-field__input--num{font-variant-numeric:tabular-nums}.hub-req-field__textarea{background:hsl(var(--ol-input-bg));border:1px solid var(--ol-input-border);border-radius:var(--ol-radius-input);min-height:72px;font:inherit;color:hsl(var(--ol-surface-foreground));letter-spacing:-.005em;resize:vertical;outline:0;padding:8px 10px;font-size:13px;line-height:1.5}.hub-req-field__textarea:focus{border-color:var(--ol-focus);box-shadow:0 0 0 3px var(--ol-focus-ring)}.hub-req-segmented{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-input-border);border-radius:var(--ol-radius-input);gap:0;width:fit-content;padding:2px;display:inline-flex}.hub-req-segmented__btn{height:26px;font:inherit;letter-spacing:-.005em;color:hsl(var(--ol-muted));cursor:pointer;background:0 0;border:0;border-radius:4px;padding:0 12px;font-size:12px;font-weight:500}.hub-req-segmented__btn:hover{color:hsl(var(--ol-surface-foreground))}.hub-req-segmented__btn.is-selected{background:hsl(var(--ol-surface));color:hsl(var(--ol-surface-foreground));font-weight:600;box-shadow:0 1px 2px #35271d14}.hub-req-chips{background:hsl(var(--ol-input-bg));border:1px solid var(--ol-input-border);border-radius:var(--ol-radius-input);flex-wrap:wrap;align-items:center;gap:5px;min-height:36px;padding:5px 6px;display:flex}.hub-req-chip{background:hsl(var(--ol-surface-raised));border:1px solid var(--ol-border);letter-spacing:-.005em;height:22px;color:hsl(var(--ol-surface-foreground));white-space:nowrap;border-radius:3px;align-items:center;gap:3px;padding:0 5px 0 8px;font-size:12px;display:inline-flex}.hub-req-chip__x{width:14px;height:14px;color:hsl(var(--ol-faint));cursor:pointer;background:0 0;border:0;border-radius:2px;place-items:center;display:inline-grid}.hub-req-chip__x:hover{background:hsl(var(--text-tertiary) / .18);color:hsl(var(--ol-surface-foreground))}.hub-req-chip__x svg{stroke-width:2.4px;width:9px;height:9px}.hub-req-chips__input{min-width:80px;height:22px;font:inherit;color:hsl(var(--ol-surface-foreground));background:0 0;border:0;outline:0;flex:1;padding:0 4px;font-size:12.5px}.hub-req-chips__input::placeholder{color:hsl(var(--ol-placeholder))}.mockup-caption{background:hsl(var(--surface-warm-raised) / .7);border:1px solid hsl(var(--border) / .6);color:hsl(var(--text-secondary));letter-spacing:-.005em;border-radius:6px;flex-wrap:wrap;align-items:center;gap:18px;margin-top:32px;padding:12px 18px;font-size:11.5px;display:flex}.mockup-caption strong{color:hsl(var(--text-primary));font-weight:700}.mockup-caption span:first-child{color:hsl(var(--text-primary));font-weight:600}.mockup-caption span+span{border-left:1px solid hsl(var(--border));margin-left:0;padding-left:18px;position:relative}.hub-page--sheet-open{padding-right:0}.hub-hero-v2{border:1px solid hsl(var(--strip-divider));background:hsl(var(--card));border-radius:10px;position:relative;overflow:hidden;box-shadow:0 1px 2px #35271d14,0 12px 36px #35271d1a}.hub-verdict-v2{letter-spacing:.005em;border-bottom:1px solid;align-items:center;gap:12px;padding:10px 22px;font-size:12px;display:flex}.hub-verdict-v2 svg{stroke-width:2.2px;flex-shrink:0;width:15px;height:15px}.hub-verdict-v2__label{letter-spacing:.14em;text-transform:uppercase;border-radius:3px;flex-shrink:0;padding:3px 9px;font-size:10.5px;font-weight:800}.hub-verdict-v2__date{font-variant-numeric:tabular-nums;letter-spacing:-.005em;flex-shrink:0;font-weight:600}.hub-verdict-v2__caption{opacity:.78;letter-spacing:-.005em;font-weight:500}.hub-verdict-v2--signed{background:hsl(var(--success) / .1);border-bottom-color:hsl(var(--success) / .32);color:#1c5441}.hub-verdict-v2--signed svg{color:hsl(var(--success))}.hub-verdict-v2--signed .hub-verdict-v2__label{background:hsl(var(--success));color:hsl(var(--success-foreground))}.hub-verdict-v2--dead{background:hsl(var(--strip-bg-deep) / .06);border-bottom-color:hsl(var(--strip-bg-deep) / .32);color:hsl(var(--text-tertiary))}.hub-verdict-v2--dead svg{color:hsl(var(--text-tertiary))}.hub-verdict-v2--dead .hub-verdict-v2__label{background:hsl(var(--strip-bg-deep));color:hsl(var(--strip-text-muted))}.hh-plumage{background:radial-gradient(ellipse at 0% 0%, #483528 0%, transparent 55%), hsl(var(--strip-bg));color:hsl(var(--strip-text));border-bottom:1px solid hsl(var(--strip-divider));align-items:stretch;gap:28px;padding:28px 28px 26px;display:flex;position:relative}.hh-plumage:after{content:"";pointer-events:none;background:radial-gradient(80% 100% at 100% 0,#281d158c 0%,#0000 60%);position:absolute;inset:0}.hh-plumage__inner{z-index:1;flex-direction:column;flex:1;gap:14px;min-width:0;display:flex;position:relative}.hh-eyebrow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.hub-type-pill-v2{text-transform:uppercase;letter-spacing:.12em;color:hsl(var(--strip-text));white-space:nowrap;background:#281d1573;border:1px solid #514034;border-radius:4px;align-items:center;gap:7px;padding:4px 9px;font-size:10.5px;font-weight:700;display:inline-flex}.hub-type-pill-v2 .type-pill__dot{border:1px solid hsl(var(--strip-text-muted));background:0 0;border-radius:50%;flex-shrink:0;width:5.5px;height:5.5px}.hub-type-pill-v2.type--renewal .type-pill__dot,.hub-type-pill-v2.type--expand .type-pill__dot,.hub-type-pill-v2.type--downsize .type-pill__dot,.hub-type-pill-v2.type--relocate .type-pill__dot{background:hsl(var(--primary));border-color:hsl(var(--gold-hover))}.hub-type-pill-v2.type--stay{color:hsl(var(--strip-text-muted))}.hub-type-pill-v2.type--stay .type-pill__dot{border-style:dashed}.hub-type-pill-v2.type--new .type-pill__dot,.hub-type-pill-v2.type--sublease .type-pill__dot,.hub-type-pill-v2.type--disposition .type-pill__dot{background:hsl(var(--strip-text-muted));border-color:hsl(var(--strip-text-muted))}.hub-type-pill-v2.is-editable{cursor:pointer}.hub-type-pill-v2.is-editable:hover{border-color:hsl(var(--ol-gold));background:#3c2c2099}.hub-type-pill-v2.is-readonly{cursor:default}.hh-handle{letter-spacing:.04em;color:hsl(var(--strip-text-muted));background:#281d1573;border:1px solid #514034;border-radius:3px;padding:2px 6px;font-family:JetBrains Mono,SF Mono,monospace;font-size:10px;font-weight:600}.hh-eyebrow__rule{background:hsl(var(--strip-text-muted) / .32);flex:none;width:1px;height:14px}.hh-eyebrow__industry{background:hsl(var(--strip-bg-deep));height:20px;color:hsl(var(--strip-text-muted));letter-spacing:.1em;text-transform:uppercase;border:1px solid #44362c;border-radius:3px;align-items:center;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.hh-client{letter-spacing:-.025em;color:hsl(var(--strip-text));align-items:baseline;gap:14px;margin:0;font-size:52px;font-weight:700;line-height:1.04;display:flex}.hh-client__name{position:relative}.hh-client-edit{width:30px;height:30px;color:hsl(var(--strip-text-muted));cursor:pointer;opacity:0;background:0 0;border:0;border-radius:50%;align-self:center;place-items:center;transition:opacity .14s,transform .14s,background .12s,color .12s;display:inline-grid;transform:translateY(2px)scale(.85)}.hh-client-edit svg{stroke-width:1.8px;width:14px;height:14px}.hub-hero-v2:hover .hh-client-edit,.hh-client-edit:focus-visible,.hh-client-edit.is-active{opacity:1;transform:translateY(0)scale(1)}.hh-client-edit:hover{color:hsl(var(--strip-text));background:#281d158c}.hh-vitals{align-items:center;gap:0;margin-top:6px;display:flex}.hh-vital{border-bottom:1px dotted #0000;border-radius:3px;flex-direction:column;flex:1;gap:4px;min-width:0;padding:4px 0;transition:border-color .14s,background .12s;display:flex}.hh-vital+.hh-vital{padding-left:22px}.hh-vital.is-editable{cursor:text}.hh-vital.is-editable:hover{border-bottom-color:hsl(var(--primary) / .7)}.hh-vital__label{text-transform:uppercase;letter-spacing:.12em;color:hsl(var(--strip-text-muted));font-size:10px;font-weight:700}.hh-vital__value{letter-spacing:-.014em;color:hsl(var(--strip-text));font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;font-size:17px;font-weight:600;line-height:1.2;display:inline-flex;overflow:hidden}.hh-vital__plus{background:hsl(var(--primary) / .22);border:1px solid hsl(var(--primary) / .5);letter-spacing:0;height:18px;color:hsl(var(--primary));font-variant-numeric:tabular-nums;border-radius:3px;place-items:center;padding:0 5px;font-size:10px;font-weight:700;display:inline-grid}.hh-vital__empty{color:hsl(var(--strip-text-muted) / .7);letter-spacing:0;font-style:italic;font-weight:400}.hh-vitals__sep{background:#514034;flex:0 0 1px;align-self:stretch;margin:4px 0}.hh-actions{z-index:1;flex-shrink:0;align-items:flex-start;gap:6px;display:flex;position:relative}.hh-action{height:30px;font:inherit;color:hsl(var(--strip-text));letter-spacing:-.005em;cursor:pointer;background:#281d1573;border:1px solid #514034;border-radius:5px;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:600;transition:border-color .12s,background .12s;display:inline-flex}.hh-action:hover{border-color:hsl(var(--strip-text-muted) / .55);background:#3c2c20b3}.hh-action:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.hh-action svg{stroke-width:1.8px;width:13px;height:13px;color:hsl(var(--strip-text-muted))}.hh-action__label{color:hsl(var(--strip-text));font-weight:600}.hh-action__value{font-variant-numeric:tabular-nums;color:hsl(var(--strip-text-muted));font-weight:600}.hh-action__dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.hh-action--access.is-active{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .18)}.hh-action--privacy.is-private{background:hsl(var(--primary) / .16);border-color:hsl(var(--primary) / .5)}.hh-action--privacy.is-private .hh-action__label,.hh-action--privacy.is-private svg{color:hsl(var(--primary))}.hh-action--status.is-active .hh-action__dot{background:hsl(var(--success));box-shadow:0 0 0 2.5px hsl(var(--success) / .28)}.hh-action--status.is-signed .hh-action__dot{background:hsl(var(--success));box-shadow:0 0 0 2.5px hsl(var(--success) / .32)}.hh-action--status.is-dead .hh-action__dot{background:hsl(var(--strip-text-muted));box-shadow:0 0 0 2.5px #967c6952}.hh-action--readonly{cursor:default;opacity:.85}.hh-action--readonly:hover{background:#281d1573;border-color:#514034}.hh-meta{background:hsl(var(--card));border-top:1px solid hsl(var(--divider-warm));letter-spacing:-.005em;color:hsl(var(--text-secondary));align-items:center;gap:14px;padding:12px 22px;font-size:12px;display:flex}.hh-meta__owner-line{align-items:center;gap:8px;display:inline-flex}.hh-meta__owner-name{color:hsl(var(--text-primary));font-weight:500}.hh-meta__sep{background:hsl(var(--border));width:1px;height:16px}.hh-meta__recency{color:hsl(var(--text-secondary));font-variant-numeric:tabular-nums;align-items:center;gap:7px;display:inline-flex}.hh-meta__recency svg{stroke-width:1.7px;width:12.5px;height:12.5px;color:hsl(var(--text-tertiary))}.hh-meta__recency-label{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--text-tertiary));font-size:10px;font-weight:700}.hh-meta__recency-value{color:hsl(var(--text-primary));font-weight:500}.hh-meta__spacer{flex:1}.hh-req-trigger{border:1px dashed hsl(var(--border));font:inherit;color:hsl(var(--text-secondary));letter-spacing:-.005em;cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:6px 10px 6px 8px;font-size:11.5px;font-weight:600;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.hh-req-trigger:hover{background:hsl(var(--surface-warm-raised));color:hsl(var(--text-primary));border-color:hsl(var(--text-tertiary));border-style:solid}.hh-req-trigger.is-active{background:hsl(var(--surface-raised));color:hsl(var(--text-primary));border-style:solid;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .18)}.hh-req-trigger svg{stroke-width:1.8px;width:12.5px;height:12.5px;color:hsl(var(--text-tertiary))}.hh-req-trigger__arrow{margin-left:2px}.hh-req-trigger.is-readonly{cursor:default;border-style:solid}.hub-hero-v2--signed .hh-meta{background:linear-gradient(180deg, hsl(var(--card)) 0%, #f2f8f6 100%)}.hub-hero-v2--dead .hh-plumage,.hub-hero-v2--dead .hh-meta{filter:saturate(.75)}.hub-hero-v2--dead .hh-client{color:hsl(var(--strip-text-muted))}.hub-hero-v2--contributor{border-left:3px solid hsl(var(--primary))}.hub-arc-v2{padding:6px 0 4px;position:relative}.hub-arc-v2__rail{background:linear-gradient(90deg, hsl(var(--strip-bg) / 0) 0%, hsl(var(--strip-bg) / .42) 12%, hsl(var(--strip-bg) / .42) 88%, hsl(var(--strip-bg) / 0) 100%);z-index:0;height:1px;position:absolute;top:26%;left:36px;right:36px}.hub-arc-v2__cards{z-index:1;grid-template-columns:repeat(4,1fr);gap:18px;display:grid;position:relative}.hub-card-v2{border-radius:10px;flex-direction:column;min-height:304px;padding:18px 18px 16px;transition:transform .16s cubic-bezier(.16,1,.3,1),box-shadow .16s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.hub-card-v2__num{letter-spacing:-.04em;color:hsl(var(--text-primary));font-variant-numeric:tabular-nums;opacity:.06;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;font-size:56px;font-weight:800;line-height:1;position:absolute;top:6px;right:14px}.hub-card-v2>*{z-index:1;position:relative}.hub-card-v2__header{border-bottom:1px solid #0000;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:14px;padding-bottom:10px;display:flex}.hub-card-v2__title{letter-spacing:-.022em;color:hsl(var(--text-primary));flex:1;min-width:0;margin:0;font-size:22px;font-weight:700;line-height:1.1}.hub-card-v2--not_started .hub-card-v2__header{border-bottom-color:hsl(var(--text-tertiary) / .6);border-bottom-style:dotted}.hub-card-v2--not_started .hub-card-v2__title{color:hsl(var(--text-tertiary));font-weight:600}.hub-card-v2--draft .hub-card-v2__header{border-bottom-color:hsl(var(--text-secondary));border-bottom-style:solid}.hub-card-v2--shipped .hub-card-v2__header{border-bottom-color:hsl(var(--gold-text));border-bottom-style:solid;border-bottom-width:2px;margin-bottom:13px}.hub-card-v2__state{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:3px;flex-shrink:0;align-items:center;gap:5px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.hub-card-v2__state svg{stroke-width:2.5px;width:10px;height:10px}.hub-card-v2__state-dot{border-radius:50%;width:6px;height:6px}.hub-card-v2__state--shipped{background:hsl(var(--primary) / .18);color:hsl(var(--gold-text));border:1px solid hsl(var(--primary) / .32)}.hub-card-v2__state--shipped svg{color:hsl(var(--gold-text))}.hub-card-v2__state--draft{background:hsl(var(--secondary) / .55);color:hsl(var(--text-primary));border:1px solid hsl(var(--secondary))}.hub-card-v2__state--draft .hub-card-v2__state-dot{background:hsl(var(--text-secondary))}.hub-card-v2__state--not_started{color:hsl(var(--text-tertiary));border:1px dotted hsl(var(--text-tertiary) / .6);background:0 0}.hub-card-v2__vis{flex:1;align-items:center;min-height:84px;margin:4px 0 10px;display:flex}.hub-card-v2__supporting{color:hsl(var(--text-secondary));flex-direction:column;gap:5px;margin-bottom:12px;font-size:11.5px;display:flex}.hub-card-v2__metric{letter-spacing:-.005em;color:hsl(var(--text-primary));margin:0;font-size:12.5px;font-weight:600;line-height:1.35}.hub-card-v2__cue{color:hsl(var(--text-tertiary) / .9);letter-spacing:-.005em;margin:0;font-size:11.5px;line-height:1.45}.hub-card-v2__constraint{background:hsl(var(--warning) / .08);border:1px solid hsl(var(--warning) / .32);color:#764419;letter-spacing:-.005em;border-radius:4px;align-items:flex-start;gap:6px;margin:0;padding:8px 10px;font-size:11.5px;display:flex}.hub-card-v2__constraint svg{width:13px;height:13px;color:hsl(var(--warning));flex-shrink:0;margin-top:1px}.hub-card-v2__version{color:hsl(var(--text-secondary));letter-spacing:-.005em;font-variant-numeric:tabular-nums;align-items:center;gap:6px;margin:0;font-size:11px;display:flex}.hub-card-v2__version svg{stroke-width:1.8px;width:11px;height:11px;color:hsl(var(--gold-text))}.hub-card-v2__landlord{background:hsl(var(--surface-warm-raised) / .6);color:hsl(var(--text-primary));letter-spacing:-.005em;border-radius:3px;align-items:center;gap:6px;width:fit-content;margin:0;padding:4px 8px;font-size:11px;display:flex}.hub-card-v2__landlord svg{stroke-width:1.8px;width:11px;height:11px;color:hsl(var(--text-tertiary))}.hub-card-v2__recency{color:hsl(var(--text-tertiary));letter-spacing:-.005em;font-variant-numeric:tabular-nums;margin:4px 0 0;font-size:10.5px;font-weight:500}.hub-card-v2__recency.is-absolute{font-weight:400}.strategy-vis{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;padding:4px 0}.strategy-vis__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:hsl(var(--text-tertiary));font-size:10px;font-weight:700}.strategy-vis__rec{letter-spacing:-.022em;color:hsl(var(--text-primary));margin:0;font-size:22px;font-weight:700;line-height:1.15}.strategy-vis--empty .strategy-vis__eyebrow{color:hsl(var(--text-tertiary) / .5)}.strategy-vis--empty .strategy-vis__rec--ghost{color:hsl(var(--text-tertiary) / .45);font-weight:600}.longlist-vis{padding:6px 0}.longlist-vis__grid{grid-template-columns:repeat(25,1fr);gap:2.5px;width:100%;display:grid}.longlist-cell{aspect-ratio:1;background:hsl(var(--text-tertiary) / .18);border-radius:1.5px}.longlist-cell.is-filled{background:hsl(var(--strip-bg-deep))}.longlist-vis--empty .longlist-cell{border:1px dashed hsl(var(--text-tertiary) / .4);background:0 0}.longlist-vis--empty .longlist-vis__grid{grid-template-columns:repeat(25,1fr)}.tourbook-vis{padding:4px 0}.tourbook-vis__strip{gap:4px;width:100%;display:flex}.tourbook-slide{aspect-ratio:4/5;border:1px dashed hsl(var(--text-tertiary) / .5);background:0 0;border-radius:2px;flex:1;transition:transform .14s;position:relative;overflow:hidden}.tourbook-slide.is-curated{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 1px 2px #35271d0f}.tourbook-slide.is-curated:before{content:"";background:hsl(var(--strip-bg) / .18);border-radius:1.5px;height:38%;position:absolute;top:3px;left:3px;right:3px}.tourbook-slide.is-curated:after{content:"";background:linear-gradient(to bottom, hsl(var(--text-tertiary) / .5) 0%, hsl(var(--text-tertiary) / .5) 22%, transparent 22%, transparent 50%, hsl(var(--text-tertiary) / .35) 50%, hsl(var(--text-tertiary) / .35) 72%, transparent 72%);height:36%;position:absolute;bottom:4px;left:4px;right:4px}.tourbook-vis--empty .tourbook-slide{border-color:hsl(var(--text-tertiary) / .35)}.hub-card-v2:hover .tourbook-slide.is-curated{transform:translateY(-1px)}.rfp-vis{padding:6px 0}.rfp-vis__form{flex-direction:column;gap:8px;width:100%;display:flex}.rfp-row{border:1px dashed hsl(var(--text-tertiary) / .45);background:0 0;border-radius:2px;height:7px;transition:background .14s,border-color .14s}.rfp-row.is-filled{background:hsl(var(--strip-bg-deep) / .85);border:1px solid #0000}.hub-card-v2__footer{margin-top:auto}.hub-card-v2__action{width:100%;height:34px;font:inherit;letter-spacing:-.005em;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;gap:6px;padding:0 14px;font-size:12.5px;font-weight:600;transition:background .12s,border-color .12s,color .12s,transform .12s;display:inline-flex}.hub-card-v2__action svg{stroke-width:2px;width:13px;height:13px}.hub-card-v2__action--start{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 1px 2px #62471838,inset 0 1px #f6b9518c}.hub-card-v2__action--start:hover{background:hsl(var(--gold-hover));transform:translateY(-1px)}.hub-card-v2__action--start:active{transform:translateY(0)}.hub-card-v2__action--open{background:hsl(var(--surface-warm-raised) / .7);border-color:hsl(var(--border));color:hsl(var(--text-primary))}.hub-card-v2__action--open:hover{background:hsl(var(--surface-warm-hover));border-color:hsl(var(--text-tertiary))}.hub-card-v2__action--locked{letter-spacing:.04em;text-transform:uppercase;width:100%;height:34px;color:hsl(var(--text-tertiary));cursor:default;justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.hub-card-v2__action--locked svg{width:11px;height:11px}.hub-card-v2--shipped{background:linear-gradient(180deg, hsl(var(--card)) 0%, hsl(var(--card)) 70%, hsl(var(--primary) / .04) 100%);border:1px solid hsl(var(--border));box-shadow:0 1px 2px #35271d0f,0 6px 18px #35271d0d}.hub-card-v2--shipped:hover{transform:translateY(-2px);box-shadow:0 1px 2px #35271d14,0 14px 32px #35271d1a}.hub-card-v2--shipped:before{content:"";background:linear-gradient(225deg, hsl(var(--primary) / .65) 0%, hsl(var(--primary) / 0) 65%);pointer-events:none;z-index:2;border-top-right-radius:10px;width:28px;height:28px;position:absolute;top:0;right:0}.hub-card-v2--draft{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 1px 2px #35271d0a,0 4px 12px #35271d0a}.hub-card-v2--draft:hover{transform:translateY(-2px);box-shadow:0 1px 2px #35271d0f,0 12px 26px #35271d14}.hub-card-v2--not_started{border:1px dashed hsl(var(--text-tertiary) / .55);box-shadow:none;background:0 0}.hub-card-v2--not_started:hover{border-color:hsl(var(--text-secondary) / .7);background:hsl(var(--card) / .4)}.hub-card-v2--not_started .hub-card-v2__num{opacity:.04}.hub-access-v2{background:hsl(var(--card));border:1px solid hsl(var(--border));color:hsl(var(--text-secondary));letter-spacing:-.005em;border-radius:8px;align-items:center;gap:18px;padding:12px 18px;font-size:12px;display:flex;box-shadow:0 1px 2px #35271d0a}.hub-doc-v3{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 1px #00000008,0 12px 40px #3c322814}.hub-page>.hub-doc-v3+*{margin-top:24px}.hub-hero-v3{position:relative}.hh-v3__topmeta{justify-content:flex-end;padding:16px 36px 0;display:flex}.hh-v3__status{all:unset;cursor:default;letter-spacing:-.005em;color:hsl(var(--text-primary));border:1px solid #0000;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;transition:background-color .12s,border-color .12s;display:inline-flex}.hh-v3__status[role],.hh-v3__status:not(.hh-v3__status--readonly){cursor:pointer}.hh-v3__status:not(.hh-v3__status--readonly):hover{background:hsl(var(--surface-warm-raised) / .6);border-color:hsl(var(--border))}.hh-v3__status-dot{background:hsl(var(--success));border-radius:50%;width:7px;height:7px}.hh-v3__status--signed .hh-v3__status-dot{background:hsl(var(--info))}.hh-v3__status--dead .hh-v3__status-dot{background:hsl(var(--text-tertiary))}.hh-v3__status-label{font-weight:500}.hh-v3__status-chev{stroke-width:2px;width:12px;height:12px;color:hsl(var(--text-tertiary));margin-left:1px}.hh-v3__deck{grid-template-columns:auto 1px 1fr;align-items:center;gap:40px;padding:8px 56px 28px;display:grid}.hh-v3__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:hsl(var(--gold-text));font-family:Inter,sans-serif;font-size:10.5px;font-weight:700}.hh-v3__client{min-width:0}.hh-v3__client-name{letter-spacing:-.035em;color:hsl(var(--text-primary));margin:8px 0 0;font-family:Inter,sans-serif;font-size:56px;font-weight:700;line-height:1}.hh-v3__rule-vert{background:hsl(var(--strip-bg));align-self:center;width:1px;height:84px}.hh-v3__overview{min-width:0}.hh-v3__hot-row{flex-wrap:nowrap;gap:36px;margin-top:10px;display:flex}.hh-v3__hot{flex-direction:column;gap:3px;min-width:0;display:flex}.hh-v3__hot-label{letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--text-tertiary));font-family:Inter,sans-serif;font-size:9.5px;font-weight:600}.hh-v3__hot-value{letter-spacing:-.01em;color:hsl(var(--text-primary));white-space:nowrap;align-items:center;gap:7px;font-family:Inter,sans-serif;font-size:17px;font-weight:600;display:inline-flex}.hh-v3__hot-empty{color:hsl(var(--text-tertiary));font-style:italic;font-weight:500}.hh-v3__hot-plus{color:hsl(var(--gold-text));letter-spacing:0;font-size:12.5px;font-weight:700}.hh-v3__hot--type .hh-v3__hot-value{align-items:baseline}.hh-v3__type-dot{background:hsl(var(--primary));border-radius:50%;flex-shrink:0;align-self:center;width:6px;height:6px}.hh-v3__hot--type.type--stay .hh-v3__type-dot{border:1px dashed hsl(var(--text-tertiary));background:0 0}.hh-v3__hot--type.type--stay .hh-v3__type-label{color:hsl(var(--text-tertiary))}.hh-v3__hot--type.type--new .hh-v3__type-dot{background:hsl(var(--text-secondary))}.hh-v3__hot--type.type--sublease .hh-v3__type-dot{background:hsl(var(--info))}.hh-v3__hot--type.type--sublease .hh-v3__type-label{color:hsl(var(--info))}.hh-v3__hot--type.type--disposition .hh-v3__type-dot{background:hsl(var(--warning))}.hh-v3__hot--type.type--disposition .hh-v3__type-label{color:hsl(var(--warning))}.hh-v3__type-divergence-wrap{align-items:center;margin-left:2px;display:inline-flex;position:relative}.hh-v3__type-divergence{background:hsl(var(--warning));width:6px;height:6px;box-shadow:0 0 0 2px hsl(var(--warning) / .2);cursor:help;border-radius:50%;outline:none;flex-shrink:0;align-self:center}.hh-v3__type-divergence:focus-visible{box-shadow:0 0 0 2px hsl(var(--warning) / .2), 0 0 0 4px hsl(var(--warning) / .45)}.hh-v3__type-divergence-tip{z-index:60;text-align:left;letter-spacing:-.005em;text-transform:none;white-space:normal;opacity:0;pointer-events:none;width:260px;font-size:12px;font-weight:500;transition:opacity .12s ease-out;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)}.hh-v3__type-divergence-tip:before{margin-left:-4px;left:50%}.hh-v3__type-divergence-wrap:hover .hh-v3__type-divergence-tip,.hh-v3__type-divergence:focus-visible+.hh-v3__type-divergence-tip,.hub-page--show-divergence-tip .hh-v3__type-divergence-tip{opacity:1}.hub-arc-v3{padding:0 56px 40px}.hub-arc-v3__cards{grid-template-columns:1fr 1fr 1fr 1fr;gap:28px;display:grid}.hub-arc-v3-card{all:unset;cursor:pointer;text-align:center;flex-direction:column;align-items:stretch;gap:14px;padding-top:0;transition:transform .2s cubic-bezier(.2,.7,.3,1);display:flex}.hub-arc-v3-card:hover{transform:translateY(-3px)}.hub-arc-v3-card--inert{cursor:default}.hub-arc-v3-card--inert:hover{transform:none}.hub-arc-v3-card__rule{background:hsl(var(--primary));height:2px;margin-bottom:0;display:block}.hub-arc-v3-card--draft .hub-arc-v3-card__rule{background:hsl(var(--text-primary));height:1px}.hub-arc-v3-card--not_started .hub-arc-v3-card__rule{border-top:1px dashed hsl(var(--text-tertiary));height:0}.hub-arc-v3-card__num{letter-spacing:.22em;color:hsl(var(--text-tertiary));font-variant-numeric:tabular-nums;margin-bottom:4px;font-family:Inter,sans-serif;font-size:10.5px;font-weight:700;display:block}.hub-arc-v3-card__name{letter-spacing:.18em;text-transform:uppercase;color:hsl(var(--text-primary));margin-bottom:4px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;display:block}.hub-arc-v3-card__icon{justify-content:center;align-items:center;height:220px;display:flex;position:relative}.hub-arc-v3-card__icon .hub-stage-icon-v3{width:100%;height:100%;display:block}.hub-arc-v3-card__copy{margin-top:4px;display:block}.hub-arc-v3-card__headline{letter-spacing:-.02em;color:hsl(var(--text-primary));font-family:Inter,sans-serif;font-size:22px;font-weight:700;line-height:1.1;display:block}.hub-arc-v3-card__sub{color:hsl(var(--text-secondary));white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-family:Inter,sans-serif;font-size:12.5px;line-height:1.4;display:block;overflow:hidden}.hub-arc-v3-card__footer{border-top:1px solid hsl(var(--divider-warm));color:hsl(var(--text-tertiary));letter-spacing:-.005em;padding-top:10px;font-family:Inter,sans-serif;font-size:11px;display:block}.hub-arc-v3-card__footer.is-absolute{color:hsl(var(--text-tertiary) / .85);font-variant-numeric:tabular-nums}.hub-arc-v3-card--inert{opacity:.95}.hub-arc-v3-card:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:4px}.hub-hero-v3--signed .hh-v3__status,.hub-hero-v3--dead .hh-v3__status{font-weight:600}.hh-v3__hot-row{position:relative}.hh-v3__hot[data-editable=true] .hh-v3__hot-value{border-bottom:1.5px dotted #0000;padding-bottom:1px;transition:border-color .14s}.hh-v3__hot[data-editable=true]:hover .hh-v3__hot-value{border-bottom-color:hsl(var(--gold-text) / .55)}.hh-v3__hot--market[data-editable=true]:hover,.hh-v3__hot--footprint[data-editable=true]:hover,.hh-v3__hot--occupancy[data-editable=true]:hover{cursor:text}.hh-v3__hot--type[data-editable=true]:hover{cursor:pointer}.hh-v3__hot[data-editable=true]:focus-visible{outline:2px solid hsl(var(--gold-text) / .55);outline-offset:4px;border-radius:4px}.hh-v3__hot[data-editable=true]:focus-visible .hh-v3__hot-value{border-bottom-color:hsl(var(--gold-text) / .55)}.hh-v3__hot-row[data-editing=true] .hh-v3__hot[data-editable=true]:not(.hh-v3__hot--active) .hh-v3__hot-value,.hh-v3__hot-row[data-editing=true] .hh-v3__hot[data-editable=true]:not(.hh-v3__hot--active):hover .hh-v3__hot-value{border-bottom-color:#0000}.hh-v3__hot--active{background:hsl(var(--surface-warm-raised));border:1px solid var(--ol-gold);box-shadow:0 0 0 3px hsl(var(--primary) / .18);z-index:5;border-radius:5px;margin:-8px -12px;padding:8px 12px;position:relative}.hh-v3__hot--active .hh-v3__hot-value{border-bottom-color:#0000!important}.hub-cell-pop{z-index:50;position:absolute;top:calc(100% + 18px)}.hh-v3__market-edit{background:hsl(var(--surface-raised));border:1px solid var(--ol-input-border);border-radius:var(--ol-radius-input);outline:0;flex-wrap:wrap;align-items:center;gap:5px 6px;width:100%;min-height:34px;margin-top:2px;padding:6px 8px;display:flex}.hh-v3__market-edit:focus-within{border-color:var(--ol-focus);box-shadow:0 0 0 3px var(--ol-focus-ring)}.hh-v3__market-edit__chip{background:hsl(var(--surface-warm-raised));border:1px solid hsl(var(--border));letter-spacing:-.005em;height:24px;color:hsl(var(--text-primary));white-space:nowrap;border-radius:3px;align-items:center;gap:4px;padding:0 5px 0 9px;font-size:13px;font-weight:600;display:inline-flex}.hh-v3__market-edit__chip-x{width:15px;height:15px;color:hsl(var(--text-tertiary));cursor:pointer;background:0 0;border:0;border-radius:2px;place-items:center;margin-left:1px;padding:0;display:inline-grid}.hh-v3__market-edit__chip-x:hover{background:hsl(var(--text-tertiary) / .18);color:hsl(var(--text-primary))}.hh-v3__market-edit__chip-x svg{stroke-width:2.4px;width:9px;height:9px}.hh-v3__market-edit__input{min-width:100px;height:24px;font:inherit;color:hsl(var(--text-primary));letter-spacing:-.005em;background:0 0;border:0;outline:0;flex:1;padding:0 4px;font-size:13px}.hh-v3__market-edit__input::placeholder{color:hsl(var(--ol-placeholder))}.hh-v3__hot--market.hh-v3__hot--active{flex-shrink:0;align-self:flex-start;max-width:220px}.hh-v3__hot--market.hh-v3__hot--active .hh-v3__hot-value{white-space:normal;display:block}@media (min-width:1024px){.tx-row__stack,.tx-row__line{display:contents}.tx-row__sep{display:none}}@media (max-width:1023px){.page{padding:22px 20px 56px}.page-header{gap:16px;margin-bottom:16px;padding-bottom:18px}.page-header__title{font-size:26px}}@media (max-width:520px){.page{padding:14px 14px 48px}.page-header{flex-wrap:wrap;align-items:flex-start;gap:10px 12px;margin-bottom:14px;padding-bottom:14px}.page-header__title{font-size:22px}.page-header__subtitle{font-size:12px}.page-header .btn-primary{height:32px;padding:0 12px;font-size:12px}}@media (max-width:1023px){.group__header{gap:10px;padding:0 12px}.group__industry{letter-spacing:.07em;padding:0 6px}.group__count{letter-spacing:0}.group__add{padding:4px 7px}}@media (max-width:520px){.group__header{-moz-column-gap:8px;grid-template:"caret title count add"".industry industry industry"/auto minmax(0,1fr) auto auto;align-items:center;gap:4px 8px;height:auto;min-height:42px;padding:9px 12px 10px;display:grid}.group__caret{grid-area:caret;width:14px;height:14px}.group__caret svg{width:11px;height:11px}.group__title{grid-area:title;min-width:0;font-size:14px}.group__title-link{text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;max-width:100%;display:inline-block;overflow:hidden}.group__industry{grid-area:industry;justify-self:start}.group__count{grid-area:count;font-size:11px}.group__count-word{display:none}.group__add{grid-area:add;place-items:center;gap:0;width:26px;height:26px;margin-left:0;padding:0;display:inline-grid}.group__add svg{width:12px;height:12px}.group__add-label{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@media (max-width:1023px){.tx-row{grid-template-rows:auto;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:0 12px;height:auto;min-height:78px;padding:14px 16px 15px;display:grid}.tx-row>:first-child{align-self:center}.tx-row__stack{flex-direction:column;grid-column:2;gap:9px;min-width:0;display:flex}.tx-row__alert{grid-column:3;place-self:start end;margin-top:4px}.tx-row__line{font-variant-numeric:tabular-nums;align-items:center;gap:8px;min-width:0;display:flex}.tx-row__line--identity{color:hsl(var(--text-secondary));font-size:13px}.tx-row__line--identity .md{white-space:nowrap;text-overflow:ellipsis;grid-column:auto;overflow:hidden}.tx-row__line--identity .md--market{color:hsl(var(--text-primary));flex:0 auto;font-weight:500}.tx-row__line--identity .md--footprint{flex:none;font-weight:500}.tx-row__line--identity .md--occupancy{flex:none}.tx-row__line--identity .md--empty{color:hsl(var(--text-tertiary) / .6);font-weight:400}.tx-row__sep{background:hsl(var(--text-tertiary) / .55);border-radius:50%;flex-shrink:0;width:3px;height:3px;display:inline-block}.tx-row__line--state{gap:10px;width:100%}.tx-row__line--state .md--type,.tx-row__line--state .type-pill{flex:none;grid-column:auto;max-width:55%}.tx-row__line--state .stage-strip{flex:auto;grid-column:auto;grid-template-columns:repeat(4,1fr);gap:4px;min-width:0;display:grid}.tx-row__line--state .stage-strip .stage{letter-spacing:.06em;text-overflow:ellipsis;min-width:0;padding:3px 4px;font-size:9.5px;overflow:hidden}.tx-row__line--state .tx-row__verdict{flex:none;grid-column:auto;justify-self:auto}.tx-row__line--state .tx-row__recency{flex:none;grid-column:auto;margin-left:auto;font-size:11.5px;line-height:1}}@media (max-width:520px){.tx-row{min-height:108px;padding:14px 14px 16px}.tx-row .tx-row__stack{gap:8px}.tx-row__line--identity{gap:7px;font-size:12.5px}.tx-row__line--state{flex-wrap:wrap;row-gap:9px}.tx-row__line--state .stage-strip{flex:0 0 100%;order:99;gap:4px}.tx-row__line--state .stage-strip .stage{letter-spacing:.04em;padding:4px 3px;font-size:9.5px}.tx-row__line--state .tx-row__recency{font-size:11px}.tx-row__line--state .tx-row__verdict{padding:4px 10px 5px}.cell-pop{width:auto;max-width:calc(100vw - 28px)}.footprint-pop,.occupancy-pop,.type-pop{width:100%;max-width:320px}}@media (max-width:1023px){.filter-row .search{margin-left:0}}@media (max-width:520px){.filter-row{-moz-column-gap:10px;gap:8px 10px;margin-bottom:16px;padding:8px 10px}.filter-status__label{margin-right:6px;font-size:10px}.filter-row .search{flex:100%;min-width:0;max-width:none}}@media (max-width:1023px){.page.hub-page{padding:20px 18px 56px}.hub-page>*+*{margin-top:16px}.hub-breadcrumb{gap:7px;font-size:11.5px}.hub-breadcrumb__home svg{width:12px;height:12px}.hub-doc-v3+*{margin-top:18px}}@media (max-width:520px){.page.hub-page{padding:14px 12px 48px}.hub-page>*+*{margin-top:12px}.hub-breadcrumb{flex-wrap:wrap;row-gap:4px;font-size:11px}.hub-breadcrumb__sep{display:none}.hub-breadcrumb__current{color:hsl(var(--text-tertiary));flex-basis:100%;font-size:10.5px}.hub-breadcrumb__current .hub-breadcrumb__dot{color:hsl(var(--text-tertiary) / .55)}}@media (max-width:1023px){.hub-hero-v3{-moz-column-gap:18px;grid-template:"client client""overview status"/minmax(0,1fr) auto;gap:26px 18px;padding:24px 28px 30px;display:grid}.hh-v3__topmeta{grid-area:status;place-self:start end;margin-top:1px;padding:0}.hh-v3__deck{display:contents}.hh-v3__client{grid-area:client;min-width:0}.hh-v3__rule-vert{display:none}.hh-v3__overview{grid-area:overview;min-width:0}.hh-v3__client-name{letter-spacing:-.03em;overflow-wrap:anywhere;font-size:40px}.hh-v3__hot-row{flex-wrap:initial;grid-template-columns:1fr 1fr;gap:18px 32px;margin-top:14px;display:grid}}@media (max-width:520px){.hub-hero-v3{-moz-column-gap:12px;gap:20px 12px;padding:18px 18px 24px}.hh-v3__client-name{letter-spacing:-.028em;font-size:32px;line-height:1.02}.hh-v3__hot-row{grid-template-columns:1fr;gap:14px;margin-top:12px}.hh-v3__hot-label{letter-spacing:.16em;font-size:9px}.hh-v3__hot-value{white-space:normal;flex-wrap:wrap;font-size:16px}.hh-v3__status{min-height:32px;padding:8px 12px}.hh-v3__status-label{font-size:12px}}@media (max-width:1023px){.hub-arc-v3{padding:8px 28px 36px}.hub-arc-v3__cards{grid-template-columns:1fr 1fr;gap:32px 24px}}@media (max-width:520px){.hub-arc-v3{padding:6px 16px 32px}.hub-arc-v3__cards{grid-template-columns:1fr;gap:28px}.hub-arc-v3-card__name{letter-spacing:.16em;font-size:13px}.hub-arc-v3-card__headline{letter-spacing:-.018em;font-size:20px}.hub-arc-v3-card__sub{font-size:12.5px}.hub-arc-v3-card__footer{font-size:11px}.hub-arc-v3-card:hover{transform:none}.hub-arc-v3-card:active{transition:transform 80ms cubic-bezier(.2,.7,.3,1);transform:scale(.985)}}@media (max-width:1023px){.hub-access{-moz-column-gap:18px;flex-wrap:wrap;gap:10px 18px;padding:14px 18px}.hub-access__sep{display:none}.hub-access__manage{margin-left:auto}}@media (max-width:520px){.hub-access{flex-direction:column;align-items:stretch;gap:12px;padding:14px 16px}.hub-access__group{flex-direction:column;align-items:flex-start;gap:6px}.hub-access__team-line,.hub-access__contrib-line{flex-wrap:wrap;row-gap:4px}.hub-access__manage{justify-content:space-between;align-self:stretch;min-height:44px;margin-left:0;padding:10px 14px}.hub-cell-pop,.hub-cell-pop.cell-pop{width:auto;max-width:calc(100vw - 28px)}.hub-cell-pop.footprint-pop,.hub-cell-pop.occupancy-pop,.hub-cell-pop.type-pop{width:100%;max-width:320px}.hh-v3__hot--active .hub-cell-pop{top:calc(100% + 12px);left:0!important;right:auto!important}.hh-v3__hot--market.hh-v3__hot--active{max-width:none}.hh-v3__type-divergence-tip{width:min(260px,100vw - 32px);max-width:calc(100vw - 32px)}.hh-v3__hot[data-editable=true] .hh-v3__hot-value{border-bottom-color:hsl(var(--gold-text) / .4)}}.hub-skel-line{background:linear-gradient(90deg, hsl(var(--surface-warm-raised)) 0%, hsl(var(--border)) 50%, hsl(var(--surface-warm-raised)) 100%);background-size:200% 100%;border-radius:3px;animation:1.4s ease-in-out infinite hub-skel-shimmer;display:block}.hub-skel-disc{background:hsl(var(--surface-warm-raised));background:linear-gradient(90deg, hsl(var(--surface-warm-raised)) 0%, hsl(var(--border)) 50%, hsl(var(--surface-warm-raised)) 100%);background-size:200% 100%;border-radius:50%;animation:1.4s ease-in-out infinite hub-skel-shimmer;display:inline-block}@keyframes hub-skel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hub-skel-icon{background:linear-gradient(135deg, hsl(var(--surface-warm-raised)) 0%, hsl(var(--border) / .6) 50%, hsl(var(--surface-warm-raised)) 100%);background-size:200% 100%;border-radius:8px;width:100%;height:100%;animation:1.4s ease-in-out infinite hub-skel-shimmer}@media (prefers-reduced-motion:reduce){.hub-skel-line,.hub-skel-disc,.hub-skel-icon{animation:none}}
