/* TANHU GAMES 8.2.6.2 — isolated notification bell styles */
.tanhu-notification-bell{position:absolute;right:18px;top:18px;z-index:10020;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#17223a;color:#fff;text-decoration:none;border:1px solid #80662d;box-shadow:0 8px 24px #0007;font-size:25px}.tanhu-notification-bell b{position:absolute;right:-3px;top:-4px;min-width:22px;height:22px;padding:0 5px;border-radius:12px;background:#d32222;color:#fff;font:700 12px/22px system-ui;text-align:center}.tanhu-bell-alert826{animation:tanhuBellGlow826 5s ease-out}.tanhu-bell-alert826 .bell-icon826{animation:tanhuBellSwing826 .42s ease-in-out 3;transform-origin:50% 10%}@keyframes tanhuBellSwing826{0%,100%{transform:rotate(0)}25%{transform:rotate(13deg)}75%{transform:rotate(-13deg)}}@keyframes tanhuBellGlow826{0%,15%,30%,45%{box-shadow:0 0 8px #ffd76a,0 0 22px #dba62b}100%{box-shadow:0 8px 24px #0007}}@media(max-width:760px){.tanhu-notification-bell{right:10px;top:10px;width:46px;height:46px;font-size:22px}}
/* 8.5.8 mobile-safe placement: never cover account/language controls */
.tanhu-notification-bell{position:fixed!important;top:auto!important;right:max(10px,env(safe-area-inset-right))!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;width:48px!important;height:48px!important;font-size:22px!important}
@media(max-width:760px){.tanhu-notification-bell{right:10px!important;bottom:74px!important;top:auto!important}}

/* 8.5.11.6 unread bell stays gently animated */
.tanhu-notification-bell:has(b:not([hidden])) .bell-icon826{animation:tanhuBellIdle826 1.7s ease-in-out infinite;transform-origin:50% 10%}@keyframes tanhuBellIdle826{0%,70%,100%{transform:rotate(0)}78%{transform:rotate(9deg)}86%{transform:rotate(-9deg)}94%{transform:rotate(5deg)}}@media(prefers-reduced-motion:reduce){.tanhu-notification-bell:has(b:not([hidden])) .bell-icon826{animation:none}}
