:root{--bg:#f4f7fb;--bg-accent:#e6efff;--surface:#fff;--surface-elevated:#f8fbff;--text-primary:#102a43;--text-secondary:#486581;--accent:#0b7285;--accent-soft:#cae9ff;--border:#d9e2ec;--danger:#b42318}body,html{padding:0;margin:0;font-family:Manrope,Avenir Next,Segoe UI,sans-serif;background:radial-gradient(circle at 12% 8%,var(--bg-accent) 0,transparent 34%),radial-gradient(circle at 86% 18%,#d9f2ec 0,transparent 30%),var(--bg);color:var(--text-primary);min-height:100%;line-height:1.5}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.pipeline{display:flex;flex-wrap:wrap;justify-content:center;gap:22px;max-width:1200px;margin:auto}.node{background:var(--surface);border-radius:14px;border:1px solid var(--border);padding:20px;width:210px;text-align:center;position:relative;box-shadow:0 16px 40px rgba(16,42,67,.08);cursor:pointer;transition:transform .2s,box-shadow .2s}.node:hover{transform:translateY(-5px);box-shadow:0 24px 45px rgba(11,114,133,.13)}.tooltip{position:absolute;bottom:120%;left:50%;transform:translateX(-50%);background:#0f172a;color:#fff;padding:10px;border-radius:8px;width:220px;text-align:left;font-size:.85rem;opacity:0;pointer-events:none;transition:opacity .2s;z-index:10}.node:hover .tooltip{opacity:1}.arrow svg{stroke:var(--accent)}.Layout_container__l2gjk{display:flex;flex-direction:column;min-height:100vh}.Layout_header__8XhYm{background:#0f766e;color:#fff;padding:.75rem 1.5rem}@media (prefers-color-scheme:dark){.Layout_header__8XhYm{background:#166534}.Layout_footer__3v8iv{background:#1f2937;color:#d1d5db}}.Layout_nav__qOLUE{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap}.Layout_logo__Yfd0y{font-weight:700;font-size:1.25rem;margin-right:1rem}.Layout_menu__9g8Do{list-style:none;display:flex;gap:.75rem;flex-wrap:wrap;padding:0;margin:0}.Layout_menu__9g8Do a{color:#fff;text-decoration:none;display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:hsla(0,0%,100%,.08)}.Layout_menu__9g8Do a:hover{text-decoration:none;background:hsla(0,0%,100%,.16)}.Layout_main__BqQ1G{flex:1;padding:1rem;max-width:1280px;margin:0 auto;width:100%}.Layout_footer__3v8iv{background:#f1f5f9;text-align:center;padding:1rem 0;font-size:.875rem;color:#334155}@media (max-width:820px){.Layout_header__8XhYm{padding:.9rem 1rem}.Layout_nav__qOLUE{align-items:flex-start}.Layout_menu__9g8Do{gap:.55rem}.Layout_menu__9g8Do a{padding:.38rem .68rem;font-size:.92rem}}