button.svelte-1klcfz0{background:gray;color:#fff;border:none;border-radius:var(--border-radius);padding:5px 10px;cursor:pointer;font-family:inherit;font-size:inherit}button.svelte-1klcfz0:hover{background:#9c9c9c}button.active.svelte-1klcfz0{background:var(--color)}dialog.svelte-1bxxaoh{font-family:var(--font-family);font-size:var(--font-size);line-height:normal;background:#fff;color:var(--color);border-radius:var(--border-radius);border:none;padding:0;display:flex;flex-direction:column;min-width:0;width:calc(100% - 2 * var(--padding));max-width:800px;margin:auto;overflow:hidden;transition:width .1s ease-in-out,height .1s ease-in-out;&::backdrop{background:var(--overlay-background)}&[open]{animation:svelte-1bxxaoh-zoom .3s cubic-bezier(.34,1.56,.64,1)}&[open]::backdrop{animation:svelte-1bxxaoh-fade .2s ease-out}.header:where(.svelte-1bxxaoh){display:flex;flex-direction:row;align-items:center;background:var(--theme-color);.title:where(.svelte-1bxxaoh){flex:1;font-weight:700;padding:var(--padding)}button:where(.svelte-1bxxaoh){width:40px;align-self:stretch;background:transparent;border:none;color:var(--color);cursor:pointer}button:where(.svelte-1bxxaoh):hover{background:var(--theme-color-highlight)}button.close:where(.svelte-1bxxaoh):hover{color:var(--error-color)}}.content:where(.svelte-1bxxaoh){flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;padding:0;overflow:auto}}@keyframes svelte-1bxxaoh-zoom{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes svelte-1bxxaoh-fade{0%{opacity:0}to{opacity:1}}.dialog-contents.svelte-1cefaz4{flex:1;display:flex;flex-direction:column;gap:var(--padding);padding:calc(2 * var(--padding));background:var(--background-color-gray)}.error-message.svelte-1cefaz4{color:var(--error-color)}.debug-columns.svelte-1cefaz4{flex:1;display:flex;flex-wrap:wrap;gap:20px;min-height:0;.debug-column:where(.svelte-1cefaz4){flex:1;display:flex;flex-direction:column;gap:10px;min-height:0;.debug-label:where(.svelte-1cefaz4){font-weight:700}label:where(.svelte-1cefaz4){margin:0}textarea:where(.svelte-1cefaz4){flex:1;min-height:200px;min-width:300px;resize:none;border:var(--input-border);padding:5px;border-radius:var(--border-radius);box-sizing:border-box}}}.content.svelte-5ogbxx{margin:calc(2 * var(--padding))}dialog h1,dialog h2,dialog h3{margin-top:0;pointer-events:none}details.svelte-yoq8es{display:flex;flex-direction:column;min-height:min-content}details.svelte-yoq8es p:where(.svelte-yoq8es){padding:0;margin:.5em 0}details.svelte-yoq8es p:where(.svelte-yoq8es):first-child{margin-top:0}details.svelte-yoq8es p:where(.svelte-yoq8es):last-child{margin-bottom:0}details.svelte-yoq8es ul:where(.svelte-yoq8es){margin:0;line-height:1.5em}code.svelte-yoq8es{background:var(--code-background);padding:2px 5px;border-radius:var(--border-radius);display:inline-block;font-size:var(--font-size-mono)}pre.svelte-yoq8es{margin:2px}.quick-reference-button.svelte-yoq8es{font-family:var(--font-family-mono);font-size:var(--font-size-mono);background:var(--link-color);color:#fff;border:none;border-radius:var(--border-radius);padding:2px 5px;cursor:pointer}.quick-reference-button.svelte-yoq8es:hover{background:var(--link-color-highlight)}summary.svelte-yoq8es{cursor:pointer}summary.svelte-yoq8es .category:where(.svelte-yoq8es){min-width:80px;display:inline-block}.details-content.svelte-yoq8es{padding:.5em;margin:.5em 0 .5em 30px;border-radius:var(--border-radius)}.playground.svelte-1q8bogb{flex:1;align-self:center;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;overflow:hidden;padding:10px 10px 20px;margin:0;gap:10px;width:1020px;max-width:100%;box-sizing:border-box}.column.svelte-1q8bogb{box-sizing:border-box;display:flex;flex-direction:column;min-height:220px}.row.svelte-1q8bogb{flex:1;display:flex;flex-direction:column}.tab-section.svelte-1q8bogb{flex:1;display:flex;flex-direction:column;.tabs:where(.svelte-1q8bogb){display:flex;align-items:end;gap:var(--tab-border-width);padding:0 var(--tab-border-width);label:where(.svelte-1q8bogb){margin:0}.query-label:where(.svelte-1q8bogb){flex:1;margin:0 0 2px}button:where(.svelte-1q8bogb){margin:0;border-radius:var(--border-radius) var(--border-radius) 0 0;background:#fff;border:1px solid var(--theme-color);border-bottom:none;color:var(--color);font-family:inherit;font-size:inherit;padding:2px 10px 5px;cursor:pointer;&:hover{background:var(--theme-color-highlight)}&.selected{background:var(--theme-color);padding:5px 10px}}}.tab-contents:where(.svelte-1q8bogb){flex:1;display:flex;flex-direction:column;border-radius:var(--border-radius);padding:var(--tab-border-width);margin-bottom:-5px;background:var(--theme-color);textarea:where(.svelte-1q8bogb):not(.selected){display:none}}}@media(max-width:860px){.playground.svelte-1q8bogb{display:flex;flex-direction:column;overflow:visible}.column.svelte-1q8bogb{display:flex}.row.svelte-1q8bogb{min-height:110px}}label.svelte-1q8bogb{font-weight:700;margin-top:var(--padding);margin-bottom:7px}textarea.svelte-1q8bogb{flex:1;width:100%;border:var(--input-border);border-radius:var(--border-radius);padding:5px;box-sizing:border-box;font-family:var(--font-family-mono),monospace;font-size:var(--font-size-mono);color:inherit;resize:none}.quick-reference.svelte-1q8bogb{flex:1;display:flex;flex-direction:column;overflow:auto;line-height:1.3em;gap:5px;border:1px solid #dcdcdc;border-radius:var(--border-radius);padding:10px}#output-text.error.svelte-1q8bogb{color:var(--error-color)}.examples.svelte-nejbyb{padding:0 var(--padding);display:flex;flex-direction:column}.examples-inner.svelte-nejbyb{align-self:center;width:100%;max-width:1000px;margin:30px 0 10px;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--button-margin)}:root{--background-color: var(--background-color-gray) !important}
