.DocsCodeEditor_container__30ZeC{margin:24px 0;border:2px solid var(--border-color);border-radius:12px;overflow:visible;background:var(--bg-primary);display:flex;flex-direction:column}.DocsCodeEditor_header__qoyYK{position:relative;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:8px 10px;padding-inline-end:10px;padding-inline-start:12px;background:var(--bg-secondary);border-bottom:2px solid var(--border-color);border-top-left-radius:10px;border-top-right-radius:10px;gap:8px}.DocsCodeEditor_fileTab__YByDa{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary);background:var(--bg-primary);padding:4px 10px;border-radius:6px;border:2px solid var(--border-color)}.DocsCodeEditor_fileDot__N9YE3{width:8px;height:8px;border-radius:50%;background:var(--brand-bright);display:inline-block}.DocsCodeEditor_filename__qXbJI{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:var(--text-primary)}.DocsCodeEditor_headerActions__t0Lri{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.DocsCodeEditor_iconBtn__m2mfQ{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:30px;height:30px;padding:0 8px;border-radius:6px;border:2px solid var(--border-color);background:transparent;color:var(--text-secondary);cursor:pointer;font-size:12px;font-weight:600}.DocsCodeEditor_iconBtn__m2mfQ:hover:not(:disabled){background:var(--hover-background);color:var(--text-primary)}.DocsCodeEditor_iconBtn__m2mfQ:disabled{opacity:.4;cursor:not-allowed}.DocsCodeEditor_iconBtnText__Uh9mN{white-space:nowrap}.DocsCodeEditor_resetBtn__yX7VQ{background:transparent;border:2px solid var(--border-color);color:var(--text-secondary);font-size:13px;padding:6px 12px;border-radius:6px;cursor:pointer;font-weight:500}.DocsCodeEditor_resetBtn__yX7VQ:hover:not(:disabled){background:var(--hover-background);color:var(--text-primary)}.DocsCodeEditor_resetBtn__yX7VQ:disabled{opacity:.4;cursor:not-allowed}.DocsCodeEditor_eraseBtn__hxOUO{background:transparent;border:2px solid var(--border-color);color:var(--text-secondary);font-size:13px;padding:6px 12px;border-radius:6px;cursor:pointer;font-weight:500}.DocsCodeEditor_eraseBtn__hxOUO:hover:not(:disabled){background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.5);color:#ef4444}.DocsCodeEditor_eraseBtn__hxOUO:disabled{opacity:.4;cursor:not-allowed}.DocsCodeEditor_runBtn__UTTVm{display:inline-flex;align-items:center;gap:6px;background:var(--brand-primary);color:var(--text-on-brand-primary);border:none;font-size:13px;font-weight:600;padding:6px 14px;border-radius:6px;cursor:pointer}.DocsCodeEditor_runBtn__UTTVm:hover:not(:disabled){filter:brightness(1.08)}.DocsCodeEditor_runBtn__UTTVm:disabled{opacity:.7;cursor:progress}.DocsCodeEditor_editorWrap__gqi0K{background:var(--bg-primary)}.DocsCodeEditor_containerSide__kq2Tf{margin:0;min-height:520px;height:calc(100vh - 280px);max-height:720px}.DocsCodeEditor_body__J4ZUj{display:flex;flex-direction:column;min-height:0;flex:1}.DocsCodeEditor_bodySide__sdokv{flex-direction:row;align-items:stretch;border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden;direction:ltr}.DocsCodeEditor_bodySide__sdokv .DocsCodeEditor_editorWrap__gqi0K{flex:1;min-width:0;min-height:0;border-bottom-left-radius:10px;overflow:hidden}.DocsCodeEditor_bodySide__sdokv .DocsCodeEditor_output__ERni_{flex:1;min-width:0;min-height:0;border-top:none;border-inline-start:none;display:flex;flex-direction:column;border-radius:0;border-bottom-right-radius:10px}.DocsCodeEditor_resizer__hE1YV{flex:0 0 2px;background:var(--border-color);cursor:ew-resize;opacity:.6;transition:opacity .2s,flex-basis .2s,background .2s;position:relative;z-index:2}.DocsCodeEditor_resizer__hE1YV:before{content:"";position:absolute;inset-block:0;inset-inline-start:-4px;inset-inline-end:-4px}.DocsCodeEditor_resizerActive__Lt3yD,.DocsCodeEditor_resizer__hE1YV:hover{flex-basis:4px;opacity:1;background:var(--brand-primary)}.DocsCodeEditor_bodySide__sdokv .DocsCodeEditor_outputBody__hCySH{flex:1;overflow:auto}@media (max-width:900px){.DocsCodeEditor_containerSide__kq2Tf{height:auto;max-height:none}.DocsCodeEditor_bodySide__sdokv{flex-direction:column}.DocsCodeEditor_bodySide__sdokv .DocsCodeEditor_editorWrap__gqi0K{border-bottom:2px solid var(--border-color)}.DocsCodeEditor_bodySide__sdokv .DocsCodeEditor_output__ERni_{min-height:200px}.DocsCodeEditor_resizer__hE1YV{display:none}}.DocsCodeEditor_output__ERni_{border-top:2px solid var(--border-color);background:var(--bg-primary);border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden}.DocsCodeEditor_outputHeader__za0L8{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 14px;background:transparent}.DocsCodeEditor_outputLabel__PAqmj{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.75;font-weight:600}.DocsCodeEditor_outputMeta__btZfh{display:flex;align-items:center;gap:6px}.DocsCodeEditor_outputActions__bFoHa{display:flex;align-items:center;gap:8px;min-width:0}.DocsCodeEditor_metaPill__yW9rt{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;font-weight:500;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-color);padding:2px 8px;border-radius:6px;line-height:1.6}.DocsCodeEditor_metaValue__LVM5s{unicode-bidi:isolate}.DocsCodeEditor_statusDot__7qjTh{width:8px;height:8px;border-radius:50%;display:inline-block;margin-inline-start:2px}.DocsCodeEditor_statusOk__RhoIs{background:#22c55e;box-shadow:0 0 6px rgba(34,197,94,.6)}.DocsCodeEditor_statusError__qBngN{background:#ef4444;box-shadow:0 0 6px rgba(239,68,68,.6)}.DocsCodeEditor_outputBody__hCySH{margin:0;padding:2px 14px 12px;background:transparent;border:none;border-radius:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.55;color:var(--text-primary);white-space:pre-wrap;word-break:break-word;min-height:24px}.DocsCodeEditor_outputEmpty__PuVMY{color:var(--text-secondary);opacity:.65}.DocsCodeEditor_stdin__Jq_d8{border-bottom:2px solid var(--border-color);background:var(--bg-secondary);display:flex;flex-direction:column}.DocsCodeEditor_stdinToggle__gRw9a{display:flex;align-items:center;gap:8px;width:100%;padding:7px 14px;background:transparent;border:none;cursor:pointer;text-align:start;color:var(--text-secondary);font:inherit}.DocsCodeEditor_stdinToggle__gRw9a:hover{background:var(--hover-background)}.DocsCodeEditor_stdinChevron__b1WPR{color:var(--text-secondary);transition:transform .12s ease;flex-shrink:0}.DocsCodeEditor_stdinChevronOpen__hZqIE{transform:rotate(90deg)}[dir=rtl] .DocsCodeEditor_stdinChevron__b1WPR{transform:rotate(180deg)}[dir=rtl] .DocsCodeEditor_stdinChevronOpen__hZqIE{transform:rotate(90deg)}.DocsCodeEditor_stdinLabel__ptgZI{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.75;font-weight:600}.DocsCodeEditor_stdinHint__t6h5w{font-size:12px;color:var(--text-secondary);opacity:.65;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DocsCodeEditor_stdinCount__j8emf{font-size:11px;font-weight:500;color:var(--text-secondary);border:1px solid var(--border-color);padding:2px 8px;border-radius:6px;line-height:1.6;flex-shrink:0}.DocsCodeEditor_stdinArea__vFqQR,.DocsCodeEditor_stdinCount__j8emf{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:var(--bg-primary)}.DocsCodeEditor_stdinArea__vFqQR{width:100%;box-sizing:border-box;margin:0;padding:10px 14px 12px;border:none;border-top:1px solid var(--border-color);color:var(--text-primary);font-size:13px;line-height:1.55;resize:vertical;outline:none;min-height:72px;max-height:240px}.DocsCodeEditor_stdinArea__vFqQR::-moz-placeholder{color:var(--text-secondary);opacity:.55}.DocsCodeEditor_stdinArea__vFqQR::placeholder{color:var(--text-secondary);opacity:.55}.DocsCodeEditor_stdinArea__vFqQR:focus{background:var(--bg-primary)}@media (max-width:600px){.DocsCodeEditor_stdinHint__t6h5w{display:none}.DocsCodeEditor_header__qoyYK{gap:6px}.DocsCodeEditor_headerActions__t0Lri{width:100%;gap:6px}.DocsCodeEditor_eraseBtn__hxOUO,.DocsCodeEditor_resetBtn__yX7VQ{font-size:12px;padding:5px 10px}.DocsCodeEditor_runBtn__UTTVm{margin-inline-start:auto}}.DocsCodeEditor_turnstileSlot__D_CBH{position:absolute;top:calc(100% + 6px);inset-inline-end:10px;z-index:10}.DocsCodeEditor_turnstileSlot__D_CBH:empty{display:none}.PlaygroundSidebar_sidebar__cZteY{align-self:start;padding:16px 8px 24px;border:2px solid var(--border-color);border-radius:12px;background:var(--bg-primary);width:100%}.PlaygroundSidebar_heading__WsEHW{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--text-secondary);padding:0 12px 8px;opacity:.75}.PlaygroundSidebar_list__HAsv6{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.PlaygroundSidebar_divider__o7xOe{height:1px;background:var(--border-color);margin:10px 8px;opacity:.6}.PlaygroundSidebar_item__I925g{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:8px;font-size:15px;color:var(--text-primary);text-decoration:none;border-inline-start:3px solid transparent;transition:background .15s,color .15s,border-color .15s}.PlaygroundSidebar_item__I925g:hover{background:var(--hover-background)}.PlaygroundSidebar_itemActive__cVa4i{color:var(--brand-bright);border-inline-start-color:var(--brand-bright);background:var(--hover-background);font-weight:600}.PlaygroundSidebar_icon__MPQN4{width:22px;height:22px;flex-shrink:0}.PlaygroundSidebar_mobileToggle__yPRby{display:none;position:fixed;bottom:16px;inset-inline-start:16px;z-index:50;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:none;background:var(--brand-primary);color:var(--text-white);font-weight:600;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.18)}.PlaygroundSidebar_mobileToggleIcon__YMXKA{font-size:16px;line-height:1}.PlaygroundSidebar_mobileToggleText__50TlP{font-size:14px}.PlaygroundSidebar_drawerOverlay__b6Ug9{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:100;display:flex;justify-content:flex-start}.PlaygroundSidebar_drawer__tObRL{width:min(320px,88vw);height:100%;background:var(--bg-primary);color:var(--text-primary);display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(0,0,0,.25);outline:none}.PlaygroundSidebar_drawerHeader__Ix1XR{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:2px solid var(--border-color)}.PlaygroundSidebar_drawerTitle__bOcud{font-weight:700}.PlaygroundSidebar_drawerClose__JwNhy{background:transparent;border:none;color:inherit;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:6px}.PlaygroundSidebar_drawerClose__JwNhy:hover{background:var(--hover-background)}.PlaygroundSidebar_drawerBody__R1UwP{flex:1;overflow-y:auto;padding:8px 12px 24px;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb,rgba(0,0,0,.25)) var(--scrollbar-track,transparent)}.PlaygroundSidebar_drawerBody__R1UwP::-webkit-scrollbar{width:8px}.PlaygroundSidebar_drawerBody__R1UwP::-webkit-scrollbar-track{background:var(--scrollbar-track,transparent)}.PlaygroundSidebar_drawerBody__R1UwP::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb,rgba(0,0,0,.25));border-radius:4px}.PlaygroundSidebar_drawerBody__R1UwP::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover,rgba(0,0,0,.4))}@media (max-width:900px){.PlaygroundSidebar_sidebar__cZteY{display:none}.PlaygroundSidebar_mobileToggle__yPRby{display:inline-flex}}.PlaygroundWebEditor_container__Rz_eA{display:flex;flex-direction:row;direction:ltr;border:2px solid var(--border-color);border-radius:12px;background:var(--bg-primary);overflow:hidden;min-height:520px;height:calc(100vh - 280px);max-height:720px}.PlaygroundWebEditor_editorPane__hQIjV,.PlaygroundWebEditor_previewPane__hUP8e{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--bg-primary)}.PlaygroundWebEditor_header__Qqkzo{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background:var(--bg-secondary);border-bottom:2px solid var(--border-color);gap:8px;min-height:40px}.PlaygroundWebEditor_tabs__R82o7{display:flex;gap:4px;overflow-x:auto;flex:1;min-width:0}.PlaygroundWebEditor_tab__uj2_R{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;padding:5px 10px;border-radius:6px;border:2px solid transparent;background:transparent;color:var(--text-secondary);cursor:pointer;white-space:nowrap}.PlaygroundWebEditor_tab__uj2_R:hover{background:var(--hover-background);color:var(--text-primary)}.PlaygroundWebEditor_tabActive__e6MMV{background:var(--bg-primary);border-color:var(--border-color);color:var(--text-primary)}.PlaygroundWebEditor_headerActions__XByON{display:flex;align-items:center;gap:8px;flex-shrink:0}.PlaygroundWebEditor_eraseBtn___aoRy,.PlaygroundWebEditor_iconBtn__szZjO,.PlaygroundWebEditor_resetBtn__OSIag{background:transparent;border:2px solid var(--border-color);color:var(--text-secondary);font-size:12px;padding:5px 10px;border-radius:6px;cursor:pointer;font-weight:500;flex-shrink:0}.PlaygroundWebEditor_iconBtn__szZjO{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:28px;height:28px;padding:0 8px}.PlaygroundWebEditor_iconBtn__szZjO:hover:not(:disabled),.PlaygroundWebEditor_resetBtn__OSIag:hover:not(:disabled){background:var(--hover-background);color:var(--text-primary)}.PlaygroundWebEditor_eraseBtn___aoRy:hover:not(:disabled){background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.5);color:#ef4444}.PlaygroundWebEditor_eraseBtn___aoRy:disabled,.PlaygroundWebEditor_iconBtn__szZjO:disabled,.PlaygroundWebEditor_resetBtn__OSIag:disabled{opacity:.4;cursor:not-allowed}.PlaygroundWebEditor_previewLabel__EwvDO{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.75;font-weight:600;padding-inline-start:4px}.PlaygroundWebEditor_refreshBtn__ZvuTC{background:transparent;border:2px solid var(--border-color);color:var(--text-secondary);font-size:14px;width:28px;height:28px;border-radius:6px;cursor:pointer;line-height:1}.PlaygroundWebEditor_refreshBtn__ZvuTC:hover{background:var(--hover-background);color:var(--text-primary)}.PlaygroundWebEditor_autoPreviewToggle___RNzv{display:inline-flex;align-items:center;gap:6px;margin-inline-start:auto;color:var(--text-secondary);font-size:12px;font-weight:500;white-space:nowrap}.PlaygroundWebEditor_autoPreviewToggle___RNzv input{width:14px;height:14px;accent-color:var(--brand-primary)}.PlaygroundWebEditor_editorWrap__A0cUr{flex:1;min-height:0;background:var(--bg-primary)}.PlaygroundWebEditor_resizer__DBiKj{flex:0 0 2px;background:var(--border-color);cursor:ew-resize;opacity:.6;transition:opacity .2s,flex-basis .2s,background .2s;position:relative;z-index:2}.PlaygroundWebEditor_resizer__DBiKj:before{content:"";position:absolute;inset-block:0;inset-inline-start:-4px;inset-inline-end:-4px}.PlaygroundWebEditor_resizerActive__cWayl,.PlaygroundWebEditor_resizer__DBiKj:hover{flex-basis:4px;opacity:1;background:var(--brand-primary)}.PlaygroundWebEditor_iframe__tqRaw{flex:1 1 auto;width:100%;border:0;min-height:0}.PlaygroundWebEditor_consolePanel__fHH51{flex:0 0 96px;border-top:2px solid var(--border-color);background:var(--bg-primary);display:flex;flex-direction:column;min-height:0}.PlaygroundWebEditor_consoleHeader__f8JSP{padding:6px 12px 2px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.75;font-weight:600}.PlaygroundWebEditor_consoleBody__XlJ2n{flex:1;overflow:auto;padding:2px 12px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.45;color:var(--text-secondary);white-space:pre-wrap;word-break:break-word}.PlaygroundWebEditor_consoleLine__N7_mH{color:var(--text-primary)}.PlaygroundWebEditor_consoleWarn__pKzqx{color:#d97706}.PlaygroundWebEditor_consoleError__u6uqA{color:#ef4444}.PlaygroundWebEditor_iframeLight__bRTOj{background:#fff}.PlaygroundWebEditor_iframeDark__8ZEhV{background:#1f1f23}.PlaygroundWebEditor_containerDragging__AzNlN .PlaygroundWebEditor_iframe__tqRaw{pointer-events:none}@media (max-width:900px){.PlaygroundWebEditor_container__Rz_eA{flex-direction:column;height:auto;min-height:0;max-height:none}.PlaygroundWebEditor_editorPane__hQIjV{border-bottom:2px solid var(--border-color);min-height:360px}.PlaygroundWebEditor_previewPane__hUP8e{min-height:320px}.PlaygroundWebEditor_autoPreviewToggle___RNzv span,.PlaygroundWebEditor_resizer__DBiKj{display:none}}.PlaygroundWebEditor_mobileViewToggle__244VZ{display:none}@media (max-width:600px){.PlaygroundWebEditor_editorPane__hQIjV .PlaygroundWebEditor_header__Qqkzo{flex-direction:column;align-items:stretch;gap:6px;padding:8px}.PlaygroundWebEditor_editorPane__hQIjV .PlaygroundWebEditor_tabs__R82o7{width:100%}.PlaygroundWebEditor_editorPane__hQIjV .PlaygroundWebEditor_headerActions__XByON{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:6px}.PlaygroundWebEditor_editorPane__hQIjV .PlaygroundWebEditor_eraseBtn___aoRy,.PlaygroundWebEditor_editorPane__hQIjV .PlaygroundWebEditor_resetBtn__OSIag{flex:1 1 auto;text-align:center}.PlaygroundWebEditor_previewPane__hUP8e .PlaygroundWebEditor_header__Qqkzo{flex-wrap:nowrap;gap:6px}.PlaygroundWebEditor_previewPane__hUP8e .PlaygroundWebEditor_autoPreviewToggle___RNzv{display:none}.PlaygroundWebEditor_previewPane__hUP8e .PlaygroundWebEditor_iconBtn__szZjO,.PlaygroundWebEditor_previewPane__hUP8e .PlaygroundWebEditor_refreshBtn__ZvuTC{width:32px;height:32px;min-width:32px;padding:0}.PlaygroundWebEditor_previewLabel__EwvDO{margin-inline-end:auto}.PlaygroundWebEditor_mobileViewToggle__244VZ{display:flex;gap:6px;padding:8px;border-top:2px solid var(--border-color);background:var(--bg-secondary)}.PlaygroundWebEditor_mobileViewTab__IR54n{flex:1 1 0;background:transparent;border:2px solid var(--border-color);color:var(--text-secondary);font-size:13px;font-weight:600;padding:8px 12px;border-radius:8px;cursor:pointer}.PlaygroundWebEditor_mobileViewTabActive__DI2z8{background:var(--bg-primary);color:var(--text-primary);border-color:var(--brand-primary)}.PlaygroundWebEditor_mobileView_editor__FCvov .PlaygroundWebEditor_previewPane__hUP8e,.PlaygroundWebEditor_mobileView_preview__uvh9k .PlaygroundWebEditor_editorPane__hQIjV{display:none}.PlaygroundWebEditor_mobileView_editor__FCvov .PlaygroundWebEditor_editorPane__hQIjV,.PlaygroundWebEditor_mobileView_preview__uvh9k .PlaygroundWebEditor_previewPane__hUP8e{min-height:70vh}}.PlaygroundSqlTables_container__qx8wB{display:flex;flex-direction:column;gap:12px;padding:16px;border:2px solid var(--border-color);border-radius:12px;background:var(--bg-primary);font-family:inherit}.PlaygroundSqlTables_sectionHeader__f_eZT{display:flex;align-items:center;gap:12px;justify-content:space-between;flex-wrap:wrap}.PlaygroundSqlTables_collapseBtn__rucS2{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;padding:4px 0;cursor:pointer;color:var(--text-primary);text-align:start;font-family:inherit}.PlaygroundSqlTables_caret__F8M61{display:inline-block;color:var(--text-secondary);transform:rotate(90deg);transition:transform .15s;font-size:12px}.PlaygroundSqlTables_caretCollapsed__YllEy{transform:rotate(0deg)}.PlaygroundSqlTables_sectionTitle__IbalV{font-size:14px;font-weight:600;color:var(--text-primary)}.PlaygroundSqlTables_sectionSubtitle__Qu3si{font-size:12px;color:var(--text-secondary);opacity:.75}.PlaygroundSqlTables_addTableBtn__YGMOW,.PlaygroundSqlTables_toolbarBtn__yfkzZ{background:transparent;border:2px solid var(--border-color);color:var(--text-secondary);font-family:inherit;font-size:13px;padding:6px 14px;border-radius:6px;cursor:pointer;font-weight:500}.PlaygroundSqlTables_addTableBtn__YGMOW:hover,.PlaygroundSqlTables_toolbarBtn__yfkzZ:hover{background:var(--hover-background);color:var(--text-primary);border-color:var(--brand-bright)}.PlaygroundSqlTables_tables__3aKkJ{display:flex;flex-direction:column;gap:16px}.PlaygroundSqlTables_card__raH47{border:2px solid var(--border-color);border-radius:10px;padding:12px;background:var(--bg-secondary);display:flex;flex-direction:column;gap:10px;min-width:0;height:460px}.PlaygroundSqlTables_cardHeader__Fsf4t{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.PlaygroundSqlTables_tableName__U1J5m{font-family:inherit;font-size:14px;font-weight:600;background:var(--bg-primary);border:2px solid var(--border-color);color:var(--text-primary);padding:6px 12px;border-radius:6px;flex:1 1 160px;min-width:120px;max-width:280px}.PlaygroundSqlTables_tableName__U1J5m:focus{outline:none;border-color:var(--brand-bright)}.PlaygroundSqlTables_headerActions__aSSp8{display:inline-flex;align-items:center;gap:8px;margin-inline-start:auto}.PlaygroundSqlTables_modeToggle__GRpM_{display:inline-flex;border:2px solid var(--border-color);border-radius:6px;overflow:hidden;background:var(--bg-primary)}.PlaygroundSqlTables_modeBtn__XLZVx{background:transparent;border:none;color:var(--text-secondary);font-family:inherit;font-size:13px;font-weight:600;padding:6px 14px;cursor:pointer;line-height:1.4}.PlaygroundSqlTables_modeBtn__XLZVx:hover{color:var(--text-primary)}.PlaygroundSqlTables_modeBtnActive__zobXM{background:var(--brand-primary);color:var(--text-on-brand-primary)}.PlaygroundSqlTables_modeBtnActive__zobXM:hover{color:var(--text-on-brand-primary)}.PlaygroundSqlTables_removeTableBtn__g0hew{background:transparent;border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:16px;line-height:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:0}.PlaygroundSqlTables_removeTableBtn__g0hew:hover{color:var(--error);border-color:var(--error);background:var(--hover-background)}.PlaygroundSqlTables_removeColBtn__TDpjp,.PlaygroundSqlTables_removeRowBtn__mfSFC{background:transparent;border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;font-size:14px;font-family:inherit;line-height:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:0}.PlaygroundSqlTables_removeColBtn__TDpjp:hover,.PlaygroundSqlTables_removeRowBtn__mfSFC:hover{color:var(--error);border-color:var(--error);background:var(--hover-background)}.PlaygroundSqlTables_tableScroll__j9_ZJ{direction:ltr;overflow:auto;flex:1;min-height:0;border:2px solid var(--border-color);border-radius:6px;background:var(--bg-primary)}.PlaygroundSqlTables_table__UzLmU{direction:ltr;border-collapse:separate;border-spacing:0;font-family:inherit;font-size:13px;width:100%}.PlaygroundSqlTables_table__UzLmU td,.PlaygroundSqlTables_table__UzLmU th{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.PlaygroundSqlTables_table__UzLmU tr td:last-child,.PlaygroundSqlTables_table__UzLmU tr th:last-child{border-right:none}.PlaygroundSqlTables_table__UzLmU tbody tr:last-child td{border-bottom:none}.PlaygroundSqlTables_rowNumHeader__9FuGT,.PlaygroundSqlTables_rowNum__vGZOC{width:52px;min-width:52px;text-align:center;background:var(--bg-secondary);color:var(--text-secondary);padding:4px 6px}.PlaygroundSqlTables_rowNumInner__d6svx{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;width:100%}.PlaygroundSqlTables_rowNumLabel__4FAlp{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:600;color:var(--text-secondary);opacity:.75;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}.PlaygroundSqlTables_stickyCol__hyTpM{position:sticky;inset-inline-start:0;z-index:2}.PlaygroundSqlTables_columnHeader__HFrrw{background:var(--bg-secondary);padding:8px 10px;text-align:start;min-width:160px;vertical-align:top;position:sticky;top:0;z-index:1}.PlaygroundSqlTables_rowNumHeader__9FuGT.PlaygroundSqlTables_stickyCol__hyTpM{z-index:3;top:0}.PlaygroundSqlTables_columnHeaderInner__BzPNj{display:flex;flex-direction:column;gap:6px}.PlaygroundSqlTables_columnHeaderRow__zg76f{display:flex;align-items:center;justify-content:space-between;gap:6px}.PlaygroundSqlTables_columnNameInput__pm3np{direction:ltr;width:100%;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-family:inherit;font-size:13px;font-weight:600;padding:5px 8px;box-sizing:border-box}.PlaygroundSqlTables_columnNameInput__pm3np:focus{outline:none;border-color:var(--brand-bright)}.PlaygroundSqlTables_columnTypeSelect__cGc4W{direction:ltr;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-family:inherit;font-size:12px;font-weight:500;padding:4px 6px;cursor:pointer;flex:1;min-width:0;color-scheme:light dark}.PlaygroundSqlTables_columnTypeSelect__cGc4W:hover{border-color:var(--brand-bright)}.PlaygroundSqlTables_columnTypeSelect__cGc4W:focus{outline:none;border-color:var(--brand-bright)}.PlaygroundSqlTables_columnTypeSelect__cGc4W option{background:var(--bg-primary);color:var(--text-primary);font-family:inherit}.PlaygroundSqlTables_cell__NwDm4{padding:0;background:var(--bg-primary);position:relative}.PlaygroundSqlTables_cellInput__7lj1r{direction:ltr;width:100%;min-width:120px;background:transparent;border:none;color:var(--text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;padding:8px 10px;box-sizing:border-box}.PlaygroundSqlTables_cellInput__7lj1r:focus{outline:2px solid var(--brand-bright);outline-offset:-2px;background:var(--bg-secondary)}.PlaygroundSqlTables_insertColBtn__P9Qx5{position:absolute;inset-block:0;inset-inline-start:0;transform:translateX(-50%);width:14px;background:transparent;border:none;padding:0;margin:0;cursor:pointer;z-index:4;opacity:0;transition:opacity .12s}[dir=rtl] .PlaygroundSqlTables_insertColBtn__P9Qx5{transform:translateX(50%)}.PlaygroundSqlTables_tableScroll__j9_ZJ .PlaygroundSqlTables_insertColBtn__P9Qx5{transform:translateX(-50%)}.PlaygroundSqlTables_columnHeader__HFrrw:hover .PlaygroundSqlTables_insertColBtn__P9Qx5,.PlaygroundSqlTables_insertColBtn__P9Qx5:focus-visible,.PlaygroundSqlTables_insertColBtn__P9Qx5:hover{opacity:1}.PlaygroundSqlTables_insertColGlyph__d9xvm{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px;height:22px;border-radius:6px;background:var(--brand-primary);border:2px solid var(--brand-primary);color:var(--text-on-brand-primary);font-size:14px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px var(--bg-secondary)}.PlaygroundSqlTables_insertColBtn__P9Qx5:focus-visible .PlaygroundSqlTables_insertColGlyph__d9xvm,.PlaygroundSqlTables_insertColBtn__P9Qx5:hover .PlaygroundSqlTables_insertColGlyph__d9xvm{background:var(--brand-primary-darker);border-color:var(--brand-primary-darker)}.PlaygroundSqlTables_insertRowBtn__w9Ap4{position:absolute;inset-inline:0;top:0;transform:translateY(-50%);height:14px;background:transparent;border:none;padding:0;margin:0;cursor:pointer;z-index:4;opacity:0;transition:opacity .12s}.PlaygroundSqlTables_dataRow__Ql33I:hover .PlaygroundSqlTables_insertRowBtn__w9Ap4,.PlaygroundSqlTables_insertRowBtn__w9Ap4:focus-visible,.PlaygroundSqlTables_insertRowBtn__w9Ap4:hover{opacity:1}.PlaygroundSqlTables_insertRowGlyph__v9uFo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px;height:22px;border-radius:6px;background:var(--brand-primary);border:2px solid var(--brand-primary);color:var(--text-on-brand-primary);font-size:14px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px var(--bg-secondary)}.PlaygroundSqlTables_insertRowBtn__w9Ap4:focus-visible .PlaygroundSqlTables_insertRowGlyph__v9uFo,.PlaygroundSqlTables_insertRowBtn__w9Ap4:hover .PlaygroundSqlTables_insertRowGlyph__v9uFo{background:var(--brand-primary-darker);border-color:var(--brand-primary-darker)}.PlaygroundSqlTables_gridToolbar__EqIiN{direction:ltr;display:flex;gap:8px;flex-wrap:wrap;align-self:flex-start}.PlaygroundSqlTables_csvWrap__L3yOX{display:flex;flex-direction:column;gap:6px;flex:1;min-height:0}.PlaygroundSqlTables_csvTextarea__PySov{direction:ltr;width:100%;flex:1;min-height:0;resize:none;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;padding:10px 12px;box-sizing:border-box}.PlaygroundSqlTables_csvTextarea__PySov:focus{outline:none;border-color:var(--brand-bright)}.PlaygroundSqlTables_csvHint__d7heo{margin:0;font-size:11px;color:var(--text-secondary);opacity:.7}.PlaygroundSqlTables_csvError___J38D{margin:0;font-size:11px;color:var(--error);font-weight:500}.PlaygroundSqlEditor_container__sVsat{display:flex;flex-direction:column;gap:16px}.PlaygroundSqlEditor_queryCard__MXKjM{border:2px solid var(--border-color);border-radius:12px;background:var(--bg-primary);overflow:visible;display:flex;flex-direction:column;min-height:320px;height:360px;max-height:440px}.PlaygroundSqlEditor_queryHeader___asOJ{position:relative;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:8px 12px;background:var(--bg-secondary);border-bottom:2px solid var(--border-color);border-top-left-radius:10px;border-top-right-radius:10px;gap:8px}.PlaygroundSqlEditor_fileTab__2xO9F{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary);background:var(--bg-primary);padding:4px 10px;border-radius:6px;border:2px solid var(--border-color)}.PlaygroundSqlEditor_fileDot__kgubu{width:8px;height:8px;border-radius:50%;background:var(--brand-bright);display:inline-block}.PlaygroundSqlEditor_filename__DjMsy{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:var(--text-primary)}.PlaygroundSqlEditor_headerActions__LjhGB{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.PlaygroundSqlEditor_eraseBtn__nXcmo,.PlaygroundSqlEditor_iconBtn__zIlqT,.PlaygroundSqlEditor_resetBtn__be67K{background:transparent;border:2px solid var(--border-color);color:var(--text-secondary);font-size:13px;padding:6px 12px;border-radius:6px;cursor:pointer;font-weight:500}.PlaygroundSqlEditor_iconBtn__zIlqT{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:30px;height:30px;padding:0 8px}.PlaygroundSqlEditor_iconBtn__zIlqT:hover:not(:disabled),.PlaygroundSqlEditor_resetBtn__be67K:hover:not(:disabled){background:var(--hover-background);color:var(--text-primary)}.PlaygroundSqlEditor_eraseBtn__nXcmo:hover:not(:disabled){background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.5);color:#ef4444}.PlaygroundSqlEditor_eraseBtn__nXcmo:disabled,.PlaygroundSqlEditor_iconBtn__zIlqT:disabled,.PlaygroundSqlEditor_resetBtn__be67K:disabled{opacity:.4;cursor:not-allowed}.PlaygroundSqlEditor_runBtn__ClR7a{display:inline-flex;align-items:center;gap:6px;background:var(--brand-primary);color:var(--text-on-brand-primary);border:none;font-size:13px;font-weight:600;padding:6px 14px;border-radius:6px;cursor:pointer}.PlaygroundSqlEditor_runBtn__ClR7a:hover:not(:disabled){filter:brightness(1.08)}.PlaygroundSqlEditor_runBtn__ClR7a:disabled{opacity:.7;cursor:progress}.PlaygroundSqlEditor_turnstileSlot__Ws0Rx{position:absolute;top:calc(100% + 6px);inset-inline-end:10px;z-index:10}.PlaygroundSqlEditor_turnstileSlot__Ws0Rx:empty{display:none}.PlaygroundSqlEditor_body__5er4A{flex:1;display:flex;flex-direction:row;align-items:stretch;min-height:0;direction:ltr}.PlaygroundSqlEditor_editorWrap__io3YV,.PlaygroundSqlEditor_results__KxU_o{flex:1;min-width:0;min-height:0;background:var(--bg-primary)}.PlaygroundSqlEditor_results__KxU_o{display:flex;flex-direction:column;border-bottom-right-radius:10px}.PlaygroundSqlEditor_resizer__VYRN2{flex:0 0 2px;background:var(--border-color);cursor:ew-resize;opacity:.6;transition:opacity .2s,flex-basis .2s,background .2s;position:relative;z-index:2}.PlaygroundSqlEditor_resizer__VYRN2:before{content:"";position:absolute;inset-block:0;inset-inline-start:-4px;inset-inline-end:-4px}.PlaygroundSqlEditor_resizerActive__MieV4,.PlaygroundSqlEditor_resizer__VYRN2:hover{flex-basis:4px;opacity:1;background:var(--brand-primary)}.PlaygroundSqlEditor_resultsHeader__4cNtH{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 14px;flex-shrink:0}.PlaygroundSqlEditor_resultsLabel__Ge1OX{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.75;font-weight:600}.PlaygroundSqlEditor_resultsBody__bfvE_{flex:1;min-height:0;overflow:auto;padding:2px 14px 12px}.PlaygroundSqlEditor_errorBody__DxVPn{margin:4px 0 0;padding:8px 10px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.3);border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.55;color:var(--text-primary);white-space:pre-wrap;word-break:break-word}.PlaygroundSqlEditor_emptyResult__s_JpB{padding:4px 0;font-size:13px;color:var(--text-secondary);opacity:.65}.PlaygroundSqlEditor_resultTableWrap__cAPDb{direction:ltr;margin-top:6px}.PlaygroundSqlEditor_resultTable__fdgc7{border-collapse:collapse;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;width:100%}.PlaygroundSqlEditor_resultTable__fdgc7 td,.PlaygroundSqlEditor_resultTable__fdgc7 th{border:1px solid var(--border-color);padding:6px 10px;text-align:start}.PlaygroundSqlEditor_resultTable__fdgc7 th{background:var(--bg-secondary);font-weight:600;color:var(--text-primary)}.PlaygroundSqlEditor_resultTable__fdgc7 td{color:var(--text-primary)}.PlaygroundSqlEditor_resultRowNum__Unq3h{width:36px;text-align:center!important;color:var(--text-secondary);opacity:.6;background:var(--bg-secondary)}@media (max-width:600px){.PlaygroundSqlEditor_queryHeader___asOJ{gap:6px}.PlaygroundSqlEditor_headerActions__LjhGB{width:100%;gap:6px}.PlaygroundSqlEditor_eraseBtn__nXcmo,.PlaygroundSqlEditor_resetBtn__be67K{font-size:12px;padding:5px 10px}.PlaygroundSqlEditor_runBtn__ClR7a{margin-inline-start:auto}}@media (max-width:900px){.PlaygroundSqlEditor_queryCard__MXKjM{height:auto;max-height:none;min-height:0}.PlaygroundSqlEditor_body__5er4A{flex-direction:column}.PlaygroundSqlEditor_editorWrap__io3YV{border-bottom:2px solid var(--border-color);min-height:220px}.PlaygroundSqlEditor_results__KxU_o{min-height:200px;border-bottom-right-radius:10px;border-bottom-left-radius:10px}.PlaygroundSqlEditor_resizer__VYRN2{display:none}}.PlaygroundBody_container___ILmW{width:100%;margin-top:48px;padding-top:32px;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:40px;max-width:800px}.PlaygroundBody_section__fh_hq{display:flex;flex-direction:column;gap:12px}.PlaygroundBody_heading__Z4G4g{font-size:22px;font-weight:700;margin:0;color:var(--text-primary)}.PlaygroundBody_paragraph__8L_Hu{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0}.PlaygroundBody_list__KMqRL{display:flex;flex-direction:column;gap:10px;margin:0;padding-inline-start:20px}.PlaygroundBody_list__KMqRL li{font-size:15px;line-height:1.55;color:var(--text-secondary)}.PlaygroundBody_container___ILmW code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88em;padding:2px 6px;border-radius:4px;background:var(--bg-secondary);color:var(--text-primary);direction:ltr}.PlaygroundBody_faqList__AXVcw{display:flex;flex-direction:column;gap:12px;margin-top:4px}.PlaygroundBody_faqItem__N81NU{background:var(--bg-card);border:2px solid var(--border-color);border-radius:12px;padding:14px 18px}.PlaygroundBody_faqSummary__GNPI0{cursor:pointer;list-style:none;display:flex;align-items:center;gap:16px;padding-block:4px;font-size:16px;font-weight:600;color:var(--text-primary)}.PlaygroundBody_faqSummary__GNPI0::-webkit-details-marker{display:none}.PlaygroundBody_faqSummary__GNPI0>span{flex:1 1 auto;min-width:0}.PlaygroundBody_faqSummary__GNPI0:after{content:"";display:inline-block;width:10px;height:10px;margin-inline-start:auto;border-inline-end:2px solid var(--text-secondary,currentColor);border-block-end:2px solid var(--text-secondary,currentColor);transform:rotate(45deg);transition:transform .15s ease;flex-shrink:0}[dir=rtl] .PlaygroundBody_faqSummary__GNPI0:after{transform:rotate(-45deg)}.PlaygroundBody_faqItem__N81NU[open]>.PlaygroundBody_faqSummary__GNPI0:after{transform:rotate(-135deg)}[dir=rtl] .PlaygroundBody_faqItem__N81NU[open]>.PlaygroundBody_faqSummary__GNPI0:after{transform:rotate(135deg)}.PlaygroundBody_faqAnswer__qNTNj{padding-block-start:10px;font-size:15px;line-height:1.6;color:var(--text-secondary)}.PlaygroundBody_faqItem__N81NU code{background:var(--bg-primary)}.Playground_container__xLDID{width:100%;padding:24px 24px 80px;display:flex;justify-content:center}.Playground_layout__C_981{display:grid;grid-template-columns:240px minmax(0,1100px);gap:32px;align-items:start;width:100%;max-width:1372px}.Playground_mainColumn__7gSQS{min-width:0;width:100%;display:flex;flex-direction:column;gap:8px}.Playground_titleRow__Z8GJB{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.Playground_title__YFLAx{font-size:32px;font-weight:700;margin:0;color:var(--text-primary)}.Playground_docsButton__SUvcn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;border:2px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.Playground_docsButton__SUvcn:hover{background:var(--hover-background);border-color:var(--brand-bright);color:var(--brand-bright)}.Playground_subtitle___Wvsj{font-size:15px;color:var(--text-secondary);margin:0;max-width:640px;line-height:1.5}.Playground_editorSlot__GytId{margin-top:4px;position:relative}.Playground_seoCode__ZEXDI{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;pointer-events:none}@media (max-width:900px){.Playground_layout__C_981{grid-template-columns:1fr;max-width:1100px;gap:16px}}@media (max-width:768px){.Playground_title__YFLAx{font-size:22px;line-height:1.25}}@media (max-width:600px){.Playground_container__xLDID{padding:16px 12px 64px}.Playground_title__YFLAx{font-size:18px;line-height:1.25}.Playground_subtitle___Wvsj{font-size:13px}}@media (max-width:380px){.Playground_title__YFLAx{font-size:16px}}