.table-studio{--studio-accent: #198754;--studio-accent-strong: color-mix(in srgb, var(--studio-accent) 78%, #000);--studio-accent-soft: color-mix(in srgb, var(--studio-accent) 10%, transparent);--studio-focus-ring: #087f50;--studio-green: var(--studio-accent);--studio-ink: #202b25;--studio-muted: #68746d;--studio-subtle: #8c9690;--studio-separator: rgba(61, 82, 70, .14);--studio-glass-thin: #fff;--studio-glass-regular: #fff;--studio-glass-strong: #fff;--studio-glass-border: #dfe6e1;--studio-shadow-soft: 0 18px 48px rgba(41, 62, 50, .08), 0 2px 8px rgba(41, 62, 50, .04);--studio-shadow-float: 0 28px 80px rgba(34, 55, 43, .16), 0 8px 24px rgba(34, 55, 43, .07);position:relative;isolation:isolate;width:100%;height:100%;min-width:320px;overflow:hidden;color:var(--studio-ink);background:#fff}.table-studio:before,.table-studio:after{display:none}.studio-topbar{position:relative;z-index:40;display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);height:64px;margin:max(10px,env(safe-area-inset-top)) 12px 0;padding:0 12px;align-items:center;border:1px solid var(--studio-glass-border);border-radius:20px;background:var(--studio-glass-regular);box-shadow:var(--studio-shadow-soft),inset 0 1px #fffffff0;-webkit-backdrop-filter:saturate(180%) blur(28px);backdrop-filter:saturate(180%) blur(28px)}.studio-brand,.studio-brand-copy,.studio-top-actions,.studio-scenarios,.studio-stage-title,.studio-stage-controls,.studio-hud-head,.studio-hud-head>span,.studio-hud-head>div,.studio-sync-state,.studio-inspector-head>div,.studio-inspector-head-actions,.studio-json-intro,.studio-code-toolbar,.studio-code-toolbar>div,.studio-json-actions,.studio-stage-statusbar,.studio-shortcuts{display:flex;align-items:center}.studio-brand{min-width:0;gap:10px}.studio-brand-mark{display:grid;width:39px;height:39px;flex:0 0 auto;place-items:center;color:var(--studio-accent-strong);border:1px solid rgba(42,93,67,.16);border-radius:13px;background:#fff;box-shadow:0 6px 16px #2c47391c,inset 0 1px #ffffffe6}.studio-brand-copy{min-width:0;flex-direction:column;align-items:flex-start;line-height:1.14}.studio-brand-copy strong{max-width:190px;overflow:hidden;font-size:14px;font-weight:750;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.studio-brand-copy small{margin-top:4px;color:var(--studio-muted);font-size:10px;font-weight:650;letter-spacing:.1em;text-transform:uppercase}.studio-alpha-badge{padding:4px 6px 3px;color:#087151;border:1px solid rgba(44,168,107,.22);border-radius:999px;background:#e9faf2c7;font-family:var(--font-mono, monospace);font-size:9px;font-weight:700;letter-spacing:.07em}.studio-scenarios{min-width:0;justify-self:center;gap:3px;padding:4px;border:1px solid rgba(83,103,124,.12);border-radius:14px;background:#f3f6f4;box-shadow:inset 0 1px 2px #3346590a}.studio-scenarios button,.studio-tab-list button,.studio-segmented-control button{border:0;background:transparent;cursor:pointer}.studio-scenarios button{display:flex;min-height:36px;align-items:center;gap:7px;padding:0 11px;color:#657281;border-radius:10px;font-size:12px;font-weight:650;white-space:nowrap;transition:color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.studio-scenarios button:hover{color:#2b3744;background:#ffffff80}.studio-scenarios button.is-active{color:var(--studio-accent-strong);background:#fff;box-shadow:0 2px 9px #374f691f,inset 0 0 0 1px #ffffffe0}.studio-top-actions{justify-self:end;gap:7px}.studio-locale-switch{display:inline-grid;height:32px;grid-template-columns:repeat(2,minmax(30px,auto));gap:2px;padding:2px;border:1px solid rgba(80,101,122,.14);border-radius:10px;background:#f2f5f3db}.studio-locale-switch button{min-width:30px;padding:0 6px;color:var(--studio-muted);border:0;border-radius:7px;background:transparent;font-size:9px;font-weight:750;cursor:pointer}.studio-locale-switch button.is-active{color:var(--studio-accent-strong);background:#fff;box-shadow:0 1px 4px #2a44371f}.studio-icon-button,.studio-action-button,.studio-secondary-button,.studio-primary-button,.studio-stage-error button,.studio-inspector-close,.studio-metrics-trigger{display:inline-flex;min-width:36px;min-height:36px;align-items:center;justify-content:center;color:#536170;border:1px solid rgba(80,101,122,.15);background:#ffffffa8;box-shadow:inset 0 1px #fffc;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.studio-icon-button{width:36px;padding:0;border-radius:11px}.studio-action-button{gap:7px;padding:0 12px;border-radius:11px;font-size:12px;font-weight:680}.studio-icon-button:hover,.studio-action-button:hover,.studio-secondary-button:hover,.studio-inspector-close:hover,.studio-metrics-trigger:hover{color:#182532;border-color:#38547038;background:#ffffffe6;box-shadow:0 3px 10px #364b6217,inset 0 1px #fff}.studio-icon-button:active,.studio-action-button:active,.studio-secondary-button:active,.studio-primary-button:active,.studio-metrics-trigger:active{transform:scale(.97)}.studio-action-button:disabled,.studio-icon-button:disabled,.studio-primary-button:disabled,.studio-code-toolbar button:disabled{color:#9ba5af;opacity:.62;cursor:not-allowed;transform:none}.studio-export-menu{position:relative}.studio-export-popover{position:absolute;z-index:70;top:calc(100% + 12px);right:0;width:292px;padding:8px;visibility:hidden;border:1px solid var(--studio-glass-border);border-radius:18px;background:var(--studio-glass-strong);box-shadow:var(--studio-shadow-float),inset 0 1px #ffffffe6;opacity:0;transform:translateY(-7px) scale(.98);transform-origin:top right;transition:opacity .16s ease,transform .16s ease,visibility .16s;-webkit-backdrop-filter:saturate(190%) blur(28px);backdrop-filter:saturate(190%) blur(28px)}.studio-export-popover.is-open{visibility:visible;opacity:1;transform:translateY(0) scale(1)}.studio-export-head{display:flex;align-items:center;justify-content:space-between;padding:5px 5px 8px 9px}.studio-export-head>span{display:flex;flex-direction:column}.studio-export-head strong{font-size:13px;font-weight:720}.studio-export-head small{margin-top:3px;color:var(--studio-muted);font-size:10px}.studio-export-head button{display:grid;width:30px;height:30px;padding:0;place-items:center;color:var(--studio-muted);border:0;border-radius:9px;background:transparent;cursor:pointer}.studio-export-note,.studio-export-error{margin:0 3px 7px;padding:9px 10px;border-radius:10px;font-size:10px;line-height:1.45}.studio-export-note{color:#6d591f;border:1px solid rgba(212,169,57,.2);background:#fff7dac2}.studio-export-error{color:#98453f;border:1px solid rgba(202,86,77,.2);background:#ffebe9d1}.studio-export-popover>button{display:flex;width:100%;min-height:53px;align-items:flex-start;gap:11px;padding:10px;color:#5c6977;border:0;border-radius:12px;background:transparent;text-align:left;cursor:pointer}.studio-export-popover>button:hover{color:var(--studio-accent-strong);background:var(--studio-accent-soft)}.studio-export-popover>button>svg{margin-top:2px}.studio-export-popover>button span{display:flex;flex:1;flex-direction:column}.studio-export-popover>button strong{color:#263341;font-size:12px;font-weight:680}.studio-export-popover>button small{margin-top:4px;color:var(--studio-muted);font-size:10px}.studio-workspace{position:relative;display:grid;height:calc(100% - max(86px,calc(74px + env(safe-area-inset-top))));min-height:0;grid-template-columns:minmax(0,1fr) var(--studio-inspector-width);gap:12px;padding:12px}.is-inspector-hidden .studio-workspace{grid-template-columns:minmax(0,1fr)}.studio-stage-shell{--studio-stage-available-height: 100%;--studio-visual-viewport-height: 100dvh;--studio-visual-viewport-offset-top: 0px;display:grid;min-width:0;min-height:0;grid-template-rows:56px minmax(0,1fr) 34px;overflow:hidden;border:1px solid var(--studio-glass-border);border-radius:22px;background:#fff;box-shadow:var(--studio-shadow-soft),inset 0 1px #ffffffe6}.studio-stage-shell.is-spreadsheet{grid-template-rows:minmax(0,1fr)}.studio-stage-shell:fullscreen{width:100%;height:100%;border:0;border-radius:0;background:#fff;box-shadow:none}.studio-stage-shell:fullscreen::backdrop{background:#fff}.studio-stage-shell.is-fallback-fullscreen{position:fixed;z-index:180;inset:0;width:100vw;height:100dvh;border:0;border-radius:0;background:#fff;box-shadow:none}.studio-stage-toolbar{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:14px;padding:0 10px 0 15px;border-bottom:1px solid var(--studio-separator);background:#fff}.studio-stage-title{min-width:0;gap:10px}.studio-stage-title>span:last-child{display:flex;min-width:0;flex-direction:column}.studio-stage-title strong{overflow:hidden;font-size:13px;font-weight:720;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap}.studio-stage-title small{margin-top:3px;overflow:hidden;color:var(--studio-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.studio-live-dot{width:9px;height:9px;flex:0 0 auto;border:2px solid rgba(255,255,255,.85);border-radius:50%;background:#28bd72;box-shadow:0 0 0 4px #28bd721c,0 0 12px #28bd7259}.studio-stage-controls{min-width:0;justify-content:flex-end;gap:7px}.studio-package-pair{display:inline-flex;height:34px;align-items:center;gap:8px;padding:0 10px;color:#53615a;border:1px solid rgba(61,87,74,.13);border-radius:11px;background:#fff;font-family:var(--font-mono, monospace);font-size:9px;white-space:nowrap}.studio-package-pair i{width:5px;height:5px;border-radius:50%;background:#2a9460}.studio-scale-picker{position:relative;display:flex;height:36px;align-items:center;gap:7px;padding-left:10px;color:var(--studio-muted);border:1px solid rgba(80,101,122,.14);border-radius:11px;background:#ffffffb3;font-size:10px;font-weight:650}.studio-scale-picker select{max-width:154px;height:100%;padding:0 28px 0 0;color:#324151;border:0;outline:0;background:transparent;font-size:11px;font-weight:680;appearance:none;cursor:pointer}.studio-scale-picker>svg{position:absolute;right:8px;pointer-events:none}.studio-metrics-trigger{min-height:36px;border-radius:11px}.studio-metrics-trigger{position:relative;gap:6px;padding:0 10px;font-size:10px;font-weight:680;white-space:nowrap}.studio-metrics-trigger i{width:6px;height:6px;border-radius:50%;background:#29b86e;box-shadow:0 0 0 3px #29b86e1c}.studio-metrics-trigger i.is-warn{background:#e59b28;box-shadow:0 0 0 3px #e59b281f}.studio-fullscreen-error{max-width:180px;overflow:hidden;color:#98453f;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.studio-stage-viewport{position:relative;min-width:0;min-height:0;overflow:hidden;background:#fff}.studio-render-area{position:absolute;inset:0;min-width:0;min-height:0;overflow:hidden}.studio-performance-hud{position:absolute;z-index:28;top:12px;right:12px;width:min(390px,calc(100% - 24px));overflow:hidden;color:#eef4fa;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:#19222d;box-shadow:0 24px 60px #0d17223d,inset 0 1px #ffffff1f;font-family:var(--font-mono, monospace);animation:studio-pop-in .18s ease-out}.studio-hud-head{min-height:54px;justify-content:space-between;padding:0 9px 0 13px;border-bottom:1px solid rgba(255,255,255,.09)}.studio-hud-head>span{min-width:0;gap:9px}.studio-hud-icon{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border-radius:9px;background:#ffffff17}.studio-hud-head>span>span:last-child{display:flex;min-width:0;flex-direction:column}.studio-hud-head strong{font-size:12px;font-weight:650}.studio-hud-head small{margin-top:3px;overflow:hidden;color:#94a3b1;font-family:inherit;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.studio-hud-head>div{gap:6px}.studio-hud-head em{display:inline-flex;align-items:center;gap:5px;color:#74d89f;font-size:9px;font-style:normal;letter-spacing:.07em}.studio-hud-head em:before{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 8px currentColor;content:""}.studio-hud-head em.is-warn{color:#f1b65d}.studio-hud-head button{display:grid;width:30px;height:30px;padding:0;place-items:center;color:#aab7c2;border:0;border-radius:9px;background:transparent;cursor:pointer}.studio-hud-head button:hover{color:#fff;background:#ffffff17}.studio-hud-metrics{display:grid;grid-template-columns:repeat(4,1fr);padding:13px}.studio-hud-metrics span{min-width:0;padding:0 10px;border-left:1px solid rgba(255,255,255,.09)}.studio-hud-metrics span:first-child{padding-left:0;border-left:0}.studio-hud-metrics small,.studio-hud-metrics strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-hud-metrics small{margin-bottom:5px;color:#8695a2;font-size:9px;letter-spacing:.06em}.studio-hud-metrics strong{color:#f5f8fb;font-size:13px;font-weight:550}.studio-performance-hud>p{margin:0;padding:0 13px 12px;color:#8f9da9;font-family:inherit;font-size:9px;line-height:1.45}.studio-empty-stage{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;background:#fff}.studio-empty-grid{position:absolute;inset:20px;display:grid;grid-template-columns:40px repeat(8,minmax(82px,1fr));grid-auto-rows:36px;overflow:hidden;border:1px solid #dfe6e1;border-radius:10px;background:#fff;opacity:.74;box-shadow:0 3px 12px #2a3f540d}.studio-empty-grid:before{position:absolute;z-index:2;inset:0 0 auto;height:36px;background:#f3f6f4;content:""}.studio-empty-grid span{border-right:1px solid #e8ede9;border-bottom:1px solid #e8ede9}.studio-empty-grid span.is-active{background:#eef7f1;box-shadow:inset 0 0 0 1px #46a571}.studio-empty-card{position:relative;z-index:5;display:flex;width:min(350px,calc(100% - 40px));flex-direction:column;align-items:center;padding:28px;border:1px solid var(--studio-glass-border);border-radius:20px;background:var(--studio-glass-strong);box-shadow:var(--studio-shadow-float),inset 0 1px #fff;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.studio-empty-icon{display:grid;width:44px;height:44px;margin-bottom:13px;place-items:center;color:var(--studio-accent-strong);border-radius:14px;background:var(--studio-accent-soft)}.studio-empty-card strong{font-size:14px;letter-spacing:-.01em}.studio-empty-card p{max-width:270px;margin:8px 0 0;color:var(--studio-muted);font-size:12px;line-height:1.6}.studio-stage-error,.studio-loading-layer{position:absolute;z-index:25;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.studio-stage-error{padding:30px;background:#fffffff5}.studio-stage-error>span{display:grid;width:48px;height:48px;margin-bottom:13px;place-items:center;color:#bf514a;border-radius:15px;background:#fff0ef}.studio-stage-error strong{font-size:15px}.studio-stage-error p{max-width:440px;margin:8px 0 16px;color:#7f6562;font-family:var(--font-mono, monospace);font-size:11px;line-height:1.55}.studio-stage-error button{gap:7px;padding:0 12px;color:#9b423c;border-color:#be494133;border-radius:11px;font-size:12px;font-weight:680}.studio-loading-layer{color:#405048;background:#ffffffe0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.studio-loading-layer strong{margin-top:13px;font-size:13px}.studio-loading-layer small{margin-top:5px;color:var(--studio-muted);font-size:11px}.studio-spinner{width:26px;height:26px;border:2px solid #d9e8df;border-top-color:var(--studio-accent);border-radius:50%;animation:studio-spin .7s linear infinite}.studio-stage-statusbar{min-width:0;gap:14px;padding:0 12px;overflow:hidden;color:#7f8b97;border-top:1px solid var(--studio-separator);background:#f7fafcbd;font-family:var(--font-mono, monospace);font-size:9px;white-space:nowrap}.studio-stage-statusbar span{display:inline-flex;align-items:center;gap:5px}.studio-stage-statusbar span:first-child{color:#0874e8}.studio-status-spacer{flex:1}.studio-inspector{position:relative;z-index:22;display:grid;min-width:0;min-height:0;grid-template-rows:62px 48px minmax(0,1fr) 38px;overflow:hidden;border:1px solid var(--studio-glass-border);border-radius:22px;background:var(--studio-glass-regular);box-shadow:var(--studio-shadow-soft),inset 0 1px #ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(28px);backdrop-filter:saturate(180%) blur(28px)}.is-inspector-hidden .studio-inspector{display:none}.studio-inspector-resizer{position:absolute;z-index:5;top:54px;bottom:46px;left:-7px;width:14px;padding:0;border:0;background:transparent;cursor:col-resize;touch-action:none}.studio-inspector-resizer:after{position:absolute;top:50%;left:5px;width:3px;height:46px;border-radius:4px;background:#586c812e;content:"";transform:translateY(-50%);transition:background .15s ease,height .15s ease}.studio-inspector-resizer:hover:after,.studio-inspector-resizer:focus-visible:after{height:62px;background:color-mix(in srgb,var(--studio-accent) 45%,transparent)}.studio-inspector-head{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:0 11px 0 14px;border-bottom:1px solid var(--studio-separator)}.studio-inspector-head>div:first-child{min-width:0;gap:10px}.studio-inspector-icon{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;color:var(--studio-accent-strong);border:1px solid color-mix(in srgb,var(--studio-accent) 16%,transparent);border-radius:11px;background:color-mix(in srgb,var(--studio-accent) 8%,transparent)}.studio-inspector-head>div:first-child>span:last-child{display:flex;min-width:0;flex-direction:column}.studio-inspector-head strong{overflow:hidden;font-size:13px;font-weight:730;text-overflow:ellipsis;white-space:nowrap}.studio-inspector-head small{margin-top:3px;overflow:hidden;color:var(--studio-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.studio-inspector-head-actions{flex:0 0 auto;gap:7px}.studio-sync-state{gap:6px;color:#22815a;font-size:10px;font-weight:650}.studio-sync-state>span{width:6px;height:6px;border-radius:50%;background:#2db773;box-shadow:0 0 0 3px #2db7731f}.studio-inspector-close{width:32px;min-width:32px;min-height:32px;padding:0;border-radius:10px;background:#ffffff73}.studio-tab-list{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:6px 9px;border-bottom:1px solid var(--studio-separator);background:#f0f5f975}.studio-tab-list button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#71808e;border-radius:10px;font-size:11px;font-weight:680}.studio-tab-list button:hover{color:#334353}.studio-tab-list button.is-active{color:#086edb;background:#ffffffe0;box-shadow:0 2px 8px #30465e1a,inset 0 0 0 1px #ffffffdb}.studio-tab-list button i{width:6px;height:6px;border-radius:50%;background:#f19a2c}.studio-inspector-scroll{min-height:0;padding:10px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(115,135,154,.32) transparent}.studio-inspector-scroll::-webkit-scrollbar{width:8px}.studio-inspector-scroll::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:8px;background:#73879a52;background-clip:padding-box}.studio-config-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:10px}.studio-config-summary>span{display:flex;min-width:0;min-height:58px;flex-direction:column;justify-content:center;padding:0 9px;border:1px solid rgba(78,101,124,.1);border-radius:12px;background:#ffffff8a}.studio-config-summary small{color:var(--studio-subtle);font-size:9px}.studio-config-summary strong{margin-top:5px;overflow:hidden;color:#364555;font-family:var(--font-mono, monospace);font-size:10px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.studio-config-section{margin-top:8px;overflow:hidden;border:1px solid rgba(74,98,121,.1);border-radius:15px;background:#ffffff80}.studio-config-section:first-of-type{margin-top:0}.studio-config-section summary{display:grid;min-height:55px;grid-template-columns:32px minmax(0,1fr) 20px;align-items:center;gap:9px;padding:0 12px;list-style:none;cursor:pointer;user-select:none}.studio-config-section summary::-webkit-details-marker{display:none}.studio-config-section summary:hover{background:#ffffff7a}.studio-section-icon{display:grid;width:31px;height:31px;place-items:center;color:#54728e;border-radius:10px;background:#e1eaf2b8}.studio-config-section summary>span:nth-child(2){display:flex;flex-direction:column}.studio-config-section summary strong{font-size:12px;font-weight:690}.studio-config-section summary small{margin-top:3px;color:var(--studio-subtle);font-size:10px}.studio-section-chevron{color:#8794a0;transition:transform .17s ease}.studio-config-section[open] .studio-section-chevron{transform:rotate(180deg)}.studio-section-content{display:flex;flex-direction:column;gap:12px;padding:3px 12px 14px}.studio-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.studio-field{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.studio-field-label{display:flex;min-width:0;flex-direction:column;color:#566473;font-size:11px;font-weight:560}.studio-field-label small{margin-top:3px;color:var(--studio-subtle);font-size:10px}.studio-field-grid .studio-field{display:block}.studio-field-grid .studio-number-control{width:100%;margin-top:6px}.studio-number-control{display:inline-flex;width:126px;height:36px;align-items:center;overflow:hidden;border:1px solid rgba(80,102,124,.16);border-radius:10px;background:#ffffffb8;box-shadow:inset 0 1px #fffc;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.studio-number-control:focus-within{border-color:var(--studio-focus-ring);outline:3px solid var(--studio-focus-ring);outline-offset:2px;background:#fff}.studio-number-control input{width:100%;min-width:0;height:100%;padding:0 9px;color:#304052;border:0;outline:0;background:transparent;font-family:var(--font-mono, monospace);font-size:11px;font-weight:560;appearance:textfield}.studio-number-control input::-webkit-inner-spin-button,.studio-number-control input::-webkit-outer-spin-button{margin:0;appearance:none}.studio-number-control>span{padding-right:9px;color:var(--studio-subtle);font-family:var(--font-mono, monospace);font-size:10px}.studio-color-control{display:inline-flex;width:126px;height:36px;align-items:center;gap:9px;padding:4px 9px 4px 5px;border:1px solid color-mix(in srgb,var(--studio-accent) 24%,#d6dde2);border-radius:10px;background:#fff;box-shadow:0 0 0 3px var(--studio-accent-soft)}.studio-color-control input[type=color]{width:28px;height:26px;padding:0;border:0;border-radius:7px;background:transparent;cursor:pointer}.studio-color-control input[type=color]::-webkit-color-swatch-wrapper{padding:0}.studio-color-control input[type=color]::-webkit-color-swatch{border:0;border-radius:7px}.studio-color-control input[type=text]{width:70px;min-width:0;padding:0;color:#40505f;border:0;outline:0;background:transparent;font-family:var(--font-mono, monospace);font-size:10px;font-weight:650;text-transform:uppercase}.studio-color-control:focus-within{border-color:var(--studio-focus-ring);outline:3px solid var(--studio-focus-ring);outline-offset:2px}.studio-toggle-field{position:relative;display:flex;min-height:40px;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.studio-toggle-field>span:first-child{display:flex;flex-direction:column}.studio-toggle-field strong{color:#566473;font-size:11px;font-weight:570}.studio-toggle-field small{margin-top:3px;color:var(--studio-subtle);font-size:10px}.studio-toggle-field input{position:absolute;width:1px;height:1px;opacity:0}.studio-switch{position:relative;width:39px;height:23px;flex:0 0 auto;border:1px solid rgba(86,105,125,.14);border-radius:13px;background:#8d9cab4d;box-shadow:inset 0 1px 2px #3042541a;transition:border-color .16s ease,background .16s ease}.studio-switch>span{position:absolute;top:2px;left:2px;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #2b3b4c40;transition:transform .18s cubic-bezier(.2,.8,.2,1)}.studio-toggle-field input:checked+.studio-switch{border-color:var(--studio-accent-strong);background:var(--studio-accent)}.studio-toggle-field input:checked+.studio-switch>span{transform:translate(16px)}.studio-toggle-field input:focus-visible+.studio-switch{outline:3px solid var(--studio-focus-ring);outline-offset:2px}.studio-segmented-control{display:inline-grid;min-width:198px;grid-template-columns:repeat(3,1fr);gap:3px;padding:3px;border:1px solid rgba(79,101,123,.12);border-radius:11px;background:#f2f5f3}.studio-segmented-control button{min-height:30px;padding:0 9px;color:#74818e;border-radius:8px;font-size:10px;font-weight:650}.studio-segmented-control button.is-active{color:var(--studio-accent-strong);background:#fff;box-shadow:0 2px 6px #2e445b1a}.studio-pin-layout{display:grid;width:100%;height:88px;grid-template-columns:62px 1fr 62px;grid-template-rows:24px 1fr 24px;gap:3px;padding:5px;color:#85929e;border:1px solid rgba(76,99,122,.11);border-radius:12px;background:#f3f6f4;font-family:var(--font-mono, monospace);font-size:9px}.studio-pin-layout span{display:grid;place-items:center;border-radius:7px;background:#ffffffb8}.studio-pin-layout .pin-top{grid-area:1 / 1 / 2 / 4;color:var(--studio-accent-strong);background:var(--studio-accent-soft)}.studio-pin-layout .pin-left{grid-area:2 / 1 / 3 / 2;color:var(--studio-accent-strong);background:var(--studio-accent-soft)}.studio-pin-layout .pin-center{grid-area:2 / 2 / 3 / 3;color:#8d99a5}.studio-pin-layout .pin-right{grid-area:2 / 3 / 3 / 4}.studio-pin-layout .pin-bottom{grid-area:3 / 1 / 4 / 4}.studio-json-panel{display:grid;min-height:0;grid-template-rows:auto minmax(0,1fr) auto;gap:11px;padding:11px;background:#fff}.studio-json-intro{align-items:flex-start;gap:10px;padding:11px;border:1px solid color-mix(in srgb,var(--studio-accent) 14%,transparent);border-radius:13px;background:#f5f9f6}.studio-json-intro>span{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;color:var(--studio-accent-strong);border-radius:10px;background:var(--studio-accent-soft)}.studio-json-intro strong{display:block;color:#314960;font-size:12px}.studio-json-intro p{margin:5px 0 0;color:#65798b;font-size:10px;line-height:1.55}.studio-code-editor{display:grid;min-height:0;grid-template-rows:40px minmax(0,1fr) 34px;overflow:hidden;color:#d9eee1;border:1px solid #26382e;border-radius:14px;background:#111a15;box-shadow:0 12px 28px #121e2b2e,inset 0 1px #ffffff0d;transition:border-color .15s ease,box-shadow .15s ease}.studio-code-editor:focus-within{border-color:var(--studio-focus-ring);outline:3px solid var(--studio-focus-ring);outline-offset:2px;box-shadow:0 12px 28px #121e2b2e,inset 0 1px #ffffff0d}.studio-code-editor.has-error{border-color:#a85952}.studio-code-editor.is-dirty{border-color:#8a6c35}.studio-code-toolbar{justify-content:space-between;padding:0 7px 0 12px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff06}.studio-code-toolbar>span{color:#8798a6;font-family:var(--font-mono, monospace);font-size:10px}.studio-code-toolbar>div{gap:2px}.studio-code-toolbar button{display:inline-flex;min-height:28px;align-items:center;gap:5px;padding:0 7px;color:#91a2af;border:0;border-radius:7px;background:transparent;font-size:9px;cursor:pointer}.studio-code-toolbar button:hover{color:#e5f0f8;background:#ffffff12}.studio-code-editor textarea{width:100%;min-height:0;resize:none;padding:14px;color:#bce9d2;border:0;outline:0;background:transparent;caret-color:#65d497;font-family:var(--font-mono, monospace);font-size:11px;line-height:1.68;tab-size:2;white-space:pre}.studio-code-editor textarea::selection{color:#f3fbf7;background:#2f6550}.studio-code-status{display:flex;min-width:0;align-items:center;gap:6px;padding:0 11px;color:#70d29c;border-top:1px solid rgba(255,255,255,.07);background:#ffffff05;font-family:var(--font-mono, monospace);font-size:9px}.studio-code-status span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-code-editor.has-error .studio-code-status{color:#f19a8f}.studio-code-editor.is-dirty .studio-code-status{color:#f0c472}.studio-json-actions{justify-content:space-between;gap:8px}.studio-secondary-button,.studio-primary-button{min-height:38px;gap:7px;padding:0 12px;border-radius:11px;font-size:11px;font-weight:680}.studio-secondary-button{color:#5c6a78}.studio-primary-button{flex:1;color:var(--studio-accent-contrast, #fff);border-color:var(--studio-accent-strong);background:var(--studio-accent);box-shadow:0 8px 18px color-mix(in srgb,var(--studio-accent) 18%,transparent),inset 0 1px #ffffff40}.studio-primary-button:hover:not(:disabled){background:var(--studio-accent-strong);box-shadow:0 10px 22px color-mix(in srgb,var(--studio-accent) 22%,transparent),inset 0 1px #ffffff47}.studio-primary-button kbd{margin-left:auto;padding:2px 5px;color:#ddebff;border:1px solid rgba(255,255,255,.18);border-radius:5px;background:#00000014;font-family:var(--font-mono, monospace);font-size:9px}.studio-shortcuts{min-width:0;gap:10px;padding:0 11px;overflow:hidden;color:#82909c;border-top:1px solid var(--studio-separator);background:#f4f8fb80;font-size:9px;white-space:nowrap}.studio-shortcuts span{display:inline-flex;align-items:center;gap:4px}.studio-shortcuts span:first-child{margin-right:auto}.studio-shortcuts kbd{min-width:16px;padding:2px 4px;color:#62717f;border:1px solid rgba(76,98,120,.16);border-radius:4px;background:#ffffffb8;box-shadow:0 1px #4154671a;font-family:var(--font-mono, monospace);font-size:8px;text-align:center}.studio-inspector-scrim,.studio-mobile-inspector-trigger,.studio-sheet-grabber,.studio-inspector-mobile-reset,.studio-mobile-scale-picker{display:none}.table-studio button:focus-visible,.table-studio a:focus-visible,.table-studio select:focus-visible,.table-studio summary:focus-visible,.studio-inspector-resizer:focus-visible{outline:3px solid var(--studio-focus-ring);outline-offset:2px}@keyframes studio-spin{to{transform:rotate(360deg)}}@keyframes studio-pop-in{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1360px){.studio-action-button{width:36px;padding:0}.studio-action-button>span,.studio-action-button>svg:last-child{display:none}}@media(max-width:1180px){.studio-scenarios button{padding:0 9px}.studio-scenarios button span{display:none}.studio-stage-statusbar span:nth-child(3),.studio-stage-statusbar span:nth-child(4){display:none}}@media(max-width:980px){.studio-workspace{display:block}.studio-stage-shell{height:100%}.studio-inspector-scrim{position:absolute;z-index:18;inset:0;display:block;width:100%;padding:0;border:0;background:#17222e2e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:default}.studio-inspector{position:absolute;z-index:24;top:12px;right:12px;bottom:12px;width:min(var(--studio-inspector-width),calc(100% - 48px));box-shadow:var(--studio-shadow-float),inset 0 1px #fff;animation:studio-drawer-in .19s cubic-bezier(.2,.8,.2,1)}.studio-inspector-resizer{display:none}}@keyframes studio-drawer-in{0%{opacity:0;transform:translate(18px) scale(.99)}to{opacity:1;transform:translate(0) scale(1)}}@media(max-width:760px),(max-width:1024px)and (pointer:coarse),(max-width:1024px)and (any-pointer:coarse),(max-width:1024px)and (max-height:600px)and (orientation:landscape){.table-studio{display:grid;grid-template-rows:auto minmax(0,1fr)}.table-studio button:not(.ultigrid-selection-handle),.table-studio a,.table-studio select,.table-studio summary{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.table-studio .ultigrid-selection-handle{width:44px;height:44px;touch-action:none}.studio-topbar{grid-template-areas:"brand actions" "scenarios scenarios";grid-template-columns:minmax(0,1fr) auto;grid-template-rows:56px 50px;height:106px;margin:max(6px,env(safe-area-inset-top)) 6px 0;padding:0 7px 6px;border-radius:18px;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-brand{grid-area:brand;gap:8px}.studio-brand-copy small,.studio-alpha-badge,.studio-reset-button,.studio-inspector-toggle{display:none}.studio-brand-copy strong{max-width:92px;font-size:13px}.studio-brand-mark{width:40px;height:40px;border-radius:12px}.studio-scenarios{grid-area:scenarios;width:100%;justify-self:stretch;gap:2px;padding:2px;overflow-x:auto;scroll-padding-inline:2px;scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x}.studio-scenarios::-webkit-scrollbar{display:none}.studio-scenarios button{min-width:78px;min-height:44px;flex:1 0 auto;justify-content:center;gap:5px;padding:0 7px;scroll-snap-align:center;font-size:10px}.studio-scenarios button span{display:block}.studio-top-actions{grid-area:actions;gap:5px}.studio-icon-button,.studio-action-button,.studio-metrics-trigger{width:44px;min-width:44px;min-height:44px;border-radius:13px}.studio-action-button{padding:0}.studio-action-button>span,.studio-action-button>svg:last-child{display:none}.studio-locale-switch{height:48px;grid-template-columns:repeat(2,32px);padding:1px;border-radius:13px}.studio-locale-switch button{min-width:32px;min-height:44px;padding:0 4px;border-radius:10px}.studio-workspace{display:block;height:auto;min-height:0;padding:6px}.studio-stage-shell{height:100%;grid-template-rows:52px minmax(0,1fr);border-radius:18px}.studio-stage-toolbar{gap:8px;padding:0 7px 0 12px}.studio-stage-title small{display:none}.studio-stage-title strong{font-size:12px}.studio-stage-controls{flex:0 0 auto;gap:4px}.studio-scale-picker,.studio-stage-statusbar{display:none}.studio-metrics-trigger{padding:0}.studio-metrics-trigger span{display:none}.studio-performance-hud{top:8px;right:8px;width:calc(100% - 16px);border-radius:16px}.studio-hud-head{min-height:52px}.studio-hud-head button{width:44px;height:44px}.studio-hud-head em{display:none}.studio-hud-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 0}.studio-hud-metrics span:nth-child(3){padding-left:0;border-left:0}.studio-export-popover{position:fixed;z-index:90;top:auto;right:calc(6px + env(safe-area-inset-right));bottom:calc(6px + env(safe-area-inset-bottom));left:calc(6px + env(safe-area-inset-left));width:auto;max-width:480px;margin-inline:auto;max-height:min(72dvh,520px);padding:10px;overflow-y:auto;overscroll-behavior:contain;border-radius:22px;background:#fff;opacity:0;transform:translateY(18px) scale(.99);transform-origin:bottom center;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-export-popover.is-open{opacity:1;transform:translateY(0) scale(1)}.studio-export-head{min-height:52px;padding:0 4px 8px 10px}.studio-export-head button{width:44px;height:44px}.studio-export-popover>button{min-height:60px;align-items:center;padding:10px 12px}.studio-inspector-scrim{position:fixed;z-index:50;inset:0;display:block;width:100%;padding:0;border:0;background:#121c174d;-webkit-backdrop-filter:none;backdrop-filter:none;animation:studio-scrim-in .16s ease-out;cursor:default}.studio-mobile-inspector-trigger{position:relative;display:inline-flex;width:44px;min-width:44px;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0;color:var(--studio-accent-contrast, #fff);border:1px solid var(--studio-accent-strong);border-radius:13px;background:var(--studio-accent);box-shadow:0 10px 28px color-mix(in srgb,var(--studio-accent) 28%,transparent),0 2px 8px #18281f1f;font-size:12px;font-weight:720;cursor:pointer}.studio-mobile-inspector-trigger:active{transform:scale(.97)}.studio-mobile-inspector-trigger>span{display:none}.has-inspector .studio-mobile-inspector-trigger{display:none}.table-studio:not(.is-mobile-layout) .studio-inspector,.table-studio:not(.is-mobile-layout) .studio-inspector-scrim{display:none}.table-studio:not(.is-mobile-layout) .studio-mobile-inspector-trigger{display:inline-flex}.studio-inspector{--studio-sheet-offset: 0px;position:absolute;z-index:51;inset:auto calc(6px + env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom) + var(--studio-keyboard-inset, 0px)) calc(6px + env(safe-area-inset-left));width:auto;max-width:720px;margin-inline:auto;height:min(76dvh,680px);max-height:calc(100% - 20px - env(safe-area-inset-bottom) - var(--studio-keyboard-inset, 0px));grid-template-rows:44px 54px 52px minmax(0,1fr);padding-bottom:0;border-radius:24px;background:#fff;box-shadow:0 26px 72px #17261e3d,0 4px 18px #17261e1a;transform:translate3d(0,var(--studio-sheet-offset),0);transition:transform .22s cubic-bezier(.2,.8,.2,1);animation:studio-sheet-in .22s cubic-bezier(.2,.8,.2,1);-webkit-backdrop-filter:none;backdrop-filter:none;will-change:transform}.studio-inspector-resizer{display:none}.studio-inspector.is-sheet-dragging{transition:none;animation:none}.has-virtual-keyboard .studio-inspector{grid-template-rows:44px 52px minmax(0,1fr)}.has-virtual-keyboard .studio-inspector-head,.has-virtual-keyboard .studio-json-intro{display:none}.has-virtual-keyboard .studio-json-panel{grid-template-rows:minmax(180px,1fr) auto}.studio-sheet-grabber{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:grab;touch-action:none}.studio-sheet-grabber:active{cursor:grabbing}.studio-sheet-grabber span{width:42px;height:5px;border-radius:99px;background:#ccd5cf}.studio-inspector-head{min-height:54px;padding:0 8px 0 14px}.studio-sync-state{display:none}.studio-inspector-mobile-reset{display:inline-grid;width:44px;min-width:44px;min-height:44px;padding:0;place-items:center;color:#66736c;border:1px solid rgba(80,101,122,.15);border-radius:13px;background:#fff;cursor:pointer}.studio-inspector-close{width:44px;min-width:44px;min-height:44px;border-radius:13px}.studio-tab-list{min-height:52px;padding:4px 8px}.studio-tab-list button{min-height:44px;font-size:12px}.studio-inspector-scroll{padding:10px 10px 18px;-webkit-overflow-scrolling:touch}.studio-mobile-scale-picker{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;padding:5px 7px 5px 13px;color:#566473;border:1px solid rgba(74,98,121,.11);border-radius:15px;background:#f7f9f8;font-size:11px;font-weight:680}.studio-mobile-scale-picker>span{display:inline-flex;align-items:center;gap:7px}.studio-mobile-scale-picker>span:last-child{position:relative;min-width:0;flex:0 1 190px}.studio-mobile-scale-picker select{width:100%;height:44px;padding:0 30px 0 11px;color:#34443b;border:1px solid rgba(74,98,121,.13);border-radius:11px;outline:0;background:#fff;font-size:11px;font-weight:680;appearance:none}.studio-mobile-scale-picker>span:last-child>svg{position:absolute;right:10px;pointer-events:none}.studio-config-section summary{min-height:58px}.studio-toggle-field{min-height:48px}.studio-switch{width:44px;height:26px}.studio-switch>span{width:20px;height:20px}.studio-toggle-field input:checked+.studio-switch>span{transform:translate(18px)}.studio-number-control,.studio-color-control{min-height:44px}.studio-number-control input,.studio-color-control input[type=text],.studio-code-editor textarea,.studio-mobile-scale-picker select{font-size:16px}.studio-segmented-control button{min-height:44px}.studio-color-control input[type=color]{width:34px;height:34px}.studio-json-panel{padding:10px 10px 14px;overflow-y:auto;overscroll-behavior:contain;grid-template-rows:auto minmax(220px,1fr) auto;-webkit-overflow-scrolling:touch}.studio-code-editor{grid-template-rows:48px minmax(0,1fr) 38px;min-height:220px}.studio-code-toolbar button,.studio-secondary-button,.studio-primary-button{min-height:44px}.studio-shortcuts{display:none}}@media(max-width:560px){.studio-config-summary{grid-template-columns:1fr 1fr}.studio-config-summary>span:last-child{display:none}}@media(max-width:390px){.studio-brand-copy{display:none}.studio-top-actions{gap:3px}.studio-locale-switch{grid-template-columns:repeat(2,30px)}.studio-scenarios button{min-width:76px;padding:0 5px}.studio-field-grid,.studio-config-summary{grid-template-columns:1fr}.studio-config-summary>span:nth-child(n+2){display:none}.studio-json-actions{align-items:stretch;flex-direction:column}.studio-secondary-button,.studio-primary-button{width:100%}}@keyframes studio-sheet-in{0%{opacity:0;transform:translate3d(0,24px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes studio-scrim-in{0%{opacity:0}to{opacity:1}}@media(max-width:1024px)and (max-height:600px)and (orientation:landscape){.table-studio{display:grid;grid-template-rows:auto minmax(0,1fr)}.studio-topbar{grid-template-areas:"brand scenarios actions";grid-template-columns:44px minmax(210px,1fr) auto;grid-template-rows:52px;height:52px;margin:max(4px,env(safe-area-inset-top)) max(6px,env(safe-area-inset-right)) 0 max(6px,env(safe-area-inset-left));padding:0 5px;border-radius:16px}.studio-brand{grid-area:brand}.studio-brand-copy,.studio-alpha-badge,.studio-reset-button,.studio-inspector-toggle{display:none}.studio-brand-mark{width:40px;height:40px}.studio-scenarios{grid-area:scenarios;width:100%;justify-self:stretch;gap:2px;padding:2px;overflow-x:auto;scrollbar-width:none;touch-action:pan-x}.studio-scenarios::-webkit-scrollbar{display:none}.studio-scenarios button{min-width:64px;min-height:44px;flex:1 0 auto;justify-content:center;gap:4px;padding:0 5px;font-size:9px}.studio-scenarios button span{display:block}.studio-top-actions{grid-area:actions;gap:4px}.studio-icon-button,.studio-action-button,.studio-metrics-trigger{width:44px;min-width:44px;min-height:44px}.studio-action-button{padding:0}.studio-action-button>span,.studio-action-button>svg:last-child{display:none}.studio-locale-switch{height:48px;padding:1px}.studio-locale-switch button{min-height:44px}.studio-workspace{height:auto;padding:4px 6px max(4px,env(safe-area-inset-bottom))}.studio-stage-shell{height:100%;grid-template-rows:46px minmax(0,1fr);border-radius:16px}.studio-stage-statusbar,.studio-scale-picker{display:none}.studio-inspector{inset:auto calc(6px + env(safe-area-inset-right)) calc(4px + env(safe-area-inset-bottom) + var(--studio-keyboard-inset, 0px)) calc(6px + env(safe-area-inset-left));width:auto;height:calc(100% - 8px - env(safe-area-inset-bottom) - var(--studio-keyboard-inset, 0px));max-height:calc(100% - 8px - env(safe-area-inset-bottom) - var(--studio-keyboard-inset, 0px))}.studio-json-intro{display:none}.studio-json-panel{grid-template-rows:minmax(180px,1fr) auto}.studio-code-editor{min-height:180px}}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.studio-topbar,.studio-stage-shell,.studio-inspector,.studio-export-popover,.studio-empty-card{background:#fffffff7}.studio-performance-hud{background:#19222df7}}@media(prefers-reduced-transparency:reduce){.studio-topbar,.studio-stage-shell,.studio-inspector,.studio-export-popover,.studio-empty-card{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-performance-hud{background:#19222d;-webkit-backdrop-filter:none;backdrop-filter:none}}@media(prefers-reduced-motion:reduce){.table-studio *,.table-studio *:before,.table-studio *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.demo-report{display:grid;width:100%;height:100%;min-width:0;min-height:0;grid-template-rows:minmax(0,1fr);overflow:hidden;color:#29352f;background:#fff}.demo-report-table{width:100%;height:100%;min-width:0;min-height:0}.demo-report .ultigrid-insight-cell--selected:after,.demo-report .ultigrid-insight-cell--active:after{border-color:#23935a}.demo-column-header{display:flex;min-width:0;align-items:center;gap:6px}.demo-column-header span{overflow:hidden;text-overflow:ellipsis}.demo-column-header i{flex:0 0 auto;color:#17814e;font-size:10px;font-style:normal}.demo-status{display:inline-flex;width:max-content;min-height:20px;align-items:center;padding:0 7px;border:1px solid transparent;border-radius:999px;font-size:9px;font-weight:720;letter-spacing:.01em;line-height:1;white-space:nowrap}.demo-status--tone-0,.demo-status--tone-1{color:#116e43;border-color:#c7e6d3;background:#edf8f1}.demo-status--tone-2{color:#8a5b18;border-color:#ead9ae;background:#fff8e9}.demo-status--tone-3{color:#9e413c;border-color:#edcac7;background:#fff0ef}.demo-report--scenario-analysis{grid-template-rows:auto minmax(0,1fr);gap:7px;padding:9px;background:#f3f6f4}.analysis-dashboard{display:grid;min-width:0;gap:6px}.analysis-dashboard-title,.analysis-dashboard-title>div,.analysis-dashboard-filters,.analysis-kpi-label,.analysis-kpi-value,.analysis-kpi-foot,.analysis-detail-head,.analysis-detail-head>div,.analysis-narrative,.analysis-narrative>span,.analysis-render-legend{display:flex;align-items:center}.analysis-dashboard-title{min-height:34px;justify-content:space-between;gap:16px}.analysis-dashboard-title>div:first-child{min-width:0;gap:9px}.analysis-dashboard-mark,.analysis-detail-icon,.analysis-kpi-label>span{display:grid;flex:0 0 auto;place-items:center;color:#fff;background:#1f7a4e}.analysis-dashboard-mark{width:30px;height:30px;border-radius:9px;box-shadow:0 6px 18px #1f7a4e33}.analysis-dashboard-title>div:first-child>span:nth-child(2){display:grid;min-width:0}.analysis-dashboard-title small{color:#718078;font-size:8px;font-weight:720;letter-spacing:.08em;text-transform:uppercase}.analysis-dashboard-title strong{margin-top:2px;overflow:hidden;color:#20332a;font-size:14px;font-weight:760;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.analysis-dashboard-title em{display:inline-flex;min-height:22px;align-items:center;gap:5px;padding:0 7px;color:#27734e;border:1px solid #cae4d4;border-radius:999px;background:#ecf8f0;font-size:8px;font-style:normal;font-weight:700;white-space:nowrap}.analysis-dashboard-title em>span{width:5px;height:5px;border-radius:50%;background:#27a566;box-shadow:0 0 0 3px #27a5661f}.analysis-dashboard-filters{flex:0 0 auto;gap:6px}.analysis-dashboard-filters button{display:inline-flex;height:31px;align-items:center;gap:6px;padding:0 8px;color:#4d5d54;border:1px solid #d9e1dc;border-radius:8px;background:#fff;font-size:9px;font-weight:650;cursor:pointer}.analysis-dashboard-filters button:hover{color:#176942;border-color:#bcd8c7;background:#f8fcf9}.analysis-kpi-grid{display:grid;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.analysis-kpi{--analysis-card-color: #208254;box-sizing:border-box;position:relative;display:grid;min-width:0;height:58px;min-height:58px;align-content:space-between;gap:3px;padding:7px 9px;overflow:hidden;border:1px solid #dde5e0;border-radius:12px;background:#fff;box-shadow:0 3px 10px #1f342909}.analysis-kpi:before{position:absolute;top:0;bottom:0;left:0;width:3px;background:var(--analysis-card-color);content:""}.analysis-kpi--blue{--analysis-card-color: #4478b8}.analysis-kpi--violet{--analysis-card-color: #765fac}.analysis-kpi--amber{--analysis-card-color: #c1822c}.analysis-kpi-label{gap:6px}.analysis-kpi-label>span{width:19px;height:19px;color:var(--analysis-card-color);border-radius:6px;background:color-mix(in srgb,var(--analysis-card-color) 10%,white)}.analysis-kpi-label small{overflow:hidden;color:#66736c;font-size:9px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.analysis-kpi-value{min-width:0;gap:7px}.analysis-kpi-value strong{overflow:hidden;color:#21332a;font-family:var(--font-mono);font-size:15px;font-weight:760;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.analysis-kpi-value em{padding:2px 5px;color:var(--analysis-card-color);border-radius:5px;background:color-mix(in srgb,var(--analysis-card-color) 9%,white);font-size:8px;font-style:normal;font-weight:750;white-space:nowrap}.analysis-kpi-foot{display:none}.analysis-kpi-foot small{overflow:hidden;color:#8b9690;font-size:7px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.analysis-kpi-foot svg{width:52px;height:18px;flex:0 0 auto;overflow:visible}.analysis-kpi-foot polyline{fill:none;stroke:var(--analysis-card-color);stroke-linecap:round;stroke-linejoin:round;stroke-width:2;vector-effect:non-scaling-stroke}.analysis-kpi-progress{width:48px;height:5px;flex:0 0 auto;overflow:hidden;border-radius:999px;background:#edf1ee}.analysis-kpi-progress i{display:block;height:100%;border-radius:inherit;background:var(--analysis-card-color)}.analysis-narrative{display:none}.analysis-narrative>span{flex:0 0 auto;gap:5px;color:#166c42;font-size:8px;font-weight:760;white-space:nowrap}.analysis-narrative>span:after{width:1px;height:13px;margin-left:4px;background:#c9ded1;content:""}.analysis-narrative p{margin:0;overflow:hidden;color:#53625a;font-size:8px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.analysis-detail-panel{display:grid;min-width:0;min-height:0;grid-template-rows:40px minmax(0,1fr);overflow:hidden;border:1px solid #dce3df;border-radius:13px;background:#fff;box-shadow:0 7px 24px #25392e0d}.analysis-detail-head{min-width:0;justify-content:space-between;gap:10px;padding:0 10px;border-bottom:1px solid #e2e8e4;background:#fff}.analysis-detail-head>div:first-child{min-width:0;gap:7px}.analysis-detail-icon{width:27px;height:27px;border-radius:8px}.analysis-detail-head>div:first-child>span:last-child{display:grid;min-width:0}.analysis-detail-head strong,.analysis-detail-head small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-detail-head strong{color:#26372e;font-size:11px;font-weight:730}.analysis-detail-head small{margin-top:2px;color:#86918b;font-size:7px}.analysis-render-legend{min-width:0;justify-content:flex-end;gap:5px}.analysis-section-switch{display:inline-flex;height:27px;flex:0 0 auto;align-items:center;padding:2px;border:1px solid #d9e2dc;border-radius:8px;background:#f3f6f4}.analysis-section-switch button{height:21px;padding:0 8px;color:#657269;border:0;border-radius:5px;background:transparent;font-size:8px;font-weight:680;white-space:nowrap;cursor:pointer}.analysis-section-switch button:hover{color:#176942}.analysis-section-switch button.is-active{color:#176942;background:#fff;box-shadow:0 1px 4px #2345321f}.analysis-render-legend span{display:inline-flex;min-height:21px;align-items:center;gap:4px;padding:0 6px;color:#66726b;border:1px solid #e0e6e2;border-radius:6px;background:#fafcfb;font-size:7px;font-weight:650;white-space:nowrap}.analysis-render-legend i{width:6px;height:6px;border-radius:2px;background:#3a9165}.analysis-render-legend i.is-bar{width:11px;background:linear-gradient(90deg,#8cd0aa 70%,#e7eee9 70%)}.analysis-render-legend i.is-scale{background:linear-gradient(135deg,#e9948f,#f4d67c,#73c397)}.analysis-render-legend i.is-rule{border-radius:50%;background:#d18d35}.demo-report--scenario-analysis .demo-report-table{min-height:0}.demo-report--scenario-analysis .ultigrid-insight-surface--header{color:#46524b;background:#f6f8f7}.demo-report--scenario-analysis .ultigrid-insight-surface--header:hover{background:#f1f5f2}.demo-report--scenario-analysis .ultigrid-insight-surface--striped:not(.is-selected){background-color:#fafcfb}.demo-report--scenario-analysis .ultigrid-insight-cell__media{border:1px solid #dce5df;border-radius:999px;background:#f4f7f5}.demo-entity-cell{display:flex;width:100%;min-width:0;align-items:center;gap:9px}.demo-region-marker{position:relative;box-sizing:border-box;width:12px;height:12px;flex:0 0 auto;margin-inline:1px;border:1px solid #cfd9d3;border-radius:999px;background:#fff;overflow:visible}.demo-region-marker:after{position:absolute;inset:3px;border-radius:inherit;background:var(--demo-region-color, #31926a);content:""}.demo-entity-cell>span,.demo-kpi-stack{display:grid;min-width:0;line-height:1.12}.demo-entity-cell strong,.demo-entity-cell small,.demo-kpi-stack strong,.demo-kpi-stack small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demo-product-cell,.demo-orders-cell,.demo-attainment-cell{display:flex;width:100%;min-width:0;align-items:center}.demo-product-cell{gap:7px}.demo-product-cell>i{display:grid;width:25px;height:25px;flex:0 0 auto;place-items:center;color:#226f49;border:1px solid #cfe2d6;border-radius:7px;background:#edf7f1;font-family:var(--font-mono);font-size:7px;font-style:normal;font-weight:760}.demo-product-cell>span{display:grid;min-width:0}.demo-product-cell strong,.demo-product-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demo-product-cell strong{color:#2a3830;font-size:9px;font-weight:700}.demo-product-cell small{margin-top:3px;color:#8b958f;font-size:7px}.demo-orders-cell{gap:6px}.demo-orders-cell>strong{min-width:30px;color:#2b3b32;font-family:var(--font-mono);font-size:9px}.demo-orders-cell>span{display:flex;height:5px;min-width:26px;flex:1;overflow:hidden;border-radius:999px;background:#e9eeeb}.demo-orders-cell>span i{display:block;height:100%}.demo-orders-cell>span .is-direct{background:#318d5d}.demo-orders-cell>span .is-partner{background:#8fc5a7}.demo-orders-cell>small{color:#87918b;font-size:7px;white-space:nowrap}.demo-attainment-cell{justify-content:flex-end;gap:7px}.demo-attainment-cell>span{width:37px;height:5px;overflow:hidden;border-radius:999px;background:#4e625626}.demo-attainment-cell>span i{display:block;height:100%;border-radius:inherit;background:#288c59}.demo-attainment-cell>strong{min-width:39px;color:inherit;font-family:var(--font-mono);font-size:9px;text-align:right}.demo-entity-cell strong{color:#26342d;font-size:11px;font-weight:700}.demo-entity-cell small{margin-top:3px;color:#87918b;font-size:8px;font-weight:520;letter-spacing:.04em;text-transform:uppercase}.demo-kpi-stack{justify-items:end;text-align:right}.demo-kpi-stack strong{color:#25342c;font-family:var(--font-mono);font-size:10px;font-weight:720}.demo-kpi-stack small{margin-top:3px;color:#3b8a61;font-family:var(--font-mono);font-size:8px;font-weight:650}.demo-mini-chart{width:72px;height:28px;overflow:visible}.demo-mini-chart polyline{fill:none;stroke:#238d58;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;vector-effect:non-scaling-stroke}.demo-report--scenario-analysis.demo-report--tree-enabled{background:#f8faf8}.demo-report--scenario-analysis.demo-report--tree-enabled .ultigrid-insight-surface--header{color:#3d4d44;background:#edf4ef}.demo-report--scenario-analysis.demo-report--tree-enabled .ultigrid-insight-surface--header:hover{background:#e7f0ea}.demo-report--scenario-analysis.demo-report--tree-enabled .ultigrid-insight-surface--striped:not(.is-selected){background-color:#f4f7f5}.demo-report--scenario-analysis.demo-report--tree-enabled .ultigrid-insight-tree-prefix button{color:#4f6859;border:1px solid transparent;border-radius:5px}.demo-report--scenario-analysis.demo-report--tree-enabled .ultigrid-insight-tree-prefix button:hover{color:#126e43;border-color:#cce5d5;background:#e9f5ed}.demo-report--scenario-analysis.demo-report--tree-enabled .ultigrid-insight-tree-toggle{color:#668174}.demo-report--scenario-analysis.demo-report--tree-enabled .ultigrid-insight-cell__media{border:1px solid #d4dfd8;border-radius:7px}.demo-tree-node{display:flex;width:100%;min-width:0;align-items:center;gap:8px}.demo-tree-node>i{display:grid;width:30px;height:20px;flex:0 0 auto;place-items:center;color:#536159;border:1px solid #d7dfda;border-radius:5px;background:#f5f7f6;font-family:var(--font-mono);font-size:8px;font-style:normal;font-weight:700;letter-spacing:.04em}.demo-tree-node>span{display:grid;min-width:0;line-height:1.1}.demo-tree-node strong,.demo-tree-node small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demo-tree-node strong{color:#29372f;font-size:11px;font-weight:650}.demo-tree-node small{margin-top:3px;color:#89928d;font-size:8px;letter-spacing:.03em}.demo-tree-node--depth-0>i{color:#fff;border-color:#257b50;background:#257b50}.demo-tree-node--depth-0 strong{color:#173b2a;font-weight:760}.demo-tree-node--depth-1>i{color:#176942;border-color:#bfddca;background:#e7f4eb}.demo-tree-node--depth-2>i{color:#66716b;background:#f7f8f7}.demo-node-type{display:inline-flex;width:max-content;min-height:21px;align-items:center;padding:0 7px;border:1px solid #dce3df;border-radius:6px;background:#f7f9f8;color:#65716a;font-size:8px;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.demo-node-type--0{color:#fff;border-color:#2b7751;background:#2b7751}.demo-node-type--1{color:#176942;border-color:#c4e0ce;background:#eaf5ed}.demo-node-type--2{color:#59655e;border-color:#d8dfdb;background:#f4f6f5}.demo-contribution{display:flex;width:100%;min-width:0;align-items:center;gap:8px}.demo-contribution>span{height:5px;min-width:34px;flex:1 1 auto;overflow:hidden;border-radius:999px;background:#e0e8e3}.demo-contribution>span>i{display:block;height:100%;border-radius:inherit;background:#2a915c}.demo-contribution strong{min-width:40px;color:#33423a;font-family:var(--font-mono);font-size:9px;font-weight:700;text-align:right}.demo-report--scenario-conditional{background:#f5f7f5}.demo-report--scenario-conditional .ultigrid-insight-surface--header{color:#36453d;background:#eef1ef}.demo-report--scenario-conditional .ultigrid-insight-surface--header:hover{background:#e9eeeb}.demo-report--scenario-conditional .ultigrid-insight-surface--striped:not(.is-selected),.demo-report--scenario-conditional .ultigrid-insight-surface--striped:not(.is-selected) .ultigrid-insight-cell{background-color:#fff}.demo-condition-header{display:flex;width:100%;min-width:0;align-items:center;gap:7px}.demo-condition-header>i{width:7px;height:22px;flex:0 0 auto;border-radius:2px;background:#8b948f}.demo-condition-header>i.is-green{background:#278d59}.demo-condition-header>i.is-amber{background:#bb7a20}.demo-condition-header>i.is-red{background:#c7544d}.demo-condition-header>i.is-blue{background:#557064}.demo-condition-header>span{display:grid;min-width:0;line-height:1.08}.demo-condition-header strong,.demo-condition-header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demo-condition-header strong{color:#34433b;font-size:10px;font-weight:720}.demo-condition-header small{margin-top:3px;color:#8b948f;font-family:var(--font-mono);font-size:7px;font-weight:560;letter-spacing:.04em;text-transform:uppercase}.demo-signal-entity{display:flex;min-width:0;align-items:center;gap:8px}.demo-signal-entity i{display:grid;width:25px;height:20px;flex:0 0 auto;place-items:center;color:#26734e;border:1px solid #cfe1d6;border-radius:5px;background:#eef7f1;font-family:var(--font-mono);font-size:8px;font-style:normal;font-weight:700}.demo-signal-entity strong{overflow:hidden;color:#2c3932;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.demo-rule-legend{display:flex;min-width:0;align-items:center;gap:6px}.demo-rule-legend>i{width:8px;height:8px;flex:0 0 auto;border:1px solid rgba(46,58,51,.12);border-radius:2px;background:#7d8982}.demo-rule-legend>i.is-scale{width:20px;background:#cfe9d9;box-shadow:inset 7px 0 #f2d9a9,inset 14px 0 #d8857f}.demo-rule-legend>i.is-positive{border-radius:999px;background:#218b55}.demo-rule-legend>i.is-negative{border-radius:999px;background:#c65049}.demo-rule-legend small{overflow:hidden;color:#717b75;font-family:var(--font-mono);font-size:8px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.demo-report--compact .ultigrid-insight-cell__content-layer,.demo-report--compact .ultigrid-insight-surface--plain>.ultigrid-cell__content{--ultigrid-insight-cell-padding-inline: 8px}.demo-report--relaxed .ultigrid-insight-cell__content-layer,.demo-report--relaxed .ultigrid-insight-surface--plain>.ultigrid-cell__content{--ultigrid-insight-cell-padding-inline: 13px}.demo-toast{position:fixed;z-index:1000;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));display:flex;max-width:min(420px,calc(100vw - 36px));align-items:center;gap:9px;padding:10px 10px 10px 12px;color:#36413b;border:1px solid #d8ded9;border-radius:16px;background:#fafdffd6;box-shadow:0 22px 58px #20324533,inset 0 1px #fff;-webkit-backdrop-filter:saturate(180%) blur(24px);backdrop-filter:saturate(180%) blur(24px);animation:demo-toast-in .18s ease-out}.demo-toast>span{display:grid;width:23px;height:23px;place-items:center;color:#fff;border-radius:7px;background:#20945c}.demo-toast--error>span{background:#c85851}.demo-toast p{flex:1;margin:0;font-size:11px;line-height:1.45}.demo-toast button{display:grid;width:24px;height:24px;padding:0;place-items:center;color:#8b938e;border:0;border-radius:6px;background:transparent;cursor:pointer}.demo-toast button:hover{background:#f0f2f1}.demo-stage-failure{display:grid;width:100%;height:100%;place-content:center;justify-items:center;padding:28px;color:#5a3734;background:snow;text-align:center}.demo-stage-failure>span{display:grid;width:38px;height:38px;margin-bottom:10px;place-items:center;color:#b94f49;border-radius:12px;background:#fdebea}.demo-stage-failure strong{font-size:13px}.demo-stage-failure p{max-width:440px;margin:7px 0 14px;color:#8d625f;font-family:var(--font-mono);font-size:9px;line-height:1.5}.demo-stage-failure button{display:inline-flex;min-height:30px;align-items:center;gap:5px;padding:0 11px;color:#95413c;border:1px solid #ebc7c4;border-radius:7px;background:#fff;font-size:10px;font-weight:650;cursor:pointer}@keyframes demo-toast-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.demo-github-link{text-decoration:none}.repository-intro{display:grid;height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr);gap:16px;padding:clamp(18px,2vw,26px);overflow:hidden;color:#243129;background:#fff}.repository-intro__hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;padding-bottom:18px;border-bottom:1px solid #e2e8e4}.repository-intro__copy{min-width:0;max-width:680px}.repository-intro__copy>span{display:inline-flex;align-items:center;gap:7px;color:var(--studio-accent-strong, #17633e);font-family:var(--font-mono, monospace);font-size:10px;font-weight:760;letter-spacing:.1em;text-transform:uppercase}.repository-intro__copy h2{max-width:640px;margin:10px 0 0;font-size:clamp(28px,3.1vw,42px);font-weight:760;letter-spacing:-.05em;line-height:1.02}.repository-intro__copy p{max-width:620px;margin:10px 0 0;color:#68756d;font-size:10px;line-height:1.55}.repository-intro__hero-side{display:grid;justify-items:end;gap:10px}.repository-intro__actions{display:flex;min-width:0;grid-column:1 / -1;flex-wrap:wrap;align-items:center;gap:8px}.repository-intro__actions a,.repository-intro__actions button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:7px;padding:6px 11px;color:#415048;border:1px solid #d9e3dd;border-radius:8px;background:#fff;font:inherit;font-size:9px;font-weight:740;text-decoration:none;cursor:pointer}.repository-intro__actions a:hover,.repository-intro__actions button:hover{color:var(--studio-accent-strong, #17633e);border-color:#bdd8c7;background:#f6fbf8}.repository-intro__actions .is-primary{color:#fff;border-color:var(--studio-accent-strong, #17633e);background:var(--studio-accent-strong, #17633e)}.repository-intro__actions .is-primary:hover{color:#fff;border-color:#124f32;background:#124f32}.repository-intro__stats{display:grid;grid-template-columns:repeat(3,minmax(88px,auto));margin:0}.repository-intro__stats>div{display:flex;min-height:48px;flex-direction:column-reverse;justify-content:center;gap:3px;padding:0 16px;border-left:1px solid #e1e7e3}.repository-intro__stats dt{color:#87928b;font-family:var(--font-mono, monospace);font-size:8px;letter-spacing:.04em;white-space:nowrap}.repository-intro__stats dd{display:inline-flex;align-items:center;gap:7px;margin:0;color:var(--studio-accent-strong, #17633e);font-family:var(--font-mono, monospace);font-size:18px;font-weight:740}.repository-intro__content{display:grid;min-height:0;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:16px}.repository-intro__section{display:grid;min-width:0;min-height:0;grid-template-rows:auto minmax(0,1fr);padding:14px;overflow:hidden;border:1px solid #dfe6e1;border-radius:14px;background:#fff}.repository-intro__section>header{display:flex;align-items:center;gap:11px;margin-bottom:12px}.repository-intro__section>header span{color:var(--studio-accent-strong, #17633e);font-family:var(--font-mono, monospace);font-size:8px;font-weight:760}.repository-intro__section h3{margin:0;font-size:13px;font-weight:730;letter-spacing:-.025em}.repository-intro__architecture{display:grid;min-height:0;grid-template-columns:minmax(180px,.74fr) minmax(0,1fr);gap:12px}.repository-intro__layer-options{display:grid;min-width:0;align-content:stretch;grid-template-rows:repeat(3,minmax(0,1fr));gap:7px}.repository-intro__layer-options button{display:grid;min-width:0;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;padding:8px 10px;color:#5f6c64;border:1px solid #dfe6e1;border-radius:10px;background:#fff;text-align:left;cursor:pointer}.repository-intro__layer-options button:hover,.repository-intro__capability-tabs button:hover{background:#fafcfb}.repository-intro__layer-options button.is-active,.repository-intro__capability-tabs button.is-active{color:var(--studio-accent-strong, #17633e);border-color:color-mix(in srgb,var(--studio-accent, #198754) 28%,#dfe6e1);background:color-mix(in srgb,var(--studio-accent, #198754) 6%,#fff)}.repository-intro__layer-options i{color:#9aa49e;font-family:var(--font-mono, monospace);font-size:8px;font-style:normal}.repository-intro__layer-options span,.repository-intro__layer-options strong,.repository-intro__layer-options small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.repository-intro__layer-options strong{font-family:var(--font-mono, monospace);font-size:9px}.repository-intro__layer-options small{margin-top:3px;color:#87928b;font-size:7px}.repository-intro__layer-detail,.repository-intro__capability-detail{display:flex;min-width:0;min-height:0;flex-direction:column;justify-content:center;padding:clamp(14px,2vw,24px);border:1px solid #dfe6e1;border-radius:11px;background:#fafcfb}.repository-intro__layer-detail>span,.repository-intro__capability-detail>span{color:#98a29c;font-family:var(--font-mono, monospace);font-size:8px}.repository-intro__layer-detail>strong,.repository-intro__capability-detail>strong{margin-top:8px;color:var(--studio-accent-strong, #17633e);font-size:13px;font-weight:760}.repository-intro__layer-detail p,.repository-intro__capability-detail p{margin:8px 0 0;color:#6f7b73;font-size:9px;line-height:1.65}.repository-intro__layer-detail small{margin-top:12px;color:#87928b;font-family:var(--font-mono, monospace);font-size:8px}.repository-intro__capability-workbench{display:grid;min-height:0;grid-template-rows:auto minmax(0,1fr);gap:10px}.repository-intro__capability-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:3px;border:1px solid #e1e7e3;border-radius:10px;background:#f7f9f8}.repository-intro__capability-tabs button{min-height:30px;color:#68756d;border:1px solid transparent;border-radius:7px;background:transparent;font-size:9px;font-weight:720;cursor:pointer}.component-gallery{--gallery-border: #dfe6e1;--gallery-focus-ring: #087f50;display:grid;height:100%;min-height:0;grid-template-columns:244px minmax(0,1fr);overflow:hidden;color:#243129;border:1px solid var(--gallery-border);border-radius:18px;background:#fff}.component-gallery__rail{min-width:0;min-height:0;overflow:auto;border-right:1px solid var(--gallery-border);background:#fff}.component-gallery__rail>header{padding:24px 20px 19px;border-bottom:1px solid #edf0ee}.component-gallery__rail>header>span{display:inline-flex;align-items:center;gap:6px;color:#24734c;font-family:var(--font-mono, monospace);font-size:10px;font-weight:760;letter-spacing:.1em;text-transform:uppercase}.component-gallery__rail h2{margin:9px 0 0;font-size:20px;font-weight:740;letter-spacing:-.03em}.component-gallery__rail p{margin:8px 0 0;color:#748078;font-size:12px;line-height:1.55}.component-gallery__tabs{display:grid;padding:9px;gap:12px}.component-gallery__group{display:grid;gap:3px}.component-gallery__group h3{margin:0;padding:4px 9px 3px;color:#657169;font-family:var(--font-mono, monospace);font-size:10px;font-weight:760;letter-spacing:.09em;text-transform:uppercase}.component-gallery__tabs button{display:grid;width:100%;min-width:0;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:11px 9px;color:#59675e;border:1px solid transparent;border-radius:11px;background:#fff;text-align:left;cursor:pointer}.component-gallery__tabs button:hover{border-color:#e1e8e3;background:#fafcfb}.component-gallery__tabs button.is-active{color:#1f613f;border-color:#cfe0d5;background:#f3f8f5}.component-gallery__tabs button:focus-visible,.component-gallery__source:focus-visible,.component-gallery__example-toolbar button:focus-visible{outline:3px solid var(--gallery-focus-ring);outline-offset:2px}.component-gallery__tabs i{color:#68756d;font-family:var(--font-mono, monospace);font-size:9px;font-style:normal}.component-gallery__tabs span{min-width:0}.component-gallery__tabs strong,.component-gallery__tabs small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-gallery__tabs strong{font-size:12px;font-weight:710}.component-gallery__tabs small{margin-top:3px;color:#657169;font-family:var(--font-mono, monospace);font-size:9px}.component-gallery__stage{display:grid;min-width:0;min-height:0;grid-template-rows:auto minmax(0,1fr);background:#fff}.component-gallery__stage-head{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:22px;padding:19px 22px 17px;border-bottom:1px solid var(--gallery-border)}.component-gallery__stage-head>div{min-width:0}.component-gallery__package{display:inline-flex;padding:4px 7px;color:#2b714d;border:1px solid #d6e4db;border-radius:999px;background:#f8fbf9;font-family:var(--font-mono, monospace);font-size:9px;font-weight:680}.component-gallery__stage h3{margin:8px 0 0;font-size:18px;font-weight:740;letter-spacing:-.025em}.component-gallery__stage-head p{max-width:720px;margin:6px 0 0;color:#758078;font-size:12px;line-height:1.5}.component-gallery__source{display:inline-flex;height:34px;flex:0 0 auto;align-items:center;justify-content:center;gap:7px;padding:0 11px;color:#325f47;border:1px solid #cfddd4;border-radius:10px;background:#fff;font-family:inherit;font-size:11px;font-weight:720;text-decoration:none;cursor:pointer}.component-gallery__source:hover{border-color:#afc8b8;background:#f7faf8}.component-gallery__preview{container:gallery-example / inline-size;min-width:0;min-height:0;padding:16px;overflow:hidden;background:#fff}.component-gallery__stage[data-example=mobile]{position:relative;grid-template-rows:minmax(0,1fr)}.component-gallery__stage[data-example=mobile] .component-gallery__stage-head{position:absolute;z-index:5;top:12px;right:12px;padding:0;border:0;background:transparent;pointer-events:none}.component-gallery__stage[data-example=mobile] .component-gallery__stage-head>div{display:none}.component-gallery__stage[data-example=mobile] .component-gallery__source{background:#ffffffeb;box-shadow:0 8px 24px #192a2117;pointer-events:auto;backdrop-filter:blur(10px)}.component-gallery__stage[data-example=mobile][data-editor-open=true] .component-gallery__stage-head{display:none}.component-gallery__preview[data-example=mobile]{padding:10px}.component-gallery__workbench{display:grid;height:100%;min-width:0;min-height:0;grid-template-columns:minmax(0,1fr);gap:12px}.component-gallery__workbench.is-editor-open{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.component-gallery__live-surface,.component-gallery__live-preview{min-width:0;min-height:0;height:100%}.component-gallery__live-surface{container:gallery-example / inline-size;overflow:hidden}.component-gallery__live-preview>.ultigrid-insight,.component-gallery__live-preview>.ultigrid-root{height:100%;min-height:0;border:1px solid #dfe5e1;border-radius:12px}.component-gallery__live-preview>.component-gallery__example-stack{height:100%}.component-gallery__editor-panel{display:grid;min-width:0;min-height:0;grid-template-rows:42px minmax(0,1fr) auto auto;overflow:hidden;border:1px solid #dce4df;border-radius:12px;background:#fbfcfb}.component-gallery__editor-panel[hidden]{display:none}.component-gallery__editor-panel>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 8px 0 12px;border-bottom:1px solid #e2e8e4;background:#fff}.component-gallery__editor-panel>header>span{display:flex;min-width:0;align-items:center;gap:7px}.component-gallery__editor-panel>header>.component-gallery__editor-actions{flex:0 0 auto;gap:4px}.component-gallery__editor-panel>header i{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--studio-accent, #198754);box-shadow:0 0 0 3px color-mix(in srgb,var(--studio-accent, #198754) 12%,transparent)}.component-gallery__editor-panel>header strong,.component-gallery__editor-panel>header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-gallery__editor-panel>header strong{font-size:9px}.component-gallery__editor-panel>header small{color:#849087;font-family:var(--font-mono, monospace);font-size:7px}.component-gallery__editor-panel>header button{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;color:#607067;border:1px solid #dce4df;border-radius:8px;background:#fff;cursor:pointer}.component-gallery__editor-panel>header button:disabled{opacity:.38;cursor:default}.component-gallery__editor-scroll{min-height:0;overflow:auto;background:#fbfcfb}.component-gallery__editor{display:block;width:100%;height:100%;min-height:100%;padding:13px 14px;resize:none;color:#27332c;border:0;outline:0;background:#fbfcfb;font-family:var(--font-mono, ui-monospace, monospace);font-size:10px;line-height:1.55;tab-size:2;white-space:pre}.component-gallery__editor:focus-visible{outline:2px solid var(--gallery-focus-ring);outline-offset:-2px}.component-gallery__editor-hint{padding:7px 10px;color:#7d8981;border-top:1px solid #e4e9e6;background:#fff;font-size:7px}.component-gallery__editor-error{max-height:88px;margin:0;padding:9px 10px;overflow:auto;color:#9d463f;border-top:1px solid #efcfcb;background:#fff6f4;font-family:var(--font-mono, monospace);font-size:8px;line-height:1.5;white-space:pre-wrap}.component-gallery__editor-error:empty{display:none}.component-gallery__preview>.ultigrid-insight,.component-gallery__preview>.ultigrid-root{height:100%;min-height:0;border:1px solid #dfe5e1;border-radius:12px}.component-gallery__example-stack{display:grid;height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid #dfe5e1;border-radius:12px}.component-gallery__example-toolbar{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:12px;padding:8px 10px;border-bottom:1px solid #e6ebe8;background:#fafcfb}.component-gallery__preview[data-example=export] .component-gallery__example-toolbar{justify-content:flex-end;gap:6px}.component-gallery__example-toolbar span,.component-gallery__example-toolbar button{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:690}.component-gallery__example-toolbar span{margin-right:auto;color:#647168}.component-gallery__example-toolbar button{height:28px;padding:0 9px;color:#246d49;border:1px solid #d2e0d7;border-radius:8px;background:#fff;cursor:pointer}.component-gallery__example-grid{min-height:0}.component-gallery__mobile-demo{grid-template-rows:minmax(0,1fr);border-color:#dce5df;border-radius:18px;background:#fff}.component-gallery__mobile-layout{display:grid;height:100%;min-width:0;min-height:0;grid-template-rows:minmax(0,1fr);padding:10px;overflow:hidden}.component-gallery__mobile-body{display:grid;min-width:0;min-height:0;grid-template-areas:"device details";grid-template-columns:minmax(0,1fr) minmax(170px,200px);gap:12px}.component-gallery__mobile-canvas{display:flex;min-width:0;min-height:0;grid-area:device;align-items:flex-start;justify-content:center;padding:8px;overflow:auto;border:1px solid #dce5df;border-radius:16px;background:#f7f9f8;overscroll-behavior:contain}.component-gallery__mobile-details{display:flex;min-width:0;min-height:0;grid-area:details;flex-direction:column;padding:56px 16px 16px;overflow:auto;border:1px solid #dce5df;border-radius:16px;background:#fff}.component-gallery__mobile-state-eyebrow{display:inline-flex;align-items:center;color:#2a704d;font-family:var(--font-mono, monospace);font-size:8px;font-weight:740;letter-spacing:.07em;text-transform:uppercase}.component-gallery__mobile-state-head h5{margin:7px 0 0;color:#23332a;font-size:15px;font-weight:750}.component-gallery__mobile-viewport-size{display:grid;gap:5px;margin-top:14px;padding:12px;border:1px solid #d9e7df;border-radius:11px;background:#f7faf8}.component-gallery__mobile-viewport-size small{color:#7c8981;font-size:8px}.component-gallery__mobile-viewport-size strong{color:#205f41;font-family:var(--font-mono, monospace);font-size:14px;letter-spacing:-.02em}.component-gallery__mobile-state{display:grid;gap:8px;margin:10px 0 0}.component-gallery__mobile-state>div{min-width:0;padding:11px;border:1px solid #e2e8e4;border-radius:11px;background:#fff}.component-gallery__mobile-state dt{color:#859087;font-size:8px}.component-gallery__mobile-state dd{min-width:0;margin:5px 0 0;overflow:hidden;color:#215f42;font-family:var(--font-mono, monospace);font-size:9px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.component-gallery__mobile-device{position:relative;box-sizing:border-box;width:389px;min-width:389px;height:764px;min-height:764px;flex:0 0 auto;margin-block:auto;padding:6px;border:1px solid #48504b;border-radius:53px;background:linear-gradient(145deg,#555e58,#111612 18%,#080b09 52%,#343b36 82%,#0d110e);box-shadow:0 22px 50px #14201929,0 7px 16px #14201917,inset 0 0 0 1px #ffffff26}.component-gallery__mobile-screen{display:grid;box-sizing:border-box;width:375px;height:750px;min-width:0;min-height:0;aspect-ratio:375 / 750;grid-template-rows:50px 52px minmax(0,1fr) 24px;overflow:hidden;border-radius:46px;background:#fff;box-shadow:inset 0 0 0 1px #0000002e}.component-gallery__mobile-device-control{position:absolute;z-index:0;width:3px;border:1px solid #3e4641;background:linear-gradient(90deg,#171c18,#69716c 58%,#202621);box-shadow:0 2px 4px #090e0b3d;pointer-events:none}.component-gallery__mobile-device-control--action{top:96px;left:-4px;height:27px;border-radius:3px 0 0 3px}.component-gallery__mobile-device-control--volume-up{top:142px;left:-4px;height:49px;border-radius:3px 0 0 3px}.component-gallery__mobile-device-control--volume-down{top:202px;left:-4px;height:49px;border-radius:3px 0 0 3px}.component-gallery__mobile-device-control--side{top:157px;right:-4px;height:76px;border-radius:0 3px 3px 0}.component-gallery__mobile-device-control--camera{top:285px;right:-4px;height:42px;border-radius:0 3px 3px 0}.component-gallery__mobile-device-island{position:absolute;top:17px;left:50%;z-index:6;width:114px;height:32px;overflow:hidden;border:1px solid #000;border-radius:999px;background:#030504;box-shadow:0 1px 2px #0000004d,inset 0 0 0 1px #ffffff08;pointer-events:none;transform:translate(-50%)}.component-gallery__mobile-device-island:after{position:absolute;top:50%;right:7px;width:7px;height:7px;border-radius:50%;background:radial-gradient(circle at 65% 32%,#283e52 0,#0a1520 34%,#020403 72%);box-shadow:0 0 0 1px #ffffff08;content:"";transform:translateY(-50%)}.component-gallery__mobile-statusbar{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:5px 20px 0;color:#111512;background:linear-gradient(180deg,#fff,#fcfdfc);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;font-size:12px;font-weight:640;letter-spacing:-.01em}.component-gallery__mobile-status-time{min-width:46px;text-align:center}.component-gallery__mobile-status-icons{display:inline-flex;min-width:46px;align-items:center;justify-content:flex-end;gap:5px}.component-gallery__mobile-status-icons svg{display:block;flex:0 0 auto}.component-gallery__mobile-battery{position:relative;box-sizing:border-box;width:20px;height:10px;flex:0 0 auto;padding:1px;border:1px solid rgb(17 21 18 / 75%);border-radius:3px}.component-gallery__mobile-battery:after{position:absolute;top:2px;right:-3px;width:2px;height:4px;border-radius:0 1px 1px 0;background:#1115128c;content:""}.component-gallery__mobile-battery i{display:block;width:13px;height:100%;border-radius:1px;background:#111512}.component-gallery__mobile-appbar{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;padding:0 16px;border-bottom:1px solid #e2e8e4;background:#fbfcfbf0;backdrop-filter:blur(12px)}.component-gallery__mobile-appbar>span,.component-gallery__mobile-appbar strong,.component-gallery__mobile-appbar small{display:block;min-width:0}.component-gallery__mobile-appbar strong{overflow:hidden;color:#17221b;font-size:13px;font-weight:740;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.component-gallery__mobile-appbar>span small{margin-top:3px;color:#758279;font-size:9px}.component-gallery__mobile-live{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;padding:5px 8px;color:#246c49;border:1px solid #dcebe2;border-radius:999px;background:#f3f8f5;font-size:9px;font-weight:720}.component-gallery__mobile-live i{width:6px;height:6px;border-radius:50%;background:#1d985e;box-shadow:0 0 0 3px #1d985e1a}.component-gallery__mobile-grid{min-width:0;min-height:0;overflow:hidden;background:#fff}.component-gallery__mobile-grid .ultigrid-scroller{scrollbar-width:auto;scrollbar-color:auto}.component-gallery__mobile-grid .ultigrid-scroller::-webkit-scrollbar{display:block;width:0;height:5px}.component-gallery__mobile-grid .ultigrid-scroller::-webkit-scrollbar-track{background:transparent}.component-gallery__mobile-grid .ultigrid-scroller::-webkit-scrollbar-thumb{background:#2380527a;border:0;border-radius:999px}.component-gallery__mobile-home-indicator{display:block;width:118px;height:5px;align-self:center;justify-self:center;border-radius:999px;background:#111512;pointer-events:none}@container gallery-example (max-width: 640px){.component-gallery__mobile-layout{padding:52px 8px 8px}.component-gallery__mobile-body{grid-template-areas:"device" "details";grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;gap:8px}.component-gallery__mobile-canvas{padding:6px}.component-gallery__mobile-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:6px;padding:8px;overflow:hidden}.component-gallery__mobile-state-head h5{margin-top:4px;font-size:12px}.component-gallery__mobile-viewport-size{margin-top:0;padding:8px}.component-gallery__mobile-viewport-size strong{font-size:12px}.component-gallery__mobile-state{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:0}.component-gallery__mobile-state>div{padding:7px}.component-gallery__mobile-state dd{font-size:8px}}.component-gallery__status{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border:1px solid currentColor;border-radius:999px;font-size:10px;font-weight:720;line-height:1}.component-gallery__status--healthy{color:#1f754d;background:#f1f8f4}.component-gallery__status--watch{color:#906418;background:#fff9eb}.component-gallery__status--risk{color:#a34d47;background:#fff5f3}.component-gallery__merge-summary{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:10px;color:#245f42}.component-gallery__merge-summary strong{flex:0 0 auto;font-size:10px}.component-gallery__merge-summary small{min-width:0;overflow:hidden;color:#6b776f;font-family:var(--font-mono, monospace);font-size:8px;font-weight:620;text-overflow:ellipsis;white-space:nowrap}@media(max-width:760px),(max-width:1024px)and (pointer:coarse),(max-width:1024px)and (any-pointer:coarse),(max-width:1024px)and (max-height:600px)and (orientation:landscape){.component-gallery{width:100%;max-width:100%;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);border-radius:14px}.component-gallery__rail{overflow:hidden;border-right:0;border-bottom:1px solid var(--gallery-border)}.component-gallery__rail>header{display:none}.component-gallery__tabs{display:flex;gap:8px;padding:8px max(8px,env(safe-area-inset-right)) 8px max(8px,env(safe-area-inset-left));overflow-x:auto;scroll-padding-inline:max(8px,env(safe-area-inset-left));scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch}.component-gallery__tabs::-webkit-scrollbar{display:none}.component-gallery__group{display:flex;flex:0 0 auto;align-items:center;gap:4px}.component-gallery__group h3{display:inline-flex;min-height:44px;align-items:center;padding:0 7px;border-radius:9px;background:#f7f9f8;writing-mode:horizontal-tb;white-space:nowrap}.component-gallery__tabs button{width:158px;min-height:44px;flex:0 0 158px;padding:7px 9px;scroll-snap-align:center}.component-gallery__stage{width:100%;max-width:100%}.component-gallery__stage-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px max(12px,env(safe-area-inset-right)) 11px max(12px,env(safe-area-inset-left))}.component-gallery__stage h3{overflow:hidden;margin-top:5px;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.component-gallery__stage-head p{overflow:hidden;margin-top:4px;text-overflow:ellipsis;white-space:nowrap}.component-gallery__source{min-width:44px;min-height:44px;padding-inline:12px;touch-action:manipulation}.component-gallery__preview{width:100%;max-width:100%;padding:10px max(10px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));overflow:auto;overscroll-behavior:contain}.component-gallery__preview[data-example=mobile]{overflow:clip}.component-gallery__mobile-canvas{align-items:stretch;justify-content:stretch;padding:0;overflow:clip;border:0;border-radius:0;background:#fff}.component-gallery__mobile-device{width:100%;min-width:0;max-width:none;height:100%;min-height:0;max-height:none;margin:0;padding:0;aspect-ratio:auto;border:0;border-radius:0;background:#fff;box-shadow:none}.component-gallery__mobile-screen{width:100%;height:100%;aspect-ratio:auto;grid-template-rows:minmax(0,1fr);border-radius:0;box-shadow:none}.component-gallery__mobile-device-control,.component-gallery__mobile-device-island,.component-gallery__mobile-statusbar,.component-gallery__mobile-appbar,.component-gallery__mobile-home-indicator{display:none}.component-gallery__workbench.is-editor-open{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(160px,.8fr) minmax(260px,1.2fr);overflow:auto;overscroll-behavior-y:contain}.component-gallery__editor-panel{min-height:260px;grid-template-rows:minmax(44px,auto) minmax(180px,1fr) auto auto;padding-bottom:env(safe-area-inset-bottom)}.component-gallery__editor-panel>header{min-height:44px;padding-left:12px}.component-gallery__editor-panel>header button{width:44px;height:44px;border-radius:10px;touch-action:manipulation}.component-gallery__editor{padding:14px;font-size:16px;line-height:1.55}.studio-stage-shell[data-virtual-keyboard=open] .component-gallery__workbench.is-editor-editing .component-gallery__editor-panel{position:fixed;z-index:190;top:var(--studio-visual-viewport-offset-top, 0px);right:max(4px,env(safe-area-inset-right));left:max(4px,env(safe-area-inset-left));width:auto;height:var(--studio-visual-viewport-height, 100dvh);max-height:var(--studio-visual-viewport-height, 100dvh);min-height:0;grid-template-rows:44px minmax(0,1fr) auto auto;padding-bottom:max(4px,env(safe-area-inset-bottom));border-radius:16px 16px 0 0;background:#fff;box-shadow:0 18px 48px #18281f33}.studio-stage-shell[data-virtual-keyboard=open] .component-gallery__workbench.is-editor-editing .component-gallery__editor-error{max-height:min(88px,30%)}.component-gallery__example-toolbar button{min-width:44px;min-height:44px;touch-action:manipulation}}@media(max-width:1024px)and (max-height:600px)and (orientation:landscape){.component-gallery__stage[data-example=mobile] .component-gallery__stage-head{display:none}.component-gallery__mobile-layout{padding:0}.component-gallery__mobile-body{grid-template-areas:"device";grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.component-gallery__mobile-details{display:none}.component-gallery__mobile-screen{grid-template-rows:0 44px minmax(0,1fr) 0}.component-gallery__mobile-statusbar,.component-gallery__mobile-home-indicator{display:none}}@media(max-width:520px){.component-gallery__stage-head{padding-block:10px}.component-gallery__stage-head p{display:none}.component-gallery__tabs button{width:148px;flex-basis:148px}}@media(max-width:860px){.repository-intro{gap:12px;padding:16px}.repository-intro__hero{gap:16px;padding-bottom:12px}.repository-intro__copy h2{font-size:28px}.repository-intro__copy p{max-width:480px}.repository-intro__stats>div{padding:0 10px}.repository-intro__content{gap:10px}.repository-intro__section{padding:11px}.repository-intro__architecture{grid-template-columns:minmax(145px,.8fr) minmax(0,1fr);gap:8px}}@media(max-width:620px){.repository-intro{width:100%;max-width:100%;height:100%;gap:10px;grid-template-rows:auto auto;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain}.repository-intro__hero{min-width:0;grid-template-columns:minmax(0,1fr);gap:10px;padding-bottom:10px}.repository-intro__copy h2{font-size:clamp(20px,6vw,24px);line-height:1.08}.repository-intro__copy p,.repository-intro__stats,.repository-intro__hero-side{display:none}.repository-intro__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.repository-intro__actions a,.repository-intro__actions button{width:100%;min-width:0;min-height:44px;padding-inline:6px;touch-action:manipulation}.repository-intro__content{width:100%;max-width:100%;min-height:auto;grid-template-columns:minmax(0,1fr);grid-auto-flow:row;gap:10px;overflow:visible}.repository-intro__section{width:100%;min-width:0;min-height:260px}.repository-intro__architecture{grid-template-columns:132px minmax(0,1fr)}.repository-intro__layer-detail,.repository-intro__capability-detail{overflow:auto}.repository-intro__layer-options button,.repository-intro__capability-tabs button{min-height:44px;touch-action:manipulation}}@media(max-width:390px){.repository-intro__actions{grid-template-columns:minmax(0,1fr)}.repository-intro__actions a,.repository-intro__actions button{justify-content:flex-start;padding-inline:12px}.repository-intro__section{min-height:0}.repository-intro__architecture{grid-template-columns:minmax(0,1fr)}.repository-intro__layer-options{grid-template-rows:none;grid-auto-rows:auto}.repository-intro__layer-options span,.repository-intro__layer-options strong,.repository-intro__layer-options small{overflow:visible;text-overflow:clip;white-space:normal}.repository-intro__layer-detail,.repository-intro__capability-detail{min-height:132px}}@media(max-height:650px){.repository-intro{gap:10px;padding:12px}.repository-intro__hero{padding-bottom:10px}.repository-intro__copy p{display:none}.repository-intro__section{padding:10px}.repository-intro__section>header{margin-bottom:8px}}@media(max-width:860px){.analysis-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analysis-kpi:nth-child(n+3){display:none}.analysis-render-legend span:nth-child(n+3){display:none}}@media(max-width:600px){.demo-report--scenario-analysis{gap:6px;padding:7px}.analysis-dashboard{gap:6px}.analysis-dashboard-title em,.analysis-dashboard-filters button:first-child,.analysis-narrative,.analysis-kpi-foot small{display:none}.analysis-dashboard-title strong{font-size:13px}.analysis-kpi{min-height:76px;padding:8px}.analysis-kpi-value strong{font-size:15px}.analysis-detail-panel{grid-template-rows:39px minmax(0,1fr)}.analysis-detail-head small,.analysis-render-legend{display:none}}@media(max-height:760px)and (min-width:861px){.analysis-dashboard{grid-template-columns:225px minmax(0,1fr);align-items:center;gap:8px}.analysis-dashboard-title{min-height:58px}.analysis-dashboard-title>div:first-child{width:100%;overflow:hidden}.analysis-dashboard-title em,.analysis-dashboard-title>.analysis-dashboard-filters,.analysis-narrative{display:none}.analysis-kpi{height:58px;min-height:58px;padding-block:6px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spreadsheet-demo{--sheet-green: #217346;--spreadsheet-formula-height: 38px;display:grid;width:100%;height:100%;min-width:0;min-height:0;grid-template-rows:36px 88px var(--spreadsheet-formula-height) minmax(0,1fr) 30px;overflow:hidden;color:#242424;background:#fff;font-family:Aptos,Inter,ui-sans-serif,system-ui,sans-serif;isolation:isolate}.spreadsheet-demo>.spreadsheet-menu{grid-row:1}.spreadsheet-demo>.spreadsheet-ribbon{grid-row:2}.spreadsheet-demo>.spreadsheet-formula-bar{grid-row:3}.spreadsheet-demo>.spreadsheet-grid{grid-row:4}.spreadsheet-demo>.spreadsheet-sheet-tabs{grid-row:5}.spreadsheet-demo.is-formula-hidden{--spreadsheet-formula-height: 0px}.spreadsheet-menu{position:relative;z-index:12;display:flex;min-width:0;align-items:center;gap:8px;padding:0 10px;border-bottom-color:#cfd8d2;background:linear-gradient(180deg,#fbfcfb,#f5f8f6)}.spreadsheet-book-mark{display:inline-flex;min-width:0;align-items:center;gap:6px;color:#174c31;font-size:10px;font-weight:750;white-space:nowrap}.spreadsheet-book-mark svg{flex:0 0 auto}.spreadsheet-quick-access{display:inline-flex;align-items:center;gap:1px;padding-right:7px;border-right:1px solid #dce3de}.spreadsheet-quick-access button,.spreadsheet-footer-zoom button{display:grid;width:27px;height:27px;padding:0;place-items:center;color:#455049;border:1px solid transparent;border-radius:5px;background:transparent;cursor:pointer}.spreadsheet-quick-access button:hover:not(:disabled),.spreadsheet-footer-zoom button:hover:not(:disabled){color:#155f3a;border-color:#c5d8cc;background:#e8f2ec}.spreadsheet-quick-access button:disabled,.spreadsheet-footer-zoom button:disabled{opacity:.32;cursor:default}.spreadsheet-menu>div[role=tablist]{display:flex;min-width:0;height:100%;flex:1 1 auto;align-items:stretch;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none}.spreadsheet-menu>div[role=tablist]::-webkit-scrollbar{display:none}.spreadsheet-menu>div[role=tablist]>button{position:relative;height:100%;flex:0 0 auto;padding:0 11px;color:#4d5751;border:0;background:transparent;font-size:10px;scroll-margin-inline:12px;cursor:pointer}.spreadsheet-menu>div[role=tablist]>button:hover{background:#ebf2ed}.spreadsheet-menu>div[role=tablist]>button.is-active{color:#155f3a;font-weight:750}.spreadsheet-menu>div[role=tablist]>button.is-active:after{position:absolute;right:8px;bottom:0;left:8px;height:2px;border-radius:2px 2px 0 0;background:var(--sheet-green);content:""}.spreadsheet-autosave{display:inline-flex;min-width:0;max-width:210px;margin-left:auto;align-items:center;gap:5px;overflow:hidden;color:#647069;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.spreadsheet-autosave i{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#31a66a}.spreadsheet-ribbon{position:relative;z-index:10;display:flex;min-width:0;min-height:0;align-items:stretch;padding:4px 7px 3px;overflow-x:auto;overflow-y:hidden;border-bottom-color:#ccd6cf;background:linear-gradient(180deg,#fff,#fbfcfb);box-shadow:0 2px 6px #23402e0a}.spreadsheet-ribbon-toolbar{display:flex;min-width:max-content;height:100%;flex:0 0 auto;flex-wrap:nowrap;align-items:stretch}.spreadsheet-ribbon-group{display:grid;height:80px;min-width:max-content;flex:0 0 auto;grid-template-rows:minmax(0,1fr) 13px;align-items:stretch;gap:0;padding:0 8px;border-left:1px solid #e0e6e2}.spreadsheet-ribbon-group:first-child{padding-left:2px;border-left:0}.spreadsheet-ribbon-group__content{display:flex;min-width:max-content;align-items:center;gap:3px}.spreadsheet-ribbon-group>small{align-self:end;color:#79827c;font-size:8px;line-height:12px;text-align:center;white-space:nowrap}.spreadsheet-ribbon button{box-sizing:border-box;flex:0 0 auto;color:#354139;border:1px solid transparent;border-radius:5px;background:transparent;font:inherit;cursor:pointer}.spreadsheet-ribbon button:hover:not(:disabled){color:#155f3a;border-color:#c5d8cc;background:#eaf3ed}.spreadsheet-ribbon button:focus-visible,.spreadsheet-formula-bar button:focus-visible,.spreadsheet-sheet-tabs button:focus-visible{outline:2px solid #2c7e52;outline-offset:1px}.spreadsheet-ribbon button:disabled{opacity:.32;cursor:default}.spreadsheet-ribbon button.is-active{color:#155f3a;border-color:#afd0bd;background:#dfeee5}.spreadsheet-ribbon button.is-mixed{box-shadow:inset 0 -3px #7f9788}.spreadsheet-decimal-icon{font-family:var(--font-mono);font-size:9px;font-weight:700}.spreadsheet-command-icon{display:grid;width:18px;height:18px;flex:0 0 18px;place-items:center;line-height:0}.spreadsheet-command-icon>svg{display:block;width:16px;height:16px;stroke-width:1.8}.spreadsheet-command{display:flex;align-items:center;justify-content:center}.spreadsheet-command--icon{width:28px;height:28px;padding:0}.spreadsheet-command--large{width:66px;height:58px;flex-direction:column;gap:3px;padding:4px 3px}.spreadsheet-command--large .spreadsheet-command-icon{width:22px;height:22px;flex-basis:22px}.spreadsheet-command--large .spreadsheet-command-icon>svg{width:20px;height:20px}.spreadsheet-command--labeled{width:auto;min-width:70px;height:28px;justify-content:flex-start;gap:6px;padding:0 7px}.spreadsheet-command-label{overflow:hidden;font-size:9px;line-height:1.1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.spreadsheet-command--labeled .spreadsheet-command-label{text-align:left}.spreadsheet-clipboard-group .spreadsheet-ribbon-group__content{gap:3px}.spreadsheet-clipboard-stack{display:grid;grid-template-rows:repeat(2,28px);gap:2px}.spreadsheet-font-group .spreadsheet-ribbon-group__content,.spreadsheet-alignment-group .spreadsheet-ribbon-group__content,.spreadsheet-number-group .spreadsheet-ribbon-group__content{display:grid;grid-template-rows:repeat(2,28px);align-content:center;gap:2px}.spreadsheet-ribbon-control-row{display:flex;min-width:max-content;height:28px;align-items:center;gap:2px}.spreadsheet-font-group{min-width:200px}.spreadsheet-font-select-row label,.spreadsheet-number-select{box-sizing:border-box;position:relative;height:28px;margin:0}.spreadsheet-font-select-row label:first-child{width:106px}.spreadsheet-font-select-row label.spreadsheet-size-select{width:52px}.spreadsheet-number-select{width:132px}.spreadsheet-font-group select,.spreadsheet-number-select select{box-sizing:border-box;width:100%;height:100%;padding:0 20px 0 7px;color:#343936;border:1px solid #c8d1cb;border-radius:5px;outline:0;background:#fff;font-size:10px;appearance:none;cursor:pointer}.spreadsheet-font-select-row label>svg,.spreadsheet-number-select>svg{position:absolute;top:50%;right:5px;width:12px;height:12px;transform:translateY(-50%);pointer-events:none}.spreadsheet-font-color{font-family:Georgia,serif;font-size:15px;font-weight:700}.spreadsheet-alignment-group .spreadsheet-command--labeled{min-width:112px}.spreadsheet-color-control{position:relative;display:grid;width:45px;height:28px;flex:0 0 auto;grid-template-columns:30px 15px}.spreadsheet-ribbon .spreadsheet-color-apply,.spreadsheet-ribbon .spreadsheet-color-menu-trigger{display:grid;height:28px;padding:0;place-items:center}.spreadsheet-ribbon .spreadsheet-color-apply{position:relative;width:30px;border-radius:5px 0 0 5px}.spreadsheet-ribbon .spreadsheet-color-menu-trigger{width:15px;border-left-color:#d7dfda;border-radius:0 5px 5px 0}.spreadsheet-color-menu-trigger>svg{display:block;width:10px;height:10px}.spreadsheet-color-control.is-open .spreadsheet-color-apply,.spreadsheet-color-control.is-open .spreadsheet-color-menu-trigger{color:#155f3a;border-color:#afd0bd;background:#dfeee5}.spreadsheet-color-apply>i{position:absolute;right:4px;bottom:3px;left:4px;height:3px;border:1px solid rgba(0,0,0,.15)}.spreadsheet-color-palette{position:fixed;z-index:60;display:grid;box-sizing:border-box;width:190px;grid-template-columns:repeat(7,20px);gap:4px;padding:9px;border:1px solid #cbd5ce;border-radius:8px;background:#fff;box-shadow:0 12px 30px #1f352733}.spreadsheet-color-palette>button{width:20px;height:20px;border:1px solid rgba(31,41,35,.2);border-radius:4px}.spreadsheet-color-palette>button[aria-checked=true]{outline:2px solid #217346;outline-offset:1px}.spreadsheet-formula-group{min-width:608px}.spreadsheet-ribbon .spreadsheet-function-button{display:flex;width:114px;height:54px;align-items:center;justify-content:flex-start;gap:8px;padding:0 9px;text-align:left}.spreadsheet-function-button>span:last-child{display:flex;min-width:0;flex-direction:column}.spreadsheet-function-button strong{color:#23352a;font-size:10px}.spreadsheet-function-button small{color:#748078;font-size:8px}.spreadsheet-ribbon-hint{display:flex;max-width:390px;align-items:center;gap:9px;margin:0 12px;color:#657069;font-size:9px;line-height:1.45}.spreadsheet-ribbon-hint svg{flex:0 0 auto;color:#217346}.spreadsheet-view-group .spreadsheet-ribbon-group__content{gap:6px}.spreadsheet-ribbon .spreadsheet-view-toggle{display:flex;width:auto;min-width:116px;height:54px;align-items:center;justify-content:flex-start;gap:7px;padding:0 9px;font-size:10px}.spreadsheet-view-toggle>span:nth-child(2){flex:1;text-align:left;white-space:nowrap}.spreadsheet-view-toggle__check{display:grid;width:13px;height:13px;flex:0 0 13px;place-items:center}.spreadsheet-zoom-group .spreadsheet-ribbon-group__content{gap:7px}.spreadsheet-zoom-group input{width:150px;accent-color:var(--sheet-green)}.spreadsheet-zoom-group output{min-width:38px;color:#3f4943;font-family:var(--font-mono);font-size:9px;text-align:center}.spreadsheet-formula-bar{position:relative;z-index:4;display:flex;min-width:0;min-height:0;align-items:center;border-bottom-color:#cbd4ce;background:#f8faf8}.spreadsheet-formula-bar .spreadsheet-name-box{width:88px;height:100%;flex:0 0 auto;padding:0 10px;color:#29352e;border:0;border-right:1px solid #d1d9d4;outline:0;background:#fff;font-family:var(--font-mono);font-size:10px;font-weight:700;text-transform:uppercase}.spreadsheet-formula-bar .spreadsheet-name-box:focus,.spreadsheet-formula-bar .spreadsheet-formula-input:focus{box-shadow:inset 0 0 0 1px var(--sheet-green)}.spreadsheet-formula-bar .spreadsheet-fx-button,.spreadsheet-formula-actions button{display:grid;width:35px;height:100%;flex:0 0 auto;padding:0;place-items:center;color:#5f6b64;border:0;border-right:1px solid #d1d9d4;background:transparent;cursor:pointer}.spreadsheet-formula-bar .spreadsheet-fx-button:hover,.spreadsheet-formula-actions button:hover{color:#155f3a;background:#e9f2ec}.spreadsheet-formula-actions{display:flex;height:100%}.spreadsheet-formula-actions[aria-hidden=true]{opacity:.38}.spreadsheet-formula-input{min-width:0;height:100%;flex:1;padding:0 9px;color:#292d2a;border:0;outline:0;background:#fff;font-family:var(--font-mono);font-size:10px}.spreadsheet-grid{position:relative;z-index:1;min-width:0;min-height:0;overflow:hidden;background:#fff;outline:0}.spreadsheet-grid .ultigrid-root{--ultigrid-theme-color: var(--sheet-green);--ultigrid-selection-soft: color-mix(in srgb, var(--sheet-green) 14%, transparent);color:#202124;font-family:Aptos,Inter,sans-serif}.spreadsheet-grid .ultigrid-insight-surface--header,.spreadsheet-grid .ultigrid-insight-surface--row-number{color:#555c57;border-color:#cfd5d1;background:#f2f4f2}.spreadsheet-grid .ultigrid-insight-surface--header:hover,.spreadsheet-grid .ultigrid-insight-surface--row-number:hover{background:#e4eee8}.spreadsheet-grid .ultigrid-insight-surface--axis-selected{color:#185d3a;background:#dcebe2;font-weight:750}.spreadsheet-grid .ultigrid-cell{border-color:#dfe4e1}.spreadsheet-grid .ultigrid-root:focus-visible{box-shadow:inset 0 0 0 2px #21734652}.spreadsheet-column-label{width:100%;font-size:10px;font-weight:650;text-align:center}.spreadsheet-title-cell{display:flex;min-width:0;align-items:baseline;gap:10px}.spreadsheet-title-cell strong{overflow:hidden;color:inherit;font-size:inherit;text-overflow:ellipsis;white-space:nowrap}.spreadsheet-title-cell small{overflow:hidden;color:#6a7b70;font-size:8px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.spreadsheet-progress-cell{display:flex;width:100%;min-width:0;align-items:center;justify-content:flex-end;gap:7px}.spreadsheet-progress-cell>span{width:46px;height:6px;overflow:hidden;border-radius:2px;background:#e2e8e4}.spreadsheet-progress-cell>span i{display:block;height:100%;background:#53a777}.spreadsheet-progress-cell strong{min-width:38px;color:inherit;font-size:inherit;text-align:right}.spreadsheet-cell-editor{width:100%;height:100%;min-width:0;padding:0 6px;color:#1f2923;border:2px solid var(--sheet-green);border-radius:1px;outline:0;background:#fff;box-shadow:0 2px 8px #154d2f2e;font:inherit}.spreadsheet-error-value{color:#b42318;font-family:var(--font-mono);font-size:9px;font-weight:700}.spreadsheet-formula-value{color:#285f96;font-family:var(--font-mono);font-size:9px}.spreadsheet-status{display:inline-flex;min-height:19px;align-items:center;padding:0 6px;border:1px solid;border-radius:3px;font-size:9px;font-weight:650}.spreadsheet-status--track{color:#256a46;border-color:#cbe1d3;background:#edf7f1}.spreadsheet-status--ahead{color:#2e628f;border-color:#ccdeec;background:#eff6fb}.spreadsheet-status--watch{color:#93611d;border-color:#ead9b9;background:#fff8e9}.spreadsheet-sheet-tabs{display:flex;min-width:0;align-items:center;gap:8px;padding:0 8px;border-top-color:#ccd5cf;background:#f4f7f5}.spreadsheet-sheet-tab{display:inline-flex;height:100%;align-items:center;padding:0 14px;color:#175e3a;border-bottom:2px solid var(--sheet-green);background:#fff;font-size:9px;font-weight:750}.spreadsheet-active-address{color:#748078;font-family:var(--font-mono);font-size:8px}.spreadsheet-cut-status{display:inline-flex;min-width:0;align-items:center;gap:4px;color:#175e3a;font-size:8px;font-weight:650;white-space:nowrap}.spreadsheet-status-spacer{flex:1}.spreadsheet-sheet-tabs small{color:#59665e;font-size:8px}.spreadsheet-footer-zoom{display:inline-flex;align-items:center;gap:2px;padding-left:7px;border-left:1px solid #d8dfda}.spreadsheet-footer-zoom output{width:34px;color:#647069;font-family:var(--font-mono);font-size:8px;text-align:center}.spreadsheet-footer-zoom button{width:23px;height:23px}@media(max-width:1120px){.spreadsheet-ribbon{overscroll-behavior-x:contain;scroll-padding-inline:7px 28px;scrollbar-color:#a9b8af transparent;scrollbar-width:thin}.spreadsheet-ribbon:after{position:sticky;right:-7px;width:24px;flex:0 0 24px;align-self:stretch;margin-block:-4px -3px;margin-left:-24px;background:linear-gradient(90deg,transparent,rgba(240,246,242,.96));content:"";pointer-events:none}}@media(max-width:900px){.spreadsheet-book-mark{display:none}.spreadsheet-menu{gap:3px}.spreadsheet-autosave{display:inline-flex;max-width:110px}.spreadsheet-sheet-tabs small{display:none}}@media(max-width:600px){.spreadsheet-demo{grid-template-rows:44px 76px var(--spreadsheet-formula-height) minmax(0,1fr) 44px;--spreadsheet-formula-height: 44px}.spreadsheet-menu{padding-inline:5px}.spreadsheet-menu>div[role=tablist]>button{min-width:54px;padding-inline:7px;font-size:11px}.spreadsheet-quick-access button{width:44px;height:44px}.spreadsheet-ribbon-group{height:68px;padding-inline:7px}.spreadsheet-ribbon-group>small{font-size:9px}.spreadsheet-font-group .spreadsheet-ribbon-group__content,.spreadsheet-alignment-group .spreadsheet-ribbon-group__content,.spreadsheet-number-group .spreadsheet-ribbon-group__content{display:flex}.spreadsheet-ribbon-control-row{height:44px}.spreadsheet-clipboard-stack{display:flex}.spreadsheet-command--icon{width:44px;height:44px}.spreadsheet-command--large{width:auto;min-width:78px;height:44px;flex-direction:row;gap:6px;padding-inline:8px}.spreadsheet-command--labeled{min-width:82px;height:44px}.spreadsheet-font-group{min-width:max-content}.spreadsheet-font-select-row label,.spreadsheet-number-select{height:44px}.spreadsheet-font-select-row label:first-child{width:112px}.spreadsheet-font-select-row label.spreadsheet-size-select{width:60px}.spreadsheet-number-select{width:138px}.spreadsheet-font-group select,.spreadsheet-number-select select,.spreadsheet-formula-bar input{font-size:16px}.spreadsheet-color-control{width:88px;height:44px;grid-template-columns:44px 44px}.spreadsheet-ribbon .spreadsheet-color-apply,.spreadsheet-ribbon .spreadsheet-color-menu-trigger{width:44px;height:44px}.spreadsheet-ribbon .spreadsheet-function-button{height:44px}.spreadsheet-ribbon .spreadsheet-view-toggle{min-width:132px;height:44px}.spreadsheet-zoom-group input{height:44px}.spreadsheet-autosave{display:none}.spreadsheet-formula-bar .spreadsheet-name-box{width:84px;font-size:16px}.spreadsheet-formula-bar .spreadsheet-fx-button,.spreadsheet-formula-actions button{width:44px}.spreadsheet-formula-actions{display:flex}.spreadsheet-cell-editor{font-size:16px}.spreadsheet-color-palette{width:302px;grid-template-columns:repeat(6,44px);padding:8px}.spreadsheet-ribbon .spreadsheet-color-palette>button{width:44px;height:44px}.spreadsheet-title-cell small{display:none}.spreadsheet-sheet-tab{padding-inline:11px;font-size:10px}.spreadsheet-active-address{display:none}.spreadsheet-cut-status{max-width:116px;overflow:hidden;text-overflow:ellipsis}.spreadsheet-footer-zoom button{width:44px;height:44px}}@media(max-height:650px)and (min-width:601px){.spreadsheet-demo{grid-template-rows:32px 58px var(--spreadsheet-formula-height) minmax(0,1fr) 28px}.spreadsheet-ribbon-group{height:51px;grid-template-rows:minmax(0,1fr) 11px}.spreadsheet-ribbon-group>small{line-height:10px}.spreadsheet-font-group .spreadsheet-ribbon-group__content,.spreadsheet-alignment-group .spreadsheet-ribbon-group__content,.spreadsheet-number-group .spreadsheet-ribbon-group__content{display:flex}.spreadsheet-ribbon-control-row{height:32px}.spreadsheet-clipboard-stack{display:flex}.spreadsheet-command--icon{width:32px;height:32px}.spreadsheet-command--large{width:auto;min-width:72px;height:34px;flex-direction:row;gap:5px;padding-inline:7px}.spreadsheet-command--labeled,.spreadsheet-font-select-row label,.spreadsheet-number-select{height:32px}.spreadsheet-color-control{width:48px;height:32px;grid-template-columns:32px 16px}.spreadsheet-ribbon .spreadsheet-color-apply{width:32px;height:32px}.spreadsheet-ribbon .spreadsheet-color-menu-trigger{width:16px;height:32px}.spreadsheet-ribbon .spreadsheet-function-button,.spreadsheet-ribbon .spreadsheet-view-toggle{height:34px}}@media(max-height:650px)and (max-width:600px)and (orientation:landscape){.spreadsheet-demo{grid-template-rows:44px 64px var(--spreadsheet-formula-height) minmax(0,1fr) 44px}.spreadsheet-ribbon-group{height:57px;grid-template-rows:minmax(0,1fr) 10px}.spreadsheet-ribbon-group>small{line-height:9px}}.ultigrid-root{box-sizing:border-box;position:relative;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;color:#25282d;background:#fff;border:1px solid #dfe3e8;border-radius:12px;outline:none;contain:strict;isolation:isolate;--ultigrid-grid-line: #e7e9ed;--ultigrid-selection: var(--ultigrid-theme-color, #23a35a);--ultigrid-selection-soft: color-mix(in srgb, var(--ultigrid-theme-color, #23a35a) 9%, transparent)}.ultigrid-root *,.ultigrid-root *:before,.ultigrid-root *:after{box-sizing:border-box}.ultigrid-root:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--ultigrid-theme-color, #23a35a) 16%,transparent)}.ultigrid-a11y-rowgroup{position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%);pointer-events:none}.ultigrid-scroller{position:absolute;inset:0;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y pinch-zoom}.ultigrid-root--axis-lock>.ultigrid-scroller{overscroll-behavior-x:contain;touch-action:pan-y pinch-zoom}.ultigrid-root--mobile.ultigrid-root--axis-lock>.ultigrid-scroller{overscroll-behavior-y:auto}.ultigrid-scroller::-webkit-scrollbar{width:11px;height:11px}.ultigrid-scroller::-webkit-scrollbar-track{background:#f5f6f7}.ultigrid-scroller::-webkit-scrollbar-thumb{background:#c8cdd3;border:3px solid #f5f6f7;border-radius:999px}.ultigrid-scroller::-webkit-scrollbar-thumb:hover{background:#9da4ad}.ultigrid-canvas{position:relative;min-width:100%;min-height:100%}.ultigrid-viewport{position:sticky;top:0;left:0;overflow:hidden;background:#fff;contain:strict}.ultigrid-pane{position:absolute;overflow:hidden;pointer-events:none;contain:strict}.ultigrid-pane__cells{position:absolute;top:0;left:0;width:0;height:0;will-change:transform}.ultigrid-pane--start-middle{box-shadow:0 1px #d7dbe0}.ultigrid-pane--middle-start{box-shadow:1px 0 #d7dbe0}.ultigrid-pane--middle-end{box-shadow:-1px 0 #d7dbe0}.ultigrid-pane--end-middle{box-shadow:0 -1px #d7dbe0}.ultigrid-pane--start-start{box-shadow:1px 0 #d7dbe0,0 1px #d7dbe0}.ultigrid-pane--start-end{box-shadow:-1px 0 #d7dbe0,0 1px #d7dbe0}.ultigrid-pane--end-start{box-shadow:1px 0 #d7dbe0,0 -1px #d7dbe0}.ultigrid-pane--end-end{box-shadow:-1px 0 #d7dbe0,0 -1px #d7dbe0}.ultigrid-cell{position:absolute;top:0;left:0;display:flex;align-items:center;min-width:0;overflow:hidden;background:#fff;border-right:1px solid var(--ultigrid-grid-line);border-bottom:1px solid var(--ultigrid-grid-line);cursor:cell;pointer-events:auto;user-select:none;contain:layout paint style}.ultigrid-cell:hover{background:#f8faf9}.ultigrid-selection-overlay{position:absolute;z-index:4;overflow:visible;pointer-events:none}.ultigrid-selection-overlay__mask{fill:var(--ultigrid-selection-soft)}.ultigrid-selection-overlay line{stroke:var(--ultigrid-selection);stroke-width:2;vector-effect:non-scaling-stroke}.ultigrid-cell.has-touch-handle{z-index:6;overflow:visible;contain:layout style}.ultigrid-cell.has-column-resize{z-index:auto;overflow:visible;contain:none}.ultigrid-cell.has-touch-handle.has-column-resize{z-index:6;contain:layout style}.ultigrid-selection-handle{position:absolute;right:0;bottom:0;z-index:8;width:44px;height:44px;padding:0;background:transparent;border:0;border-radius:50%;cursor:crosshair;pointer-events:auto;touch-action:none;-webkit-tap-highlight-color:transparent}.ultigrid-selection-handle:after{position:absolute;right:-5px;bottom:-5px;width:10px;height:10px;box-sizing:border-box;background:var(--ultigrid-selection);border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px #14231b47;content:""}.ultigrid-selection-handle:focus-visible{outline:2px solid var(--ultigrid-selection);outline-offset:-8px}.ultigrid-column-resize-handle{position:absolute;top:0;z-index:7;width:12px;height:100%;cursor:col-resize;pointer-events:auto;touch-action:pan-x pan-y;transform:translate(-50%);-webkit-tap-highlight-color:transparent}.ultigrid-column-resize-handle:after{position:absolute;top:22%;left:5px;bottom:22%;width:2px;background:transparent;border-radius:999px;content:""}.ultigrid-column-resize-handle:hover:after,.ultigrid-column-resize-handle:focus-visible:after,.ultigrid-column-resize-handle.is-resizing:after{background:var(--ultigrid-selection)}.ultigrid-column-resize-handle:focus-visible{outline:none}.ultigrid-column-resize-guide{position:absolute;top:0;bottom:0;z-index:28;width:2px;background:var(--ultigrid-selection);box-shadow:0 0 0 1px #ffffffb8;pointer-events:none;transform:translate(-1px)}.ultigrid-cell--merged{z-index:2}.ultigrid-cell__content{width:100%;min-width:0;padding:0 10px;overflow:hidden;font-size:12px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.ultigrid-empty{position:absolute;inset:0;display:grid;place-items:center;color:#667085;font-size:13px}.ultigrid-root--mobile{-webkit-tap-highlight-color:transparent}.ultigrid-mobile-actions{position:absolute;right:calc(12px + env(safe-area-inset-right,0px));bottom:calc(12px + env(safe-area-inset-bottom,0px));z-index:30;display:flex;pointer-events:none}.ultigrid-mobile-actions__copy{display:inline-flex;gap:7px;align-items:center;justify-content:center;min-width:88px;min-height:44px;padding:0 16px;color:#26352d;font:600 13px/1 system-ui,sans-serif;background:#fffffff5;border:1px solid #d6dfda;border-radius:999px;box-shadow:0 6px 24px #182b2129;cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.ultigrid-mobile-actions__copy svg{width:17px;height:17px;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.ultigrid-mobile-actions__copy[data-feedback=success]{color:var(--ultigrid-selection);border-color:color-mix(in srgb,var(--ultigrid-selection) 35%,#d6dfda)}.ultigrid-mobile-actions__copy[data-feedback=error]{color:#b42318}.ultigrid-mobile-actions__copy:focus-visible{outline:3px solid color-mix(in srgb,var(--ultigrid-selection) 28%,transparent);outline-offset:2px}.ultigrid-root--mobile .ultigrid-column-resize-handle{width:44px}.ultigrid-root--mobile .ultigrid-column-resize-handle:after{left:21px;background:color-mix(in srgb,var(--ultigrid-selection) 42%,#c8cdd3)}@media(hover:none),(pointer:coarse),(any-pointer:coarse){.ultigrid-cell:hover{background:#fff}.ultigrid-column-resize-handle{width:44px}.ultigrid-column-resize-handle:after{left:21px;background:color-mix(in srgb,var(--ultigrid-selection) 42%,#c8cdd3)}}@media(prefers-reduced-motion:reduce){.ultigrid-scroller{scroll-behavior:auto}}@media(forced-colors:active){.ultigrid-root{--ultigrid-grid-line: CanvasText;--ultigrid-selection: Highlight;--ultigrid-selection-soft: transparent;border-color:CanvasText}.ultigrid-pane{box-shadow:none}.ultigrid-cell{forced-color-adjust:auto}}.ultigrid-insight-cell{box-sizing:border-box;position:relative;isolation:isolate;width:100%;height:100%;min-width:0;overflow:hidden;color:#1f2937;background:#fff;font:400 13px/1.35 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:default;user-select:none}.ultigrid-insight-cell--embedded{isolation:auto;background:transparent}.ultigrid-insight-cell--plain{width:auto;height:auto;max-width:100%;color:inherit;background:transparent;font:inherit}.ultigrid-insight-cell__visual-layer{position:absolute;z-index:0;inset:0;overflow:hidden;pointer-events:none}.ultigrid-insight-cell__data-bar{position:absolute;top:5px;bottom:5px;min-width:1px;border-radius:3px;opacity:.25}.ultigrid-insight-cell__data-bar[data-negative=true]{border-radius:3px 0 0 3px}.ultigrid-insight-cell__content-layer{box-sizing:border-box;position:relative;z-index:1;display:flex;align-items:var(--ultigrid-insight-cell-align-y, center);justify-content:var(--ultigrid-insight-cell-align-x, flex-start);gap:6px;width:100%;height:100%;min-width:0;padding:var(--ultigrid-insight-cell-padding-block, 6px) var(--ultigrid-insight-cell-padding-inline, 10px)}.ultigrid-insight-cell__value{min-width:0;max-width:100%}.ultigrid-insight-cell--truncate .ultigrid-insight-cell__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ultigrid-insight-cell--wrap .ultigrid-insight-cell__value{overflow-wrap:anywhere;white-space:normal}.ultigrid-insight-cell__media,.ultigrid-insight-cell__icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center}.ultigrid-insight-cell__media{width:24px;height:24px;overflow:hidden;border-radius:5px}.ultigrid-insight-cell__media img,.ultigrid-insight-cell__background-image img{display:block;width:100%;height:100%}.ultigrid-insight-cell__background-image{position:absolute;inset:0}.ultigrid-insight-cell__icon{width:16px;height:16px;line-height:1}.ultigrid-insight-cell--selected:not(.ultigrid-insight-cell--embedded):after,.ultigrid-insight-cell--active:not(.ultigrid-insight-cell--embedded):after{content:"";position:absolute;z-index:3;inset:0;border:1px solid var(--ultigrid-theme-color, #23a35a);pointer-events:none}.ultigrid-insight-cell--active:not(.ultigrid-insight-cell--embedded):after{border-width:2px}.ultigrid-insight-cell--disabled{color:#94a3b8;background-color:#f8fafc;cursor:not-allowed}.ultigrid-insight{position:relative;width:100%;height:100%;min-width:0;min-height:0}.ultigrid-insight-empty{position:absolute;right:0;bottom:0;left:0;z-index:29;display:grid;place-items:center;color:#667085;font-size:13px;background:#fffffff0}.ultigrid-insight>.ultigrid-root{border:0;border-radius:0}.ultigrid-insight-surface>.ultigrid-cell__content{height:100%;padding:0;overflow:visible}.ultigrid-insight-surface--plain{color:#1f2937;font:400 13px/1.35 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:default}.ultigrid-insight-surface--plain>.ultigrid-cell__content{display:flex;align-items:var(--ultigrid-insight-cell-align-y, center);justify-content:var(--ultigrid-insight-cell-align-x, flex-start);height:100%;padding:var(--ultigrid-insight-cell-padding-block, 6px) var(--ultigrid-insight-cell-padding-inline, 10px);overflow:hidden;font:inherit}.ultigrid-insight-plain-value{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ultigrid-insight-surface--plain-wrap .ultigrid-insight-plain-value{overflow-wrap:anywhere;white-space:normal}.ultigrid-insight-surface--header{z-index:3;color:#47514b;background:#f6f8f7;font-weight:650}.ultigrid-insight-surface--header:hover{background:#f2f5f3}.ultigrid-insight-header-cell{display:flex;width:100%;height:100%;align-items:center;gap:6px;padding:0 11px;overflow:hidden;font-size:12px;letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap}.ultigrid-insight-corner-mark{width:0;height:0;border-top:8px solid #aeb7b1;border-right:8px solid transparent}.ultigrid-insight-surface--row-number{justify-content:center;color:#66736c;background:#fafbfa}.ultigrid-insight-row-number{display:block;width:100%;padding:0 8px;overflow:hidden;font-family:var(--font-mono, monospace);font-size:10px;text-align:right;text-overflow:ellipsis}.ultigrid-insight-surface--striped:not(.is-selected){background-color:#f7f9f8}.ultigrid-insight-tree-value{display:flex;min-width:0;align-items:center}.ultigrid-insight-tree-value>div:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.ultigrid-insight-tree-prefix{display:inline-flex;flex:0 0 auto;align-items:center}.ultigrid-insight-tree-prefix button{display:grid;width:18px;height:18px;padding:0;place-items:center;color:#67736c;border:0;border-radius:4px;background:transparent;cursor:pointer}.ultigrid-insight-tree-toggle{display:grid;width:18px;height:18px;place-items:center;color:#77817b}.ultigrid-insight-tree-prefix button:hover{color:#14794b;background:#e8f5ed}.ultigrid-insight-tree-prefix button:focus-visible{outline:2px solid var(--ultigrid-theme-color, #14794b);outline-offset:1px}.ultigrid-insight-tree-prefix.has-error button{color:#b42318;background:#fff1f0}.ultigrid-insight-tree-spinner{width:12px;height:12px;border:2px solid color-mix(in srgb,currentColor 24%,transparent);border-top-color:currentColor;border-radius:50%;animation:ultigrid-tree-loading .7s linear infinite}.ultigrid-insight-tree-spacer{display:inline-block;width:18px}.ultigrid-insight--no-grid .ultigrid-cell{border-color:transparent}@keyframes ultigrid-tree-loading{to{transform:rotate(360deg)}}@media(hover:none),(pointer:coarse),(any-pointer:coarse){.ultigrid-insight-tree-prefix button{width:36px;height:36px;margin:-9px}}@media(prefers-reduced-motion:reduce){.ultigrid-insight-tree-spinner{animation:none}}:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17202a;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--font-mono: "DM Mono", "SFMono-Regular", Consolas, monospace}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;height:100%;height:100dvh;margin:0;overflow:hidden}button,input,select,textarea{font:inherit}button{color:inherit}::selection{color:#123c29;background:#ccebd9}
