/* build time:Thu Jan 08 2026 04:45:10 GMT+0000 (Coordinated Universal Time)*/
.playground{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);grid-template-rows:auto minmax(260px,auto);grid-template-areas:"editor preview" "editor preview";-moz-column-gap:1.2rem;column-gap:1.2rem;row-gap:0;margin:1.5rem 0}.playground .editor-wrapper{grid-area:editor;min-width:0;min-height:260px;background:#fff;border:1px solid #d0d0d0;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column}.playground .pg-tabs{display:flex;flex-wrap:nowrap;gap:8px;padding:6px 8px 0;border-bottom:1px solid #d0d0d0;background:#f5f5f5;flex-shrink:0}.playground .pg-tab{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border:1px solid #444;border-bottom:none;background:#222;color:#ccc;cursor:pointer;border-radius:4px 4px 0 0;font-size:.8rem;line-height:1.4;flex:0 0 auto;white-space:nowrap}.playground .pg-tab.active{background:#111;color:#fff}.playground .pg-editor-panel{display:none;flex:1 1 auto;min-height:220px}.playground .pg-editor-panel.active{display:block}.playground .editor-wrapper .CodeMirror{height:100%;width:100%;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:.9rem;background:#fff;color:#000}.playground textarea.editor{height:100%;width:100%;border:none;resize:none;outline:0;padding:.9rem 1rem;box-sizing:border-box;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:.9rem;color:#000;background:#fff}.playground .preview-wrapper{grid-area:preview;min-width:0;min-height:260px;background:#fff;border:1px solid #d0d0d0;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden;display:flex}.playground .preview-wrapper iframe.preview{width:100%;height:100%;border:none;background:#fff;color:#000}@media (max-width:768px){.playground{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(220px,auto) minmax(220px,auto);grid-template-areas:"editor" "editor" "preview";row-gap:.8rem}}
/* rebuild by hrmmi */