.saky-whatsapp{--saky-whatsapp-green:#1fa855;--saky-whatsapp-green-dark:#168342;--saky-whatsapp-ink:#182230;--saky-whatsapp-muted:#667085;--saky-whatsapp-line:#e4e7ec;position:fixed;right:max(22px, env(safe-area-inset-right));bottom:max(22px, env(safe-area-inset-bottom));z-index:9998;font-family:inherit}.saky-whatsapp *,.saky-whatsapp *::before,.saky-whatsapp *::after{box-sizing:border-box}.saky-whatsapp__panel{position:absolute;right:0;bottom:82px;width:min(390px, calc(100vw - 32px));overflow:hidden;border:1px solid rgb(16 24 40 / .08);border-radius:16px;background:#fff;box-shadow:0 22px 60px rgb(16 24 40 / .22);transform-origin:right bottom;animation:saky-whatsapp-in 180ms ease-out both}.saky-whatsapp__panel[hidden]{display:none}.saky-whatsapp__header{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:start;padding:26px 50px 26px 24px;background:var(--saky-whatsapp-green);color:#fff}.saky-whatsapp__brand-icon,.saky-whatsapp__contact-icon{display:grid;place-items:center}.saky-whatsapp__brand-icon svg{width:48px;height:48px;fill:currentColor}.saky-whatsapp__header h2{margin:0 0 7px;color:#fff;font-size:clamp(22px, 3vw, 27px);font-weight:700;line-height:1.2;letter-spacing:-.02em}.saky-whatsapp__header p{margin:0;color:rgb(255 255 255 / .92);font-size:15px;line-height:1.55}.saky-whatsapp__close{position:absolute;top:14px;right:14px;display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:50%;background:rgb(0 0 0 / .12);color:#fff;cursor:pointer}.saky-whatsapp__close:hover,.saky-whatsapp__close:focus-visible{background:rgb(0 0 0 / .24)}.saky-whatsapp__close svg{width:22px;height:22px;fill:currentColor}.saky-whatsapp__body{padding:22px}.saky-whatsapp__availability{margin:0 0 15px;color:var(--saky-whatsapp-muted);font-size:14px;line-height:1.5}.saky-whatsapp__contact{display:grid;grid-template-columns:48px minmax(0,1fr) 22px;gap:14px;align-items:center;min-height:82px;padding:15px 16px;border:1px solid var(--saky-whatsapp-line);border-left:3px solid var(--saky-whatsapp-green);border-radius:10px;background:#f8fafc;color:var(--saky-whatsapp-ink);text-decoration:none;transition:border-color 160ms ease,background-color 160ms ease,transform 160ms ease}.saky-whatsapp__contact:hover,.saky-whatsapp__contact:focus-visible{border-color:rgb(31 168 85 / .55);background:#f0fdf4;color:var(--saky-whatsapp-ink);transform:translateY(-1px)}.saky-whatsapp__contact-icon{width:48px;height:48px;border-radius:50%;background:var(--saky-whatsapp-green);color:#fff;box-shadow:0 0 0 5px rgb(31 168 85 / .12)}.saky-whatsapp__contact-icon svg{width:30px;height:30px;fill:currentColor}.saky-whatsapp__contact strong,.saky-whatsapp__contact small{display:block}.saky-whatsapp__contact strong{margin-bottom:3px;font-size:16px;line-height:1.35}.saky-whatsapp__contact small{color:var(--saky-whatsapp-muted);font-size:13px;line-height:1.4}.saky-whatsapp__arrow{width:21px;height:21px;fill:var(--saky-whatsapp-green)}.saky-whatsapp__toggle{display:grid;width:64px;height:64px;margin-left:auto;padding:0;place-items:center;border:0;border-radius:50%;background:var(--saky-whatsapp-green);color:#fff;box-shadow:0 12px 30px rgb(16 24 40 / .24);cursor:pointer;transition:background-color 160ms ease,transform 160ms ease,box-shadow 160ms ease}.saky-whatsapp__toggle:hover,.saky-whatsapp__toggle:focus-visible{background:var(--saky-whatsapp-green-dark);box-shadow:0 14px 34px rgb(16 24 40 / .3);transform:translateY(-2px)}.saky-whatsapp__toggle svg{width:34px;height:34px;fill:currentColor}.saky-whatsapp__toggle-close{display:none}.saky-whatsapp.is-open .saky-whatsapp__toggle-chat{display:none}.saky-whatsapp.is-open .saky-whatsapp__toggle-close{display:block}@keyframes saky-whatsapp-in{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:480px){.saky-whatsapp{right:max(12px, env(safe-area-inset-right));bottom:max(12px, env(safe-area-inset-bottom))}.saky-whatsapp__panel{bottom:72px;width:calc(100vw - 24px);max-height:calc(100vh - 112px);overflow-y:auto;border-radius:14px}.saky-whatsapp__header{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:22px 44px 22px 18px}.saky-whatsapp__brand-icon svg{width:40px;height:40px}.saky-whatsapp__header h2{font-size:21px}.saky-whatsapp__body{padding:17px}.saky-whatsapp__toggle{width:58px;height:58px}}@media (prefers-reduced-motion:reduce){.saky-whatsapp__panel{animation:none}.saky-whatsapp__contact,.saky-whatsapp__toggle{transition:none}}