.game-notices {width:min(330px,calc(100vw - 28px));height:min(460px,calc(100dvh - 32px));max-height:calc(100dvh - 32px);overflow:hidden;padding:0;border:1px solid #fa7298;border-radius:0;background:#fff;color:#303640;box-sizing:border-box;font:14px/1.5 "Microsoft YaHei","PingFang SC",system-ui,sans-serif;}
.game-notices[open] {display:grid;grid-template-rows:auto minmax(0,1fr);}
.game-notices::backdrop {background:#17233999;}
.game-notices header {display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid #eee;}
.game-notices h2 {font-size:18px;line-height:1.4;margin:0;}.game-notices h3 {margin:0 0 6px;font-size:15px;overflow-wrap:anywhere;}
.game-notices__body {overflow:auto;min-height:0;padding:0 12px;scrollbar-width:none;}
.game-notices__body::-webkit-scrollbar {display:none;}
.game-notices article {padding:12px 0;border-bottom:1px solid #eee;}.game-notices article:last-child{border-bottom:0;}.game-notices time{font-size:11px;color:#88909d;}
.game-notices__content {white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6;margin:10px 0 0;}
.game-notices button,.game-notices-entry {color:#d94f76;background:#fff;border:1px solid #fa7298;border-radius:0;padding:8px 12px;cursor:pointer;}
.game-notices button {min-width:60px;min-height:44px;appearance:none;box-shadow:none;font:inherit;line-height:1.4;}
.game-notices header button {flex-shrink:0;}
.game-notices button:focus {outline:none;}
.game-notices button:focus-visible {outline:2px solid #fa7298;outline-offset:2px;}
.game-notices button:hover:not(:disabled) {background:#fff3f7;}
.game-notices button:disabled{opacity:.55;cursor:default;}
.game-notices .game-gift-claim {min-width:90px;}
.game-notices .game-gift-status {min-height:3em;margin:10px 0 0;overflow-wrap:anywhere;}
.game-notices-entry {font-size:12px;}
.home-shortcuts .game-notices-entry {position:relative;padding:0;border:0;background:transparent;}
.home-shortcuts .game-notices-entry .nav-icon {font-weight:700;font-size:20px;}
.game-notices-entry .nav-icon {position:relative;}
.game-gifts-dot {position:absolute;top:0;right:0;width:8px;height:8px;border-radius:50%;background:#f32959;box-shadow:0 0 0 1px #fff;pointer-events:none;animation:game-gifts-blink 1.2s ease-in-out infinite;}
.game-gifts-dot[hidden] {display:none;}
.game-gifts-status {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
@keyframes game-gifts-blink {0%,100%{opacity:1;}50%{opacity:.2;}}
@media(prefers-reduced-motion:reduce) {.game-gifts-dot {animation:none;}}
