.fr-playground{flex-direction:column;flex:1;gap:.5rem;height:100%;min-height:0;margin:0;display:flex}.fr-playground__toolbar{flex-wrap:wrap;flex-shrink:0;align-items:end;gap:.75rem;display:flex}.fr-playground__field{flex-direction:column;gap:.25rem;font-size:.85rem;display:flex}.fr-playground__field select{border:1px solid var(--sl-color-gray-5);background:var(--sl-color-bg);min-width:10rem;color:var(--sl-color-white);border-radius:.35rem;padding:.35rem .5rem}.fr-playground__status{color:var(--sl-color-gray-2);margin-left:auto;font-size:.8rem}.fr-playground__status[data-status=failed]{color:var(--sl-color-red-high,#f88)}.fr-playground__panes{--fr-split:50%;grid-template-columns:minmax(0, var(--fr-split)) 2px minmax(0, 1fr);border:1px solid var(--sl-color-gray-5);background:#282c34;border-radius:.5rem;flex:1;grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.fr-playground__panes.is-dragging{cursor:col-resize}.fr-playground__label{letter-spacing:.02em;text-transform:uppercase;color:#abb2bf;border-bottom:1px solid #3a3f4b;justify-content:space-between;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.8rem;font-weight:600;line-height:1.2;display:flex}.fr-playground__workspace{flex:1;grid-template-columns:minmax(8.5rem,11rem) minmax(0,1fr);min-width:0;min-height:0;display:grid}.fr-tree{background:#21252b;border-inline-end:1px solid #3a3f4b;min-width:0;min-height:0;overflow:auto}.fr-tree__list{margin:0;padding:.25rem 0;list-style:none}.fr-tree__list .fr-tree__list{padding:0}.fr-tree__row{color:#abb2bf;text-align:start;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;width:100%;padding:.2rem .4rem .2rem 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;line-height:1.35;display:flex}.fr-tree__row:hover{color:#fff;background:#2c313a}.fr-tree__row--file.is-active{color:#fff;background:#3a3f4b}.fr-tree__row--dir{color:#c8ccd4;font-weight:600}.fr-tree__chevron{opacity:.7;clip-path:polygon(25% 10%,25% 90%,80% 50%);background:currentColor;flex-shrink:0;width:.7rem;height:.7rem;display:inline-block;transform:rotate(0)}.fr-tree__chevron.is-open{transform:rotate(90deg)}.fr-tree__chevron--spacer{background:0 0}.fr-tree__name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fr-playground__editor-wrap{flex-direction:column;min-width:0;min-height:0;display:flex}.fr-playground__current-path{color:#7f848e;text-overflow:ellipsis;white-space:nowrap;background:#21252b;border-bottom:1px solid #3a3f4b;flex-shrink:0;padding:.3rem .65rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.7rem;overflow:hidden}.fr-playground__label--rust{grid-area:1/1}.fr-playground__label--lua{grid-area:1/3}.fr-playground__body{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.fr-playground__body--rust{grid-area:2/1}.fr-playground__body--lua{grid-area:2/3}.fr-playground__splitter{z-index:1;cursor:col-resize;touch-action:none;background:#3a3f4b;grid-area:1/2/-1;position:relative}.fr-playground__splitter:before{content:"";position:absolute;inset:0 -.4rem}.fr-playground__splitter:hover,.fr-playground__panes.is-dragging .fr-playground__splitter{background:var(--sl-color-accent)}.fr-playground__editor{flex-direction:column;flex:1;height:100%;min-height:0;line-height:1.35;display:flex}.fr-playground__editor .cm-editor,.fr-playground__editor .cm-scroller,.fr-playground__editor .cm-content,.fr-playground__editor .cm-line,.fr-playground__editor .cm-gutters{line-height:1.35!important}.fr-playground__editor .cm-editor{flex:1;height:100%;min-height:0}.fr-playground__editor .cm-scroller{min-height:0}.fr-playground__editor .cm-line{padding-top:0!important;padding-bottom:0!important}.fr-playground__error{white-space:pre-wrap;color:#ffb4a8;flex:1;margin:0;padding:.75rem;font-size:.85rem;overflow:auto}.fr-context-menu{z-index:1000;background:#21252b;border:1px solid #3a3f4b;border-radius:.35rem;min-width:10rem;padding:.25rem;position:fixed;box-shadow:0 8px 24px #00000073}.fr-context-menu__item{color:#d7dae0;text-align:start;cursor:pointer;background:0 0;border:none;border-radius:.25rem;width:100%;padding:.35rem .55rem;font-size:.8rem;display:block}.fr-context-menu__item:hover:not(:disabled){color:#fff;background:#3a3f4b}.fr-context-menu__item.is-danger{color:#ffb4a8}.fr-context-menu__item:disabled{opacity:.4;cursor:not-allowed}@media (width<=60rem){.fr-playground__panes{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0, var(--fr-split)) 2px auto minmax(0, 1fr)}.fr-playground__label--rust{grid-area:1/1}.fr-playground__body--rust{grid-area:2/1}.fr-playground__splitter{cursor:row-resize;grid-area:3/1}.fr-playground__label--lua{grid-area:4/1}.fr-playground__body--lua{grid-area:5/1}.fr-playground__splitter:before{inset:-.35rem 0}.fr-playground__panes.is-dragging{cursor:row-resize}}
