.hb-hero{--hb-ink: #22333B;--hb-paper: #FFFFFF;--hb-mist: #E9F2F5;--hb-muted: rgba(34, 51, 59, .6);--hb-border: rgba(34, 51, 59, .12);--hb-shadow: 0 20px 60px rgba(34, 51, 59, .18);position:relative;overflow:hidden;display:grid;align-items:center;justify-items:center;width:100%;font-family:Helvetica,Arial,sans-serif;color:var(--hb-text, var(--hb-ink));box-sizing:border-box}.hb-hero *,.hb-hero *:before,.hb-hero *:after{box-sizing:inherit}.hb-hero--h-small{min-height:clamp(360px,48vh,520px)}.hb-hero--h-medium{min-height:clamp(480px,64vh,680px)}.hb-hero--h-large{min-height:clamp(560px,80vh,820px)}.hb-hero--h-natural{min-height:0}.hb-hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hb-hero-bg{width:100%;height:100%;object-fit:cover;display:block}.hb-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hb-overlay-color, transparent);opacity:var(--hb-overlay-alpha, 0);pointer-events:none}.hb-hero-content{position:relative;z-index:1;width:100%;max-width:var(--hb-max-content, 960px);padding:clamp(48px,8vw,96px) clamp(20px,4vw,48px);text-align:center}.hb-hero-inner{display:flex;flex-direction:column;align-items:center;gap:clamp(18px,3vw,28px)}.hb-hero--align-left .hb-hero-content{text-align:left}.hb-hero--align-left .hb-hero-inner{align-items:flex-start}.hb-hero--align-right .hb-hero-content{text-align:right}.hb-hero--align-right .hb-hero-inner{align-items:flex-end}.hb-hero-heading{margin:0;font-family:"Young Serif",Georgia,serif;font-weight:400;line-height:1.08;letter-spacing:-.01em;color:inherit;max-width:100%;text-wrap:balance}.hb-hero--align-center .hb-hero-heading{margin-left:auto;margin-right:auto}.hb-hero-heading--small{font-size:clamp(26px,3.8vw,38px)}.hb-hero-heading--medium{font-size:clamp(32px,5vw,52px)}.hb-hero-heading--large{font-size:clamp(36px,6vw,64px)}.hb-hero-heading--xlarge{font-size:clamp(44px,7.4vw,80px)}.hb-hero-text{margin:0;color:inherit;opacity:.88;max-width:52ch;line-height:1.55}.hb-hero--align-center .hb-hero-text{margin-left:auto;margin-right:auto}.hb-hero-text--small{font-size:clamp(14px,1.6vw,15px)}.hb-hero-text--medium{font-size:clamp(15px,1.8vw,17px)}.hb-hero-text--large{font-size:clamp(17px,2.1vw,20px)}.hb-hero-text>*:first-child{margin-top:0}.hb-hero-text>*:last-child{margin-bottom:0}.hb-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hb-hero-search-wrap{width:100%;max-width:960px}.hb-search-form{display:flex;align-items:center;gap:0;width:100%;background:var(--hb-paper);border:1px solid rgba(34,51,59,.06);border-radius:999px;padding:8px 8px 8px 28px;box-shadow:var(--hb-shadow);transition:box-shadow .18s ease,border-color .18s ease}.hb-search-form:focus-within{box-shadow:0 24px 70px #22333b47;border-color:#22333b2e}.hb-hero .hb-search-input,.hb-hero .hb-search-input:focus,.hb-hero .hb-search-input:focus-visible,.hb-hero .hb-search-input:active{flex:1 1 auto;min-width:0;background:transparent;font:inherit;font-size:17px;line-height:1.4;padding:18px 14px 18px 0;color:var(--hb-ink);border:none!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none;appearance:none;border-radius:0!important}.hb-search-input::placeholder{color:var(--hb-muted)}.hb-send-button,.hb-send-button:focus,.hb-send-button:focus-visible{flex:0 0 auto;width:50px;height:50px;border:none;outline:none!important;border-radius:999px;background:var(--hb-ink);color:var(--hb-paper);cursor:pointer;display:grid;place-items:center;transition:transform .12s ease,background .12s ease,opacity .12s ease,box-shadow .18s ease;box-shadow:0 6px 16px rgba(34,51,59,var(--hb-send-shadow, .12))}.hb-send-button:hover{transform:scale(1.06);background:#2c4550;box-shadow:0 8px 22px rgba(34,51,59,calc(var(--hb-send-shadow, .12) * 1.4))}.hb-send-button:active{transform:scale(.96)}.hb-send-button[disabled]{opacity:.55;cursor:progress}.hb-send-button svg{width:22px;height:22px;display:block}.hb-search-disclaimer{margin:12px auto 0;padding:0 8px;font-size:12.5px;line-height:1.5;color:var(--hb-text, var(--hb-ink));opacity:.72;letter-spacing:.01em;max-width:560px}.hb-hero--align-left .hb-search-disclaimer{margin-left:0}.hb-hero--align-right .hb-search-disclaimer{margin-right:0}.hb-hero-btn-wrap{display:inline-flex}.hb-hero-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 30px;border-radius:999px;font:inherit;font-size:15px;font-weight:600;letter-spacing:.02em;text-decoration:none;cursor:pointer;transition:transform .12s ease,background .12s ease,color .12s ease,box-shadow .12s ease;border:2px solid transparent;white-space:nowrap}.hb-hero-btn:hover{transform:translateY(-1px)}.hb-hero-btn--primary{background:var(--hb-ink);color:var(--hb-paper)}.hb-hero-btn--primary:hover{background:#2c4550;box-shadow:0 10px 24px #22333b38}.hb-hero-btn--secondary{background:transparent;color:var(--hb-text, var(--hb-ink));border-color:currentColor}.hb-hero-btn--secondary:hover{background:var(--hb-ink);color:var(--hb-paper);border-color:var(--hb-ink)}.hb-hero-btn--link{background:transparent;color:var(--hb-text, var(--hb-ink));padding:8px 4px;min-height:0;border-radius:0;border-bottom:2px solid currentColor}.hb-modal-disclaimer{margin:0;padding:10px 20px;background:var(--hb-paper);border-bottom:1px solid var(--hb-border);font-size:12.5px;line-height:1.5;color:var(--hb-muted);text-align:center}.hb-modal[hidden]{display:none!important}.hb-modal{--hb-ink: #22333B;--hb-paper: #FFFFFF;--hb-mist: #E9F2F5;--hb-muted: rgba(34, 51, 59, .6);--hb-border: rgba(34, 51, 59, .12);--hb-shadow: 0 20px 60px rgba(34, 51, 59, .18);position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:grid;place-items:center;padding:24px;font-family:Helvetica,Arial,sans-serif;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:hb-fade .18s ease}.hb-modal *,.hb-modal *:before,.hb-modal *:after{box-sizing:inherit}.hb-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;cursor:pointer}.hb-modal-panel{position:relative;z-index:1}.hb-modal-panel{position:relative;width:min(640px,100%);max-height:min(780px,90vh);background:var(--hb-paper);color:var(--hb-ink);border-radius:18px;box-shadow:var(--hb-shadow);display:flex;flex-direction:column;overflow:hidden;animation:hb-pop .22s cubic-bezier(.2,.8,.2,1)}@keyframes hb-fade{0%{opacity:0}to{opacity:1}}@keyframes hb-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hb-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--hb-border);background:var(--hb-mist)}.hb-modal-title-wrap{display:flex;align-items:center;gap:12px;min-width:0}.hb-modal-logo{width:44px;height:44px;flex:0 0 auto;object-fit:contain;display:block}.hb-modal-logo--fallback{border-radius:999px;background:var(--hb-paper);display:grid;place-items:center}.hb-modal-logo--fallback svg{width:32px;height:32px}.hb-modal-eyebrow{margin:0;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--hb-muted)}.hb-modal-title{margin:2px 0 0;font-family:"Young Serif",Georgia,serif;font-size:20px;font-weight:400;color:var(--hb-ink);line-height:1.2}.hb-close-button{width:36px;height:36px;border:none;border-radius:999px;background:transparent;color:var(--hb-ink);cursor:pointer;display:grid;place-items:center;transition:background .12s ease;flex:0 0 auto}.hb-close-button:hover{background:#22333b14}.hb-messages{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px;display:flex;flex-direction:column;gap:14px;background:var(--hb-paper);min-width:0}.hb-msg{max-width:82%;padding:12px 16px;border-radius:16px;font-size:15px;line-height:1.5;word-wrap:break-word;animation:hb-msg-in .18s ease}@keyframes hb-msg-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.hb-msg--user{align-self:flex-end;background:var(--hb-ink);color:var(--hb-paper);border-bottom-right-radius:4px}.hb-msg--assistant{align-self:flex-start;background:var(--hb-mist);color:var(--hb-ink);border-bottom-left-radius:4px}.hb-msg--error{align-self:flex-start;background:#b3303014;color:#8a2424;border-bottom-left-radius:4px}.hb-typing{display:inline-flex;gap:4px;padding:4px 2px}.hb-typing span{width:7px;height:7px;background:var(--hb-muted);border-radius:999px;animation:hb-blink 1.2s infinite ease-in-out both}.hb-typing span:nth-child(2){animation-delay:.18s}.hb-typing span:nth-child(3){animation-delay:.36s}@keyframes hb-blink{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.hb-cards{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}@media(min-width:520px){.hb-cards--multi{grid-template-columns:1fr 1fr}}.hb-card{display:flex;align-items:center;gap:12px;padding:10px;background:var(--hb-paper);border:1px solid var(--hb-border);border-radius:12px;text-decoration:none;color:var(--hb-ink);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.hb-card:hover{transform:translateY(-1px);box-shadow:0 8px 24px #22333b1f;border-color:#22333b40}.hb-card-image{width:64px;height:64px;border-radius:8px;background:var(--hb-mist);object-fit:cover;flex:0 0 auto}.hb-card-body{flex:1 1 auto;min-width:0}.hb-card-title{margin:0;font-family:"Young Serif",Georgia,serif;font-size:15px;font-weight:400;line-height:1.25;color:var(--hb-ink);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hb-card-meta{margin:4px 0 0;font-size:13px;color:var(--hb-muted);display:flex;align-items:center;gap:8px}.hb-card-cta{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--hb-ink);font-weight:700}.hb-followup{display:flex;align-items:center;gap:8px;padding:14px 16px;border-top:1px solid var(--hb-border);background:var(--hb-paper)}.hb-followup-input,.hb-followup-input:focus,.hb-followup-input:focus-visible{flex:1 1 auto;min-width:0;padding:12px 14px;border:1px solid var(--hb-border);border-radius:999px!important;background:var(--hb-mist);font:inherit;font-size:16px;color:var(--hb-ink);outline:none!important;box-shadow:none!important;-webkit-appearance:none;appearance:none;transition:border-color .12s ease}.hb-followup-input:focus{border-color:var(--hb-ink)}.hb-followup-input::placeholder{color:var(--hb-muted)}.hb-followup-send{width:42px;height:42px;border-radius:999px;border:none;background:var(--hb-ink);color:var(--hb-paper);cursor:pointer;display:grid;place-items:center;transition:transform .12s ease,opacity .12s ease}.hb-followup-send:hover{transform:scale(1.05)}.hb-followup-send:active{transform:scale(.96)}.hb-followup-send[disabled]{opacity:.5;cursor:progress}@media(max-width:960px){.hb-hero-content{padding:clamp(40px,7vw,72px) 24px}}@media(max-width:640px){.hb-hero-content{padding:48px 20px}.hb-hero-inner{gap:18px}.hb-hero-heading{max-width:20ch}.hb-hero-heading--mobile-small{font-size:26px}.hb-hero-heading--mobile-medium{font-size:32px}.hb-hero-heading--mobile-large{font-size:40px}.hb-hero-heading--mobile-xlarge{font-size:48px}.hb-search-form{padding:6px 6px 6px 20px}.hb-hero .hb-search-input{font-size:16px;padding:16px 12px 16px 0}.hb-send-button{width:46px;height:46px}.hb-send-button svg{width:20px;height:20px}.hb-search-disclaimer{font-size:12px;padding:0}.hb-hero-btn{min-height:46px;padding:11px 24px;font-size:14.5px}.hb-modal{padding:0;top:0;bottom:auto;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow:hidden}.hb-modal-panel{width:100%;height:100%;max-height:none;border-radius:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);overflow:hidden}.hb-modal-backdrop{display:none}.hb-msg{font-size:14.5px}}@media(max-width:380px){.hb-hero-content{padding:44px 16px}.hb-search-form{padding:5px 5px 5px 18px}.hb-send-button{width:42px;height:42px}.hb-send-button svg{width:19px;height:19px}}.hbpq-root{--hbpq-ink: #22333B;--hbpq-paper: #FFFFFF;--hbpq-mist: #E9F2F5;--hbpq-muted: rgba(34, 51, 59, .6);--hbpq-border: rgba(34, 51, 59, .12);--hbpq-shadow: 0 20px 60px rgba(34, 51, 59, .18);display:block;margin:0 0 12px;font-family:Helvetica,Arial,sans-serif;color:var(--hbpq-ink);box-sizing:border-box}.hbpq-root *,.hbpq-root *:before,.hbpq-root *:after{box-sizing:inherit}.hbpq-root{--hbpq-ai-1: #1e3a8a;--hbpq-ai-2: #2563eb;--hbpq-ai-3: #60a5fa;--hbpq-ai-4: #c7e0ff}.hbpq-card{position:relative;display:block;width:100%;min-height:var(--hbpq-reserved-height, 92px);border:0;background:transparent;border-radius:20px;cursor:pointer;text-align:left;font-family:inherit;color:var(--hbpq-ink);isolation:isolate;-webkit-tap-highlight-color:transparent;transition:transform .18s ease}.hbpq-card:hover{transform:translateY(-1px)}.hbpq-card:active{transform:translateY(0)}.hbpq-card:focus-visible{outline:none}.hbpq-card:focus-visible .hbpq-card-inner{box-shadow:0 0 0 2px var(--hbpq-paper),0 0 0 4px var(--hbpq-ink),0 14px 44px #22333b2e}.hbpq-card-inner{position:relative;z-index:1;display:flex;flex-direction:column;padding:18px 18px 16px;background:var(--hbpq-paper);border:1px solid var(--hbpq-border);border-radius:18px;overflow:hidden}.hbpq-card-head,.hbpq-card-reveal{position:relative;z-index:1}.hbpq-card.is-pending>.hbpq-card-inner{opacity:0;filter:blur(var(--hbpq-entrance-blur, 12px));transform:translateY(6px) scale(.995);transition:opacity calc(var(--hbpq-entrance-duration, .9s) * 1.3) cubic-bezier(.16,1,.3,1),filter calc(var(--hbpq-entrance-duration, .9s) * 1.3) cubic-bezier(.16,1,.3,1),transform calc(var(--hbpq-entrance-duration, .9s) * 1.3) cubic-bezier(.16,1,.3,1)}.hbpq-card.is-pending.is-visible>.hbpq-card-inner{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}.hbpq-card-reveal{display:grid;grid-template-rows:0fr;margin-top:0;opacity:0;transition:grid-template-rows var(--hbpq-expand-duration, .55s) var(--hbpq-reveal-easing, cubic-bezier(.22, 1, .36, 1)),margin-top var(--hbpq-expand-duration, .55s) var(--hbpq-reveal-easing, cubic-bezier(.22, 1, .36, 1)),opacity calc(var(--hbpq-expand-duration, .55s) * .8) var(--hbpq-reveal-easing, cubic-bezier(.22, 1, .36, 1))}.hbpq-card-reveal-inner{overflow:hidden;min-height:0;display:flex;flex-direction:column;gap:14px}.hbpq-card.is-expanded .hbpq-card-reveal{grid-template-rows:1fr;margin-top:14px;opacity:1}.hbpq-card-glow{position:absolute;pointer-events:none;display:none;opacity:0}.hbpq-card-glow--ring{inset:calc(-1 * var(--hbpq-outline-thickness, 3px));border-radius:calc(20px + var(--hbpq-outline-thickness, 3px));overflow:hidden;z-index:0}.hbpq-card-glow--halo{inset:calc(-1 * var(--hbpq-glow-size, 12px));border-radius:calc(20px + var(--hbpq-glow-size, 12px));overflow:hidden;z-index:-1;filter:blur(calc(var(--hbpq-glow-size, 12px) * 1.1))}.hbpq-card-glow--inner{top:0;right:0;bottom:0;left:0;z-index:0;filter:blur(calc(var(--hbpq-glow-size, 12px) * .15));-webkit-mask-image:linear-gradient(to bottom,#000 0%,transparent calc(var(--hbpq-inner-reach, 8) * 1%)),linear-gradient(to top,#000 0%,transparent calc(var(--hbpq-inner-reach, 8) * 1%)),linear-gradient(to right,#000 0%,transparent calc(var(--hbpq-inner-reach, 8) * .65%)),linear-gradient(to left,#000 0%,transparent calc(var(--hbpq-inner-reach, 8) * .65%));-webkit-mask-composite:source-over;mask-image:linear-gradient(to bottom,#000 0%,transparent calc(var(--hbpq-inner-reach, 8) * 1%)),linear-gradient(to top,#000 0%,transparent calc(var(--hbpq-inner-reach, 8) * 1%)),linear-gradient(to right,#000 0%,transparent calc(var(--hbpq-inner-reach, 8) * .65%)),linear-gradient(to left,#000 0%,transparent calc(var(--hbpq-inner-reach, 8) * .65%));mask-composite:add}.hbpq-card-glow-spinner{position:absolute;display:block;width:250%;height:250%;top:-75%;left:-75%;background:conic-gradient(from 0deg,transparent 0deg,transparent 255deg,var(--hbpq-ai-3) 280deg,var(--hbpq-ai-2) 305deg,var(--hbpq-ai-1) 325deg,var(--hbpq-ai-3) 350deg,transparent 360deg)}.hbpq-root[data-enable-glow=true] .hbpq-card.is-pulsing .hbpq-card-glow{display:block}.hbpq-root[data-enable-glow=true] .hbpq-card.is-pulsing .hbpq-card-glow--ring{animation:hbpq-pulse-ring var(--hbpq-pulse-duration, 2.5s) ease-in-out 1 forwards}.hbpq-root[data-enable-glow=true] .hbpq-card.is-pulsing .hbpq-card-glow--halo{animation:hbpq-pulse-halo var(--hbpq-pulse-duration, 2.5s) ease-in-out 1 forwards}.hbpq-root[data-enable-glow=true] .hbpq-card.is-pulsing .hbpq-card-glow-spinner{animation:hbpq-spin var(--hbpq-pulse-speed, 1.5s) linear infinite}.hbpq-root[data-enable-glow=true] .hbpq-card.is-pulsing .hbpq-card-glow--inner{animation:hbpq-pulse-inner var(--hbpq-pulse-duration, 2.5s) ease-in-out 1 forwards}@keyframes hbpq-pulse-ring{0%{opacity:0}35%{opacity:calc(var(--hbpq-outline-opacity, 70) / 100)}65%{opacity:calc(var(--hbpq-outline-opacity, 70) / 100)}to{opacity:0}}@keyframes hbpq-pulse-halo{0%{opacity:0}35%{opacity:calc(var(--hbpq-glow-strength, 30) / 100)}65%{opacity:calc(var(--hbpq-glow-strength, 30) / 100)}to{opacity:0}}@keyframes hbpq-pulse-inner{0%{opacity:0}35%{opacity:calc(var(--hbpq-glow-strength, 30) / 100 * .45)}65%{opacity:calc(var(--hbpq-glow-strength, 30) / 100 * .45)}to{opacity:0}}@keyframes hbpq-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.hbpq-card,.hbpq-card-reveal,.hbpq-card-inner{transition:none!important}.hbpq-card-glow,.hbpq-card-glow-spinner{display:none!important;animation:none!important}.hbpq-card.is-pending>.hbpq-card-inner{opacity:1;filter:none;transform:none}.hbpq-card.is-pending .hbpq-card-reveal{grid-template-rows:1fr;margin-top:14px;opacity:1}}.hbpq-card-head{display:flex;align-items:center;gap:14px}.hbpq-card-chip{position:relative;flex:0 0 auto;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--hbpq-mist);color:var(--hbpq-ink);overflow:hidden}.hbpq-card-chip--logo{background:transparent;box-shadow:inset 0 0 0 1px var(--hbpq-border)}.hbpq-card-chip-icon{width:26px;height:26px}.hbpq-card-chip-img{width:100%;height:100%;object-fit:contain;padding:4px;display:block}.hbpq-card-text{flex:1 1 auto;display:flex;flex-direction:column;gap:2px;min-width:0}.hbpq-card-title{font-family:"Young Serif",Times New Roman,serif;font-size:18px;font-weight:600;line-height:1.2;color:var(--hbpq-ink)}.hbpq-card-subtitle{font-size:13px;line-height:1.4;color:var(--hbpq-muted);font-weight:400}.hbpq-card-input{display:flex;align-items:center;gap:8px;margin:0;padding:6px 6px 6px 14px;background:var(--hbpq-mist);border-radius:12px;transition:background .14s ease,box-shadow .14s ease}.hbpq-card:hover .hbpq-card-input{background:#deeaee}.hbpq-card-input:focus-within{box-shadow:0 2px 10px #22333b1a}.hbpq-card-input-field{flex:1 1 auto;min-width:0;padding:8px 0;font:inherit;font-size:16px;line-height:1.3;color:var(--hbpq-ink);background:transparent;border:0;outline:0;box-shadow:none;-webkit-appearance:none;appearance:none}.hbpq-card-input-field::placeholder{color:var(--hbpq-muted)}.hbpq-card-input-field:focus,.hbpq-card-input-field:focus-visible,.hbpq-card-input-field:active{outline:none!important;box-shadow:none!important;border:0!important;background:transparent!important}.hbpq-card-input-send{flex:0 0 auto;display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;background:var(--hbpq-ink);color:var(--hbpq-paper);cursor:pointer;transition:filter .14s ease}.hbpq-card-input-send:hover{filter:brightness(1.1)}.hbpq-card-input-send:focus-visible{outline:2px solid var(--hbpq-ink);outline-offset:2px}.hbpq-card-input-send:disabled{opacity:.4;cursor:not-allowed}.hbpq-card-prompts{display:flex;flex-wrap:wrap;gap:6px}.hbpq-card-prompt{display:inline-block;font:inherit;font-size:12px;line-height:1.2;padding:6px 11px;background:transparent;color:var(--hbpq-ink);border:1px solid var(--hbpq-border);border-radius:999px;cursor:pointer;transition:background .14s ease,border-color .14s ease}.hbpq-card-prompt:hover{background:var(--hbpq-mist);border-color:#22333b33}.hbpq-modal[hidden]{display:none!important}.hbpq-modal{--hbpq-ink: #22333B;--hbpq-paper: #FFFFFF;--hbpq-mist: #E9F2F5;--hbpq-muted: rgba(34, 51, 59, .6);--hbpq-border: rgba(34, 51, 59, .12);--hbpq-shadow: 0 20px 60px rgba(34, 51, 59, .18);position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:grid;place-items:center;padding:24px;font-family:Helvetica,Arial,sans-serif;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:hbpq-fade .18s ease}.hbpq-modal *,.hbpq-modal *:before,.hbpq-modal *:after{box-sizing:inherit}@keyframes hbpq-fade{0%{opacity:0}to{opacity:1}}.hbpq-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;cursor:pointer}.hbpq-modal-panel{position:relative;z-index:1;width:min(640px,100%);max-height:min(760px,calc(100vh - 48px));max-height:min(760px,calc(100dvh - 48px));background:var(--hbpq-paper);color:var(--hbpq-ink);border-radius:16px;box-shadow:var(--hbpq-shadow);display:flex;flex-direction:column;overflow:hidden}.hbpq-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--hbpq-border)}.hbpq-modal-title-wrap{display:flex;align-items:center;gap:12px;min-width:0}.hbpq-modal-thumb{width:40px;height:40px;border-radius:8px;object-fit:cover;flex:0 0 auto;background:var(--hbpq-mist)}.hbpq-modal-thumb--logo{background:transparent;object-fit:contain;border-radius:0}.hbpq-modal-eyebrow{margin:0;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--hbpq-muted)}.hbpq-modal-title{margin:2px 0 0;font-family:"Young Serif",Times New Roman,serif;font-size:18px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbpq-close-button{flex:0 0 auto;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;border:0;background:var(--hbpq-mist);color:var(--hbpq-ink);cursor:pointer}.hbpq-close-button:hover{filter:brightness(.95)}.hbpq-close-button:focus-visible{outline:2px solid var(--hbpq-ink);outline-offset:2px}.hbpq-modal-disclaimer{margin:0;padding:10px 20px;font-size:12px;line-height:1.4;color:var(--hbpq-muted);background:var(--hbpq-mist);border-bottom:1px solid var(--hbpq-border)}.hbpq-messages{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:16px 20px;display:flex;flex-direction:column;gap:10px}.hbpq-msg{max-width:88%;padding:10px 14px;border-radius:14px;font-size:15px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word;animation:hbpq-msg-in .18s ease}@keyframes hbpq-msg-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.hbpq-msg--user{align-self:flex-end;background:var(--hbpq-ink);color:var(--hbpq-paper);border-bottom-right-radius:4px}.hbpq-msg--assistant{align-self:flex-start;background:var(--hbpq-mist);color:var(--hbpq-ink);border-bottom-left-radius:4px}.hbpq-msg--error{align-self:flex-start;background:#fff4f4;color:#7a1f1f;border:1px solid #f1c0c0}.hbpq-typing{align-self:flex-start;display:inline-flex;gap:4px;padding:10px 14px;background:var(--hbpq-mist);border-radius:14px 14px 14px 4px}.hbpq-typing span{width:6px;height:6px;background:var(--hbpq-muted);border-radius:50%;animation:hbpq-dot 1.2s infinite ease-in-out}.hbpq-typing span:nth-child(2){animation-delay:.15s}.hbpq-typing span:nth-child(3){animation-delay:.3s}@keyframes hbpq-dot{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-3px);opacity:1}}.hbpq-suggest-card{align-self:flex-start;display:flex;gap:12px;padding:10px;margin-top:6px;max-width:88%;background:var(--hbpq-paper);border:1px solid var(--hbpq-border);border-radius:14px;text-decoration:none;color:inherit;transition:box-shadow .14s ease,transform .14s ease}.hbpq-suggest-card:hover{box-shadow:0 4px 14px #22333b1f;transform:translateY(-1px)}.hbpq-suggest-card-img{width:56px;height:56px;border-radius:8px;object-fit:cover;flex:0 0 auto;background:var(--hbpq-mist)}.hbpq-suggest-card-body{display:flex;flex-direction:column;gap:2px;min-width:0;justify-content:center}.hbpq-suggest-card-eyebrow{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--hbpq-muted)}.hbpq-suggest-card-title{font-family:"Young Serif",Times New Roman,serif;font-size:15px;line-height:1.2;color:var(--hbpq-ink)}.hbpq-suggest-card-price{font-size:13px;color:var(--hbpq-muted)}.hbpq-chips{display:flex;gap:8px;padding:0 20px 12px;flex-wrap:wrap}.hbpq-chips[hidden]{display:none}.hbpq-chip{flex:0 0 auto;padding:8px 14px;background:var(--hbpq-paper);color:var(--hbpq-ink);border:1px solid var(--hbpq-border);border-radius:999px;font:inherit;font-size:13px;cursor:pointer;transition:background .14s ease}.hbpq-chip:hover{background:var(--hbpq-mist)}.hbpq-chip:focus-visible{outline:2px solid var(--hbpq-ink);outline-offset:2px}.hbpq-followup{display:flex;align-items:center;gap:8px;padding:12px 20px 20px;border-top:1px solid var(--hbpq-border);background:var(--hbpq-paper)}.hbpq-followup-input{flex:1 1 auto;min-width:0;padding:12px 14px;font:inherit;font-size:16px;color:var(--hbpq-ink);background:var(--hbpq-mist);border:1px solid transparent;border-radius:12px;outline:none}.hbpq-followup-input:focus{border-color:var(--hbpq-ink)}.hbpq-followup-send{flex:0 0 auto;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:0;background:var(--hbpq-ink);color:var(--hbpq-paper);cursor:pointer}.hbpq-followup-send:hover{filter:brightness(1.1)}.hbpq-followup-send:disabled{opacity:.4;cursor:not-allowed}.hbpq-followup-send:focus-visible{outline:2px solid var(--hbpq-ink);outline-offset:2px}.hbpq-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:640px){.hbpq-card-inner{padding:16px 14px 14px}.hbpq-card-reveal-inner{gap:12px}.hbpq-card.is-expanded .hbpq-card-reveal{margin-top:12px}.hbpq-card-title{font-size:17px}.hbpq-card-subtitle{font-size:12.5px}.hbpq-card-chip{width:44px;height:44px}.hbpq-card-chip-icon{width:22px;height:22px}.hbpq-card-input{padding:5px 5px 5px 12px}.hbpq-card-input-field{font-size:16px}.hbpq-card-input-send{width:30px;height:30px}.hbpq-modal{padding:0;top:0;bottom:auto;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow:hidden}.hbpq-modal-panel{width:100%;height:100%;max-height:none;border-radius:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);overflow:hidden}.hbpq-modal-backdrop{display:none}.hbpq-msg{font-size:14.5px}}@media(max-width:380px){.hbpq-card-prompt{font-size:11.5px;padding:5px 9px}}
/*# sourceMappingURL=/cdn/shop/t/17/compiled_assets/styles.css.map */
