/* GoJD chat — visual comercial baseado nas referências anexadas. Somente apresentação. */
:root{--gojd-chat-blue:#0b57e3;--gojd-chat-blue-strong:#0a4fd3;--gojd-chat-ink:#17191d;--gojd-chat-muted:#737881;--gojd-chat-line:#e4e7eb;--gojd-chat-soft:#f2f2f2;--gojd-chat-bg:#fff}
.gojd-site-chat-panel{right:24px!important;bottom:24px!important;width:min(480px,calc(100vw - 32px))!important;height:min(700px,calc(100vh - 48px))!important;border-radius:30px!important;background:#fff!important;border:1px solid rgba(18,25,38,.08)!important;box-shadow:0 24px 70px rgba(15,23,42,.20)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;color:var(--gojd-chat-ink)!important}
.gojd-site-chat-header{min-height:58px!important;padding:6px 12px!important;background:#fff!important;color:var(--gojd-chat-ink)!important;border-bottom:1px solid var(--gojd-chat-line)!important;box-shadow:none!important;display:flex!important;gap:10px!important;justify-content:flex-start!important;align-items:center!important;flex:0 0 auto!important}
.gojd-site-chat-header.history{justify-content:space-between!important;padding-inline:20px!important}.gojd-site-chat-header:not(.history)>.gojd-chat-title{display:none!important}
.gojd-chat-header-btn{color:#68707a!important;width:34px!important;height:34px!important;display:grid!important;place-items:center!important;padding:0!important;border-radius:50%!important;font-size:25px!important;font-weight:400!important;transition:background .16s ease,color .16s ease!important}
.gojd-chat-header-btn:hover{background:#f4f5f6!important;color:#1f2937!important}.gojd-chat-back{font-size:25px!important;flex:0 0 34px!important}.gojd-chat-close{font-size:28px!important;margin-left:0!important;flex:0 0 34px!important}
.gojd-chat-title{font-size:22px!important;font-weight:650!important;letter-spacing:-.02em!important;color:#181a1f!important;text-align:center!important}.gojd-chat-header-spacer{width:34px!important;display:block!important}
.gojd-chat-reference-identity{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.gojd-chat-reference-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#f2f3f5;box-shadow:0 0 0 1px rgba(15,23,42,.07);flex:0 0 36px}
.gojd-chat-reference-copy{display:flex;flex-direction:column;min-width:0;line-height:1.13}.gojd-chat-reference-name{font-size:15px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#15171a}.gojd-chat-reference-status{margin-top:2px;font-size:12px;font-weight:400;color:#70757d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gojd-chat-reference-menu{border:0;background:transparent;color:#717780;width:34px;height:34px;border-radius:50%;font-size:20px;line-height:1;cursor:pointer;display:grid;place-items:center;letter-spacing:1px}.gojd-chat-reference-menu:hover{background:#f4f5f6}
.gojd-chat-messages{position:relative!important;padding:20px 16px 24px!important;background:#fff!important;gap:0!important;scrollbar-width:thin;scrollbar-color:#787d84 transparent}.gojd-chat-reference-hint{text-align:center;color:#767b83;font-size:14px;font-weight:400;margin:0 0 26px;padding:2px 0 0}
.gojd-chat-bubble{max-width:88%!important;margin:0 0 4px!important;padding:15px 18px!important;border:0!important;border-radius:22px 22px 22px 7px!important;background:#f1f1f1!important;color:#111318!important;box-shadow:none!important;font-size:16px!important;line-height:1.42!important;letter-spacing:-.006em!important;white-space:pre-wrap!important}
.gojd-chat-bubble.assistant+.gojd-chat-bubble.assistant{margin-top:4px!important}.gojd-chat-bubble.user{margin:10px 0 12px auto!important;border-radius:22px 22px 7px 22px!important;background:#eaf1ff!important;color:#0b4bb7!important}.gojd-chat-bubble.loading{font-size:13px!important;color:#737981!important;background:#f6f6f6!important;padding:10px 14px!important;font-style:normal!important}
.gojd-site-chat-composer{padding:14px 16px 16px!important;gap:10px!important;background:#fff!important;border-top:1px solid var(--gojd-chat-line)!important;align-items:flex-end!important}.gojd-site-chat-composer textarea{min-height:64px!important;max-height:124px!important;padding:17px 16px!important;border:1px solid #d6dde6!important;border-radius:19px!important;background:#fff!important;color:#1b1d21!important;font-size:16px!important;line-height:1.35!important;box-shadow:none!important}.gojd-site-chat-composer textarea::placeholder{color:#83878d!important}.gojd-site-chat-composer textarea:focus{border-color:#9dbaf5!important;box-shadow:0 0 0 2px rgba(11,87,227,.08)!important}
.gojd-site-chat-composer button{width:52px!important;height:52px!important;flex:0 0 52px!important;border-radius:17px!important;background:var(--gojd-chat-blue)!important;color:#fff!important;font-size:25px!important;font-weight:500!important;box-shadow:none!important;margin-bottom:6px!important}.gojd-site-chat-composer button:hover:not(:disabled){background:var(--gojd-chat-blue-strong)!important}.gojd-site-chat-composer button:disabled{background:#d5dde8!important;color:#fff!important}
.gojd-chat-history{padding:20px 18px 18px!important;background:#fff!important;gap:18px!important}.gojd-chat-history-content{overflow:auto;padding:0 0 8px}.gojd-chat-history-item{position:relative;display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;padding:0 8px 15px!important;border:0!important;border-bottom:1px solid var(--gojd-chat-line)!important;border-radius:0!important;background:#fff!important;color:#181a1f!important;text-align:left!important}
.gojd-chat-history-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#f2f3f5}.gojd-chat-history-item>span{display:flex!important;flex-direction:column!important;min-width:0!important}.gojd-chat-history-item strong{font-size:16px!important;font-weight:600!important;line-height:1.3!important}.gojd-chat-history-item small{display:block!important;margin-top:3px!important;color:#73777e!important;font-size:14px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.gojd-chat-empty{margin-top:60px;text-align:center;color:#70757d}.gojd-chat-empty-icon{display:none!important}.gojd-chat-new-message{align-self:center!important;width:min(270px,80%)!important;padding:14px 20px!important;border-radius:14px!important;background:var(--gojd-chat-blue)!important;color:#fff!important;font-size:16px!important;font-weight:600!important;box-shadow:0 10px 30px rgba(11,87,227,.18)!important}.gojd-chat-new-message:hover{background:var(--gojd-chat-blue-strong)!important}
button:has(>img[src="/moseis.png"]){filter:drop-shadow(0 8px 18px rgba(15,23,42,.18))!important}button:has(>img[src="/moseis.png"])>img{border-radius:50%;object-fit:contain!important}
@media(max-width:600px){.gojd-site-chat-panel{right:10px!important;bottom:10px!important;width:calc(100vw - 20px)!important;height:min(780px,calc(100dvh - 20px))!important;border-radius:28px!important}.gojd-site-chat-header{min-height:70px!important;padding:9px 12px!important}.gojd-chat-reference-avatar{width:42px;height:42px;flex-basis:42px}.gojd-chat-reference-name{font-size:16px}.gojd-chat-reference-status{font-size:12px}.gojd-chat-messages{padding:18px 14px 22px!important}.gojd-chat-bubble{font-size:15px!important;max-width:91%!important}.gojd-site-chat-composer{padding:12px!important}.gojd-site-chat-composer textarea{min-height:60px!important;font-size:15px!important}}


/* Ajustes interativos v4: header compacto, expansão e digitação natural. */
.gojd-site-chat-panel.gojd-chat-expanded{width:min(560px,calc(100vw - 32px))!important}
.gojd-site-chat-header{position:relative!important}
.gojd-chat-reference-menu-wrap{position:relative;display:flex;align-items:center;flex:0 0 auto}
.gojd-chat-reference-popover{position:absolute;top:39px;right:0;z-index:4;min-width:156px;padding:6px;background:#fff;border:1px solid #e1e5ea;border-radius:12px;box-shadow:0 12px 34px rgba(15,23,42,.17)}
.gojd-chat-reference-popover[hidden]{display:none!important}
.gojd-chat-reference-popover button{width:100%;height:38px;padding:0 12px;border:0;border-radius:8px;background:#fff;color:#20242a;text-align:left;font:600 13px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer}
.gojd-chat-reference-popover button:hover{background:#f3f5f7}
.gojd-chat-bubble.gojd-word-reveal{min-width:38px}
.gojd-chat-bubble.loading{font-size:0!important;min-width:56px!important;min-height:36px!important;display:flex!important;align-items:center!important}
.gojd-chat-bubble.loading::after{content:"•••";font-size:20px;letter-spacing:4px;color:#737981;animation:gojdChatDots 1s ease-in-out infinite}
@keyframes gojdChatDots{0%,100%{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}
@keyframes gojdChatSendPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(11,87,227,0)}50%{transform:scale(1.06);box-shadow:0 0 0 6px rgba(11,87,227,.09)}}
@media(max-width:600px){.gojd-site-chat-panel.gojd-chat-expanded{width:calc(100vw - 20px)!important}.gojd-site-chat-header{min-height:56px!important;padding:6px 10px!important}.gojd-chat-reference-avatar{width:35px;height:35px;flex-basis:35px}.gojd-chat-reference-name{font-size:15px}.gojd-chat-reference-status{font-size:11px}.gojd-chat-reference-popover{top:38px;right:0}}


/* GoJD Brain UI v5 — botão em processamento, cards comerciais e diretório. */
.gojd-chat-is-typing .gojd-site-chat-composer button{
  position:relative!important;animation:none!important;font-size:0!important;color:transparent!important;
  background:#d9e1ec!important;cursor:not-allowed!important;box-shadow:none!important;
}
.gojd-chat-is-typing .gojd-site-chat-composer button::before{
  content:"";position:absolute;inset:12px;border:2.5px solid rgba(255,255,255,.52);border-top-color:#fff;border-right-color:#fff;border-radius:50%;animation:gojdChatStopSpin .72s linear infinite;
}
.gojd-chat-is-typing .gojd-site-chat-composer button::after{
  content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:2px;
}
@keyframes gojdChatStopSpin{to{transform:rotate(360deg)}}
.gojd-chat-ui-bubble{max-width:100%!important;width:100%!important;padding:0!important;background:transparent!important;border-radius:0!important;overflow:visible!important}
.gojd-chat-ui-host{display:flex;flex-direction:column;gap:8px;width:100%}
.gojd-chat-ui-title{padding:0 4px 2px;color:#6f7580;font-size:12px;font-weight:650;letter-spacing:.01em}
.gojd-chat-product-card{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;width:100%;padding:10px;background:#fff;border:1px solid #e4e7eb;border-radius:16px;box-shadow:0 4px 14px rgba(15,23,42,.055)}
.gojd-chat-product-image{width:76px;height:92px;object-fit:contain;border-radius:11px;background:#f7f8fa}
.gojd-chat-product-body{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}
.gojd-chat-product-meta{max-width:100%;color:#7b8088;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gojd-chat-product-name{max-width:100%;color:#17191d;font-size:14px;line-height:1.2;font-weight:700}
.gojd-chat-product-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:#686e77;font-size:11px;line-height:1.32}
.gojd-chat-product-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:1px}.gojd-chat-chip{padding:3px 6px;border-radius:7px;background:#f3f5f7;color:#515761;font-size:10px;font-weight:600}
.gojd-chat-product-price-row{width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:2px}
.gojd-chat-product-price{display:flex;flex-direction:column;gap:0}.gojd-chat-product-price small{color:#747982;font-size:9px}.gojd-chat-product-price b{color:#111318;font-size:14px;line-height:1.15}
.gojd-chat-availability{max-width:132px;padding:4px 6px;border-radius:7px;font-size:9px;line-height:1.15;text-align:center;font-weight:650}.gojd-chat-availability.confirmed{background:#edf8f1;color:#25734a}.gojd-chat-availability.pending{background:#fff6e7;color:#916019}
.gojd-chat-product-warranty{color:#626873;font-size:10px;line-height:1.2}
.gojd-chat-card-action{margin-top:3px;padding:6px 10px;border-radius:8px;background:#0b57e3;color:#fff!important;text-decoration:none!important;font-size:11px;font-weight:700}.gojd-chat-card-action:hover{background:#0a4fd3}
.gojd-chat-directory-card{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;padding:9px 10px;background:#fff;border:1px solid #e4e7eb;border-radius:13px}
.gojd-chat-directory-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eef4ff;color:#0b57e3;font-size:18px;font-weight:700}.gojd-chat-directory-body{display:flex;min-width:0;flex-direction:column;gap:2px}.gojd-chat-directory-body strong{color:#1a1d22;font-size:12px;line-height:1.2}.gojd-chat-directory-body small{color:#747a83;font-size:10px;line-height:1.25;white-space:normal}.gojd-chat-directory-action{padding:6px 8px;border-radius:8px;background:#f2f5fa;color:#0b57e3!important;text-decoration:none!important;font-size:10px;font-weight:700}
.gojd-chat-info-card{padding:11px 12px;background:#fff;border:1px solid #e4e7eb;border-radius:13px}.gojd-chat-info-card strong{display:block;margin-bottom:4px;font-size:12px}.gojd-chat-info-card p{margin:0;color:#626873;font-size:11px;line-height:1.35}
@media(max-width:600px){.gojd-chat-product-card{grid-template-columns:68px minmax(0,1fr);gap:9px;padding:9px}.gojd-chat-product-image{width:68px;height:84px}.gojd-chat-product-name{font-size:13px}.gojd-chat-product-desc{font-size:10px}.gojd-chat-product-price b{font-size:13px}.gojd-chat-availability{max-width:112px}}

/* v6 — mensagens contextuais separadas + respostas rápidas clicáveis. */
.gojd-chat-bubble.assistant+.gojd-chat-bubble.assistant{margin-top:9px!important}
.gojd-chat-options-bubble{padding:9px!important;max-width:88%!important;background:#f1f1f1!important}
.gojd-chat-quick-options{display:flex;flex-direction:column;gap:6px;width:100%}
.gojd-chat-quick-option{width:100%;min-height:44px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:9px;padding:7px 11px;border:1px solid #dde2e8;border-radius:13px;background:#fff;color:#17191d;text-align:left;font:600 13px/1.25 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .1s ease}
.gojd-chat-quick-option:hover{border-color:#aebfd9;background:#fbfcff}.gojd-chat-quick-option:active{transform:scale(.985)}
.gojd-chat-quick-number{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#eef3fb;color:#0b57e3;font-size:12px;font-weight:800}.gojd-chat-quick-label{min-width:0}
@media(max-width:600px){.gojd-chat-options-bubble{max-width:94%!important}.gojd-chat-quick-option{min-height:43px;font-size:13px}}


/* Mobile GoJD chat stacking contract v4 — launcher never blocks primary UI. */
@media (max-width:768px){
  button:has(>img[src="/moseis.png"][alt="Chat"]){z-index:820!important;transition:opacity .16s ease,transform .16s ease!important}
  .gojd-site-chat-panel{z-index:9750!important}
}


/* Mobile GoJD open-chat modal contract v5 — no controls may intercept behind panel. */
@media (max-width:768px){
  .gojd-site-chat-panel{z-index:10050!important;isolation:isolate!important;pointer-events:auto!important}
  body:has(.gojd-site-chat-panel) .mobile-bottom-nav,
  body:has(.gojd-site-chat-panel) > .gojd-cat-floating-controls,
  body:has(.gojd-site-chat-panel) #gojd-catalog-mobile-shell{
    pointer-events:none!important
  }
  body:has(.gojd-site-chat-panel) .mobile-bottom-nav,
  body:has(.gojd-site-chat-panel) > .gojd-cat-floating-controls{
    opacity:0!important;visibility:hidden!important
  }
}

/* Assistance Service Catalog cards — dados vindos exclusivamente do catálogo real. */
.gojd-chat-service-card,.gojd-chat-assistance-action{width:100%;padding:11px 12px;background:#fff;border:1px solid #e4e7eb;border-radius:14px;box-shadow:0 4px 14px rgba(15,23,42,.045)}
.gojd-chat-service-body{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px}
.gojd-chat-service-meta{max-width:100%;color:#767d87;font-size:10px;font-weight:650;text-transform:uppercase;letter-spacing:.045em;white-space:normal}
.gojd-chat-service-name{color:#17191d;font-size:13px;line-height:1.25;font-weight:750}
.gojd-chat-service-desc{margin:0;color:#686e77;font-size:11px;line-height:1.35}
.gojd-chat-service-facts{display:flex;flex-direction:column;gap:3px;width:100%;padding:7px 8px;border-radius:9px;background:#f6f8fb;color:#555c66;font-size:10px;line-height:1.25}
.gojd-chat-service-price{color:#1d2733;font-weight:750}
.gojd-chat-assistance-action .gojd-chat-card-action{margin-top:6px}
