:root,html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--theme-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--theme-bg-canvas:#fff;--theme-surface-1:#fff;--theme-surface-2:#fafafa;--theme-surface-3:#f4f4f5;--theme-border:#e4e4e7;--theme-text:#09090b;--theme-text-muted:#71717a;--theme-accent:#18181b;--theme-accent-strong:#18181b;--theme-accent-contrast:#fafafa;--theme-success:#16a34a;--theme-focus:#18181b;--theme-radius-sm:4px;--theme-radius-md:6px;--theme-radius-lg:8px;--theme-shadow-md:0 8px 20px #09090b14;--theme-shadow-lg:0 10px 30px #09090b1a;--vgt-theme-filter:none}html[data-theme=dark],html[data-theme=chrome-dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--theme-bg-canvas:#09090b;--theme-surface-1:#09090b;--theme-surface-2:#27272a;--theme-surface-3:#27272a;--theme-border:#27272a;--theme-text:#fafafa;--theme-text-muted:#a1a1aa;--theme-accent:#fafafa;--theme-accent-strong:#fafafa;--theme-accent-contrast:#18181b;--theme-success:#22c55e;--theme-focus:#fafafa;--theme-shadow-md:0 8px 20px #00000047;--theme-shadow-lg:0 10px 30px #0000005c;--vgt-theme-filter:none}html[data-theme=warm]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--theme-bg-canvas:#27120a;--theme-surface-1:#32170f;--theme-surface-2:#3f1e13;--theme-surface-3:#5b2b17;--theme-border:#6f3a26;--theme-text:#ffe7c8;--theme-text-muted:#c59b80;--theme-accent:#ff9151;--theme-accent-strong:#ff6a1a;--theme-accent-contrast:#fff4ea;--theme-success:#ffaa68;--theme-focus:#ff9f5c;--theme-shadow-md:0 14px 36px #963a142e;--theme-shadow-lg:0 18px 44px #963a143d;--vgt-theme-filter:hue-rotate(-8deg) saturate(1.1) contrast(1.04) brightness(.98)}html[data-theme=aurora]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--theme-bg-canvas:#12152a;--theme-surface-1:#171d36;--theme-surface-2:#1e2642;--theme-surface-3:#2b3660;--theme-border:#3c4a72;--theme-text:#eaf1ff;--theme-text-muted:#96a6cc;--theme-accent:#66d4ff;--theme-accent-strong:#29b8ee;--theme-accent-contrast:#f0fbff;--theme-success:#69d9d2;--theme-focus:#70d8df;--theme-shadow-md:0 14px 36px #1f748f29;--theme-shadow-lg:0 18px 44px #1f748f33;--vgt-theme-filter:hue-rotate(8deg) saturate(1.08)}body{background:var(--theme-bg-canvas);color:var(--theme-text);font-family:var(--theme-font-sans);overflow:hidden}.theme-card{background:var(--theme-surface-1);border:1px solid var(--theme-border);border-radius:var(--theme-radius-lg);box-shadow:var(--theme-shadow-md);color:var(--theme-text)}.theme-pill{background:linear-gradient(180deg, var(--theme-surface-2), var(--theme-surface-3));border:1px solid var(--theme-border);border-radius:var(--theme-radius-md);color:var(--theme-text)}.theme-input{background:var(--theme-surface-1);border:1px solid var(--theme-border);border-radius:var(--theme-radius-md);color:var(--theme-text)}.theme-input:focus{border-color:var(--theme-focus);box-shadow:0 0 0 2px color-mix(in srgb, var(--theme-focus) 28%, transparent);outline:none}.theme-btn{background:linear-gradient(180deg, var(--theme-accent-strong), color-mix(in srgb, var(--theme-accent-strong) 84%, black));border:1px solid color-mix(in srgb, var(--theme-accent) 60%, var(--theme-border));border-radius:var(--theme-radius-md);color:var(--theme-accent-contrast)}html,body{width:100%;height:100%;margin:0}body{color:var(--theme-text);font-family:var(--theme-font-sans);background:radial-gradient(circle at top,#ff0f5a38,#0000 34%),linear-gradient(#09090b,#050506 62%);overflow:hidden}.app-shell{width:100%;height:100%}#grid{width:100%;height:100%;min-height:0}.vgt{--vgt-row-h:28px;--vgt-head-h:34px;--vgt-toolbar-h:40px;--vgt-bumper-w:26px;--vgt-scroll-w:24px;--vgt-hscroll-h:12px;--vgt-radius:0px;--vgt-theme-filter:none;--vgt-pad-x:8px;--vgt-border:var(--theme-border);--vgt-bg:#0d0d10;--vgt-head-bg:linear-gradient(180deg, #23232b, #17171d);--vgt-hover:#1a1a21;--vgt-muted:var(--theme-text-muted);border-radius:var(--vgt-radius);-webkit-user-select:none;user-select:none;width:720px;height:360px;font:13px/1.2 var(--theme-font-sans);color:var(--theme-text);filter:var(--vgt-theme-filter);background:linear-gradient(#111116,#09090c);border:1px solid #4a2635;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 52px #00000073,0 0 0 1px #ff2f6d24,inset 0 1px #ffffff08}.vgt,.vgt *{box-sizing:border-box}.vgt:focus,.vgt:focus-visible{box-shadow:none;outline:none}.vgt__top{grid-template-rows:var(--vgt-toolbar-h) var(--vgt-head-h);border-bottom:1px solid var(--vgt-border);display:grid}.vgt__toolbar{border-bottom:1px solid var(--vgt-border);background:linear-gradient(#25131a,#170d12);grid-template-columns:1fr auto;align-items:center;gap:8px;padding:0 8px;display:grid}.vgt__btn{cursor:pointer;font:inherit;color:#ffd7e7;opacity:.75;background:0 0;border:0}.vgt__btn:hover{opacity:1}.vgt__btn:disabled{opacity:.25;cursor:default}.vgt__head{background:var(--vgt-head-bg);align-items:stretch;display:block;position:relative;overflow:hidden}.vgt__headBumper{width:var(--vgt-bumper-w);z-index:4;opacity:1;cursor:pointer;background:linear-gradient(#3a1825,#241018);border:1px solid #4a2635;border-top:0;border-left:0;height:100%;padding:0;position:absolute;top:0;left:0}.vgt__headBumper:focus,.vgt__rowBumper:focus{outline:none}.vgt__headInner{left:var(--vgt-bumper-w);z-index:1;will-change:transform;height:100%;display:grid;position:absolute;top:0}.vgt__hcell{padding:0 var(--vgt-pad-x);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;color:#ffe0ec;border-right:1px solid #4a2635;justify-content:space-between;align-items:center;gap:6px;font-weight:500;display:flex;position:relative;overflow:hidden}.vgt__hcell:last-child{border-right:0}.vgt__hcell:hover{background:#ff2f6d1f}.vgt__hcell.vgt__hcell--selected{background:#ff2f6d38;box-shadow:inset 0 0 0 1px #ff8ab09e}.vgt__sort{color:#ff8ab0;opacity:.72;flex:none;justify-content:center;align-items:center;width:10px;height:10px;display:inline-flex}.vgt__sort:before{content:"";border:4px solid #0000;border-top-width:0;border-bottom:6px solid;width:0;height:0}.vgt__sort--desc:before{transform:rotate(180deg)}.vgt__hlabel{text-overflow:ellipsis;min-width:0;overflow:hidden}.vgt__hcontrols{flex:none;align-items:center;gap:4px;display:inline-flex}.vgt__triBtn{--vgt-tri-half:5px;--vgt-tri-main:8px;justify-content:center;align-items:center;line-height:0;display:inline-flex;position:relative}.vgt__triBtn:before{content:"";border-style:solid;border-width:0 var(--vgt-tri-half) var(--vgt-tri-main) var(--vgt-tri-half);opacity:.9;border-color:#0000 #0000 currentColor;width:0;height:0;transition:transform .12s,opacity .12s}.vgt__triBtn--down:before{transform:rotate(180deg)}.vgt__triBtn--left:before{transform:rotate(-90deg)}.vgt__triBtn--right:before{transform:rotate(90deg)}.vgt__triBtn:hover:before{opacity:1}.vgt__triBtn:disabled:before{opacity:.35}.vgt__filterBtn{color:#ffb8cf;cursor:pointer;--vgt-tri-half:3.5px;--vgt-tri-main:5.5px;background:#190b11;border:1px solid #ff2f6d61;border-radius:0;width:18px;height:18px;padding:0}.vgt__filterBtn[data-active="1"]{color:#ffe2ec;background:#2d0c17;border-color:#ff5b95}.vgt__filterBtn:hover{background:#240d15}.vgt__resizeHandle{cursor:col-resize;z-index:2;width:8px;height:100%;position:absolute;top:0;right:-4px}.vgt__mid{flex:1;position:relative;overflow:hidden}.vgt__rows{left:var(--vgt-bumper-w);right:var(--vgt-scroll-w);top:0;bottom:var(--vgt-hscroll-h);z-index:1;touch-action:auto;position:absolute;overflow:hidden}.vgt__rowBumpers{top:0;left:0;bottom:var(--vgt-hscroll-h);width:var(--vgt-bumper-w);z-index:1;background:linear-gradient(#131319,#0d0d12);border-right:1px solid #303038;position:absolute;overflow:hidden}.vgt__rowBumpersInner,.vgt__rowsInner{will-change:transform;width:100%;position:absolute;top:0;left:0}.vgt__rowBumper{width:100%;height:var(--vgt-row-h);box-sizing:border-box;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #25252d;margin:0;padding:0;display:block}.vgt__rowBumper:hover{background:#ff2f6d29}.vgt__rowBumper[data-selected="1"]{background:#ff2f6d38;box-shadow:inset 0 0 0 1px #ff76a38f}.vgt__rowBumpers.vgt__rows--selecting{cursor:cell}.vgt__row{height:var(--vgt-row-h);background:0 0;border-bottom:1px solid #25252d;align-items:stretch;display:grid}.vgt__row:hover{background:var(--vgt-hover)}.vgt__row[data-loading="1"] .vgt__cell{color:#8e8388}.vgt__cell{padding:0 var(--vgt-pad-x);white-space:nowrap;text-overflow:ellipsis;color:#f7d9e6;border-right:1px solid #25252d;align-items:center;display:flex;overflow:hidden}.vgt__cell.vgt__cell--selected{background:#ff2f6d2e;box-shadow:inset 0 0 0 1px #ff76a385}.vgt__cell.vgt__cell--editing{box-shadow:inset 0 0 0 2px var(--theme-focus);background:#050506;padding:0}.vgt__cellEditor{width:100%;min-width:0;height:100%;padding:0 var(--vgt-pad-x);color:inherit;font:inherit;background:0 0;border:0;outline:0}.vgt__cell:last-child{border-right:0}.vgt__rows.vgt__rows--selecting{cursor:cell}.vgt__scroll{top:0;right:0;bottom:var(--vgt-hscroll-h);width:var(--vgt-scroll-w);z-index:2;background:#0a0a0cf5;border-left:1px solid #ff2f6d3d;border-radius:0;grid-template-rows:18px 1fr 18px;display:grid;position:absolute;overflow:visible}.vgt__hscroll{left:var(--vgt-bumper-w);right:var(--vgt-scroll-w);height:var(--vgt-hscroll-h);z-index:2;background:#0a0a0cf5;border-top:1px solid #ff2f6d3d;position:absolute;bottom:0}.vgt__htrack{background:#4e4e5a57;border-radius:0;position:absolute;inset:1px 2px;overflow:hidden}.vgt__hthumb{cursor:pointer;touch-action:none;will-change:transform;background:linear-gradient(#ff4b86,#ff0f5a);border-radius:0;width:64px;position:absolute;top:0;bottom:0;left:0}.vgt__hthumb:hover{background:linear-gradient(#ff76a3,#ff2f6d)}.vgt__corner{width:var(--vgt-scroll-w);height:var(--vgt-hscroll-h);z-index:2;background:#0a0a0cf5;border-top:1px solid #ff2f6d3d;border-left:1px solid #ff2f6d3d;position:absolute;bottom:0;right:0}.vgt__sbtn{color:#ff9fbe;cursor:pointer;opacity:.6;--vgt-tri-half:4px;--vgt-tri-main:6px;background:0 0;border:0;padding:0}.vgt__sbtn:hover{opacity:1}.vgt__sbtn:disabled{opacity:.25;cursor:default}.vgt__track{background:#4e4e5a57;border-radius:0;margin:2px 3px;position:relative;overflow:hidden}.vgt__thumb{cursor:pointer;touch-action:none;will-change:transform;background:linear-gradient(#ff4b86,#ff0f5a);border-radius:0;height:24px;position:absolute;left:0;right:0}.vgt__thumb:hover{background:linear-gradient(#ff76a3,#ff2f6d)}.vgt__overlay{color:var(--vgt-muted);pointer-events:none;background:linear-gradient(#08080af0,#08080af0);justify-content:center;align-items:center;display:none;position:absolute;inset:0}.vgt__overlay[data-show="1"]{display:flex}.vgt__copyFabGroup{right:calc(var(--vgt-scroll-w) + 10px);bottom:calc(var(--vgt-hscroll-h) + 10px);z-index:6;opacity:0;pointer-events:none;flex-direction:column;gap:8px;transition:opacity .14s,transform .14s;display:none;position:absolute;transform:translateY(6px)}.vgt__copyFabGroup[data-show="1"]{opacity:1;pointer-events:auto;transform:translateY(0)}.vgt__copyFab{color:#f5f9fc;font:12px/1.1 var(--theme-font-sans);white-space:nowrap;background:linear-gradient(#ff4b86,#ff0f5a);border:1px solid #ff5b95;border-radius:0;padding:8px 14px;font-weight:600;transition:background-color .14s,border-color .14s;box-shadow:0 12px 28px #ff0f5a38}.vgt__copyFab[data-copied="1"]{background:linear-gradient(#ff76a3,#ff2f6d);border-color:#ff8db6}.vgt__ctxMenu{z-index:16;background:#101014;border:1px solid #334152;border-radius:0;gap:4px;min-width:180px;padding:6px;display:none;position:absolute;top:0;left:0;box-shadow:0 16px 34px #00000057}.vgt__ctxMenu[data-open="1"]{display:grid}.vgt__ctxMenuItem{color:#e3e9f0;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:0;padding:7px 9px}.vgt__ctxMenuItem:hover{background:#241018;border-color:#ff4b86}.vgt__filterMenu{z-index:10;background:#101014;border:1px solid #334152;border-radius:0;gap:8px;width:260px;padding:10px;display:none;position:absolute;top:0;left:0;box-shadow:0 16px 34px #00000047}.vgt__filterMenu[data-open="1"]{display:grid}.vgt__filterTitle{color:#e3e9f0;font-size:12px;font-weight:600}.vgt__filterSection{color:#a795a1;letter-spacing:.02em;text-transform:uppercase;font-size:11px;font-weight:600}.vgt__filterDivider{border-top:1px solid #24242c;margin:2px 0}.vgt__filterOp,.vgt__filterInput{color:#e3e9f0;font:inherit;background:#121217;border:1px solid #383842;border-radius:0;width:100%;padding:6px 8px}.vgt__formatColors{grid-template-columns:1fr 1fr;gap:8px;display:grid}.vgt__formatColorField{color:#a795a1;gap:4px;font-size:11px;font-weight:600;display:grid}.vgt__formatColorInput{cursor:pointer;background:#121217;border:1px solid #383842;border-radius:0;width:100%;height:30px;padding:2px}.vgt__filterActions{justify-content:flex-end;gap:8px;display:flex}.vgt__footer{border-top:1px solid var(--vgt-border);background:linear-gradient(#17171d,#101014);grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;min-height:34px;padding:0 8px;display:grid}.vgt__footerSpacer{min-width:0}.vgt__status{color:var(--vgt-muted);white-space:nowrap;text-overflow:ellipsis;justify-self:end;font-size:12px;overflow:hidden}.vgt__pager{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:inline-flex}.vgt__pill{color:#f2d4e1;font:inherit;cursor:pointer;opacity:.9;white-space:nowrap;background:linear-gradient(#191920,#121217);border:1px solid #383842;border-radius:0;padding:6px 10px}.vgt__pill:hover{opacity:1}.vgt__pill:disabled{opacity:.35;cursor:default}.vgt__editModeToggle{justify-content:center;align-items:center;gap:7px;min-width:62px;min-height:29px;padding:5px 8px;font-weight:600;display:inline-flex}.vgt__editModeToggle[hidden]{display:none}.vgt__editModeToggle[data-mode=read]{opacity:.75}.vgt__editModeToggle[data-mode=edit]{color:#fff6fb;background:linear-gradient(#ff2b75,#d61b5d);border-color:#ff5b95}.vgt__editModeIcon,.vgt__editModeSwitch{flex:none;display:inline-flex}.vgt__editModeIcon svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.vgt__editModeSwitch{background:color-mix(in srgb, currentColor 10%, transparent);opacity:.82;border:1px solid;align-items:center;width:26px;height:14px;padding:1px}.vgt__editModeSwitch span{background:currentColor;width:10px;height:10px;transition:transform .14s;transform:translate(0)}.vgt__editModeToggle[data-mode=edit] .vgt__editModeSwitch span{transform:translate(12px)}.vgt__themeControl{position:relative}.vgt__themeToggle{justify-content:center;align-items:center;min-width:34px;padding:6px;display:inline-flex}.vgt__themeIcon{line-height:0;display:inline-flex}.vgt__themeIcon svg{stroke:currentColor;fill:none;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.vgt__themeIcon circle{fill:currentColor;stroke:none}.vgt__themeMenu{z-index:16;background:#101014;border:1px solid #334152;border-radius:0;grid-template-columns:minmax(150px,1fr);gap:5px;min-width:165px;padding:6px;display:none;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 16px 34px #00000057}.vgt__themeMenu[data-open="1"]{display:grid}.vgt__themeMenuItem{color:#e3e9f0;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:0;padding:7px 9px;font:12px/1.1 inherit}.vgt__themeMenuItem[data-active="1"]{background:#1f2230;border-color:#ff5b95}.vgt__themeMenuItem--current{color:#a9aeb8;cursor:default;border-color:#2b2b34;font-size:11px}.vgt__themeMenuItem:hover{background:#241018;border-color:#ff4b86}.vgt__themeMenuItem:disabled{opacity:.72;cursor:default}.vgt__searchWrap{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;min-width:0;display:inline-flex}.vgt__searchSelect{color:#e3e9f0;font:inherit;background:#121217;border:1px solid #383842;border-radius:0;max-width:180px;padding:6px 8px}.vgt__searchInput{color:#e3e9f0;font:inherit;background:#121217;border:1px solid #383842;border-radius:0;flex:180px;width:220px;min-width:0;max-width:100%;padding:6px 10px}.vgt__searchInput::placeholder{color:#9d8892}.vgt__searchSelect:focus,.vgt__searchInput:focus,.vgt__filterOp:focus,.vgt__filterInput:focus,.vgt__formatColorInput:focus{border-color:#ff5b95;outline:none;box-shadow:0 0 0 2px #ff5b953d}.vgt{--vgt-border:var(--theme-border);--vgt-bg:var(--theme-surface-1);--vgt-head-bg:linear-gradient(180deg, var(--theme-surface-2), var(--theme-surface-3));--vgt-hover:color-mix(in srgb, var(--theme-accent) 10%, var(--theme-surface-2));--vgt-muted:var(--theme-text-muted);background:linear-gradient(180deg, var(--theme-surface-1), var(--theme-surface-2));border-color:var(--theme-border);color:var(--theme-text);box-shadow:var(--theme-shadow-lg), 0 0 0 1px color-mix(in srgb, var(--theme-accent) 16%, transparent), inset 0 1px 0 #ffffff2e;filter:var(--vgt-theme-filter)}.vgt__toolbar{background:linear-gradient(180deg, var(--theme-surface-2), var(--theme-surface-3))}.vgt__btn,.vgt__sbtn,.vgt__pill,.vgt__themeMenuItem,.vgt__ctxMenuItem,.vgt__searchSelect,.vgt__searchInput,.vgt__filterOp,.vgt__filterInput,.vgt__formatColorInput{color:var(--theme-text)}.vgt__headBumper:hover{background:linear-gradient(180deg, color-mix(in srgb, var(--theme-surface-3) 68%, var(--theme-accent) 32%), color-mix(in srgb, var(--theme-surface-2) 66%, var(--theme-accent) 20%))}.vgt__headBumper[data-active="1"]{background:linear-gradient(180deg, var(--theme-accent), var(--theme-accent-strong));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--theme-accent-contrast) 78%, transparent)}.vgt__hcell{border-right-color:var(--theme-border);color:var(--theme-text)}.vgt__hcell:hover,.vgt__rowBumper:hover,.vgt__themeMenuItem:hover,.vgt__ctxMenuItem:hover{background:color-mix(in srgb, var(--theme-accent) 12%, var(--theme-surface-2))}.vgt__hcell.vgt__hcell--selected,.vgt__rowBumper[data-selected="1"],.vgt__cell.vgt__cell--selected{background:color-mix(in srgb, var(--theme-accent) 18%, var(--theme-surface-1));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--theme-accent) 42%, transparent)}.vgt__sort{color:color-mix(in srgb, var(--theme-accent) 74%, var(--theme-text))}.vgt__filterBtn,.vgt__pill,.vgt__searchSelect,.vgt__searchInput,.vgt__filterOp,.vgt__filterInput,.vgt__formatColorInput,.vgt__themeMenu,.vgt__filterMenu,.vgt__ctxMenu{border-color:var(--theme-border);background:var(--theme-surface-1)}.vgt__filterBtn{color:color-mix(in srgb, var(--theme-accent) 72%, var(--theme-text))}.vgt__filterBtn[data-active="1"],.vgt__themeMenuItem[data-active="1"],.vgt__themeMenuItem:focus{background:color-mix(in srgb, var(--theme-accent) 14%, var(--theme-surface-2));border-color:color-mix(in srgb, var(--theme-accent) 50%, var(--theme-border))}.vgt__rowBumpers,.vgt__footer{border-right-color:var(--theme-border);background:linear-gradient(180deg, var(--theme-surface-2), var(--theme-surface-3))}.vgt__rowBumper,.vgt__row{border-bottom-color:color-mix(in srgb, var(--theme-border) 78%, transparent)}.vgt__row[data-loading="1"] .vgt__cell,.vgt__themeMenuItem--current,.vgt__filterSection,.vgt__formatColorField,.vgt__searchInput::placeholder{color:var(--theme-text-muted)}.vgt__cell[data-format-bg="1"]{background:var(--vgt-cell-bg)}.vgt__cell[data-format-bg="1"].vgt__cell--selected{background:color-mix(in srgb, var(--vgt-cell-bg) 78%, var(--theme-accent) 22%)}.vgt__cell[data-format-color="1"]{color:var(--vgt-cell-color)}.vgt__cell.vgt__cell--editing[data-format-bg="1"]{background:var(--vgt-cell-bg)}.vgt__cell.vgt__cell--multiEditing{background:color-mix(in srgb, var(--theme-accent) 10%, var(--theme-surface-1))}.vgt__htrack,.vgt__track{background:color-mix(in srgb, var(--theme-border) 28%, transparent)}.vgt__hthumb,.vgt__thumb,.vgt__copyFab,.vgt__editModeToggle[data-mode=edit]{background:linear-gradient(180deg, var(--theme-accent), var(--theme-accent-strong));color:var(--theme-accent-contrast);border-color:color-mix(in srgb, var(--theme-accent) 56%, var(--theme-border))}.vgt__hthumb:hover,.vgt__thumb:hover,.vgt__copyFab[data-copied="1"]{background:linear-gradient(180deg, color-mix(in srgb, var(--theme-accent) 76%, white), var(--theme-accent))}.vgt__overlay{background:linear-gradient(to bottom, color-mix(in srgb, var(--theme-surface-1) 90%, transparent), color-mix(in srgb, var(--theme-surface-1) 90%, transparent))}.vgt__copyFab{box-shadow:var(--theme-shadow-md)}.vgt__copyFab--headers{background:linear-gradient(180deg, color-mix(in srgb, var(--theme-surface-3) 70%, var(--theme-text) 30%), color-mix(in srgb, var(--theme-surface-2) 58%, black));border-color:var(--theme-border)}.vgt__ctxMenu,.vgt__filterMenu,.vgt__themeMenu{box-shadow:var(--theme-shadow-md)}.vgt__ctxMenuItem:focus,.vgt__filterBtn:focus,.vgt__searchSelect:focus,.vgt__searchInput:focus,.vgt__filterOp:focus,.vgt__filterInput:focus,.vgt__formatColorInput:focus{border-color:var(--theme-focus);box-shadow:0 0 0 2px color-mix(in srgb, var(--theme-focus) 24%, transparent)}.vgt__navBtn{text-align:center;--vgt-tri-half:5px;--vgt-tri-main:8px;min-width:36px;padding:6px 8px}@media (width<=760px){.vgt{--vgt-toolbar-h:auto}.vgt__top{grid-template-rows:auto var(--vgt-head-h)}.vgt__toolbar{padding:6px 8px}.vgt__searchWrap{gap:6px;width:100%}.vgt__searchSelect{flex:140px;max-width:48%}.vgt__searchInput{flex:160px}.vgt__themeMenu{min-width:210px;left:0;right:auto}.vgt__footer{grid-template-columns:1fr;justify-items:center;gap:6px;padding:6px 8px}.vgt__footerSpacer{display:none}.vgt__status{text-align:center;justify-self:center;width:100%}.vgt__filterMenu{width:min(260px,100vw - 24px)}}@media (pointer:coarse){.vgt{--vgt-scroll-w:34px;--vgt-hscroll-h:18px}.vgt__rows,.vgt__rowBumpers{touch-action:none}.vgt__sbtn{--vgt-tri-half:5px;--vgt-tri-main:8px}.vgt__rows.vgt__rows--selecting{cursor:cell}.vgt__copyFabGroup{display:inline-flex}.vgt__copyFab{touch-action:manipulation;min-width:110px;min-height:34px}.vgt__copyFab[data-copied="1"]:after{content:"Copied";color:#f3fff8}.vgt__copyFab[data-copied="1"]{color:#0000}.vgt__ctxMenu{display:none!important}}:root,html[data-theme=light]{--vgt-ring:#18181b24;--vgt-control-bg:#fff;--vgt-control-hover:#f4f4f5;--vgt-chrome-bg:#fafafa;--vgt-chrome-hover:#f4f4f5;--vgt-grid-line:#e4e4e7d1;--vgt-row-alt:#f4f4f55c;--vgt-selected:#18181b14;--vgt-selected-ring:#18181b38}html[data-theme=chrome-dark],html[data-theme=dark]{--vgt-ring:#fafafa29;--vgt-control-bg:#09090b;--vgt-control-hover:#fafafa12;--vgt-chrome-bg:#09090b;--vgt-chrome-hover:#fafafa0f;--vgt-grid-line:#2c2c30b8;--vgt-row-alt:#ffffff05;--vgt-selected:#fafafa1a;--vgt-selected-ring:#fafafa3d}html[data-theme=warm]{--vgt-ring:#ff9f5c3d;--vgt-control-bg:var(--theme-surface-1);--vgt-control-hover:color-mix(in srgb, var(--theme-accent) 13%, var(--theme-surface-1));--vgt-chrome-bg:color-mix(in srgb, var(--theme-surface-1) 84%, black);--vgt-chrome-hover:color-mix(in srgb, var(--theme-accent) 12%, var(--theme-surface-1));--vgt-grid-line:color-mix(in srgb, var(--theme-border) 58%, transparent);--vgt-row-alt:color-mix(in srgb, var(--theme-surface-2) 28%, transparent);--vgt-selected:color-mix(in srgb, var(--theme-accent) 16%, transparent);--vgt-selected-ring:color-mix(in srgb, var(--theme-accent) 36%, transparent)}html[data-theme=aurora]{--vgt-ring:#70d8df3d;--vgt-control-bg:var(--theme-surface-1);--vgt-control-hover:color-mix(in srgb, var(--theme-accent) 12%, var(--theme-surface-1));--vgt-chrome-bg:color-mix(in srgb, var(--theme-surface-1) 88%, black);--vgt-chrome-hover:color-mix(in srgb, var(--theme-accent) 10%, var(--theme-surface-1));--vgt-grid-line:color-mix(in srgb, var(--theme-border) 56%, transparent);--vgt-row-alt:color-mix(in srgb, var(--theme-surface-2) 24%, transparent);--vgt-selected:color-mix(in srgb, var(--theme-accent) 15%, transparent);--vgt-selected-ring:color-mix(in srgb, var(--theme-accent) 34%, transparent)}body{background:var(--theme-bg-canvas)}.app-shell{box-sizing:border-box;background:var(--theme-bg-canvas);padding:16px}.vgt{--vgt-radius:var(--theme-radius-lg);--vgt-head-h:36px;--vgt-toolbar-h:44px;--vgt-hscroll-h:13px;--vgt-pad-x:10px;background:var(--theme-surface-1);border-color:var(--theme-border);border-radius:var(--vgt-radius);box-shadow:var(--theme-shadow-lg);color:var(--theme-text)}.vgt:focus-visible{box-shadow:var(--theme-shadow-lg), 0 0 0 2px var(--vgt-ring)}.vgt__top,.vgt__toolbar,.vgt__footer{border-color:var(--theme-border)}.vgt__toolbar,.vgt__footer,.vgt__head,.vgt__rowBumpers{background:var(--vgt-chrome-bg)}.vgt__toolbar{padding:0 10px}.vgt__headBumper{border-right-color:var(--theme-border);border-bottom-color:var(--theme-border);background:var(--vgt-chrome-bg)}.vgt__headBumper:hover,.vgt__hcell:hover,.vgt__rowBumper:hover{background:var(--vgt-chrome-hover)}.vgt__row:hover,.vgt__filterBtn:hover,.vgt__ctxMenuItem:hover,.vgt__themeMenuItem:hover{background:var(--vgt-control-hover)}.vgt__headBumper[data-active="1"],.vgt__hcell.vgt__hcell--selected,.vgt__rowBumper[data-selected="1"],.vgt__cell.vgt__cell--selected{background:var(--vgt-selected);box-shadow:inset 0 0 0 1px var(--vgt-selected-ring)}.vgt__hcell{background:var(--vgt-chrome-bg);border-right-color:var(--vgt-grid-line);color:var(--theme-text);font-size:12px;font-weight:600}.vgt__sort,.vgt__filterBtn{color:var(--theme-text-muted)}.vgt__rowBumpers{border-right-color:var(--theme-border)}.vgt__row,.vgt__rowBumper{border-bottom-color:var(--vgt-grid-line)}.vgt__row:nth-child(2n){background:var(--vgt-row-alt)}.vgt__cell{border-right-color:var(--vgt-grid-line);color:var(--theme-text)}.vgt__row[data-loading="1"] .vgt__cell,.vgt__status,.vgt__filterSection,.vgt__formatColorField,.vgt__themeMenuItem--current,.vgt__searchInput::placeholder{color:var(--theme-text-muted)}.vgt__cell.vgt__cell--editing{background:var(--theme-surface-1);box-shadow:inset 0 0 0 2px var(--theme-focus)}.vgt__btn,.vgt__sbtn{color:var(--theme-text-muted)}.vgt__btn:hover,.vgt__sbtn:hover{color:var(--theme-text)}.vgt__filterBtn,.vgt__pill,.vgt__searchSelect,.vgt__searchInput,.vgt__filterOp,.vgt__filterInput,.vgt__formatColorInput{background:var(--vgt-control-bg);border:1px solid var(--theme-border);border-radius:var(--theme-radius-md);color:var(--theme-text);box-shadow:0 1px 2px #09090b0a}.vgt__filterBtn{width:20px;height:20px}.vgt__pill{opacity:1;min-height:30px;padding:6px 10px;font-size:12px;font-weight:500}.vgt__pill:hover{background:var(--vgt-control-hover)}.vgt__navBtn,.vgt__navBtn:hover,.vgt__navBtn:focus{box-shadow:none;background:0 0;border-color:#0000}.vgt__navBtn:hover{color:var(--theme-text)}.vgt__searchSelect,.vgt__searchInput,.vgt__filterOp,.vgt__filterInput{min-height:32px}.vgt__filterBtn[data-active="1"],.vgt__themeMenuItem[data-active="1"],.vgt__editModeToggle[data-mode=edit]{background:var(--theme-accent);border-color:var(--theme-accent);color:var(--theme-accent-contrast)}.vgt__editModeSwitch,.vgt__editModeSwitch span{border-radius:999px}.vgt__searchSelect:focus,.vgt__searchInput:focus,.vgt__filterOp:focus,.vgt__filterInput:focus,.vgt__formatColorInput:focus,.vgt__filterBtn:focus,.vgt__ctxMenuItem:focus,.vgt__themeMenuItem:focus{border-color:var(--theme-focus);box-shadow:0 0 0 2px var(--vgt-ring)}.vgt__filterMenu,.vgt__ctxMenu,.vgt__themeMenu{background:var(--theme-surface-1);border-color:var(--theme-border);border-radius:var(--theme-radius-md);box-shadow:var(--theme-shadow-md)}.vgt__ctxMenuItem,.vgt__themeMenuItem{border-radius:var(--theme-radius-sm);color:var(--theme-text)}.vgt__filterTitle{color:var(--theme-text)}.vgt__filterDivider{border-top-color:var(--theme-border)}.vgt__scroll,.vgt__hscroll,.vgt__corner{background:var(--theme-surface-2)}.vgt__scroll{border-left-color:var(--theme-border)}.vgt__hscroll,.vgt__corner{border-top-color:var(--theme-border)}.vgt__corner{border-left-color:var(--theme-border)}.vgt__htrack,.vgt__track{background:color-mix(in srgb, var(--theme-border) 78%, transparent);border-radius:999px}.vgt__hthumb,.vgt__thumb{background:var(--theme-text-muted);border-radius:999px}.vgt__hthumb:hover,.vgt__thumb:hover{background:var(--theme-text)}.vgt__copyFab{background:var(--theme-accent);border-color:var(--theme-accent);border-radius:var(--theme-radius-md);color:var(--theme-accent-contrast);box-shadow:var(--theme-shadow-md)}.vgt__copyFab--headers{background:var(--theme-surface-1);border-color:var(--theme-border);color:var(--theme-text)}.vgt__copyFab[data-copied="1"]{background:var(--theme-success);border-color:var(--theme-success);color:#fff}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-amber-50:oklch(98.7% .022 95.277);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-950:oklch(27.9% .077 45.635);--color-emerald-50:oklch(97.9% .021 166.113);--color-emerald-300:oklch(84.5% .143 164.978);--color-emerald-950:oklch(26.2% .051 172.552);--color-slate-300:oklch(86.9% .022 252.894);--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-md:28rem;--container-3xl:48rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-semibold:600;--tracking-normal:0em;--radius-md:.375rem;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-background:#f9f8f6;--color-foreground:#1d242b;--color-card:#fff;--color-card-foreground:#1d242b;--color-muted:#eaedf0;--color-muted-foreground:#606b76;--color-accent:#ddeeed;--color-accent-foreground:#214245;--color-primary:#19656b;--color-primary-foreground:#fff;--color-secondary:#efebdc;--color-secondary-foreground:#483b28;--color-destructive:#c52020;--color-destructive-foreground:#fff;--color-border:#d0d6dd;--color-input:#d0d6dd;--color-ring:#1f7c84}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--color-border)}body{background:var(--color-background);min-width:320px;color:var(--color-foreground);font-family:var(--font-sans);margin:0}button,input,textarea,select{font:inherit}}@layer components{.app-shell{grid-template-columns:248px 1fr;min-height:100vh;display:grid}.side-nav{border-right:1px solid var(--color-border);color:#fff;background:#181f25;height:100vh;padding:20px 14px;position:sticky;top:0}.nav-link{color:#d5dbe2;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;text-decoration:none;display:flex}.nav-link.active{color:#fff;background:#287e86}.content-panel{min-width:0;padding:22px}.data-table{border-collapse:collapse;width:100%;font-size:.875rem}.data-table th,.data-table td{border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top;padding:10px 12px}.data-table th{color:var(--color-muted-foreground);font-weight:600}.modal-backdrop{z-index:50;background:#1014187a;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal-panel{border:1px solid var(--color-border);background:var(--color-card);border-radius:8px;width:min(920px,100%);max-height:calc(100vh - 36px);overflow:hidden;box-shadow:0 24px 80px #10141847}.pending-update-panel{color:#593318;background:#fef6e2;border:1px solid #e7aa408c;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.pending-update-input{background:#fef9eb;border-color:#dc8109;box-shadow:inset 3px 0 #dc8109}.sql-editor-shell{border:1px solid var(--color-border);background:#fff;border-radius:8px;overflow:hidden}.sql-editor-shell .ace_editor{font-family:Fira Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.sql-saved-query{border:0;border-bottom:1px solid var(--color-border);width:100%;min-height:42px;color:var(--color-foreground);text-align:left;cursor:pointer;background:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid;position:relative;overflow:hidden}.sql-saved-query:hover,.sql-saved-query-selected{background:#eaf5f4}.sql-saved-query:focus-visible{outline:2px solid var(--color-ring);outline-offset:-2px}.sql-saved-query__load-cue{background:var(--color-foreground);width:22px;height:22px;color:var(--color-primary-foreground);opacity:0;pointer-events:none;border-radius:6px;justify-content:center;align-items:center;transition:opacity .16s,transform .16s;display:inline-flex;position:absolute;top:50%;left:10px;transform:translate(-28px,-50%)}.sql-saved-query__load-cue svg{stroke-width:2.3px;width:14px;height:14px}.sql-saved-query__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;padding-left:0;transition:padding-left .16s;overflow:hidden}.sql-saved-query:hover .sql-saved-query__load-cue,.sql-saved-query:focus-visible .sql-saved-query__load-cue{opacity:1;transform:translateY(-50%)}.sql-saved-query:hover .sql-saved-query__name,.sql-saved-query:focus-visible .sql-saved-query__name{padding-left:30px}.sql-saved-query__date{color:var(--color-muted-foreground);white-space:nowrap;justify-self:end;font-size:.75rem}.sql-grid-shell{min-height:460px;overflow:hidden}.sql-virtual-grid .vgt__editModeToggle,.sql-virtual-grid .vgt__themeControl{display:none}.sql-virtual-grid .vgt__cell{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.75rem}.sql-library-modal{width:min(1080px,100%)}.sql-unsaved-modal{width:min(460px,100%)}.sql-library-list{border:1px solid var(--color-border);background:#fff;border-radius:8px;max-height:520px;overflow:auto}.sql-library-item{border:0;border-bottom:1px solid var(--color-border);width:100%;color:var(--color-foreground);text-align:left;cursor:pointer;background:#fff;gap:2px;padding:10px 12px;display:grid}.sql-library-item:hover,.sql-library-item-selected{background:#eaf5f4}.sql-library-item span:last-child{color:var(--color-muted-foreground);font-size:.75rem}.config-tab{min-width:88px;height:32px;color:var(--color-muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:.875rem;font-weight:600}.config-tab-active{color:var(--color-primary);background:#fff;box-shadow:0 1px 2px #1014181f}.config-summary-panel{border:1px solid var(--color-border);background:#fff;border-radius:8px;align-self:start;padding:14px}.toggle-control{cursor:pointer;width:fit-content;display:inline-flex}.toggle-control input[type=checkbox]{opacity:0;width:1px;height:1px;position:absolute}.toggle-control span{border:1px solid var(--color-border);background:var(--color-muted);border-radius:999px;width:46px;height:26px;transition:background .16s,border-color .16s;display:inline-flex;position:relative}.toggle-control span:after{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #10141838}.toggle-control input[type=checkbox]:checked+span{border-color:var(--color-primary);background:var(--color-primary)}.toggle-control input[type=checkbox]:checked+span:after{transform:translate(20px)}.toggle-control input[type=checkbox]:focus-visible+span{outline:2px solid var(--color-ring);outline-offset:2px}.guide-window{z-index:1000;border:1px solid var(--color-border);background:var(--color-card);border-radius:8px;grid-template-rows:auto minmax(0,1fr);display:grid;position:fixed;overflow:hidden;box-shadow:0 24px 80px #1014184d}.guide-window-header{border-bottom:1px solid var(--color-border);color:#fff;cursor:move;-webkit-user-select:none;user-select:none;background:#181f25;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.guide-window-header h2{letter-spacing:0;margin:0;font-size:.95rem;font-weight:700}.guide-window-header svg{width:16px;height:16px}.guide-window-body{min-height:0;padding:16px;overflow:auto}.guide-window-resize{cursor:nwse-resize;width:18px;height:18px;position:absolute;bottom:0;right:0}.guide-window-resize:after{content:"";border-right:2px solid var(--color-muted-foreground);border-bottom:2px solid var(--color-muted-foreground);width:8px;height:8px;position:absolute;bottom:5px;right:5px}.guide-content{color:var(--color-foreground);gap:22px;font-size:.94rem;line-height:1.65;display:grid}.guide-content section{border-bottom:1px solid var(--color-border);gap:10px;padding-bottom:18px;display:grid}.guide-content section:last-child{border-bottom:0;padding-bottom:0}.guide-content h3,.guide-content h4{letter-spacing:0;margin:0;font-weight:700}.guide-content h3{border-left:4px solid var(--color-primary);color:var(--color-primary);padding-left:10px;font-size:1.05rem}.guide-content h4{color:var(--color-muted-foreground);text-transform:uppercase;margin-top:2px;font-size:.9rem}.guide-content ol,.guide-content ul{margin:0;padding-left:1.45rem;list-style-position:outside}.guide-content ol{list-style-type:decimal}.guide-content ul{list-style-type:disc}.guide-content ol ol{list-style-type:lower-alpha}.guide-content ul ul{list-style-type:circle}.guide-content ul ul ul{list-style-type:square}.guide-content li{padding-left:.15rem}.guide-content li::marker{color:var(--color-primary);font-weight:700}.guide-content li>ol,.guide-content li>ul{margin-top:8px;padding-left:1.35rem}.guide-content li+li{margin-top:9px}.guide-content strong{color:var(--color-primary);font-weight:700}.guide-content .guide-callout{color:#593318;background:#fef6e2;border-left:3px solid #e7aa40;border-radius:6px;padding:8px 10px}.guide-content .guide-callout::marker{color:#dc8109}.guide-content .guide-callout strong{color:#783f17}.guide-content .guide-note-label{color:var(--color-primary);font-weight:700}.guide-content code{background:var(--color-muted);overflow-wrap:anywhere;border-radius:5px;padding:1px 5px;font-size:.82rem}.guide-content .guide-callout code{background:#f5e7cc}}@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-7{margin-bottom:calc(var(--spacing) * 7)}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-\[360px\]{height:360px}.max-h-\[420px\]{max-height:420px}.max-h-\[424px\]{max-height:424px}.max-h-\[520px\]{max-height:520px}.max-h-\[calc\(100vh-140px\)\]{max-height:calc(100vh - 140px)}.min-h-0{min-height:calc(var(--spacing) * 0)}.min-h-24{min-height:calc(var(--spacing) * 24)}.min-h-screen{min-height:100vh}.w-9{width:calc(var(--spacing) * 9)}.w-12{width:calc(var(--spacing) * 12)}.w-fit{width:fit-content}.w-full{width:100%}.max-w-3xl{max-width:var(--container-3xl)}.max-w-md{max-width:var(--container-md)}.max-w-sm{max-width:var(--container-sm)}.min-w-72{min-width:calc(var(--spacing) * 72)}.caption-bottom{caption-side:bottom}.resize{resize:both}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)))}.overflow-auto{overflow:auto}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-amber-300{border-color:var(--color-amber-300)}.border-destructive\/30{border-color:#c520204d}@supports (color:color-mix(in lab, red, red)){.border-destructive\/30{border-color:color-mix(in oklab, var(--color-destructive) 30%, transparent)}}.border-emerald-300{border-color:var(--color-emerald-300)}.border-input{border-color:var(--color-input)}.border-primary\/25{border-color:#19656b40}@supports (color:color-mix(in lab, red, red)){.border-primary\/25{border-color:color-mix(in oklab, var(--color-primary) 25%, transparent)}}.border-transparent{border-color:#0000}.bg-accent{background-color:var(--color-accent)}.bg-amber-50{background-color:var(--color-amber-50)}.bg-background{background-color:var(--color-background)}.bg-card{background-color:var(--color-card)}.bg-destructive{background-color:var(--color-destructive)}.bg-emerald-50{background-color:var(--color-emerald-50)}.bg-muted\/20{background-color:#eaedf033}@supports (color:color-mix(in lab, red, red)){.bg-muted\/20{background-color:color-mix(in oklab, var(--color-muted) 20%, transparent)}}.bg-muted\/30{background-color:#eaedf04d}@supports (color:color-mix(in lab, red, red)){.bg-muted\/30{background-color:color-mix(in oklab, var(--color-muted) 30%, transparent)}}.bg-muted\/40{background-color:#eaedf066}@supports (color:color-mix(in lab, red, red)){.bg-muted\/40{background-color:color-mix(in oklab, var(--color-muted) 40%, transparent)}}.bg-primary{background-color:var(--color-primary)}.bg-red-50{background-color:var(--color-red-50)}.bg-secondary{background-color:var(--color-secondary)}.bg-white{background-color:var(--color-white)}.p-1{padding:calc(var(--spacing) * 1)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.pt-0{padding-top:calc(var(--spacing) * 0)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pl-5{padding-left:calc(var(--spacing) * 5)}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-none{--tw-leading:1;line-height:1}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-normal{--tw-tracking:var(--tracking-normal);letter-spacing:var(--tracking-normal)}.break-words{overflow-wrap:break-word}.whitespace-nowrap{white-space:nowrap}.text-accent-foreground{color:var(--color-accent-foreground)}.text-amber-950{color:var(--color-amber-950)}.text-card-foreground{color:var(--color-card-foreground)}.text-destructive{color:var(--color-destructive)}.text-destructive-foreground{color:var(--color-destructive-foreground)}.text-emerald-950{color:var(--color-emerald-950)}.text-foreground{color:var(--color-foreground)}.text-muted-foreground{color:var(--color-muted-foreground)}.text-primary{color:var(--color-primary)}.text-primary-foreground{color:var(--color-primary-foreground)}.text-secondary-foreground{color:var(--color-secondary-foreground)}.text-slate-300{color:var(--color-slate-300)}.uppercase{text-transform:uppercase}.underline-offset-4{text-underline-offset:4px}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.placeholder\:text-muted-foreground::placeholder{color:var(--color-muted-foreground)}@media (hover:hover){.hover\:bg-accent:hover{background-color:var(--color-accent)}.hover\:bg-destructive\/90:hover{background-color:#c52020e6}@supports (color:color-mix(in lab, red, red)){.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab, var(--color-destructive) 90%, transparent)}}.hover\:bg-muted\/50:hover{background-color:#eaedf080}@supports (color:color-mix(in lab, red, red)){.hover\:bg-muted\/50:hover{background-color:color-mix(in oklab, var(--color-muted) 50%, transparent)}}.hover\:bg-primary\/90:hover{background-color:#19656be6}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab, var(--color-primary) 90%, transparent)}}.hover\:bg-secondary\/80:hover{background-color:#efebdccc}@supports (color:color-mix(in lab, red, red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab, var(--color-secondary) 80%, transparent)}}.hover\:text-accent-foreground:hover{color:var(--color-accent-foreground)}.hover\:underline:hover{text-decoration-line:underline}}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:var(--color-ring)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}@media (width>=48rem){.md\:col-span-2{grid-column:span 2/span 2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-\[minmax\(220px\,1fr\)_auto_auto\]{grid-template-columns:minmax(220px,1fr) auto auto}.md\:items-end{align-items:flex-end}}@media (width>=64rem){.lg\:grid-cols-\[180px_minmax\(260px\,1fr\)_minmax\(220px\,420px\)_auto\]{grid-template-columns:180px minmax(260px,1fr) minmax(220px,420px) auto}.lg\:grid-cols-\[330px_minmax\(0\,1fr\)\]{grid-template-columns:330px minmax(0,1fr)}}@media (width>=80rem){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-\[380px_1fr\]{grid-template-columns:380px 1fr}.xl\:grid-cols-\[minmax\(0\,1\.25fr\)_minmax\(360px\,0\.75fr\)\]{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr)}.xl\:grid-cols-\[minmax\(0\,1fr\)_320px\]{grid-template-columns:minmax(0,1fr) 320px}.xl\:grid-cols-\[minmax\(0\,1fr\)_340px\]{grid-template-columns:minmax(0,1fr) 340px}.xl\:grid-cols-\[minmax\(0\,1fr\)_360px\]{grid-template-columns:minmax(0,1fr) 360px}.xl\:grid-cols-\[minmax\(360px\,0\.45fr\)_minmax\(0\,0\.55fr\)\]{grid-template-columns:minmax(360px,.45fr) minmax(0,.55fr)}}.\[\&_svg\]\:size-4 svg{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@media (width<=820px){.app-shell{grid-template-columns:1fr}.side-nav{height:auto;position:static}.content-panel{padding:16px}}html,body{width:auto;height:auto;min-height:100%}body{background:var(--color-background);min-width:320px;color:var(--color-foreground);font-family:var(--font-sans);margin:0;overflow:auto}.app-shell{background:var(--color-background);width:100%;height:auto;padding:0}.item-grid-shell{border:1px solid var(--color-border);background:var(--color-card);border-radius:8px;min-height:560px;overflow:hidden}.item-virtual-grid .vgt{font-family:var(--font-sans);color:var(--color-foreground);border:0;position:relative}.item-virtual-grid .vgt__toolbar{background:var(--color-card);border-bottom-color:var(--color-border)}.item-virtual-grid .vgt__head{background:var(--color-muted);border-bottom-color:var(--color-border)}.item-virtual-grid .vgt__hcell{color:var(--color-muted-foreground);letter-spacing:0;font-weight:600}.item-virtual-grid .vgt__editModeToggle,.item-virtual-grid .vgt__themeControl{display:none}.item-virtual-grid .vgt__cell{cursor:default}.item-virtual-grid .vgt__cell:hover{background:#eaf5f4}.item-virtual-grid .vgt__cell.vgt-cell-action{color:#0000;cursor:pointer;justify-content:center}.item-virtual-grid .vgt__cell.vgt-cell-action:after{content:"Edit";min-width:48px;height:22px;color:var(--color-primary);background:#e9f7f5;border:1px solid #97d2d8;border-radius:6px;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:inline-flex}.item-virtual-grid .vgt__cell.vgt-cell-action:not(.vgt-cell-action-disabled):hover:after{background:#d3eeeb;border-color:#40abb5}.item-virtual-grid .vgt__cell.vgt-cell-action-disabled{cursor:not-allowed}.item-virtual-grid .vgt__cell.vgt-cell-action-disabled:after{content:"Locked";border-color:var(--color-border);background:var(--color-muted);color:var(--color-muted-foreground)}.item-virtual-grid .vgt__cell.vgt-cell-selected-item,.item-virtual-grid .vgt__cell.vgt-cell-selected-item:hover{color:var(--color-foreground);background:#d3eeeb}.item-virtual-grid .vgt__cell.vgt-cell-action.vgt-cell-selected-item{color:#0000}.item-virtual-grid .vgt__cell.vgt-cell-pending-update,.item-virtual-grid .vgt__cell.vgt-cell-pending-update:hover{color:#593318;background:#fbecc5;box-shadow:inset 3px 0 #dc8109}.item-virtual-grid .vgt__cell.vgt-cell-selected-item.vgt-cell-pending-update,.item-virtual-grid .vgt__cell.vgt-cell-selected-item.vgt-cell-pending-update:hover{background:#fae2a8}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
