.shell-flex-spacer[data-v-5b85f089]{display:block;flex-grow:var(--shell-flex-spacer-grow, 1);flex-shrink:1;flex-basis:var(--shell-flex-spacer-basis, 0px);pointer-events:none}.shell-flex-spacer--horizontal[data-v-5b85f089]{min-width:var(--shell-flex-spacer-min-size, 0px);min-height:0}.shell-flex-spacer--vertical[data-v-5b85f089]{min-height:var(--shell-flex-spacer-min-size, 0px);min-width:0}.shell-popover-layer[data-v-f644fad7]{position:fixed;inset:0;z-index:1000;pointer-events:none}.shell-popover[data-v-f644fad7]{width:max-content;max-width:calc(100vw - 16px);pointer-events:auto;outline:none}.shell-popover__focus-guard[data-v-f644fad7]{position:fixed;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.studio-shell{--shell-bg: #f3efe6;--shell-panel: rgba(255, 252, 245, .95);--shell-panel-strong: #fbf6eb;--shell-border: rgba(52, 43, 33, .12);--shell-border-strong: rgba(52, 43, 33, .2);--shell-text: #251f17;--shell-muted: #6c6257;--shell-accent: #bb5f2a;--shell-accent-soft: rgba(187, 95, 42, .12);--shell-shadow: 0 18px 48px rgba(37, 31, 23, .12);--shell-gradient-top-left: rgba(244, 177, 102, .22);--shell-gradient-top-right: rgba(181, 117, 73, .16);--shell-gradient-background: #f8f4ec;--shell-button-surface: rgba(255, 255, 255, .45);--shell-button-surface-hover: rgba(255, 255, 255, .65);--shell-control-option-bg: #fbf6eb;--shell-control-option-text: #251f17;--shell-menu-surface: rgba(255, 255, 255, .82);--shell-card-surface: rgba(255, 255, 255, .56);--shell-hover-surface: rgba(31, 41, 55, .08);--shell-activitybar-width: 72px;--shell-sidebar-width: 260px;--shell-rightpanel-width: 280px;--shell-topbar-height: 80px;--shell-bottompanel-height: 220px;--shell-statusbar-height: 30px;--shell-frame-gap: 12px;--shell-frame-padding: 12px;width:100%;height:100vh;min-height:0;overflow:hidden;color:var(--shell-text);background:radial-gradient(circle at top left,var(--shell-gradient-top-left),transparent 24%),radial-gradient(circle at top right,var(--shell-gradient-top-right),transparent 20%),linear-gradient(180deg,var(--shell-gradient-background) 0%,var(--shell-bg) 100%);font-family:Segoe UI,Helvetica Neue,sans-serif}.studio-shell__frame{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:var(--shell-topbar-height) minmax(0,1fr) var(--shell-statusbar-height);grid-template-areas:"topbar" "workspace" "statusbar";height:100%;min-height:0;overflow:hidden;gap:var(--shell-frame-gap);padding:var(--shell-frame-padding);box-sizing:border-box}.studio-shell__workspace{grid-area:workspace;position:relative;display:grid;grid-template-columns:var(--shell-activitybar-width) minmax(200px,var(--shell-sidebar-width)) minmax(0,1fr) minmax(216px,var(--shell-rightpanel-width));grid-template-rows:minmax(0,1fr) var(--shell-bottompanel-height);grid-template-areas:"activity sidebar workbench rightpanel" "activity sidebar panel rightpanel";min-width:0;min-height:0;overflow:hidden;gap:var(--shell-frame-gap)}.studio-shell__workspace[data-property-panel-visible=false]{grid-template-columns:var(--shell-activitybar-width) minmax(200px,var(--shell-sidebar-width)) minmax(0,1fr);grid-template-areas:"activity sidebar workbench" "activity sidebar panel"}.studio-shell__workspace[data-left-sidebar-visible=false]{grid-template-columns:var(--shell-activitybar-width) minmax(0,1fr) minmax(216px,var(--shell-rightpanel-width));grid-template-areas:"activity workbench rightpanel" "activity panel rightpanel"}.studio-shell__workspace[data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"activity sidebar workbench rightpanel"}.studio-shell__workspace[data-left-sidebar-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"activity workbench rightpanel"}.studio-shell__workspace[data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-areas:"activity sidebar workbench"}.studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false]{grid-template-columns:var(--shell-activitybar-width) minmax(0,1fr);grid-template-areas:"activity workbench" "activity panel"}.studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"activity workbench"}.studio-shell[data-layout-mirror=mirrored] .studio-shell__workspace{grid-template-columns:minmax(216px,var(--shell-rightpanel-width)) minmax(0,1fr) minmax(200px,var(--shell-sidebar-width)) var(--shell-activitybar-width);grid-template-areas:"rightpanel workbench sidebar activity" "rightpanel panel sidebar activity"}.studio-shell[data-layout-mirror=mirrored] .studio-shell__workspace[data-property-panel-visible=false]{grid-template-columns:minmax(0,1fr) minmax(200px,var(--shell-sidebar-width)) var(--shell-activitybar-width);grid-template-areas:"workbench sidebar activity" "panel sidebar activity"}.studio-shell[data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false]{grid-template-columns:minmax(216px,var(--shell-rightpanel-width)) minmax(0,1fr) var(--shell-activitybar-width);grid-template-areas:"rightpanel workbench activity" "rightpanel panel activity"}.studio-shell[data-layout-mirror=mirrored] .studio-shell__workspace[data-bottom-panel-visible=false]{grid-template-areas:"rightpanel workbench sidebar activity"}.studio-shell[data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"rightpanel workbench activity"}.studio-shell[data-layout-mirror=mirrored] .studio-shell__workspace[data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-areas:"workbench sidebar activity"}.studio-shell[data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false]{grid-template-columns:minmax(0,1fr) var(--shell-activitybar-width);grid-template-areas:"workbench activity" "panel activity"}.studio-shell[data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"workbench activity"}.studio-shell__surface{min-width:0;min-height:0;overflow:hidden;background:var(--shell-panel);border:1px solid var(--shell-border);border-radius:var(--shell-surface-radius, 18px);box-shadow:var(--shell-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.studio-shell__fixed-region,.studio-shell__adaptive-region,.studio-shell__resizable-region{min-width:0;min-height:0;overflow:hidden}.studio-shell__fixed-region{flex:0 0 auto}.studio-shell__adaptive-region,.studio-shell__resizable-region{contain:layout style}.studio-shell__topbar{grid-area:topbar;position:relative;z-index:2;overflow:visible}.studio-shell__activitybar{grid-area:activity;position:relative;z-index:90;overflow:visible}.studio-shell__topbar,.studio-shell__activitybar{height:100%}.studio-shell__sidebar{grid-area:sidebar}.studio-shell__workbench{grid-area:workbench}.studio-shell__rightpanel{grid-area:rightpanel}.studio-shell__bottompanel{grid-area:panel}.studio-shell__sidebar,.studio-shell__workbench,.studio-shell__rightpanel,.studio-shell__bottompanel{position:relative}.studio-shell__sidebar,.studio-shell__workbench{overflow:visible}.studio-shell__sidebar{z-index:20}.studio-shell__workbench,.studio-shell__rightpanel,.studio-shell__bottompanel{z-index:1}.shell-resize-mount-point{--shell-resize-mount-size: 8px;position:relative;z-index:5;min-width:0;min-height:0;border:0;padding:0;appearance:none;background:transparent;color:#9fb4d666;pointer-events:none}.shell-resize-mount-point:before{content:"";position:absolute;inset:0;border-radius:999px;background:transparent;opacity:0;transition:background .15s ease,opacity .15s ease}.shell-resize-mount-point--vertical{width:var(--shell-resize-mount-size);align-self:stretch;justify-self:start;cursor:col-resize}.shell-resize-mount-point--horizontal{height:var(--shell-resize-mount-size);align-self:start;justify-self:stretch;cursor:row-resize}.shell-resize-mount-point--primary-sidebar-workbench{grid-column:3;grid-row:1 / 3;justify-self:start;transform:translate(calc(var(--shell-resize-mount-size) / -2))}.shell-resize-mount-point--workbench-property-panel{grid-column:4;grid-row:1 / 3;justify-self:start;transform:translate(calc(var(--shell-resize-mount-size) / -2))}.studio-shell__workspace[data-left-sidebar-visible=false] .shell-resize-mount-point--workbench-property-panel{grid-column:3}.studio-shell[data-layout-mirror=mirrored] .shell-resize-mount-point--workbench-property-panel{grid-column:2}.shell-resize-mount-point--workbench-bottom-panel{grid-area:panel;transform:translateY(calc(var(--shell-resize-mount-size) / -2))}.shell-resize-mount-point[data-resize-state=enabled],.shell-resize-mount-point[data-resize-state=active]{pointer-events:auto}.shell-resize-mount-point[data-resize-state=enabled]:hover:before,.shell-resize-mount-point[data-resize-state=enabled]:focus-visible:before,.shell-resize-mount-point[data-resize-state=active]:before{background:var(--shell-sidebar-dock-brand, var(--shell-accent, rgba(77, 141, 255, .85)));opacity:1}.studio-shell__statusbar{grid-area:statusbar;display:flex;align-items:center;justify-content:flex-start;gap:10px;min-height:0;padding:0 12px;border-radius:12px;box-shadow:none;color:var(--shell-muted);font-size:.76rem;line-height:1;white-space:nowrap}.studio-shell__statusbar-section{display:flex;align-items:center;min-width:0;gap:6px}.studio-shell__statusbar-section--leading{flex:1 1 auto}.studio-shell__statusbar-section--trailing{flex:0 1 auto;justify-content:flex-end}.studio-shell__statusbar-segment{display:inline-flex;align-items:center;max-width:240px;min-width:0;height:20px;padding:0 7px;border-radius:999px;color:var(--shell-muted);background:transparent;overflow:hidden;text-overflow:ellipsis}.studio-shell__statusbar-section--leading .studio-shell__statusbar-segment:first-child{font-weight:600}.studio-shell__statusbar-segment--success{color:var(--shell-text)}.studio-shell__statusbar-segment--warning{color:var(--shell-accent);background:var(--shell-accent-soft)}.studio-shell__statusbar-segment--danger{color:#b42318;background:#b423181f}.shell-region{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.shell-region__header,.shell-tabstrip{flex:0 0 auto}.shell-region__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--shell-border)}.shell-region__title{margin:0;font-size:.95rem;font-weight:700}.shell-region__subtitle{color:var(--shell-muted);font-size:.8rem}.shell-region__content{flex:1 1 auto;min-width:0;min-height:0;padding:16px;overflow:auto}.shell-scroll-owner{min-width:0;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.shell-icon{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;flex:0 0 auto}.shell-icon__svg{width:100%;height:100%}.shell-icon__fallback{font-size:.78rem;font-weight:700;line-height:1}.shell-button__content,.shell-activity__content,.shell-sidebar-item__content,.shell-panel-tab__content,.shell-search__content,.shell-tab__content{display:inline-flex;align-items:center;gap:6px}.shell-button,.shell-toggle,.shell-tab,.shell-activity,.shell-sidebar-item,.shell-panel-tab,.shell-tab__close{border:0;background:transparent;color:inherit;cursor:pointer;font:inherit}.shell-button,.shell-toggle{padding:10px 12px;border-radius:12px;border:1px solid var(--shell-border);background:var(--shell-button-surface)}.shell-button:hover,.shell-toggle:hover,.shell-tab:hover,.shell-activity:hover,.shell-sidebar-item:hover,.shell-panel-tab:hover,.shell-tab__close:hover{background:var(--shell-button-surface-hover)}.shell-topbar{position:relative;display:flex;flex-direction:row;align-items:center;gap:10px;width:100%;min-width:0;min-height:0;padding:12px 16px;box-sizing:border-box;overflow:visible;container-type:inline-size;container-name:shell-topbar}.shell-topbar__leading,.shell-topbar__center,.shell-topbar__actions,.shell-topbar__quick-actions-group,.shell-topbar__menu-group,.shell-topbar__brand-group,.shell-topbar__global-controls-group{min-width:0;min-height:0}.shell-topbar__leading,.shell-topbar__center,.shell-topbar__actions{display:flex;align-items:center}.shell-topbar__brand-group,.shell-topbar__quick-actions-group,.shell-topbar__menu-group,.shell-topbar__global-controls-group{flex:0 1 auto}.shell-topbar__menu-group{overflow:visible;max-width:min(42vw,520px)}.shell-topbar__center{justify-content:center;flex-wrap:nowrap;overflow:visible}.shell-topbar__spacer{min-width:16px}.brand-asset{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:1;overflow:hidden}.brand-asset__svg,.brand-asset__image{display:block;width:100%;height:100%}.brand-asset__svg svg{display:block;width:100%;height:100%}.brand-asset__fallback{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.shell-brand{display:flex;align-items:center;gap:12px}.shell-brand__mark{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 auto;border-radius:14px;background:var(--shell-accent-soft);border:1px solid var(--shell-border);font-weight:700;overflow:hidden}.shell-brand__copy{display:flex;flex-direction:column}.shell-brand__eyebrow{color:var(--shell-muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.shell-brand__name{font-size:1.15rem;font-weight:700}.shell-search{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;width:clamp(144px,16vw,280px);height:36px;min-width:0;padding:0 8px 0 12px;border:1px solid var(--shell-border);border-radius:999px;background:var(--shell-search-surface);color:var(--shell-muted);cursor:pointer;font:inherit;transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}.shell-search:hover,.shell-search:focus-visible{background:var(--shell-search-surface-hover);border-color:var(--shell-border-strong);color:var(--shell-text)}.shell-search:focus-visible{outline:2px solid var(--shell-accent);outline-offset:2px;box-shadow:0 0 0 4px var(--shell-accent-soft)}.shell-search__content{min-width:0;flex:1 1 auto}.shell-search__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-search__shortcut{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:22px;padding:0 8px;border:1px solid var(--shell-search-shortcut-border);border-radius:999px;background:var(--shell-search-shortcut-bg);color:var(--shell-search-shortcut-text);font-family:inherit;font-size:.72rem;font-weight:750;line-height:1;white-space:nowrap}.shell-search:disabled{cursor:not-allowed;opacity:.58}.shell-search:disabled:hover{background:var(--shell-search-surface);border:1px solid var(--shell-border);color:var(--shell-muted)}.shell-topbar__actions{display:flex;gap:8px;flex-wrap:nowrap;justify-content:flex-end;overflow:visible;flex:1 1 auto;max-width:100%}.shell-topbar__select{display:inline-flex;align-items:center;gap:8px}.shell-topbar-control{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:30px;height:30px;padding:0 10px;border-radius:999px;color:var(--shell-muted);font-size:.72rem;line-height:1;white-space:nowrap}.shell-topbar-control[data-display-mode=icon]{width:30px;min-width:30px;justify-content:center;padding-inline:0}.shell-topbar-control--alerts{border:0;background:transparent}.shell-topbar-control--alerts .shell-button__content{width:100%;height:100%;justify-content:center}.shell-topbar-control--account{min-width:30px;height:34px;padding:0 8px;border:0}.shell-account-button__content{max-width:190px;min-width:0;gap:8px}.shell-account-button[data-display-mode=avatar]{width:34px;min-width:34px;padding-inline:0}.shell-account-button[data-display-mode=name],.shell-account-button[data-display-mode=avatar-name],.shell-account-button[data-display-mode=avatar-name-email]{justify-content:flex-start}.shell-account-button__avatar{display:inline-grid;place-items:center;width:24px;height:24px;flex:0 0 auto;overflow:hidden;border-radius:999px;background:#ff9748;color:#fff;font-size:.68rem;font-weight:900;line-height:1}.shell-account-button__avatar-image{display:block;width:100%;height:100%;object-fit:cover}.shell-account-button__identity{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.05}.shell-account-button__name,.shell-account-button__email{max-width:132px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-account-button__name{color:var(--shell-text);font-size:.74rem;font-weight:800}.shell-account-button__email{color:var(--shell-muted);font-size:.66rem;font-weight:650}.shell-topbar-control[data-display-mode=label],.shell-topbar-control[data-display-mode=icon-label]{min-width:0}.shell-topbar-control__badge{position:absolute;top:-5px;right:-4px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:.68rem;font-weight:800;line-height:1}.shell-topbar__select select{min-width:98px;border:0;background:transparent;color:var(--shell-text);font:inherit;font-size:.72rem;cursor:pointer}.shell-topbar__select select:focus{outline:none}.shell-topbar__select option{background:var(--shell-control-option-bg);color:var(--shell-control-option-text)}.studio-shell[data-color-scheme=dark]{--shell-control-option-bg: #111827;--shell-control-option-text: rgba(255, 255, 255, .92)}.studio-shell[data-color-scheme=dark] .shell-topbar__select option:disabled{color:#ffffff6b}.studio-shell[data-theme-id][data-color-scheme] .shell-topbar-control{border-color:var(--shell-border);background:var(--shell-button-surface);color:var(--shell-muted)}.studio-shell[data-theme-id][data-color-scheme] .shell-topbar-control--alerts{border:0;background:transparent}.studio-shell[data-theme-id][data-color-scheme] .shell-topbar-control:hover,.studio-shell[data-theme-id][data-color-scheme] .shell-topbar-control:focus-visible,.studio-shell[data-theme-id][data-color-scheme] .shell-topbar__select:focus-within{background:var(--shell-button-surface-hover);color:var(--shell-text)}.shell-topbar-control .shell-icon__svg{width:12px;height:12px}.shell-activitybar{position:relative;display:flex;flex-direction:column;gap:8px;align-items:stretch;min-height:0;padding:12px 8px;box-sizing:border-box;overflow:visible}.shell-activitybar__menu-group,.shell-activitybar__activity-items-group,.shell-activitybar__utility-actions-group{width:100%}.shell-activitybar__menu-group{position:relative;z-index:3}.shell-activitybar__activity-items-group,.shell-activitybar__utility-actions-group{align-items:stretch}.shell-activitybar__spacer{flex:1 1 0;min-height:12px}.shell-activitybar__utility-actions-group{margin-top:auto}.shell-activity{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;min-height:64px;padding:8px 6px;border-radius:14px;color:var(--shell-muted)}.shell-activity.is-active{color:var(--shell-text);background:var(--shell-accent-soft);border:1px solid var(--shell-border-strong)}.shell-activity__icon{display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem}.shell-activity__title{font-size:.74rem}.shell-sidebar{display:flex;flex-direction:column;min-height:0}.shell-sidebar-dock{min-width:0;width:min(100%,var(--shell-sidebar-dock-runtime-width, var(--shell-sidebar-width)));position:relative;overflow:visible;isolation:isolate;border-radius:var(--shell-surface-radius, 16px);border:1px solid var(--shell-sidebar-dock-border);background:linear-gradient(180deg,var(--shell-sidebar-dock-overlay-top),var(--shell-sidebar-dock-overlay-bottom)),var(--shell-sidebar-dock-bg);box-shadow:inset 0 1px 0 var(--shell-sidebar-dock-highlight),var(--shell-sidebar-dock-shadow);color:var(--shell-sidebar-dock-text)}.shell-sidebar-dock:not([data-sidebar-dock-region="shell.primary-sidebar"]){width:var(--shell-sidebar-dock-runtime-width, var(--shell-sidebar-width))}.shell-sidebar-dock[data-sidebar-dock-mode=minimized]{width:44px;min-width:44px;align-self:flex-start;padding:4px}.shell-sidebar-dock__restore-button{width:34px;height:34px;min-width:34px;min-height:34px;display:grid;place-items:center;border:0!important;border-radius:8px!important;background:var(--shell-sidebar-dock-control-hover-bg)!important;color:var(--shell-sidebar-dock-text);box-shadow:none!important}.shell-sidebar-dock__restore-button:hover,.shell-sidebar-dock__restore-button:focus-visible{background:var(--shell-sidebar-dock-brand-soft)!important}.shell-sidebar-dock__header{display:flex;align-items:center;gap:8px;min-height:38px;height:38px;padding:0 10px 0 12px;border-bottom:1px solid var(--shell-sidebar-dock-border);background:var(--shell-sidebar-dock-header-bg);min-width:0;flex:0 0 auto;box-sizing:border-box}.shell-sidebar-dock__title-block,.shell-sidebar-dock__title-row{display:flex;min-width:0;align-items:center}.shell-sidebar-dock__title-block{flex:1 1 auto}.shell-sidebar-dock__title-row{gap:8px}.shell-sidebar-dock__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--shell-sidebar-dock-muted)}.shell-sidebar-dock__scope-badge{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;background:var(--shell-sidebar-dock-brand-soft);color:var(--shell-sidebar-dock-scope-badge-text);font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.shell-sidebar-dock__controls{display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:2px;margin-left:auto;flex:0 0 auto}.shell-sidebar-dock__picker-anchor{position:relative;display:inline-flex}.shell-sidebar-pane-picker{position:absolute;top:30px;right:0;z-index:30;min-width:240px;max-width:min(340px,calc(100vw - 32px));padding:6px;border:1px solid var(--shell-sidebar-dock-border);border-radius:calc(var(--shell-surface-radius, 16px) * .5);background:var(--shell-sidebar-dock-elevated-bg);box-shadow:var(--shell-sidebar-dock-elevated-shadow)}.shell-sidebar-pane-picker__item{width:100%;min-height:46px;display:flex;align-items:flex-start;gap:8px;border:0;border-radius:6px;background:transparent;color:var(--shell-sidebar-dock-muted);padding:7px 9px;text-align:left;cursor:pointer}.shell-sidebar-pane-picker__item:hover,.shell-sidebar-pane-picker__item:focus-visible{background:var(--shell-sidebar-dock-control-hover-bg);color:var(--shell-sidebar-dock-text);outline:none}.shell-sidebar-pane-picker__item:disabled{cursor:not-allowed;opacity:.58}.shell-sidebar-pane-picker__copy{display:grid;gap:2px;min-width:0}.shell-sidebar-pane-picker__title{color:var(--shell-sidebar-dock-text);font-size:.77rem;font-weight:600;line-height:1.25;overflow-wrap:anywhere}.shell-sidebar-pane-picker__description,.shell-sidebar-pane-picker__source,.shell-sidebar-pane-picker__disabled-reason{font-size:.68rem;line-height:1.25;overflow-wrap:anywhere}.shell-sidebar-pane-picker__description{color:var(--shell-sidebar-dock-muted)}.shell-sidebar-pane-picker__source{color:var(--shell-sidebar-dock-faint);text-transform:uppercase}.shell-sidebar-pane-picker__disabled-reason{color:var(--shell-sidebar-dock-warning)}.shell-sidebar-pane-picker__empty{padding:8px 9px;color:var(--shell-sidebar-dock-muted);font-size:.72rem}.shell-sidebar-dock__content{display:grid;align-content:start;position:relative;z-index:1;padding:0;background:transparent;scrollbar-gutter:auto}.shell-sidebar-dock__pane-list{display:grid;gap:0;width:100%}.shell-sidebar-pane{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;width:100%;min-width:0;min-height:0;overflow:visible;border:0;border-bottom:1px solid var(--shell-sidebar-dock-border);border-radius:0;background:transparent;color:var(--shell-sidebar-dock-text)}.shell-sidebar-pane:last-child{border-bottom:0}.shell-sidebar-pane[data-sidebar-pane-expanded=true]{background:var(--shell-sidebar-dock-pane-expanded-bg)}.shell-sidebar-pane__header{grid-row:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:42px;position:relative;padding:0 8px 0 12px;border-bottom:1px solid transparent;background:var(--shell-sidebar-dock-pane-header-bg);overflow:visible}.shell-sidebar-pane[data-sidebar-pane-expanded=true] .shell-sidebar-pane__header{border-bottom-color:var(--shell-sidebar-dock-border-soft);background:var(--shell-sidebar-dock-pane-header-expanded-bg)}.shell-sidebar-pane__header-button{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;color:inherit;font:inherit;text-align:left;background:transparent;border:0;cursor:pointer;padding:0}.shell-sidebar-pane__header-button:hover{background:transparent}.shell-sidebar-pane__header-button:hover .shell-sidebar-pane__title,.shell-sidebar-pane__header-button:hover .shell-sidebar-pane__chevron,.shell-sidebar-pane__header-button:hover .shell-sidebar-pane__source-icon{color:var(--shell-sidebar-dock-text)}.shell-sidebar-pane__header-main{min-width:0;height:100%;display:flex;align-items:center;gap:8px}.shell-sidebar-pane__chevron{width:14px;flex:0 0 auto;color:var(--shell-sidebar-dock-faint);transition:transform .16s ease}.shell-sidebar-pane__chevron.is-expanded{transform:rotate(90deg);color:var(--shell-sidebar-dock-text)}.shell-sidebar-pane__source-icon{width:16px;flex:0 0 auto;color:var(--shell-sidebar-dock-muted)}.shell-sidebar-pane__title{display:inline-flex;min-width:0;align-items:center;gap:0;font-weight:650;font-size:.82rem;color:var(--shell-sidebar-dock-text)}.shell-sidebar-pane__chevron .shell-icon__svg,.shell-sidebar-pane__source-icon .shell-icon__svg{width:14px;height:14px}.shell-sidebar-pane__source-icon .shell-icon__svg{width:15px;height:15px}.shell-sidebar-pane__title span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-sidebar-pane__meta{flex:0 0 auto;color:var(--shell-sidebar-dock-faint);font-size:.64rem;letter-spacing:.06em;text-transform:uppercase}.shell-sidebar-pane__actions{display:inline-flex;align-items:center;gap:2px;position:relative;flex:0 0 auto}.shell-sidebar-pane__header-control{flex:0 0 auto;min-width:26px;width:26px;height:26px;min-height:26px;padding:0!important;display:inline-grid;place-items:center;border:0!important;border-radius:7px!important;background:transparent!important;color:var(--shell-sidebar-dock-muted);box-shadow:none!important;line-height:1;appearance:none;cursor:pointer}.shell-sidebar-pane__header-control.is-active{color:var(--shell-sidebar-dock-text);background:var(--shell-sidebar-dock-control-hover-bg)}.shell-sidebar-pane__header-control .shell-icon__svg{width:13px;height:13px}.shell-sidebar-pane__header-control:hover,.shell-sidebar-pane__header-control:focus-visible{color:var(--shell-sidebar-dock-text);background:var(--shell-sidebar-dock-control-hover-bg)!important;outline:none}.shell-sidebar-pane__overflow-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:176px;display:grid;gap:2px;padding:6px;border:1px solid var(--shell-sidebar-dock-border);border-radius:calc(var(--shell-surface-radius, 16px) * .625);background:var(--shell-sidebar-dock-elevated-bg);box-shadow:var(--shell-sidebar-dock-elevated-shadow)}.shell-sidebar-pane__overflow-item{min-height:30px;display:inline-flex;align-items:center;gap:8px;width:100%;padding:0 8px;border:0;border-radius:7px;background:transparent;color:var(--shell-sidebar-dock-muted);font:inherit;font-size:.72rem;text-align:left;cursor:pointer}.shell-sidebar-pane__overflow-item:hover,.shell-sidebar-pane__overflow-item:focus-visible{color:var(--shell-sidebar-dock-text);background:var(--shell-sidebar-dock-control-hover-bg);outline:none}.shell-sidebar-pane__overflow-item--danger{color:var(--shell-sidebar-dock-danger)}.shell-sidebar-pane__overflow-item .shell-icon__svg{width:12px;height:12px}.shell-sidebar-pane__tabs{grid-row:2;display:flex;flex-wrap:wrap;gap:4px;padding:6px 8px 0;border-bottom:1px solid var(--shell-sidebar-dock-border-soft)}.shell-sidebar-pane__tabs .shell-panel-tab{min-height:30px;padding:0 10px;border-radius:8px 8px 0 0;border:1px solid transparent;border-bottom:0;color:var(--shell-sidebar-dock-muted);background:transparent;font-size:.72rem}.shell-sidebar-pane__tabs .shell-panel-tab:hover,.shell-sidebar-pane__tabs .shell-panel-tab:focus-visible{color:var(--shell-sidebar-dock-text);background:var(--shell-sidebar-dock-control-hover-bg)}.shell-sidebar-pane__tabs .shell-panel-tab.is-active{color:var(--shell-sidebar-dock-tab-active-text);background:var(--shell-sidebar-dock-tab-active-bg);border-color:var(--shell-sidebar-dock-tab-active-border)}.shell-sidebar-pane__body{grid-row:3;display:grid;grid-template-rows:minmax(0,1fr);min-width:0;min-height:0;gap:0;padding:0;overflow:hidden;scrollbar-gutter:stable}.shell-sidebar-pane__tab-body{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;gap:0;overflow:hidden}.shell-sidebar-pane__placeholder{padding:12px;color:var(--shell-sidebar-dock-muted);font-size:.82rem}.shell-sidebar-pane__filter{padding:10px 10px 8px;border-bottom:1px solid var(--shell-sidebar-dock-border-soft)}.shell-sidebar-pane__filter input{width:100%;min-height:30px;box-sizing:border-box;border:1px solid var(--shell-sidebar-dock-border);border-radius:8px;background:var(--shell-sidebar-dock-input-bg);color:var(--shell-sidebar-dock-text);padding:0 10px;font:inherit;font-size:.72rem}.shell-sidebar-pane__filter input::placeholder{color:var(--shell-sidebar-dock-faint)}.shell-sidebar-pane__filter input:focus{outline:none;border-color:var(--shell-sidebar-dock-input-focus)}.shell-sidebar-pane__tree-region{min-width:0;min-height:0;padding:8px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.shell-sidebar-preview{display:grid;gap:0;padding:10px;border-top:1px solid var(--shell-sidebar-dock-border-soft);background:var(--shell-sidebar-dock-preview-bg);color:var(--shell-sidebar-dock-muted);font-size:.72rem}.shell-sidebar-preview__header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:30px;padding:0 10px;border:1px solid var(--shell-sidebar-dock-border-soft);border-bottom:0;border-radius:12px 12px 0 0;background:var(--shell-sidebar-dock-preview-header-bg);color:var(--shell-sidebar-dock-muted);font-size:.66rem}.shell-sidebar-preview__stage{min-height:88px;display:grid;place-items:center;padding:12px;border-inline:1px solid var(--shell-sidebar-dock-border-soft);background:linear-gradient(45deg,var(--shell-sidebar-dock-preview-stage-pattern) 25%,transparent 25%,transparent 75%,var(--shell-sidebar-dock-preview-stage-pattern) 75%),linear-gradient(45deg,var(--shell-sidebar-dock-preview-stage-pattern) 25%,transparent 25%,transparent 75%,var(--shell-sidebar-dock-preview-stage-pattern) 75%),var(--shell-sidebar-dock-preview-stage-bg);background-position:0 0,8px 8px;background-size:16px 16px}.shell-sidebar-preview__glyph{width:72px;height:72px;display:grid;place-items:center;border-radius:var(--shell-surface-radius, 18px);border:1px solid var(--shell-sidebar-dock-preview-glyph-border);background:var(--shell-sidebar-dock-preview-glyph-bg);color:var(--shell-sidebar-dock-preview-glyph-text);font-size:1.4rem;box-shadow:var(--shell-sidebar-dock-shadow)}.shell-sidebar-preview__glyph .shell-icon__svg{width:28px;height:28px}.shell-sidebar-preview__meta{display:grid;gap:4px;padding:8px 10px 10px;border:1px solid var(--shell-sidebar-dock-border-soft);border-top:0;border-radius:0 0 12px 12px;background:var(--shell-sidebar-dock-preview-header-bg)}.shell-sidebar-preview__meta strong,.shell-sidebar-preview__empty strong{color:var(--shell-sidebar-dock-text)}.shell-sidebar-preview__empty{display:grid;gap:6px;place-items:center;min-height:110px;text-align:center;padding:14px;border:1px dashed var(--shell-sidebar-dock-empty-border);border-radius:12px;background:var(--shell-sidebar-dock-empty-bg)}.shell-sidebar-pane__resize-handle{grid-row:4;display:block;width:100%;min-height:7px;height:7px;position:relative;border:0;background:transparent;color:#9fb4d6c2;cursor:row-resize;touch-action:none}.shell-sidebar-pane__resize-handle:after{content:"";position:absolute;left:12px;right:12px;top:3px;height:2px;border-radius:999px;background:transparent;transition:background .15s ease}.shell-sidebar-pane__resize-handle:hover:after,.shell-sidebar-pane__resize-handle:focus-visible:after{background:var(--shell-sidebar-dock-brand)}.shell-sidebar-pane__resize-handle-icon{display:none}.shell-sidebar-pane__resize-handle:hover .shell-sidebar-pane__resize-handle-icon,.shell-sidebar-pane__resize-handle:focus-visible .shell-sidebar-pane__resize-handle-icon,.shell-sidebar-pane.is-height-resizing .shell-sidebar-pane__resize-handle-icon{color:var(--shell-sidebar-dock-text)}.shell-sidebar-pane.is-height-resizing{-webkit-user-select:none;user-select:none}.shell-sidebar-pane.is-height-resizing .shell-sidebar-pane__resize-handle:after{background:var(--shell-sidebar-dock-brand)}.shell-sidebar-tree{display:grid;gap:2px;min-width:0;margin:0;padding:0;list-style:none;font-size:.72rem}.shell-sidebar-tree .shell-sidebar-tree{margin-top:2px;padding-left:16px;border-left:1px solid var(--shell-sidebar-dock-border-soft)}.shell-sidebar-tree__node{min-width:0}.shell-sidebar-tree__row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:6px;min-height:28px;padding:0 8px;border-radius:8px;color:var(--shell-sidebar-dock-muted)}.shell-sidebar-tree__row:hover{background:var(--shell-sidebar-dock-control-hover-bg);color:var(--shell-sidebar-dock-text)}.shell-sidebar-tree__row.is-selected{background:var(--shell-sidebar-dock-brand-soft);color:var(--shell-sidebar-dock-text)}.shell-sidebar-tree__node-button{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:7px;min-width:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.shell-sidebar-tree__leading{display:inline-grid;place-items:center;width:16px;height:16px;flex:0 0 auto}.shell-sidebar-tree__chevron{color:var(--shell-sidebar-dock-faint);transition:transform .16s ease}.shell-sidebar-tree__chevron.is-expanded{transform:rotate(90deg);color:var(--shell-sidebar-dock-text)}.shell-sidebar-tree__dot{width:7px;height:7px;border-radius:50%;background:var(--shell-sidebar-dock-success)}.shell-sidebar-tree__dot.is-inspectable{background:var(--shell-sidebar-dock-warning)}.shell-sidebar-tree__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-sidebar-tree__preview-flag{width:16px;height:16px;display:inline-grid;place-items:center;border-radius:5px;color:var(--shell-sidebar-dock-brand);background:var(--shell-sidebar-dock-brand-soft);font-size:.6rem;opacity:.9}.shell-sidebar-tree__preview-flag .shell-icon__svg,.shell-sidebar-tree__pin .shell-icon__svg,.shell-sidebar-tree__chevron .shell-icon__svg{width:12px;height:12px}.shell-sidebar-tree__pin{border:0;background:transparent;width:18px;height:18px;display:inline-grid;place-items:center;border-radius:6px;color:var(--shell-sidebar-dock-faint);font-size:.72rem;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,visibility .12s ease,background-color .12s ease,color .12s ease}.shell-sidebar-tree__row[data-pinnable=true][data-pinned=true] .shell-sidebar-tree__pin,.shell-sidebar-tree__row[data-pinnable=true]:hover .shell-sidebar-tree__pin,.shell-sidebar-tree__row[data-pinnable=true]:focus-within .shell-sidebar-tree__pin{opacity:1;visibility:visible;pointer-events:auto}.shell-sidebar-tree__pin:hover,.shell-sidebar-tree__pin:focus-visible{color:var(--shell-sidebar-dock-text);background:var(--shell-sidebar-dock-brand-strong);outline:none}.shell-sidebar-tree__empty{color:var(--shell-sidebar-dock-muted);font-size:.7rem}.shell-sidebar-dock__control{min-width:26px;width:26px;height:26px;min-height:26px;padding:0!important;display:inline-grid;place-items:center;border:0!important;border-radius:7px!important;background:transparent!important;color:var(--shell-sidebar-dock-muted);box-shadow:none!important;line-height:1;flex:0 0 auto;appearance:none}.shell-sidebar-dock__control .shell-icon__svg,.shell-sidebar-pane__header-control .shell-icon__svg{width:13px;height:13px}.shell-sidebar-dock__toggle-icon{transform:rotate(0);transition:transform .16s ease}.shell-sidebar-dock__toggle-icon.is-expanded{transform:rotate(90deg)}.shell-sidebar-dock__control:hover,.shell-sidebar-pane__header-control:hover{background:var(--shell-sidebar-dock-control-hover-bg);color:var(--shell-sidebar-dock-text)}.shell-sidebar-dock__control:focus-visible{outline:1px solid var(--shell-sidebar-dock-input-focus);outline-offset:0;background:var(--shell-sidebar-dock-control-hover-bg);color:var(--shell-sidebar-dock-text)}.shell-sidebar-dock__resize-handle{--shell-sidebar-dock-resize-hit-area: var(--shell-resize-mount-size, 8px);position:absolute;top:0;right:calc(var(--shell-sidebar-dock-resize-hit-area) * -1);bottom:0;z-index:15;width:var(--shell-sidebar-dock-resize-hit-area);display:grid;place-items:center;border:0;background:transparent;color:#9fb4d666;cursor:col-resize;touch-action:none}.shell-sidebar-dock__resize-handle:after{content:"";position:absolute;top:0;bottom:0;left:calc((var(--shell-sidebar-dock-resize-hit-area) - 2px) / 2);width:2px;border-radius:999px;background:transparent;transition:background .15s ease,opacity .15s ease;opacity:0}.shell-sidebar-dock__resize-handle:hover:after,.shell-sidebar-dock__resize-handle:focus-visible:after{background:var(--shell-sidebar-dock-brand);opacity:1}.shell-sidebar-dock__resize-handle-icon{position:relative;z-index:1;width:14px;height:14px;padding:2px;border-radius:999px;background:var(--shell-sidebar-dock-bg);color:currentColor;pointer-events:none;opacity:0;transition:opacity .15s ease,color .15s ease}.shell-sidebar-dock__resize-handle:hover .shell-sidebar-dock__resize-handle-icon,.shell-sidebar-dock__resize-handle:focus-visible .shell-sidebar-dock__resize-handle-icon,.shell-sidebar-dock.is-width-resizing .shell-sidebar-dock__resize-handle-icon{color:var(--shell-sidebar-dock-text);opacity:1}.shell-sidebar-dock.is-width-resizing{-webkit-user-select:none;user-select:none}.shell-sidebar-dock.is-width-resizing .shell-sidebar-dock__resize-handle:after{background:var(--shell-sidebar-dock-brand);opacity:1}.shell-sidebar-dock__floating-layer{position:absolute;inset:0;z-index:80;pointer-events:none;overflow:visible}.shell-sidebar-dock__floating-layer>*{pointer-events:auto}.shell-sidebar-dock__minimized-tray{position:absolute;left:12px;top:46px;z-index:13;display:flex;flex-direction:column;gap:8px;pointer-events:none}.shell-sidebar-dock__minimized-item{width:40px;min-width:40px;height:40px;min-height:40px;padding:0;font-size:0;border-radius:12px;border-color:var(--shell-sidebar-dock-minimized-border);background:var(--shell-sidebar-dock-minimized-bg);color:var(--shell-sidebar-dock-minimized-text);box-shadow:var(--shell-sidebar-dock-elevated-shadow);pointer-events:auto}.shell-floating-sidebar-pane{position:absolute;left:var(--shell-floating-sidebar-pane-left, 48px);top:var(--shell-floating-sidebar-pane-top, 56px);display:flex;flex-direction:column;width:var(--shell-floating-sidebar-pane-width, 320px);height:var(--shell-floating-sidebar-pane-height, 320px);min-width:220px;border:1px solid var(--shell-border-strong);border-radius:var(--shell-floating-pane-radius, var(--shell-surface-radius, 18px));background:var(--shell-panel-strong);box-shadow:var(--shell-shadow);overflow:visible}.shell-floating-sidebar-pane__header{cursor:move}.shell-floating-sidebar-pane__content{min-width:0;min-height:0;flex:1 1 auto}.shell-floating-sidebar-pane__content.shell-sidebar-pane{grid-template-rows:auto auto minmax(0,1fr);height:100%;max-height:none;border:0;border-radius:0;background:transparent}.shell-floating-sidebar-pane__content .shell-sidebar-pane__header{background:var(--shell-sidebar-dock-floating-header-bg)}.shell-floating-sidebar-pane__content .shell-sidebar-pane__body{overflow:auto;scrollbar-gutter:stable}.shell-floating-sidebar-pane .shell-sidebar-pane__header,.shell-floating-sidebar-pane .shell-sidebar-pane__header-button{cursor:grab}.shell-floating-sidebar-pane .shell-sidebar-pane__header:active,.shell-floating-sidebar-pane .shell-sidebar-pane__header:active .shell-sidebar-pane__header-button{cursor:grabbing}.shell-floating-sidebar-pane .shell-sidebar-pane__header-control,.shell-floating-sidebar-pane .shell-sidebar-pane__overflow-item{cursor:pointer}.shell-floating-sidebar-pane__resize-handle{position:absolute;border:0;background:transparent;color:inherit;cursor:nwse-resize}.shell-floating-sidebar-pane__resize-handle--width{top:42px;right:0;bottom:16px;width:10px;cursor:ew-resize}.shell-floating-sidebar-pane__resize-handle--height{left:0;right:16px;bottom:0;height:10px;cursor:ns-resize}.shell-floating-sidebar-pane__resize-handle--corner{right:0;bottom:0;width:18px;height:18px}.shell-sidebar-dock__empty{display:grid;gap:12px;justify-items:start;padding:18px;border:0;border-radius:0;background:transparent;color:var(--shell-sidebar-dock-muted)}.shell-sidebar-dock__empty div{display:grid;gap:4px}.shell-sidebar__section+.shell-sidebar__section{margin-top:14px}.shell-sidebar__navigation-menu{display:grid;gap:10px;margin-bottom:12px}.shell-sidebar__section-title{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px;color:var(--shell-muted);font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.shell-sidebar__items{display:flex;flex-direction:column;gap:8px}.shell-sidebar-item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--shell-border);text-align:left}.shell-sidebar-item__meta{display:flex;flex-direction:column;gap:2px}.shell-sidebar-item__kind{color:var(--shell-muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.shell-workbench{display:grid;grid-template-rows:var(--shell-workbench-top-chrome-height, 42px) minmax(0,1fr);min-width:0;min-height:0;height:100%;overflow:hidden;background:var(--shell-workbench-bg, var(--shell-panel-strong))}.shell-workbench__layout{display:grid;grid-template-columns:minmax(0,1fr);min-width:0;min-height:0;overflow:hidden;background:var(--shell-workbench-content-bg, var(--shell-bg))}.workbench-content-region{grid-row:2}.shell-workbench-sidebar-dock{--shell-sidebar-dock-runtime-width: var(--shell-workbench-sidebar-width, 240px);min-height:0;border-right:1px solid var(--shell-border)}.shell-workbench-sidebar-dock:last-child{border-right:0;border-left:1px solid var(--shell-border)}.sidebar-dock-demo{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;background:var(--shell-panel)}.sidebar-dock-demo__header,.sidebar-dock-demo__toolbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--shell-border);background:var(--shell-panel-strong)}.sidebar-dock-demo__header h2,.sidebar-dock-demo__content h3,.sidebar-dock-demo__canvas h3{margin:0;font-size:1rem}.sidebar-dock-demo__header p,.sidebar-dock-demo__toolbar span,.sidebar-dock-demo__content p,.sidebar-dock-demo__canvas p{margin:4px 0 0;color:var(--shell-muted)}.sidebar-dock-demo__body{flex:1 1 auto;display:grid;grid-template-columns:auto minmax(0,1fr);min-width:0;min-height:0;overflow:hidden}.sidebar-dock-demo__content,.sidebar-dock-demo__canvas{min-width:0;min-height:0;padding:16px;overflow:auto}.workbench-top-chrome{box-sizing:border-box;position:relative;grid-row:1;z-index:30;min-width:0;height:var(--shell-workbench-top-chrome-height, 42px);min-height:0;border-bottom:1px solid var(--shell-border);background:var(--shell-workbench-chrome-bg, var(--shell-panel));overflow:visible}.shell-tabstrip{box-sizing:border-box;position:relative;z-index:1;display:flex;align-items:flex-end;gap:4px;min-width:0;min-height:0;height:100%;padding:8px 8px 0;overflow:visible;border-bottom:0;background:transparent}.workbench-tab-strip__scroll-area{box-sizing:border-box;position:relative;min-width:0;min-height:0;height:100%;flex:1 1 auto;overflow:visible}.workbench-tab-strip__viewport{box-sizing:border-box;position:relative;min-width:0;min-height:0;height:100%;overflow-x:hidden;overflow-y:hidden;scrollbar-width:none;overscroll-behavior:contain}.workbench-tab-strip__viewport::-webkit-scrollbar{display:none}.workbench-tab-strip__list{box-sizing:border-box;display:flex;align-items:flex-end;gap:6px;width:max-content;min-width:0;min-height:0;height:100%}.workbench-tab-strip__scrollbar{position:absolute;right:2px;bottom:1px;left:2px;z-index:2;height:4px;border-radius:var(--shell-scrollbar-radius, 999px);background:var(--shell-scrollbar-track);opacity:0;pointer-events:none;transition:opacity .12s ease}.shell-tabstrip:hover .workbench-tab-strip__scrollbar,.shell-tabstrip:focus-within .workbench-tab-strip__scrollbar{opacity:1}.workbench-tab-strip__scrollbar-thumb{position:absolute;top:0;bottom:0;min-width:16px;border-radius:inherit;background:var(--shell-scrollbar-thumb);box-shadow:0 0 0 1px var(--shell-workbench-chrome-bg, var(--shell-panel))}.workbench-tab-strip__trailing{box-sizing:border-box;position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:flex-end;min-width:0;height:30px;flex:0 0 auto;overflow:visible}.workbench-tab-strip__trailing-spacer{display:block;width:1px;height:18px}.workbench-tab-overflow-button,.workbench-tab-more-button{box-sizing:border-box;display:inline-grid;place-items:center;width:24px;height:30px;flex:0 0 24px;padding:0;border:0;border-radius:6px 6px 0 0;background:transparent;color:var(--shell-muted);cursor:pointer;font:inherit}.workbench-tab-overflow-button:hover:not(:disabled),.workbench-tab-overflow-button:focus-visible:not(:disabled),.workbench-tab-more-button:hover,.workbench-tab-more-button:focus-visible,.workbench-tab-more-button.is-open{outline:none;background:var(--shell-workbench-tab-hover-bg, var(--shell-hover-surface));color:var(--shell-text)}.workbench-tab-overflow-button:disabled{cursor:not-allowed;opacity:.42}.workbench-tab-overflow-button .shell-icon,.workbench-tab-overflow-button .shell-icon__svg,.workbench-tab-more-button .shell-icon,.workbench-tab-more-button .shell-icon__svg{width:14px;height:14px}.workbench-sheet-type-selector{box-sizing:border-box;display:inline-flex;align-items:center;gap:6px;height:30px;max-width:220px;flex:0 0 auto;padding:0 6px;border-left:1px solid var(--shell-border);color:var(--shell-muted)}.workbench-sheet-type-selector__label{display:inline-flex;align-items:center;min-width:0;gap:5px;color:inherit;font-size:11px;line-height:1}.workbench-sheet-type-selector__label .shell-icon,.workbench-sheet-type-selector__label .shell-icon__svg{width:13px;height:13px}.workbench-sheet-type-selector__label-text{max-width:68px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-sheet-type-selector__control{box-sizing:border-box;max-width:132px;height:22px;padding:0 22px 0 8px;border:1px solid var(--shell-border);border-radius:6px;background:var(--shell-workbench-tab-active-bg, var(--shell-surface));color:var(--shell-text);font:inherit;font-size:11px;line-height:1;cursor:pointer}.workbench-sheet-type-selector__control option{background:var(--shell-panel-strong, var(--shell-panel));color:var(--shell-text)}.studio-shell[data-color-scheme=dark] .workbench-sheet-type-selector__control{color-scheme:dark}.studio-shell[data-color-scheme=light] .workbench-sheet-type-selector__control{color-scheme:light}.workbench-sheet-type-selector__control option:checked{background:var(--shell-accent-soft, var(--shell-button-surface-hover));color:var(--shell-text)}.workbench-sheet-type-selector__control:hover:not(:disabled),.workbench-sheet-type-selector__control:focus-visible:not(:disabled){outline:none;border-color:var(--shell-accent, var(--shell-border));background:var(--shell-workbench-tab-hover-bg, var(--shell-hover-surface))}.workbench-sheet-type-selector__control:disabled{cursor:not-allowed;opacity:.58}.shell-tab{box-sizing:border-box;position:relative;display:inline-flex;align-items:center;min-width:0;max-width:180px;height:30px;flex:0 1 180px;gap:7px;padding:0;border:0;border-radius:9px 9px 0 0;color:var(--shell-muted);font-size:12px;line-height:1;overflow:hidden;transition:background-color .12s ease,color .12s ease,opacity .12s ease}.shell-tab:hover{background:var(--shell-workbench-tab-hover-bg, var(--shell-hover-surface));color:var(--shell-text)}.shell-tab.is-active{background:var(--shell-workbench-tab-active-bg, var(--shell-accent-soft));color:var(--shell-text)}.shell-tab.is-pinned{color:var(--shell-text)}.shell-tab.is-disabled{cursor:not-allowed;opacity:.58}.shell-tab.is-draggable:not(.is-disabled){cursor:grab}.shell-tab.is-dragging{opacity:.46;cursor:grabbing}.shell-tab.is-drag-over:before{content:"";position:absolute;top:5px;bottom:5px;z-index:3;width:2px;border-radius:999px;background:var(--shell-accent, var(--shell-text));box-shadow:0 0 0 1px var(--shell-workbench-chrome-bg, var(--shell-panel));pointer-events:none}.shell-tab.is-drag-over[data-drop-position=before]:before{left:-1px}.shell-tab.is-drag-over[data-drop-position=after]:before{right:-1px}.workbench-tab-item__button{box-sizing:border-box;display:inline-flex;align-items:center;min-width:0;height:100%;flex:1 1 auto;padding:7px 9px;border:0;border-radius:inherit;background:transparent;color:inherit;cursor:inherit;font:inherit;text-align:left}.workbench-tab-item[data-closable=true] .workbench-tab-item__button,.workbench-tab-item[data-pinned=true] .workbench-tab-item__button{padding-right:26px}.workbench-tab-item__button:disabled{cursor:not-allowed}.workbench-tab-item__content{min-width:0;gap:7px}.workbench-tab-item__content .shell-icon,.workbench-tab-item__content .shell-icon__svg{width:14px;height:14px}.workbench-tab-item__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-tab-item__pin,.shell-tab__close{position:absolute;top:50%;right:6px;display:grid;align-items:center;justify-content:center;width:14px;height:14px;padding:0;border:0;border-radius:4px;color:var(--shell-muted);transform:translateY(-50%)}.workbench-tab-item__pin{background:transparent;cursor:pointer;transition:background-color .12s ease,color .12s ease,opacity .12s ease}.workbench-tab-item__pin .shell-icon,.workbench-tab-item__pin .shell-icon__svg,.shell-tab__close .shell-icon,.shell-tab__close .shell-icon__svg{width:12px;height:12px}.workbench-tab-item__pin:hover,.workbench-tab-item__pin:focus-visible{color:var(--shell-text);background:var(--shell-button-surface-hover);outline:none}.workbench-tab-item__pin:disabled{cursor:not-allowed;opacity:.58}.shell-tab__close{opacity:1;pointer-events:auto;transition:background-color .12s ease,color .12s ease,opacity .12s ease}.shell-tab__close:hover,.shell-tab__close:focus-visible{color:var(--shell-text);background:var(--shell-button-surface-hover)}.workbench-more-tabs-menu{position:absolute;top:calc(100% + 4px);right:0;z-index:1000;display:grid;gap:2px;width:min(280px,calc(100vw - 48px));max-height:min(360px,calc(100vh - 120px));padding:6px;overflow:auto;border:1px solid var(--shell-border);border-radius:8px;background:var(--shell-menu-surface, var(--shell-panel));box-shadow:var(--shell-shadow);color:var(--shell-text)}.workbench-more-tabs-menu__item{display:grid;grid-template-columns:16px minmax(0,1fr) 16px;align-items:center;gap:8px;min-height:30px;padding:0 8px;border:0;border-radius:6px;background:transparent;color:var(--shell-text);cursor:pointer;font:inherit;font-size:12px;text-align:left}.workbench-more-tabs-menu__item:hover:not(:disabled),.workbench-more-tabs-menu__item:focus-visible:not(:disabled),.workbench-more-tabs-menu__item.is-active{outline:none;background:var(--shell-workbench-tab-active-bg, var(--shell-accent-soft))}.workbench-more-tabs-menu__item:disabled{cursor:not-allowed;color:var(--shell-muted);opacity:.58}.workbench-more-tabs-menu__item .shell-icon,.workbench-more-tabs-menu__item .shell-icon__svg{width:14px;height:14px}.workbench-more-tabs-menu__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-more-tabs-menu__empty{margin:0;padding:8px 10px;color:var(--shell-muted);font-size:12px}.shell-workbench__content{box-sizing:border-box;min-width:0;min-height:0;height:100%;padding:var(--shell-workbench-content-padding, 4px);overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;background:var(--shell-workbench-content-bg, var(--shell-bg))}.host-surface,.shell-settings{display:grid;align-content:start;gap:18px;min-width:0;min-height:100%;padding:24px;box-sizing:border-box;border-radius:18px;border:1px dashed var(--shell-border-strong);background:linear-gradient(135deg,var(--shell-card-surface),var(--shell-panel-strong)),var(--shell-panel-strong)}.host-surface[data-kind=tool]{background:linear-gradient(135deg,var(--shell-card-surface),var(--shell-panel-strong)),var(--shell-panel-strong)}.host-surface__chips{display:flex;flex-wrap:wrap;gap:8px}.host-surface__chip{padding:6px 10px;border-radius:999px;background:var(--shell-button-surface);border:1px solid var(--shell-border);color:var(--shell-muted);font-size:.78rem}.host-surface__chip--debug,.shell-debug-token,.shell-sidebar-dock__debug-mount-badge{display:inline-flex;align-items:center;justify-content:flex-start;box-sizing:border-box;width:var(--shell-debug-token-width, 112px);min-width:0;max-width:var(--shell-debug-token-width, 112px);min-height:22px;padding:0 8px;overflow:hidden;border:1px dashed var(--shell-accent);border-radius:999px;background:var(--shell-accent-soft);color:var(--shell-accent);font-family:ui-monospace,Cascadia Mono,SFMono-Regular,Consolas,monospace;font-size:.72rem;font-weight:650;letter-spacing:.01em;line-height:1;text-overflow:ellipsis;white-space:nowrap}.host-surface__chip--debug{justify-content:flex-start}.shell-sidebar-dock__debug-mount-badge{--shell-debug-token-width: 94px}.host-surface__title{margin:0;font-size:1.45rem}.host-surface__summary{max-width:65ch;color:var(--shell-muted);line-height:1.6}.host-surface__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.host-surface__card{padding:14px;border-radius:16px;border:1px solid var(--shell-border);background:var(--shell-card-surface)}.host-surface__card dt{color:var(--shell-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.host-surface__card dd{margin:6px 0 0;font-size:1rem;font-weight:600}.shell-settings__section{display:grid;gap:12px}.shell-settings__grid{margin:0;min-width:0}.shell-settings__control{display:grid;gap:8px;max-width:320px}.shell-settings__control span,.shell-settings__supported-locales{color:var(--shell-muted)}.shell-settings__control select{padding:10px 12px;border-radius:12px;border:1px solid var(--shell-border);background:var(--shell-button-surface);color:var(--shell-text);font:inherit}.module-management__toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.module-management__label{display:block;font-size:.82rem;font-weight:600;color:var(--shell-text-muted, #5b7088);margin-bottom:.5rem}.module-management__source-priority{display:grid;gap:.75rem}.module-management__priority-list,.module-management__badges,.module-management__actions{display:flex;flex-wrap:wrap;gap:.5rem}.module-management__table{display:grid;gap:.75rem}.module-management__table-header,.module-management__table-row{display:grid;grid-template-columns:minmax(14rem,1.4fr) minmax(10rem,1fr) minmax(10rem,1fr) minmax(12rem,1.1fr) minmax(12rem,1fr) minmax(12rem,1fr);gap:.75rem;align-items:start}.module-management__table-header{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-muted, #5b7088)}.module-management__table-row{padding:1rem}.module-management__meta{font-size:.85rem;color:var(--shell-text-muted, #5b7088)}.module-management__value{font-weight:600}.module-management__warnings,.module-management__issue-list{margin:0;padding-left:1rem;color:var(--shell-text-muted, #5b7088)}.module-management__action{appearance:none;border:1px solid var(--shell-border, rgba(130, 154, 180, .35));background:var(--shell-surface-subtle, rgba(255, 255, 255, .72));color:var(--shell-text, #22354a);border-radius:.85rem;padding:.55rem .9rem;font:inherit;cursor:pointer}.module-management__action:disabled{opacity:.55;cursor:not-allowed}@media(max-width:1400px){.module-management__table-header,.module-management__table-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.module-management__table-header,.module-management__table-row{grid-template-columns:minmax(0,1fr)}}.shell-empty-state{display:grid;place-items:center;height:100%;padding:24px;color:var(--shell-muted);text-align:center}.shell-empty-state>div{width:min(420px,100%);padding:20px 22px;border:1px solid var(--shell-border);border-radius:12px;background:var(--shell-panel)}.shell-empty-state--sidebar{min-height:120px}.shell-panel-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.shell-panel-tab{padding:8px 10px;border-radius:10px;border:1px solid var(--shell-border)}.shell-panel-tab.is-active{background:var(--shell-accent-soft);border-color:var(--shell-border-strong)}.shell-panel-placeholder{display:grid;gap:10px;min-width:0;color:var(--shell-muted)}.shell-collapsed{display:grid;place-items:center;padding:16px;height:100%}@media(max-width:1200px){.shell-resize-mount-point--workbench-property-panel{display:none}}@media(max-width:900px){.shell-resize-mount-point{display:none}}@media(max-width:1200px){.studio-shell__frame{grid-template-rows:64px minmax(0,1fr) var(--shell-statusbar-height)}.studio-shell__workspace{grid-template-columns:72px minmax(220px,240px) minmax(0,1fr);grid-template-rows:minmax(0,1fr) 220px 220px;grid-template-areas:"activity sidebar workbench" "activity sidebar panel" "activity sidebar rightpanel"}}@media(max-width:900px){.studio-shell__frame{grid-template-rows:auto minmax(0,1fr) var(--shell-statusbar-height)}.studio-shell__workspace{grid-template-columns:1fr;grid-template-rows:auto auto minmax(280px,1fr) minmax(180px,auto) minmax(180px,auto);grid-template-areas:"activity" "sidebar" "workbench" "rightpanel" "panel"}.shell-topbar{flex-wrap:wrap;align-content:center}.shell-topbar__spacer{display:none}.shell-activitybar{flex-direction:row;overflow:hidden}.shell-activitybar__spacer{min-width:12px;min-height:0}}.shell-menu{position:relative}.shell-menu--top,.shell-menu--sidebar{display:grid;gap:8px;min-width:240px}.shell-menu--sidebar{min-width:0}.shell-menu__tabs,.shell-menu__drawer-tabs{display:flex;gap:8px;flex-wrap:wrap}.shell-menu__tabs--stacked{flex-direction:column}.shell-menu__tab,.shell-menu__drawer-tab,.shell-menu-item{border:1px solid var(--shell-border);background:var(--shell-button-surface);color:inherit;cursor:pointer;font:inherit}.shell-menu__tab,.shell-menu__drawer-tab{padding:8px 10px;border-radius:12px}.shell-menu__tab.is-active,.shell-menu__drawer-tab.is-active{background:var(--shell-accent-soft);border-color:var(--shell-border-strong)}.shell-menu__panel,.shell-menu__drawer{display:grid;gap:10px;padding:12px;border-radius:16px;border:1px solid var(--shell-border);background:var(--shell-menu-surface);box-shadow:var(--shell-shadow)}.shell-menu__drawer{position:absolute;top:0;left:calc(100% + 12px);min-width:260px;z-index:3}.shell-menu__panel{position:absolute;top:100%;left:0;min-width:240px;margin-top:8px;z-index:10}.shell-menu__panel--inline{position:static;min-width:0;margin-top:0}.shell-menu-items,.shell-menu-item-group{display:grid;gap:6px}.shell-menu-item-group.is-divider{padding:4px 0}.shell-menu-divider{display:flex;align-items:center;gap:8px;min-height:1px;color:var(--shell-muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.shell-menu-divider:before,.shell-menu-divider:after{content:"";flex:1 1 auto;border-top:1px solid var(--shell-border)}.shell-menu-divider:empty:before{flex-basis:100%}.shell-menu-divider:empty:after{display:none}.shell-menu-item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:10px 12px 10px calc(12px + var(--menu-indent, 0px));border-radius:12px;text-align:left}.shell-menu-item:hover:not(:disabled),.shell-menu__tab:hover,.shell-menu__drawer-tab:hover{background:var(--shell-button-surface-hover)}.shell-menu-item.is-open{background:var(--shell-accent-soft);border-color:var(--shell-border-strong)}.shell-menu-item.is-checked{border-color:var(--shell-border-strong)}.shell-menu-item__label{display:inline-flex;align-items:center;gap:8px;min-width:0}.shell-menu-item__check{color:var(--shell-accent);font-weight:700}.shell-menu-item:disabled{cursor:not-allowed;color:var(--shell-muted);opacity:.64}.shell-menu-item.is-warning{border-color:var(--shell-accent)}.shell-menu-item__warning{color:var(--shell-accent);font-size:.76rem}.shell-sidebar-item:disabled{cursor:not-allowed;color:var(--shell-muted);opacity:.64}.shell-sidebar-item.is-disabled{cursor:not-allowed;color:var(--shell-muted);opacity:.64}.shell-sidebar-item.is-warning{border-color:var(--shell-accent)}.shell-sidebar-item__warning{color:var(--shell-accent);font-size:.76rem}.shell-tab.is-disabled{cursor:not-allowed;color:var(--shell-muted);opacity:.64}.shell-tab.is-disabled button{cursor:not-allowed}.shell-tab.is-warning{border-color:var(--shell-accent)}.shell-menu-item__shortcut,.shell-menu-item__caret{color:var(--shell-muted);font-size:.76rem}.shell-activity--menu{border:1px solid var(--shell-border);background:var(--shell-button-surface)}.tool-host-wrapper--readonly,.tool-host-wrapper--warning{display:flex;flex-direction:column;height:100%}.tool-host-banner{padding:.5rem 1rem;font-size:.8rem}.tool-host-banner--readonly{background:var(--shell-muted);color:var(--shell-text);opacity:.8}.tool-host-banner--warning{background:var(--shell-accent);color:var(--shell-surface)}.diagnostics-panel{padding:1rem;font-size:.85rem;color:var(--shell-text)}.diagnostics-panel__title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.diagnostics-summary{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;padding:.5rem;background:var(--shell-surface);border-radius:4px}.diagnostics-summary__item{font-size:.8rem}.diagnostics-summary__item--success{color:var(--shell-success, #4caf50)}.diagnostics-summary__item--error{color:var(--shell-error, #f44336)}.diagnostics-summary__item--warning{color:var(--shell-accent)}.diagnostics-modules{list-style:none;padding:0;margin:0}.diagnostics-module{padding:.5rem;margin-bottom:.25rem;border-left:3px solid var(--shell-border)}.diagnostics-module__header{display:flex;align-items:center;gap:.5rem}.diagnostics-module__id{font-weight:500}.diagnostics-module__version{color:var(--shell-muted);font-size:.76rem}.diagnostics-module__phase{font-size:.72rem;padding:.1rem .4rem;border-radius:3px}.diagnostics-phase--success{background:var(--shell-success, #4caf50);color:#fff}.diagnostics-phase--error{background:var(--shell-error, #f44336);color:#fff}.diagnostics-phase--warning{background:var(--shell-accent);color:var(--shell-surface)}.diagnostics-phase--neutral{background:var(--shell-muted);color:var(--shell-surface)}.diagnostics-module__issues{list-style:none;padding:.25rem 0 0 .75rem;margin:0}.diagnostics-module__unresolved{font-size:.76rem;color:var(--shell-accent);padding-left:.75rem;margin-top:.25rem}.diagnostics-issue{font-size:.76rem;padding:.15rem 0}.diagnostics-issue__code{font-family:monospace;margin-right:.5rem}.diagnostics-issue--error{color:var(--shell-error, #f44336)}.diagnostics-issue--warning{color:var(--shell-accent)}.diagnostics-issue--info{color:var(--shell-muted)}.diagnostics-issue__severity{text-transform:uppercase;font-size:.68rem;font-weight:600;margin-right:.25rem}.diagnostics-global-issues{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--shell-border)}.diagnostics-global-issues__title{font-size:.85rem;font-weight:600;margin-bottom:.5rem}.shell-item-overlay-layer{position:fixed;inset:0;z-index:40;display:flex;justify-content:center;align-items:flex-start;padding:88px 24px 24px;background:var(--shell-item-overlay-backdrop)}.shell-item-overlay{width:min(480px,calc(100vw - 48px));max-height:calc(100vh - 128px);overflow:auto;border-radius:18px;border:1px solid var(--shell-border-strong);background:var(--shell-panel-strong);box-shadow:var(--shell-shadow);padding:16px}.shell-item-overlay--alerts,.shell-item-overlay--account{width:min(420px,calc(100vw - 28px));padding:0;overflow:hidden;border-color:var(--shell-item-overlay-border);background:var(--shell-item-overlay-bg);color:var(--shell-item-overlay-text)}.shell-item-overlay--navigation-menu.is-activity-menu{width:min(360px,calc(100vw - 48px));margin-left:96px}.shell-item-overlay__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.shell-item-overlay__title{margin:0;font-size:1rem;font-weight:700}.shell-item-overlay__subtitle{margin:4px 0 0;color:var(--shell-muted);font-size:.82rem}.shell-item-overlay__banner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:54px;padding:0 18px;border-bottom:1px solid var(--shell-item-overlay-banner-border)}.shell-item-overlay__banner--alerts{background:var(--shell-item-overlay-alerts-banner-bg);color:var(--shell-item-overlay-alerts-banner-text)}.shell-item-overlay__banner--account{background:var(--shell-item-overlay-account-banner-bg);color:var(--shell-item-overlay-account-banner-text)}.shell-item-overlay__banner-title,.shell-item-overlay__banner-meta{margin:0;font-size:16px;font-weight:800;line-height:1.1}.shell-item-overlay__banner-meta{font-size:14px;color:var(--shell-item-overlay-alerts-banner-meta);white-space:nowrap}.shell-item-overlay__banner--account .shell-item-overlay__banner-meta{color:var(--shell-item-overlay-account-banner-meta)}.shell-item-overlay__details{display:grid;gap:12px;margin:0}.shell-item-overlay__details div{display:grid;gap:4px;padding:12px;border-radius:14px;background:var(--shell-card-surface);border:1px solid var(--shell-border)}.shell-item-overlay__details dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--shell-muted)}.shell-item-overlay__details dd{margin:0}.shell-item-overlay__list{display:grid;gap:0}.shell-item-overlay__card{padding:12px;border-radius:14px;background:var(--shell-card-surface);border:1px solid var(--shell-border)}.shell-item-overlay__card h4{margin:0 0 6px;font-size:.92rem}.shell-item-overlay__card p,.shell-item-overlay__empty{margin:0;color:var(--shell-muted)}.shell-item-overlay__notice{padding:17px 18px 16px;border-bottom:1px solid var(--shell-item-overlay-notice-border);background:var(--shell-item-overlay-notice-bg)}.shell-item-overlay__notice:last-child{border-bottom:0}.shell-item-overlay__notice-title{margin:0 0 10px;font-size:16px;font-weight:800;line-height:1.15}.shell-item-overlay__notice-title--error{color:var(--shell-item-overlay-notice-error)}.shell-item-overlay__notice-title--warning{color:var(--shell-item-overlay-notice-warning)}.shell-item-overlay__notice-title--info{color:var(--shell-item-overlay-notice-info)}.shell-item-overlay__notice-message{margin:0;color:var(--shell-item-overlay-notice-message);font-size:15px;line-height:1.42}.shell-item-overlay__notice-time{margin:10px 0 0;color:var(--shell-item-overlay-notice-time);font-size:14px;line-height:1.2}.shell-item-overlay__empty--notice{padding:22px 18px;color:var(--shell-item-overlay-empty-text);font-size:16px}.shell-item-overlay__account-profile{display:flex;align-items:center;gap:16px;padding:24px 20px 20px}.shell-item-overlay__avatar{display:inline-grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:50%;background:var(--shell-item-overlay-avatar-bg);color:var(--shell-item-overlay-avatar-text);font-size:20px;font-weight:900;overflow:hidden}.shell-item-overlay__avatar-image{display:block;width:100%;height:100%;object-fit:cover}.shell-item-overlay__account-name,.shell-item-overlay__account-email{margin:0}.shell-item-overlay__account-name{color:var(--shell-item-overlay-account-name);font-size:20px;font-weight:800;line-height:1.18}.shell-item-overlay__account-email{margin-top:5px;color:var(--shell-item-overlay-account-email);font-size:14px;font-weight:650}.shell-item-overlay__account-table{margin:6px 20px 20px;overflow:hidden;border:1px solid var(--shell-item-overlay-account-table-border);border-radius:14px}.shell-item-overlay__account-row{display:grid;grid-template-columns:minmax(92px,.7fr) minmax(0,1.3fr);min-height:48px;border-bottom:1px solid var(--shell-item-overlay-account-row-border)}.shell-item-overlay__account-row:last-child{border-bottom:0}.shell-item-overlay__account-row dt,.shell-item-overlay__account-row dd{display:flex;align-items:center;min-width:0;margin:0;padding:0 14px;font-size:14px;line-height:1.25}.shell-item-overlay__account-row dt{color:var(--shell-item-overlay-account-label);font-weight:650}.shell-item-overlay__account-row dd{color:var(--shell-item-overlay-account-value);font-weight:800;overflow-wrap:anywhere}.shell-item-overlay__account-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 20px 20px}.shell-item-overlay__account-action{min-height:34px;padding:0 12px;border:1px solid var(--shell-item-overlay-account-action-border);border-radius:8px;background:var(--shell-item-overlay-account-action-bg);color:var(--shell-item-overlay-account-action-text);font:inherit;font-size:14px;font-weight:750}.shell-item-overlay__account-action:hover,.shell-item-overlay__account-action:focus-visible{background:var(--shell-item-overlay-account-action-bg-hover)}.shell-item-overlay__account-action--danger{border-color:var(--shell-item-overlay-account-action-danger-border);color:var(--shell-item-overlay-account-action-danger-text)}.shell-item-overlay__account-action:disabled{cursor:not-allowed;opacity:.62}.shell-item-overlay__menu-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.shell-item-overlay__menu-tabs--stacked{display:grid}.shell-item-overlay__menu-panel{padding:10px;border-radius:16px;background:var(--shell-menu-surface);border:1px solid var(--shell-border)}.shell-topbar__center::-webkit-scrollbar,.shell-topbar__actions::-webkit-scrollbar,.shell-tabstrip::-webkit-scrollbar{height:var(--shell-scrollbar-size, 10px)}.shell-topbar__center>*,.shell-topbar__actions>*{flex:0 0 auto}.studio-shell__statusbar-segment-content,.shell-settings__brand-asset-row{display:inline-flex;align-items:center;gap:6px;min-width:0}.shell-settings__brand-asset{width:28px;height:28px;flex:0 0 auto;border-radius:8px;background:var(--shell-accent-soft);border:1px solid var(--shell-border)}.shell-item-group{--shell-item-group-gap: 10px;display:flex;min-width:0;min-height:0;gap:var(--shell-item-group-gap)}.shell-item-group--horizontal{flex-direction:row}.shell-item-group--vertical{flex-direction:column}.shell-item-group--align-start{align-items:flex-start}.shell-item-group--align-center{align-items:center}.shell-item-group--align-end{align-items:flex-end}.shell-item-group--align-stretch{align-items:stretch}.shell-item-group--gap-none{--shell-item-group-gap: 0}.shell-item-group--gap-xs{--shell-item-group-gap: 4px}.shell-item-group--gap-sm{--shell-item-group-gap: 8px}.shell-item-group--gap-md{--shell-item-group-gap: 10px}.shell-item-group--gap-lg{--shell-item-group-gap: 16px}.shell-item-group.is-compact{--shell-item-group-gap: 6px}.shell-item-group--gap-none.is-compact{--shell-item-group-gap: 0}.shell-item-group--gap-custom.is-compact{gap:var(--shell-item-group-gap)}.shell-item-group>*{flex:0 0 auto}.shell-item-group--align-stretch>*:not(.shell-item-group__separator){align-self:stretch}.shell-item-group__separator{display:inline-flex;flex:0 0 auto;align-self:stretch;opacity:.78}.shell-item-group--horizontal .shell-item-group__separator{width:1px;min-height:20px;background:var(--shell-border)}.shell-item-group--vertical .shell-item-group__separator{width:100%;height:1px;min-height:1px;background:var(--shell-border)}.shell-action-button{min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.shell-action-button--icon{width:40px;padding-inline:0}.shell-action-button--label,.shell-action-button--icon-label{padding-inline:12px}.shell-action-button__content{justify-content:center}.shell-action-button__label{line-height:1}.shell-action-button.is-active,.shell-action-button.is-open{color:var(--shell-text);background:var(--shell-accent-soft);border-color:var(--shell-border-strong)}.shell-action-button.is-disabled,.shell-action-button:disabled{cursor:not-allowed;opacity:.5}.shell-action-button.is-placeholder{pointer-events:none;opacity:.42}.shell-menu--top{display:block;min-width:0}.shell-menu__compact-trigger{display:none;align-items:center;justify-content:center;width:34px;height:32px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--shell-muted);font:inherit;cursor:pointer}.shell-menu__compact-trigger:hover,.shell-menu__compact-trigger:focus-visible{outline:none;background:var(--shell-button-surface-hover);color:var(--shell-text)}.shell-menu--top .shell-menu__tabs{align-items:center;flex-wrap:nowrap;gap:2px;max-width:100%;overflow:visible}.shell-menu--top .shell-menu__tab{min-height:32px;padding:7px 10px;border:0;border-radius:6px;background:transparent;color:var(--shell-muted);box-shadow:none;font-size:.82rem;max-width:104px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-menu--top .shell-menu__tab:hover,.shell-menu--top .shell-menu__tab:focus-visible{outline:none;background:var(--shell-button-surface-hover);color:var(--shell-text)}.shell-menu--top .shell-menu__tab.is-active{border:0;background:var(--shell-accent-soft);color:var(--shell-text)}.shell-menu__tab-shell{position:relative;flex:0 0 auto}.shell-menu__cascade-panel,.shell-menu__activity-cascade-panel,.shell-menu-cascade__submenu{position:absolute;z-index:130}.shell-menu__cascade-panel{top:calc(100% + 6px);left:0}.shell-menu--activity{position:relative}.shell-menu__activity-cascade-panel{top:0;left:calc(100% + 8px)}.shell-menu-cascade{min-width:300px;width:max-content;max-width:min(360px,calc(100vw - 32px));padding:6px;border:1px solid var(--shell-border-strong);border-radius:10px;background:var(--shell-menu-surface, var(--shell-panel-strong));box-shadow:var(--shell-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.shell-menu-cascade--root{min-width:300px;max-width:min(360px,calc(100vw - 32px))}.shell-menu-cascade__row{position:relative;background:transparent}.shell-menu-cascade__row+.shell-menu-cascade__row{margin-top:0}.shell-menu-cascade__row.is-divider{margin:6px 0}.shell-menu-cascade__item{position:relative;min-height:32px;padding:0 10px 0 40px;border:0;border-radius:6px;background:transparent;box-shadow:none;color:var(--shell-text);font-size:.86rem}.shell-menu-cascade__item.is-open,.shell-menu-cascade__item:hover:not(:disabled),.shell-menu-cascade__item:focus-visible:not(:disabled){outline:none;background:var(--shell-button-surface-hover);color:var(--shell-text)}.shell-menu-cascade__item.is-checked{border:0}.shell-menu-cascade__submenu{top:-6px;left:calc(100% + 2px);min-width:240px;max-width:min(320px,calc(100vw - 32px))}.shell-menu-item__meta{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;margin-left:16px;color:var(--shell-muted)}.shell-menu-cascade .shell-menu-item__label{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.shell-menu-cascade .shell-menu-item__check{position:absolute;left:16px;color:var(--shell-accent);font-weight:500}.shell-menu-cascade .shell-menu-item__shortcut,.shell-menu-cascade .shell-menu-item__caret{color:var(--shell-muted);font-size:.8rem}.shell-menu-cascade .shell-menu-divider{gap:8px;min-height:1px;padding:0 8px;color:var(--shell-muted);font-size:.68rem}.shell-menu-cascade .shell-menu-divider:before,.shell-menu-cascade .shell-menu-divider:after{border-color:var(--shell-border)}.shell-menu-cascade .shell-menu-item:disabled{color:var(--shell-muted);opacity:1}.studio-shell[data-theme-id][data-color-scheme] .shell-menu--top .shell-menu__tab,.studio-shell[data-theme-id][data-viewport-profile] .shell-menu--top .shell-menu__tab{min-height:32px;padding:7px 10px;border:0;border-radius:6px;background:transparent;box-shadow:none;color:var(--shell-muted);font-size:.82rem}.studio-shell[data-theme-id][data-color-scheme] .shell-menu--top .shell-menu__tab:hover,.studio-shell[data-theme-id][data-color-scheme] .shell-menu--top .shell-menu__tab:focus-visible{outline:none;background:var(--shell-button-surface-hover);color:var(--shell-text)}.studio-shell[data-theme-id][data-color-scheme] .shell-menu--top .shell-menu__tab.is-active{background:var(--shell-accent-soft);color:var(--shell-text)}.studio-shell[data-theme-id][data-color-scheme] .shell-menu-cascade .shell-menu-cascade__item,.studio-shell[data-theme-id][data-viewport-profile] .shell-menu-cascade .shell-menu-cascade__item{min-height:32px;padding:0 10px 0 40px;border:0;border-radius:6px;background:transparent;box-shadow:none;color:var(--shell-text)}.studio-shell[data-theme-id][data-color-scheme] .shell-menu-cascade .shell-menu-cascade__item.is-open,.studio-shell[data-theme-id][data-color-scheme] .shell-menu-cascade .shell-menu-cascade__item:hover:not(:disabled),.studio-shell[data-theme-id][data-color-scheme] .shell-menu-cascade .shell-menu-cascade__item:focus-visible:not(:disabled){outline:none;background:var(--shell-button-surface-hover);color:var(--shell-text)}.studio-shell[data-theme-id][data-color-scheme] .shell-menu-cascade .shell-menu-cascade__item:disabled{background:transparent;color:var(--shell-muted);opacity:1}@container shell-topbar (max-width: 980px){.shell-brand__copy{max-width:132px}.shell-brand__name,.shell-brand__eyebrow,.shell-search__placeholder,.shell-account-button__name,.shell-account-button__email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-search{width:clamp(112px,18cqw,180px)}.shell-account-button[data-display-mode=avatar-name-email] .shell-account-button__email{display:none}}@container shell-topbar (max-width: 820px){.shell-brand__copy{display:none}.shell-topbar__quick-actions-group{max-width:96px;overflow:hidden}.shell-search{width:42px;justify-content:center;padding-inline:0}.shell-search__placeholder,.shell-search__shortcut{display:none}.shell-account-button[data-display-mode=avatar-name-email],.shell-account-button[data-display-mode=avatar-name],.shell-account-button[data-display-mode=name]{width:34px;min-width:34px;padding-inline:0}.shell-account-button[data-display-mode=avatar-name-email] .shell-account-button__identity,.shell-account-button[data-display-mode=avatar-name] .shell-account-button__identity,.shell-account-button[data-display-mode=name] .shell-account-button__identity{display:none}.shell-account-button[data-display-mode=name] .shell-icon{display:inline-flex}}@container shell-topbar (max-width: 700px){.shell-topbar{gap:6px;padding-inline:10px}.shell-topbar__spacer{min-width:4px}.shell-topbar__menu-group{max-width:42px}.shell-menu__compact-trigger{display:inline-flex}.shell-menu--top .shell-menu__tabs{display:none}}@container shell-topbar (max-width: 560px){.shell-topbar__quick-actions-group{display:none}.shell-topbar__global-controls-group{gap:4px}.shell-topbar-control{width:30px;min-width:30px;padding-inline:0}.shell-topbar__select select,.shell-topbar-control__label{max-width:0;opacity:0;pointer-events:none}}@media(max-width:700px){.shell-topbar{gap:6px;padding-inline:10px}}.shell-settings-panel-popover{width:min(420px,calc(100vw - 96px));max-width:min(420px,calc(100vw - 96px));color:var(--shell-settings-panel-text);font-size:12px;line-height:1.4}.shell-settings-panel__surface{display:grid;grid-template-rows:auto auto minmax(0,1fr);width:100%;max-height:min(620px,calc(100vh - 48px));min-height:380px;overflow:hidden;border:1px solid var(--shell-settings-panel-border-strong);border-radius:8px;background:var(--shell-settings-panel-bg);box-shadow:var(--shell-settings-panel-shadow);color:var(--shell-settings-panel-text)}.shell-settings-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 18px 14px;border-bottom:1px solid var(--shell-settings-panel-border)}.shell-settings-panel__title,.shell-settings-panel__subtitle,.shell-settings-panel__section h3,.shell-settings-panel__section p{margin:0}.shell-settings-panel__title{color:var(--shell-settings-panel-text);font-size:.92rem;font-weight:700;line-height:1.2}.shell-settings-panel__subtitle,.shell-settings-panel__section p,.shell-settings-panel__section dt{color:var(--shell-settings-panel-muted)}.shell-settings-panel__tabs{display:flex;flex-wrap:wrap;gap:6px;padding:10px 18px;border-bottom:1px solid var(--shell-settings-panel-border)}.shell-settings-panel__tabs .shell-panel-tab{min-height:28px;padding:6px 9px;border-color:transparent;border-radius:6px;color:var(--shell-settings-panel-muted);background:transparent}.shell-settings-panel__tabs .shell-panel-tab:hover,.shell-settings-panel__tabs .shell-panel-tab:focus-visible{color:var(--shell-settings-panel-text);background:var(--shell-settings-panel-control-hover-bg)}.shell-settings-panel__tabs .shell-panel-tab.is-active{color:var(--shell-settings-panel-text);border-color:var(--shell-settings-panel-border-strong);background:var(--shell-accent-soft)}.shell-settings-panel__content{min-height:0;overflow:auto;padding:18px}.shell-settings-panel__section{display:grid;gap:14px}.shell-settings-panel__section h3{color:var(--shell-settings-panel-text);font-size:.86rem;font-weight:700}.shell-settings-panel__section dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.shell-settings-panel__section dl div{display:grid;gap:6px;padding:12px;border:1px solid var(--shell-settings-panel-border);border-radius:8px;background:var(--shell-settings-panel-card-bg)}.shell-settings-panel__section dd{margin:0;font-weight:700;color:var(--shell-settings-panel-text)}.shell-settings-panel__control{display:grid;gap:6px}.shell-settings-panel__control span{color:var(--shell-settings-panel-muted);font-size:.78rem}.shell-settings-panel__control select{width:100%;min-height:34px;padding:0 10px;border:1px solid var(--shell-settings-panel-border);border-radius:8px;background:var(--shell-settings-panel-control-bg);color:var(--shell-settings-panel-text);font:inherit}.shell-settings-panel__control select:focus-visible{outline:2px solid var(--shell-accent-soft);outline-offset:2px;border-color:var(--shell-settings-panel-border-strong)}.shell-settings-panel__toggle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.shell-settings-panel__surface .shell-toggle{min-height:28px;padding:6px 10px;border-color:var(--shell-settings-panel-border);border-radius:999px;background:var(--shell-settings-panel-control-bg);color:var(--shell-settings-panel-text)}.shell-settings-panel__surface .shell-toggle:hover,.shell-settings-panel__surface .shell-toggle:focus-visible{background:var(--shell-settings-panel-control-hover-bg)}.workbench-placeholder{display:grid;align-content:start;gap:14px;min-width:0;min-height:100%;padding:18px;box-sizing:border-box;color:var(--shell-text)}.workbench-placeholder__header,.workbench-placeholder__body,.workbench-placeholder__diagnostics{min-width:0;border:1px solid var(--shell-border);border-radius:12px;background:var(--shell-panel)}.workbench-placeholder__header{display:grid;gap:8px;padding:14px 16px}.workbench-placeholder__title-row{display:flex;align-items:center;gap:10px;min-width:0}.workbench-placeholder__title-row .shell-icon,.workbench-placeholder__title-row .shell-icon__svg{width:16px;height:16px;color:var(--shell-muted)}.workbench-placeholder__title-copy{min-width:0}.workbench-placeholder__eyebrow{margin:0 0 2px;color:var(--shell-muted);font-size:.68rem;font-weight:800;letter-spacing:.11em;line-height:1;text-transform:uppercase}.workbench-placeholder__title{margin:0}.workbench-placeholder__summary{margin:0;color:var(--shell-muted);line-height:1.5}.workbench-placeholder__metadata{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin:0;min-width:0}.workbench-placeholder__metadata-card{min-width:0;padding:10px 12px;border:1px solid var(--shell-border);border-radius:10px;background:var(--shell-card-surface)}.workbench-placeholder__metadata-card dt{color:var(--shell-muted);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.workbench-placeholder__metadata-card dd{margin:5px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:700}.workbench-placeholder__diagnostics{padding:10px 12px;color:var(--shell-muted)}.workbench-placeholder__diagnostics ul{margin:6px 0 0;padding-inline-start:18px}.workbench-placeholder__body{overflow:auto;min-height:180px}.workbench-placeholder__body>.host-surface,.workbench-placeholder__body>.shell-settings,.workbench-placeholder__body>.module-management,.workbench-placeholder__body>.sidebar-dock-demo,.workbench-placeholder__body>.logic-studio-tool-host{min-height:100%;border:0;border-radius:0}.workbench-placeholder__sheet-body,.workbench-placeholder__message{padding:18px;color:var(--shell-muted);line-height:1.55}.workbench-placeholder--empty.shell-empty-state .shell-icon,.workbench-placeholder--empty.shell-empty-state .shell-icon__svg{width:20px;height:20px;margin-bottom:8px;color:var(--shell-muted)}html,body,#app{margin:0;width:100%;height:100%;min-height:100%;overflow:hidden}body{min-height:100vh}.studio-shell,.shell-theme-host{--shell-surface-radius: 18px;--shell-floating-pane-radius: var(--shell-surface-radius);--shell-scrollbar-size: 10px;--shell-scrollbar-radius: 999px;--shell-scrollbar-track: rgba(255, 255, 255, .04);--shell-scrollbar-thumb: rgba(255, 255, 255, .18);--shell-scrollbar-thumb-hover: rgba(255, 255, 255, .28);--shell-scrollbar-corner: transparent;--shell-search-surface: var(--shell-button-surface);--shell-search-surface-hover: var(--shell-button-surface-hover);--shell-search-shortcut-border: var(--shell-border);--shell-search-shortcut-bg: var(--shell-card-surface);--shell-search-shortcut-text: var(--shell-text);--shell-sidebar-dock-bg: var(--shell-panel);--shell-sidebar-dock-bg-2: var(--shell-panel-strong);--shell-sidebar-dock-bg-3: var(--shell-button-surface);--shell-sidebar-dock-border: var(--shell-border);--shell-sidebar-dock-border-soft: var(--shell-border);--shell-sidebar-dock-text: var(--shell-text);--shell-sidebar-dock-muted: var(--shell-muted);--shell-sidebar-dock-faint: var(--shell-muted);--shell-sidebar-dock-brand: var(--shell-accent);--shell-sidebar-dock-brand-soft: var(--shell-accent-soft);--shell-sidebar-dock-brand-strong: var(--shell-button-surface-hover);--shell-sidebar-dock-success: var(--shell-accent);--shell-sidebar-dock-warning: var(--shell-accent);--shell-sidebar-dock-shadow: var(--shell-shadow);--shell-sidebar-dock-overlay-top: transparent;--shell-sidebar-dock-overlay-bottom: transparent;--shell-sidebar-dock-highlight: transparent;--shell-sidebar-dock-header-bg: var(--shell-panel-strong);--shell-sidebar-dock-pane-expanded-bg: var(--shell-card-surface);--shell-sidebar-dock-pane-header-bg: var(--shell-panel-strong);--shell-sidebar-dock-pane-header-expanded-bg: var(--shell-accent-soft);--shell-sidebar-dock-control-hover-bg: var(--shell-button-surface-hover);--shell-sidebar-dock-elevated-bg: var(--shell-panel-strong);--shell-sidebar-dock-elevated-shadow: var(--shell-shadow);--shell-sidebar-dock-scope-badge-text: var(--shell-accent);--shell-sidebar-dock-danger: var(--shell-accent);--shell-sidebar-dock-tab-active-text: var(--shell-text);--shell-sidebar-dock-tab-active-bg: var(--shell-accent-soft);--shell-sidebar-dock-tab-active-border: var(--shell-border-strong);--shell-sidebar-dock-input-bg: var(--shell-bg);--shell-sidebar-dock-input-focus: var(--shell-accent);--shell-sidebar-dock-preview-bg: var(--shell-card-surface);--shell-sidebar-dock-preview-header-bg: var(--shell-panel);--shell-sidebar-dock-preview-stage-bg: var(--shell-panel-strong);--shell-sidebar-dock-preview-stage-pattern: var(--shell-border);--shell-sidebar-dock-preview-glyph-border: var(--shell-border-strong);--shell-sidebar-dock-preview-glyph-bg: var(--shell-accent-soft);--shell-sidebar-dock-preview-glyph-text: var(--shell-accent);--shell-sidebar-dock-empty-border: var(--shell-border);--shell-sidebar-dock-empty-bg: var(--shell-panel-strong);--shell-sidebar-dock-minimized-bg: var(--shell-panel-strong);--shell-sidebar-dock-minimized-border: var(--shell-border-strong);--shell-sidebar-dock-minimized-text: var(--shell-text);--shell-sidebar-dock-floating-header-bg: var(--shell-button-surface-hover);--shell-item-overlay-backdrop: var(--shell-hover-surface);--shell-item-overlay-bg: var(--shell-panel-strong);--shell-item-overlay-border: var(--shell-border-strong);--shell-item-overlay-text: var(--shell-text);--shell-item-overlay-muted: var(--shell-muted);--shell-item-overlay-banner-border: var(--shell-border-strong);--shell-item-overlay-alerts-banner-bg: var(--shell-accent);--shell-item-overlay-alerts-banner-text: var(--shell-panel-strong);--shell-item-overlay-alerts-banner-meta: var(--shell-panel-strong);--shell-item-overlay-account-banner-bg: var(--shell-accent-soft);--shell-item-overlay-account-banner-text: var(--shell-text);--shell-item-overlay-account-banner-meta: var(--shell-accent);--shell-item-overlay-notice-bg: var(--shell-panel-strong);--shell-item-overlay-notice-border: var(--shell-border);--shell-item-overlay-notice-error: var(--shell-accent);--shell-item-overlay-notice-warning: var(--shell-accent);--shell-item-overlay-notice-info: var(--shell-text);--shell-item-overlay-notice-message: var(--shell-text);--shell-item-overlay-notice-time: var(--shell-muted);--shell-item-overlay-empty-text: var(--shell-muted);--shell-item-overlay-avatar-bg: var(--shell-accent);--shell-item-overlay-avatar-text: var(--shell-panel-strong);--shell-item-overlay-account-name: var(--shell-text);--shell-item-overlay-account-email: var(--shell-muted);--shell-item-overlay-account-table-border: var(--shell-border-strong);--shell-item-overlay-account-row-border: var(--shell-border);--shell-item-overlay-account-label: var(--shell-muted);--shell-item-overlay-account-value: var(--shell-text);--shell-item-overlay-account-action-border: var(--shell-border-strong);--shell-item-overlay-account-action-bg: var(--shell-button-surface);--shell-item-overlay-account-action-bg-hover: var(--shell-button-surface-hover);--shell-item-overlay-account-action-text: var(--shell-text);--shell-item-overlay-account-action-danger-border: var(--shell-accent);--shell-item-overlay-account-action-danger-text: var(--shell-accent);--shell-settings-panel-bg: var(--shell-panel-strong);--shell-settings-panel-card-bg: var(--shell-card-surface);--shell-settings-panel-control-bg: var(--shell-button-surface);--shell-settings-panel-control-hover-bg: var(--shell-button-surface-hover);--shell-settings-panel-text: var(--shell-text);--shell-settings-panel-muted: var(--shell-muted);--shell-settings-panel-border: var(--shell-border);--shell-settings-panel-border-strong: var(--shell-border-strong);--shell-settings-panel-shadow: var(--shell-shadow)}.studio-shell,.studio-shell *{scrollbar-width:thin;scrollbar-color:var(--shell-scrollbar-thumb) var(--shell-scrollbar-track)}.studio-shell ::-webkit-scrollbar{width:var(--shell-scrollbar-size);height:var(--shell-scrollbar-size)}.studio-shell ::-webkit-scrollbar-track{background:var(--shell-scrollbar-track)}.studio-shell ::-webkit-scrollbar-thumb{border:2px solid var(--shell-scrollbar-track);border-radius:var(--shell-scrollbar-radius);background:var(--shell-scrollbar-thumb)}.studio-shell ::-webkit-scrollbar-thumb:hover{background:var(--shell-scrollbar-thumb-hover)}.studio-shell ::-webkit-scrollbar-corner{background:var(--shell-scrollbar-corner)}.studio-shell[data-theme-id=ember][data-color-scheme=light],.shell-theme-host[data-theme-id=ember][data-color-scheme=light]{--shell-bg: #f3efe6;--shell-panel: rgba(255, 252, 245, .95);--shell-panel-strong: #fbf6eb;--shell-border: rgba(52, 43, 33, .12);--shell-border-strong: rgba(52, 43, 33, .2);--shell-text: #251f17;--shell-muted: #6c6257;--shell-shadow: 0 18px 48px rgba(37, 31, 23, .12);--shell-gradient-top-left: rgba(244, 177, 102, .22);--shell-gradient-top-right: rgba(181, 117, 73, .16);--shell-gradient-background: #f8f4ec;--shell-button-surface: rgba(255, 255, 255, .45);--shell-button-surface-hover: rgba(255, 255, 255, .65);--shell-menu-surface: rgba(255, 255, 255, .82);--shell-card-surface: rgba(255, 255, 255, .56);--shell-scrollbar-track: rgba(37, 31, 23, .06);--shell-scrollbar-thumb: rgba(108, 98, 87, .34);--shell-scrollbar-thumb-hover: rgba(108, 98, 87, .48)}.studio-shell[data-theme-id=graphite][data-color-scheme=light],.shell-theme-host[data-theme-id=graphite][data-color-scheme=light]{--shell-bg: #f2f3f6;--shell-panel: rgba(252, 253, 255, .95);--shell-panel-strong: #f7f8fb;--shell-border: rgba(53, 59, 72, .12);--shell-border-strong: rgba(53, 59, 72, .22);--shell-text: #202632;--shell-muted: #5d6677;--shell-shadow: 0 18px 48px rgba(32, 38, 50, .12);--shell-gradient-top-left: rgba(119, 137, 168, .18);--shell-gradient-top-right: rgba(84, 98, 126, .16);--shell-gradient-background: #f8f9fb;--shell-button-surface: rgba(255, 255, 255, .55);--shell-button-surface-hover: rgba(255, 255, 255, .76);--shell-menu-surface: rgba(255, 255, 255, .88);--shell-card-surface: rgba(255, 255, 255, .64);--shell-scrollbar-track: rgba(32, 38, 50, .06);--shell-scrollbar-thumb: rgba(93, 102, 119, .34);--shell-scrollbar-thumb-hover: rgba(93, 102, 119, .48)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light],.shell-theme-host[data-theme-id=meki-ocean][data-color-scheme=light]{--shell-bg: #eef2f7;--shell-panel: #f7f9fd;--shell-panel-strong: #ffffff;--shell-border: #d9e0ea;--shell-border-strong: #c4cfdf;--shell-text: #25364d;--shell-muted: #7c8aa0;--shell-accent: #2f73f6;--shell-accent-soft: rgba(47, 115, 246, .12);--shell-shadow: none;--shell-gradient-top-left: transparent;--shell-gradient-top-right: transparent;--shell-gradient-background: #eef2f7;--shell-button-surface: #ffffff;--shell-button-surface-hover: #f4f7fc;--shell-menu-surface: #ffffff;--shell-card-surface: #ffffff;--shell-workbench-bg: #ffffff;--shell-workbench-chrome-bg: #ffffff;--shell-workbench-content-bg: #eef2f7;--shell-workbench-tab-active-bg: rgba(47, 115, 246, .12);--shell-active-indicator: #2f73f6;--shell-scrollbar-track: #edf2f7;--shell-scrollbar-thumb: #c4cfdf;--shell-scrollbar-thumb-hover: #93a5c2;--shell-settings-panel-bg: #ffffff;--shell-settings-panel-card-bg: #f7f9fd;--shell-settings-panel-control-bg: #ffffff;--shell-settings-panel-control-hover-bg: #f4f7fc;--shell-settings-panel-text: #25364d;--shell-settings-panel-muted: #7c8aa0;--shell-settings-panel-border: #d9e0ea;--shell-settings-panel-border-strong: #c4cfdf;--shell-settings-panel-shadow: 0 18px 44px rgba(0, 0, 0, .12)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light],.shell-theme-host[data-theme-id=meki-ocean][data-color-scheme=light]{background:#eef2f7}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__topbar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__activitybar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__sidebar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__workbench,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__bottompanel{background:var(--shell-panel)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__topbar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__sidebar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__workbench,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__bottompanel{border-color:var(--shell-border)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__topbar{background:#fff}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__activitybar{background:#f2f4f8;border-right-color:var(--shell-border)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__sidebar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__rightpanel{background:#f7f9fd}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__workbench,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .studio-shell__bottompanel{background:#fff}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-brand__mark{background:linear-gradient(180deg,#0b1f39,#163355);border-color:#0a1e3e1f;color:#f5fbff}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-brand__eyebrow,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-region__subtitle,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-sidebar__section-title,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .host-surface__summary,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .host-surface__chip,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-search,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-settings__control span,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-settings__supported-locales,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-empty-state,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-panel-placeholder,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .host-surface__card dt,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-sidebar-item__kind,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-menu-item__shortcut,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-menu-item__caret{color:var(--shell-muted)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-brand__name,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-region__title,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .host-surface__title,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .host-surface__card dd,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-topbar__select select,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-activity.is-active,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-panel-tab.is-active,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-tab.is-active{color:var(--shell-text)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-search,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-button,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-toggle,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-topbar__select,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-tab,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-menu__tab,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-menu__drawer-tab,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-sidebar-item,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-menu-item,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-settings__control select,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .host-surface__chip{background:var(--shell-button-surface);border-color:var(--shell-border);color:var(--shell-text)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-search,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-topbar__select{background:#fff}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-activity,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-activity__icon{color:#4d5970}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-activity.is-active{background:#2f73f61c;border-color:#2f73f629;color:#244f9d}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-sidebar-item.is-active,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-menu-item.is-open{background:#2f73f617;border-color:transparent;color:#244f9d}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-tab.is-active{background:var(--shell-workbench-tab-active-bg);border-color:transparent}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .workbench-tab-item{background:transparent;border-color:transparent}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .workbench-tab-item:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .workbench-tab-item.is-active{background:var(--shell-workbench-tab-active-bg)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-panel-tab.is-active{color:#244f9d;border-bottom-color:#2f73f6;background:transparent}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-sidebar-item:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-button:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-toggle:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-tab:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-panel-tab:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-menu__tab:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-menu__drawer-tab:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-menu-item:hover:not(:disabled),.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-tab__close:hover{background:#f5f8fc}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-panel-tabs,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-tabstrip,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-region__header,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-bottompanel,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light] .shell-sidebar{border-color:var(--shell-border)}.studio-shell[data-theme-id=meki][data-color-scheme=light],.shell-theme-host[data-theme-id=meki][data-color-scheme=light]{--shell-bg: #eef2f7;--shell-panel: #f7f9fd;--shell-panel-strong: #ffffff;--shell-border: #d9e0ea;--shell-border-strong: #c4cfdf;--shell-text: #25364d;--shell-muted: #7c8aa0;--shell-accent: #2f73f6;--shell-accent-soft: rgba(47, 115, 246, .12);--shell-shadow: none;--shell-gradient-top-left: transparent;--shell-gradient-top-right: transparent;--shell-gradient-background: #eef2f7;--shell-button-surface: #ffffff;--shell-button-surface-hover: #f4f7fc;--shell-menu-surface: #ffffff;--shell-card-surface: #ffffff;--shell-active-indicator: #2f73f6;--shell-scrollbar-track: #edf2f7;--shell-scrollbar-thumb: #c4cfdf;--shell-scrollbar-thumb-hover: #93a5c2}.studio-shell[data-theme-id=meki][data-color-scheme=light]{background:#eef2f7}.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__topbar,.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__activitybar,.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__sidebar,.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__workbench,.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__bottompanel{background:var(--shell-panel)}.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__topbar,.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__sidebar,.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__workbench,.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__bottompanel{border-color:var(--shell-border)}.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__topbar{background:#fff}.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__activitybar{background:#f2f4f8;border-right-color:var(--shell-border)}.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__sidebar,.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__rightpanel{background:#f7f9fd}.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__workbench,.studio-shell[data-theme-id=meki][data-color-scheme=light] .studio-shell__bottompanel{background:#fff}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-brand__mark{background:linear-gradient(180deg,#0b1f39,#163355);border-color:#0a1e3e1f;color:#f5fbff}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-brand__eyebrow,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-region__subtitle,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-sidebar__section-title,.studio-shell[data-theme-id=meki][data-color-scheme=light] .host-surface__summary,.studio-shell[data-theme-id=meki][data-color-scheme=light] .host-surface__chip,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-search,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-settings__control span,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-settings__supported-locales,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-empty-state,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-panel-placeholder,.studio-shell[data-theme-id=meki][data-color-scheme=light] .host-surface__card dt,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-sidebar-item__kind,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-menu-item__shortcut,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-menu-item__caret{color:var(--shell-muted)}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-brand__name,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-region__title,.studio-shell[data-theme-id=meki][data-color-scheme=light] .host-surface__title,.studio-shell[data-theme-id=meki][data-color-scheme=light] .host-surface__card dd,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-topbar__select select,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-activity.is-active,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-panel-tab.is-active,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-tab.is-active{color:var(--shell-text)}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-search,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-button,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-toggle,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-topbar__select,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-tab,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-menu__tab,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-menu__drawer-tab,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-sidebar-item,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-menu-item,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-settings__control select,.studio-shell[data-theme-id=meki][data-color-scheme=light] .host-surface__chip{background:var(--shell-button-surface);border-color:var(--shell-border);color:var(--shell-text)}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-search,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-topbar__select{background:#fff}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-activity,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-activity__icon{color:#4d5970}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-activity.is-active{background:#2f73f61c;border-color:#2f73f629;color:#244f9d}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-sidebar-item.is-active,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-menu-item.is-open{background:#2f73f617;border-color:transparent;color:#244f9d}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-tab.is-active{background:#edf3ff;border-color:#c8d7f1}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-panel-tab.is-active{color:#244f9d;border-bottom-color:#2f73f6;background:transparent}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-sidebar-item:hover,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-button:hover,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-toggle:hover,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-tab:hover,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-panel-tab:hover,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-menu__tab:hover,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-menu__drawer-tab:hover,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-menu-item:hover:not(:disabled),.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-tab__close:hover{background:#f5f8fc}.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-panel-tabs,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-tabstrip,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-region__header,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-bottompanel,.studio-shell[data-theme-id=meki][data-color-scheme=light] .shell-sidebar{border-color:var(--shell-border)}.studio-shell[data-theme-id=ocean][data-color-scheme=light],.shell-theme-host[data-theme-id=ocean][data-color-scheme=light]{--shell-bg: #edf4f7;--shell-panel: rgba(250, 254, 255, .95);--shell-panel-strong: #f3fafc;--shell-border: rgba(31, 57, 69, .12);--shell-border-strong: rgba(31, 57, 69, .22);--shell-text: #183340;--shell-muted: #55707d;--shell-shadow: 0 18px 48px rgba(24, 51, 64, .12);--shell-gradient-top-left: rgba(72, 157, 191, .18);--shell-gradient-top-right: rgba(30, 132, 177, .16);--shell-gradient-background: #f7fbfc;--shell-button-surface: rgba(255, 255, 255, .52);--shell-button-surface-hover: rgba(255, 255, 255, .72);--shell-menu-surface: rgba(251, 255, 255, .88);--shell-card-surface: rgba(255, 255, 255, .62);--shell-scrollbar-track: rgba(24, 51, 64, .06);--shell-scrollbar-thumb: rgba(85, 112, 125, .34);--shell-scrollbar-thumb-hover: rgba(85, 112, 125, .48)}.studio-shell[data-theme-id=ember][data-color-scheme=dark],.shell-theme-host[data-theme-id=ember][data-color-scheme=dark]{--shell-bg: #1a1612;--shell-panel: rgba(33, 27, 22, .92);--shell-panel-strong: #241d17;--shell-border: rgba(231, 216, 196, .08);--shell-border-strong: rgba(231, 216, 196, .16);--shell-text: #f6eee2;--shell-muted: #c0b19d;--shell-shadow: 0 18px 48px rgba(0, 0, 0, .32);--shell-gradient-top-left: rgba(187, 95, 42, .24);--shell-gradient-top-right: rgba(120, 60, 28, .2);--shell-gradient-background: #140f0b;--shell-button-surface: rgba(255, 255, 255, .05);--shell-button-surface-hover: rgba(255, 255, 255, .1);--shell-menu-surface: rgba(35, 28, 22, .96);--shell-card-surface: rgba(255, 255, 255, .04);--shell-scrollbar-track: rgba(255, 255, 255, .03);--shell-scrollbar-thumb: rgba(192, 177, 157, .34);--shell-scrollbar-thumb-hover: rgba(192, 177, 157, .5)}.studio-shell[data-theme-id=graphite][data-color-scheme=dark],.shell-theme-host[data-theme-id=graphite][data-color-scheme=dark]{--shell-bg: #14171d;--shell-panel: rgba(26, 29, 37, .92);--shell-panel-strong: #1c2028;--shell-border: rgba(223, 229, 240, .08);--shell-border-strong: rgba(223, 229, 240, .16);--shell-text: #edf1f8;--shell-muted: #adb7c8;--shell-shadow: 0 18px 48px rgba(0, 0, 0, .34);--shell-gradient-top-left: rgba(114, 133, 171, .24);--shell-gradient-top-right: rgba(74, 87, 116, .22);--shell-gradient-background: #101218;--shell-button-surface: rgba(255, 255, 255, .04);--shell-button-surface-hover: rgba(255, 255, 255, .1);--shell-menu-surface: rgba(27, 31, 40, .96);--shell-card-surface: rgba(255, 255, 255, .04);--shell-scrollbar-track: rgba(255, 255, 255, .03);--shell-scrollbar-thumb: rgba(173, 183, 200, .34);--shell-scrollbar-thumb-hover: rgba(173, 183, 200, .5)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark],.shell-theme-host[data-theme-id=meki-ocean][data-color-scheme=dark]{--shell-bg: #111318;--shell-panel: #12151b;--shell-panel-strong: #0f1217;--shell-border: #262b34;--shell-border-strong: #2f3642;--shell-text: #edf2fb;--shell-muted: #8e99ab;--shell-accent: #2f73f6;--shell-accent-soft: rgba(47, 115, 246, .18);--shell-shadow: none;--shell-gradient-top-left: transparent;--shell-gradient-top-right: transparent;--shell-gradient-background: #111318;--shell-button-surface: #12161d;--shell-button-surface-hover: #171c24;--shell-menu-surface: #12161d;--shell-card-surface: #12161d;--shell-workbench-bg: #0f1217;--shell-workbench-chrome-bg: #12151b;--shell-workbench-content-bg: #111318;--shell-workbench-tab-active-bg: rgba(47, 115, 246, .18);--shell-active-indicator: #5a8dff;--shell-scrollbar-track: #0f1217;--shell-scrollbar-thumb: #2f3642;--shell-scrollbar-thumb-hover: #4a5568;--shell-item-overlay-backdrop: rgba(37, 31, 23, .16);--shell-item-overlay-bg: #0d1524;--shell-item-overlay-border: rgba(48, 61, 82, .95);--shell-item-overlay-text: #e8edf6;--shell-item-overlay-muted: #aeb7c7;--shell-item-overlay-banner-border: rgba(48, 61, 82, .95);--shell-item-overlay-alerts-banner-bg: #bb1d18;--shell-item-overlay-alerts-banner-text: #f4f7fb;--shell-item-overlay-alerts-banner-meta: #f4f7fb;--shell-item-overlay-account-banner-bg: #172545;--shell-item-overlay-account-banner-text: #f1f5fb;--shell-item-overlay-account-banner-meta: #9fd0ff;--shell-item-overlay-notice-bg: #0d1524;--shell-item-overlay-notice-border: rgba(48, 61, 82, .72);--shell-item-overlay-notice-error: #ff4f5f;--shell-item-overlay-notice-warning: #ffbd4a;--shell-item-overlay-notice-info: #2d91ff;--shell-item-overlay-notice-message: #c0c7d2;--shell-item-overlay-notice-time: #7f8898;--shell-item-overlay-empty-text: #aeb7c7;--shell-item-overlay-avatar-bg: #ff9748;--shell-item-overlay-avatar-text: #ffffff;--shell-item-overlay-account-name: #f1f5fb;--shell-item-overlay-account-email: #aab3c2;--shell-item-overlay-account-table-border: rgba(48, 61, 82, .82);--shell-item-overlay-account-row-border: rgba(48, 61, 82, .72);--shell-item-overlay-account-label: #818a9a;--shell-item-overlay-account-value: #f0f3f8;--shell-item-overlay-account-action-border: rgba(76, 91, 116, .86);--shell-item-overlay-account-action-bg: rgba(27, 40, 65, .92);--shell-item-overlay-account-action-bg-hover: #171c24;--shell-item-overlay-account-action-text: #d8e1ef;--shell-item-overlay-account-action-danger-border: rgba(255, 79, 95, .42);--shell-item-overlay-account-action-danger-text: #ff9aa5;--shell-settings-panel-bg: #0f1217;--shell-settings-panel-card-bg: #12161d;--shell-settings-panel-control-bg: #12161d;--shell-settings-panel-control-hover-bg: #171c24;--shell-settings-panel-text: #edf2fb;--shell-settings-panel-muted: #8e99ab;--shell-settings-panel-border: #262b34;--shell-settings-panel-border-strong: #2f3642;--shell-settings-panel-shadow: 0 18px 44px rgba(0, 0, 0, .34)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark],.shell-theme-host[data-theme-id=meki-ocean][data-color-scheme=dark]{background:#111318}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__topbar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__activitybar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__sidebar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__workbench,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__bottompanel{background:var(--shell-panel)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__topbar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__sidebar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__workbench,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__bottompanel{border-color:var(--shell-border)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__topbar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__activitybar{background:#101217}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__sidebar,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__bottompanel{background:#11141a}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .studio-shell__workbench{background:#0f1217}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-brand__mark{background:radial-gradient(circle at top left,rgba(255,255,255,.14),transparent 42%),linear-gradient(145deg,#14233a,#0c1321);border-color:#ffffff1a;box-shadow:inset 0 0 0 1px #ffffff1a,0 8px 18px #050a1247;color:#eef6ff}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-brand__eyebrow,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-region__subtitle,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-sidebar__section-title,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .host-surface__summary,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .host-surface__chip,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-search,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-settings__control span,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-settings__supported-locales,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-empty-state,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-panel-placeholder,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .host-surface__card dt,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-sidebar-item__kind,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-menu-item__shortcut,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-menu-item__caret{color:var(--shell-muted)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-brand__name,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-region__title,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .host-surface__title,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .host-surface__card dd,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-topbar__select select,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-activity.is-active,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-panel-tab.is-active,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-tab.is-active{color:var(--shell-text)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-search,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-button,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-toggle,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-topbar__select,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-tab,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-menu__tab,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-menu__drawer-tab,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-sidebar-item,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-menu-item,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-settings__control select,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .host-surface__chip{background:var(--shell-button-surface);border-color:var(--shell-border);color:var(--shell-text)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-activity,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-activity__icon{color:#909cad}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-activity.is-active{background:#2f73f624;border-color:#5a8dff29;color:#eff5ff}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-sidebar-item.is-active,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-menu-item.is-open{background:#2f73f61a;border-color:transparent;color:#eff5ff}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-tab.is-active{background:var(--shell-workbench-tab-active-bg);border-color:transparent}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .workbench-tab-item{background:transparent;border-color:transparent}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .workbench-tab-item:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .workbench-tab-item.is-active{background:var(--shell-workbench-tab-active-bg)}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-panel-tab.is-active{color:#eff5ff;border-bottom-color:#5a8dff;background:transparent}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-sidebar-item:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-button:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-toggle:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-tab:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-panel-tab:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-menu__tab:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-menu__drawer-tab:hover,.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-menu-item:hover:not(:disabled),.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .shell-tab__close:hover{background:#171d26}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=dark] .host-surface__grid{background:#11161e}.studio-shell[data-theme-id=meki][data-color-scheme=dark],.shell-theme-host[data-theme-id=meki][data-color-scheme=dark]{--shell-bg: #111318;--shell-panel: #12151b;--shell-panel-strong: #0f1217;--shell-border: #262b34;--shell-border-strong: #2f3642;--shell-text: #edf2fb;--shell-muted: #8e99ab;--shell-accent: #2f73f6;--shell-accent-soft: rgba(47, 115, 246, .18);--shell-shadow: none;--shell-gradient-top-left: transparent;--shell-gradient-top-right: transparent;--shell-gradient-background: #111318;--shell-button-surface: #12161d;--shell-button-surface-hover: #171c24;--shell-menu-surface: #12161d;--shell-card-surface: #12161d;--shell-active-indicator: #5a8dff;--shell-scrollbar-track: #0f1217;--shell-scrollbar-thumb: #2f3642;--shell-scrollbar-thumb-hover: #4a5568}.studio-shell[data-theme-id=meki][data-color-scheme=dark]{background:#111318}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__topbar,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__activitybar,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__sidebar,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__workbench,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__bottompanel{background:var(--shell-panel)}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__topbar,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__sidebar,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__workbench,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__bottompanel{border-color:var(--shell-border)}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__topbar,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__activitybar{background:#101217}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__sidebar,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__bottompanel{background:#11141a}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .studio-shell__workbench{background:#0f1217}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-brand__mark{background:linear-gradient(180deg,#081528,#0d243f);border-color:#476ea947;color:#eef6ff}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-brand__eyebrow,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-region__subtitle,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-sidebar__section-title,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .host-surface__summary,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .host-surface__chip,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-search,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-settings__control span,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-settings__supported-locales,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-empty-state,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-panel-placeholder,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .host-surface__card dt,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-sidebar-item__kind,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-menu-item__shortcut,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-menu-item__caret{color:var(--shell-muted)}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-brand__name,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-region__title,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .host-surface__title,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .host-surface__card dd,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-topbar__select select,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-activity.is-active,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-panel-tab.is-active,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-tab.is-active{color:var(--shell-text)}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-search,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-button,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-toggle,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-topbar__select,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-tab,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-menu__tab,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-menu__drawer-tab,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-sidebar-item,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-menu-item,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-settings__control select,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .host-surface__chip{background:var(--shell-button-surface);border-color:var(--shell-border);color:var(--shell-text)}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-activity,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-activity__icon{color:#909cad}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-activity.is-active{background:#2f73f624;border-color:#5a8dff29;color:#eff5ff}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-sidebar-item.is-active,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-menu-item.is-open{background:#2f73f61a;border-color:transparent;color:#eff5ff}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-tab.is-active{background:#173156;border-color:#27508b}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-panel-tab.is-active{color:#eff5ff;border-bottom-color:#5a8dff;background:transparent}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-sidebar-item:hover,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-button:hover,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-toggle:hover,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-tab:hover,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-panel-tab:hover,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-menu__tab:hover,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-menu__drawer-tab:hover,.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-menu-item:hover:not(:disabled),.studio-shell[data-theme-id=meki][data-color-scheme=dark] .shell-tab__close:hover{background:#171d26}.studio-shell[data-theme-id=meki][data-color-scheme=dark] .host-surface__grid{background:#11161e}.studio-shell[data-theme-id=ocean][data-color-scheme=dark],.shell-theme-host[data-theme-id=ocean][data-color-scheme=dark]{--shell-bg: #0f1a20;--shell-panel: rgba(18, 31, 38, .92);--shell-panel-strong: #14252d;--shell-border: rgba(213, 239, 250, .08);--shell-border-strong: rgba(213, 239, 250, .16);--shell-text: #e8f5f8;--shell-muted: #9eb9c3;--shell-shadow: 0 18px 48px rgba(0, 0, 0, .32);--shell-gradient-top-left: rgba(22, 155, 208, .24);--shell-gradient-top-right: rgba(13, 96, 134, .22);--shell-gradient-background: #0b1419;--shell-button-surface: rgba(255, 255, 255, .05);--shell-button-surface-hover: rgba(255, 255, 255, .11);--shell-menu-surface: rgba(18, 32, 39, .96);--shell-card-surface: rgba(255, 255, 255, .04);--shell-scrollbar-track: rgba(255, 255, 255, .03);--shell-scrollbar-thumb: rgba(158, 185, 195, .34);--shell-scrollbar-thumb-hover: rgba(158, 185, 195, .5)}.studio-shell[data-theme-id=ember][data-viewport-profile=desktop],.studio-shell[data-theme-id=graphite][data-viewport-profile=desktop]{--shell-activitybar-width: 72px;--shell-sidebar-width: 260px;--shell-rightpanel-width: 280px;--shell-topbar-height: 80px;--shell-bottompanel-height: 220px;--shell-frame-gap: 12px;--shell-frame-padding: 12px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop]{--shell-surface-radius: 0;--shell-floating-pane-radius: 0;--shell-activitybar-width: 56px;--shell-sidebar-width: 262px;--shell-rightpanel-width: 312px;--shell-topbar-height: 58px;--shell-bottompanel-height: 210px;--shell-statusbar-height: 28px;--shell-frame-gap: 0px;--shell-frame-padding: 0px;--meki-ocean-activitybar-padding-block: 14px 10px;--meki-ocean-activitybar-padding-inline: 6px;--meki-ocean-activitybar-group-gap: 12px;--meki-ocean-activity-button-size: 40px;--meki-ocean-activity-icon-size: 16px;--meki-ocean-activity-radius: 12px;--meki-ocean-activity-color: #909cad;--meki-ocean-activity-hover-bg: rgba(26, 31, 41, .95);--meki-ocean-activity-hover-border: rgba(112, 130, 160, .36);--meki-ocean-activity-hover-color: #eef4ff;--meki-ocean-activity-active-bg: rgba(47, 115, 246, .16);--meki-ocean-activity-active-border: rgba(90, 141, 255, .38);--meki-ocean-activity-active-color: #ffffff;--meki-ocean-activity-disabled-color: rgba(144, 156, 173, .42);--meki-ocean-utility-action-color: #9aa6ba;--meki-ocean-utility-action-hover-bg: rgba(26, 31, 41, .95);--meki-ocean-utility-action-hover-border: rgba(112, 130, 160, .4);--meki-ocean-utility-action-hover-color: #eef4ff;--meki-ocean-utility-action-active-bg: rgba(47, 115, 246, .2);--meki-ocean-utility-action-active-border: rgba(84, 137, 255, .52);--meki-ocean-utility-action-active-color: #ffffff;--meki-ocean-utility-action-disabled-color: rgba(154, 166, 186, .42);font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif}.studio-shell[data-theme-id=meki-ocean][data-color-scheme=light][data-viewport-profile=desktop]{--meki-ocean-activity-color: #647086;--meki-ocean-activity-hover-bg: rgba(47, 115, 246, .1);--meki-ocean-activity-hover-border: rgba(47, 115, 246, .22);--meki-ocean-activity-hover-color: #1d3d73;--meki-ocean-activity-active-bg: rgba(47, 115, 246, .14);--meki-ocean-activity-active-border: rgba(47, 115, 246, .34);--meki-ocean-activity-active-color: #102f64;--meki-ocean-activity-disabled-color: rgba(100, 112, 134, .36);--meki-ocean-utility-action-color: #647086;--meki-ocean-utility-action-hover-bg: rgba(47, 115, 246, .1);--meki-ocean-utility-action-hover-border: rgba(47, 115, 246, .24);--meki-ocean-utility-action-hover-color: #1d3d73;--meki-ocean-utility-action-active-bg: rgba(47, 115, 246, .16);--meki-ocean-utility-action-active-border: rgba(47, 115, 246, .38);--meki-ocean-utility-action-active-color: #102f64;--meki-ocean-utility-action-disabled-color: rgba(100, 112, 134, .38)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__workspace{grid-template-columns:var(--shell-activitybar-width) minmax(240px,var(--shell-sidebar-width)) minmax(0,1fr) minmax(280px,var(--shell-rightpanel-width));grid-template-rows:minmax(0,1fr) var(--shell-bottompanel-height)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__workspace[data-property-panel-visible=false]{grid-template-columns:var(--shell-activitybar-width) minmax(240px,var(--shell-sidebar-width)) minmax(0,1fr);grid-template-areas:"activity sidebar workbench" "activity sidebar panel"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__workspace[data-left-sidebar-visible=false]{grid-template-columns:var(--shell-activitybar-width) minmax(0,1fr) minmax(280px,var(--shell-rightpanel-width));grid-template-areas:"activity workbench rightpanel" "activity panel rightpanel"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__workspace[data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"activity sidebar workbench rightpanel"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__workspace[data-left-sidebar-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"activity workbench rightpanel"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__workspace[data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-areas:"activity sidebar workbench"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false]{grid-template-columns:var(--shell-activitybar-width) minmax(0,1fr);grid-template-areas:"activity workbench" "activity panel"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"activity workbench"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace{grid-template-columns:minmax(280px,var(--shell-rightpanel-width)) minmax(0,1fr) minmax(240px,var(--shell-sidebar-width)) var(--shell-activitybar-width);grid-template-areas:"rightpanel workbench sidebar activity" "rightpanel panel sidebar activity"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-property-panel-visible=false]{grid-template-columns:minmax(0,1fr) minmax(240px,var(--shell-sidebar-width)) var(--shell-activitybar-width);grid-template-areas:"workbench sidebar activity" "panel sidebar activity"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false]{grid-template-columns:minmax(280px,var(--shell-rightpanel-width)) minmax(0,1fr) var(--shell-activitybar-width);grid-template-areas:"rightpanel workbench activity" "rightpanel panel activity"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-bottom-panel-visible=false]{grid-template-areas:"rightpanel workbench sidebar activity"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"rightpanel workbench activity"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-areas:"workbench sidebar activity"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false]{grid-template-columns:minmax(0,1fr) var(--shell-activitybar-width);grid-template-areas:"workbench activity" "panel activity"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"workbench activity"}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__surface{border-radius:0;border-width:1px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__topbar{border-left:0;border-right:0;border-top:0}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__activitybar{border-top:0;border-bottom:0;border-left:0}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__sidebar,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__workbench,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__bottompanel,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__statusbar{border-radius:0}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__statusbar{gap:12px;padding:0 12px;border:0;background:linear-gradient(90deg,#3f7fe8,#4b96d9 42%,#66bca8);color:#fff;font-size:11px;line-height:1;white-space:nowrap;overflow:hidden}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__statusbar-section{gap:16px;height:100%}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__statusbar-section--leading{flex:1 1 auto}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__statusbar-section--trailing{flex:0 1 auto;justify-content:flex-start}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__statusbar-segment{height:100%;padding:0;border-radius:0;color:#fffffff0;background:transparent;font-size:11px;font-weight:500;line-height:1;letter-spacing:0;white-space:nowrap}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__statusbar-segment--success,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__statusbar-segment--warning,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__statusbar-segment--danger{color:#fff;background:transparent}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .studio-shell__statusbar-segment-content .shell-icon__svg{width:12px;height:12px;color:currentColor}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar{gap:12px;padding:10px 14px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__leading,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__center,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__actions{gap:10px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-brand{gap:12px;min-height:40px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-brand__mark{width:34px;height:34px;border-radius:10px;border-width:1px;font-size:.82rem}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-brand__copy{display:block}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-brand__eyebrow{display:none}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-brand__name{display:block;font-size:14px;font-weight:600;line-height:1;letter-spacing:0;white-space:nowrap}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__brand-group{gap:12px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__brand-group .shell-item-group__separator{min-height:40px;margin-left:6px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__quick-actions-group{--shell-item-group-gap: 12px;gap:12px;padding-left:4px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__quick-actions-group .shell-action-button,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__quick-actions-group .shell-button{width:26px;min-width:26px;height:26px;min-height:26px;padding:0;border:0;border-radius:999px;background:transparent;box-shadow:none;color:#909cad}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__quick-actions-group .shell-action-button:hover,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__quick-actions-group .shell-action-button:focus-visible,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__quick-actions-group .shell-button:hover,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__quick-actions-group .shell-button:focus-visible{outline:none;background:#2f73f624;color:#eff5ff}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__quick-actions-group .shell-button__content,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__quick-actions-group .shell-action-button__content{width:100%;height:100%;justify-content:center;gap:0}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__quick-actions-group .shell-icon,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__quick-actions-group svg{width:12px;height:12px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-search,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-button,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-toggle,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__select,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-tab,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-panel-tab,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-menu__tab,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-menu__drawer-tab,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-sidebar-item,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-menu-item,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-settings__control select{min-height:38px;border-radius:999px;box-shadow:none}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-button,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-toggle{padding:8px 12px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-search{min-width:200px;padding:8px 14px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__select{padding:0 12px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-topbar__select select{min-width:128px;height:36px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar{padding-block:var(--meki-ocean-activitybar-padding-block);padding-inline:var(--meki-ocean-activitybar-padding-inline);gap:var(--meki-ocean-activitybar-group-gap);align-items:center}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__menu-group,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__activity-items-group,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group{--shell-item-group-gap: 8px;align-items:center;gap:8px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group{width:100%;inline-size:100%;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group .shell-action-button,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group [data-testid=shell-action-button]{margin-inline:auto}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__spacer{flex:1 1 auto;min-height:20px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-menu--activity{width:var(--meki-ocean-activity-button-size)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group .shell-action-button{width:32px;min-width:32px;height:32px;min-height:32px;padding:0;border:1px solid transparent;border-radius:999px;background:transparent;box-shadow:none;color:var(--meki-ocean-utility-action-color)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group .shell-action-button:hover,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group .shell-action-button:focus-visible{outline:none;border-color:var(--meki-ocean-utility-action-hover-border);background:var(--meki-ocean-utility-action-hover-bg);color:var(--meki-ocean-utility-action-hover-color)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group .shell-action-button.is-active,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group .shell-action-button.is-open{border-color:var(--meki-ocean-utility-action-active-border);background:var(--meki-ocean-utility-action-active-bg);color:var(--meki-ocean-utility-action-active-color)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group .shell-action-button.is-disabled,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group .shell-action-button:disabled{color:var(--meki-ocean-utility-action-disabled-color);opacity:1}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group .shell-action-button__content{width:100%;height:100%;justify-content:center;gap:0}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group .shell-icon,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activitybar__utility-actions-group .shell-icon__svg{width:16px;height:16px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity{position:relative;width:var(--meki-ocean-activity-button-size);min-width:var(--meki-ocean-activity-button-size);min-height:var(--meki-ocean-activity-button-size);padding:0;border:1px solid transparent;border-radius:var(--meki-ocean-activity-radius);background:transparent;box-shadow:none;color:var(--meki-ocean-activity-color)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity:hover,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity:focus-visible{outline:none;border-color:var(--meki-ocean-activity-hover-border);background:var(--meki-ocean-activity-hover-bg);color:var(--meki-ocean-activity-hover-color)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity.is-active,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity.is-open{border-color:var(--meki-ocean-activity-active-border);background:var(--meki-ocean-activity-active-bg);color:var(--meki-ocean-activity-active-color)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity.is-disabled,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity:disabled{color:var(--meki-ocean-activity-disabled-color);opacity:1}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity__content{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity__icon,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity__icon .shell-icon,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity__icon .shell-icon__svg{width:var(--meki-ocean-activity-icon-size);height:var(--meki-ocean-activity-icon-size)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity__title{display:none}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-activity.is-active:before{content:"";position:absolute;left:-7px;top:9px;bottom:9px;width:3px;border-radius:999px;background:var(--shell-active-indicator, var(--shell-accent))}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-menu__activity-cascade-panel,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-menu-cascade__submenu{z-index:900}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-region__header{gap:10px;padding:14px 16px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-region__title{font-size:.92rem;font-weight:650}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-region__subtitle{font-size:.78rem;line-height:1.45}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-region__content,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-workbench__content{padding:0}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-sidebar__section-title{margin:0 0 12px;padding:0 16px;font-size:.72rem;letter-spacing:.14em}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-sidebar__items{gap:4px;padding:0 8px 8px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-sidebar-item{border-radius:10px;border-color:transparent;padding:10px 12px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-sidebar-item__kind{font-size:.7rem;letter-spacing:.12em}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-tabstrip{gap:6px;padding:8px 8px 0}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-tab{height:30px;min-height:30px;padding:0;border-radius:9px 9px 0 0;border-bottom-width:0;font-size:12px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-tab__close{width:14px;height:14px;border-radius:4px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .host-surface,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-settings{min-height:100%;gap:20px;padding:18px 22px 22px;border:0;border-radius:0;background:transparent}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .host-surface__chips{gap:10px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .host-surface__chip{padding:5px 10px;border-radius:999px;font-size:.76rem}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .host-surface__title{font-size:1.05rem;font-weight:650}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .host-surface__summary{font-size:.88rem;line-height:1.6}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .host-surface__grid{gap:0;border-top:1px solid var(--shell-border);border-left:1px solid var(--shell-border);background:var(--shell-panel)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .host-surface__card{min-height:92px;padding:16px;border-radius:0;border-top:0;border-left:0;background:transparent}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .host-surface__card dt{font-size:.72rem;letter-spacing:.12em}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .host-surface__card dd{margin-top:8px;font-size:.9rem;font-weight:600}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-settings__control{max-width:340px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-panel-tabs{gap:0;margin-bottom:0;padding:0 12px;border-bottom:1px solid var(--shell-border)}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-panel-tab{min-height:42px;padding:8px 14px;border-radius:0;border-color:transparent;border-bottom:2px solid transparent;background:transparent}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-panel-placeholder{gap:16px;padding:16px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-empty-state{padding:24px;border:0}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-menu__panel,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-menu__drawer,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=desktop] .shell-item-overlay{border-radius:10px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop]{--shell-surface-radius: 0;--shell-floating-pane-radius: 0;--shell-activitybar-width: 56px;--shell-sidebar-width: 262px;--shell-rightpanel-width: 312px;--shell-topbar-height: 58px;--shell-bottompanel-height: 210px;--shell-frame-gap: 0px;--shell-frame-padding: 0px;font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__workspace{grid-template-columns:var(--shell-activitybar-width) minmax(240px,var(--shell-sidebar-width)) minmax(0,1fr) minmax(280px,var(--shell-rightpanel-width));grid-template-rows:minmax(0,1fr) var(--shell-bottompanel-height)}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__workspace[data-property-panel-visible=false]{grid-template-columns:var(--shell-activitybar-width) minmax(240px,var(--shell-sidebar-width)) minmax(0,1fr);grid-template-areas:"activity sidebar workbench" "activity sidebar panel"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__workspace[data-left-sidebar-visible=false]{grid-template-columns:var(--shell-activitybar-width) minmax(0,1fr) minmax(280px,var(--shell-rightpanel-width));grid-template-areas:"activity workbench rightpanel" "activity panel rightpanel"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__workspace[data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"activity sidebar workbench rightpanel"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__workspace[data-left-sidebar-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"activity workbench rightpanel"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__workspace[data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-areas:"activity sidebar workbench"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false]{grid-template-columns:var(--shell-activitybar-width) minmax(0,1fr);grid-template-areas:"activity workbench" "activity panel"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"activity workbench"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace{grid-template-columns:minmax(280px,var(--shell-rightpanel-width)) minmax(0,1fr) minmax(240px,var(--shell-sidebar-width)) var(--shell-activitybar-width);grid-template-areas:"rightpanel workbench sidebar activity" "rightpanel panel sidebar activity"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-property-panel-visible=false]{grid-template-columns:minmax(0,1fr) minmax(240px,var(--shell-sidebar-width)) var(--shell-activitybar-width);grid-template-areas:"workbench sidebar activity" "panel sidebar activity"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false]{grid-template-columns:minmax(280px,var(--shell-rightpanel-width)) minmax(0,1fr) var(--shell-activitybar-width);grid-template-areas:"rightpanel workbench activity" "rightpanel panel activity"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-bottom-panel-visible=false]{grid-template-areas:"rightpanel workbench sidebar activity"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"rightpanel workbench activity"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-areas:"workbench sidebar activity"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false]{grid-template-columns:minmax(0,1fr) var(--shell-activitybar-width);grid-template-areas:"workbench activity" "panel activity"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop][data-layout-mirror=mirrored] .studio-shell__workspace[data-left-sidebar-visible=false][data-property-panel-visible=false][data-bottom-panel-visible=false]{grid-template-rows:minmax(0,1fr);grid-template-areas:"workbench activity"}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__surface{border-radius:0;border-width:1px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__topbar{border-left:0;border-right:0;border-top:0}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__activitybar{border-top:0;border-bottom:0;border-left:0}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__sidebar,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__workbench,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__rightpanel,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__bottompanel,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .studio-shell__statusbar{border-radius:0}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-topbar{gap:12px;padding:10px 14px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-topbar__leading,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-topbar__center,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-topbar__actions{gap:10px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-brand{gap:14px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-brand__mark{width:32px;height:32px;border-radius:10px;border-width:1px;font-size:.88rem}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-brand__eyebrow{font-size:.72rem;letter-spacing:.16em}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-brand__name{font-size:.95rem;font-weight:650}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-search,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-button,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-toggle,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-topbar__select,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-tab,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-panel-tab,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-menu__tab,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-menu__drawer-tab,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-sidebar-item,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-menu-item,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-settings__control select{min-height:38px;border-radius:12px;box-shadow:none}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-button,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-toggle{padding:8px 12px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-search{min-width:300px;padding:8px 14px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-topbar__select{padding:0 12px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-topbar__select select{min-width:128px;height:36px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-activitybar{padding:14px 6px;gap:14px;align-items:center}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-activity{position:relative;width:100%;min-height:52px;padding:8px 4px;border:1px solid transparent;border-radius:12px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-activity__title{display:none}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-activity.is-active:before{content:"";position:absolute;left:-7px;top:12px;bottom:12px;width:3px;border-radius:999px;background:var(--shell-active-indicator, var(--shell-accent))}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-region__header{gap:10px;padding:14px 16px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-region__title{font-size:.92rem;font-weight:650}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-region__subtitle{font-size:.78rem;line-height:1.45}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-region__content,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-workbench__content{padding:0}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-sidebar__section-title{margin:0 0 12px;padding:0 16px;font-size:.72rem;letter-spacing:.14em}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-sidebar__items{gap:4px;padding:0 8px 8px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-sidebar-item{border-radius:10px;border-color:transparent;padding:10px 12px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-sidebar-item__kind{font-size:.7rem;letter-spacing:.12em}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-tabstrip{gap:2px;padding:8px 10px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-tab{min-height:34px;padding:7px 12px;border-radius:8px 8px 0 0;border-bottom-width:0}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-tab__close{width:18px;height:18px;border-radius:999px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .host-surface,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-settings{min-height:100%;gap:20px;padding:18px 22px 22px;border:0;border-radius:0;background:transparent}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .host-surface__chips{gap:10px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .host-surface__chip{padding:5px 10px;border-radius:999px;font-size:.76rem}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .host-surface__title{font-size:1.05rem;font-weight:650}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .host-surface__summary{font-size:.88rem;line-height:1.6}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .host-surface__grid{gap:0;border-top:1px solid var(--shell-border);border-left:1px solid var(--shell-border);background:var(--shell-panel)}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .host-surface__card{min-height:92px;padding:16px;border-radius:0;border-top:0;border-left:0;background:transparent}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .host-surface__card dt{font-size:.72rem;letter-spacing:.12em}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .host-surface__card dd{margin-top:8px;font-size:.9rem;font-weight:600}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-settings__control{max-width:340px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-panel-tabs{gap:0;margin-bottom:0;padding:0 12px;border-bottom:1px solid var(--shell-border)}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-panel-tab{min-height:42px;padding:8px 14px;border-radius:0;border-color:transparent;border-bottom:2px solid transparent;background:transparent}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-panel-placeholder{gap:16px;padding:16px}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-empty-state{border-radius:0;border-left:0;border-right:0;border-bottom:0}.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-menu__panel,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-menu__drawer,.studio-shell[data-theme-id=meki][data-viewport-profile=desktop] .shell-item-overlay{border-radius:10px}.studio-shell[data-theme-id=ocean][data-viewport-profile=desktop]{--shell-activitybar-width: 72px;--shell-sidebar-width: 260px;--shell-rightpanel-width: 280px;--shell-topbar-height: 80px;--shell-bottompanel-height: 220px;--shell-frame-gap: 12px;--shell-frame-padding: 12px}.studio-shell[data-theme-id=ember][data-viewport-profile=tablet],.studio-shell[data-theme-id=graphite][data-viewport-profile=tablet]{--shell-activitybar-width: 64px;--shell-sidebar-width: 220px;--shell-rightpanel-width: 248px;--shell-topbar-height: 72px;--shell-bottompanel-height: 200px;--shell-frame-gap: 10px;--shell-frame-padding: 10px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=tablet]{--shell-surface-radius: 15px;--shell-floating-pane-radius: 15px;--shell-activitybar-width: 64px;--shell-sidebar-width: 220px;--shell-rightpanel-width: 272px;--shell-topbar-height: 74px;--shell-bottompanel-height: 212px;--shell-frame-gap: 10px;--shell-frame-padding: 10px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=tablet] .studio-shell__surface{border-radius:15px;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=tablet] .shell-topbar{gap:10px;padding:10px 12px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=tablet] .shell-region__content,.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=tablet] .shell-workbench__content{padding:12px 14px}.studio-shell[data-theme-id=meki][data-viewport-profile=tablet]{--shell-surface-radius: 15px;--shell-floating-pane-radius: 15px;--shell-activitybar-width: 64px;--shell-sidebar-width: 220px;--shell-rightpanel-width: 272px;--shell-topbar-height: 74px;--shell-bottompanel-height: 212px;--shell-frame-gap: 10px;--shell-frame-padding: 10px}.studio-shell[data-theme-id=meki][data-viewport-profile=tablet] .studio-shell__surface{border-radius:15px;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-shell[data-theme-id=meki][data-viewport-profile=tablet] .shell-topbar{gap:10px;padding:10px 12px}.studio-shell[data-theme-id=meki][data-viewport-profile=tablet] .shell-region__content,.studio-shell[data-theme-id=meki][data-viewport-profile=tablet] .shell-workbench__content{padding:12px 14px}.studio-shell[data-theme-id=ocean][data-viewport-profile=tablet]{--shell-activitybar-width: 64px;--shell-sidebar-width: 220px;--shell-rightpanel-width: 248px;--shell-topbar-height: 72px;--shell-bottompanel-height: 200px;--shell-frame-gap: 10px;--shell-frame-padding: 10px}.studio-shell[data-theme-id=ember][data-viewport-profile=mobile],.studio-shell[data-theme-id=graphite][data-viewport-profile=mobile]{--shell-activitybar-width: 56px;--shell-sidebar-width: 188px;--shell-rightpanel-width: 216px;--shell-topbar-height: 68px;--shell-bottompanel-height: 184px;--shell-frame-gap: 8px;--shell-frame-padding: 8px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=mobile]{--shell-surface-radius: 14px;--shell-floating-pane-radius: 14px;--shell-activitybar-width: 56px;--shell-sidebar-width: 188px;--shell-rightpanel-width: 216px;--shell-topbar-height: 70px;--shell-bottompanel-height: 188px;--shell-frame-gap: 8px;--shell-frame-padding: 8px}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=mobile] .studio-shell__surface{border-radius:14px;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-shell[data-theme-id=meki-ocean][data-viewport-profile=mobile] .shell-topbar{gap:8px;padding:8px 10px}.studio-shell[data-theme-id=meki][data-viewport-profile=mobile]{--shell-surface-radius: 14px;--shell-floating-pane-radius: 14px;--shell-activitybar-width: 56px;--shell-sidebar-width: 188px;--shell-rightpanel-width: 216px;--shell-topbar-height: 70px;--shell-bottompanel-height: 188px;--shell-frame-gap: 8px;--shell-frame-padding: 8px}.studio-shell[data-theme-id=meki][data-viewport-profile=mobile] .studio-shell__surface{border-radius:14px;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-shell[data-theme-id=meki][data-viewport-profile=mobile] .shell-topbar{gap:8px;padding:8px 10px}.studio-shell[data-theme-id=ocean][data-viewport-profile=mobile]{--shell-activitybar-width: 56px;--shell-sidebar-width: 188px;--shell-rightpanel-width: 216px;--shell-topbar-height: 68px;--shell-bottompanel-height: 184px;--shell-frame-gap: 8px;--shell-frame-padding: 8px}.studio-shell[data-theme-id=ember][data-layout-mirror=normal],.studio-shell[data-theme-id=graphite][data-layout-mirror=normal],.studio-shell[data-theme-id=meki-ocean][data-layout-mirror=normal],.studio-shell[data-theme-id=meki][data-layout-mirror=normal],.studio-shell[data-theme-id=ocean][data-layout-mirror=normal]{--shell-mirror-mode: normal}.studio-shell[data-theme-id=ember][data-layout-mirror=mirrored],.studio-shell[data-theme-id=graphite][data-layout-mirror=mirrored],.studio-shell[data-theme-id=meki-ocean][data-layout-mirror=mirrored],.studio-shell[data-theme-id=meki][data-layout-mirror=mirrored],.studio-shell[data-theme-id=ocean][data-layout-mirror=mirrored]{--shell-mirror-mode: mirrored}
