.runcode-block{margin:0 0 var(--theme-margin-bottom, 1rem) 0;border:1px solid var(--theme-border-color, #e1e1e1);border-radius:6px;overflow:hidden;background:var(--theme-front-main-color, #fff)}.runcode-header{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;background:var(--theme-pre-code-bg, #f7f7f7);border-bottom:1px solid var(--theme-border-color, #e1e1e1)}.runcode-lang{font-size:.78rem;font-weight:600;color:var(--theme-text-secondary, rgba(0,0,0,.65));user-select:none}.runcode-actions{display:flex;gap:6px}.runcode-run,.runcode-clear{padding:3px 10px;border:1px solid var(--theme-border-color, #e1e1e1);border-radius:4px;background:var(--theme-front-main-color, #fff);color:var(--theme-text-color, #262626);font-size:.69rem;cursor:pointer;transition:background-color .2s,border-color .2s;line-height:1.5}.runcode-run:hover{background:var(--theme-color, #3eaf7c);color:#fff;border-color:var(--theme-color, #3eaf7c)}.runcode-clear:hover{background:var(--theme-code-bg, #eee)}.runcode-run:disabled{opacity:.6;cursor:not-allowed}.runcode-editor{display:block;width:100%;min-height:80px;padding:12px 16px;border:none;outline:none;resize:none;overflow:hidden;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:.78rem;line-height:1.5;tab-size:4;color:var(--theme-text-color, #262626);background:var(--theme-pre-code-bg, #f7f7f7);box-sizing:border-box}.runcode-editor:focus{background:var(--theme-front-main-color, #fff)}.runcode-output{border-top:1px solid var(--theme-border-color, #e1e1e1)}.runcode-output-header{padding:4px 12px;background:var(--theme-pre-code-bg, #f7f7f7);border-bottom:1px solid var(--theme-border-color, #e1e1e1)}.runcode-output-header span{font-size:.69rem;font-weight:600;color:var(--theme-text-secondary, rgba(0,0,0,.65))}.runcode-output-content{margin:0;padding:10px 16px;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:.78rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;color:var(--theme-text-color, #262626);background:var(--theme-front-main-color, #fff);max-height:400px;overflow-y:auto}.runcode-output-content.runcode-error{color:#c00;background:#fff0f0}.runcode-preview{display:block;width:100%;min-height:100px;height:200px;border:none;background:#fff}.runcode-sandbox{display:none!important;width:0;height:0;border:none}.dark .runcode-block{border-color:var(--theme-border-color, #3a3a3a)}.dark .runcode-header{background:var(--theme-pre-code-bg, #141414);border-bottom-color:var(--theme-border-color, #3a3a3a)}.dark .runcode-run,.dark .runcode-clear{background:var(--theme-pre-code-bg, #141414);border-color:var(--theme-border-color, #3a3a3a);color:var(--theme-text-color, rgba(255,255,255,.87))}.dark .runcode-run:hover{background:var(--theme-color, #3eaf7c);color:#fff;border-color:var(--theme-color, #3eaf7c)}.dark .runcode-clear:hover{background:#ffffff14}.dark .runcode-editor{background:var(--theme-pre-code-bg, #141414);color:var(--theme-text-color, rgba(255,255,255,.87))}.dark .runcode-editor:focus{background:var(--theme-front-main-color, #2a2a2b)}.dark .runcode-output{border-top-color:var(--theme-border-color, #3a3a3a)}.dark .runcode-output-header{background:var(--theme-pre-code-bg, #141414);border-bottom-color:var(--theme-border-color, #3a3a3a)}.dark .runcode-output-content{background:var(--theme-front-main-color, #2a2a2b);color:var(--theme-text-color, rgba(255,255,255,.87))}.dark .runcode-output-content.runcode-error{color:#ff6b6b;background:#f43f5e1f}.dark .runcode-preview{background:#1a1a1a}@media(max-width:480px){.runcode-editor{font-size:.75rem;padding:10px 12px}.runcode-output-content{font-size:.75rem;padding:8px 12px}.runcode-header{padding:6px 10px}.runcode-run,.runcode-clear{padding:3px 8px;font-size:.62rem}}
