:root{--bg:#fff;--card-bg:#fff;--accent:#000;--accent-secondary:#999;--accent-tertiary:#eee;--accent-soft:rgba(0,0,0,.08);--text:#000;--muted:#999;--border-subtle:#eee;--page-max:1240px;--page-padding:clamp(20px,5vw,80px);--section-gap:clamp(60px,8vw,120px);--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"SF Pro Text","Inter","Helvetica Neue",Arial,sans-serif;--heading-xl:clamp(48px,6vw,76px);--heading-lg:clamp(32px,4vw,48px);--heading-md:clamp(24px,3vw,32px);--body-lg:18px;--body-md:16px;--heading-color:#03032e;--radius-lg:24px;--radius-md:16px;--radius-sm:8px;--radius-pill:999px;--shadow-soft:0 18px 45px rgba(0,0,0,.05);--shadow-hover:0 24px 60px rgba(0,0,0,.08);--glass:hsla(0,0%,100%,.85)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--body-lg);line-height:1.6;background:var(--bg);background-image:none;background-attachment:fixed;color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:var(--heading-color)}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:var(--page-max);margin:0 auto;padding:0 var(--page-padding)}.gradient-text{background:none;-webkit-background-clip:initial;background-clip:initial;color:var(--heading-color)}.btn{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:var(--radius-pill);font-weight:500;font-size:15px;cursor:pointer;box-shadow:none;transition:none}.btn-primary{color:#fff;border:1px solid var(--accent)}.btn-primary,.btn-primary:hover{background:var(--accent);box-shadow:none}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border-subtle)}.btn-secondary:hover{background:#fff;border-color:#000}.nav{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:20px 0;background:transparent;border-bottom:1px solid transparent;transition:all .3s ease}.nav.scrolled{background:var(--glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.5);padding:15px 0}.nav-inner{justify-content:space-between}.nav-inner,.nav-links{display:flex;align-items:center}.nav-links{gap:20px}.nav-link{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--text);opacity:.8;transition:opacity .2s ease,color .2s ease}.nav-link:hover{opacity:1;color:#000}.logo{display:flex;align-items:center;gap:12px;font-weight:700;font-size:18px;letter-spacing:-.02em}.logo-icon{height:28px;width:auto;display:block}.logo-text-img{height:22px;width:auto;display:block;margin-top:2px;transition:filter .3s ease}.logo-text-img,.nav.scrolled .logo-text-img{filter:invert(1) brightness(.1)}.hero{min-height:100vh;display:flex;padding-top:100px;padding-bottom:60px;background:linear-gradient(140deg,#f7fdfb,#fff 45%,#f0f6fe)}.hero,.hero-grid{align-items:center}.hero-grid{display:grid;grid-template-columns:3fr 2fr;grid-gap:clamp(32px,5vw,64px);gap:clamp(32px,5vw,64px);width:100%}.hero-chat-placeholder{width:100%;aspect-ratio:3/4;max-height:70vh;background:var(--accent-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.hero-headline{font-size:clamp(32px,4vw,52px);line-height:1.1;letter-spacing:-.03em;color:var(--heading-color);margin-bottom:20px}.hero-headline-muted,.hero-subhead{color:var(--muted)}.hero-subhead{font-size:clamp(16px,1.4vw,18px);line-height:1.65;margin-bottom:36px;max-width:480px}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hero-link-cta{font-size:15px;font-weight:500;font-family:var(--font-sans);color:var(--text);text-decoration:none;background:none;border:none;border-bottom:1px solid var(--border-subtle);border-radius:0;padding:0 0 1px;margin:0;cursor:pointer;transition:border-color .2s;white-space:nowrap;display:inline}.hero-link-cta:hover{border-color:var(--text)}@media (max-width:860px){.hero{align-items:flex-start;padding-top:72px;padding-bottom:32px}.hero-headline{margin-bottom:12px}.hero-subhead{margin-bottom:20px}.hero-grid{grid-template-columns:1fr;gap:16px}.hero-chat-placeholder{aspect-ratio:4/3;max-height:50vw}.hchat-wrap{aspect-ratio:4/3;max-height:55vw}.hero-subhead{max-width:100%}}.section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}@media (max-width:860px){.zero-cost-section{padding-top:80px!important;padding-bottom:80px!important}.cost-section{padding-bottom:20px!important}.who-section{padding-top:20px!important}}.section-header{margin-bottom:60px;max-width:700px}.tagline{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;padding:4px 10px;background:#eee;border:none;border-radius:var(--radius-pill)}.section-title{font-size:clamp(36px,4.8vw,56px);line-height:1.1;letter-spacing:-.03em;margin-bottom:20px}.section-desc{font-size:var(--body-lg);color:var(--muted)}.about-page{text-align:left}.about-hero{max-width:980px;margin:0 auto}.about-hero-image{width:100%;height:auto;display:block;border-radius:var(--radius-lg)}.about-content{max-width:860px;margin:48px auto 0;display:flex;flex-direction:column;gap:20px;color:var(--text)}.about-sections{max-width:980px;margin:48px auto 0}.about-row{display:grid;grid-template-columns:minmax(180px,320px) 1fr;grid-gap:24px;gap:24px;align-items:start;padding:28px 0}.about-row+.about-row{border-top:1px solid #e9e9e9}.about-title{font-size:var(--heading-md);line-height:1.2;letter-spacing:-.02em;margin:0}.about-copy{display:flex;flex-direction:column;gap:16px}.about-paragraph{margin:0;font-size:var(--body-lg);line-height:1.7;color:var(--text)}.about-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,190px));justify-content:center;grid-gap:18px;gap:18px;margin-top:8px}.about-team-footer{margin-top:8px;padding-top:12px}.about-team-footer .about-team-grid{margin-top:0}.about-team-card{display:flex;flex-direction:column;gap:10px;color:var(--text)}.about-team-card:focus-visible{outline:2px solid #000;outline-offset:4px;border-radius:12px}.about-team-image{width:100%;height:auto;object-fit:contain;display:block;border-radius:12px;border:1px solid var(--border-subtle)}.about-team-name{font-size:16px;font-weight:500;line-height:1.4}.about-team-card:focus-visible .about-team-name,.about-team-card:hover .about-team-name{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(40px,6vw,80px);gap:clamp(40px,6vw,80px);align-items:center}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px}.card{background:var(--card-bg);border-radius:var(--radius-lg);padding:40px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft)}.card:hover{box-shadow:var(--shadow-hover)}.feature-list{display:flex;flex-direction:column;gap:20px}.feature-item{display:flex;gap:16px;align-items:flex-start}.careers-feature-list{margin:8px 0;gap:12px}.careers-feature-list .feature-item{gap:12px}.teamtailor-jobs-widget .job-title,.teamtailor-jobs-widget .tt-job-list a,.teamtailor-jobs-widget .tt-job-title,.teamtailor-jobs-widget a.tt-job-link{font-weight:700}.back-to-careers{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-weight:500;font-size:16px;margin-bottom:20px}.back-to-careers:before{content:"←";font-size:18px;transition:transform .2s ease}.back-to-careers:hover:before{transform:translateX(-4px)}.feature-icon{width:24px;height:24px;color:var(--accent);flex-shrink:0;margin-top:2px}.visual-box{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.visual-box:before{content:"";position:absolute;width:100%;height:100%;background:none}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.2,.8,.2,1)}.reveal.active{opacity:1;transform:translateY(0)}.site-footer{background:#03032e;color:hsla(0,0%,100%,.88);padding:56px 0 28px}.site-footer-inner{display:flex;flex-direction:column;gap:24px}.footer-grid{display:grid;grid-template-columns:1fr auto;grid-gap:48px;gap:48px;align-items:start}.footer-left{display:flex;flex-direction:column;gap:16px}.footer-logo{display:inline-flex;align-items:center;gap:12px;width:-moz-fit-content;width:fit-content}.footer-logo-icon{height:30px;width:auto;display:block}.footer-logo-text{height:24px;width:auto;display:block;filter:brightness(0) invert(1);margin-top:2px}.footer-address{font-style:normal;font-size:14px;line-height:1.65;color:hsla(0,0%,100%,.72)}.footer-linkedin{width:34px;height:34px;border-radius:999px;border:1px solid hsla(0,0%,100%,.25);color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.footer-linkedin:focus-visible,.footer-linkedin:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.45);transform:translateY(-1px)}.footer-linkedin:focus-visible{outline:2px solid hsla(0,0%,100%,.65);outline-offset:2px}.footer-linkedin-icon{width:16px;height:16px}.footer-nav{display:flex;flex-direction:column;gap:10px;min-width:120px;align-items:flex-start}.footer-nav a{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.84);transition:color .2s ease}.footer-nav a:focus-visible,.footer-nav a:hover{color:#fff}.footer-divider{height:1px;width:100%;background:hsla(0,0%,100%,.16)}.footer-copyright{margin:0;font-size:12px;color:hsla(0,0%,100%,.56)}@media (max-width:900px){.hide-on-mobile{display:none!important}:root{--page-padding:32px}.grid-2{grid-template-columns:1fr;gap:40px}.stack-grid{display:flex;flex-direction:column}.stack-grid .stack-content{order:1}.stack-grid .stack-visual{order:2}.stack-pin{position:relative;top:0;transform:none}.stack{align-items:stretch;width:calc(100vw - 32px);margin-left:auto;margin-right:auto}.stack-layer{width:100%}#stack-detail-list,#stack-detail-title{display:none}.stack-layer.active .stack-mobile-detail{display:block}.container{padding:0 32px}.hero{padding-top:120px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-nav{justify-self:end}.mobile-section-spacer{margin-top:60px}.about-row{grid-template-columns:1fr;gap:12px;padding:20px 0}}@media (max-width:600px){:root{--page-padding:24px;--heading-xl:40px;--heading-lg:32px}.container{padding:0 24px}.stack{width:calc(100vw - 24px)}.footer-grid,.grid-3{grid-template-columns:1fr}.footer-nav{justify-self:start}}.lineage-item{position:relative;padding-top:32px;border-top:1px solid var(--border-subtle);transition:all .4s cubic-bezier(.2,.8,.2,1)}.lineage-item:before{content:"";position:absolute;top:-1px;left:0;width:0;height:2px;background:var(--item-accent);transition:width .4s cubic-bezier(.2,.8,.2,1)}.lineage-item:hover{transform:translateY(-4px)}.lineage-item:hover:before{width:60px}.lineage-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--item-accent);margin-bottom:16px;opacity:.9}.lineage-title{font-size:20px;font-weight:600;margin-bottom:12px;color:var(--text)}.lineage-desc{font-size:16px;color:var(--muted);line-height:1.7}.traceability-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;text-align:left}.traceability-card{border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.traceability-card-text{padding:28px 28px 20px}.traceability-card-text .lineage-label{color:var(--accent)}.traceability-card-img{border-top:1px solid var(--border-subtle);overflow:hidden;background:#f7f9fc;height:200px;margin-left:28px}.traceability-card-img img{width:100%;height:100%;display:block;object-fit:cover;object-position:top left;opacity:.92;border-top-left-radius:8px}@media (max-width:700px){.traceability-cards{grid-template-columns:1fr}}#rotating-text{display:inline-block;transition:all .5s cubic-bezier(.2,.8,.2,1);position:relative}.minimal-list{list-style:none;padding:0;margin:16px 0;display:flex;flex-direction:column;gap:12px}.minimal-item{display:flex;gap:12px;align-items:flex-start;font-size:16px;color:var(--muted);line-height:1.5}.direction-section{position:relative;overflow:hidden;color:#fff;background:#03032e}.direction-section .container{position:relative;z-index:2}.direction-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.65;filter:saturate(.85) contrast(1.05)}.direction-overlay{position:absolute;inset:0;background:linear-gradient(110deg,rgba(3,3,46,.88),rgba(3,3,46,.62) 45%,rgba(3,3,46,.75));z-index:1}.direction-grid{align-items:start}.direction-title{font-size:clamp(36px,4.8vw,56px);line-height:1.1;letter-spacing:-.02em;color:#fff;margin:0}.direction-copy{display:flex;flex-direction:column;gap:20px;color:hsla(0,0%,100%,.88);font-size:17px;line-height:1.7}.direction-paragraph{margin:0}.direction-paragraph strong{color:#fff;font-weight:600}@media (max-width:900px){.direction-title,.hero h1,.section-title{font-size:clamp(32px,7vw,40px)}}.cost-section{background:#f9fafe}.cost-list{display:flex;flex-direction:column;gap:24px;max-width:800px;margin:0 auto 30px}.cost-item{padding:12px 0;background:transparent;border:none;margin-bottom:8px}.cost-header{display:grid;grid-template-columns:auto .75fr 1fr auto;grid-column-gap:16px;column-gap:16px;grid-row-gap:10px;row-gap:10px;align-items:start}.cost-title{font-size:20px;font-weight:600;margin:0;color:var(--text);max-width:260px}.cost-desc{font-size:16px;color:var(--muted);line-height:1.6;margin:0}.cost-toggle{width:22px;height:22px;border:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;background:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .2s ease}.cost-item.open .cost-toggle{transform:rotate(90deg)}.cost-body{display:none;border-bottom:1px solid var(--border-subtle);padding:12px 0 12px 32px}.cost-item.open .cost-body{display:block}.cost-icon{width:48px;height:48px;margin-top:2px;display:inline-block;position:relative;flex:0 0 auto;--cost-icon-fill:hsla(0,0%,60%,.12);--cost-icon-stroke:hsla(0,0%,60%,.6)}.cost-icon i{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:48px;line-height:1}.cost-icon .icon-fill{color:var(--cost-icon-fill)}.cost-icon .icon-stroke{color:var(--cost-icon-stroke)}.fluxion-value-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(40px,6vw,80px);gap:clamp(40px,6vw,80px);align-items:start}.fluxion-value-heading{font-size:clamp(28px,3.2vw,40px);font-weight:700;line-height:1.2;letter-spacing:-.03em;color:var(--heading-color);margin-bottom:16px}.fluxion-value-sub{font-size:17px;color:var(--muted);line-height:1.6;margin-bottom:36px}.fluxion-moments{display:flex;flex-direction:column;gap:0}.fluxion-moment{padding:20px 0;border-top:1px solid var(--border-subtle)}.fluxion-moment:last-child{border-bottom:1px solid var(--border-subtle)}.fluxion-moment-label{font-size:13px;font-weight:600;letter-spacing:.01em;color:var(--text);margin-bottom:6px;text-transform:uppercase;font-size:11px;letter-spacing:.07em}.fluxion-moment-desc{font-size:15px;color:var(--muted);line-height:1.6;margin:0}.fluxion-value-visual{position:-webkit-sticky;position:sticky;top:100px;align-self:start}@media (max-width:800px){.fluxion-value-grid{grid-template-columns:1fr}.fluxion-value-visual{order:-1;position:static}}.tm-wrap{display:flex;flex-direction:column;gap:64px}.tm-moment{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.tm-moment:nth-child(2n){direction:rtl}.tm-moment:nth-child(2n)>*{direction:ltr}.tm-step-label{display:inline-flex;align-items:center;gap:7px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.tm-step-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.tm-copy h3{font-size:clamp(18px,2vw,22px);font-weight:500;line-height:1.3;margin-bottom:10px;color:var(--heading-color)}.tm-copy p{font-size:15px;color:var(--muted);line-height:1.7}.tm-panel{background:#fff;border:.5px solid var(--border-subtle);border-radius:14px;overflow:hidden;box-shadow:0 4px 24px rgba(3,3,46,.07),0 1px 4px rgba(3,3,46,.04)}.tm-panel-header{padding:11px 16px;border-bottom:.5px solid var(--border-subtle);display:flex;align-items:center;gap:8px;background:#fafafa}.tm-ph-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.tm-ph-title{font-size:12px;color:var(--muted);flex:1 1}.tm-ph-badge{font-size:10px;background:rgba(15,110,86,.07);color:#0f6e56;padding:2px 8px;border-radius:12px;border:.5px solid rgba(15,110,86,.2);letter-spacing:.02em}.tm-panel-body{padding:16px;display:flex;flex-direction:column;gap:10px;min-height:200px}.tm-msg-user{display:flex;justify-content:flex-end}.tm-bub-user{background:#03032e;color:#fff;padding:9px 13px;border-radius:12px 12px 3px 12px;font-size:13px;line-height:1.5;max-width:85%}.tm-msg-ai{display:flex;gap:8px;align-items:flex-start}.tm-av{width:24px;height:24px;background:#03032e;border-radius:7px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px}.tm-bub-ai{background:#f5f5f7;border:.5px solid var(--border-subtle);padding:10px 13px;border-radius:3px 12px 12px 12px;font-size:13px;line-height:1.55;flex:1 1;color:var(--text)}.tm-typing{display:flex;gap:3px;align-items:center;padding:2px 0}.tm-typing span{width:5px;height:5px;background:var(--muted);border-radius:50%;animation:tm-bounce .9s infinite}.tm-typing span:nth-child(2){animation-delay:.15s}.tm-typing span:nth-child(3){animation-delay:.3s}@keyframes tm-bounce{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-4px);opacity:1}}.tm-ans-stat{font-size:17px;font-weight:600;margin-bottom:3px}.tm-ans-line{font-size:13px;color:var(--text);margin-bottom:4px;line-height:1.5}.tm-ans-muted{font-size:12px;color:var(--muted);line-height:1.5}.tm-pills{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 0}.tm-pill{background:rgba(0,0,0,.03);border:.5px solid var(--border-subtle);border-radius:8px;padding:5px 10px;font-size:12px;color:var(--text)}.tm-pill-label{display:block;font-size:10px;color:var(--muted);margin-bottom:1px;text-transform:uppercase;letter-spacing:.03em}.tm-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:5px}.tm-bar-label{font-size:11px;color:var(--muted);width:56px;flex-shrink:0}.tm-bar-track{flex:1 1;height:5px;background:rgba(0,0,0,.06);border-radius:3px;overflow:hidden}.tm-bar-fill{height:100%;border-radius:3px;width:0;transition:width 1s cubic-bezier(.4,0,.2,1)}.tm-bar-val{font-size:11px;font-weight:500;width:38px;text-align:right;flex-shrink:0}.tm-doc-card{background:rgba(15,110,86,.04);border:.5px solid rgba(15,110,86,.18);border-radius:10px;padding:10px 12px;margin-top:4px}.tm-doc-title{font-size:11px;color:#0f6e56;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.tm-doc-body-text{font-size:13px;color:var(--text);line-height:1.5}.tm-doc-row{display:flex;justify-content:space-between;font-size:12px;margin-bottom:4px;gap:8px}.tm-doc-key{color:var(--muted);flex-shrink:0}.tm-doc-val{color:var(--text);font-weight:500;text-align:right}.tm-scenario-created{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:500;color:#0f6e56;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.tm-scenario-name{font-size:15px;font-weight:600;color:var(--heading-color);margin-bottom:10px;letter-spacing:-.01em}.tm-highlights{background:rgba(0,0,0,.03);border:.5px solid var(--border-subtle);border-radius:8px;padding:8px 10px;margin-bottom:10px}.tm-highlights-label{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:6px}.tm-highlight-rows{display:flex;flex-direction:column;gap:4px}.tm-highlight-row{display:flex;justify-content:space-between;font-size:12px}.tm-hl-key{color:var(--muted)}.tm-hl-val{font-weight:500}.tm-highlight-row-total{border-top:.5px solid var(--border-subtle);padding-top:4px;margin-top:2px}.tm-highlight-row-total .tm-hl-key{color:var(--text);font-weight:500}.tm-report-link{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#185fa5;text-decoration:none}.tm-report-link:hover{text-decoration:underline}.tm-p3-footer{font-size:12px;color:var(--muted);padding:6px 2px;border-top:.5px solid var(--border-subtle);margin-top:4px}@media (max-width:680px){.tm-moment,.tm-moment:nth-child(2n){grid-template-columns:1fr;direction:ltr}}.fchat-wrap{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;font-family:var(--font-sans)}.fchat-header{padding:10px 16px;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between}.fchat-header-label{font-size:12px;font-weight:600;color:var(--text);letter-spacing:.01em}.fchat-header-dot{width:6px;height:6px;border-radius:50%;background:#2d7d5a;opacity:.7}.fchat-msgs{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:14px;min-height:280px;scrollbar-width:none}.fchat-msgs::-webkit-scrollbar{display:none}.fchat-user-row{display:flex;justify-content:flex-end}.fchat-bubble{background:#f2f2f2;color:var(--text);font-size:13px;line-height:1.55;padding:9px 14px;border-radius:16px 16px 4px 16px;max-width:82%}.fchat-ai-row{display:flex;align-items:flex-start}.fchat-ai-body{flex:1 1;font-size:13px;line-height:1.65}.fchat-thinking{display:flex;align-items:center;gap:7px;margin-bottom:10px}.fchat-thinking-label{font-size:12px;color:var(--muted);font-style:italic}.fchat-dots span{display:inline-block;width:3px;height:3px;border-radius:50%;background:var(--muted);margin:0 1px;animation:fchatDot 1.4s ease-in-out infinite}.fchat-dots span:nth-child(2){animation-delay:.2s}.fchat-dots span:nth-child(3){animation-delay:.4s}@keyframes fchatDot{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.fchat-steps{display:flex;flex-direction:column;gap:5px}.fchat-step{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);transition:color .3s}.fchat-step--active{color:var(--text)}.fchat-step--done{color:var(--muted)}.fchat-step-icon{width:14px;height:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fchat-spinner{display:block;width:10px;height:10px;border-radius:50%;border:1.5px solid var(--border-subtle);border-top-color:var(--text);animation:fchatSpin .8s linear infinite}@keyframes fchatSpin{to{transform:rotate(1turn)}}.fchat-idle-dot{display:block;width:4px;height:4px;border-radius:50%;background:var(--border-subtle)}.fchat-answer{display:flex;flex-direction:column;gap:10px}.fchat-answer-lead{font-size:14px;font-weight:500;line-height:1.55;color:var(--text);margin:0;letter-spacing:-.01em}.fchat-answer-body{font-size:13px;line-height:1.7;color:var(--muted);margin:0}.fchat-table{margin-top:12px;border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden;font-size:12px}.fchat-table-title{padding:9px 12px 8px;font-size:12px;font-weight:600;color:var(--text);border-bottom:1px solid var(--border-subtle)}.fchat-table-head,.fchat-table-row{display:grid;grid-template-columns:1fr 70px 70px 56px 52px;align-items:center;padding:0 12px}.fchat-table-head{padding-top:6px;padding-bottom:6px;border-bottom:1px solid var(--border-subtle)}.fchat-th{font-size:11px;color:var(--muted);text-align:right}.fchat-th-metric{text-align:left}.fchat-th-actions{text-align:right}.fchat-table-row{padding-top:7px;padding-bottom:7px;border-bottom:1px solid var(--border-subtle);transition:background .15s}.fchat-table-row:last-child{border-bottom:none}.fchat-table-row--active{background:#fafafa}.fchat-td{color:var(--muted);text-align:right}.fchat-td-metric{font-family:ui-monospace,SF Mono,monospace;font-size:11px;color:var(--text);text-align:left}.fchat-td-delta{color:#2d7d5a;font-weight:500;font-size:11px}.fchat-td-actions{display:flex;justify-content:flex-end;gap:2px}.fchat-action{position:relative;width:22px;height:22px;border-radius:5px;display:flex;align-items:center;justify-content:center;color:var(--border-subtle);transition:background .15s,color .15s;flex-shrink:0}.fchat-table-row--active .fchat-action{color:var(--muted)}.fchat-action--on{background:var(--accent-soft);color:var(--text)!important}.fchat-tooltip{bottom:calc(100% + 5px);background:#1a1a1a;color:#fff;font-size:10px;font-family:var(--font-sans);padding:3px 8px;border-radius:5px;white-space:nowrap;pointer-events:none;animation:fchatTooltipIn .15s ease forwards;z-index:10}.fchat-tooltip,.fchat-tooltip:after{position:absolute;left:50%;transform:translateX(-50%)}.fchat-tooltip:after{content:"";top:100%;border:4px solid transparent;border-top-color:#1a1a1a}@keyframes fchatTooltipIn{0%{opacity:0;transform:translateX(-50%) translateY(3px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.fchat-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.fchat-pill{display:inline-flex;align-items:center;gap:5px;font-size:11px;padding:3px 9px;border-radius:20px;border:1px solid var(--border-subtle);color:var(--muted);white-space:nowrap}.fchat-pill-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.fchat-input-outer{padding:10px 14px 14px}.fchat-input-box{display:flex;align-items:center;gap:10px;border:1px solid var(--border-subtle);border-radius:999px;padding:8px 8px 8px 16px;background:#fafafa}.fchat-input-text{flex:1 1;font-size:13px;color:var(--text);line-height:1.4;min-height:18px;word-break:break-word}.fchat-placeholder{color:var(--muted)}.fchat-cursor{display:inline-block;width:1.5px;height:13px;background:var(--text);margin-left:1px;vertical-align:text-bottom;animation:fchatBlink 1s step-end infinite}@keyframes fchatBlink{0%,to{opacity:1}50%{opacity:0}}.fchat-send{width:28px;height:28px;border-radius:7px;background:var(--border-subtle);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;color:var(--muted);flex-shrink:0}.fchat-send--active{background:var(--text);color:#fff}.fchat-replay-row{text-align:center;padding:6px 0 10px;border-top:1px solid var(--border-subtle)}.fchat-replay-btn{font-size:11px;color:var(--muted);background:none;border:1px solid var(--border-subtle);padding:4px 12px;border-radius:20px;cursor:pointer;font-family:var(--font-sans);transition:color .2s,border-color .2s}.fchat-replay-btn:hover{color:var(--text);border-color:rgba(0,0,0,.2)}.who-section{background:#03032e}.who-eyebrow{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.who-eyebrow,.who-heading{font-weight:500;text-align:center;margin-bottom:.75rem}.who-heading{font-size:clamp(22px,2.8vw,32px);color:#fff;line-height:1.3}.who-sub{font-size:16px;color:hsla(0,0%,100%,.55);text-align:center;max-width:480px;margin:0 auto 3rem;line-height:1.6}.who-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.who-card{background:hsla(0,0%,100%,.04);border:.5px solid hsla(0,0%,100%,.1);border-radius:var(--radius-md);padding:1.75rem 1.5rem;gap:1.25rem}.who-card,.who-card-top{display:flex;flex-direction:column}.who-card-top{gap:.4rem}.who-card-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.who-card-title{font-size:17px;font-weight:500;color:#fff;line-height:1.2}.who-card-roles{font-size:12px;color:hsla(0,0%,100%,.4)}.who-card-divider{height:.5px;background:hsla(0,0%,100%,.1)}.who-card-outcome{display:flex;flex-direction:column;gap:.35rem}.who-outcome-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.who-outcome-stat{font-size:clamp(18px,1.8vw,22px);font-weight:500;line-height:1.15}.who-outcome-desc{font-size:13px;color:hsla(0,0%,100%,.6);line-height:1.55;margin-top:.1rem}.who-card-from{display:flex;flex-direction:column;gap:.5rem}.who-from-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.who-from-item{display:flex;align-items:baseline;gap:.5rem;font-size:13px;color:hsla(0,0%,100%,.55);line-height:1.45}.who-from-item:before{content:"";width:4px;height:4px;border-radius:50%;background:hsla(0,0%,100%,.2);flex-shrink:0;margin-top:6px}@media (max-width:860px){.who-cards{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}.cost-closing-statement{text-align:center;max-width:640px;margin:0 auto;font-size:clamp(20px,2.4vw,28px);font-weight:500;color:var(--text);line-height:1.45;letter-spacing:-.02em;padding-bottom:20px}.cost-anim-label{width:200px}.cost-anim-days{padding-left:212px}@media (max-width:600px){.cost-anim-label{width:130px;font-size:12px!important}.cost-anim-days{padding-left:142px}}.stack-section{position:relative;min-height:calc(100vh + var(--stack-scroll, 0px))}.stack-section-dark{--stack-overlap:clamp(80px,12vh,160px);background:#03032e;margin-top:calc(-1 * var(--stack-overlap));padding-top:calc(var(--section-gap) + var(--stack-overlap))}.stack-section-dark .tagline{color:#fff;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2)}.stack-section-dark #stack-detail-list,.stack-section-dark #stack-detail-list .feature-icon,.stack-section-dark #stack-detail-list .feature-item,.stack-section-dark #stack-detail-title,.stack-section-dark .section-desc,.stack-section-dark .section-title{color:#fff}.stack-grid{align-items:start}.stack-content-sticky{position:-webkit-sticky;position:sticky;top:clamp(80px,16vh,180px);align-self:start}.stack-cards{display:flex;flex-direction:column;gap:24px}.stack-card{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.22);border-radius:18px;padding:24px;box-shadow:none}.stack-card-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:8px}.stack-card-example{font-size:14px;color:hsla(0,0%,100%,.72);margin-bottom:18px}.stack-card-list{gap:14px}.stack-card .feature-item{color:hsla(0,0%,100%,.92)}.stack-card .feature-icon{color:hsla(0,0%,100%,.7)}.last-section-bg{background:#f9fafe}.usecase-section-bg{--usecase-bg:#dbeaff;background:#fff}.usecase-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.usecase-card{background:var(--usecase-bg);border:none;border-radius:0;padding:32px 28px}.usecase-card-tag{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.07em;color:#185fa5;margin-bottom:10px}.usecase-card-title{font-size:clamp(17px,1.6vw,20px);font-weight:600;color:var(--text);margin:0 0 12px;line-height:1.25}.usecase-card-desc{font-size:14px;line-height:1.65;color:var(--muted);margin:0 0 16px}.usecase-card-whatif{background:rgba(24,95,165,.07);border-left:2px solid rgba(24,95,165,.35);padding:10px 12px;font-size:13px;line-height:1.6;color:#185fa5;display:flex;flex-direction:column;gap:4px}.usecase-whatif-label{font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.06em;opacity:.7}.usecase-whatif-text{color:#1a4a7a}@media (max-width:700px){.usecase-cards{grid-template-columns:1fr}}.industry-section{background:#f9fafe}.industry-list{display:flex;flex-direction:column}.industry-row{display:grid;grid-template-columns:220px 1fr;grid-gap:24px;gap:24px;align-items:baseline;padding:18px 0}.industry-row:not(:last-child){border-bottom:1px solid rgba(0,0,0,.07)}.industry-name{font-size:15px;font-weight:600;color:var(--text);line-height:1.4}.industry-q{font-size:16px;color:var(--muted);line-height:1.6}@media (max-width:640px){.industry-row{grid-template-columns:1fr;gap:6px}}.stack-morph .stack-content{animation:stackMorph .52s ease}.stack-morph .stack-layer.active{animation:stackPulse .52s ease}.pre-stack-section{--stack-overlap:clamp(80px,12vh,160px);padding-bottom:calc(var(--section-gap) + var(--stack-overlap))}.stack-pin{position:-webkit-sticky;position:sticky;top:50%;transform:translateY(-50%)}.stack-wrap{justify-content:center;padding:20px 0 24px}.stack,.stack-wrap{display:flex;align-items:center}.stack{flex-direction:column;gap:8px}.stack-layer{width:min(320px,72vw);padding:14px 20px;border:1px solid #e0e0e0;background:#f3f3f3;color:#000;border-radius:0;font-weight:600;text-align:left;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}#stack-detail-title{color:#000}.stack-layer:hover{background:#ededed;border-color:#d4d4d4}.stack-layer.active{background:#e2e2e2;border-color:#c9c9c9}@keyframes stackMorph{0%{opacity:.2;transform:translateY(10px) scale(.985);filter:blur(2px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes stackPulse{0%{transform:translateY(0) scale(.985)}to{transform:translateY(0) scale(1)}}.stack-label{display:inline-flex;align-items:center;gap:10px;justify-content:flex-start;width:100%}.stack-indicator-icon{width:14px;height:14px;color:#8a8a8a;opacity:0;transition:opacity .2s ease}.stack-layer.active .stack-indicator-icon{opacity:.9}.stack-icon{width:18px;height:18px;color:#8a8a8a}.stack-mobile-detail{display:none;width:100%;margin-top:10px;text-align:left}.stack-mobile-list{list-style:none;margin:8px 0 0;padding:0;display:grid;grid-gap:10px;gap:10px}.stack-mobile-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--muted);font-weight:400;line-height:1.4}@media (max-width:900px){.stack-section{padding-top:var(--section-gap)}.stack-section-dark{--stack-overlap:clamp(40px,10vh,120px)}.stack-content-sticky{position:relative;top:0}}.usecase-marquee{position:relative;overflow:hidden;width:100%;margin-top:20px;padding-top:clamp(72px,9vw,120px)}.usecase-track{display:flex;gap:12px;animation:marquee 22s linear infinite;padding:6px 0}.usecase-marquee:focus-within .usecase-track,.usecase-marquee:hover .usecase-track{animation-play-state:paused}.usecase-pill{background:#f9fafe;color:#000;border:none;border-radius:var(--radius-pill);padding:10px 16px;font-size:14px;white-space:nowrap;position:relative;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.usecase-pill:after{content:attr(data-desc);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%) translateY(6px);width:min(320px,80vw);padding:10px 12px;border-radius:12px;background:hsla(0,0%,100%,.95);border:1px solid var(--border-subtle);color:#111;font-size:12px;line-height:1.45;opacity:0;pointer-events:none;white-space:normal;text-align:left;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2;transition:opacity .2s ease,transform .2s ease}.usecase-pill:focus-visible,.usecase-pill:hover{background:#f1f4fb;transform:translateY(-1px)}.usecase-pill:focus-visible:after,.usecase-pill:hover:after{opacity:1;transform:translateX(-50%) translateY(0)}.usecase-marquee:after,.usecase-marquee:before{content:"";position:absolute;top:0;width:60px;height:100%;pointer-events:none;background:linear-gradient(to right,var(--usecase-bg),rgba(219,234,255,0));z-index:1}.usecase-marquee:after{right:0;transform:rotate(180deg)}.usecase-marquee:before{left:0}@media (max-width:600px){.usecase-marquee{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none}.usecase-marquee::-webkit-scrollbar{display:none}.usecase-track{width:max-content;animation:none;padding-inline:12px}.usecase-marquee:focus-within .usecase-track,.usecase-marquee:hover .usecase-track{animation-play-state:paused}.usecase-pill:after{display:none}.usecase-pill:focus-visible,.usecase-pill:hover{background:#f9fafe;transform:none;box-shadow:none}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:2000}.modal-overlay.active{opacity:1;pointer-events:auto}.modal{width:min(560px,92vw);background:#fff;border-radius:20px;padding:28px;box-shadow:0 40px 120px rgba(0,0,0,.2);transform:translateY(20px);transition:transform .25s ease;position:relative}.modal-overlay.active .modal{transform:translateY(0)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.modal-eyebrow{text-transform:uppercase;font-size:10px;letter-spacing:.2em;color:var(--muted);margin-bottom:8px}.modal-title{font-size:24px;margin:0;color:var(--text)}.modal-close{border:none;background:transparent;font-size:26px;line-height:1;cursor:pointer;color:var(--text);padding:4px 8px}.modal-form{display:grid;grid-gap:16px;gap:16px}.modal-field{display:grid;grid-gap:8px;gap:8px;font-size:14px;color:var(--text)}.modal-field input,.modal-field textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border-subtle);font-size:16px;outline:none}.modal-field textarea{min-height:120px;resize:vertical}.modal-field input:focus,.modal-field textarea:focus{border-color:#000}.modal-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.modal-status{min-height:20px;font-size:14px;color:var(--muted)}.modal-submit{justify-content:center}.hchat-wrap{width:100%;aspect-ratio:4/5;max-height:72vh;background:#fff;border:1px solid rgba(3,3,46,.1);border-top:3px solid #03032e;border-radius:var(--radius-md);box-shadow:0 32px 80px rgba(3,3,46,.16),0 8px 24px rgba(3,3,46,.08);display:flex;flex-direction:column;overflow:hidden;font-family:var(--font-sans)}.hchat-msgs{flex:1 1;min-height:0;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:8px;scrollbar-width:none}.hchat-msgs::-webkit-scrollbar{display:none}.hchat-user-row{display:flex;justify-content:flex-end}.hchat-bubble{background:#03032e;color:hsla(0,0%,100%,.92);font-size:12px;line-height:1.5;padding:7px 11px;border-radius:14px 14px 3px 14px;max-width:82%}.hchat-ai-row{display:flex;gap:6px;align-items:flex-start}.hchat-ai-avatar{width:22px;height:22px;border-radius:6px;background:#03032e;color:hsla(0,0%,100%,.85);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.hchat-ai-body{flex:1 1;min-width:0}.hchat-dots{display:flex;gap:4px;align-items:center;padding:3px 0}.hchat-dots span{display:inline-block;width:5px;height:5px;border-radius:50%;background:#ccc;animation:hchat-dot-pulse 1.3s ease-in-out infinite}.hchat-dots span:nth-child(2){animation-delay:.18s}.hchat-dots span:nth-child(3){animation-delay:.36s}@keyframes hchat-dot-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.hchat-answer-text ul{list-style:disc;padding-left:16px}.hchat-answer-text{font-size:12px;line-height:1.5;white-space:pre-wrap;color:var(--text);margin-bottom:6px;animation:hchat-fadein .5s ease forwards}@keyframes hchat-fadein{0%{opacity:0}to{opacity:1}}.hchat-metrics{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px;margin-bottom:10px}.hchat-metric{background:#f6f6f6;border:1px solid var(--border-subtle);border-radius:8px;padding:7px 10px;display:flex;flex-direction:column;gap:2px}.hchat-metric-label{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.hchat-metric-value{font-size:16px;font-weight:600;line-height:1.1}.hchat-metric-delta{font-size:10.5px;font-weight:500}.hchat-bars{margin-bottom:8px}.hchat-bars-title{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:7px}.hchat-table{margin-top:6px;border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden;margin-bottom:4px}.hchat-table-title{padding:5px 8px;font-size:10.5px;font-weight:600;color:var(--text);border-bottom:1px solid var(--border-subtle);background:#fafafa}.hchat-table-head,.hchat-table-row{display:grid;grid-template-columns:1fr 52px 60px 44px;padding:4px 8px;grid-gap:4px;gap:4px}.hchat-table-head{border-bottom:1px solid var(--border-subtle)}.hchat-table-row{border-bottom:.5px solid var(--border-subtle)}.hchat-table-row:last-child{border-bottom:none}.hchat-th{font-size:10px;color:var(--muted);text-align:right}.hchat-th-product{text-align:left}.hchat-td,.hchat-th-delta{text-align:right}.hchat-td{font-size:11px;color:var(--muted)}.hchat-td-product{font-size:11px;color:var(--text);text-align:left}.hchat-td-neg{color:#c0392b;font-weight:500;text-align:right}.hchat-bar-row{display:flex;align-items:center;gap:7px;margin-bottom:5px}.hchat-bar-label{font-size:11px;color:var(--text);width:82px;flex-shrink:0}.hchat-bar-track{flex:1 1;height:5px;background:var(--border-subtle);border-radius:3px;overflow:hidden}.hchat-bar-fill{height:100%;border-radius:3px;width:0;transition:width 1.1s cubic-bezier(.4,0,.2,1)}.hchat-bar-val{font-size:11px;font-weight:500;width:52px;text-align:right;flex-shrink:0}.hchat-note{font-size:11.5px;color:var(--muted);line-height:1.5;margin-bottom:10px}.hchat-suggs{transition:opacity .35s ease}.hchat-suggs-label{font-size:10.5px;color:var(--muted);font-style:italic;margin-bottom:6px}.hchat-suggs-list{display:flex;flex-direction:column;gap:5px}.hchat-sugg{font-size:11.5px;padding:5px 10px;border-radius:6px;border:1px solid var(--border-subtle);color:var(--text);background:#fafafa;cursor:pointer;display:inline-block}.hchat-divider{height:1px;background:var(--border-subtle);margin:10px 0}.hchat-bridge{margin:6px 0 2px;animation:hchat-fadein .5s ease forwards}.hchat-bridge-title{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:4px}.hchat-recovery{background:rgba(45,125,90,.05);border:1px solid rgba(45,125,90,.18);border-radius:10px;padding:10px 12px}.hchat-recovery-title{font-size:11px;font-weight:600;color:#2d7d5a;text-transform:uppercase;letter-spacing:.04em;margin-bottom:9px;display:flex;align-items:center;gap:5px}.hchat-recovery-item{display:flex;align-items:flex-start;gap:7px;margin-bottom:7px}.hchat-recovery-dot{width:4px;height:4px;border-radius:50%;background:#2d7d5a;flex-shrink:0;margin-top:5px}.hchat-recovery-text{font-size:11.5px;line-height:1.45;color:var(--text);flex:1 1}.hchat-recovery-impact{font-size:11px;font-weight:600;color:#2d7d5a;background:rgba(45,125,90,.1);border-radius:4px;padding:1px 6px;white-space:nowrap;flex-shrink:0}.hchat-recovery-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(45,125,90,.12);padding-top:8px;margin-top:4px;font-size:11.5px;color:var(--muted)}.hchat-recovery-gap{color:#ba7517;font-weight:500}.hchat-input-outer{padding:8px 10px;flex-shrink:0}.hchat-input-box{display:flex;align-items:flex-end;gap:8px;background:#fafafa;border:1px solid var(--border-subtle);border-radius:14px;padding:8px 8px 8px 12px;min-width:0}.hchat-input-text{flex:1 1;min-width:0;font-size:12px;color:var(--text);line-height:1.5;min-height:20px;word-break:break-word}.hchat-placeholder{color:var(--muted)}.hchat-cursor{display:inline-block;width:1.5px;height:13px;background:var(--text);margin-left:1px;vertical-align:text-bottom;animation:hchat-blink 1s step-end infinite}@keyframes hchat-blink{0%,to{opacity:1}50%{opacity:0}}.hchat-send{width:26px;height:26px;border-radius:50%;background:#eee;border:none;color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s,color .2s}.hchat-send--active{background:#03032e;color:#fff}@media (max-width:860px){.hchat-wrap{aspect-ratio:3/4;max-height:90vw}}