.shell-floating-surface,.shell-menu-surface,.shell-popover-surface,.shell-tooltip-surface{border:1px solid var(--floating-border);background:var(--floating-overlay),var(--floating-bg);color:var(--floating-text);box-shadow:var(--shadow-elevated);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.shell-floating-surface,.shell-menu-surface,.shell-popover-surface{border-radius:var(--tm-radius-lg,12px)}.shell-menu-surface,.shell-popover-surface{padding:var(--tm-floating-padding,14px)}.shell-floating-surface[data-state=closed],.shell-popover-root[data-state=closed]{pointer-events:none}.shell-floating-surface[data-position-ready=false],.shell-popover-root[data-position-ready=false]{visibility:hidden;pointer-events:none}.shell-floating-surface--tone-context.shell-menu-surface{padding:8px;border-radius:var(--tm-radius-xl,16px);border-color:color-mix(in srgb,var(--floating-border) 94%,transparent);background:var(--floating-overlay),color-mix(in srgb,var(--floating-bg) 96%,transparent);box-shadow:0 18px 40px rgb(0 0 0/.16),0 2px 8px rgb(0 0 0/.08);-webkit-backdrop-filter:blur(18px) saturate(1.06);backdrop-filter:blur(18px) saturate(1.06)}.shell-menu-surface[data-side=top],.shell-popover-root[data-side=top]>.shell-menu-surface{transform-origin:bottom left}.shell-menu-surface[data-side=bottom],.shell-popover-root[data-side=bottom]>.shell-menu-surface{transform-origin:top left}.shell-menu-surface[data-side=right],.shell-popover-root[data-side=right]>.shell-menu-surface{transform-origin:left top}.shell-menu-surface[data-side=left],.shell-popover-root[data-side=left]>.shell-menu-surface{transform-origin:right top}.shell-menu-surface[data-state=open][data-side=bottom],.shell-menu-surface[data-state=open][data-side=top],.shell-popover-root[data-state=open][data-side=bottom]>.shell-menu-surface,.shell-popover-root[data-state=open][data-side=top]>.shell-menu-surface{animation:shell-context-menu-scale-in .15s cubic-bezier(.16,1,.3,1)}.shell-floating-surface[data-position-ready=false],.shell-menu-surface[data-position-ready=false],.shell-popover-root[data-position-ready=false]>.shell-menu-surface{animation:none}.shell-menu-surface[data-state=closed][data-side=bottom],.shell-menu-surface[data-state=closed][data-side=top],.shell-popover-root[data-state=closed][data-side=bottom]>.shell-menu-surface,.shell-popover-root[data-state=closed][data-side=top]>.shell-menu-surface{animation:shell-context-menu-scale-out .15s cubic-bezier(.7,0,.84,0)}.shell-menu-surface[data-state=open][data-side=right],.shell-popover-root[data-state=open][data-side=right]>.shell-menu-surface{animation:shell-context-submenu-in-right .15s cubic-bezier(.16,1,.3,1)}.shell-menu-surface[data-state=closed][data-side=right],.shell-popover-root[data-state=closed][data-side=right]>.shell-menu-surface{animation:shell-context-submenu-out-right .15s cubic-bezier(.16,1,.3,1)}.shell-menu-surface[data-state=open][data-side=left],.shell-popover-root[data-state=open][data-side=left]>.shell-menu-surface{animation:shell-context-submenu-in-left .15s cubic-bezier(.16,1,.3,1)}.shell-menu-surface[data-state=closed][data-side=left],.shell-popover-root[data-state=closed][data-side=left]>.shell-menu-surface{animation:shell-context-submenu-out-left .15s cubic-bezier(.16,1,.3,1)}.shell-popover-root,.shell-tooltip-root{z-index:inherit}@keyframes shell-context-menu-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shell-context-menu-scale-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes shell-context-submenu-in-right{0%{opacity:0;transform:translateX(5px)}to{opacity:1;transform:translateX(0)}}@keyframes shell-context-submenu-out-right{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-5px)}}@keyframes shell-context-submenu-in-left{0%{opacity:0;transform:translateX(-5px)}to{opacity:1;transform:translateX(0)}}@keyframes shell-context-submenu-out-left{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(5px)}}.shell-tooltip-surface{padding:6px 9px;border-radius:var(--tm-radius-sm,6px);font-size:var(--tm-font-size-xs,11px);line-height:1.25;white-space:nowrap;box-shadow:var(--shadow-tooltip)}.shell-menu-list{display:flex;flex-direction:column;gap:0}.shell-menu-row{width:100%;min-height:36px;display:flex;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:var(--tm-radius-lg,12px);background:transparent;color:var(--floating-text);font-size:var(--tm-font-size-sm,13px);font-weight:var(--tm-font-weight-medium,500);line-height:1.15;text-align:left;cursor:pointer;transition:background var(--tm-transition-fast,.1s) var(--tm-ease-standard,ease),color var(--tm-transition-fast,.1s) var(--tm-ease-standard,ease),opacity var(--tm-transition-fast,.1s) var(--tm-ease-standard,ease)}.shell-menu-row--compact{min-height:30px;gap:6px;padding-inline:8px 6px;border-radius:6px;font-size:12px;line-height:18px}.shell-menu-row--context{min-height:36px;gap:10px;padding-inline:10px;border-radius:8px}.shell-menu-row--active,.shell-menu-row:focus-visible,.shell-menu-row:hover{background:color-mix(in srgb,var(--surface-hover) 82%,transparent);outline:none}.shell-menu-row--selected{color:var(--floating-text);background:color-mix(in srgb,var(--surface-hover) 76%,transparent)}.shell-menu-row--disabled,.shell-menu-row:disabled{color:var(--floating-muted);cursor:default;opacity:.58}.shell-menu-row--disabled:focus-visible,.shell-menu-row--disabled:hover,.shell-menu-row:disabled:focus-visible,.shell-menu-row:disabled:hover{background:transparent}.shell-menu-row__leading,.shell-menu-row__trailing{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.shell-menu-row__leading{width:20px;min-width:20px}.shell-menu-row__trailing{margin-left:auto;color:var(--floating-muted)}.shell-menu-row__label{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-menu-row__shortcut{flex:0 0 auto;display:inline-flex;align-items:center;margin-left:auto;color:var(--floating-muted);font-size:11px}.shell-menu-row__shortcut+.shell-menu-row__trailing{margin-left:6px}.shell-menu-separator{height:9px;position:relative}.shell-menu-separator:after{content:"";position:absolute;inset:4px 8px;height:1px;background:color-mix(in srgb,var(--floating-border) 88%,transparent)}.shell-sidebar__footer{border-top:1px solid var(--sidebar-footer-border);padding:4px 8px;display:flex;flex-direction:column;gap:4px;box-shadow:none}.shell-sidebar__account{width:100%}.shell-sidebar__account-trigger-shell{display:flex;align-items:stretch;width:100%;min-height:48px;gap:8px;padding-inline:0;box-sizing:border-box;overflow:hidden}.shell-sidebar__account-trigger{min-width:0;flex:1 1;min-height:48px;display:flex;align-items:center;gap:0;padding:0 8px 0 0;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--sidebar-text);cursor:pointer;transition:background var(--tm-transition-fast,.1s) var(--tm-ease-standard,ease),border-color var(--tm-transition-fast,.1s) var(--tm-ease-standard,ease),color var(--tm-transition-fast,.1s) var(--tm-ease-standard,ease)}.shell-sidebar__account-trigger.is-open,.shell-sidebar__account-trigger:focus-visible,.shell-sidebar__account-trigger:hover{background:var(--sidebar-hover-bg);border-color:transparent}.shell-sidebar__account-trigger.is-collapsed{justify-content:center;padding-right:0}.shell-sidebar__account-avatar-slot{width:56px;min-width:56px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.shell-sidebar__account-avatar,.shell-sidebar__account-menu-avatar{width:32px;height:32px;border-radius:999px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:color-mix(in srgb,var(--accent-soft) 48%,var(--floating-bg));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--floating-border) 100%,transparent);color:var(--accent-text);font-size:var(--tm-font-size-xs,11px);font-weight:var(--tm-font-weight-semibold,600)}.shell-sidebar__account-avatar-image,.shell-sidebar__account-menu-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.shell-sidebar__account-avatar-fallback,.shell-sidebar__account-menu-avatar-fallback{letter-spacing:.04em}.shell-sidebar__account-copy{min-width:0;display:flex;flex:1 1;align-items:center;padding-right:8px}.shell-sidebar__account-name{min-width:0;color:var(--sidebar-text);font-size:var(--tm-font-size-sm,13px);font-weight:var(--tm-font-weight-medium,500);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-sidebar__account-accessories{display:inline-flex;align-items:stretch;gap:0;flex:0 0 auto}.shell-sidebar__account-accessories.is-collapsed{display:none}.shell-sidebar__account-accessory-slot{flex:0 0 auto;min-width:44px;width:44px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:4px 0;border-radius:12px;transition:background var(--tm-transition-fast,.1s) var(--tm-ease-standard,ease)}.shell-sidebar__account-accessory-slot:focus-within,.shell-sidebar__account-accessory-slot:hover{background:color-mix(in srgb,var(--sidebar-hover-bg) 92%,transparent)}.shell-sidebar__account-accessory-slot.is-collapsed{display:none}.shell-sidebar__account-accessory{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;align-self:center;margin:0 auto;border:0;border-radius:10px;background:transparent;color:var(--sidebar-action);cursor:default;transition:background var(--tm-transition-fast,.1s) var(--tm-ease-standard,ease),color var(--tm-transition-fast,.1s) var(--tm-ease-standard,ease)}.shell-sidebar__account-accessory:focus-visible,.shell-sidebar__account-accessory:hover{color:var(--sidebar-action-hover)}.shell-sidebar__account-accessory.is-collapsed{display:none}.shell-sidebar__account-menu.shell-floating-surface.shell-menu-surface,.shell-sidebar__account-submenu.shell-floating-surface.shell-menu-surface{will-change:transform,opacity}.shell-sidebar__account-menu.shell-floating-surface.shell-menu-surface{width:min(272px,calc(100vw - 20px))}.shell-sidebar__account-submenu.shell-floating-surface.shell-menu-surface{width:232px}.shell-sidebar__account-menu-profile{display:flex;align-items:center;gap:8px;margin-bottom:4px;padding:8px 8px 10px;width:100%;border-radius:var(--tm-radius-md,10px);border:0;background:transparent;box-shadow:none;text-align:left;cursor:pointer}.shell-sidebar__account-menu-profile:focus-visible,.shell-sidebar__account-menu-profile:hover{background:color-mix(in srgb,var(--floating-text) 5%,transparent)}.shell-sidebar__account-menu-profile-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.shell-sidebar__account-menu-profile-name{color:var(--floating-text);font-size:12px;font-weight:var(--tm-font-weight-semibold,600);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-sidebar__account-menu-profile-email{color:var(--floating-muted);font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-sidebar__account-menu-list,.shell-sidebar__account-submenu-list{gap:0}.shell-sidebar__account-menu-row.shell-menu-row,.shell-sidebar__account-submenu-row.shell-menu-row{color:var(--floating-text);min-height:32px;gap:8px;padding-inline:8px;font-size:12px;line-height:1.1}.shell-sidebar__account-menu-row .shell-menu-row__leading,.shell-sidebar__account-submenu-row .shell-menu-row__leading{width:14px;min-width:14px;color:inherit}.shell-sidebar__account-menu-row .shell-menu-row__label,.shell-sidebar__account-submenu-row .shell-menu-row__label{min-width:0}.shell-sidebar__account-menu-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:0}.shell-sidebar__account-menu-sublabel,.shell-sidebar__account-menu-title{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-sidebar__account-menu-title{color:inherit;font-size:12px;line-height:1.15}.shell-sidebar__account-menu-sublabel{color:var(--floating-muted);font-size:9px;line-height:1.15}.shell-sidebar__account-menu-row.has-sublabel.shell-menu-row{min-height:42px;align-items:center}.shell-sidebar__account-menu-row.is-danger{color:color-mix(in srgb,#ff9f8f 86%,var(--floating-text))}.shell-sidebar__account-menu-row.is-danger:focus-visible,.shell-sidebar__account-menu-row.is-danger:hover{background:color-mix(in srgb,#d45b4d 18%,transparent)}.shell-sidebar__account-menu-row.shell-menu-row--disabled,.shell-sidebar__account-menu-row.shell-menu-row:disabled,.shell-sidebar__account-submenu-row.shell-menu-row--disabled,.shell-sidebar__account-submenu-row.shell-menu-row:disabled{color:var(--floating-muted)}.shell-sidebar__account-menu-value{font-weight:var(--tm-font-weight-regular,400)}.shell-sidebar__account-menu-row .shell-menu-row__trailing,.shell-sidebar__account-menu-value,.shell-sidebar__account-submenu-row .shell-menu-row__trailing{color:var(--floating-muted);font-size:10px}.shell-sidebar__account-menu-separator{margin:4px 0}.shell-profile-edit-modal__backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;background:color-mix(in srgb,var(--text-primary) 10%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.shell-profile-edit-modal{width:min(448px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 40px));display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;background:var(--card-bg);box-shadow:var(--shadow-elevated);color:var(--text-primary);overflow:hidden}.shell-profile-edit-modal__header{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:10px 16px}.shell-profile-edit-modal__title{margin:0;font-size:18px;font-weight:500;line-height:1.4}.shell-profile-edit-modal__close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:var(--text-muted);cursor:pointer}.shell-profile-edit-modal__close:focus-visible,.shell-profile-edit-modal__close:hover{background:var(--surface-hover,color-mix(in srgb,var(--button-bg,#fbfbf9) 72%,var(--card-bg,#ffffff)));color:var(--text-primary)}.shell-profile-edit-modal__close-icon{width:14px;height:14px}.shell-profile-edit-modal__body{overflow-y:auto;padding:4px 16px 16px}.shell-profile-edit-avatar-block,.shell-profile-edit-modal__form{display:flex;flex-direction:column}.shell-profile-edit-avatar-block{align-items:center;gap:10px;padding:24px 0}.shell-profile-edit-avatar-button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:4px;border:0;border-radius:999px;background:transparent;cursor:pointer;line-height:0;vertical-align:top}.shell-profile-edit-avatar-button:focus-visible,.shell-profile-edit-avatar-button:hover{background:var(--surface-hover,color-mix(in srgb,var(--button-bg,#fbfbf9) 72%,var(--card-bg,#ffffff)))}.shell-profile-edit-avatar-frame{width:128px;height:128px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;background:var(--surface-muted,color-mix(in srgb,var(--button-bg,#fbfbf9) 64%,var(--card-bg,#ffffff)));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--text-primary) 10%,transparent)}.shell-profile-edit-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.shell-profile-edit-avatar-fallback{font-size:32px;font-weight:700;letter-spacing:.04em}.shell-profile-edit-avatar-chip{position:absolute;right:8px;bottom:10px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--button-bg,#fbfbf9);color:var(--text-secondary);box-shadow:0 0 0 1px color-mix(in srgb,var(--text-primary) 10%,transparent),0 8px 20px rgb(0 0 0/.12);transition:background-color var(--tm-transition-fast,.14s) ease,color var(--tm-transition-fast,.14s) ease,box-shadow var(--tm-transition-fast,.14s) ease}.shell-profile-edit-avatar-button:focus-visible .shell-profile-edit-avatar-chip,.shell-profile-edit-avatar-button:hover .shell-profile-edit-avatar-chip{background:var(--surface-hover,color-mix(in srgb,var(--button-bg,#fbfbf9) 72%,var(--card-bg,#ffffff)));color:var(--text-primary);box-shadow:0 0 0 1px color-mix(in srgb,var(--text-primary) 16%,transparent),0 10px 24px rgb(0 0 0/.16)}.shell-profile-edit-avatar-chip-icon{width:14px;height:14px}.shell-profile-edit-avatar-file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.shell-profile-edit-avatar-name{font-size:13px;line-height:1.2;color:var(--text-secondary)}.shell-profile-edit-field{margin:4px 0;padding:9px 12px 8px;border:1px solid var(--line);border-radius:10px;background:var(--card-bg)}.shell-profile-edit-field:focus-within{border-color:color-mix(in srgb,var(--text-primary) 22%,var(--line));box-shadow:0 0 0 1px color-mix(in srgb,var(--text-primary) 16%,transparent)}.shell-profile-edit-field-label{display:block;margin-bottom:4px;font-size:12px;font-weight:500;line-height:1.2;color:var(--text-primary)}.shell-profile-edit-field-input-wrap{position:relative}.shell-profile-edit-field-input{width:100%;padding:0;border:0;outline:none;box-shadow:none;background:transparent;color:var(--text-primary);font-size:14px;line-height:1.4;-moz-appearance:none;appearance:none;-webkit-appearance:none}.shell-profile-edit-field-input:focus,.shell-profile-edit-field-input:focus-visible{outline:none;box-shadow:none}.shell-profile-edit-field-input::placeholder{color:var(--text-muted)}.shell-profile-edit-modal__note{margin:18px 0 0;font-size:12px;line-height:1.35;text-align:left;color:var(--text-muted)}.shell-profile-edit-modal__footer{display:flex;flex-direction:row-reverse;justify-content:flex-start;gap:12px;margin-top:16px}.shell-profile-edit-modal__action{height:36px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--button-bg);color:var(--text-primary);font-size:13px;font-weight:600;cursor:pointer}.shell-profile-edit-modal__action:focus-visible,.shell-profile-edit-modal__action:hover{background:var(--surface-hover,color-mix(in srgb,var(--button-bg,#fbfbf9) 72%,var(--card-bg,#ffffff)))}.shell-profile-edit-modal__action.is-primary{border-color:color-mix(in srgb,var(--text-primary) 12%,transparent);background:var(--text-primary);color:var(--active-text)}.shell-profile-edit-modal__action.is-primary:focus-visible,.shell-profile-edit-modal__action.is-primary:hover{background:color-mix(in srgb,var(--text-primary) 92%,white)}.shell-profile-edit-modal__action.is-primary:disabled,.shell-profile-edit-modal__action:disabled{background:var(--surface-hover,color-mix(in srgb,var(--button-bg,#fbfbf9) 72%,var(--card-bg,#ffffff)));color:var(--text-muted);border-color:var(--line);cursor:not-allowed}.marketplace-page-shell{width:100%}.marketplace-page{display:flex;flex-direction:column;gap:32px;width:min(100%,1520px);margin-inline:auto}.marketplace-page--with-aside{width:min(100%,1120px)}.marketplace-page__hero{padding:4px 0 0}.marketplace-page__content{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:24px;gap:24px;width:100%}.marketplace-page__content--full{grid-template-columns:minmax(0,1fr)}.marketplace-page__main{min-width:0;padding-bottom:32px}.marketplace-page__aside{min-width:0}.marketplace-stack{display:flex;flex-direction:column;gap:48px}.marketplace-page__main>.marketplace-stack:last-child{padding-bottom:16px}.marketplace-hero{display:flex;flex-direction:column;gap:20px}.marketplace-hero__copy{display:flex;flex-direction:column;gap:12px}.marketplace-hero__top-row{display:flex;align-items:center;min-height:21px}.marketplace-breadcrumbs{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;min-height:21px;width:-moz-fit-content;width:fit-content;max-width:100%;color:color-mix(in srgb,var(--text-muted) 88%,transparent);font-size:12px;line-height:1.4}.marketplace-breadcrumbs__link.marketplace-inline-link{display:inline-flex;gap:4px;width:-moz-fit-content;width:fit-content;flex:0 0 auto;font-size:12px;color:color-mix(in srgb,var(--text-secondary) 92%,transparent)}.marketplace-breadcrumbs__link svg{width:12px;height:12px;flex:0 0 12px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.marketplace-breadcrumbs__link:focus-visible,.marketplace-breadcrumbs__link:hover{color:var(--text-primary)}.marketplace-breadcrumbs__separator{color:color-mix(in srgb,var(--text-muted) 72%,transparent)}.marketplace-breadcrumbs__current{font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb,var(--text-primary) 78%,var(--text-secondary))}.marketplace-hero__headline{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px 20px}.marketplace-hero__title-wrap{display:flex;align-items:center;gap:16px;min-width:0;flex:1 1 520px}.marketplace-hero__title-stack{display:flex;flex-direction:column;gap:6px;min-width:0}.marketplace-hero__icon{width:40px;height:40px;border-radius:8px}.marketplace-hero__eyebrow{font-size:12px;line-height:16px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.marketplace-hero__title{margin:0;font-size:clamp(28px,4vw,34px);line-height:1.12;letter-spacing:-.03em;color:var(--text-primary)}.marketplace-hero__description{margin:0;max-width:752px;font-size:16px;line-height:1.5;color:var(--text-primary)}.marketplace-hero__controls{display:flex;flex-direction:column;gap:12px;flex-shrink:0;justify-content:center}.marketplace-action-strip,.marketplace-hero__actions{display:flex;flex-wrap:wrap;gap:10px}.marketplace-hero__actions{justify-content:flex-start;align-items:center}.marketplace-chip-row--hero{gap:6px}.marketplace-search{display:flex;align-items:center;width:min(100%,300px);min-height:40px;padding:0 16px;border:0;border-radius:999px;background:color-mix(in srgb,var(--text-primary) 2.5%,transparent);transition:background-color var(--tm-transition-fast) var(--tm-ease-standard),box-shadow var(--tm-transition-fast) var(--tm-ease-standard)}.marketplace-search:focus-within{background:color-mix(in srgb,var(--text-primary) 4%,transparent);box-shadow:var(--tm-focus-ring)}.marketplace-button svg,.marketplace-command-panel__action svg,.marketplace-entry-card__chevron,.marketplace-resource-row__chevron,.marketplace-search__icon,.marketplace-section__action svg{width:16px;height:16px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.marketplace-search__icon{display:inline-flex;color:var(--text-muted);margin-right:10px}.marketplace-search__input{width:100%;border:0;padding:0;background:transparent;color:var(--text-primary);outline:0;font:inherit;font-size:16px;line-height:inherit}.marketplace-search__input::placeholder{color:var(--text-secondary);opacity:.6}.marketplace-search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:24px 16px;border-radius:8px;background:color-mix(in srgb,var(--text-primary) 2.5%,transparent);text-align:center}.marketplace-search-empty__title{margin:0;font-size:18px;line-height:1.4;font-weight:450;color:var(--text-primary)}.marketplace-search-empty__description{margin:0 0 8px;font-size:18px;line-height:1.4;font-weight:450;color:var(--text-secondary)}.marketplace-search-empty__action{border:0;padding:0;background:transparent;color:var(--text-secondary);font:inherit;font-size:13px;line-height:1.4;cursor:pointer;transition:color var(--tm-transition-fast) var(--tm-ease-standard)}.marketplace-search-empty__action:focus-visible,.marketplace-search-empty__action:hover{color:var(--text-primary)}.marketplace-section{display:flex;flex-direction:column;gap:16px}.marketplace-section__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px}.marketplace-section__copy{min-width:0}.marketplace-section__title{margin:0;font-size:21px;line-height:1.3;font-weight:600;color:var(--text-primary)}.marketplace-section__description{margin:6px 0 0;font-size:14px;line-height:1.5;color:var(--text-secondary)}.marketplace-inline-link,.marketplace-section__action{display:inline-flex;align-items:center;gap:6px;border:0;padding:0;background:transparent;color:var(--text-secondary);font-size:13px;line-height:1.4;cursor:pointer;transition:color var(--tm-transition-fast) var(--tm-ease-standard)}.marketplace-inline-link:focus-visible,.marketplace-inline-link:hover,.marketplace-section__action:focus-visible,.marketplace-section__action:hover{color:var(--text-primary)}.marketplace-entry-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:10px;gap:10px}.marketplace-entry-card,.marketplace-resource-row{display:flex;align-items:center;gap:12px;width:100%;min-height:74px;padding:14px 15px;border:1px solid var(--line);border-radius:10px;background:var(--card-bg);color:inherit;text-align:left;transition:border-color var(--tm-transition-fast) var(--tm-ease-standard),background-color var(--tm-transition-fast) var(--tm-ease-standard),box-shadow var(--tm-transition-fast) var(--tm-ease-standard),transform var(--tm-transition-fast) var(--tm-ease-standard)}.marketplace-entry-card{cursor:pointer;box-shadow:inset 0 1px 0 rgb(255 255 255/.58)}.marketplace-entry-card--accent,.marketplace-entry-card--success,.marketplace-entry-card--warning{border-color:var(--line);background:color-mix(in srgb,var(--hover-bg) 58%,var(--card-bg));box-shadow:none}.marketplace-entry-card:focus-visible,.marketplace-entry-card:hover{border-color:color-mix(in srgb,var(--accent) 22%,var(--line));background:color-mix(in srgb,var(--hover-bg) 76%,var(--card-bg));box-shadow:inset 0 1px 0 rgb(255 255 255/.7),0 10px 22px rgb(21 23 26/.06)}.marketplace-entry-card--accent:focus-visible,.marketplace-entry-card--accent:hover,.marketplace-entry-card--success:focus-visible,.marketplace-entry-card--success:hover,.marketplace-entry-card--warning:focus-visible,.marketplace-entry-card--warning:hover{border-color:var(--line);background:color-mix(in srgb,var(--hover-bg) 70%,var(--card-bg));box-shadow:none}.marketplace-entry-card:focus-visible .marketplace-entry-card__summary,.marketplace-entry-card:focus-visible .marketplace-entry-card__title,.marketplace-entry-card:hover .marketplace-entry-card__summary,.marketplace-entry-card:hover .marketplace-entry-card__title{color:var(--text-primary)}.marketplace-entry-card:focus-visible .marketplace-entry-card__chevron,.marketplace-entry-card:hover .marketplace-entry-card__chevron{color:var(--text-primary);transform:translateX(2px)}.marketplace-resource-row:hover{border-color:color-mix(in srgb,var(--accent) 26%,var(--line));background:color-mix(in srgb,var(--hover-bg) 45%,var(--card-bg));transform:translateY(-1px);box-shadow:0 12px 24px rgb(28 28 25/8%)}.marketplace-entry-card__body,.marketplace-resource-row__body{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:3px}.marketplace-entry-card__heading,.marketplace-resource-row__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.marketplace-entry-card__title,.marketplace-resource-row__title{font-size:14px;line-height:1.3;font-weight:500;letter-spacing:-.01em;color:var(--text-primary);transition:color var(--tm-transition-fast) var(--tm-ease-standard)}.marketplace-resource-row__meta{font-size:12px;line-height:1.4;color:var(--text-muted)}.marketplace-command-panel__hint,.marketplace-entry-card__summary,.marketplace-resource-row__summary{margin:0;font-size:12px;line-height:1.35;color:var(--text-secondary);transition:color var(--tm-transition-fast) var(--tm-ease-standard)}.marketplace-entry-card__summary{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.marketplace-entry-card__chevron,.marketplace-resource-row__chevron{color:var(--text-muted);transition:color var(--tm-transition-fast) var(--tm-ease-standard),transform var(--tm-transition-fast) var(--tm-ease-standard)}.marketplace-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid color-mix(in srgb,var(--line) 88%,white);border-radius:8px;background:color-mix(in srgb,var(--hover-bg) 48%,var(--card-bg));color:var(--text-secondary);flex-shrink:0;box-shadow:none}.marketplace-icon-badge--accent,.marketplace-icon-badge--success,.marketplace-icon-badge--warning{border-color:color-mix(in srgb,var(--line) 88%,white);background:color-mix(in srgb,var(--hover-bg) 48%,var(--card-bg));color:var(--text-secondary)}.marketplace-icon-badge__content{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:18px;font-weight:700;letter-spacing:0}.marketplace-icon-badge__content svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.marketplace-chip-row{display:flex;flex-wrap:wrap;gap:8px}.marketplace-chip-row--compact{margin-top:10px}.marketplace-chip{display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border-radius:999px;background:color-mix(in srgb,var(--hover-bg) 65%,var(--card-bg));color:var(--badge-text);font-size:11px;line-height:1}.marketplace-chip--muted{background:color-mix(in srgb,var(--hover-bg) 70%,var(--card-bg));color:var(--text-secondary)}.marketplace-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease,box-shadow .12s ease,transform .12s ease;letter-spacing:-.01em;text-decoration:none}.marketplace-button--primary,.marketplace-button--primary:link,.marketplace-button--primary:visited{border-color:color-mix(in srgb,var(--accent) 72%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 92%,white 8%),color-mix(in srgb,var(--accent) 100%,black 10%));color:#fff;box-shadow:inset 0 1px 0 color-mix(in srgb,white 18%,transparent),0 8px 18px color-mix(in srgb,var(--accent) 24%,transparent)}.marketplace-button--primary:hover{border-color:color-mix(in srgb,var(--accent) 82%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 84%,white 16%),color-mix(in srgb,var(--accent) 96%,black 4%));color:#fff;box-shadow:inset 0 1px 0 color-mix(in srgb,white 24%,transparent),0 10px 22px color-mix(in srgb,var(--accent) 30%,transparent)}.marketplace-button--primary:focus-visible{color:#fff;box-shadow:inset 0 1px 0 color-mix(in srgb,white 24%,transparent),0 0 0 3px color-mix(in srgb,var(--accent) 20%,transparent),0 10px 22px color-mix(in srgb,var(--accent) 28%,transparent)}.marketplace-button--secondary{background:var(--card-bg);border-color:var(--line);color:var(--text-primary)}.marketplace-button--ghost:hover,.marketplace-button--secondary:hover{background:var(--hover-bg)}.marketplace-button--ghost{background:transparent;border-color:transparent;color:var(--text-secondary)}.marketplace-command-panel{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px 14px 18px;border:1px solid var(--line);border-radius:10px;background:color-mix(in srgb,var(--hover-bg) 58%,var(--card-bg))}.marketplace-command-panel__copy{min-width:0;flex:1 1}.marketplace-command-panel__label{font-size:13px;line-height:1.4;color:var(--text-secondary);font-weight:500}.marketplace-command-panel__command{display:block;margin-top:6px;font-family:var(--tm-font-mono);font-size:13px;line-height:1.7;color:var(--text-primary);overflow-wrap:anywhere;white-space:pre-wrap}.marketplace-resource-group{display:flex;flex-direction:column;gap:10px}.marketplace-resource-group__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.marketplace-resource-group__header>div{min-width:0}.marketplace-detail-block{display:flex;flex-direction:column;gap:10px}.marketplace-detail-block__header{display:inline-flex;align-items:center;gap:8px;min-height:24px}.marketplace-detail-block__title{margin:0;font-size:16px;line-height:1.5;font-weight:500;color:var(--text-secondary)}.marketplace-detail-block__count,.marketplace-resource-group__description{font-size:16px;line-height:1.5;color:color-mix(in srgb,var(--text-secondary) 52%,transparent)}.marketplace-resource-group__title,.marketplace-side-rail__title{margin:0;font-size:16px;line-height:1.4;font-weight:600;color:var(--text-primary)}.marketplace-resource-group__description{margin:0}.marketplace-resource-group__list{display:flex;flex-direction:column;gap:0}.marketplace-detail-block__surface,.marketplace-resource-group__list{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:color-mix(in srgb,var(--hover-bg) 58%,var(--card-bg))}.marketplace-detail-block__rows{display:flex;flex-direction:column}.marketplace-detail-block__code{margin:0;max-height:360px;overflow-y:auto;padding:14px 16px 14px 18px;font-family:var(--tm-font-mono);font-size:13px;line-height:1.7;color:var(--text-primary);white-space:pre-wrap;word-break:break-word}.marketplace-resource-group__empty{padding:18px;border:1px dashed var(--line);border-radius:14px;color:var(--text-muted);font-size:14px}.marketplace-back-row{display:flex;align-items:center}.marketplace-side-rail{display:flex;flex-direction:column;gap:16px}.marketplace-side-rail__panel{padding:16px;border:1px solid var(--line);border-radius:10px;background:var(--card-bg)}.marketplace-side-rail__repo-list{display:flex;flex-direction:column;gap:18px}.marketplace-side-rail__repo-row{display:flex;flex-direction:column;gap:8px}.marketplace-side-rail__repo-heading{display:inline-flex;align-items:center;gap:6px;font-family:var(--tm-font-mono);font-size:12px;line-height:1.4;font-weight:600;letter-spacing:.08em;color:var(--text-primary)}.marketplace-side-rail__repo-stat-icon,.marketplace-side-rail__repo-verified{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:var(--accent)}.marketplace-side-rail__repo-stat-icon--star{color:color-mix(in srgb,#f5b400 72%,var(--text-primary))}.marketplace-side-rail__repo-stat-icon svg,.marketplace-side-rail__repo-verified svg{width:14px;height:14px}.marketplace-side-rail__repo-verified svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3}.marketplace-side-rail__repo-stat-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4}.marketplace-side-rail__repo-stat-icon--star svg{fill:currentColor;stroke:none}.marketplace-side-rail__repo-link,.marketplace-side-rail__repo-stat{font-family:var(--tm-font-mono);font-size:14px;line-height:1.5}.marketplace-side-rail__repo-link{word-break:break-all}.marketplace-side-rail__repo-stat{display:inline-flex;align-items:center;gap:8px;color:var(--text-primary)}.marketplace-side-rail__meta-list{display:flex;flex-direction:column;gap:14px}.marketplace-side-rail__meta-row{display:flex;flex-direction:column;gap:4px}.marketplace-side-rail__meta-label{font-size:12px;line-height:1.4;color:var(--text-muted)}.marketplace-side-rail__meta-value{font-size:14px;line-height:1.5;color:var(--text-primary)}.marketplace-side-rail__meta-link{color:var(--text-primary);text-decoration:none;transition:color .16s ease}.marketplace-side-rail__meta-link:focus-visible,.marketplace-side-rail__meta-link:hover{color:var(--accent)}.marketplace-side-rail__panel>.marketplace-side-rail__title{margin-bottom:10px}.marketplace-side-rail__links{display:flex;flex-direction:column;gap:10px;margin-top:0}.marketplace-side-rail__link{color:var(--accent);font-size:14px;line-height:1.4}.marketplace-metadata-list{display:grid;grid-gap:12px;gap:12px;margin:0}.marketplace-metadata-list__row{display:grid;grid-template-columns:minmax(max-content,auto) minmax(0,1fr);align-items:start;grid-column-gap:12px;column-gap:12px;grid-row-gap:4px;row-gap:4px}.marketplace-metadata-list__row dt{font-size:12px;line-height:1.4;color:var(--text-muted)}.marketplace-metadata-list__row dd{margin:0;font-size:14px;line-height:1.5;color:var(--text-primary);text-align:right;min-width:0}.marketplace-section--detail{gap:10px}.marketplace-section--detail .marketplace-section__header{align-items:center}.marketplace-section--detail .marketplace-section__title{font-size:16px;line-height:1.5;font-weight:500;color:var(--text-secondary)}.marketplace-section--detail .marketplace-section__description{margin:0;font-size:16px;line-height:1.5;color:color-mix(in srgb,var(--text-secondary) 52%,transparent)}.marketplace-detail-block__row,.marketplace-resource-group .marketplace-resource-row{min-height:51px;padding:12px 14px 12px 18px;border-width:0 0 1px;border-style:solid;border-color:var(--line);border-radius:0;background:transparent;box-shadow:none}.marketplace-detail-block__row:last-child,.marketplace-resource-group .marketplace-resource-row:last-child{border-bottom:0}.marketplace-detail-block__row:focus-visible,.marketplace-detail-block__row:hover,.marketplace-resource-group .marketplace-resource-row:focus-visible,.marketplace-resource-group .marketplace-resource-row:hover{background:color-mix(in srgb,var(--hover-bg) 82%,var(--card-bg));transform:none;box-shadow:none}.marketplace-detail-block__row .marketplace-icon-badge,.marketplace-resource-group .marketplace-resource-row .marketplace-icon-badge{width:32px;height:32px}.marketplace-detail-block__row .marketplace-icon-badge__content,.marketplace-resource-group .marketplace-resource-row .marketplace-icon-badge__content{width:18px;height:18px;font-size:14px}.marketplace-detail-block__row .marketplace-resource-row__title,.marketplace-resource-group .marketplace-resource-row .marketplace-resource-row__title{font-size:16px;line-height:1.35;font-weight:500}.marketplace-detail-block__row .marketplace-resource-row__summary,.marketplace-resource-group .marketplace-resource-row .marketplace-resource-row__summary{font-size:13px;line-height:1.45}@media (min-width:900px){.marketplace-page__content--with-aside{grid-template-columns:minmax(0,1fr) 280px;align-items:start}.marketplace-hero{flex-direction:column;align-items:stretch;justify-content:flex-start}.marketplace-hero__controls{align-items:flex-end;justify-content:center}.marketplace-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:899px){.marketplace-hero__headline{align-items:flex-start}.marketplace-hero__controls,.marketplace-hero__title-wrap{width:100%}.marketplace-hero__controls{align-items:flex-start}}@media (min-width:1360px){.marketplace-page__content--with-aside{grid-template-columns:minmax(0,1fr) 320px}.marketplace-entry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}:root{--sidebar-width:244px;--sidebar-collapsed-width:56px;--app-bg:#f6f6f3;--sidebar-bg:#f3f3ef;--sidebar-border:#e3e4de;--text-primary:#1c1c19;--text-secondary:#4a4b45;--text-muted:#75776d;--active-bg:#161616;--hover-bg:rgb(28 28 25/4%);--hover-bg-strong:rgb(28 28 25/6%);--table-row-hover-bg:#efefe9;--table-row-selected-bg:#e8e8e2;--line:#e2e3dc;--accent:#616de1;--accent-soft:rgb(97 109 225/14%);--badge-bg:#e9e9e2;--badge-text:#3c3d38;--icon-chip-bg:#ebebe5;--icon-chip-hover-bg:#e3e4de;--button-bg:#fbfbf9;--card-bg:#ffffff;--placeholder-bg-1:#f6f6f3;--placeholder-bg-2:#efefe9;--danger-text:#b42318;--danger-bg-soft:#fff4f2;--danger-border:#f3cbc6;--bg:var(--app-bg);--surface:var(--card-bg);--surface-bg:var(--card-bg);--surface-elevated:var(--card-bg);--surface-muted:color-mix(in srgb,var(--hover-bg-strong) 72%,var(--card-bg) 28%);--surface-hover:var(--hover-bg-strong);--surface-selected:var(--table-row-selected-bg);--workspace-bg:var(--card-bg);--topbar-bg:var(--card-bg);--topbar-border:var(--line);--subbar-bg:var(--card-bg);--subbar-border:var(--line);--toolbar-control-bg:var(--button-bg);--toolbar-control-border:var(--line);--description-bg:var(--badge-bg);--border:var(--line);--text:var(--text-primary);--text-faint:var(--text-muted);--text-inverse:var(--active-text);--radius:8px;--shadow-elevated:0 12px 36px rgb(15 23 42/10%);--font-regular:"CursorGothic","GeistSans","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-monospace:"GeistSans","SFMono Regular",Consolas,Menlo,monospace}html[data-theme=dark]{--app-bg:#141414;--sidebar-bg:#141414;--sidebar-border:color-mix(in oklab,#e4e4e4 8%,transparent);--text-primary:color-mix(in oklab,#e4e4e4 94%,transparent);--text-secondary:color-mix(in oklab,#e4e4e4 70%,transparent);--text-muted:color-mix(in oklab,#e4e4e4 48%,transparent);--active-bg:color-mix(in oklab,#e4e4e4 8%,transparent);--active-text:#ffffff;--hover-bg:color-mix(in oklab,#e4e4e4 6%,transparent);--hover-bg-strong:color-mix(in oklab,#e4e4e4 8%,transparent);--table-row-hover-bg:color-mix(in oklab,#e4e4e4 4%,transparent);--table-row-selected-bg:color-mix(in oklab,#5da1e5 12%,transparent);--line:color-mix(in oklab,#e4e4e4 8%,transparent);--accent:#5da1e5;--badge-bg:color-mix(in oklab,#e4e4e4 6%,transparent);--badge-text:color-mix(in oklab,#e4e4e4 70%,transparent);--icon-chip-bg:color-mix(in oklab,#e4e4e4 4%,#181818);--icon-chip-hover-bg:color-mix(in oklab,#e4e4e4 6%,#181818);--button-bg:color-mix(in oklab,#e4e4e4 4%,#181818);--card-bg:#181818;--placeholder-bg-1:#141414;--placeholder-bg-2:#181818;--danger-text:#ff8a80;--danger-bg-soft:#2f1618;--danger-border:#5a2528;--shadow-elevated:0 20px 40px rgb(0 0 0/34%)}html[data-theme=ash]{--app-bg:#1f232a;--sidebar-bg:#1c2027;--sidebar-border:#3a414d;--text-primary:#f0f3f9;--text-secondary:#cdd4df;--text-muted:#98a2b3;--active-bg:#2c333d;--active-text:#ffffff;--hover-bg:rgb(255 255 255/5%);--hover-bg-strong:rgb(255 255 255/8%);--table-row-hover-bg:#2b3038;--table-row-selected-bg:#313a46;--line:#3a414d;--accent:#7db0f6;--badge-bg:#303742;--badge-text:#eef3fa;--icon-chip-bg:#232831;--icon-chip-hover-bg:#313844;--button-bg:#262c35;--card-bg:#2b3038;--placeholder-bg-1:#1f232a;--placeholder-bg-2:#2b3038;--danger-text:#ffb2aa;--danger-bg-soft:#39181d;--danger-border:#6d2d34;--shadow-elevated:0 18px 38px rgb(0 0 0/38%)}html[data-theme=onyx]{--app-bg:#101216;--sidebar-bg:#101216;--sidebar-border:#242b35;--text-primary:#edf1f6;--text-secondary:#c4ccd8;--text-muted:#8d96a4;--active-bg:#212732;--active-text:#ffffff;--hover-bg:rgb(255 255 255/6%);--hover-bg-strong:rgb(255 255 255/10%);--table-row-hover-bg:#1b2129;--table-row-selected-bg:#212833;--line:#242b35;--accent:#5da1e5;--badge-bg:#232a34;--badge-text:#e7edf5;--icon-chip-bg:#15191f;--icon-chip-hover-bg:#222933;--button-bg:#151a21;--card-bg:#181d24;--placeholder-bg-1:#101216;--placeholder-bg-2:#181d24;--danger-text:#ff9b92;--danger-bg-soft:#2a1114;--danger-border:#582126;--shadow-elevated:0 18px 38px rgb(0 0 0/48%)}body{font-family:var(--font-regular);background:var(--app-bg);transition:background-color .16s ease,color .16s ease;scrollbar-color:var(--dashboard-scrollbar-thumb,color-mix(in srgb,var(--text-muted) 30%,transparent)) transparent}body::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar-thumb{background:var(--dashboard-scrollbar-thumb,color-mix(in srgb,var(--text-muted) 30%,transparent));border-radius:999px}body::-webkit-scrollbar-thumb:hover{background:var(--dashboard-scrollbar-thumb-hover,color-mix(in srgb,var(--text-muted) 42%,transparent))}button,input,select{font:inherit}:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 52%,transparent);outline-offset:2px}::selection{background:color-mix(in srgb,var(--accent) 24%,transparent)}.page-shell{min-height:100vh;height:100vh;display:flex;flex-direction:column;overflow:hidden}.orchestor-sidebar{position:fixed;top:var(--orchestor-app-switcher-height);left:0;width:var(--sidebar-width);height:calc(100vh - var(--orchestor-app-switcher-height));border-right:1px solid var(--sidebar-border);background:var(--sidebar-bg);box-shadow:none;z-index:20;transition:width .22s ease,border-color .16s ease,background-color .16s ease}html[data-shell-sidebar-resizing=true] .orchestor-sidebar,html[data-shell-sidebar-resizing=true] .orchestor-workspace-sidebar,html[data-shell-sidebar-resizing=true] .orchestor-workspace-sidebar-resize-handle:before{transition:none!important}.orchestor-sidebar-body,.orchestor-sidebar-expanded{height:100%}.orchestor-sidebar-body{display:flex;flex-direction:column}.orchestor-sidebar-header{display:flex;justify-content:space-between;align-items:center;height:54px;box-sizing:border-box;padding:8px 12px;border-bottom:1px solid var(--line)}.header-actions{display:inline-flex;align-items:center;gap:8px}.header-actions .icon-button{width:35px;height:35px;border:0;background:transparent}.header-actions .icon-button:hover{background:var(--hover-bg)}.brand-link,.brand-logo{display:inline-flex;align-items:center;justify-content:center}.brand-logo{width:32px;height:32px;border-radius:10px;font-size:14px;font-weight:700;color:#ffffff;background:linear-gradient(135deg,#7a818d,#454b55)}.brand-symbol{width:28px;height:28px;color:var(--accent);display:block}.icon-button{width:28px;height:28px;border-radius:4px;border:1px solid var(--line);background:var(--button-bg);color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.icon-button:hover{background:var(--hover-bg);color:var(--text-primary)}.icon-button-sm{width:24px;height:24px;border-radius:6px}.icon-16{width:16px;height:16px}.icon-14{width:14px;height:14px}.orchestor-sidebar-scroll{flex:1 1;overflow:auto;padding:12px 8px 10px;display:flex;flex-direction:column;min-height:0}.nav-group-wrap{margin-top:10px;margin-bottom:6px}.nav-group{display:flex;align-items:center;gap:4px;min-height:28px;padding:6px 8px;border-radius:4px;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav-group:hover{background:transparent}.group-label{font-size:12px;font-weight:450;color:color-mix(in srgb,var(--text-muted) 84%,transparent);opacity:.82;transition:color .14s ease,opacity .14s ease,font-weight .14s ease}.nav-group:focus-visible .group-label,.nav-group:focus-within .group-label,.nav-group:hover .group-label,.nav-group[aria-expanded=true] .group-label{color:var(--text-secondary);opacity:1;font-weight:560}.group-chevron{color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;margin-left:2px;opacity:0;transition:opacity .14s ease;pointer-events:none}.nav-group-wrap:focus-within .group-chevron,.nav-group-wrap:hover .group-chevron,.nav-group:focus-visible .group-chevron,.nav-group:focus-within .group-chevron,.nav-group:hover .group-chevron{opacity:1}.nav-sub-list{display:flex;flex-direction:column;gap:2px;overflow:hidden;max-height:420px;opacity:1;transition:max-height .22s ease,opacity .18s ease}.nav-group-wrap[data-open=false] .nav-sub-list{max-height:0;opacity:0;pointer-events:none}.nav-link{min-height:34px;border-radius:6px;display:flex;align-items:center;padding-left:10px;padding-right:6px;color:var(--text-secondary);transition:background-color .16s ease,color .16s ease}.nav-link:hover{background:var(--hover-bg-strong);color:var(--text-primary)}html:not([data-theme=dark]):not([data-theme=ash]):not([data-theme=onyx]) .nav-link:not(.nav-link-active):hover{background:#e9edf2;color:#1f2329}.nav-link-active,.nav-link-active:hover{background:var(--active-bg);color:var(--active-text)}.nav-icon-wrap{width:20px;height:20px;margin-right:8px;flex-shrink:0;color:var(--accent);display:inline-flex;align-items:center;justify-content:center;transition:color .16s ease}.nav-icon{width:20px;height:20px;stroke-width:1.9}.nav-link:hover .nav-icon-wrap{background:transparent;color:var(--accent)}.nav-link-active .nav-icon-wrap{background:transparent;color:var(--active-text)}.nav-link-active:hover .nav-icon-wrap{color:var(--active-text)}.nav-link-active .nav-icon,.nav-link-active:hover .nav-icon{color:#ffffff}.nav-link-text-wrap{flex:1 1;min-width:0}.nav-link-text-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.nav-link-text{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-badge{font-size:11px;color:var(--badge-text);background:var(--badge-bg);border-radius:4px;padding:1px 6px;white-space:nowrap}.orchestor-sidebar-collapsed{width:var(--sidebar-collapsed-width)}.orchestor-sidebar-collapsed .orchestor-sidebar-header{justify-content:center;padding:10px 6px;position:relative;gap:0}.orchestor-sidebar-collapsed .header-actions{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .12s ease}.orchestor-sidebar-collapsed .header-actions .icon-button{width:35px;height:35px}.orchestor-sidebar-collapsed .brand-link:focus-visible+.header-actions,.orchestor-sidebar-collapsed .brand-link:hover+.header-actions,.orchestor-sidebar-collapsed .orchestor-sidebar-header:focus-within .header-actions,.orchestor-sidebar-collapsed .orchestor-sidebar-header:hover .header-actions{opacity:1;pointer-events:auto}.orchestor-sidebar-collapsed .brand-link{transition:opacity .12s ease}.orchestor-sidebar-collapsed .orchestor-sidebar-header:focus-within .brand-link,.orchestor-sidebar-collapsed .orchestor-sidebar-header:hover .brand-link{opacity:0}.orchestor-sidebar-collapsed .orchestor-sidebar-scroll{padding:6px 6px 8px}.orchestor-sidebar-collapsed .sidebar-top-slot{display:none}.orchestor-sidebar-collapsed .home-row{margin-top:2px;padding-bottom:1px;margin-bottom:0}.orchestor-sidebar-collapsed .home-row-inner{justify-content:center;width:100%}.orchestor-sidebar-collapsed .home-row-inner .nav-link{flex:1 1;min-width:0}.orchestor-sidebar-collapsed .nav-group,.orchestor-sidebar-collapsed .voice-button{display:none}.orchestor-sidebar-collapsed .nav-group-wrap{margin-bottom:2px;margin-top:0}.orchestor-sidebar-collapsed .nav-sub-list{gap:4px}.orchestor-sidebar-collapsed .sidebar-groups{padding-top:0}.orchestor-sidebar-collapsed .nav-group-wrap[data-open=false] .nav-sub-list{max-height:420px;opacity:1;pointer-events:auto}.orchestor-sidebar-collapsed .nav-link{justify-content:center;padding-left:0;padding-right:0;margin-left:4px;margin-right:4px}.orchestor-sidebar-collapsed .nav-link:hover{background:var(--hover-bg-strong);color:var(--text-primary)}.orchestor-sidebar-collapsed .nav-link-active:hover{background:var(--active-bg);color:var(--active-text)}.orchestor-sidebar-collapsed .nav-icon-wrap{margin-right:0;width:18px;height:18px}.orchestor-sidebar-collapsed .nav-icon{width:18px;height:18px}.orchestor-sidebar-collapsed .nav-link-text-wrap{display:none}.orchestor-sidebar-collapsed .orchestor-sidebar-footer{display:flex;gap:8px;padding:8px 6px 10px;align-items:center}.orchestor-sidebar-collapsed .footer-box{width:100%;align-items:stretch;gap:4px}.orchestor-sidebar-collapsed .upgrade-wrap{width:100%;justify-content:stretch}.sidebar-top-slot{margin:0}.orchestor-workspace-shell{min-height:100vh;height:100vh;display:flex;flex-direction:column;overflow:hidden}.orchestor-workspace-body{position:relative;display:flex;flex:1 1 auto;min-height:0}.orchestor-workspace-body,.orchestor-workspace-sidebar{height:calc(100vh - var(--orchestor-app-switcher-height, 54px));overflow:hidden}.orchestor-workspace-sidebar{position:fixed;top:var(--orchestor-app-switcher-height,54px);left:0;width:var(--orchestor-shell-sidebar-current-width,var(--sidebar-width,220px));min-width:0;z-index:20}.orchestor-workspace-sidebar-resize-handle{position:fixed;top:var(--orchestor-app-switcher-height,54px);bottom:0;width:10px;cursor:col-resize;z-index:50;background:transparent}.orchestor-workspace-sidebar-resize-handle:before{content:"";position:absolute;top:0;bottom:0;left:4px;width:1px;border-radius:999px;background:color-mix(in srgb,var(--line) 88%,var(--text-muted) 12%);opacity:.55;transition:opacity .14s ease,background-color .14s ease,width .14s ease,left .14s ease}.orchestor-workspace-sidebar-resize-handle.is-active:before,.orchestor-workspace-sidebar-resize-handle:focus-visible:before,.orchestor-workspace-sidebar-resize-handle:hover:before{opacity:1;left:4px;width:2px;background:color-mix(in srgb,var(--text-muted) 72%,var(--line) 28%)}.orchestor-workspace-sidebar-resize-handle:focus-visible{outline:none;background:color-mix(in srgb,var(--line) 14%,transparent)}.orchestor-workspace-main,.orchestor-workspace-placeholder{flex:1 1 auto;width:100%;min-width:0;min-height:calc(100vh - var(--orchestor-app-switcher-height, 54px));height:calc(100vh - var(--orchestor-app-switcher-height, 54px));overflow:hidden}.orchestor-workspace-placeholder{padding:0;background:linear-gradient(180deg,var(--placeholder-bg-1) 0,var(--placeholder-bg-2) 100%);overscroll-behavior:none}:root{--orchestor-app-switcher-height:57px;--geo-global-shell-height:var(--orchestor-app-switcher-height);--sidebar-width:220px;--sidebar-width-icon:56px;--shell-bg:#fafafa;--app-bg:#f5f5f5;--content-bg:#f7f7f7;--sidebar-bg:#f5f5f5;--sidebar-panel-bg:rgb(241 241 241/92%);--sidebar-border:#e8e8e8;--panel-border:#e8e8e8;--line:#e8e8e8;--line-strong:#d4d4d8;--card-bg:#fafafa;--card-muted-bg:#f1f1f1;--text-primary:#18181a;--text-secondary:#303033;--text-muted:#6f6f76;--text-soft:#9b9ba1;--text-inverse:#ffffff;--active-bg:#17181a;--active-text:#ffffff;--hover-bg:#f1f1f1;--hover-strong-bg:#ececec;--selected-bg:#f1f1f1;--accent:#18181a;--accent-soft:#ededed;--success-soft:#edf8f1;--success-strong:#136d41;--danger-soft:#fef1f1;--danger-border:#f5caca;--danger-strong:#b42318;--shell-shadow:none;--panel-shadow:none;--card-shadow:none;--sticky-surface:rgb(250 250 250/94%);--sticky-shadow:none;--tooltip-bg:rgb(17 17 17/96%);--tooltip-muted:rgb(255 255 255/74%);--modal-overlay:rgb(17 17 17/54%);--modal-surface:var(--card-bg);--modal-border:rgb(255 255 255/8%);--modal-shadow:0 0 0 1px rgb(17 17 17/8%);--modal-close-bg:rgb(17 17 17/76%);--modal-media-bg:var(--card-muted-bg);--floating-bg:#ffffff;--floating-border:color-mix(in srgb,var(--line-strong) 42%,transparent);--floating-text:var(--text-primary);--floating-overlay:transparent;--accent-text:var(--text-primary);--sidebar-text:var(--text-primary);--sidebar-footer-border:var(--sidebar-border);--sidebar-hover-bg:var(--hover-bg);--sidebar-action:var(--text-muted);--sidebar-action-hover:var(--text-primary);--sidebar-nav-rest-fg:var(--text-primary);--sidebar-nav-muted-fg:color-mix(in srgb,var(--text-primary) 72%,var(--text-soft));--sidebar-nav-hover-bg:color-mix(in srgb,var(--card-muted-bg) 84%,transparent);--sidebar-nav-active-bg:color-mix(in srgb,var(--text-primary) 7%,var(--card-bg));--sidebar-nav-hover-border:color-mix(in srgb,var(--line) 78%,transparent);--sidebar-nav-active-border:color-mix(in srgb,var(--line-strong) 44%,var(--line));--utility-icon-bg:var(--card-muted-bg);--utility-icon-bg-hover:color-mix(in srgb,var(--card-muted-bg) 68%,var(--card-bg));--utility-icon-border:color-mix(in srgb,var(--line) 86%,transparent);--utility-icon-border-hover:color-mix(in srgb,var(--line-strong) 34%,var(--line));--utility-icon-fg:var(--text-soft);--utility-icon-fg-hover:var(--text-primary);--radius-panel:12px;--radius-card:12px;--page-max-width:1320px;--page-gutter:24px;--page-padding-y:24px;--page-padding-x:28px;--shell-header-height:72px;--font-sans:var(--font-inter),system-ui,sans-serif;--font-display:var(--font-regular),var(--font-inter),system-ui,sans-serif;--font-display-height:var(--font-regular-height),var(--font-regular),var(--font-inter),system-ui,sans-serif;--font-display-space:var(--font-regular-space),var(--font-regular),var(--font-inter),system-ui,sans-serif;--font-mono:var(--font-berkeley-mono),ui-monospace,monospace}*{box-sizing:border-box}body,html{margin:0;min-height:100%;height:100%;overflow:hidden;overscroll-behavior:none}body,html{background:var(--shell-bg)}body{font-family:var(--font-sans);color:var(--text-primary);text-rendering:optimizeLegibility;font-feature-settings:"liga" 1,"calt" 1}button,h1,h2,h3,h4,h5,h6,input,select,textarea{font-family:var(--font-display)}.font-mono,code,pre{font-family:var(--font-mono)}a{color:inherit;text-decoration:none}button{font:inherit}#__next{height:100%}.shell-sidebar__footer{background:var(--sidebar-bg)}@keyframes geo-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes geo-prompts-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}