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