.hero-animation-module__xc2iga__frame{--bg:#faf6ec;--bg-soft:#f5eedd;--bg-detail:#faf3e3;--border:#e9dfca;--border-strong:#d6cbb1;--body:#1c1a17;--soft:#1f1c17;--muted:#6b6862;--muted-2:#8a8579;--accent:#c2410c;--accent-soft:#fae0d4;--success:#4a6b3a;--success-soft:#d4e3c2;background:var(--bg);width:800px;height:720px;color:var(--body);-webkit-font-smoothing:antialiased;transform-origin:0 0;font-family:Hauora Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.hero-animation-module__xc2iga__frame *{box-sizing:border-box}.hero-animation-module__xc2iga__sidebar{border-right:1px solid var(--border);background:var(--bg-soft);flex-direction:column;width:360px;padding:26px 22px;display:flex}.hero-animation-module__xc2iga__brand{align-items:center;gap:10px;margin-bottom:22px;display:flex}.hero-animation-module__xc2iga__brandLogo{width:22px;height:22px;display:block}.hero-animation-module__xc2iga__brandName{letter-spacing:-.01em;font-size:15px;font-weight:600}.hero-animation-module__xc2iga__agent{border:1px solid var(--border);background:#fff;border-radius:10px;align-items:center;gap:10px;margin-bottom:28px;padding:11px 13px;display:flex}.hero-animation-module__xc2iga__agentDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2.4s ease-in-out infinite hero-animation-module__xc2iga__agentPulse}.hero-animation-module__xc2iga__frame.hero-animation-module__xc2iga__paused .hero-animation-module__xc2iga__agentDot{animation-play-state:paused}@keyframes hero-animation-module__xc2iga__agentPulse{0%,to{transform:scale(1);box-shadow:0 0 #c2410c73}50%{transform:scale(1);box-shadow:0 0 0 4px #c2410c00}}.hero-animation-module__xc2iga__agentLabel{color:var(--body);letter-spacing:-.01em;font-size:12px;font-weight:600}.hero-animation-module__xc2iga__agentStatus{color:var(--muted);margin-left:auto;font-size:12px;font-weight:500}.hero-animation-module__xc2iga__queueHeader{justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px;display:flex}.hero-animation-module__xc2iga__queueLabel{text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-size:10.5px;font-weight:600}.hero-animation-module__xc2iga__queueCount{color:var(--muted);text-align:center;font-variant-numeric:tabular-nums;background:#ece2cc;border-radius:999px;min-width:22px;padding:2px 9px;font-size:11px;font-weight:600;transition:background .4s,color .4s}.hero-animation-module__xc2iga__queueCountActive{background:var(--accent-soft);color:var(--accent)}.hero-animation-module__xc2iga__queueList{flex-direction:column;gap:8px;display:flex}.hero-animation-module__xc2iga__qItem{background:#fff;border:1.5px solid #0000;border-radius:10px;padding:13px 14px;transition:border-color .3s}.hero-animation-module__xc2iga__qEntering{animation:.5s cubic-bezier(.2,.7,.2,1) both hero-animation-module__xc2iga__qIn}@keyframes hero-animation-module__xc2iga__qIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hero-animation-module__xc2iga__qActive{border-color:var(--accent)}.hero-animation-module__xc2iga__qTitle{color:var(--body);font-size:13.5px;font-weight:500;line-height:1.45}.hero-animation-module__xc2iga__qNeeds{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-top:6px;font-size:10px;font-weight:600;display:inline-block}.hero-animation-module__xc2iga__detail{background:var(--bg-detail);flex:1;min-width:0;position:relative;overflow:hidden}.hero-animation-module__xc2iga__feed,.hero-animation-module__xc2iga__review{opacity:0;pointer-events:none;flex-direction:column;transition:opacity .45s;display:flex;position:absolute;inset:30px 34px}.hero-animation-module__xc2iga__feed.hero-animation-module__xc2iga__shown,.hero-animation-module__xc2iga__review.hero-animation-module__xc2iga__shown{opacity:1}.hero-animation-module__xc2iga__feedLabel{text-transform:uppercase;letter-spacing:.16em;color:var(--muted-2);margin-bottom:18px;font-size:11px;font-weight:600}.hero-animation-module__xc2iga__feedList{flex-direction:column;display:flex}.hero-animation-module__xc2iga__feedItem{border-bottom:1px solid var(--border);color:var(--body);flex-direction:column;padding:13px 0;font-size:14px;display:flex}.hero-animation-module__xc2iga__feedRow{justify-content:space-between;align-items:center;display:flex}.hero-animation-module__xc2iga__feedLeft{align-items:center;gap:12px;min-width:0;display:flex}.hero-animation-module__xc2iga__feedCheck{background:var(--success-soft);width:18px;height:18px;color:var(--success);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.hero-animation-module__xc2iga__feedCheck:before{content:"✓"}.hero-animation-module__xc2iga__feedAge{color:var(--muted-2);font-variant-numeric:tabular-nums;flex-shrink:0;margin-left:12px;font-size:12px}.hero-animation-module__xc2iga__feedDetail{color:var(--muted);opacity:0;max-height:0;margin-top:0;margin-left:30px;font-size:13px;line-height:1.55;transition:max-height .55s,opacity .4s,margin-top .4s;overflow:hidden}.hero-animation-module__xc2iga__feedDetailOpen{opacity:1;max-height:96px;margin-top:10px}.hero-animation-module__xc2iga__feedQuote{color:var(--soft);margin-bottom:4px;font-style:italic;display:block}.hero-animation-module__xc2iga__feedSummary{display:block}.hero-animation-module__xc2iga__feedEntering{animation:.55s cubic-bezier(.2,.7,.2,1) hero-animation-module__xc2iga__feedIn}@keyframes hero-animation-module__xc2iga__feedIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-animation-module__xc2iga__reviewEyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--muted-2);font-size:10px;font-weight:600}.hero-animation-module__xc2iga__reviewTitle{color:var(--body);letter-spacing:-.01em;margin:8px 0 22px;font-size:21px;font-weight:600;line-height:1.25}.hero-animation-module__xc2iga__section{margin-bottom:18px}.hero-animation-module__xc2iga__sectionLabel{text-transform:uppercase;letter-spacing:.16em;color:var(--muted-2);margin-bottom:8px;font-size:10px;font-weight:600}.hero-animation-module__xc2iga__inputBlock{background:var(--accent-soft);color:var(--body);border-radius:10px;padding:12px 14px;font-size:14px;font-style:italic;line-height:1.5}.hero-animation-module__xc2iga__reasoningHead{color:var(--body);margin-bottom:4px;font-size:14.5px;font-weight:500}.hero-animation-module__xc2iga__reasoningList{color:var(--body);margin:4px 0 0;padding-left:18px;font-size:14px;line-height:1.65}.hero-animation-module__xc2iga__actionBlock{color:var(--body);font-size:14px;line-height:1.55}.hero-animation-module__xc2iga__footer{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:auto;padding-top:18px;display:flex}.hero-animation-module__xc2iga__btn{border:1px solid var(--border-strong);color:var(--body);cursor:default;background:#fff;border-radius:9px;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:filter .2s,transform .15s}.hero-animation-module__xc2iga__btnPrimary{background:var(--accent);color:#fff;border-color:var(--accent)}.hero-animation-module__xc2iga__btnPressed{filter:brightness(.9);transform:translateY(1px)}.hero-animation-module__xc2iga__completion{-webkit-backdrop-filter:blur(2px);opacity:0;pointer-events:none;z-index:5;background:#faf3e3db;flex-direction:column;justify-content:center;align-items:center;gap:16px;transition:opacity .3s;display:flex;position:absolute;inset:0}.hero-animation-module__xc2iga__completion.hero-animation-module__xc2iga__shown{opacity:1}.hero-animation-module__xc2iga__check{color:var(--body);opacity:0;align-items:center;gap:12px;font-size:15.5px;transition:opacity .45s,transform .45s;display:flex;transform:translate(-10px)}.hero-animation-module__xc2iga__checkIn{opacity:1;transform:translate(0)}.hero-animation-module__xc2iga__checkIcon{background:var(--success-soft);width:22px;height:22px;color:var(--success);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.hero-animation-module__xc2iga__checkIcon:before{content:"✓"}.hero-animation-module__xc2iga__cursor{pointer-events:none;z-index:30;opacity:0;will-change:transform, opacity;width:24px;height:29px;transition:transform .95s cubic-bezier(.4,0,.2,1),opacity .4s;position:absolute;top:0;left:0;transform:translate(480px,504px)}.hero-animation-module__xc2iga__cursorVisible{opacity:1}.hero-animation-module__xc2iga__cursor svg{filter:drop-shadow(0 2px 3px #00000038);width:24px;height:29px;display:block}.hero-animation-module__xc2iga__cursorRing{border:2px solid var(--accent);opacity:0;pointer-events:none;transform-origin:50%;border-radius:50%;width:13px;height:13px;position:absolute;top:5px;left:5px}.hero-animation-module__xc2iga__cursorClicking .hero-animation-module__xc2iga__cursorRing{animation:.55s ease-out hero-animation-module__xc2iga__cursorClick}@keyframes hero-animation-module__xc2iga__cursorClick{0%{opacity:.9;transform:scale(.4)}to{opacity:0;transform:scale(2.6)}}
