@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--color-bg: #0e0a1a;--color-bg-card: #1a1428;--color-text: #f0edf6;--color-text-muted: #9a8fb5;--color-text-dim: #6b5f82;--color-accent: #8b5cf6;--color-accent-dim: rgba(139, 92, 246, .15);--color-border: rgba(139, 92, 246, .15);--color-green: #22c55e;--color-orange: #f59e0b;--color-red: #ef4444;--font-sans: "DM Sans", sans-serif;--font-mono: "JetBrains Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans)}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}code,pre{font-family:var(--font-mono)}::selection{background:#8b5cf64d;color:var(--color-text)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#8b5cf633;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8b5cf666}.react-flow__controls{background:var(--color-bg-card)!important;border:1px solid var(--color-border)!important;border-radius:8px!important;box-shadow:0 4px 12px #0006!important}.react-flow__controls-button{background:transparent!important;border:none!important;border-bottom:1px solid var(--color-border)!important;fill:var(--color-text-muted)!important;color:var(--color-text-muted)!important;width:28px!important;height:28px!important}.react-flow__controls-button:hover{background:var(--color-accent-dim)!important;fill:var(--color-text)!important;color:var(--color-text)!important}.react-flow__controls-button:last-child{border-bottom:none!important}.react-flow__controls-button svg{fill:inherit!important;max-width:14px;max-height:14px}.react-flow__minimap{background:var(--color-bg-card)!important;border:1px solid var(--color-border)!important;border-radius:8px!important}
