#toast{box-sizing:border-box;position:fixed!important;z-index:1000!important;top:50%!important;bottom:auto!important;left:50%!important;width:min(560px,calc(100vw - 34px));max-width:none!important;min-height:112px;padding:20px 56px 20px 22px!important;display:grid;grid-template-columns:66px 1fr;align-items:center;gap:18px;overflow:hidden;transform:translate(-50%,-50%)!important;border:1px solid #b78a42!important;border-radius:2px!important;background:radial-gradient(circle at 8% 50%,#69471838,transparent 28%),linear-gradient(135deg,#17150f,#080d10 72%)!important;color:#f5e6c8!important;box-shadow:0 0 0 1px #000,0 0 0 7px #080b0de8,0 28px 85px #000,0 0 50px #ba873132!important;font-family:Arial,sans-serif!important;animation:gameNoticeIn .22s ease-out}
#toast[hidden]{display:none!important}
#toast:before,#toast:after{content:'';position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#e3b85f 25%,#e3b85f 75%,transparent)}#toast:before{top:0}#toast:after{bottom:0}
#toast .toast-seal{width:58px;height:64px;display:grid;place-items:center;border:2px solid #dbb257;clip-path:polygon(50% 0,94% 16%,88% 76%,50% 100%,12% 76%,6% 16%);background:linear-gradient(145deg,#6f4d18,#21170b);color:#ffe7a8;font:900 26px Georgia;box-shadow:0 0 24px #dba53838}
#toast .toast-copy{min-width:0;display:flex;flex-direction:column;gap:7px}#toast .toast-copy small{color:#d9ad55;font:900 10px Arial;letter-spacing:.18em}#toast .toast-copy strong{color:#fff2d7;font:700 18px/1.35 Georgia,serif;text-shadow:0 2px 8px #000}
#toast>button{position:absolute;top:10px;right:11px;width:32px;height:32px;padding:0;border:1px solid #554b38;background:#0b1012;color:#c9b990;font:400 22px/1 Arial}#toast>button:hover{border-color:#d4aa55;color:#ffe0a0}
#toast>i{position:absolute;left:0;bottom:0;width:100%;height:3px;background:#d9ab4d;transform-origin:left;animation:gameNoticeTimer 6.5s linear}
#toast.error{border-color:#a96148!important;background:radial-gradient(circle at 8% 50%,#7a291f44,transparent 30%),linear-gradient(135deg,#1b1110,#080d10 72%)!important;box-shadow:0 0 0 1px #000,0 0 0 7px #080b0de8,0 28px 85px #000,0 0 52px #9f3e2938!important}#toast.error .toast-seal{border-color:#d87859;background:linear-gradient(145deg,#7c2d22,#24100d);color:#ffd5c9}#toast.error .toast-copy small{color:#ef9276}#toast.error>i{background:#c95c42}
.toast-protection{margin-top:10px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;border:1px solid #76543b;background:#120d0a}.toast-protection span{color:#d39a7d;font:900 10px Arial;letter-spacing:.12em}.toast-protection b{color:#ffd478;font:900 22px/1 Arial;letter-spacing:.06em;font-variant-numeric:tabular-nums;text-shadow:0 0 14px #d9913f55}
@keyframes gameNoticeIn{from{opacity:0;transform:translate(-50%,-44%) scale(.94)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes gameNoticeTimer{from{transform:scaleX(1)}to{transform:scaleX(0)}}
@media(max-width:600px){#toast{grid-template-columns:48px 1fr;gap:14px;min-height:96px;padding:17px 46px 17px 17px!important}#toast .toast-seal{width:42px;height:42px;font-size:20px}#toast .toast-copy strong{font-size:15px}}
