.wa-float{position:fixed;bottom:max(20px,env(safe-area-inset-bottom));right:20px;z-index:1000}.wa-float-btn{width:44px;height:44px;background:#128c7e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background .2s ease}body:has(.cookie-banner.show) .wa-float{bottom:max(94px,calc(env(safe-area-inset-bottom) + 74px))}.wa-float{transition:bottom .25s ease}.wa-float-btn:hover{transform:translateY(-2px);background:#0e6e63}.wa-float-btn svg{width:28px;height:28px;fill:#fff;stroke:#fff;transition:transform .2s ease}.wa-float-btn:hover svg{transform:scale(1.1)}@media (prefers-reduced-motion:reduce){.wa-float-btn,.wa-float-btn svg{transition:none}.wa-float-btn:hover,.wa-float-btn:hover svg{transform:none}}.scroll-top{position:fixed;bottom:80px;right:24px;z-index:1000;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;border:0;background:#fff}.scroll-top.show{opacity:.7;visibility:visible}.scroll-top:hover{opacity:1;transform:translateY(-3px)}body[data-theme=light] .scroll-top{background:#333}.scroll-top svg{width:20px;height:20px;stroke:#1a1a2e;stroke-width:2.5;fill:none}body[data-theme=light] .scroll-top svg{stroke:#fff}.cookie-banner{position:fixed;left:0;bottom:0;z-index:998;margin:0 10px 7px;padding:11px 44px 11px 16px;max-width:480px;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#ddd;border:1px solid rgba(255,255,255,.06);border-radius:10px;font-family:var(--font,system-ui,-apple-system,sans-serif);font-size:12px;line-height:1.45;display:none;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}.cookie-banner.show{display:block;opacity:1;transform:translateY(0)}.cookie-banner p{margin:0;color:inherit}.cookie-banner a{color:#97b1c4;text-decoration:underline;text-underline-offset:2px}.cookie-banner a:hover{color:#cfd9e2}.cookie-banner-close{position:absolute;top:6px;right:6px;width:28px;height:28px;background:0 0;border:0;cursor:pointer;color:#aaa;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s ease,color .15s ease}.cookie-banner-close:hover{background:rgba(255,255,255,.08);color:#fff}.cookie-banner-close svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round}@media (max-width:480px){.cookie-banner{right:0;max-width:none;margin:0 8px 8px}}