.PlaygroundSidebar-module__mOEAkG__sidebar{border:2px solid var(--border-color);background:var(--bg-primary);border-radius:12px;align-self:start;width:100%;padding:16px 8px 24px}.PlaygroundSidebar-module__mOEAkG__heading{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.75;padding:0 12px 8px;font-size:11px;font-weight:600}.PlaygroundSidebar-module__mOEAkG__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.PlaygroundSidebar-module__mOEAkG__divider{background:var(--border-color);opacity:.6;height:1px;margin:10px 8px}.PlaygroundSidebar-module__mOEAkG__item{color:var(--text-primary);border-inline-start:3px solid #0000;border-radius:8px;align-items:center;gap:12px;padding:9px 12px;font-size:15px;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:flex}.PlaygroundSidebar-module__mOEAkG__item:hover{background:var(--hover-background)}.PlaygroundSidebar-module__mOEAkG__itemActive{color:var(--brand-bright);border-inline-start-color:var(--brand-bright);background:var(--hover-background);font-weight:600}.PlaygroundSidebar-module__mOEAkG__icon{flex-shrink:0;width:22px;height:22px}.PlaygroundSidebar-module__mOEAkG__mobileToggle{bottom:16px;z-index:50;background:var(--brand-primary);color:var(--text-white);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:600;display:none;position:fixed;inset-inline-start:16px;box-shadow:0 6px 18px #0000002e}.PlaygroundSidebar-module__mOEAkG__mobileToggleIcon{font-size:16px;line-height:1}.PlaygroundSidebar-module__mOEAkG__mobileToggleText{font-size:14px}.PlaygroundSidebar-module__mOEAkG__drawerOverlay{z-index:100;background:#00000073;justify-content:flex-start;display:flex;position:fixed;inset:0}.PlaygroundSidebar-module__mOEAkG__drawer{background:var(--bg-primary);width:min(320px,88vw);height:100%;color:var(--text-primary);outline:none;flex-direction:column;display:flex;box-shadow:0 8px 24px #00000040}.PlaygroundSidebar-module__mOEAkG__drawerHeader{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.PlaygroundSidebar-module__mOEAkG__drawerTitle{font-weight:700}.PlaygroundSidebar-module__mOEAkG__drawerClose{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:18px}.PlaygroundSidebar-module__mOEAkG__drawerClose:hover{background:var(--hover-background)}.PlaygroundSidebar-module__mOEAkG__drawerBody{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb,#00000040) var(--scrollbar-track,transparent);flex:1;padding:8px 12px 24px;overflow-y:auto}.PlaygroundSidebar-module__mOEAkG__drawerBody::-webkit-scrollbar{width:8px}.PlaygroundSidebar-module__mOEAkG__drawerBody::-webkit-scrollbar-track{background:var(--scrollbar-track,transparent)}.PlaygroundSidebar-module__mOEAkG__drawerBody::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb,#00000040);border-radius:4px}.PlaygroundSidebar-module__mOEAkG__drawerBody::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover,#0006)}@media (max-width:900px){.PlaygroundSidebar-module__mOEAkG__sidebar{display:none}.PlaygroundSidebar-module__mOEAkG__mobileToggle{display:inline-flex}}
.PlaygroundWebEditor-module__6Ea2Uq__container{border:2px solid var(--border-color);background:var(--bg-primary);direction:ltr;border-radius:12px;flex-direction:row;height:calc(100vh - 280px);min-height:520px;max-height:720px;display:flex;overflow:hidden}.PlaygroundWebEditor-module__6Ea2Uq__editorPane,.PlaygroundWebEditor-module__6Ea2Uq__previewPane{background:var(--bg-primary);flex-direction:column;min-width:0;min-height:0;display:flex}.PlaygroundWebEditor-module__6Ea2Uq__header{background:var(--bg-secondary);border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;gap:8px;min-height:40px;padding:6px 10px;display:flex}.PlaygroundWebEditor-module__6Ea2Uq__tabs{flex:1;gap:4px;min-width:0;display:flex;overflow-x:auto}.PlaygroundWebEditor-module__6Ea2Uq__tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:2px solid #0000;border-radius:6px;padding:5px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.PlaygroundWebEditor-module__6Ea2Uq__tab:hover{background:var(--hover-background);color:var(--text-primary)}.PlaygroundWebEditor-module__6Ea2Uq__tabActive{background:var(--bg-primary);border-color:var(--border-color);color:var(--text-primary)}.PlaygroundWebEditor-module__6Ea2Uq__headerActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.PlaygroundWebEditor-module__6Ea2Uq__resetBtn,.PlaygroundWebEditor-module__6Ea2Uq__eraseBtn,.PlaygroundWebEditor-module__6Ea2Uq__iconBtn{border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:5px 10px;font-size:12px;font-weight:500}.PlaygroundWebEditor-module__6Ea2Uq__iconBtn{justify-content:center;align-items:center;gap:6px;min-width:28px;height:28px;padding:0 8px;display:inline-flex}.PlaygroundWebEditor-module__6Ea2Uq__resetBtn:hover:not(:disabled),.PlaygroundWebEditor-module__6Ea2Uq__iconBtn:hover:not(:disabled){background:var(--hover-background);color:var(--text-primary)}.PlaygroundWebEditor-module__6Ea2Uq__eraseBtn:hover:not(:disabled){color:#ef4444;background:#ef444414;border-color:#ef444480}.PlaygroundWebEditor-module__6Ea2Uq__resetBtn:disabled,.PlaygroundWebEditor-module__6Ea2Uq__eraseBtn:disabled,.PlaygroundWebEditor-module__6Ea2Uq__iconBtn:disabled{opacity:.4;cursor:not-allowed}.PlaygroundWebEditor-module__6Ea2Uq__previewLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.75;padding-inline-start:4px;font-size:11px;font-weight:600}.PlaygroundWebEditor-module__6Ea2Uq__refreshBtn{border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;width:28px;height:28px;font-size:14px;line-height:1}.PlaygroundWebEditor-module__6Ea2Uq__refreshBtn:hover{background:var(--hover-background);color:var(--text-primary)}.PlaygroundWebEditor-module__6Ea2Uq__autoPreviewToggle{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:6px;margin-inline-start:auto;font-size:12px;font-weight:500;display:inline-flex}.PlaygroundWebEditor-module__6Ea2Uq__autoPreviewToggle input{width:14px;height:14px;accent-color:var(--brand-primary)}.PlaygroundWebEditor-module__6Ea2Uq__editorWrap{background:var(--bg-primary);flex:1;min-height:0}.PlaygroundWebEditor-module__6Ea2Uq__resizer{background:var(--border-color);cursor:ew-resize;opacity:.6;z-index:2;flex:0 0 2px;transition:opacity .2s,flex-basis .2s,background .2s;position:relative}.PlaygroundWebEditor-module__6Ea2Uq__resizer:before{content:"";position:absolute;inset-block:0;inset-inline:-4px}.PlaygroundWebEditor-module__6Ea2Uq__resizer:hover,.PlaygroundWebEditor-module__6Ea2Uq__resizerActive{opacity:1;background:var(--brand-primary);flex-basis:4px}.PlaygroundWebEditor-module__6Ea2Uq__iframe{border:0;flex:auto;width:100%;min-height:0}.PlaygroundWebEditor-module__6Ea2Uq__consolePanel{border-top:2px solid var(--border-color);background:var(--bg-primary);flex-direction:column;flex:0 0 96px;min-height:0;display:flex}.PlaygroundWebEditor-module__6Ea2Uq__consoleHeader{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.75;padding:6px 12px 2px;font-size:11px;font-weight:600}.PlaygroundWebEditor-module__6Ea2Uq__consoleBody{color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;flex:1;padding:2px 12px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.45;overflow:auto}.PlaygroundWebEditor-module__6Ea2Uq__consoleLine{color:var(--text-primary)}.PlaygroundWebEditor-module__6Ea2Uq__consoleWarn{color:#d97706}.PlaygroundWebEditor-module__6Ea2Uq__consoleError{color:#ef4444}.PlaygroundWebEditor-module__6Ea2Uq__iframeLight{background:#fff}.PlaygroundWebEditor-module__6Ea2Uq__iframeDark{background:#1f1f23}.PlaygroundWebEditor-module__6Ea2Uq__containerDragging .PlaygroundWebEditor-module__6Ea2Uq__iframe{pointer-events:none}@media (max-width:900px){.PlaygroundWebEditor-module__6Ea2Uq__container{flex-direction:column;height:auto;min-height:0;max-height:none}.PlaygroundWebEditor-module__6Ea2Uq__editorPane{border-bottom:2px solid var(--border-color);min-height:360px}.PlaygroundWebEditor-module__6Ea2Uq__previewPane{min-height:320px}.PlaygroundWebEditor-module__6Ea2Uq__autoPreviewToggle span,.PlaygroundWebEditor-module__6Ea2Uq__resizer{display:none}}.PlaygroundWebEditor-module__6Ea2Uq__mobileViewToggle{display:none}@media (max-width:600px){.PlaygroundWebEditor-module__6Ea2Uq__editorPane .PlaygroundWebEditor-module__6Ea2Uq__header{flex-direction:column;align-items:stretch;gap:6px;padding:8px}.PlaygroundWebEditor-module__6Ea2Uq__editorPane .PlaygroundWebEditor-module__6Ea2Uq__tabs{width:100%}.PlaygroundWebEditor-module__6Ea2Uq__editorPane .PlaygroundWebEditor-module__6Ea2Uq__headerActions{flex-wrap:wrap;justify-content:flex-start;gap:6px;width:100%}.PlaygroundWebEditor-module__6Ea2Uq__editorPane .PlaygroundWebEditor-module__6Ea2Uq__resetBtn,.PlaygroundWebEditor-module__6Ea2Uq__editorPane .PlaygroundWebEditor-module__6Ea2Uq__eraseBtn{text-align:center;flex:auto}.PlaygroundWebEditor-module__6Ea2Uq__previewPane .PlaygroundWebEditor-module__6Ea2Uq__header{flex-wrap:nowrap;gap:6px}.PlaygroundWebEditor-module__6Ea2Uq__previewPane .PlaygroundWebEditor-module__6Ea2Uq__autoPreviewToggle{display:none}.PlaygroundWebEditor-module__6Ea2Uq__previewPane .PlaygroundWebEditor-module__6Ea2Uq__iconBtn,.PlaygroundWebEditor-module__6Ea2Uq__previewPane .PlaygroundWebEditor-module__6Ea2Uq__refreshBtn{width:32px;min-width:32px;height:32px;padding:0}.PlaygroundWebEditor-module__6Ea2Uq__previewLabel{margin-inline-end:auto}.PlaygroundWebEditor-module__6Ea2Uq__mobileViewToggle{border-top:2px solid var(--border-color);background:var(--bg-secondary);gap:6px;padding:8px;display:flex}.PlaygroundWebEditor-module__6Ea2Uq__mobileViewTab{border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;flex:1 1 0;padding:8px 12px;font-size:13px;font-weight:600}.PlaygroundWebEditor-module__6Ea2Uq__mobileViewTabActive{background:var(--bg-primary);color:var(--text-primary);border-color:var(--brand-primary)}.PlaygroundWebEditor-module__6Ea2Uq__mobileView_editor .PlaygroundWebEditor-module__6Ea2Uq__previewPane,.PlaygroundWebEditor-module__6Ea2Uq__mobileView_preview .PlaygroundWebEditor-module__6Ea2Uq__editorPane{display:none}.PlaygroundWebEditor-module__6Ea2Uq__mobileView_preview .PlaygroundWebEditor-module__6Ea2Uq__previewPane,.PlaygroundWebEditor-module__6Ea2Uq__mobileView_editor .PlaygroundWebEditor-module__6Ea2Uq__editorPane{min-height:70vh}}
.PlaygroundSqlTables-module__bi8qZq__container{border:2px solid var(--border-color);background:var(--bg-primary);border-radius:12px;flex-direction:column;gap:12px;padding:16px;font-family:inherit;display:flex}.PlaygroundSqlTables-module__bi8qZq__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.PlaygroundSqlTables-module__bi8qZq__collapseBtn{cursor:pointer;color:var(--text-primary);text-align:start;background:0 0;border:none;align-items:center;gap:8px;padding:4px 0;font-family:inherit;display:inline-flex}.PlaygroundSqlTables-module__bi8qZq__caret{color:var(--text-secondary);font-size:12px;transition:transform .15s;display:inline-block;transform:rotate(90deg)}.PlaygroundSqlTables-module__bi8qZq__caretCollapsed{transform:rotate(0)}.PlaygroundSqlTables-module__bi8qZq__sectionTitle{color:var(--text-primary);font-size:14px;font-weight:600}.PlaygroundSqlTables-module__bi8qZq__sectionSubtitle{color:var(--text-secondary);opacity:.75;font-size:12px}.PlaygroundSqlTables-module__bi8qZq__addTableBtn,.PlaygroundSqlTables-module__bi8qZq__toolbarBtn{border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500}.PlaygroundSqlTables-module__bi8qZq__addTableBtn:hover,.PlaygroundSqlTables-module__bi8qZq__toolbarBtn:hover{background:var(--hover-background);color:var(--text-primary);border-color:var(--brand-bright)}.PlaygroundSqlTables-module__bi8qZq__tables{flex-direction:column;gap:16px;display:flex}.PlaygroundSqlTables-module__bi8qZq__card{border:2px solid var(--border-color);background:var(--bg-secondary);border-radius:10px;flex-direction:column;gap:10px;min-width:0;height:460px;padding:12px;display:flex}.PlaygroundSqlTables-module__bi8qZq__cardHeader{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.PlaygroundSqlTables-module__bi8qZq__tableName{background:var(--bg-primary);border:2px solid var(--border-color);color:var(--text-primary);border-radius:6px;flex:160px;min-width:120px;max-width:280px;padding:6px 12px;font-family:inherit;font-size:14px;font-weight:600}.PlaygroundSqlTables-module__bi8qZq__tableName:focus{border-color:var(--brand-bright);outline:none}.PlaygroundSqlTables-module__bi8qZq__headerActions{align-items:center;gap:8px;margin-inline-start:auto;display:inline-flex}.PlaygroundSqlTables-module__bi8qZq__modeToggle{border:2px solid var(--border-color);background:var(--bg-primary);border-radius:6px;display:inline-flex;overflow:hidden}.PlaygroundSqlTables-module__bi8qZq__modeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:600;line-height:1.4}.PlaygroundSqlTables-module__bi8qZq__modeBtn:hover{color:var(--text-primary)}.PlaygroundSqlTables-module__bi8qZq__modeBtnActive{background:var(--brand-primary);color:var(--text-on-brand-primary)}.PlaygroundSqlTables-module__bi8qZq__modeBtnActive:hover{color:var(--text-on-brand-primary)}.PlaygroundSqlTables-module__bi8qZq__removeTableBtn{border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:inherit;font-size:16px;line-height:0;display:inline-flex}.PlaygroundSqlTables-module__bi8qZq__removeTableBtn:hover{color:var(--error);border-color:var(--error);background:var(--hover-background)}.PlaygroundSqlTables-module__bi8qZq__removeRowBtn,.PlaygroundSqlTables-module__bi8qZq__removeColBtn{border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-family:inherit;font-size:14px;line-height:0;display:inline-flex}.PlaygroundSqlTables-module__bi8qZq__removeRowBtn:hover,.PlaygroundSqlTables-module__bi8qZq__removeColBtn:hover{color:var(--error);border-color:var(--error);background:var(--hover-background)}.PlaygroundSqlTables-module__bi8qZq__tableScroll{border:2px solid var(--border-color);background:var(--bg-primary);direction:ltr;border-radius:6px;flex:1;min-height:0;overflow:auto}.PlaygroundSqlTables-module__bi8qZq__table{border-collapse:separate;border-spacing:0;direction:ltr;width:100%;font-family:inherit;font-size:13px}.PlaygroundSqlTables-module__bi8qZq__table th,.PlaygroundSqlTables-module__bi8qZq__table td{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.PlaygroundSqlTables-module__bi8qZq__table tr td:last-child,.PlaygroundSqlTables-module__bi8qZq__table tr th:last-child{border-right:none}.PlaygroundSqlTables-module__bi8qZq__table tbody tr:last-child td{border-bottom:none}.PlaygroundSqlTables-module__bi8qZq__rowNumHeader,.PlaygroundSqlTables-module__bi8qZq__rowNum{text-align:center;background:var(--bg-secondary);width:52px;min-width:52px;color:var(--text-secondary);padding:4px 6px}.PlaygroundSqlTables-module__bi8qZq__rowNumInner{justify-content:space-between;align-items:center;gap:6px;width:100%;display:inline-flex}.PlaygroundSqlTables-module__bi8qZq__rowNumLabel{color:var(--text-secondary);opacity:.75;-webkit-user-select:none;user-select:none;flex-shrink:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:600}.PlaygroundSqlTables-module__bi8qZq__stickyCol{z-index:2;position:sticky;inset-inline-start:0}.PlaygroundSqlTables-module__bi8qZq__columnHeader{background:var(--bg-secondary);text-align:start;vertical-align:top;z-index:1;min-width:160px;padding:8px 10px;position:sticky;top:0}.PlaygroundSqlTables-module__bi8qZq__rowNumHeader.PlaygroundSqlTables-module__bi8qZq__stickyCol{z-index:3;top:0}.PlaygroundSqlTables-module__bi8qZq__columnHeaderInner{flex-direction:column;gap:6px;display:flex}.PlaygroundSqlTables-module__bi8qZq__columnHeaderRow{justify-content:space-between;align-items:center;gap:6px;display:flex}.PlaygroundSqlTables-module__bi8qZq__columnNameInput{background:var(--bg-primary);border:2px solid var(--border-color);width:100%;color:var(--text-primary);box-sizing:border-box;direction:ltr;border-radius:6px;padding:5px 8px;font-family:inherit;font-size:13px;font-weight:600}.PlaygroundSqlTables-module__bi8qZq__columnNameInput:focus{border-color:var(--brand-bright);outline:none}.PlaygroundSqlTables-module__bi8qZq__columnTypeSelect{background:var(--bg-primary);border:2px solid var(--border-color);color:var(--text-primary);cursor:pointer;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;direction:ltr;border-radius:6px;flex:1;min-width:0;padding:4px 6px;font-family:inherit;font-size:12px;font-weight:500}@media (prefers-color-scheme:dark){.PlaygroundSqlTables-module__bi8qZq__columnTypeSelect{--lightningcss-light: ;--lightningcss-dark:initial}}.PlaygroundSqlTables-module__bi8qZq__columnTypeSelect:hover{border-color:var(--brand-bright)}.PlaygroundSqlTables-module__bi8qZq__columnTypeSelect:focus{border-color:var(--brand-bright);outline:none}.PlaygroundSqlTables-module__bi8qZq__columnTypeSelect option{background:var(--bg-primary);color:var(--text-primary);font-family:inherit}.PlaygroundSqlTables-module__bi8qZq__cell{background:var(--bg-primary);padding:0;position:relative}.PlaygroundSqlTables-module__bi8qZq__cellInput{width:100%;min-width:120px;color:var(--text-primary);box-sizing:border-box;direction:ltr;background:0 0;border:none;padding:8px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.PlaygroundSqlTables-module__bi8qZq__cellInput:focus{outline:2px solid var(--brand-bright);outline-offset:-2px;background:var(--bg-secondary)}.PlaygroundSqlTables-module__bi8qZq__insertColBtn{cursor:pointer;z-index:4;opacity:0;background:0 0;border:none;width:14px;margin:0;padding:0;transition:opacity .12s;position:absolute;inset-block:0;inset-inline-start:0;transform:translate(-50%)}[dir=rtl] .PlaygroundSqlTables-module__bi8qZq__insertColBtn{transform:translate(50%)}.PlaygroundSqlTables-module__bi8qZq__tableScroll .PlaygroundSqlTables-module__bi8qZq__insertColBtn{transform:translate(-50%)}.PlaygroundSqlTables-module__bi8qZq__columnHeader:hover .PlaygroundSqlTables-module__bi8qZq__insertColBtn,.PlaygroundSqlTables-module__bi8qZq__insertColBtn:hover,.PlaygroundSqlTables-module__bi8qZq__insertColBtn:focus-visible{opacity:1}.PlaygroundSqlTables-module__bi8qZq__insertColGlyph{background:var(--brand-primary);border:2px solid var(--brand-primary);width:22px;height:22px;color:var(--text-on-brand-primary);box-shadow:0 0 0 2px var(--bg-secondary);border-radius:6px;justify-content:center;align-items:center;font-size:14px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PlaygroundSqlTables-module__bi8qZq__insertColBtn:hover .PlaygroundSqlTables-module__bi8qZq__insertColGlyph,.PlaygroundSqlTables-module__bi8qZq__insertColBtn:focus-visible .PlaygroundSqlTables-module__bi8qZq__insertColGlyph{background:var(--brand-primary-darker);border-color:var(--brand-primary-darker)}.PlaygroundSqlTables-module__bi8qZq__insertRowBtn{inset-inline:0;cursor:pointer;z-index:4;opacity:0;background:0 0;border:none;height:14px;margin:0;padding:0;transition:opacity .12s;position:absolute;top:0;transform:translateY(-50%)}.PlaygroundSqlTables-module__bi8qZq__dataRow:hover .PlaygroundSqlTables-module__bi8qZq__insertRowBtn,.PlaygroundSqlTables-module__bi8qZq__insertRowBtn:hover,.PlaygroundSqlTables-module__bi8qZq__insertRowBtn:focus-visible{opacity:1}.PlaygroundSqlTables-module__bi8qZq__insertRowGlyph{background:var(--brand-primary);border:2px solid var(--brand-primary);width:22px;height:22px;color:var(--text-on-brand-primary);box-shadow:0 0 0 2px var(--bg-secondary);border-radius:6px;justify-content:center;align-items:center;font-size:14px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PlaygroundSqlTables-module__bi8qZq__insertRowBtn:hover .PlaygroundSqlTables-module__bi8qZq__insertRowGlyph,.PlaygroundSqlTables-module__bi8qZq__insertRowBtn:focus-visible .PlaygroundSqlTables-module__bi8qZq__insertRowGlyph{background:var(--brand-primary-darker);border-color:var(--brand-primary-darker)}.PlaygroundSqlTables-module__bi8qZq__gridToolbar{direction:ltr;flex-wrap:wrap;align-self:flex-start;gap:8px;display:flex}.PlaygroundSqlTables-module__bi8qZq__csvWrap{flex-direction:column;flex:1;gap:6px;min-height:0;display:flex}.PlaygroundSqlTables-module__bi8qZq__csvTextarea{resize:none;background:var(--bg-primary);border:2px solid var(--border-color);width:100%;min-height:0;color:var(--text-primary);box-sizing:border-box;direction:ltr;border-radius:6px;flex:1;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.5}.PlaygroundSqlTables-module__bi8qZq__csvTextarea:focus{border-color:var(--brand-bright);outline:none}.PlaygroundSqlTables-module__bi8qZq__csvHint{color:var(--text-secondary);opacity:.7;margin:0;font-size:11px}.PlaygroundSqlTables-module__bi8qZq__csvError{color:var(--error);margin:0;font-size:11px;font-weight:500}
.PlaygroundSqlEditor-module__UWSmAq__container{flex-direction:column;gap:16px;display:flex}.PlaygroundSqlEditor-module__UWSmAq__queryCard{border:2px solid var(--border-color);background:var(--bg-primary);border-radius:12px;flex-direction:column;height:360px;min-height:320px;max-height:440px;display:flex;overflow:visible}.PlaygroundSqlEditor-module__UWSmAq__queryHeader{background:var(--bg-secondary);border-bottom:2px solid var(--border-color);border-top-left-radius:10px;border-top-right-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex;position:relative}.PlaygroundSqlEditor-module__UWSmAq__fileTab{color:var(--text-secondary);background:var(--bg-primary);border:2px solid var(--border-color);border-radius:6px;align-items:center;gap:8px;padding:4px 10px;font-size:13px;display:flex}.PlaygroundSqlEditor-module__UWSmAq__fileDot{background:var(--brand-bright);border-radius:50%;width:8px;height:8px;display:inline-block}.PlaygroundSqlEditor-module__UWSmAq__filename{color:var(--text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.PlaygroundSqlEditor-module__UWSmAq__headerActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.PlaygroundSqlEditor-module__UWSmAq__resetBtn,.PlaygroundSqlEditor-module__UWSmAq__eraseBtn,.PlaygroundSqlEditor-module__UWSmAq__iconBtn{border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500}.PlaygroundSqlEditor-module__UWSmAq__iconBtn{justify-content:center;align-items:center;gap:6px;min-width:30px;height:30px;padding:0 8px;display:inline-flex}.PlaygroundSqlEditor-module__UWSmAq__resetBtn:hover:not(:disabled),.PlaygroundSqlEditor-module__UWSmAq__iconBtn:hover:not(:disabled){background:var(--hover-background);color:var(--text-primary)}.PlaygroundSqlEditor-module__UWSmAq__eraseBtn:hover:not(:disabled){color:#ef4444;background:#ef444414;border-color:#ef444480}.PlaygroundSqlEditor-module__UWSmAq__resetBtn:disabled,.PlaygroundSqlEditor-module__UWSmAq__eraseBtn:disabled,.PlaygroundSqlEditor-module__UWSmAq__iconBtn:disabled{opacity:.4;cursor:not-allowed}.PlaygroundSqlEditor-module__UWSmAq__runBtn{background:var(--brand-primary);color:var(--text-on-brand-primary);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.PlaygroundSqlEditor-module__UWSmAq__runBtn:hover:not(:disabled){filter:brightness(1.08)}.PlaygroundSqlEditor-module__UWSmAq__runBtn:disabled{opacity:.7;cursor:progress}.PlaygroundSqlEditor-module__UWSmAq__turnstileSlot{top:calc(100% + 6px);z-index:10;position:absolute;inset-inline-end:10px}.PlaygroundSqlEditor-module__UWSmAq__turnstileSlot:empty{display:none}.PlaygroundSqlEditor-module__UWSmAq__body{direction:ltr;flex-direction:row;flex:1;align-items:stretch;min-height:0;display:flex}.PlaygroundSqlEditor-module__UWSmAq__editorWrap{background:var(--bg-primary);flex:1;min-width:0;min-height:0}.PlaygroundSqlEditor-module__UWSmAq__results{background:var(--bg-primary);border-bottom-right-radius:10px;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.PlaygroundSqlEditor-module__UWSmAq__resizer{background:var(--border-color);cursor:ew-resize;opacity:.6;z-index:2;flex:0 0 2px;transition:opacity .2s,flex-basis .2s,background .2s;position:relative}.PlaygroundSqlEditor-module__UWSmAq__resizer:before{content:"";position:absolute;inset-block:0;inset-inline:-4px}.PlaygroundSqlEditor-module__UWSmAq__resizer:hover,.PlaygroundSqlEditor-module__UWSmAq__resizerActive{opacity:1;background:var(--brand-primary);flex-basis:4px}.PlaygroundSqlEditor-module__UWSmAq__resultsHeader{flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:6px 14px;display:flex}.PlaygroundSqlEditor-module__UWSmAq__resultsLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.75;font-size:11px;font-weight:600}.PlaygroundSqlEditor-module__UWSmAq__resultsBody{flex:1;min-height:0;padding:2px 14px 12px;overflow:auto}.PlaygroundSqlEditor-module__UWSmAq__errorBody{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;background:#ef444414;border:1px solid #ef44444d;border-radius:6px;margin:4px 0 0;padding:8px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.55}.PlaygroundSqlEditor-module__UWSmAq__emptyResult{color:var(--text-secondary);opacity:.65;padding:4px 0;font-size:13px}.PlaygroundSqlEditor-module__UWSmAq__resultTableWrap{direction:ltr;margin-top:6px}.PlaygroundSqlEditor-module__UWSmAq__resultTable{border-collapse:collapse;width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.PlaygroundSqlEditor-module__UWSmAq__resultTable th,.PlaygroundSqlEditor-module__UWSmAq__resultTable td{border:1px solid var(--border-color);text-align:start;padding:6px 10px}.PlaygroundSqlEditor-module__UWSmAq__resultTable th{background:var(--bg-secondary);color:var(--text-primary);font-weight:600}.PlaygroundSqlEditor-module__UWSmAq__resultTable td{color:var(--text-primary)}.PlaygroundSqlEditor-module__UWSmAq__resultRowNum{width:36px;color:var(--text-secondary);opacity:.6;background:var(--bg-secondary);text-align:center!important}@media (max-width:600px){.PlaygroundSqlEditor-module__UWSmAq__queryHeader{gap:6px}.PlaygroundSqlEditor-module__UWSmAq__headerActions{gap:6px;width:100%}.PlaygroundSqlEditor-module__UWSmAq__resetBtn,.PlaygroundSqlEditor-module__UWSmAq__eraseBtn{padding:5px 10px;font-size:12px}.PlaygroundSqlEditor-module__UWSmAq__runBtn{margin-inline-start:auto}}@media (max-width:900px){.PlaygroundSqlEditor-module__UWSmAq__queryCard{height:auto;min-height:0;max-height:none}.PlaygroundSqlEditor-module__UWSmAq__body{flex-direction:column}.PlaygroundSqlEditor-module__UWSmAq__editorWrap{border-bottom:2px solid var(--border-color);min-height:220px}.PlaygroundSqlEditor-module__UWSmAq__results{border-bottom-right-radius:10px;border-bottom-left-radius:10px;min-height:200px}.PlaygroundSqlEditor-module__UWSmAq__resizer{display:none}}
.PlaygroundBody-module__3oOA2G__container{border-top:1px solid var(--border-color);flex-direction:column;gap:40px;width:100%;max-width:800px;margin-top:48px;padding-top:32px;display:flex}.PlaygroundBody-module__3oOA2G__section{flex-direction:column;gap:12px;display:flex}.PlaygroundBody-module__3oOA2G__heading{color:var(--text-primary);margin:0;font-size:22px;font-weight:700}.PlaygroundBody-module__3oOA2G__paragraph{color:var(--text-secondary);margin:0;font-size:15px;line-height:1.6}.PlaygroundBody-module__3oOA2G__list{flex-direction:column;gap:10px;margin:0;padding-inline-start:20px;display:flex}.PlaygroundBody-module__3oOA2G__list li{color:var(--text-secondary);font-size:15px;line-height:1.55}.PlaygroundBody-module__3oOA2G__container code{background:var(--bg-secondary);color:var(--text-primary);direction:ltr;border-radius:4px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88em}.PlaygroundBody-module__3oOA2G__faqList{flex-direction:column;gap:12px;margin-top:4px;display:flex}.PlaygroundBody-module__3oOA2G__faqItem{background:var(--bg-card);border:2px solid var(--border-color);border-radius:12px;padding:14px 18px}.PlaygroundBody-module__3oOA2G__faqSummary{cursor:pointer;color:var(--text-primary);align-items:center;gap:16px;padding-block:4px;font-size:16px;font-weight:600;list-style:none;display:flex}.PlaygroundBody-module__3oOA2G__faqSummary::-webkit-details-marker{display:none}.PlaygroundBody-module__3oOA2G__faqSummary>span{flex:auto;min-width:0}.PlaygroundBody-module__3oOA2G__faqSummary:after{content:"";border-inline-end:2px solid var(--text-secondary,currentColor);border-block-end:2px solid var(--text-secondary,currentColor);flex-shrink:0;width:10px;height:10px;margin-inline-start:auto;transition:transform .15s;display:inline-block;transform:rotate(45deg)}[dir=rtl] .PlaygroundBody-module__3oOA2G__faqSummary:after{transform:rotate(-45deg)}.PlaygroundBody-module__3oOA2G__faqItem[open]>.PlaygroundBody-module__3oOA2G__faqSummary:after{transform:rotate(-135deg)}[dir=rtl] .PlaygroundBody-module__3oOA2G__faqItem[open]>.PlaygroundBody-module__3oOA2G__faqSummary:after{transform:rotate(135deg)}.PlaygroundBody-module__3oOA2G__faqAnswer{color:var(--text-secondary);padding-block-start:10px;font-size:15px;line-height:1.6}.PlaygroundBody-module__3oOA2G__faqItem code{background:var(--bg-primary)}
.Playground-module__7HDLqa__container{justify-content:center;width:100%;padding:24px 24px 80px;display:flex}.Playground-module__7HDLqa__layout{grid-template-columns:240px minmax(0,1100px);align-items:start;gap:32px;width:100%;max-width:1372px;display:grid}.Playground-module__7HDLqa__mainColumn{flex-direction:column;gap:8px;width:100%;min-width:0;display:flex}.Playground-module__7HDLqa__titleRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.Playground-module__7HDLqa__title{color:var(--text-primary);margin:0;font-size:32px;font-weight:700}.Playground-module__7HDLqa__docsButton{border:2px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.Playground-module__7HDLqa__docsButton:hover{background:var(--hover-background);border-color:var(--brand-bright);color:var(--brand-bright)}.Playground-module__7HDLqa__subtitle{color:var(--text-secondary);max-width:640px;margin:0;font-size:15px;line-height:1.5}.Playground-module__7HDLqa__editorSlot{margin-top:4px;position:relative}.Playground-module__7HDLqa__seoCode{clip:rect(0, 0, 0, 0);white-space:nowrap;pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:900px){.Playground-module__7HDLqa__layout{grid-template-columns:1fr;gap:16px;max-width:1100px}}@media (max-width:768px){.Playground-module__7HDLqa__title{font-size:22px;line-height:1.25}}@media (max-width:600px){.Playground-module__7HDLqa__container{padding:16px 12px 64px}.Playground-module__7HDLqa__title{font-size:18px;line-height:1.25}.Playground-module__7HDLqa__subtitle{font-size:13px}}@media (max-width:380px){.Playground-module__7HDLqa__title{font-size:16px}}
