.tcgw-live-toast-wrap{position:fixed;left:14px;bottom:18px;z-index:100001;display:grid;gap:10px;pointer-events:none;max-width:min(360px,calc(100vw - 28px));}
.tcgw-live-toast{pointer-events:auto;display:grid;grid-template-columns:56px 1fr;gap:10px;align-items:center;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,#162133 0%,#101825 100%);box-shadow:0 16px 32px rgba(0,0,0,.3);color:#eff6ff;transform:translateY(18px);opacity:0;transition:transform .22s ease,opacity .22s ease;overflow:hidden;}
.tcgw-live-toast.is-visible{transform:translateY(0);opacity:1;}
.tcgw-live-toast__image{width:56px;height:56px;border-radius:12px;object-fit:cover;border:1px solid rgba(255,255,255,.08);background:#0e1520;}
.tcgw-live-toast__body{display:grid;gap:4px;min-width:0;}
.tcgw-live-toast__tag{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffd58e;}
.tcgw-live-toast__dot{display:inline-block;width:8px;height:8px;border-radius:999px;background:#44d977;box-shadow:0 0 0 3px rgba(68,217,119,.14);}
.tcgw-live-toast__title{font-size:13px;font-weight:800;line-height:1.25;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tcgw-live-toast__meta{font-size:11px;line-height:1.35;color:#c8d7ef;}
.tcgw-live-toast__action{margin-top:2px;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:linear-gradient(135deg,#6a54ff 0%,#4f39d9 100%);border:1px solid rgba(111,87,255,.35);color:#fff !important;text-decoration:none;font-size:11px;font-weight:800;width:max-content;}
.tcgw-live-toast__action:hover{filter:brightness(1.06);}
@media (max-width:767px){.tcgw-live-toast-wrap{left:10px;right:auto;bottom:84px;max-width:min(330px,calc(100vw - 20px));}.tcgw-live-toast{grid-template-columns:48px 1fr;padding:9px 10px;gap:9px;border-radius:12px;}.tcgw-live-toast__image{width:48px;height:48px;border-radius:10px;}.tcgw-live-toast__title{font-size:12px;}.tcgw-live-toast__meta{font-size:10px;}.tcgw-live-toast__action{min-height:28px;font-size:10px;padding:0 9px;}}

.tcgw-live-toast--ending .tcgw-live-toast__tag{color:#ffcb85;}
.tcgw-live-toast--ending .tcgw-live-toast__dot{background:#ff9f43;box-shadow:0 0 0 3px rgba(255,159,67,.18);}
.tcgw-live-toast--almost .tcgw-live-toast__tag{color:#ffd36e;}
.tcgw-live-toast--almost .tcgw-live-toast__dot{background:#ffd54f;box-shadow:0 0 0 3px rgba(255,213,79,.18);}
.tcgw-live-toast--free .tcgw-live-toast__tag{color:#8ff5b0;}
.tcgw-live-toast--free .tcgw-live-toast__dot{background:#44d977;box-shadow:0 0 0 3px rgba(68,217,119,.18);}
.tcgw-live-toast--free .tcgw-live-toast__action{background:linear-gradient(135deg,#2fc36b 0%,#239a53 100%);border-color:rgba(47,195,107,.35);}
.tcgw-live-toast--ending .tcgw-live-toast__action{background:linear-gradient(135deg,#ff9844 0%,#ff6f48 100%);border-color:rgba(255,152,68,.35);}
