/* ==========================================================================
   Vishnu Lyrics Pro — main.css
   Premium, minimal, music-inspired design system.
   Loaded non-render-blocking via inc/enqueue.php (critical.css covers
   above-the-fold, this file covers everything else).
   ========================================================================== */

/* ---------- Design tokens (overridden live by Customizer, see inc/customizer.php) ---------- */
:root {
	--vlp-primary: #6A00F4;
	--vlp-secondary: #8E2DE2;
	--vlp-accent: #FF5F6D;
	--vlp-bg: #FFFFFF;
	--vlp-dark-bg: #0D1117;
	--vlp-text: #222222;
	--vlp-radius: 16px;
	--vlp-container: 1280px;
	--vlp-heading-font: 'Poppins', sans-serif;
	--vlp-body-font: 'Inter', sans-serif;
	--vlp-telugu-scale: 1.05;

	--vlp-gradient: linear-gradient(135deg, var(--vlp-primary), var(--vlp-secondary));
	--vlp-gradient-accent: linear-gradient(135deg, var(--vlp-secondary), var(--vlp-accent));
	--vlp-shadow-sm: 0 2px 8px rgba(20, 10, 40, 0.06);
	--vlp-shadow-md: 0 8px 24px rgba(20, 10, 40, 0.10);
	--vlp-shadow-lg: 0 16px 48px rgba(20, 10, 40, 0.16);
	--vlp-border: rgba(20, 10, 40, 0.08);
	--vlp-card-bg: #ffffff;
	--vlp-muted: #6b6b76;
}

.vlp-dark, body.vlp-dark {
	--vlp-bg: var(--vlp-dark-bg);
	--vlp-text: #eaeaf0;
	--vlp-border: rgba(255, 255, 255, 0.08);
	--vlp-card-bg: #151b23;
	--vlp-muted: #9aa1ac;
	--vlp-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
	--vlp-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.4);
	--vlp-shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.55);
}

/* ---------- Base ---------- */
body { font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
	outline: 3px solid var(--vlp-accent);
	outline-offset: 2px;
}
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.vlp-container-narrow { max-width: 720px; margin: 0 auto; padding: 0 20px; }
.vlp-content-area { padding: 40px 0 80px; }

/* ---------- Buttons ---------- */
.vlp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.95rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.vlp-btn-primary { background: var(--vlp-gradient); color: #fff; box-shadow: var(--vlp-shadow-md); }
.vlp-btn-primary:hover { transform: translateY(-2px); box-shadow: var(--vlp-shadow-lg); }
.vlp-btn-secondary { background: var(--vlp-card-bg); color: var(--vlp-text); border: 1px solid var(--vlp-border); }
.vlp-btn-secondary:hover { border-color: var(--vlp-primary); color: var(--vlp-primary); }
.vlp-btn-text { background: none; color: var(--vlp-muted); font-size: 0.85rem; text-decoration: underline; padding: 4px 0; }

.vlp-ext-link {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 10px 20px; border-radius: 999px; font-weight: 600; font-size: 0.9rem;
	margin: 4px 8px 4px 0; box-shadow: var(--vlp-shadow-sm);
}
.vlp-btn-spotify { background: #1DB954; color: #fff; }
.vlp-btn-youtube { background: #FF0000; color: #fff; }
.vlp-btn-download { background: var(--vlp-gradient-accent); color: #fff; }

/* ---------- Header ---------- */
.vlp-announcement-bar {
	background: var(--vlp-gradient);
	color: #fff;
	text-align: center;
	font-size: 0.85rem;
	padding: 8px 16px;
}

.vlp-site-header.vlp-sticky { backdrop-filter: saturate(180%) blur(12px); background: color-mix(in srgb, var(--vlp-bg) 88%, transparent); }

.vlp-site-title {
	font-family: var(--vlp-heading-font);
	font-weight: 800;
	font-size: 1.4rem;
	background: var(--vlp-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.vlp-menu { display: flex; gap: 28px; }
.vlp-menu a { font-weight: 500; font-size: 0.95rem; position: relative; padding: 8px 0; }
.vlp-menu a::after {
	content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
	background: var(--vlp-gradient); transition: width 0.25s ease;
}
.vlp-menu a:hover::after, .vlp-menu .current-menu-item a::after { width: 100%; }

.vlp-header-actions { display: flex; align-items: center; gap: 10px; }
.vlp-icon-btn {
	width: 40px; height: 40px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	background: var(--vlp-card-bg); border: 1px solid var(--vlp-border);
	transition: background 0.2s ease;
}
.vlp-icon-btn:hover { background: var(--vlp-border); }
.vlp-icon-search, .vlp-icon-dark, .vlp-icon-hamburger { width: 18px; height: 18px; display: block; position: relative; }
.vlp-icon-search::before {
	content: ""; position: absolute; width: 12px; height: 12px; border: 2px solid currentColor; border-radius: 50%; left: 0; top: 0;
}
.vlp-icon-search::after {
	content: ""; position: absolute; width: 2px; height: 7px; background: currentColor; left: 11px; top: 11px; transform: rotate(45deg);
}
.vlp-icon-dark::before { content: "🌙"; font-size: 16px; }
.vlp-icon-hamburger::before, .vlp-icon-hamburger::after {
	content: ""; position: absolute; left: 0; right: 0; height: 2px; background: currentColor;
}
.vlp-icon-hamburger::before { top: 4px; box-shadow: 0 6px 0 currentColor; }
.vlp-icon-hamburger::after { bottom: 4px; }

.vlp-lang-switch { display: flex; border: 1px solid var(--vlp-border); border-radius: 999px; overflow: hidden; }
.vlp-lang-btn { padding: 8px 12px; font-size: 0.8rem; font-weight: 600; }
.vlp-lang-btn.is-active { background: var(--vlp-gradient); color: #fff; }

.vlp-mobile-only { display: none; }

.vlp-header-search-panel {
	background: var(--vlp-bg); border-top: 1px solid var(--vlp-border);
	padding: 20px 0; box-shadow: var(--vlp-shadow-md);
}
.vlp-header-search-panel[hidden] { display: none; }

.vlp-mobile-nav {
	position: fixed; inset: 0 0 0 auto; width: min(320px, 85vw); height: 100vh;
	background: var(--vlp-bg); box-shadow: var(--vlp-shadow-lg); padding: 24px; overflow-y: auto; z-index: 200;
	transform: translateX(0); transition: transform 0.25s ease;
}
.vlp-mobile-nav[hidden] { display: none; }
.vlp-mobile-menu li { border-bottom: 1px solid var(--vlp-border); }
.vlp-mobile-menu a { display: block; padding: 14px 0; font-weight: 500; }

/* ---------- Search results dropdown ---------- */
.vlp-search-form { display: flex; gap: 8px; }
.vlp-search-input {
	flex: 1; padding: 12px 18px; border-radius: 999px; border: 1px solid var(--vlp-border);
	background: var(--vlp-card-bg); color: var(--vlp-text); font-size: 0.95rem;
}
.vlp-search-submit {
	width: 44px; height: 44px; border-radius: 50%; background: var(--vlp-gradient); color: #fff;
	display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.vlp-search-results {
	margin-top: 12px; background: var(--vlp-card-bg); border-radius: var(--vlp-radius);
	box-shadow: var(--vlp-shadow-md); overflow: hidden;
}
.vlp-search-results:empty { display: none; }
.vlp-search-result-item { display: flex; align-items: center; gap: 12px; padding: 10px 16px; border-bottom: 1px solid var(--vlp-border); }
.vlp-search-result-item:last-child { border-bottom: none; }
.vlp-search-result-item img { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; }
.vlp-search-result-title { font-weight: 600; font-size: 0.92rem; }
.vlp-search-result-meta { font-size: 0.78rem; color: var(--vlp-muted); }

/* ---------- Hero ---------- */
.vlp-hero {
	position: relative;
	background: var(--vlp-gradient);
	background-image: var(--vlp-hero-image, none), var(--vlp-gradient);
	background-size: cover;
	background-position: center;
	padding: 90px 0 70px;
	color: #fff;
	overflow: hidden;
}
.vlp-hero::before {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(135deg, rgba(106,0,244,0.85), rgba(142,45,226,0.85));
}
.vlp-hero-inner { position: relative; text-align: center; max-width: 760px; margin: 0 auto; }
.vlp-hero-heading { font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 12px; }
.vlp-hero-subheading { font-size: 1.05rem; opacity: 0.92; margin-bottom: 32px; }

.vlp-hero-search-form { position: relative; display: flex; gap: 10px; background: rgba(255,255,255,0.15); backdrop-filter: blur(10px); padding: 8px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.3); }
.vlp-hero-search-form input {
	flex: 1; border: none; background: #fff; border-radius: 999px; padding: 14px 22px; font-size: 1rem; color: var(--vlp-text);
}
.vlp-hero-search-form button {
	background: #0D1117; color: #fff; padding: 14px 28px; border-radius: 999px; font-weight: 700;
}
.vlp-hero-search-form .vlp-search-results { position: absolute; top: 100%; left: 0; right: 0; margin-top: 10px; text-align: left; color: var(--vlp-text); }

.vlp-trending-searches { margin-top: 20px; font-size: 0.9rem; }
.vlp-trending-searches a { margin: 0 8px; text-decoration: underline; opacity: 0.9; }
.vlp-trending-searches a:hover { opacity: 1; }

/* ---------- A-Z browse ---------- */
.vlp-az-browse { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; padding: 24px 0; }
.vlp-az-letter {
	width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
	border-radius: 50%; background: var(--vlp-card-bg); border: 1px solid var(--vlp-border); font-weight: 600; font-size: 0.85rem;
	transition: all 0.2s ease;
}
.vlp-az-letter:hover { background: var(--vlp-gradient); color: #fff; border-color: transparent; }

/* ---------- Rails / grids ---------- */
.vlp-rail-section { margin: 48px 0; }
.vlp-rail-heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; }
.vlp-rail-heading h2 { font-size: 1.5rem; }
.vlp-view-all { font-size: 0.9rem; font-weight: 600; color: var(--vlp-primary); white-space: nowrap; }

.vlp-rail { display: flex; gap: 18px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x proximity; }
.vlp-rail::-webkit-scrollbar { height: 6px; }
.vlp-rail::-webkit-scrollbar-thumb { background: var(--vlp-border); border-radius: 999px; }
.vlp-rail-item { flex: 0 0 220px; scroll-snap-align: start; }

.vlp-rail-round { gap: 24px; }
.vlp-round-item { flex: 0 0 120px; text-align: center; }
.vlp-round-img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; margin: 0 auto 10px; box-shadow: var(--vlp-shadow-sm); }
.vlp-round-item span { font-size: 0.85rem; font-weight: 600; display: block; }
.vlp-thumb-fallback { display: block; width: 110px; height: 110px; border-radius: 50%; margin: 0 auto 10px; background: var(--vlp-gradient); opacity: 0.15; }

.vlp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 22px; margin: 24px 0; }

/* ---------- Cards ---------- */
.vlp-card, .vlp-post-card {
	background: var(--vlp-card-bg); border-radius: var(--vlp-radius); overflow: hidden;
	box-shadow: var(--vlp-shadow-sm); border: 1px solid var(--vlp-border);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.vlp-card:hover, .vlp-post-card:hover { transform: translateY(-6px); box-shadow: var(--vlp-shadow-lg); }
.vlp-card-link { display: block; }
.vlp-card-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--vlp-border); }
.vlp-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.vlp-card:hover .vlp-card-img { transform: scale(1.06); }
.vlp-card-play {
	position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
	background: rgba(13,17,23,0); transition: background 0.25s ease;
}
.vlp-card-play::before {
	content: ""; width: 0; height: 0; opacity: 0; transition: opacity 0.25s ease;
	border-style: solid; border-width: 10px 0 10px 16px; border-color: transparent transparent transparent #fff;
}
.vlp-card:hover .vlp-card-play { background: rgba(13,17,23,0.35); }
.vlp-card:hover .vlp-card-play::before { opacity: 1; }
.vlp-card-body { padding: 16px; }
.vlp-card-title { font-size: 1rem; margin-bottom: 4px; line-height: 1.35; }
.vlp-card-meta { font-size: 0.82rem; color: var(--vlp-muted); margin: 0 0 2px; }
.vlp-card-singer { font-size: 0.82rem; color: var(--vlp-primary); font-weight: 600; margin: 0; }
.vlp-card-excerpt { font-size: 0.85rem; color: var(--vlp-muted); margin: 6px 0; }
.vlp-card-date { font-size: 0.75rem; color: var(--vlp-muted); }

.vlp-load-more-wrap { text-align: center; margin: 32px 0; }

/* ---------- Breadcrumbs ---------- */
.vlp-breadcrumbs { margin: 0 0 20px; font-size: 0.85rem; color: var(--vlp-muted); }
.vlp-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 4px; }
.vlp-breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; opacity: 0.5; }
.vlp-breadcrumbs a:hover { color: var(--vlp-primary); }

/* ---------- Archive headers ---------- */
.vlp-archive-header { margin-bottom: 12px; }
.vlp-archive-header h1 { font-size: 2rem; }
.vlp-archive-description { color: var(--vlp-muted); margin-bottom: 16px; }
.vlp-author-header { text-align: center; }
.vlp-author-header img { border-radius: 50%; margin: 0 auto 12px; }

/* ---------- Reading progress bar ---------- */
.vlp-reading-progress {
	position: fixed; top: 0; left: 0; height: 3px; width: 0%;
	background: var(--vlp-gradient-accent); z-index: 300; transition: width 0.1s ease-out;
}

/* ---------- Song single layout ---------- */
.vlp-song-layout {
	display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px;
	padding: 32px 0 80px; align-items: start;
}
.vlp-song-main { min-width: 0; }

.vlp-song-hero {
	display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start; margin-bottom: 32px;
}
.vlp-song-cover { border-radius: var(--vlp-radius); overflow: hidden; box-shadow: var(--vlp-shadow-lg); }
.vlp-song-cover-img { aspect-ratio: 1 / 1; object-fit: cover; }
.vlp-song-title { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 6px; }
.vlp-song-movie { font-size: 1.1rem; color: var(--vlp-primary); font-weight: 600; margin-bottom: 16px; }

.vlp-song-meta-grid {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px;
	margin-bottom: 16px; background: var(--vlp-card-bg); border: 1px solid var(--vlp-border);
	border-radius: var(--vlp-radius); padding: 16px;
}
.vlp-meta-item { display: flex; flex-direction: column; gap: 2px; }
.vlp-meta-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--vlp-muted); }
.vlp-meta-value { font-weight: 600; font-size: 0.9rem; }

.vlp-reading-time { font-size: 0.82rem; color: var(--vlp-muted); margin-bottom: 12px; }
.vlp-song-external-links { margin-bottom: 16px; }

/* ---------- Embeds ---------- */
.vlp-video-embed { position: relative; aspect-ratio: 16 / 9; border-radius: var(--vlp-radius); overflow: hidden; margin: 24px 0; box-shadow: var(--vlp-shadow-md); }
.vlp-video-embed iframe { width: 100%; height: 100%; border: 0; }
.vlp-spotify-embed { border-radius: var(--vlp-radius); overflow: hidden; margin: 16px 0; box-shadow: var(--vlp-shadow-sm); }
.vlp-spotify-embed iframe { border: 0; display: block; }

/* ---------- Share buttons ---------- */
.vlp-share-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.vlp-share {
	width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
	background: var(--vlp-card-bg); border: 1px solid var(--vlp-border); font-size: 0.75rem; transition: all 0.2s ease;
}
.vlp-share:hover { background: var(--vlp-gradient); color: #fff; border-color: transparent; transform: translateY(-2px); }
.vlp-copy-lyrics, .vlp-print-lyrics, .vlp-bookmark { width: auto; border-radius: 999px; padding: 0 16px; font-size: 0.82rem; font-weight: 600; }
.vlp-bookmark[aria-pressed="true"] { background: var(--vlp-gradient-accent); color: #fff; border-color: transparent; }

/* ---------- Table of contents ---------- */
.vlp-toc { background: var(--vlp-card-bg); border: 1px solid var(--vlp-border); border-radius: var(--vlp-radius); padding: 16px 20px; margin: 24px 0; }
.vlp-toc ul { display: flex; flex-wrap: wrap; gap: 10px; }
.vlp-toc a { font-size: 0.85rem; padding: 6px 12px; border-radius: 999px; background: var(--vlp-bg); border: 1px solid var(--vlp-border); }
.vlp-toc a:hover { color: var(--vlp-primary); border-color: var(--vlp-primary); }

/* ---------- Lyrics blocks ---------- */
.vlp-lyrics-block, .vlp-lyrics-meaning { margin: 32px 0; }
.vlp-lyrics-block h2, .vlp-lyrics-meaning h2 { font-size: 1.4rem; margin-bottom: 16px; position: relative; padding-left: 16px; }
.vlp-lyrics-block h2::before, .vlp-lyrics-meaning h2::before {
	content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 4px; background: var(--vlp-gradient); border-radius: 4px;
}
.vlp-lyrics-text { font-size: 1.05rem; line-height: 1.9; }
.vlp-lyrics-text p { margin: 0 0 1.3em; scroll-margin-top: 100px; }
.vlp-lyrics-telugu { font-family: 'Noto Sans Telugu', var(--vlp-body-font); font-size: calc(1.05rem * var(--vlp-telugu-scale)); }
.vlp-meaning-text { color: var(--vlp-muted); font-size: 0.98rem; }

.vlp-report-lyrics { margin: 24px 0; }

.vlp-prev-next { display: flex; justify-content: space-between; gap: 16px; margin: 32px 0; padding: 20px 0; border-top: 1px solid var(--vlp-border); border-bottom: 1px solid var(--vlp-border); }
.vlp-prev-next a { font-weight: 600; font-size: 0.9rem; max-width: 45%; }
.vlp-prev-next a:hover { color: var(--vlp-primary); }

/* ---------- Sidebar ---------- */
.vlp-song-sidebar { min-width: 0; }
.vlp-sticky-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 20px; }
.vlp-widget { background: var(--vlp-card-bg); border: 1px solid var(--vlp-border); border-radius: var(--vlp-radius); padding: 20px; }
.vlp-widget-title { font-size: 1rem; margin-bottom: 12px; }
.vlp-widget-list li { padding: 8px 0; border-bottom: 1px solid var(--vlp-border); font-size: 0.9rem; }
.vlp-widget-list li:last-child { border-bottom: none; }
.vlp-widget-list a:hover { color: var(--vlp-primary); }

/* ---------- Ads ---------- */
.vlp-ad-slot { display: flex; align-items: center; justify-content: center; overflow: hidden; margin: 24px auto; }
.vlp-ad-slot:empty { display: none; }
.vlp-sticky-mobile-ad {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 250; background: var(--vlp-card-bg);
	box-shadow: 0 -4px 16px rgba(0,0,0,0.12); display: none; align-items: center; justify-content: center; padding: 6px; min-height: 60px;
}
.vlp-sticky-ad-close { position: absolute; right: 6px; top: 6px; font-size: 1.1rem; width: 24px; height: 24px; border-radius: 50%; background: var(--vlp-border); }

/* ---------- Comments ---------- */
.vlp-comments-area { margin-top: 48px; }
.vlp-comments-title { font-size: 1.3rem; margin-bottom: 20px; }
.vlp-comment-list > li { margin-bottom: 20px; }
.comment-body { background: var(--vlp-card-bg); border: 1px solid var(--vlp-border); border-radius: var(--vlp-radius); padding: 16px; }
.comment-form p { margin-bottom: 14px; }
.comment-form label { display: block; font-weight: 600; font-size: 0.85rem; margin-bottom: 4px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
	width: 100%; padding: 10px 14px; border-radius: 10px; border: 1px solid var(--vlp-border); background: var(--vlp-card-bg); color: var(--vlp-text);
}

/* ---------- Newsletter / footer ---------- */
.vlp-site-footer { background: var(--vlp-card-bg); border-top: 1px solid var(--vlp-border); margin-top: 60px; padding-top: 48px; }
.vlp-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 32px; padding-bottom: 32px; }
.vlp-footer-col h4, .vlp-footer-title { font-size: 0.95rem; margin-bottom: 14px; }
.vlp-footer-menu li, .vlp-widget_recent_entries li, .vlp-footer-widget ul li { padding: 6px 0; font-size: 0.88rem; }
.vlp-footer-menu a:hover { color: var(--vlp-primary); }
.vlp-social-icons { display: flex; gap: 10px; margin-top: 14px; }
.vlp-social-icon { width: 34px; height: 34px; border-radius: 50%; background: var(--vlp-gradient); display: inline-block; opacity: 0.85; }
.vlp-social-icon:hover { opacity: 1; }
.vlp-newsletter-form { display: flex; gap: 8px; margin: 10px 0; }
.vlp-newsletter-form input { flex: 1; padding: 10px 14px; border-radius: 999px; border: 1px solid var(--vlp-border); background: var(--vlp-bg); color: var(--vlp-text); }
.vlp-newsletter-form button { background: var(--vlp-gradient); color: #fff; padding: 10px 18px; border-radius: 999px; font-weight: 600; }
.vlp-newsletter-note { font-size: 0.75rem; color: var(--vlp-muted); }
.vlp-footer-legal { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding: 20px 0; border-top: 1px solid var(--vlp-border); font-size: 0.82rem; color: var(--vlp-muted); }
.vlp-footer-legal nav ul { display: flex; gap: 16px; }

.vlp-back-to-top {
	position: fixed; right: 20px; bottom: 20px; width: 46px; height: 46px; border-radius: 50%;
	background: var(--vlp-gradient); color: #fff; font-size: 1.2rem; box-shadow: var(--vlp-shadow-md); z-index: 200;
}
.vlp-back-to-top[hidden] { display: none; }

/* ---------- 404 ---------- */
.vlp-404-inner { text-align: center; max-width: 640px; margin: 0 auto; padding: 40px 0; }
.vlp-404-code { font-size: 6rem; background: var(--vlp-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; margin: 0; }
.vlp-404-links { display: flex; gap: 12px; justify-content: center; margin: 24px 0 40px; flex-wrap: wrap; }

/* ---------- Glassmorphism utility (Customizer togglable) ---------- */
.vlp-glass-off .vlp-site-header.vlp-sticky,
.vlp-glass-off .vlp-header-search-panel { backdrop-filter: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
	.vlp-song-layout { grid-template-columns: 1fr; }
	.vlp-sticky-sidebar { position: static; }
	.vlp-song-hero { grid-template-columns: 1fr; }
	.vlp-song-cover { max-width: 280px; margin: 0 auto; }
	.vlp-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
	.vlp-menu, .vlp-lang-switch { display: none; }
	.vlp-mobile-only { display: flex; }
	.vlp-hero { padding: 60px 0 48px; }
	.vlp-hero-search-form { flex-direction: column; border-radius: 20px; }
	.vlp-hero-search-form button { border-radius: 14px; }
	.vlp-hero-search-form input { border-radius: 14px; }
	.vlp-footer-grid { grid-template-columns: 1fr; }
	.vlp-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
	.vlp-rail-item { flex: 0 0 160px; }
}

@media print {
	.vlp-site-header, .vlp-site-footer, .vlp-share-buttons, .vlp-ad-slot, .vlp-sticky-mobile-ad,
	.vlp-back-to-top, .vlp-song-sidebar, .vlp-comments-area, .vlp-reading-progress { display: none !important; }
	.vlp-song-layout { display: block; }
	body { color: #000; background: #fff; }
}
