[data-hero-animation]{--fade-in: .3s;--doc-slide: .6s;--doc-scan: .8s;--doc-recede: .5s;--replay-fade: .2s;position:relative;width:100%}[data-hero-animation] .hero-anim__panels{position:relative;width:100%}[data-hero-animation] .hero-anim__doc-wrapper{position:absolute;top:0;left:50%;width:100%;max-width:21rem;z-index:5;opacity:0;transform:translate(-50%) translateY(-1.5rem);transition:opacity var(--doc-slide) ease-out,transform var(--doc-slide) ease-out}[data-hero-animation] .hero-anim__doc-wrapper.is-visible{opacity:1;transform:translate(-50%) translateY(0)}[data-hero-animation] .hero-anim__doc-wrapper.is-receding{opacity:0;transform:translate(-50%) translateY(-1.5rem);transition-duration:var(--doc-recede)}@media(min-width:1280px){[data-hero-animation] .hero-anim__panels{display:flex;align-items:flex-start;gap:.75rem}[data-hero-animation] .hero-anim__doc-wrapper{position:relative;top:auto;left:auto;right:auto;z-index:auto;flex:0 0 45%;max-width:45%;transform:translate(-2rem)}[data-hero-animation] .hero-anim__doc-wrapper.is-visible{transform:translate(0)}[data-hero-animation] .hero-anim__doc-wrapper.is-receding{transform:translate(-2rem)}}[data-hero-animation] .hero-anim__doc{height:100%;max-height:16rem;background:#fff;border:1px solid #d3dbe5;border-radius:.75rem;box-shadow:0 12px 40px -8px #080f1a40;display:flex;flex-direction:column;overflow:hidden}@media(min-width:1280px){[data-hero-animation] .hero-anim__doc{max-height:none;box-shadow:0 8px 30px -10px #080f1a2e}}[data-hero-animation] .hero-anim__doc-header{display:flex;align-items:center;gap:.375rem;padding:.625rem .75rem;border-bottom:1px solid #e8edf4;background:#f8fafd}[data-hero-animation] .hero-anim__doc-icon{color:#607089;display:flex;align-items:center}[data-hero-animation] .hero-anim__doc-title{font-size:11px;font-weight:600;color:#1e2d45;letter-spacing:.01em}[data-hero-animation] .hero-anim__doc-body{position:relative;padding:.625rem .75rem;font-size:11px;line-height:1.5;color:#607089;overflow:hidden;flex:1}[data-hero-animation] .hero-anim__doc-body p{margin-bottom:.25rem}[data-hero-animation] .hero-anim__doc-body strong{color:#1e2d45;font-weight:600}[data-hero-animation] .hero-anim__doc-step{color:#8a96ab;font-weight:500;margin-right:.125rem}[data-hero-animation] .hero-anim__doc-divider{height:1px;background:#e8edf4;margin:.375rem 0}[data-hero-animation] .hero-anim__doc-faded{color:#9ba8be}[data-hero-animation] .hero-anim__doc-body:before{content:"";position:absolute;left:0;top:0;width:100%;height:1.5rem;background:linear-gradient(180deg,#0566ff0f,#0566ff1a,#0566ff0f);border-left:2px solid rgba(5,102,255,.3);opacity:0;pointer-events:none}[data-hero-animation] .hero-anim__doc-body.is-scanning:before{opacity:1;animation:doc-scan var(--doc-scan) ease-in-out forwards}@keyframes doc-scan{0%{top:0}to{top:calc(100% - 1.5rem)}}[data-hero-animation] [data-hero-doc-highlight]{transition:background .2s ease,border-color .2s ease;padding:.125rem .25rem;margin-left:-.25rem;margin-right:-.25rem;border-radius:.25rem;border-left:2px solid transparent}[data-hero-animation] [data-hero-doc-highlight].is-highlighted{background:#0566ff1f;border-left-color:#0566ff80}[data-hero-animation] .hero-anim__chat{width:100%;max-width:21rem;margin:0 auto;display:flex;flex-direction:column;height:29rem;max-height:29rem;border-radius:1rem;border:1px solid #cfd9e7;background:#fff;box-shadow:0 20px 56px -44px #080f1acc;overflow:hidden;opacity:0;transition:opacity var(--fade-in) ease-out}@media(min-width:1280px){[data-hero-animation] .hero-anim__chat{flex:1;width:auto;max-width:none;margin:0;height:32rem;max-height:32rem}}[data-hero-animation] .hero-anim__chat.is-visible{opacity:1}[data-hero-animation] .hero-anim__chat-header{background:var(--primary);padding:.625rem .75rem;color:#fff}[data-hero-animation] .hero-anim__chat-name{font-size:13px;font-weight:600}[data-hero-animation] .hero-anim__chat-tagline{font-size:10px;opacity:.8}[data-hero-animation] .hero-anim__chat-messages{flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:.5rem;padding:.625rem;background:#fbfdff;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}[data-hero-animation] .hero-anim__chat-messages::-webkit-scrollbar{display:none}[data-hero-animation] .hero-anim__chat-input{display:flex;align-items:center;gap:.5rem;border-top:1px solid #dce4ef;padding:.5rem .75rem;background:#fff}[data-hero-animation] .hero-anim__chat-placeholder{font-size:12px;color:#5f7090;flex:1}[data-hero-animation] .hero-anim__chat-send{display:inline-flex;align-items:center;justify-content:center;width:1.625rem;height:1.625rem;border-radius:.375rem;background:var(--primary);color:#fff;font-size:12px;font-weight:700}[data-hero-animation] .hero-anim__bubble{max-width:82%;border-radius:1rem;padding:.375rem .6rem;font-size:11.5px;line-height:1.4;word-break:break-word;opacity:0;transform:translateY(6px);transition:opacity .25s ease-out,transform .25s ease-out}[data-hero-animation] .hero-anim__bubble.is-visible{opacity:1;transform:translateY(0)}[data-hero-animation] .hero-anim__bubble--user{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-right-radius:.375rem}[data-hero-animation] .hero-anim__bubble--ai{align-self:flex-start;background:#fff;border:1px solid #d7e1ef;color:#1e2d45;border-bottom-left-radius:.375rem}[data-hero-animation] .hero-anim__bubble--operator{background:#eef5ff;border:1px solid #c8dcff;color:#14304f;border-bottom-left-radius:.375rem}[data-hero-animation] .hero-anim__sourced{display:inline-flex;align-items:center;gap:.25rem;margin-top:.25rem;font-size:9px;font-weight:500;color:#607089;background:#f0f4fa;padding:.125rem .375rem;border-radius:.25rem}[data-hero-animation] .hero-anim__typing{display:inline-flex;align-items:center;gap:.2rem;padding:.45rem .6rem;align-self:flex-start;background:#fff;border:1px solid #d7e1ef;border-radius:1rem 1rem 1rem .375rem;opacity:0;transform:translateY(6px);transition:opacity .2s ease-out,transform .2s ease-out}[data-hero-animation] .hero-anim__typing.is-visible{opacity:1;transform:translateY(0)}[data-hero-animation] .hero-anim__typing-dot{width:5px;height:5px;border-radius:999px;background:#607089;opacity:.4;animation:hero-typing-bounce .88s ease-in-out infinite}[data-hero-animation] .hero-anim__typing-dot:nth-child(2){animation-delay:.12s}[data-hero-animation] .hero-anim__typing-dot:nth-child(3){animation-delay:.24s}@keyframes hero-typing-bounce{0%,to{transform:translateY(0);opacity:.35}50%{transform:translateY(-3px);opacity:.9}}[data-hero-animation] .hero-anim__system-pill{align-self:center;max-width:min(88%,16rem);border-radius:999px;background:#eaf0f8;padding:.25rem .625rem;text-align:center;color:#5c6f8f;font-size:10px;line-height:1.35;opacity:0;transform:translateY(4px);transition:opacity .2s ease-out,transform .2s ease-out}[data-hero-animation] .hero-anim__system-pill.is-visible{opacity:1;transform:translateY(0)}[data-hero-animation] .hero-anim__operator-row{display:flex;align-items:flex-end;gap:.375rem;opacity:0;transform:translateY(6px);transition:opacity .25s ease-out,transform .25s ease-out}[data-hero-animation] .hero-anim__operator-row.is-visible{opacity:1;transform:translateY(0)}[data-hero-animation] .hero-anim__operator-avatar{display:inline-flex;height:1.5rem;width:1.5rem;align-items:center;justify-content:center;border-radius:999px;border:1px solid #bfd5f5;background:#eaf3ff;font-size:8px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--primary);flex-shrink:0}[data-hero-animation] .hero-anim__operator-stack{display:flex;flex-direction:column;gap:.2rem;align-items:flex-start;max-width:82%}[data-hero-animation] .hero-anim__operator-label{font-size:9px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#6a7b97;padding-left:.125rem}[data-hero-animation] .hero-anim__context-card{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border-radius:.375rem;background:#f0f4fa;border:1px solid #dce4ef;font-size:9px;color:#607089}[data-hero-animation] .hero-anim__doc-empty{position:absolute;inset:0;top:2.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;background:#ffffffeb;backdrop-filter:blur(2px);opacity:0;transition:opacity .35s ease-out;pointer-events:none;z-index:2}[data-hero-animation] .hero-anim__doc-empty.is-visible{opacity:1}[data-hero-animation] .hero-anim__doc-empty-icon{color:#b8860b;margin-bottom:.125rem}[data-hero-animation] .hero-anim__doc-empty-title{font-size:11px;font-weight:600;color:#1e2d45}[data-hero-animation] .hero-anim__doc-empty-query{font-size:10px;color:#607089;font-style:italic}[data-hero-animation] .hero-anim__doc-empty-steps{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:.375rem}[data-hero-animation] .hero-anim__doc-empty-step{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border-radius:999px;font-size:9px;font-weight:600;opacity:0;transform:translateY(4px);transition:opacity .3s ease-out,transform .3s ease-out}[data-hero-animation] .hero-anim__doc-empty-step.is-visible{opacity:1;transform:translateY(0)}[data-hero-animation] .hero-anim__doc-empty-step.is-done{opacity:.35;transform:translateY(0)}[data-hero-animation] .hero-anim__doc-empty-step--red{background:#fde8e8;border:1px solid #f5b8b8;color:#b91c1c}[data-hero-animation] .hero-anim__doc-empty-step--green{background:#dcfce7;border:1px solid #86efac;color:#15803d}[data-hero-animation] .hero-anim__doc-empty-spinner{width:10px;height:10px;border:2px solid #f5b8b8;border-top-color:#b91c1c;border-radius:50%;animation:hero-spin .6s linear infinite}@keyframes hero-spin{to{transform:rotate(360deg)}}[data-hero-animation] .hero-anim__replay{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;background:#0006;border-radius:1rem;opacity:0;pointer-events:none;transition:opacity var(--replay-fade) ease;cursor:pointer}[data-hero-animation].is-done:hover .hero-anim__replay{opacity:1;pointer-events:auto}[data-hero-animation] .hero-anim__replay-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff3;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3);cursor:pointer;transition:background .15s ease}[data-hero-animation] .hero-anim__replay-btn:hover{background:#ffffff59}
