/* spinzcz.com announcement bar: one line above the site menu that sends Vault listeners to
   play.spinzcz.com. It is the only link from spinzcz.com to the music site. Sticky with the
   menu: the bar holds top:0 and the menu that follows it sits just below.
   play.spinzcz.com uses the pink-violet .spinz-announce-dj variant to point DJs to spinzcz.com. */
:root{--announce-h:40px}
.spinz-announce{position:sticky;top:0;z-index:101;height:var(--announce-h);display:flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;margin:0;background:linear-gradient(90deg,#c8ff3c 0%,#7dffb0 50%,#3cf0ff 100%);color:#07060a;font:500 13px/1.3 Poppins,Arial,sans-serif;letter-spacing:0;text-align:center;box-shadow:0 0 22px #9dff7a55;overflow:hidden;isolation:isolate}
.spinz-announce svg{flex:none;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.spinz-announce p{margin:0;min-width:0;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis;color:#07060a!important;font:inherit}
.spinz-announce a{color:#07060a!important;font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;white-space:nowrap}
/* the whole bar is the click target, the underlined words stay the visible link */
.spinz-announce a:after{content:"";position:absolute;inset:0;z-index:1}
.spinz-announce a:hover{text-decoration-thickness:3px}
.spinz-announce a:focus-visible{outline:none}
.spinz-announce:focus-within{box-shadow:inset 0 0 0 3px #07060a}
.spinz-announce ~ #topbar{top:var(--announce-h,40px)}
.spinz-announce .sa-short{display:none}
.spinz-announce-dj{background:linear-gradient(90deg,#ff6fd8 0%,#c38bff 50%,#8fb4ff 100%);box-shadow:0 0 22px #ff6fd855}
@media(max-width:600px){:root{--announce-h:36px}.spinz-announce .sa-long{display:none}.spinz-announce .sa-short{display:inline}.spinz-announce{font-size:12px;gap:8px;padding:0 12px}.spinz-announce svg{width:14px;height:14px}}
@media(prefers-reduced-motion:no-preference){.spinz-announce{background-size:200% 100%;animation:spinz-announce-glow 9s ease-in-out infinite alternate}@keyframes spinz-announce-glow{from{background-position:0 0}to{background-position:100% 0}}}
@media print{.spinz-announce{display:none}}
