@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700&display=swap";.activity-panel-backdrop{z-index:45;background:#0a161c70;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.activity-panel{background:#f9fdfc;border:1px solid #b9cbc5;border-bottom:0;border-radius:22px 22px 0 0;width:100%;max-height:82vh;animation:.18s activity-sheet-in;overflow:hidden;box-shadow:0 -14px 34px #07171d40}.activity-panel__header{padding:var(--space-4);background:linear-gradient(#fff 0%,#eff7f4 100%);border-bottom:1px solid #d9e6e1;justify-content:space-between;align-items:center;display:flex}.activity-panel__title-wrap{align-items:center;gap:var(--space-2);display:inline-flex}.activity-panel__title-wrap h2{font-family:var(--font-heading);margin:0;font-size:1.1rem}.activity-panel__close{color:#36505a;cursor:pointer;background:#fff;border:1px solid #c0d1cc;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.activity-panel__content{max-height:calc(82vh - 74px);padding:var(--space-4);gap:var(--space-4);display:grid;overflow:auto}.activity-group h3{margin:0 0 var(--space-3);color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.activity-group ul{gap:var(--space-3);margin:0;padding:0;list-style:none;display:grid}.activity-item{padding:var(--space-3);gap:var(--space-2);background:#fff;border:1px solid #d5e2de;border-radius:12px;display:grid}.activity-item__meta{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.activity-item__time{color:var(--text-muted);font-size:.78rem}.activity-item__actor{color:#2f4953;font-size:.78rem;font-weight:700}.activity-item__headline{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.activity-item__icon{color:#2f5a50;background:#f1f8f5;border:1px solid #c8d8d3;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.activity-item__headline strong{font-size:.88rem;font-family:var(--font-heading)}.activity-item__entity{border-radius:var(--radius-pill);align-items:center;gap:6px;padding:2px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.activity-item__context{color:#48616b;font-size:.74rem;font-weight:700}.activity-item__entity--development{color:#1f5a4d;background:#e7f3ef}.activity-item__entity--unit{color:#1d4a89;background:#e8eef9}.activity-item__summary{color:#2f4650;margin:0;font-size:.84rem;line-height:1.35}.activity-panel__empty{color:var(--text-muted);margin:0;font-size:.9rem}@keyframes activity-sheet-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes activity-drawer-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (width>=980px){.activity-panel-backdrop{justify-content:flex-end;align-items:stretch}.activity-panel{border-right:0;border-radius:0;width:min(440px,100%);height:100vh;max-height:100vh;animation:.2s activity-drawer-in}.activity-panel__content{max-height:calc(100vh - 74px)}}.dashboard-hero{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:var(--space-5);gap:var(--space-5);background:linear-gradient(145deg,#fff,#f0f7f5);display:grid}.kpi-dashboard-layout{align-items:start;gap:var(--space-5);display:grid}.kpi-dashboard-layout__form{align-items:start;display:grid}.kpi-dashboard-layout__charts{gap:var(--space-5);display:grid}.kpi-row{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.kpi-row--hero{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.kpi-card{border:1px solid var(--line);border-left:5px solid var(--brand);border-radius:var(--radius-md);padding:var(--space-4);background:#fff}.kpi-card__value{font-family:var(--font-heading);color:var(--brand-dark);margin:0;font-size:clamp(1.5rem,4.4vw,2.2rem);font-weight:700;line-height:1}.kpi-card__label{margin:var(--space-2) 0 0;color:var(--text-muted);font-size:.87rem;font-weight:600}.kpi-card__underline{display:none}.yearly-goals-panel{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:var(--space-5);gap:var(--space-4);background:linear-gradient(140deg,#fff,#eef7f3);display:grid}.yearly-goals-panel__header{justify-content:space-between;align-items:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}.yearly-goals-panel__header h2{font-family:var(--font-heading);color:var(--brand-dark);margin:0;font-size:clamp(1.25rem,2.4vw,1.7rem)}.yearly-goals-panel__subtle{color:var(--text-muted);margin:0;font-size:.9rem}.yearly-goals-panel__metrics{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.yearly-goal-card{border:1px solid var(--line);border-left:4px solid var(--brand);border-radius:var(--radius-md);padding:var(--space-3);gap:var(--space-2);background:#fff;display:grid}.yearly-goal-card__label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.yearly-goal-card__value{color:var(--brand-dark);font-family:var(--font-heading);margin:0;font-size:clamp(1.25rem,2vw,1.7rem);font-weight:700}.yearly-goal-card__text{color:var(--text);margin:0;font-weight:600}.yearly-goals-panel__lists{gap:var(--space-3);display:grid}.yearly-goal-list{border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-3);background:#fff}.yearly-goal-list h3{margin:0 0 var(--space-2);color:var(--brand-dark);font-size:1rem}.yearly-goal-list ul{color:var(--text);gap:6px;margin:0;padding-left:1.1rem;display:grid}.development-search{align-items:center;gap:var(--space-2);background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius-md);padding:0 var(--space-3);min-height:44px;margin-bottom:var(--space-5);width:100%;transition:border-color .15s;display:flex}.development-search:focus-within{border-color:var(--brand)}.development-search__icon{width:18px;height:18px;color:var(--text-muted);flex-shrink:0}.development-search__input{font-family:var(--font-body);color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.94rem}.development-search__input::placeholder{color:var(--text-muted)}.development-search__clear{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 4px;font-size:.8rem;line-height:1}.development-search__clear:hover{color:var(--text);background:var(--surface-soft)}@media (width>=760px){.development-search{max-width:360px}}.development-grid{align-items:start;gap:var(--space-5);padding-bottom:var(--space-8);display:grid}.development-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:#fff;flex-direction:column;display:flex;overflow:hidden}.development-grid .development-card{align-self:start}.development-card__media{cursor:pointer;background:#dae8e4;border:0;padding:0}.development-card__image{object-fit:cover;width:100%;height:clamp(160px,27vw,240px);display:block}.development-card__body{padding:var(--space-3);gap:var(--space-3);flex-direction:column;display:flex}.development-card__title-row{justify-content:space-between;gap:var(--space-3);display:flex}.development-card__title-button{text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.development-card__title-button h3{font-family:var(--font-heading);margin:0;font-size:clamp(1.25rem,3.6vw,1.8rem);line-height:1.15}.development-card__subtitle{color:var(--text-muted);margin:0;font-size:.9rem}.development-card__listing-agents{color:var(--text);margin:0;font-size:.9rem;font-weight:600}.development-metrics{gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.development-metric{border:1px solid var(--line);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);background:#fcfdfd}.development-metric span{color:var(--text-muted);margin-bottom:3px;font-size:.76rem;display:block}.development-metric strong{font-family:var(--font-heading);font-size:1rem}.development-metric--available{border-left:3px solid var(--chip-available)}.development-metric--sold{border-left:3px solid var(--chip-sold)}.development-metric--contract{border-left:3px solid var(--chip-under-contract)}.development-card__description{padding:var(--space-2) var(--space-3);border:1px solid var(--line);border-radius:var(--radius-sm);white-space:pre-wrap;background:#f9fcfb;margin:0;font-size:.92rem;line-height:1.45}.development-card__alert{color:var(--danger);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);background:#fbeff1;border:1px solid #f1c5cd;margin:0;font-size:.88rem}.development-card__packs{border:1px solid var(--line);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);background:#f9fcfb}.development-card__packs-title{margin:0 0 var(--space-2);color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.82rem;font-weight:700}.development-card__pack-links{gap:var(--space-2);flex-wrap:wrap;display:flex}.development-card__pack-link{border-radius:var(--radius-pill);color:var(--text);background:#fff;border:1px solid #b9cbc6;align-items:center;padding:4px 10px;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.development-card__pack-link:hover{background:#eef5f2}.pack-editor{border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-3);gap:var(--space-3);background:#f9fcfb;grid-column:1/-1;display:grid;overflow:hidden}.pack-editor__header{justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.pack-editor__header span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin:0;font-size:.82rem;font-weight:700}.pack-editor__header .control-button{max-width:100%;margin-left:auto}.pack-editor__empty{color:var(--text-muted);margin:0;font-size:.9rem}.pack-editor__rows{gap:var(--space-3);display:grid}.pack-editor__hint{color:var(--text-muted);margin:0;font-size:.86rem}.pack-editor__row{align-items:start;gap:var(--space-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:var(--space-2);background:#fff;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.pack-editor__row .control-button{grid-column:1/-1;justify-self:flex-end}.development-actions-wrap{padding:0 var(--space-4) var(--space-4);position:relative}.development-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.development-card--row{grid-template-columns:minmax(260px,360px) minmax(0,1fr);grid-template-areas:"media body""media actions";align-self:stretch;align-items:stretch;width:100%;display:grid}.development-card--row .development-card__media{grid-area:media;height:100%;min-height:260px}.development-card--row .development-card__image{height:100%;max-height:none}.development-card--row .development-card__body{padding:var(--space-4);grid-area:body}.development-card--row .development-actions-wrap{padding:0 var(--space-4) var(--space-4);grid-area:actions}@media (width<=900px){.development-card--row{flex-direction:column;display:flex}.pack-editor__row{grid-template-columns:1fr}.pack-editor__row .control-button{justify-self:stretch}}.filter-popover{top:calc(100% + 8px);left:var(--space-4);width:min(280px, calc(100% - 2 * var(--space-4)));border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-3);z-index:6;background:#fff;position:absolute;box-shadow:0 14px 28px #0000001f}.filter-popover__item{align-items:center;gap:var(--space-2);padding:7px var(--space-1);font-size:.92rem;display:flex}.filter-popover__item--button{border-radius:var(--radius-sm);text-align:left;cursor:pointer;background:0 0;border:0;width:100%}.filter-popover__item--button:hover{background:#f1f7f5}.filter-popover__item--active{background:#e8f3ef}.filter-popover__dot{border-radius:50%;width:12px;height:12px}.filter-popover__dot--all{background:#8ea6a0}.filter-popover__dot--available{background:var(--chip-available)}.filter-popover__dot--sold{background:var(--chip-sold)}.filter-popover__dot--under_contract{background:var(--chip-under-contract)}.filter-popover__dot--hold{background:var(--chip-hold)}.filter-popover__dot--offer_received{background:var(--chip-offer-received)}.filter-popover__dot--future_release{background:var(--chip-future-release)}.development-snapshot{background:#f6fbf9;border-top:1px solid #e2ece9;max-height:140px;overflow-y:auto}.development-snapshot__row{gap:var(--space-3);text-align:left;width:100%;padding:12px var(--space-4);cursor:pointer;background:0 0;border:0;border-bottom:1px solid #deebe8;grid-template-columns:1fr auto auto;align-items:center;font-size:.9rem;display:grid}.development-snapshot__row:disabled{cursor:default}.development-snapshot__row:last-child{border-bottom:0}.development-snapshot__empty{padding:var(--space-3) var(--space-4);color:var(--text-muted);margin:0;font-size:.86rem}.development-snapshot__status{border-radius:var(--radius-pill);color:#fff;padding:3px 10px;font-size:.76rem;font-weight:700}.development-snapshot__status--available{background:var(--chip-available)}.development-snapshot__status--sold{background:var(--chip-sold)}.development-snapshot__status--under_contract{background:var(--chip-under-contract)}.development-snapshot__status--hold{background:var(--chip-hold)}.development-snapshot__status--offer_received{background:var(--chip-offer-received)}.development-snapshot__status--future_release{background:var(--chip-future-release)}@media (width>=760px){.kpi-dashboard-layout{grid-template-columns:minmax(300px,360px) minmax(0,1fr)}.kpi-row--hero{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.yearly-goals-panel__lists,.development-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1200px){.development-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.table-panel{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:var(--space-4);margin-bottom:var(--space-8);background:#fff}.table-panel__header{margin-bottom:var(--space-3)}.table-panel__header--with-actions{justify-content:space-between;align-items:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}.table-panel__header h2{font-family:var(--font-heading);margin:0;font-size:1.2rem}.table-panel__header p{color:var(--text-muted);margin:3px 0 0;font-size:.9rem}.table-panel__filter{flex-direction:column;gap:6px;display:flex}.table-panel__filter span{color:var(--text-muted);font-size:.78rem;font-weight:700}.table-panel__filter input,.table-panel__filter select{border:1px solid var(--line-strong);background:#fff;border-radius:10px;min-height:38px;padding:0 10px;font-size:.86rem}.table-panel__filter input{min-width:190px}.csv-panel__replace-toggle{color:var(--text-muted);align-items:center;gap:8px;font-size:.88rem;display:inline-flex}.csv-panel__replace-toggle input{width:16px;height:16px;accent-color:var(--brand-dark)}.units-table-wrap{border:1px solid var(--line);border-radius:var(--radius-md);width:100%;overflow-x:auto}.table-panel .units-table-wrap{max-height:min(68vh,760px);overflow:auto}.units-table{border-collapse:collapse;background:#f9fcfb;width:100%;min-width:1800px}.units-table th,.units-table td{text-align:left;border-bottom:1px solid #e0ebe8;padding:12px 13px;font-size:.9rem}.units-table th{color:#1d3a44;font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;background:#edf6f3;font-size:.78rem}.units-table thead th{z-index:2;position:sticky;top:0}.units-table__sort-trigger{color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.units-table__sort-trigger:hover{text-decoration:underline}.units-table__sort-icon{font-size:.72rem;line-height:1}.units-table tbody tr:last-child td{border-bottom:0}.units-table__row--interactive{cursor:pointer;transition:background .14s}.units-table__row--interactive:hover{background:#ecf7f3}.kpi-gate-overlay{z-index:100;padding:var(--space-4);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.kpi-gate-overlay__card{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);width:100%;max-width:680px;max-height:92vh;padding:var(--space-6);background:#fff;overflow-y:auto}.kpi-layout{gap:var(--space-5);grid-template-columns:1fr;align-items:start;display:grid}@media (width>=900px){.kpi-layout{gap:var(--space-6);grid-template-columns:300px 1fr}}.kpi-sidebar{gap:var(--space-4);flex-direction:column;display:flex}@media (width>=900px){.kpi-sidebar{top:var(--space-4);max-height:calc(100vh - (var(--space-4) * 2));padding-right:4px;position:sticky;overflow-y:auto}}.kpi-sidebar__section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-5)}.kpi-goals__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--brand);margin:0 0 var(--space-1);font-size:.7rem;font-weight:700}.kpi-goals__name{margin:0 0 var(--space-4);color:var(--text);font-size:1rem;font-weight:700;line-height:1.2}.kpi-goals__metrics{gap:var(--space-2);margin-bottom:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.kpi-stat{background:var(--surface-soft);border-radius:var(--radius-md);padding:var(--space-3)}.kpi-stat--full{grid-column:1/-1}.kpi-stat__label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 3px;font-size:.66rem;font-weight:700}.kpi-stat__value{color:var(--text);margin:0;font-size:1rem;font-weight:700;line-height:1.25}.kpi-stat__value--prose{font-size:.8rem;font-weight:500;line-height:1.45}.kpi-goals__divider{border:none;border-top:1px solid var(--line);margin:var(--space-3) 0}.kpi-goals__list{margin-bottom:var(--space-3)}.kpi-goals__list:last-child{margin-bottom:0}.kpi-goals__list h4{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 var(--space-2);font-size:.7rem;font-weight:700}.kpi-goals__list ul{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.kpi-goals__list li{color:var(--text);align-items:flex-start;gap:6px;font-size:.81rem;line-height:1.5;display:flex}.kpi-goals__list li:before{content:"→";color:var(--brand);flex-shrink:0;margin-top:3px;font-size:.7rem}.kpi-goals__private{color:var(--text-muted);padding:var(--space-3) 0 0;margin:0;font-size:.81rem}.kpi-form-header{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid var(--line);display:flex}.kpi-form-header__title{color:var(--text);margin:0;font-size:.82rem;font-weight:700}.kpi-form-switch{color:var(--brand-dark);border:1px solid var(--line);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;background:0 0;flex-shrink:0;padding:3px 10px;font-size:.73rem}.kpi-form-switch:hover{background:var(--surface-soft);border-color:var(--brand);color:var(--brand)}.kpi-charts{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.kpi-agent-bar{align-items:center;gap:var(--space-3);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-5);flex-wrap:wrap;display:flex}.kpi-agent-bar__label{color:var(--text-muted);white-space:nowrap;font-size:.8rem;font-weight:600}.kpi-agent-bar select{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);flex:1;min-width:140px;min-height:36px;padding:0 10px;font-size:.875rem}.kpi-chart-header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);flex-wrap:wrap;display:flex}.kpi-chart-range-toggle{border:1px solid var(--line);border-radius:var(--radius-pill);background:var(--surface-soft);align-items:center;display:inline-flex;overflow:hidden}.kpi-chart-range-toggle__button{color:var(--text-muted);letter-spacing:.02em;cursor:pointer;background:0 0;border:none;padding:6px 12px;font-size:.78rem;font-weight:700;transition:background-color .15s,color .15s}.kpi-chart-range-toggle__button:hover{color:var(--text);background:#f0f5f4}.kpi-chart-range-toggle__button.is-active{background:var(--brand);color:#fff}.kpi-chart-range-toggle__button:disabled{cursor:not-allowed;opacity:.5}.kpi-week-selector{margin:0 0 var(--space-3);flex-wrap:wrap;gap:8px;display:flex}.kpi-week-selector__button{border:1px solid var(--line);border-radius:var(--radius-pill);background:var(--surface);color:var(--text-muted);letter-spacing:.01em;cursor:pointer;padding:5px 12px;font-size:.75rem;font-weight:700}.kpi-week-selector__button:hover{border-color:var(--brand);color:var(--text)}.kpi-week-selector__button.is-active{border-color:var(--brand);color:var(--brand-dark);background:#0b77681a}.kpi-weekly-incentives{border-radius:var(--radius-md);padding:var(--space-4);gap:var(--space-2);background:linear-gradient(#fffaf2 0%,#fff3df 100%);border:1px solid #f2c58c;border-left:5px solid #f39b30;display:grid}.kpi-weekly-incentives__title{letter-spacing:.03em;text-transform:uppercase;color:#8a4d07;margin:0;font-size:.88rem;font-weight:700}.kpi-weekly-incentives__subtitle{color:#8a5b26;margin:0;font-size:.82rem}.kpi-weekly-incentives__list{gap:6px;margin:0;padding-left:1rem;display:grid}.kpi-weekly-incentives__list li{color:#6f471d;font-size:.84rem;line-height:1.45}.kpi-admin-cards{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (width<=920px){.kpi-admin-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.kpi-admin-cards{grid-template-columns:1fr}}.kpi-admin-summary-card{background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-4);color:var(--text);line-height:1.55}.kpi-admin-summary-card p{margin:0;font-size:.9rem}.kpi-usage-legend{gap:var(--space-3);margin-top:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.kpi-usage-legend__item{color:var(--text-muted);align-items:center;gap:8px;font-size:.8rem;display:inline-flex}.kpi-usage-legend__dot{border-radius:999px;width:10px;height:10px}.kpi-usage-legend__dot--submitted{background:#0b7768}.kpi-usage-legend__dot--draft{background:#8aa29b}.kpi-usage-list{gap:var(--space-3);flex-direction:column;display:flex}.kpi-usage-row{padding:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft)}.kpi-usage-row__header{justify-content:space-between;align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-2);flex-wrap:wrap;display:flex}.kpi-usage-row__name{color:var(--text);margin:0;font-size:.9rem;font-weight:700}.kpi-usage-row__counts{color:var(--text-muted);margin:0;font-size:.78rem}.kpi-usage-row__bar{border-radius:var(--radius-pill);background:#e5ece9;width:100%;min-height:12px;display:flex;overflow:hidden}.kpi-usage-row__segment{min-width:0;display:block}.kpi-usage-row__segment--submitted{background:#0b7768}.kpi-usage-row__segment--draft{background:#8aa29b}.yearly-goals-form__header{margin-bottom:var(--space-5)}.yearly-goals-form{min-width:0}.yearly-goals-form__header h2{margin:var(--space-1) 0 var(--space-2)}.yearly-goals-form__subtitle{color:var(--text-muted);margin:0;font-size:.875rem}.yearly-goals-form__targets{gap:var(--space-3);margin-bottom:var(--space-5);grid-template-columns:repeat(2,1fr);display:grid}.yearly-goals-form__personal{grid-column:1/-1}.yearly-goals-form__lists{gap:var(--space-5);margin-bottom:var(--space-5);grid-template-columns:1fr;display:grid}@media (width>=640px){.yearly-goals-form__lists{grid-template-columns:1fr 1fr}}.yearly-goals-form__lists h3{margin:0 0 var(--space-1);font-size:.9rem;font-weight:700}.yearly-goals-form__list-hint{color:var(--text-muted);margin:0 0 var(--space-3);font-size:.8rem}.yearly-goals-form__items{gap:var(--space-2);flex-direction:column;display:flex}.yearly-goals-form__item-row{gap:var(--space-2);align-items:center;min-width:0;display:flex}.yearly-goals-form__item-row input{border:1px solid var(--line);border-radius:var(--radius-sm);flex:1;min-width:0;min-height:36px;padding:0 10px;font-size:.86rem}.yearly-goals-form__remove{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:0 4px;font-size:1.2rem;line-height:1}.yearly-goals-form__remove:hover{color:#c0392b;background:#f0f5f4}.kpi-sidebar .yearly-goals-form__header{margin-bottom:var(--space-3)}.kpi-sidebar .yearly-goals-form__targets{margin-bottom:var(--space-4);grid-template-columns:1fr}.kpi-sidebar .yearly-goals-form__lists{gap:var(--space-4);margin-bottom:var(--space-4);grid-template-columns:1fr}.kpi-sidebar .yearly-goals-form__item-row{align-items:stretch}.kpi-sidebar .yearly-goals-form__item-row input{width:100%}.kpi-sidebar .yearly-goals-form .form-actions{justify-content:flex-start}.kpi-checkbox{cursor:pointer;width:20px;height:20px;accent-color:var(--brand);border-radius:5px;align-self:flex-start;min-height:unset!important;border:1px solid var(--line-strong)!important;padding:0!important}.kpi-entry-header{margin-bottom:var(--space-3)}.kpi-entry-header h3{margin:var(--space-1) 0 0;font-size:.92rem;font-weight:700}.kpi-form-submitted-badge{margin-top:var(--space-1);color:var(--brand-dark);border-radius:var(--radius-pill);background:#0b776814;padding:2px 10px;font-size:.72rem;display:inline-block}.kpi-form__meeting-field{align-items:center;gap:var(--space-3);flex-direction:row}.kpi-form__meeting-field input[type=checkbox]{cursor:pointer;width:18px;height:18px}.kpi-entry-footer{align-items:center;gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.kpi-form-saved-hint{color:var(--brand-dark);font-size:.76rem}.kpi-form-error{color:#c0392b;margin:var(--space-2) 0 0;font-size:.83rem}.form-actions{gap:var(--space-2);margin-top:var(--space-4);justify-content:flex-end;display:flex}.developer-dashboard{gap:var(--space-4)}.developer-dashboard__heading{align-items:flex-start}.developer-dashboard__heading h1{font-family:var(--font-heading);color:#0e3f48;margin:6px 0 0;font-size:clamp(1.35rem,2.8vw,1.85rem)}.developer-dashboard__summary{color:var(--text-muted);margin:8px 0 0;font-size:.92rem}.developer-dashboard-grid{gap:var(--space-5);width:100%;padding-bottom:var(--space-8);grid-template-columns:minmax(0,1fr);display:grid}.developer-development-card{border:1px solid var(--line);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-soft);background:#fff;grid-template-columns:minmax(260px,360px) minmax(0,1fr);align-items:stretch;display:grid;overflow:hidden}.developer-development-card__media{background:#d6e6e2;min-height:260px}.developer-development-card__image{object-fit:cover;width:100%;height:100%;min-height:260px;display:block}.developer-development-card__body{padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.developer-development-card__header{justify-content:space-between;align-items:baseline;gap:var(--space-3);display:flex}.developer-development-card__header h2{font-family:var(--font-heading);margin:0;font-size:clamp(1.15rem,2vw,1.45rem)}.developer-development-card__header p{color:var(--text-muted);white-space:nowrap;margin:0;font-size:.88rem}.developer-units-table{min-width:780px}.developer-units-table select,.developer-units-table input{border:1px solid var(--line-strong);background:#fff;border-radius:10px;width:100%;min-height:38px;padding:0 10px}.developer-dashboard__muted{color:var(--text-muted);font-size:.82rem;font-weight:600}.developer-dashboard__error{color:#a03043;margin:8px 0 0;font-size:.8rem}@media (width<=980px){.developer-development-card{flex-direction:column;display:flex}.developer-development-card__media,.developer-development-card__image{min-height:190px}}.slack-banner{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#ffffffd1;border:1px solid #11464024;display:flex}.slack-banner p{margin:0}.slack-banner--success{color:#0f5d48;background:linear-gradient(135deg,#d8f4ece6,#fffffff5);border-color:#19816640}.slack-banner--warning{color:#87521c;background:linear-gradient(135deg,#fff1d6f0,#fffffff5);border-color:#c0781f3d}.slack-banner--error{color:#8e2c39;background:linear-gradient(135deg,#ffe4e7f2,#fffffff5);border-color:#b0384442}.slack-settings-grid{gap:var(--space-4);display:grid}.slack-settings-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:var(--space-5);gap:var(--space-4);background:#ffffffe0;display:grid}.slack-settings-card--hero{background:radial-gradient(540px 260px at 100% 0,#0b77681f,#0000 60%),linear-gradient(#fffffffa,#f4faf8f5)}.slack-settings-card--full{grid-column:1/-1}.slack-settings-card--locked{align-items:flex-start;gap:var(--space-3);display:flex}.slack-settings-card--locked h2,.slack-settings-card__header h2{font-family:var(--font-heading);margin:0;font-size:1.08rem}.slack-settings-card--locked p,.slack-settings-card__body{color:var(--text-muted);margin:0}.slack-settings-card__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.slack-settings-card__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#5b6a72;margin:0 0 6px;font-size:.72rem}.slack-settings-pill{color:#5b6a72;background:#eef3f4;border-radius:999px;align-self:flex-start;align-items:center;min-height:28px;padding:0 12px;font-size:.8rem;font-weight:700;display:inline-flex}.slack-settings-pill--connected{color:#0f6d55;background:#1d997729}.slack-settings-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.slack-settings-details{gap:var(--space-3);margin:0;display:grid}.slack-settings-details div{padding-bottom:var(--space-2);border-bottom:1px solid #2b455214;gap:4px;display:grid}.slack-settings-details div:last-child{border-bottom:0;padding-bottom:0}.slack-settings-details dt{text-transform:uppercase;letter-spacing:.06em;color:#70828a;font-size:.78rem;font-weight:700}.slack-settings-details dd{color:#21343d;overflow-wrap:anywhere;margin:0;font-weight:600}.slack-settings-list{gap:var(--space-2);color:#475860;margin:0;padding-left:1.1rem;display:grid}.settings-user-list{gap:var(--space-3);display:grid}.settings-user-row{border-radius:var(--radius-md);padding:var(--space-3);justify-content:space-between;align-items:center;gap:var(--space-3);background:#ffffffeb;border:1px solid #1f3f4d1f;display:flex}.settings-user-row__identity{gap:var(--space-2);display:grid}.settings-user-row__identity h3,.settings-user-row__identity p{margin:0}.settings-user-row__identity h3{font-size:1rem}.settings-user-row__identity p{color:var(--text-muted)}.settings-user-row__badges{gap:var(--space-2);flex-wrap:wrap;display:flex}.settings-pill{color:#52636b;background:#eef3f4;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:.8rem;font-weight:700;display:inline-flex}.settings-pill--warning{color:#9b620f;background:#d9a14a33}.settings-pill--success{color:#0f6d55;background:#1d997729}@media (width>=900px){.slack-settings-grid{grid-template-columns:1.3fr 1fr}.slack-settings-card--hero{grid-column:1/-1}}@media (width<=720px){.settings-user-row{flex-direction:column;align-items:stretch}}:root{--font-heading:"Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;--font-body:"Manrope", "Segoe UI", sans-serif;--bg:#f4f8f7;--surface:#fff;--surface-soft:#eef4f2;--text:#152229;--text-muted:#5d6e76;--line:#d4dfdc;--line-strong:#c0d0ca;--brand:#0d7e6d;--brand-dark:#0a584d;--action:#173f73;--danger:#be2f43;--chip-available:#1ea86e;--chip-sold:#d35e63;--chip-under-contract:#7b71dd;--chip-hold:#d59e21;--chip-offer-received:#2f79d6;--chip-future-release:#7a8892;--radius-sm:10px;--radius-md:14px;--radius-lg:22px;--radius-pill:999px;--shadow-soft:0 10px 30px #0e23291a;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--screen-max:1160px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(900px 420px at -15% -30%,#d9ece8 0%,#0000 58%),radial-gradient(700px 380px at 115% -10%,#f1e4d8 0%,#0000 56%),linear-gradient(#f6fbfa 0%,#edf4f2 100%);margin:0}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}.app-shell{--shell-sidebar-expanded:280px;--shell-sidebar-collapsed:88px;width:100%;min-height:100vh;display:block}.app-shell--developer{background:radial-gradient(900px 420px at -15% -30%,#d9ece8 0%,#0000 58%),radial-gradient(700px 380px at 115% -10%,#f1e4d8 0%,#0000 56%),linear-gradient(#f6fbfa 0%,#edf4f2 100%)}.developer-shell-header{z-index:35;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-height:64px;padding:0 var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-3);background:#f6fbfaeb;border-bottom:1px solid #10384029;display:flex;position:sticky;top:0}.developer-shell-header__brand{align-items:center;gap:var(--space-2);color:#0c3943;font-family:var(--font-heading);font-size:.98rem;font-weight:700;display:inline-flex}.developer-shell-header__logout{color:#b63b3b;min-height:40px;padding:0 var(--space-3);align-items:center;gap:var(--space-2);cursor:pointer;background:#fff;border:1px solid #d5e4e0;border-radius:11px;font-weight:700;display:inline-flex}.developer-shell-header__logout:hover{transform:translateY(-1px);box-shadow:0 8px 18px #091d2b29}.shell-mobile-header{z-index:35;height:64px;padding:0 var(--space-4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f6fbfaeb;border-bottom:1px solid #10384029;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.shell-mobile-header__menu{color:#0c3943;cursor:pointer;background:#fff;border:1px solid #10384033;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.shell-mobile-header__brand{align-items:center;gap:var(--space-2);color:#0c3943;font-weight:700;font-family:var(--font-heading);display:inline-flex}.shell-backdrop{z-index:44;background:#0817246b;border:0;position:fixed;inset:0}.sidebar{z-index:45;width:min(82vw,320px);padding:var(--space-4);color:#eaf7f4;gap:var(--space-4);background:linear-gradient(#0d3e4a 0%,#0b7768 100%);border-right:1px solid #10384024;flex-direction:column;transition:transform .18s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(calc(-100% - 12px));box-shadow:20px 0 34px #07182440}.sidebar--open{transform:translate(0)}.sidebar__header{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.sidebar__brand{align-items:center;gap:var(--space-3);min-width:0;display:flex}.sidebar__logo{background:#ffffff24;border:1px solid #ffffff61;border-radius:12px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.sidebar__identity{min-width:0}.sidebar__company{letter-spacing:.1em;text-transform:uppercase;opacity:.85;margin:0;font-size:.72rem}.sidebar__user{text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.82rem;font-weight:600;display:block;overflow:hidden}.sidebar__desktop-toggle,.sidebar__mobile-close{color:#eaf7f4;cursor:pointer;background:#ffffff24;border:1px solid #ffffff59;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.sidebar__desktop-toggle{display:none}.sidebar__nav,.sidebar__section{gap:var(--space-2);flex-direction:column;display:flex}.sidebar__section-title{letter-spacing:.08em;text-transform:uppercase;opacity:.8;margin:0 0 4px;font-size:.72rem}.sidebar__link,.sidebar__action,.sidebar__signout{color:#eaf7f4;min-height:42px;padding:0 var(--space-3);align-items:center;gap:var(--space-2);background:#ffffff14;border:1px solid #fff3;border-radius:12px;font-size:.92rem;font-weight:600;display:inline-flex}.sidebar__link--active{background:#fff3;box-shadow:inset 0 0 0 1px #ffffff24}.sidebar__action,.sidebar__signout{cursor:pointer;width:100%}.sidebar__action--primary{color:#2b467d;background:#f8ca65;border-color:#0000}.sidebar__action:hover,.sidebar__link:hover,.sidebar__signout:hover,.sidebar__desktop-toggle:hover,.sidebar__mobile-close:hover,.shell-mobile-header__menu:hover{transform:translateY(-1px);box-shadow:0 8px 18px #091d2b38}.sidebar__footer{margin-top:auto}.sidebar__signout{color:#b63b3b;background:#fff;border-color:#0000}.page-shell{width:100%;padding:var(--space-4);justify-content:center;display:flex}.page-shell>*{width:min(var(--screen-max), 100%)}.page-shell--developer>*{width:min(1440px,100%)}.top-bar{width:min(var(--screen-max), 100%);margin:var(--space-2) 0 var(--space-6);padding:var(--space-4) var(--space-5);border-radius:var(--radius-lg);color:#eaf7f4;box-shadow:var(--shadow-soft);justify-content:space-between;align-items:center;gap:var(--space-4);background:linear-gradient(120deg,#0c3943f5,#0b7768e6);border:1px solid #ffffff80;display:flex}.top-bar__brand{align-items:center;gap:var(--space-3);display:flex}.top-bar__logo{background:#ffffff24;border:1px solid #ffffff61;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.top-bar__eyebrow{letter-spacing:.1em;text-transform:uppercase;opacity:.85;margin:0;font-size:.72rem}.top-bar__title{font-family:var(--font-heading);margin:2px 0 0;font-size:1.2rem;font-weight:700}.top-bar__actions{align-items:center;gap:var(--space-4);display:inline-flex}.top-bar__dashboard-actions{align-items:center;gap:var(--space-2);display:inline-flex}.top-bar__nav-link{color:#eaf7f4;background:#ffffff1f;border-color:#ffffff4d}.top-bar__nav-link--active{background:#ffffff3d;box-shadow:inset 0 0 0 1px #ffffff1f}.top-bar__icon-action{color:#eaf7f4;cursor:pointer;background:#ffffff29;border:1px solid #ffffff70;border-radius:11px;justify-content:center;align-items:center;min-width:40px;height:40px;display:inline-flex}.top-bar__new-development{background:var(--action);color:#2b467d;border-color:#0000}.top-bar__new-development:hover{color:#fff;background:#2b467d}.top-bar__icon-action:hover,.top-bar__new-development:hover{transform:translateY(-1px);box-shadow:0 8px 18px #091d2b40}.top-bar__status{border-radius:var(--radius-pill);border:1px solid #ffffff4d;align-items:center;padding:4px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.top-bar__status--checking{background:#ffffff2e}.top-bar__status--connected{background:#1ba76d42}.top-bar__status--error{background:#be2f434d}.top-bar__user{opacity:.9;font-size:.82rem;font-weight:600}.top-bar__logout{color:#b63b3b;background:#fff;border-color:#0000}.top-bar__logout:hover{color:#fff;background:#a03333}.login-screen{min-height:100vh;padding:var(--space-4);place-items:center;display:grid}.login-card{border:1px solid var(--line);border-radius:var(--radius-lg);width:min(460px,100%);box-shadow:var(--shadow-soft);padding:var(--space-5);background:#fff}.login-card__header h1{font-family:var(--font-heading);margin:0 0 .5em}.login-card__header p{color:#58666e;margin:6px 0 0}.login-card__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#0b7768;margin:0 0 8px;font-size:.75rem;font-weight:700}.screen{gap:var(--space-5);flex-direction:column;display:flex}.command-bar{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:var(--space-3);gap:var(--space-3);background:#fff;display:grid}.command-bar--compact{padding:var(--space-3)}.command-bar__search{border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--surface-soft);align-items:center;gap:var(--space-2);min-height:44px;padding:0 var(--space-3);color:#76858d;display:flex}.command-bar__search input{background:0 0;border:0;outline:none;flex:1;min-width:0}.command-bar__actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.icon-action{border:1px solid var(--line-strong);color:#31444d;cursor:pointer;background:#fff;border-radius:11px;justify-content:center;align-items:center;gap:4px;min-width:40px;height:40px;display:inline-flex}.control-button,.new-development-control-button{border:1px solid var(--line-strong);cursor:pointer;white-space:nowrap;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:.92rem;font-weight:700;transition:transform .14s,box-shadow .14s;display:inline-flex}.control-button:hover,.icon-action:hover{transform:translateY(-1px);box-shadow:0 8px 18px #152b3a24}.control-button__icon,.control-button__trailing{display:inline-flex}.control-button--primary{background:var(--action);color:#f3f7ff;border-color:#0000}.control-button--ghost{background:var(--surface-soft)}.management-actions{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.control-button--danger{color:#a92e3d;background:#fff3f4;border-color:#c44552}.control-button--danger:hover{background:#fbe4e7}.control-button--promote{color:#30af43;background:#fff3f4;border-color:#2f9c3f}.control-button--promote:hover{background:#fff3f4}.status-chip{border:1px solid var(--line-strong);border-radius:var(--radius-pill);white-space:nowrap;background:#fff;align-items:center;gap:6px;min-height:28px;padding:0 10px;font-size:.83rem;display:inline-flex}.status-chip--availability .status-chip__dot{border-radius:50%;width:9px;height:9px}.status-chip--available .status-chip__dot{background:var(--chip-available)}.status-chip--sold .status-chip__dot{background:var(--chip-sold)}.status-chip--under_contract .status-chip__dot{background:var(--chip-under-contract)}.status-chip--hold .status-chip__dot{background:var(--chip-hold)}.status-chip--offer_received .status-chip__dot{background:var(--chip-offer-received)}.status-chip--future_release .status-chip__dot{background:var(--chip-future-release)}.status-chip--danger{background:var(--danger);color:#fff;border:0}.screen-heading{align-items:center;gap:var(--space-3);display:flex}.screen-heading h1{font-family:var(--font-heading);margin:0;font-size:1.38rem}.screen-heading__eyebrow{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.74rem}.empty-state{color:var(--text-muted);margin:0}.modal-backdrop{z-index:40;background:#0c1a217a;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.modal{background:#fafeff;border:1px solid #b7c8c2;border-bottom:0;border-radius:22px 22px 0 0;width:100%;max-height:88vh;animation:.19s sheet-in;overflow:hidden;box-shadow:0 -14px 34px #06161d42}.modal__header{padding:var(--space-4);background:linear-gradient(#fff 0%,#f2f8f6 100%);border-bottom:1px solid #d8e4e0;justify-content:space-between;align-items:center;display:flex}.modal__header h2{font-family:var(--font-heading);margin:0;font-size:1.2rem}.modal__close-button{color:#fff;cursor:pointer;background:linear-gradient(#d94a59 0%,#be2f43 100%);border:1px solid #9c1f33;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.modal__close-button:hover{background:linear-gradient(#df5967 0%,#c6384c 100%)}.modal__content{padding:var(--space-4);max-height:calc(88vh - 78px);overflow:auto}.form-grid{gap:var(--space-4);flex-direction:column;display:flex}.form-field{gap:var(--space-2);flex-direction:column;display:flex}.form-field>span,.form-toggle>span,.form-section-title{font-size:.93rem;font-weight:700}.form-field em{color:var(--danger);font-style:normal}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--line-strong);min-height:44px;padding:0 var(--space-3);background:#fff;border-radius:11px;font-size:.94rem}.form-field textarea{resize:vertical;min-height:110px;padding-top:var(--space-2)}.form-toggle{justify-content:space-between;align-items:center;display:flex}.form-toggle input{width:46px;height:28px;accent-color:var(--brand-dark)}.form-toggle--stocklist{background:#edf3ff;border:1px solid #c9d9f8;border-radius:12px;padding:10px 12px}.form-toggle--stocklist>span{color:#1c4f9a}.form-toggle--stocklist input{accent-color:#2f6fe0}.form-section-title{padding-top:var(--space-4);color:var(--text-muted);border-top:1px solid #d9e5e1}.media-row{border-radius:var(--radius-md);padding:var(--space-3);align-items:center;gap:var(--space-3);background:#fff;border:1px solid #d5e2de;display:flex}.media-row__image{object-fit:cover;border-radius:var(--radius-sm);width:94px;height:68px}.media-row__image--placeholder{color:var(--text-muted);background:#e8efec;place-items:center;font-size:.75rem;font-weight:700;display:grid}.media-row__details{flex:1}.media-row__name,.media-row__type{margin:0}.media-row__name{font-size:.88rem;font-weight:700}.media-row__type{color:var(--text-muted);font-size:.78rem}.media-editor__note{padding:0 var(--space-1);color:var(--text-muted);margin:0;font-size:.85rem}.media-editor__file-input{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.media-editor__file-picker{border:1px solid var(--line-strong);min-height:44px;padding:6px var(--space-2);align-items:center;gap:var(--space-2);cursor:pointer;background:#fff;border-radius:11px;display:flex}.media-editor__file-button{color:var(--text);background:#f5f8f7;border:1px solid #b8c7c2;border-radius:8px;padding:6px 10px;font-size:.84rem;font-weight:700}.media-editor__file-name{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;overflow:hidden}.csv-panel{border-radius:var(--radius-md);padding:var(--space-4);gap:var(--space-3);background:#f7fbf9;border:1px dashed #b3c6bf;flex-direction:column;display:flex}.csv-panel h3{font-family:var(--font-heading);margin:0;font-size:1.02rem}.csv-panel p{color:var(--text-muted);margin:0;font-size:.9rem}.csv-panel__actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.form-actions{justify-content:flex-end;gap:var(--space-2);display:flex}@media (width<=759px){.top-bar{flex-direction:column;align-items:stretch}.top-bar__actions{justify-content:flex-start;gap:var(--space-3);flex-wrap:wrap;width:100%}.top-bar__dashboard-actions{flex-wrap:wrap;width:100%}.top-bar__new-development{flex:100%;width:100%}.top-bar__user{min-width:0}.top-bar__logout{flex:auto}.page-shell{padding:var(--space-3)}}@keyframes sheet-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes drawer-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (width>=760px){.page-shell{padding:var(--space-5)}}@media (width>=980px){.shell-mobile-header,.shell-backdrop{display:none}.app-shell{grid-template-columns:var(--shell-sidebar-expanded) minmax(0, 1fr);display:grid}.app-shell.app-shell--developer{display:block}.app-shell--sidebar-collapsed{grid-template-columns:var(--shell-sidebar-collapsed) minmax(0, 1fr)}.sidebar{width:var(--shell-sidebar-expanded);height:100vh;padding:var(--space-5) var(--space-3);box-shadow:none;position:sticky;top:0;transform:none}.sidebar__desktop-toggle{display:inline-flex}.sidebar__mobile-close{display:none}.app-shell--sidebar-collapsed .sidebar{width:var(--shell-sidebar-collapsed);padding-inline:var(--space-2);align-items:center}.app-shell--sidebar-collapsed .sidebar__header{justify-content:center;width:100%}.app-shell--sidebar-collapsed .sidebar__brand{justify-content:center}.app-shell--sidebar-collapsed .sidebar__identity,.app-shell--sidebar-collapsed .sidebar__section-title,.app-shell--sidebar-collapsed .sidebar__text{display:none}.app-shell--sidebar-collapsed .sidebar__nav,.app-shell--sidebar-collapsed .sidebar__section,.app-shell--sidebar-collapsed .sidebar__footer{align-items:center;width:100%}.app-shell--sidebar-collapsed .sidebar__link,.app-shell--sidebar-collapsed .sidebar__action,.app-shell--sidebar-collapsed .sidebar__signout{justify-content:center;width:44px;padding-inline:0}.page-shell{padding:var(--space-6)}.command-bar{grid-template-columns:minmax(240px,1fr) auto;align-items:center}.command-bar__actions{justify-content:flex-end}.modal-backdrop{justify-content:flex-end;align-items:stretch}.modal{border-right:0;border-radius:0;width:min(560px,100%);height:100vh;max-height:100vh;animation:.21s drawer-in}.modal__content{max-height:calc(100vh - 78px)}}
