.app-header[data-v-f515703f]{height:var(--header-offset);background:var(--bg-surface);border-bottom:1px solid var(--border-color);display:flex;align-items:center;padding:0 24px;gap:16px;flex-shrink:0;box-shadow:var(--shadow-sm);z-index:10}.app-header h1[data-v-f515703f]{font-size:1.25rem;font-weight:600}.header-actions[data-v-f515703f]{margin-left:auto}.btn[data-v-f515703f]{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;font-weight:500;font-size:.875rem;line-height:1.25rem;padding:8px 16px;cursor:pointer;transition:all .2s;border:1px solid transparent}.btn-outline[data-v-f515703f]{background-color:transparent;border-color:var(--border-color);color:var(--text-primary)}.btn-outline[data-v-f515703f]:hover{background-color:var(--bg-hover);border-color:#cbd5e1}.workspace[data-v-55cc5b3c]{display:flex;flex:1;overflow:hidden;position:relative}:root{--bg-app: #f8fafc;--bg-surface: #ffffff;--bg-canvas: #1e293b;--bg-hover: #f1f5f9;--border-color: #e2e8f0;--text-primary: #0f172a;--text-secondary: #64748b;--brand-primary: #2563eb;--brand-hover: #1d4ed8;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--radius-md: 8px;--radius-lg: 12px;--header-offset: 60px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--font-family: "Inter", "Noto Sans SC", sans-serif;--config-panel-width: 360px;--results-drawer-height: 45%;--results-drawer-min-height: 300px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-app);color:var(--text-primary);height:100vh;display:flex;flex-direction:column;overflow:hidden;-webkit-font-smoothing:antialiased}*:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-hover)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}#app{width:100%;height:100%;display:flex;flex-direction:column}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-secondary{color:var(--text-secondary)}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:transform .3s ease}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(100%)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:32px;height:32px;border:3px solid rgba(37,99,235,.3);border-radius:50%;border-top-color:var(--brand-primary);animation:spin 1s ease-in-out infinite}
