:root{--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--bg: #f6f8fa;--panel: #ffffff;--border: #d0d7de;--text: #24292f;--text-sec: #57606a;--accent: #0969da;--error: #cf222e;--warning: #6B2D8B;--success: #1a7f37;--code-bg: #f6f8fa;--card-hover: #f3f4f6;--muted: #6e7781;--soft: #8c959f;--teal: #0d9488}[data-theme=dark]{--bg: #0d1117;--panel: #161b22;--border: #30363d;--text: #c9d1d9;--text-sec: #8b949e;--accent: #58a6ff;--error: #f85149;--warning: #E4BEF7;--success: #3fb950;--code-bg: #010409;--card-hover: #1c2128;--muted: #8b949e;--soft: #6e7781;--teal: #14b8a6}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);height:100vh;overflow:hidden;transition:background .2s}#root{height:100vh;display:flex;flex-direction:column;overflow:hidden}.mono{font-family:var(--mono)}.clean-type{color:var(--accent);font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}.loader{border:2px solid var(--border);border-top:2px solid var(--accent);border-radius:50%;width:12px;height:12px;animation:spin .8s linear infinite;display:inline-block;vertical-align:middle}.monaco-error-line{background:#cf222e1f!important;cursor:pointer!important}.monaco-error-margin{border-left:3px solid var(--error)!important}.monaco-highlight-line{background:#6b2d8b26!important}.monaco-highlight-margin{border-left:3px solid var(--warning)!important}.monaco-error-glyph{background:var(--error);border-radius:50%;width:10px!important;height:10px!important;margin-left:2px;margin-top:4px}.monaco-editor .overflowingContentWidgets,.monaco-editor .overflowingOverlayWidgets{z-index:100!important}.context-view .workbench-hover-container{display:none!important}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(forced-colors:active){*{-webkit-text-fill-color:currentColor!important;background-clip:border-box!important}}
