/* Comparo search: full-screen conversation on desktop and mobile. */
html.luna-page-open{overflow:hidden!important;overscroll-behavior:none}
body.luna-page-locked{position:fixed;top:var(--luna-page-top);left:var(--luna-page-left);right:0;width:100%;overflow:hidden;padding-right:var(--luna-page-padding)}
.luna-dialog{--luna-orange:#e85a1b;--luna-ink:#241c16;--luna-muted:#776c64;--luna-line:#eae5de;--luna-soft:#f7f5f1;box-sizing:border-box;position:fixed;inset:0;width:100%;height:var(--chat-height,100dvh);top:var(--chat-top,0px);bottom:auto;max-width:none;max-height:none;margin:0;padding:0;border:0;border-radius:0;background:#fff;color:var(--luna-ink);box-shadow:none;overflow:hidden;font-family:'DM Sans',system-ui,sans-serif;text-align:left;overscroll-behavior:contain}
.luna-dialog[open]{display:flex;flex-direction:column}
.luna-dialog::backdrop{background:#fff}
.luna-dialog *{box-sizing:border-box}
.luna-dialog [hidden]{display:none!important}
.luna-dialog button,.luna-dialog input{font:inherit}
.luna-dialog button{cursor:pointer;-webkit-tap-highlight-color:transparent}
.luna-dialog button:focus-visible,.luna-dialog input:focus-visible,.luna-dialog a:focus-visible{outline:2px solid var(--luna-orange);outline-offset:3px}
.luna-dialog button:disabled{opacity:.38;cursor:default}
.luna-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px clamp(20px,4vw,64px);flex-shrink:0;background:#fff;border-bottom:1px solid #f2eee9;z-index:2}
.luna-brand{display:flex;align-items:center;gap:12px;min-width:0}
.luna-brand-dot{width:10px;height:10px;background:var(--luna-orange);border-radius:50%;box-shadow:0 0 0 5px #e85a1b0a;flex-shrink:0}
.luna-brand h2{margin:0;font-size:24px;line-height:1.2;font-weight:750;letter-spacing:-.8px}
.luna-header-tools{display:flex;align-items:center;gap:8px}
.luna-icon-button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:0;border-radius:50%;color:#80736a;background:transparent;padding:11px;transition:background .16s,color .16s}
.luna-icon-button:hover{color:var(--luna-ink);background:var(--luna-soft)}
.luna-icon{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;flex:0 0 auto}
.luna-icon svg{display:block;width:100%;height:100%}
.luna-layout{display:flex;flex:1;min-height:0;min-width:0;overflow:hidden}
.luna-conversation{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0}
.luna-history{display:flex;flex-direction:column;width:264px;flex:0 0 264px;min-height:0;padding:24px 16px 18px;background:#f8f6f2;border-right:1px solid var(--luna-line)}
.luna-new-chat{display:flex;align-items:center;align-self:flex-start;gap:10px;width:fit-content;max-width:100%;padding:13px 15px;border:1px solid #e4d7ca;border-radius:12px;background:#fff;color:var(--luna-ink);font-size:14px;font-weight:650;text-align:left}
.luna-new-chat:hover{border-color:var(--luna-orange);color:var(--luna-orange)}
.luna-history-heading{font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:var(--luna-muted);margin:28px 12px 12px}
.luna-history-list{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ded5ca transparent}
.luna-history-item{display:flex;align-items:center;gap:2px;border:1px solid transparent;border-radius:12px;margin-bottom:6px}
.luna-history-item:hover{background:#f0ebe4}.luna-history-item.is-active{background:#ffede1;border-color:#f3d6c2}
.luna-history-open{display:flex;align-items:center;gap:10px;min-width:0;flex:1;text-align:left;border:0;background:none;color:var(--luna-ink);padding:13px 8px 13px 12px;border-radius:11px}
.luna-history-open>.luna-icon{color:#a48c78;width:17px}.is-active .luna-history-open>.luna-icon{color:var(--luna-orange)}
.luna-history-words{display:flex;flex-direction:column;gap:5px;min-width:0}.luna-history-words strong{font-size:13px;font-weight:550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.luna-history-words small{font-size:11px;color:var(--luna-muted)}
.luna-icon-button.luna-history-delete{width:32px;height:36px;padding:9px 7px;margin-right:4px;border-radius:8px}.luna-history-delete:hover{background:#fff;color:#ad351e}
.luna-history-empty{font-size:13px;line-height:1.7;color:var(--luna-muted);padding:6px 12px}
.luna-history-note{font-size:11px;line-height:1.6;color:var(--luna-muted);padding:18px 10px 0;margin:16px 0 0;border-top:1px solid var(--luna-line)}
.luna-main{position:relative;display:flex;flex:1;min-height:0;width:100%;max-width:1180px;margin:0 auto;padding:0 28px;overflow:hidden}
.luna-feed,.luna-voice-view{flex:1;min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.luna-feed::-webkit-scrollbar,.luna-voice-view::-webkit-scrollbar{display:none}
.luna-feed{overflow-anchor:none;padding:28px 0 36px;scroll-behavior:auto}
.luna-welcome{min-height:100%;display:grid;place-items:center;text-align:center;padding:36px 20px}
.luna-welcome h3{max-width:760px;font-size:clamp(30px,4vw,52px);line-height:1.12;letter-spacing:-1.8px;font-weight:650;margin:0;text-wrap:balance}
.luna-message{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 26px;gap:16px;min-width:0}
.luna-message.is-new{animation:luna-reveal .32s ease backwards}
.luna-message-user{align-items:flex-end}
.luna-bubble{max-width:80%;margin:0;border-radius:18px;padding:16px 20px;font-size:16px;line-height:1.65;white-space:pre-line;overflow-wrap:anywhere;background:var(--luna-soft);border:1px solid #eeeae4;color:var(--luna-ink)}
.luna-message-user .luna-bubble{max-width:65%;background:var(--luna-orange);border-color:var(--luna-orange);color:#fff;border-bottom-right-radius:5px}
.luna-message-assistant .luna-bubble{border-top-left-radius:5px}
.luna-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;align-items:start}
.luna-message.is-new .luna-product{animation:luna-reveal .35s ease backwards}
.luna-message.is-new .luna-product:nth-child(2){animation-delay:60ms}.luna-message.is-new .luna-product:nth-child(3){animation-delay:100ms}.luna-message.is-new .luna-product:nth-child(4){animation-delay:140ms}
.luna-product{min-width:0;width:100%;border:1px solid var(--luna-line);border-radius:18px;background:#fff;overflow:hidden;text-align:left}
.luna-product-open{border:0;background:#fff;padding:20px;width:100%;display:flex;align-items:center;gap:18px;text-align:left;color:var(--luna-ink)}
.luna-product-open:hover{background:#fcfbf9}
.luna-product-picture{width:96px;height:112px;flex:0 0 96px;border-radius:12px;display:grid;place-items:center;background:#faf9f6;padding:8px;color:#ae9f93;overflow:hidden}
.luna-product-picture img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.luna-product-picture .luna-icon{width:36px;height:36px}
.luna-product-details{display:flex;flex-direction:column;min-width:0;flex:1;gap:7px}
.luna-product-name{font-size:15px;line-height:1.45;font-weight:650;overflow-wrap:anywhere}
.luna-product-price{font-size:26px;font-weight:750;letter-spacing:-.6px;color:#16704e;line-height:1.15}
.luna-product-meta{font-size:12px;line-height:1.45;color:var(--luna-muted)}
.luna-product-open>.luna-icon{width:17px;color:#ab9d91}
.luna-product-offers{padding:8px 20px 12px;border-top:1px solid #f0ece7}
.luna-offer{display:flex;justify-content:space-between;gap:12px;font-size:13px;line-height:1.5;padding:7px 0;color:var(--luna-muted)}
.luna-offer>span{min-width:0;overflow-wrap:anywhere}.luna-offer strong{white-space:nowrap;font-weight:550;flex-shrink:0}
.luna-offer.is-best{color:var(--luna-ink)}.luna-offer.is-best strong{color:var(--luna-orange);font-weight:750}.luna-offer small{font-size:10px;color:var(--luna-muted)}
.luna-more-prices{width:fit-content;max-width:100%;align-self:flex-start;border:0;background:none;color:var(--luna-orange);font-size:12px;font-weight:650;padding:8px 0;min-height:40px;text-align:left}
.luna-voice-view{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 0;text-align:center}
.luna-wheel-stage{position:relative;width:240px;height:240px;flex:0 0 240px;display:grid;place-items:center;margin:12px auto 24px;user-select:none}
.luna-halo{position:absolute;inset:10px;border-radius:50%;background:radial-gradient(circle,#e85a1b18 0%,#e85a1b00 70%);filter:blur(8px);animation:luna-halo-pulse 4.5s ease-in-out infinite;animation-play-state:paused}
.luna-dialog[open][data-state=listening] .luna-halo{animation-play-state:running}
.luna-wheel{position:relative;width:100%;height:100%}.luna-tick-outer{position:absolute;top:50%;left:50%;width:2px;height:44%;margin-left:-1px;transform-origin:top center}.luna-tick-bar{position:absolute;bottom:0;left:0;width:100%;height:14px;border-radius:10px;background:var(--luna-orange);transform-origin:bottom center;opacity:.42}
.luna-wheel-core{position:absolute;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;color:var(--luna-orange);background:#fff8f2;border:1px solid #e85a1b0f;box-shadow:0 4px 14px #e85a1b06}
.luna-voice-title{font-size:28px;line-height:1.3;letter-spacing:-.6px;margin:0 0 12px;font-weight:650}.luna-caption{max-width:520px;margin:0;font-size:16px;line-height:1.65;color:var(--luna-muted);white-space:pre-line;overflow-wrap:anywhere}
.luna-footer{padding:14px 28px max(14px,env(safe-area-inset-bottom));flex-shrink:0;background:#fff;border-top:1px solid #f2eee9}
.luna-footer>*{max-width:1124px;margin-left:auto;margin-right:auto}
.luna-status{font-size:12px;line-height:1.55;color:var(--luna-muted);margin-top:0;margin-bottom:8px;overflow-wrap:anywhere}
.luna-status:empty{display:none}.luna-dialog:not([data-state=error]) .luna-status{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.luna-dialog[data-state=error] .luna-status{color:#a1452e}



.luna-composer{display:flex;align-items:center;gap:6px;border:1px solid #e4dbd1;border-radius:22px;background:var(--luna-soft);padding:7px;transition:border-color .16s,background .16s}
.luna-composer:focus-within{background:#fff;border-color:#e6a580;box-shadow:0 0 0 3px #e85a1b06}.luna-composer input{flex:1;min-width:0;border:0;outline:0!important;background:none;padding:10px 12px;font-size:17px;color:var(--luna-ink);width:100%;line-height:1.4}.luna-composer input::placeholder{color:#9a8f84}
.luna-composer .luna-send{color:#fff;background:var(--luna-orange)}.luna-composer .luna-send:hover{background:#d44c12}.luna-composer .luna-mic[aria-pressed=true]{background:var(--luna-orange);color:#fff}
.luna-privacy{font-size:10px;line-height:1.55;color:#94877c;text-align:center;margin-top:8px;margin-bottom:0}.luna-privacy a{color:inherit;text-underline-offset:2px}
.luna-pending{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--luna-muted);font-size:14px;padding:8px 0 20px}.luna-loading-dots{display:flex;gap:5px;align-items:center;height:24px}.luna-loading-dots i{width:7px;height:7px;background:var(--luna-orange);border-radius:50%;animation:luna-dot .9s ease-in-out infinite}.luna-loading-dots i:nth-child(2){animation-delay:.14s}.luna-loading-dots i:nth-child(3){animation-delay:.28s}
.luna-loading-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;margin-top:8px}.luna-loading-cards span{height:170px;border:1px solid #eee9e2;border-radius:18px;background:linear-gradient(100deg,#f7f5f1 25%,#fcfbf9 45%,#f7f5f1 65%);background-size:240% 100%;animation:luna-shimmer 1.4s linear infinite}
@keyframes luna-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes luna-dot{0%,80%,100%{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}@keyframes luna-shimmer{to{background-position:-240% 0}}@keyframes luna-halo-pulse{0%,100%{opacity:.4;transform:scale(.98)}50%{opacity:.8;transform:scale(1.05)}}
@media(max-width:700px){.luna-header{padding:10px 16px}.luna-brand h2{font-size:21px}.luna-header-tools{gap:2px}.luna-icon-button{width:40px;height:40px;padding:10px}.luna-main{padding:0 16px}.luna-feed{overflow-anchor:none;padding:20px 0 24px}.luna-welcome{padding:24px 10px}.luna-welcome h3{font-size:34px;letter-spacing:-1px}.luna-message{gap:10px;margin-bottom:20px}.luna-bubble{max-width:100%;padding:13px 15px;font-size:14px}.luna-message-user .luna-bubble{max-width:88%}.luna-products,.luna-loading-cards{grid-template-columns:1fr;gap:12px}.luna-product-open{padding:14px;gap:12px}.luna-product-picture{width:68px;height:78px;flex-basis:68px}.luna-product-name{font-size:14px}.luna-product-price{font-size:22px}.luna-product-meta{font-size:11px}.luna-product-offers{padding:7px 14px 10px}.luna-footer{padding:10px 14px max(10px,env(safe-area-inset-bottom))}.luna-composer{padding:5px;gap:2px;border-radius:19px}.luna-composer input{font-size:16px;padding:9px 7px}.luna-wheel-stage{width:190px;height:190px;flex-basis:190px;margin:8px auto 18px}.luna-voice-title{font-size:24px}.luna-caption{font-size:14px}.luna-loading-cards span{height:130px}.luna-loading-cards span:nth-child(n+2){display:none}}
@media(max-height:500px){.luna-header{padding-top:5px;padding-bottom:5px}.luna-footer{padding-top:6px;padding-bottom:6px}.luna-wheel-stage{width:88px;height:88px;flex-basis:88px;margin:0 auto 8px}.luna-wheel-core{width:32px;height:32px}.luna-voice-title{font-size:18px;margin-bottom:4px}.luna-caption{font-size:12px}.luna-voice-view{justify-content:flex-start;padding:10px 0}.luna-welcome h3{font-size:28px}.luna-feed{padding-top:12px}}
@media(prefers-reduced-motion:reduce){.luna-dialog *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.luna-footer .luna-composer{max-width:760px}.luna-footer{padding-top:12px;padding-bottom:max(12px,env(safe-area-inset-bottom))}
@media(min-width:1000px){.luna-conversation .luna-main{max-width:980px;padding:0 36px}.luna-conversation .luna-footer{padding-left:36px;padding-right:36px}.luna-conversation .luna-bubble{max-width:100%}.luna-conversation .luna-message-user .luna-bubble{max-width:72%}.luna-conversation .luna-welcome h3{max-width:560px;font-size:44px}.luna-conversation .luna-product-open{gap:12px;padding:16px}.luna-conversation .luna-product-picture{width:72px;height:88px;flex-basis:72px}.luna-conversation .luna-products{gap:14px}}
@media(min-width:1000px) and (max-width:1150px){.luna-history{width:236px;flex-basis:236px}.luna-conversation .luna-main{padding:0 24px}.luna-conversation .luna-product-picture{width:56px;height:72px;flex-basis:56px}.luna-conversation .luna-product-name{font-size:13px}.luna-conversation .luna-product-price{font-size:22px}}

.luna-category-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;width:100%;padding:10px 0 4px}.luna-category-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;max-width:100%;padding:12px 22px;border:1px solid var(--luna-orange);border-radius:14px;background:var(--luna-orange);color:#fff;font-size:14px;line-height:1.4;font-weight:700;text-decoration:none;text-align:center}.luna-category-cta:hover{filter:brightness(.94)}.luna-category-cta:focus-visible{outline:3px solid var(--luna-orange);outline-offset:4px}.luna-category-cta .luna-icon{width:18px;height:18px;flex-shrink:0}
