@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--section-heading-color: #0f172a}.builder-ide{display:flex;flex-direction:column;height:100vh;width:100%;max-width:100%;background:#fff;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow:hidden;transition:background-color .3s ease,color .3s ease;box-sizing:border-box}.builder-ide.dark-theme{background:#0f172a;color:#e2e8f0}.builder-ide.dark-theme .menu-bar{background:#1e293b;border-bottom-color:#334155}.builder-ide.dark-theme .sidebar-left,.builder-ide.dark-theme .sidebar-right,.builder-ide.dark-theme .bottom-panel{background:#1e293b;border-color:#334155}.builder-ide.dark-theme .main-editor{background:#0f172a}.builder-ide.dark-theme .tab-bar{background:#1e293b;border-bottom-color:#334155}.builder-ide.dark-theme .tab{color:#cbd5e1}.builder-ide.dark-theme .tab.active{background:#0f172a;color:#fff;border-bottom-color:#3b82f6}.builder-ide.dark-theme .sidebar-content,.builder-ide.dark-theme .code-editor,.builder-ide.dark-theme .deploy-panel,.builder-ide.dark-theme .scm-push-panel,.builder-ide.dark-theme .test-panel{background:#0f172a;color:#e2e8f0}.builder-ide.dark-theme .panel-header{background:#1e293b;border-bottom-color:#334155}.builder-ide.dark-theme input,.builder-ide.dark-theme textarea,.builder-ide.dark-theme select{background:#1e293b;border-color:#334155;color:#e2e8f0}.builder-ide.dark-theme .agent-activity-content,.builder-ide.dark-theme .chat-messages{background:#0f172a}.builder-ide.dark-theme .section-heading{color:#e2e8f0}.section-heading{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--section-heading-color)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.builder-ide:before{content:"ARCHRAD ACDP";position:absolute;bottom:8px;right:8px;font-size:10px;color:#94a3b8;opacity:.5;z-index:1;pointer-events:none}.menu-bar{display:flex;justify-content:space-between;align-items:center;height:32px;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:0 12px;font-size:12px}.menu-section{display:flex;gap:16px}.menu-item{color:#475569;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s}.menu-item:hover{background:#3b82f61a;color:#1e293b}.ide-content{display:flex;flex:1;overflow:hidden;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.sidebar-left{width:240px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;position:relative;flex-shrink:0;min-width:40px;min-height:0}.sidebar-tabs{display:flex;border-bottom:1px solid #e2e8f0;background:#fff}.sidebar-tab{flex:1;padding:8px 4px;background:transparent;border:none;cursor:pointer;font-size:16px;border-bottom:2px solid transparent;transition:all .2s}.sidebar-tab:hover{background:#3b82f61a}.sidebar-tab.active{border-bottom-color:#3b82f6;background:#3b82f60d}.sidebar-tabs-vertical{display:flex;flex-direction:column;padding:8px 4px;gap:4px}.sidebar-tab-vertical{padding:8px;background:transparent;border:none;cursor:pointer;font-size:16px;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.sidebar-tab-vertical:hover{background:#3b82f61a}.sidebar-tab-vertical.active{background:#3b82f626;border:1px solid rgba(59,130,246,.3)}.sidebar-content{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.sidebar-header{padding:8px 12px;border-bottom:1px solid #e2e8f0;background:#fff}.file-tree{flex:1;overflow-y:auto;padding:8px 0}.file-tree-item{transition:background .2s}.file-tree-item:hover{background:#3b82f61a}.file-tree-item.selected{background:#3b82f61a;color:#1e293b}.main-editor{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff;min-width:0;max-width:100%;width:100%;box-sizing:border-box}.tab-bar{display:flex;align-items:center;height:36px;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:0 8px}.tab{padding:6px 16px;background:transparent;border:none;color:#64748b;cursor:pointer;font-size:12px;border-bottom:2px solid transparent;transition:all .2s}.tab:hover{color:#1e293b;background:#3b82f61a}.tab.active{color:#3b82f6;border-bottom-color:#3b82f6;background:#3b82f61a}.editor-content{flex:1;overflow:hidden;position:relative;display:flex;flex-direction:column;min-height:0}.workflow-canvas-container{width:100%;height:100%;flex:1;min-height:0;background:#fff;position:relative}.workflow-canvas-actions{position:absolute;top:12px;right:12px;display:flex;gap:8px;z-index:5}.workflow-action-button{width:34px;height:34px;border-radius:50%;border:1px solid rgba(99,102,241,.35);background:#fffffff2;box-shadow:0 4px 12px #0f172a26;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.workflow-action-button:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0f172a33}.workflow-action-button:active{transform:scale(.96)}.code-panel{flex:1;display:flex;flex-direction:column;height:100%;min-height:0}.code-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 0}.code-panel-tip{margin:4px 0 12px;border:1px dashed #cbd5f5;border-radius:10px;padding:10px 12px;font-size:12px;color:#475569;background:#f8fafc}.code-panel-tip strong{display:block;color:#1d4ed8;margin-bottom:4px}.code-panel-tip em{font-style:normal;color:#0f172a;font-weight:600}.code-panel-title{font-size:14px;font-weight:600;color:#0f172a}.code-panel-subtitle{font-size:12px;color:#64748b}.code-panel-actions{display:flex;align-items:center;gap:8px}.code-panel-actions select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;font-size:12px}.code-panel-generate,.code-panel-refresh{border:none;border-radius:4px;padding:6px 12px;font-size:12px;cursor:pointer}.code-panel-generate{background:#2563eb;color:#fff}.code-panel-refresh{background:#e2e8f0;color:#1e293b}.code-panel-stage{border:none;border-radius:4px;padding:6px 10px;background:#0ea5e9;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.code-panel-stage:disabled{background:#bae6fd;cursor:not-allowed}.code-panel-notes{width:100%;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:6px 8px;resize:vertical;margin-bottom:8px;font-family:inherit}.code-panel-error{color:#b91c1c;font-size:12px;margin-bottom:8px}.code-explorer{flex:1;min-height:0;display:flex;gap:12px}.code-artifacts-list{width:230px;border:1px solid #e2e8f0;border-radius:8px;padding:8px;background:#fff;display:flex;flex-direction:column;min-height:0}.code-artifacts-header{font-size:12px;font-weight:600;color:#0f172a;margin-bottom:6px}.code-artifacts-list ul{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto}.code-artifact-row{border:1px solid #e2e8f0;border-radius:6px;padding:8px;margin-bottom:6px;cursor:pointer;display:flex;flex-direction:column;gap:4px;background:#f8fafc;transition:border-color .2s ease}.code-artifact-row.selected{border-color:#2563eb;background:#dbeafe}.code-artifact-name{display:flex;justify-content:space-between;font-size:12px;font-weight:600;color:#0f172a}.code-artifact-meta{font-size:11px;color:#64748b}.code-artifact-pattern{font-size:11px;color:#1d4ed8}.code-artifacts-empty{font-size:12px;color:#94a3b8;padding:12px 0;text-align:center}.code-artifact-error{font-size:11px;color:#dc2626}.code-artifact-viewer{flex:1;min-height:0;border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#fff;display:flex;flex-direction:column}.code-manifest-wrapper{flex:1;display:flex;gap:12px;min-height:0}.code-manifest-tree-pane{width:38%;min-width:220px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;display:flex;flex-direction:column;min-height:0}.code-file-preview-pane{flex:1;display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:8px;background:#fff;min-height:0;min-width:0}.code-manifest-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e2e8f0}.code-manifest-actions button{border:none;background:#1d4ed8;color:#fff;padding:6px 10px;border-radius:4px;font-size:12px;cursor:pointer}.code-manifest-actions button:disabled{background:#cbd5f5;cursor:not-allowed}.code-manifest-title{font-size:13px;font-weight:600;color:#0f172a}.code-manifest-subtitle{font-size:12px;color:#64748b}.code-manifest-body{flex:1;overflow-y:auto;padding:8px 12px}.code-file-error-banner{margin-top:8px;padding:10px 12px;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:11px}.code-manifest-tree{list-style:none;padding-left:0;margin:0;font-size:12px;color:#0f172a}.code-manifest-row{display:flex;align-items:center;gap:6px;padding:2px 6px;border-radius:6px}.code-manifest-row.selected{background:#e0f2fe}.code-manifest-row.staged{border:1px dashed #a5b4fc}.code-manifest-toggle{border:none;background:transparent;cursor:pointer;font-size:12px;width:18px;text-align:center;color:#475569}.code-manifest-spacer{width:18px;display:inline-block}.code-manifest-file{border:none;background:transparent;color:inherit;cursor:pointer;flex:1;text-align:left;font-size:12px;padding:0}.code-manifest-file:hover{text-decoration:underline}.code-manifest-folder{font-weight:600}.code-manifest-language{font-size:10px;padding:0 4px;border-radius:4px;background:#e2e8f0;color:#475569}.code-manifest-stage{margin-left:auto;border:1px solid #cbd5f5;border-radius:999px;padding:2px 10px;font-size:11px;background:#fff;color:#2563eb;cursor:pointer}.code-manifest-stage:disabled{color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed}.code-file-preview-header{padding:12px 16px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between}.code-file-title{font-size:13px;font-weight:600;color:#0f172a}.code-file-meta{font-size:11px;color:#64748b;margin-top:2px}.code-file-preview-body{flex:1;min-height:0;display:flex;flex-direction:column}.code-file-preview-empty,.code-file-preview-error{font-size:12px;color:#64748b;padding:16px;text-align:center;display:flex;align-items:center;justify-content:center;flex:1}.code-file-preview-error{color:#dc2626}.code-file-preview-base64{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.code-file-preview-base64 textarea{flex:1;border:1px solid #e2e8f0;border-radius:6px;font-family:Monaco,Courier New,monospace;font-size:12px;padding:8px;background:#f8fafc;resize:none}.code-file-preview-fallback{margin:0;padding:16px;font-size:12px;line-height:1.5;color:#1e293b;background:#f8fafc;flex:1;overflow:auto}.monitoring-tip{border:1px dashed #cbd5f5;border-radius:12px;padding:12px 14px;background:#f8fafc;font-size:12px;color:#475569;margin-bottom:20px}.monitoring-tip strong{display:block;color:#1d4ed8;margin-bottom:4px}.monitoring-tip ul{margin:6px 0 0;padding-left:16px}.monitoring-tip li{margin-bottom:2px}.deploy-staged{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#f0f9ff;margin-bottom:16px}.deploy-staged-header{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;color:#0369a1;margin-bottom:8px}.deploy-staged-actions{display:flex;gap:6px}.deploy-staged-item{border:1px solid #bae6fd;border-radius:8px;padding:10px;background:#fff;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:8px}.deploy-staged-title{font-size:13px;font-weight:600;color:#0f172a}.deploy-staged-meta{font-size:11px;color:#64748b}.deploy-staged-buttons{display:flex;gap:8px}.deploy-stage-btn{border:none;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;background:#0284c7;color:#fff;cursor:pointer}.deploy-stage-btn.secondary{background:#e2e8f0;color:#0f172a}.deploy-stage-btn:disabled{background:#bae6fd;cursor:not-allowed}.agent-suite-card{border:1px solid #c7d2fe;border-radius:10px;padding:12px;background:#eef2ff;display:flex;flex-direction:column;gap:8px}.agent-suite-title{font-size:12px;font-weight:600;color:#312e81;text-transform:uppercase}.agent-suite-desc{font-size:12px;color:#4338ca}.agent-suite-button{border:none;border-radius:6px;padding:8px 12px;font-size:12px;font-weight:600;background:#4c1d95;color:#fff;cursor:pointer}.agent-suite-button:disabled{background:#c4b5fd;cursor:not-allowed}.agent-suite-error{font-size:11px;color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;padding:6px 8px}.agent-suite-results{border-top:1px solid rgba(79,70,229,.2);padding-top:8px;display:flex;flex-direction:column;gap:4px}.agent-suite-result-row{display:flex;justify-content:space-between;font-size:11px;color:#312e81}.code-editor{flex:1;min-height:0;width:100%;overflow:auto;background:#fff;display:flex}.code-editor pre{white-space:pre-wrap;word-wrap:break-word}.sidebar-right{width:280px;background:#f8fafc;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;position:relative;flex-shrink:0;min-width:40px}.components-panel,.examples-panel,.config-panel,.requirements-panel{flex:1;overflow-y:auto;padding:8px;min-height:0}.projects-panel{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.node-category{margin-bottom:16px}.node-category-header{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;padding:8px;background:#fff;border-radius:4px;margin-bottom:4px}.node-list{display:flex;flex-direction:column;gap:4px;max-height:220px;overflow-y:auto;padding-right:4px}.node-item{padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:grab;font-size:12px;color:#1e293b;display:flex;align-items:center;gap:8px;transition:all .2s}.node-item:hover{background:#3b82f61a;border-color:#3b82f6;transform:translate(2px)}.node-item:active{cursor:grabbing}.example-item,.project-item{padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:8px;cursor:pointer;transition:all .2s}.example-item:hover,.project-item:hover{background:#3b82f60d;border-color:#3b82f6;transform:translate(2px)}.agent-chat{flex:1;overflow-y:auto;padding:8px}.agent-item{transition:all .2s}.agent-item:hover{transform:translate(2px)}.bottom-panel{display:flex;height:200px;border-top:1px solid #e2e8f0;background:#f8fafc;position:relative}.agent-activity{width:300px;min-width:300px;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.analytics-panel{width:200px;min-width:200px;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.resize-handle{-webkit-user-select:none;user-select:none}.resize-handle:hover{background:#3b82f633!important}.resize-handle-right:hover{border-right:2px solid #3b82f6}.resize-handle-left:hover{border-left:2px solid #3b82f6}.resize-handle-top:hover{border-top:2px solid #3b82f6}.resize-handle-bottom:hover{border-bottom:2px solid #3b82f6}.panel-header{padding:8px 12px;border-bottom:1px solid #e2e8f0;background:#fff}.agent-activity-content{flex:1;overflow-y:auto;padding:8px 12px;background:#fff}.chat-panel{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:12px;background:#fff}.terminal{flex:1;display:flex;flex-direction:column;overflow:hidden}.terminal-content{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:8px 12px}.terminal-output{flex:1;overflow-y:auto;margin-bottom:8px;font-family:Monaco,Courier New,monospace}.terminal-input-form{display:flex;align-items:center;gap:8px}.terminal-input{flex:1;background:transparent;border:none;color:#1e293b;font-family:Monaco,Courier New,monospace;font-size:12px;outline:none}.terminal-input::placeholder{color:#94a3b8}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#f1f5f9;border-left:1px solid #e2e8f0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px;border:2px solid #f1f5f9}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::-webkit-scrollbar-thumb:active{background:#64748b}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:1200px){.sidebar-left{width:200px}.sidebar-right{width:240px}}@media(max-width:768px){.builder-ide,.ide-content{flex-direction:column}.sidebar-left,.sidebar-right{width:100%;max-width:100%;position:relative;height:auto;min-height:200px}.main-editor{width:100%;max-width:100%}.sidebar-left.collapsed,.sidebar-right.collapsed{display:none}.workflow-canvas-container{overflow:auto;-webkit-overflow-scrolling:touch}}:root{--bg1:#f8fbff;--bg2:#eef3f8;--bg3:#e7eef7;--surface:#ffffff;--surface-2:#f8fafc;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--accent:#6366f1;--accent-2:#a855f7;--accent-lite:#c7d2fe;--shadow: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), 0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--font-sans: "Inter", "Space Grotesk", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;--font-display: "Space Grotesk", "Inter", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;--home-bg-dark:#050816;--home-bg-mid:#0b1120;--home-bg-highlight:#111a2b;--home-surface:#111b2f;--home-surface-2:#0f172a;--home-border:rgba(148,163,184,.15);--home-text:#e2e8f0;--home-muted:#94a3b8}html,body{min-height:100%;width:100%;max-width:100%;overflow-x:hidden;position:relative}*{box-sizing:border-box}body{word-wrap:break-word;overflow-wrap:break-word}#root{display:flex;flex-direction:column;min-height:100vh}#root>div{display:flex;flex-direction:column;flex:1;min-height:0}main,main>div{min-height:0}@keyframes nodeDropEnter{0%{opacity:0;transform:scale(.8) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.node-drop-enter{animation:nodeDropEnter .3s cubic-bezier(.34,1.56,.64,1)}body{margin:0;background:radial-gradient(900px 600px at 10% -10%,rgba(37,99,235,.08),transparent 60%),radial-gradient(800px 600px at 110% 8%,rgba(147,197,253,.1),transparent 60%),linear-gradient(180deg,var(--bg1),var(--bg2) 50%,var(--bg3) 100%);color:var(--text);font:16px/1.6 var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:var(--font-display);letter-spacing:.3px}.container{max-width:1280px;margin:0 auto;padding:0 20px}.home-shell{width:100%;min-height:100vh;background:radial-gradient(1200px 800px at -10% 0%,rgba(56,189,248,.22),transparent 65%),radial-gradient(1100px 700px at 110% 10%,rgba(168,85,247,.25),transparent 60%),linear-gradient(180deg,var(--home-bg-dark) 0%,var(--home-bg-mid) 55%,#050814 100%);color:var(--home-text)}.home-shell .subtitle{color:var(--home-muted)}.home-shell .eyebrow{color:var(--accent-lite);background:#6366f12e}.home-shell .note{color:var(--home-muted)}.home-nav{position:sticky;top:0;z-index:30;background:#05081ce6;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-bottom:1px solid rgba(255,255,255,.05)}.home-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}.home-nav__logo{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.4px;color:#fff;text-decoration:none;font-family:var(--font-display)}.home-nav__logo-dot{width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#a855f7);box-shadow:0 0 18px #38bdf8b3}.home-nav__links{display:flex;gap:18px;align-items:center}.home-nav__links a{color:#e2e8f0d9;text-decoration:none;font-size:14px;font-weight:500}.home-nav__links a:hover{color:#fff}.home-nav__actions{display:flex;gap:12px;align-items:center}.btn.ghost{border-color:#ffffff80;color:#fff;background:transparent}.btn.ghost.dark{border-color:#94a3b866;color:var(--home-text)}.btn.ghost.dark:hover{background:#94a3b814}.hero-modern{padding:48px 0 8px;background:radial-gradient(900px 520px at 0% -20%,rgba(59,130,246,.18),transparent 60%),radial-gradient(1000px 520px at 120% 0%,rgba(168,85,247,.22),transparent 60%),linear-gradient(180deg,#0f172a59,#0f172a00 70%)}.hero-modern__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:48px;align-items:flex-start}.hero-modern__primary{display:flex;flex-direction:column;gap:20px}.hero-modern__eyebrow{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--accent-lite)}.hero-modern__actions{display:flex;flex-wrap:wrap;gap:12px}.hero-modern__chips{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid rgba(148,163,184,.25);background:#0f172a99;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;color:var(--home-muted);cursor:pointer;transition:all .2s}.chip:hover{border-color:#6366f166;color:#fff}.hero-modern__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.hero-stat{padding:18px;border:1px solid var(--home-border);border-radius:16px;background:var(--home-surface);box-shadow:0 15px 40px #02061773}.hero-stat__value{font-size:26px;font-weight:800;color:#f8fafc}.hero-stat__label{font-size:13px;font-weight:600;color:var(--home-muted)}.hero-stat__detail{font-size:12px;color:var(--home-muted)}.hero-modern__trusted{display:flex;flex-wrap:wrap;gap:12px;align-items:center;font-size:13px;color:var(--home-muted)}.hero-modern__trusted-logos{display:flex;flex-wrap:wrap;gap:12px;color:#e2e8f0d9;font-weight:600;font-size:13px}.hero-modern__card{background:var(--home-surface);border:1px solid var(--home-border);border-radius:24px;padding:24px;box-shadow:0 25px 70px #02061799}.hero-modern__caption{font-size:12px;color:var(--home-muted);margin-top:12px;text-align:center}.home-main{width:100%;max-width:1400px;margin:0 auto;padding:0 24px 80px;display:flex;flex-direction:column;gap:32px;color:var(--home-text)}.panel{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:32px;box-shadow:var(--shadow)}.panel--glass{background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.panel--alt{background:var(--surface-2)}.home-shell .panel{background:var(--home-surface);border:1px solid var(--home-border);box-shadow:0 25px 60px #0206178c}.home-shell .panel--glass{background:#0f172aa6;border-color:#ffffff14}.home-shell .panel--alt{background:var(--home-surface-2);border-color:#94a3b81f}.feature-highlight-grid{display:flex;flex-direction:column;gap:28px}.section-heading-group{text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}.section-heading-group .subtitle{max-width:720px}.feature-highlight-grid__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.feature-card{border:1px solid var(--home-border);border-radius:18px;padding:20px;box-shadow:0 20px 40px #0206178c;background:var(--home-surface-2);display:flex;flex-direction:column;gap:12px;color:var(--home-text)}.feature-card__icon{font-size:28px}.feature-card p{color:var(--home-muted)}.feature-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--home-muted)}.feature-card ul li:before{content:"• ";color:var(--accent-lite)}.cta-panel{display:flex;flex-direction:column;gap:16px;background:linear-gradient(135deg,#1d4ed8,#7c3aed);color:#fff;box-shadow:0 30px 60px #1d4ed873}.cta-panel .subtitle{color:#f1f5f9e6}.cta-panel__actions{display:flex;flex-wrap:wrap;gap:12px}.site-footer{background:linear-gradient(180deg,#020617,#050816);color:#cbd5f5;padding:48px 0 24px;margin-top:24px;border-top:1px solid rgba(148,163,184,.12)}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px}.site-footer__grid h4{font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:#e2e8ff}.site-footer__grid ul{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:8px}.site-footer__grid a{color:#cbd5f5;text-decoration:none;font-size:13px}.site-footer__grid a:hover{color:#fff}.site-footer__meta{margin-top:32px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;font-size:13px;color:#94a3b8}.site-footer__social{display:flex;gap:12px}.project-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:#6366f12e;color:#c7d2fe;border-radius:999px;padding:2px 8px}.chip:focus-visible,.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.home-nav__logo-dot{animation:pulse 2.5s ease-in-out infinite}.hero-modern__trusted-logos span{opacity:.8}.hero-modern__trusted-logos span:hover{opacity:1;color:#fff}.cta-panel .btn.ghost.dark{border-color:#fff9;color:#fff}.cta-panel .btn.ghost.dark:hover{background:#ffffff1f}.panel.panel--glass,.hero-modern__card{isolation:isolate}.home-main section#examples{scroll-margin-top:80px}.hero-modern__chips .chip{font-size:12px;font-weight:600}.chip:focus{outline:none}.chip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(max-width:768px){.hero-modern__grid{grid-template-columns:1fr}.home-main{padding:0 16px 64px}.panel{padding:24px}.home-nav__links{display:none}.nav-inner{padding:8px 0}.container{padding:0 16px}.btn{padding:8px 14px;font-size:13px}body,html{overflow-x:hidden;max-width:100vw}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.prompt-card{padding:16px}.prompt-bar{padding:10px 12px;gap:8px}.prompt-input{font-size:14px;min-width:120px}.badge{white-space:nowrap;flex-shrink:0}.preview{margin-top:12px}.card{padding:16px;overflow-x:auto}.code{font-size:12px;padding:12px;overflow-x:auto;word-break:break-word}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #60a5facc}70%{transform:scale(1.1);box-shadow:0 0 0 8px #60a5fa00}to{transform:scale(1);box-shadow:0 0 #60a5fa00}}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.4px;color:#fff}.brand-dot{width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 10px var(--accent-lite)}.nav-links{display:flex;gap:18px;align-items:center}.nav-links a{color:#e0e7ff;text-decoration:none}.nav-links a:hover{color:#fff}.nav-actions{display:flex;gap:10px;align-items:center}.btn{border:1px solid var(--accent);background:transparent;color:var(--accent);padding:10px 18px;border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn:hover{background:#6366f114;transform:translateY(-1px);box-shadow:var(--shadow)}.btn:active{transform:translateY(0)}.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));border-color:var(--accent);color:#fff;box-shadow:0 8px 20px #6366f159}.btn.primary:hover{background:linear-gradient(135deg,var(--accent-2),var(--accent));box-shadow:0 18px 30px #6366f180;transform:translateY(-2px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.nav .btn{border-color:#fffc;color:#fff}.nav .btn.primary{background:#fff;color:var(--accent-2);border-color:#fff}.lang{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.6);border-radius:10px;padding:8px 10px}.lang option{color:#0f172a}.hero{padding:40px 0 60px;margin-bottom:0}.hero-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:center}@media(max-width:1200px){.hero-grid{grid-template-columns:1fr;gap:32px}}@media(max-width:768px){.hero{padding:40px 0}.hero-grid{gap:24px}.grid-3{grid-template-columns:1fr!important}.split{flex-direction:column}.devux-grid,.vwf-expanded{grid-template-columns:1fr!important}section[id=visual-workflow] h2{font-size:28px!important}section h2{font-size:28px!important}.title{font-size:32px!important}.subtitle{font-size:16px!important}.hero .hero-grid>div:first-child>div:first-of-type>div:last-child{flex-direction:column}.hero .hero-grid>div:first-child>div:first-of-type>div:last-child>div{width:100%;text-align:left!important}}@media(max-width:480px){.hero{padding:32px 0}.title{font-size:24px!important}.subtitle{font-size:14px!important}section h2{font-size:24px!important}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}.container{padding:0 12px}.btn{padding:10px 16px;font-size:14px;width:100%;max-width:100%}*{word-wrap:break-word;overflow-wrap:break-word}img{max-width:100%;height:auto}}@media(max-width:768px){#faq{font-size:32px!important}nav[aria-label="FAQ sections"] ul{grid-template-columns:1fr!important}.pricing-grid{grid-template-columns:1fr!important}.pricing-card{padding:24px!important}.pricing-card h3{font-size:24px!important}}@media(max-width:480px){#faq{font-size:28px!important}nav[aria-label="FAQ sections"]{padding:12px!important}.pricing-card{padding:20px!important}.pricing-card h3{font-size:20px!important}.pricing-faq{padding:24px!important}}.eyebrow{color:var(--accent);font-weight:700;letter-spacing:.15em;text-transform:uppercase;font-size:11px;display:inline-block;padding:6px 12px;background:#2563eb14;border-radius:20px;margin-bottom:16px}.subtitle{color:var(--muted);font-size:18px;line-height:1.7}.note{color:var(--muted);font-size:13px;line-height:1.6}.prompt-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-lg);transition:box-shadow .3s ease;width:100%;max-width:100%;box-sizing:border-box}.prompt-card:hover{box-shadow:var(--shadow-xl)}.prompt-bar{display:flex;gap:10px;align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 16px;transition:border-color .2s ease;width:100%;box-sizing:border-box;flex-wrap:wrap}.prompt-bar:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.prompt-input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--text);font:15px/1.6 JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Courier New,monospace;word-wrap:break-word;overflow-wrap:break-word}.badge{display:inline-flex;gap:6px;align-items:center;background:linear-gradient(135deg,#eef2ff,#f0f9ff);color:#1e40af;border:1px solid #c7d2fe;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.preview{margin-top:12px;display:grid;grid-template-columns:1fr;gap:10px}.card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px;box-shadow:var(--shadow);transition:all .2s ease}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-lite)}.card h4{margin:0 0 12px;font-size:16px;letter-spacing:.01em;color:#0f172a;font-weight:700}.code{background:#1e293b;border:1px solid #334155;border-radius:var(--radius-sm);padding:16px;color:#e2e8f0;font:13px/1.7 JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Courier New,monospace;overflow:auto;max-height:240px;box-shadow:inset 0 2px 4px #0003}.features{padding:40px 0}.grid-3{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}section{position:relative;clear:both;display:block;width:100%;box-sizing:border-box;overflow:visible}main>section{isolation:isolate}main>section+section{margin-top:0}header.hero{position:relative;margin-bottom:0}main{position:relative;margin-top:0;padding-top:0}.prompt-card{max-height:none;overflow:visible}.feature{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow);transition:all .3s ease;position:relative;overflow:hidden}.feature:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-lite));opacity:0;transition:opacity .3s ease}.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--accent-lite)}.feature:hover:before{opacity:1}.feature .icon{font-size:28px;margin-bottom:12px;display:inline-block;transition:transform .3s ease}.feature:hover .icon{transform:scale(1.1)}.feature h3{margin:12px 0 10px;font-size:20px;color:#0f172a;font-weight:700}.feature p{color:var(--muted);font-size:15px;line-height:1.6;margin-bottom:8px}.feature small{color:var(--muted);font-size:13px;font-style:italic}.vwf{padding:40px 0}.vwf-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:24px;overflow:auto;transition:box-shadow .3s ease}.vwf-wrap:hover{box-shadow:var(--shadow-xl)}.vwf-svg{width:100%;height:380px;display:block;max-width:100%}.vwf-node{fill:#fff;stroke:#cbd5e1;transition:all .3s ease}.vwf-node-title{font:600 12px Inter,system-ui,sans-serif;fill:#0f172a}.vwf-node-sub{font:11px Inter,system-ui,sans-serif;fill:#475569}.vwf-edge{stroke:#94a3b8;stroke-width:2;marker-end:url(#arrow)}.vwf-edge-animated{stroke:#6366f1;stroke-width:2.5;stroke-dasharray:8,4;animation:vwf-edge-flow 2s linear infinite;opacity:.8}.vwf-parallel{fill:#ecfeff;stroke:#67e8f9}.vwf-seq{fill:#eef2ff;stroke:#93c5fd}.vwf-start{fill:#dcfce7;stroke:#86efac}.vwf-end{fill:#fee2e2;stroke:#fca5a5}.vwf-node-group{opacity:0;transform:scale(.8);animation:vwf-node-appear .6s ease-out forwards,vwf-node-pulse-continuous 3s ease-in-out .6s infinite}.vwf-delay-0{animation-delay:0s,.6s}.vwf-delay-1{animation-delay:.15s,.75s}.vwf-delay-2{animation-delay:.3s,.9s}.vwf-delay-3{animation-delay:.45s,1.05s}.vwf-delay-4{animation-delay:.6s,1.2s}.vwf-delay-5{animation-delay:.75s,1.35s}.vwf-delay-6{animation-delay:.9s,1.5s}@keyframes vwf-edge-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:12}}@keyframes vwf-node-appear{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes vwf-node-pulse-continuous{0%,to{opacity:1;transform:scale(1);filter:drop-shadow(0 0 2px rgba(99,102,241,.3))}50%{opacity:.95;transform:scale(1.02);filter:drop-shadow(0 0 6px rgba(99,102,241,.5))}}.vwf-svg:hover .vwf-node{animation:vwf-node-pulse 2s ease-in-out infinite}@keyframes vwf-node-pulse{0%,to{filter:drop-shadow(0 0 2px rgba(99,102,241,.3))}50%{filter:drop-shadow(0 0 8px rgba(99,102,241,.6))}}.chevron{display:inline-block;width:18px;text-align:center;color:var(--muted);transition:transform .18s,color .12s}.chevron.open{transform:rotate(90deg);color:var(--accent-2)}.palette-header:hover{filter:brightness(.98)}@keyframes palettePulse{0%{box-shadow:0 0 #f59e0b24;transform:translateY(0)}50%{box-shadow:0 8px 30px 4px #f59e0b14;transform:translateY(-2px)}to{box-shadow:0 0 #f59e0b1f;transform:translateY(0)}}.palette-pulse{animation:palettePulse 1.4s ease-in-out infinite}*{scrollbar-gutter:stable}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0f172a1a;border-radius:999px;border:2px solid transparent;background-clip:padding-box}*{scrollbar-width:thin;scrollbar-color:rgba(15,23,42,.1) transparent}.chat-scroll-track{position:absolute;right:8px;top:8px;bottom:8px;width:10px;display:flex;align-items:flex-start;justify-content:center;pointer-events:all}.chat-scroll-thumb{position:absolute;right:0;width:6px;border-radius:999px;background:#0f172a1f;box-shadow:0 1px 4px #0206170f;cursor:pointer}@keyframes tooltipIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.palette-tooltip{animation:tooltipIn .18s ease-out}.palette-focus-ring:focus{outline:3px solid rgba(59,130,246,.18);outline-offset:2px;border-radius:6px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out}.measured-node.node-drop-enter{--node-drop-duration: .16s;--node-drop-ease: cubic-bezier(.22,.9,.37,1);animation:nodeDropEnter var(--node-drop-duration) var(--node-drop-ease);will-change:transform,opacity}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes nodeDropEnter{0%{transform:translateY(-6px) scale(.96);opacity:0}60%{transform:translateY(2px) scale(1.02);opacity:1}to{transform:translateY(0) scale(1);opacity:1}}@media(prefers-reduced-motion:reduce){.measured-node.node-drop-enter{animation:none!important}}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}.ul{margin:10px 0 0;padding:0 0 0 16px;color:var(--muted)}.ul li{margin:6px 0}.devux{background:linear-gradient(180deg,#f0f4ff,#f8fafc);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:40px 0;margin-top:28px}.devux-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:32px;align-items:center}.devux-mock{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);padding:12px}.devux-text h3{color:#1e40af;font-weight:600;margin:0 0 8px}.devux-text p{color:#334155;margin:0 0 8px}.devux-text ul{margin:8px 0 0 18px;color:#334155}.devux-text li{margin:6px 0}footer{background:linear-gradient(180deg,#1e293b,#0f172a);color:#f1f5f9;margin-top:auto;border-top:1px solid rgba(255,255,255,.1)}.footer-inner{display:grid;grid-template-columns:1fr;gap:10px;padding:32px 0;text-align:center}.small{font-size:13px;color:#cbd5e1;letter-spacing:.3px}@media(max-width:980px){.hero-grid,.split,.grid-3,.devux-grid{grid-template-columns:1fr}}.control-button{background:#ffffffe0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 18px #02061714;border-radius:10px;transition:background .12s ease,transform .08s ease}.control-button:hover{background:#fffffffa;transform:translateY(-1px)}.control-button:active{transform:translateY(0)}.control-button svg{display:block}.home-polished{width:100%;min-height:100vh;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.hero-section{position:relative;width:100%;max-width:100vw;padding:64px clamp(16px,3vw,32px) 60px;background:linear-gradient(180deg,#fff,#fafbfc);border-bottom:1px solid #e5e7eb;overflow-x:hidden;box-sizing:border-box}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);background-size:50px 50px;opacity:.4;pointer-events:none}.hero-container{position:relative;max-width:1280px;margin:0 auto;z-index:1;width:100%;padding:0 clamp(12px,2vw,24px);box-sizing:border-box}.hero-headline{text-align:center;margin-bottom:36px;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:clamp(28px,5.5vw,64px);font-weight:700;line-height:1.2;margin:0 0 24px;color:#111827;letter-spacing:-.5px;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;width:100%;box-sizing:border-box;padding:0}.gradient-text{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.hero-subtitle{font-size:clamp(15px,2vw,21px);line-height:1.6;color:#6b7280;max-width:800px;margin:0 auto;font-weight:400;word-wrap:break-word;overflow-wrap:break-word;padding:0 8px}.hero-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(32px,4vw,48px);align-items:start;margin-top:36px;width:100%;box-sizing:border-box}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:32px;width:100%;padding:0 8px;box-sizing:border-box}.hero-right{order:-1;width:100%}.hero-left{width:100%}}.hero-left{display:flex;flex-direction:column;gap:28px}.hero-cta-group{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;animation:fadeInUp .5s ease-out .1s both}.btn-large{font-size:16px;padding:16px 32px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:56px}.btn-primary{background:#2563eb;color:#fff;border:none;border-radius:8px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;cursor:pointer;position:relative;overflow:hidden;font-weight:600}.btn-primary:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb33,0 2px 4px #00000014;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;font-weight:600}.btn-secondary:hover{border-color:#9ca3af;background:#f9fafb;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.btn-icon{font-size:20px;display:inline-block}.quick-examples{animation:fadeInUp .5s ease-out .15s both}.section-label{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:var(--text);margin-bottom:16px}.label-icon{font-size:20px}.example-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.example-btn{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease;text-align:left}.example-btn:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1a;background:#fafbfc}.example-icon{font-size:18px;flex-shrink:0}.example-content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px}.example-label{flex:1;font-weight:600;color:#0f172a}.example-badge{font-size:10px;text-transform:uppercase;letter-spacing:.5px;padding:2px 6px;border-radius:999px;border:1px solid transparent;font-weight:700}.example-badge--beta{border-color:#f87171;color:#b91c1c;background:#f871711f}.example-badge--validated{border-color:#34d399;color:#047857;background:#34d39926}.example-hint{display:flex;align-items:center;gap:8px;margin-top:12px;color:var(--muted);font-size:13px;font-weight:500}.example-validation-panel{margin-top:16px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0f172a0d;overflow-x:auto;max-width:100%}.example-validation-header{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}.example-validation-title{font-weight:600;font-size:13px;text-transform:uppercase;color:#0f172a;letter-spacing:.4px}.example-validation-subtitle{font-size:12px;color:#6b7280}.example-validation-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;width:100%}.example-validation-item{border:1px solid #f1f5f9;border-radius:10px;padding:12px 14px;background:#f8fafc;height:100%;display:flex;flex-direction:column;gap:6px}.example-validation-item__head{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px}.example-validation-status{text-transform:uppercase;font-size:10px;letter-spacing:.5px;padding:2px 6px;border-radius:999px;border:1px solid transparent}.example-validation-status--validated{border-color:#34d399;color:#047857;background:#34d39926}.example-validation-status--pending,.example-validation-status--beta{border-color:#fbbf24;color:#92400e;background:#fbbf2433}.example-validation-status--blocked{border-color:#f87171;color:#991b1b;background:#f8717133}.example-validation-nodes{display:flex;flex-direction:column;font-size:12px;margin-top:6px;color:#0f172a}.example-validation-nodes span:first-child{font-weight:600;text-transform:uppercase;font-size:11px;color:#475569}.example-validation-notes{font-size:12px;color:#475569;margin:6px 0 0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;animation:fadeInUp .5s ease-out .2s both}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px 18px;text-align:center;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.stat-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.stat-value{font-size:36px;font-weight:700;color:#111827;margin-bottom:4px;letter-spacing:-.5px}.stat-label{font-size:14px;font-weight:600;color:#374151;margin-bottom:4px}.stat-description{font-size:12px;color:#6b7280;line-height:1.4}.feature-badges{display:flex;flex-wrap:wrap;gap:8px;animation:fadeInUp .5s ease-out .25s both}.badge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;font-weight:500;color:#374151;transition:all .15s ease;cursor:pointer}.badge:hover{background:#e5e7eb;border-color:#d1d5db}.badge:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.badge--active{border-color:#2563eb;background:#e0edff;color:#1d4ed8}.badge-icon{font-size:16px}.badge-detail{margin-top:12px;padding:16px 18px;border:1px solid #dbeafe;background:#eff6ff;border-radius:10px;text-align:left;animation:fadeInUp .3s ease}.badge-detail__title{display:flex;align-items:center;gap:8px;font-size:15px;margin-bottom:6px;color:#1e3a8a}.badge-detail p{margin:0;font-size:14px;color:#1f2937;line-height:1.5}.hero-right{animation:fadeInUp .5s ease-out .3s both}.prompt-card-wrapper{position:sticky;top:80px}.main-content{width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(16px,3vw,28px)}.section-content{text-align:center;margin:0 auto;padding:40px 0}.eyebrow{display:inline-block;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#2563eb;background:transparent;padding:0;margin-bottom:16px}.section-title{font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.2;margin:0 0 16px;color:#111827;letter-spacing:-1px}.section-subtitle{font-size:clamp(16px,2vw,19px);line-height:1.6;color:#6b7280;max-width:720px;margin:0 auto 28px;font-weight:400}.connector-cta-section{background:#f9fafb;margin:32px 0;border-radius:16px;padding:40px clamp(16px,3vw,28px);border:1px solid #e5e7eb}.use-cases-section{padding:48px 0}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:32px}.use-case-card{padding:32px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;transition:all .2s cubic-bezier(.4,0,.2,1);text-align:left}.use-case-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014;border-color:#d1d5db}.use-case-icon{font-size:48px;margin-bottom:20px;display:inline-block}.use-case-title{font-size:20px;font-weight:600;margin:0 0 12px;color:#111827}.use-case-description{font-size:15px;line-height:1.6;color:#6b7280;margin:0 0 16px}.use-case-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.use-case-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:#6b7280}.feature-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#2563eb;color:#fff;border-radius:50%;font-size:11px;font-weight:700;flex-shrink:0}.use-case-examples{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb;font-size:13px;color:#6b7280;line-height:1.5}.use-case-examples strong{color:#374151;font-weight:600}.why-section{padding:64px 0;background:#fafbfc}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:48px}.why-card{padding:32px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;transition:all .2s ease;text-align:center}.why-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014;border-color:#d1d5db}.why-icon{font-size:56px;margin-bottom:20px;display:inline-block}.why-title{font-size:20px;font-weight:600;margin:0 0 12px;color:#111827}.why-description{font-size:15px;line-height:1.6;color:#6b7280;margin:0}.trust-section{padding:64px 0;background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:48px}.trust-card{padding:32px 24px;background:#fafbfc;border:1px solid #e5e7eb;border-radius:8px;text-align:center;transition:all .2s ease}.trust-card:hover{border-color:#d1d5db;background:#fff;box-shadow:0 4px 12px #00000014}.trust-value{font-size:28px;font-weight:700;color:#2563eb;margin-bottom:8px}.trust-label{font-size:14px;font-weight:500;color:#6b7280}.visual-workflow-section{padding:48px 0}@media(max-width:768px){.hero-section{padding:40px 12px 60px;overflow-x:hidden;width:100%;max-width:100vw}.hero-container{padding:0 4px;width:100%;max-width:100%}.hero-headline{margin-bottom:32px;padding:0;width:100%;max-width:100%}.hero-title{font-size:26px;line-height:1.3;letter-spacing:-.3px;padding:0;width:100%;box-sizing:border-box}.hero-subtitle{font-size:15px;line-height:1.5;padding:0;width:100%;box-sizing:border-box}.hero-headline{width:100%;box-sizing:border-box}.hero-cta-group{flex-direction:column;width:100%;gap:12px}.btn-large{width:100%;justify-content:center;padding:14px 24px}.stats-grid{grid-template-columns:1fr;gap:16px}.example-grid{grid-template-columns:1fr;gap:12px}.use-cases-grid,.why-grid,.trust-grid{grid-template-columns:1fr;gap:20px}.section-content{padding:40px 0}.connector-cta-section{margin:40px 0;padding:40px 20px}.why-section,.trust-section{padding:48px 0}.main-content{padding:0 16px}.screenshots-gallery{grid-template-columns:1fr;gap:20px;padding:0 16px}.example-validation-list{grid-template-columns:1fr}}@media(max-width:480px){.hero-section{padding:32px 8px 48px;overflow-x:hidden;width:100%;max-width:100vw}.hero-container{padding:0 2px;width:100%;max-width:100%}.hero-headline{padding:0;width:100%;max-width:100%}.hero-title{font-size:22px;line-height:1.3;letter-spacing:-.2px;padding:0;margin-bottom:16px;width:100%;box-sizing:border-box}.hero-subtitle{font-size:14px;line-height:1.5;padding:0;width:100%;box-sizing:border-box}.gradient-text{display:block;margin-top:4px;width:100%}.hero-headline{width:100%;box-sizing:border-box}.prompt-card-wrapper{width:100%;max-width:100%}.prompt-card{width:100%;max-width:100%;padding:16px}.badge{font-size:12px;padding:8px 12px}.section-title{font-size:28px}.section-subtitle{font-size:15px}}.builder-screenshots-section{background:#fff;padding:80px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.screenshots-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1200px;margin:40px auto 0;padding:0 clamp(16px,3vw,28px)}.screenshot-item{position:relative;border-radius:12px;overflow:hidden;background:#f9fafb;border:1px solid #e5e7eb;transition:all .3s ease;cursor:pointer}.screenshot-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#2563eb}.screenshot-wrapper{position:relative;width:100%;padding-top:62.5%;overflow:hidden;background:#f3f4f6}.screenshot-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.screenshot-item:hover .screenshot-image{transform:scale(1.05)}.screenshot-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:16px;opacity:0;transition:opacity .3s ease}.screenshot-item:hover .screenshot-overlay{opacity:1}.screenshot-label{color:#fff;font-size:14px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.screenshot-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#9ca3af;font-size:14px;font-weight:500;text-align:center;padding:20px}.screenshots-cta{margin-top:48px;text-align:center}@media(max-width:768px){.screenshots-gallery{grid-template-columns:1fr;gap:20px}.builder-screenshots-section{padding:60px 0}}@media(min-width:769px)and (max-width:1024px){.screenshots-gallery{grid-template-columns:repeat(2,1fr)}}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
