@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,#ffe9e6 0%,#ffd8bd 55%,#ffc79a 100%);border:1px solid rgba(255,140,66,.35);box-shadow:0 8px 28px #ff783738;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:#6b3a1a;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(255,255,255,.5);cursor:pointer;transition:background-color .15s ease}.site-notification__close:hover{background:rgba(255,255,255,.85)}.site-notification__close-icon{width:12px;height:12px;color:#8a4a20}[data-theme=dark] .site-notification{background:linear-gradient(135deg,#3a2a1e 0%,#4a3320 55%,#5a3d22 100%);border-color:#ff96504d;box-shadow:0 8px 28px #00000059}[data-theme=dark] .site-notification__message{color:#ffd9b8}[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:#ffd9b8}@media (prefers-color-scheme: dark){:root:not([data-theme="light"]) .site-notification{background:linear-gradient(135deg,#3a2a1e 0%,#4a3320 55%,#5a3d22 100%);border-color:#ff96504d;box-shadow:0 8px 28px #00000059}:root:not([data-theme="light"]) .site-notification__message{color:#ffd9b8}: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:#ffd9b8}}@media (max-width: 768px){.site-notification{left:12px;right:12px;bottom:12px;max-width:none;padding:12px 14px;border-radius:14px;align-items:center}.site-notification__message{font-size:.85rem;line-height:1.4}}
