:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--hyle-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hyle-font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--hyle-color-app:#090b0f;--hyle-color-panel:#0b0e16;--hyle-color-panel-raised:#121722;--hyle-color-panel-hover:#19202e;--hyle-color-border:#202431;--hyle-color-border-strong:#2a3040;--hyle-color-text:#edf0f6;--hyle-color-text-muted:#aeb5c4;--hyle-color-accent:#7d8cff;--hyle-color-accent-muted:#202849;--hyle-color-accent-soft:#7d8cff24;--hyle-radius-control:7px;--hyle-radius-card:7px;--hyle-control-height:2rem;--hyle-text-xs:.76rem;--hyle-text-sm:.86rem;--hyle-text-md:1rem;--hyle-color-panel-sunken:#080b11;--hyle-color-accent-text:#b8afff;--hyle-color-on-accent:#201b3d;--hyle-color-success:#8ed5a6;--hyle-color-error:#f4a3b0;--hyle-color-error-soft:#281923;--hyle-color-warning:#ffe3a2;--hyle-color-warning-soft:#352916;--hyle-color-warning-border:#c58a23;--hyle-color-notice-orange:#ffb476;--hyle-color-notice-orange-soft:#382216;--hyle-color-notice-orange-border:#ed8335;--hyle-color-backdrop:#04060abf;--hyle-shadow-dialog:0 30px 100px #000a;--hyle-radius-dialog:16px;--hyle-space-1:4px;--hyle-space-2:8px;--hyle-space-3:12px;--hyle-space-4:16px;--hyle-space-5:20px;--hyle-space-6:24px}*{box-sizing:border-box}html,body{background:var(--hyle-color-app);color:var(--hyle-color-text);font-family:var(--hyle-font-sans);font-synthesis:none;text-rendering:optimizelegibility;margin:0}button,input,textarea{font:inherit}button{color:inherit}.hyle-app-topbar{justify-content:space-between;align-items:center;gap:var(--hyle-topbar-gap,1rem);min-width:0;display:flex}.hyle-brand,.hyle-nav,.hyle-actions{align-items:center;display:inline-flex}.hyle-brand{min-width:0;color:var(--hyle-brand-color,var(--color-ink,var(--hyle-color-text)));gap:.65rem;text-decoration:none}.hyle-brand__mark{width:var(--hyle-brand-mark-size,2.25rem);height:var(--hyle-brand-mark-size,2.25rem);border:1px solid var(--hyle-brand-mark-border,var(--color-border,var(--hyle-color-border)));border-radius:var(--hyle-brand-mark-radius,var(--radius-sm,var(--hyle-radius-card)));background:var(--hyle-brand-mark-bg,transparent);color:var(--hyle-brand-mark-color,var(--color-accent,var(--hyle-color-accent)));font-size:var(--hyle-brand-mark-font-size,.8rem);flex:none;place-items:center;font-weight:760;line-height:1;display:grid}.hyle-brand__name{color:var(--hyle-brand-name-color,var(--color-ink,var(--hyle-color-text)));font-size:var(--hyle-brand-name-size,1rem);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.hyle-app-topbar__status{min-width:0;color:var(--hyle-topbar-status-color,var(--color-muted,var(--hyle-color-text-muted)));font-size:var(--hyle-topbar-status-size,.78rem);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hyle-nav{gap:var(--hyle-nav-gap,.35rem)}.hyle-nav a,.hyle-button,.hyle-button-link{justify-content:center;align-items:center;gap:var(--hyle-button-gap,.42rem);min-height:var(--hyle-button-height,var(--hyle-control-height));border:1px solid var(--hyle-button-border,var(--color-border,var(--hyle-color-border-strong)));border-radius:var(--hyle-button-radius,var(--radius-md,var(--hyle-radius-control)));padding:var(--hyle-button-padding,0 .72rem);background:var(--hyle-button-bg,var(--color-surface-soft,var(--hyle-color-panel-raised)));color:var(--hyle-button-color,var(--color-muted,var(--hyle-color-text)));font-size:var(--hyle-button-font-size,var(--text-sm,var(--hyle-text-sm)));font-weight:var(--hyle-button-font-weight,610);white-space:nowrap;line-height:1;text-decoration:none;display:inline-flex}.hyle-nav a{background:0 0;border-color:#0000}.hyle-button,button.hyle-button-link{cursor:pointer}.hyle-button:hover,.hyle-button-link:hover,.hyle-nav a:hover{border-color:var(--hyle-button-hover-border,var(--color-border,var(--hyle-color-border-strong)));background:var(--hyle-button-hover-bg,var(--hyle-color-panel-hover));color:var(--hyle-button-hover-color,var(--color-ink,var(--hyle-color-text)))}.hyle-button--primary,.hyle-button-link--primary,.hyle-button[aria-pressed=true],.hyle-button.is-selected{border-color:var(--hyle-button-primary-border,var(--color-accent,var(--hyle-color-accent)));background:var(--hyle-button-primary-bg,var(--color-accent-soft,var(--hyle-color-accent-soft)));color:var(--hyle-button-primary-color,var(--color-ink,var(--hyle-color-text)))}.hyle-button--slim{min-height:var(--hyle-button-slim-height,1.75rem);padding:var(--hyle-button-slim-padding,0 .5rem)}.hyle-button--icon{width:var(--hyle-button-icon-size,var(--hyle-control-height));min-width:var(--hyle-button-icon-size,var(--hyle-control-height));padding:0}.hyle-button:disabled,.hyle-button-link[aria-disabled=true]{cursor:default;opacity:.48}.hyle-actions{gap:var(--hyle-actions-gap,.5rem);justify-content:flex-end;min-width:0}.hyle-action-form{margin:0;display:inline-flex}.hyle-toolbar,.hyle-field-row,.hyle-stack{min-width:0}.hyle-toolbar{align-items:center;gap:var(--hyle-toolbar-gap,.4rem);flex-wrap:wrap;display:flex}.hyle-stack{gap:var(--hyle-stack-gap,.65rem);display:grid}.hyle-section-title{color:var(--hyle-section-title-color,var(--color-ink,var(--hyle-color-text)));font-size:var(--hyle-section-title-size,var(--text-sm,var(--hyle-text-sm)));font-weight:var(--hyle-section-title-weight,650);margin:0}.hyle-text-muted{color:var(--hyle-muted-color,var(--color-muted,var(--hyle-color-text-muted)));font-size:var(--hyle-muted-size,var(--text-xs,var(--hyle-text-xs)));margin:0}.hyle-field-row{gap:var(--hyle-field-row-gap,.35rem);color:var(--hyle-field-label-color,var(--color-muted,var(--hyle-color-text-muted)));font-size:var(--hyle-field-label-size,var(--text-xs,var(--hyle-text-xs)));font-weight:var(--hyle-field-label-weight,610);display:grid}.hyle-empty{min-height:var(--hyle-empty-min-height,7.5rem);border:1px dashed var(--hyle-empty-border,var(--color-border,var(--hyle-color-border)));border-radius:var(--hyle-empty-radius,var(--radius-md,var(--hyle-radius-card)));color:var(--hyle-empty-color,var(--color-muted,var(--hyle-color-text-muted)));font-size:var(--hyle-empty-size,var(--text-xs,var(--hyle-text-xs)));place-items:center;display:grid}.hyle-segmented{grid-template-columns:repeat(var(--hyle-segmented-count,3), minmax(0, 1fr));gap:var(--hyle-segmented-gap,.4rem);display:grid}.hyle-segmented .hyle-button{width:100%;min-width:0}.hyle-input{min-width:0;height:var(--hyle-input-height,var(--hyle-control-height));border:1px solid var(--hyle-input-border,var(--color-border,var(--hyle-color-border)));border-radius:var(--hyle-input-radius,var(--radius-md,var(--hyle-radius-control)));padding:var(--hyle-input-padding,0 .65rem);background:var(--hyle-input-bg,var(--color-surface-soft,#080b11));color:var(--hyle-input-color,var(--color-ink,var(--hyle-color-text)));font:inherit;outline:none}.hyle-input:focus{border-color:var(--hyle-input-focus-border,var(--color-accent,var(--hyle-color-accent)))}.hyle-studio-logo{width:var(--hyle-studio-logo-size,1.75rem);flex:none;height:auto;display:block}.hyle-brand__logo{width:auto;height:var(--hyle-brand-logo-height,2.5rem);flex:none;display:block}@media (width<=760px){.hyle-app-topbar{flex-wrap:wrap;align-items:flex-start}.hyle-nav{order:3;justify-content:space-between;width:100%}.hyle-actions{margin-left:auto}}@media (width<=520px){.hyle-actions{order:4;justify-content:flex-start;width:100%}}._editor-workspace_1ym1b_1{display:contents}._part-workspace_1ym1b_4{background:var(--hyle-color-panel-raised);grid-template-columns:minmax(220px,25%) 1fr;gap:1px;min-height:0;display:grid}._part-guide_1ym1b_11{border-right:1px solid var(--hyle-color-border-strong);padding:32px}._part-guide_1ym1b_11 span{color:var(--hyle-color-accent-text);text-transform:uppercase;letter-spacing:.12em;font-size:11px}._part-guide_1ym1b_11 h2{margin:18px 0;font-size:26px;font-weight:450}._part-guide_1ym1b_11 p{color:var(--hyle-color-text-muted);font-size:13px;line-height:1.8}@media (width<=720px){._part-workspace_1ym1b_4{grid-template-columns:1fr}._part-guide_1ym1b_11{display:none}}._inspector_1ym1b_40{border-top:1px solid var(--hyle-color-border);min-width:0;padding-top:12px}._inspector_1ym1b_40 h2{color:var(--hyle-color-text);font-size:var(--hyle-text-sm);margin:0 0 12px;font-weight:650}._splitter_1ym1b_51{cursor:col-resize;background:var(--hyle-color-border);touch-action:none}._splitter_1ym1b_51:hover,._splitter_1ym1b_51:focus-visible{background:var(--hyle-color-accent);outline:2px solid var(--hyle-color-accent);z-index:1}._fileError_1ym1b_63{z-index:200;background:var(--hyle-color-panel);border:1px solid var(--hyle-color-danger,#e98994);border-radius:8px;gap:16px;max-width:min(640px,100vw - 24px);padding:12px 16px;display:flex;position:fixed;top:54px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0008}._fileError_1ym1b_63 button{color:inherit;cursor:pointer;background:0 0;border:none}._toolsPane_1ym1b_86{grid-template-rows:2rem minmax(0,1fr) auto;overflow:hidden}._toolsContent_1ym1b_90{min-height:0;overflow:auto}@media (width<=720px){._withInputs_1ym1b_95{--mobile-controls-height:min(28dvh, 240px)}}._root_fr8p6_2{box-sizing:border-box;width:min(460px,100vw - 32px);max-width:calc(100vw - 24px);max-height:calc(100dvh - 32px);padding:var(--hyle-space-6);overscroll-behavior:contain;border:1px solid var(--hyle-color-border-strong);border-radius:var(--hyle-radius-dialog);background:var(--hyle-color-panel);color:var(--hyle-color-text);box-shadow:var(--hyle-shadow-dialog);margin:auto;overflow:auto}._root_fr8p6_2::backdrop{background:var(--hyle-color-backdrop);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._root_fr8p6_2>header,._root_fr8p6_2>footer{justify-content:space-between;align-items:center;gap:var(--hyle-space-4);flex-wrap:wrap;display:flex}._root_fr8p6_2 button:focus-visible,._root_fr8p6_2 a:focus-visible,._root_fr8p6_2 input:focus-visible{outline:2px solid var(--hyle-color-accent);outline-offset:3px}._root_5ozu1_1{width:min(440px,100vw - 32px);max-width:none;max-height:calc(100dvh - 32px);padding:0;overflow:auto}._root_5ozu1_1 header{z-index:1;background:var(--hyle-color-panel-raised);justify-content:space-between;align-items:center;padding:18px 20px 0 28px;display:flex;position:sticky;top:0}._root_5ozu1_1 .eyebrow{color:var(--hyle-color-accent-text);letter-spacing:.12em;text-transform:uppercase;font-size:11px}._root_5ozu1_1 button,._root_5ozu1_1 a,._root_5ozu1_1 input{font:inherit}._root_5ozu1_1 button,._root_5ozu1_1 a{justify-content:center;align-items:center;gap:var(--hyle-space-2);min-height:44px;color:var(--hyle-color-text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;font-size:13px;text-decoration:none;display:inline-flex}._root_5ozu1_1 button:hover:not(:disabled),._root_5ozu1_1 a:hover{background:var(--hyle-color-border-strong);color:var(--hyle-color-text)}._root_5ozu1_1 button:focus-visible,._root_5ozu1_1 a:focus-visible,._root_5ozu1_1 input:focus-visible{outline:2px solid var(--hyle-color-accent-text);outline-offset:3px}._root_5ozu1_1 .close{flex:0 0 44px;width:44px}._root_5ozu1_1 .welcome,._root_5ozu1_1 .identity{padding:18px 28px 0}._root_5ozu1_1 h2{letter-spacing:-.03em;overflow-wrap:anywhere;margin:0 0 10px;font-size:26px;font-weight:550}._root_5ozu1_1 p{color:var(--hyle-color-text-muted);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.65}._root_5ozu1_1 form{gap:10px;padding:24px 28px 0;display:grid}._root_5ozu1_1 label{color:var(--hyle-color-text);font-size:12px}._root_5ozu1_1 input{box-sizing:border-box;border:1px solid var(--hyle-color-border-strong);width:100%;min-height:46px;color:var(--hyle-color-text);background:var(--hyle-color-panel-sunken);border-radius:9px;margin-bottom:8px;padding:10px 12px;font-size:16px}._root_5ozu1_1 input::placeholder{color:var(--hyle-color-text-muted)}._root_5ozu1_1 .primary{background:var(--hyle-color-accent-text);color:var(--hyle-color-on-accent);font-weight:650}._root_5ozu1_1 .primary:hover:not(:disabled){background:var(--hyle-color-accent-text);color:var(--hyle-color-on-accent)}._root_5ozu1_1 button:disabled{opacity:.5;cursor:default}._root_5ozu1_1 .signin{width:100%;margin-top:4px}._root_5ozu1_1 .register{text-align:center;margin-top:4px}._root_5ozu1_1 .register button{color:var(--hyle-color-accent-text);padding:0 4px}._root_5ozu1_1 .account-note{text-align:center;color:var(--hyle-color-text-muted);padding:18px 28px 24px;font-size:11px}._root_5ozu1_1 .error{background:var(--hyle-color-error-soft);color:var(--hyle-color-error);border-radius:9px;margin-bottom:8px;padding:12px}._root_5ozu1_1 .identity{text-align:center}._root_5ozu1_1 .avatar{border:1px solid var(--hyle-color-text-muted);background:linear-gradient(145deg, var(--hyle-color-border-strong), var(--hyle-color-border-strong));width:60px;height:60px;color:var(--hyle-color-accent-text);border-radius:20px;place-items:center;margin:0 auto 18px;font-size:25px;display:grid}._root_5ozu1_1 .username{color:var(--hyle-color-accent-text);margin-bottom:8px}._root_5ozu1_1 .account-actions{gap:var(--hyle-space-3);padding:26px 28px 22px;display:grid}._root_5ozu1_1 .library{justify-content:space-between;padding:16px}._root_5ozu1_1 .library span{text-align:left;flex:1;min-width:0}._root_5ozu1_1 strong{font-size:14px;font-weight:650;display:block}._root_5ozu1_1 small{margin-top:5px;font-size:11px;font-weight:450;line-height:1.5;display:block}._root_5ozu1_1 footer{justify-content:space-between;align-items:center;gap:var(--hyle-space-3);border-top:1px solid var(--hyle-color-border-strong);color:var(--hyle-color-text-muted);padding:12px 28px;font-size:11px;display:flex}@media (width<=480px){._root_5ozu1_1 header{padding-left:22px;padding-right:14px}._root_5ozu1_1 .welcome,._root_5ozu1_1 .identity,._root_5ozu1_1 form,._root_5ozu1_1 .account-actions,._root_5ozu1_1 footer{padding-left:22px;padding-right:22px}}._root_17tbz_1 .mobile-status{color:var(--hyle-color-text-muted);max-height:48px;margin:0;font-size:11px;line-height:1.5;overflow:auto}._root_17tbz_1{grid-template-rows:minmax(0,1fr) auto;gap:0;padding:0;overflow:hidden}._tools_17tbz_16{grid-auto-rows:max-content;align-content:start;gap:.55rem;min-height:0;padding:.55rem .65rem;display:grid;overflow:auto}._scope_1ghsk_2 dl{font-size:var(--hyle-text-sm);grid-template-columns:minmax(4.5rem,auto) minmax(0,1fr);gap:.45rem .65rem;margin:0 0 .75rem;display:grid}._scope_1ghsk_2 dt{color:var(--hyle-color-text-muted);overflow-wrap:anywhere;font-weight:620}._scope_1ghsk_2 dd{overflow-wrap:anywhere;min-width:0;color:var(--studio-text);margin:0}._scope_1ghsk_2{min-width:0;min-height:0;overflow:auto;container-type:inline-size}@container (width<=240px){._scope_1ghsk_2 dl{grid-template-columns:minmax(0,1fr);gap:4px}._scope_1ghsk_2 dd{margin-bottom:10px}}:root{--hyle-code-keyword:#b8afff;--hyle-code-type:#79d3cb;--hyle-code-number:#e7bd80;--hyle-code-string:#abd395;--hyle-code-comment:#8491a4;--hyle-code-punctuation:#aeb5c4}:root[data-theme=light]{--hyle-code-keyword:#5842a3;--hyle-code-type:#176864;--hyle-code-number:#86501b;--hyle-code-string:#396829;--hyle-code-comment:#596174;--hyle-code-punctuation:#596174}.hyle-code .tok-keyword{color:var(--hyle-code-keyword)}.hyle-code .tok-typeName,.hyle-code .tok-standard{color:var(--hyle-code-type)}.hyle-code .tok-number,.hyle-code .tok-bool,.hyle-code .tok-atom{color:var(--hyle-code-number)}.hyle-code .tok-string{color:var(--hyle-code-string)}.hyle-code .tok-comment{color:var(--hyle-code-comment);font-style:italic}.hyle-code .tok-operator,.hyle-code .tok-punctuation{color:var(--hyle-code-punctuation)}._editor_zdwa0_1{border:1px solid var(--hyle-color-border);border-radius:var(--hyle-radius-control);background:var(--hyle-color-panel-sunken);min-width:0;color:var(--hyle-color-text);overflow:hidden}._editor_zdwa0_1 .cm-editor{height:100%}._editor_zdwa0_1 .cm-scroller,._fallback_zdwa0_14{font:13px/1.65 var(--hyle-font-mono);tab-size:4;min-height:280px;max-height:560px;overflow:auto}._editor_zdwa0_1[data-readonly=true] .cm-scroller{min-height:100px;max-height:440px}._editor_zdwa0_1 .cm-content{caret-color:var(--hyle-color-text);padding:12px 0}._editor_zdwa0_1 .cm-line{padding:0 12px}._editor_zdwa0_1 .cm-gutters{background:var(--hyle-color-panel);color:var(--hyle-code-comment);border-right:1px solid var(--hyle-color-border)}._editor_zdwa0_1 .cm-activeLine,._editor_zdwa0_1 .cm-activeLineGutter{background:var(--hyle-color-accent-soft)}._editor_zdwa0_1 .cm-focused{outline:1px solid var(--hyle-color-accent);outline-offset:-1px}._editor_zdwa0_1 .cm-content::selection{background:var(--hyle-color-accent-muted)}._editor_zdwa0_1 .cm-content ::selection{background:var(--hyle-color-accent-muted)}._editor_zdwa0_1 .cm-matchingBracket{background:var(--hyle-color-accent-muted);color:var(--hyle-color-text)}._fallback_zdwa0_14{margin:0;padding:12px}._viewer_mb0kv_1{background:#0b0e16;border:1px solid #2b3040;border-radius:12px;min-width:0;overflow:hidden}._tabs_mb0kv_8{border-bottom:1px solid #2b3040;gap:4px;padding:8px;display:flex;overflow:auto}._tabs_mb0kv_8 button{color:#a6afc2;white-space:nowrap;cursor:pointer;font:inherit;background:0 0;border:0;border-radius:5px;padding:7px 10px;font-size:12px}._tabs_mb0kv_8 button._active_mb0kv_26{color:#e4e8f1;background:#242a3a}._scope_9wzy6_2 .file-heading span{color:var(--studio-muted)}._scope_9wzy6_2{min-height:0}._scope_9wzy6_2 .file-heading{min-width:0;font-size:var(--hyle-text-xs);align-items:center;gap:.45rem;min-height:1.75rem;margin-bottom:4px;display:flex}._scope_9wzy6_2 .file-list{border:1px solid var(--studio-line);border-radius:var(--hyle-radius-card);background:var(--studio-panel-soft);max-height:9.5rem;overflow:auto}._scope_9wzy6_2 .file-row{width:100%;min-height:1.75rem;padding:0 .5rem 0 calc(.5rem + var(--depth) * .85rem);color:var(--hyle-color-text);text-align:left;background:0 0;border:0;border-radius:0;align-items:center;gap:.45rem;display:flex}._scope_9wzy6_2 .file-row:hover{background:var(--hyle-color-panel-hover);border-color:#aeb5c452}._scope_9wzy6_2 .file-row.selected{background:var(--hyle-color-accent-soft);border-color:#7d8cffb8}._scope_9wzy6_2 .file-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._scope_9wzy6_2 .directory{color:var(--hyle-color-text-muted)}._scope_9wzy6_2 .hyle-button._addFile_9wzy6_56{width:24px;min-height:24px;margin-left:auto;padding:0}._root_honct_1{width:min(460px,90vw);max-height:90dvh;padding:26px;overflow:auto}._root_honct_1 .eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--hyle-color-accent-text);font-size:10px}._root_honct_1 h2{overflow-wrap:anywhere;margin:10px 0 16px;font-size:24px;font-weight:550}._root_honct_1 p{font:13px/1.8 var(--hyle-font-sans);color:var(--hyle-color-text-muted)}._root_honct_1 footer{flex-wrap:wrap;justify-content:flex-end;gap:9px;margin-top:24px;display:flex}._root_honct_1 button{font:13px var(--hyle-font-sans);border:1px solid var(--hyle-color-text-muted);cursor:pointer;color:var(--hyle-color-text);background:var(--hyle-color-border-strong);border-radius:7px;padding:10px 16px}._root_honct_1 .primary{background:var(--hyle-color-accent-text);border-color:var(--hyle-color-accent-text);color:var(--hyle-color-on-accent);font-weight:600}._root_honct_1 button:disabled{opacity:.5;cursor:default}._root_honct_1 button:focus-visible{outline:2px solid var(--hyle-color-accent-text);outline-offset:3px}._root_honct_1 .error{color:var(--hyle-color-error)}._dialog_1hovx_1{gap:20px;width:min(520px,100vw - 24px);padding:24px;display:grid}._dialog_1hovx_1 header,._dialog_1hovx_1 footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}._dialog_1hovx_1 h2{margin:0;font-size:20px}._dialog_1hovx_1 label{gap:8px;font-size:12px;display:grid}._dialog_1hovx_1 textarea{min-height:100px}._dialog_1hovx_1 p{color:var(--hyle-color-text-muted);overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.6}._panel_1xxzm_1{flex-direction:column;gap:12px;min-width:0;min-height:0;padding:14px;display:flex;overflow:auto}._panel_1xxzm_1>*{flex-shrink:0}._heading_1xxzm_13{justify-content:space-between;align-items:center;gap:8px;display:flex}._heading_1xxzm_13 strong{overflow-wrap:anywhere;min-width:0;font-size:15px;font-weight:600}._titleBlock_1xxzm_25{gap:4px;min-width:0;display:grid}._titleRow_1xxzm_30{align-items:baseline;gap:7px;min-width:0;display:flex}._publication_1xxzm_36,._version_1xxzm_37{color:var(--hyle-color-text-muted);font-size:11px}._publication_1xxzm_36[data-published=true]{color:var(--hyle-color-success)}._version_1xxzm_37{flex-shrink:0}._actions_1xxzm_47,._sourceBar_1xxzm_48{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._actions_1xxzm_47 input{flex:1;min-width:100px}._saveRow_1xxzm_58{gap:8px;display:grid}._feedback_1xxzm_62{color:var(--hyle-color-text-muted);margin:0;font-size:11px;line-height:1.5}._feedback_1xxzm_62 span{display:block}._feedback_1xxzm_62[data-attention=true]{color:var(--hyle-color-warning)}._feedback_1xxzm_62[data-error=true]{color:var(--hyle-color-error)}._resources_1xxzm_77{border-block:1px solid var(--hyle-color-border);gap:8px;max-height:32vh;padding-block:10px;display:grid;overflow:auto}._dependencyRow_1xxzm_85{align-items:start;gap:8px;display:flex}._dependencyRow_1xxzm_85>details{flex:1;min-width:0}._panel_1xxzm_1 summary{cursor:pointer;padding:8px 0;font-size:12px}._panel_1xxzm_1 summary span{color:var(--hyle-color-text-muted);margin-left:4px;font-size:11px}._dependency_1xxzm_85{border-top:1px solid var(--hyle-color-border);margin-top:8px}._helper_1xxzm_108{color:var(--hyle-color-text-muted);font-size:11px;line-height:1.6}._editor_1xxzm_113{flex-direction:column;flex:1 0 260px;gap:8px;min-height:260px;display:flex}._sourceBar_1xxzm_48{justify-content:space-between}._sourceBar_1xxzm_48>span{font:11px var(--hyle-font-mono);color:var(--hyle-color-text-muted);overflow-wrap:anywhere}._error_1xxzm_128{white-space:pre-wrap;overflow-wrap:anywhere;max-height:150px;color:var(--hyle-color-error);background:var(--hyle-color-error-soft);font:12px/1.6 var(--hyle-font-mono);border-radius:6px;margin:0;padding:10px;overflow:auto}._editor_1xxzm_113>*{flex-shrink:0}._scope_53zq5_2{cursor:ew-resize}._scope_53zq5_2:focus{cursor:text}._hiddenLabel_53zq5_9{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._scope_53zq5_2{appearance:textfield}._scope_53zq5_2::-webkit-inner-spin-button{appearance:none;margin:0}._scope_53zq5_2::-webkit-outer-spin-button{appearance:none;margin:0}._scope_53zq5_2{touch-action:pan-y}._scope_53zq5_2.typing{cursor:text}._scope_53zq5_2:disabled{cursor:default;opacity:.55}._scope_53zq5_2[aria-invalid=true]{border-color:var(--hyle-color-danger,#f39aab)}._group_1juaa_1{border:1px solid var(--hyle-color-border);background:var(--hyle-color-panel);border-radius:7px;min-width:0;display:inline-flex}._group_1juaa_1 button{min-width:32px;min-height:30px;color:var(--hyle-color-text-muted);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:0;flex:auto;padding:5px 10px;font-size:12px}._group_1juaa_1 button+button{border-left:1px solid var(--hyle-color-border)}._group_1juaa_1 button:first-child{border-radius:6px 0 0 6px}._group_1juaa_1 button:last-child{border-radius:0 6px 6px 0}._group_1juaa_1 button:only-child{border-radius:6px}._group_1juaa_1 button[aria-checked=true]{background:color-mix(in srgb, var(--hyle-color-accent) 25%, var(--hyle-color-panel));color:var(--hyle-color-text);box-shadow:inset 0 0 0 1px var(--hyle-color-accent)}._group_1juaa_1 button:hover:not(:disabled){color:var(--hyle-color-text)}._group_1juaa_1 button:focus-visible{outline:2px solid var(--hyle-color-accent);outline-offset:2px;z-index:1}._group_1juaa_1 button:disabled{opacity:.45;cursor:default}._panel_gwkwg_2{border-top:1px solid var(--studio-line-strong);background:var(--studio-panel);grid-template-rows:auto minmax(0,1fr);min-height:0;max-height:45dvh;display:grid;overflow:hidden}._panel_gwkwg_2 h2{border-bottom:1px solid var(--studio-line);background:var(--hyle-color-panel-sunken);color:var(--studio-muted);font-size:var(--hyle-text-sm);margin:0;padding:.5rem .75rem;font-weight:650}._content_gwkwg_20{overscroll-behavior:contain;gap:.85rem;min-height:0;padding:.65rem;display:grid;overflow:auto}@media (width<=720px){._panel_gwkwg_2{max-height:min(18dvh,152px)}}._panel_gwkwg_2 p,._hint_gwkwg_34,._field_gwkwg_35 small{color:var(--hyle-color-text-muted);font-size:var(--hyle-text-xs);margin:0;line-height:1.5}._field_gwkwg_35{gap:.3rem;min-width:0;display:grid}._caption_gwkwg_46{overflow-wrap:anywhere;justify-content:space-between;gap:.5rem;display:flex}._field_gwkwg_35 input[type=text]{box-sizing:border-box;width:100%;min-width:0}._field_gwkwg_35 input:disabled{opacity:.55}._error_gwkwg_60{color:var(--hyle-color-danger,#f39aab);overflow-wrap:anywhere}._field_gwkwg_35 input[aria-invalid=true]{border-color:var(--hyle-color-danger,#f39aab)}._scope_1gr3w_2 .material-tile:hover{background:var(--hyle-color-panel-hover);border-color:#aeb5c452}._scope_1gr3w_2 .material-tile.selected{background:var(--hyle-color-accent-soft);border-color:#7d8cffb8}._scope_1gr3w_2 .material-grid{grid-template-columns:repeat(auto-fill,minmax(4.75rem,1fr));gap:.4rem;display:grid}._scope_1gr3w_2 .material-tile{border:1px solid var(--studio-line-strong);border-radius:var(--hyle-radius-card);background:var(--hyle-color-panel-raised);min-height:4.25rem;color:var(--hyle-color-text);cursor:pointer;justify-items:center;gap:.4rem;padding:.5rem .35rem;display:grid}._scope_1gr3w_2 .material-tile span:last-child{width:100%;font-size:var(--hyle-text-xs);text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._scope_1gr3w_2{min-width:0;min-height:0;padding:.65rem;overflow:auto}._scope_1up6g_2{width:2.35rem;height:1.9rem;overflow:visible}._bar_15aq9_1{flex-shrink:0;align-items:center;gap:2px;display:flex}._group_15aq9_7{position:relative}._trigger_15aq9_10{color:var(--hyle-color-text);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:6px 8px;font-size:12px}._trigger_15aq9_10:hover,._trigger_15aq9_10[aria-expanded=true]{background:var(--hyle-color-panel-raised)}._menu_15aq9_24{z-index:100;border:1px solid var(--hyle-color-border-strong);background:var(--hyle-color-panel);border-radius:8px;min-width:255px;max-width:calc(100vw - 30px);padding:5px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 32px #0008}._menu_15aq9_24 button{width:100%;color:var(--hyle-color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:8px;padding:8px 6px;font-size:12px;display:flex}._menu_15aq9_24 button:hover:not(:disabled),._menu_15aq9_24 button:focus-visible{background:var(--hyle-color-panel-raised);outline:1px solid var(--hyle-color-accent-text)}._menu_15aq9_24 button:disabled{opacity:.4;cursor:default}._check_15aq9_61{flex-shrink:0;width:14px}._menu_15aq9_24 kbd{font:inherit;color:var(--hyle-color-text-muted);margin-left:auto;font-size:10px}@media (width<=520px){._trigger_15aq9_10{padding:6px}._menu_15aq9_24{position:fixed;top:44px;left:10px}}.top-bar.hyle-app-topbar{--hyle-brand-logo-height:2rem;flex-wrap:nowrap;align-items:center}.top-bar .hyle-actions{flex-shrink:0;order:3;width:auto}._account-name_13k7k_13{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}@media (width<=520px){.top-bar .hyle-brand__name{display:none}._account-name_13k7k_13{max-width:80px}}.top-bar .hyle-brand{flex-shrink:0}.top-bar .hyle-nav{flex-shrink:0;order:1;width:auto}.top-bar .hyle-app-topbar__status{text-align:center;flex:1;order:2}@media (width<=520px){.top-bar .hyle-app-topbar__status{display:none}}._panel_q9ofq_1{background:var(--surface,#10131c);padding:.65rem .8rem;font-size:.8rem}._row_q9ofq_6{flex-wrap:wrap;align-items:center;gap:.5rem;margin:.35rem 0;display:flex}._scrubber_q9ofq_13{accent-color:#b4aaff;width:100%;min-width:0;margin:0}._scrubRow_q9ofq_19{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.5rem;margin:.35rem 0;display:grid}._frameStatus_q9ofq_26{font-variant-numeric:tabular-nums;font-variant-numeric:tabular-nums;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.5rem;min-height:1.5em;display:grid}._frameStatus_q9ofq_26 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._frameStatus_q9ofq_26 span:last-child{text-align:right}._panel_q9ofq_1 button,._panel_q9ofq_1 select,._panel_q9ofq_1 input:not([type=range]){color:#e7e8ef;font:inherit;background:#1b2030;border:1px solid #373d50;border-radius:6px;padding:.35rem .5rem}._panel_q9ofq_1 button:disabled{opacity:.45}._panel_q9ofq_1 button:not(:disabled){cursor:pointer}._panel_q9ofq_1 button[aria-pressed=true]{border-color:#b4aaff}._panel_q9ofq_1 p,._panel_q9ofq_1 span{color:#aeb6c9}._panel_q9ofq_1 p{margin:.4rem 0}._download_q9ofq_69{justify-content:center;align-items:center;display:inline-flex}._size_q9ofq_75{font-variant-numeric:tabular-nums;white-space:nowrap}._historyActions_q9ofq_80{gap:.5rem;margin-left:auto;display:flex}._historyActions_q9ofq_80 button{align-items:center;gap:.35rem;display:inline-flex}._panel_5luqv_1{border-top:1px solid var(--hyle-color-border);gap:10px;padding:10px 12px;display:grid}._mode_5luqv_7{color:var(--hyle-color-text-muted);justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}._details_5luqv_15{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}._details_5luqv_15 .slice-index{margin:0;display:block}._details_5luqv_15 .slice-index input{width:80px;min-height:32px;font-size:12px}@media (width<=720px){._panel_5luqv_1{gap:8px;padding:8px}}._settings_m28v1_1{min-width:0}._camera_m28v1_4,._overlays_m28v1_5{gap:10px;padding:10px 12px;display:grid}._overlays_m28v1_5{border-top:1px solid var(--hyle-color-border)}._row_m28v1_13,._camera_m28v1_4 .zoom-control{min-height:30px;color:var(--hyle-color-text-muted);justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}._camera_m28v1_4 .zoom-control input{width:95px}._opacity_m28v1_26{width:min(55%,240px);accent-color:var(--hyle-color-accent)}._toggle_m28v1_31{appearance:none;border:1px solid var(--hyle-color-border);background:var(--hyle-color-panel);cursor:pointer;border-radius:10px;flex:0 0 32px;width:32px;height:18px;margin:0;padding:2px}._toggle_m28v1_31:before{content:"";background:var(--hyle-color-text-muted);border-radius:50%;width:12px;height:12px;display:block}._toggle_m28v1_31:checked{background:var(--hyle-color-accent);border-color:var(--hyle-color-accent)}._toggle_m28v1_31:checked:before{background:var(--hyle-color-panel);transform:translate(14px)}._toggle_m28v1_31:focus-visible{outline:2px solid var(--hyle-color-accent);outline-offset:3px}._help_m28v1_63{color:var(--hyle-color-text-muted);margin:0;padding:0 12px 10px;font-size:11px;line-height:1.5}@media (width<=720px){._camera_m28v1_4,._overlays_m28v1_5{gap:8px;padding:8px}._help_m28v1_63{padding:0 8px 8px}}._dock_wlsiz_1{border-top:1px solid var(--hyle-color-border);background:var(--hyle-color-panel-sunken);flex-direction:column;flex:0 0 clamp(240px,38vh,360px);min-width:0;min-height:0;max-height:50%;display:flex}._tabs_wlsiz_11{border-bottom:1px solid var(--hyle-color-border);flex-shrink:0;gap:4px;padding:0 8px;display:flex}._tabs_wlsiz_11 button{color:var(--hyle-color-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:10px 14px;font-size:12px;display:inline-flex}._tabs_wlsiz_11 button:hover{color:var(--hyle-color-text)}._tabs_wlsiz_11 button[aria-selected=true]{color:var(--hyle-color-accent-text);border-bottom-color:var(--hyle-color-accent)}._tabs_wlsiz_11 button:focus-visible,._content_wlsiz_39:focus-visible{outline:2px solid var(--hyle-color-accent);outline-offset:-2px}._content_wlsiz_39{overscroll-behavior:contain;flex:1;min-height:0;overflow:auto}._content_wlsiz_39[hidden]{display:none}._attention_wlsiz_52{color:var(--hyle-color-warning)}@media (width<=720px){._dock_wlsiz_1{flex-shrink:1}}._scope_1h00p_1{background:var(--hyle-color-app);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex}._toolbar_1h00p_9{border-bottom:1px solid var(--hyle-color-border);background:var(--hyle-color-panel-sunken);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}._sceneStatus_1h00p_19{font-variant-numeric:tabular-nums;color:var(--hyle-color-text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;display:flex}._sceneStatus_1h00p_19 strong{color:var(--hyle-color-text)}._sceneStatus_1h00p_19 ._attention_1h00p_31{color:var(--hyle-color-warning);flex-basis:100%}._canvasArea_1h00p_35{flex:1;min-height:110px;position:relative;overflow:hidden}._canvasArea_1h00p_35 canvas{touch-action:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0}._empty_1h00p_50{text-align:center;pointer-events:none;width:min(320px,100% - 28px);color:var(--hyle-color-text-muted);background:color-mix(in srgb, var(--hyle-color-panel-sunken) 88%, transparent);border-radius:8px;gap:8px;padding:16px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._empty_1h00p_50 strong{color:var(--hyle-color-text);font-size:14px}._empty_1h00p_50 p{font-size:12px;line-height:1.6}._empty_1h00p_50 button{pointer-events:auto;justify-self:center}._runtimeError_1h00p_81{z-index:1;background:var(--hyle-color-error-soft);color:var(--hyle-color-error);max-height:100px;padding:10px;position:absolute;top:8px;left:8px;right:8px;overflow:auto}@media (width<=720px){._toolbar_1h00p_9{gap:6px;padding:8px}._empty_1h00p_50{padding:8px}._empty_1h00p_50 p{font-size:11px}}._canvasArea_1h00p_35 canvas:focus-visible{outline:2px solid var(--hyle-color-accent-text);outline-offset:-2px}._centerControl_1h00p_111{z-index:1;position:absolute;bottom:12px;right:12px}._status_1do1x_1{z-index:2;border:1px solid var(--border,#394052);background:var(--panel,#111723);pointer-events:none;border-radius:10px;align-items:center;gap:10px;padding:12px;display:flex;position:absolute;bottom:12px;left:12px;right:12px;box-shadow:0 4px 18px #0006}._status_1do1x_1 button{pointer-events:auto;flex-shrink:0}._message_1do1x_21{flex-direction:column;gap:4px;min-width:0;font-size:12px;display:flex}._message_1do1x_21 span{color:var(--muted,#acb4c5);font-size:11px}._indicator_1do1x_32{background:#b6afff;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.2s ease-in-out infinite _computation-pulse_1do1x_1}@keyframes _computation-pulse_1do1x_1{50%{opacity:.35}}@media (prefers-reduced-motion:reduce){._indicator_1do1x_32{animation:none}}@media (width<=600px){._status_1do1x_1{flex-wrap:wrap;bottom:8px;left:8px;right:8px}._message_1do1x_21{flex:1}._status_1do1x_1 button{margin-left:18px}}._scope_11ver_1{flex-wrap:wrap;align-items:center;gap:6px;display:flex}._scope_11ver_1 .speed-control{grid-template-columns:auto 3.8rem;align-items:center}._scope_11ver_1 .speed-control input{width:3.8rem}._selector_nvxt2_1{position:relative}._trigger_nvxt2_4{border:1px solid var(--hyle-color-border-strong);background:var(--hyle-color-panel);color:var(--hyle-color-text-muted);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:7px 9px;font-size:11px;list-style:none;display:flex}._trigger_nvxt2_4::-webkit-details-marker{display:none}._trigger_nvxt2_4 strong{color:var(--hyle-color-text)}._trigger_nvxt2_4:focus-visible{outline:2px solid var(--hyle-color-accent);outline-offset:2px}._selector_nvxt2_1[open] ._trigger_nvxt2_4{border-color:var(--hyle-color-accent)}._panel_nvxt2_30{z-index:20;border:1px solid var(--hyle-color-border-strong);background:var(--hyle-color-panel-raised);border-radius:8px;width:min(320px,100vw - 24px);max-height:min(640px,100dvh - 250px);padding:14px;font-size:12px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 10px 30px #0005}._panel_nvxt2_30 fieldset{border:0;min-width:0;margin:0;padding:0}._panel_nvxt2_30 legend{color:var(--hyle-color-text);margin-bottom:10px;font-weight:600}._option_nvxt2_56{align-items:flex-start;gap:10px;padding:10px 0;display:flex}._option_nvxt2_56 input{accent-color:var(--hyle-color-accent);margin:3px 0 0}._option_nvxt2_56>span{gap:5px;min-width:0;display:grid}._option_nvxt2_56 strong{color:var(--hyle-color-text);align-items:center;gap:8px;display:flex}._option_nvxt2_56 small{color:var(--hyle-color-accent-text);font-size:10px}._option_nvxt2_56 span span,._footer_nvxt2_82{color:var(--hyle-color-text-muted);line-height:1.5}._option_nvxt2_56[data-unavailable=true] small{color:var(--hyle-color-text-muted)}._footer_nvxt2_82{border-top:1px solid var(--hyle-color-border);gap:10px;margin-top:6px;padding-top:12px;font-size:11px;display:grid}._footer_nvxt2_82 button{justify-self:start}@media (width<=720px){._panel_nvxt2_30{box-sizing:border-box;width:auto;max-height:calc(100dvh - 24px);position:fixed;inset:auto 12px 12px;overflow-y:auto}}._choices_nvxt2_114{gap:10px;display:flex}._family_nvxt2_118{border:1px solid var(--hyle-color-border-strong);border-radius:6px;flex:1;align-items:center;gap:8px;padding:10px;display:flex}._family_nvxt2_118:has(input:checked){border-color:var(--hyle-color-accent)}._option_nvxt2_56[data-unavailable=true]{opacity:.65}._family_nvxt2_118:has(input:disabled){opacity:.65}._family_nvxt2_118 input{accent-color:var(--hyle-color-accent)}._panel_nvxt2_30 ._configuration_nvxt2_137{margin-top:16px}._hint_nvxt2_140{color:var(--hyle-color-text-muted);line-height:1.5}._root_1r8hw_1{background:var(--hyle-color-panel-sunken);z-index:10;padding:clamp(24px,4vw,60px) max(24px,50vw - 570px);position:absolute;inset:46px 0 0;overflow:auto}._root_1r8hw_1 header{justify-content:space-between;align-items:center;gap:var(--hyle-space-6);margin-bottom:30px;display:flex}._root_1r8hw_1 .eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--hyle-color-accent-text);font-size:11px}._root_1r8hw_1 h1{letter-spacing:-.035em;color:var(--hyle-color-text);margin:10px 0;font-size:clamp(25px,3vw,38px);font-weight:450}._root_1r8hw_1 p{color:var(--hyle-color-text-muted);font-size:14px}._root_1r8hw_1 nav{align-items:center;gap:var(--hyle-space-2);flex-wrap:wrap;margin-bottom:22px;display:flex}._root_1r8hw_1 button,._root_1r8hw_1 a{font:inherit;color:var(--hyle-color-text);border:1px solid var(--hyle-color-border-strong);cursor:pointer;background:0 0;border-radius:8px;padding:10px 15px;font-size:12px;text-decoration:none}._root_1r8hw_1 nav a{border-color:#0000;margin-left:auto}._root_1r8hw_1 .active{background:var(--hyle-color-border-strong);border-color:var(--hyle-color-accent-text)}._root_1r8hw_1 .primary{background:var(--hyle-color-accent-text);color:var(--hyle-color-on-accent);border:0;padding:12px 22px;font-weight:650}._root_1r8hw_1 .error{color:var(--hyle-color-error);background:var(--hyle-color-error-soft);border-radius:8px;padding:12px}._root_1r8hw_1 .property-head{justify-content:space-between;align-items:center;gap:var(--hyle-space-6);margin:25px 0;display:flex}._root_1r8hw_1 .property-head h2{margin:8px 0;font-size:30px}._root_1r8hw_1 .property-actions{gap:var(--hyle-space-2);flex-wrap:wrap;display:flex}@media (width<=650px){._root_1r8hw_1 .property-head{flex-direction:column;align-items:stretch}}._scope_m5b7x_1{gap:20px;min-width:0;display:grid}._scope_m5b7x_1 .search{gap:8px;display:flex}._scope_m5b7x_1 input,._scope_m5b7x_1 select,._scope_m5b7x_1 button{font:inherit}._scope_m5b7x_1 input,._scope_m5b7x_1 select{color:#dce3f0;background:#0e121d;border:1px solid #303748;border-radius:8px;min-width:0;padding:10px 12px}._scope_m5b7x_1 input{flex:1;width:100%}._scope_m5b7x_1 button{cursor:pointer;color:#dce3f0;background:#20283b;border:1px solid #36425b;border-radius:8px;padding:9px 13px}._scope_m5b7x_1 button:disabled{opacity:.45;cursor:default}._scope_m5b7x_1 button:focus-visible,._scope_m5b7x_1 input:focus-visible,._scope_m5b7x_1 select:focus-visible{outline-offset:3px;outline:2px solid #a5a1ff}._scope_m5b7x_1 .cards{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;display:grid}._scope_m5b7x_1 article{background:#10151f;border:1px solid #293141;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}._scope_m5b7x_1 article:hover{border-color:#62648f}._scope_m5b7x_1 article.selected{background:#1a1d32;border-color:#9b9afe}._scope_m5b7x_1 .card-content{text-align:left;background:0 0;border:0;flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;width:100%;padding:18px;display:flex}._scope_m5b7x_1 .card-meta{color:#9ca8bf;justify-content:space-between;align-items:center;gap:12px;font-size:11px;display:flex}._scope_m5b7x_1 .kind{color:#b4b2ff;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:650}._scope_m5b7x_1 .kind[data-kind=property]{color:#8acbbb}._scope_m5b7x_1 .kind[data-kind=behavior]{color:#e6b685}._scope_m5b7x_1 h3{overflow-wrap:anywhere;margin:15px 0 6px;font-size:17px;font-weight:550}._scope_m5b7x_1 .author{color:#8794ab;overflow-wrap:anywhere;font-size:11px}._scope_m5b7x_1 p{color:#a5afc2;margin:12px 0;font-size:12px;line-height:1.65}._scope_m5b7x_1 .choose{text-align:center;margin:0 16px 16px}._scope_m5b7x_1 .empty{text-align:center;color:#a5afc2;border:1px dashed #303748;border-radius:12px;padding:40px 20px}._scope_m5b7x_1 .pagination{color:#a5afc2;justify-content:center;align-items:center;gap:20px;font-size:12px;display:flex}._scope_m5b7x_1.compact .cards{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}@media (width<=620px){._scope_m5b7x_1 .search{flex-wrap:wrap}._scope_m5b7x_1 .search input{flex-basis:100%}._scope_m5b7x_1 select{flex:1}}._scope_m5b7x_1.compact .card-content{gap:6px;padding:12px}._scope_m5b7x_1.compact h3{margin:4px 0;font-size:15px}._scope_m5b7x_1.compact .choose{margin:0 12px 12px;padding:8px}._scope_m5b7x_1 article.included{border-style:dashed}._preview_1rx75_1{aspect-ratio:16/9;background:#090d14;border-bottom:1px solid #293246;flex:none;position:relative;overflow:visible}._poster_1rx75_9{width:100%;height:100%;color:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none;display:block;position:relative;overflow:hidden}._image_1rx75_22,._canvas_1rx75_23{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}._canvas_1rx75_23{opacity:0;pointer-events:none}._canvas_1rx75_23._active_1rx75_34{opacity:1}._placeholder_1rx75_37{color:#76829a;background:radial-gradient(at 50% 40%,#25284466,#0000 80%);flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;font:11px system-ui;display:flex}._placeholder_1rx75_37>span:first-child{color:#797399;font-size:34px}._play_1rx75_52{color:#dce4f2;cursor:pointer;background:#111725de;border:1px solid #65728a66;border-radius:20px;align-items:center;gap:6px;padding:6px 10px;font:11px system-ui;display:flex;position:absolute;bottom:10px;right:10px}._play_1rx75_52._playing_1rx75_67{color:#c6c0ff;border-color:#9b8df577}._notice_1rx75_71{overflow-wrap:anywhere;color:#c6b9be;background:#111725df;border-radius:4px;max-height:calc(100% - 60px);padding:5px;font:10px system-ui;position:absolute;top:10px;left:10px;right:10px;overflow:auto}._preview_1rx75_1 :focus-visible{outline-offset:-3px;outline:2px solid #c2b5ff}._surface_1rx75_90{width:100%;height:100%;display:block}._loading_1rx75_96{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex;position:absolute;inset:0}._timeline_1rx75_109{z-index:3;height:16px;position:absolute;bottom:-8px;left:0;right:0}._timeline_1rx75_109:before{content:"";pointer-events:none;background:#293246;height:2px;position:absolute;top:7px;left:0;right:0}._timeline_1rx75_109._available_1rx75_127:before{background:linear-gradient(to right, #aaa0f5 var(--progress), #45465c var(--progress))}._timeline_1rx75_109 input{appearance:none;cursor:ew-resize;touch-action:none;background:0 0;border:0;width:100%;height:16px;margin:0;padding:0;display:block;position:relative}._timeline_1rx75_109 input:disabled{cursor:default;pointer-events:none}._timeline_1rx75_109 input::-webkit-slider-runnable-track{background:0 0;height:2px}._timeline_1rx75_109 input::-moz-range-track{background:0 0;height:2px}._timeline_1rx75_109 input::-webkit-slider-thumb{-webkit-appearance:none;opacity:0;background:#d1caff;border:0;border-radius:50%;width:10px;height:10px;margin-top:-4px;box-shadow:0 0 0 3px #aaa0f52b}._timeline_1rx75_109 input::-moz-range-thumb{opacity:0;background:#d1caff;border:0;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 3px #aaa0f52b}._preview_1rx75_1._engaged_1rx75_180 ._available_1rx75_127 input::-webkit-slider-thumb{opacity:1}._preview_1rx75_1._engaged_1rx75_180 ._available_1rx75_127 input::-moz-range-thumb{opacity:1}._standalone_1rx75_186 ._timeline_1rx75_109{bottom:0}._generation_1rx75_192{color:#bcb3ed;pointer-events:none;align-items:center;gap:8px;font:11px/1.45 system-ui;display:flex;position:absolute;inset:auto 12px 12px}._generationMark_1rx75_202{flex:none;font-size:22px}._generationDetail_1rx75_206{opacity:0;background:#111725ed;border:1px solid #79739955;border-radius:6px;padding:7px 10px;transition:opacity .14s}._engaged_1rx75_180 ._generationDetail_1rx75_206,._standalone_1rx75_186 ._generationDetail_1rx75_206{opacity:1}._generationFailed_1rx75_218{color:#d9b48c}._throbber_1rx75_221{box-sizing:border-box;border:2px solid #aaa0f52b;border-top-color:#bcb3ed;border-radius:50%;width:26px;height:26px;animation:1s linear infinite _generation-spin_1rx75_1;display:inline-block}._loading_1rx75_96 ._throbber_1rx75_221{background:#111725cc;box-shadow:0 0 0 6px #111725cc}._srOnly_1rx75_235{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes _generation-spin_1rx75_1{to{transform:rotate(360deg)}}@media (hover:none){._generationDetail_1rx75_206{opacity:1}}@media (prefers-reduced-motion:reduce){._throbber_1rx75_221{animation:none}._generationDetail_1rx75_206{transition:none}}._awaiting_1rx75_264 ._placeholder_1rx75_37{box-sizing:border-box;padding-bottom:70px}._loadingText_1rx75_269{color:#e5e1f6;font-variant-numeric:tabular-nums;background:#111725ed;border:1px solid #79739955;border-radius:6px;padding:6px 10px;font:11px/1.4 system-ui}._detail_10hxl_1{border:1px solid #293246;border-radius:12px;width:100%;max-width:640px;margin-bottom:24px;overflow:hidden}dl.svelte-1mnjtkp{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}dl.svelte-1mnjtkp>div:where(.svelte-1mnjtkp){background:#101722;border:1px solid #344052;border-radius:7px;gap:12px;padding:8px 11px;font:12px/1.5 ui-monospace,monospace;display:flex}dt.svelte-1mnjtkp{color:#93a3bb;overflow-wrap:anywhere}dd.svelte-1mnjtkp{color:#d7cffb;margin:0}.presets.svelte-1nff8nf{color:#dce4f2;min-width:0;margin:28px 0}header.svelte-1nff8nf{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}h2.svelte-1nff8nf{margin:6px 0;font:500 21px/1.3 system-ui}p.svelte-1nff8nf{color:#98a8c0;margin:5px 0;font:13px/1.7 system-ui}.eyebrow.svelte-1nff8nf{color:#b0a5e9;text-transform:uppercase;letter-spacing:.12em;font-size:10px}button.svelte-1nff8nf,a.svelte-1nff8nf,input.svelte-1nff8nf,select.svelte-1nff8nf{color:#dce4f2;background:#141c2b;border:1px solid #354258;border-radius:7px;padding:9px 12px;font:12px/1.5 system-ui}button.svelte-1nff8nf,a.svelte-1nff8nf{cursor:pointer;text-decoration:none}button.svelte-1nff8nf:disabled{opacity:.5;cursor:default}button.svelte-1nff8nf:focus-visible,a.svelte-1nff8nf:focus-visible,input.svelte-1nff8nf:focus-visible,select.svelte-1nff8nf:focus-visible{outline-offset:3px;outline:2px solid #b7afff}.create.svelte-1nff8nf{white-space:nowrap;color:#dfd7ff;border-color:#8275b5}form.svelte-1nff8nf{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}input.svelte-1nff8nf{flex:1;min-width:160px}select.svelte-1nff8nf{min-width:0}.empty.svelte-1nff8nf{background:#101722;border:1px dashed #334055;border-radius:10px;padding:22px}.empty.svelte-1nff8nf strong:where(.svelte-1nff8nf){font:500 14px system-ui}.rows.svelte-1nff8nf{gap:10px;display:grid}article.svelte-1nff8nf{background:#101722;border:1px solid #303c50;border-radius:11px;overflow:hidden}article.active.svelte-1nff8nf,article.selected.svelte-1nff8nf{border-color:#7c72a9}.row.svelte-1nff8nf{align-items:center;gap:12px;padding:6px;display:flex}.inspect.svelte-1nff8nf{text-align:left;background:0 0;border:0;flex:1;min-width:0;padding:12px}.inspect.svelte-1nff8nf strong:where(.svelte-1nff8nf){overflow-wrap:anywhere;font-size:16px;font-weight:550;display:block}.inspect.svelte-1nff8nf span:where(.svelte-1nff8nf){color:#92a3bc;margin-top:5px;font-size:11px;display:block}.inspect.svelte-1nff8nf small:where(.svelte-1nff8nf){color:#b4acd5;margin-top:9px;font-size:11px;display:block}.actions.svelte-1nff8nf{flex-wrap:wrap;gap:8px;padding:10px;display:flex}.choose.svelte-1nff8nf{border-color:#7e78b3}.details.svelte-1nff8nf{border-top:1px solid #303c50;padding:6px 18px 18px}.hint.svelte-1nff8nf{margin:12px 0;font-size:12px}.error.svelte-1nff8nf{color:#f4aeb7}nav.svelte-1nff8nf{justify-content:center;align-items:center;gap:15px;margin-top:18px;font:12px system-ui;display:flex}@media (width<=650px){header.svelte-1nff8nf{flex-wrap:wrap;align-items:flex-start}.row.svelte-1nff8nf{flex-direction:column;align-items:stretch;gap:0}.actions.svelte-1nff8nf{padding-top:0}.details.svelte-1nff8nf{padding:6px 12px 12px}}._composition_1jyvm_1{margin:24px 0}._composition_1jyvm_1 h3{color:#e0e6f0;margin:0 0 9px;font-size:18px;font-weight:550}._composition_1jyvm_1 p{color:#9baac3;max-width:660px;margin:0 0 18px;font:12px/1.8 system-ui}._groups_1jyvm_16{grid-template-columns:repeat(auto-fit,minmax(min(100%,175px),1fr));gap:10px;display:grid}._group_1jyvm_16{background:#101722;border:1px solid #313b50;border-radius:10px;min-width:0;padding:14px}._composition_1jyvm_1 h4{color:#aaa2db;justify-content:space-between;margin:0 0 12px;font:11px system-ui;display:flex}._composition_1jyvm_1 h4 span{color:#8293ad}._composition_1jyvm_1 a,._composition_1jyvm_1 button,._part_1jyvm_40{text-align:left;box-sizing:border-box;background:0 0;border:0;border-radius:4px;gap:5px;width:100%;padding:6px 0;text-decoration:none;display:grid}._composition_1jyvm_1 a,._composition_1jyvm_1 button{cursor:pointer}._composition_1jyvm_1 strong{color:#d9e1ef;overflow-wrap:anywhere;font:500 13px system-ui}._composition_1jyvm_1 small{color:#8a9bb5;overflow-wrap:anywhere;font:10px/1.5 system-ui}._composition_1jyvm_1 a:hover strong,._composition_1jyvm_1 button:hover strong{color:#c5baff}._composition_1jyvm_1 a:focus-visible,._composition_1jyvm_1 button:focus-visible{outline-offset:4px;outline:2px solid #b7aaff}._empty_1jyvm_75{border:1px dashed #364057;border-radius:9px;padding:18px}._root_1m4eb_1{width:min(1120px,94vw);max-height:92dvh;padding:0;overflow:auto}._root_1m4eb_1[open]{flex-direction:column;display:flex}._root_1m4eb_1 header,._root_1m4eb_1 footer{flex-shrink:0}._root_1m4eb_1 header{border-bottom:1px solid var(--hyle-color-border-strong);justify-content:space-between;gap:var(--hyle-space-5);padding:27px 30px 22px;display:flex}._root_1m4eb_1 .eyebrow{color:var(--hyle-color-accent-text);text-transform:uppercase;letter-spacing:.13em;margin:0 0 10px;font-size:10px}._root_1m4eb_1 h1{letter-spacing:-.025em;margin:0;font-size:clamp(21px,3vw,27px);font-weight:500}._root_1m4eb_1 .subtitle{color:var(--hyle-color-text-muted);margin:9px 0 0;font-size:12px}._root_1m4eb_1 .close{align-self:start;padding:0 10px;font-size:24px}._root_1m4eb_1 .body{grid-template-columns:minmax(0,1fr) 270px;gap:28px;min-height:0;padding:28px 30px;display:grid;overflow:auto}._root_1m4eb_1 .visual,._root_1m4eb_1 aside{min-width:0}._root_1m4eb_1 .visual{justify-self:center;width:min(100%,max(320px,163.556dvh - 675.556px))}._root_1m4eb_1 .screen{aspect-ratio:16/9;background:var(--hyle-color-panel-sunken);border:1px solid var(--hyle-color-border-strong);border-radius:10px;overflow:hidden}._root_1m4eb_1 .caption,._root_1m4eb_1 .timeline-foot{color:var(--hyle-color-text-muted);justify-content:space-between;align-items:center;gap:15px;margin-top:12px;font-size:10px;display:flex}._root_1m4eb_1 .hint,._root_1m4eb_1 .ready p,._root_1m4eb_1 .progress p{color:var(--hyle-color-text-muted);font-size:12px;line-height:1.8}._root_1m4eb_1 .steps{gap:var(--hyle-space-3);color:var(--hyle-color-text-muted);margin:0 0 25px;padding:0;font-size:12px;list-style:none;display:grid}._root_1m4eb_1 .steps li{align-items:center;gap:10px;display:flex}._root_1m4eb_1 .steps li>span{border:1px solid var(--hyle-color-border-strong);border-radius:50%;place-items:center;width:24px;height:24px;font-size:10px;display:grid}._root_1m4eb_1 .steps .active{color:var(--hyle-color-accent-text)}._root_1m4eb_1 .steps .active>span{background:var(--hyle-color-border-strong);border-color:var(--hyle-color-accent-text)}._root_1m4eb_1 .camera-controls{gap:18px;display:grid}._root_1m4eb_1 label{gap:var(--hyle-space-2);color:var(--hyle-color-text-muted);grid-template-columns:1fr auto;font-size:11px;display:grid}._root_1m4eb_1 label>span{color:var(--hyle-color-text)}._root_1m4eb_1 input[type=range]{width:100%;accent-color:var(--hyle-color-accent-text);cursor:pointer;grid-column:1/-1;margin:3px 0}._root_1m4eb_1 fieldset{border:0;margin:0;padding:0}._root_1m4eb_1 legend{color:var(--hyle-color-text-muted);margin-bottom:10px;font-size:11px}._root_1m4eb_1 .position{gap:var(--hyle-space-2);grid-template-columns:repeat(3,1fr);display:grid}._root_1m4eb_1 .position label{grid-template-columns:1fr;display:grid}._root_1m4eb_1 input[type=number]{border:1px solid var(--hyle-color-border-strong);width:100%;min-width:0;color:var(--hyle-color-text);background:var(--hyle-color-panel-raised);font:inherit;box-sizing:border-box;border-radius:6px;padding:8px}._root_1m4eb_1 button{border:1px solid var(--hyle-color-border-strong);background:var(--hyle-color-border-strong);color:var(--hyle-color-text);cursor:pointer;border-radius:8px;padding:9px 13px;font-family:inherit;font-size:12px}._root_1m4eb_1 button:disabled{opacity:.45;cursor:default}._root_1m4eb_1 .primary{background:var(--hyle-color-accent-text);color:var(--hyle-color-on-accent);border-color:var(--hyle-color-accent-text);font-weight:600}._root_1m4eb_1 .subtle{background:0 0}._root_1m4eb_1 :focus-visible{outline:2px solid var(--hyle-color-accent-text);outline-offset:3px}._root_1m4eb_1 .timeline{border:1px solid var(--hyle-color-border-strong);border-radius:10px;margin-top:22px;padding:18px}._root_1m4eb_1 .timeline>div:first-child{gap:7px;margin-bottom:18px;display:grid}._root_1m4eb_1 .timeline strong,._root_1m4eb_1 .ready strong,._root_1m4eb_1 .progress strong{font-size:13px;font-weight:500}._root_1m4eb_1 .timeline>div>span{color:var(--hyle-color-text-muted);font-size:11px}._root_1m4eb_1 progress{width:100%;height:7px;accent-color:var(--hyle-color-accent-text);margin-top:20px}._root_1m4eb_1 .error{border:1px solid var(--hyle-color-error-soft);background:var(--hyle-color-error-soft);color:var(--hyle-color-error);border-radius:8px;padding:12px;font-size:12px;line-height:1.65}._root_1m4eb_1 footer{justify-content:space-between;align-items:center;gap:var(--hyle-space-4);background:var(--hyle-color-panel-raised);border-top:1px solid var(--hyle-color-border-strong);padding:19px 30px;display:flex}._root_1m4eb_1 footer>span{color:var(--hyle-color-text-muted);font-size:11px}._root_1m4eb_1 footer>div{flex-wrap:wrap;gap:10px;display:flex}@media (width<=760px){._root_1m4eb_1 .body{grid-template-columns:1fr;gap:22px;padding:20px}._root_1m4eb_1 header{padding:22px 20px}._root_1m4eb_1 .steps{gap:var(--hyle-space-2);margin-bottom:18px}._root_1m4eb_1 .camera-controls{grid-template-columns:1fr 1fr;gap:18px}._root_1m4eb_1 fieldset{grid-column:1/-1}._root_1m4eb_1 .position{gap:var(--hyle-space-2)}._root_1m4eb_1 footer{flex-direction:column;align-items:stretch;padding:16px 20px}._root_1m4eb_1 footer>div{justify-content:flex-end}}._root_1m4eb_1 .screen canvas{width:100%;height:100%;display:block}._dialog_xesqy_1{width:min(1160px,94vw);max-width:94vw;max-height:90vh;padding:0}._dialog_xesqy_1[open]{flex-direction:column;display:flex}._dialog_xesqy_1>header,._dialog_xesqy_1>footer{justify-content:space-between;align-items:center;gap:var(--hyle-space-6);flex:none;padding:22px 28px;display:flex}._dialog_xesqy_1>header{border-bottom:1px solid var(--hyle-color-border-strong)}._dialog_xesqy_1>footer{border-top:1px solid var(--hyle-color-border-strong)}._dialog_xesqy_1 h2{margin:4px 0 0;font-size:24px;font-weight:550}._dialog_xesqy_1 h3{margin:12px 0;font-size:15px}._dialog_xesqy_1 p{color:var(--hyle-color-text-muted);font-size:12px;line-height:1.6}._eyebrow_xesqy_41{text-transform:uppercase;letter-spacing:.14em;color:var(--hyle-color-accent-text);font-size:10px}._body_xesqy_47{grid-template-columns:minmax(0,1fr) 300px;min-height:0;display:grid;overflow:auto}._browse_xesqy_53{min-width:0;padding:24px}._dialog_xesqy_1 aside{border-left:1px solid var(--hyle-color-border-strong);background:var(--hyle-color-panel-raised);padding:24px}._dialog_xesqy_1 button,._dialog_xesqy_1 select{font:inherit;border:1px solid var(--hyle-color-border-strong);color:var(--hyle-color-text);background:var(--hyle-color-border-strong);cursor:pointer;border-radius:8px;padding:10px 12px;font-size:12px}._dialog_xesqy_1 button:disabled{cursor:default;opacity:.5}._dialog_xesqy_1 label{gap:var(--hyle-space-2);margin:16px 0;font-size:12px;display:grid}._dialog_xesqy_1 ._check_xesqy_83{align-items:center;gap:var(--hyle-space-2);display:flex}._selectionTitle_xesqy_88,._previewHead_xesqy_89{justify-content:space-between;align-items:center;gap:var(--hyle-space-4);display:flex}._dialog_xesqy_1 ul{margin:0;padding:0;list-style:none}._dialog_xesqy_1 li{gap:var(--hyle-space-3);border-bottom:1px solid var(--hyle-color-border-strong);justify-content:space-between;align-items:center;padding:10px 0;display:flex}._dialog_xesqy_1 li div{gap:5px;font-size:12px;display:grid}._dialog_xesqy_1 li span{color:var(--hyle-color-text-muted);font-size:10px}._dialog_xesqy_1 ._primary_xesqy_117{background:var(--hyle-color-accent-text);color:var(--hyle-color-on-accent);white-space:nowrap;font-weight:650}._dialog_xesqy_1 ._error_xesqy_123{color:var(--hyle-color-error);white-space:pre-wrap;max-height:110px;overflow:auto}@media (width<=900px){._body_xesqy_47{grid-template-columns:1fr}._dialog_xesqy_1 aside{border-left:0;border-top:1px solid var(--hyle-color-border-strong)}._dialog_xesqy_1>header,._dialog_xesqy_1>footer{gap:var(--hyle-space-3);padding:16px}._dialog_xesqy_1>footer{flex-wrap:wrap}}._plan_xesqy_147{border:1px solid var(--hyle-color-border-strong);background:var(--hyle-color-panel-raised);border-radius:8px;padding:12px;font-size:12px}._plan_xesqy_147 strong{font-weight:600}._warning_1fzll_1{align-items:center;gap:var(--hyle-space-4);color:var(--hyle-color-warning);background:var(--hyle-color-warning-soft);border-bottom:2px solid var(--hyle-color-warning-border);padding:16px 24px;display:flex}._warning_1fzll_1>svg{flex-shrink:0}._orange_1fzll_13{color:var(--hyle-color-notice-orange);background:var(--hyle-color-notice-orange-soft);border-color:var(--hyle-color-notice-orange-border)}._warning_1fzll_1>div{flex:1;min-width:0}._warning_1fzll_1 strong{font-size:16px;display:block}._warning_1fzll_1 p{margin:4px 0 0;font-size:12px;line-height:1.5}@media (width<=720px){._warning_1fzll_1{flex-wrap:wrap;gap:10px;padding:10px 12px}._warning_1fzll_1>div{flex-basis:calc(100% - 40px)}._warning_1fzll_1 strong{font-size:14px}}@layer tokens{:root{--studio-line:var(--hyle-color-border);--studio-line-strong:var(--hyle-color-border-strong);--studio-panel:var(--hyle-color-panel);--studio-panel-soft:var(--hyle-color-panel-sunken);--studio-panel-raised:var(--hyle-color-panel-raised);--studio-text:var(--hyle-color-text);--studio-muted:var(--hyle-color-text-muted);--studio-accent:var(--hyle-color-accent);--hyle-button-bg:#121722b8;--hyle-button-border:var(--studio-line-strong);--hyle-button-hover-border:#aeb5c452;--hyle-button-primary-bg:var(--hyle-color-accent-soft);--hyle-button-primary-color:var(--studio-text);--hyle-button-primary-border:#7d8cffb8;--hyle-button-font-size:var(--hyle-text-xs);--hyle-button-font-weight:600;--hyle-field-label-weight:560;--hyle-section-title-weight:680;--hyle-input-bg:var(--studio-panel-soft);--hyle-input-border:var(--studio-line-strong);--hyle-input-focus-border:var(--studio-accent)}}@layer layout{html,body,#app{width:100%;height:100%;overflow:hidden}.studio-shell{background:var(--hyle-color-app);grid-template-rows:46px 1fr;width:100%;min-width:0;height:100%;display:grid}.studio-shell.has-warnings{grid-template-rows:46px auto minmax(0,1fr)}.top-bar{--hyle-brand-mark-size:1.75rem;--hyle-brand-name-size:var(--hyle-text-md);--hyle-button-height:1.8rem;--hyle-button-padding:0 .55rem;--hyle-topbar-gap:.85rem;border-bottom:1px solid var(--studio-line);background:var(--hyle-color-panel-sunken);min-width:0;padding:.4rem .75rem}.desktop-workspace{--tools-width:max(150px, 15vw);--source-width:max(280px, var(--editor-width,38%));grid-template-columns:var(--tools-width) minmax(140px, 1fr) 5px var(--source-width);background:var(--studio-line);gap:1px;min-width:0;min-height:0;display:grid}.viewport-column{grid-template-rows:minmax(0,1fr);gap:1px;min-width:0;min-height:0;display:grid}.pane{background:var(--studio-panel);grid-template-rows:2rem 1fr;min-width:0;min-height:0;display:grid}.pane>header{border-bottom:1px solid var(--studio-line);background:var(--hyle-color-panel-sunken);color:var(--studio-muted);font-size:var(--hyle-text-sm);align-items:center;padding:0 .75rem;font-weight:650;display:flex}.mobile-controls,.mobile-sheet{display:none}@media (width<=720px){.desktop-workspace{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(200px, 1fr) var(--mobile-controls-height,180px)}.viewport-column,.viewport-pane{grid-template-rows:1fr}.viewport-pane>header{display:none}.mobile-controls{border-top:1px solid var(--studio-line);background:var(--studio-panel-soft);gap:.55rem;min-height:0;padding:.55rem .65rem;display:grid;overflow:auto}.mobile-controls .tools-panel{padding:0}.mobile-controls .material-grid{grid-template-columns:none;grid-auto-columns:4.75rem;grid-auto-flow:column;padding-bottom:.15rem;overflow-x:auto}.mobile-sheet{right:0;bottom:var(--mobile-controls-height,180px);grid-template-rows:auto 1fr;max-height:min(52vh,540px);padding:.65rem .75rem;left:0;overflow:auto}.top-bar{--hyle-topbar-gap:.5rem}.hyle-app-topbar__status{display:none}}}@layer components{.studio-shell :where(h2,h4,p){margin:0}.studio-shell :where(h2,h4,strong){font-weight:650}.studio-shell h2{font-size:var(--hyle-text-md)}.studio-shell h4,.studio-shell p{font-size:var(--hyle-text-xs)}.studio-shell .mobile-primary{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.studio-shell .field-group{margin-top:.75rem}.studio-shell .range-row{grid-template-columns:1fr 4.25rem;align-items:center}.studio-shell .floating-toolbar{border-radius:var(--hyle-radius-card);background:#0f131be0;border:1px solid #5b667b80;align-items:center;gap:.4rem;padding:.4rem;display:flex;position:absolute;top:.75rem;box-shadow:0 10px 28px #0000003d}.studio-shell .mobile-sheet{z-index:20;border:1px solid var(--studio-line);background:var(--studio-panel-soft);gap:.75rem;display:grid;position:fixed;box-shadow:0 22px 60px #00000057}.studio-shell .drawer-title{justify-content:space-between;align-items:center;gap:.65rem;display:flex}@media (width<=720px){.studio-shell .floating-toolbar{padding:.35rem;top:.65rem}}}
