/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.storage-workspace-shell{position:relative;height:100%;min-height:0}.storage-editor-pane{position:relative;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.storage-resource-menu{gap:0;min-height:0;overflow:hidden}.storage-section-nav{min-width:0;padding:14px 12px;display:grid;align-content:start;gap:6px}.storage-section-label{margin:10px 4px 4px;color:var(--studio-foreground-lighter);font-size:10px;font-weight:700;line-height:1.2;text-transform:uppercase}.storage-section-label:first-child{margin-top:0}.storage-section-item{width:100%;min-width:0;min-height:32px;border:1px solid transparent;border-radius:6px;padding:0 9px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;background:transparent;color:var(--studio-foreground-muted);text-align:left}.storage-section-item:hover,.storage-section-item:focus-visible,.storage-section-item.is-active{border-color:var(--studio-border);background:#ffffff0e;color:var(--studio-foreground)}.storage-section-item svg{color:var(--studio-foreground-lighter)}.storage-section-item.is-active svg{color:var(--studio-brand)}.storage-section-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650}.studio-inspector-panel.storage-workbench{position:relative;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-radius:0}.storage-workbench>.studio-section-header{flex:0 0 auto;border-bottom:1px solid var(--studio-border);padding:12px 16px;background:#171d1e}.storage-bucket-header{min-width:0;min-height:44px;border-bottom:1px solid var(--studio-border);padding:8px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;background:#121718}.storage-bucket-heading{min-width:0;display:grid;gap:4px}.storage-bucket-meta{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:8px;color:var(--studio-foreground-muted);font-size:12px;line-height:1.3;white-space:nowrap}.storage-breadcrumbs{min-width:0;display:flex;align-items:center;gap:7px;color:var(--studio-foreground-muted);font-size:12px;line-height:1.25}.storage-breadcrumbs span,.storage-breadcrumbs button,.storage-breadcrumbs strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storage-breadcrumb-separator{flex:0 0 auto;color:var(--studio-foreground-lighter)}.storage-breadcrumbs button{border:0;padding:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.storage-breadcrumbs button:hover,.storage-breadcrumbs button:focus-visible{color:var(--studio-foreground);text-decoration:underline;text-underline-offset:3px}.storage-breadcrumbs strong{color:var(--studio-foreground);font-weight:700}.storage-bucket-meta>span{min-width:0}.storage-pill{flex:0 0 auto;border:1px solid var(--studio-border);border-radius:999px;padding:2px 8px;background:#ffffff0b;color:var(--studio-foreground-muted);font-size:11px;font-weight:700}.storage-pill.is-public{border-color:#3ad39a47;background:#3ad39a1a;color:var(--studio-brand)}.storage-detail-tabs{flex:0 0 auto;border-bottom:1px solid var(--studio-border);padding:5px 14px;background:#101516}.storage-detail-tabs .subnav-item{min-height:30px;border-radius:6px;padding:0 10px;font-size:12px}.studio-inspector-body.storage-workbench-body{flex:1 1 auto;min-height:0;padding:14px;display:grid;grid-template-rows:minmax(0,1fr);align-content:stretch;gap:12px;overflow:hidden;background:#0d1213}.storage-bucket-table,.storage-object-table{min-width:0}.storage-bucket-table .studio-data-row,.storage-object-table .studio-data-row{min-height:40px}.storage-bucket-table .studio-data-row>*,.storage-object-table .studio-data-row>*{min-width:0;overflow:hidden}.storage-truncate{min-width:0;max-width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.storage-table-action{min-width:66px;height:28px;justify-content:center}.storage-row-actions{display:inline-flex;align-items:center;gap:6px}.storage-buckets-panel,.storage-objects-panel{min-width:0;min-height:0;height:100%;display:grid;grid-template-rows:auto minmax(0,1fr);gap:8px}.storage-bucket-toolbar,.storage-object-toolbar{min-width:0;border:0;border-radius:0;padding:0 0 6px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:transparent}.storage-toolbar-summary{min-width:0;display:inline-flex;align-items:center;gap:7px;color:var(--studio-foreground-muted);font-size:12px;font-weight:650}.storage-toolbar-summary svg{flex:0 0 auto;color:var(--studio-foreground-lighter)}.storage-toolbar-summary span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storage-object-filter-fields{min-width:0;flex:1 1 auto;display:grid;grid-template-columns:minmax(220px,1fr) minmax(200px,280px);align-items:center;gap:8px}.storage-folder-nav{min-width:0;min-height:30px;border:1px solid var(--studio-border);border-radius:6px;padding:0 9px;display:flex;align-items:center;gap:7px;background:#ffffff0b}.storage-folder-nav .icon-mini-action{flex:0 0 auto;width:26px;min-width:26px;height:26px;min-height:26px}.storage-folder-crumbs{min-width:0;margin:0;padding:0;display:flex;align-items:center;gap:7px;list-style:none}.storage-folder-crumb-item{min-width:0;display:inline-flex;align-items:center;gap:7px}.storage-folder-crumb,.storage-folder-crumb-current{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650;line-height:1.25}.storage-folder-crumb{border:0;padding:0;background:transparent;color:var(--studio-foreground-muted);font:inherit;cursor:pointer}.storage-folder-crumb:hover,.storage-folder-crumb:focus-visible{color:var(--studio-foreground);text-decoration:underline;text-underline-offset:3px}.storage-folder-crumb-current{color:var(--studio-foreground);font-weight:700}.storage-object-toolbar-actions{flex:0 0 auto;display:flex;align-items:center;gap:6px}.storage-toolbar-select{min-width:0;margin:0;display:inline-flex;align-items:center;gap:6px;color:var(--studio-foreground-lighter);font-size:11px;font-weight:650;white-space:nowrap}.storage-toolbar-select span{flex:0 0 auto}.storage-toolbar-select select{width:auto;min-width:112px;min-height:30px;height:30px;border:1px solid var(--studio-border);border-radius:6px;padding:0 28px 0 9px;background:#ffffff0b;color:var(--studio-foreground);font-size:12px;font-weight:650;line-height:30px}.storage-view-mode-toggle{min-width:0;display:inline-flex;align-items:center;gap:4px}.storage-view-mode-toggle .icon-mini-action{width:30px;min-width:30px;height:30px;min-height:30px}.storage-view-mode-toggle .icon-mini-action.is-active{border-color:var(--studio-border-strong);background:#ffffff18;color:var(--studio-brand)}.studio-root-shell .storage-object-toolbar .studio-search-field{height:30px;margin:0;padding:0 10px;align-items:center}.studio-root-shell .storage-object-toolbar .studio-search-field svg{align-self:center}.studio-root-shell .storage-object-toolbar .studio-search-field input{min-height:0;height:100%;line-height:30px;padding:0}.storage-object-browser{min-width:0;min-height:0;border:1px solid var(--studio-border);border-radius:6px;display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr) minmax(300px,326px);background:#0d1213;overflow:hidden}.storage-object-browser:not(.has-detail){grid-template-columns:minmax(220px,280px) minmax(0,1fr)}.storage-object-browser[data-view-mode=columns]{grid-template-columns:minmax(0,1fr) minmax(300px,326px)}.storage-object-browser[data-view-mode=columns]:not(.has-detail){grid-template-columns:minmax(0,1fr)}.storage-object-list{min-width:0;min-height:0;border-right:1px solid var(--studio-border);background:#101516;overflow:auto}.storage-object-list-row{width:100%;min-width:0;min-height:40px;border:0;border-bottom:1px solid var(--studio-border);padding:0 10px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;background:transparent;color:var(--studio-foreground);text-align:left;cursor:pointer}.storage-object-list-row:hover,.storage-object-list-row:focus-visible{background:#ffffff0e}.storage-object-list-row.is-selected{background:#ffffff16}.storage-object-list-row svg{flex:0 0 auto;color:var(--studio-foreground-lighter)}.storage-object-list-row.is-folder svg,.storage-object-columns-row.is-folder svg{color:var(--studio-brand)}.storage-object-list-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650}.storage-object-list-empty{padding:16px 14px;color:var(--studio-foreground-muted);font-size:12px}.storage-object-columns{min-width:0;min-height:0;background:#101516;overflow:auto}.storage-object-columns-row{width:100%;min-width:760px;min-height:38px;border:0;border-bottom:1px solid var(--studio-border);padding:0;display:grid;grid-template-columns:minmax(220px,1fr) minmax(82px,110px) minmax(120px,170px) minmax(150px,180px) minmax(150px,180px);align-items:center;background:transparent;color:var(--studio-foreground);text-align:left}.storage-object-columns-row>span{min-width:0;padding:0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--studio-foreground-muted);font-size:12px}.storage-object-columns-header{position:sticky;top:0;z-index:1;min-height:36px;background:#101516}.storage-object-columns-header>span{color:var(--studio-foreground);font-weight:700}button.storage-object-columns-row{cursor:pointer}button.storage-object-columns-row:hover,button.storage-object-columns-row:focus-visible,button.storage-object-columns-row.is-selected{background:#ffffff13}.storage-object-columns-row>span:first-child{display:inline-flex;align-items:center;gap:9px;color:var(--studio-foreground)}.storage-object-columns-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.storage-object-columns-row svg{flex:0 0 auto;color:var(--studio-foreground-lighter)}.storage-object-canvas{min-width:0;min-height:0;display:grid;place-items:center;color:var(--studio-foreground-lighter);font-size:12px}.storage-object-canvas.is-hidden{display:none}.storage-object-canvas-copy{padding:14px}.storage-object-detail-drawer{position:relative;min-width:0;min-height:0;height:100%;border-left:1px solid var(--studio-border);padding:38px 14px 14px;display:grid;align-content:start;gap:10px;background:#101516;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.storage-object-detail-close{position:absolute;top:10px;right:10px}.storage-object-preview{min-width:0;aspect-ratio:16 / 9;height:clamp(120px,22vh,180px);border:1px solid var(--studio-border);border-radius:2px;display:grid;place-items:center;background:#0d1213;color:var(--studio-foreground-lighter);overflow:hidden}.storage-object-preview svg{opacity:.75}.storage-object-preview img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;display:block}.storage-object-detail-heading{min-width:0;display:grid;gap:4px}.storage-object-detail-heading strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--studio-foreground);font-size:15px;line-height:1.35}.storage-object-detail-heading span,.storage-object-detail-meta dd{min-width:0;overflow-wrap:anywhere;color:var(--studio-foreground-muted);font-size:13px}.storage-object-detail-meta{margin:0;display:grid;gap:8px}.storage-object-detail-meta div{min-width:0;display:grid;gap:4px}.storage-object-detail-meta dt{color:var(--studio-foreground-lighter);font-size:12px}.storage-object-detail-meta dd{margin:0;color:var(--studio-foreground)}.storage-object-detail-actions{min-width:0;display:flex;flex-wrap:wrap;gap:8px}.storage-object-url-action{min-width:0;display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.storage-object-url-expiry{width:auto;min-width:150px;min-height:var(--studio-control-height-compact);border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:0 28px 0 9px;background:#ffffff0b;color:var(--studio-foreground);font-size:12px;font-weight:650}.storage-object-detail-danger{border-top:1px solid var(--studio-border);padding-top:10px}.storage-settings-panel{min-width:0;max-width:920px;display:grid;gap:12px}.storage-settings-grid{min-width:0;border:1px solid var(--studio-border);border-radius:6px;padding:12px;display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,220px);gap:12px;background:#101516}.storage-settings-grid .studio-form-field{margin:0}.storage-settings-wide{grid-column:1 / -1}.storage-settings-actions{border:1px solid var(--studio-border);border-radius:6px;padding:10px 12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:#101516}.storage-settings-summary{border:1px solid var(--studio-border);border-radius:6px;background:#101516;overflow:hidden}.storage-drawer{position:absolute;inset:0 0 0 auto;z-index:8;width:min(440px,calc(100% - 32px));min-width:min(320px,calc(100% - 32px));max-width:420px;min-height:0;height:100%;overflow:hidden;border-color:var(--studio-border);background:var(--studio-panel);color:var(--studio-foreground);box-shadow:-5px 0 #121718,-6px 0 0 var(--studio-border)}.storage-drawer-body{overflow-y:auto}.storage-drawer-body .studio-form-field{margin:0}.storage-file-input{width:100%;min-height:34px;border:1px solid var(--studio-border);border-radius:6px;padding:6px;background:#0d1213;color:var(--studio-foreground)}.storage-object-table{min-height:240px}.storage-object-table .studio-data-row{grid-template-columns:var(--studio-data-columns)}.storage-bucket-table,.storage-object-table{align-self:start;border:1px solid var(--studio-border);border-radius:6px;background:#101516;overflow:hidden}.danger-action{color:#f87171}@media(max-width:760px){.storage-bucket-header,.storage-bucket-toolbar,.storage-object-filter-fields,.storage-settings-grid{grid-template-columns:1fr}.storage-bucket-meta,.storage-bucket-toolbar,.storage-object-toolbar,.storage-object-toolbar-actions{flex-wrap:wrap;justify-content:flex-start}.storage-toolbar-select select{min-width:128px}.storage-object-browser{grid-template-columns:1fr}.storage-object-list,.storage-object-detail-drawer{border-left:0;border-right:0}.storage-object-detail-drawer{border-top:1px solid var(--studio-border)}.storage-drawer{top:0;right:0;bottom:0;left:0;width:auto;min-width:0;max-width:none}}:root{color:var(--studio-foreground, #f8faf8);background:var(--studio-bg, #111718);font-family:Geist,Outfit,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:geometricPrecision;--platform-control-height: var(--studio-control-height, 32px);--platform-control-height-compact: var(--studio-control-height-compact, 30px);--platform-footer-height: var(--studio-footer-height, 44px);--platform-toolbar-height: var(--studio-toolbar-height, 42px);--platform-row-height: var(--studio-row-height, 34px);--platform-space-1: var(--studio-space-1, 4px);--platform-space-2: var(--studio-space-2, 6px);--platform-space-3: var(--studio-space-3, 8px);--platform-space-4: var(--studio-space-4, 10px);--platform-space-5: var(--studio-space-5, 12px);--platform-space-6: var(--studio-space-6, 16px);--platform-radius: var(--studio-radius, 6px);--studio-scrollbar-size: 10px;--studio-scrollbar-track: transparent;--studio-scrollbar-thumb: rgba(248, 250, 248, .22);--studio-scrollbar-thumb-hover: rgba(248, 250, 248, .34);--studio-scrollbar-thumb-active: rgba(62, 207, 142, .44)}*{box-sizing:border-box;scrollbar-color:var(--studio-scrollbar-thumb) var(--studio-scrollbar-track);scrollbar-width:thin}*::-webkit-scrollbar{width:var(--studio-scrollbar-size);height:var(--studio-scrollbar-size)}*::-webkit-scrollbar-track{background:var(--studio-scrollbar-track)}*::-webkit-scrollbar-thumb{min-height:44px;border:2px solid transparent;border-radius:999px;background:var(--studio-scrollbar-thumb);background-clip:content-box}*::-webkit-scrollbar-thumb:hover{background:var(--studio-scrollbar-thumb-hover);background-clip:content-box}*::-webkit-scrollbar-thumb:active{background:var(--studio-scrollbar-thumb-active);background-clip:content-box}*::-webkit-scrollbar-corner{background:transparent}body{margin:0;min-width:320px;min-height:100dvh}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.overflow-guard{overflow-x:hidden;width:100%;max-width:100%}.loading{min-height:100dvh;display:grid;place-items:center;background:var(--studio-bg, #111718);color:var(--studio-foreground, #f8faf8)}.oidc-callback-message{width:min(420px,calc(100vw - 32px));display:grid;gap:16px;justify-items:center;text-align:center}.oidc-callback-message p{margin:0;color:var(--studio-foreground, #f8faf8);line-height:1.5}.dashboard-not-found{min-height:calc(100dvh - 24px);display:grid;align-content:center;justify-items:start;gap:12px;padding:48px;color:var(--studio-foreground, #f8faf8)}.dashboard-not-found h1,.dashboard-not-found p{margin:0}.dashboard-not-found h1{font-size:28px;line-height:1.15}.dashboard-not-found>p:not(.eyebrow){max-width:520px;color:var(--studio-muted, #9aa7a0);line-height:1.5}.app-shell{min-height:100dvh;display:block;background:linear-gradient(rgba(23,32,39,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,32,39,.035) 1px,transparent 1px),#eef2ef;background-size:36px 36px,36px 36px,auto}.platform-root-shell{background:var(--studio-bg, #111718);background-image:none}.platform-root-shell .platform-sidebar{width:256px;padding:12px;gap:12px;background:var(--studio-sidebar, #171d1e);color:var(--studio-foreground, #f8faf8);border-right-color:var(--studio-border, rgba(255, 255, 255, .08))}.platform-root-shell .content{margin-left:256px;background:var(--studio-bg, #111718);padding:12px}.platform-root-shell .platform-project-mark{border-radius:6px;background:var(--studio-brand, #3ecf8e);color:#0b1110}.platform-root-shell .platform-nav-item{border-radius:6px}.platform-root-shell .platform-nav-item.active,.platform-root-shell .platform-nav-item:hover{background:#ffffff0e}.platform-root-shell .platform-nav-item.active{box-shadow:inset 3px 0 0 var(--studio-brand, #3ecf8e)}.platform-root-shell.platform-sidebar-collapsed .content{margin-left:56px}.studio-root-shell{background:var(--studio-bg, #111718);background-image:none}.studio-root-shell .content{min-height:100dvh;padding:0;background:var(--studio-bg, #111718)}.studio-root-shell.platform-sidebar-collapsed .platform-sidebar{width:56px;padding:8px;background:var(--studio-sidebar, #171d1e);border-right-color:var(--studio-border, rgba(255, 255, 255, .08))}.studio-root-shell.platform-sidebar-collapsed .platform-nav-item{border-radius:6px}.studio-root-shell.platform-sidebar-collapsed .platform-nav-item.active{background:#3ecf8e24;color:var(--studio-brand, #3ecf8e);box-shadow:none}.studio-root-shell.platform-sidebar-collapsed .platform-project-mark{border-radius:6px;background:var(--studio-brand, #3ecf8e);color:#0b1110}.platform-sidebar{position:fixed;top:0;left:0;width:284px;height:100dvh;padding:20px;background:var(--studio-sidebar, #171d1e);color:var(--studio-foreground, #f8faf8);display:flex;flex-direction:column;gap:18px;border-right:1px solid rgba(255,255,255,.08);overflow-y:auto}.platform-project-switcher,.platform-sidebar-footer{display:flex;align-items:center}.platform-sidebar-footer{gap:8px;flex-wrap:wrap}.platform-project-switcher{gap:12px}.platform-project-switcher-command{width:100%;border:0;padding:0;background:transparent;color:inherit;text-align:left}.platform-project-switcher-command:focus-visible{outline:2px solid var(--studio-brand, #3ecf8e);outline-offset:3px}.platform-project-toggle-icon{flex:0 0 auto;width:var(--platform-control-height);height:var(--platform-control-height);margin-left:auto;border-radius:var(--platform-radius);display:grid;place-items:center;background:#171d1e;color:var(--studio-foreground-muted, #a7b0ad)}.platform-project-switcher-command:hover .platform-project-toggle-icon{background:#202728;color:var(--studio-foreground, #f8faf8)}.platform-project-copy{min-width:0;display:grid;gap:2px}.platform-project-switcher strong,.platform-project-switcher small{display:block;line-height:1.15}.platform-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.platform-project-mark{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:var(--studio-brand, #3ecf8e);color:#0b1110;font-weight:800}.platform-project-switcher small,.platform-sidebar-footer,.eyebrow,dt{color:var(--studio-foreground-muted, #a7b0ad)}.platform-sidebar .platform-project-switcher small,.platform-sidebar-footer{color:#b9c0c5}.platform-super-admin-badge{border:1px solid rgba(62,207,142,.24);border-radius:999px;padding:2px 7px;background:#3ecf8e1a;color:var(--studio-brand, #3ecf8e);font-size:11px;font-weight:760}.platform-nav-stack{display:grid;gap:18px}.platform-nav-group{display:grid;gap:6px}.platform-nav-group-label{padding:0 10px;color:#8d99a2;font-size:11px;font-weight:800;letter-spacing:0}.platform-nav-item,.icon-command{border:0;color:var(--studio-foreground, #f8faf8);background:transparent}.platform-nav-item{min-height:50px;border-radius:8px;padding:8px 10px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;text-align:left}.platform-nav-item span{min-width:0;display:grid;gap:2px}.platform-nav-item strong,.platform-nav-item small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.platform-nav-item strong{color:var(--studio-foreground, #f8faf8);font-size:14px}.platform-nav-item small{color:#a9b2b8;font-size:12px}.platform-nav-item.active,.platform-nav-item:hover{background:#ffffff0e}.platform-nav-item.active{box-shadow:inset 3px 0 0 var(--studio-brand, #3ecf8e)}.platform-sidebar-footer{margin-top:auto;gap:8px;font-size:13px;overflow-wrap:anywhere}.platform-rail-toggle{flex:0 0 auto}.icon-command{width:var(--platform-control-height);min-width:var(--platform-control-height);height:var(--platform-control-height);min-height:var(--platform-control-height);border-radius:var(--platform-radius);display:grid;place-items:center;background:#171d1e}.icon-command:disabled{opacity:.45;cursor:not-allowed}.danger-action{min-height:var(--platform-control-height);border:0;border-radius:var(--platform-radius);padding:0 var(--platform-space-5);display:inline-flex;align-items:center;justify-content:center;gap:var(--platform-space-3);background:#ff636929;color:#ff9da1;font-weight:800}.danger-action:disabled{opacity:.55;cursor:not-allowed}.content{min-width:0;margin-left:284px;padding:14px 24px 28px}.platform-project-copy,.platform-project-toggle-icon,.platform-nav-group-label,.platform-nav-item span,.platform-sidebar-footer span{transition:opacity .14s ease,transform .18s ease}.platform-sidebar-collapsed .platform-sidebar{width:56px;padding:12px 8px;align-items:center;overflow:visible;z-index:30}.platform-sidebar-collapsed .content{margin-left:56px}.platform-sidebar-collapsed .platform-sidebar-header,.platform-sidebar-collapsed .platform-project-switcher,.platform-sidebar-collapsed .platform-sidebar-footer{width:100%;justify-content:center}.platform-sidebar-collapsed .platform-sidebar-header{display:flex;min-height:40px;gap:0}.platform-sidebar-collapsed .platform-project-switcher-command{width:40px;height:40px;padding:0;border-radius:8px;justify-content:center}.platform-sidebar-collapsed .platform-project-mark{width:36px;height:36px;font-size:12px}.platform-sidebar-collapsed .platform-project-switcher-command:hover .platform-project-mark{background:var(--studio-brand-hover, #65d9a5)}.platform-sidebar-collapsed .platform-project-toggle-icon{display:none}.platform-sidebar-collapsed .platform-project-copy,.platform-sidebar-collapsed .platform-nav-group-label,.platform-sidebar-collapsed .platform-nav-item span,.platform-sidebar-collapsed .platform-sidebar-footer span,.platform-sidebar-collapsed .platform-super-admin-badge{width:0;opacity:0;transform:translate(-4px);overflow:hidden;pointer-events:none}.platform-sidebar-collapsed .platform-nav-item span{display:none}.platform-sidebar-collapsed .platform-nav-stack,.platform-sidebar-collapsed .platform-nav-group{width:100%;gap:8px}.platform-sidebar-collapsed .platform-nav-item{position:relative;width:40px;min-height:40px;border-radius:10px;grid-template-columns:1fr;justify-items:center;padding:0}.platform-sidebar-collapsed .platform-nav-item.active{box-shadow:inset 3px 0 0 var(--studio-brand, #3ecf8e)}.platform-root-shell.platform-sidebar-collapsed .platform-nav-item.active{background:#3ecf8e24;color:var(--studio-brand, #3ecf8e);box-shadow:none}.platform-sidebar-collapsed .platform-nav-item:after{content:attr(data-label);position:absolute;left:calc(100% + 10px);top:50%;z-index:20;min-height:32px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:6px 10px;display:inline-flex;align-items:center;background:var(--studio-panel, #1f2426);color:var(--studio-foreground, #f8faf8);box-shadow:0 12px 32px #00000052;font-size:13px;font-weight:900;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(4px,-50%);transition:opacity .12s ease,transform .12s ease}.platform-root-shell.platform-sidebar-collapsed .platform-nav-item:after{border-color:var(--studio-border, rgba(255, 255, 255, .08));background:var(--studio-panel, #1f2426);color:var(--studio-foreground, #f8faf8);box-shadow:0 12px 32px #00000052}.platform-sidebar-collapsed .platform-nav-item:hover:after,.platform-sidebar-collapsed .platform-nav-item:focus-visible:after{opacity:1;transform:translateY(-50%)}@media(min-width:981px){.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-sidebar{z-index:30;width:256px;padding:12px;align-items:stretch;overflow-y:auto;box-shadow:18px 0 42px #00000047}.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-sidebar-header{display:flex;justify-content:space-between}.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-project-switcher,.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-sidebar-footer{width:100%;justify-content:flex-start}.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-project-copy,.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-nav-group-label,.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-nav-item span,.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-sidebar-footer span{width:auto;opacity:1;transform:none;overflow:visible;pointer-events:auto}.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-nav-item span{display:grid}.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-nav-stack{gap:12px}.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-nav-group{gap:6px}.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-nav-item{width:auto;min-height:42px;grid-template-columns:20px minmax(0,1fr);justify-items:stretch;padding:8px 10px}.platform-root-shell:not(.studio-root-shell).platform-sidebar-collapsed.platform-sidebar-hover-open .platform-nav-item:after{display:none}}.dashboard-page{width:min(1680px,100%);margin:0 auto}.studio-empty-panel{min-height:420px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:28px;display:grid;align-content:center;gap:10px;background:var(--studio-panel, #1f2426);color:var(--studio-foreground, #f8faf8)}.studio-empty-panel h2,.studio-empty-panel p{margin:0}.studio-empty-panel h2{font-size:1.35rem;letter-spacing:0}.studio-empty-panel p{color:var(--studio-foreground-muted, #a7b0ad);overflow-wrap:anywhere}.studio-empty-panel-warning{border-color:#f7c94852}.studio-empty-panel-danger{border-color:#ff636952}.studio-empty-actions{min-width:0;margin-top:6px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.eyebrow{margin:0 0 5px;text-transform:uppercase;font-size:12px;font-weight:800}.platform-console-page{min-height:calc(100dvh - 70px);border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:0;display:grid;align-content:start;background:#121718;color:var(--studio-foreground, #f8faf8);overflow:hidden}.apps-console-page,.data-sources-console-page{height:calc(100dvh - 24px);min-height:0;grid-template-rows:auto auto minmax(0,1fr)}.apps-console-page .platform-inventory-shell,.data-sources-console-page .platform-inventory-shell{height:auto;min-height:0;align-self:stretch}.platform-console-header{min-height:72px;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:var(--platform-space-4) var(--platform-space-6);display:flex;align-items:center;justify-content:space-between;gap:var(--platform-space-6);background:var(--studio-sidebar, #171d1e)}.platform-console-title{min-width:0;display:grid;gap:2px}.platform-console-title h1{margin:0;color:var(--studio-foreground, #f8faf8);font-size:18px;font-weight:650;letter-spacing:0;line-height:1.25}.platform-console-title span,.platform-console-session span{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;overflow-wrap:anywhere}.platform-console-session{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:var(--platform-radius);padding:var(--platform-space-2) var(--platform-space-3);display:grid;grid-template-columns:20px minmax(0,auto);gap:2px var(--platform-space-3);align-items:center;background:#ffffff09}.platform-console-session svg{grid-row:span 2;color:var(--studio-brand, #3ecf8e)}.platform-console-session strong{min-width:0;color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-console-actions{min-width:fit-content;display:inline-flex;align-items:center;justify-content:flex-end;gap:var(--platform-space-3)}.platform-console-status{min-height:var(--platform-toolbar-height);border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:0 var(--platform-space-6);display:grid;grid-template-columns:18px auto minmax(0,1fr);gap:var(--platform-space-4);align-items:center;background:#151b1c;color:var(--studio-foreground, #f8faf8)}.platform-console-status svg{color:var(--studio-brand, #3ecf8e)}.platform-console-status strong{font-size:12px;font-weight:650;white-space:nowrap}.platform-console-status span{min-width:0;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;overflow-wrap:anywhere}.platform-console-status.is-loading svg{color:var(--studio-warning, #f7c948)}.platform-console-status.is-error{border-bottom-color:#ff636957;background:#ff636914}.platform-console-status.is-error svg,.platform-console-status.is-error span{color:var(--studio-danger, #ff6369)}.platform-home-workspace{min-width:0;min-height:calc(100dvh - 154px);padding:var(--platform-space-5);display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:var(--platform-space-5);align-items:stretch}.platform-home-rail,.platform-home-main{min-height:0}.platform-home-rail,.platform-home-main{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.platform-home-menu{min-width:0;min-height:0;padding:8px;display:grid;align-content:start;gap:4px;overflow:auto}.platform-home-menu-row{width:100%;min-width:0;min-height:56px;border:1px solid transparent;border-radius:6px;padding:8px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;gap:9px;align-items:center;background:transparent;color:var(--studio-foreground, #f8faf8);text-align:left;cursor:pointer}.platform-home-menu-row:hover{border-color:var(--studio-border-strong, rgba(255, 255, 255, .18));background:#ffffff0e}.platform-home-menu-row svg{color:var(--studio-foreground-muted, #a7b0ad)}.platform-home-menu-row span{min-width:0;display:grid;gap:2px}.platform-home-menu-row strong,.platform-home-menu-row small,.platform-home-menu-row em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-home-menu-row strong{font-size:13px;font-weight:650}.platform-home-menu-row small{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.platform-home-menu-row em{max-width:92px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:999px;padding:4px 7px;color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-style:normal;font-weight:650}.platform-home-footer{min-width:0;border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:10px 12px;display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:center;background:var(--studio-panel, #1f2426)}.platform-home-footer svg{color:var(--studio-brand, #3ecf8e)}.platform-home-footer span{min-width:0;display:grid;gap:2px}.platform-home-footer strong,.platform-home-footer small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-home-footer strong{color:var(--studio-foreground, #f8faf8);font-size:12px;font-weight:650}.platform-home-footer small{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.platform-home-metric-table{min-width:0;min-height:0;overflow:auto}.platform-home-metric-table .platform-data-row{min-width:700px;min-height:52px;grid-template-columns:minmax(180px,.9fr) minmax(150px,.6fr) minmax(260px,1.3fr);align-items:center}.platform-home-metric-table .platform-data-heading-row{position:sticky;top:0;z-index:2;min-height:36px;background:#171d1e}.platform-home-metric-table .platform-data-cell{min-width:0;height:100%;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:10px 12px;display:flex;align-items:center;overflow-wrap:anywhere}.platform-home-metric-table .platform-data-cell:last-child{border-right:0}.platform-home-metric-table .platform-data-heading-row .platform-data-cell{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:650;text-transform:uppercase}.platform-home-metric-table .platform-data-cell strong{color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:650}.platform-home-metric-table .platform-data-cell:last-child{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.platform-home-health-pill{gap:8px;color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:650}.platform-home-health-pill small{border:1px solid rgba(62,207,142,.22);border-radius:999px;padding:3px 7px;background:#3ecf8e14;color:var(--studio-brand, #3ecf8e);font-size:11px;font-weight:650;white-space:nowrap}.platform-home-health-pill.is-warning small{border-color:#f7c9483d;background:#f7c94817;color:var(--studio-warning, #f7c948)}.platform-home-runbook{min-width:0;border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));background:#101516;overflow:hidden}.platform-home-runbook-table{min-width:0;border-width:1px 0 0;border-radius:0;overflow:auto}.platform-home-runbook-table .platform-data-row{min-width:520px;min-height:42px;grid-template-columns:minmax(160px,.45fr) minmax(0,1fr);align-items:center}.platform-home-runbook-table .platform-data-heading-row{position:sticky;top:0;z-index:2;min-height:34px;background:#171d1e}.platform-home-runbook-table .platform-data-cell{min-width:0;height:100%;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:8px 10px;display:flex;align-items:center;overflow-wrap:anywhere}.platform-home-runbook-table .platform-data-cell:last-child{border-right:0}.platform-home-runbook-table .platform-data-heading-row .platform-data-cell{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:650;text-transform:uppercase}.platform-home-runbook-table .platform-data-cell strong{color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:650}.platform-home-runbook-table .platform-data-cell code{min-width:0;color:var(--studio-foreground, #f8faf8);font-size:12px;overflow-wrap:anywhere}.platform-home-panel,.platform-function-workbench-panel{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;align-content:start;gap:12px;background:#171d1e;color:var(--studio-foreground, #f8faf8);overflow:hidden}.activity-console-page{height:calc(100dvh - 24px);min-height:0;grid-template-rows:auto auto minmax(0,1fr)}.activity-workbench{min-width:0;min-height:0;margin:12px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#101516;color:var(--studio-foreground, #f8faf8);overflow:hidden}.activity-workbench-footer span{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.activity-workbench-actions{min-width:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:12px}.platform-metric-strip{min-width:0}.platform-metric-strip.is-pill{display:flex;align-items:center;gap:6px}.platform-metric-strip.is-pill .platform-metric-item{min-width:0;min-height:28px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:0 8px;display:inline-flex;align-items:center;gap:6px;background:#ffffff09;color:var(--studio-foreground-muted, #a7b0ad);font-weight:650;white-space:nowrap}.platform-metric-strip.is-value{min-width:0;min-height:58px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;background:#101516;overflow:hidden}.platform-metric-strip.is-value .platform-metric-item{min-width:0;border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:8px 10px;display:grid;grid-template-columns:18px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 8px;align-items:center}.platform-metric-strip.is-value .platform-metric-item:last-child{border-right:0}.platform-metric-strip .platform-metric-item svg{color:var(--studio-brand, #3ecf8e)}.platform-metric-strip.is-value .platform-metric-item span{min-width:0;color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-metric-strip.is-value .platform-metric-item strong{grid-column:1 / -1;min-width:0;color:var(--studio-foreground, #f8faf8);font-size:16px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-workbench-stats{justify-content:flex-end;overflow:hidden}.activity-filter-actions{min-width:0;display:flex;justify-content:flex-end;gap:6px;overflow-x:auto}.activity-workbench-body{min-width:0;min-height:0;overflow:hidden}.activity-workbench-scroll{width:100%;height:100%;overflow:auto}.activity-workbench .data-source-table .platform-data-row{grid-template-columns:minmax(180px,1fr) minmax(170px,.9fr) minmax(96px,.5fr) minmax(140px,.7fr) minmax(160px,.75fr) minmax(160px,.8fr)}.activity-workbench .data-source-table .platform-data-cell{border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:var(--platform-space-4) var(--platform-space-5);color:var(--studio-foreground, #f8faf8);font-size:13px}.activity-workbench .activity-log-table .platform-data-heading-row{position:sticky;top:0;z-index:3;background:#171d1e}.activity-workbench .data-source-table .platform-data-heading-row .platform-data-cell{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:800;text-transform:uppercase}.activity-workbench .data-source-table .platform-data-cell:not(:last-child){border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.activity-workbench .data-source-table .platform-data-row:not(.platform-data-heading-row):hover{background:#ffffff09}.activity-log-table .platform-data-cell strong,.activity-log-table .platform-data-cell small{min-width:0;display:block;overflow-wrap:anywhere}.activity-log-table .platform-data-cell small{margin-top:2px;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.activity-log-table .platform-data-cell:nth-child(5){max-width:220px;color:var(--studio-foreground-muted, #a7b0ad);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-result-pill{width:max-content;border:1px solid rgba(62,207,142,.28);border-radius:999px;padding:3px 8px;display:inline-flex;align-items:center;background:#3ecf8e1a;color:var(--studio-brand, #3ecf8e);font-size:12px;font-weight:650}.activity-result-pill.failure{border-color:#ff636947;background:#ff63691a;color:var(--studio-danger, #ff6369)}.activity-workbench-footer{min-width:0;min-height:var(--platform-footer-height);border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:0 var(--platform-space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--platform-space-5);background:var(--studio-panel, #1f2426)}.activity-workbench-footer strong{min-width:0;color:var(--studio-foreground, #f8faf8);font-size:12px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.observability-console-page{height:calc(100dvh - 24px);min-height:0;grid-template-rows:auto auto minmax(0,1fr)}.observability-workspace{min-width:0;min-height:0;margin:12px;display:grid;grid-template-columns:240px minmax(0,1fr);gap:12px;overflow:hidden}.observability-report-shell{min-width:0;min-height:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:16px;display:grid;align-content:start;align-items:start;grid-auto-rows:max-content;gap:12px;background:var(--studio-panel, #1f2426);color:var(--studio-foreground, #f8faf8);overflow:auto}.observability-report-shell.is-events{border-color:var(--studio-border, rgba(255, 255, 255, .08));padding:0;grid-auto-rows:minmax(0,1fr);gap:0;background:#0d1213;color:var(--studio-foreground, #f8faf8);overflow:hidden}.observability-overview{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.24fr);grid-auto-rows:max-content;align-content:start;gap:12px;align-items:stretch}.observability-overview-metrics{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:8px}.observability-overview-metric,.observability-next-check{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;color:var(--studio-foreground, #f8faf8)}.observability-overview-metric{min-height:78px;border-top:3px solid rgba(62,207,142,.44);padding:12px 14px;display:grid;align-content:start;gap:5px;background:#101516}.observability-overview-metric.is-warning{border-top-color:#f7c94894}.observability-overview-metric.is-danger{border-top-color:#ff636994}.observability-overview-metric span,.observability-next-check span,.observability-next-check small,.observability-overview-metric small{min-width:0;color:var(--studio-foreground-muted, #a7b0ad);overflow-wrap:anywhere}.observability-overview-metric span,.observability-next-check span{font-size:11px;font-weight:800;text-transform:uppercase}.observability-arms-link{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 12px;margin:0 0 10px;background:#0f1a17;border:1px solid rgba(90,210,170,.28);border-radius:6px}.observability-arms-link-label{font-size:11px;font-weight:800;text-transform:uppercase;color:var(--studio-foreground-muted, #a7b0ad)}.observability-arms-trace-id{font-family:var(--studio-mono-font, ui-monospace, monospace);font-size:12px;color:#7ee2b8;overflow-wrap:anywhere}.observability-arms-link-empty{font-size:12px;color:var(--studio-foreground-muted, #a7b0ad)}.observability-overview-metric strong,.observability-next-check strong{min-width:0;color:var(--studio-foreground, #f8faf8);font-weight:650;overflow:hidden;text-overflow:ellipsis}.observability-overview-metric strong{font-size:16px;white-space:nowrap}.observability-overview-metric small{font-size:12px}.observability-trace-request-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:8px;background:#101516;margin-bottom:10px;flex-wrap:wrap}.observability-trace-request-title{display:flex;align-items:center;gap:10px}.observability-trace-request-id{font-size:13px;font-weight:700;color:var(--studio-foreground, #f8faf8)}.observability-trace-request-meta{display:flex;gap:14px;margin-top:5px;font-size:12px;color:var(--studio-foreground-muted, #a7b0ad);flex-wrap:wrap}.observability-trace-request-actions{display:flex;align-items:center}.observability-trace-waterfall{display:flex;flex-direction:column;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:8px;overflow:hidden;background:#101516}.observability-trace-waterfall-header,.observability-trace-waterfall-summary{display:grid;grid-template-columns:44px minmax(180px,220px) 1fr 90px 70px;gap:10px;align-items:center;padding:9px 14px}.observability-trace-waterfall-header{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--studio-foreground-muted, #a7b0ad);border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));background:#ffffff05}.observability-trace-waterfall-row{border-bottom:1px solid rgba(255,255,255,.05)}.observability-trace-waterfall-row:last-child{border-bottom:none}.observability-trace-waterfall-summary{cursor:pointer;list-style:none}.observability-trace-waterfall-summary::-webkit-details-marker{display:none}.observability-trace-waterfall-summary:hover{background:#ffffff08}.observability-trace-waterfall-row.is-slowest .observability-trace-waterfall-summary{background:#f7c9480d}.observability-trace-waterfall-row.is-error .observability-trace-waterfall-summary{background:#eb57570f}.observability-trace-waterfall-step{font-family:var(--studio-mono, ui-monospace, "SF Mono", monospace);font-size:11px;color:var(--studio-foreground-muted, #a7b0ad)}.observability-trace-waterfall-stage{display:flex;align-items:center;gap:8px;min-width:0}.observability-trace-waterfall-stage-name{font-size:12px;font-weight:650;color:var(--studio-foreground, #f8faf8);text-transform:capitalize}.observability-trace-waterfall-service{font-size:10px;color:var(--studio-foreground-muted, #a7b0ad);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.observability-trace-bar-swatch{width:9px;height:9px;border-radius:3px;flex-shrink:0}.observability-trace-swatch.is-gateway{background:#22d3ee}.observability-trace-swatch.is-function{background:#34d399}.observability-trace-swatch.is-runtime{background:#a78bfa}.observability-trace-swatch.is-kv{background:#fbbf24}.observability-trace-swatch.is-error{background:#fb7185}.observability-trace-waterfall-track{position:relative;height:20px;border-radius:4px;background:#ffffff0a;overflow:hidden;min-width:60px}.observability-trace-bar{display:flex;align-items:center;height:100%;border-radius:4px;font-family:var(--studio-mono, ui-monospace, "SF Mono", monospace);font-size:10px;font-weight:700;color:#04141ae6;padding:0 8px;white-space:nowrap;min-width:4px}.observability-trace-bar.is-gateway{background:#22d3ee}.observability-trace-bar.is-function{background:#34d399}.observability-trace-bar.is-runtime{background:#a78bfa}.observability-trace-bar.is-kv{background:#fbbf24}.observability-trace-bar.is-error{background:#fb7185}.observability-trace-waterfall-duration{font-family:var(--studio-mono, ui-monospace, "SF Mono", monospace);font-size:11px;color:var(--studio-foreground, #f8faf8);text-align:right;font-variant-numeric:tabular-nums}.observability-trace-waterfall-status{text-align:right}.observability-trace-waterfall-row .observability-trace-step-detail{margin:0 14px 12px 168px;padding-top:10px;border-top:1px dashed rgba(255,255,255,.07)}.observability-service-section{min-width:0;grid-column:1 / -1;display:grid;gap:8px}.observability-service-section h2{margin:2px 0 0;color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:650}.observability-service-grid{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.observability-service-tile{min-width:0;min-height:74px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;border-left:3px solid rgba(62,207,142,.44);padding:12px 14px;display:grid;align-content:start;gap:5px;background:#101516}.observability-service-tile.is-warning{border-left-color:#f7c94894}.observability-service-tile.is-danger{border-left-color:#ff636994}.observability-service-tile span{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:800;text-transform:uppercase}.observability-service-tile strong,.observability-service-tile small{min-width:0;overflow:hidden;text-overflow:ellipsis}.observability-service-tile strong{color:var(--studio-foreground, #f8faf8);font-size:14px;font-weight:650;white-space:nowrap}.observability-service-tile small{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;white-space:nowrap}.observability-next-check{min-height:74px;border-left:3px solid var(--studio-brand, #3ecf8e);padding:10px 12px;display:grid;align-content:start;gap:5px;background:#101516}.observability-next-check.is-warning{border-left-color:var(--studio-warning, #f7c948);background:#f7c94814}.observability-next-check strong{font-size:15px;overflow-wrap:anywhere}.observability-next-check small{font-size:12px}.observability-module-sidebar{min-width:0;min-height:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:12px;display:grid;align-content:start;gap:6px;background:#101516;overflow-y:auto;scrollbar-width:thin}.observability-module-link{min-width:0;min-height:34px;border:1px solid transparent;border-radius:5px;padding:0 10px;display:inline-flex;align-items:center;justify-content:flex-start;background:transparent;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;font-weight:750;white-space:nowrap}.observability-module-link:hover{border-color:var(--studio-border-strong, rgba(255, 255, 255, .18));background:#ffffff0e;color:var(--studio-foreground, #f8faf8)}.observability-module-link.active{border-color:#3ecf8e42;background:#3ecf8e1f;color:var(--studio-brand, #3ecf8e)}.observability-module-workbench{min-width:0;min-height:0;display:grid;gap:12px;align-items:stretch;overflow:hidden}.observability-module-workbench>*{min-width:0;min-height:0}.observability-module-workbench>.observability-workbench-panel{min-height:0}.observability-module-workbench.is-diagnostics,.observability-module-workbench.is-logs,.observability-module-workbench.is-trace,.observability-module-workbench.is-access{grid-template-columns:minmax(0,1fr)}.observability-module-workbench.is-runtime{grid-template-columns:minmax(280px,.42fr) minmax(0,1fr)}.observability-runtime-module-summary{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(140px,.42fr) minmax(0,1fr);gap:12px}.observability-runtime-module-summary>.observability-workbench-panel{min-height:0}.observability-module-workbench.is-events{min-height:0;height:100%;grid-template-columns:minmax(360px,.34fr) minmax(0,1fr);gap:0}.observability-health-strip{min-width:0;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(132px,1fr);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.observability-command-grid,.observability-table-grid{min-width:0;min-height:0;display:grid;gap:12px;align-items:stretch}.observability-command-grid{grid-template-columns:minmax(260px,1fr) minmax(200px,.48fr) minmax(270px,.72fr) minmax(260px,.78fr)}.observability-table-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.observability-workbench-panel{min-width:0;min-height:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#101516;color:var(--studio-foreground, #f8faf8)}.observability-module-workbench.is-events>.observability-workbench-panel{border-width:0;border-radius:0}.observability-module-workbench.is-events>.observability-log-query-panel{border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.observability-log-query-panel,.observability-runtime-panel{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.observability-trace-panel{display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden}.observability-trace-panel>.platform-panel-header{grid-template-columns:minmax(0,1fr);gap:10px;align-items:stretch}.observability-runtime-signals-panel,.observability-runtime-series-panel,.observability-table-panel{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.observability-structured-logs-panel{grid-template-rows:auto auto minmax(0,1fr)}.observability-structured-logs-panel>.platform-panel-header{grid-template-columns:minmax(180px,.35fr) minmax(0,1fr)}.platform-panel-header{min-width:0;min-height:48px;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:var(--platform-space-4) var(--platform-space-5);display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:var(--platform-space-5);align-items:center;background:var(--studio-panel, #1f2426)}.platform-panel-title{min-width:0;display:grid;gap:3px}.platform-panel-title{grid-template-columns:auto minmax(0,1fr);align-items:center}.platform-panel-title>svg{color:var(--studio-foreground-muted, #a7b0ad)}.platform-panel-title>span{min-width:0;display:grid;gap:3px}.platform-panel-title h2{margin:0;color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:650}.platform-panel-title small{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;overflow-wrap:anywhere}.observability-query-form{min-width:min(440px,100%)}.observability-query-form input{border-color:var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#101516;color:var(--studio-foreground, #f8faf8)}.observability-structured-log-filter-form{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(96px,1fr)) auto;gap:6px;align-items:center}.observability-structured-log-filter-form input,.observability-structured-log-filter-form select{width:100%;min-width:0;height:32px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:0 9px;background:#101516;color:var(--studio-foreground, #f8faf8);font-size:12px}.observability-structured-log-filter-form select{color:var(--studio-foreground-muted, #a7b0ad)}.observability-structured-log-filter-form .secondary-action{height:32px}.observability-request-log-filter-form{min-width:0;display:grid;grid-template-columns:minmax(180px,1.2fr) repeat(2,minmax(110px,.8fr)) repeat(2,minmax(150px,.9fr)) minmax(72px,.4fr) auto auto;gap:6px;align-items:center}.observability-request-trace-filter-form{width:100%;min-width:0;display:grid;grid-template-columns:minmax(220px,1.1fr) minmax(130px,.6fr) minmax(150px,.8fr) minmax(360px,1.4fr) minmax(72px,.32fr) auto;gap:6px;align-items:center}.observability-request-log-filter-form input,.observability-request-trace-filter-form input,.observability-request-trace-filter-form select{width:100%;min-width:0;height:32px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:0 9px;background:#101516;color:var(--studio-foreground, #f8faf8);font-size:12px}.observability-request-log-filter-form .secondary-action,.observability-request-trace-filter-form .secondary-action{height:32px}.time-range-picker{min-width:0;position:relative}.time-range-trigger{width:100%;min-width:0;height:32px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:0 9px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;background:#101516;color:var(--studio-foreground, #f8faf8);font-size:12px;text-align:left}.time-range-trigger:hover,.time-range-trigger[aria-expanded=true]{border-color:#7ad6b857;background:#111819}.time-range-trigger-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.time-range-popover{position:fixed;z-index:50;max-height:calc(100vh - 40px);border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#2d3034;box-shadow:0 18px 48px #0000006b;color:var(--studio-foreground, #f8faf8);overflow:auto}.time-range-calendar-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:18px}.time-range-calendar{min-width:0;display:grid;gap:12px}.time-range-calendar-header{display:grid;grid-template-columns:32px 32px minmax(0,1fr) 32px 32px;gap:6px;align-items:center}.time-range-calendar-header>strong{text-align:center;font-size:16px;font-weight:700;white-space:nowrap}.time-range-calendar-header>span{min-width:0}.time-range-calendar-header button,.time-range-day,.time-range-preset-grid button{border:0;border-radius:6px;background:transparent;color:var(--studio-foreground-muted, #a7b0ad)}.time-range-calendar-header button{width:32px;height:32px;display:inline-grid;place-items:center}.time-range-calendar-header button:hover,.time-range-day:hover,.time-range-preset-grid button:hover{background:#ffffff14;color:var(--studio-foreground, #f8faf8)}.time-range-weekdays,.time-range-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.time-range-weekdays{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:8px}.time-range-weekdays span{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;text-align:center}.time-range-day{height:34px;font-size:13px;font-variant-numeric:tabular-nums}.time-range-day.is-muted{opacity:.36}.time-range-day.is-in-range{background:#50a2ff29;color:var(--studio-foreground, #f8faf8)}.time-range-day.is-selected{background:#54a7ff;color:#071016;font-weight:700}.time-range-input-row{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:12px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:10px;align-items:center}.time-range-input-row>span{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.time-range-input-row label{min-width:0;height:34px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;color:var(--studio-foreground-muted, #a7b0ad)}.time-range-input-row input{width:100%;min-width:0;height:32px;border:1px solid transparent;border-radius:6px;padding:0 8px;background:#101516;color:var(--studio-foreground, #f8faf8);font-size:12px}.time-range-preset-grid{padding:12px 18px 6px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.time-range-preset-grid button{min-width:0;height:32px;padding:0 10px;background:#ffffff14;color:var(--studio-foreground, #f8faf8);font-size:12px;font-weight:650}.time-range-footer{padding:10px 18px 14px;display:flex;justify-content:space-between;gap:10px;align-items:center}.time-range-footer>span{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.observability-trace-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:12px;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));background:#101516}.observability-trace-sequence{min-width:0;margin:0;padding:12px;display:grid;gap:8px;list-style:none}.observability-trace-step-item{min-width:0}.observability-trace-step{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#141a1b;overflow:hidden}.observability-trace-step[open]{border-color:#7ad6b842;background:#121718}.observability-trace-step-summary{min-width:0;min-height:58px;padding:10px 12px;display:grid;grid-template-columns:44px minmax(0,1fr) minmax(82px,auto);gap:12px;align-items:center;cursor:pointer;list-style:none}.observability-trace-step-summary::-webkit-details-marker{display:none}.observability-trace-step[open] .observability-trace-step-summary{border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.observability-trace-step-index{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;font-variant-numeric:tabular-nums}.observability-trace-step-main,.observability-trace-step-title,.observability-trace-step-meta,.observability-trace-step-status{min-width:0}.observability-trace-step-main{display:grid;gap:6px}.observability-trace-step-title{display:flex;gap:8px;align-items:flex-start}.observability-trace-step-title .observability-request-log-message{min-width:0;flex:1;overflow-wrap:anywhere}.observability-trace-step-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.observability-trace-timezone{height:32px;display:inline-flex;align-items:center;white-space:nowrap;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:0 9px;background:#ffffff08;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.observability-trace-step-meta>*{min-width:0;overflow-wrap:anywhere}.observability-trace-step-status{display:grid;justify-items:end;gap:4px}.observability-trace-step-status small{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px}.observability-trace-step-detail{min-width:0;padding:12px;display:grid;grid-template-columns:minmax(260px,.75fr) minmax(320px,1fr);gap:12px;align-items:start}.observability-trace-detail-grid{min-width:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.observability-trace-detail-field{min-width:0;display:grid;gap:3px}.observability-trace-detail-field dt{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px}.observability-trace-detail-field dd{min-width:0;margin:0;color:var(--studio-foreground, #f8faf8);font-size:12px;overflow-wrap:anywhere}.observability-trace-detail-field.is-wide{grid-column:1 / -1}.observability-trace-detail-field.is-wide dd{max-height:220px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:8px;background:#0f1415;color:var(--studio-foreground-muted, #a7b0ad);line-height:1.55;white-space:pre-wrap;overflow:auto}.observability-trace-raw-event{min-width:0;max-height:420px;margin:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:10px;background:#0f1415;color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;overflow:auto}.observability-trace-empty{margin:12px}.observability-structured-log-warnings{min-width:0;margin:0;border-bottom:1px solid rgba(247,201,72,.18);padding:8px 12px;display:grid;gap:5px;background:#f7c94812;color:var(--studio-warning, #f7c948);list-style:none;font-size:12px}.observability-structured-log-warnings li{min-width:0;display:flex;gap:8px;align-items:baseline}.observability-structured-log-warnings strong,.observability-structured-log-warnings span{min-width:0;overflow-wrap:anywhere}.observability-table-scroll{width:100%;min-width:0;min-height:0;height:100%;border:0;overflow:auto}.observability-log-query-table .platform-data-row{grid-template-columns:minmax(220px,1.35fr) minmax(100px,.55fr) minmax(90px,.45fr) minmax(120px,.65fr) minmax(150px,.75fr)}.observability-access-table .platform-data-row{grid-template-columns:minmax(170px,1fr) minmax(82px,.4fr) minmax(160px,.9fr) minmax(88px,.4fr) minmax(110px,.5fr) minmax(96px,.45fr) minmax(0,1.1fr) minmax(150px,.75fr)}.observability-event-table .platform-data-row{grid-template-columns:minmax(220px,1.3fr) minmax(90px,.45fr) minmax(120px,.6fr) minmax(120px,.6fr) minmax(160px,.8fr) minmax(150px,.75fr)}.observability-event-table .platform-data-row{align-items:center}.observability-event-table .platform-data-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.observability-event-table .platform-data-cell>strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.observability-event-table .platform-data-cell>small{display:block;color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;line-height:1.35;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.observability-event-table .empty-state{padding:32px 16px;text-align:center;font-size:13px}.observability-diagnostics-table .platform-data-row{grid-template-columns:minmax(150px,.85fr) minmax(110px,.45fr) minmax(180px,1fr) minmax(220px,1.2fr) minmax(150px,.7fr)}.observability-structured-logs-table .platform-data-row{grid-template-columns:minmax(140px,.7fr) minmax(150px,.75fr) minmax(100px,.45fr) minmax(220px,1.1fr) minmax(220px,1fr) minmax(260px,1.25fr) minmax(160px,.75fr)}.observability-request-log-table .platform-data-row{grid-template-columns:minmax(160px,.8fr) minmax(130px,.65fr) minmax(150px,.7fr) minmax(80px,.35fr) minmax(220px,1fr) minmax(280px,1.25fr)}.observability-workspace .data-source-table .platform-data-cell{min-width:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:var(--platform-space-4) var(--platform-space-5);color:var(--studio-foreground, #f8faf8);font-size:13px;overflow-wrap:anywhere;word-break:break-word}.observability-table .platform-data-heading-row{position:sticky;top:0;z-index:3;background:#171d1e}.observability-workspace .data-source-table .platform-data-heading-row .platform-data-cell{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:800;text-transform:uppercase}.observability-workspace .data-source-table .platform-data-cell:not(:last-child){border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.observability-workspace .data-source-table .platform-data-row:not(.platform-data-heading-row):hover{background:#ffffff09}.observability-table .platform-data-cell strong,.observability-table .platform-data-cell small{min-width:0;display:block;overflow-wrap:anywhere}.observability-table .platform-data-cell small{margin-top:2px;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.observability-table .platform-data-cell:nth-child(5){max-width:220px;color:var(--studio-foreground-muted, #a7b0ad);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.observability-diagnostics-detail,.observability-diagnostics-endpoint,.observability-request-log-category,.observability-request-log-service,.observability-request-log-message,.observability-request-log-detail,.observability-structured-log-category,.observability-structured-log-source,.observability-structured-log-message,.observability-structured-log-scope,.observability-structured-log-payload{min-width:0;overflow-wrap:anywhere;word-break:break-word}.observability-diagnostics-endpoint,.observability-request-log-detail,.observability-structured-log-scope,.observability-structured-log-payload{color:var(--studio-foreground, #f8faf8);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.observability-request-log-detail{max-height:132px;margin:0;white-space:pre-wrap;overflow:auto;overflow-wrap:anywhere}.observability-structured-logs-table .platform-data-cell:nth-child(5),.observability-structured-logs-table .platform-data-cell:nth-child(6){max-width:none;overflow:visible;text-overflow:clip;white-space:normal}.observability-structured-log-source,.observability-structured-log-message{display:block}.observability-structured-log-source{color:var(--studio-foreground-muted, #a7b0ad)}.observability-structured-log-payload{max-height:132px;margin:0;overflow:auto;white-space:pre-wrap;scrollbar-width:thin}.observability-runtime-body{min-width:0;min-height:0;padding:12px;display:grid;align-content:start;gap:10px;overflow:auto}.observability-runtime-body>div{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:10px;display:grid;gap:5px;background:#171d1e}.observability-runtime-body span{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;font-weight:650}.observability-runtime-body strong{color:var(--studio-foreground, #f8faf8);font-size:18px;font-weight:650}.observability-runtime-signals-body{min-width:0;min-height:0;padding:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:8px;overflow:auto}.observability-runtime-signals-body>div{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:9px 10px;display:grid;gap:4px;background:#171d1e}.observability-runtime-signals-body span{min-width:0;color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.observability-runtime-signals-body strong{min-width:0;color:var(--studio-foreground, #f8faf8);font-size:15px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.observability-runtime-series-body{min-width:0;min-height:0;padding:12px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;overflow:auto}.observability-runtime-scope-form{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(140px,1fr)) auto;gap:8px;align-items:end}.observability-runtime-scope-form label{min-width:0;display:grid;gap:5px}.observability-runtime-scope-form span{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:700}.observability-runtime-scope-form input{min-width:0;height:32px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:0 10px;background:#0b1111;color:var(--studio-foreground, #f8faf8);font-size:12px}.observability-runtime-scope-form .secondary-action{height:32px}.observability-runtime-chart-grid{min-width:0;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.observability-runtime-chart-card{min-width:0;min-height:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:10px;display:grid;grid-template-rows:auto minmax(88px,1fr) auto;gap:8px;background:#171d1e}.observability-runtime-chart-card header,.observability-runtime-chart-card footer{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.observability-runtime-chart-card header span,.observability-runtime-chart-card footer span{min-width:0;color:var(--studio-foreground-muted, #a7b0ad);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.observability-runtime-chart-card header span{font-size:11px;font-weight:750;text-transform:uppercase}.observability-runtime-chart-card header strong{color:var(--studio-foreground, #f8faf8);font-size:18px;font-weight:650;white-space:nowrap}.observability-runtime-chart-card footer span{font-size:10px}.observability-runtime-chart-svg{width:100%;min-height:88px;display:block}.observability-runtime-chart-grid-line{fill:none;stroke:#ffffff12;stroke-width:1}.observability-runtime-chart-line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.observability-runtime-chart-line.is-requests{stroke:var(--studio-brand, #3ecf8e)}.observability-runtime-chart-line.is-errors{stroke:var(--studio-danger, #ff6369)}.observability-runtime-chart-line.is-latency{stroke:#8bc5ff}.observability-runtime-chart-empty{min-height:88px;border:1px dashed var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;place-items:center;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.observability-source-actions{min-width:0;display:flex;justify-content:flex-end;gap:6px;overflow-x:auto}.observability-workspace-footer{min-width:0;min-height:40px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:0 12px;display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:10px;align-items:center;background:var(--studio-panel, #1f2426);color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.observability-workspace-footer strong{color:var(--studio-foreground, #f8faf8);font-weight:650}.observability-workspace-footer span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.observability-level-pill{width:max-content;border:1px solid rgba(62,207,142,.28);border-radius:999px;padding:3px 8px;display:inline-flex;align-items:center;background:#3ecf8e1a;color:var(--studio-brand, #3ecf8e);font-size:12px;font-weight:650}.observability-level-pill.warn{border-color:#f7c94847;background:#f7c9481a;color:var(--studio-warning, #f7c948)}.observability-level-pill.error{border-color:#ff636947;background:#ff63691a;color:var(--studio-danger, #ff6369)}.identity-console-page{height:calc(100dvh - 24px);min-height:0;grid-template-rows:auto auto minmax(0,1fr)}.identity-workbench{min-width:0;min-height:0;margin:12px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:12px;overflow:hidden}.identity-summary-strip{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.identity-management-shell{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(232px,280px) minmax(0,1fr);gap:12px;align-items:stretch;overflow:hidden}.identity-workbench-panel{min-width:0;min-height:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#101516;color:var(--studio-foreground, #f8faf8)}.identity-team-menu,.identity-team-workspace{min-height:0;align-content:stretch}.identity-team-menu,.identity-team-workspace{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.identity-team-list{min-height:0;display:grid;align-content:start;overflow-y:auto;overflow-x:hidden}.identity-team-row{min-width:0;min-height:58px;border:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;background:transparent;color:var(--studio-foreground, #f8faf8);text-align:left}.identity-team-row:hover{background:#ffffff0b}.identity-team-row.selected{background:#3ecf8e1f;box-shadow:inset 2px 0 0 var(--studio-brand, #3ecf8e)}.identity-team-row span{min-width:0;display:grid;gap:3px}.identity-team-row strong,.identity-team-row small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity-team-row strong{font-size:13px;font-weight:650}.identity-team-row small{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.identity-team-row code{border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:999px;padding:3px 8px;background:#171d1e;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.identity-member-footer{min-width:0;padding:12px;background:var(--studio-panel, #1f2426)}.identity-create-fields{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.identity-team-actions{min-width:0;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.identity-team-actions .compact{justify-content:center}.identity-workbench input,.identity-workbench select{border-color:var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#101516;color:var(--studio-foreground, #f8faf8)}.identity-workbench select[multiple]{min-height:92px;padding:6px}.identity-team-workspace-body{min-width:0;min-height:0;padding:12px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:12px;overflow:hidden}.identity-team-settings{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;grid-template-rows:auto auto;background:#101516;overflow:hidden}.identity-team-settings .identity-create-fields{padding:12px}.identity-access-grid{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(320px,.92fr);gap:12px;overflow:hidden}.identity-access-column{min-width:0;min-height:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;grid-template-rows:auto minmax(0,1fr);background:#101516;overflow:hidden}.identity-access-column-body{min-width:0;min-height:0;padding:12px;display:grid;gap:12px;overflow:hidden}.identity-users-column-body{grid-template-rows:auto auto minmax(180px,1fr) minmax(160px,.82fr)}.identity-member-form{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;background:#101516}.identity-table-section{min-width:0;min-height:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;grid-template-rows:auto minmax(0,1fr);background:#101516;overflow:hidden}.identity-table-scroll{width:100%;min-width:0;min-height:0;height:100%;border:0;overflow:auto}.identity-app-assignment{min-width:0;min-height:0;padding:12px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;overflow:hidden}.identity-app-form{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.identity-app-list{min-width:0;min-height:0;display:grid;align-content:start;overflow:auto}.identity-app-row{min-width:0;min-height:42px;border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.identity-app-row span{min-width:0;display:grid;gap:2px}.identity-app-row strong,.identity-app-row small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity-app-row small{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.identity-member-table .platform-data-row{grid-template-columns:minmax(160px,1fr) minmax(80px,.45fr) minmax(34px,auto)}.identity-user-table .platform-data-row{grid-template-columns:minmax(220px,1.2fr) minmax(160px,.8fr) minmax(130px,.6fr) minmax(110px,.5fr)}.identity-workbench .data-source-table{min-width:0}.identity-workbench .data-source-table .platform-data-cell{border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:10px 12px;color:var(--studio-foreground, #f8faf8);font-size:13px}.identity-workbench .data-source-table .platform-data-heading-row{position:sticky;top:0;z-index:3;background:#171d1e}.identity-workbench .data-source-table .platform-data-heading-row .platform-data-cell{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:800;text-transform:uppercase}.identity-workbench .data-source-table .platform-data-cell:not(:last-child){border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.identity-workbench .data-source-table .platform-data-row:not(.platform-data-heading-row):hover{background:#ffffff09}.identity-workbench .data-source-table .platform-data-cell strong,.identity-workbench .data-source-table .platform-data-cell small{min-width:0;display:block;overflow-wrap:anywhere}.identity-workbench .data-source-table .platform-data-cell small{margin-top:2px;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.identity-member-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px}.identity-member-footer div{min-width:0;display:grid;gap:3px}.identity-member-footer strong{color:var(--studio-foreground, #f8faf8);font-size:13px}.identity-member-footer span{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;overflow-wrap:anywhere}.identity-workbench-toolbar{min-width:0;min-height:50px;border:1px solid rgba(122,150,143,.18);border-radius:9px;padding:6px 10px 6px 6px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#151b1a;box-shadow:inset 0 1px #ffffff06;overflow:hidden}.identity-view-switch.studio-subnav{position:relative;isolation:isolate;width:min(100%,306px);min-height:38px;border:1px solid rgba(122,150,143,.16);border-radius:8px;padding:3px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:#0f1414;overflow:hidden}.identity-view-switch.studio-subnav:before{position:absolute;z-index:0;top:3px;bottom:3px;left:3px;width:calc((100% - 6px)/2);border:1px solid rgba(100,214,164,.32);border-radius:6px;background:#25332f;box-shadow:0 1px 2px #00000047,inset 0 1px #ffffff09;content:"";pointer-events:none;transition:transform .18s cubic-bezier(.2,.8,.2,1)}.identity-view-switch:has(.subnav-item:nth-child(2).active):before{transform:translate(100%)}.identity-view-switch .subnav-item{position:relative;z-index:1;min-width:0;min-height:32px;border:0;border-radius:6px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:transparent;color:#8f9c98;font-size:12px;font-weight:650;white-space:nowrap;transition:color .15s ease,background-color .15s ease}.identity-view-switch .subnav-item:hover:not(.active){background:#ffffff09;color:#d6dfdc}.identity-view-switch .subnav-item.active{background:transparent;color:#f4fbf8}.identity-view-switch .subnav-item svg{color:#75817e;transition:color .15s ease,transform .18s ease}.identity-view-switch .subnav-item.active svg{color:#5bd69d;transform:translateY(-.5px)}.identity-view-switch .subnav-item:focus-visible,.identity-app-browser-row:focus-visible,.identity-access-path button:focus-visible{outline:2px solid var(--studio-brand, #3ecf8e);outline-offset:-2px}.identity-workbench-summary{color:#87938f;font-size:11.5px;font-variant-numeric:tabular-nums;white-space:nowrap}.identity-view-stage{min-width:0;min-height:0;display:grid;animation:identity-view-enter .18s cubic-bezier(.2,.8,.2,1)}.identity-view-stage>*{min-width:0;min-height:0}@keyframes identity-view-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.identity-view-switch.studio-subnav:before,.identity-view-switch .subnav-item,.identity-view-switch .subnav-item svg{transition:none}.identity-view-switch .subnav-item.active svg{transform:none}.identity-view-stage{animation:none}}.identity-app-shell{min-width:0;min-height:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;grid-template-columns:256px minmax(0,1fr);background:#101516;overflow:hidden}.identity-app-browser{min-width:0;min-height:0;border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08));display:grid;grid-template-rows:auto auto minmax(0,1fr);background:#121718;overflow:hidden}.identity-app-browser-head{min-width:0;padding:12px 12px 9px;display:grid;gap:3px}.identity-app-browser-head>div{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.identity-app-browser-head strong{color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:720}.identity-app-browser-head span{min-width:22px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:999px;padding:1px 7px;color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;text-align:center;font-variant-numeric:tabular-nums}.identity-app-browser-head small{color:var(--studio-foreground-muted, #a7b0ad);font-size:11.5px;line-height:1.45}.identity-app-search.studio-search-field{height:30px;margin:0 10px 9px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:5px;padding:0 9px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;background:#101516;color:var(--studio-foreground-lighter, #7f8a87);overflow:hidden}.identity-app-search.studio-search-field:focus-within{outline:2px solid var(--studio-brand, #3ecf8e);outline-offset:-2px}.identity-app-search.studio-search-field input{width:100%;min-width:0;height:100%;min-height:0;margin:0;border:0;padding:0;display:block;background:transparent;color:var(--studio-foreground, #f8faf8);font-size:12px;line-height:28px;outline:none}.identity-app-search.studio-search-field svg{display:block}.identity-app-search.studio-search-field input::placeholder{color:var(--studio-foreground-lighter, #7f8a87);line-height:inherit}.identity-app-browser-list{min-height:0;border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));display:grid;align-content:start;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.identity-app-browser-row{min-width:0;min-height:54px;border:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:8px 10px 8px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;background:transparent;color:var(--studio-foreground, #f8faf8);text-align:left}.identity-app-browser-row:hover{background:#ffffff09}.identity-app-browser-row.selected{background:#3ecf8e1a;color:var(--studio-brand, #3ecf8e);box-shadow:inset 1px 0 0 var(--studio-brand, #3ecf8e)}.identity-app-browser-row>span{min-width:0;display:grid;gap:3px}.identity-app-browser-row strong,.identity-app-browser-row small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity-app-browser-row strong{color:inherit;font-size:12.5px;font-weight:650}.identity-app-browser-row small{color:var(--studio-foreground-lighter, #7f8a87);font-size:11px}.identity-app-browser-row code{min-width:23px;border-radius:999px;padding:2px 7px;background:#ffffff0b;color:var(--studio-foreground-muted, #a7b0ad);font-size:10.5px;text-align:center;font-variant-numeric:tabular-nums}.identity-app-browser-row.selected code{background:#3ecf8e21;color:var(--studio-brand, #3ecf8e)}.identity-app-detail{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);background:#101516;overflow:hidden}.identity-app-detail-head{min-width:0;height:64px;min-height:64px;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--studio-panel, #1f2426)}.identity-app-title{min-width:0;display:flex;align-items:center;gap:10px}.identity-app-mark{width:32px;height:32px;border:1px solid rgba(62,207,142,.24);border-radius:6px;display:grid;place-items:center;flex:0 0 auto;background:#3ecf8e17;color:var(--studio-brand, #3ecf8e)}.identity-app-title>div{min-width:0;display:grid;gap:2px}.identity-app-title h2{min-width:0;color:var(--studio-foreground, #f8faf8);font-size:15px;font-weight:730;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity-app-title>div>span{color:var(--studio-foreground-muted, #a7b0ad);font-size:11.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity-app-detail-meta{display:grid;grid-auto-flow:column;align-items:baseline;gap:5px;color:var(--studio-foreground-muted, #a7b0ad);font-size:11.5px;white-space:nowrap}.identity-app-detail-meta strong{color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.identity-app-detail-meta i{width:1px;height:14px;margin:0 5px;background:var(--studio-border, rgba(255, 255, 255, .08))}.identity-app-detail-body{min-width:0;min-height:0;padding:14px 16px 18px;display:grid;align-content:start;gap:14px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.identity-access-explainer{min-width:0;display:flex;align-items:flex-start;gap:8px;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;line-height:1.5}.identity-access-explainer svg{margin-top:1px;flex:0 0 auto;color:var(--studio-brand, #3ecf8e)}.identity-access-explainer strong{color:var(--studio-foreground, #f8faf8);font-weight:650}.identity-access-grant{min-width:0;container-type:inline-size;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#121718;overflow:hidden}.identity-access-grant-copy{min-width:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:10px 12px;display:flex;align-items:flex-start;gap:8px;background:#ffffff05}.identity-access-grant-copy>svg{margin-top:1px;flex:0 0 auto;color:var(--studio-brand, #3ecf8e)}.identity-access-grant-copy>div{min-width:0;display:grid;gap:2px}.identity-access-grant-copy strong{color:var(--studio-foreground, #f8faf8);font-size:12.5px;font-weight:680}.identity-access-grant-copy small{color:var(--studio-foreground-muted, #a7b0ad);font-size:11.5px;line-height:1.4}.identity-access-grant-fields{min-width:0;max-width:1040px;padding:11px 12px 12px;display:grid;grid-template-columns:minmax(180px,1.5fr) minmax(140px,1fr) minmax(110px,.72fr) auto;gap:10px;align-items:end}.identity-access-grant-fields .platform-form-field{gap:5px}.identity-access-grant-fields .studio-select-input{width:100%;height:32px;min-height:32px;padding:0 9px;font-size:12px;line-height:1.2}.identity-grant-button{min-height:32px;height:32px;padding-inline:12px;font-size:12px;line-height:1.2;white-space:nowrap}.identity-grant-impact{min-width:0;border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:8px 12px;display:flex;align-items:flex-start;gap:8px;color:var(--studio-foreground-muted, #a7b0ad);font-size:11.5px;line-height:1.45}.identity-grant-impact svg{margin-top:1px;flex:0 0 auto}.identity-grant-impact strong{color:var(--studio-foreground, #f8faf8);font-weight:650}.identity-grant-impact.existing{background:#3ecf8e0b}.identity-grant-impact.existing svg{color:var(--studio-brand, #3ecf8e)}.identity-grant-impact.expands{border-top-color:#f59e0b33;background:#f59e0b11}.identity-grant-impact.expands svg{color:#f5b942}.identity-access-list{min-width:0;max-width:100%;display:grid;gap:9px;overflow-x:auto}.identity-access-list-head{min-width:0;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.identity-access-list-head>div:first-child{min-width:0;display:grid;gap:2px}.identity-access-list-head h3{color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:700}.identity-access-list-head p{color:var(--studio-foreground-muted, #a7b0ad);font-size:11.5px}.identity-granted-teams{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap;color:var(--studio-foreground-muted, #a7b0ad);font-size:11px}.identity-granted-teams code,.identity-granted-teams em{border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:999px;padding:2px 7px;background:#ffffff06;color:var(--studio-foreground-muted, #a7b0ad);font-family:inherit;font-size:10.5px;font-style:normal}.identity-app-access-table{min-width:620px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#101516;overflow:hidden}.identity-app-access-table .platform-data-row{grid-template-columns:minmax(220px,.85fr) minmax(280px,1.15fr) 90px}.identity-app-access-table .platform-data-row:not(:last-of-type){border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.identity-app-access-table .platform-data-heading-row{min-height:34px;background:#ffffff06}.identity-app-access-table .platform-data-heading-row .platform-data-cell{color:var(--studio-foreground-lighter, #7f8a87);font-size:10.5px;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.identity-app-access-table .platform-data-cell{min-width:0;padding:9px 11px;display:flex;align-items:center}.identity-account-cell{min-width:0;display:flex;align-items:center;gap:9px}.identity-account-avatar{width:30px;height:30px;border:1px solid rgba(62,207,142,.2);border-radius:6px;display:grid;place-items:center;flex:0 0 auto;background:#3ecf8e14;color:var(--studio-brand, #3ecf8e);font-size:10px;font-weight:750;letter-spacing:.02em}.identity-account-cell>span:last-child{min-width:0;display:grid;gap:2px}.identity-account-cell strong,.identity-account-cell small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity-account-cell strong{color:var(--studio-foreground, #f8faf8);font-size:12px;font-weight:650}.identity-account-cell small{color:var(--studio-foreground-muted, #a7b0ad);font-size:10.8px}.identity-access-paths{min-width:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.identity-access-path{min-width:0;max-width:230px;min-height:36px;border:1px solid rgba(62,207,142,.18);border-radius:6px;padding:3px 3px 3px 8px;display:inline-grid;grid-template-columns:minmax(0,auto) 30px;align-items:center;gap:5px;background:#3ecf8e0e}.identity-access-path>span{min-width:0;display:flex;align-items:baseline;gap:5px}.identity-access-path strong,.identity-access-path small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity-access-path strong{color:var(--studio-foreground, #f8faf8);font-size:10.8px;font-weight:620}.identity-access-path small{color:var(--studio-brand, #3ecf8e);font-size:10px;text-transform:capitalize}.identity-access-path button{width:30px;height:30px;border:0;border-radius:4px;display:grid;place-items:center;background:transparent;color:var(--studio-foreground-muted, #a7b0ad)}.identity-access-path button:hover{background:#ff63691f;color:var(--studio-danger, #ff6369)}.identity-empty-state{min-width:0;padding:20px 14px;display:grid;justify-items:center;gap:5px;color:var(--studio-foreground-lighter, #7f8a87);font-size:11.5px;text-align:center}.identity-empty-detail{place-self:center}.identity-empty-detail strong{color:var(--studio-foreground, #f8faf8);font-size:13px}@container (max-width: 760px){.identity-access-grant-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.identity-grant-button{justify-self:start}}@container (max-width: 520px){.identity-access-grant-fields{grid-template-columns:minmax(0,1fr)}}@media(max-width:1080px){.identity-app-shell{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:760px){.identity-workbench{overflow-y:auto}.identity-workbench-toolbar{align-items:flex-start;flex-direction:column;gap:0;padding:0 4px 7px}.identity-workbench-summary{padding-left:8px}.identity-app-shell{min-height:auto;display:block;overflow:visible}.identity-app-browser{max-height:260px;border-right:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.identity-app-detail{overflow:visible}.identity-app-detail-head{height:auto;align-items:flex-start;flex-direction:column}.identity-app-detail-body{overflow:visible}.identity-access-list-head{align-items:flex-start;flex-direction:column}.identity-granted-teams{justify-content:flex-start}.identity-access-list{overflow-x:auto}.identity-access-path{min-height:48px;grid-template-columns:minmax(0,auto) 44px}.identity-access-path button{width:44px;height:44px}}.platform-form-field{min-width:0;margin:0;display:grid;gap:8px}.platform-form-field>span{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;font-weight:600}.platform-form-field>small{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;line-height:1.4;overflow-wrap:anywhere}.platform-studio-field{min-width:0}.platform-function-workbench-panel input,.platform-function-workbench-panel select{border-color:var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#101516;color:var(--studio-foreground, #f8faf8)}.platform-console-page .filter-pill{border-color:var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#171d1e;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;font-weight:650}.platform-console-page .filter-pill.active{background:#3ecf8e24;color:var(--studio-brand, #3ecf8e)}.platform-functions-workspace{min-width:0;height:calc(100dvh - 154px);padding:12px;display:grid;gap:12px;align-items:stretch;grid-template-columns:minmax(0,1fr)}.platform-functions-studio-workspace{min-height:0}.platform-function-list-panel,.platform-function-rail,.platform-function-workbench,.platform-shared-resource-panel{min-height:0;height:100%}.platform-function-list-panel{display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden}.platform-function-rail{display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.platform-function-workbench{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden}.platform-shared-resource-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.platform-shared-resource-table{min-width:0;overflow:auto;border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.platform-shared-resource-row{min-width:680px;min-height:46px;padding:8px 12px;display:grid;grid-template-columns:minmax(180px,.8fr) minmax(220px,1fr) minmax(160px,.8fr) minmax(150px,auto);gap:12px;align-items:center;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.platform-shared-resource-row.is-head{min-height:36px;background:#ffffff06;color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:760;text-transform:uppercase}.platform-shared-resource-row>*{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-shared-resource-actions{display:flex;justify-content:flex-end;gap:8px}.platform-shared-resource-detail{min-width:0;padding:14px 16px 16px;border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));background:#ffffff05}.platform-shared-resource-definition{margin-top:10px}.platform-shared-resource-empty{min-width:0;padding:28px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--studio-foreground-muted, #a7b0ad);text-align:center}.platform-shared-resource-empty svg{color:var(--studio-brand, #3ecf8e)}.platform-shared-resource-empty p{margin:0;font-size:13px}.platform-function-tabs,.platform-function-body,.platform-function-list-table,.platform-function-create-inline,.platform-function-create-footer,.platform-function-workbench-actions,.platform-function-workbench-footer,.platform-function-menu{min-width:0}.platform-function-create-inline{border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:12px;display:grid;gap:12px;background:#ffffff05}.platform-function-create-fields{min-width:0;display:grid;grid-template-columns:minmax(180px,280px) minmax(240px,1fr);gap:12px}.platform-function-list-table{overflow:auto;border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.platform-function-list-row{min-width:760px;min-height:46px;padding:8px 12px;display:grid;grid-template-columns:minmax(220px,1.4fr) 120px minmax(240px,1fr) minmax(148px,auto);gap:12px;align-items:center;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.platform-function-list-row.is-head{min-height:36px;background:#ffffff06;color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:760;text-transform:uppercase}.platform-function-list-row.is-selected{box-shadow:inset 2px 0 0 var(--studio-brand, #3ecf8e);background:#3ecf8e13}.platform-function-list-row>span,.platform-function-list-primary strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-function-list-actions{display:flex;justify-content:flex-end;gap:6px}.platform-function-workbench-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.platform-section-title h2{margin:0;color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:650}.platform-section-title small{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.platform-function-create-footer,.platform-function-workbench-footer{border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:12px;background:var(--studio-panel, #1f2426)}.platform-function-create-footer{display:grid;gap:10px}.platform-function-create-footer>div{min-width:0;display:grid;gap:3px}.platform-function-create-footer strong,.platform-function-workbench-footer strong{color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:650}.platform-function-create-footer span,.platform-function-workbench-footer span{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;line-height:1.4;overflow-wrap:anywhere}.platform-function-menu{min-height:0;padding:8px;display:grid;align-content:start;gap:4px;overflow-y:auto;overflow-x:hidden}.platform-function-menu-item{min-width:0;width:100%;border:0;border-radius:6px;padding:8px;display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:center;background:transparent;color:var(--studio-foreground, #f8faf8);text-align:left;cursor:pointer}.platform-function-menu-item:hover,.platform-function-menu-item.selected{background:#ffffff0b}.platform-function-menu-item.selected{box-shadow:inset 3px 0 0 var(--studio-brand, #3ecf8e)}.platform-function-menu-item svg{color:var(--studio-brand, #3ecf8e)}.platform-function-menu-item span,.platform-function-menu-item strong,.platform-function-menu-item small{min-width:0}.platform-function-menu-item strong,.platform-function-menu-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-function-menu-item small{margin-top:2px;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.platform-function-tabs{border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:8px;display:flex;gap:4px;background:#171d1e;overflow-x:auto}.platform-function-tab{min-height:32px;border:0;border-radius:6px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;background:transparent;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;font-weight:650;white-space:nowrap;cursor:pointer}.platform-function-tab:hover,.platform-function-tab.active{background:#ffffff0e;color:var(--studio-foreground, #f8faf8)}.platform-function-body{min-height:0;padding:12px;overflow-y:auto;overflow-x:hidden}.platform-function-pane{min-width:0;display:grid;align-content:start;gap:12px}.platform-function-invoke-grid{min-width:0;display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,.8fr) minmax(180px,.8fr);gap:12px;align-items:end}.platform-function-invoke-drawer{position:fixed;top:0;right:0;bottom:0;z-index:35;width:min(540px,calc(100vw - 64px));min-width:min(360px,calc(100vw - 64px));max-width:540px;height:100dvh;max-height:100dvh;border-left:1px solid var(--studio-border, rgba(255, 255, 255, .08));background:var(--studio-sidebar, #101516);box-shadow:-12px 0 28px #00000057,-1px 0 0 var(--studio-border, rgba(255, 255, 255, .08))}.platform-function-invoke-drawer-body{grid-template-rows:auto minmax(190px,auto) minmax(140px,.7fr);align-content:stretch;overflow-y:auto}.platform-function-invoke-drawer .platform-function-invoke-grid{grid-template-columns:1fr;align-items:stretch}.platform-section-header{min-height:32px;min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;color:var(--studio-foreground, #f8faf8)}.platform-section-title{min-width:0;display:grid;gap:3px}.platform-section-header>svg{color:var(--studio-brand, #3ecf8e)}.platform-function-source-editor{min-height:min(560px,calc(100dvh - 390px))}.platform-function-source-editor .function-code-editor-surface{min-height:min(520px,calc(100dvh - 430px))}.platform-function-source-editor .cm-editor{font-size:13px;line-height:1.65}.platform-function-invoke-editor,.platform-function-invoke-editor .function-code-editor-surface,.platform-function-invoke-editor .function-code-editor-surface .cm-editor{min-height:220px}.platform-function-invoke-actions{min-width:0;display:flex;justify-content:flex-end}.platform-function-invoke-code{min-width:0;max-height:min(320px,34dvh);overflow:auto}.platform-function-workbench-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.platform-function-workbench-footer>div{min-width:0;display:grid;gap:3px}.platform-function-artifacts{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#101516}.platform-function-artifacts .platform-data-row{grid-template-columns:minmax(92px,.55fr) minmax(160px,1fr) minmax(0,1fr)}.platform-function-artifacts .platform-data-cell{min-height:42px;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:8px 10px;display:flex;align-items:center;overflow:hidden}.platform-function-artifacts .platform-data-cell:not(:last-child){border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.platform-function-artifacts .platform-data-heading-row .platform-data-cell{min-height:36px;background:#171d1e;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;font-weight:650}.platform-function-artifacts .platform-data-row:last-of-type .platform-data-cell{border-bottom:0}.platform-function-artifacts strong,.platform-function-artifacts span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-function-artifacts span{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.platform-function-artifacts code{width:fit-content;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:999px;padding:4px 8px;background:#ffffff0a;color:var(--studio-foreground-muted, #a7b0ad)}@media(max-width:760px){.platform-console-header{align-items:flex-start;flex-wrap:wrap}.platform-console-actions{min-width:0;width:100%;justify-content:flex-start;flex-wrap:wrap}.platform-console-actions .compact{flex:1 1 132px}.platform-console-status{grid-template-columns:18px minmax(0,1fr);padding-block:10px;align-items:start}.platform-console-status span{grid-column:2}}.span-7{grid-column:span 7}.span-5{grid-column:span 5}.span-4{grid-column:span 4}.span-6{grid-column:span 6}.login-page{min-height:100dvh;display:grid;grid-template-columns:56px minmax(0,1fr);background:var(--studio-bg, #111718);color:var(--studio-foreground, #f8faf8)}.login-brand-rail{min-width:0;border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:8px;display:flex;flex-direction:column;align-items:center;gap:10px;background:var(--studio-sidebar, #171d1e);color:var(--studio-foreground, #f8faf8)}.login-brand-mark{width:36px;height:36px;border-radius:6px;display:grid;place-items:center;background:var(--studio-brand, #3ecf8e);color:#0b1110;font-size:12px;font-weight:800}.login-brand-copy{min-width:0;display:none;gap:2px}.login-brand-copy strong{color:var(--studio-foreground, #f8faf8);font-size:13px}.login-brand-copy small{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px}.login-form-stage{min-width:0;min-height:100dvh;padding:24px;display:grid;place-items:center;background:var(--studio-bg, #111718)}.login-form-shell{width:min(100%,390px);border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:8px;padding:22px;display:grid;gap:14px;background:var(--studio-panel, #1f2426);color:var(--studio-foreground, #f8faf8);box-shadow:0 24px 64px #00000057}.login-form-header{min-width:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding-bottom:16px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center}.login-form-header h1{margin:0;color:var(--studio-foreground, #f8faf8);font-size:18px;font-weight:650}.login-auth-icon{width:34px;height:34px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;place-items:center;background:#101516;color:var(--studio-brand, #3ecf8e)}label{display:grid;gap:10px}label{margin-bottom:14px}input,select,textarea{width:100%;min-height:42px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:9px 11px;background:#101516;color:var(--studio-foreground, #f8faf8)}input[type=checkbox],input[type=radio]{width:auto;min-height:auto;padding:0;background:transparent;accent-color:var(--studio-brand, #3ecf8e)}textarea{min-height:118px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.5}.primary-action,.secondary-action{min-height:var(--platform-control-height);border:0;border-radius:var(--platform-radius);padding:0 var(--platform-space-5);display:inline-flex;align-items:center;justify-content:center;gap:var(--platform-space-2);font-weight:720}.primary-action{background:var(--studio-brand, #3ecf8e);color:#0b1110}.primary-action.compact{min-width:96px;min-height:var(--platform-control-height-compact)}.secondary-action.compact{min-width:88px;min-height:var(--platform-control-height-compact)}.danger-action.compact{min-height:var(--platform-control-height-compact)}.function-resource-overview{min-height:0;display:grid;gap:var(--platform-space-6);padding:var(--platform-space-6);overflow:auto}.function-resource-list-panel{min-width:0}.function-resource-list-panel .studio-section-panel-body{padding:0}.function-resource-list-table{width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable;border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.function-resource-list-row{min-width:0;display:grid;align-items:center;gap:var(--platform-space-4);min-height:48px;padding:8px 14px;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));color:var(--studio-foreground, #f8faf8)}.function-list-table .function-resource-list-row{min-width:1070px;grid-template-columns:minmax(170px,.9fr) minmax(180px,1fr) minmax(104px,118px) minmax(76px,90px) minmax(72px,84px) minmax(72px,84px) minmax(72px,84px) minmax(226px,auto)}.kv-namespace-list-table .function-resource-list-row{grid-template-columns:minmax(180px,1.4fr) 120px minmax(150px,1fr) 80px minmax(320px,auto)}.function-resource-list-row.is-head{min-height:36px;background:#ffffff06;color:var(--studio-muted, rgba(248, 250, 248, .58));font-size:11px;font-weight:760;letter-spacing:0;text-transform:uppercase}.function-resource-list-row.is-selected{box-shadow:inset 2px 0 0 var(--studio-brand, #3ecf8e);background:#3ecf8e13}.function-resource-list-row>span:not(.function-resource-actions-cell),.function-resource-primary-cell strong,.function-resource-primary-cell small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-resource-primary-cell{display:grid;gap:3px}.function-resource-primary-cell strong{font-size:14px;font-weight:760}.function-resource-primary-cell small{color:var(--studio-muted, rgba(248, 250, 248, .58));font-size:12px}.function-resource-actions-cell{display:flex;justify-content:flex-end;gap:var(--platform-space-2);min-width:0;overflow:visible}.function-resource-actions-cell .compact{min-width:0;padding:0 10px}.function-resource-list-empty{min-height:180px}.secondary-action{border:1px solid var(--studio-border, rgba(255, 255, 255, .08));background:#171d1e;color:var(--studio-foreground, #f8faf8)}.primary-action:disabled,.secondary-action:disabled{opacity:.55;cursor:not-allowed}.error{margin:10px 0;color:#ff858b;font-weight:700}.success{margin:10px 0;color:var(--studio-brand, #3ecf8e);font-weight:700}.light-command{border:1px solid var(--studio-border, rgba(255, 255, 255, .08));background:#171d1e;color:var(--studio-foreground, #f8faf8)}.platform-studio-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;padding:28px;display:grid;place-items:start center;overflow-y:auto;background:#03070794;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.platform-studio-dialog{width:min(960px,100%);max-height:calc(100dvh - 56px);border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:8px;display:grid;grid-template-rows:auto minmax(0,1fr);background:#101516;color:var(--studio-foreground, #f8faf8);box-shadow:0 28px 70px #00000061;overflow:hidden}.platform-studio-dialog-header{min-height:56px;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:10px 12px 10px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--studio-panel, #1f2426)}.platform-studio-dialog-title{min-width:0;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px}.platform-studio-dialog-title svg{color:var(--studio-brand, #3ecf8e)}.platform-studio-dialog-title h2,.platform-studio-dialog-title span{min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-studio-dialog-title h2{color:var(--studio-foreground, #f8faf8);font-size:14px;font-weight:650}.platform-studio-dialog-title span{margin-top:3px;display:block;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.platform-studio-dialog-header .light-command{border:1px solid var(--studio-border, rgba(255, 255, 255, .08));background:#171d1e;color:var(--studio-foreground, #f8faf8)}.platform-studio-dialog-form{min-height:0;padding:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:0}.platform-studio-dialog-body{min-height:0;padding:18px;overflow-y:auto;overflow-x:hidden}.platform-studio-dialog-footer{border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));margin:0;padding:12px 18px;display:flex;justify-content:flex-end;background:var(--studio-panel, #1f2426)}.platform-studio-dialog-actions{min-width:0;display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.platform-studio-dialog-actions .primary-action,.platform-studio-dialog-actions .secondary-action{min-width:132px}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:18;display:flex;justify-content:flex-end;background:#03070794;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.detail-drawer{width:min(640px,100%);height:100dvh;overflow:hidden;background:#101516;border-left:1px solid var(--studio-border, rgba(255, 255, 255, .08));box-shadow:-24px 0 70px #00000061}.platform-studio-dialog-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px}.platform-studio-dialog-section{min-width:0;grid-column:span 12;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:14px;display:grid;align-content:start;gap:12px;background:#171d1e}.platform-studio-dialog-section-header{min-height:24px;display:flex;align-items:center;justify-content:space-between;gap:10px}.platform-studio-dialog-section-header>span{min-width:0;display:grid;gap:3px}.platform-studio-dialog-section-header strong{color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:650}.platform-studio-dialog-section-header small{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.platform-studio-dialog-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.platform-studio-dialog-fields-three{grid-template-columns:minmax(220px,1.4fr) minmax(170px,1fr) minmax(140px,.8fr)}.platform-studio-dialog-fields-credentials{grid-template-columns:minmax(180px,.8fr) minmax(0,1fr) minmax(0,1fr)}.data-source-credentials-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.app-domain-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:36px;padding:0 10px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#101516}.app-domain-row code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-domain-row-primary{border-style:dashed}.app-domain-add{display:flex;gap:8px;align-items:center}.app-domain-add input{flex:1;min-width:0;min-height:36px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:0 10px;background:#101516;color:var(--studio-foreground, #f8faf8)}.data-source-credential-scheme-field{grid-column:1 / -1}.platform-studio-dialog-field{min-width:0}.platform-studio-dialog-field-full{grid-column:1 / -1}.platform-studio-dialog-field-wide{min-width:0}.platform-studio-dialog-field input,.platform-studio-dialog-field select,.platform-studio-dialog-field textarea{width:100%;min-height:36px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:0 10px;background:#101516;color:var(--studio-foreground, #f8faf8);font:inherit}.platform-studio-dialog-field textarea{min-height:96px;padding-block:8px;resize:vertical}.platform-definition-table{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;background:#171d1e;overflow:hidden}.platform-definition-row{min-width:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));display:grid;grid-template-columns:minmax(112px,.42fr) minmax(0,1fr);background:#171d1e}.platform-definition-row:last-child{border-bottom:0}.platform-definition-row>*{min-width:0;padding:10px 12px;overflow-wrap:anywhere}.platform-definition-row span{border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08));color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.platform-definition-row strong{color:var(--studio-foreground, #f8faf8);font-size:13px;font-weight:750}.platform-data-table{min-width:0;display:grid;overflow:hidden}.platform-data-row{min-width:0;display:grid}.platform-data-heading-row{color:var(--studio-foreground-muted, #a7b0ad)}.platform-data-cell{min-width:0;overflow-wrap:anywhere}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:end}.icon-mini-action{width:var(--platform-control-height);min-width:var(--platform-control-height);height:var(--platform-control-height);min-height:var(--platform-control-height);border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:var(--platform-radius);display:grid;place-items:center;background:#ffffff0b;color:var(--studio-foreground, #f8faf8)}.icon-mini-action:disabled{opacity:.45;cursor:not-allowed}.table-scroll{width:100%;overflow-x:auto}.platform-inventory-shell{min-width:0;height:calc(100dvh - 154px);margin:12px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#101516;color:var(--studio-foreground, #f8faf8);overflow:hidden}.platform-inventory-footer{min-width:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--studio-panel, #1f2426)}.platform-inventory-shell>.platform-panel-header{min-height:52px}.platform-inventory-footer{min-height:var(--platform-footer-height);border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-bottom:0}.platform-inventory-footer-status{min-width:0;display:grid;gap:2px}.platform-inventory-header-context,.platform-inventory-footer-status span{min-width:0;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-inventory-header-context{max-width:min(46vw,420px)}.platform-inventory-footer-status strong{min-width:0;color:var(--studio-foreground, #f8faf8);font-size:12px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-inventory-body{min-width:0;min-height:0;overflow:hidden}.platform-inventory-scroll{width:100%;height:100%;overflow:auto}.platform-inventory-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:8px}.data-source-table{width:100%;min-width:1320px;border-collapse:collapse;table-layout:fixed}.platform-inventory-shell .data-source-table .platform-data-row{grid-template-columns:minmax(170px,.75fr) minmax(240px,1.4fr) minmax(130px,.7fr) minmax(120px,.65fr) minmax(150px,.8fr) 132px 170px 178px}.platform-inventory-shell .app-inventory-table .platform-data-row{grid-template-columns:minmax(96px,.38fr) minmax(220px,1.1fr) minmax(210px,1fr) minmax(180px,.85fr) minmax(190px,.9fr) minmax(120px,.55fr) minmax(160px,.75fr)}.platform-inventory-shell .data-source-table .platform-data-cell{border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:var(--platform-space-4) var(--platform-space-5);color:var(--studio-foreground, #f8faf8);font-size:13px}.platform-inventory-shell .data-source-table .platform-data-heading-row{position:sticky;top:0;z-index:3;background:#171d1e}.platform-inventory-shell .data-source-table .platform-data-heading-row .platform-data-cell{color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:800;text-transform:uppercase}.platform-inventory-shell .data-source-table .platform-data-cell:not(:last-child){border-right:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.platform-inventory-shell .data-source-table .platform-data-cell:first-child{position:sticky;left:0;z-index:2;background:#101516}.platform-inventory-shell .data-source-table .platform-data-heading-row .platform-data-cell:first-child{z-index:4;background:#171d1e}.platform-inventory-shell .data-source-table .platform-data-row:not(.platform-data-heading-row):hover,.platform-inventory-shell .data-source-table .platform-data-row.selected{background:#ffffff09}.platform-inventory-shell .data-source-table .platform-data-row:not(.platform-data-heading-row):hover .platform-data-cell:first-child,.platform-inventory-shell .data-source-table .platform-data-row.selected .platform-data-cell:first-child{background:#171d1e}.platform-inventory-shell .data-source-table .platform-data-row.selected{box-shadow:inset 3px 0 0 var(--studio-brand, #3ecf8e)}.app-inventory-table .platform-data-cell strong,.app-inventory-table .platform-data-cell small{min-width:0;display:block;overflow-wrap:anywhere}.app-inventory-table .platform-data-cell small{margin-top:2px;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px}.table-primary-cell{width:100%;border:0;padding:0;display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:center;background:transparent;color:var(--studio-foreground, #f8faf8);text-align:left}.platform-inventory-shell .table-primary-cell{color:var(--studio-foreground, #f8faf8)}.platform-inventory-shell .table-primary-cell svg{color:var(--studio-brand, #3ecf8e)}.table-primary-cell span{min-width:0;display:grid;gap:3px}.table-primary-cell strong,.table-primary-cell small{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.table-primary-cell small,.platform-inventory-shell .table-primary-cell small,.platform-inventory-shell .app-inventory-table .platform-data-cell small{color:var(--studio-foreground-muted, #a7b0ad)}.table-id-cell{display:block;max-width:100%;overflow:hidden;color:var(--studio-foreground-muted, #a7b0ad);font-family:var(--studio-font-mono, "SFMono-Regular", Consolas, "Liberation Mono", monospace);font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.table-action{min-height:var(--platform-control-height-compact);padding:0 var(--platform-space-4);font-size:12px;white-space:nowrap}.table-actions{display:flex;align-items:center;gap:8px}.status-pill{border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:999px;padding:4px 8px;background:#ffffff0a;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;max-width:150px;overflow:hidden;text-overflow:ellipsis}.empty-state{color:var(--studio-foreground-muted, #a7b0ad)}.app-inspector-actions,.data-source-inspector-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.status-pill.active{border-color:#3ecf8e47;background:#3ecf8e1a;color:var(--studio-brand, #3ecf8e)}.status-pill.checking_failed{border-color:#ff636947;background:#ff63691a;color:var(--studio-danger, #ff6369)}.data-source-definition-table{margin:0}.data-source-definition-table .platform-definition-row{grid-template-columns:minmax(130px,180px) minmax(0,1fr)}.data-source-inspector-section{display:grid;gap:10px;margin-top:20px;padding-top:16px;border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.section-kicker,.inline-status{display:flex;align-items:center}.section-kicker{gap:7px;color:var(--studio-foreground-muted, #a7b0ad)}.section-kicker h3{margin:0;font-size:14px}.inline-status{width:fit-content;gap:5px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:999px;padding:4px 8px;background:#ffffff0b;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;font-weight:800}.inline-status.passed,.inline-status.active{border-color:#3ecf8e47;background:#3ecf8e1a;color:var(--studio-brand, #3ecf8e)}.inline-status.failed,.inline-status.checking_failed{border-color:#ff636947;background:#ff63691a;color:var(--studio-danger, #ff6369)}.danger-zone{border-top-color:#ff63693d}.data-source-inspector-danger{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid rgba(255,99,105,.26);border-radius:6px;background:#ff63690e}.data-source-inspector-danger div{display:grid;gap:4px;min-width:0}.data-source-inspector-danger span{color:var(--studio-foreground-muted, #a7b0ad);overflow-wrap:anywhere}.data-source-bound-app-table,.data-source-schema-table,.data-source-check-result-table{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;display:grid;background:#101516;overflow:hidden}.data-source-bound-app-row,.data-source-schema-row,.data-source-check-result-row{min-width:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));display:grid;gap:8px 10px;padding:10px 12px;align-items:center;background:#171d1e}.data-source-bound-app-row{grid-template-columns:minmax(0,1fr) minmax(96px,auto)}.data-source-schema-row{grid-template-columns:minmax(108px,.65fr) minmax(64px,80px) minmax(0,1fr)}.data-source-check-result-row{grid-template-columns:minmax(120px,.75fr) minmax(96px,auto) minmax(0,1fr);align-items:start}.data-source-bound-app-row:last-child,.data-source-schema-row:last-child,.data-source-check-result-row:last-child{border-bottom:0}.data-source-bound-app-row.is-heading,.data-source-schema-row.is-heading,.data-source-check-result-row.is-heading{min-height:32px;padding-block:8px;background:#101516;color:var(--studio-foreground-muted, #a7b0ad);font-size:11px;font-weight:800;text-transform:uppercase}.data-source-bound-app-row>*,.data-source-schema-row>*,.data-source-check-result-row>*{min-width:0;overflow-wrap:anywhere}.data-source-bound-app-row .platform-data-cell:first-child{display:grid;gap:3px}.data-source-bound-app-row small{color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;overflow:hidden;text-overflow:ellipsis}.data-source-schema-row code{color:var(--studio-foreground-muted, #a7b0ad);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:12px}.data-source-check-message{color:var(--studio-foreground-muted, #a7b0ad);font-size:13px}.detail-drawer .platform-inspector-panel{height:100%;min-height:100%;border:0;border-radius:0;padding:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch;background:#101516;box-shadow:none;overflow:hidden}.platform-inspector-header{min-width:0;min-height:56px;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--studio-panel, #1f2426)}.platform-inspector-body{min-width:0;min-height:0;padding:18px;overflow-y:auto;overflow-x:hidden}.platform-inspector-footer{min-width:0;border-top:1px solid var(--studio-border, rgba(255, 255, 255, .08));padding:12px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;background:var(--studio-panel, #1f2426)}.platform-inspector-footer>div:first-child{min-width:0;display:grid;gap:2px}.data-source-inspector-footer-actions{min-width:fit-content;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.platform-inspector-header h2{margin:0;color:var(--studio-foreground, #f8faf8);font-size:14px;font-weight:650}.platform-inspector-header span,.data-source-inspector-footer span,.data-source-inspector-panel .section-kicker,.data-source-inspector-panel .data-source-bound-app-row small,.data-source-inspector-panel .data-source-inspector-danger span,.data-source-inspector-panel .data-source-check-message,.data-source-inspector-panel .empty-state{color:var(--studio-foreground-muted, #a7b0ad)}.data-source-inspector-footer strong,.data-source-inspector-panel .section-kicker h3,.data-source-inspector-panel .data-source-bound-app-row strong,.data-source-inspector-panel .data-source-inspector-danger strong,.data-source-inspector-panel .data-source-schema-row strong,.data-source-inspector-panel .data-source-check-result-row strong{color:var(--studio-foreground, #f8faf8)}.data-source-inspector-panel a{color:var(--studio-brand, #3ecf8e)}.data-source-inspector-panel .light-command{border:1px solid var(--studio-border, rgba(255, 255, 255, .08));background:#171d1e;color:var(--studio-foreground, #f8faf8)}.data-source-inspector-panel .data-source-inspector-section{border-top-color:var(--studio-border, rgba(255, 255, 255, .08))}.data-source-inspector-panel .data-source-inspector-danger{border-color:var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;background:#171d1e}.data-source-inspector-panel .data-source-inspector-danger{border-color:#ff636942;background:#ff63690e}.app-inspector-footer span{color:var(--studio-foreground-muted, #a7b0ad)}.app-inspector-footer strong{color:var(--studio-foreground, #f8faf8)}.app-inspector-panel .light-command{border:1px solid var(--studio-border, rgba(255, 255, 255, .08));background:#171d1e;color:var(--studio-foreground, #f8faf8)}.platform-function-runtime-table{border:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;background:transparent;overflow:visible}.platform-function-runtime-table .platform-definition-row{min-width:0;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;grid-template-columns:1fr;background:#171d1e;overflow:hidden}.platform-function-runtime-table .platform-definition-row>*{padding:9px}.platform-function-runtime-table .platform-definition-row span{border-right:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));color:var(--studio-foreground-muted, #a7b0ad)}.platform-function-runtime-table .platform-definition-row strong{color:var(--studio-foreground, #f8faf8)}.inline-form{min-width:min(420px,100%);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.inline-form input{width:100%;min-height:40px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:0 12px;background:#101516;color:var(--studio-foreground, #f8faf8)}.filter-pill{min-height:34px;border:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-radius:6px;padding:0 13px;background:#171d1e;color:var(--studio-foreground-muted, #a7b0ad);font-size:12px;font-weight:650}.filter-pill.active{background:#3ecf8e24;color:var(--studio-brand, #3ecf8e)}dd{margin:0;min-width:0;overflow-wrap:anywhere}dd a{display:inline-flex;align-items:center;gap:5px}@media(max-width:980px){.app-shell{grid-template-columns:1fr}.login-page{grid-template-columns:1fr;grid-template-rows:52px minmax(0,1fr)}.login-brand-rail{border-right:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08));flex-direction:row;justify-content:flex-start}.login-brand-copy{display:grid}.platform-functions-workspace{grid-template-columns:1fr}.platform-home-workspace{min-height:auto;grid-template-columns:1fr}.platform-home-rail,.platform-home-main{min-height:auto}.platform-home-menu{max-height:none}.identity-console-page{height:auto;min-height:calc(100dvh - 24px)}.identity-workbench{overflow:visible}.identity-management-shell{grid-template-columns:1fr;overflow:visible}.identity-team-menu,.identity-team-workspace{min-height:auto}.identity-team-workspace-body,.identity-access-grid,.identity-access-column,.identity-access-column-body{grid-template-rows:auto;overflow:visible}.identity-access-grid,.identity-create-fields,.identity-member-form{grid-template-columns:1fr}.identity-table-section{min-height:280px}.identity-table-scroll{max-height:320px}.identity-member-footer{grid-template-columns:1fr;justify-items:stretch}.activity-workbench-actions,.activity-workbench-stats,.activity-filter-actions{justify-content:flex-start}.observability-console-page{height:auto;min-height:calc(100dvh - 24px)}.observability-workspace{min-height:auto;overflow:visible;grid-template-columns:1fr}.observability-overview{grid-template-columns:1fr;overflow:visible}.observability-overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.observability-module-sidebar{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(150px,max-content);overflow-x:auto}.observability-module-link{min-width:150px}.observability-module-workbench,.observability-module-workbench.is-runtime,.observability-module-workbench.is-events{grid-template-columns:1fr;overflow:visible}.observability-runtime-module-summary{grid-template-rows:auto auto}.observability-module-workbench>.observability-workbench-panel,.observability-runtime-module-summary>.observability-workbench-panel{min-height:280px}.observability-command-grid,.observability-table-grid{grid-template-columns:1fr}.observability-log-query-panel,.observability-runtime-panel,.observability-runtime-signals-panel,.observability-runtime-series-panel,.observability-table-panel{min-height:280px}.observability-runtime-scope-form,.observability-request-log-filter-form,.observability-request-trace-filter-form,.observability-structured-log-filter-form,.observability-runtime-chart-grid,.time-range-calendar-grid,.time-range-input-row{grid-template-columns:1fr}.time-range-input-row>span{display:none}.time-range-preset-grid,.observability-trace-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.observability-trace-step-summary,.observability-trace-step-detail,.observability-trace-detail-grid{grid-template-columns:1fr}.observability-trace-step-status{justify-items:start}.observability-trace-step-meta,.observability-trace-step-title{align-items:flex-start;flex-direction:column}.observability-table-scroll{max-height:320px}.platform-panel-header{grid-template-columns:1fr}.observability-source-actions{justify-content:flex-start}.platform-function-rail,.platform-function-workbench{min-height:auto}.platform-function-menu{max-height:none}.platform-function-workbench>.platform-panel-header,.platform-function-workbench-footer{grid-template-columns:1fr;align-items:start}.platform-function-artifacts .platform-data-row{grid-template-columns:1fr}.platform-function-artifacts .platform-data-cell:not(:last-child){border-right:0}.platform-sidebar{position:static;width:auto;height:auto;padding:16px}.platform-sidebar-collapsed .platform-sidebar{width:auto;padding:16px;align-items:stretch}.content,.platform-sidebar-collapsed .content{margin-left:0}.platform-sidebar-collapsed .platform-sidebar-header{display:flex;justify-content:space-between}.platform-sidebar-collapsed .platform-project-switcher,.platform-sidebar-collapsed .platform-sidebar-footer{width:auto;justify-content:flex-start}.platform-sidebar-collapsed .platform-project-copy,.platform-sidebar-collapsed .platform-nav-group-label,.platform-sidebar-collapsed .platform-nav-item span,.platform-sidebar-collapsed .platform-sidebar-footer span{width:auto;opacity:1;transform:none;overflow:visible;pointer-events:auto}.platform-sidebar-collapsed .platform-project-toggle-icon{display:grid}.platform-nav-stack{grid-auto-flow:column;grid-auto-columns:minmax(154px,max-content);overflow-x:auto;padding-bottom:4px}.platform-nav-item{white-space:nowrap}.platform-sidebar-collapsed .platform-nav-item{width:auto;grid-template-columns:20px minmax(0,1fr);justify-items:stretch;padding:8px 10px}.platform-sidebar-collapsed .platform-nav-item.active{box-shadow:inset 3px 0 0 var(--studio-brand, #3ecf8e)}.platform-sidebar-collapsed .platform-nav-item:after{display:none}.platform-nav-group{min-width:max-content}.platform-sidebar-footer{margin-top:0}.platform-studio-dialog-section{grid-column:1 / -1}.platform-studio-dialog-fields,.platform-studio-dialog-fields-three,.platform-studio-dialog-fields-credentials{grid-template-columns:1fr}.content{padding:18px}.login-form-stage{min-height:0;padding:18px}.platform-root-shell .content,.platform-root-shell.platform-sidebar-collapsed .content{margin-left:0}.platform-root-shell .platform-sidebar{width:auto}}@media(max-width:620px){.form-row,.platform-function-runtime-table,.platform-studio-dialog-grid,.platform-definition-row{grid-template-columns:1fr}.platform-definition-row span{border-right:0;border-bottom:1px solid var(--studio-border, rgba(255, 255, 255, .08))}.platform-console-header{align-items:stretch;display:grid}.platform-console-status{grid-template-columns:18px minmax(0,1fr)}.platform-console-status span{grid-column:1 / -1}.platform-inventory-shell>.platform-panel-header,.platform-inventory-footer{align-items:stretch;display:grid;grid-template-columns:1fr;padding-block:10px}.platform-inventory-header-context{max-width:none}.platform-inventory-actions{justify-content:flex-start;flex-wrap:wrap}.span-7,.span-5,.span-4,.span-6{grid-column:span 1}.observability-health-strip{grid-auto-columns:minmax(126px,68vw)}.observability-overview-metrics,.observability-service-grid{grid-template-columns:1fr}.observability-next-check{border-left:1px solid var(--studio-border, rgba(255, 255, 255, .08));border-top:3px solid var(--studio-brand, #3ecf8e)}.observability-next-check.is-warning{border-top-color:var(--studio-warning, #f7c948)}.observability-workspace-footer{grid-template-columns:1fr;gap:4px;align-items:start;padding-block:8px}.observability-workspace-footer span:last-child{white-space:normal}.platform-home-runbook-table .platform-data-row{min-width:420px}.inline-form,.data-source-definition-table .platform-definition-row{grid-template-columns:1fr}.data-source-inspector-footer,.app-inspector-footer{grid-template-columns:1fr;justify-items:stretch}.data-source-inspector-footer-actions,.app-inspector-actions{justify-content:flex-start}.platform-studio-dialog-backdrop{padding:12px}.drawer-backdrop{align-items:stretch}.detail-drawer{width:100%;border-left:0}.app-inspector-actions,.data-source-inspector-actions{align-items:flex-start}}:root{--studio-bg: #111718;--studio-sidebar: #171d1e;--studio-panel: #1f2426;--studio-panel-raised: #242a2c;--studio-border: rgba(255, 255, 255, .08);--studio-border-strong: rgba(255, 255, 255, .14);--studio-foreground: #f8faf8;--studio-foreground-muted: #a7b0ad;--studio-foreground-lighter: #77817e;--studio-brand: #3ecf8e;--studio-brand-hover: #65d9a5;--studio-danger: #ff6369;--studio-warning: #f7c948;--studio-header-height: 52px;--studio-toolbar-height: 40px;--studio-footer-height: 44px;--studio-control-height: 30px;--studio-control-height-compact: 28px;--studio-row-height: 34px;--studio-resource-row-height: 48px;--studio-space-1: 4px;--studio-space-2: 6px;--studio-space-3: 8px;--studio-space-4: 10px;--studio-space-5: 12px;--studio-space-6: 16px;--studio-space-7: 18px;--studio-space-8: 24px;--studio-space-9: 32px;--studio-radius: 6px}.studio-project-layout{height:100dvh;min-height:0;border:0;border-radius:0;background:var(--studio-panel);color:var(--studio-foreground);display:grid;grid-template-columns:var(--studio-product-menu-width, 256px) 6px minmax(0,1fr);overflow:hidden}.studio-project-layout.is-product-menu-collapsed{grid-template-columns:var(--studio-product-menu-width, 48px) minmax(0,1fr)}.studio-product-menu{min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--studio-sidebar);overflow:hidden}.studio-product-resize-handle{width:6px;min-width:6px;border-right:1px solid var(--studio-border);padding:0;display:flex;align-items:stretch;justify-content:center;background:linear-gradient(90deg,#171d1e 0,#171d1e 1px,#0f1415 1px,#0f1415 5px,#121718 5px,#121718 6px);cursor:col-resize;touch-action:none}.studio-product-resize-handle:before{content:"";width:1px;background:#ffffff24;transition:background .12s ease,box-shadow .12s ease}.studio-product-resize-handle:hover:before,.studio-product-resize-handle:focus-visible:before,.studio-product-menu-resizing .studio-product-resize-handle:before{background:var(--studio-brand);box-shadow:0 0 0 1px #3ecf8e29}.studio-product-resize-handle:focus-visible{outline:2px solid var(--studio-brand);outline-offset:-2px}.studio-product-menu-resizing,.studio-product-menu-resizing *{cursor:col-resize!important;-webkit-user-select:none;user-select:none}.studio-product-menu-header{min-height:var(--studio-header-height);border-bottom:1px solid var(--studio-border);padding:0 12px 0 24px;padding:0 var(--studio-space-5) 0 var(--studio-space-8);display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-4)}.studio-product-menu-header h4{margin:0;color:var(--studio-foreground);font-size:18px;font-weight:650;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-product-menu-collapse{flex:0 0 auto}.studio-project-layout.is-product-menu-collapsed .studio-product-menu-header{padding:0;justify-content:center}.studio-project-layout.is-product-menu-collapsed .studio-product-menu{border-right:1px solid var(--studio-border)}.studio-project-layout.is-product-menu-collapsed .studio-product-menu-header h4,.studio-project-layout.is-product-menu-collapsed .studio-product-menu-detail{display:none}.studio-project-layout.is-product-menu-collapsed .studio-product-menu>.studio-product-menu-body{display:none}.studio-product-menu-detail{min-width:0;min-height:0;display:flex;flex:1;flex-direction:column;overflow:auto;scrollbar-color:var(--studio-scrollbar-thumb) var(--studio-scrollbar-track);scrollbar-width:thin}.studio-product-menu-body{min-width:0;min-height:0;height:100%;display:flex;flex:1 1 auto;flex-direction:column;background:var(--studio-sidebar)}.studio-product-menu>.studio-product-menu-body{overflow:auto;scrollbar-color:var(--studio-scrollbar-thumb) var(--studio-scrollbar-track);scrollbar-width:thin}.studio-product-menu-detail::-webkit-scrollbar{width:var(--studio-scrollbar-size);height:var(--studio-scrollbar-size)}.studio-product-menu-detail::-webkit-scrollbar-thumb{border-radius:999px;background:var(--studio-scrollbar-thumb)}.studio-product-menu-detail::-webkit-scrollbar-track{background:var(--studio-scrollbar-track)}.studio-product-menu-detail .studio-rail-header{flex:0 0 auto;min-height:46px;min-height:var(--studio-resource-row-height);padding:var(--studio-space-3) var(--studio-space-5);background:transparent}.studio-product-menu-detail .resource-list{max-height:none}.studio-product-content{min-width:0;min-height:0;display:flex;flex-direction:column;background:#121718;overflow:hidden;container-type:inline-size}.studio-product-content>.studio-workspace,.studio-product-content>.studio-editor-pane{flex:1 1 auto;min-height:0}.studio-app-topbar{min-width:0;min-height:var(--studio-header-height);border-bottom:1px solid var(--studio-border);padding:6px var(--studio-space-5);display:grid;grid-template-columns:minmax(220px,1fr) minmax(150px,.62fr) auto;align-items:center;gap:var(--studio-space-4);background:#171d1e;color:var(--studio-foreground)}.studio-app-context{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(176px,236px);align-items:center;gap:var(--studio-space-4)}.studio-app-identity{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px}.studio-app-identity>div{min-width:0;display:grid;gap:2px}.studio-app-identity strong,.studio-app-identity span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-app-identity strong{color:var(--studio-foreground);font-size:13px;font-weight:700;line-height:1.2}.studio-app-identity span{color:var(--studio-foreground-muted);font-size:12px}.studio-app-status{width:8px;height:8px;border-radius:999px;background:var(--studio-foreground-lighter);color:transparent;overflow:hidden;box-shadow:0 0 0 3px #ffffff0d}.studio-app-status.is-active{background:var(--studio-brand);box-shadow:0 0 0 3px #3ecf8e29}.studio-app-status.is-paused,.studio-app-status.is-unknown{background:var(--studio-warning);box-shadow:0 0 0 3px #f7c94824}.studio-app-switcher{position:relative;min-width:0}.studio-app-switcher-trigger{width:100%;min-width:0;height:var(--studio-control-height);border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:0 var(--studio-space-3);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;background:#101516;color:var(--studio-foreground-muted);text-align:left}.studio-app-switcher-trigger>span{color:var(--studio-foreground-lighter);font-size:10px;font-weight:700;text-transform:uppercase}.studio-app-switcher-trigger strong,.studio-app-switcher-trigger small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-app-switcher-trigger strong{color:var(--studio-foreground);font-size:12px;font-weight:650}.studio-app-switcher-trigger small{display:none}.studio-app-switcher-trigger svg{color:var(--studio-foreground-lighter)}.studio-app-switcher-trigger:hover,.studio-app-switcher-trigger:focus-visible{border-color:var(--studio-border-strong);background:#ffffff0e}.studio-app-switcher-trigger:disabled{opacity:.58;cursor:not-allowed}.studio-app-switcher-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:24;width:min(320px,72vw);max-height:min(360px,62dvh);border:1px solid var(--studio-border-strong);border-radius:var(--studio-radius);padding:var(--studio-space-2);display:grid;gap:var(--studio-space-1);background:#171d1e;box-shadow:0 18px 36px #00000061;overflow:auto}.studio-app-switcher-menu button{min-width:0;min-height:38px;border:1px solid transparent;border-radius:5px;padding:var(--studio-space-2) var(--studio-space-3);display:grid;grid-template-columns:minmax(0,1fr);background:transparent;color:var(--studio-foreground-muted);text-align:left}.studio-app-switcher-menu button:hover,.studio-app-switcher-menu button:focus-visible,.studio-app-switcher-menu button.is-selected{border-color:var(--studio-border);background:#ffffff0e;color:var(--studio-foreground)}.studio-app-switcher-menu button.is-selected{box-shadow:inset 2px 0 0 var(--studio-brand)}.studio-app-switcher-menu span,.studio-app-switcher-menu strong,.studio-app-switcher-menu small{min-width:0;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-app-switcher-menu strong{color:inherit;font-size:12px;font-weight:650}.studio-app-switcher-menu small{margin-top:2px;color:var(--studio-foreground-lighter);font-size:11px}.studio-connect-strip{min-width:0;min-height:var(--studio-control-height);border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:5px var(--studio-space-3);display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:var(--studio-space-4);background:#101516}.studio-connect-title{color:var(--studio-foreground);font-size:12px;font-weight:700}.studio-connect-strip dl{min-width:0;margin:0;display:flex;align-items:center;gap:var(--studio-space-4);overflow:hidden}.studio-connect-strip dl>div{min-width:0;display:inline-flex;align-items:center;gap:4px;color:var(--studio-foreground-muted);font-size:12px;white-space:nowrap}.studio-connect-strip dt,.studio-connect-strip dd{margin:0}.studio-connect-strip dt{color:var(--studio-foreground-lighter)}.studio-connect-strip dd{max-width:180px;overflow:hidden;color:var(--studio-foreground-muted);text-overflow:ellipsis}.studio-connect-strip a{color:var(--studio-brand);text-decoration:none}.studio-connect-strip a:hover{text-decoration:underline}.studio-connect-trigger{min-width:0;height:var(--studio-control-height);border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:0 var(--studio-space-3);display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:var(--studio-space-2);background:#101516;color:var(--studio-foreground-muted);text-align:left}.studio-connect-trigger:hover,.studio-connect-trigger:focus-visible{border-color:#3ecf8e66;background:#3ecf8e12}.studio-connect-trigger svg{color:var(--studio-brand)}.studio-connect-trigger span{color:var(--studio-foreground);font-size:12px;font-weight:700}.studio-connect-trigger strong{min-width:0;overflow:hidden;color:var(--studio-foreground-muted);font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.studio-all-apps-action{min-width:74px;justify-content:center}.studio-connect-dialog{width:min(820px,100%);max-width:820px}.studio-connect-dialog-body{gap:var(--studio-space-6)}.studio-connect-dialog-summary{min-width:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--studio-space-3)}.studio-connect-dialog-summary>div{min-width:0;min-height:42px;border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:var(--studio-space-3);display:grid;gap:2px;background:#101516}.studio-connect-dialog-summary dt,.studio-connect-dialog-summary dd{min-width:0;margin:0}.studio-connect-dialog-summary dt{color:var(--studio-foreground-lighter);font-size:11px;font-weight:700;text-transform:uppercase}.studio-connect-dialog-summary dd{overflow:hidden;color:var(--studio-foreground);font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.studio-connect-dialog-summary a{color:var(--studio-brand);text-decoration:none}.studio-connect-guide-grid{min-width:0;display:grid;gap:var(--studio-space-5)}.studio-connect-guide{min-width:0;display:grid;gap:var(--studio-space-3)}.studio-connect-guide>div{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:var(--studio-space-4)}.studio-connect-guide>div>span{min-width:0;display:grid;gap:2px}.studio-connect-guide strong{color:var(--studio-foreground);font-size:13px;font-weight:700}.studio-connect-guide small{color:var(--studio-foreground-muted);font-size:12px;line-height:1.4}.studio-connect-status{border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:8px 10px;color:var(--studio-foreground-muted);background:var(--studio-panel-muted);font-size:12px}.studio-connect-status.is-error{border-color:#f8717173;color:#fca5a5}.studio-connect-guide-code pre{max-height:220px}.studio-rail-header{min-height:var(--studio-header-height);border-bottom:1px solid var(--studio-border);padding:0 var(--studio-space-5);display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--studio-panel);color:var(--studio-foreground)}.studio-rail-header>div{min-width:0;display:grid;gap:2px}.studio-rail-header h2{margin:0;color:var(--studio-foreground);font-size:14px;font-weight:650;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-rail-header span{color:var(--studio-foreground-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-workbench-actions-row{min-height:var(--studio-toolbar-height);border-bottom:1px solid var(--studio-border);padding:var(--studio-space-2) var(--studio-space-5);display:flex;align-items:center;justify-content:flex-end;gap:var(--studio-space-3);background:#121718}.studio-workbench-actions{min-width:fit-content}.studio-workbench-trailing{min-width:0;min-height:var(--studio-control-height-compact);border:1px solid var(--studio-border);border-radius:999px;padding:0 var(--studio-space-4);display:inline-flex;align-items:center;gap:6px;background:#ffffff09;color:var(--studio-foreground-muted);font-size:12px;font-weight:650}.studio-workbench-trailing>span{min-width:0;display:inline-flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-workbench-trailing svg{flex:0 0 auto}.studio-section-header{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:var(--studio-space-5)}.studio-section-title{min-width:0;display:grid;gap:2px}.studio-section-title h3{margin:0;color:var(--studio-foreground);font-size:15px;font-weight:650;letter-spacing:0;line-height:1.25;overflow-wrap:anywhere}.studio-section-title span{color:var(--studio-foreground-muted);font-size:12px;overflow-wrap:anywhere}.studio-section-actions{min-width:fit-content}.studio-section-panel{display:grid;align-content:start}.studio-section-panel.is-inset{margin:var(--studio-space-5)}.studio-section-panel>.studio-section-header{min-height:44px;min-height:var(--studio-footer-height);border-bottom:1px solid var(--studio-border);padding:0 12px;padding:0 var(--studio-space-5);align-items:center;background:var(--studio-panel)}.studio-section-panel>.studio-section-header .studio-section-title h3{font-size:13px}.studio-section-panel-body{min-width:0;min-height:0;margin:var(--studio-space-6);display:grid;align-content:start;gap:var(--studio-space-6)}.studio-panel{min-width:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);background:#171d1e;color:var(--studio-foreground);overflow:hidden}.studio-data-grid-panel{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0}.studio-data-grid-viewport{min-width:0;min-height:0;overflow:hidden;background:#101516}.studio-inspector-panel{min-height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.studio-inspector-body{min-width:0;min-height:0;padding:var(--studio-space-6);display:grid;align-content:start;gap:var(--studio-space-6);overflow-y:auto;overflow-x:hidden;container-type:inline-size}.studio-inspector-panel>.studio-inspector-body:only-child{grid-row:1 / -1}.studio-inspector-body>.inventory-empty:only-child{height:100%;place-items:center}.studio-menu-summary{min-width:0;border-bottom:1px solid var(--studio-border);padding:var(--studio-space-4) var(--studio-space-5);display:grid;gap:var(--studio-space-3)}.studio-menu-summary.is-inset{margin:0 var(--studio-space-3) var(--studio-space-3);border:1px solid var(--studio-border);border-radius:6px;border-radius:var(--studio-radius);padding:var(--studio-space-3);background:#ffffff06}.studio-menu-summary-row{min-width:0;display:grid;grid-template-columns:minmax(52px,max-content) minmax(0,1fr);align-items:center;gap:var(--studio-space-3)}.studio-menu-summary-row.is-stacked{grid-template-columns:1fr;align-items:start;gap:2px}.studio-menu-summary-label,.studio-menu-summary-value{min-width:0;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-menu-summary-label{color:var(--studio-foreground-muted);font-size:11px;font-weight:650}.studio-menu-summary-label svg{display:block;color:var(--studio-foreground-lighter)}.studio-menu-summary-value{margin:0;color:var(--studio-foreground);font-size:12px;font-weight:650}.studio-menu-summary-value code{color:inherit;font-family:inherit;font-size:inherit}.studio-subnav{min-height:var(--studio-toolbar-height);border-bottom:1px solid var(--studio-border);padding:var(--studio-space-2) var(--studio-space-5);display:flex;align-items:center;gap:var(--studio-space-2);background:var(--studio-panel);overflow-x:auto}.studio-workspace{min-width:0;min-height:0;flex:1 1 auto;display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:var(--studio-space-4);align-items:stretch;overflow:hidden}.studio-workspace.is-single-pane{grid-template-columns:minmax(0,1fr)}.studio-editor-pane{min-width:0;min-height:0;overflow:hidden}.studio-workbench-body{min-width:0;min-height:0;padding:var(--studio-space-6);display:grid;align-content:start;gap:var(--studio-space-6);background:#121718;overflow-y:auto;overflow-x:hidden}.studio-workbench-body.is-stretch{align-content:stretch;grid-template-rows:minmax(0,1fr)}.studio-workbench-panel{min-height:0;padding:var(--studio-space-6);display:grid;align-content:start;gap:var(--studio-space-6)}.studio-workbench-panel.is-stretch{height:100%;align-content:stretch;grid-template-rows:auto minmax(0,1fr)}.studio-root-shell .studio-workspace{height:100%;min-height:0;gap:0}.studio-root-shell .studio-workspace.is-single-pane{grid-template-columns:minmax(0,1fr)}.studio-root-shell .studio-workspace.is-single-pane>.studio-editor-pane{min-width:0}.studio-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;padding:0;display:grid;place-items:stretch end;overflow:hidden;background:#03070794;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.studio-dialog-panel{width:min(780px,100%);max-width:780px;height:100dvh;max-height:100dvh;border:1px solid var(--studio-border);border-top:0;border-right:0;border-bottom:0;border-radius:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:var(--studio-panel);color:var(--studio-foreground);box-shadow:none;overflow:hidden}.studio-dialog-header{min-width:0;min-height:68px;border-bottom:1px solid var(--studio-border);padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--studio-panel)}.studio-dialog-title{min-width:0;display:grid;gap:2px}.studio-dialog-title h2{margin:0;color:var(--studio-foreground);font-size:16px;font-weight:650;letter-spacing:0;overflow-wrap:anywhere}.studio-dialog-title span{color:var(--studio-foreground-muted);font-size:12px;font-weight:650;overflow-wrap:anywhere}.studio-dialog-body{min-width:0;min-height:0;padding:var(--studio-space-6);display:grid;align-content:start;gap:var(--studio-space-6);overflow:auto}.studio-dialog-footer{min-width:0;min-height:var(--studio-header-height);border-top:1px solid var(--studio-border);padding:var(--studio-space-5);background:var(--studio-panel)}.studio-utility-panel{min-width:0;min-height:0;display:grid;grid-template-rows:42px minmax(0,1fr) auto;background:#101516}.studio-utility-header{min-width:0;border-bottom:1px solid var(--studio-border);padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--studio-foreground-muted);font-size:12px}.studio-utility-body{min-width:0;min-height:0;overflow:auto}.studio-utility-body .empty-state{margin:12px}.studio-side-panel{min-width:0;min-height:0;border-left:1px solid var(--studio-border);border-radius:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch;background:var(--studio-sidebar);box-shadow:-5px 0 #121718,-6px 0 0 var(--studio-border);overflow:hidden}.studio-side-panel-header{position:sticky;top:0;z-index:2;min-width:0;min-height:var(--studio-header-height);border-bottom:1px solid var(--studio-border);padding:0 var(--studio-space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-4);background:var(--studio-panel)}.studio-side-panel-title{min-width:0;display:grid;gap:2px}.studio-side-panel-title h2{margin:0;color:var(--studio-foreground);font-size:14px;font-weight:650;letter-spacing:0;overflow-wrap:anywhere}.studio-side-panel-body{min-width:0;min-height:0;padding:var(--studio-space-6);display:grid;align-content:start;gap:var(--studio-space-6);overflow-y:auto;overflow-x:hidden}.studio-side-panel-footer{min-width:0;min-height:var(--studio-header-height);border-top:1px solid var(--studio-border);padding:var(--studio-space-4) var(--studio-space-5);background:var(--studio-panel)}.studio-footer-bar{min-width:0;min-height:var(--studio-footer-height);border-top:1px solid var(--studio-border);padding:0 var(--studio-space-5);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--studio-space-5);background:var(--studio-panel);color:var(--studio-foreground-muted);font-size:12px}.studio-footer-bar.has-leading.has-actions{grid-template-columns:minmax(0,1fr) minmax(180px,auto) auto}.studio-footer-bar:not(.has-leading){display:flex;justify-content:space-between}.studio-footer-status{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:var(--studio-space-3);color:var(--studio-foreground-muted);font-size:12px;font-weight:650}.studio-footer-status span,.studio-footer-status strong{min-width:0}.studio-footer-status strong{color:var(--studio-foreground);font-size:12px;font-weight:650}.studio-root-shell .studio-editor-pane{min-height:0;background:#121718;color:var(--studio-foreground)}.studio-root-shell .studio-rail-header,.studio-root-shell .studio-workbench-actions-row,.studio-root-shell .studio-subnav{border-color:var(--studio-border);background:var(--studio-panel);color:var(--studio-foreground)}.studio-root-shell .studio-rail-header h2,.studio-root-shell .studio-section-title h3{color:var(--studio-foreground)}.studio-root-shell .studio-rail-header span,.studio-root-shell .studio-section-title span,.studio-root-shell .empty-state,.studio-root-shell .eyebrow{color:var(--studio-foreground-muted)}@media(max-width:980px){.studio-app-topbar{grid-template-columns:minmax(0,1fr) auto}.studio-connect-strip,.studio-connect-trigger{grid-column:1 / -1}.studio-root-shell.platform-sidebar-collapsed .platform-sidebar{position:fixed;top:0;left:0;width:56px;height:100dvh;padding:8px;align-items:center;overflow:visible}.studio-root-shell.platform-sidebar-collapsed .content{margin-left:56px;padding:0}.studio-root-shell.platform-sidebar-collapsed .platform-sidebar-header,.studio-root-shell.platform-sidebar-collapsed .platform-project-switcher,.studio-root-shell.platform-sidebar-collapsed .platform-sidebar-footer{width:100%;justify-content:center}.studio-root-shell.platform-sidebar-collapsed .platform-sidebar-header{display:grid}.studio-root-shell.platform-sidebar-collapsed .platform-project-copy,.studio-root-shell.platform-sidebar-collapsed .platform-nav-group-label,.studio-root-shell.platform-sidebar-collapsed .platform-nav-item span,.studio-root-shell.platform-sidebar-collapsed .platform-sidebar-footer span{width:0;opacity:0;transform:translate(-4px);overflow:hidden;pointer-events:none}.studio-root-shell.platform-sidebar-collapsed .platform-nav-item span{display:none}.studio-root-shell.platform-sidebar-collapsed .platform-nav-stack,.studio-root-shell.platform-sidebar-collapsed .platform-nav-group{width:100%;gap:8px}.studio-root-shell.platform-sidebar-collapsed .platform-nav-stack{grid-auto-flow:row;grid-auto-columns:auto;overflow-x:visible;padding-bottom:0}.studio-root-shell.platform-sidebar-collapsed .platform-nav-group{min-width:0}.studio-root-shell.platform-sidebar-collapsed .platform-nav-item{width:40px;grid-template-columns:1fr;justify-items:center;padding:0;white-space:normal}}@media(max-width:760px){.studio-project-layout{height:100dvh;min-height:0;grid-template-columns:1fr;grid-template-rows:auto minmax(420px,1fr)}.studio-product-resize-handle{display:none}.studio-product-menu{max-height:min(520px,58dvh);border-right:0;border-bottom:1px solid var(--studio-border)}.studio-product-menu-detail{min-height:160px;max-height:min(320px,34dvh);flex:1 1 auto}.studio-product-content{min-height:420px}.studio-app-topbar,.studio-app-context{grid-template-columns:1fr;align-items:stretch}.studio-app-identity{min-height:var(--studio-control-height)}.studio-app-switcher{min-width:0}.studio-connect-strip{grid-template-columns:1fr;gap:4px}.studio-connect-strip dl{overflow-x:auto;padding-bottom:2px}.studio-connect-trigger{grid-template-columns:auto auto minmax(0,1fr)}.studio-connect-dialog-summary{grid-template-columns:1fr}.studio-workbench-actions-row{flex-wrap:wrap;justify-content:flex-start}}.studio-root-shell .workbench-subnav{border-bottom:1px solid var(--studio-border);padding:var(--studio-space-3) var(--studio-space-5);display:flex;gap:var(--studio-space-2);overflow-x:auto;background:var(--studio-panel)}.studio-root-shell .resource-list{max-height:calc(100dvh - 330px);overflow:auto;padding:var(--studio-space-3);display:grid;gap:6px;gap:var(--studio-space-2);align-content:start;grid-auto-rows:min-content;background:transparent}.studio-root-shell .compact-resource-list{max-height:240px}.studio-root-shell .resource-item{width:100%;min-height:var(--studio-resource-row-height);border:1px solid transparent;border-color:transparent;border-radius:var(--studio-radius);padding:var(--studio-space-2) var(--studio-space-3);display:grid;grid-template-columns:20px minmax(0,1fr);gap:var(--studio-space-3);align-items:center;background:transparent;color:var(--studio-foreground-muted);text-align:left}.studio-root-shell .resource-item.has-badge{grid-template-columns:20px minmax(0,1fr) auto}.studio-root-shell .resource-item span,.studio-root-shell .resource-item strong,.studio-root-shell .resource-item small{min-width:0;display:block}.studio-root-shell .resource-item strong{color:var(--studio-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .resource-item small{margin-top:1px;color:var(--studio-foreground-lighter);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .resource-item-badge{min-width:24px;border-radius:999px;padding:2px 7px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff13;color:var(--studio-foreground-muted);font-size:11px;font-weight:700;line-height:1.2}.studio-root-shell .resource-item:hover,.studio-root-shell .resource-item.selected{border-color:var(--studio-border-strong);background:#ffffff0e;color:var(--studio-foreground)}.studio-root-shell .resource-item.selected .resource-item-badge{background:var(--studio-brand);color:#071110}.studio-root-shell .studio-toggle-control{position:relative;width:fit-content;min-height:var(--studio-control-height-compact);margin:0;border:1px solid var(--studio-border);border-radius:6px;border-radius:var(--studio-radius);padding:0 var(--studio-space-3);display:inline-flex;align-items:center;gap:var(--studio-space-2);background:#101516;color:var(--studio-foreground);font-size:13px;font-weight:650}.studio-root-shell .studio-toggle-control input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;min-width:100%;height:100%;min-height:100%;margin:0;padding:0;opacity:0}.studio-root-shell .studio-toggle-control-switch{width:50px;height:24px;border:1px solid rgba(148,163,184,.32);border-radius:999px;padding:3px;display:inline-flex;align-items:center;background:#0f172aeb;box-sizing:border-box;flex:0 0 auto;transition:background .16s ease,border-color .16s ease}.studio-root-shell .studio-toggle-control-switch-thumb{width:22px;height:16px;border-radius:6px;background:var(--studio-foreground-muted);box-shadow:0 1px 3px #00000059;transition:transform .16s ease,background .16s ease}.studio-root-shell .studio-toggle-control input:checked+.studio-toggle-control-switch{border-color:#3ecf8e9e;background:#3ecf8e38}.studio-root-shell .studio-toggle-control input:checked+.studio-toggle-control-switch .studio-toggle-control-switch-thumb{transform:translate(22px);background:var(--studio-brand)}.studio-root-shell .studio-toggle-control input:focus-visible+.studio-toggle-control-switch{outline:2px solid rgba(62,207,142,.72);outline-offset:2px}.studio-root-shell .studio-toggle-control input:disabled+.studio-toggle-control-switch{cursor:not-allowed;opacity:.55}.studio-root-shell .studio-toggle-control-label{min-width:0;white-space:nowrap}.studio-root-shell .studio-toggle-control.is-compact{min-height:var(--studio-toolbar-height);border-color:transparent;padding:0;justify-content:center;background:transparent}.studio-root-shell .studio-search-field{min-width:0;height:var(--studio-control-height);margin:var(--studio-space-3);border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:0 var(--studio-space-3);display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:var(--studio-space-2);background:#101516;color:var(--studio-foreground-lighter)}.studio-root-shell .studio-search-field input{width:100%;min-width:0;height:100%;min-height:0;margin:0;border:0;padding:0;display:block;background:transparent;color:var(--studio-foreground);font-size:12px;line-height:var(--studio-control-height);outline:none}.studio-root-shell .studio-search-field svg{display:block}.studio-root-shell .studio-search-field input::placeholder{color:var(--studio-foreground-lighter);line-height:inherit}.studio-root-shell .studio-action-group{min-width:0;display:flex;align-items:center;gap:var(--studio-space-3);flex-wrap:wrap}.studio-root-shell .studio-action-group.is-end{justify-content:flex-end}.studio-root-shell .studio-action-group.is-start{justify-content:flex-start}.studio-root-shell .studio-action-group.is-even{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:var(--studio-space-2)}.studio-root-shell .studio-action-group.is-even .compact{min-width:0;justify-content:center}.studio-root-shell .studio-status-message{margin:var(--studio-space-3) var(--studio-space-4) 0;border:1px solid var(--studio-border);border-radius:6px;border-radius:var(--studio-radius);padding:var(--studio-space-3) var(--studio-space-4);display:grid;gap:var(--studio-space-1);background:#ffffff09;color:var(--studio-foreground-muted);font-size:12px;line-height:1.35}.studio-root-shell .studio-status-message.is-error{border-color:#ff636947;background:#ff636914;color:var(--studio-danger)}.studio-root-shell .studio-status-message-title,.studio-root-shell .studio-status-message-copy{min-width:0;display:block;overflow-wrap:anywhere}.studio-root-shell .studio-status-message-title{color:var(--studio-foreground);font-size:13px;font-weight:750}.studio-root-shell .studio-status-message-copy{color:var(--studio-foreground-muted)}.studio-root-shell .studio-status-message.is-warning{border-color:#f7c94847;background:#f7c94814;color:var(--studio-warning)}.studio-root-shell .subnav-item{min-height:var(--studio-control-height-compact);border:1px solid transparent;border-radius:var(--studio-radius);padding:0 var(--studio-space-3);display:inline-flex;align-items:center;gap:var(--studio-space-2);background:transparent;color:var(--studio-foreground-muted);font-weight:650;white-space:nowrap}.studio-root-shell .subnav-item:hover,.studio-root-shell .subnav-item.active{border-color:var(--studio-border-strong);background:#ffffff0e;color:var(--studio-foreground)}.studio-root-shell .primary-action,.studio-root-shell .secondary-action,.studio-root-shell .danger-action{min-width:0;min-height:var(--studio-control-height);border-radius:var(--studio-radius);padding:0 var(--studio-space-4);gap:var(--studio-space-2);font-size:12px;font-weight:650;line-height:1;white-space:nowrap}.studio-root-shell .primary-action.compact,.studio-root-shell .secondary-action.compact,.studio-root-shell .danger-action.compact{min-width:0;min-height:var(--studio-control-height-compact);padding:0 var(--studio-space-3)}.studio-root-shell .primary-action svg,.studio-root-shell .secondary-action svg,.studio-root-shell .danger-action svg{flex:0 0 auto}.studio-root-shell .icon-command,.studio-root-shell .icon-command.light-command,.studio-root-shell .icon-mini-action{width:var(--studio-control-height);min-width:var(--studio-control-height);height:var(--studio-control-height);min-height:var(--studio-control-height);border-radius:var(--studio-radius)}.studio-root-shell .icon-mini-action{padding:0;display:inline-grid;place-items:center}.studio-root-shell .primary-action{background:var(--studio-brand);color:#071110}.studio-root-shell .primary-action:hover{background:var(--studio-brand-hover)}.studio-root-shell .secondary-action,.studio-root-shell .icon-command.light-command,.studio-root-shell .icon-mini-action{border:1px solid var(--studio-border);border-color:var(--studio-border);background:#ffffff0b;color:var(--studio-foreground)}.studio-root-shell .secondary-action:hover,.studio-root-shell .icon-command.light-command:hover,.studio-root-shell .icon-mini-action:hover{border-color:var(--studio-border-strong);background:#ffffff13}.studio-root-shell .danger-action{border:1px solid rgba(255,99,105,.28);background:#ff63691f;color:#ffb4b7}.studio-root-shell .danger-action:hover{border-color:#ff63696b;background:#ff63692e}.studio-root-shell input,.studio-root-shell select,.studio-root-shell textarea{border-color:var(--studio-border);background:#101516;color:var(--studio-foreground)}.studio-root-shell input:focus,.studio-root-shell select:focus,.studio-root-shell textarea:focus{outline-color:var(--studio-brand);border-color:var(--studio-brand)}.studio-root-shell .studio-text-input,.studio-root-shell .studio-select-input,.studio-root-shell .studio-textarea-input{width:100%}.studio-root-shell .studio-textarea-input{min-height:112px;resize:vertical}.studio-root-shell .studio-empty-panel{border-color:var(--studio-border);background:var(--studio-panel);color:var(--studio-foreground);box-shadow:none}.studio-root-shell .studio-empty-panel h2{color:var(--studio-foreground)}.studio-form-field{min-width:0;margin:0;display:grid;gap:8px;gap:var(--studio-space-3)}.studio-form-field>span{color:var(--studio-foreground-muted);font-size:12px;font-weight:600}.studio-form-field>small{margin-top:-4px;color:var(--studio-foreground-lighter);font-size:11px;line-height:1.4}.studio-empty-state{min-height:220px;padding:var(--studio-space-8);display:grid;place-items:center;align-content:center;gap:var(--studio-space-5);color:var(--studio-foreground-muted);text-align:center}.studio-empty-state p{max-width:360px;margin:0;overflow-wrap:anywhere}.studio-definition-table{min-width:0;display:grid}.studio-definition-summary-table{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-definition-table>div{min-width:0;min-height:42px;min-height:var(--studio-toolbar-height);border-bottom:1px solid var(--studio-border);padding:var(--studio-space-3) var(--studio-space-5);display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr);align-items:center;gap:var(--studio-space-5)}.studio-definition-summary-table>div{min-height:46px;min-height:var(--studio-resource-row-height);grid-template-columns:1fr;align-items:start;gap:var(--studio-space-1)}.studio-definition-table>div:last-child{border-bottom:0}.studio-definition-table span{color:var(--studio-foreground-muted);font-size:12px;font-weight:650}.studio-definition-table strong{min-width:0;color:var(--studio-foreground);font-size:13px;font-weight:600;overflow-wrap:anywhere}.studio-data-table{min-width:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);background:#101516;overflow:auto}.studio-data-row{min-width:0;min-height:42px;min-height:var(--studio-toolbar-height);border-bottom:1px solid var(--studio-border);padding:0 var(--studio-space-5);display:grid;grid-template-columns:var(--studio-data-columns, minmax(0, 1fr));align-items:center;gap:var(--studio-space-5);color:var(--studio-foreground-muted);font-size:12px}.studio-data-body .studio-data-row:last-child{border-bottom:0}.studio-data-header{min-height:34px;min-height:var(--studio-row-height);background:#171d1e;color:var(--studio-foreground-lighter);font-size:11px;font-weight:700;text-transform:uppercase}.studio-data-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.studio-data-row strong{min-width:0;color:var(--studio-foreground);font-size:13px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-data-row code{min-width:0;border:1px solid var(--studio-border);border-radius:999px;padding:3px 7px;background:#ffffff09;color:var(--studio-foreground-muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-data-empty{margin:0;border-bottom:0;padding:var(--studio-space-7) var(--studio-space-5)}.studio-data-actions{min-width:0;display:inline-flex;justify-content:flex-end;gap:var(--studio-space-2)}.studio-resource-group{min-width:0;display:grid;gap:var(--studio-space-1)}.studio-resource-group-header{min-width:0;padding:var(--studio-space-2) var(--studio-space-3) 2px;display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-3);color:var(--studio-foreground-lighter);font-size:11px;font-weight:700;text-transform:uppercase}.studio-resource-group-header span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-resource-group-count{min-width:24px;border-radius:999px;padding:2px 7px;background:#ffffff13;color:var(--studio-foreground-muted);text-align:center}.studio-status-strip{min-width:0;min-height:34px;min-height:var(--studio-row-height);border-top:1px solid var(--studio-border);padding:0 var(--studio-space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-3);background:#121718;color:var(--studio-foreground-muted);font-size:12px;font-weight:650}.studio-status-strip span,.studio-status-strip strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-status-strip strong{color:var(--studio-foreground)}.studio-toast-region{position:fixed;z-index:80;top:54px;right:22px;width:min(380px,calc(100vw - 44px));pointer-events:none;display:grid;gap:10px}.studio-toast{min-width:0;border:1px solid var(--studio-border);border-radius:8px;padding:12px 14px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;background:#f8faf8;color:#101516;box-shadow:0 16px 42px #00000059;font-size:13px;font-weight:650;pointer-events:auto}.studio-toast svg{border-radius:999px;padding:2px;background:#101516;color:#f8faf8}.studio-toast.is-error{border-color:#ff636961;background:#211617;color:#ffd5d7}.studio-toast.is-error svg{background:#ff636924;color:var(--studio-danger)}.studio-toast span{min-width:0;max-height:220px;overflow:auto;overflow-wrap:anywhere;white-space:pre-wrap}.studio-toast-dismiss{width:24px;height:24px;border:1px solid transparent;border-radius:6px;display:inline-grid;place-items:center;background:transparent;color:inherit;cursor:pointer}.studio-toast-dismiss:hover{border-color:#1015162e;background:#1015160f}.studio-toast.is-error .studio-toast-dismiss:hover{border-color:#ffd5d72e;background:#ffffff0f}.studio-confirm-backdrop{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#03070794}.studio-confirm-dialog{width:min(440px,100%);border:1px solid var(--studio-border-strong);border-radius:8px;background:var(--studio-panel);color:var(--studio-foreground);box-shadow:0 24px 70px #00000073}.studio-confirm-dialog.is-danger{border-color:#ff63696b}.studio-confirm-header{padding:18px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px}.studio-confirm-icon{width:34px;height:34px;border:1px solid var(--studio-border);border-radius:8px;display:inline-grid;place-items:center;color:var(--studio-brand);background:#3ecf8e14}.studio-confirm-dialog.is-danger .studio-confirm-icon{color:var(--studio-danger);background:#ff63691a}.studio-confirm-header h2{margin:0;font-size:15px;line-height:1.35}.studio-confirm-header p{margin:6px 0 0;color:var(--studio-foreground-muted);font-size:13px;line-height:1.45}.studio-confirm-actions{border-top:1px solid var(--studio-border);padding:12px 14px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.studio-code-block{min-width:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;grid-template-rows:auto minmax(0,1fr);background:#0b1011;color:var(--studio-foreground);overflow:hidden}.studio-code-block-header{min-width:0;min-height:34px;min-height:var(--studio-row-height);border-bottom:1px solid var(--studio-border);padding:0 var(--studio-space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-4);background:#101516}.studio-code-block-header strong,.studio-code-block-header small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-code-block-header strong{color:var(--studio-foreground);font-size:12px;font-weight:650}.studio-code-block-header small{color:var(--studio-foreground-lighter);font-size:11px;font-weight:650}.studio-code-block pre{min-width:0;max-height:min(420px,48dvh);margin:0;padding:var(--studio-space-5);overflow:auto;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.55}.studio-code-block code{display:block;min-width:max-content;color:var(--studio-foreground);white-space:pre}.studio-code-token.is-keyword{color:#7dd3fc}.studio-code-token.is-string{color:#86efac}.studio-code-token.is-function{color:#facc15}.studio-code-token.is-type{color:#c4b5fd}.studio-code-token.is-comment{color:var(--studio-foreground-lighter)}.studio-code-editor-field{min-width:0;min-height:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;grid-template-rows:auto minmax(0,1fr);background:#0b1011;color:var(--studio-foreground);overflow:hidden}.studio-code-editor-header{min-width:0;min-height:34px;min-height:var(--studio-row-height);border-bottom:1px solid var(--studio-border);padding:0 var(--studio-space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-4);background:#101516}.studio-code-editor-header strong,.studio-code-editor-header small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-code-editor-header strong{color:var(--studio-foreground);font-size:12px;font-weight:650}.studio-code-editor-header small{color:var(--studio-foreground-lighter);font-size:11px;font-weight:650}.studio-code-editor-textarea{width:100%;min-width:0;min-height:190px;border:0;border-radius:0;padding:var(--studio-space-5);display:block;background:transparent;color:var(--studio-foreground);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.55;resize:vertical}.studio-code-editor-textarea:focus{outline:none;box-shadow:inset 0 0 0 1px #3ecf8e73}.studio-sql-editor-field{min-width:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;grid-template-rows:auto minmax(0,1fr);background:#0b1011;color:var(--studio-foreground);overflow:hidden}.studio-sql-editor-header{min-width:0;min-height:34px;min-height:var(--studio-row-height);border-bottom:1px solid var(--studio-border);padding:0 var(--studio-space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-4);background:#101516}.studio-sql-editor-header>span{min-width:0;display:grid;gap:1px}.studio-sql-editor-header strong,.studio-sql-editor-header small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-sql-editor-header strong{color:var(--studio-foreground);font-size:12px;font-weight:650}.studio-sql-editor-header small{color:var(--studio-foreground-lighter);font-size:11px;font-weight:650}.studio-sql-editor-textarea{width:100%;min-width:0;min-height:190px;border:0;border-radius:0;padding:var(--studio-space-5);display:block;background:transparent;color:var(--studio-foreground);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.55;resize:vertical}.studio-sql-editor-textarea:focus{outline:none;box-shadow:inset 0 0 0 1px #3ecf8e73}.studio-sql-editor-surface{min-width:0;min-height:190px;background:#0b1011;overflow:hidden}.studio-sql-editor-surface .cm-editor{height:100%;min-height:190px;background:#0b1011;color:var(--studio-foreground);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:12px}.studio-sql-editor-surface .cm-scroller{background:#0b1011}.studio-sql-editor-surface .cm-cursor{border-left-color:var(--studio-brand)}@media(max-width:760px){.studio-definition-summary-table{grid-template-columns:1fr}.studio-definition-table>div{grid-template-columns:1fr;align-items:start;gap:3px}.studio-data-row{grid-template-columns:minmax(0,1fr);min-height:0;padding:var(--studio-space-3) var(--studio-space-5);align-items:start;gap:var(--studio-space-1)}}.studio-product-menu-detail .table-editor-table-list{max-height:none}.table-editor-workspace{grid-template-columns:minmax(220px,260px) minmax(0,1fr)}.table-editor-workspace.with-policy-drawer{grid-template-columns:minmax(220px,260px) minmax(0,1fr) minmax(520px,680px)}.studio-root-shell .table-editor-workspace.is-single-pane.with-policy-drawer{grid-template-columns:minmax(0,1fr) minmax(520px,680px)}.studio-root-shell .table-rail-actions{border-top:1px solid var(--studio-border);padding:8px;justify-content:flex-start}.studio-root-shell .table-rail-create-action{width:100%;min-width:0;justify-content:center}.studio-root-shell .table-rail-search{height:34px;margin:8px;border:1px solid var(--studio-border);border-radius:var(--studio-radius)}.studio-root-shell .table-editor-table-list .resource-item .table-resource-title-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px}.studio-root-shell .table-editor-table-list .resource-item .table-resource-title-row strong{min-width:0;overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .table-editor-table-list .resource-item .table-rls-indicator,.studio-root-shell .table-editor-table-list .resource-item .table-realtime-indicator{width:fit-content;min-width:max-content;height:18px;border:1px solid var(--studio-border-strong);border-radius:999px;padding:0 6px;display:inline-flex;align-items:center;justify-self:end;justify-content:center;overflow-wrap:normal;color:var(--studio-foreground-muted);font-size:10px;font-weight:700;line-height:1;white-space:nowrap}.studio-root-shell .table-rls-indicator.is-enabled,.studio-root-shell .table-realtime-indicator.is-enabled{border-color:#3fb95061;background:#3fb9501a;color:#7ee787}.studio-root-shell .table-rls-indicator.is-disabled,.studio-root-shell .table-realtime-indicator.is-disabled{border-color:#f0883e66;background:#f0883e1a;color:#f2b179}.studio-root-shell .table-editor-pane{min-width:0;min-height:100%;border-color:var(--studio-border);border-radius:0;display:flex;flex-direction:column;background:var(--studio-sidebar);color:var(--studio-foreground);box-shadow:none;overflow:hidden}.studio-root-shell .table-editor-tab-strip{min-width:0;height:38px;min-height:38px;border-bottom:1px solid var(--studio-border);display:flex;align-items:stretch;overflow-x:auto;overflow-y:hidden;background:#111617}.table-editor-open-tab{min-width:160px;max-width:240px;border-right:1px solid var(--studio-border);display:grid;grid-template-columns:minmax(0,1fr) 28px;background:#111617;color:var(--studio-foreground-muted)}.table-editor-open-tab.is-selected{background:#171d1e;color:var(--studio-foreground);box-shadow:inset 0 2px 0 var(--studio-brand)}.table-editor-open-tab-select,.table-editor-open-tab-close{min-width:0;border:0;background:transparent;color:inherit}.table-editor-open-tab-select{padding:5px 8px 5px 10px;display:grid;gap:1px;text-align:left}.table-editor-open-tab-select span,.table-editor-open-tab-select small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-editor-open-tab-select span{font-size:12px;font-weight:650}.table-editor-open-tab-select small{color:var(--studio-foreground-subtle);font-size:10px}.table-editor-open-tab-close{display:inline-flex;align-items:center;justify-content:center;opacity:.72}.table-editor-open-tab-close:hover,.table-editor-open-tab-close:focus-visible,.table-editor-open-tab-select:hover,.table-editor-open-tab-select:focus-visible{color:var(--studio-foreground);background:#ffffff09}.studio-root-shell .table-workbench-toolbar{min-height:var(--studio-toolbar-height);padding:var(--studio-space-2) var(--studio-space-4);display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-4)}.studio-root-shell .table-workbench-title{min-width:0;display:flex;align-items:baseline;gap:8px}.studio-root-shell .table-workbench-title strong,.studio-root-shell .table-workbench-title span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .table-workbench-title strong{color:var(--studio-foreground)}.studio-root-shell .table-workbench-title span{color:var(--studio-foreground-muted);font-size:12px;font-weight:650}.studio-root-shell .table-workbench-actions,.studio-root-shell .table-workbench-tabs{display:flex;align-items:center;gap:var(--studio-space-2)}.studio-root-shell .table-workbench-toolbar,.studio-root-shell .table-workbench-tabs{border-color:var(--studio-border);background:var(--studio-panel);color:var(--studio-foreground)}.studio-root-shell .table-workbench-tabs{min-height:var(--studio-row-height);padding:var(--studio-space-1) var(--studio-space-4);flex-wrap:wrap}.studio-root-shell .table-workbench-tabs .subnav-item{min-height:var(--studio-control-height-compact)}.studio-root-shell .table-editor-grid,.studio-root-shell .table-editor-section{min-height:0;flex:1;overflow:auto}.studio-root-shell .table-editor-grid{padding:0;display:grid;grid-template-columns:minmax(0,1fr);gap:8px;align-items:stretch}.studio-root-shell .table-editor-row-editor,.studio-root-shell .table-editor-section{min-width:0;display:grid;gap:10px}.studio-root-shell .table-editor-section{padding:var(--studio-space-6)}.studio-root-shell .table-data-toolbar{min-width:0;min-height:var(--studio-toolbar-height);border-bottom:1px solid var(--studio-border);display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:0;background:#121718}.studio-root-shell .table-data-status{min-height:var(--studio-row-height);border-top:0;border-bottom:1px solid var(--studio-border);border-radius:0;background:#121718}.studio-root-shell .table-data-status strong{color:var(--studio-foreground)}.studio-root-shell .table-row-filter-toolbar{--table-row-filter-control-height: 32px;min-width:0;width:100%;padding:var(--studio-space-2) var(--studio-space-4);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:var(--studio-space-2);background:#0f1415}.studio-root-shell .table-row-filter-heading,.studio-root-shell .table-row-filter-actions{min-width:0;display:flex;align-items:center;gap:var(--studio-space-2)}.studio-root-shell .table-row-filter-heading{grid-column:1;grid-row:1;flex-wrap:wrap}.studio-root-shell .table-row-filter-actions{grid-column:2;grid-row:1;justify-content:flex-end}.studio-root-shell .table-row-filter-label{height:var(--studio-control-height-compact);display:inline-flex;align-items:center;gap:5px;color:var(--studio-foreground-muted);font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.studio-root-shell .table-row-filter-list{grid-column:1 / -1;grid-row:2;min-width:0;display:grid;gap:var(--studio-space-2)}.studio-root-shell .table-row-filter-condition{min-width:0;display:grid;grid-template-columns:minmax(144px,240px) minmax(132px,196px) minmax(180px,280px) var(--table-row-filter-control-height);align-items:center;justify-content:start;gap:var(--studio-space-2)}.studio-root-shell .table-row-filter-column,.studio-root-shell .table-row-filter-operator,.studio-root-shell .table-row-filter-value{min-width:0;box-sizing:border-box;height:var(--table-row-filter-control-height);min-height:var(--table-row-filter-control-height);border-radius:5px;padding-block:0;font-size:12px;line-height:18px}.studio-root-shell .table-row-filter-column,.studio-root-shell .table-row-filter-operator,.studio-root-shell .table-row-filter-value{width:100%}.studio-root-shell .table-row-filter-add,.studio-root-shell .table-row-filter-apply{min-width:78px;height:var(--table-row-filter-control-height);min-height:var(--table-row-filter-control-height);line-height:1}.studio-root-shell .icon-command.light-command.table-row-filter-clear,.studio-root-shell .icon-command.light-command.table-row-filter-remove{width:var(--table-row-filter-control-height);min-width:var(--table-row-filter-control-height);height:var(--table-row-filter-control-height);min-height:var(--table-row-filter-control-height);padding:0}.studio-root-shell .table-editor-result-grid{max-height:calc(100dvh - 222px)}.studio-root-shell .table-editor-result-grid .studio-data-row>span:not(:last-child){border-right:1px solid var(--studio-border)}.studio-root-shell .table-editor-result-grid .table-row-selector-heading,.studio-root-shell .table-editor-result-grid .table-row-selector-cell{position:sticky;left:0;width:50px;min-width:50px;z-index:2;background:#101516;box-shadow:1px 0 0 var(--studio-border);text-align:center}.studio-root-shell .table-editor-result-grid .table-row-selector-heading{z-index:4;background:#171d1e}.studio-root-shell .table-row-selector-button{width:28px;height:24px;border:1px solid transparent;border-radius:4px;padding:0;display:inline-grid;place-items:center;background:transparent;color:var(--studio-foreground-muted);font:inherit;font-size:12px;font-weight:650;cursor:pointer}.studio-root-shell .table-row-selector-button:hover,.studio-root-shell .table-editor-result-grid .studio-data-row.selected-row .table-row-selector-button{border-color:var(--studio-border);background:#ffffff12;color:var(--studio-foreground)}.studio-root-shell .table-editor-result-grid .studio-data-body .studio-data-row{cursor:pointer}.studio-root-shell .table-editor-result-grid .studio-data-body .studio-data-row:hover>span{background:#ffffff0d}.studio-root-shell .table-editor-result-grid .studio-data-body .studio-data-row.selected-row>span{background:#3ecf8e1f;box-shadow:inset 3px 0 0 var(--studio-brand)}.studio-root-shell .table-cell-button{width:100%;min-height:24px;border:0;padding:0;background:transparent;color:inherit;font:inherit;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.studio-root-shell .table-cell-button:focus-visible{outline:2px solid var(--studio-brand);outline-offset:2px}.studio-root-shell .table-cell-context-menu{position:fixed;z-index:60;min-width:164px;padding:4px;border:1px solid var(--studio-border);border-radius:6px;background:#171d1e;box-shadow:0 16px 36px #0000006b}.studio-root-shell .table-cell-context-menu button{width:100%;min-height:30px;border:0;border-radius:4px;padding:0 9px;display:flex;align-items:center;gap:8px;background:transparent;color:var(--studio-foreground);font:inherit;font-size:12px;font-weight:650;text-align:left;cursor:pointer}.studio-root-shell .table-cell-context-menu button:hover:not(:disabled){background:#ffffff12}.studio-root-shell .table-cell-context-menu button:disabled{cursor:not-allowed;opacity:.44}.studio-root-shell .table-cell-inline-editor{position:fixed;z-index:70;min-width:min(260px,calc(100dvw - 20px));max-width:calc(100dvw - 20px);border:1px solid var(--studio-border-strong);border-radius:6px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#171d1e;color:var(--studio-foreground);box-shadow:0 18px 42px #00000075;overflow:hidden}.studio-root-shell .table-cell-inline-editor:before{content:"";position:absolute;left:18px;width:12px;height:12px;border:1px solid var(--studio-border-strong);background:#171d1e;rotate:45deg}.studio-root-shell .table-cell-inline-editor.is-below:before{top:-7px;border-right:0;border-bottom:0}.studio-root-shell .table-cell-inline-editor.is-above:before{bottom:-7px;border-top:0;border-left:0}.studio-root-shell .table-cell-inline-editor-header{min-width:0;min-height:42px;border-bottom:1px solid var(--studio-border);padding:7px 8px 7px 10px;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:8px;background:#1b2223}.studio-root-shell .table-cell-inline-editor-header div{min-width:0;display:grid;gap:1px}.studio-root-shell .table-cell-inline-editor-header span{color:var(--studio-foreground-muted);font-size:10px;font-weight:700;line-height:1.25;text-transform:uppercase}.studio-root-shell .table-cell-inline-editor-header strong{min-width:0;overflow:hidden;color:var(--studio-foreground);font-size:12px;font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .table-cell-inline-editor-body{min-width:0;min-height:0;padding:10px;display:grid;align-content:start;gap:8px;overflow:auto}.studio-root-shell .table-cell-inline-editor-field{min-width:0;display:grid;gap:5px}.studio-root-shell .table-cell-inline-editor-field>span{color:var(--studio-foreground);font-size:12px;font-weight:650}.studio-root-shell .table-cell-inline-editor-field>small{color:var(--studio-foreground-lighter);font-size:11px;line-height:1.35}.studio-root-shell .table-cell-inline-editor-field input,.studio-root-shell .table-cell-inline-editor-field select,.studio-root-shell .table-cell-inline-editor-field textarea{min-height:32px;border-radius:5px;font-size:12px}.studio-root-shell .table-cell-inline-editor.is-json .table-cell-inline-editor-body{padding:0}.studio-root-shell .table-cell-inline-editor.is-json .table-cell-inline-editor-field{gap:0}.studio-root-shell .table-cell-inline-editor.is-json .table-cell-inline-editor-field>span,.studio-root-shell .table-cell-inline-editor.is-json .table-cell-inline-editor-field>small{padding-inline:10px}.studio-root-shell .table-cell-inline-editor.is-json .table-cell-inline-editor-field>span{padding-top:10px}.studio-root-shell .table-cell-inline-textarea{min-height:188px;border-right:0;border-left:0;border-radius:0;resize:vertical;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.5}.studio-root-shell .table-cell-inline-editor-actions{min-height:50px;border-top:1px solid var(--studio-border);padding:8px 10px;display:flex;justify-content:flex-end;gap:8px;background:#1b2223}.studio-root-shell .table-editor-key-summary{min-width:0;border:1px solid var(--studio-border);border-radius:6px;background:#101516;overflow:hidden}.studio-root-shell .table-editor-actions .compact{min-width:112px}.studio-root-shell .danger-action{background:#ff63691f;color:#ffb4b7}.studio-root-shell .table-editor-table-list{max-height:calc(100dvh - 228px);padding:6px 8px 12px;gap:3px}.studio-root-shell .table-editor-table-list .resource-item{min-height:58px;padding:8px;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:10px}.studio-root-shell .table-editor-table-list .resource-item.has-badge{grid-template-columns:30px minmax(0,1fr) auto}.studio-root-shell .table-editor-table-list .resource-item>svg{width:30px;height:30px;border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:7px;background:#141a1b;color:var(--studio-foreground-lighter)}.studio-root-shell .table-editor-table-list .resource-item.selected{border-color:color-mix(in srgb,var(--studio-brand) 34%,var(--studio-border));background:color-mix(in srgb,var(--studio-brand) 8%,transparent)}.studio-root-shell .table-editor-table-list .resource-item.selected>svg{border-color:color-mix(in srgb,var(--studio-brand) 38%,var(--studio-border));background:color-mix(in srgb,var(--studio-brand) 10%,#141a1b);color:var(--studio-brand)}.studio-root-shell .table-editor-table-list .resource-item:focus-visible{outline:2px solid var(--studio-brand);outline-offset:-2px}.studio-root-shell .table-row-drawer{position:fixed;top:52px;right:0;bottom:0;z-index:18;width:min(360px,calc(100dvw - 24px));min-width:300px;max-width:360px;min-height:0;height:auto;max-height:none;border:1px solid var(--studio-border);border-top:0;border-right:0;border-bottom:0;border-radius:0;background:var(--studio-panel);color:var(--studio-foreground);box-shadow:-5px 0 #121718,-6px 0 0 var(--studio-border)}.studio-root-shell .table-security-section{gap:var(--studio-space-6)}.studio-root-shell .table-security-summary.studio-definition-summary-table{margin-bottom:2px;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.studio-root-shell .table-security-summary.studio-definition-summary-table>div{min-height:30px;border:1px solid var(--studio-border);border-radius:6px;padding:5px 8px;background:#ffffff09}.studio-root-shell .table-security-summary.studio-definition-summary-table span{color:var(--studio-foreground-muted);font-size:12px;font-weight:650}.studio-root-shell .table-security-summary.studio-definition-summary-table strong{color:var(--studio-foreground)}.studio-root-shell .table-security-grid{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:var(--studio-space-6);align-items:start}.studio-root-shell .policy-template-panel,.studio-root-shell .policy-drawer-templates{min-width:0;display:grid;align-content:start;gap:var(--studio-space-3)}.studio-root-shell .policy-template-panel{max-height:calc(100dvh - 292px);overflow:auto}.studio-root-shell .policy-template-panel h3,.studio-root-shell .policy-drawer-templates h3{margin:0;font-size:1rem}.studio-root-shell .policy-template-row{min-width:0;border:1px solid var(--studio-border);border-radius:6px;padding:var(--studio-space-4);display:grid;gap:6px;background:#ffffff09;color:var(--studio-foreground);text-align:left}.studio-root-shell .policy-template-row:hover{border-color:var(--studio-border-strong);background:#ffffff0f}.studio-root-shell .policy-template-row strong,.studio-root-shell .policy-template-row small{min-width:0;overflow-wrap:anywhere}.studio-root-shell .policy-template-row small{color:var(--studio-foreground-muted);font-size:12px;line-height:1.35}.studio-root-shell .policy-command-badge{width:fit-content;border:1px solid var(--studio-border);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;letter-spacing:0}.studio-root-shell .policy-command-select,.studio-root-shell .policy-command-insert,.studio-root-shell .policy-command-update,.studio-root-shell .policy-command-delete,.studio-root-shell .policy-command-all{background:#3ecf8e1a;color:var(--studio-brand)}.studio-root-shell .policy-command-delete{background:#ff63691a;color:#ffb4b7}.studio-root-shell .policy-drawer{position:sticky;top:10px;min-width:520px;max-width:680px;min-height:calc(100dvh - 102px);height:calc(100dvh - 102px);max-height:calc(100dvh - 102px);border:1px solid var(--studio-border);border-radius:0;background:var(--studio-panel);color:var(--studio-foreground);box-shadow:-5px 0 #121718,-6px 0 0 var(--studio-border)}.studio-root-shell .policy-drawer-grid{grid-template-columns:minmax(0,1fr) minmax(210px,250px);gap:10px;align-items:start}.studio-root-shell .policy-form-panel{min-width:0;display:grid;gap:8px}.studio-root-shell .table-row-form{min-width:0;display:grid;gap:var(--studio-space-4)}.studio-root-shell .table-row-form-field{min-width:0;display:grid;gap:5px}.studio-root-shell .table-row-form-field>span{color:var(--studio-foreground);font-size:12px;font-weight:650}.studio-root-shell .table-row-form-field>small{color:var(--studio-foreground-lighter);font-size:11px;line-height:1.35}.studio-root-shell .table-row-form-field input,.studio-root-shell .table-row-form-field select,.studio-root-shell .table-row-form-field textarea{min-height:30px;border-radius:6px;font-size:12px}.studio-root-shell .table-row-form-field textarea.table-row-textarea-input{min-height:84px;resize:vertical}.studio-root-shell .policy-expression-editor{min-height:132px}.studio-root-shell .policy-expression-editor .studio-sql-editor-textarea{min-height:76px;line-height:1.45}.studio-root-shell .create-table-columns h3{margin:0}.studio-root-shell .table-form-field{min-width:0;margin:0}.studio-root-shell .create-table-columns{min-width:0;display:grid;gap:8px}.studio-root-shell .create-table-columns-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.studio-root-shell .create-table-column-table .studio-data-row{min-width:0;gap:8px;align-items:center}.studio-root-shell .create-table-column-table input,.studio-root-shell .create-table-column-table select{min-width:0}.studio-root-shell .create-table-column-table .studio-data-header{color:var(--studio-foreground-muted);font-size:12px;font-weight:650}.studio-root-shell .create-table-column-table .studio-data-cell,.studio-root-shell .create-table-column-table .studio-data-header>span{min-width:0}.studio-root-shell .create-table-remove{width:34px;height:34px;border-radius:8px}.studio-root-shell .create-table-errors{margin:0;display:grid;gap:4px}.studio-root-shell .create-table-sql-code,.studio-root-shell .policy-sql-code,.studio-root-shell .table-ddl-preview-code{min-height:180px}.studio-root-shell .table-ddl-inline-form{min-width:0;display:grid;gap:var(--studio-space-3);border:1px solid var(--studio-border);border-radius:8px;padding:var(--studio-space-4);background:#ffffff08}.studio-root-shell .table-ddl-inline-grid{min-width:0;display:grid;grid-template-columns:minmax(140px,1fr) minmax(120px,.7fr) minmax(180px,1fr) minmax(92px,auto) minmax(82px,auto) minmax(118px,auto);gap:var(--studio-space-3);align-items:end}.studio-root-shell .table-index-inline-grid{grid-template-columns:minmax(160px,.8fr) minmax(260px,1.2fr) minmax(110px,.5fr) minmax(82px,auto) minmax(126px,auto)}.studio-root-shell .table-ddl-checkbox{min-height:34px;display:inline-flex;align-items:center;gap:7px;color:var(--studio-foreground-muted);font-size:12px;font-weight:700;white-space:nowrap}.studio-root-shell .table-ddl-checkbox input{width:15px;height:15px}.studio-root-shell .table-index-column-select{min-width:0;position:relative;display:grid;gap:6px}.studio-root-shell .table-index-column-label{color:var(--studio-foreground-muted);font-size:12px;font-weight:700}.studio-root-shell .table-index-column-trigger{min-width:0;width:100%;min-height:42px;border:1px solid var(--studio-border);border-radius:6px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#101516;color:var(--studio-foreground);font-size:13px;font-weight:650}.studio-root-shell .table-index-column-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .table-index-column-menu{position:absolute;z-index:20;bottom:calc(100% + 6px);left:0;right:0;max-height:min(168px,36dvh);overflow-y:auto;overflow-x:hidden;border:1px solid var(--studio-border);border-radius:8px;padding:6px;display:grid;gap:4px;background:#101516;box-shadow:0 18px 44px #00000057}.studio-root-shell .table-index-column-option{min-height:30px;border-radius:6px;margin:0;padding:0 8px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--studio-foreground);font-size:12px;font-weight:700}.studio-root-shell .table-index-column-option:hover,.studio-root-shell .table-index-column-option[aria-selected=true]{background:#3ecf8e1f}.studio-root-shell .table-index-column-option input{width:14px;height:14px}.studio-root-shell .table-index-column-option span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .table-ddl-full-code{min-height:360px}.studio-root-shell .policy-row{grid-template-columns:minmax(140px,.8fr) minmax(140px,.7fr) minmax(160px,1fr) minmax(160px,1fr)}.studio-root-shell .index-row{grid-template-columns:minmax(160px,.5fr) minmax(0,1fr)}.table-columns-data-table{--studio-data-columns: minmax(160px, 1.1fr) minmax(140px, 1fr) 86px 120px 90px}.table-policies-data-table{--studio-data-columns: minmax(160px, 1fr) 92px minmax(140px, .8fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(86px, auto)}.table-indexes-data-table{--studio-data-columns: minmax(180px, .5fr) minmax(420px, 1fr)}.studio-root-shell .table-grid-viewport .table-editor-result-grid{height:100%;max-height:none;border-width:0;border-radius:0}.table-grid-footer{min-height:var(--studio-footer-height);padding:var(--studio-space-2) var(--studio-space-4);grid-template-columns:minmax(0,1fr) minmax(180px,auto) auto;gap:var(--studio-space-4)}.table-grid-footer-tabs{min-width:0;min-height:0}.studio-root-shell .table-grid-footer .table-workbench-tabs{border-bottom:0;padding:0;background:transparent}.table-grid-footer-status{display:grid;justify-items:end;gap:1px}.table-grid-footer-status strong{display:block}.table-grid-footer-status span{min-width:0;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1440px){.studio-root-shell .table-editor-workspace.with-policy-drawer{grid-template-columns:minmax(220px,260px) minmax(0,1fr)}.studio-root-shell .table-editor-workspace.with-policy-drawer .policy-drawer{grid-column:2;position:static;max-width:none;min-width:0;min-height:auto}}@media(max-width:1280px){.studio-root-shell .table-row-filter-toolbar{grid-template-columns:1fr}.studio-root-shell .table-row-filter-heading,.studio-root-shell .table-row-filter-list,.studio-root-shell .table-row-filter-actions{grid-column:1;grid-row:auto}.studio-root-shell .table-row-filter-actions{justify-content:flex-start}.studio-root-shell .table-security-grid{grid-template-columns:1fr}.studio-root-shell .table-ddl-inline-grid,.studio-root-shell .table-index-inline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-root-shell .policy-template-panel{max-height:none}}@media(max-width:760px){.studio-root-shell .table-editor-table-list{max-height:360px}.studio-root-shell .table-editor-grid{grid-template-columns:1fr}.studio-root-shell .table-row-filter-condition{grid-template-columns:minmax(0,1fr) minmax(132px,.65fr) var(--table-row-filter-control-height);align-items:start}.studio-root-shell .table-row-filter-value{grid-column:1 / -1}.studio-root-shell .table-row-filter-remove{grid-column:3;grid-row:1;justify-self:end}.studio-root-shell .table-row-drawer{position:fixed;inset:52px 0 0 auto;width:min(100dvw,360px);max-width:none;min-width:0}.studio-root-shell .table-security-grid,.studio-root-shell .policy-drawer-grid{grid-template-columns:1fr}.studio-root-shell .policy-drawer{grid-column:auto;position:static;max-width:none;min-width:0;min-height:auto;height:auto;max-height:none}.studio-root-shell .create-table-column-table{--studio-data-columns: 1fr}.studio-root-shell .create-table-column-table .studio-data-row,.studio-root-shell .table-ddl-inline-grid,.studio-root-shell .table-index-inline-grid{grid-template-columns:1fr}.table-grid-footer{grid-template-columns:1fr;justify-items:stretch}.table-grid-footer-status{justify-items:start}}@media(max-width:380px){.studio-root-shell .table-row-filter-condition{grid-template-columns:1fr}.studio-root-shell .table-row-filter-value{grid-column:auto}.studio-root-shell .table-row-filter-remove{grid-column:auto;grid-row:auto;justify-self:start}}@media(max-width:620px){.studio-root-shell .table-workbench-toolbar,.studio-root-shell .table-workbench-title,.studio-root-shell .table-workbench-actions,.studio-root-shell .table-workbench-tabs{align-items:stretch}.studio-root-shell .table-workbench-toolbar,.studio-root-shell .table-workbench-title{display:grid}.studio-root-shell .table-workbench-actions{flex-wrap:wrap}}.studio-root-shell .realtime-pane{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;gap:16px;padding:22px 26px 32px;overflow-y:auto;overflow-x:hidden}.studio-root-shell .realtime-cloud-banner,.studio-root-shell .realtime-info-card{display:flex;align-items:flex-start;gap:8px;border:1px solid var(--studio-border-strong);border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.5}.studio-root-shell .realtime-cloud-banner{border-color:#f0883e66;background:#f0883e14;color:#f2b179}.studio-root-shell .realtime-info-card{background:var(--studio-surface-muted, rgba(127, 127, 127, .06));color:var(--studio-foreground-muted)}.studio-root-shell .realtime-info-card code{background:#7f7f7f24;border-radius:4px;padding:1px 5px;font-size:11px}.studio-root-shell .realtime-toolbar{display:flex;align-items:center;gap:10px}.studio-root-shell .realtime-toolbar-count{font-size:11px;color:var(--studio-foreground-muted);white-space:nowrap}.studio-root-shell .realtime-tables-data-table .realtime-schema-name{font-size:11px;opacity:.8}.studio-root-shell .realtime-pk-badge{border:1px solid rgba(63,185,80,.38);background:#3fb9501a;color:#7ee787;border-radius:999px;font-size:10px;font-weight:700;padding:1px 7px}.studio-root-shell .realtime-pk-missing{color:var(--studio-foreground-muted);font-size:11px}.studio-root-shell .realtime-rail{display:flex;flex-direction:column;gap:2px;padding:10px 8px;height:100%;min-height:0;overflow-y:auto}.studio-root-shell .realtime-rail-group{margin:12px 8px 4px;font-size:10px;font-weight:700;letter-spacing:.07em;color:var(--studio-foreground-muted);text-transform:uppercase}.studio-root-shell .realtime-rail-item{display:flex;align-items:center;gap:8px;width:100%;padding:7px 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--studio-foreground);font-size:13px;text-align:left;cursor:pointer}.studio-root-shell .realtime-rail-item:hover{background:#7f7f7f1a}.studio-root-shell .realtime-rail-item.is-active{background:#7f7f7f1f;border-color:var(--studio-border-strong);color:var(--studio-foreground)}.studio-root-shell .realtime-inspector-pane{min-height:680px}.studio-root-shell .realtime-inspector-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 170px auto minmax(200px,.7fr);align-items:end;gap:10px;padding-bottom:16px;border-bottom:1px solid var(--studio-border-strong)}.studio-root-shell .realtime-role-field{min-width:0}.studio-root-shell .realtime-message-filter{min-height:34px;display:flex;align-items:center;gap:7px;border:1px solid var(--studio-border-strong);border-radius:6px;padding:0 10px;color:var(--studio-foreground-muted);background:var(--studio-surface, transparent)}.studio-root-shell .realtime-message-filter input{min-width:0;width:100%;border:0;outline:none;color:var(--studio-foreground);background:transparent;font:inherit;font-size:12px}.studio-root-shell .realtime-inspector-welcome{min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px 5%}.studio-root-shell .realtime-inspector-welcome>svg{box-sizing:content-box;padding:12px;border:1px solid rgba(63,185,80,.28);border-radius:50%;color:#7ee787;background:#3fb95014}.studio-root-shell .realtime-inspector-welcome h2{margin:18px 0 8px;font-size:24px}.studio-root-shell .realtime-inspector-welcome>p{max-width:610px;margin:0 0 18px;color:var(--studio-foreground-muted);font-size:13px}.studio-root-shell .realtime-getting-started-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:48px;border-top:1px solid var(--studio-border-strong)}.studio-root-shell .realtime-getting-started-grid article{min-width:0;padding:28px 24px 8px;border-right:1px solid var(--studio-border-strong)}.studio-root-shell .realtime-getting-started-grid article:last-child{border-right:0}.studio-root-shell .realtime-getting-started-grid article>svg{color:var(--studio-foreground-muted)}.studio-root-shell .realtime-getting-started-grid h3{margin:12px 0 7px;font-size:14px}.studio-root-shell .realtime-getting-started-grid p{min-height:54px;margin:0 0 10px;color:var(--studio-foreground-muted);font-size:12px;line-height:1.5}.studio-root-shell .text-action{border:0;padding:0;color:#7ee787;background:transparent;font:inherit;font-size:12px;cursor:pointer;text-decoration:none}.studio-root-shell .text-action:hover{text-decoration:underline}.studio-root-shell .realtime-inspector-stream{display:flex;flex-direction:column;gap:8px;min-height:440px;max-height:620px;overflow-y:auto;border:1px solid var(--studio-border-strong);border-radius:8px;padding:12px;background:#0000002e}.studio-root-shell .realtime-inspector-empty{color:var(--studio-foreground-muted);font-size:12px;margin:0;padding:8px}.studio-root-shell .realtime-inspector-message{margin:0;padding:8px 10px;border-left:3px solid rgba(63,185,80,.5);background:#3fb9500d;border-radius:4px;white-space:pre-wrap;word-break:break-word}.studio-root-shell .realtime-inspector-message code{font-size:12px;line-height:1.5}.studio-root-shell .realtime-inspector-at{display:block;font-size:10px;color:var(--studio-foreground-muted);margin-bottom:4px}.studio-root-shell .realtime-empty-state{display:flex;min-height:300px;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1px dashed var(--studio-border-strong);border-radius:8px;color:var(--studio-foreground-muted);text-align:center}.studio-root-shell .realtime-empty-state h3,.studio-root-shell .realtime-empty-state p{margin:0}.studio-root-shell .realtime-empty-state p{max-width:520px;font-size:12px}.studio-root-shell .realtime-policy-editor{display:flex;flex-direction:column;gap:14px;border:1px solid var(--studio-border-strong);border-radius:9px;padding:16px;background:var(--studio-surface-muted, rgba(127, 127, 127, .04))}.studio-root-shell .realtime-policy-editor-heading,.studio-root-shell .realtime-subsection-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.studio-root-shell .realtime-policy-editor-heading h3,.studio-root-shell .realtime-subsection-heading h2,.studio-root-shell .realtime-subsection-heading p{margin:0}.studio-root-shell .realtime-policy-form-grid{display:grid;grid-template-columns:minmax(240px,1fr) minmax(220px,.7fr);gap:12px 14px}.studio-root-shell .realtime-policy-command-chips,.studio-root-shell .realtime-policy-role-suggestions{display:flex;flex-wrap:wrap;gap:6px}.studio-root-shell .realtime-policy-command-chip,.studio-root-shell .realtime-policy-role-chip{border:1px solid var(--studio-border-strong);border-radius:6px;padding:6px 10px;background:var(--studio-surface, transparent);color:var(--studio-foreground);font:600 11px/1.2 var(--studio-font, inherit);cursor:pointer;transition:border-color .12s ease,color .12s ease,background .12s ease}.studio-root-shell .realtime-policy-role-chip{padding:4px 9px;font-weight:500}.studio-root-shell .realtime-policy-command-chip:hover:not(:disabled),.studio-root-shell .realtime-policy-role-chip:hover:not(:disabled){border-color:var(--studio-accent, #3ecf8e)}.studio-root-shell .realtime-policy-command-chip.is-active,.studio-root-shell .realtime-policy-role-chip.is-active{border-color:var(--studio-accent, #3ecf8e);color:var(--studio-accent, #3ecf8e);background:color-mix(in srgb,var(--studio-accent, #3ecf8e) 12%,transparent)}.studio-root-shell .realtime-policy-command-chip:disabled,.studio-root-shell .realtime-policy-role-chip:disabled{opacity:.55;cursor:not-allowed}.studio-root-shell .realtime-policy-table{display:flex;align-items:center;gap:8px;border:1px solid var(--studio-border-strong);border-radius:6px;padding:9px 10px;background:#7f7f7f0d;color:var(--studio-foreground-muted)}.studio-root-shell .realtime-policy-table code{font-size:12px;color:var(--studio-foreground)}.studio-root-shell .realtime-policy-editor-body{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:14px;align-items:start}.studio-root-shell .realtime-policy-editor-main{display:flex;flex-direction:column;gap:12px;min-width:0}.studio-root-shell .realtime-template-sidebar{display:flex;flex-direction:column;gap:10px;max-height:560px;border:1px solid var(--studio-border-strong);border-radius:9px;padding:12px;background:var(--studio-surface-muted, rgba(127, 127, 127, .04))}.studio-root-shell .realtime-template-sidebar-header h3{margin:0 0 8px;font-size:13px}.studio-root-shell .realtime-template-sidebar-header .studio-search-field{width:100%}.studio-root-shell .realtime-template-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-right:2px}.studio-root-shell .realtime-template-card{display:flex;flex-direction:column;gap:3px;text-align:left;border:1px solid var(--studio-border-strong);border-radius:7px;padding:9px 10px;background:var(--studio-surface, transparent);color:var(--studio-foreground);cursor:pointer;transition:border-color .12s ease}.studio-root-shell .realtime-template-card:hover{border-color:var(--studio-accent, #3ecf8e)}.studio-root-shell .realtime-template-card strong{font-size:12px;line-height:1.4}.studio-root-shell .realtime-template-card span{font-size:11px;line-height:1.4;color:var(--studio-foreground-muted)}.studio-root-shell .realtime-template-empty{margin:0;font-size:12px;color:var(--studio-foreground-muted)}.studio-root-shell .realtime-policy-expression{width:100%;box-sizing:border-box;resize:vertical;border:1px solid var(--studio-border-strong);border-radius:6px;padding:9px 10px;color:var(--studio-foreground);background:var(--studio-surface, transparent);font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.studio-root-shell .realtime-policy-editor-actions{display:flex;justify-content:flex-end}.studio-root-shell .realtime-policy-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.studio-root-shell .realtime-policy-summary{display:block;max-width:420px;overflow:hidden;color:var(--studio-foreground-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .realtime-settings-list{border-top:1px solid var(--studio-border-strong)}.studio-root-shell .realtime-settings-row{display:grid;grid-template-columns:minmax(260px,1fr) minmax(230px,340px);align-items:center;gap:30px;min-height:82px;border-bottom:1px solid var(--studio-border-strong);padding:13px 4px}.studio-root-shell .realtime-settings-copy{display:flex;flex-direction:column;gap:5px}.studio-root-shell .realtime-settings-copy strong{font-size:13px}.studio-root-shell .realtime-settings-copy span{color:var(--studio-foreground-muted);font-size:11px;line-height:1.45}.studio-root-shell .realtime-settings-switch{display:flex;align-items:center;justify-content:flex-end;gap:14px}.studio-root-shell .realtime-settings-value{font-size:12px;font-weight:600}.studio-root-shell .realtime-settings-value.is-ok{color:#7ee787}.studio-root-shell .realtime-settings-value.is-warn{color:#f2b179}.studio-root-shell .realtime-settings-value.is-muted{color:var(--studio-foreground-muted);font-weight:500}.studio-root-shell .realtime-settings-input{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--studio-border-strong);border-radius:6px;padding:0 11px;color:var(--studio-foreground);background:#7f7f7f0d;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.studio-root-shell .realtime-settings-input small{color:var(--studio-foreground-muted);font-family:inherit}.studio-root-shell .realtime-inspector-header h2{margin:0 0 4px;font-size:20px;font-weight:650;color:var(--studio-foreground)}.studio-root-shell .realtime-inspector-header p{margin:0;font-size:12px;color:var(--studio-foreground-muted)}.studio-root-shell .realtime-inspector-filterbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.studio-root-shell .realtime-kind-filter{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.studio-root-shell .realtime-kind-filter button{border:1px solid var(--studio-border-strong);border-radius:6px;padding:5px 10px;background:transparent;color:var(--studio-foreground-muted);font:600 11px/1.2 var(--studio-font, inherit);cursor:pointer}.studio-root-shell .realtime-kind-filter button.is-active{border-color:var(--studio-accent, #3ecf8e);color:var(--studio-accent, #3ecf8e);background:color-mix(in srgb,var(--studio-accent, #3ecf8e) 12%,transparent)}.studio-root-shell .realtime-inspector-stream{display:flex;flex-direction:column;gap:6px;flex:1 1 auto;min-height:140px;max-height:none;overflow-y:auto;border:1px solid var(--studio-border-strong);border-radius:8px;padding:10px;background:#0000002e}.studio-root-shell .realtime-inspector-message{border:1px solid var(--studio-border-strong);border-radius:7px;background:var(--studio-panel, rgba(127, 127, 127, .05));overflow:hidden}.studio-root-shell .realtime-inspector-message>summary{display:flex;align-items:center;gap:8px;padding:7px 10px;cursor:pointer;list-style:none;font-size:12px}.studio-root-shell .realtime-inspector-message>summary::-webkit-details-marker{display:none}.studio-root-shell .realtime-inspector-message>summary:before{content:"▸";color:var(--studio-foreground-lighter);font-size:10px;transition:transform .12s ease}.studio-root-shell .realtime-inspector-message[open]>summary:before{transform:rotate(90deg)}.studio-root-shell .realtime-inspector-message>pre{margin:0;padding:8px 12px;border-top:1px solid var(--studio-border);background:#00000040;overflow-x:auto}.studio-root-shell .realtime-inspector-message>pre code{font-size:11.5px;line-height:1.5}.studio-root-shell .realtime-kind-badge{border-radius:4px;padding:2px 7px;font:700 10px/1.3 var(--studio-font, inherit);letter-spacing:.02em;text-transform:uppercase}.studio-root-shell .realtime-kind-broadcast{background:#3ecf8e29;color:#3ecf8e}.studio-root-shell .realtime-kind-presence{background:#5b98f229;color:#5b98f2}.studio-root-shell .realtime-kind-postgres_changes{background:#f0883e29;color:#f0883e}.studio-root-shell .realtime-kind-system{background:#a7b0ad29;color:var(--studio-foreground-muted)}.studio-root-shell .realtime-kind-other{background:#a7b0ad1a;color:var(--studio-foreground-lighter)}.studio-root-shell .realtime-message-channel{color:var(--studio-foreground);font-weight:600}.studio-root-shell .realtime-message-event{color:var(--studio-foreground-muted);font-size:11.5px}.studio-root-shell .realtime-inspector-at{margin-left:auto;color:var(--studio-foreground-lighter);font-size:11px;white-space:nowrap}.studio-root-shell .realtime-outbound-mark{border-radius:4px;padding:1px 6px;background:#3ecf8e24;color:#3ecf8e;font:700 10px/1.3 var(--studio-font, inherit)}.studio-root-shell .realtime-inspector-send{position:sticky;bottom:0;border:1px solid var(--studio-border-strong);border-radius:9px;padding:14px 16px;display:flex;flex-direction:column;gap:12px;background:#171d1e}.studio-root-shell .realtime-send-header{display:flex;align-items:center;gap:8px}.studio-root-shell .realtime-send-header h3{margin:0;font-size:13px;font-weight:650}.studio-root-shell .realtime-send-header span{color:var(--studio-foreground-muted);font-size:11.5px}.studio-root-shell .realtime-send-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,.4fr);gap:12px}.studio-root-shell .realtime-send-payload{width:100%;min-height:88px;resize:vertical;border:1px solid var(--studio-border-strong);border-radius:7px;background:#00000047;color:var(--studio-foreground);font:11.5px/1.5 var(--studio-mono-font, ui-monospace, "SF Mono", Menlo, monospace);padding:9px 11px}.studio-root-shell .realtime-send-payload:focus{outline:none;border-color:var(--studio-accent, #3ecf8e)}.studio-root-shell .realtime-send-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px}.studio-root-shell .realtime-send-footer .studio-status-message{margin-right:auto}.studio-root-shell .realtime-settings-warning{display:flex;align-items:flex-start;gap:8px;border:1px solid color-mix(in srgb,#f2b179 45%,transparent);border-radius:7px;padding:9px 11px;background:color-mix(in srgb,#f2b179 9%,transparent);font-size:12px;line-height:1.5;color:var(--studio-foreground)}.studio-root-shell .realtime-settings-warning svg{flex-shrink:0;margin-top:1px;color:#f2b179}.studio-root-shell .realtime-settings-number{display:flex;align-items:center;justify-content:flex-end;gap:8px}.studio-root-shell .realtime-settings-number .studio-text-input{width:150px}.studio-root-shell .realtime-settings-number small{color:var(--studio-foreground-muted);font-size:11px;white-space:nowrap}.studio-root-shell .realtime-settings-actions{position:sticky;bottom:0;z-index:2;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--studio-border-strong);padding:12px 0 4px;margin-top:2px;background:#121718}.studio-root-shell .realtime-postgres-changes{display:flex;flex-direction:column;gap:12px;margin-top:22px;padding-top:24px;border-top:1px solid var(--studio-border-strong)}.studio-root-shell .realtime-subsection-heading p{margin-top:4px;color:var(--studio-foreground-muted);font-size:11px}@media(max-width:1050px){.studio-root-shell .realtime-inspector-toolbar{grid-template-columns:minmax(220px,1fr) 160px auto}.studio-root-shell .realtime-message-filter{grid-column:1 / -1}.studio-root-shell .realtime-policy-form-grid{grid-template-columns:1fr 1fr}.studio-root-shell .realtime-policy-editor-body{grid-template-columns:minmax(0,1fr) 250px}}@media(max-width:760px){.studio-root-shell .realtime-pane{padding:16px}.studio-root-shell .realtime-inspector-toolbar,.studio-root-shell .realtime-policy-form-grid,.studio-root-shell .realtime-settings-row,.studio-root-shell .realtime-getting-started-grid,.studio-root-shell .realtime-policy-editor-body{grid-template-columns:1fr}.studio-root-shell .realtime-policy-editor-main{order:2}.studio-root-shell .realtime-template-sidebar{order:1;max-height:none}.studio-root-shell .realtime-getting-started-grid article{border-right:0;border-bottom:1px solid var(--studio-border-strong)}.studio-root-shell .realtime-settings-row{gap:10px}.studio-root-shell .realtime-settings-switch{justify-content:flex-start}}.studio-product-menu-detail .sql-query-list{max-height:none}.sql-query-group{min-height:0;padding:4px 8px 0;display:grid;grid-template-rows:auto minmax(0,1fr);flex:1 1 auto;overflow:hidden}.sql-query-group .studio-resource-group-header{padding:8px 0 5px}.sql-query-action-list{min-width:0;border-bottom:1px solid var(--studio-border);padding:8px;display:grid;gap:6px}.sql-query-search{margin:10px 12px 2px}.sql-workspace{grid-template-columns:minmax(220px,270px) minmax(0,1fr)}.studio-root-shell .sql-editor-pane{min-width:0;min-height:100%;border-color:var(--studio-border);border-radius:0;display:grid;grid-template-rows:auto 42px auto minmax(220px,1fr) 6px var(--sql-utility-panel-height, 300px);grid-template-rows:auto var(--studio-toolbar-height) auto minmax(220px,1fr) 6px var(--sql-utility-panel-height, 300px);gap:0;background:var(--studio-sidebar);color:var(--studio-foreground);box-shadow:none;overflow:hidden}.studio-root-shell .sql-editor-tab-strip{min-width:0;height:var(--studio-toolbar-height);border-bottom:1px solid var(--studio-border);display:flex;align-items:stretch;gap:0;overflow-x:auto;overflow-y:hidden;background:#111617}.sql-editor-tab{min-width:176px;max-width:260px;border-right:1px solid var(--studio-border);display:grid;grid-template-columns:minmax(0,1fr) 28px;background:#111617;color:var(--studio-foreground-muted)}.sql-editor-tab.is-selected{background:#171d1e;color:var(--studio-foreground);box-shadow:inset 0 2px 0 var(--studio-brand)}.sql-editor-tab-select,.sql-editor-tab-close{min-width:0;border:0;background:transparent;color:inherit}.sql-editor-tab-select{padding:6px 8px 5px 10px;display:grid;gap:1px;text-align:left}.sql-editor-tab-select span,.sql-editor-tab-select small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sql-editor-tab-select span{position:relative;font-size:12px;font-weight:650}.sql-editor-tab.is-dirty .sql-editor-tab-select span:after{content:"";width:5px;height:5px;margin-left:6px;border-radius:999px;display:inline-block;vertical-align:1px;background:var(--studio-brand)}.sql-editor-tab-select small{color:var(--studio-foreground-subtle);font-size:10px}.sql-editor-tab-close{display:inline-flex;align-items:center;justify-content:center;opacity:.72}.sql-editor-tab-close:hover,.sql-editor-tab-close:focus-visible,.sql-editor-tab-select:hover,.sql-editor-tab-select:focus-visible{color:var(--studio-foreground);background:#ffffff09}.studio-root-shell .sql-editor-title-row{border-bottom:1px solid var(--studio-border);padding:10px 12px;background:#121718}.studio-root-shell .sql-editor-title-row .sql-title-field{max-width:520px}.studio-root-shell .sql-editor-header{border-color:var(--studio-border);padding:10px 12px;display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:12px;align-items:end;background:var(--studio-panel);color:var(--studio-foreground)}.studio-root-shell .sql-title-field{margin:0}.studio-root-shell .sql-editor-surface{min-width:0;min-height:0;margin:0;border-width:0 0 1px;border-color:var(--studio-border);border-radius:0;overflow:hidden;background:#121617}.studio-root-shell .sql-editor-surface .cm-editor{height:100%;min-height:0;background:#121617;color:#c7cfca;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:12px}.studio-root-shell .sql-editor-surface .cm-scroller{background:#121617;color:#c7cfca}.studio-root-shell .sql-editor-surface .cm-content{caret-color:var(--studio-brand)}.studio-root-shell .sql-editor-surface .cm-gutters{border-right-color:var(--studio-border);background:#15191a;color:#7f8a85}.studio-root-shell .sql-editor-surface .cm-activeLine,.studio-root-shell .sql-editor-surface .cm-activeLineGutter{background:#ffffff07}.studio-root-shell .sql-editor-surface .cm-selectionBackground,.studio-root-shell .sql-editor-surface .cm-focused .cm-selectionBackground,.studio-root-shell .sql-editor-surface .cm-content ::selection{background:#58766852}.studio-root-shell .sql-editor-surface .cm-cursor{border-left-color:var(--studio-brand)}.studio-root-shell .sql-editor-surface .cm-tooltip,.studio-root-shell .sql-editor-surface .cm-tooltip-autocomplete{border-color:var(--studio-border);background:#1a1f20;color:#d3d9d6}.studio-root-shell .sql-editor-surface .cm-tooltip-autocomplete ul li[aria-selected]{background:#3ecf8e1f;color:#eef4f1}.sql-utility-resize-handle{min-width:0;height:6px;min-height:6px;border-bottom:1px solid var(--studio-border);display:flex;align-items:center;justify-content:center;background:#101516;cursor:row-resize;touch-action:none}.sql-utility-resize-handle:before{content:"";width:32px;height:1px;background:transparent;transition:background .12s ease,box-shadow .12s ease}.sql-utility-resize-handle:hover:before,.sql-utility-resize-handle:focus-visible:before,.sql-utility-resizing .sql-utility-resize-handle:before{background:var(--studio-brand);box-shadow:0 0 0 1px #3ecf8e29}.sql-utility-resize-handle:focus-visible{outline:2px solid var(--studio-brand);outline-offset:-2px}.sql-utility-resizing,.sql-utility-resizing *{cursor:row-resize!important;-webkit-user-select:none;user-select:none}.studio-root-shell .sql-query-group .sql-query-list{height:100%;min-height:0;max-height:none;padding:0 0 8px;align-content:start;grid-auto-rows:max-content;overflow:auto}.studio-root-shell .sql-result-grid{max-width:100%;max-height:360px;overflow:auto;border:1px solid var(--studio-border);border-radius:6px;background:#101516}.studio-root-shell .sql-history-grid{height:100%;max-width:100%;overflow:auto;border-width:0;border-radius:0;background:#101516}.studio-root-shell .sql-result-grid .studio-data-row{min-width:680px;min-height:34px;padding:0;gap:0;font-size:12px}.studio-root-shell .sql-history-grid .studio-data-row{min-width:1040px;min-height:34px;padding:0;gap:0;font-size:12px}.studio-root-shell .sql-result-grid .studio-data-row>span{max-width:300px;padding:8px 10px;display:flex;align-items:center;color:var(--studio-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .sql-history-grid .studio-data-row>span{min-width:0;padding:8px 10px;display:flex;align-items:center;color:var(--studio-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .sql-result-grid .studio-data-header,.studio-root-shell .sql-history-grid .studio-data-header{position:sticky;top:0;z-index:3;background:#171d1e;color:var(--studio-foreground-muted);font-weight:650}.sql-history-status{min-width:62px;min-height:20px;border:1px solid var(--studio-border);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--studio-foreground-muted);font-size:11px;font-weight:650;text-transform:capitalize}.sql-history-status.is-success{border-color:#3ecf8e57;background:#3ecf8e1a;color:var(--studio-brand)}.sql-history-status.is-failed{border-color:#ff63635c;background:#ff636314;color:#ff9a9a}.studio-root-shell .sql-history-grid .sql-history-statement{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;color:var(--studio-foreground)}.studio-root-shell .sql-result-grid .sql-result-row-heading,.studio-root-shell .sql-result-grid .sql-result-row-cell{position:sticky;left:0;width:48px;min-width:48px;z-index:2;background:#101516;color:var(--studio-foreground-muted);text-align:center;font-weight:650;box-shadow:1px 0 0 var(--studio-border)}.studio-root-shell .sql-result-grid .sql-result-row-heading{z-index:4;background:#171d1e}.sql-utility-subnav{min-width:0;display:inline-flex;align-items:center;gap:4px}.studio-root-shell .sql-utility-subnav .subnav-item{min-height:var(--studio-control-height-compact);padding:0 var(--studio-space-3);font-size:12px}.studio-root-shell .studio-utility-body .sql-result-grid{height:100%;max-height:none;border-width:0;border-radius:0}.sql-utility-footer{min-height:32px;background:#121718}.sql-utility-footer-status{width:100%;justify-content:space-between}.sql-utility-footer-status strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:620px){.studio-root-shell .sql-editor-header{grid-template-columns:1fr}}.studio-product-menu-detail .database-object-list{max-height:none}.studio-product-menu-detail .database-pane-tabs{padding:0}.database-object-rail{min-height:0;gap:0;overflow:hidden}.studio-root-shell .database-workspace{flex:1 1 auto;height:100%;min-height:0;align-items:stretch;overflow:hidden;display:flex;flex-direction:row}.studio-root-shell .database-workspace>.database-editor-pane{flex:1 1 0;width:100%;min-width:0;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.studio-root-shell .database-editor-pane>.database-inspector{flex:1 1 auto;height:100%;min-height:0}.studio-root-shell .database-inspector{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch;border-radius:0;background:#121718}.studio-root-shell .database-inspector-header{min-height:58px;border-bottom:1px solid var(--studio-border);padding:10px 16px;background:#171d1e}.studio-root-shell .database-inspector-header .studio-section-title{min-width:0}.studio-root-shell .database-inspector-header .studio-section-title h3{margin:0;max-width:100%;overflow:hidden;font-size:16px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .database-inspector-header .studio-section-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .database-inspector-content{min-width:0;min-height:0;padding:16px;background:#0d1213;overflow:auto}.database-inspector-footer{align-self:end;min-height:44px;padding:0 12px 0 16px;border-top:1px solid var(--studio-border);background:#121718;gap:10px}.database-inspector-footer-status{min-width:0;flex-wrap:nowrap}.database-inspector-action-copy{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.database-rail-actions{display:inline-flex;align-items:center;gap:6px}.studio-root-shell .database-detail-stack{width:100%;min-width:0;display:grid;align-content:start;gap:14px}.studio-root-shell .database-detail-stack h3{margin:0 0 10px;font-size:15px;letter-spacing:0}.studio-root-shell .database-detail-section{min-width:0;display:grid;gap:0}.studio-root-shell .database-inspector .studio-definition-table{border:1px solid var(--studio-border);border-radius:6px;background:#101516;overflow:hidden}.studio-root-shell .database-object-summary-grid.studio-definition-summary-table{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:8px;border:0;background:transparent;overflow:visible}.studio-root-shell .database-object-summary-grid.studio-definition-summary-table>div{min-height:56px;border:1px solid var(--studio-border);border-radius:6px;padding:9px 10px;background:#101516}.studio-root-shell .database-object-summary-grid.studio-definition-summary-table span{color:var(--studio-foreground-lighter);font-size:10px;font-weight:750;text-transform:uppercase}.studio-root-shell .database-object-summary-grid.studio-definition-summary-table strong{min-width:0;color:var(--studio-foreground);font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .database-detail-section h3{color:var(--studio-foreground);font-size:13px;font-weight:750}.studio-root-shell .database-pane-tabs{min-width:0;border-bottom:1px solid var(--studio-border);padding:8px;display:flex;flex-direction:column;gap:4px;overflow:visible;background:#121718}.studio-root-shell .database-pane-tab{width:100%;min-width:0;min-height:34px;border:1px solid transparent;border-radius:6px;padding:6px 8px;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;background:transparent;color:var(--studio-foreground-muted);font:inherit;font-size:11px;font-weight:750;white-space:nowrap;cursor:pointer}.studio-root-shell .database-pane-tab:hover,.studio-root-shell .database-pane-tab:focus-visible{border-color:#ffffff1a;background:#ffffff0b;color:var(--studio-foreground)}.studio-root-shell .database-pane-tab:focus-visible{outline:2px solid var(--studio-brand);outline-offset:-2px}.studio-root-shell .database-pane-tab.active{border-color:#68d39147;background:#68d3911f;color:var(--studio-foreground)}.studio-root-shell .database-pane-tab>svg{flex:0 0 auto;width:28px;height:28px;border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:6px;background:#141a1b;color:var(--studio-foreground-lighter)}.studio-root-shell .database-pane-tab.active>svg{border-color:color-mix(in srgb,var(--studio-brand) 38%,var(--studio-border));background:color-mix(in srgb,var(--studio-brand) 10%,#141a1b);color:var(--studio-brand)}.studio-root-shell .database-pane-tab span{min-width:0;flex:1 1 auto;overflow:hidden;text-align:left;text-overflow:ellipsis}.studio-root-shell .database-pane-tab small{flex:0 0 auto;min-width:18px;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:1px 5px;color:var(--studio-foreground-lighter);font-size:10px;line-height:1.2}.database-rail-section{min-width:0;display:grid;align-content:start;gap:6px;border-bottom:1px solid var(--studio-border);padding:10px 8px}.database-object-section{flex:1 1 auto;min-height:0;border-bottom:0;grid-template-rows:auto auto minmax(0,1fr)}.database-rail-section-label{min-width:0;padding:0 4px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--studio-foreground-lighter);font-size:10px;font-weight:750;line-height:1.2;text-transform:uppercase}.database-rail-section-label span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.database-rail-section-label small{flex:0 0 auto;border:1px solid var(--studio-border);border-radius:999px;padding:1px 6px;background:#ffffff0b;color:var(--studio-foreground-muted);font-size:10px;font-weight:750}.database-object-search{margin:0;height:32px;align-items:center}.studio-root-shell .database-object-search input{height:auto;min-height:0;line-height:1.2;align-self:center}.studio-root-shell .database-object-search svg{align-self:center}.studio-root-shell .database-object-list{max-height:none;overflow:auto;padding:0;display:grid;align-content:start;gap:3px}.studio-root-shell .database-object-list .empty-state{margin:8px}.studio-root-shell .database-object-list .resource-item{min-height:52px;padding:7px 8px;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:10px}.studio-root-shell .database-object-list .resource-item>svg{width:30px;height:30px;border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:7px;background:#141a1b;color:var(--studio-foreground-lighter)}.studio-root-shell .database-object-list .resource-item.selected{border-color:color-mix(in srgb,var(--studio-brand) 34%,var(--studio-border));background:color-mix(in srgb,var(--studio-brand) 8%,transparent)}.studio-root-shell .database-object-list .resource-item.selected>svg{border-color:color-mix(in srgb,var(--studio-brand) 38%,var(--studio-border));background:color-mix(in srgb,var(--studio-brand) 10%,#141a1b);color:var(--studio-brand)}.studio-root-shell .database-object-list .resource-item:focus-visible{outline:2px solid var(--studio-brand);outline-offset:-2px}.studio-root-shell .database-object-list .resource-item strong{font-size:13px;line-height:1.2}.studio-root-shell .database-object-list .resource-item small{font-size:11px;line-height:1.35}.database-definition-code{min-width:0;max-height:none;margin:0}.database-columns-data-table{width:100%;--studio-data-columns: minmax(150px, 1.15fr) minmax(160px, 1fr) 96px minmax(140px, .95fr) 96px;border-radius:6px}.database-columns-data-table .studio-data-header{background:#171d1e}.database-columns-data-table .studio-data-row{min-height:40px}.database-related-data-table{width:100%;border-radius:6px}.database-related-data-table .studio-data-header{background:#171d1e}.database-related-data-table .studio-data-cell{min-width:0}.database-related-data-table .studio-data-cell:nth-child(2){white-space:normal;overflow-wrap:anywhere;line-height:1.35}.database-related-data-table .studio-data-cell:nth-child(3){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.database-management-drawer{flex:0 0 min(420px,38vw);width:min(420px,38vw);min-width:340px;border-left:1px solid var(--studio-border);background:#121718}.database-management-form{min-height:0;display:grid;align-content:start;grid-auto-rows:minmax(0,auto);gap:12px;overflow-y:auto;overflow-x:hidden}.database-management-form .studio-form-field{margin:0}.database-management-form .table-index-column-trigger{justify-content:space-between}.database-management-form .table-index-column-menu.is-static{position:static;width:100%;max-height:150px;margin-top:6px;overflow:auto}.database-checkbox-row{min-height:44px;display:inline-flex;align-items:center;gap:8px;color:var(--studio-foreground);font-size:12px;font-weight:700}.database-management-sql-code{min-height:160px;max-height:min(220px,28dvh);overflow:hidden}.database-management-sql-code .studio-sql-editor-surface{min-height:118px;height:min(180px,22dvh)}.database-management-drawer>.studio-side-panel-footer{position:relative;z-index:3}.database-policy-drawer-host{position:relative;flex:0 0 min(480px,42vw);width:min(480px,42vw);min-width:390px;min-height:0;border-left:1px solid var(--studio-border)}.database-policy-drawer-host .policy-drawer{width:100%;min-width:0;height:100%;border-left:0}.database-policy-drawer-host .policy-drawer-grid{grid-template-columns:minmax(0,1fr)}.database-policy-drawer-host .policy-drawer-templates{max-height:280px;overflow:auto}.database-policy-table-select{position:absolute;z-index:2;top:76px;left:16px;right:16px;display:grid;gap:5px;color:var(--studio-foreground-lighter);font-size:11px;font-weight:750}.database-policy-table-select+.policy-drawer,.database-policy-drawer-host .policy-drawer .studio-side-panel-body{padding-top:70px}.studio-root-shell .studio-action-group.database-inspector-footer-actions{flex-wrap:nowrap;gap:6px}.studio-root-shell .database-inspector-footer-actions .secondary-action.compact{min-width:0;padding-inline:9px;white-space:nowrap}.studio-root-shell .database-inspector-footer-actions .secondary-action.compact svg+span,.studio-root-shell .database-inspector-footer-actions .secondary-action.compact span{min-width:0;overflow:hidden;text-overflow:ellipsis}@media(max-width:980px){.studio-root-shell .database-object-summary-grid.studio-definition-summary-table{grid-template-columns:repeat(2,minmax(0,1fr))}.database-management-drawer{width:100%;min-width:0}}@media(max-width:760px){.database-inspector-footer{grid-template-columns:minmax(0,1fr);padding-inline:8px}.database-inspector-footer-status{display:none}.studio-root-shell .studio-action-group.database-inspector-footer-actions{width:100%;justify-content:flex-end;overflow-x:auto}.studio-root-shell .database-inspector-footer-actions .secondary-action.compact{flex:0 0 auto}}.functions-workbench{grid-template-columns:minmax(240px,300px) minmax(0,1fr)}.studio-root-shell .functions-workbench{position:relative;height:100%;min-height:0;align-items:stretch}.studio-root-shell .functions-workbench>.studio-editor-pane{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.studio-root-shell .functions-workbench .function-workbench-panel,.studio-root-shell .functions-workbench .function-runtime-grid{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden}.studio-root-shell .functions-workbench .function-list-panel{flex:1 1 auto;min-height:0;grid-template-rows:auto minmax(0,1fr);align-content:stretch;overflow:hidden}.studio-root-shell .functions-workbench .function-list-panel>.studio-section-panel-body{min-height:0;grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch}.studio-root-shell .functions-workbench .function-list-panel .function-list-table{min-height:0;overflow:auto}.studio-root-shell .functions-workbench>.studio-editor-pane>.function-project-files{flex:1 1 auto;min-height:0;overflow:hidden}.studio-function-artifacts-table{--studio-data-columns: minmax(92px, 120px) minmax(170px, 220px) minmax(120px, 1fr) minmax(300px, auto)}.function-artifact-action{min-width:0;white-space:nowrap}.function-artifact-detail-link{border:0;padding:0;background:transparent;color:var(--studio-accent);cursor:pointer}.function-artifact-detail-link:hover{text-decoration:underline}.studio-function-runtime-table{--studio-data-columns: minmax(140px, 1fr) minmax(90px, 120px) minmax(150px, 180px)}.function-project-files{min-height:520px;padding-top:10px;display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:12px}.function-project-tree,.function-project-editor{min-width:0;min-height:0}.function-project-tree{border-right:1px solid var(--studio-border);padding-right:10px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:8px}.function-project-tree-toolbar,.function-project-toolbar,.function-project-artifact-publishbar{min-width:0;display:flex;align-items:center;gap:8px}.function-project-toolbar{justify-content:space-between}.function-project-toolbar-left,.function-project-toolbar-right{min-width:0;display:flex;align-items:center;gap:8px}.function-project-toolbar-left{flex:0 1 auto}.function-project-toolbar-right{flex:0 0 auto;justify-content:flex-end}.function-project-tree-toolbar .studio-text-input{min-width:0;flex:1 1 auto}.function-project-artifact-publishbar{min-height:84px;display:grid;place-items:center}.function-project-publish-actions{min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-wrap:nowrap}.function-project-commit-field{min-width:280px;width:min(44vw,620px);flex:0 1 min(44vw,620px);margin:0;display:flex;align-items:center;gap:8px;white-space:nowrap}.function-project-commit-field span{flex:0 0 auto;color:var(--studio-foreground-muted);font-size:12px;font-weight:650}.function-project-commit-field .studio-text-input{min-width:0;flex:1 1 auto}.function-project-tree-title{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--studio-foreground-muted);font-size:12px;font-weight:650}.function-project-tree-list{min-height:0;overflow:auto;display:grid;align-content:start;gap:2px}.function-project-create-row{min-width:0;padding:4px;border:1px solid var(--studio-border);border-radius:6px;display:grid;grid-template-columns:minmax(0,1fr) 28px 28px;align-items:center;gap:4px;background:#ffffff0a}.function-project-create-row .studio-text-input{min-width:0;height:28px}.function-project-create-row small{grid-column:1 / -1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--studio-danger, #fb7185);font-size:11px}.function-project-file-row,.function-project-directory-label{width:100%;min-width:0;min-height:28px;border:1px solid transparent;border-radius:6px;padding:4px 6px;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:6px;color:var(--studio-foreground-muted);background:transparent;text-align:left;font-size:12px}.function-project-file-row span,.function-project-directory-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-project-file-row:hover,.function-project-file-row:focus-visible,.function-project-file-row.is-selected{border-color:var(--studio-border);color:var(--studio-foreground);background:#ffffff0e}.function-project-directory-children{margin-left:12px;display:grid;gap:2px}.function-project-context-menu{position:fixed;z-index:30;min-width:148px;border:1px solid var(--studio-border);border-radius:6px;padding:4px;display:grid;gap:2px;background:var(--studio-panel-bg, #111827);box-shadow:0 12px 32px #00000047}.function-project-context-menu button{width:100%;min-height:30px;border:0;border-radius:4px;padding:5px 7px;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:6px;color:var(--studio-foreground-muted);background:transparent;text-align:left;font-size:12px}.function-project-context-menu button:hover,.function-project-context-menu button:focus-visible{color:var(--studio-foreground);background:#ffffff13}.function-project-context-menu button.danger{color:var(--studio-danger, #fb7185)}.function-project-editor{display:grid;grid-template-rows:auto minmax(360px,1fr) auto auto;gap:10px}.function-project-source{min-height:360px}.function-project-status{min-width:70px;color:var(--studio-foreground-muted);font-size:12px;font-weight:650}.function-project-status.is-dirty{color:var(--studio-warning, #fbbf24)}.function-project-build-log{min-height:68px;border:1px solid var(--studio-border);border-radius:6px;padding:8px;display:grid;gap:6px;color:var(--studio-foreground-muted);font-size:12px}.function-project-build-log>div{min-width:0;display:flex;flex-wrap:wrap;gap:8px}.function-project-build-log pre{max-height:180px;margin:0;overflow:auto;white-space:pre-wrap;color:var(--studio-foreground)}.function-project-empty{padding:8px 4px;color:var(--studio-foreground-muted);font-size:12px}.studio-runtime-menu{gap:8px}.function-category-menu{padding-bottom:8px}.function-category-nav{min-width:0;padding:8px;display:grid;gap:3px}.function-category-item{width:100%;min-width:0;min-height:38px;border:1px solid transparent;border-radius:6px;padding:7px 9px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;background:transparent;color:var(--studio-foreground-muted);text-align:left}.function-category-item svg{color:currentColor}.function-category-item span{min-width:0;display:grid;gap:1px}.function-category-item strong,.function-category-item small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-category-item strong{color:var(--studio-foreground);font-size:13px;font-weight:650}.function-category-item small{color:var(--studio-foreground-muted);font-size:11px;font-weight:600}.function-category-item:hover,.function-category-item:focus-visible{border-color:var(--studio-border);background:#ffffff0b}.function-category-item.is-selected{border-color:#3ecf8e38;background:#3ecf8e1f;color:var(--studio-brand);box-shadow:inset 2px 0 0 var(--studio-brand)}.function-category-item.is-selected small{color:#ecfdf5b8}.studio-runtime-actions{border-top:1px solid var(--studio-border);border-bottom:1px solid var(--studio-border);padding:8px}.studio-runtime-actions .runtime-create-action{width:100%;min-height:44px;justify-content:flex-start;gap:8px;padding:7px 9px;text-align:left}.studio-runtime-actions .runtime-create-action span{min-width:0;display:grid;gap:1px;line-height:1.2}.studio-runtime-actions .runtime-create-action strong,.studio-runtime-actions .runtime-create-action small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-runtime-actions .runtime-create-action small{color:var(--studio-foreground-muted);font-weight:500}.studio-runtime-search{margin:0 8px}.function-runtime-grid{min-width:0;min-height:0;padding:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:max-content;align-content:start;gap:12px}.function-runtime-metrics-panel{grid-column:1 / -1}.function-overview-panel .studio-section-panel-body{display:grid;gap:12px}.function-overview-period-toolbar{margin-bottom:0}.function-auth-settings{display:grid;grid-template-columns:minmax(140px,auto) minmax(110px,1fr) auto;grid-template-areas:"toggle status save";align-items:center;gap:8px}.function-auth-settings .studio-toggle-control{grid-area:toggle}.function-auth-settings-footer{display:contents}.function-auth-settings-footer span{grid-area:status;min-width:0;color:var(--studio-foreground-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-auth-settings-footer button{grid-area:save}.function-ai-settings{min-width:0;display:grid;gap:8px}.function-ai-control-row{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.function-ai-state{min-width:0;overflow:hidden;color:var(--studio-foreground-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.function-ai-control-row .primary-action{white-space:nowrap}.function-ai-models{min-width:0;min-height:28px;display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding-top:8px;border-top:1px solid var(--studio-border)}.function-ai-models>strong,.function-ai-models>span{flex:0 0 auto;color:var(--studio-foreground-muted);font-size:11px}.function-ai-value-list{min-width:0;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:5px;list-style:none}.function-ai-value-tag{max-width:100%;border:1px solid var(--studio-border);border-radius:calc(var(--studio-radius) - 2px);padding:3px 6px;background:#101516;color:var(--studio-foreground);font-size:11px;line-height:1.25;overflow-wrap:anywhere}.function-ai-model-overflow{min-width:0;color:var(--studio-foreground-muted);font-size:11px}.function-ai-model-overflow>summary{width:fit-content;border:1px solid transparent;border-radius:calc(var(--studio-radius) - 2px);padding:3px 5px;cursor:pointer;list-style:none}.function-ai-model-overflow>summary::-webkit-details-marker{display:none}.function-ai-model-overflow>summary:hover,.function-ai-model-overflow>summary:focus-visible{border-color:var(--studio-border);color:var(--studio-foreground);background:#ffffff0a}.function-ai-model-overflow[open]{flex:1 1 100%;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:6px}.function-cron-settings{display:grid;grid-template-columns:auto minmax(180px,1fr) auto;align-items:center;gap:8px}.function-cron-settings .studio-text-input{min-height:30px}.function-route-list-table{gap:0}.studio-root-shell .function-route-switch{width:34px;min-width:34px;min-height:28px;border-color:transparent;padding:0;gap:0;justify-content:center;background:transparent}.studio-root-shell .function-route-switch .studio-toggle-control-switch{width:34px;min-width:34px;height:18px;padding:2px;border-color:var(--studio-border-strong);background:#1a2224}.studio-root-shell .function-route-switch .studio-toggle-control-switch-thumb{width:12px;height:12px;border-radius:4px;background:var(--studio-foreground-muted)}.studio-root-shell .function-route-switch input:checked+.studio-toggle-control-switch{border-color:#3ecf8eb8;background:#3ecf8e47}.studio-root-shell .function-route-switch input:checked+.studio-toggle-control-switch .studio-toggle-control-switch-thumb{transform:translate(16px);background:var(--studio-brand)}.studio-root-shell .function-route-switch .studio-toggle-control-label{color:var(--studio-foreground-muted);font-size:12px;font-weight:700}.function-route-create-inline{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.function-route-create-inline .studio-text-input{min-height:30px}.function-route-create-bar{grid-template-columns:minmax(140px,220px) minmax(0,1fr) auto;margin-bottom:4px}.function-route-list-panel .function-route-list-table .function-resource-list-row{grid-template-columns:minmax(160px,1.1fr) minmax(130px,.7fr) minmax(46px,54px) minmax(136px,auto)}.function-queue-list-panel .function-queue-list-table .function-resource-list-row{grid-template-columns:minmax(150px,1fr) minmax(190px,1fr) minmax(190px,1fr) minmax(70px,.45fr) minmax(120px,.75fr) minmax(150px,auto)}.function-resource-consumer-cell.is-ready{color:var(--studio-accent-green);font-weight:700}.function-resource-consumer-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;background:transparent;color:inherit;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.function-resource-consumer-link:disabled{cursor:not-allowed;opacity:.62}.function-resource-consumer-cell.is-empty{color:var(--studio-foreground-muted)}.queue-consumer-target-list{display:grid;gap:var(--studio-space-4);margin-top:0}.function-runtime-queue-consumers{container-type:inline-size;container-name:function-queue-consumers}.queue-consumer-target-editor{min-width:0;display:grid;grid-template-columns:minmax(180px,1fr) max-content;grid-template-areas:"main config";align-items:center;gap:var(--studio-space-5);min-height:52px;padding:0;border:0;border-radius:0;background:transparent}.queue-consumer-target-main{grid-area:main;min-width:0;display:flex;align-items:center}.queue-consumer-target-heading{display:flex;align-items:center;gap:8px;min-width:0}.queue-consumer-target-heading strong{min-width:0;color:var(--studio-foreground);font-size:13px;font-weight:750;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.queue-consumer-target-state{flex:0 0 auto;display:inline-flex;align-items:center;min-height:20px;padding:1px 7px;border:1px solid var(--studio-border);border-radius:999px;color:var(--studio-foreground-muted);background:#94a3b814;font-size:11px;font-weight:700;line-height:1.35}.queue-consumer-target-state.is-bound{border-color:#3ecf8e73;color:var(--studio-brand);background:#3ecf8e1f}.queue-consumer-target-state.is-warning{border-color:#f59e0b73;color:#fbbf24;background:#f59e0b1f}.queue-consumer-target-owner{min-width:0;overflow:hidden;color:var(--studio-foreground-muted);font-size:11px;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.queue-consumer-target-config{grid-area:config;min-width:0;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:var(--studio-space-4)}.queue-consumer-target-toggle{min-height:var(--studio-control-height);padding:0;white-space:nowrap}.queue-consumer-target-toggle .studio-toggle-control-label{color:var(--studio-foreground-muted);font-size:12px;font-weight:700}.queue-consumer-target-concurrency{display:flex;align-items:center;gap:var(--studio-space-3);margin:0;color:var(--studio-foreground-muted);font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap}.queue-consumer-target-concurrency .studio-text-input{width:104px;min-height:var(--studio-control-height)}.queue-consumer-target-actions{display:flex;justify-content:flex-end;margin-top:var(--studio-space-4);padding-top:var(--studio-space-4);border-top:1px solid var(--studio-border)}.queue-consumer-target-save{width:max-content;max-width:100%;white-space:nowrap}@container function-queue-consumers (max-width: 1120px){.queue-consumer-target-editor{grid-template-columns:minmax(0,1fr) minmax(320px,max-content);grid-template-areas:"main config";column-gap:var(--studio-space-5);align-items:center}.queue-consumer-target-config{justify-content:flex-end}}@container function-queue-consumers (max-width: 760px){.queue-consumer-target-editor{grid-template-columns:minmax(0,1fr) minmax(320px,max-content);grid-template-areas:"main config";align-items:center}.queue-consumer-target-config{justify-content:flex-end;flex-wrap:nowrap}}@container function-queue-consumers (max-width: 520px){.queue-consumer-target-editor{grid-template-columns:minmax(0,1fr);grid-template-areas:"main" "config";min-height:0;align-items:start}.queue-consumer-target-config{width:100%;justify-content:flex-end;flex-wrap:nowrap;overflow-x:auto}.queue-consumer-target-save{width:100%}}.studio-root-shell .function-queue-drawer{position:fixed;top:0;right:0;bottom:0;z-index:36;width:min(460px,calc(100vw - 24px));min-width:min(360px,calc(100vw - 24px));max-width:460px;height:100dvh;max-height:100dvh;border-left:1px solid var(--studio-border);background:var(--studio-sidebar);box-shadow:-12px 0 28px #00000057,-1px 0 0 var(--studio-border)}.function-queue-drawer-body{display:grid;gap:14px}.function-queue-drawer-description{margin:0;color:var(--studio-foreground-muted);font-size:13px;line-height:1.5}.function-queue-drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.function-queue-drawer-number{min-width:0;display:grid;gap:6px;color:var(--studio-foreground-muted);font-size:11px;font-weight:700;text-transform:uppercase}.function-queue-drawer-number input{min-width:0;min-height:34px}.function-queue-drawer-toggle{justify-content:flex-start}.function-queue-drawer-footer{gap:8px}.function-runtime-metrics-panel .studio-section-panel-body{display:grid;gap:12px}.function-runtime-metrics{min-width:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.function-runtime-metric-card{min-width:0;min-height:58px;border:1px solid var(--studio-border);border-radius:6px;padding:10px 12px;display:grid;align-content:center;gap:4px;background:#101516}.function-runtime-metric-card span{min-width:0;color:var(--studio-foreground-muted);font-size:11px;font-weight:700;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.function-runtime-metric-card strong{min-width:0;color:var(--studio-foreground);font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.runtime-status{display:inline-flex;width:max-content;max-width:100%;border:1px solid var(--studio-border);border-radius:999px;padding:1px 8px;font-size:11px;font-weight:700;line-height:1.45}.runtime-status.is-ok{border-color:#3ecf8e73;color:var(--studio-brand);background:#3ecf8e1f}.runtime-status.is-error{border-color:#ef444473;color:#f87171;background:#ef44441f}.function-source-editor{min-height:0;min-height:334px;grid-template-rows:auto minmax(0,1fr)}.function-create-editor-fields{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(240px,1fr) auto;align-items:end;gap:12px;margin-bottom:12px;padding:12px;border:1px solid var(--studio-border);border-radius:6px;background:#111718}.function-create-editor-fields>p{grid-column:1 / -1;margin:0;color:var(--studio-foreground-muted);font-size:12px;line-height:1.45}.function-draft-toggle{min-width:140px;display:grid;gap:5px;padding-bottom:2px}.function-draft-toggle small{color:var(--studio-foreground-muted);font-size:11px;line-height:1.35}.function-create-template-list{grid-column:1 / -1;min-width:0;display:grid;gap:8px;padding:10px;border:1px solid var(--studio-border);border-radius:6px;background:#101617}.function-create-template-list header{min-width:0;display:grid;gap:3px}.function-create-template-list strong{color:var(--studio-foreground);font-size:12px;font-weight:750}.function-create-template-list header span{color:var(--studio-foreground-muted);font-size:11px;line-height:1.35}.function-create-template-list>div{min-width:0;display:grid;gap:6px}.function-create-template-action{min-height:66px;padding:8px 9px}.function-template-list{grid-column:1 / -1;min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.function-template-action{min-width:0;min-height:42px;justify-content:space-between;gap:8px}.function-template-action span,.function-template-action small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-template-action span{font-weight:700}.function-template-action small{color:var(--studio-foreground-muted);font-size:11px;font-weight:700}.function-template-action.is-selected small{color:var(--studio-brand)}.function-code-editor-surface{min-height:0;min-height:260px;height:100%;display:grid;grid-template-rows:minmax(0,1fr);overflow:hidden;border:1px solid var(--studio-border);border-radius:6px;background:#0d1112}.function-code-editor-surface .cm-editor{min-height:0;min-height:260px;height:100%;background:#0d1112;color:var(--studio-foreground);font-size:12px}.function-code-editor-surface .cm-scroller{overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.function-code-editor-surface .cm-gutters{background:#101516;color:var(--studio-foreground-muted);border-right-color:var(--studio-border)}.function-code-editor-surface .cm-activeLine,.function-code-editor-surface .cm-activeLineGutter{background:#ffffff0b}.function-code-editor-surface .cm-selectionBackground,.function-code-editor-surface .cm-focused .cm-selectionBackground,.function-code-editor-surface .cm-content ::selection{background:#3ecf8e3d}.function-code-editor-surface .cm-cursor{border-left-color:var(--studio-brand)}.function-code-editor-surface .cm-tooltip,.function-code-editor-surface .cm-tooltip-autocomplete{border-color:var(--studio-border-strong);background:#171d1e;color:var(--studio-foreground)}.function-code-editor-surface .cm-tooltip-autocomplete ul li[aria-selected]{background:#3ecf8e2e;color:var(--studio-foreground)}.function-list-table .function-resource-list-row{grid-template-columns:minmax(170px,.9fr) minmax(180px,1fr) minmax(104px,118px) minmax(76px,90px) minmax(72px,84px) minmax(72px,84px) minmax(72px,84px) minmax(226px,auto)}.function-list-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:12px}.function-list-filter{flex:1;min-width:220px}.function-list-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;margin-top:12px;border-top:1px solid var(--studio-border);color:var(--studio-foreground-muted);font-size:12px}@media(max-width:720px){.function-list-toolbar,.function-list-pagination{align-items:stretch;flex-direction:column}.function-list-filter{min-width:0}}.kv-namespace-list-table .function-resource-list-row{grid-template-columns:minmax(220px,1fr) minmax(80px,100px) minmax(148px,auto)}.function-executions-panel .studio-section-panel-body{display:grid;gap:12px;min-height:0}.function-executions-toolbar{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(160px,220px) minmax(128px,150px) minmax(128px,150px);gap:8px;align-items:center}.function-executions-search{min-width:0}.function-executions-stats{display:grid;grid-template-columns:repeat(3,minmax(96px,1fr));gap:8px}.function-executions-stat{min-width:0;display:grid;gap:2px;padding:8px 10px;border:1px solid var(--studio-border);border-radius:6px;background:#101617}.function-executions-stat span{color:var(--studio-foreground-muted);font-size:11px}.function-executions-stat strong{color:var(--studio-foreground);font-size:16px}.function-executions-layout{min-height:0;display:grid;grid-template-columns:minmax(0,1fr);gap:12px;align-items:start}.function-executions-table{min-width:0;overflow:auto;border:1px solid var(--studio-border);border-radius:6px;background:#0d1213}.function-executions-row{width:100%;min-width:880px;min-height:38px;display:grid;grid-template-columns:minmax(148px,180px) minmax(76px,90px) minmax(140px,180px) minmax(84px,104px) minmax(74px,88px) minmax(170px,1fr) minmax(190px,1fr);gap:10px;align-items:center;padding:7px 10px;border:0;border-bottom:1px solid var(--studio-border);background:transparent;color:var(--studio-foreground);text-align:left;font:inherit}.function-executions-row:not(.is-head){cursor:pointer}.function-executions-row.is-head{position:sticky;top:0;z-index:1;min-height:34px;background:#151b1c;color:var(--studio-foreground-muted);font-size:11px;font-weight:700;text-transform:uppercase}.function-executions-row.is-selected,.function-executions-row:not(.is-head):hover{background:#3ecf8e1a}.function-executions-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-executions-row .is-error{color:#fca5a5}.function-executions-row .is-success{color:var(--studio-brand)}.function-executions-request-cell,.function-executions-error-cell{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px}.function-execution-detail-row{min-width:880px;padding:10px;border-bottom:1px solid var(--studio-border);background:#101617}.function-execution-detail{min-width:0;display:grid;gap:10px;padding:10px;border:1px solid var(--studio-border);border-radius:6px;background:#0d1213}.function-execution-detail-header{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.function-execution-detail-header>div{min-width:0;display:grid;gap:3px}.function-execution-detail-header>div span,.function-execution-detail-header>div strong{min-width:0;overflow-wrap:anywhere}.function-execution-detail-header>div span{color:var(--studio-foreground-muted);font-size:12px}.function-execution-detail-header>div strong{color:var(--studio-foreground);font-size:13px}.function-execution-metadata pre{max-height:260px;overflow:auto}.function-resource-intent-cell{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--studio-foreground-muted)}.function-kv-create-dialog{max-width:520px}.function-kv-create-form{display:grid;gap:12px}.function-kv-create-preview{width:fit-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;padding:5px 7px;border:1px solid var(--studio-border);border-radius:6px;background:#0d1213;color:var(--studio-brand)}.function-kv-create-error{margin:0;color:var(--studio-danger);font-size:12px}.function-invoke-editor{min-height:224px}.studio-root-shell .function-source-editor .studio-code-editor-textarea{min-height:260px}.studio-root-shell .function-invoke-editor .studio-code-editor-textarea{min-height:150px}.studio-root-shell .function-workbench-panel .studio-definition-table{border:1px solid var(--studio-border);border-radius:6px;background:#101516;overflow:hidden}.studio-root-shell .function-workbench-panel .studio-definition-table code{color:var(--studio-foreground)}.studio-root-shell .function-invoke-code{align-self:stretch;max-height:min(320px,34dvh);overflow:auto}.studio-root-shell .studio-function-invoke-panel{position:fixed;top:0;right:0;bottom:0;z-index:35;width:min(520px,calc(100vw - 64px));min-width:min(360px,calc(100vw - 64px));max-width:520px;height:100dvh;max-height:100dvh;border-left:1px solid var(--studio-border);background:var(--studio-sidebar);box-shadow:-12px 0 28px #00000057,-1px 0 0 var(--studio-border)}.studio-function-invoke-panel-body{grid-template-rows:auto auto minmax(180px,auto) minmax(140px,.7fr);align-content:stretch;overflow-y:auto}.studio-function-invoke-panel .function-invoke-editor{min-height:190px}.studio-root-shell .studio-function-form-panel{border-color:var(--studio-border);background:var(--studio-panel);color:var(--studio-foreground);box-shadow:-5px 0 #121718,-6px 0 0 var(--studio-border)}.studio-root-shell .studio-function-form-panel{position:absolute;inset:0 0 0 auto;z-index:8;width:min(420px,calc(100% - 32px));min-width:min(320px,calc(100% - 32px));max-width:420px;min-height:0;height:100%;max-height:100%;overflow:hidden}.studio-root-shell .function-create-starter-panel{width:min(840px,calc(100% - 32px));min-width:min(640px,calc(100% - 32px));max-width:840px}.function-create-starter-body{grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);align-items:start;gap:20px}.function-create-starter-fields,.function-create-starter-preview{min-width:0;display:grid;align-content:start;gap:14px}.function-create-starter-template,.function-create-starter-file,.function-create-starter-name,.function-create-starter-intent{min-width:0;margin:0}.function-create-starter-description{margin:-6px 0 0;color:var(--studio-foreground-muted);font-size:12px;line-height:1.5}.function-create-starter-badges{display:flex;flex-wrap:wrap;gap:6px}.function-create-starter-badge{min-height:24px;padding:3px 8px;display:inline-flex;align-items:center;border:1px solid var(--studio-border);border-radius:999px;background:var(--studio-sidebar);color:var(--studio-foreground);font-size:11px;font-weight:650}.function-create-starter-auth{width:fit-content;min-width:0}.studio-root-shell .function-create-starter-code{min-width:0;max-height:min(540px,calc(100vh - 260px));overflow:hidden}.studio-root-shell .function-create-starter-code pre{max-height:min(490px,calc(100vh - 310px));overflow:auto;overscroll-behavior:contain}.function-create-starter-template select:focus-visible,.function-create-starter-file select:focus-visible,.function-create-starter-name input:focus-visible,.function-create-starter-intent textarea:focus-visible,.function-create-starter-auth input:focus-visible+span{outline:2px solid var(--studio-brand);outline-offset:2px}@media(max-width:1280px){.studio-root-shell .function-create-starter-panel{width:min(560px,calc(100% - 32px));min-width:min(420px,calc(100% - 32px));max-width:560px}.function-create-starter-body{grid-template-columns:1fr}.studio-root-shell .function-create-starter-code{max-height:360px}.studio-root-shell .function-create-starter-code pre{max-height:310px}}@media(max-width:768px){.studio-root-shell .function-create-starter-panel{top:0;right:0;bottom:0;left:0;width:auto;min-width:0;max-width:none}.function-create-starter-body{grid-template-columns:1fr;padding:16px}.studio-root-shell .function-create-starter-code,.studio-root-shell .function-create-starter-code pre{max-height:280px}}.function-form-field{margin:0}.function-form-field input,.function-form-field select,.function-form-field textarea{width:100%;border-radius:6px}.function-form-field textarea{min-height:112px;resize:vertical}.function-detail-field{margin:0}.studio-root-shell .function-resource-detail{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden}.function-secrets-manager .studio-section-panel-body{gap:20px}.studio-root-shell .function-secrets-manager{grid-template-rows:auto minmax(0,1fr);align-content:stretch;overflow:hidden}.studio-root-shell .function-secrets-manager>.studio-section-panel-body{min-height:0;margin:0;padding:20px;align-content:start;grid-auto-rows:max-content;overflow-y:auto;overflow-x:hidden}.function-secret-add-panel,.function-secret-table-section{border:1px solid var(--studio-border);border-radius:6px;background:#121718;overflow:hidden}.function-secret-add-panel{display:grid;grid-template-rows:auto auto auto;overflow:visible}.function-secret-add-panel .studio-form-field{margin:0}.function-secret-add-panel>header,.function-secret-add-panel>footer{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--studio-border)}.function-secret-add-panel>footer{border-top:1px solid var(--studio-border);border-bottom:0}.function-secret-add-panel>header span{color:var(--studio-foreground-muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.function-secret-add-panel>footer span{min-width:0;color:var(--studio-foreground-muted);font-size:12px}.function-secret-add-panel>footer .studio-action-group{flex:0 0 auto}.function-secret-drawer-copy{margin:0;color:var(--studio-foreground-muted);font-size:12px;line-height:1.5}.function-secret-bulk-row{display:grid;grid-template-columns:minmax(240px,.58fr) minmax(360px,.42fr);gap:32px;padding:22px 20px;border-top:1px solid var(--studio-border)}.function-secret-add-panel>header+.function-secret-bulk-row{border-top:0}.function-secret-bulk-copy,.function-secret-bulk-controls{display:grid;gap:22px}.function-secret-bulk-copy .function-detail-field{display:grid;gap:4px}.function-secret-bulk-copy strong{color:var(--studio-foreground);font-size:13px;font-weight:650;line-height:1.25}.function-secret-bulk-copy span{color:var(--studio-foreground-muted);font-size:12px;font-weight:500;line-height:1.35}.function-secret-name-control{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:8px}.function-secret-name-control .studio-text-input{min-height:36px}.function-secret-name-control .secret-row-delete{width:34px;height:36px;border-radius:6px}.function-secret-value-control{min-height:86px;resize:vertical}.function-secret-value-shell{position:relative;min-width:0}.function-secret-value-shell .function-secret-value-control{width:100%;padding-right:42px}.function-secret-value-control.is-secret-masked{-webkit-text-security:disc}.function-secret-value-shell .secret-value-visibility{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:6px}.function-secret-validation.is-error{color:var(--studio-danger)}.function-secret-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 12px}.function-secret-section-heading h4,.function-secret-section-heading p{margin:0}.function-secret-section-heading h4{color:var(--studio-foreground);font-size:14px;font-weight:650}.function-secret-section-heading h4 span{margin-left:6px;color:var(--studio-foreground-muted);font-size:12px;font-weight:600}.function-secret-section-heading p{margin-top:3px;color:var(--studio-foreground-muted);font-size:12px}.function-secret-table{display:grid;border-top:1px solid var(--studio-border)}.function-secret-table-row{display:grid;grid-template-columns:minmax(150px,.55fr) minmax(220px,1.2fr) minmax(180px,.7fr) minmax(132px,auto);align-items:center;gap:14px;min-height:50px;padding:9px 14px;border-top:1px solid var(--studio-border)}.function-secret-table-row:first-child{border-top:0}.function-secret-table-row.is-head{min-height:34px;color:var(--studio-foreground-muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.function-secret-table-row.is-disabled{opacity:.45}.function-secret-table-row.is-disabled .function-secret-copy-action{display:none}.function-secret-table-row strong,.function-secret-table-row span,.function-secret-table-row code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-secret-table-row code{color:var(--studio-foreground-muted)}.function-secret-table-row small{padding:2px 5px;border:1px solid var(--studio-border-strong);border-radius:999px;color:var(--studio-foreground-muted);font-size:9px;letter-spacing:.03em}.function-secret-table.is-defaults .function-secret-table-row{grid-template-columns:minmax(180px,.32fr) minmax(280px,1fr);min-height:38px;padding:7px 14px}.function-secret-defaults-section .function-secret-table{max-height:min(420px,52vh);overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.function-secret-table.is-defaults .function-secret-table-row.is-head{position:sticky;top:0;z-index:1;background:#121718}.function-secret-table.is-defaults .function-secret-table-row span{white-space:normal;line-height:1.4}.function-secret-table.is-defaults .function-secret-table-row strong,.function-secret-table.is-defaults .function-secret-table-row span{font-size:12px}.function-secret-default-name{display:inline-flex;align-items:center;gap:8px}.function-secret-table-row .function-secret-default-name code{color:var(--studio-foreground);font-weight:650}.function-secret-default-name .function-secret-copy-action{width:26px;height:26px;border-radius:6px;opacity:.7}.function-secret-default-name .function-secret-copy-action:hover,.function-secret-default-name .function-secret-copy-action:focus-visible{opacity:1}.function-secret-table .empty-state{margin:0;padding:18px 14px;color:var(--studio-foreground-muted)}.function-kv-browser,.function-kv-create-panel{display:grid;gap:0}.function-kv-browser{min-width:0;min-height:0;height:100%;flex:1 1 auto;display:grid;grid-template-areas:"prefix-search" "entry-insert" "data-table";grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto minmax(220px,1fr);align-content:stretch;gap:var(--studio-space-6);padding-bottom:0;overflow:hidden}.function-kv-browser>*{min-width:0}.studio-root-shell .function-kv-detail-panel{grid-template-rows:auto auto minmax(0,1fr);align-content:stretch;overflow:hidden}.studio-root-shell .function-kv-detail-panel>.studio-section-header{flex:0 0 auto}.function-kv-tab-strip{min-width:0;min-height:var(--studio-toolbar-height);border-bottom:1px solid var(--studio-border);padding:var(--studio-space-2) var(--studio-space-5);display:flex;align-items:center;gap:var(--studio-space-2);background:var(--studio-panel);overflow-x:auto}.function-kv-panel-body{min-height:0;margin:0;padding:var(--studio-space-5);display:flex;flex-direction:column;overflow:auto}.function-kv-overview{flex:0 0 auto;min-width:0;min-height:max-content;display:grid;align-content:start;gap:var(--studio-space-4);overflow:visible}.function-kv-metrics{min-width:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:var(--studio-space-2)}.function-kv-metric-card{min-width:0;min-height:46px;border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:8px 10px;display:grid;align-content:center;gap:2px;background:#101516}.function-kv-metric-card span{color:var(--studio-foreground-muted);font-size:10px;font-weight:700;text-transform:uppercase}.function-kv-metric-card strong{min-width:0;color:var(--studio-foreground);font-size:12px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-kv-metrics-notice{min-width:0;border:1px solid rgba(245,158,11,.28);border-radius:var(--studio-radius);padding:10px 12px;color:#f8c471;background:#f59e0b14;font-size:12px}.function-kv-period-toolbar{min-width:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:8px;display:flex;align-items:center;gap:var(--studio-space-2);flex-wrap:wrap;background:#101516;overflow:visible}.function-kv-range-group,.function-kv-granularity-group{min-width:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:2px;display:inline-flex;align-items:center;gap:2px;flex-wrap:wrap;background:#0d1213}.function-kv-range-button,.function-kv-granularity-button{min-width:36px;min-height:28px;border:1px solid transparent;border-radius:calc(var(--studio-radius) - 2px);padding:0 8px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--studio-foreground-muted);font-size:11px;font-weight:650;white-space:nowrap}.function-kv-granularity-button{min-width:62px}.function-kv-range-button:hover,.function-kv-range-button.is-active,.function-kv-granularity-button:hover,.function-kv-granularity-button.is-active{border-color:var(--studio-border-strong);background:#ffffff12;color:var(--studio-foreground)}.function-kv-custom-range{flex:0 1 auto;min-width:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.function-kv-custom-range .studio-text-input{width:162px;max-width:100%;min-height:30px;min-width:0;margin:0;border-radius:calc(var(--studio-radius) - 1px);padding:0 28px 0 10px;font-size:12px;font-weight:600;line-height:30px;color-scheme:dark}.function-kv-custom-range .studio-text-input::-webkit-calendar-picker-indicator{opacity:.55;filter:invert(1);cursor:pointer}.function-kv-custom-range .studio-text-input::-webkit-calendar-picker-indicator:hover{opacity:.82}.function-kv-period-refresh{margin-left:auto;flex:0 0 auto}.function-kv-chart-grid{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--studio-space-3);align-items:stretch}.function-overview-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.function-kv-chart-card{min-width:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;grid-template-rows:auto minmax(140px,auto) auto;background:#101516;overflow:hidden}.function-kv-chart-card header{min-width:0;min-height:42px;border-bottom:1px solid var(--studio-border);padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.function-kv-chart-card h4{margin:0;color:var(--studio-foreground);font-size:13px;font-weight:650}.function-kv-chart-card header span{margin-top:2px;display:block;color:var(--studio-foreground-muted);font-size:11px}.function-kv-chart-svg{width:100%;min-width:0;height:150px;padding:0;color:var(--studio-brand)}.function-kv-chart-axis,.function-kv-chart-gridline{stroke:#ffffff17;stroke-width:1;vector-effect:non-scaling-stroke}.function-kv-chart-gridline{stroke-dasharray:4 4}.function-kv-chart-line{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.function-kv-chart-line.is-read,.function-kv-chart-line.is-hits,.function-kv-chart-line.is-keys,.function-kv-chart-line.is-requests{color:var(--studio-brand)}.function-kv-chart-line.is-write,.function-kv-chart-line.is-storage,.function-kv-chart-line.is-latency{color:#7dd3fc}.function-kv-chart-line.is-delete,.function-kv-chart-line.is-misses,.function-kv-chart-line.is-errors{color:#f8c471}.function-kv-chart-line.is-list{color:#c4b5fd}.function-kv-chart-legend{min-width:0;border-top:1px solid var(--studio-border);padding:8px 10px;display:flex;gap:var(--studio-space-2);flex-wrap:wrap}.function-kv-chart-legend-item{min-width:0;display:inline-flex;align-items:center;gap:6px;color:var(--studio-foreground-muted);font-size:11px;line-height:1.2}.function-kv-chart-legend-item i{width:8px;height:8px;border-radius:999px;background:currentColor;opacity:.95}.function-kv-chart-legend-item strong,.function-kv-chart-legend-item em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-kv-chart-legend-item strong{color:var(--studio-foreground);font-weight:650}.function-kv-chart-legend-item em{font-style:normal}.function-kv-chart-legend-item.is-read,.function-kv-chart-legend-item.is-hits,.function-kv-chart-legend-item.is-keys,.function-kv-chart-legend-item.is-requests{color:var(--studio-brand)}.function-kv-chart-legend-item.is-write,.function-kv-chart-legend-item.is-storage,.function-kv-chart-legend-item.is-latency{color:#7dd3fc}.function-kv-chart-legend-item.is-delete,.function-kv-chart-legend-item.is-misses,.function-kv-chart-legend-item.is-errors{color:#f8c471}.function-kv-chart-legend-item.is-list{color:#c4b5fd}.function-kv-chart-empty{min-height:180px;margin:0;display:grid;place-items:center;color:var(--studio-foreground-muted);font-size:12px}.function-kv-report-grid{min-width:0;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) minmax(0,1fr);gap:var(--studio-space-4)}.function-kv-report-panel{min-width:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);background:#101516;overflow:hidden}.function-kv-report-panel header{min-height:42px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--studio-border)}.function-kv-report-panel h4{margin:0;color:var(--studio-foreground);font-size:13px;font-weight:650}.function-kv-report-panel header span{color:var(--studio-foreground-muted);font-size:11px;white-space:nowrap}.function-kv-report-rows{display:grid}.function-kv-report-row{min-width:0;display:grid;grid-template-columns:minmax(66px,.5fr) minmax(48px,auto) minmax(110px,1fr);align-items:center;gap:10px;min-height:46px;padding:8px 12px;border-top:1px solid var(--studio-border)}.function-kv-report-row:first-child{border-top:0}.function-kv-report-row span,.function-kv-report-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-kv-report-row span{color:var(--studio-foreground-muted);font-size:12px}.function-kv-report-row strong{color:var(--studio-foreground);font-size:13px}.function-kv-sparkline{width:100%;height:34px;color:var(--studio-accent)}.function-kv-sparkline.is-empty{height:34px;border-bottom:1px solid var(--studio-border-strong);opacity:.5}.function-kv-operation-table{min-width:0;display:grid;border:1px solid var(--studio-border);border-radius:var(--studio-radius);background:#101516;overflow:hidden}.function-kv-operation-row{min-width:0;display:grid;grid-template-columns:minmax(120px,1fr) repeat(3,minmax(80px,.5fr));align-items:center;gap:12px;min-height:42px;padding:8px 12px;border-top:1px solid var(--studio-border)}.function-kv-operation-row:first-child{border-top:0}.function-kv-operation-row.is-head{min-height:34px;color:var(--studio-foreground-muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.function-kv-operation-row strong,.function-kv-operation-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-kv-operation-row strong{color:var(--studio-foreground)}.function-kv-operation-row span{color:var(--studio-foreground-muted)}.function-kv-create-panel{gap:14px;padding:14px;border:1px solid var(--studio-border);border-radius:6px;background:#121718}.function-kv-data-shell{grid-area:data-table;min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);background:#0e1415;overflow:hidden}.function-kv-insert-panel{grid-area:entry-insert;flex:0 0 auto;min-width:0;display:grid}.function-kv-entry-strip{padding:0 0 var(--studio-space-5)}.function-kv-entry-form{display:grid;grid-template-columns:minmax(160px,.9fr) minmax(220px,1.6fr) minmax(88px,120px) 84px;align-items:end;gap:12px;padding:0;background:transparent}.function-kv-entry-form .studio-form-field{margin:0}.function-kv-value-field,.function-kv-ttl-field{min-width:0}.function-kv-entry-form footer{display:flex;justify-content:flex-end}.studio-root-shell .function-kv-entry-form footer .primary-action{width:84px;min-width:84px}.function-kv-search-panel,.function-kv-filter-panel{flex:0 0 auto;min-width:0;display:grid;background:transparent}.function-kv-prefix-search-panel{grid-area:prefix-search;padding:0 0 var(--studio-space-8);border-bottom:1px solid var(--studio-border);align-content:start}.function-kv-search-stack{width:min(680px,100%);display:grid;gap:var(--studio-space-2)}.function-kv-search-title{color:var(--studio-foreground);font-size:13px;font-weight:700}.function-kv-search-row{display:grid;grid-template-columns:minmax(220px,560px) 88px 104px;align-items:center;justify-content:start;gap:12px}.studio-root-shell .function-kv-prefix-search{width:100%;height:34px;margin:0}.studio-root-shell .function-kv-search-panel .function-kv-search-action.primary-action.compact,.studio-root-shell .function-kv-filter-panel .function-kv-search-action.primary-action.compact{width:88px;min-width:0;height:34px}.studio-root-shell .function-kv-filter-panel .function-kv-refresh-action.secondary-action.compact{width:104px;min-width:0;height:34px;justify-content:center}.function-kv-results{width:100%;max-width:100%;min-height:0;height:100%;max-height:none;display:grid;grid-auto-rows:minmax(38px,max-content);align-content:start;gap:0;padding:0;overflow:auto;scrollbar-gutter:stable}.function-kv-key-row{width:100%;max-width:100%;min-width:640px;min-height:38px;display:grid;grid-template-columns:minmax(180px,.8fr) minmax(280px,1.8fr) minmax(100px,.4fr) minmax(150px,auto);align-items:center;border-top:1px solid var(--studio-border);overflow:hidden}.function-kv-inline-editor{min-height:112px;align-items:start;background:#ffffff05}.function-kv-key-row>*{min-width:0;max-width:100%;box-sizing:border-box}.function-kv-key-row.is-head{position:sticky;top:0;z-index:1;min-height:34px;border-top:0;background:#101516;color:var(--studio-foreground-muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.function-kv-key-row span,.function-kv-key-row code{min-width:0;display:block;padding:8px 10px;color:var(--studio-foreground-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.function-kv-key-row code:first-child{color:var(--studio-foreground)}.function-kv-key-row .function-kv-value-cell{white-space:pre-wrap;overflow-wrap:anywhere;max-height:8rem;overflow:auto;text-overflow:clip;line-height:1.5;scrollbar-gutter:stable}.function-kv-key-row .function-kv-key,.function-kv-key-row .function-kv-ttl{align-self:start}.function-kv-inline-editor-field{align-self:stretch;padding:8px 10px;overflow:visible}.studio-root-shell .function-kv-inline-editor textarea{min-height:6rem;max-height:180px;resize:vertical;white-space:pre-wrap;overflow-wrap:anywhere}.studio-root-shell .function-kv-inline-editor input{height:34px;min-height:34px}.function-kv-key-row .icon-mini-action{justify-self:end}.function-kv-key-row.is-head span:last-child{text-align:right}.function-kv-key-row .function-kv-row-actions{display:flex;flex-wrap:nowrap;gap:6px;align-items:center;justify-content:flex-end;padding:8px;overflow:visible}.function-kv-row-actions .secondary-action.compact{width:72px;min-width:0;box-sizing:border-box;flex:0 0 72px;justify-content:center}.function-kv-inline-editor .function-kv-row-actions .primary-action.compact,.function-kv-inline-editor .function-kv-row-actions .secondary-action.compact{width:auto;min-width:68px;flex:1 1 68px}.function-kv-row-actions .icon-mini-action{box-sizing:border-box;flex:0 0 34px}.function-kv-row-actions button:focus-visible,.function-kv-inline-editor textarea:focus-visible,.function-kv-inline-editor input:focus-visible{outline:2px solid var(--studio-brand);outline-offset:2px}.function-kv-data-shell>button{margin:0 14px 14px auto}@media(max-width:760px){.studio-root-shell .function-queue-drawer,.studio-root-shell .studio-function-form-panel{top:0;right:0;bottom:0;left:0;width:auto;max-width:none;min-width:0;min-height:0;height:100%}.studio-root-shell .functions-workbench,.function-runtime-grid{grid-template-columns:1fr}.function-auth-settings{grid-template-columns:1fr;grid-template-areas:"toggle" "status" "save"}.function-cron-settings,.function-route-create-inline,.function-route-list-table .function-resource-list-row{grid-template-columns:1fr}.function-kv-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.function-kv-period-toolbar{align-items:stretch}.function-kv-range-group,.function-kv-granularity-group,.function-kv-period-refresh{width:100%}.function-kv-period-refresh{margin-left:0;justify-content:center}.function-kv-chart-grid,.function-kv-report-grid{grid-template-columns:1fr}.function-runtime-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-runtime-actions,.function-create-editor-fields,.function-secret-bulk-row,.function-kv-search-row,.function-kv-entry-form{grid-template-columns:1fr}.function-secret-table{overflow-x:auto}.function-secret-table-row{min-width:760px}}.function-logs-panel{min-height:0;height:100%;align-content:stretch;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.studio-root-shell .functions-workbench .function-logs-panel{overflow:hidden}.function-logs-body{min-height:0;height:100%;margin:0;padding:var(--studio-space-5);gap:10px;align-content:stretch;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.function-logs-subnav{display:inline-flex;width:fit-content;max-width:100%;gap:4px;padding:3px;border:1px solid var(--studio-border-subtle);border-radius:12px;background:#03071252;overflow-x:auto}.function-logs-tab{border:0;border-radius:9px;padding:7px 12px;background:transparent;color:var(--studio-text-muted);font-size:12px;font-weight:800;cursor:pointer}.function-logs-tab:hover,.function-logs-tab.is-active{color:var(--studio-text);background:#ffffff14}.function-logs-content{min-height:0;height:100%;display:grid;overflow:hidden}.function-logs-content>.function-executions-panel,.function-logs-content>.function-logs-trace-panel{min-height:0;height:100%;overflow:hidden}.function-logs-content>.function-executions-panel .studio-section-panel-body,.function-logs-content>.function-logs-trace-panel .observability-table-scroll{min-height:0}.function-tail-panel{min-height:0;height:100%;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;container-type:inline-size;container-name:function-tail}.function-tail-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--studio-space-4);padding-bottom:var(--studio-space-4)}.function-tail-header .studio-section-actions{display:flex;flex:0 1 auto;min-width:0;max-width:100%;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.function-tail-header .secondary-action.compact{flex:0 0 auto;white-space:nowrap}.function-tail-scope-control{display:inline-flex;flex:0 0 auto;align-items:center;padding:2px;border:1px solid var(--studio-border-subtle);border-radius:8px;background:#ffffff09}.function-tail-scope-control button,.function-tail-scope-request{min-height:24px;border:0;border-radius:6px;color:var(--studio-text-muted);background:transparent;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.function-tail-scope-control button{padding:0 8px;white-space:nowrap}.function-tail-scope-control button:hover:not(:disabled),.function-tail-scope-control button.is-active{color:var(--studio-text);background:#ffffff1a}.function-tail-scope-control button:disabled{color:var(--studio-text-muted);opacity:.42;cursor:not-allowed}.function-tail-scope-request{max-width:150px;padding:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--studio-font-mono, "SFMono-Regular", Consolas, "Liberation Mono", monospace);text-align:left}.function-tail-scope-request:hover{color:var(--studio-accent-blue)}.function-tail-body{gap:8px;min-height:0;display:grid;overflow:hidden;align-content:stretch;grid-template-rows:auto auto minmax(0,1fr)}.function-tail-status{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border:1px solid var(--studio-border-subtle);border-radius:999px;color:var(--studio-text-muted);font-size:12px;font-weight:700}.function-tail-status.is-live{color:var(--studio-accent-green);border-color:#34d3995c;background:#34d39914}.function-tail-status.is-connecting{color:var(--studio-accent-yellow);border-color:#f59e0b57;background:#f59e0b14}.function-tail-status.is-error{color:var(--studio-accent-red);border-color:#f8717157;background:#f8717114}.studio-root-shell .function-tail-capture-toggle{width:auto;min-height:32px;border:1px solid var(--studio-border);border-radius:999px;padding:0 10px;gap:8px;background:#ffffff09;justify-content:flex-start}.function-tail-autoscroll{width:auto;flex:0 0 auto;min-height:26px;white-space:nowrap}.function-tail-capture-notice{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid rgba(245,158,11,.3);border-radius:10px;color:var(--studio-text-muted);background:#f59e0b14;font-size:12px}.function-tail-error{margin:0;color:var(--studio-accent-red);font-size:12px}.function-tail-log-list{min-height:112px;height:100%;overflow:auto;border:1px solid var(--studio-border-subtle);border-radius:12px;background:#0307127a;font-family:var(--studio-mono-font);font-size:12px}@container function-tail (max-width: 860px){.function-tail-header{grid-template-columns:minmax(0,1fr);align-items:flex-start}.function-tail-header .studio-section-actions{width:100%;min-width:0;flex-wrap:wrap;justify-content:flex-start}}@media(max-width:860px){.function-tail-header{grid-template-columns:minmax(0,1fr);align-items:flex-start}.function-tail-header .studio-section-actions{width:100%;min-width:0;flex-wrap:wrap;justify-content:flex-start}}.function-tail-log-row{display:grid;grid-template-columns:92px 58px minmax(120px,220px) minmax(0,1fr);gap:10px;align-items:start;padding:7px 10px;border-bottom:1px solid rgba(148,163,184,.08);color:var(--studio-text)}.function-tail-log-row:last-child{border-bottom:0}.function-tail-log-row time,.function-tail-log-row code,.function-tail-request-link{color:var(--studio-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.function-tail-request-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;background:transparent;text-align:left;font:inherit;cursor:pointer}.function-tail-request-link:hover{color:var(--studio-accent-blue)}.function-tail-level{color:var(--studio-accent-green);font-weight:800;text-transform:uppercase}.function-tail-log-row.is-warn .function-tail-level{color:var(--studio-accent-yellow)}.function-tail-log-row.is-error .function-tail-level{color:var(--studio-accent-red)}.function-tail-log-row pre{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-family:inherit}.function-tail-empty{padding:18px 12px;color:var(--studio-text-muted)}@media(max-width:520px){.function-kv-metrics{grid-template-columns:1fr}.function-kv-custom-range{flex-basis:100%}.function-kv-custom-range .studio-text-input{width:100%}.function-kv-operation-row{grid-template-columns:minmax(96px,1fr) repeat(3,minmax(58px,auto))}.function-runtime-metrics{grid-template-columns:1fr}}.studio-root-shell .migration-workbench{height:100%;min-height:0;align-items:stretch}.studio-root-shell .studio-editor-pane.migration-editor-pane{height:100%;min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);background:#0f1516;overflow:hidden}.migration-product-menu{background:#151b1c}.migration-product-title{min-height:var(--studio-header-height);border-bottom:1px solid var(--studio-border);padding:0 var(--studio-space-5);display:flex;align-items:center}.migration-product-title h3{margin:0;color:var(--studio-foreground);font-size:18px;font-weight:700;line-height:1.2}.migration-menu-nav{min-width:0;padding:var(--studio-space-5);display:grid;align-content:start;gap:var(--studio-space-2)}.migration-section-label{margin:0 0 var(--studio-space-2);color:var(--studio-foreground-lighter);font-size:11px;font-weight:700;letter-spacing:0;text-transform:uppercase}.migration-section-item{min-width:0;min-height:30px;border:1px solid transparent;border-radius:6px;padding:0 var(--studio-space-3);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--studio-space-3);background:transparent;color:var(--studio-foreground-muted);text-align:left}.migration-section-item>span{min-width:0;display:inline-flex;align-items:center;gap:var(--studio-space-3);overflow:hidden;color:inherit;font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.migration-section-item small{min-width:0;color:var(--studio-foreground-lighter);font-size:11px;font-weight:650;white-space:nowrap}.migration-section-item svg{flex:0 0 auto;color:var(--studio-foreground-lighter)}.migration-section-item:hover,.migration-section-item:focus-visible,.migration-section-item.is-selected{border-color:var(--studio-border);background:#ffffff0e;color:var(--studio-foreground)}.migration-section-item.is-selected svg{color:var(--studio-brand)}.migration-workbench-header{min-width:0;min-height:46px;border-bottom:1px solid var(--studio-border);padding:0 var(--studio-space-5);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--studio-space-4);background:#111718}.migration-workbench-top{min-width:0;min-height:0}.migration-breadcrumbs{min-width:0;display:flex;align-items:center;gap:var(--studio-space-2);overflow:hidden;color:var(--studio-foreground-muted);font-size:13px;font-weight:500}.migration-breadcrumbs span,.migration-breadcrumbs strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.migration-breadcrumbs strong{color:var(--studio-foreground);font-weight:700}.migration-breadcrumbs svg{flex:0 0 auto;color:var(--studio-foreground-lighter)}.migration-breadcrumb-version{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-root-shell .migration-version-input{width:min(38vw,420px);min-width:160px;height:30px;min-height:30px;padding:0 var(--studio-space-2);font-size:12px;font-weight:650}.migration-context-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.migration-context-toggle svg{transition:transform .12s ease}.migration-workbench-actions{min-width:fit-content;display:inline-flex;align-items:center;justify-content:flex-end;gap:var(--studio-space-3)}.studio-root-shell .migration-detail-tabs{min-height:40px;padding:var(--studio-space-2) var(--studio-space-5);background:#1f2426}.migration-context-row{min-width:0;border-bottom:1px solid var(--studio-border);padding:var(--studio-space-2) var(--studio-space-5);background:#0f1516}.migration-context-table{max-width:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--studio-space-4)}.migration-context-table>div{min-height:28px;border:0;padding:0;grid-template-columns:auto minmax(0,1fr);gap:var(--studio-space-2)}.migration-context-table strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal}.migration-workbench-body{min-height:0;padding:var(--studio-space-5);display:grid;align-content:stretch;grid-template-rows:minmax(0,1fr);gap:var(--studio-space-5);background:#0f1516;overflow:hidden}.migration-workbench-body.is-list,.migration-workbench-body.is-history{align-content:stretch;grid-template-rows:minmax(0,1fr);overflow:hidden}.migration-sql-panel{height:100%;min-height:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:var(--studio-space-3);grid-template-rows:auto minmax(0,1fr);align-content:stretch;gap:var(--studio-space-3);background:#111718;overflow:hidden}.migration-sql-panel-top{min-width:0;display:grid;align-content:start;gap:var(--studio-space-3)}.studio-root-shell .migration-sql-panel-top>.studio-status-message{margin:0;padding:var(--studio-space-2) var(--studio-space-3);display:flex;align-items:baseline;gap:var(--studio-space-2)}.migration-sql-actions{min-width:fit-content;display:inline-flex;align-items:center;justify-content:flex-end;justify-self:end;gap:var(--studio-space-3)}.migration-sql-grid{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);align-content:stretch;gap:var(--studio-space-4)}.migration-sql-span{grid-column:1 / -1}.migration-sql-editor-workspace{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:0}.migration-sql-editor-tabs{min-height:36px;display:flex;align-items:end;gap:var(--studio-space-2)}.migration-sql-editor-tab{min-height:34px;border:0;border-bottom:2px solid transparent;padding:0 var(--studio-space-4);display:inline-flex;align-items:center;gap:var(--studio-space-2);background:transparent;color:var(--studio-foreground-muted);font-size:12px;font-weight:700}.migration-sql-editor-tab>span{width:7px;height:7px;border-radius:999px;background:currentColor}.migration-sql-editor-tab.is-up{color:var(--studio-brand)}.migration-sql-editor-tab.is-down{color:var(--studio-danger)}.migration-sql-editor-tab:hover,.migration-sql-editor-tab:focus-visible,.migration-sql-editor-tab.is-selected{background:#ffffff0b}.migration-sql-editor-tab:focus-visible{outline:1px solid currentColor;outline-offset:-2px}.migration-sql-editor-tab.is-selected{border-bottom-color:currentColor}.migration-sql-editor-panel{min-height:0;display:flex;flex-direction:column}.migration-down-reason{flex:0 0 auto;margin:var(--studio-space-3) 0}.migration-sql-editor{flex:1 1 auto;height:auto;min-height:0}.studio-root-shell .migration-sql-editor .studio-sql-editor-surface{height:100%;min-height:0;overflow:hidden}.studio-root-shell .migration-sql-editor .studio-sql-editor-surface>.cm-theme-light,.studio-root-shell .migration-sql-editor .studio-sql-editor-surface>.cm-theme-dark{height:100%;min-height:0;overflow:hidden}.studio-root-shell .migration-sql-editor .studio-sql-editor-surface .cm-editor{height:100%;min-height:0}.studio-root-shell .migration-sql-editor .studio-sql-editor-surface .cm-scroller{overflow:auto}.migration-correct-sql-action{min-height:24px}.migration-list-panel,.migration-history-panel{min-height:0;border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:0;grid-template-rows:auto minmax(0,1fr);gap:0;background:#101516;overflow:hidden}.migration-history-toolbar{min-width:0;min-height:58px;border-bottom:1px solid var(--studio-border);padding:var(--studio-space-4) var(--studio-space-5);display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);align-items:center;gap:var(--studio-space-4);background:#111718}.migration-history-search{margin:0}.migration-history-summary-table{min-width:min(460px,100%);justify-self:end;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--studio-space-2)}.migration-list-panel .migration-history-summary-table{min-width:min(560px,100%);grid-template-columns:repeat(5,minmax(0,1fr))}.migration-history-summary-table>div{border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:var(--studio-space-1) var(--studio-space-3);background:#ffffff0a}.migration-history-summary-table span{color:var(--studio-foreground-muted);font-size:11px;font-weight:650}.migration-history-summary-table strong{color:var(--studio-foreground);font-weight:700}.migration-history-panel .studio-data-table,.migration-list-panel .studio-data-table{height:100%;border:0;border-radius:0}.studio-migration-history-table{--studio-data-columns: minmax(220px, 1fr) minmax(80px, 110px) minmax(80px, 110px) minmax(170px, 220px)}.studio-migration-artifact-table{--studio-data-columns: minmax(220px, 1fr) minmax(110px, 130px) minmax(90px, 110px) minmax(170px, 220px) minmax(170px, 220px) minmax(160px, 190px)}.migration-row-actions{min-width:0;display:inline-flex;align-items:center;gap:var(--studio-space-2)}.migration-status-badge{min-width:88px;min-height:22px;border:1px solid var(--studio-border);border-radius:999px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;color:var(--studio-foreground-muted);font-size:11px;font-weight:700;white-space:nowrap}.migration-status-badge.is-applied{border-color:#3ecf8e57;background:#3ecf8e1a;color:var(--studio-brand)}.migration-status-badge.is-pending{border-color:#f7c94847;background:#f7c94814;color:var(--studio-warning)}.migration-status-badge.is-rolled-back{border-color:#ff63694d;background:#ff636914;color:#ffb4b7}@media(max-width:980px){.migration-workbench-header{grid-template-columns:minmax(0,1fr) auto}.migration-history-toolbar{grid-template-columns:1fr}.migration-sql-actions,.migration-history-summary-table{justify-self:start}}@media(max-width:760px){.migration-workbench-header{grid-template-columns:1fr;align-items:stretch;padding:var(--studio-space-3) var(--studio-space-5)}.studio-root-shell .migration-version-input{width:100%;min-width:0}.migration-workbench-actions,.migration-sql-actions{flex-wrap:wrap;justify-content:flex-start}.migration-history-summary-table,.migration-list-panel .migration-history-summary-table{grid-template-columns:1fr}.migration-context-table{grid-template-columns:1fr;gap:var(--studio-space-2)}.studio-root-shell .migration-sql-panel-top>.studio-status-message{display:grid}}.studio-settings-workbench,.studio-overview-workbench{min-width:0;height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);background:#121718;color:var(--studio-foreground);overflow:hidden}.studio-overview-scroll{min-width:0;min-height:0;padding:24px max(24px,4cqi) 32px;background:#121718;overflow-y:auto;overflow-x:hidden}.studio-overview-page{width:min(100%,1180px);display:grid;align-content:start;gap:0}.studio-overview-status-strip{min-width:0;padding:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;border-color:var(--studio-border);background:#101617}.studio-overview-menu-group{min-width:0;display:grid;gap:4px}.studio-overview-menu-group>span{padding:8px 8px 4px;color:var(--studio-foreground-lighter);font-size:11px;font-weight:750;text-transform:uppercase}.studio-overview-menu-link{width:100%;min-width:0;min-height:30px;border:0;border-radius:6px;padding:0 8px;display:flex;align-items:center;background:transparent;color:var(--studio-foreground-muted);font-size:13px;font-weight:650;text-align:left}.studio-overview-menu-link:hover,.studio-overview-menu-link.active{background:#ffffff0f;color:var(--studio-foreground)}.studio-overview-component-tabs{min-width:0;border-top:1px solid var(--studio-border);padding:10px 8px;display:grid;align-content:start;gap:5px}.studio-overview-component-tabs>span{padding:4px 8px;color:var(--studio-foreground-lighter);font-size:11px;font-weight:750;text-transform:uppercase}.studio-overview-component-tab{width:100%;min-width:0;min-height:32px;border:1px solid transparent;border-radius:6px;padding:0 9px;display:flex;align-items:center;background:transparent;color:var(--studio-foreground-muted);font-size:13px;font-weight:700;text-align:left}.studio-overview-component-tab:hover,.studio-overview-component-tab.active{border-color:var(--studio-border);background:#ffffff0f;color:var(--studio-foreground)}.studio-overview-component-tab.active{box-shadow:inset 3px 0 0 var(--studio-brand)}.studio-overview-status-item{min-width:0;border:1px solid var(--studio-border);border-radius:6px;padding:9px 10px;display:grid;gap:4px;background:#0d1213}.studio-overview-status-item span,.studio-overview-signal span{color:var(--studio-foreground-muted);font-size:11px;font-weight:650}.studio-overview-status-item strong{min-width:0;color:var(--studio-foreground);font-size:13px;font-weight:700;overflow-wrap:anywhere}.studio-overview-section{min-width:0;display:grid;grid-template-columns:minmax(190px,260px) minmax(0,1fr);gap:28px;border-bottom:1px solid var(--studio-border);padding:26px 0}.studio-overview-section:first-child{padding-top:8px}.studio-overview-section:last-child{border-bottom:0;padding-bottom:0}.studio-overview-section>.studio-section-header{min-width:0;display:grid;align-content:start;gap:10px}.studio-overview-section>.studio-section-header .studio-section-title{gap:6px}.studio-overview-section>.studio-section-header .studio-section-title h3{color:var(--studio-foreground);font-size:15px}.studio-overview-section>.studio-section-header .studio-section-title span{color:var(--studio-foreground-muted);font-size:13px;line-height:1.45}.studio-overview-section-content{min-width:0;display:grid;align-content:start;gap:12px}.studio-overview-panel{width:100%;border-color:var(--studio-border);background:#0f1516;color:var(--studio-foreground)}.studio-overview-card-grid,.studio-overview-service-grid,.studio-overview-lane-grid{min-width:0;padding:10px;display:grid;gap:10px}.studio-overview-card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.studio-overview-service-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.studio-overview-lane-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.studio-overview-card,.studio-overview-service,.studio-overview-lane{min-width:0;border:1px solid var(--studio-border);border-radius:6px;padding:13px 14px;display:grid;align-content:start;gap:7px;background:#0d1213}.studio-overview-lane{grid-template-columns:minmax(0,1fr);gap:12px}.studio-overview-lane-summary{min-width:0;display:grid;gap:5px;align-content:start}.studio-overview-lane-metrics{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.studio-overview-lane-metric{min-width:0;border:1px solid var(--studio-border-subtle);border-radius:6px;padding:8px 9px;display:grid;align-content:start;gap:4px;background:#ffffff06}.studio-overview-card span,.studio-overview-service span,.studio-overview-lane span,.studio-overview-lane-metric span{color:var(--studio-foreground-muted);font-size:11px;font-weight:750;text-transform:uppercase}.studio-overview-card strong,.studio-overview-card small,.studio-overview-service strong,.studio-overview-service small,.studio-overview-lane strong,.studio-overview-lane small,.studio-overview-lane-metric strong,.studio-overview-lane-metric small{min-width:0;overflow-wrap:anywhere}.studio-overview-card strong,.studio-overview-service strong,.studio-overview-lane strong{color:var(--studio-foreground);font-size:18px;font-weight:700;line-height:1.2}.studio-overview-lane-metric strong{color:var(--studio-foreground);font-size:14px;font-weight:700;line-height:1.2}.studio-overview-card small,.studio-overview-service small,.studio-overview-lane small,.studio-overview-lane-metric small{color:var(--studio-foreground-muted);font-size:12px;line-height:1.35}.studio-overview-card.is-success,.studio-overview-service.is-success,.studio-overview-lane.is-success{border-color:#3ecf8e47;box-shadow:inset 3px 0 #3ecf8ecc}.studio-overview-card.is-warning,.studio-overview-service.is-warning,.studio-overview-lane.is-warning{border-color:#f7c9485c;box-shadow:inset 3px 0 #f7c948d1}.studio-overview-card.is-danger,.studio-overview-service.is-danger,.studio-overview-lane.is-danger{border-color:#ff63696b;box-shadow:inset 3px 0 #ff6369db}.studio-overview-component-section{padding-top:8px}.studio-overview-component-log-panel{overflow:hidden}.studio-overview-component-log-header{min-width:0;border-bottom:1px solid var(--studio-border);padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.studio-overview-component-log-header strong{min-width:0;color:var(--studio-foreground);font-size:13px}.studio-overview-component-log-header span{min-width:0;color:var(--studio-foreground-muted);font-size:12px;overflow-wrap:anywhere}.studio-overview-component-log-table{min-width:0;display:grid}.studio-overview-component-log-row{min-width:0;min-height:38px;border-bottom:1px solid var(--studio-border-subtle);display:grid;grid-template-columns:minmax(64px,.22fr) minmax(140px,.8fr) minmax(160px,1fr) minmax(92px,.42fr);align-items:center;gap:10px;padding:0 12px}.studio-overview-component-log-row:last-child{border-bottom:0}.studio-overview-component-log-row.is-head{min-height:34px;background:#101617;color:var(--studio-foreground-lighter);font-size:11px;font-weight:750;text-transform:uppercase}.studio-overview-component-log-row strong,.studio-overview-component-log-row span,.studio-overview-component-log-row time{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-overview-component-log-row strong{color:var(--studio-foreground);font-size:13px}.studio-overview-component-log-row span,.studio-overview-component-log-row time{color:var(--studio-foreground-muted);font-size:12px}.studio-overview-component-log-row.is-success strong{color:var(--studio-brand)}.studio-overview-component-log-row.is-warning strong{color:#f7c948}.studio-overview-component-log-row.is-danger strong{color:#ff6369}.studio-overview-component-log-empty{padding:18px 12px;color:var(--studio-foreground-muted);font-size:13px}.studio-overview-menu-nav{min-width:0;padding:8px;display:grid;align-content:start;gap:4px;overflow-y:auto}.studio-settings-scroll{min-width:0;min-height:0;padding:28px max(24px,5cqi) 40px;overflow-y:auto;overflow-x:hidden}.studio-settings-page{width:min(100%,1080px);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;align-content:start;gap:0}.studio-settings-menu-context{min-width:0;margin:8px 12px 4px;display:flex;align-items:center;gap:7px;color:var(--studio-foreground-lighter);font-size:11px;font-weight:650}.studio-settings-menu-list{min-height:0;flex:1;padding:6px 8px 12px;display:grid;align-content:start;gap:3px;overflow-y:auto;overflow-x:hidden}.studio-settings-menu-list .resource-item{min-width:0;min-height:62px;border:1px solid transparent;border-radius:var(--studio-radius);padding:8px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:10px;background:transparent;color:var(--studio-foreground-muted);text-decoration:none}.studio-settings-menu-list .resource-item>svg{width:30px;height:30px;border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:7px;background:#141a1b;color:var(--studio-foreground-lighter)}.studio-settings-menu-list .resource-item>span{min-width:0;display:grid;gap:3px}.studio-settings-menu-list .resource-item strong{color:var(--studio-foreground);font-size:13px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-settings-menu-list .resource-item small{margin:0;color:var(--studio-foreground-lighter);font-size:11px;line-height:1.35;white-space:normal;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.studio-settings-menu-list .resource-item:hover,.studio-settings-menu-list .resource-item:focus-visible{border-color:var(--studio-border-strong);background:#ffffff09}.studio-settings-menu-list .resource-item:focus-visible{outline:2px solid var(--studio-brand);outline-offset:-2px}.studio-settings-menu-list .resource-item.selected{border-color:color-mix(in srgb,var(--studio-brand) 34%,var(--studio-border));background:color-mix(in srgb,var(--studio-brand) 8%,transparent)}.studio-settings-menu-list .resource-item.selected>svg{border-color:color-mix(in srgb,var(--studio-brand) 38%,var(--studio-border));background:color-mix(in srgb,var(--studio-brand) 10%,#141a1b);color:var(--studio-brand)}.studio-settings-menu-list .resource-item[href="#settings-danger"]>svg{color:#ff9da1}.studio-settings-menu-list .resource-item[href="#settings-danger"].selected{border-color:color-mix(in srgb,var(--studio-danger) 30%,var(--studio-border));background:color-mix(in srgb,var(--studio-danger) 5%,transparent)}.studio-settings-sections{min-width:0;display:grid;align-content:start}.studio-settings-section{min-width:0;display:grid;grid-template-columns:minmax(190px,220px) minmax(0,1fr);gap:40px;border-bottom:1px solid var(--studio-border);padding:32px 0;scroll-margin-top:20px}.studio-settings-section:first-child{padding-top:12px}.studio-settings-section:last-child{border-bottom:0;padding-bottom:0}.studio-settings-section>.studio-section-header{min-width:0;display:grid;align-content:start}.studio-settings-section>.studio-section-header .studio-section-title{gap:6px}.studio-settings-section>.studio-section-header .studio-section-title h3{font-size:15px;line-height:1.3}.studio-settings-section>.studio-section-header .studio-section-title span{font-size:13px;line-height:1.5}.studio-settings-section-content{min-width:0;display:grid;align-content:start;gap:12px}.studio-settings-panel{width:100%}.studio-settings-summary-panel{background:#151b1c}.studio-settings-form-panel{padding:16px;display:grid;align-content:start;gap:16px;background:#171d1e}.studio-settings-form-panel .studio-text-input,.studio-settings-form-panel .studio-textarea-input{width:100%}.studio-settings-form-actions{border-top:1px solid var(--studio-border);margin:0 -16px -16px;padding:12px 16px;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;background:#14191a}.studio-settings-cors-origins{min-height:112px;resize:vertical}.studio-settings-firebase-json{min-height:168px;resize:vertical}.studio-settings-ai-panel{overflow:visible}.studio-settings-ai-header{min-width:0;border-bottom:1px solid var(--studio-border);padding-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:16px}.studio-settings-ai-header>div{color:var(--studio-foreground)}.studio-settings-ai-header>div{min-width:0;display:grid;gap:3px}.studio-settings-ai-header strong{font-size:13px}.studio-settings-ai-header small{color:var(--studio-foreground-lighter);font-size:11px;line-height:1.45}.studio-settings-ai-connection{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.studio-settings-ai-field{gap:6px}.studio-ai-model-combobox{position:relative;min-width:0}.studio-ai-model-combobox-control{min-height:42px;border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:flex;align-items:stretch;background:#101516}.studio-ai-model-combobox-control:focus-within{border-color:color-mix(in srgb,var(--studio-brand) 72%,var(--studio-border));box-shadow:0 0 0 2px color-mix(in srgb,var(--studio-brand) 18%,transparent)}.studio-ai-model-combobox-control[aria-disabled=true]{opacity:.58}.studio-ai-model-combobox-tags{min-width:0;flex:1;padding:5px 7px;display:flex;flex-wrap:wrap;align-items:center;gap:5px}.studio-ai-model-combobox-tags>input{min-width:150px;flex:1;border:0;outline:0;padding:4px;background:transparent;color:var(--studio-foreground)}.studio-ai-model-tag{max-width:100%;min-height:26px;border:1px solid color-mix(in srgb,var(--studio-brand) 45%,var(--studio-border));border-radius:calc(var(--studio-radius) - 2px);padding:3px 5px 3px 8px;display:inline-flex;align-items:center;gap:5px;background:color-mix(in srgb,var(--studio-brand) 9%,#101516);color:var(--studio-foreground);font-size:12px}.studio-ai-model-tag>span{min-width:0;overflow-wrap:anywhere}.studio-ai-model-tag>small{color:var(--studio-foreground-muted)}.studio-ai-model-tag>button,.studio-ai-model-combobox-toggle{border:0;display:inline-grid;place-items:center;background:transparent;color:var(--studio-foreground-muted);cursor:pointer}.studio-ai-model-combobox-toggle{width:38px;border-left:1px solid var(--studio-border)}.studio-ai-model-combobox-list{position:absolute;z-index:20;top:calc(100% + 5px);right:0;left:0;max-height:240px;overflow-y:auto;border:1px solid var(--studio-border-strong);border-radius:var(--studio-radius);padding:5px;background:#101516;box-shadow:0 16px 34px #00000057}.studio-ai-model-combobox-list>button{width:100%;min-height:34px;border:0;border-radius:calc(var(--studio-radius) - 2px);padding:7px 8px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:transparent;color:var(--studio-foreground-muted);text-align:left;cursor:pointer}.studio-ai-model-combobox-list>button:hover,.studio-ai-model-combobox-list>button.is-active,.studio-ai-model-combobox-list>button[aria-selected=true]{background:color-mix(in srgb,var(--studio-brand) 10%,#101516);color:var(--studio-foreground)}.studio-ai-model-combobox-list>p{margin:0;padding:8px;color:var(--studio-foreground-muted)}.studio-settings-ai-hint{margin:0}.studio-settings-ai-actions{margin-top:2px}.studio-settings-copy-value{min-width:0;display:inline-grid;grid-template-columns:minmax(0,auto) 24px;align-items:center;gap:6px}.studio-settings-copy-value code{min-width:0;color:var(--studio-foreground);font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-settings-action-list{min-width:0;display:grid;gap:10px}.studio-settings-action-row{min-width:0;border:1px solid var(--studio-border);border-radius:6px;padding:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;background:#101617}.studio-settings-action-row.is-danger{border-color:color-mix(in srgb,var(--studio-danger) 34%,var(--studio-border));background:color-mix(in srgb,var(--studio-danger) 4%,#101617)}.studio-settings-section.is-danger>.studio-section-header .studio-section-title h3{color:#ff9da1}.studio-settings-action-row>div{min-width:0;display:grid;gap:3px}.studio-settings-action-row strong{color:var(--studio-foreground);font-size:13px}.studio-settings-action-row span{color:var(--studio-foreground-muted);font-size:12px;line-height:1.4}.studio-settings-section-content>.studio-status-message{margin:0}.studio-root-shell .studio-overview-panel .studio-module-list{max-height:none;padding:6px}@media(max-width:760px){.studio-overview-status-strip,.studio-overview-card-grid,.studio-overview-service-grid,.studio-overview-lane-grid{grid-template-columns:1fr}.studio-overview-section{grid-template-columns:1fr;gap:12px;padding:20px 0}.studio-overview-signal,.studio-overview-lane,.studio-settings-action-row{grid-template-columns:1fr}.studio-overview-lane-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-overview-component-log-row{grid-template-columns:minmax(54px,.3fr) minmax(0,1fr);gap:6px;padding-block:8px}.studio-overview-component-log-row span:nth-child(3),.studio-overview-component-log-row time{grid-column:2}.studio-settings-page{grid-template-columns:1fr;gap:14px}.studio-settings-section{grid-template-columns:1fr;gap:12px;padding:20px 0}.studio-settings-ai-connection{grid-template-columns:1fr}.studio-settings-ai-header{align-items:flex-start}.studio-settings-ai-actions>button{flex:1 1 auto}.studio-settings-form-actions>button{flex:1 1 auto}}@container (max-width: 760px){.studio-settings-section{grid-template-columns:1fr;gap:12px;padding:20px 0}.studio-settings-ai-connection{grid-template-columns:1fr}.studio-settings-ai-header{flex-direction:column;align-items:flex-start}.studio-settings-ai-actions>button{flex:1 1 auto}.studio-settings-form-actions>button{flex:1 1 auto}.studio-ai-model-combobox-tags>input{min-width:110px}}.notification-settings-root{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow-x:hidden}.notification-settings-tabs{border-bottom:1px solid var(--studio-border);padding:8px 16px}.notification-settings-scroll{min-width:0;min-height:0;padding:20px max(20px,3cqi) 32px;overflow-y:auto;overflow-x:hidden}.notification-channels{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px}.notification-channel-list{display:grid;align-content:start;gap:6px}.notification-channel{min-width:0;min-height:106px;border:1px solid transparent;border-radius:7px;padding:13px;display:grid;grid-template-columns:24px minmax(0,1fr);gap:4px 8px;background:transparent;color:var(--studio-foreground-muted);text-align:left}.notification-channel:hover,.notification-channel.active{border-color:var(--studio-border-strong);background:var(--studio-panel);color:var(--studio-foreground)}.notification-channel>span{grid-row:1/4;color:var(--studio-brand)}.notification-channel strong{font-size:13px}.notification-channel small{font-size:11px;line-height:1.4;color:var(--studio-foreground-lighter)}.notification-state{width:max-content;border-radius:999px;padding:3px 7px;font-size:10px;font-style:normal;font-weight:750}.notification-state.is-success{color:#8ee1b4;background:#3ecf8e21}.notification-state.is-warning{color:#f4d77b;background:#f7c9481f}.notification-state.is-danger{color:#ff9297;background:#ff63691f}.notification-state.is-neutral{color:var(--studio-foreground-muted);background:#ffffff0f}.notification-provider-panel{min-width:0;padding:20px;display:grid;align-content:start;gap:18px;background:#0f1516}.notification-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.notification-panel-heading h2,.notification-delivery-detail h2,.notification-sdk-boundary h2{margin:0;font-size:16px}.notification-panel-heading p{margin:5px 0 0;color:var(--studio-foreground-muted);font-size:12px;line-height:1.5}.notification-provider-summary{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--studio-border);border-radius:6px;overflow:hidden}.notification-provider-summary div{min-width:0;padding:11px;border-right:1px solid var(--studio-border);border-bottom:1px solid var(--studio-border)}.notification-provider-summary dt{color:var(--studio-foreground-lighter);font-size:10px;text-transform:uppercase}.notification-provider-summary dd{margin:5px 0 0;font-size:12px;overflow-wrap:anywhere}.notification-credential-json{min-height:150px}.notification-smtp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.notification-security-note{border:1px solid rgba(62,207,142,.25);border-radius:6px;padding:11px;display:flex;gap:9px;color:#b6d8c5;background:#3ecf8e0f;font-size:12px;line-height:1.45}.notification-security-note svg{flex:none;color:var(--studio-brand)}.notification-actions,.notification-detail-actions{padding-top:14px;border-top:1px solid var(--studio-border);display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.notification-empty-copy{margin:0;color:var(--studio-foreground-muted);font-size:12px;line-height:1.5}.notification-delivery-layout,.notification-sdk-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.55fr);gap:16px;min-height:0}.notification-delivery-list{min-width:0;min-height:0;overflow:hidden;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto}.notification-delivery-rows{min-height:0;overflow-y:auto}.notification-empty-state{align-content:center}.notification-delivery-list>.notification-panel-heading{padding:16px;border-bottom:1px solid var(--studio-border)}.notification-filters{padding:10px 12px;display:flex;gap:8px;border-bottom:1px solid var(--studio-border);flex-wrap:wrap}.notification-filters>*{min-width:150px;flex:1}.notification-delivery-row{width:100%;min-width:0;border:0;border-top:1px solid var(--studio-border);padding:13px 15px;display:grid;grid-template-columns:8px minmax(0,1fr) auto;gap:10px;background:transparent;color:var(--studio-foreground);text-align:left}.notification-delivery-row:hover,.notification-delivery-row.active{background:#ffffff0b}.notification-delivery-dot{width:7px;height:7px;margin-top:5px;border-radius:50%;background:var(--studio-brand)}.notification-delivery-dot.is-retry_scheduled{background:#f7c948}.notification-delivery-dot.is-failed_permanent{background:var(--studio-danger)}.notification-delivery-row strong,.notification-delivery-row small{display:block}.notification-delivery-row strong{font-size:12px}.notification-delivery-row small,.notification-delivery-row time{margin-top:4px;color:var(--studio-foreground-lighter);font-size:10px;line-height:1.4}.notification-empty-state{padding:36px 18px;display:grid;justify-items:center;gap:8px;color:var(--studio-foreground-muted);text-align:center}.notification-empty-state strong{color:var(--studio-foreground)}.notification-empty-state span{font-size:12px}.notification-delivery-detail{padding:17px;display:grid;align-content:start;gap:15px}.notification-delivery-detail>header{display:flex;justify-content:space-between;gap:12px}.notification-delivery-detail dl{margin:0;display:grid;grid-template-columns:90px minmax(0,1fr);gap:9px 12px;font-size:11px}.notification-delivery-detail dt{color:var(--studio-foreground-lighter)}.notification-delivery-detail dd{margin:0;overflow-wrap:anywhere}.notification-privacy{padding-top:13px;border-top:1px solid var(--studio-border);display:grid;gap:4px;color:var(--studio-foreground-muted);font-size:11px;line-height:1.45}.notification-privacy strong{color:var(--studio-foreground)}.notification-code-panel{min-width:0;overflow:hidden}.notification-code-panel>.notification-panel-heading{padding:16px;border-bottom:1px solid var(--studio-border)}.notification-code-tabs h3{margin:0;padding:10px 16px;border-bottom:1px solid var(--studio-border);font-size:12px}.notification-code-tabs pre{margin:0;padding:16px;overflow-x:auto;background:#0b1112;color:#cbd6d1;font-size:11px;line-height:1.65}.notification-sdk-boundary{padding:17px;display:grid;align-content:start;gap:14px}.notification-sdk-boundary>section{padding-top:12px;border-top:1px solid var(--studio-border);display:grid;gap:4px}.notification-sdk-boundary strong{font-size:12px}.notification-sdk-boundary span{color:var(--studio-foreground-muted);font-size:11px;line-height:1.5}.studio-settings-notification-link{margin:8px;width:calc(100% - 16px);min-height:48px;border:1px solid transparent;border-radius:6px;padding:7px 9px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;background:transparent;color:var(--studio-foreground-muted);text-align:left}.studio-settings-notification-link:hover,.studio-settings-notification-link.selected{border-color:var(--studio-border);background:#ffffff0f;color:var(--studio-foreground)}.studio-settings-notification-link svg{color:var(--studio-brand)}.studio-settings-notification-link strong,.studio-settings-notification-link small{display:block}.studio-settings-notification-link strong{font-size:12px}.studio-settings-notification-link small{margin-top:2px;color:var(--studio-foreground-lighter);font-size:10px}.is-spinning{animation:notification-spin .8s linear infinite}@keyframes notification-spin{to{transform:rotate(360deg)}}@media(max-width:900px){.notification-channels,.notification-delivery-layout,.notification-sdk-layout{grid-template-columns:1fr}.notification-channel-list{display:flex;overflow-x:auto}.notification-channel{min-width:220px}.notification-provider-summary{grid-template-columns:1fr}}@media(max-width:640px){.notification-settings-scroll{padding:12px}.notification-settings-tabs{padding:6px;overflow-x:auto}.notification-channels,.notification-smtp-grid,.notification-delivery-layout,.notification-sdk-layout{grid-template-columns:1fr}.notification-channel-list{display:grid;grid-template-columns:1fr;overflow:visible}.notification-channel{min-width:0;min-height:44px}.notification-panel-heading{display:grid}.notification-provider-panel{padding:14px}.notification-actions,.notification-detail-actions{display:grid;grid-template-columns:1fr}.notification-actions button,.notification-detail-actions button,.notification-filters>*{min-height:44px;width:100%}.notification-delivery-row{grid-template-columns:8px minmax(0,1fr)}.notification-delivery-row time{grid-column:2}.notification-code-tabs pre{font-size:10px}}@media(prefers-reduced-motion:reduce){.is-spinning{animation:none}}.notification-shared-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:12px}.notification-tested-note{display:flex;align-items:center;gap:6px;margin:12px 0 0;color:var(--studio-foreground-muted);font-size:13px}.notification-firebase-shared{margin-top:16px}.notification-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid var(--studio-border)}.notification-pagination-summary{font-size:13px;color:var(--studio-foreground-muted)}.notification-pagination-controls{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.notification-page{min-width:34px}.notification-pagination-jump{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--studio-foreground-muted)}.notification-pagination-jump input{width:70px;min-height:32px}.studio-ai-product-menu{display:grid;align-content:start;gap:var(--studio-space-5)}.studio-ai-product-menu .studio-resource-group{min-width:0}.studio-ai-workspace,.studio-ai-editor-pane{min-height:0}.studio-ai-editor-pane{display:grid;grid-template-rows:auto minmax(0,1fr)}.studio-ai-editor-pane>.studio-section-header{border-bottom:1px solid var(--studio-border);padding:var(--studio-space-5) var(--studio-space-6)}.studio-ai-editor-pane>.studio-section-header .studio-section-actions{align-items:center}.studio-ai-workbench-body{min-height:0;overflow:auto;padding:var(--studio-space-6);scrollbar-gutter:stable}.studio-ai-models-panel{display:grid;gap:var(--studio-space-6);max-width:960px;overflow:visible;padding:var(--studio-space-6)}.studio-ai-table-panel{min-width:760px;overflow:visible}.studio-ai-table-toolbar{display:flex;min-height:var(--studio-toolbar-height);align-items:center;gap:var(--studio-space-3);border-bottom:1px solid var(--studio-border);padding:var(--studio-space-2) var(--studio-space-4)}.studio-ai-table-toolbar .studio-search-field{width:min(420px,60vw)}.studio-ai-table-toolbar>span:last-child{margin-left:auto;color:var(--studio-foreground-muted);font-size:12px}.studio-ai-data-table .studio-data-row{min-height:48px}.studio-ai-data-table .studio-data-row>span{min-width:0}.studio-ai-pagination{display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-3);border-top:1px solid var(--studio-border);padding:var(--studio-space-3) var(--studio-space-4);color:var(--studio-foreground-muted);font-size:12px}.studio-ai-primary-cell{display:grid;min-width:0;gap:2px}.studio-ai-primary-cell strong,.studio-ai-primary-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-ai-primary-cell small{color:var(--studio-foreground-muted);font-size:11px}.studio-ai-inline-value{display:inline-flex;align-items:center;gap:var(--studio-space-2)}.studio-ai-task-status{display:inline-flex;width:fit-content;align-items:center;border-radius:999px;padding:2px 7px;background:color-mix(in srgb,var(--studio-foreground-muted) 16%,transparent);color:var(--studio-foreground);font-size:11px;font-weight:650;text-transform:capitalize}.studio-ai-task-status.is-success{background:color-mix(in srgb,var(--studio-brand) 18%,transparent);color:var(--studio-brand)}.studio-ai-task-status.is-failed,.studio-ai-task-status.is-canceled{background:color-mix(in srgb,var(--studio-danger) 18%,transparent);color:var(--studio-danger)}.studio-ai-task-status.is-running{background:color-mix(in srgb,#60a5fa 18%,transparent);color:#93c5fd}.studio-ai-usage-panel{max-width:960px;padding:var(--studio-space-4)}@media(max-width:760px){.studio-ai-editor-pane>.studio-section-header{align-items:flex-start}.studio-ai-workbench-body,.studio-ai-models-panel{padding:var(--studio-space-4)}.studio-ai-table-toolbar{flex-wrap:wrap}.studio-ai-table-toolbar .studio-search-field{width:100%}.studio-ai-pagination{align-items:stretch;flex-direction:column}}.codegen-session-menu{min-height:0}.codegen-session-menu .studio-rail-header{border-bottom:1px solid var(--studio-border)}.codegen-session-list{min-height:0;max-height:none!important;flex:1}.codegen-session-list .resource-item[data-status=alive] svg,.codegen-session-list .resource-item[data-status=starting] svg{color:var(--studio-brand)}.codegen-session-list .resource-item[data-status=failed] svg{color:var(--studio-danger)}.codegen-menu-footer{border-top:1px solid var(--studio-border);padding:var(--studio-space-3)}.codegen-menu-footer .primary-action{width:100%}.codegen-editor-pane{min-height:0;background:var(--studio-bg);overflow:auto}.codegen-empty-workspace{min-height:100%;padding:var(--studio-space-8);display:grid;place-items:center;align-content:center;gap:var(--studio-space-5);color:var(--studio-foreground-muted);text-align:center}.codegen-empty-workspace h2,.codegen-empty-workspace p{margin:0}.codegen-empty-workspace h2{color:var(--studio-foreground);font-size:16px;font-weight:680}.codegen-empty-workspace p{margin-top:var(--studio-space-2);font-size:12px}.codegen-workspace{position:relative;min-width:720px;height:100%;min-height:620px;display:flex;flex-direction:column}.codegen-attachment-overlay{position:absolute;z-index:40;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:color-mix(in srgb,var(--studio-bg) 90%,transparent);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.codegen-attachment-card{width:min(460px,100%);border:1px solid var(--studio-border-strong, var(--studio-border));border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;color:var(--studio-foreground);background:var(--studio-panel);box-shadow:0 18px 60px #00000047}.codegen-attachment-card>svg{color:var(--studio-brand)}.codegen-attachment-card h2,.codegen-attachment-card p{margin:0}.codegen-attachment-card h2{font-size:16px;font-weight:680}.codegen-attachment-card p,.codegen-attachment-card small{color:var(--studio-foreground-muted);font-size:12px;line-height:1.6}.codegen-workspace-header{min-height:46px;border-bottom:1px solid var(--studio-border);padding:0 var(--studio-space-3);display:flex;align-items:center;gap:var(--studio-space-3);background:var(--studio-panel);overflow-x:auto;overflow-y:hidden}.codegen-workspace-header h1,.codegen-workspace-header p{margin:0}.codegen-workspace-header h1{font-size:13px;font-weight:680}.codegen-workspace-title{min-width:120px;max-width:190px;display:flex;align-items:baseline;gap:var(--studio-space-2);flex:0 1 190px}.codegen-workspace-title>p{min-width:0;max-width:118px;color:var(--studio-foreground-lighter);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.codegen-workspace-actions{flex:none;display:flex;align-items:center;justify-content:flex-end;gap:4px}.codegen-workspace-status{min-width:max-content;display:flex;align-items:center;flex:1 0 auto}.codegen-icon-action{width:30px;min-width:30px;padding:0!important;justify-content:center}.codegen-terminal-nav-toggle{min-width:0;gap:5px!important;padding-inline:8px!important}.codegen-terminal-nav-toggle small{min-width:16px;height:16px;padding:0 4px;border-radius:8px;display:inline-grid;place-items:center;color:var(--studio-foreground);font-size:9px;line-height:1;background:var(--studio-panel-elevated)}.codegen-inline-error{margin:var(--studio-space-2) var(--studio-space-5) 0}.codegen-status-cell{min-width:0;height:26px;border-right:1px solid var(--studio-border);padding:0 var(--studio-space-2);display:flex;align-items:center;gap:5px}.codegen-status-cell:last-child{border-right:0}.codegen-status-cell>span{color:var(--studio-foreground-lighter);font-size:10px;font-weight:620}.codegen-status-cell strong{min-width:0;display:flex;align-items:center;gap:4px;color:var(--studio-foreground);font-size:11px;font-weight:680;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.codegen-status-cell strong i{width:6px;height:6px;border-radius:999px;background:var(--studio-foreground-lighter)}.codegen-status-cell[data-status=alive] strong i,.codegen-status-cell[data-status=running] strong i,.codegen-status-cell[data-status=succeeded] strong i,.codegen-status-cell[data-status=current] strong i{background:var(--studio-brand)}.codegen-status-cell[data-status=starting] strong i,.codegen-status-cell[data-status=stopping] strong i,.codegen-status-cell[data-status=preparing] strong i,.codegen-status-cell[data-status=migrating] strong i,.codegen-status-cell[data-status=deploying] strong i,.codegen-status-cell[data-status=verifying] strong i,.codegen-status-cell[data-status=verification_pending] strong i,.codegen-status-cell[data-status=degraded] strong i{background:var(--studio-warning)}.codegen-status-cell[data-status=failed] strong i,.codegen-status-cell[data-status=blocked] strong i{background:var(--studio-danger)}.studio-root-shell .codegen-model-cell .studio-select-input{width:142px;height:26px;min-height:26px;padding:0 var(--studio-space-2);font-size:10px}.codegen-model-notice{margin:var(--studio-space-4) var(--studio-space-5) 0;border:1px solid rgba(247,201,72,.34);border-radius:var(--studio-radius);padding:var(--studio-space-3) var(--studio-space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-5);background:#f7c9480e}.codegen-model-notice>div{min-width:0;display:grid;gap:2px}.codegen-model-notice strong{color:var(--studio-warning);font-size:12px}.codegen-model-notice span{color:var(--studio-foreground-muted);font-size:11px}.codegen-live-grid{min-height:0;width:100%;padding:var(--studio-space-3) var(--studio-space-4);flex:1 1 auto;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(500px,1fr);align-content:stretch;gap:var(--studio-space-3)}.codegen-live-grid[data-terminal-open=true]{grid-template-columns:minmax(360px,1fr) 8px minmax(340px,var(--codegen-terminal-width));gap:0}.codegen-terminal-resizer{position:relative;min-width:8px;height:100%;cursor:col-resize;touch-action:none;outline:none}.codegen-terminal-resizer:before{position:absolute;top:0;bottom:0;left:3px;width:1px;content:"";background:var(--studio-border)}.codegen-terminal-resizer:hover:before,.codegen-terminal-resizer:focus-visible:before,.codegen-terminal-resizing .codegen-terminal-resizer:before{width:2px;background:var(--studio-brand)}.codegen-terminal-resizing,.codegen-terminal-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.codegen-live-panel{min-width:0;min-height:420px;border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;grid-template-rows:var(--studio-toolbar-height) minmax(0,1fr) 34px;background:#101516;overflow:hidden}.codegen-live-panel>header,.codegen-live-panel>footer{min-width:0;padding:0 var(--studio-space-3);display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-3)}.codegen-live-panel>header{border-bottom:1px solid var(--studio-border);background:var(--studio-panel)}.codegen-live-panel>header span{display:inline-flex;align-items:center;gap:var(--studio-space-2);font-size:12px;font-weight:700}.codegen-live-panel>header small,.codegen-live-panel>footer{color:var(--studio-foreground-lighter);font-size:10px}.codegen-live-panel>footer{border-top:1px solid var(--studio-border)}.codegen-event-stream{min-height:0;padding:var(--studio-space-3) 0;overflow:auto}.codegen-event{min-width:0;padding:var(--studio-space-3) var(--studio-space-5);display:grid;grid-template-columns:9px minmax(0,1fr);gap:var(--studio-space-3)}.codegen-event-marker{width:7px;height:7px;margin-top:5px;border:1px solid rgba(62,207,142,.55);border-radius:999px;background:#3ecf8e24}.codegen-event strong,.codegen-event p,.codegen-event small{margin:0}.codegen-conversation-panel{height:100%;min-height:0;grid-template-rows:var(--studio-toolbar-height) minmax(0,1fr) auto;background:var(--studio-panel)}.codegen-conversation-panel>header small[data-agent-state=running],.codegen-conversation-panel>header small[data-agent-state=waiting_configuration]{color:var(--studio-warning)}.codegen-conversation-stream{min-height:0;padding:var(--studio-space-3) var(--studio-space-4);display:flex;flex-direction:column;gap:var(--studio-space-3);overflow:auto;background:color-mix(in srgb,var(--studio-panel) 94%,#06100c)}.codegen-conversation-empty{min-height:100%;display:grid;place-content:center;justify-items:center;gap:var(--studio-space-2);color:var(--studio-foreground-lighter);text-align:center}.codegen-conversation-empty strong{color:var(--studio-foreground);font-size:13px}.codegen-conversation-empty p{max-width:420px;margin:0;color:var(--studio-foreground-muted);font-size:11px;line-height:1.55}.codegen-message{min-width:0;flex:0 0 auto;display:grid;grid-template-columns:24px minmax(0,1fr);gap:var(--studio-space-2)}.codegen-message-avatar{width:24px;height:24px;border:1px solid var(--studio-border);border-radius:8px;display:grid;place-items:center;color:var(--studio-foreground-muted);background:var(--studio-panel-elevated)}.codegen-message-user .codegen-message-avatar{color:var(--studio-brand);border-color:color-mix(in srgb,var(--studio-brand) 45%,var(--studio-border))}.codegen-message-content{min-width:0}.codegen-message-content>strong,.codegen-message-content>p{margin:0}.codegen-message-content>strong{display:block;margin-bottom:2px;color:var(--studio-foreground);font-size:11px}.codegen-message-content>p{color:var(--studio-foreground-muted);font-size:12px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.codegen-markdown{width:100%;max-width:min(75ch,100%);color:var(--studio-foreground-muted);font-size:12px;line-height:1.6;overflow-wrap:anywhere}.codegen-markdown>:first-child{margin-top:0}.codegen-markdown>:last-child{margin-bottom:0}.codegen-markdown p,.codegen-markdown ul,.codegen-markdown ol,.codegen-markdown blockquote,.codegen-markdown-table,.codegen-code-block{margin:0 0 var(--studio-space-2)}.codegen-markdown h1,.codegen-markdown h2,.codegen-markdown h3,.codegen-markdown h4{margin:var(--studio-space-4) 0 var(--studio-space-2);color:var(--studio-foreground);line-height:1.35}.codegen-markdown h1{font-size:15px}.codegen-markdown h2{font-size:14px}.codegen-markdown h3{font-size:13px}.codegen-markdown h4{font-size:12px}.codegen-markdown ul,.codegen-markdown ol{padding-left:20px}.codegen-markdown li+li{margin-top:2px}.codegen-markdown li>p{margin:0}.codegen-markdown blockquote{padding-left:var(--studio-space-3);border-left:1px solid var(--studio-border-strong, var(--studio-border));color:var(--studio-foreground-lighter)}.codegen-markdown a{color:var(--studio-brand);text-underline-offset:2px}.codegen-markdown a:hover{color:var(--studio-brand-hover)}.codegen-markdown :not(pre)>code{padding:1px 4px;border:1px solid color-mix(in srgb,var(--studio-border) 75%,transparent);border-radius:4px;color:var(--studio-foreground);background:color-mix(in srgb,var(--studio-panel-elevated) 82%,#000);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.codegen-markdown-table{max-width:100%;overflow-x:auto}.codegen-markdown table{width:max-content;min-width:100%;border-collapse:collapse;font-size:11px}.codegen-markdown th,.codegen-markdown td{padding:5px 8px;border:1px solid var(--studio-border);text-align:left;vertical-align:top}.codegen-markdown th{color:var(--studio-foreground);background:color-mix(in srgb,var(--studio-panel-elevated) 78%,transparent);font-weight:600}.codegen-markdown input[type=checkbox]{margin:0 5px 0 0;accent-color:var(--studio-brand)}.codegen-code-block{max-width:100%;border:1px solid var(--studio-border);border-radius:6px;background:color-mix(in srgb,var(--studio-bg) 86%,#000)}.codegen-code-header{min-height:28px;padding:0 var(--studio-space-2) 0 var(--studio-space-3);border-bottom:1px solid var(--studio-border);display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-3);color:var(--studio-foreground-lighter);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:9px}.codegen-copy-code{min-height:24px;padding:0 5px;border:0;border-radius:4px;color:var(--studio-foreground-muted);background:transparent;font:inherit;cursor:pointer}.codegen-copy-code:hover{color:var(--studio-foreground);background:var(--studio-panel-elevated)}.codegen-copy-code:focus-visible{outline:2px solid var(--studio-brand);outline-offset:1px}.codegen-code-block pre{max-width:100%;margin:0;padding:9px 10px;color:var(--studio-foreground-muted);background:transparent!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1.55;overflow-x:auto}.codegen-code-block code{white-space:pre}.codegen-code-block .token.comment,.codegen-code-block .token.prolog,.codegen-code-block .token.doctype{color:var(--studio-foreground-lighter)}.codegen-code-block .token.punctuation{color:var(--studio-foreground-muted)}.codegen-code-block .token.keyword,.codegen-code-block .token.operator{color:#d6a7ff}.codegen-code-block .token.string,.codegen-code-block .token.attr-value{color:#8bd5a6}.codegen-code-block .token.number,.codegen-code-block .token.boolean{color:#f3bb77}.codegen-code-block .token.function,.codegen-code-block .token.class-name{color:#83b9ff}.codegen-code-block .token.property,.codegen-code-block .token.tag,.codegen-code-block .token.constant{color:#e89595}.codegen-tool-group{margin-left:32px;flex:0 0 auto;border:1px solid var(--studio-border);border-radius:6px;background:color-mix(in srgb,var(--studio-panel-elevated) 72%,transparent);overflow:visible}.codegen-tool-group-summary{min-height:34px;padding:4px var(--studio-space-2);display:flex;align-items:center;gap:var(--studio-space-2);color:var(--studio-foreground-muted);list-style:none;cursor:pointer}.codegen-tool-group-summary::-webkit-details-marker,.codegen-tool-entry summary::-webkit-details-marker{display:none}.codegen-tool-group-summary:hover,.codegen-tool-entry summary:hover{background:color-mix(in srgb,var(--studio-panel-elevated) 78%,var(--studio-foreground) 4%)}.codegen-tool-group-copy,.codegen-tool-entry-copy{min-width:0;display:flex;align-items:baseline;gap:var(--studio-space-2)}.codegen-tool-group-copy{flex:1}.codegen-tool-group-copy strong,.codegen-tool-entry-copy strong{flex:0 0 auto;color:var(--studio-foreground);font-size:11px;font-weight:600}.codegen-tool-group-copy>span,.codegen-tool-entry-copy>span{min-width:0;color:var(--studio-foreground-lighter);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.codegen-tool-status{flex:0 0 auto;color:var(--studio-foreground-lighter)}.codegen-tool-group[data-tool-status=succeeded]>summary .codegen-tool-status,.codegen-tool-entry[data-tool-status=succeeded] .codegen-tool-status{color:var(--studio-brand)}.codegen-tool-group[data-tool-status=failed]>summary .codegen-tool-status,.codegen-tool-entry[data-tool-status=failed] .codegen-tool-status{color:var(--studio-danger)}.codegen-tool-chevron{flex:0 0 auto;color:var(--studio-foreground-lighter);transition:transform .14s ease-out}.codegen-tool-group[open]>summary>.codegen-tool-chevron,.codegen-tool-entry[open]>summary>.codegen-tool-chevron{transform:rotate(180deg)}.codegen-tool-status-running{animation:codegen-tool-spin 1s linear infinite}@keyframes codegen-tool-spin{to{transform:rotate(360deg)}}.codegen-tool-list{position:relative;border-top:1px solid var(--studio-border);border-radius:0 0 5px 5px;background:color-mix(in srgb,var(--studio-panel) 86%,#000)}.codegen-tool-entry{position:relative}.codegen-tool-entry,.codegen-tool-entry summary{min-width:0;min-height:32px;align-items:center;gap:7px}.codegen-tool-entry:not(details),.codegen-tool-entry summary{display:flex;padding:3px var(--studio-space-2)}.codegen-tool-entry+.codegen-tool-entry{border-top:1px solid color-mix(in srgb,var(--studio-border) 62%,transparent)}.codegen-tool-entry summary{cursor:pointer;list-style:none}.codegen-tool-entry-copy{flex:1}.codegen-tool-entry-operation{flex:0 0 auto}.codegen-tool-entry-summary{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.codegen-tool-entry pre{max-height:160px;margin:0;padding:var(--studio-space-3);border-top:1px solid var(--studio-border);color:var(--studio-foreground-lighter);background:color-mix(in srgb,var(--studio-bg) 80%,#000);font-size:10px;line-height:1.5;white-space:pre;overflow:auto}.codegen-tool-result-preview{position:absolute;z-index:8;top:50%;right:8px;width:min(520px,calc(62% - 12px));min-width:min(280px,calc(100% - 16px));padding:8px 10px 10px;border:1px solid color-mix(in srgb,var(--studio-border) 82%,var(--studio-foreground) 18%);border-radius:6px;background:var(--studio-panel-elevated);box-shadow:0 8px 24px #00000047;color:var(--studio-foreground-muted);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(-50% + 4px));transition:opacity .12s ease-out .22s,transform .12s ease-out .22s,visibility 0s linear .34s}.codegen-tool-result-preview-header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--studio-space-3);margin-bottom:5px}.codegen-tool-result-preview-header strong{color:var(--studio-foreground);font-size:10px;font-weight:600;letter-spacing:.02em}.codegen-tool-result-preview-header small{color:var(--studio-foreground-lighter);font-size:9px}.codegen-tool-result-preview code{display:-webkit-box;max-height:90px;color:var(--studio-foreground-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;line-height:1.45;overflow:hidden;overflow-wrap:anywhere;white-space:pre-wrap;-webkit-box-orient:vertical;-webkit-line-clamp:6}.codegen-tool-entry[data-tool-status=failed] .codegen-tool-result-preview{border-color:color-mix(in srgb,var(--studio-danger) 46%,var(--studio-border))}@media(hover:hover)and (pointer:fine)and (min-width:760px){.codegen-tool-entry:not([open])>summary:hover .codegen-tool-result-preview,.codegen-tool-entry:not([open])>summary:focus-visible .codegen-tool-result-preview{opacity:1;visibility:visible;transform:translateY(-50%);transition-delay:.22s}}@media(prefers-reduced-motion:reduce){.codegen-tool-status-running{animation:none}.codegen-tool-chevron{transition:none}.codegen-tool-result-preview{transform:translateY(-50%);transition:none}}.codegen-conversation-status{align-self:center;flex:0 0 auto;padding:3px 9px;border-radius:999px;color:var(--studio-foreground-lighter);background:var(--studio-panel-elevated);font-size:10px}.codegen-conversation-status[data-kind=progress]{color:var(--studio-accent-strong);background:color-mix(in srgb,var(--studio-accent) 10%,var(--studio-panel-elevated))}.codegen-load-older{align-self:center;flex:0 0 auto;border:0;color:var(--studio-foreground-muted);background:transparent;font-size:11px;cursor:pointer}.codegen-file-result{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;padding:9px 10px;border:1px solid var(--studio-border);border-radius:8px;background:var(--studio-panel-elevated)}.codegen-file-result>div{display:grid;gap:3px;min-width:0}.codegen-file-result strong{font-size:11px}.codegen-file-result code{overflow:hidden;color:var(--studio-accent-strong);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.codegen-file-result span{color:var(--studio-foreground-muted);font-size:10px}.codegen-file-result details{grid-column:2;font-size:10px}.codegen-file-result pre{max-height:260px;overflow:auto;white-space:pre-wrap}.codegen-file-result[data-status=failed]{border-color:color-mix(in srgb,var(--studio-danger) 50%,var(--studio-border))}.codegen-agent-working{flex:0 0 auto;display:flex;align-items:center;gap:var(--studio-space-2);color:var(--studio-foreground-lighter);font-size:10px}.codegen-agent-working i{width:7px;height:7px;border-radius:999px;background:var(--studio-warning);animation:codegen-agent-pulse 1.1s ease-in-out infinite alternate}.codegen-composer{padding:var(--studio-space-2);border-top:1px solid var(--studio-border);background:var(--studio-panel)}.codegen-composer-input{position:relative}.codegen-command-menu{position:absolute;z-index:20;right:0;bottom:calc(100% + 6px);left:0;max-height:min(280px,40vh);padding:4px;border:1px solid var(--studio-border);border-radius:9px;display:grid;gap:2px;overflow:auto;background:var(--studio-panel, #1f2426);box-shadow:0 12px 32px #00000047}.codegen-command-option{min-width:0;min-height:34px;padding:5px 8px;border:0;border-radius:6px;display:grid;grid-template-columns:minmax(150px,auto) minmax(0,1fr) auto;align-items:center;gap:10px;color:var(--studio-foreground-muted);text-align:left;background:transparent;cursor:pointer}.codegen-command-option:hover,.codegen-command-option[data-active=true]{color:var(--studio-foreground);background:color-mix(in srgb,var(--studio-brand) 11%,var(--studio-panel-elevated))}.codegen-command-option code{color:var(--studio-brand);font-size:11px}.codegen-command-option span{min-width:0;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.codegen-command-option small{color:var(--studio-foreground-lighter);font-size:8px;letter-spacing:.06em;text-transform:uppercase}.codegen-composer textarea{width:100%;min-height:56px;max-height:140px;padding:8px 10px;border:1px solid var(--studio-border);border-radius:8px;color:var(--studio-foreground);background:var(--studio-panel-elevated);font:inherit;font-size:12px;line-height:1.5;resize:vertical}.codegen-composer textarea:focus{outline:none;border-color:color-mix(in srgb,var(--studio-brand) 55%,var(--studio-border))}.codegen-composer-actions{min-width:0;margin-top:5px;display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-3)}.codegen-composer-actions>span{min-width:0;color:var(--studio-foreground-lighter);font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes codegen-agent-pulse{to{opacity:.35;transform:scale(.8)}}.codegen-event strong{display:block;color:var(--studio-foreground);font-size:12px;font-weight:680}.codegen-event p{margin-top:3px;color:var(--studio-foreground-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1.5;overflow-wrap:anywhere}.codegen-event small{display:block;margin-top:4px;color:var(--studio-foreground-lighter);font-size:10px}.codegen-terminal-workspace{min-height:0;grid-template-rows:var(--studio-toolbar-height) minmax(0,1fr) 34px}.codegen-terminal-workspace[data-expanded=false]{display:none}.codegen-terminal-workspace[data-expanded=true]{display:grid}.codegen-live-grid[data-terminal-open=true] .codegen-terminal-workspace[data-expanded=true]{position:relative;inset:auto;z-index:auto;width:100%;height:100%;border:1px solid var(--studio-border);border-radius:var(--studio-radius);box-shadow:none}.codegen-terminal-body{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,1fr)}.codegen-terminal-body:has(.codegen-terminal-tabs){grid-template-rows:34px minmax(0,1fr)}.codegen-terminal-body[hidden]{display:none}.codegen-terminal-header-actions{display:flex;align-items:center;gap:var(--studio-space-2)}.codegen-terminal-add,.codegen-terminal-tab-add,.codegen-terminal-tab>button{border:0;color:var(--studio-foreground-muted);background:transparent;cursor:pointer}.codegen-terminal-add{width:28px;height:28px;border-radius:6px;display:grid;place-items:center}.codegen-terminal-add:hover:not(:disabled),.codegen-terminal-tab-add:hover:not(:disabled),.codegen-terminal-tab>button:hover{color:var(--studio-foreground);background:var(--studio-panel-elevated)}.codegen-terminal-add:disabled,.codegen-terminal-tab-add:disabled{opacity:.38;cursor:not-allowed}.codegen-terminal-launcher{padding:var(--studio-space-8);display:grid;place-items:center;align-content:center;gap:var(--studio-space-3);color:var(--studio-foreground-lighter);text-align:center;background:#0b1011}.codegen-terminal-launcher strong{color:var(--studio-foreground);font-size:13px}.codegen-terminal-launcher p{max-width:430px;margin:0;color:var(--studio-foreground-muted);font-size:12px;line-height:1.55}.codegen-terminal-tabs{min-width:0;padding:0 var(--studio-space-2);border-bottom:1px solid var(--studio-border);display:flex;align-items:end;gap:2px;background:color-mix(in srgb,var(--studio-panel) 90%,#000);overflow-x:auto}.codegen-terminal-tab{height:33px;min-width:120px;max-width:180px;border-bottom:2px solid transparent;display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:stretch}.codegen-terminal-tab[data-active=true]{border-bottom-color:var(--studio-brand);background:#0b1011}.codegen-terminal-tab>button:first-child{min-width:0;padding:0 var(--studio-space-2);display:flex;align-items:center;gap:6px;font-size:10px;white-space:nowrap}.codegen-terminal-tab>button:last-child{display:grid;place-items:center}.codegen-terminal-tab-add{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center}.codegen-terminal-instances,.codegen-terminal-instance{min-width:0;min-height:0}.codegen-terminal-instance{height:100%;display:grid;grid-template-rows:minmax(0,1fr) 28px}.codegen-terminal-instance[hidden]{display:none}.codegen-terminal-host{min-width:0;min-height:0;padding:8px 10px;background:#0b1011;overflow:hidden}.codegen-terminal-host .xterm{height:100%}.codegen-terminal-host .xterm-viewport{scrollbar-color:rgba(130,153,146,.38) transparent;scrollbar-width:thin}.codegen-terminal-instance-footer{min-width:0;padding:0 var(--studio-space-3);border-top:1px solid var(--studio-border);display:flex;align-items:center;justify-content:space-between;gap:var(--studio-space-3);color:var(--studio-foreground-lighter);background:var(--studio-panel);font-size:9px}.codegen-terminal-instance-footer span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.codegen-terminal-instance-footer [data-terminal-state=connected]{color:var(--studio-brand)}.codegen-terminal-instance-footer [data-terminal-state=offline],.codegen-terminal-instance-footer [data-terminal-state=unavailable]{color:var(--studio-danger)}.codegen-terminal-workspace>footer span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.is-spinning{animation:codegen-spin .8s linear infinite}@keyframes codegen-spin{to{transform:rotate(360deg)}}@media(max-width:1050px){.codegen-live-grid[data-terminal-open=true]{grid-template-columns:minmax(360px,1fr) 8px minmax(340px,var(--codegen-terminal-width))}.codegen-live-grid[data-terminal-open=true] .codegen-terminal-workspace[data-expanded=true]{width:100%}}
