/* Nexo contextual guide — CaptaID BUILD76 */
.nexo-guide-launcher{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(20px,calc(env(safe-area-inset-bottom) + 14px));z-index:970;width:58px;height:58px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#0d2019,#07110f);box-shadow:0 14px 42px #0008,0 0 0 4px rgba(56,229,156,.08);cursor:pointer;transition:.2s transform,.2s box-shadow;padding:0}
.nexo-guide-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 48px #0009,0 0 0 5px rgba(56,229,156,.12)}
.nexo-guide-launcher img{width:36px;height:36px;object-fit:contain;display:block}
.nexo-guide-launcher .nexo-dot{position:absolute;right:2px;top:2px;width:12px;height:12px;border-radius:50%;background:#38e59c;border:2px solid #07110f}
.nexo-guide-bubble{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(90px,calc(env(safe-area-inset-bottom) + 84px));z-index:969;width:min(360px,calc(100vw - 34px));background:#0b1b15;color:#edf8f3;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:16px 42px 16px 17px;box-shadow:0 22px 70px #000a;line-height:1.48;font-size:13px}
.nexo-guide-bubble.hidden{display:none!important}.nexo-guide-bubble b{display:block;color:#63efb0;margin-bottom:5px;font-size:13px}.nexo-guide-bubble p{margin:0;color:#c8d9d1}.nexo-guide-bubble button[data-nexo-bubble-close]{position:absolute;right:10px;top:9px;width:28px;height:28px;border:0;border-radius:50%;background:#ffffff0d;color:#cfe0d8;font-size:18px;cursor:pointer}.nexo-guide-bubble .nexo-bubble-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:11px}.nexo-guide-bubble .nexo-bubble-actions button{border:1px solid rgba(255,255,255,.14);background:#10251d;color:#e9f8f1;border-radius:11px;padding:8px 10px;font:inherit;font-weight:800;cursor:pointer}.nexo-guide-bubble .nexo-bubble-actions button.primary{background:#38e59c;color:#052016;border-color:#38e59c}
.nexo-guide-panel{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(90px,calc(env(safe-area-inset-bottom) + 84px));z-index:980;width:min(410px,calc(100vw - 28px));height:min(620px,calc(100vh - 130px));display:grid;grid-template-rows:auto 1fr auto;background:#081510;color:#eef8f4;border:1px solid rgba(255,255,255,.14);border-radius:24px;box-shadow:0 28px 90px #000c;overflow:hidden}.nexo-guide-panel.hidden{display:none!important}
.nexo-guide-head{display:flex;align-items:center;gap:11px;padding:14px 14px 13px;border-bottom:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#0c1d17,#091711)}.nexo-guide-head img{width:35px;height:35px;object-fit:contain}.nexo-guide-head div{min-width:0;flex:1}.nexo-guide-head b{display:block;font-size:15px}.nexo-guide-head small{display:block;color:#92a99f;font-size:10px;margin-top:2px}.nexo-guide-head button{width:34px;height:34px;border:0;border-radius:50%;background:#ffffff0c;color:#d8e6df;font-size:22px;cursor:pointer}
.nexo-guide-messages{overflow:auto;padding:15px;display:flex;flex-direction:column;gap:10px;overscroll-behavior:contain}.nexo-msg{max-width:88%;border-radius:16px;padding:10px 12px;font-size:13px;line-height:1.48;white-space:pre-wrap;overflow-wrap:anywhere}.nexo-msg.bot{align-self:flex-start;background:#11251d;border:1px solid rgba(255,255,255,.08);color:#dcebe4}.nexo-msg.user{align-self:flex-end;background:#38e59c;color:#052016;font-weight:700}.nexo-msg.typing{color:#9eb2a9;font-style:italic}.nexo-msg a{color:inherit;font-weight:900}.nexo-guide-chips{display:flex;gap:7px;overflow:auto;padding:0 15px 10px;scrollbar-width:none}.nexo-guide-chips::-webkit-scrollbar{display:none}.nexo-guide-chips button{flex:0 0 auto;border:1px solid rgba(255,255,255,.11);background:#0d2019;color:#d5e5de;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap}
.nexo-guide-compose{padding:11px;border-top:1px solid rgba(255,255,255,.09);background:#07130f}.nexo-guide-compose form{display:grid;grid-template-columns:1fr 42px;gap:8px;align-items:end}.nexo-guide-compose textarea{width:100%;min-height:42px;max-height:110px;resize:none;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:#0e2019;color:#edf8f3;padding:11px 12px;font:inherit;outline:none}.nexo-guide-compose textarea:focus{border-color:#38e59c}.nexo-guide-compose button{height:42px;border:0;border-radius:13px;background:#38e59c;color:#052016;font-size:20px;font-weight:950;cursor:pointer}.nexo-guide-compose small{display:block;margin-top:7px;color:#71877d;font-size:9px;text-align:center}
@media(max-width:620px){.nexo-guide-launcher{right:14px;bottom:max(14px,calc(env(safe-area-inset-bottom) + 10px));width:54px;height:54px}.nexo-guide-bubble{right:12px;bottom:max(77px,calc(env(safe-area-inset-bottom) + 72px));width:calc(100vw - 24px)}.nexo-guide-panel{right:8px;left:8px;bottom:max(76px,calc(env(safe-area-inset-bottom) + 70px));width:auto;height:min(72vh,620px);border-radius:20px}.nexo-guide-launcher img{width:33px;height:33px}}
body.modal-open .nexo-guide-launcher,body.modal-open .nexo-guide-bubble{opacity:.25;pointer-events:none}

/* BUILD76 — Nexo com identidade CaptaID */
.nexo-guide-launcher{width:70px;height:70px;background:#fff;border:3px solid #ff7a00;box-shadow:0 16px 46px #0009,0 0 0 4px rgba(44,211,112,.16);overflow:hidden}
.nexo-guide-launcher img{width:66px;height:66px;object-fit:cover;object-position:center;border-radius:50%;transform:scale(1.02)}
.nexo-guide-launcher .nexo-dot{background:#22d474;border-color:#fff;right:3px;top:3px}
.nexo-guide-head img{width:46px;height:46px;border-radius:14px;background:#fff;object-fit:cover;border:2px solid #ff7a00}
.nexo-guide-head{border-top:3px solid #ff7a00}
.nexo-guide-bubble b{color:#ff9a31}.nexo-guide-bubble .nexo-bubble-actions button.primary,.nexo-guide-compose button{background:linear-gradient(135deg,#ff8a1e,#35df95);color:#052016}
@media(max-width:620px){.nexo-guide-launcher{width:64px;height:64px}.nexo-guide-launcher img{width:60px;height:60px}}
