.surimi-playground__view{background-color:var(--bg-app);border-top:1px solid var(--border-default);display:flex;flex:1;flex-direction:column;min-height:0}.surimi-playground__view .surimi-playground__view-header{background-color:var(--bg-subtle);border-bottom:1px solid var(--border-default);padding:.5rem .75rem}.surimi-playground__view .surimi-playground__view-header h3{color:var(--text-default);font-size:.875rem;font-weight:600;margin:0}.surimi-playground__view .surimi-playground__view-content{flex:1;min-height:200px;overflow:hidden;position:relative}.surimi-playground__view .surimi-playground__view-iframe{background-color:var(--bg-app);border:none;height:100%;width:100%}.lecture-content{background-color:var(--bg-app);display:flex;flex-direction:column;height:100%;overflow:hidden}.lecture-content .lecture-content__header{background-color:var(--bg-subtle);border-bottom:1px solid var(--border-default);padding:1.5rem}.lecture-content .lecture-content__header h2{color:var(--text-default);font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.lecture-content .lecture-content__progress{color:var(--text-subtle);font-size:.875rem;font-weight:500}.lecture-content .lecture-content__body{flex:1;overflow:auto;padding:1.5rem}.lecture-content .lecture-content__markdown{color:var(--text-default);font-size:1rem;line-height:1.7}.lecture-content .lecture-content__markdown>h1,h2,h3,h4,h5,h6{color:var(--text-default);font-weight:700;line-height:1.3;margin-bottom:.5em}.lecture-content .lecture-content__markdown>h1{border-bottom:2px solid var(--border-default);font-size:1.5rem;padding-bottom:.3em}.lecture-content .lecture-content__markdown>h2{font-size:1.25rem}.lecture-content .lecture-content__markdown>h3{font-size:1.125rem}.lecture-content .lecture-content__markdown>p{margin-bottom:1em;margin-top:0}.lecture-content .lecture-content__markdown>code{background-color:var(--bg-subtle);border-radius:3px;font-family:monospace;font-size:.9em;padding:.2em .4em}.lecture-content .lecture-content__markdown>pre{background-color:var(--bg-active);border-radius:6px;margin-bottom:1em;outline:1px solid var(--border-default);overflow:auto;padding:.75rem}.lecture-content .lecture-content__markdown>pre code{background-color:transparent;padding:0}.lecture-content .lecture-content__markdown>ul,ol{margin-bottom:1em;padding-left:1.5em}.lecture-content .lecture-content__markdown>li{margin-bottom:.5em}.lecture-content .lecture-content__navigation{background-color:var(--bg-subtle);border-top:1px solid var(--border-default);display:flex;gap:.5rem;padding:1.5rem}.lecture-content__nav-button{background-color:var(--bg-app);border:1px solid var(--border-default);border-radius:6px;color:var(--text-default);cursor:pointer;flex:1;font-size:.875rem;font-weight:500;padding:.5rem .75rem;transition:all .15s}.lecture-content__nav-button:hover{:not(:disabled){background-color:var(--bg-hover);border-color:var(--border-strong)}}.lecture-content__nav-button:disabled{cursor:not-allowed;opacity:.5}.surimi-playground__output{background-color:var(--bg-app);display:flex;flex-direction:column;height:100%}.surimi-playground__output .surimi-playground__output-header{align-items:center;background-color:var(--bg-subtle);border-bottom:1px solid var(--border-default);display:flex;height:2rem;justify-content:space-between;padding-inline:.75rem}.surimi-playground__output .surimi-playground__output-path{color:var(--text-subtle);font-family:monospace;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.surimi-playground__output .surimi-playground__output-content{flex:1;overflow:hidden}.surimi-playground__output .surimi-playground__output-error{color:var(--text-default);font-family:monospace;font-size:.75rem;margin:0;max-height:100%;overflow:auto;padding:.75rem;white-space:pre-wrap;word-break:break-word}.surimi-playground{background-color:var(--bg-canvas);display:flex;flex-direction:column;height:calc(100vh - 64px)}.surimi-playground .surimi-playground__container{flex:1;min-height:0;overflow:hidden}.surimi-playground .surimi-playground__editor-section{display:flex;flex-direction:column;gap:.25rem;height:100%}.surimi-playground .surimi-playground__editor-container{display:flex;flex:1;flex-direction:column;min-height:0;min-width:0}.surimi-playground .surimi-playground__editor-tabs{background-color:var(--bg-subtle);border-bottom:1px solid var(--border-default);display:flex;gap:0;height:2rem;padding-left:.25rem}.surimi-playground__editor-tab{background-color:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-subtle);cursor:pointer;font-size:.875rem;font-weight:500;padding:.25rem .75rem;transition:color .15s,border-color .15s}.surimi-playground__editor-tab:hover{color:var(--text-default)}.surimi-playground__editor-tab--active{background-color:var(--bg-app);border-bottom-color:var(--border-focus);color:var(--text-primary)}.surimi-playground .surimi-playground__editor{border:1px solid var(--border-default);border-radius:0 0 4px 4px;border-top:none;flex:1;min-height:200px;position:relative}.surimi-playground__resize-handle{background-color:var(--border-default);transition:background-color .15s}.surimi-playground__resize-handle:hover{background-color:var(--border-hover)}.surimi-playground__resize-handle[data-panel-group-direction=vertical]{cursor:row-resize;height:1px}.surimi-playground__resize-handle[data-panel-group-direction=horizontal]{cursor:col-resize;width:1px}.surimi-playground .surimi-playground__output-section{display:grid;grid-template-rows:1fr 1fr;height:100%;min-height:0;overflow:hidden}.surimi-playground .surimi-playground__output-section .surimi-playground__output{flex:0 0 40%;min-height:120px;overflow:hidden}.surimi-playground .surimi-playground__output-section .surimi-playground__view{flex:1;min-height:0}.surimi-playground--mobile{display:flex;flex-direction:column;height:calc(100vh - 64px);overflow:hidden}.surimi-playground__mobile-tabs{background-color:var(--bg-subtle);border-bottom:1px solid var(--border-default);display:flex;flex-shrink:0;gap:.125rem;padding:0 .25rem}.surimi-playground__mobile-tab{background-color:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-subtle);cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:-1px;padding:.5rem .75rem;transition:color .15s,border-color .15s}.surimi-playground__mobile-tab:hover{color:var(--text-default)}.surimi-playground__mobile-tab--active{border-bottom-color:var(--border-focus);color:var(--text-primary)}.surimi-playground__mobile-panel{background-color:var(--bg-app);display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden}.surimi-playground__mobile-panel>*{flex:1;min-height:0;overflow:auto}
