/* Ensure dropdown menu always appears above advert area */
.dropdown {
	position: relative;
	z-index: 9999 !important;
}
.dropdown-menu {
	position: absolute;
	z-index: 10000 !important;
}
/* Salvation & Faith Pages */
.salvation-hero, .faith-hero {
	margin: 2.5em auto 1.5em auto;
	max-width: 520px;
	padding: 2em 1.5em 1.5em 1.5em;
	border-radius: 22px;
	box-shadow: 0 4px 32px #4e7bbf22, 0 1.5px 0 #7ed95744;
	background: linear-gradient(135deg, #eaf6ff 80%, #7ed95722 100%);
	border: 2px solid #b6d0e2;
	text-align: center;
}
.salvation-title, .faith-title {
	font-size: 2.2em;
	font-weight: 800;
	color: #4e7bbf;
	margin-bottom: 0.3em;
}
.salvation-title .gift {
	color: #7ed957;
	text-shadow: 0 2px 8px #7ed95744;
}
.salvation-verse, .faith-verse {
	font-size: 1.2em;
	color: #222;
	font-style: italic;
	margin-bottom: 0.5em;
}
.salvation-ref, .faith-ref {
	color: #4e7bbf;
	font-weight: 600;
	font-size: 1em;
}
.salvation-content, .faith-content {
	margin: 2em auto 2em auto;
	max-width: 540px;
	padding: 1.5em 1em 1.2em 1em;
	border-radius: 18px;
	box-shadow: 0 4px 32px #4e7bbf22, 0 1.5px 0 #7ed95744;
	background: rgba(255,255,255,0.18);
	border: 1.5px solid #b6d0e2;
	text-align: left;
}
.salvation-steps, .faith-steps {
	margin: 1em 0 1.5em 1.5em;
	padding-left: 1.2em;
}
.salvation-steps li, .faith-steps li {
	margin-bottom: 0.7em;
	font-size: 1.08em;
}
.salvation-prayer, .faith-encouragement {
	background: #eaf6ff;
	border-radius: 10px;
	padding: 1em;
	margin: 1.2em 0;
	color: #4e7bbf;
	font-weight: 600;
	box-shadow: 0 2px 8px #7ed95722;
}
.faith-points {
	margin: 1em 0 1.5em 1.5em;
	padding-left: 1.2em;
}
.faith-points li {
	margin-bottom: 0.7em;
	font-size: 1.08em;
}
/* Donations link hidden by default, shown by JS if enabled */
.donations-link {
	display: none;
}
.hero-img {
	display: block;
	width: clamp(220px, 24vw, 420px); /* responsive and capped */
	height: auto;
	border-radius: 18px;
	margin: 1.25rem auto 1rem auto;
	box-shadow: 0 4px 24px #7ed95733;
	border: 2px solid #b6d0e2;
}
.advert-section, .ad-sidebar, .ad-card {
	width: clamp(160px, 16vw, 260px);
	min-width: 140px;
	max-width: 260px;
	height: auto;
	min-height: 120px;
	max-height: 220px;
	border-radius: 14px;
	margin: 0.75rem auto 0.75rem auto;
	box-shadow: 0 2px 12px #7ed95722;
	border: 1.5px solid #b6d0e2;
	padding: 0.7em 0.7em;
}
.mobile-player-link {
	display: none;
}

/* Utilities */
.glass {
	-webkit-backdrop-filter: blur(8px) saturate(1.05);
	backdrop-filter: blur(8px) saturate(1.05);
}
.christian-accent {
	border-image: linear-gradient(90deg, #4e7bbf, #7ed957) 1;
}
@media (max-width: 700px) {
	.mobile-player-link {
		display: inline-block;
		font-weight: 600;
		color: #4e7bbf;
		background: #eaf6ff;
		border-radius: 8px;
		padding: 0.3em 1em;
		margin-left: 0.5em;
	}
}
/* Now Playing Widget Styles */
.now-playing-widget {
	margin: 2em auto 1.5em auto;
	max-width: 420px;
	padding: 1.2em 1em 1em 1em;
	border-radius: 16px;
	box-shadow: 0 4px 24px #b6d0e244, 0 1.5px 0 #7ed95744;
	background: rgba(255,255,255,0.18);
	border: 1.5px solid #b6d0e2;
	text-align: center;
}
.np-art {
	display: none;
	width: 64px;
	height: 64px;
	border-radius: 12px;
	box-shadow: 0 2px 8px #7ed95755;
	margin-bottom: 0.5em;
}
.np-title {
	font-size: 1.25em;
	font-weight: 600;
}
.np-artist {
	font-size: 1.05em;
	color: #4e7bbf;
	margin-bottom: 0.2em;
}
.np-dj {
	font-size: 0.98em;
	color: #7ed957;
}
/* Bible Verse of the Day Widget */
#bible-verse-section {
	margin: 2.5em auto 2em auto;
	max-width: 480px;
	padding: 1.5em 1em 1.2em 1em;
	border-radius: 18px;
	box-shadow: 0 4px 32px #4e7bbf22, 0 1.5px 0 #7ed95744;
	background: rgba(255,255,255,0.18);
	border: 1.5px solid #b6d0e2;
	text-align: center;
}
#bible-verse-widget {
	margin-top: 1em;
	font-size: 1.15em;
	color: #222;
	font-style: italic;
}
.bible-verse-ref {
	margin-top: 0.7em;
	color: #4e7bbf;
	font-weight: 600;
	font-size: 1em;
}
/* Listener Stats Widget */
#listener-stats-section {
	margin: 2.5em auto 2em auto;
	max-width: 420px;
	padding: 1.5em 1em 1.2em 1em;
	border-radius: 18px;
	box-shadow: 0 4px 32px #4e7bbf22, 0 1.5px 0 #7ed95744;
	background: rgba(255,255,255,0.18);
	border: 1.5px solid #b6d0e2;
	text-align: center;
}
#listener-stats-widget {
	margin-top: 1em;
}
.listener-current, .listener-peak, .listener-history {
	margin: 0.5em 0;
	font-size: 1.1em;
}
.stat-label {
	color: #4e7bbf;
	font-weight: 600;
	margin-right: 0.5em;
}
#listener-history-graph {
	display: inline-block;
	vertical-align: bottom;
	min-height: 18px;
	margin-left: 0.5em;
}
/* Share & Social Buttons */
#share-section, #popup-share-section {
	margin: 2.5em auto 2em auto;
	max-width: 420px;
	padding: 1.5em 1em 1.2em 1em;
	border-radius: 18px;
	box-shadow: 0 4px 32px #4e7bbf22, 0 1.5px 0 #7ed95744;
	background: rgba(255,255,255,0.18);
	border: 1.5px solid #b6d0e2;
	text-align: center;
}
.share-buttons {
	display: flex;
	justify-content: center;
	gap: 1.2em;
	margin: 1em 0 0.5em 0;
}
.share-btn {
	background: rgba(255,255,255,0.7);
	border: none;
	border-radius: 50%;
	box-shadow: 0 2px 8px #4e7bbf22;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: box-shadow 0.2s, background 0.2s;
	cursor: pointer;
}
.share-btn:hover {
	background: #eaf6ff;
	box-shadow: 0 4px 16px #7ed95744;
}
.share-btn img {
	width: 32px;
	height: 32px;
}
.share-status {
	color: #4e7bbf;
	font-size: 1em;
	margin-top: 0.5em;
	min-height: 1.2em;
}
/* Recently Played Carousel Styles */
.recently-played-section {
	margin: 2.5em auto 1.5em auto;
	max-width: 700px;
	background: rgba(255,255,255,0.96);
	border-radius: 18px;
	box-shadow: 0 4px 24px #b6d0e244;
	border: 1.5px solid #b6d0e2;
	padding: 1.5em 1.5em 1em 1.5em;
}
.recently-played-carousel {
	display: flex;
	overflow-x: auto;
	gap: 1.2em;
	padding: 0.5em 0.2em 0.5em 0.2em;
	scroll-snap-type: x mandatory;
}
.rp-item {
	min-width: 120px;
	max-width: 140px;
	background: linear-gradient(135deg, #eaf6fb 0%, #f7fafc 100%);
	border-radius: 14px;
	box-shadow: 0 2px 8px #7ed95722;
	padding: 0.7em 0.5em 0.8em 0.5em;
	text-align: center;
	scroll-snap-align: start;
	border: 1.5px solid #b6d0e2;
	transition: box-shadow 0.2s;
}
.rp-item:hover {
	box-shadow: 0 4px 16px #4e7bbf33;
}
.rp-art {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	box-shadow: 0 2px 8px #7ed95755;
	margin-bottom: 0.5em;
	object-fit: cover;
}
.rp-title {
	font-size: 1.05em;
	font-weight: 600;
	color: #4e7bbf;
	margin-bottom: 0.1em;
}
.rp-artist {
	font-size: 0.98em;
	color: #2d3a4a;
	margin-bottom: 0.1em;
}
.rp-time {
	font-size: 0.92em;
	color: #7ed957;
	opacity: 0.85;
}
/* Admin Feature Toggles Styles */
.admin-section {
	max-width: 600px;
	margin: 2rem auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	padding: 2rem 2.5rem;
	text-align: center;
}
.toggle-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f7f7fa;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	margin: 0.5rem 0;
	font-size: 1.1rem;
}
.toggle-label input[type="checkbox"] {
	transform: scale(1.3);
	margin-right: 1rem;
}
.save-btn {
	background: linear-gradient(90deg, #1e90ff, #00c3a0);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 0.75rem 2rem;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	margin-top: 1.5rem;
	transition: background 0.2s;
}
.save-btn:hover {
	background: linear-gradient(90deg, #00c3a0, #1e90ff);
}
#save-status {
	margin-top: 1rem;
	font-weight: 500;
}
/* Donations Page Styles */
.donations-section {
	max-width: 700px;
	margin: 2rem auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	padding: 2rem 2.5rem;
	text-align: center;
}
.donate-methods {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	margin: 2rem 0;
}
.donate-box {
	background: #f7f7fa;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	padding: 1.5rem 2rem;
	min-width: 260px;
	flex: 1 1 260px;
	max-width: 320px;
}
.donate-btn {
	background: linear-gradient(90deg, #1e90ff, #00c3a0);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 0.75rem 2rem;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	margin-top: 1rem;
	transition: background 0.2s;
}
.donate-btn:hover {
	background: linear-gradient(90deg, #00c3a0, #1e90ff);
}
.donate-info {
	margin-top: 2rem;
	font-size: 1rem;
	color: #444;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
	background: linear-gradient(135deg, #b6d0e2 0%, #f7fafc 100%);
	color: #2d3a4a;
	min-height: 100vh;
}
/* Layout */
.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 1rem;
}
.site-header {
	background: rgba(255,255,255,0.95);
	border-bottom: 2px solid #b6d0e2;
	box-shadow: 0 2px 12px #b6d0e244;
	z-index: 10001 !important;
	position: relative;
}
.site-nav a {
	color: #4e7bbf;
	text-decoration: none;
	margin: 0 0.6em;
	font-weight: 600;
	font-size: 1.05em;
	border-radius: 6px;
	padding: 0.25em 0.6em;
}
.site-nav a.active, .site-nav a:hover {
	color: #fff;
	background: linear-gradient(90deg, #4e7bbf, #7ed957);
	box-shadow: 0 2px 8px #7ed95733;
}
.site-footer {
	background: rgba(255,255,255,0.95);
	border-top: 2px solid #b6d0e2;
	box-shadow: 0 -2px 12px #b6d0e244;
	margin-top: 2rem;
}
.footer-nav {
	margin-bottom: 0.5rem;
}
.footer-nav a {
	color: #4e7bbf;
	text-decoration: none;
	margin: 0 0.5em;
	font-weight: 500;
}
.footer-nav a:hover { text-decoration: underline; }
header {
	background: rgba(255,255,255,0.92);
	color: #4e7bbf;
	padding: 1.2rem 0 0.7rem 0;
	text-align: center;
	box-shadow: 0 2px 12px #b6d0e244;
	border-bottom: 2px solid #b6d0e2;
	position: relative;
	z-index: 10001 !important;
}
header img { vertical-align: middle; }
nav a {
	color: #4e7bbf;
	text-decoration: none;
	margin: 0 1.1em;
	font-weight: 600;
	font-size: 1.08em;
	transition: color 0.18s;
	border-radius: 6px;
	padding: 0.2em 0.7em;
}
nav a.active, nav a:hover {
	color: #fff;
	background: linear-gradient(90deg, #4e7bbf, #7ed957);
	box-shadow: 0 2px 8px #7ed95733;
}
main { padding: 2em; text-align: center; }
footer {
	background: rgba(255,255,255,0.92);
	color: #4e7bbf;
	text-align: center;
	padding: 1.2rem 0 0.7rem 0;
	margin-top: 2.5rem;
	box-shadow: 0 -2px 12px #b6d0e244;
	border-top: 2px solid #b6d0e2;
}
/* (duplicate .hero-img removed to avoid conflicting sizes) */
.cool-section, .donations-section, .admin-section {
	background: rgba(255,255,255,0.96);
	border-radius: 20px;
	box-shadow: 0 4px 24px #b6d0e244;
	padding: 2rem 2.5rem;
	border: 1.5px solid #b6d0e2;
	position: relative;
}

	/* Dashboard badges */
	.badge { display:inline-block; padding:2px 8px; border-radius:999px; font-size:12px; line-height:18px; color:#fff; }
	.badge.green { background:#2da44e; }
	.badge.orange { background:#d97706; }
	.badge.red { background:#dc2626; }
	.badge.gray { background:#6b7280; }

	.card { background:#fff; border:1px solid #e3e8ff; border-radius:12px; padding:12px; }
/* Christian accent: subtle cross icon for section headers */
h1, h2, h3 {
	position: relative;
	display: inline-block;
	padding-left: 2.2em;
}
h1::before, h2::before, h3::before {
	content: '';
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background: url('data:image/svg+xml;utf8,<svg fill="none" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="g" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="%234e7bbf"/><stop offset="100%" stop-color="%23f59e0b"/></linearGradient></defs><ellipse cx="16" cy="16" rx="15" ry="15" fill="%237ed957" fill-opacity="0.12"/><path d="M16 6v20M8 16h16" stroke="url(%23g)" stroke-width="2.5" stroke-linecap="round"/></svg>') no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0.1em;
	opacity: 0.7;
}

/* Cool audio player styles */
.stream-section {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	margin: 2em auto;
	max-width: 500px;
	padding: 2em 1em 1.5em 1em;
	text-align: center;
	transition: box-shadow 0.3s;
}
.stream-section:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}
.stream-section h2 {
	margin-top: 0;
	color: #1976d2;
	font-size: 1.4em;
}
.stream-section p {
	color: #444;
	margin-bottom: 0.5em;
}
.cool-player {
	width: 100%;
	max-width: 400px;
	margin: 1em auto 0 auto;
	border-radius: 8px;
	background: #222;
	box-shadow: 0 2px 8px rgba(25,118,210,0.08);
	outline: none;
}

/* Auth (Login/Register) */
.auth-section {
	max-width: 760px;
	margin: 2.5rem auto;
	padding: 0 1rem;
}
.auth-card {
	background: #fff;
	border-radius: 16px;
	border: 1.5px solid #b6d0e2;
	box-shadow: 0 6px 28px rgba(78,123,191,0.15);
	padding: 2rem 2rem 1.5rem 2rem;
}
.auth-title {
	margin: 0 0 0.25rem 0;
	color: #4e7bbf;
}
.auth-subtitle {
	margin: 0 0 1.5rem 0;
	color: #2d3a4a;
	opacity: 0.85;
}
.form-auth {
	text-align: left;
}
.form-row { margin-bottom: 1rem; }
.form-row label { display: block; font-weight: 600; color: #2d3a4a; margin-bottom: 0.35rem; }
.form-row input, .form-row select {
	width: 100%;
	padding: 0.65rem 0.8rem;
	border-radius: 10px;
	border: 1.5px solid #b6d0e2;
	background: #f7fafc;
	color: #2d3a4a;
	font-size: 1rem;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.04);
}
.form-row input:focus, .form-row select:focus {
	outline: none;
	border-color: #4e7bbf;
	box-shadow: 0 0 0 3px rgba(78,123,191,0.15);
}
.help-text { font-size: 0.92rem; color: #4e7bbf; margin-top: 0.3rem; }
.btn-primary {
	display: inline-block;
	background: linear-gradient(90deg, #4e7bbf, #7ed957);
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 0.75rem 1.25rem;
	font-size: 1.05rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(126,217,87,0.35);
}
.btn-primary:hover { filter: brightness(1.05); }
.auth-alt { margin-top: 1rem; }
.two-col { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.two-col .col { min-width: 0; }
@media (min-width: 720px) {
	.two-col { grid-template-columns: 1fr 1fr; }
}
.pwd-meter { margin-top: 0.5rem; }
.pwd-track { width: 100%; height: 8px; background: #eef3ff; border-radius: 999px; overflow: hidden; border:1px solid #c8d6ff; }
.pwd-bar { height: 100%; width: 0%; transition: width 0.2s ease; }
.pwd-bar.weak { background: #ff6b6b; }
.pwd-bar.fair { background: #f6c026; }
.pwd-bar.good { background: #7ed957; }
.pwd-bar.strong { background: #4e7bbf; }
.pwd-label { font-size: 0.9rem; color: #2d3a4a; margin-top: 0.35rem; }
.role-desc { margin-top: 0.4rem; color: #2d3a4a; font-size: 0.95rem; }
.ok-text { color: #2e7d32; }
.error-text { color: #c62828; }

/* Auth 3D Box Enhancements */
.auth-3d {
	max-width: 980px;
	margin: 2.5rem auto;
	padding: 0 1rem;
	perspective: 1200px;
}
.auth-3d-box {
	position: relative;
	border-radius: 22px;
	padding: 1.2rem;
	background: linear-gradient(135deg, #f7fafc 0%, #ffffff 40%, #eaf6ff 100%);
	box-shadow:
		0 18px 40px rgba(17, 51, 83, 0.18),
		0 6px 12px rgba(17, 51, 83, 0.08),
		inset 0 1px 0 rgba(255,255,255,0.6);
	border: 1.5px solid #c9d9ea;
	transform-style: preserve-3d;
	transition: transform 260ms ease, box-shadow 260ms ease;
}
/* Dark variant */
.auth-3d-box.dark {
	background: radial-gradient(120% 180% at 30% 10%, #1b2740, #0f1524 60%, #0c1220 100%);
	border-color: #2b3a5a;
	box-shadow: 0 18px 44px rgba(0,0,0,0.45), 0 8px 18px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.04);
}
.auth-3d-box.dark .auth-3d-side, .auth-3d-box.dark .auth-3d-main { background: rgba(10,14,26,0.7); border-color: #32425f; box-shadow: 0 6px 16px rgba(0,0,0,0.4); }
.auth-3d-box.dark .auth-3d-side h2, .auth-3d-box.dark .auth-title, .auth-3d-box.dark .auth-subtitle { color: #b9d2ff; }
.auth-3d-box.dark .req-list li { color: #d6e4ff; }
.auth-3d-box.dark .auth-3d-caption, .auth-3d-box.dark .help-text { color: #8fb1ff; }
.auth-3d-box.dark .form-row input, .auth-3d-box.dark .form-row select { background: #0e1526; color: #e9f1ff; border-color: #2f3f63; }
.auth-3d-box.dark .form-row input:focus, .auth-3d-box.dark .form-row select:focus { box-shadow: 0 0 0 3px rgba(100,150,255,0.22); border-color: #6ea0ff; }
.auth-3d-box.dark .btn-primary { box-shadow: 0 6px 18px rgba(30,144,255,0.25); }

/* Glowing scripture header */
.scripture-glow {
	margin: 0.6rem 0 1.1rem 0;
	padding: 0.75rem 1rem;
	border-radius: 12px;
	background: radial-gradient(120% 140% at 10% 0%, rgba(126,217,87,0.18), rgba(78,123,191,0.15) 40%, transparent 60%);
	color: #2d3a4a;
	font-weight: 600;
	text-shadow: 0 1px 10px rgba(126,217,87,0.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}
.auth-3d-box.dark .scripture-glow { color: #d6e4ff; text-shadow: 0 0 16px rgba(78,123,191,0.35); }
.auth-3d-box::before {
	content: '';
	position: absolute;
	inset: -2px;
	border-radius: 24px;
	padding: 2px;
	background: linear-gradient(135deg, rgba(78,123,191,0.8), rgba(126,217,87,0.6));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
			mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
			mask-composite: exclude;
	pointer-events: none;
}
.auth-3d-box::after {
	content: '';
	position: absolute;
	inset: -20px -10px 10px -10px;
	border-radius: 28px;
	background: radial-gradient(1200px 280px at 10% -20%, rgba(126,217,87,0.25), transparent 40%),
				radial-gradient(1000px 260px at 110% 0%, rgba(78,123,191,0.22), transparent 45%);
	filter: blur(14px);
	z-index: -1;
}
.auth-3d-box:hover {
	transform: rotateX(2.2deg) rotateY(-2deg) translateZ(6px);
	box-shadow:
		0 28px 60px rgba(17, 51, 83, 0.22),
		0 10px 18px rgba(17, 51, 83, 0.12),
		inset 0 1px 0 rgba(255,255,255,0.6);
}
@media (prefers-reduced-motion: reduce) {
	.auth-3d-box { transition: none; transform: none !important; }
	.auth-3d-box:hover { transform: none !important; }
}
.auth-3d-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.2rem;
}
@media (min-width: 880px) {
	.auth-3d-grid { grid-template-columns: 0.9fr 1.1fr; }
}
.auth-3d-side, .auth-3d-main {
	background: rgba(255,255,255,0.9);
	border-radius: 16px;
	border: 1px solid #c9d9ea;
	box-shadow: 0 8px 24px rgba(78,123,191,0.12);
}
.auth-3d-side {
	padding: 1.2rem 1.2rem 1rem 1.2rem;
	position: relative;
}
.auth-3d-side h2 {
	margin: 0.2rem 0 0.6rem 0;
	color: #4e7bbf;
	font-size: 1.15rem;
}
.req-list {
	list-style: none;
	margin: 0.4rem 0 0.2rem 0;
	padding: 0 0 0 0.2rem;
}
.req-list li {
	margin: 0.5rem 0;
	padding-left: 1.8rem;
	position: relative;
	color: #2d3a4a;
}
.req-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.15rem;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #7ed957, #4e7bbf);
	box-shadow: 0 2px 6px rgba(78,123,191,0.35);
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9 16.2l-3.5-3.5-1.4 1.4L9 19 20.3 7.7 18.9 6.3z"/></svg>') no-repeat center/80%;
			mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9 16.2l-3.5-3.5-1.4 1.4L9 19 20.3 7.7 18.9 6.3z"/></svg>') no-repeat center/80%;
}
.auth-3d-caption {
	font-size: 0.9rem;
	color: #4e7bbf;
	margin-top: 0.6rem;
}
.auth-3d-main { padding: 1.2rem 1.2rem 1rem 1.2rem; }
.auth-3d-main .auth-card { box-shadow: none; border: none; padding: 0; background: transparent; }

/* Subtle parallax chips */
.auth-3d-chips {
	position: absolute; inset: 0; pointer-events: none;
}
.auth-3d-chip {
	position: absolute; width: 22px; height: 22px; border-radius: 6px;
	background: linear-gradient(135deg, #7ed957, #4e7bbf);
	opacity: 0.12; filter: blur(0.2px);
	box-shadow: 0 6px 14px rgba(78,123,191,0.2);
}
.auth-3d-chip.c1 { left: 6%; top: 8%; transform: translateZ(40px) rotate(8deg); }
.auth-3d-chip.c2 { right: 8%; top: 16%; transform: translateZ(55px) rotate(-12deg); }
.auth-3d-chip.c3 { left: 14%; bottom: 10%; transform: translateZ(30px) rotate(18deg); }
.auth-3d-chip.c4 { right: 12%; bottom: 14%; transform: translateZ(45px) rotate(-6deg); }
