:root{--ogpd-ink:#102b40;--ogpd-green:#1f6b48;--ogpd-green-2:#2f8a5e;--ogpd-line:rgba(16,43,64,.13);--ogpd-shadow:0 28px 80px rgba(11,31,45,.20)}
.ogpd-launcher,.ogpd-shell,.ogpd-shell *{box-sizing:border-box}
.ogpd-launcher{position:fixed;right:22px;bottom:22px;z-index:99998;border:0;cursor:pointer;min-height:58px;padding:8px 12px 8px 9px;border-radius:999px;background:var(--ogpd-ink);color:#fff;display:flex;align-items:center;gap:10px;box-shadow:0 16px 40px rgba(16,43,64,.25);transition:transform .25s ease,box-shadow .25s ease,background .25s ease;font-family:inherit}
.ogpd-launcher:hover{transform:translateY(-3px);box-shadow:0 22px 48px rgba(16,43,64,.32)}
.ogpd-launcher__orb{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;position:relative;background:linear-gradient(145deg,#dff7ce,#8bd0a4);color:var(--ogpd-ink);overflow:hidden}.ogpd-launcher__orb:before{content:"";position:absolute;inset:-70%;background:conic-gradient(from 90deg,transparent,rgba(255,255,255,.95),transparent 28%);animation:ogpd-spin 4s linear infinite}.ogpd-launcher__orb svg{position:relative;z-index:1}.ogpd-launcher__copy{text-align:left;line-height:1.08;padding-right:4px}.ogpd-launcher__copy strong{font-size:.84rem;display:block;font-weight:750;letter-spacing:-.01em;color:#fff}.ogpd-launcher__copy span{display:block;font-size:.67rem;color:rgba(255,255,255,.64);margin-top:4px;max-width:132px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ogpd-launcher__dot{position:absolute;right:5px;top:4px;width:10px;height:10px;border-radius:50%;background:#67dc92;border:2px solid var(--ogpd-ink)}@keyframes ogpd-spin{to{transform:rotate(360deg)}}
.ogpd-shell{position:fixed;right:22px;bottom:92px;width:min(440px,calc(100vw - 28px));height:min(690px,calc(100dvh - 120px));z-index:99999;background:#fff;border:1px solid rgba(16,43,64,.09);border-radius:26px;box-shadow:var(--ogpd-shadow);overflow:hidden;display:flex;flex-direction:column;opacity:0;transform:translateY(18px) scale(.97);pointer-events:none;transform-origin:bottom right;transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1);font-family:inherit}.ogpd-shell.is-open{opacity:1;transform:none;pointer-events:auto}
.ogpd-head{padding:18px 18px 15px;background:linear-gradient(130deg,var(--ogpd-ink),#173f4b 58%,var(--ogpd-green));color:#fff;position:relative;overflow:hidden}.ogpd-head:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-60px;top:-95px;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 32px rgba(255,255,255,.035),0 0 0 64px rgba(255,255,255,.02)}.ogpd-head__row{display:flex;align-items:center;gap:11px;position:relative;z-index:1}.ogpd-mark{width:43px;height:43px;border-radius:14px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;backdrop-filter:blur(8px)}.ogpd-head__title{min-width:0;flex:1}.ogpd-head__title strong{display:block;font-size:1rem;letter-spacing:-.015em;color:#fff}.ogpd-head__title span{font-size:.72rem;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:6px;margin-top:3px}.ogpd-status{width:7px;height:7px;background:#79e49e;border-radius:50%;box-shadow:0 0 0 4px rgba(121,228,158,.12)}.ogpd-icon-btn{width:36px;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.08);color:#fff;display:grid;place-items:center;cursor:pointer;transition:.2s ease;padding:0}.ogpd-icon-btn:hover{background:rgba(255,255,255,.16)}.ogpd-context{position:relative;z-index:1;margin-top:14px;padding:10px 12px;border-radius:13px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:9px;font-size:.72rem;color:rgba(255,255,255,.82)}.ogpd-context b{color:#fff;font-weight:650}
.ogpd-body{flex:1;min-height:0;overflow:auto;padding:18px 16px 16px;background:linear-gradient(#fbfcfa,#f7f9f5);scroll-behavior:smooth}.ogpd-body::-webkit-scrollbar{width:6px}.ogpd-body::-webkit-scrollbar-thumb{background:rgba(16,43,64,.14);border-radius:20px}.ogpd-msg{display:flex;gap:9px;margin:0 0 14px;animation:ogpd-rise .26s ease both}.ogpd-msg--user{justify-content:flex-end}@keyframes ogpd-rise{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.ogpd-avatar{width:28px;height:28px;border-radius:10px;background:#e5f1df;color:var(--ogpd-green);display:grid;place-items:center;flex:0 0 auto;margin-top:2px}.ogpd-bubble{max-width:83%;font-size:.84rem;line-height:1.55;color:#253946;background:#fff;border:1px solid rgba(16,43,64,.08);padding:11px 13px;border-radius:7px 16px 16px 16px;box-shadow:0 5px 16px rgba(16,43,64,.035)}.ogpd-msg--user .ogpd-bubble{color:#fff;background:var(--ogpd-ink);border-color:var(--ogpd-ink);border-radius:16px 7px 16px 16px}.ogpd-bubble strong{color:var(--ogpd-ink)}.ogpd-msg--user .ogpd-bubble strong{color:#fff}.ogpd-note{font-size:.67rem;color:#7a898d;margin:5px 0 14px 38px}.ogpd-chips{display:flex;gap:7px;flex-wrap:wrap;margin:5px 0 18px 37px}.ogpd-chip{border:1px solid #dce5dc;background:#fff;color:#244338;border-radius:999px;padding:8px 11px;font:inherit;font-size:.72rem;cursor:pointer;transition:.2s ease}.ogpd-chip:hover{border-color:#9cc8a8;background:#f1f8ed;transform:translateY(-1px)}
.ogpd-card{margin:6px 0 16px 37px;background:#fff;border:1px solid rgba(16,43,64,.09);border-radius:17px;overflow:hidden;box-shadow:0 8px 24px rgba(16,43,64,.045)}.ogpd-card__top{padding:12px 14px;background:#edf5e8;display:flex;align-items:center;justify-content:space-between;gap:10px}.ogpd-card__top strong{font-size:.75rem;color:#1f5237}.ogpd-card__top span{font-size:.62rem;background:#fff;padding:5px 7px;border-radius:999px;color:#547361}.ogpd-card__body{padding:13px 14px}.ogpd-card__body p{font-size:.75rem;line-height:1.5;color:#52636a;margin:0 0 10px}.ogpd-card__grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.ogpd-mini{padding:9px;border-radius:11px;background:#f7f8f4}.ogpd-mini small{display:block;font-size:.59rem;text-transform:uppercase;letter-spacing:.07em;color:#8a9695;margin-bottom:3px}.ogpd-mini b{font-size:.78rem;color:#163a2b}.ogpd-card__cta{margin-top:10px;width:100%;border:0;border-radius:11px;background:var(--ogpd-ink);color:#fff;padding:9px 10px;font-size:.72rem;font-weight:700;cursor:pointer}.ogpd-typing{display:inline-flex;gap:4px;align-items:center;padding:4px 1px}.ogpd-typing i{width:5px;height:5px;border-radius:50%;background:#77908a;animation:ogpd-bounce 1.1s infinite}.ogpd-typing i:nth-child(2){animation-delay:.14s}.ogpd-typing i:nth-child(3){animation-delay:.28s}@keyframes ogpd-bounce{0%,60%,100%{transform:none;opacity:.4}30%{transform:translateY(-4px);opacity:1}}
.ogpd-compose{padding:12px 13px 13px;border-top:1px solid rgba(16,43,64,.08);background:#fff}.ogpd-handoff{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0 0 9px}.ogpd-handoff-btn{border:1px solid #dfe8df;background:#fff;color:#274638;border-radius:12px;padding:9px 10px;font:inherit;font-size:.69rem;font-weight:680;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:.2s ease}.ogpd-handoff-btn:hover{background:#f0f7ed;border-color:#b8d3bc;transform:translateY(-1px)}.ogpd-handoff-btn--wa{background:#eef9f1;color:#176a38;border-color:#cce9d4}.ogpd-handoff-note{grid-column:1/-1;text-align:center;font-size:.58rem;color:#8a9896;margin-top:-2px}.ogpd-actions{display:flex;gap:7px;margin-bottom:8px;overflow-x:auto;scrollbar-width:none}.ogpd-actions::-webkit-scrollbar{display:none}.ogpd-action{white-space:nowrap;border:0;border-radius:999px;background:#f0f5ec;color:#3b5c4a;padding:6px 9px;font-size:.64rem;cursor:pointer}.ogpd-action:hover{background:#e6f0e1}.ogpd-input-row{display:flex;align-items:flex-end;gap:8px;background:#f6f8f5;border:1px solid #e2e8df;border-radius:16px;padding:5px 5px 5px 12px;transition:.2s ease}.ogpd-input-row:focus-within{border-color:#9dc5a4;box-shadow:0 0 0 3px rgba(63,125,83,.07);background:#fff}.ogpd-input{border:0!important;background:transparent!important;outline:0!important;resize:none;flex:1;min-height:38px;max-height:90px;padding:10px 0 7px!important;font:inherit;font-size:.78rem;line-height:1.35;color:#19313e;box-shadow:none!important}.ogpd-input::placeholder{color:#8b9998}.ogpd-send{width:38px;height:38px;border-radius:12px;border:0;background:var(--ogpd-green);color:#fff;display:grid;place-items:center;cursor:pointer;flex:0 0 auto;padding:0}.ogpd-send:hover{filter:brightness(.9)}.ogpd-fine{font-size:.58rem;text-align:center;color:#98a2a1;margin-top:7px}
@media(max-width:600px){.ogpd-launcher{right:13px;bottom:13px;padding:8px}.ogpd-launcher__copy{display:none}.ogpd-shell{inset:auto 0 0 0;width:100%;height:min(82dvh,720px);border-radius:24px 24px 0 0;transform:translateY(30px);transform-origin:bottom center}.ogpd-shell.is-open{transform:none}.ogpd-context{display:none}.ogpd-head{padding:14px}.ogpd-body{padding:15px 12px}.ogpd-bubble{max-width:88%}.ogpd-chips,.ogpd-card{margin-left:36px}}
@media(prefers-reduced-motion:reduce){.ogpd-launcher__orb:before,.ogpd-typing i{animation:none!important}.ogpd-msg{animation:none!important}.ogpd-shell,.ogpd-launcher{transition:none!important}}
/* Compatibility guards for aggressive themes/page builders. */
button.ogpd-launcher{pointer-events:auto!important;visibility:visible;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.ogpd-shell{visibility:visible;isolation:isolate}
