.oc-atlas-chat{--oc-atlas-aqua: var(--oc-color-focus, #14171C);--oc-atlas-charcoal: var(--oc-color-night, #242424);--oc-atlas-copy: var(--oc-color-ink-soft, #414141);--oc-atlas-line: var(--oc-color-line, #e1e1e1);--oc-atlas-mist: var(--oc-color-surface-soft, #f1f2f3);--oc-atlas-white: #fff;position:fixed;right:22px;bottom:22px;z-index:130;display:block;color:var(--oc-atlas-charcoal);font-size:var(--oc-fs-body);line-height:1.45;letter-spacing:0}body:has(.oc-atlas-chat) back-to-top{bottom:88px}.oc-atlas-chat *,.oc-atlas-chat *:before,.oc-atlas-chat *:after{box-sizing:border-box;letter-spacing:0}.oc-atlas-chat button,.oc-atlas-chat textarea{font:inherit}.oc-atlas-chat__launcher{--oc-atlas-lift: 0 12px 30px rgba(7, 39, 11, .18);position:relative;display:inline-flex;min-width:132px;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:11px 16px;overflow:hidden;isolation:isolate;border:1px solid rgba(255,255,255,.32);border-radius:999px;color:#14171c;background:#1cb142d1;-webkit-backdrop-filter:blur(12px) saturate(150%);backdrop-filter:blur(12px) saturate(150%);box-shadow:var(--oc-atlas-lift),0 0 #1cb14200;cursor:pointer;animation:oc-atlas-breathe 4.8s cubic-bezier(.37,0,.63,1) infinite;transition:background-color .18s ease,transform .18s ease}.oc-atlas-chat__launcher>*{position:relative;z-index:2}.oc-atlas-chat__launcher:before{content:"";position:absolute;z-index:1;top:-20%;bottom:-20%;left:0;width:34%;background:linear-gradient(90deg,#fff0,#ffffff8c 38%,#fff,#ffffff8c 62%,#fff0);filter:blur(5px);opacity:.7;transform:translate(-50%);animation:oc-atlas-scan 2.4s cubic-bezier(.45,0,.55,1) infinite alternate;transition:opacity .18s ease}.oc-atlas-chat__launcher:after{content:"";position:absolute;z-index:0;top:-30%;bottom:-30%;left:0;width:58%;background:radial-gradient(60% 80% at 50% 50%,#ffffff59,#fff0 70%);filter:blur(8px);transform:translate(-50%);animation:oc-atlas-scan-glow 2.4s cubic-bezier(.45,0,.55,1) infinite alternate}.oc-atlas-chat__launcher:hover,.oc-atlas-chat__launcher:focus-visible{background:#1cb142eb;transform:translateY(-2px)}.oc-atlas-chat__launcher:hover:before,.oc-atlas-chat__launcher:focus-visible:before{opacity:1}.oc-atlas-chat__launcher[hidden]{display:none}.oc-atlas-chat__launcher:focus-visible,.oc-atlas-chat__close:focus-visible,.oc-atlas-chat__send:focus-visible,.oc-atlas-chat__messages:focus-visible,.oc-atlas-chat__form textarea:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.oc-atlas-chat__panel{position:absolute;right:0;bottom:62px;display:grid;width:min(390px,calc(100vw - 32px));height:min(610px,calc(100dvh - 112px));min-height:430px;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(36,36,36,.14);border-radius:8px;background:var(--oc-atlas-white);box-shadow:0 24px 64px #0000003d}.oc-atlas-chat__panel[hidden]{display:none}.oc-atlas-chat__header{display:grid;min-height:68px;grid-template-columns:92px minmax(0,1fr) 40px;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--oc-atlas-line);background:var(--oc-atlas-white)}.oc-atlas-chat__logo{display:block;width:92px;height:auto}.oc-atlas-chat__identity{display:grid;min-width:0;gap:1px}.oc-atlas-chat__identity strong{font-size:var(--oc-fs-card);line-height:1.2}.oc-atlas-chat__identity span{overflow:hidden;color:#666;font-size:var(--oc-fs-small);text-overflow:ellipsis;white-space:nowrap}.oc-atlas-chat__close,.oc-atlas-chat__send{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;padding:0;border:0;border-radius:8px;cursor:pointer}.oc-atlas-chat__close{color:var(--oc-atlas-copy);background:transparent}.oc-atlas-chat__close:hover{background:var(--oc-atlas-mist)}.oc-atlas-chat__messages{display:flex;min-height:0;flex-direction:column;gap:12px;overflow-y:auto;overscroll-behavior:contain;padding:18px 14px;background:#f6f7f7;scrollbar-width:thin}.oc-atlas-chat__message{display:grid;max-width:86%;gap:4px}.oc-atlas-chat__message--visitor{align-self:flex-end}.oc-atlas-chat__message--atlas,.oc-atlas-chat__message--support{align-self:flex-start}.oc-atlas-chat__message-label{color:#707070;font-size:var(--oc-fs-small);font-weight:700;text-transform:uppercase}.oc-atlas-chat__message--visitor .oc-atlas-chat__message-label{text-align:right}.oc-atlas-chat__message-body{margin:0;padding:10px 12px;overflow-wrap:anywhere;border:1px solid var(--oc-atlas-line);border-radius:8px;color:var(--oc-atlas-copy);background:var(--oc-atlas-white);white-space:pre-wrap}.oc-atlas-chat__message-body a{color:#174f51;font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.oc-atlas-chat__message--visitor .oc-atlas-chat__message-body{border-color:var(--oc-atlas-charcoal);color:var(--oc-atlas-white);background:var(--oc-atlas-charcoal)}.oc-atlas-chat__message--support .oc-atlas-chat__message-body{border-color:color-mix(in srgb,var(--oc-atlas-aqua) 55%,var(--oc-atlas-line));background:color-mix(in srgb,var(--oc-atlas-aqua) 12%,var(--oc-atlas-white))}.oc-atlas-chat__typing{display:inline-flex;align-self:flex-start;align-items:center;gap:7px;padding:9px 11px;border:1px solid var(--oc-atlas-line);border-radius:8px;color:#666;background:var(--oc-atlas-white);font-size:var(--oc-fs-small)}.oc-atlas-chat__typing:before{width:8px;height:8px;border-radius:50%;background:var(--oc-atlas-aqua);content:"";animation:oc-atlas-pulse 1s ease-in-out infinite alternate}.oc-atlas-chat__footer{padding:10px 12px 12px;border-top:1px solid var(--oc-atlas-line);background:var(--oc-atlas-white)}.oc-atlas-chat__status{min-height:18px;margin:0 2px 7px;color:#666;font-size:var(--oc-fs-small)}.oc-atlas-chat__status:empty{display:none}.oc-atlas-chat__status[data-tone=error]{color:#a5362f}.oc-atlas-chat__form{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:end;gap:8px}.oc-atlas-chat__form textarea{width:100%;min-height:44px;max-height:112px;resize:none;padding:10px 12px;overflow-y:auto;border:1px solid #bfc1c2;border-radius:8px;color:var(--oc-atlas-charcoal);background:var(--oc-atlas-white)}.oc-atlas-chat__form textarea::placeholder{color:#767676;opacity:1}.oc-atlas-chat__send{width:44px;height:44px;color:var(--oc-atlas-charcoal);background:#1cb14233;border:1px solid rgba(28,177,66,.55);box-shadow:0 4px 12px #07270b14,0 2px 6px #1cb14233}.oc-atlas-chat__send:hover{background:#1cb14252}.oc-atlas-chat__send:disabled,.oc-atlas-chat__form textarea:disabled{cursor:not-allowed;opacity:.55}.oc-atlas-chat__website{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@keyframes oc-atlas-pulse{0%{opacity:.35;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@keyframes oc-atlas-scan{0%{transform:translate(-50%)}to{transform:translate(244%)}}@keyframes oc-atlas-scan-glow{0%{transform:translate(-50%)}to{transform:translate(122%)}}@keyframes oc-atlas-breathe{0%,to{box-shadow:var(--oc-atlas-lift),0 0 #1cb14200}46%,54%{box-shadow:var(--oc-atlas-lift),0 0 0 7px #1cb14229}}@media screen and (max-width:767px){.oc-atlas-chat{right:8px;bottom:max(8px,env(safe-area-inset-bottom))}body:has(.oc-atlas-chat) back-to-top{bottom:72px}.oc-atlas-chat__launcher{min-width:122px;min-height:46px;padding:10px 14px}.oc-atlas-chat__panel{right:0;bottom:58px;width:calc(100vw - 16px);height:min(650px,calc(100dvh - 82px));min-height:360px}.oc-atlas-chat__header{min-height:62px;grid-template-columns:82px minmax(0,1fr) 40px;padding:9px 10px}.oc-atlas-chat__logo{width:82px}.oc-atlas-chat__messages{padding:14px 10px}.oc-atlas-chat__message{max-width:90%}.oc-atlas-chat__footer{padding:8px 9px max(9px,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.oc-atlas-chat__launcher,.oc-atlas-chat__launcher:before,.oc-atlas-chat__launcher:after{animation:none;transition:none}.oc-atlas-chat__launcher:before{transform:translate(80%);opacity:.5}.oc-atlas-chat__launcher:after{display:none}.oc-atlas-chat__typing:before{animation:none}}.oc-atlas-chat__starters{display:flex;flex-wrap:wrap;gap:8px;padding:0 14px 10px}.oc-atlas-chat__starter{-webkit-appearance:none;appearance:none;border:1px solid rgba(28,177,66,.55);background:#1cb14233;color:#07270b;border-radius:999px;padding:8px 12px;font:inherit;font-size:13px;font-weight:600;line-height:1.25;text-align:left;cursor:pointer;transition:background-color .16s ease}.oc-atlas-chat__starter:hover{background:#1cb14252}.oc-atlas-chat__starter:focus-visible{outline:none;box-shadow:0 0 0 3px #0e101447}
/*# sourceMappingURL=/cdn/shop/t/42/assets/oxiclear-atlas-chat.css.map */
