.rp-toast-region{right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:var(--z-toast);pointer-events:none;flex-direction:column;align-items:flex-end;gap:8px;width:min(400px,100vw - 32px);display:flex;position:fixed}.rp-toast{pointer-events:auto;background:var(--rp-white);width:100%;color:var(--rp-ink);border:1px solid var(--rp-hairline);border-left:4px solid var(--rp-border-strong);border-radius:var(--rp-radius-md);box-shadow:var(--rp-shadow-raised);align-items:flex-start;gap:10px;padding:12px 12px 12px 14px;font-size:13px;line-height:1.45;animation:.16s ease-out rp-toast-in;display:flex}.rp-toast--success{border-left-color:#0f7c34}.rp-toast--success .rp-toast-icon{color:#0f7c34}.rp-toast--error{border-left-color:var(--rp-danger)}.rp-toast--error .rp-toast-icon{color:var(--rp-danger)}.rp-toast--warning{border-left-color:#b45309}.rp-toast--warning .rp-toast-icon{color:#b45309}.rp-toast--info{border-left-color:var(--rp-border-strong)}.rp-toast--info .rp-toast-icon{color:var(--rp-ink-muted)}.rp-toast-icon{flex:none;margin-top:1px;display:inline-flex}.rp-toast-message{overflow-wrap:anywhere;flex:auto;min-width:0;margin:0;font-weight:600}.rp-toast-action{color:var(--rp-brand);font:inherit;cursor:pointer;background:0 0;border:none;flex:none;padding:0;font-weight:800;text-decoration:underline}.rp-toast-dismiss{color:var(--rp-ink-muted);cursor:pointer;background:0 0;border:none;flex:none;margin:-2px -2px 0 0;padding:2px 4px;font-size:16px;line-height:1}.rp-toast-dismiss:hover{color:var(--rp-ink)}@keyframes rp-toast-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.rp-toast-region{left:50%;right:auto;bottom:calc(64px + 16px + env(safe-area-inset-bottom));align-items:stretch;width:calc(100vw - 32px);max-width:480px;transform:translate(-50%)}}.rp-confirm-scrim{z-index:var(--z-modal);background:#0f172a66;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.rp-confirm-dialog{background:var(--rp-white);width:100%;max-width:420px;color:var(--rp-ink);border-radius:var(--rp-radius-lg);box-shadow:var(--rp-shadow-overlay);padding:20px}.rp-confirm-dialog h2{color:var(--rp-ink);margin:0 0 8px;font-size:17px;line-height:1.3}.rp-confirm-body{color:var(--rp-ink-body);margin:0;font-size:14px;line-height:1.5}.rp-confirm-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.rp-confirm-actions .rp-confirm-primary--danger{border-color:var(--rp-danger);background:var(--rp-danger)}.rp-session-banner{z-index:calc(var(--z-modal) + 1);background:var(--rp-brand-weak);border-bottom:1px solid var(--rp-brand-border-strong);color:var(--rp-ink);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 12px;padding:10px 40px 10px 16px;font-size:13px;font-weight:600;display:flex;position:fixed;top:0;left:0;right:0}.rp-session-banner p{margin:0}.rp-session-banner-link{color:var(--rp-brand);white-space:nowrap;font-weight:800;text-decoration:underline}.rp-session-banner-dismiss{color:var(--rp-ink-muted);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:16px;line-height:1;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.rp-session-banner-dismiss:hover{color:var(--rp-ink)}.rp-loading-panel{min-height:40vh;color:var(--rp-ink-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 16px;font-size:14px;font-weight:600;display:flex}.rp-loading-panel p{margin:0}.rp-loading-spinner{border:3px solid var(--rp-brand-weak);border-top-color:var(--rp-brand);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite rp-spin}@keyframes rp-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.rp-toast,.rp-loading-spinner{animation:none}}:root{--office-canvas:#f8fafb;--office-surface:#fff;--office-hairline:#e7e9ec;--office-text-strong:#15181b;--office-text:#3c434b;--office-text-muted:#6b7480;--office-brand:var(--brand);--office-brand-weak:var(--rp-brand-weak);--office-brand-hover:#8f4200;--office-danger:#b42318;--ctrl-h:44px;--ctrl-radius:8px;--ctrl-font-size:14px;--ctrl-font-weight:600;--office-space-1:4px;--office-space-2:8px;--office-space-3:12px;--office-space-4:16px;--office-space-6:24px;--office-space-8:32px;--office-radius-card:8px;--office-radius-pill:999px;--office-radius-chip:6px;--office-shadow:0 1px 2px #14181b0a;--office-sidebar-w:268px;--office-sidebar-w-collapsed:76px;--office-topbar-h:78px}.office-shell{grid-template-columns:var(--office-sidebar-w) 1fr;grid-template-rows:var(--office-topbar-h) 1fr;background:var(--office-canvas);min-height:100vh;color:var(--office-text);grid-template-areas:"sidebar topbar""sidebar main";font-family:inherit;display:grid;overflow-x:hidden}.office-shell[data-collapsed=true]{grid-template-columns:var(--office-sidebar-w-collapsed) 1fr}.connection-status{left:50%;bottom:calc(16px + env(safe-area-inset-bottom));z-index:var(--z-toast);border-radius:var(--office-radius-pill);background:var(--office-text-strong);max-width:min(520px,100vw - 32px);color:var(--office-surface);box-shadow:var(--office-shadow);text-align:center;padding:10px 16px;font-size:13px;font-weight:700;position:fixed;transform:translate(-50%)}.office-main{grid-area:main;min-width:0;max-width:100%;padding:24px 28px 40px;overflow-x:hidden}.office-sidebar{gap:var(--office-space-3);background:var(--office-surface);border-right:1px solid var(--office-hairline);flex-direction:column;grid-area:sidebar;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0;overflow-y:auto}.office-sidebar-head{justify-content:space-between;align-items:center;gap:var(--office-space-2);min-height:48px;margin-bottom:var(--office-space-4);padding:0 4px;display:flex}.office-sidebar-brand{color:var(--office-text-strong);align-items:center;min-width:0;text-decoration:none;display:inline-flex}.office-sidebar-toggle{border:1px solid var(--office-hairline);border-radius:var(--office-radius-chip);background:var(--office-surface);width:44px;height:44px;color:var(--office-text-muted);cursor:pointer;flex:none;justify-content:center;align-items:center;transition:background .15s,box-shadow .15s,border-color .15s;display:inline-flex}.office-sidebar-toggle:hover{background:var(--office-canvas);color:var(--office-text-strong)}.office-nav{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.office-nav-link{align-items:center;gap:var(--office-space-3);height:48px;padding:0 var(--office-space-3);border-radius:var(--office-radius-card);color:var(--office-text);white-space:nowrap;font-size:15px;font-weight:500;text-decoration:none;transition:background .15s,box-shadow .15s,border-color .15s;display:flex;position:relative}.office-nav-link svg{color:var(--office-text-muted);flex:none}.office-nav-link:hover{background:var(--office-canvas)}.office-nav-link.active{background:var(--office-brand-weak);color:var(--office-brand);font-weight:600}.office-nav-link.active svg{color:var(--office-brand)}.office-nav-link.disabled{cursor:not-allowed;color:var(--office-text-muted);opacity:.78}.office-nav-link.disabled:hover{background:0 0}.office-nav-link.active:before{content:"";border-radius:var(--office-radius-pill);background:var(--office-brand);width:4px;position:absolute;top:8px;bottom:8px;left:0}.office-nav-label{text-overflow:ellipsis;min-width:0;overflow:hidden}.office-shell[data-collapsed=true] .office-sidebar-brand .rp-logo-copy{display:none}.office-shell[data-collapsed=true] .office-sidebar{align-items:center;padding:22px 10px;overflow-x:hidden}.office-shell[data-collapsed=true] .office-sidebar-head{grid-template-columns:1fr;justify-items:center;gap:10px;width:100%;padding:0;display:grid}.office-shell[data-collapsed=true] .office-sidebar-brand,.office-shell[data-collapsed=true] .office-sidebar-toggle{width:48px;max-width:48px}.office-shell[data-collapsed=true] .office-sidebar-brand{justify-content:center}.office-shell[data-collapsed=true] nav,.office-shell[data-collapsed=true] .office-nav{width:100%}.office-shell[data-collapsed=true] .office-nav-link{justify-content:center;gap:0;padding:0}.office-shell[data-collapsed=true] .office-nav-label,.office-shell[data-collapsed=true] .office-sidebar-footer{display:none}.office-sidebar .rp-logo{gap:12px}.office-sidebar .rp-logo-mark{width:42px;height:42px}.office-sidebar .rp-logo-svg{width:32px}.office-sidebar .rp-logo-copy strong{font-size:21px;font-weight:800}.office-sidebar .rp-logo-copy small{width:156px}.office-sidebar-footer{gap:12px;margin-top:auto;padding-top:18px;display:grid}.office-sidebar-org{border:1px solid var(--office-hairline);border-radius:var(--office-radius-card);min-height:72px;color:var(--office-text-strong);background:var(--office-surface);grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:10px;text-decoration:none;transition:background .15s,box-shadow .15s,border-color .15s;display:grid}.office-sidebar-org:hover{background:var(--office-canvas)}.office-sidebar-org-mark{background:var(--office-brand);color:#fff;border-radius:8px;place-items:center;width:42px;height:42px;display:grid}.office-sidebar-org span:last-child{gap:3px;min-width:0;display:grid}.office-sidebar-org strong,.office-sidebar-org small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.office-sidebar-org strong{color:var(--office-text-strong);font-size:14px;font-weight:800;line-height:1.2}.office-sidebar-org small{color:var(--office-text-muted);font-size:12px;font-weight:600}.office-sidebar-help{cursor:pointer;width:100%;min-height:44px;font:inherit;text-align:left;color:var(--office-text);background:0 0;border:0;grid-template-columns:20px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:0 12px;font-size:14px;font-weight:600;text-decoration:none;display:grid}.office-sidebar-help:hover{color:var(--office-text-strong);background:var(--office-canvas);border-radius:var(--office-radius-card)}.office-help-overlay{z-index:var(--z-modal);background:#0f172a73;justify-content:flex-end;display:flex;position:fixed;inset:0}.office-help-panel{background:var(--office-surface);flex-direction:column;width:min(420px,100%);height:100%;display:flex;box-shadow:-18px 0 40px #0f172a38}.office-help-head{border-bottom:1px solid var(--office-hairline);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.office-help-head h2{color:var(--office-text-strong);margin:0;font-size:17px}.office-help-close{border-radius:var(--office-radius-card);width:36px;height:36px;color:var(--office-text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.office-help-close:hover{background:var(--office-canvas);color:var(--office-text-strong)}.office-help-body{flex:1;padding:6px 20px 16px;overflow-y:auto}.office-help-entry{border-bottom:1px solid var(--office-hairline);gap:4px;padding:14px 0;display:grid}.office-help-entry h3{color:var(--office-text-strong);margin:0;font-size:14px;font-weight:800}.office-help-entry p{color:var(--office-text);margin:0;font-size:13px;line-height:1.5}.office-help-entry a{justify-self:start;font-size:13px;font-weight:700}.office-help-foot{border-top:1px solid var(--office-hairline);justify-items:start;gap:10px;padding:14px 20px 18px;display:grid}.office-help-foot a{font-size:13px;font-weight:700}.office-help-ask{gap:var(--office-space-2);width:100%;display:grid}.office-help-ask h3{color:var(--office-text-strong);margin:0;font-size:14px;font-weight:800}.office-help-ask textarea,.office-help-ask input{border:1px solid var(--office-hairline);border-radius:var(--office-radius-card);background:var(--office-surface);width:100%;min-height:44px;color:var(--office-text-strong);font:inherit;padding:8px 10px;font-size:14px}.office-help-ask textarea{resize:vertical}.office-help-ask button{justify-self:start}.office-help-ask button:disabled{cursor:progress;background:var(--office-canvas);color:var(--office-text-muted);opacity:1}.office-help-ask-status{margin:0;font-size:13px;font-weight:700}.office-help-ask-status[data-tone=success]{color:var(--office-brand)}.office-help-ask-status[data-tone=error]{color:var(--office-danger)}.office-topbar{justify-content:space-between;align-items:center;gap:var(--office-space-4);height:var(--office-topbar-h);background:var(--office-surface);border-bottom:1px solid var(--office-hairline);z-index:var(--z-sticky);grid-area:topbar;max-width:100%;padding:0 40px 0 32px;display:flex;position:sticky;top:0;overflow:hidden}:is(.office-topbar:has(.office-search-suggest),.office-topbar:has(.office-credits-popover)){overflow:visible}.office-topbar-left{align-items:center;gap:var(--office-space-3);flex:auto;min-width:0;display:flex}.office-location-switcher{border:1px solid var(--office-hairline);border-radius:var(--office-radius-chip);background:var(--office-surface);height:40px;color:var(--office-text-strong);white-space:nowrap;flex:none;align-items:center;gap:6px;padding:0 10px;font-size:13px;font-weight:700;display:inline-flex}.office-location-switcher .office-location-switcher-label{color:var(--office-text-muted);font-weight:600}.office-location-switcher select{color:var(--office-text-strong);cursor:pointer;background:0 0;border:none;min-height:38px;font-size:13px;font-weight:700}@media (width<=640px){.office-location-switcher .office-location-switcher-label{display:none}}.office-hamburger{border:1px solid var(--office-hairline);border-radius:var(--office-radius-chip);background:var(--office-surface);width:44px;height:44px;color:var(--office-text-strong);cursor:pointer;justify-content:center;align-items:center;transition:background .15s,box-shadow .15s,border-color .15s;display:none}.office-hamburger:hover{background:var(--office-canvas)}.office-global-search{align-items:center;gap:var(--office-space-2);max-width:620px;height:48px;padding:0 var(--office-space-3);border:1px solid var(--office-hairline);border-radius:var(--office-radius-card);background:var(--office-surface);color:var(--office-text-muted);flex:520px;grid-template-columns:24px minmax(0,1fr);margin-left:0;display:grid;position:relative}.office-global-search input{width:100%;min-height:44px;color:var(--office-text-strong);background:0 0;border:0;outline:0;padding:0;font-size:15px}.office-global-search input::placeholder{color:var(--office-text-muted)}.office-topbar-right{align-items:center;gap:var(--office-space-3);flex:0 auto;min-width:0;display:flex}.office-crm-status{align-items:center;gap:var(--office-space-2);border:1px solid var(--office-hairline);border-radius:var(--office-radius-card);min-height:54px;color:var(--office-text-strong);white-space:nowrap;padding:0 16px;text-decoration:none;display:inline-flex}.office-crm-status svg{color:var(--office-brand);flex:none}.office-crm-status[data-connected=false] svg{color:var(--office-text-muted)}.office-crm-status span{line-height:1.05;display:grid}.office-crm-status strong{font-size:14px;font-weight:700}.office-crm-status small{color:var(--office-text-muted);margin-top:2px;font-size:12px;font-weight:600}.office-credits{flex:none;min-width:0;position:relative}.office-credits-pill{align-items:center;gap:var(--office-space-2);background:var(--office-surface);border:1px solid var(--office-hairline);height:54px;color:var(--office-text);white-space:nowrap;cursor:pointer;border-radius:12px;padding:0 16px;font-size:13px;line-height:1;transition:background .15s,box-shadow .15s,border-color .15s;display:inline-flex}.office-credits-pill:hover{background:var(--office-canvas)}.office-show-me-how{border:1px solid var(--office-brand-border-strong,var(--office-brand));background:var(--office-brand-weak,#fff);min-width:44px;height:44px;color:var(--office-brand);white-space:nowrap;cursor:pointer;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:800;line-height:1;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.office-show-me-how:hover{background:var(--office-brand);color:#fff}.office-show-me-how:focus-visible{outline:2px solid var(--office-brand);outline-offset:2px}@media (width<=768px){.office-show-me-how span{display:none}.office-show-me-how{padding:0 12px}}.office-admin-link{align-items:center;gap:var(--office-space-2);border:1px solid var(--office-hairline);background:var(--office-surface);height:54px;color:var(--office-text-muted);white-space:nowrap;border-radius:12px;padding:0 14px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.office-admin-link:hover{background:var(--office-canvas);color:var(--office-text);border-color:var(--office-brand)}.office-credits-coin{color:var(--office-brand);background:var(--office-brand-weak);border-radius:999px;place-items:center;width:28px;height:28px;font-size:14px;line-height:1;display:grid}.office-credits-pill strong{color:var(--office-text-strong);font-variant-numeric:tabular-nums;font-size:16px;font-weight:800}.office-credits-text{gap:3px;line-height:1.05;display:grid}.office-credits-text small{color:var(--office-text-muted);font-size:12px;font-weight:600}.office-credits-popover{right:0;top:calc(100% + var(--office-space-2));width:260px;padding:var(--office-space-4);background:var(--office-surface);border:1px solid var(--office-hairline);border-radius:var(--office-radius-card);box-shadow:var(--office-shadow);z-index:40;position:absolute}.office-credits-popover h3{margin:0 0 var(--office-space-1);color:var(--office-text-muted);font-size:13px;font-weight:600}.office-credits-popover .office-credits-amount{align-items:baseline;gap:var(--office-space-2);color:var(--office-text-strong);font-variant-numeric:tabular-nums;font-size:24px;font-weight:600;display:flex}.office-credits-popover .office-credits-amount span{color:var(--office-text-muted);font-size:13px;font-weight:500}.office-credits-popover p{margin:var(--office-space-3) 0 var(--office-space-4);color:var(--office-text);font-size:13px;line-height:1.5}.office-credits-popover .office-btn{justify-content:center;width:100%}.office-account{align-items:center;gap:var(--office-space-2);min-width:44px;height:54px;min-height:44px;padding:0 var(--office-space-2) 0 var(--office-space-1);border-radius:var(--office-radius-pill);color:var(--office-text-strong);cursor:pointer;background:0 0;border:none;flex:0 auto;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,box-shadow .15s,border-color .15s;display:inline-flex}.office-account:hover{background:var(--office-canvas)}.office-avatar{border-radius:var(--office-radius-pill);background:var(--office-brand-weak);width:40px;height:40px;color:var(--office-brand);flex:none;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:inline-flex}.office-account-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.office-card{background:var(--office-surface);border:1px solid var(--office-hairline);border-radius:var(--office-radius-card);padding:var(--office-space-6);box-shadow:var(--rp-shadow-resting);transition:background .15s,box-shadow .15s,border-color .15s}.office-card:hover{box-shadow:var(--rp-shadow-raised)}.office-card+.office-card{margin-top:var(--office-space-6)}.office-table{border-collapse:collapse;width:100%;font-size:14px}.office-table thead th{padding:var(--office-space-3) var(--office-space-6);text-align:left;color:var(--office-text-muted);border-bottom:1px solid var(--office-hairline);font-size:12px;font-weight:500}.office-table tbody td{height:56px;padding:0 var(--office-space-6);color:var(--office-text);border-bottom:1px solid var(--office-hairline);vertical-align:middle;transition:background .15s,box-shadow .15s,border-color .15s}.office-table tbody tr:last-child td{border-bottom:none}.office-table tbody tr:hover td{background:var(--office-canvas)}.office-table tbody tr[aria-selected=true] td{background:var(--office-brand-weak)}.office-table .num{text-align:right;font-variant-numeric:tabular-nums}.office-btn{justify-content:center;align-items:center;gap:var(--office-space-2);height:var(--ctrl-h);min-height:var(--ctrl-h);padding:0 var(--office-space-4);border-radius:var(--ctrl-radius);font-size:var(--ctrl-font-size);font-weight:var(--ctrl-font-weight);cursor:pointer;white-space:nowrap;border:1px solid #0000;line-height:1;text-decoration:none;transition:background .15s,box-shadow .15s,border-color .15s;display:inline-flex}.office-btn svg{flex:none;display:block}.office-btn--primary{background:var(--office-brand);color:#fff}.office-btn--primary:hover{background:var(--office-brand-hover)}.office-btn--secondary{background:var(--office-surface);border-color:var(--office-hairline);color:var(--office-text-strong)}.office-btn--secondary:hover{background:var(--office-canvas)}.office-btn--ghost{color:var(--office-text-strong);background:0 0;border-color:#0000}.office-btn--ghost:hover{background:var(--office-canvas)}.office-btn--link{height:auto;min-height:var(--ctrl-h);padding:0 var(--office-space-2);border-radius:var(--ctrl-radius);color:var(--office-brand);background:0 0;border:none}.office-btn[aria-pressed=true],.office-btn[data-active=true],.office-btn[aria-selected=true]{background:var(--office-brand-weak);border-color:var(--office-brand);color:var(--office-brand)}.office-btn:focus-visible{outline:2px solid var(--office-brand);outline-offset:2px}.office-btn:disabled,.office-btn[aria-disabled=true]{opacity:.5;pointer-events:none}@media (width<=640px),(pointer:coarse){.office-btn,.office-btn--link{min-height:44px}}.office-drawer-scrim,.office-bottom-nav{display:none}@media (width<=1024px){.office-shell,.office-shell[data-collapsed=true]{grid-template-columns:1fr;grid-template-areas:"topbar""main"}.office-hamburger{display:inline-flex}.office-sidebar{z-index:var(--z-drawer);width:var(--office-sidebar-w);height:100vh;box-shadow:var(--office-shadow);transition:transform .16s;position:fixed;top:0;left:0;transform:translate(-100%)}.office-shell[data-drawer-open=true] .office-sidebar{transform:translate(0)}.office-shell[data-collapsed=true] .office-nav-link{padding:0 var(--office-space-3);justify-content:flex-start;gap:var(--office-space-3)}.office-shell[data-collapsed=true] .office-nav-label,.office-shell[data-collapsed=true] .office-sidebar-brand .rp-logo-copy{display:inline}.office-shell[data-collapsed=true] .office-sidebar-footer{display:grid}.office-shell[data-drawer-open=true] .office-drawer-scrim{z-index:var(--z-scrim);background:#14181b52;display:block;position:fixed;inset:0}.office-sidebar-toggle{display:none}.office-global-search{flex:auto;min-width:0;max-width:none;display:grid}.office-topbar{gap:8px;padding-inline:16px}.office-topbar-left,.office-topbar-right{gap:8px}.office-account-name{display:none}.office-account{flex:0 0 44px;justify-content:center;width:44px;min-width:44px;padding:0}}@media (width>=641px) and (width<=900px){.office-crm-status{flex:0 0 44px;justify-content:center;width:44px;min-width:44px;height:44px;min-height:44px;padding:0}.office-crm-status span{display:none}}@media (width<=640px){.office-main{padding:var(--office-space-4);padding-bottom:calc(104px + env(safe-area-inset-bottom));scroll-padding-bottom:calc(104px + env(safe-area-inset-bottom))}.connection-status{bottom:calc(64px + 16px + env(safe-area-inset-bottom))}.office-topbar{gap:6px;height:64px;padding:0 10px}.office-topbar-left{flex:1 1 0;gap:6px;min-width:0}.office-topbar-right{flex:none;gap:6px;min-width:max-content}.office-location-switcher{flex:54px;min-width:44px;max-width:90px;padding:0 6px;overflow:hidden}.office-location-switcher select{text-overflow:ellipsis;min-width:0;max-width:100%}.office-global-search{flex:0 0 48px;grid-template-columns:1fr;justify-items:center;width:48px;min-width:48px;max-width:48px;height:44px;padding:0;display:grid;position:relative;overflow:hidden}.office-global-search svg{pointer-events:none;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.office-global-search:focus-within svg{opacity:0}.office-global-search input{text-align:center;width:44px;min-width:44px;min-height:44px;color:var(--office-text-strong);caret-color:var(--office-text-strong);padding:0}.office-global-search input::placeholder{color:#0000}.office-account-name{display:none}.office-account{flex:0 0 44px;justify-content:center;width:44px;min-width:44px;height:44px;padding:0}.office-crm-status{display:none}.office-show-me-how{flex:0 0 42px;width:42px;height:42px;padding:0}.office-credits{flex:none}.office-credits-pill{border-radius:var(--office-radius-pill);gap:6px;height:42px;padding:0 8px}.office-credits-coin{width:26px;height:26px}.office-credits-pill strong{text-overflow:ellipsis;max-width:46px;font-size:13px;overflow:hidden}.office-credits-text small{display:none}.office-avatar{width:36px;height:36px;font-size:13px}.office-credits-popover{width:min(260px, calc(100vw - var(--office-space-8)))}.office-bottom-nav{z-index:var(--z-bottom-nav);min-height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--office-surface);border-top:1px solid var(--office-hairline);display:flex;position:fixed;bottom:0;left:0;right:0}.office-bottom-nav-link{min-width:0;color:var(--office-text-muted);white-space:nowrap;text-overflow:ellipsis;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:2px;max-width:100%;min-height:56px;padding:5px 3px;font-size:12px;font-weight:600;line-height:1.05;text-decoration:none;display:flex;overflow:hidden}.office-bottom-nav-link.active{color:var(--office-brand)}.office-bottom-nav-link svg{color:inherit;flex:none}.office-bottom-nav-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;display:block;overflow:hidden}}.scout-typeahead{position:relative}.scout-suggest-list{inset-inline:0;z-index:30;background:var(--rp-white);border:1px solid var(--rp-hairline);border-radius:10px;max-height:280px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);overflow:auto;box-shadow:0 10px 30px #0f172a24}.scout-suggest-option{cursor:pointer;border-radius:7px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"street chip""city chip";align-items:center;gap:1px 10px;padding:8px 10px;display:grid}.scout-suggest-option[data-active=true],.scout-suggest-option:hover{background:var(--rp-brand-weak)}.scout-suggest-street{color:var(--rp-ink);text-overflow:ellipsis;white-space:nowrap;grid-area:street;font-size:14px;font-weight:600;overflow:hidden}.scout-suggest-city{color:var(--rp-text-muted);grid-area:city;font-size:12px}.scout-score-chip{background:var(--rp-brand-weak);min-width:30px;height:20px;color:var(--rp-brand);font-variant-numeric:tabular-nums;border-radius:999px;grid-area:chip;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.office-search-suggest{z-index:60;top:calc(100% + 6px)}
