.ChatInterface_chatContainer__x_Nas{max-width:1000px;margin:0 auto;padding:1rem}.ChatInterface_chatBox__2uVAa{background:white;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:1.5rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,.05)}.ChatInterface_messagesContainer__zEn3j{display:flex;flex-direction:column;gap:1rem;height:350px;overflow-y:auto;border-radius:12px;margin-bottom:1rem;padding:.5rem .5rem 2rem;background:rgba(243,244,246,.5);position:relative;overscroll-behavior:contain}.ChatInterface_message__4fMaX{display:flex;max-width:80%}.ChatInterface_messageUser__1r9ds{justify-content:flex-end;margin-left:auto}.ChatInterface_messageAssistant__BV0L0{justify-content:flex-start}.ChatInterface_messageContent__gH6NI{padding:1rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05);width:100%}.ChatInterface_messageContentUser__qReD0{background:#3b82f6;color:white;border-bottom-right-radius:4px}.ChatInterface_messageContentAssistant__n5aqD{background:white;color:#1f2937;border-bottom-left-radius:4px;border:1px solid rgba(0,0,0,.05)}.ChatInterface_markdownParagraph__6RooH{margin:0 0 1rem}.ChatInterface_markdownParagraph__6RooH:last-child{margin-bottom:0}.ChatInterface_markdownList__Ng0Qf{margin:.5rem 0;padding-left:1.5rem}.ChatInterface_markdownListItem__rjJwr{margin:.25rem 0}.ChatInterface_markdownStrong__UHfxK{font-weight:600}.ChatInterface_markdownEmphasis__2PL9P{font-style:italic}.ChatInterface_markdownCode__cGMEI{background:rgba(0,0,0,.05);padding:.2rem .4rem;border-radius:4px;font-family:monospace;font-size:.9em}.ChatInterface_inputForm__ocpGN{display:flex;gap:.75rem;padding:.5rem;background:rgba(243,244,246,.5);border-radius:12px;border:1px solid rgba(0,0,0,.05)}.ChatInterface_input___wVT_{flex:1 1;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;background:white;transition:all .2s ease;min-width:0}.ChatInterface_input___wVT_:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.ChatInterface_twoColumns__01hyq{display:flex;flex-direction:row;gap:1rem}.ChatInterface_firstColumn__yIiC0{display:flex;flex-direction:column;flex:1 1}.ChatInterface_firstColumn__yIiC0>:last-child{margin-top:1rem;margin-right:auto;margin-left:auto}.ChatInterface_secondColumn__qtjwZ{display:flex;flex-direction:column;max-height:200px;overflow-y:hidden}.ChatInterface_button__6JyIu{padding:.75rem 1.5rem;background:#3b82f6;color:white;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s ease;box-shadow:0 2px 4px rgba(59,130,246,.2)}.ChatInterface_button__6JyIu:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px rgba(59,130,246,.25)}.ChatInterface_button__6JyIu:active{transform:translateY(0);box-shadow:0 2px 4px rgba(59,130,246,.2)}.ChatInterface_suggestionsGrid__0NO6o{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:2rem}.ChatInterface_suggestionCard__Lp8qI{background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem;transition:box-shadow .2s}.ChatInterface_suggestionCard__Lp8qI:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.ChatInterface_suggestionTitle__t10Eu{font-weight:600;font-size:1.125rem;margin-bottom:.5rem;color:#1f2937}.ChatInterface_suggestionTitle__t10Eu strong{font-weight:700;color:#111827}.ChatInterface_suggestionDescription__QfdC5{color:#4b5563;margin-bottom:1rem}.ChatInterface_suggestionDescription__QfdC5 p{margin:0}.ChatInterface_suggestionDescription__QfdC5 ol,.ChatInterface_suggestionDescription__QfdC5 ul{margin:.5rem 0;padding-left:1.5rem}.ChatInterface_suggestionDescription__QfdC5 li{margin:.25rem 0}.ChatInterface_suggestionDescription__QfdC5 strong{font-weight:600}.ChatInterface_suggestionDescription__QfdC5 em{font-style:italic}.ChatInterface_suggestionDescription__QfdC5 code{background:rgba(0,0,0,.05);padding:.2rem .4rem;border-radius:4px;font-family:monospace;font-size:.9em}.ChatInterface_suggestionLink__E5jZm{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#3b82f6;color:white;font-weight:500;text-decoration:none;border-radius:8px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.95rem;box-shadow:0 2px 4px rgba(59,130,246,.2);position:relative;overflow:hidden;isolation:isolate;white-space:nowrap}.ChatInterface_suggestionLink__E5jZm:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.2),transparent);transform:translateX(-100%);transition:transform .6s cubic-bezier(.4,0,.2,1);z-index:1;pointer-events:none}.ChatInterface_suggestionImage__cglOR{max-width:100%;object-fit:cover}.ChatInterface_particle___DgjK{position:absolute;width:3px;height:3px;background:rgba(255,255,255,.5);border-radius:50%;pointer-events:none;z-index:2;left:var(--start-x);top:var(--start-y);animation:ChatInterface_particleMove__VE6xN .8s ease-out forwards}@keyframes ChatInterface_particleMove__VE6xN{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(var(--end-x),var(--end-y)) scale(0);opacity:0}}.ChatInterface_suggestionLink__E5jZm:hover{background:#2563eb;transform:translateY(-2px) scale(1.02);box-shadow:0 4px 12px rgba(59,130,246,.3)}.ChatInterface_suggestionLink__E5jZm:hover:before{transform:translateX(100%)}.ChatInterface_suggestionLink__E5jZm:active{transform:translateY(0) scale(.98);box-shadow:0 2px 4px rgba(59,130,246,.2)}.ChatInterface_suggestionLink__E5jZm .ChatInterface_arrow__y8sjI{margin-left:.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;z-index:3}.ChatInterface_suggestionLink__E5jZm:hover .ChatInterface_arrow__y8sjI{transform:translateX(4px)}@keyframes ChatInterface_buttonPulse__a7W1b{0%{box-shadow:0 0 0 0 rgba(59,130,246,.4)}70%{box-shadow:0 0 0 10px rgba(59,130,246,0)}to{box-shadow:0 0 0 0 rgba(59,130,246,0)}}.ChatInterface_suggestionLink__E5jZm{animation:ChatInterface_buttonPulse__a7W1b 2s infinite}.ChatInterface_suggestionLink__E5jZm .ChatInterface_ripple__xzBFJ{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#fff 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10);opacity:0;transition:transform .5s,opacity 1s;z-index:1}.ChatInterface_suggestionLink__E5jZm:active .ChatInterface_ripple__xzBFJ{transform:scale(0);opacity:.3;transition:0s}.ChatInterface_loadingDots__Hh2Jv{display:flex;gap:.5rem;padding:1rem;background:#f3f4f6;border-radius:8px}.ChatInterface_dot__0SggY{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:ChatInterface_bounce__fXvnl 1s infinite}.ChatInterface_dot__0SggY:nth-child(2){animation-delay:.2s}.ChatInterface_dot__0SggY:nth-child(3){animation-delay:.4s}.ChatInterface_markdownHeading__bEaut{margin:1rem 0 .5rem;font-weight:600;line-height:1.25}.ChatInterface_markdownHeading__bEaut:first-child{margin-top:0}.ChatInterface_inlineSuggestions__QORrc{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid rgba(0,0,0,.05);padding-top:1rem}.ChatInterface_inlineSuggestionCard__I83tW{background:rgba(243,244,246,.5);border-radius:8px;padding:.75rem;border:1px solid rgba(0,0,0,.05);transition:all .2s ease;position:relative}.ChatInterface_inlineSuggestionCard__I83tW:hover{background:rgba(243,244,246,.8);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.05)}.ChatInterface_inlineSuggestionCard__I83tW .ChatInterface_suggestionTitle__t10Eu{font-size:1rem;margin-bottom:.25rem}.ChatInterface_inlineSuggestionCard__I83tW .ChatInterface_suggestionTitle__t10Eu strong{font-weight:700;color:#111827}.ChatInterface_inlineSuggestionCard__I83tW .ChatInterface_suggestionDescription__QfdC5{font-size:.9rem;margin-bottom:.75rem}.ChatInterface_inlineSuggestionCard__I83tW .ChatInterface_suggestionLink__E5jZm{font-size:.9rem;padding:.5rem 1rem}.ChatInterface_scrollIndicator__4Xp6j{position:sticky;bottom:1rem;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.95);padding:.5rem 1rem;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#4b5563;border:1px solid rgba(0,0,0,.05);transition:all .2s ease;z-index:10;width:fit-content;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ChatInterface_scrollIndicator__4Xp6j:hover{background:white;transform:translateX(-50%) translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ChatInterface_scrollArrow__wrqW_{font-size:1.2rem;animation:ChatInterface_bounce__fXvnl 1s infinite}@keyframes ChatInterface_bounce__fXvnl{0%,to{transform:translateY(-2px)}50%{transform:translateY(0)}}.ChatInterface_messageText__JmFSx{display:block}.ChatInterface_messageText__JmFSx ol,.ChatInterface_messageText__JmFSx ul{margin:.5rem 0;padding-left:1.5rem}.ChatInterface_messageText__JmFSx li{margin:.25rem 0}.ChatInterface_messageText__JmFSx li::marker{color:#6b7280}.ChatInterface_messageText__JmFSx p{margin:.5rem 0}.ChatInterface_messageText__JmFSx p:first-child{margin-top:0}.ChatInterface_messageText__JmFSx p:last-child{margin-bottom:0}.ChatInterface_inlineButtonContainer__nOB13{display:inline-flex;align-items:center;margin:0 .25rem;vertical-align:middle}.ChatInterface_inlineSuggestionLink__ocAoV{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:#3b82f6;color:white;font-weight:500;text-decoration:none;border-radius:6px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.85rem;box-shadow:0 2px 4px rgba(59,130,246,.2);position:relative;overflow:visible;isolation:isolate;height:24px;line-height:1}.ChatInterface_inlineSuggestionLink__ocAoV:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.ChatInterface_inlineSuggestionLink__ocAoV:active{transform:translateY(0);box-shadow:0 2px 4px rgba(59,130,246,.2)}.ChatInterface_inlineSuggestionLink__ocAoV .ChatInterface_arrow__y8sjI{font-size:.9rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;z-index:3}.ChatInterface_inlineSuggestionLink__ocAoV:hover .ChatInterface_arrow__y8sjI{transform:translateX(2px)}@media (max-width:768px){.ChatInterface_chatBox__2uVAa{padding:.5rem}.ChatInterface_twoColumns__01hyq{flex-direction:column}.ChatInterface_message__4fMaX{max-width:90%}}.LandingPage_container__b_hC2{background:linear-gradient(0deg,#65b2ff,white)}.LandingPage_hero__MOjJq{max-width:1200px;margin:0 auto;padding:1rem;text-align:center}.LandingPage_title__N0PU_{font-size:3rem;font-weight:700;color:#111827;margin-bottom:.5rem}.LandingPage_subtitle__3PAy_{font-size:1.25rem;color:#4b5563;max-width:48rem;margin:0 auto .5rem}.LandingPage_chatSection__AS3S0{max-width:1200px;margin:0 auto;padding:.5rem 1rem 1rem}.LandingPage_valueSection__NkuyQ{background:#f9fafb;padding:4rem 0}.LandingPage_valueContainer__UhPag{max-width:1200px;margin:0 auto;padding:0 1rem}.LandingPage_valueGrid__ZvrXf{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.LandingPage_valueCard__cEqEl{text-align:center}.LandingPage_iconContainer__uUbIw{background:#dbeafe;width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.LandingPage_icon__zuY7M{width:2rem;height:2rem;color:#3b82f6}.LandingPage_valueTitle__CG1BU{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.LandingPage_valueDescription__PlZyC{color:#4b5563}@media (max-width:768px){.LandingPage_chatSection__AS3S0{padding:1rem 0}}