html,body,#root{height:100%;width:100%;box-sizing:border-box;margin:0;padding:0}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background:#f1f5fc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #f2f6fd;--panel: #ffffff;--ink: #0f172a;--muted: #64748b;--line: #ecf1f9;--brand: hsl(227 85% 64%);--radius: 16px;--small: 12px;--composer-h: 86px}*{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 768px){body{min-width:100%}h1{font-size:2.5em}}@media (max-width: 480px){h1{font-size:2em}button{padding:.5em 1em;font-size:.9em}}#main{height:1080px;overflow:var(--overflow-clip-fallback, clip);background-color:#f1f5fc;width:1200px;position:relative}.main-container{flex:none;width:100%;height:100%;position:relative;top:0;left:0}.center{width:min(1120px,100%);height:calc(100vh - 40px);margin:0 auto;display:flex;flex-direction:column;background:#fff;border:1px solid #eaf0fb;border-radius:24px;box-shadow:0 12px 32px #0f172a0f;position:relative;overflow:hidden}.ss-wrap{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial}@media (max-width: 1023px){.ss-wrap{grid-template-columns:1fr;position:relative}}.rail{background:transparent;display:flex;flex-direction:column;gap:14px;padding:18px 16px}.brand-logo{display:block;width:220px;max-width:100%;height:auto;object-fit:contain}.primary-gradient{background:linear-gradient(135deg,#6f82ff,#869aff);color:#fff;border:none;border-radius:14px}.drawer{position:fixed;top:0;left:0;bottom:0;width:min(86vw,360px);background:#fff;border-right:1px solid #eaf0fb;box-shadow:12px 0 32px #0f172a1f;transform:translate(-102%);transition:transform .22s ease;z-index:31;display:flex;flex-direction:column}.rail-actions{justify-content:flex-start;align-items:flex-start;display:inline-flex;gap:16px;margin-top:16px;width:100%}.rail-actions .btn.solid{display:flex;width:219px;padding:16px 24px;justify-content:center;align-items:flex-start;gap:16px;border-radius:4px}.rail-actions .btn.icon{width:46px;height:46px;border-radius:50%;border:1px solid #dae3f5;background:#fff;color:#5f6c8c;display:grid;place-items:center;justify-content:center}.user-section{display:flex;flex-direction:column;align-items:center;gap:16px}.mobile-menu-toggle{display:none;position:fixed;top:20px;left:20px;z-index:40;width:44px;height:44px;background:#fff;border:1px solid #dae3f5;border-radius:8px;cursor:pointer;box-shadow:0 2px 8px #0000001a;align-items:center;justify-content:center}.mobile-menu-toggle svg{width:20px;height:20px;color:#5f6c8c;flex-shrink:0}@media (min-width: 768px) and (max-width: 1023px){.mobile-menu-toggle{width:48px;height:48px;top:24px;left:24px;border-radius:10px;box-shadow:0 4px 12px #00000026}.mobile-menu-toggle svg{width:24px;height:24px;color:#4a5568}}@media (min-width: 1024px){.rail{position:static;transform:none;background:transparent;box-shadow:none;border:none;padding:18px 16px}.mobile-menu-toggle,.mobile-overlay{display:none!important}}@media (max-width: 1023px){.rail{position:fixed;top:0;left:0;bottom:0;width:min(86vw,320px);background:#fff;border-right:1px solid #eaf0fb;box-shadow:12px 0 32px #0f172a1f;transform:translate(-100%);transition:transform .3s ease;z-index:30;padding:80px 16px 18px}.rail.mobile-open{transform:translate(0)}.mobile-menu-toggle{display:flex!important;align-items:center;justify-content:center}.mobile-overlay{position:fixed;inset:0;background:#00000080;z-index:25;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-overlay.active{opacity:1;visibility:visible}}.logout-btn{display:flex;padding:16px 24px;border:1px solid var(--line);border-radius:4px;background-color:var(--panel);color:var(--ink);cursor:pointer;width:100%;align-items:flex-start;align-self:stretch;justify-content:center;gap:16px;transition:background-color .2s ease,border-color .2s ease}.logout-btn:hover{background-color:var(--bg);border-color:var(--muted)}.main{padding:20px;display:grid}.hero{display:flex;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:16px;padding:20px;height:100%;min-height:0}.hero-head{display:grid;justify-items:center;gap:8px;margin-top:60px;text-align:center}.hero-byline{display:flex;align-items:center;gap:6px;color:#667085;font-size:15px}.hero-desc{max-width:min(820px,90%);margin:4px auto 0;color:#475569;font-size:15px;line-height:1.45}.chips{width:min(920px,100%);display:grid;grid-template-columns:repeat(4,minmax(200px,1fr));gap:16px;margin:12px auto 0}@media (max-width: 768px){.chips{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 480px){.chips{grid-template-columns:1fr;gap:12px}}.chip.big{border:1px solid #edf1f7;background:#fff;border-radius:16px;padding:18px;text-align:left;font-size:14px;color:#111827;cursor:pointer;box-shadow:0 8px 18px #0206170a}.chip.big:hover{background:#fbfcff}.regen{display:flex;justify-content:center;padding:6px 10px 18px}.regen-pill{background:#f6fbff;color:#1763ff;border:1px solid #cfe0ff;padding:12px 16px;border-radius:999px;font-weight:700;font-size:13px;cursor:pointer}.regen-pill.small{padding:8px 14px;font-size:12px}.regen-pill:hover{background:#eff6ff}.bot-pic{width:90px;height:90px;border-radius:999px;object-fit:cover;box-shadow:0 12px 24px #0000001f}.composer.inside{position:sticky;bottom:0;display:grid;grid-template-columns:1fr auto;gap:12px;padding:12px;border-top:1px solid #edf0f4;background:#fff;min-height:var(--composer-h)}.composer textarea{min-height:50px;max-height:140px;border:none;outline:none;resize:vertical;font:inherit;color:var(--ink);background:transparent;width:100%}.field{display:flex;align-items:center;border:1px solid #e6eaf0;border-radius:14px;padding:6px 10px;background:#fff}.start-button{background:linear-gradient(135deg,#6f82ff,#869aff);color:#fff;border:none;padding:12px 24px;border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;transition:transform .08s ease,background .15s ease;box-shadow:0 2px 4px #0000000d}.start-button:hover{background:linear-gradient(135deg,#6376f5,#7c90f8)}.start-button:active{transform:scale(.96)}.round{width:50px;height:50px;border-radius:50%;border:none;background:linear-gradient(135deg,#6f82ff,#869aff);color:#fff;display:grid;place-items:center;cursor:pointer;transition:transform .08s ease,background .15s ease;box-shadow:0 2px 4px #0000000d;justify-content:center}.round:hover{background:linear-gradient(135deg,#6376f5,#7c90f8)}.round:active{transform:scale(.96)}.round.primary{background:linear-gradient(135deg,#6f82ff,#869aff);color:#fff}.round.primary:hover{background:linear-gradient(135deg,#6376f5,#7c90f8)}.round.danger{background:linear-gradient(135deg,#f27a9a,#f495a5);color:#fff}.round.danger:hover{background:linear-gradient(135deg,#e96d8c,#ef8098)}.actions{display:flex;gap:8px;align-items:center;justify-content:center}.agent-chat-bubble{text-align:left;background-color:#76d1c9;color:#fff;max-width:70%;width:fit-content;padding:12px 16px;border-radius:18px 18px 18px 4px;margin:8px 0;box-shadow:0 4px 12px #00000026,0 1px 3px #0000001a}.user-chat-bubble{text-align:right;background-color:#8b93fe;color:#fff;max-width:70%;width:fit-content;padding:12px 16px;border-radius:18px 18px 4px;margin:8px 0 8px auto;box-shadow:0 4px 12px #00000026,0 1px 3px #0000001a}#chat-progress{width:100%;flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px;min-height:200px;scrollbar-width:thin;scrollbar-color:#e6eaf0 transparent}#chat-progress::-webkit-scrollbar{width:6px}#chat-progress::-webkit-scrollbar-track{background:transparent}#chat-progress::-webkit-scrollbar-thumb{background:#e6eaf0;border-radius:3px}#chat-progress::-webkit-scrollbar-thumb:hover{background:#d0d5dd}.message-loading{opacity:.7;position:relative}.message-loading:after{content:"";position:absolute;top:50%;right:12px;width:8px;height:8px;background:#fff9;border-radius:50%;transform:translateY(-50%);animation:pulse 1.5s ease-in-out infinite}.message-loading .typing-dots{display:inline-flex;align-items:center;gap:4px;margin-left:8px}.message-loading .typing-dots:after{content:"...";animation:typing 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3;transform:translateY(-50%) scale(1)}50%{opacity:1;transform:translateY(-50%) scale(1.2)}}@keyframes typing{0%,60%,to{content:""}20%{content:"."}40%{content:".."}80%{content:"..."}}.hero-head{transition:transform .6s ease-in-out,opacity .6s ease-in-out}.hero-head.slide-up{transform:translateY(-100px);opacity:0;pointer-events:none;height:0;margin:0;overflow:hidden}.chips.wide{transition:transform .6s ease-in-out,opacity .6s ease-in-out}.chips.wide.slide-down{transform:translateY(100px);opacity:0;pointer-events:none;height:0;margin:0;overflow:hidden}#chat-progress{transition:flex .6s ease-in-out}@media (min-width: 1024px){.main{padding:20px}.center{height:calc(100vh - 40px);border-radius:24px;margin:0 auto}.hero{padding:20px;gap:16px}.hero-head{margin-top:60px}.composer.inside{padding:12px;gap:12px}.field{padding:6px 10px}.round{width:50px;height:50px}.agent-chat-bubble,.user-chat-bubble{max-width:70%;padding:12px 16px;font-size:inherit}#chat-progress{padding:16px}}@media (max-width: 768px){.main{padding:12px}.center{height:calc(100vh - 20px);border-radius:16px;margin:10px}.hero{padding:16px;gap:12px}.hero-head{margin-top:40px}.composer.inside{padding:8px;gap:8px}.field{padding:4px 8px}.round{width:44px;height:44px}.agent-chat-bubble,.user-chat-bubble{max-width:85%;padding:10px 14px;font-size:14px}#chat-progress{padding:12px}}@media (max-width: 480px){.main{padding:8px}.center{height:calc(100vh - 16px);border-radius:12px;margin:8px}.hero{padding:12px;gap:10px}.hero-head{margin-top:20px}.hero-desc{font-size:14px}.composer.inside{padding:6px;gap:6px;min-height:70px}.composer textarea{min-height:40px;font-size:16px}.field{padding:3px 6px;border-radius:12px}.round{width:40px;height:40px}.agent-chat-bubble,.user-chat-bubble{max-width:90%;padding:8px 12px;font-size:14px;border-radius:16px 16px 16px 4px}.user-chat-bubble{border-radius:16px 16px 4px}#chat-progress{padding:8px}.bot-pic{width:70px;height:70px}}.footer{display:flex;flex-direction:column;align-items:flex-start;padding:4rem;gap:4rem;width:100%;max-width:1512px;margin:0 auto;background:#ffffff80;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.footer-main-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:0;width:100%;gap:2rem}.footer-company-info{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:1.5rem;flex:1;max-width:402px}.footer-logo{height:69px;width:175px}.footer-company-description{color:#1c1c1c;font-style:normal;font-weight:500;font-size:1rem;line-height:1.2}.footer-navigation-section{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:7.5rem}.footer-navigation{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:2rem}.footer-section-title{font-style:normal;font-weight:500;font-size:1.25rem;line-height:1.2;color:#1c1c1c}.footer-nav-links{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0;gap:1rem;flex-wrap:wrap}.nav-item{font-style:normal;font-weight:500;font-size:1rem;line-height:1.2;display:flex;align-items:center;color:#1c1c1c;text-decoration:none;white-space:nowrap}.nav-item:hover{opacity:.7}.footer-information{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:2.5rem}.footer-contact-info{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:2rem}.footer-email{font-style:normal;font-weight:500;font-size:1rem;line-height:1.2;color:#1c1c1c;text-decoration:none}.footer-email:hover{opacity:.7}.footer-address{font-style:normal;font-weight:500;font-size:1rem;line-height:1.2;color:#1c1c1c}.footer-bottom{border-top:1px solid rgba(96,103,120,.64);padding-top:1.5rem;width:100%}.footer-copyright{font-style:normal;font-weight:500;font-size:1rem;line-height:1.2;color:#4f4f4f}@media (max-width: 768px){.footer{padding:2rem 1rem;gap:2rem}.footer-main-content{flex-direction:column;gap:2rem}.footer-company-info{max-width:100%;text-align:center;align-items:center}.footer-company-description{font-size:.9rem;text-align:center}.footer-navigation-section{flex-direction:column;gap:2rem;width:100%}.footer-navigation{width:100%;align-items:center;text-align:center}.footer-nav-links{flex-direction:column;gap:1rem;align-items:center}.footer-information{width:100%;align-items:center;text-align:center}.footer-contact-info{align-items:center}.footer-address{text-align:center}.footer-section-title{font-size:1.1rem}.nav-item,.footer-email,.footer-address{font-size:.9rem}.footer-copyright{font-size:.9rem;text-align:center}}@media (min-width: 769px) and (max-width: 1024px){.footer{padding:3rem 2rem}.footer-navigation-section{gap:4rem}.footer-nav-links{gap:.8rem}.footer-company-info{max-width:350px}.footer-company-description{font-size:.95rem}}@media (min-width: 1200px){.footer{padding:5rem 3rem}.footer-navigation-section{gap:10rem}}.subscription-plans-container{min-height:100vh;padding:2rem 1rem}.subscription-plans-header{text-align:center;margin-bottom:3rem}.subscription-plans-title{font-size:2.5rem;font-weight:700;color:var(--ink);margin-bottom:1rem;line-height:1.2}.subscription-plans-subtitle{font-size:1.2rem;color:var(--muted);max-width:600px;margin:0 auto;line-height:1.5;padding:0 1rem}.plans-grid-container{max-width:1200px;margin:0 auto;padding:0 1rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;justify-content:center}.trust-indicators{text-align:center;padding-top:2rem;margin-top:3rem;border-top:1px solid var(--line)}.trust-indicators-text{color:var(--muted);font-size:.9rem;margin-bottom:1rem;padding:0 1rem;line-height:1.4}@media (max-width: 768px){.subscription-plans-container{padding:1rem .5rem}.subscription-plans-header{margin-bottom:2rem}.subscription-plans-title{font-size:1.8rem;margin-bottom:.5rem}.subscription-plans-subtitle{font-size:1rem;padding:0 .5rem}.plans-grid-container{padding:0 .5rem}.plans-grid{grid-template-columns:1fr;gap:1.5rem}.trust-indicators{padding-top:1.5rem;margin-top:2rem}.trust-indicators-text{font-size:.8rem;padding:0 .5rem}}@media (min-width: 769px) and (max-width: 1024px){.subscription-plans-container{padding:1.5rem 1rem}.subscription-plans-title{font-size:2.2rem}.subscription-plans-subtitle{font-size:1.1rem}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem}}@media (min-width: 1200px){.subscription-plans-container{padding:2.5rem 2rem}.subscription-plans-header{margin-bottom:4rem}.plans-grid{gap:2.5rem}.trust-indicators{margin-top:4rem;padding-top:2.5rem}}.pricing-container{flex-flow:row;flex:none;place-content:center;align-items:center;gap:10px;width:100%;height:min-content;padding:99px 48px;position:relative;overflow:hidden}.plan-cards-group{flex:1 0 0;width:1px;height:auto;position:relative;opacity:1;transform:perspective(1200px);will-change:transform}p{font-size:20px;letter-spacing:-.01em;line-height:32px;text-align:center}.promo-text{background-image:linear-gradient(90deg,var(#6d7aff, rgb(109, 122, 255)) 0%,var(#60b0fa, rgb(96, 176, 250)) 51.0417%,var(#30d6c9, rgb(48, 214, 201)) 100%)}.nav-menu{width:100%;height:100%;padding:24px 48px;background:#fff;box-shadow:0 4px 20px #0000001a;border-radius:99px;display:inline-flex;justify-content:space-between;align-items:center}.nav-logo{width:131px;height:52px}.nav-tabs{display:flex;justify-content:flex-start;align-items:center;gap:24px}.nav-tab{display:flex;justify-content:center;flex-direction:column;color:#000;font-size:16px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;font-weight:500;word-wrap:break-word;cursor:pointer;transition:color .2s ease}.nav-tab:hover,.nav-tab--active{color:#6d7aff}.hamburger-menu{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:100%;height:2px;background-color:#1c1c1c;transition:all .3s ease;transform-origin:center}.hamburger-menu[aria-expanded=true] .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-menu[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0}.hamburger-menu[aria-expanded=true] .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-overlay{position:fixed;inset:0;background:#00000080;z-index:999;display:none}@media (max-width: 768px){.nav-menu{padding:16px 24px;border-radius:20px;position:relative}.nav-logo{width:100px;height:40px}.hamburger-menu{display:flex}.nav-tabs{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;padding:80px 24px 24px;box-shadow:-4px 0 20px #0000001a;transition:right .3s ease;z-index:1000}.nav-tabs--open{right:0}.nav-tabs--open~.nav-overlay{display:block}.nav-tab{font-size:16px;padding:12px 16px;width:100%;text-align:center;border-radius:8px;transition:background-color .2s ease}.nav-tab:hover{background-color:#6d7aff1a}}@media (max-width: 480px){.nav-menu{padding:12px 16px}.nav-logo{width:80px;height:32px}.hamburger-menu{width:20px;height:15px}.nav-tabs{width:260px;padding:70px 20px 20px;gap:20px}.nav-tab{font-size:14px;padding:10px 14px}}@media (min-width: 769px){.hamburger-menu{display:none}.nav-overlay{display:none!important}.nav-tabs{position:static;width:auto;height:auto;background:transparent;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px;padding:0;box-shadow:none}.nav-tab{font-size:16px;padding:0;width:auto;text-align:left;border-radius:0;background-color:transparent}.nav-tab:hover{background-color:transparent;color:#6d7aff}}.auth_brand{display:flex;min-width:min(470px,90vw);width:100%;max-width:470px;padding:clamp(16px,5vw,32px);flex-direction:column;align-items:flex-start;gap:clamp(20px,6vw,40px);border-radius:16px;background:#fff;box-shadow:0 10px 48px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.form-container .fields{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.form-container .fields .field{display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}.form-label{color:#606778;font-size:12px;font-style:normal;font-weight:500;line-height:16px}.form-input{color:#7b8499;display:flex;padding:12px;align-items:flex-start;gap:10px;align-self:stretch;border-radius:6px;border:1px solid #CAD0DB;background:#fff}button{display:flex;padding:16px 24px;justify-content:center;align-items:flex-start;gap:16px;border-radius:4px;background:#758dff}.field>label{color:#606778}
