@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500;600;700&display=swap";.app-shell[data-v-041e165d]{display:flex;height:100vh;overflow:hidden}:root{--bg-editor: #1e1e1e;--bg-sidebar: #252526;--bg-panel: #2d2d30;--bg-hover: #2a2d2e;--bg-active: #37373d;--bg-card: #252526;--bg-code: #1a1a1a;--actbar-bg: #333333;--border: #333337;--border-focus: #007acc;--accent-blue: #569cd6;--accent-green: #4ec9b0;--accent-yellow: #dcdcaa;--accent-orange: #ce9178;--accent-purple: #c586c0;--accent-red: #f44747;--text-primary: #d4d4d4;--text-secondary: #9d9d9d;--text-muted: #6a6a6a;--font-ui: "JetBrains Mono", "Cascadia Code", monospace;--font-body: "Inter", system-ui, sans-serif;--font-code: "JetBrains Mono", "Fira Code", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%;overflow:hidden}body{background:var(--bg-editor);color:var(--text-primary);font-family:var(--font-body);font-size:14px;line-height:1.5;display:flex;flex-direction:column}#app{display:flex;flex-direction:column}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4a4a4f}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-down-enter-active,.slide-down-leave-active{transition:opacity .2s ease,max-height .25s ease;overflow:hidden;max-height:4000px}.slide-down-enter-from,.slide-down-leave-to{opacity:0;max-height:0}
