:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page-bg:#fff;--canvas-bg:#f6f6fc;--surface-bg:#fff;--surface-hover:#f6f6fc;--surface-selected:#eae4f5;--primary-text:#141635;--secondary-text:#64708f;--placeholder-text:#929eba;--inverse-text:#fff;--brand:#670de5;--brand-hover:#500ab2;--brand-surface:#f6f3fb;--brand-border:#d5c4f2;--border:#c8cfe1;--border-subtle:#dfe3f0;--border-hover:#929eba;--focus-ring:#b78eef;--primary-button-bg:#090624;--primary-button-hover:#222744;--primary-button-active:#400a8e;--primary-button-text:#fff;--secondary-button-bg:#fff;--secondary-button-text:#090624;--secondary-button-border:#64708f;--secondary-button-hover-border:#090624;--secondary-button-active-bg:#eae4f5;--disabled-bg:#c8cfe1;--disabled-text:#929eba;--danger-bg:#dc2626;--danger-hover:#ef4444;--danger-active:#991b1b;--danger-text:#fff;--danger-soft:#fef2f2;--danger-fg:#b91c1c;--success-soft:#ecfdf5;--success-fg:#047857;--info-soft:#f6f3fb;--info-fg:#500ab2;--input-bg:#f6f6fc;--input-border:#c8cfe1;--input-active-bg:#eef0f9;--card-radius:24px;--modal-radius:24px;--button-radius:12px;--input-radius:12px;--badge-radius:999px;--button-height:44px;--input-height:44px;--sidebar-width:280px;--modal-shadow:0 24px 80px #14163529;--popover-shadow:0 16px 48px #1416352e;--table-header-bg:#f6f6fc;--table-row-border:1px solid #dfe3f0;--table-row-hover:#f6f6fc;--motion-hover:.12s ease;--motion-base:.18s ease;--font-product:Fustat, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:Geist, "SFMono-Regular", Consolas, "Liberation Mono", monospace}*{box-sizing:border-box}*,:before,:after{transition:none!important}body{min-width:320px;min-height:100vh;color:var(--primary-text);background:var(--canvas-bg);font-family:var(--font-product);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;color:var(--disabled-text);background:var(--surface-bg);border-color:var(--input-border)}.fleeet-grid-bg{color:var(--primary-text);background:linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px), #fff;background-size:32px 32px}.fleeet-primary-button,.fleeet-secondary-button{min-height:var(--button-height);border-radius:var(--button-radius);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}.fleeet-primary-button{color:var(--primary-button-text);background:var(--primary-button-bg);border-color:var(--primary-button-bg)}.fleeet-primary-button:hover{background:var(--primary-button-hover);border-color:var(--primary-button-hover)}.fleeet-primary-button:active{background:var(--primary-button-active);border-color:var(--primary-button-active)}.fleeet-secondary-button{color:var(--secondary-button-text);background:var(--secondary-button-bg);border-color:var(--secondary-button-border)}.fleeet-secondary-button:hover{border-color:var(--secondary-button-hover-border)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}:root,html,body,#root{--page-bg:#fff;--canvas-bg:#fff;--surface-bg:#fff;background:#fff}.site-shell{background:#fff;min-height:100dvh;overflow:hidden}.site-header{justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 40px);margin:0 auto;padding:20px 0;display:flex}.brand{color:var(--primary-text);align-items:center;gap:10px;font-size:18px;font-weight:800;line-height:1.2;display:inline-flex}.brand img{width:36px;height:36px}.build-link{padding:0 18px}.hero{grid-template-columns:minmax(0,.98fr) minmax(340px,.82fr);align-items:center;gap:clamp(36px,6vw,84px);width:min(1180px,100% - 40px);min-height:min(620px,100dvh - 104px);margin:0 auto;display:grid}.hero-copy{flex-direction:column;justify-content:center;max-width:none;padding:0;display:flex}.eyebrow{border:1px solid var(--brand-border);border-radius:var(--badge-radius);width:fit-content;color:var(--info-fg);background:var(--info-soft);letter-spacing:0;margin:0 0 18px;padding:5px 12px;font-size:13px;font-weight:700}h1{color:var(--primary-text);letter-spacing:0;margin:0;font-size:clamp(40px,5vw,68px);line-height:1.02}.lede{max-width:560px;color:var(--secondary-text);margin:22px 0 0;font-size:clamp(16px,1.5vw,20px);font-weight:500;line-height:1.42}.hero-panel{border:1px solid var(--border-subtle);border-radius:var(--modal-radius);background:linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px), #fff;min-height:min(560px,100dvh - 148px);box-shadow:var(--modal-shadow);background-size:32px 32px;position:relative;overflow:hidden}.node{border:1px solid var(--border-subtle);border-radius:var(--card-radius);background:var(--surface-bg);width:150px;height:72px;color:var(--primary-text);box-shadow:var(--popover-shadow);place-items:center;font-size:14px;font-weight:700;display:grid;position:absolute}.node-primary{background:var(--primary-button-bg);color:var(--primary-button-text);top:28%;left:12%}.node:not(.node-primary):not(.node-offset){top:49%;right:12%}.node-offset{border-color:var(--brand-border);background:var(--brand-surface);color:var(--brand-hover);bottom:15%;right:28%}.connector{background:var(--brand);transform-origin:0;width:34%;height:2px;position:absolute;top:41%;left:40%;transform:rotate(16deg)}@media (width<=880px){.site-header,.hero{width:min(100% - 28px,1180px)}.hero{grid-template-columns:1fr;min-height:auto;overflow:visible}.hero-copy{max-width:680px}.hero-panel{min-height:300px}}@media (width<=560px){.site-header{gap:14px;padding-top:16px}.brand span{font-size:17px}.build-link{min-height:40px;padding:0 14px}h1{font-size:clamp(34px,11vw,52px)}.node{width:128px}}
