.NoteBoard-module__R74sra__boardSection{justify-content:center;align-items:center;min-height:100%;padding:1rem;display:flex}.NoteBoard-module__R74sra__flowShell{border:1px solid var(--card-border);background-color:var(--paper);background-image:radial-gradient(#1c1a1714 1px,#0000 0);background-position:-10px -10px;background-size:20px 20px;border-radius:24px;width:min(1600px,95%);height:min(900px,85vh);min-height:640px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003}.NoteBoard-module__R74sra__flowCanvas{width:100%;height:100%}.NoteBoard-module__R74sra__nodeCard{border:2px solid var(--card-border);height:auto;min-height:100%;font-family:var(--font-hand),"Patrick Hand",cursive;background:#fffef6;border-radius:22px;padding:18px;position:relative;box-shadow:0 6px 12px #00000014}.NoteBoard-module__R74sra__nodeInner{flex-direction:column;gap:12px;display:flex}.NoteBoard-module__R74sra__nodeHeader{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.NoteBoard-module__R74sra__nodeTitle{margin:0;font-size:1.35rem;font-weight:700;line-height:1.3}.NoteBoard-module__R74sra__editButton{color:#1c1a17cc;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:4px;transition:background .15s}.NoteBoard-module__R74sra__editButton:hover,.NoteBoard-module__R74sra__editButton:focus-visible{background:#00000014}.NoteBoard-module__R74sra__nodeBody{color:#1c1a17;flex:none;font-size:1.15rem;line-height:1.65;overflow:visible}.NoteBoard-module__R74sra__editorWrapper{flex-direction:column;gap:10px;display:flex}.NoteBoard-module__R74sra__editor{width:100%;min-height:150px;font-family:var(--font-hand),"Patrick Hand",cursive;resize:vertical;background:#fff;border:2px dashed #1c1a1759;border-radius:16px;padding:1rem;font-size:1rem;line-height:1.5}.NoteBoard-module__R74sra__editor:focus{outline-offset:2px;border-color:#1c1a17cc;outline:2px solid #1c1a1799}.NoteBoard-module__R74sra__richEditorShell{background:#fff;border:2px dashed #1c1a1759;border-radius:16px;flex-direction:column;display:flex}.NoteBoard-module__R74sra__richEditorToolbar{border-bottom:1px solid #1c1a171f;gap:.25rem;padding:.4rem .5rem;display:flex}.NoteBoard-module__R74sra__richEditorButton{cursor:pointer;color:#1c1a17cc;background:0 0;border:none;border-radius:10px;padding:.15rem .6rem;font-size:.95rem;font-weight:600}.NoteBoard-module__R74sra__richEditorButton[data-active=true]{background:#1c1a1714}.NoteBoard-module__R74sra__richEditor{cursor:text;min-height:180px;padding:.6rem .9rem .9rem}.NoteBoard-module__R74sra__richEditor .ProseMirror{min-height:150px;font-family:var(--font-hand),"Patrick Hand",cursive;font-size:1rem;line-height:1.5}.NoteBoard-module__R74sra__richEditor .ProseMirror:focus{outline-offset:2px;outline:2px solid #1c1a1799}.NoteBoard-module__R74sra__richEditor .ProseMirror p+p{margin-top:.5rem}.NoteBoard-module__R74sra__editorLoading{color:#1c1a17a6;background:#fff;border:2px dashed #1c1a1759;border-radius:16px;justify-content:center;align-items:center;min-height:150px;font-size:.95rem;display:flex}.NoteBoard-module__R74sra__editorActions{justify-content:flex-end;gap:.5rem;display:flex}.NoteBoard-module__R74sra__editorButton,.NoteBoard-module__R74sra__editorButtonPrimary{cursor:pointer;border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:.95rem;transition:transform .15s,box-shadow .15s}.NoteBoard-module__R74sra__editorButton{color:#1c1a17;background:#00000014}.NoteBoard-module__R74sra__editorButtonPrimary{color:#fff9db;background:#1c1a17}.NoteBoard-module__R74sra__nodeBody p+p{margin-top:.75rem}.NoteBoard-module__R74sra__nodeBody strong{font-weight:700}.NoteBoard-module__R74sra__nodeDiagramWrapper{pointer-events:none;background:#fff;border:1px dashed #1c1a1740;border-radius:16px;width:100%;padding:.5rem}.NoteBoard-module__R74sra__nodeDiagram{width:100%;height:auto}.NoteBoard-module__R74sra__nodeDiagram svg{width:100%;height:auto;display:block}.NoteBoard-module__R74sra__diagramPreviewButton{cursor:pointer;background:0 0;border:none;flex:none;margin-top:.5rem;padding:0}.NoteBoard-module__R74sra__modalOverlay{z-index:50;-webkit-backdrop-filter:blur(8px);background:#1c1a1766;justify-content:center;align-items:center;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) NoteBoard-module__R74sra__overlayFadeIn;display:flex;position:fixed;inset:0}.NoteBoard-module__R74sra__modalOverlayClosing{animation:.2s cubic-bezier(.16,1,.3,1) forwards NoteBoard-module__R74sra__overlayFadeOut}.NoteBoard-module__R74sra__modalContent{transform-origin:50%;background:#fdfcfa;border:1px solid #1c1a1714;border-radius:20px;flex-direction:column;width:min(1200px,94vw);height:min(85vh,800px);padding:0;animation:.4s cubic-bezier(.16,1,.3,1) NoteBoard-module__R74sra__modalSlideIn;display:flex;overflow:hidden;box-shadow:0 0 0 1px #1c1a170a,0 24px 48px -12px #1c1a172e,0 12px 24px -8px #1c1a1714}.NoteBoard-module__R74sra__modalContentClosing{animation:.2s cubic-bezier(.16,1,.3,1) forwards NoteBoard-module__R74sra__modalSlideOut}.NoteBoard-module__R74sra__modalHeader{background:#1c1a1704;border-bottom:1px solid #1c1a170f;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.NoteBoard-module__R74sra__modalTitleWrapper{align-items:center;gap:.75rem;min-width:0;display:flex}.NoteBoard-module__R74sra__modalAccent{background:linear-gradient(#0d9488 0%,#0f766e 100%);border-radius:2px;flex-shrink:0;width:4px;height:24px}.NoteBoard-module__R74sra__modalTitle{color:#1c1a17;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-family:Cabinet Grotesk,DM Sans,system-ui,sans-serif;font-size:1.25rem;font-weight:600;overflow:hidden}.NoteBoard-module__R74sra__modalClose{cursor:pointer;color:#1c1a1780;background:#1c1a1708;border:1px solid #1c1a171a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s,border-color .2s,transform .15s;display:flex}.NoteBoard-module__R74sra__modalClose:hover{color:#1c1a17;background:#1c1a170f;border-color:#1c1a1726;transform:scale(1.05)}.NoteBoard-module__R74sra__modalClose:active{transform:scale(.95)}.NoteBoard-module__R74sra__modalClose:focus-visible{outline-offset:2px;outline:2px solid #0d9488}.NoteBoard-module__R74sra__modalBody{background:linear-gradient(#1c1a1703 0%,#0000 100%);flex:1;justify-content:center;align-items:center;min-height:0;padding:1.5rem;display:flex;overflow:hidden}.NoteBoard-module__R74sra__modalDiagram{background:#fff;border:1px solid #1c1a170f;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;box-shadow:inset 0 1px 2px #1c1a170a}.NoteBoard-module__R74sra__modalDiagram svg{-o-object-fit:contain;object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}@keyframes NoteBoard-module__R74sra__overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes NoteBoard-module__R74sra__overlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes NoteBoard-module__R74sra__modalSlideIn{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes NoteBoard-module__R74sra__modalSlideOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.96)translateY(10px)}}.NoteBoard-module__R74sra__deepDiveToolbar{background:#fff;border:1px solid #1c1a1726;border-radius:12px;gap:4px;padding:6px;display:flex;box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a}.NoteBoard-module__R74sra__toolbarButton{cursor:pointer;font-size:14px;font-family:var(--font-hand),"Patrick Hand",cursive;color:#1c1a17;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;transition:background .2s,transform .1s;display:flex}.NoteBoard-module__R74sra__toolbarButton:hover:not(:disabled){background:#0000000f;transform:translateY(-1px)}.NoteBoard-module__R74sra__toolbarButton:active:not(:disabled){transform:translateY(0)}.NoteBoard-module__R74sra__toolbarButton:disabled{opacity:.4;cursor:not-allowed}.NoteBoard-module__R74sra__deepDiveBadge{border:2px solid var(--card-border);z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 2px 8px #00000026}.NoteBoard-module__R74sra__nodeCard[data-block-type=deep-dive]{border-left:4px solid}.NoteBoard-module__R74sra__deepDiveContent{flex-direction:column;gap:8px;max-height:300px;display:flex;position:relative;overflow:hidden}.NoteBoard-module__R74sra__clippedText{-webkit-line-clamp:9;line-clamp:9;color:#1c1a17;-webkit-box-orient:vertical;font-size:1.15rem;line-height:1.65;display:-webkit-box;overflow:hidden}.NoteBoard-module__R74sra__readMoreButton{color:#1c1a17;font-size:.9rem;font-family:var(--font-hand),"Patrick Hand",cursive;cursor:pointer;background:#00000014;border:none;border-radius:999px;align-self:flex-start;align-items:center;gap:4px;margin-top:4px;padding:6px 14px;transition:background .2s,transform .2s;display:flex}.NoteBoard-module__R74sra__readMoreButton:hover{background:#00000026;transform:translate(2px)}.NoteBoard-module__R74sra__readMoreButton:active{transform:translate(0)}@media (prefers-reduced-motion:reduce){.NoteBoard-module__R74sra__modalOverlay,.NoteBoard-module__R74sra__modalContent,.NoteBoard-module__R74sra__modalContentClosing,.NoteBoard-module__R74sra__modalOverlayClosing{animation:none}.NoteBoard-module__R74sra__readMoreButton,.NoteBoard-module__R74sra__toolbarButton,.NoteBoard-module__R74sra__editButton,.NoteBoard-module__R74sra__editorButton,.NoteBoard-module__R74sra__editorButtonPrimary,.NoteBoard-module__R74sra__modalClose{transition:none}}
.NoteGenerator-module__fo_GNq__wrapper{background-color:#fafafa;flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.NoteGenerator-module__fo_GNq__backgroundOrbs{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.NoteGenerator-module__fo_GNq__orb{filter:blur(80px);opacity:.4;border-radius:50%;animation:20s ease-in-out infinite NoteGenerator-module__fo_GNq__float;position:absolute}.NoteGenerator-module__fo_GNq__orb1{background:linear-gradient(135deg,#0d948826 0%,#10b9811a 100%);width:600px;height:600px;animation-delay:0s;top:-200px;right:-100px}.NoteGenerator-module__fo_GNq__orb2{background:linear-gradient(135deg,#f9731614 0%,#fb923c0f 100%);width:500px;height:500px;animation-delay:-7s;bottom:-150px;left:-100px}.NoteGenerator-module__fo_GNq__orb3{background:linear-gradient(135deg,#eab3080f 0%,#0d94880d 100%);width:400px;height:400px;animation-delay:-14s;top:40%;left:60%}@keyframes NoteGenerator-module__fo_GNq__float{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-30px)scale(1.05)}50%{transform:translate(-20px,20px)scale(.95)}75%{transform:translate(-30px,-20px)scale(1.02)}}.NoteGenerator-module__fo_GNq__homeButtonWrapper{z-index:50;position:fixed;top:1.5rem;left:1.5rem}.NoteGenerator-module__fo_GNq__homeButton{color:#1c1a17b3;font-family:var(--font-sans),system-ui,sans-serif;background:#fff;border:1px solid #1c1a1714;border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #00000005}.NoteGenerator-module__fo_GNq__homeButton:hover{color:#1c1a17;border-color:#0d94884d;transform:translateY(-1px);box-shadow:0 4px 8px #0000000a}.NoteGenerator-module__fo_GNq__homeButton:active{transform:translateY(0)}.NoteGenerator-module__fo_GNq__contentContainer{z-index:20;width:100%;max-width:720px;padding:0 1.5rem;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;left:50%;transform:translate(-50%)}.NoteGenerator-module__fo_GNq__contentCentered{opacity:1;pointer-events:auto;top:48%;transform:translate(-50%,-50%)}.NoteGenerator-module__fo_GNq__contentHidden{opacity:0;pointer-events:none;top:40%;transform:translate(-50%,-50%)}.NoteGenerator-module__fo_GNq__illustrationWrapper{transform-origin:bottom;margin-bottom:.75rem;animation:.8s cubic-bezier(.16,1,.3,1) NoteGenerator-module__fo_GNq__fadeInUp;transform:scale(.9)}.NoteGenerator-module__fo_GNq__heroSection{text-align:center;margin-bottom:2rem;animation:.6s cubic-bezier(.16,1,.3,1) NoteGenerator-module__fo_GNq__fadeInUp}.NoteGenerator-module__fo_GNq__heroTitle{font-family:var(--font-sans),system-ui,sans-serif;letter-spacing:-.03em;color:#1c1a17;margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.NoteGenerator-module__fo_GNq__heroSubtitle{font-family:var(--font-sans),system-ui,sans-serif;color:#57534e;max-width:500px;margin:0 auto;font-size:1.125rem;line-height:1.6}.NoteGenerator-module__fo_GNq__modeToggleRow{justify-content:center;margin-bottom:.75rem;animation:.6s cubic-bezier(.16,1,.3,1) 50ms both NoteGenerator-module__fo_GNq__fadeInUp;display:flex}.NoteGenerator-module__fo_GNq__inputCard{background:#fff;border:1px solid #e7e5e4;border-radius:16px;flex-direction:column;gap:.5rem;padding:.5rem;animation:.6s cubic-bezier(.16,1,.3,1) .1s both NoteGenerator-module__fo_GNq__fadeInUp;display:flex;box-shadow:0 1px 2px #0000000a,0 8px 16px #0000000a}@media (min-width:640px){.NoteGenerator-module__fo_GNq__inputCard{flex-direction:row;align-items:center;gap:0;padding:.5rem .5rem .5rem .75rem}}.NoteGenerator-module__fo_GNq__inputWrapper{flex:1;align-items:center;min-width:0;display:flex;position:relative}.NoteGenerator-module__fo_GNq__inputIcon{color:#a8a29e;pointer-events:none;transition:color .2s;position:absolute;left:.75rem}.NoteGenerator-module__fo_GNq__inputWrapper:focus-within .NoteGenerator-module__fo_GNq__inputIcon{color:#0d9488}.NoteGenerator-module__fo_GNq__urlInput{color:#1c1a17;width:100%;font-size:1rem;font-family:var(--font-sans),system-ui,sans-serif;background:0 0;border:none;border-radius:12px;outline:none;padding:.875rem 1rem .875rem 2.5rem;transition:all .2s}.NoteGenerator-module__fo_GNq__urlInput::placeholder{color:#a8a29e}.NoteGenerator-module__fo_GNq__inputCardError{border-color:#ef4444}.NoteGenerator-module__fo_GNq__inputCardError .NoteGenerator-module__fo_GNq__inputIcon{color:#ef4444}.NoteGenerator-module__fo_GNq__errorMessage{color:#ef4444;margin-top:.5rem;padding-left:.25rem;font-size:.875rem}.NoteGenerator-module__fo_GNq__inputDivider{display:none}@media (min-width:640px){.NoteGenerator-module__fo_GNq__inputDivider{background-color:#e7e5e4;width:1px;height:24px;margin:0 .5rem;display:block}}.NoteGenerator-module__fo_GNq__embeddedModelSelector{color:#0f766e!important;box-shadow:none!important;background:0 0!important;border:none!important;padding-left:.75rem!important;padding-right:.75rem!important;font-weight:500!important}.NoteGenerator-module__fo_GNq__embeddedModelSelector:hover{color:#0d9488!important;background:#f0fdfa!important}.NoteGenerator-module__fo_GNq__modeToggle{background:#f5f5f4;border:1px solid #e7e5e4;border-radius:999px;align-items:center;gap:.25rem;padding:.25rem;display:inline-flex}.NoteGenerator-module__fo_GNq__modeButton{color:#57534e;cursor:pointer;font-size:.75rem;font-weight:600;font-family:var(--font-sans),system-ui,sans-serif;background:0 0;border:none;border-radius:999px;padding:.35rem .8rem;transition:all .15s}.NoteGenerator-module__fo_GNq__modeButtonActive{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#0d9488 100%);box-shadow:0 3px 10px #0d948833}.NoteGenerator-module__fo_GNq__modeButton:disabled{opacity:.6;cursor:not-allowed}.NoteGenerator-module__fo_GNq__generateButton{color:#fff;font-size:.9375rem;font-weight:600;font-family:var(--font-sans),system-ui,sans-serif;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0d9488 0%,#0f766e 100%);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 4px #0d948833}@media (max-width:639px){.NoteGenerator-module__fo_GNq__generateButton{width:100%}}.NoteGenerator-module__fo_GNq__generateButton:hover:not(:disabled){background:linear-gradient(135deg,#14b8a6 0%,#0d9488 100%);transform:translateY(-1px);box-shadow:0 4px 12px #0d948840}.NoteGenerator-module__fo_GNq__generateButton:active:not(:disabled){transform:translateY(0)}.NoteGenerator-module__fo_GNq__generateButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.NoteGenerator-module__fo_GNq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite NoteGenerator-module__fo_GNq__spin}.NoteGenerator-module__fo_GNq__spinnerLarge{border:3px solid #0d948833;border-top-color:#0d9488;border-radius:50%;width:40px;height:40px;animation:1s linear infinite NoteGenerator-module__fo_GNq__spin}@keyframes NoteGenerator-module__fo_GNq__spin{to{transform:rotate(360deg)}}.NoteGenerator-module__fo_GNq__loadingState{text-align:center;flex-direction:column;justify-content:center;align-items:center;animation:.6s cubic-bezier(.16,1,.3,1) NoteGenerator-module__fo_GNq__fadeInUp;display:flex}.NoteGenerator-module__fo_GNq__loadingIllustration{margin-bottom:2rem;animation:3s ease-in-out infinite NoteGenerator-module__fo_GNq__float}.NoteGenerator-module__fo_GNq__loadingImage{border-radius:16px;max-width:320px;height:auto}.NoteGenerator-module__fo_GNq__loadingContent{flex-direction:column;align-items:center;gap:1rem;display:flex}.NoteGenerator-module__fo_GNq__loadingTitle{font-family:var(--font-sans),system-ui,sans-serif;color:#1c1a17;letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.NoteGenerator-module__fo_GNq__loadingSubtitle{color:#78716c;text-overflow:ellipsis;white-space:nowrap;background:#f5f5f4;border-radius:8px;max-width:400px;margin:0;padding:.5rem 1rem;font-family:JetBrains Mono,IBM Plex Mono,monospace;font-size:.875rem;overflow:hidden}.NoteGenerator-module__fo_GNq__loadingSpinner{margin-top:1rem}.NoteGenerator-module__fo_GNq__generatedHeader{text-align:center;opacity:0;z-index:30;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem 1rem;animation:.8s cubic-bezier(.2,.8,.2,1) .2s forwards NoteGenerator-module__fo_GNq__fadeInDown}.NoteGenerator-module__fo_GNq__generatedTitle{font-family:var(--font-sans),system-ui,sans-serif;color:#1c1a17;letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.2}.NoteGenerator-module__fo_GNq__generatedUrl{color:#78716c;white-space:nowrap;text-overflow:ellipsis;background:#f5f5f4;border-radius:6px;max-width:100%;padding:.375rem .75rem;font-family:JetBrains Mono,IBM Plex Mono,monospace;font-size:.8125rem;text-decoration:none;transition:all .2s;display:inline-block;overflow:hidden}.NoteGenerator-module__fo_GNq__generatedUrl:hover{color:#0d9488;background:#e7e5e4}.NoteGenerator-module__fo_GNq__boardContainer{opacity:0;flex:1;width:100%;animation:1s ease-out .4s forwards NoteGenerator-module__fo_GNq__fadeIn;position:relative}@keyframes NoteGenerator-module__fo_GNq__fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes NoteGenerator-module__fo_GNq__fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes NoteGenerator-module__fo_GNq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.NoteGenerator-module__fo_GNq__contentCentered{top:42%}.NoteGenerator-module__fo_GNq__homeButtonWrapper{top:1rem;left:1rem}.NoteGenerator-module__fo_GNq__illustrationWrapper{transform:scale(.8)}.NoteGenerator-module__fo_GNq__heroSection{margin-bottom:1.5rem}.NoteGenerator-module__fo_GNq__heroSubtitle{padding:0 1rem;font-size:1rem}.NoteGenerator-module__fo_GNq__modelSelector{flex-wrap:wrap;gap:.375rem}}
.HeroIllustration-module__zFeo0a__container{width:100%;max-width:550px;margin:0 auto;padding:0 1rem}.HeroIllustration-module__zFeo0a__svg{width:100%;height:auto;display:block}.HeroIllustration-module__zFeo0a__sourceGroup{animation:.8s ease-out both HeroIllustration-module__zFeo0a__fadeSlideIn}.HeroIllustration-module__zFeo0a__browserWindow{animation:6s ease-in-out infinite HeroIllustration-module__zFeo0a__subtleFloat}.HeroIllustration-module__zFeo0a__processingGroup{animation:.8s ease-out .2s both HeroIllustration-module__zFeo0a__fadeSlideIn}.HeroIllustration-module__zFeo0a__particle1{animation:3s ease-in-out infinite HeroIllustration-module__zFeo0a__flowAcross}.HeroIllustration-module__zFeo0a__particle2{animation:3s ease-in-out .3s infinite HeroIllustration-module__zFeo0a__flowAcross}.HeroIllustration-module__zFeo0a__particle3{animation:3s ease-in-out .6s infinite HeroIllustration-module__zFeo0a__flowAcross}.HeroIllustration-module__zFeo0a__particle4{animation:3s ease-in-out .9s infinite HeroIllustration-module__zFeo0a__flowAcross}.HeroIllustration-module__zFeo0a__particle5{animation:3s ease-in-out 1.2s infinite HeroIllustration-module__zFeo0a__flowAcross}.HeroIllustration-module__zFeo0a__particle6{animation:3s ease-in-out 1.5s infinite HeroIllustration-module__zFeo0a__flowAcross}.HeroIllustration-module__zFeo0a__flowLine1{stroke-dasharray:300;stroke-dashoffset:300px;animation:2.5s ease-in-out infinite HeroIllustration-module__zFeo0a__drawLine}.HeroIllustration-module__zFeo0a__flowLine2{stroke-dasharray:300;stroke-dashoffset:300px;animation:2.5s ease-in-out .5s infinite HeroIllustration-module__zFeo0a__drawLine}.HeroIllustration-module__zFeo0a__aiNode{animation:6s ease-in-out infinite HeroIllustration-module__zFeo0a__subtleFloat}.HeroIllustration-module__zFeo0a__orbit1{transform-origin:400px 200px;animation:8s linear infinite HeroIllustration-module__zFeo0a__orbit}.HeroIllustration-module__zFeo0a__orbit2{transform-origin:400px 200px;animation:8s linear -2.6s infinite reverse HeroIllustration-module__zFeo0a__orbit}.HeroIllustration-module__zFeo0a__orbit3{transform-origin:400px 200px;animation:8s linear -5.2s infinite HeroIllustration-module__zFeo0a__orbit}.HeroIllustration-module__zFeo0a__notesGroup{animation:.8s ease-out .4s both HeroIllustration-module__zFeo0a__fadeSlideIn}.HeroIllustration-module__zFeo0a__connectionLine{stroke-dasharray:100;stroke-dashoffset:100px;animation:1.5s ease-out .6s forwards HeroIllustration-module__zFeo0a__drawConnection}.HeroIllustration-module__zFeo0a__noteCard1{animation:.5s cubic-bezier(.34,1.56,.64,1) .8s both HeroIllustration-module__zFeo0a__popIn}.HeroIllustration-module__zFeo0a__noteNode1{animation:.5s cubic-bezier(.34,1.56,.64,1) .9s both HeroIllustration-module__zFeo0a__popIn,4s ease-in-out 1.4s infinite HeroIllustration-module__zFeo0a__nodeFloat}.HeroIllustration-module__zFeo0a__noteNode2{animation:.5s cubic-bezier(.34,1.56,.64,1) 1s both HeroIllustration-module__zFeo0a__popIn,4.5s ease-in-out 1.5s infinite HeroIllustration-module__zFeo0a__nodeFloat}.HeroIllustration-module__zFeo0a__noteNode3{animation:.5s cubic-bezier(.34,1.56,.64,1) 1.1s both HeroIllustration-module__zFeo0a__popIn,5s ease-in-out 1.6s infinite HeroIllustration-module__zFeo0a__nodeFloat}.HeroIllustration-module__zFeo0a__noteNode4{animation:.5s cubic-bezier(.34,1.56,.64,1) 1.2s both HeroIllustration-module__zFeo0a__popIn,4.2s ease-in-out 1.7s infinite HeroIllustration-module__zFeo0a__nodeFloat}.HeroIllustration-module__zFeo0a__noteNode5{animation:.5s cubic-bezier(.34,1.56,.64,1) 1.3s both HeroIllustration-module__zFeo0a__popIn,4.8s ease-in-out 1.8s infinite HeroIllustration-module__zFeo0a__nodeFloat}.HeroIllustration-module__zFeo0a__noteNode6{animation:.5s cubic-bezier(.34,1.56,.64,1) 1.4s both HeroIllustration-module__zFeo0a__popIn,4.3s ease-in-out 1.9s infinite HeroIllustration-module__zFeo0a__nodeFloat}.HeroIllustration-module__zFeo0a__noteNode7{animation:.5s cubic-bezier(.34,1.56,.64,1) 1.5s both HeroIllustration-module__zFeo0a__popIn,5.2s ease-in-out 2s infinite HeroIllustration-module__zFeo0a__nodeFloat}@keyframes HeroIllustration-module__zFeo0a__fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroIllustration-module__zFeo0a__subtleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes HeroIllustration-module__zFeo0a__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.95)}}@keyframes HeroIllustration-module__zFeo0a__flowAcross{0%{opacity:0;transform:translate(-40px)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translate(40px)}}@keyframes HeroIllustration-module__zFeo0a__drawLine{0%{stroke-dashoffset:300px;opacity:.3}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-300px;opacity:.3}}@keyframes HeroIllustration-module__zFeo0a__orbit{0%{transform:rotate(0)translate(40px)rotate(0)}to{transform:rotate(360deg)translate(40px)rotate(-360deg)}}@keyframes HeroIllustration-module__zFeo0a__drawConnection{to{stroke-dashoffset:0}}@keyframes HeroIllustration-module__zFeo0a__popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes HeroIllustration-module__zFeo0a__nodeFloat{0%,to{transform:translateY(0)translate(0)}25%{transform:translateY(-4px)translate(2px)}75%{transform:translateY(4px)translate(-2px)}}@media (max-width:640px){.HeroIllustration-module__zFeo0a__container{max-width:100%;padding:0 .5rem}}@media (prefers-reduced-motion:reduce){.HeroIllustration-module__zFeo0a__browserWindow,.HeroIllustration-module__zFeo0a__linkIcon,.HeroIllustration-module__zFeo0a__particle1,.HeroIllustration-module__zFeo0a__particle2,.HeroIllustration-module__zFeo0a__particle3,.HeroIllustration-module__zFeo0a__particle4,.HeroIllustration-module__zFeo0a__particle5,.HeroIllustration-module__zFeo0a__particle6,.HeroIllustration-module__zFeo0a__flowLine1,.HeroIllustration-module__zFeo0a__flowLine2,.HeroIllustration-module__zFeo0a__aiNode,.HeroIllustration-module__zFeo0a__aiIcon,.HeroIllustration-module__zFeo0a__orbit1,.HeroIllustration-module__zFeo0a__orbit2,.HeroIllustration-module__zFeo0a__orbit3,.HeroIllustration-module__zFeo0a__noteCard1,.HeroIllustration-module__zFeo0a__noteNode1,.HeroIllustration-module__zFeo0a__noteNode2,.HeroIllustration-module__zFeo0a__noteNode3,.HeroIllustration-module__zFeo0a__noteNode4,.HeroIllustration-module__zFeo0a__noteNode5,.HeroIllustration-module__zFeo0a__noteNode6,.HeroIllustration-module__zFeo0a__noteNode7{animation:none!important}.HeroIllustration-module__zFeo0a__connectionLine{stroke-dashoffset:0;animation:none!important}}
