@keyframes site-notification-slide-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.site-notification{position:fixed;right:24px;bottom:24px;z-index:60;display:flex;align-items:flex-start;gap:12px;max-width:340px;padding:16px 18px;border-radius:16px;touch-action:pan-y;background:linear-gradient(135deg,#ffffff 0%,#ffffff 72%,#fff2ef 100%);border:1px solid rgba(239,98,88,.2);box-shadow:0 10px 30px #29324124;animation:site-notification-slide-in .35s cubic-bezier(.4,0,.2,1);transition:transform .2s ease,opacity .2s ease}.site-notification__message{margin:0;flex:1;color:#344054;font-size:.95rem;line-height:1.5}.site-notification__close{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:50%;background:rgba(239,98,88,.08);cursor:pointer;transition:background-color .15s ease}.site-notification__close:hover{background:rgba(239,98,88,.14)}.site-notification__close-icon{width:12px;height:12px;color:#d85e57}body:has(.ai-assistant__launcher) .site-notification{right:96px}body:has(.ai-assistant__dialog) .site-notification{right:468px}[data-theme=dark] .site-notification{background:linear-gradient(135deg,#252931 0%,#252931 72%,#332a2b 100%);border-color:#ff9a9138;box-shadow:0 8px 28px #00000059}[data-theme=dark] .site-notification__message{color:#e2e8f0}[data-theme=dark] .site-notification__close{background:rgba(255,255,255,.12)}[data-theme=dark] .site-notification__close:hover{background:rgba(255,255,255,.22)}[data-theme=dark] .site-notification__close-icon{color:#ff9a91}@media (prefers-color-scheme: dark){:root:not([data-theme="light"]) .site-notification{background:linear-gradient(135deg,#252931 0%,#252931 72%,#332a2b 100%);border-color:#ff9a9138;box-shadow:0 8px 28px #00000059}:root:not([data-theme="light"]) .site-notification__message{color:#e2e8f0}:root:not([data-theme="light"]) .site-notification__close{background:rgba(255,255,255,.12)}:root:not([data-theme="light"]) .site-notification__close:hover{background:rgba(255,255,255,.22)}:root:not([data-theme="light"]) .site-notification__close-icon{color:#ff9a91}}@media (max-width: 768px){.site-notification{left:12px;right:12px;bottom:12px;max-width:none;padding:12px 14px;border-radius:14px;align-items:center}body:has(.ai-assistant__launcher) .site-notification{right:12px;bottom:72px}body:has(.ai-assistant__dialog) .site-notification{visibility:hidden}.site-notification__message{font-size:.85rem;line-height:1.4}}@media (min-width: 769px) and (max-width: 900px){body:has(.ai-assistant__dialog) .site-notification{visibility:hidden}}
