._layout_1205e_1{display:grid;grid-template-columns:280px 1fr;min-height:100vh}._sidebar_1205e_7{background:var(--surface);border-right:1px solid var(--border);padding:24px 20px;display:flex;flex-direction:column;gap:4px}._title_1205e_16{font-size:18px;font-weight:700;margin-bottom:20px;color:var(--text)}._section_1205e_23{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}._label_1205e_30{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}._checkRow_1205e_38{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}._checkRow_1205e_38 input[type=checkbox]{width:auto;accent-color:var(--accent)}._runBtn_1205e_51{margin-top:auto;background:var(--accent);color:#fff;font-size:15px;padding:10px;border-radius:var(--radius)}._runBtn_1205e_51:not(:disabled):hover{background:var(--accent-hover)}._main_1205e_65{padding:28px 32px;overflow-y:auto}._empty_1205e_70{height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:15px}._muted_1205e_79{color:var(--muted);font-size:12px}._statusBar_1205e_84{display:flex;align-items:center;gap:12px;margin-bottom:16px}._logBox_1205e_91{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;font-family:monospace;font-size:12px;color:var(--muted);max-height:260px;overflow-y:auto;margin-bottom:24px}._logLine_1205e_104{line-height:1.7}._resultsCard_1205e_108{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px}._errorCard_1205e_115{background:color-mix(in srgb,var(--error) 10%,var(--surface));border:1px solid color-mix(in srgb,var(--error) 30%,var(--border));border-radius:var(--radius);padding:20px 24px}._sectionTitle_1205e_122{font-size:15px;font-weight:600;margin-bottom:16px}._sectionSubtitle_1205e_128{font-size:13px;font-weight:600;color:var(--muted);margin:20px 0 10px}._metricGrid_1205e_135{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}._fileList_1205e_141{list-style:none;display:flex;flex-direction:column;gap:6px}._fileItem_1205e_148{display:flex;flex-direction:column;gap:2px;padding:8px 12px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}._fileName_1205e_158{font-size:13px;font-weight:500}._errorMsg_1205e_163{font-size:13px;color:var(--error);margin-bottom:12px}._traceback_1205e_169{font-family:monospace;font-size:11px;color:var(--muted);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:12px;overflow-x:auto;white-space:pre-wrap;word-break:break-word}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--border: #2e3147;--text: #e2e4ef;--muted: #7c82a0;--accent: #4f7fff;--accent-hover: #6b93ff;--success: #3ecf6b;--error: #f05252;--warn: #f5a623;--radius: 8px;--font: "Inter", system-ui, sans-serif}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;font-size:14px;line-height:1.5}input,select,button{font-family:inherit;font-size:inherit}select,input[type=number]{background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:6px 10px;width:100%;outline:none;transition:border-color .15s}select:focus,input[type=number]:focus{border-color:var(--accent)}select:disabled,input:disabled{opacity:.5;cursor:not-allowed}button{cursor:pointer;border:none;border-radius:var(--radius);padding:8px 18px;font-weight:600;transition:background .15s,opacity .15s}button:disabled{opacity:.45;cursor:not-allowed}
