.host-shell-root{--co-bg:var(--cohost-color-background-canvas);--co-surface:var(--cohost-color-background-surface);--co-surface-muted:var(--cohost-color-background-surface-warm);--co-border:var(--cohost-color-border-default);--co-border-muted:var(--cohost-color-border-subtle);--co-ink:var(--cohost-color-text-primary);--co-text:var(--cohost-color-text-secondary);--co-text-muted:var(--cohost-color-text-muted);--co-text-subtle:var(--cohost-color-text-muted);--co-pine-900:var(--cohost-color-text-primary);--co-pine-700:var(--cohost-color-text-link);--co-pine-600:var(--cohost-color-action-primary-background-hover);--co-pine-500:var(--cohost-color-text-link);--co-pine-100:var(--cohost-color-background-selected);--co-pine-050:var(--cohost-color-background-selected);--co-success:var(--cohost-color-status-success-foreground);--co-success-bg:var(--cohost-color-status-success-background);--co-warning:var(--cohost-color-status-warning-foreground);--co-warning-bg:var(--cohost-color-status-warning-background);--co-danger:var(--cohost-color-status-error-foreground);--co-danger-bg:var(--cohost-color-status-error-background);--co-info:var(--cohost-color-status-info-foreground);--co-info-bg:var(--cohost-color-status-info-background);--co-radius-sm:var(--cohost-radius-sm);--co-radius-md:var(--cohost-radius-md);--co-radius-lg:var(--cohost-radius-lg);--co-radius-xl:var(--cohost-radius-xl);--co-shadow-sm:var(--cohost-elevation-sm);--co-shadow-md:var(--cohost-elevation-md);--co-shadow-lg:var(--cohost-elevation-lg);background:var(--cohost-color-background-canvas);min-height:100vh;color:var(--cohost-color-text-secondary);font-family:var(--cohost-font-family-product)}.co-page{background:var(--cohost-color-background-canvas);min-height:100vh;padding-top:var(--host-nav-pt,calc(64px + var(--promo-banner-h,0px)))}.co-container{max-width:var(--cohost-content-width-standard);padding:var(--cohost-layout-page-padding-desktop)var(--cohost-layout-page-padding-desktop)var(--cohost-space-16);margin:0 auto}.co-container--narrow{max-width:var(--cohost-content-width-narrow)}.co-container--wide{max-width:var(--cohost-content-width-wide)}.co-page .cohost-page-header{margin-bottom:var(--cohost-space-6)}.co-page-rich-subtitle{margin:calc(-1*var(--cohost-space-4))0 var(--cohost-space-6)}.co-page-head{justify-content:space-between;align-items:flex-start;gap:var(--cohost-space-4);margin-bottom:var(--cohost-space-6);flex-wrap:wrap;display:flex}.co-page-title{font-size:var(--cohost-font-size-2xl);font-weight:var(--cohost-font-weight-semibold);color:var(--cohost-color-text-primary);letter-spacing:var(--cohost-font-letter-spacing-tight);line-height:var(--cohost-font-line-height-snug);margin:0}.co-page-sub{color:var(--cohost-color-text-secondary);font-size:var(--cohost-font-size-base);margin:var(--cohost-space-1)0 0;line-height:var(--cohost-font-line-height-normal);max-width:60ch}.co-page-actions{align-items:center;gap:var(--cohost-space-2);flex:none;display:flex}.co-card{background:var(--co-surface,#fff);border:1px solid var(--co-border,#e6e1d7);border-radius:var(--cohost-radius-lg);padding:var(--cohost-space-5);box-shadow:var(--cohost-elevation-sm)}.co-card+.co-card{margin-top:.875rem}.co-card-title{color:var(--co-ink,#14201b);letter-spacing:-.01em;margin:0;font-size:.9375rem;font-weight:650}.co-card-sub{color:var(--co-text-muted,#5c6b62);margin:.25rem 0 0;font-size:.8125rem;line-height:1.5}.co-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;display:grid}@media (max-width:720px){.co-card-grid{grid-template-columns:1fr}}.co-pill{letter-spacing:.02em;white-space:nowrap;border:1px solid transparent;border-radius:999px;align-items:center;gap:.3rem;padding:.15rem .6rem;font-size:.6875rem;font-weight:650;display:inline-flex}.co-pill--live{background:var(--co-success-bg,#dcefe3);color:var(--co-success,#2a7d52)}.co-pill--warn{background:var(--co-warning-bg,#fbefd7);color:#8a5a12}.co-pill--muted{background:var(--co-surface-muted,#fbfaf6);color:var(--co-text-muted,#5c6b62);border-color:var(--co-border,#e6e1d7)}.co-pill--info{background:var(--co-info-bg,#dceaf6);color:var(--co-info,#2f6fb0)}.co-pill--danger{background:var(--co-danger-bg,#fae3dd);color:var(--co-danger,#c0452f)}.co-pill--brand{background:var(--co-pine-050,#f1f5f1);color:var(--co-pine-700,#1f4d3a)}.co-pill-dot{background:currentColor;border-radius:999px;width:6px;height:6px}.co-btn{min-height:var(--cohost-control-height-default);padding:var(--cohost-space-2)var(--cohost-space-4);border-radius:var(--cohost-radius-md);font-size:var(--cohost-font-size-sm);font-weight:var(--cohost-font-weight-semibold);cursor:pointer;min-height:var(--cohost-control-height-default);border:1px solid transparent;justify-content:center;align-items:center;gap:.4rem;font-family:inherit;line-height:1.2;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.co-btn--primary{background:var(--cohost-color-action-primary-background);color:var(--cohost-color-action-primary-foreground)}.co-btn--primary:hover{background:var(--cohost-color-action-primary-background-hover)}.co-btn--secondary{background:var(--co-surface,#fff);color:var(--co-pine-700,#1f4d3a);border-color:var(--co-border,#e6e1d7)}.co-btn--secondary:hover{background:var(--co-pine-050,#f1f5f1)}.co-btn--ghost{color:var(--co-text-muted,#5c6b62);border-color:var(--co-border,#e6e1d7);background:0 0}.co-btn--ghost:hover{color:var(--co-ink,#14201b);background:var(--co-surface-muted,#fbfaf6)}.co-btn--danger{color:var(--co-danger,#c0452f);border-color:var(--co-border,#e6e1d7);background:0 0}.co-btn--danger:hover{background:var(--co-danger-bg,#fae3dd);border-color:var(--co-danger-bg,#fae3dd)}.co-btn--sm{padding:.3rem .6rem;font-size:.75rem}.co-btn:disabled,.co-btn--disabled{opacity:.55;cursor:not-allowed;filter:none}.co-btn:focus-visible{outline:var(--cohost-focus-ring-width)solid var(--cohost-color-focus-ring);outline-offset:var(--cohost-focus-ring-offset)}.co-input,.co-textarea,.co-select{box-sizing:border-box;border:1px solid var(--co-border,#e6e1d7);width:100%;min-height:var(--cohost-control-height-default);border-radius:var(--cohost-radius-md);padding:var(--cohost-space-2)var(--cohost-space-3);font-size:var(--cohost-font-size-sm);color:var(--co-ink,#14201b);background:var(--co-surface,#fff);min-height:var(--cohost-control-height-default);font-family:inherit}.co-textarea{resize:vertical;line-height:1.5}.co-input:focus-visible{outline:var(--cohost-focus-ring-width)solid var(--cohost-color-focus-ring);outline-offset:var(--cohost-focus-ring-offset)}.co-textarea:focus-visible{outline:var(--cohost-focus-ring-width)solid var(--cohost-color-focus-ring);outline-offset:var(--cohost-focus-ring-offset)}.co-select:focus-visible{outline:var(--cohost-focus-ring-width)solid var(--cohost-color-focus-ring);outline-offset:var(--cohost-focus-ring-offset)}.co-label{color:var(--co-text-muted,#5c6b62);margin-bottom:.3rem;font-size:.75rem;font-weight:600;display:block}.co-meter{background:var(--co-border-muted,#f0ece3);border-radius:999px;height:6px;overflow:hidden}.co-meter-fill{background:var(--cohost-color-action-primary-background);border-radius:999px;height:100%;transition:width .3s}.co-empty{background:var(--co-surface,#fff);border:1px solid var(--co-border,#e6e1d7);border-radius:var(--co-radius-lg,.875rem);text-align:center;padding:3rem 1.5rem}.co-empty-illustration{justify-content:center;margin:-.75rem 0 .75rem;display:flex}.co-empty-title{color:var(--co-ink,#14201b);margin:0 0 .5rem;font-size:1.125rem;font-weight:650}.co-empty-text{color:var(--co-text-muted,#5c6b62);max-width:46ch;margin:0 auto 1.25rem;font-size:.875rem;line-height:1.55}@media (pointer:coarse){.co-btn,.co-input,.co-textarea,.co-select{min-height:var(--cohost-control-height-touch)}}.co-notice{border-radius:10px;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:.875rem 1rem;font-size:.8125rem;line-height:1.5;display:flex}.co-notice--brand{background:var(--co-pine-050,#f1f5f1);border:1px solid var(--co-pine-100,#e7ede7);color:var(--co-pine-900,#14201b)}.co-notice--warn{background:var(--co-warning-bg,#fbefd7);color:#6d4a10;border:1px solid #f3ddb0}.co-notice-dismiss{color:inherit;opacity:.6;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;margin-left:auto;padding:.1rem .3rem;font-size:.9rem;line-height:1}.co-notice-dismiss:hover{opacity:1}.co-setting-row{border-top:1px solid var(--co-border-muted,#f0ece3);flex-wrap:wrap;align-items:center;gap:.625rem .75rem;padding:.75rem 0;display:flex}.co-setting-name{color:var(--co-ink,#14201b);flex:160px;min-width:0;font-size:.875rem;font-weight:500}.co-setting-hint{color:var(--co-text-muted,#5c6b62);flex-basis:100%;margin:0;font-size:.75rem;line-height:1.5}.co-switch{background:var(--co-border,#e6e1d7);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:44px;height:24px;padding:0;transition:background .15s;position:relative}.co-switch[aria-checked=true]{background:var(--co-pine-700,#1f4d3a)}.co-switch:focus-visible{outline:2px solid var(--co-pine-700,#1f4d3a);outline-offset:2px}.co-switch-knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px rgba(20,32,27,.2)}.co-switch[aria-checked=true] .co-switch-knob{transform:translate(20px)}.co-skeleton{background:linear-gradient(90deg,var(--co-border-muted,#f0ece3)25%,var(--co-surface-muted,#fbfaf6)50%,var(--co-border-muted,#f0ece3)75%);background-size:200% 100%;border-radius:8px;animation:1.4s infinite co-shimmer}@keyframes co-shimmer{to{background-position:-200% 0}}.co-route-loader{--co-route-accent:var(--cohost-color-action-primary-background);top:var(--promo-banner-h,0px);pointer-events:none;z-index:1600;height:30px;position:fixed;left:0;right:0}.co-route-loader[data-resource=property],.co-route-loader[data-resource=photos]{--co-route-accent:#b96832}.co-route-loader[data-resource=inbox],.co-route-loader[data-resource=team]{--co-route-accent:#3f708d}.co-route-loader[data-resource=connections],.co-route-loader[data-resource=settings]{--co-route-accent:#2f725a}.co-route-loader[data-resource=playground],.co-route-loader[data-resource=guide],.co-route-loader[data-resource=signs]{--co-route-accent:#75579c}.co-route-loader[data-resource=local-picks]{--co-route-accent:#a87527}.co-route-loader__track{background:color-mix(in srgb,var(--co-route-accent)12%,transparent);height:3px;position:absolute;top:0;left:0;right:0;overflow:visible}.co-route-loader__runner{border-radius:0 var(--cohost-radius-full)var(--cohost-radius-full)0;background:var(--co-route-accent);height:3px;box-shadow:0 1px 5px color-mix(in srgb,var(--co-route-accent)28%,transparent);transform-origin:0;position:absolute;top:0;bottom:0;left:0;right:0;transform:scaleX(.12)}.co-route-loader.is-loading .co-route-loader__runner{animation:co-route-loader-progress 1.4s var(--cohost-motion-easing-emphasized)forwards}.co-route-loader.is-complete .co-route-loader__runner{transition:transform .18s var(--cohost-motion-easing-standard);transform:scaleX(1)}.co-route-loader__corgi{border:var(--cohost-border-width-default)solid var(--cohost-color-border-subtle);border-radius:var(--cohost-radius-full);background:var(--cohost-color-background-surface);width:26px;height:26px;box-shadow:var(--cohost-elevation-sm);padding:2px;position:absolute;top:-10px;left:calc(12% - 13px)}.co-route-loader.is-loading .co-route-loader__corgi{animation:co-route-corgi-travel 1.4s var(--cohost-motion-easing-emphasized)forwards}.co-route-loader.is-complete .co-route-loader__corgi{opacity:0;transition:opacity .12s var(--cohost-motion-easing-standard)}@keyframes co-route-loader-progress{0%{transform:scaleX(.12)}55%{transform:scaleX(.58)}to{transform:scaleX(.84)}}@keyframes co-route-corgi-travel{0%{opacity:0;transform:translate(-6px)rotate(-3deg)scale(.9)}14%{opacity:1;transform:translate(calc(10vw - 6px),-1px)rotate(-1deg)scale(1)}55%{opacity:1;transform:translate(46vw,-1px)rotate(-1deg)scale(1)}to{opacity:1;transform:translate(72vw)rotate(0)scale(1)}}@media (max-width:767px){.co-container,.co-container--narrow,.co-container--wide{padding:var(--cohost-layout-page-padding-mobile)var(--cohost-layout-page-padding-mobile)calc(var(--cohost-space-16) + env(safe-area-inset-bottom))}.co-btn,.co-btn--sm,.co-input,.co-textarea,.co-select,.co-kebab{min-height:var(--cohost-control-height-touch)}.co-btn--sm{padding:var(--cohost-space-2)var(--cohost-space-3)}}.co-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.co-divider{background:var(--co-border-muted,#f0ece3);border:none;height:1px;margin:1rem 0}.co-kicker{text-transform:uppercase;letter-spacing:.06em;color:var(--co-text-subtle,#8a988f);margin:0 0 .625rem;font-size:.6875rem;font-weight:700}.co-menu-root{flex-shrink:0;display:inline-flex;position:relative}.co-kebab{width:30px;height:30px;color:var(--co-text-muted,#5c6b62);cursor:pointer;background:0 0;border:1px solid transparent;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.co-kebab:hover,.co-kebab[aria-expanded=true]{background:var(--co-surface-muted,#fbfaf6);border-color:var(--co-border,#e6e1d7);color:var(--co-ink,#14201b)}.co-kebab:focus-visible{outline:2px solid var(--co-pine-700,#1f4d3a);outline-offset:1px}.co-menu{background:var(--co-surface,#fff);border:1px solid var(--co-border,#e6e1d7);min-width:190px;max-width:260px;box-shadow:var(--co-shadow-md,0 4px 12px rgba(20,32,27,.07));z-index:60;border-radius:10px;flex-direction:column;padding:.3rem;display:flex;position:absolute;top:calc(100% + 4px)}.co-menu--right{right:0}.co-menu--left{left:0}.co-menu-item{text-align:left;width:100%;color:var(--co-ink,#14201b);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:.45rem .6rem;font-family:inherit;font-size:.8125rem;font-weight:500;text-decoration:none;display:block}.co-menu-item:hover{background:var(--co-surface-muted,#fbfaf6)}.co-menu-item--danger{color:var(--co-danger,#c0452f)}.co-menu-item--danger:hover{background:var(--co-danger-bg,#fae3dd)}.co-menu-item:disabled{opacity:.5;cursor:not-allowed}.co-menu-divider{background:var(--co-border-muted,#f0ece3);height:1px;margin:.3rem .2rem}.co-savebar{align-items:center;gap:var(--cohost-space-4);padding:var(--cohost-space-2)var(--cohost-space-2)var(--cohost-space-2)var(--cohost-space-4);color:var(--cohost-color-text-primary);background:color-mix(in srgb,var(--cohost-color-background-surface)90%,transparent);border:var(--cohost-border-width-default)solid color-mix(in srgb,var(--cohost-color-border-default)78%,transparent);border-radius:var(--cohost-radius-xl);box-shadow:var(--cohost-elevation-lg);-webkit-backdrop-filter:blur(16px)saturate(.92);backdrop-filter:blur(16px)saturate(.92);z-index:70;max-width:calc(100vw - 24px);display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.co-savebar-msg{align-items:center;gap:var(--cohost-space-2);font-size:var(--cohost-font-size-sm);font-weight:var(--cohost-font-weight-medium);white-space:nowrap;display:inline-flex}.co-savebar-msg:before{content:"";width:var(--cohost-space-2);height:var(--cohost-space-2);flex:0 0 var(--cohost-space-2);border-radius:var(--cohost-radius-full);background:var(--cohost-color-status-warning-foreground)}.co-savebar-actions{align-items:center;gap:var(--cohost-space-2);flex-wrap:nowrap;display:inline-flex}.co-savebar .co-btn--ghost{color:var(--cohost-color-text-secondary);border-color:transparent}.co-savebar .co-btn--ghost:hover{color:var(--cohost-color-text-primary);background:var(--cohost-color-background-surface-warm)}.co-savebar-save{min-width:8.5rem;box-shadow:var(--cohost-elevation-sm);transition:background-color var(--cohost-motion-duration-fast)var(--cohost-motion-easing-standard),box-shadow var(--cohost-motion-duration-fast)var(--cohost-motion-easing-standard),transform var(--cohost-motion-duration-fast)var(--cohost-motion-easing-standard)}.co-savebar-save:hover:not(:disabled){box-shadow:var(--cohost-elevation-md);transform:translateY(-1px)}.co-savebar-spinner{width:var(--cohost-icon-size-sm);height:var(--cohost-icon-size-sm);box-sizing:border-box;border:var(--cohost-border-width-strong)solid currentColor;border-radius:var(--cohost-radius-full);animation:cohost-spin var(--cohost-motion-duration-reveal)var(--cohost-motion-easing-linear)infinite;border-right-color:transparent}@media (max-width:768px){.co-savebar{bottom:calc(72px + env(safe-area-inset-bottom));z-index:131}}@media (max-width:380px){.co-savebar{box-sizing:border-box;flex-wrap:wrap;width:calc(100vw - 24px)}.co-savebar-msg,.co-savebar-actions{width:100%}.co-savebar-actions .co-btn{flex:1}}.co-tabs{border-bottom:1px solid var(--co-border,#e6e1d7);scrollbar-width:none;gap:.25rem;display:flex;overflow-x:auto}.co-tabs::-webkit-scrollbar{display:none}.co-tab{color:var(--co-text-muted,#5c6b62);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid transparent;align-items:center;gap:.45rem;margin-bottom:-1px;padding:.55rem .75rem;font-family:inherit;font-size:.8438rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.co-tab:hover{color:var(--co-ink,#14201b)}.co-tab[aria-selected=true],.co-tab--active{color:var(--co-pine-700,#1f4d3a);border-bottom-color:var(--co-pine-700,#1f4d3a)}.co-subtabs{flex-wrap:wrap;gap:.375rem;margin:.875rem 0 1rem;display:flex}.co-subtab{border:1px solid var(--co-border,#e6e1d7);background:var(--co-surface,#fff);color:var(--co-text-muted,#5c6b62);cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-family:inherit;font-size:.75rem;font-weight:600;text-decoration:none;display:inline-flex}.co-subtab:hover{color:var(--co-ink,#14201b)}.co-subtab[aria-selected=true],.co-subtab--active{background:var(--co-pine-050,#f1f5f1);border-color:var(--co-pine-100,#e7ede7);color:var(--co-pine-700,#1f4d3a)}.co-collapse{border:1px solid var(--co-border,#e6e1d7);background:var(--co-surface,#fff);border-radius:10px}.co-collapse+.co-collapse{margin-top:.625rem}.co-collapse-summary{color:var(--co-ink,#14201b);cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.8125rem;font-weight:600;list-style:none;display:flex}.co-collapse-summary::-webkit-details-marker{display:none}.co-collapse-summary:after{content:"";border-right:1.7px solid var(--co-text-muted,#5c6b62);border-bottom:1.7px solid var(--co-text-muted,#5c6b62);width:8px;height:8px;margin-left:auto;transition:transform .15s;transform:rotate(45deg)}.co-collapse[open]>.co-collapse-summary:after{transform:rotate(-135deg)}.co-collapse-body{padding:0 1rem .875rem}.co-crumbs{color:var(--co-text-subtle,#8a988f);align-items:center;gap:.4rem;margin:0 0 .35rem;font-size:.75rem;display:flex}.co-crumbs a{color:var(--co-text-muted,#5c6b62);text-decoration:none}.co-crumbs a:hover{color:var(--co-pine-700,#1f4d3a);text-decoration:underline}.co-crumbs-sep{opacity:.6}@media (max-width:768px){.co-container{padding:var(--cohost-layout-page-padding-tablet)var(--cohost-layout-page-padding-tablet)var(--cohost-space-12)}}@media (max-width:560px){.co-container{padding:var(--cohost-layout-page-padding-mobile)var(--cohost-layout-page-padding-mobile)var(--cohost-space-10)}.co-page-head{align-items:stretch;gap:var(--cohost-space-3);flex-direction:column}.co-page-actions,.co-page-actions>*{width:100%}}@media (prefers-reduced-motion:reduce){.co-btn,.co-meter-fill,.co-switch,.co-switch-knob,.co-kebab,.co-tab,.co-collapse-summary:after{transition:none}.co-skeleton{animation:none}.co-route-loader__runner,.co-route-loader__corgi,.co-savebar-spinner,.co-savebar-save{transition:none!important;animation:none!important}.co-route-loader.is-loading .co-route-loader__runner{transform:scaleX(.7)}.co-route-loader.is-complete .co-route-loader__runner{transform:scaleX(1)}.co-route-loader.is-loading .co-route-loader__corgi{opacity:1;left:calc(70% - 13px);transform:none}}
