@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;700&display=swap);:root{--bg:#09090b;--bg-card:#18181b;--bg-panel:#121214;--accent:#fff;--accent2:#71717a;--green:#fff;--orange:#a1a1aa;--red:#fff;--text:#f4f4f5;--muted:#71717a;--border:#27272a;--glow:#0000;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#09090b;background:var(--bg);color:#f4f4f5;color:var(--text)}.landing,body{font-family:Outfit,sans-serif}.landing{background:#09090b;color:#ededed;display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative}.landing:before{display:none}.landing-header{align-items:center;border-bottom:1px solid #1a1a1a;display:flex;justify-content:space-between;padding:1.5rem 3rem}@media (max-width:768px){.landing-header{flex-direction:column;gap:1rem;padding:1.5rem 1rem;text-align:center}}.landing-logo{align-items:center;color:#ededed;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;letter-spacing:-.5px}@media (max-width:768px){.landing-attribution{order:3}}.hero-section{margin:0 auto;max-width:900px;padding:8rem 3rem 5rem;text-align:center}.hero-title{color:#fff;font-size:5rem;font-weight:800;letter-spacing:-.05em;line-height:1.1;margin-bottom:2rem}@media (max-width:768px){.hero-section{padding:4rem 1.5rem 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}}.hero-subtitle{color:#a1a1aa;font-size:1.25rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:680px}.feature-grid{display:flex;gap:1.5rem;margin:0 auto;max-width:900px;padding:0 3rem 6rem;width:100%}@media (max-width:768px){.feature-grid{flex-direction:column;padding:0 1.5rem 4rem}}.feature-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:32px;box-shadow:0 4px 20px #0003;cursor:pointer;display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:2.5rem 2rem;position:relative;transition:all .5s cubic-bezier(.23,1,.32,1)}.feature-card:hover{background:#ffffff0f;border-color:#8b5cf666;box-shadow:0 30px 60px #0006,0 0 20px #8b5cf61a;transform:translateY(-12px) scale(1.02)}.feature-card:after{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:1px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .5s}.feature-card:hover:after{opacity:1}.feature-card-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.feature-card-icon{align-items:center;background:#18181b;border:1px solid #27272a;border-radius:8px;color:#ededed;display:flex;height:40px;justify-content:center;width:40px}.feature-card-header h2{color:#ededed;font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.feature-card-desc{color:#a1a1aa;flex-grow:1;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.feature-card-footer{align-items:center;color:#a1a1aa;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;transition:all .2s}.feature-card:hover .feature-card-footer{color:#fff;gap:.75rem}.app{display:flex;height:100vh;overflow:hidden}@media (max-width:768px){.app{flex-direction:column}}.sidebar{background:#121214;background:var(--bg-panel);border-right:1px solid #27272a;border-right:1px solid var(--border);display:flex;flex-direction:column;height:100%;min-width:360px;overflow:hidden;width:360px}@media (max-width:768px){.sidebar{border-bottom:1px solid #27272a;border-bottom:1px solid var(--border);border-right:none;height:auto;max-height:50vh;min-width:100%!important;width:100%!important}.sidebar-body{padding:1rem}}.sidebar-head{border-bottom:1px solid #27272a;border-bottom:1px solid var(--border);gap:.75rem;padding:1.5rem}.back-btn,.sidebar-head{align-items:center;display:flex;flex-shrink:0}.back-btn{background:#18181b;border:1px solid #27272a;border:1px solid var(--border);border-radius:8px;color:#71717a;color:var(--muted);cursor:pointer;font-size:1rem;height:32px;justify-content:center;transition:all .2s;width:32px}.back-btn:hover{background:#27272a;color:#f4f4f5;color:var(--text)}.sidebar-logo{color:#ededed;font-size:1.3rem;font-weight:800}.sidebar-mode-badge{border-radius:20px;font-size:.7rem;font-weight:600;letter-spacing:1px;padding:3px 10px;text-transform:uppercase}.build-badge,.improve-badge{background:#ffffff14;border:1px solid #fff3;color:#fff}.sidebar-body{display:flex;flex:1 1;flex-direction:column;gap:1.25rem;overflow-y:auto;padding:1.5rem}.sidebar-body::-webkit-scrollbar{width:4px}.sidebar-body::-webkit-scrollbar-thumb{background:#27272a;background:var(--border);border-radius:10px}.sidebar-footer{border-top:1px solid #27272a;border-top:1px solid var(--border);flex-shrink:0;padding:1.25rem 1.5rem}.section-label{align-items:center;border-bottom:1px solid #27272a;border-bottom:1px solid var(--border);color:#71717a;color:var(--muted);display:flex;font-size:.7rem;font-weight:700;gap:.5rem;letter-spacing:1.5px;margin-bottom:.25rem;padding-bottom:.5rem;text-transform:uppercase}.section-label.accent{border-color:#0af3;color:#fff;color:var(--accent)}.section-label.purple{border-color:#7c3aed33;color:#71717a;color:var(--accent2)}.section-label.red{border-color:#ef444433;color:#fff;color:var(--red)}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{color:#a1a1aa;font-size:.82rem;font-weight:600}.input-g{background:#09090b;border:1px solid #27272a;border-radius:8px;color:#fff;font-family:Inter,sans-serif;font-size:.95rem;outline:none;padding:12px 14px;transition:all .2s;width:100%}.input-g:focus{background:#09090b;border-color:#fff}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 40px #09090b!important}.input-g option{background:#18181b;background:var(--bg-card)}textarea.input-g{font-family:JetBrains Mono,monospace;font-size:.82rem;line-height:1.6;min-height:100px;resize:vertical}.checkbox-row{align-items:center;color:#ededed;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.checkbox-row input{accent-color:#fff;accent-color:var(--accent);height:15px;width:15px}.feat-grid{grid-gap:.4rem;display:grid;gap:.4rem;grid-template-columns:1fr 1fr}.feat-chip{align-items:center;background:#000;border:1px solid #27272a;border:1px solid var(--border);border-radius:8px;color:#71717a;color:var(--muted);cursor:pointer;display:flex;font-size:.82rem;gap:.4rem;padding:7px 10px;transition:all .2s}.feat-chip.active{background:#ffffff1a;border-color:#fff6;color:#fff}.feat-chip.active .feat-dot{background:#fff}.feat-dot{background:#3f3f46;border-radius:50%;height:6px;transition:background .2s;width:6px}.btn-primary{background:#ededed;border:none;border-radius:8px;color:#000;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:13px;transition:all .2s;width:100%}.btn-primary:hover{background:#fff}.btn-primary:disabled{background:#27272a;color:#52525b;cursor:not-allowed}.btn-purple{background:#ededed;border:none;border-radius:8px;color:#000;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:13px;transition:all .2s;width:100%}.btn-purple:hover{background:#fff}.btn-purple:disabled{background:#27272a;color:#52525b;cursor:not-allowed}.main{background:#000;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.main-toolbar{align-items:center;background:#0a0a0a;border-bottom:1px solid #27272a;display:flex;flex-shrink:0;gap:1rem;overflow-x:auto;padding:.75rem 1.5rem;scrollbar-width:none}@media (max-width:768px){.main-toolbar{gap:.5rem;padding:.5rem 1rem}.toolbar-title{display:none}.toolbar-tab{font-size:.75rem;padding:4px 12px}}.main-toolbar::-webkit-scrollbar{display:none}.toolbar-title{color:#ededed;font-size:.9rem;font-weight:700;letter-spacing:-.2px;margin-right:1.5rem;white-space:nowrap}.toolbar-tab,.toolbar-title{font-family:Outfit,sans-serif}.toolbar-tab{background:#0000;border:1px solid #27272a;border-radius:20px;color:#a1a1aa;cursor:pointer;font-size:.82rem;font-weight:600;padding:6px 16px;transition:all .2s}.toolbar-tab.active{background:#ededed;border-color:#ededed;color:#000}.canvas-area{flex:1 1;overflow:hidden;position:relative}.lld-panel{animation:panelIn .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0afa;border:1px solid #27272a;border-radius:12px;bottom:1.5rem;box-shadow:0 20px 40px -10px #00000080,0 10px 20px -5px #0000004d;max-height:60vh;overflow-y:auto;padding:1.25rem;position:absolute;right:1.5rem;width:340px;z-index:100}@media (max-width:768px){.lld-panel{bottom:.5rem;left:.5rem;max-height:40vh;right:.5rem;width:auto}}.lld-panel::-webkit-scrollbar{width:4px}.lld-panel::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:10px}.lld-panel h3{color:#ededed;font-size:1rem;font-weight:700;margin-bottom:.5rem}.lld-panel .layer-tag{background:#10b9811a;border:1px solid #10b9814d;border-radius:4px;color:#34d399;display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.5px;padding:2px 8px;text-transform:uppercase}.lld-panel ul{display:flex;flex-direction:column;gap:5px;margin-top:.75rem;padding-left:1.2rem}.lld-panel li{color:#a1a1aa;font-size:.85rem;line-height:1.5}.lld-close{align-items:center;background:#18181b;border:1px solid #27272a;border-radius:6px;color:#a1a1aa;cursor:pointer;display:flex;float:right;font-size:1rem;height:26px;justify-content:center;width:26px}.lld-close:hover{background:#27272a;color:#ededed}.improve-output{background:#000;display:flex;flex-direction:column;height:100%;overflow:hidden}.improve-tabs{background:#000;border-bottom:1px solid #27272a;display:flex;flex-shrink:0}.improve-tab{border-bottom:2px solid #0000;color:#a1a1aa;cursor:pointer;font-size:.88rem;font-weight:600;padding:12px 24px;transition:all .2s}.improve-tab.active{border-bottom-color:#8b5cf6;color:#ededed}.improve-content{flex:1 1;overflow-x:auto;overflow-y:auto;padding:2rem}@media (max-width:768px){.improve-content{padding:1rem}}.issue-card{background:#0a0a0a;border:1px solid #27272a;border-left:4px solid #fff;border-left:4px solid var(--red);border-radius:12px;margin-bottom:1rem;padding:1.25rem}.issue-card.warning{border-left-color:#a1a1aa;border-left-color:var(--orange)}.issue-card.info{border-left-color:#fff;border-left-color:var(--accent)}.issue-card.good{border-left-color:#fff;border-left-color:var(--green)}.issue-title{color:#ededed;font-size:.95rem;font-weight:700;margin-bottom:.5rem}.issue-desc{color:#a1a1aa;font-size:.88rem;line-height:1.6}.issue-fix{background:#3b82f61a;border-radius:6px;color:#60a5fa;font-size:.85rem;margin-top:.75rem;padding:.6rem .8rem}.empty-state{background:#000;flex-direction:column;gap:1rem;height:100%}.empty-icon,.empty-state{align-items:center;display:flex;justify-content:center}.empty-icon{color:#27272a;font-size:3rem;margin-bottom:.5rem}.empty-icon svg{stroke:#3f3f46}.empty-title{color:#ededed;font-size:1.1rem;font-weight:600}.empty-desc{color:#a1a1aa;font-size:.9rem;line-height:1.7;max-width:380px;text-align:center}@keyframes panelIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media print{body{background:#fff;color:#000}#export-pdf-btn,.back-btn,.lld-close,.main-toolbar,.sidebar,::-webkit-scrollbar{display:none!important}.app,.main{display:block;height:auto;overflow:visible}.main{width:100%}.canvas-area{background:#fff!important;height:auto;min-height:11in;overflow:visible;padding:0!important;width:100%}.react-flow,.react-flow__renderer{height:800px!important}.canvas-area>div{height:auto!important;overflow:visible!important}.canvas-area>div,.canvas-area>div>div{background:#fff!important;color:#000!important}.canvas-area>div>div{border-color:#ddd!important;break-inside:avoid;page-break-inside:avoid}.mermaid-container,.toolbar-title,h2,h3{color:#000!important}.mermaid-container{background:#fff!important;border-color:#ddd!important;overflow:visible!important;page-break-inside:avoid}.mermaid-container svg{height:auto;max-width:100%}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-card{animation:fadeInUp .8s cubic-bezier(.23,1,.32,1) both}.feature-card:nth-child(2){animation-delay:.1s}.mermaid-container svg{display:block;height:auto!important;max-width:100%}.editable-input{background:#000;border:1px solid #ffffff26;border-radius:0;color:#fff!important;cursor:text;font-family:JetBrains Mono,monospace;font-size:1.1rem;outline:none;padding:12px 16px;transition:all .2s}.editable-input:hover{background:#ffffff08;border-color:#fff6}.editable-input:focus{background:#ffffff0d;border-color:#fff;box-shadow:0 0 15px #ffffff0d}.editable-input::-webkit-inner-spin-button,.editable-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (max-width:768px){.desktop-only{display:none!important}.diagram-title{font-size:.8rem!important;left:10px!important;top:10px!important}.diagram-subtitle{font-size:.6rem!important;letter-spacing:1px!important}.toolbar-tab{font-size:.7rem;padding:4px 8px}}.mobile-only{display:none}@media (max-width:768px){.mobile-only{display:block}}.react-flow{direction:ltr}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{cursor:grab;z-index:1}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{overflow:visible;pointer-events:none}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{cursor:pointer;pointer-events:visibleStroke}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:grab;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background:#1a192b;border:1px solid #fff;border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:-4px;left:50%;top:auto;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{left:-4px;top:50%;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translateX(-50%)}.react-flow__attribution{background:#ffffff80;font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{height:100%;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{align-items:center;background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:initial;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;user-select:none;width:16px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{max-height:12px;max-width:12px;width:100%}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;height:4px;transform:translate(-50%,-50%);width:4px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}
/*# sourceMappingURL=main.2e2f35e4.css.map*/