/* Generated by the Play Links theme asset builder. */
.service-more { display: grid; gap: 8px; }
		.service-more summary { cursor: pointer; list-style: none; color: var(--play-muted); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }
		.service-more summary::-webkit-details-marker { display: none; }
		.service-more summary:hover { color: var(--play-fg); }
		.service-more-list { display: grid; gap: 8px; padding-top: 2px; }
		.service-link[hidden] { display: none !important; }


		.official-strip { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 12px 0 14px; color: var(--play-muted); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
		.official-pill { display: inline-flex; min-width: 0; align-items: center; gap: 6px; }
		.official-pill::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 999px; background: var(--play-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--play-accent) 18%, transparent); }
		.artist-hub-link { flex: 0 0 auto; color: color-mix(in srgb, var(--play-fg) 82%, var(--play-muted) 18%); text-decoration: none; text-underline-offset: 4px; }
		.artist-hub-link:hover { text-decoration: underline; }
		@media (max-width: 360px) {
			.official-strip { align-items: flex-start; flex-direction: column; gap: 8px; }
		}


		* { box-sizing: border-box; }
		html { min-height: 100%; background: var(--play-bg); }
		body { min-height: 100%; margin: 0; background: var(--play-bg); color: var(--play-fg); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
		.aurora-bg { position: fixed; inset: -80px; z-index: -1; background: radial-gradient(45% 35% at 18% 22%, #ff8fa3 0%, transparent 60%), radial-gradient(50% 40% at 82% 30%, #7af0ff 0%, transparent 65%), radial-gradient(60% 50% at 50% 92%, #a98bff 0%, transparent 70%), var(--play-bg); filter: blur(36px) saturate(1.2); }
		.aurora-bg-cover { position: fixed; inset: -80px; z-index: -1; opacity: 0.45; filter: blur(60px) saturate(1.4); }
		.aurora-bg-cover img { width: 100%; height: 100%; object-fit: cover; }
		main { display: grid; width: 100%; min-width: 0; min-height: 100svh; align-items: safe center; justify-items: center; padding: clamp(18px, 3vw, 32px); }
		#play-link-analytics-bootstrap { max-width: none; }
		.release-panel { display: block; width: 100%; max-width: 520px; min-width: 0; }
		.artist-name { margin: 0 0 6px; font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(255, 255, 255, 0.66); font-weight: 600; }
		h1 { margin: 0 0 18px; font-size: 1.7rem; font-weight: 600; line-height: 1.05; letter-spacing: -0.015em; }
		.artwork { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 20px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6); background: color-mix(in srgb, var(--play-accent) 22%, rgba(255,255,255,0.05)); }
		.artwork-fallback { background: rgba(255, 255, 255, 0.06); }
		.release-content { margin-top: 16px; padding: 14px; border-radius: 18px; background: var(--play-panel); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
		.description { margin: 0 0 12px; color: var(--play-muted); font-size: 0.9rem; line-height: 1.5; }
		.service-list { display: flex; flex-direction: column; gap: 8px; }
		.service-link { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 16px; border-radius: 12px; background: var(--service-bg, rgba(255, 255, 255, 0.1)); color: var(--service-fg, var(--play-fg)); text-decoration: none; font-size: 0.9rem; font-weight: 500; letter-spacing: -0.005em; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: background 160ms ease, transform 160ms ease; }
		.service-link:hover { transform: translateY(-1px); filter: brightness(1.04); }
		.service-main { display: flex; align-items: center; gap: 12px; min-width: 0; }
		.service-logo { display: grid; width: 26px; height: 26px; flex: 0 0 auto; place-items: center; }
		.service-logo-mask { background: currentColor; mask: var(--service-logo-url) center / contain no-repeat; -webkit-mask: var(--service-logo-url) center / contain no-repeat; }
		.service-logo-image, .service-logo svg { display: block; width: 26px; height: 26px; object-fit: contain; }
		.service-action { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--service-fg, var(--play-fg)); }
		@media (max-width: 520px) { .artwork { width: min(100%, 300px); margin-inline: auto; } }


		.artwork-youtube-embed { border: 0; background: #000; }
		.service-link:focus-visible, .artist-hub-link:focus-visible, .play-footer a:focus-visible { outline: 3px solid var(--play-accent); outline-offset: 3px; }
		@media (prefers-reduced-motion: reduce) {
			*, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
			.service-link:hover { transform: none; }
		}


		.play-footer { width: min(100% - 32px, 520px); margin: 4px auto 0; padding: 20px 0 24px; color: var(--play-muted); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 0.72rem; }
		.play-footer-primary, .play-footer-secondary { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 14px; }
		.play-footer-secondary { margin-top: 8px; }
		.play-footer-wordmark { display: block; width: 74px; height: auto; opacity: 0.82; }
		.play-footer a { color: inherit; text-decoration: none; }
		.play-footer a:hover { color: var(--play-fg); text-decoration: underline; text-underline-offset: 3px; }
		.play-footer-separator { opacity: 0.42; }
