@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary: #4f46e5;--color-primary-light: #e0e7ff;--color-primary-lighter: #eef2ff;--color-primary-dark: #4338ca;--color-primary-text: #fff;--color-accent: #8b5cf6;--color-accent-light: #ede9fe;--color-success: #059669;--color-success-light: #ecfdf5;--color-success-text: #065f46;--color-warning: #d97706;--color-warning-light: #fffbeb;--color-warning-text: #92400e;--color-error: #f43f5e;--color-error-light: #fff1f2;--color-error-text: #be123c;--color-bg-primary: #ffffff;--color-bg-secondary: #f8fafc;--color-bg-tertiary: #f1f5f9;--color-bg-app: #f8fafc;--color-bg-elevated: #ffffff;--color-text-primary: #0f172a;--color-text-secondary: #475569;--color-text-muted: #94a3b8;--color-text-inverse: #ffffff;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-border-focus: #6366f1;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-mono: "JetBrains Mono", "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--text-xs: .75rem;--text-sm: .8125rem;--text-base: .9375rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .04);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .06), 0 1px 2px -1px rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .04);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--sidebar-width: var(--nav-rail-width);--nav-rail-width: 68px;--sub-sidebar-width: 280px;--artifact-panel-width: 440px;--gradient-primary: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);--gradient-surface: linear-gradient(135deg, #eef2ff 0%, #f5f3ff 100%);--gradient-nav: linear-gradient(180deg, #0f172a 0%, #1e1b4b 100%);--color-bg-dark: #0f172a;--color-purple: #7c3aed;--color-purple-light: #f5f3ff;--color-status-active: #10b981;--color-status-paused: #94a3b8;--color-status-error: #f43f5e;--color-status-running: #6366f1}[data-theme=dark]{--color-primary: #818cf8;--color-primary-light: #312e81;--color-primary-lighter: #1e1b4b;--color-primary-dark: #a5b4fc;--color-accent: #a78bfa;--color-accent-light: #4c1d95;--color-success: #34d399;--color-success-light: rgba($green-500, .1);--color-success-text: #6ee7b7;--color-warning: #fbbf24;--color-warning-light: rgba($amber-500, .1);--color-warning-text: #fcd34d;--color-error: #fb7185;--color-error-light: rgba($red-500, .1);--color-error-text: #fda4af;--color-bg-primary: #0f172a;--color-bg-secondary: #1e293b;--color-bg-tertiary: #334155;--color-bg-app: #020617;--color-bg-elevated: #1e293b;--color-text-primary: #f1f5f9;--color-text-secondary: #cbd5e1;--color-text-muted: #64748b;--color-text-inverse: #0f172a;--color-border: #334155;--color-border-light: #1e293b;--color-border-focus: #818cf8;--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .2);--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .3), 0 1px 2px -1px rgb(0 0 0 / .2);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .4), 0 2px 4px -2px rgb(0 0 0 / .3);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .4), 0 4px 6px -4px rgb(0 0 0 / .3);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .4), 0 8px 10px -6px rgb(0 0 0 / .3);--gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--gradient-surface: linear-gradient(135deg, rgba($indigo-500, .08) 0%, rgba($violet-500, .08) 100%);--gradient-nav: linear-gradient(180deg, #020617 0%, #1e1b4b 100%);--color-bg-dark: #020617;--color-purple: #a78bfa;--color-purple-light: rgba($violet-400, .1);--color-status-active: #34d399;--color-status-paused: #64748b;--color-status-error: #fb7185;--color-status-running: #818cf8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);color:var(--color-text-primary);background:var(--color-bg-app);line-height:var(--line-height-normal);min-height:100dvh;transition:background .2s ease,color .2s ease}a{color:var(--color-primary);text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::selection{background:var(--color-primary-light);color:var(--color-text-primary)}
