* { box-sizing: border-box; }

html, body { min-height: 100%; }

a, a:link, a:visited, a:hover, a:active { text-decoration: none !important; color: inherit; }

/* No click/tap focus box; retain a visible focus indicator for keyboard navigation. */
a { -webkit-tap-highlight-color: transparent; }
a:focus:not(:focus-visible) { outline: none !important; }

body {
	margin: 0;
	font-family: "Helvetica Neue", Arial, "Noto Sans Devanagari", sans-serif;
	background: #fff8ed;
	color: #3f2618;
}

.sb-home {
	min-height: 100vh;
	min-height: 100dvh;
	//padding: max(14px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(clamp(28px, 8vw, 48px), env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
	background: #fff;
}

.sb-home > .container {
	width: 100%;
	max-width: 440px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.sb-home-mandir-cta
{
	display:flex;
	width:calc(100% + 32px);
	margin-left:-16px;
	margin-right:-16px;
	min-height:42px;
	position:relative;
	z-index:4;
	margin-top:-15px;
	padding-left: 28%;
	align-items:center;
	
	gap:10px;
	border-top:0;
	background:linear-gradient(135deg,rgba(53,28,12,.92),rgba(105,50,17,.92));
	box-shadow:0 -4px 14px rgba(33,17,8,.12);
	color:#fff8ec;
	font-size:16px;
	font-weight:800;
	line-height:1.2;
	text-align:center;
}
.sb-home-mandir-cta-icon{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(242,189,98,.72);border-radius:50%;background:rgba(255,222,157,.12);font-size:18px;line-height:1;color:#f2bd62;filter:drop-shadow(0 2px 3px rgba(0,0,0,.25))}

.sb-upcoming-temples { width: 100%; max-width: 440px; margin: 0 auto 28px; padding-top: 22px; }
.sb-upcoming-subtitle { margin: 12px 12px 22px; text-align: center; color: #987157; font-size: 12px; line-height: 1.7; }
.sb-upcoming-list { display: grid; gap: 11px; }
.sb-upcoming-temple { display: grid; grid-template-columns: 64px minmax(0, 1fr) 150px; align-items: center; gap: 10px; min-height: 112px; padding: 15px 12px; border: 1px solid #ecd4b3; border-radius: 19px; background: #fffaf2; box-shadow: 0 4px 14px rgba(88, 50, 25, .045); }
.sb-upcoming-photo { display: block; width: 60px; height: 76px; object-fit: contain; }
.sb-upcoming-copy small { font-size: 11px; color: #bd712d; }
.sb-upcoming-copy h3 { margin: 4px 0 0; color: #66361d; font-size: 15px; line-height: 1.45; font-weight: 700; }
.sb-upcoming-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.sb-upcoming-actions .sb-upcoming-action { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 3px 0; border: 0; background: transparent; color: #713e22; cursor: pointer; }
.sb-upcoming-action > span { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #f7e8d2; font-size: 19px; }
.sb-upcoming-action small { font-size: 10px; font-weight: 700; }
.sb-upcoming-action--later { opacity: .55; }
.sb-upcoming-notice { position: fixed; inset: 0; z-index: 1250; display: flex; align-items: center; justify-content: center; padding: 20px; }
.sb-upcoming-notice[hidden] { display: none; }
.sb-upcoming-notice-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(35, 19, 10, .55); }
.sb-upcoming-notice-card { position: relative; width: 100%; max-width: 330px; padding: 24px; border-radius: 22px; background: #fff7e8; color: #66361d; text-align: center; }
.sb-upcoming-notice-icon { font-size: 32px; }
.sb-upcoming-notice-card h3 { font-size: 20px; font-weight: 700; }
.sb-upcoming-notice-card p { font-size: 14px; line-height: 1.8; }
.sb-upcoming-notice-ok { padding: 9px 26px; border: 0; border-radius: 22px; background: #995024; color: #fff; }
@media (max-width: 350px) {
	.sb-upcoming-temple { grid-template-columns: 44px minmax(0, 1fr) 114px; gap: 6px; padding: 12px 8px; }
	.sb-upcoming-photo { width: 44px; height: 56px; }
	.sb-upcoming-copy h3 { font-size: 12px; }
	.sb-upcoming-action > span { width: 34px; height: 34px; font-size: 17px; }
}

.sb-home-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	gap: 12px;
	width: calc(100% + 32px);
	min-height: 72px;
	margin: calc(-1 * clamp(20px, 6vw, 26px)) -16px 2px;
	padding: max(10px, env(safe-area-inset-top)) 16px 8px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.sb-home-bell {
	position: absolute;
	top: 18%;
	left: 50%;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 112px;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	transform: translateX(-50%);
	transform-origin: 50% 0;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.sb-home-bell img {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	height: clamp(44px, 12vw, 52px);
	object-fit: contain;
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .32));
	pointer-events: none;
}

.sb-home-bell span {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 1px;
	color: rgba(255, 245, 224, .86);
	font-size: clamp(8px, 2.25vw, 10px);
	font-weight: 600;
	line-height: 1.25;
	white-space: nowrap;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.sb-home-bell::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 221, 132, .62) 0%, rgba(255, 188, 61, .24) 48%, rgba(255, 188, 61, 0) 74%);
	opacity: 0;
	transform: translateX(-50%) scale(.82);
	pointer-events: none;
}

.sb-home-bell.is-introducing::before {
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

.sb-home-bell.is-swinging img {
	animation-name: sbHomeBellSwing;
	animation-timing-function: ease-in-out;
	animation-duration: inherit;
	animation-iteration-count: infinite;
	transform-origin: 50% 0;
}

.sb-home-bell:focus-visible {
	outline: none;
}

.sb-home-bell:focus-visible img {
	filter: drop-shadow(0 0 7px rgba(255, 226, 146, .9));
}

@keyframes sbHomeBellSwing {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(6deg); }
	55% { transform: rotate(-6deg); }
	80% { transform: rotate(3deg); }
	100% { transform: rotate(0deg); }
}

@media (prefers-reduced-motion: reduce) {
	.sb-home-bell,
	.sb-home-bell img {
		animation: none !important;
	}
}

.sb-home-brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	color: #fffaf0;
}

.sb-home-brand-name {
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(20px, 5.8vw, 24px);
	font-weight: 700;
	line-height: 1.1;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .22);
}

.sb-home-brand-line {
	margin-top: 3px;
	font-size: clamp(9px, 2.7vw, 11px);
	font-weight: 600;
	letter-spacing: .05em;
	color: #f8d59a;
}

.sb-home-header-actions {
	display: flex;
	align-items: center;
	gap: 9px;
}

.sb-home-header-action,
.sb-home-header-action:hover,
.sb-home-header-action:focus,
.sb-home-header-action:visited {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 0;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.1;
	color: #fffaf0;
	cursor: pointer;
	backdrop-filter: blur(5px);
}

.sb-home-top-actions { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
.sb-home-top-actions .sb-home-instagram { min-width: 32px; min-height: 32px; justify-content: center; }
.sb-home-top-actions .sb-home-instagram > .fa { font-size: 18px; }
.sb-home-top-actions .sb-home-header-action { padding: 7px 8px; font-size: 10px; gap: 4px; }
.sb-home-header.sb-home-header--compact { min-height: 0; padding-bottom: 0; align-items: center; gap: 10px; }
.sb-home-header--compact .sb-home-brand-name { font-size: clamp(17px, 4.8vw, 21px); line-height: 1.4; white-space: nowrap; }
.sb-home-header--compact .sb-home-top-actions { white-space: nowrap; }
.sb-home-identity { display: flex; align-items: center; gap: 13px; min-width: 0; }
.sb-home-header--welcome .sb-home-profile-button { width: 36px; height: 36px; flex-shrink: 0; }
.sb-home-header--welcome .sb-home-brand-name { font-family: Arial, sans-serif; font-size: clamp(13px, 3.8vw, 17px); line-height: 1.3; letter-spacing: .04em; }
.sb-home-welcome-subtitle {     margin-top: 0px;
	font-size: clamp(8px, 2.3vw, 9.5px);color: #f3dcc6; }
	.sb-home-header--welcome .sb-home-brand-signature { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(13px, 3.5vw, 17px); }
	.sb-home-header--welcome .sb-home-top-actions { flex-direction: row; align-items: center; gap: 5px; }
	.sb-home-header--welcome .sb-home-top-actions .sb-home-header-action {     width: auto;
		min-height: 30px;
		padding: 5px 10px;
		gap: 7px;
		font-size: 14px; }
		.sb-home-header.sb-home-header--welcome { padding-top: max(16px, env(safe-area-inset-top)); padding-bottom: 5px; margin-bottom: 2px; }
		.sb-home-header--compact .sb-home-instagram,
		.sb-home-header--compact .sb-home-instagram:hover,
		.sb-home-header--compact .sb-home-instagram:visited { background: radial-gradient(circle at 25% 105%, #feda75 0%, #fa7e1e 25%, #d62976 55%, #962fbf 78%, #4f5bd5 100%); color: #fff; }
		.sb-home-profile-button { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: #fff2dc; color: #81512f; cursor: pointer; }
		.sb-home-profile-button img, .sb-profile-avatar img { width: 100%; height: 100%; object-fit: cover; }
		.sb-home-profile-button [hidden], .sb-profile-avatar [hidden] { display: none; }
		.sb-home-logo-mark { display: flex; flex: 0 0 42px; width: 42px; height: 42px; margin-left: 0; align-items: center; justify-content: center; }
		.sb-home-logo-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
		.sb-bhakti-hub-page { width:100%; max-width:440px; min-height:100dvh; margin:0 auto; padding:18px 14px 105px; background:#fff7f7;//#fffaf3; color:#63371f; }
		.sb-bhakti-hub-intro { padding:4px 2px 20px; text-align:center; }
		.sb-bhakti-hub-intro h1 { margin:0 0 3px; color:#63371f; font-family:"Noto Serif Devanagari",Georgia,serif; font-size:29px; line-height:1.25; }
		.sb-bhakti-hub-intro p { margin:0; color:#98715a; font-size:11px; }
		.sb-bhakti-hub-section { margin:0 0 22px; }
		.sb-bhakti-hub-section h2 { margin:0 0 10px; color:#744126; font-size:17px; font-weight:800; }
		.sb-bhakti-hub-quote { margin:0 0 22px; }
		.sb-bhakti-hub-quote .sb-quote-card { position:relative; display:block; overflow:hidden; margin:0; padding:17px 18px 14px; border:1px solid #e4ad63; border-radius:18px; background:linear-gradient(135deg,#71351f 0%,#a95228 58%,#c87536 100%); box-shadow:0 8px 20px rgba(98,48,25,.18); color:#fff8e9; text-align:center; text-decoration:none; }
		.sb-bhakti-hub-quote .sb-quote-card::before { content:"ॐ"; position:absolute; top:-17px; right:13px; color:rgba(255,220,155,.14); font-family:Georgia,"Noto Serif Devanagari",serif; font-size:76px; line-height:1; pointer-events:none; }
		.sb-bhakti-hub-quote .sb-quote-card-label { position:relative; z-index:0; display:flex; align-items:center; justify-content:center; gap:8px; margin-bottom:8px; color:#ffd58c; font-size:11px; font-weight:800; letter-spacing:.04em; }
		.sb-bhakti-hub-quote .sb-quote-card-label::before,
		.sb-bhakti-hub-quote .sb-quote-card-label::after { content:""; width:34px; height:1px; background:rgba(255,213,140,.55); }
		.sb-bhakti-hub-quote .sb-quote-card-sanskrit { position:relative; z-index:0; margin-bottom:6px; color:#fff8e9; font-size:clamp(18px,5vw,21px); font-weight:800; line-height:1.5; white-space:pre-line; }
		.sb-bhakti-hub-quote .sb-quote-card-meaning { position:relative; z-index:0; font-size:14px; line-height:1.5; color:rgba(255,248,233,.88); }
		.sb-bhakti-hub-quote .sb-quote-card-footer { position:relative; z-index:0; display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:6px 14px; margin-top:11px; padding-top:9px; border-top:1px solid rgba(255,225,177,.3); color:#ffe0aa; font-size:10px; }
		.sb-bhakti-hub-quote .sb-quote-card-footer b { font-weight:700; }
.sb-bhakti-hub-quote .sb-quote-card-footer em { font-style:normal; font-weight:800; }
.sb-home-statuses{margin:18px 0 20px}.sb-home-statuses h2{margin:0 0 10px;text-align:center;color:#713b20;font-size:21px}.sb-home-statuses-rail{display:flex;gap:10px;overflow-x:auto;padding:2px 5px 8px;scroll-snap-type:x proximity;scrollbar-width:none}.sb-home-statuses-rail::-webkit-scrollbar{display:none}.sb-home-statuses-rail a{flex:0 0 calc((100% - 25px)/2.5);overflow:hidden;border:1px solid #d99449;border-radius:14px;background:#f6eadb;box-shadow:0 5px 13px rgba(83,45,23,.12);scroll-snap-align:start}.sb-home-statuses-rail img{display:block;width:100%;height:100%;aspect-ratio:9/16;object-fit:cover}.sb-home-statuses-all{display:flex;width:max-content;margin:10px auto 0;padding:8px 18px;align-items:center;gap:6px;border:1px solid #d58a48;border-radius:999px;background:#fff7eb;color:#8a451f!important;font-size:12px;font-weight:800;text-decoration:none}.sb-home-statuses-all span{font-size:17px;line-height:1}
.sb-seva-patal{position:relative;margin:0;padding:7px 12px 0;overflow:hidden;border-top:1px solid rgba(255,218,157,.34);background:var(--sb-today-color,#8f4e25);text-align:center;color:#fff}.sb-seva-patal::before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(rgba(0,0,0,.28),rgba(0,0,0,.28)),linear-gradient(180deg,rgba(38,31,27,.5),rgba(38,31,27,.64));pointer-events:none}.sb-seva-patal>*{position:relative;z-index:1}.sb-seva-patal h2{display:inline-flex;margin:0 0 5px;padding:2px 10px;align-items:center;gap:7px;color:#fff5dc;font-family:Georgia,"Noto Serif Devanagari",serif;font-size:16px;line-height:1.25;text-shadow:0 1px 3px rgba(0,0,0,.45)}.sb-seva-patal h2::before,.sb-seva-patal h2::after{content:"";width:18px;height:1px;background:rgba(255,218,157,.7)}
.sb-seva-patal-list{display:flex;min-height:40px;margin-bottom:3px;align-items:center;justify-content:center;gap:10px;overflow:hidden}.sb-seva-patal-person{display:flex;flex:0 1 40px;width:40px;min-width:0;aspect-ratio:1;padding:2px;align-items:center;justify-content:center;border:1.5px solid rgba(255,218,157,.9);border-radius:50%;background:rgba(255,248,233,.94);color:#713511;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.3)}.sb-seva-patal-person img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.sb-seva-patal-add{border-style:dashed;background:rgba(255,235,195,.08);color:#ffe0a1;font-size:24px;line-height:1;box-shadow:none}.sb-seva-patal-nudge{margin:0 0 5px;padding:0;border:0;background:transparent;color:#ffe0a1;font-size:10px;font-weight:700;line-height:1.3;cursor:pointer;text-shadow:0 1px 2px rgba(0,0,0,.38)}.sb-seva-patal-nudge span{font-size:14px;vertical-align:-1px}.sb-seva-patal-mandir{display:flex;margin:0 -12px;padding:7px 12px;align-items:center;justify-content:center;gap:8px;border-top:1px solid rgba(255,218,157,.28);background:rgba(0,0,0,.16);color:#fff;text-decoration:none}.sb-seva-patal-mandir span{display:flex;width:27px;height:27px;align-items:center;justify-content:center;border:1px solid rgba(255,218,157,.65);border-radius:50%;background:rgba(255,255,255,.1);font-size:14px}.sb-seva-patal-mandir strong{color:#fff;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,.4)}.sb-seva-patal-mandir:hover,.sb-seva-patal-mandir:focus{background:rgba(0,0,0,.12);color:#fff;text-decoration:none}.sb-bhakti-hub-deities { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:13px 8px; margin:0; padding:2px 0 4px; }
		.sb-bhakti-hub-deities a{display:flex;min-width:0;flex-direction:column;align-items:center;gap:5px;color:#744126;text-decoration:none}.sb-bhakti-hub-deities a>span{display:block;width:min(100%,78px);aspect-ratio:1;padding:2px;overflow:hidden;border:2px solid #d58a47;border-radius:50%;background:#fff;box-shadow:0 4px 10px rgba(90,48,23,.13)}.sb-bhakti-hub-deities img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.sb-bhakti-hub-deities strong{width:100%;overflow:hidden;font-size:10px;line-height:1.25;text-align:center;text-overflow:ellipsis;white-space:nowrap}
		.sb-bhakti-hub-gita { position:relative;display:block;margin:4px 0 22px;overflow:hidden;border:1px solid #ead3b5;border-radius:16px;background:#6e4b2d;box-shadow:0 5px 14px rgba(83,45,23,.1);color:#fff;text-decoration:none; }
		.sb-bhakti-hub-gita img { display:block;width:100%;height:auto;max-height:145px;object-fit:cover; }
		.sb-bhakti-hub-gita::after { content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(37,19,9,.72));pointer-events:none; }
		.sb-bhakti-hub-gita span { position:absolute;right:14px;bottom:11px;left:14px;z-index:1;font-size:16px;font-weight:800;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.55); }.sb-bhakti-hub-gita i{margin-left:4px;font-size:22px;font-style:normal;vertical-align:-2px}
		.sb-bhakti-hub-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.sb-bhakti-hub-actions a{display:flex;min-height:74px;padding:8px 3px;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid #ead3b5;border-radius:13px;background:#fffdf9;box-shadow:0 3px 9px rgba(83,45,23,.06);color:#754024;text-align:center;text-decoration:none}.sb-bhakti-hub-actions a>span{font-size:20px;line-height:1.5}.sb-bhakti-hub-actions strong{font-size:9px;line-height:1.25}.sb-bhakti-hub-bhajan-list { overflow:hidden;border:1px solid #ead3b5;border-radius:15px;background:#fffdf9; }.sb-bhakti-hub-bhajan-list .sb-bhajan-row { border-bottom:1px solid #f0dfca; }.sb-bhakti-hub-bhajan-list .sb-bhajan-row:last-child { border-bottom:0; }.sb-bhakti-hub-more { display:flex;align-items:center;justify-content:center;gap:4px;margin:10px auto 0;color:#a65328;font-size:11px;font-weight:800;text-decoration:none; }.sb-bhakti-hub-more i{font-size:19px;font-style:normal;line-height:1}
		.sb-bhakti-hub-more { padding:4px 10px; border:0; background:transparent; color:#a65328; font:inherit; font-size:11px; font-weight:800; cursor:pointer; }
		.sb-bhakti-hub-actions strong { font-size:14px; line-height:1.25; }
		.sb-bhakti-hub-more:disabled { opacity:.65; cursor:wait; }
		.sb-bhakti-hub-more.is-loading i { display:none; }
		.sb-bhakti-hub-more[hidden] { display:none !important; }
		.sb-bhakti-hub-load-sentinel { min-height:22px; margin:11px 0 0; color:#a65328; font-size:11px; font-weight:800; text-align:center; }
		button.sb-bhakti-hub-load-sentinel { display:block; width:100%; padding:8px; border:1px solid #e2c49f; border-radius:999px; background:#fff8ed; cursor:pointer; }
		button.sb-bhakti-hub-load-sentinel:hover,button.sb-bhakti-hub-load-sentinel:focus { background:#f9ead6; }
		.sb-bhakti-hub-load-sentinel.is-loading { color:#98715a; }
		.sb-bhakti-hub-load-sentinel[hidden], .sb-bhakti-hub-end-message[hidden] { display:none !important; }
		.sb-bhakti-hub-end-message { margin:12px 0 0; padding:9px 11px; border-radius:10px; font-size:11px; text-align:center; }
		.sb-app-header { position: sticky; top: 0; z-index: 1390; display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; max-width: 440px; min-height: 72px; margin: 0 auto; padding: max(10px, env(safe-area-inset-top)) 10px 8px; border-bottom: 1px solid rgba(104,67,42,.12); background: rgba(255,252,247,.98); box-shadow: 0 5px 16px rgba(62,40,25,.1); color: #58331f; backdrop-filter: blur(9px); }
		.sb-app-header-brand { display: flex; align-items: center; gap: 11px; min-width: 0; color: #58331f !important; text-decoration: none !important; }
		.sb-app-header-logo { flex: 0 0 42px; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; }
		.sb-app-header-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
		.sb-app-header-brand-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
		.sb-app-header-brand-copy strong { overflow: hidden; color: #58331f; font-family: Georgia, "Times New Roman", serif; font-size: clamp(13px, 3.5vw, 17px); line-height: 1.3; letter-spacing: .02em; text-overflow: ellipsis; white-space: nowrap; }
		.sb-app-header-brand-copy small { margin-top: 1px; color: #92715c; font-size: clamp(8px, 2.3vw, 9.5px); line-height: 1.3; white-space: nowrap; }
		.sb-app-header-page { display: flex; align-items: center; gap: 10px; min-width: 0; }
		.sb-app-header-page > strong { overflow: hidden; color: #5f351f; font-size: 16px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
		.sb-app-header-page-icon { color:#b06a32; font-size:17px; }
		.sb-app-header-back { flex: 0 0 40px; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border: 1px solid #ead4bb; border-radius: 13px; background: #fffaf3; color: #874521; font-size: 16px; cursor: pointer; }
		.sb-app-header-back:focus-visible { outline: 2px solid #c87538; outline-offset: 2px; }
		.sb-app-header-create { flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; gap:5px; min-width:70px; height:40px; padding:0 12px; border:1px solid #c87538; border-radius:999px; background:#ad5127; box-shadow:0 4px 12px rgba(92,41,18,.18); color:#fffaf3; font:inherit; font-size:12px; font-weight:800; white-space:nowrap; cursor:pointer; }
		.sb-app-header-create:link, .sb-app-header-create:visited, .sb-app-header-create:hover, .sb-app-header-create:active { color:#fffaf3; }
		.sb-app-header-create .fa { font-size:13px; }
		.sb-app-header-create:focus-visible { outline:2px solid #c87538; outline-offset:2px; }
		.sb-app-header-tools { display:flex; flex:0 0 auto; align-items:center; gap:15px; }
		.sb-app-header-tool,.sb-app-header-tool:link,.sb-app-header-tool:visited,.sb-app-header-tool:hover,.sb-app-header-tool:active { display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; padding:0; border:1px solid #e6cfb3; border-radius:50%; background:#fff8ee; box-shadow:0 3px 10px rgba(76,39,20,.12); color:#7f3f20; font-size:16px; text-decoration:none; cursor:pointer; }
		.sb-app-header-tool:focus-visible { outline:2px solid #c87538; outline-offset:2px; }
		.sb-app-header-share { display:inline-flex; height:34px; padding:0 10px; align-items:center; justify-content:center; gap:5px; border:1px solid #d7a067; border-radius:999px; background:#fff3e1; color:#a34f25; font-size:10px; font-weight:800; cursor:pointer; box-shadow:0 3px 9px rgba(76,39,20,.1); }
		.sb-app-header-share i { color:#25d366; font-size:15px; }
		.sb-app-header-share:focus-visible { outline:2px solid #c87538; outline-offset:2px; }
		.sb-app-header-profile { overflow:hidden; padding:2px !important; }
		.sb-app-header-profile img { display:block; width:100%; height:100%; border-radius:50%; object-fit:cover; }
		.sb-app-header-tools{gap:8px;margin-right:-4px}.sb-app-header-tools>.sb-app-header-tool:not(.sb-app-header-panchang){border-color:#d8d2ca;background:#f8f7f5;color:#655d57;box-shadow:0 3px 9px rgba(65,54,45,.1)}
		.sb-app-header-panchang,.sb-app-header-panchang:link,.sb-app-header-panchang:visited,.sb-app-header-panchang:hover,.sb-app-header-panchang:active{width:auto;min-width:108px;padding:0 12px;gap:6px;border-color:#d8c7e5;background:linear-gradient(135deg,#f8f4fc,#fffaf2);box-shadow:0 3px 10px rgba(103,75,139,.1);border-radius:999px;color:#70518d;font-size:11px;font-weight:800;white-space:nowrap}.sb-app-header-panchang .fa{font-size:14px}
		.sb-app-header--scroll-reveal { position:fixed; top:0; left:50%; transform:translate(-50%,-110%); opacity:0; visibility:hidden; pointer-events:none; transition:opacity 220ms ease,transform 260ms ease,visibility 0s linear 260ms; }
		.sb-app-header--scroll-reveal.is-visible { transform:translate(-50%,0); opacity:1; visibility:visible; pointer-events:auto; transition-delay:0s; }
		.sb-profile-panel { padding: 26px 22px max(24px, env(safe-area-inset-bottom)); background: #fff5e3; color: #6c3d22; text-align: center; }
		[data-profile-popup] { z-index: 1600 !important; }
		[data-profile-popup] .sb-profile-panel { position: relative; z-index: 2; background: #fff5e3; }
		.sb-profile-avatar { display: flex; align-items: center; justify-content: center; width: 66px; height: 66px; margin: 0 auto 12px; overflow: hidden; border-radius: 50%; background: #efdab9; font-size: 28px; }
		.sb-profile-panel h2 { margin: 0 24px 18px; font-size: 22px; font-weight: 700; }
		.sb-profile-panel h3 { font-size: 16px; font-weight: 700; }
		.sb-profile-panel p { font-size: 14px; line-height: 1.8; }
		.sb-profile-edit-toggle { margin: -8px 0 18px; padding: 7px 13px; border: 1px solid #dfbd91; border-radius: 999px; background: #fffaf1; color: #8d4b26; font-size: 11px; font-weight: 700; cursor: pointer; }
		.sb-profile-login-required { display: inline-flex; min-height: 40px; margin: -7px 0 30px; align-items: center; gap: 8px; }
		.sb-profile-edit-form { margin: -4px 0 20px; padding: 14px; border: 1px solid #e6cba7; border-radius: 16px; background: #fffaf1; text-align: left; }
		.sb-profile-photo-field { display: flex; position: relative; align-items: center; gap: 11px; margin: 0 0 12px; padding: 10px; border: 1px dashed #d5a873; border-radius: 13px; background: #fff; cursor: pointer; }
		.sb-profile-photo-field input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
		.sb-profile-photo-preview { display: block; flex: 0 0 50px; width: 50px; height: 50px; overflow: hidden; border: 2px solid #d68b42; border-radius: 50%; background: #f3dfc1; }
		.sb-profile-photo-preview img { display: block; width: 100%; height: 100%; object-fit: cover; }
		.sb-profile-photo-field strong, .sb-profile-photo-field small { display: block; }
		.sb-profile-photo-field strong { color: #6d3a21; font-size: 12px; }
		.sb-profile-photo-field small { margin-top: 3px; color: #9a765e; font-size: 9px; line-height: 1.4; }
		.sb-profile-name-field { display: block; margin: 0 0 12px; }
		.sb-profile-name-field > span { display: block; margin-bottom: 5px; color: #74432a; font-size: 11px; font-weight: 700; }
		.sb-profile-name-field input { display: block; width: 100%; min-height: 43px; padding: 9px 11px; border: 1px solid #dec29e; border-radius: 11px; background: #fff; color: #4f2c1b; font-size: 14px; outline: none; }
		.sb-profile-name-field input:focus { border-color: #ad5b2a; box-shadow: 0 0 0 3px rgba(173,91,42,.12); }
		.sb-profile-username-field small { display: block; margin-top: 6px; color: #8e6b56; font-size: 9px; line-height: 1.5; }
		.sb-profile-username-field small b { color: #7b4529; font-weight: 800; }
		.sb-profile-username-field em { display: block; min-height: 16px; margin-top: 4px; color: #986f58; font-size: 9px; font-style: normal; font-weight: 700; }
		.sb-profile-username-field em.is-available { color: #2f7b3b; }
		.sb-profile-username-field em.is-unavailable { color: #ad4427; }
		.sb-image-cropper { position: fixed; inset: 0; z-index: 1750; display: flex; align-items: flex-end; justify-content: center; width: 100%; padding: 16px 0 0; }
		.sb-image-cropper[hidden] { display: none !important; }
		.sb-image-cropper-backdrop { position: absolute; inset: 0; width: 100%; padding: 0; border: 0; background: rgba(31,19,13,.72); backdrop-filter: blur(3px); }
		.sb-image-cropper-panel { position: relative; z-index: 1; width: 100%; max-width: 440px; padding: 18px 18px max(20px, env(safe-area-inset-bottom)); border-radius: 24px 24px 0 0; background: #fff8ed; box-shadow: 0 -16px 45px rgba(31,17,10,.28); color: #63371f; }
		.sb-image-cropper-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
		.sb-image-cropper-panel > header small { display: block; color: #9a735b; font-size: 9px; }
		.sb-image-cropper-panel > header h2 { margin: 2px 0 0; font-size: 21px; }
		.sb-image-cropper-panel > header button { flex: 0 0 38px; width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; background: #eadfce; color: #7d3d1d; font-size: 25px; line-height: 1; cursor: pointer; }
		.sb-image-cropper-stage { position: relative; width: min(300px, calc(100vw - 52px)); aspect-ratio: 1; margin: 0 auto; overflow: hidden; border-radius: 16px; background: #241914; box-shadow: 0 7px 22px rgba(43,24,14,.2); touch-action: none; }
		.sb-image-cropper-stage canvas { display: block; width: 100%; height: 100%; cursor: grab; touch-action: none; }
		.sb-image-cropper-stage canvas:active { cursor: grabbing; }
		.sb-image-cropper-guide { position: absolute; inset: 8px; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; box-shadow: 0 0 0 999px rgba(0,0,0,.16), inset 0 0 0 1px rgba(0,0,0,.18); pointer-events: none; }
		.sb-image-cropper-zoom { display: block; margin: 15px auto 0; max-width: 320px; }
		.sb-image-cropper-zoom > span { display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; color: #80533a; font-size: 10px; font-weight: 700; }
		.sb-image-cropper-zoom input { width: 100%; accent-color: #ad5127; }
		.sb-image-cropper-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 9px; margin-top: 15px; }
		.sb-image-cropper-actions button { min-height: 45px; padding: 9px 10px; border: 1px solid #dfbc91; border-radius: 13px; background: #fff; color: #86451f; font-family: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }
		.sb-image-cropper-actions button:last-child { border-color: #ad5127; background: #ad5127; color: #fff; }
		.sb-image-cropper-actions button:disabled { opacity: .65; cursor: wait; }
		.sb-profile-edit-actions { display: grid; grid-template-columns: 1fr 1.4fr; gap: 8px; }
		.sb-profile-edit-actions button { min-height: 42px; padding: 8px; border: 1px solid #ddc19e; border-radius: 11px; background: #fff; color: #714329; font-size: 11px; font-weight: 700; cursor: pointer; }
		.sb-profile-edit-actions [type="submit"] { border-color: #a95127; background: #a95127; color: #fff; }
		.sb-profile-edit-actions button:disabled { opacity: .6; cursor: wait; }
		.sb-profile-edit-message { margin: 0 0 10px !important; padding: 8px 10px; border-radius: 9px; background: #fff0df; color: #a14320; font-size: 10px !important; line-height: 1.5 !important; }
		.sb-profile-edit-message.is-success { background: #e7f4e4; color: #2f7136; }
		.sb-profile-account-action { margin: 0 0 22px; }
		.sb-profile-popup--edit-only .sb-profile-account-action,
		.sb-profile-popup--edit-only .sb-profile-avatar,
		.sb-profile-popup--edit-only .sb-profile-email,
		.sb-profile-popup--edit-only .sb-profile-edit-toggle,
		.sb-profile-popup--edit-only .sb-profile-menu-list,
		.sb-profile-popup--edit-only .sb-profile-menu-subheading,
		.sb-profile-popup--edit-only [data-profile-display-name] { display: none; }
		.sb-profile-popup--edit-only .sb-profile-edit-heading { display: block; }
		.sb-profile-mission { padding: 18px 16px; border: 1px solid #e5cba5; border-radius: 16px; background: #fffaf1; text-align: left; }
		.sb-profile-mission h3 { margin: 0 0 12px; text-align: center; }
		.sb-profile-mission p:last-child { margin-bottom: 0; }
		.sb-profile-mission .sb-profile-instagram { display: flex; width: fit-content; align-items: center; gap: 8px; margin: 6px auto 0; padding: 10px 16px; border-radius: 24px; background: linear-gradient(110deg, #e97822, #c52977, #713dc2); color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
		.sb-profile-instagram .fa { font-size: 20px; }
		.sb-profile-contact { margin-top: 16px; padding: 16px; border: 1px solid #e5cba5; border-radius: 16px; background: #fbe8c9; text-align: left; }
		.sb-profile-contact h3 { margin: 0 0 10px; }
		.sb-profile-contact a { display: flex; align-items: center; gap: 9px; margin-top: 9px; padding: 11px; border-radius: 10px; background: #fff7e8; color: #6c3d22; font-size: 13px; font-weight: 700; }
		.sb-profile-contact a span { min-width: 0; overflow-wrap: anywhere; }
		.sb-profile-account-action button, .sb-profile-account-action a { display: inline-block; padding: 10px 26px; border: 0; border-radius: 24px; background: #8f4922; color: white; font-size: 14px; font-weight: 700; }
		.sb-profile-email { margin: -12px 0 14px; color: #9a765e; font-size: 12px; }
		.sb-profile-menu-list { margin: 0 0 22px; padding: 0; border: 1px solid #e5cba5; border-radius: 16px; background: #fffaf1; list-style: none; overflow: hidden; text-align: left; }
		.sb-profile-menu-subheading { margin: -10px 0 8px 4px; color: #a9754a; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; text-align: left; }
		.sb-profile-menu-list li + li { border-top: 1px solid #eddcc0; }
		.sb-profile-menu-list a { display: flex; width: 100%; align-items: center; gap: 12px; padding: 13px 16px; color: #6c3d22; font-size: 14px; font-weight: 700; text-decoration: none; }
		.sb-profile-menu-list a > .fa:first-child { flex: 0 0 20px; color: #a95127; font-size: 17px; text-align: center; }
		.sb-profile-menu-list a span { flex: 1; min-width: 0; }
		.sb-profile-menu-list a .fa-chevron-right { flex: 0 0 auto; color: #c6a67e; font-size: 12px; }
		.sb-about-page { width: 100%; max-width: 440px; min-height: 100dvh; margin: 0 auto; padding: 22px 18px 105px; background: #fff7e9; color: #62351f; }
		.sb-about-mission { padding: 25px 20px 22px; border: 1px solid #e5cba5; border-radius: 22px; background: #fffaf1; box-shadow: 0 8px 26px rgba(93,47,24,.08); text-align: center; }
		.sb-about-page-founder-photo { display: block; width: 108px; height: 108px; margin: 0 auto 13px; object-fit: cover; border: 4px solid #fff7e9; border-radius: 50%; box-shadow: 0 0 0 2px #d9954a, 0 10px 26px rgba(91,45,22,.18); }
		.sb-about-mission h1 { margin: 0 0 7px; font-size: 27px; font-weight: 800; }
		.sb-about-founder-label { display: inline-flex; margin: 0 auto 18px !important; padding: 6px 11px; border: 1px solid #eccb9b; border-radius: 999px; background: #fff2dc; color: #a5582d !important; font-size: 10px !important; font-weight: 800; line-height: 1.4 !important; text-align: center !important; }
		.sb-about-mission-copy { padding-top: 16px; border-top: 1px solid #ecd9bf; }
		.sb-about-mission-copy p { margin: 0 0 13px; color: #78513a; font-size: 14px; line-height: 1.75; text-align: left; }
		.sb-about-mission-copy p:last-child { margin-bottom: 0; }
		.sb-about-founder-follow { display: inline-flex; min-height: 44px; margin: 20px auto 0; padding: 10px 21px; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; background: #1877f2; box-shadow: 0 7px 18px rgba(24,119,242,.24); color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: none; }
		.sb-about-founder-follow .fa { font-size: 17px; }
		.sb-about-contact-section { margin-top: 26px; }
		.sb-about-contact-lead { margin: 0 4px 16px; color: #79523b; font-size: 13px; line-height: 1.7; text-align: center; }
		.sb-about-contact-section .sb-profile-menu-subheading { margin: 0 0 9px 4px; }
		.sb-about-contact-section .sb-profile-menu-list a span strong, .sb-about-contact-section .sb-profile-menu-list a span small { display: block; }
		.sb-about-contact-section .sb-profile-menu-list a span small { margin-top: 2px; color: #9b745d; font-size: 9px; font-weight: 600; }

		.sb-home-header-action > .fa {
			font-size: 15px;
			line-height: 1;
		}

		.sb-home-account-avatar {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: 28px;
			height: 28px;
			border: 2px solid rgba(255, 255, 255, .9);
			border-radius: 50%;
			background: #fff6df;
			font-size: 14px;
			color: #963b14;
		}

/* Dev-only: clears the Tulsi streak cookie to re-test the daily flow. */
.sb-dev-reset-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 10px;
	border: 1px solid rgba(95, 48, 20, .25);
	border-radius: 999px;
	background: rgba(255, 255, 255, .6);
	font-size: 11px;
	color: #8a3c1d;
	cursor: pointer;
}

.sb-lang-switch {
	display: inline-flex;
	margin-bottom: clamp(14px, 4vw, 18px);
	border-radius: 999px;
	background: rgba(138, 60, 29, .1);
	overflow: hidden;
}

.sb-lang-option {
	padding: 5px 14px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	color: #8a3c1d;
	text-decoration: none;
}

.sb-lang-option:hover,
.sb-lang-option:focus {
	color: #8a3c1d;
	text-decoration: none;
}

.sb-lang-option.is-active {
	background: #8a3c1d;
	color: #fff8ed;
}

.sb-home-logo {
	display: block;
	max-width: 185px;
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.sb-home-header h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(36px, 10vw, 48px);
	font-weight: 700;
	line-height: 1.1;
	color: #8a3c1d;
}

.sb-home-header p {
	margin: clamp(8px, 3vw, 12px) 0 0;
	font-size: clamp(15px, 4.5vw, 18px);
	line-height: 1.5;
	color: #76533f;
}

.sb-deity-section {
	margin-bottom: clamp(14px, 4vw, 20px);
	padding: clamp(12px, 3.5vw, 16px) 0 clamp(8px, 2.5vw, 12px) clamp(10px, 3vw, 14px);
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(255, 255, 255, .78) 0%, rgba(246, 242, 233, .48) 72%);
}

.sb-deity-section-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.sb-deity-section-copy {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.sb-deity-section-copy > h2 { font-size: clamp(20px, 5.8vw, 24px); }

.sb-deity-section-copy > p { margin-bottom: clamp(10px, 3vw, 14px); }

.sb-deity-view-all,
.sb-deity-view-all:hover,
.sb-deity-view-all:focus,
.sb-deity-view-all:visited {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 5px;
	font-size: clamp(11px, 3.2vw, 13px);
	font-weight: 700;
	line-height: 1.4;
	color: #a34b1d;
}

.sb-deity-view-all .fa { font-size: .78em; }

.sb-deity-rail-wrap { position: relative; }

.sb-deity-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.sb-deity-grid--rail {
	flex-wrap: nowrap;
	gap: 8px;
	padding: 2px 30px 8px 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.sb-deity-grid--rail::-webkit-scrollbar { display: none; }

.sb-deity-column {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	margin-bottom: clamp(10px, 3vw, 16px);
}

.sb-deity-grid--rail .sb-deity-column {
	flex: 0 0 28.5%;
	max-width: 28.5%;
	margin-bottom: 0;
	scroll-snap-align: start;
}

.sb-deity-choice,
.sb-deity-choice:hover,
.sb-deity-choice:visited,
.sb-deity-choice:active {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 4px 2px;
	text-align: center;
	text-decoration: none;
	color: #542b19;
	border-radius: clamp(18px, 6vw, 24px);
}

.sb-deity-choice:focus {
	background: rgba(255, 255, 255, .68);
	color: #7b3218;
	text-decoration: none;
	outline: none;
}

.sb-deity-choice:focus .sb-deity-image {
	box-shadow: 0 0 0 5px rgba(215, 143, 37, .35), 0 16px 38px rgba(95, 48, 20, .2);
}

.sb-deity-image {
	display: block;
	width: clamp(72px, 22vw, 92px);
	aspect-ratio: 1 / 1;
	margin: 0 auto clamp(6px, 2vw, 10px);
	overflow: hidden;
	border: clamp(3px, 1vw, 4px) solid #fff;
	border-radius: 50%;
	background: #f2dfbf;
	box-shadow: 0 10px 24px rgba(95, 48, 20, .18);
}

.sb-deity-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sb-deity-name {
	display: block;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(13px, 3.8vw, 16px);
	font-weight: 700;
	line-height: 1.25;
}

.sb-deity-rail-next {
	position: absolute;
	top: clamp(31px, 9vw, 39px);
	right: 1px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid rgba(188, 111, 29, .34);
	border-radius: 50%;
	background: rgba(255, 250, 242, .96);
	box-shadow: 0 6px 16px rgba(95, 48, 20, .2);
	color: #a34b1d;
	cursor: pointer;
}

.sb-deity-rail-next:focus {
	outline: 2px solid rgba(215, 143, 37, .48);
	outline-offset: 2px;
}

.sb-deity-rail-next[hidden] { display: none; }

.sb-home-empty {
	max-width: 520px;
	margin: 0 auto;
	padding: clamp(22px, 8vw, 32px);
	font-size: clamp(15px, 4.5vw, 17px);
	color: #76533f;
}

.sb-today-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto auto minmax(160px, 1fr) auto auto auto;
	align-items: stretch;
	min-height: 100vh;
	min-height: 100dvh;
	gap: 14px;
	width: calc(100% + 30px);
	margin: 0 -15px clamp(16px, 4vw, 22px);
	padding: clamp(20px, 6vw, 26px) 16px 0;
	border: 0;
	border-bottom: 2px solid rgba(229, 164, 60, .72);
	//border-radius: 0 0 24px 24px;
	background: var(--sb-today-color, #f6dfbb);
	box-shadow: 0 12px 28px rgba(138, 77, 22, .12);
	overflow: hidden;
	isolation: isolate;
	text-align: center;
}

.sb-today-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), linear-gradient(180deg, rgba(38, 31, 27, .5), rgba(38, 31, 27, .64));
	pointer-events: none;
}

.sb-today-card > * {
	position: relative;
	z-index: 1;
}

.sb-today-card .sb-quote-card,
.sb-today-card .sb-day-color-card {
	margin: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.sb-today-card .sb-quote-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 11px 14px 13px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 14px;
	background: rgba(12, 10, 9, .08);
	text-align: center;
}

.sb-today-card .sb-day-color-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	text-align: center;
}

.sb-day-deity-stage {
	position: relative;
	display: flex;
	flex: 1;
	width: calc(100% + 32px);
	align-items: flex-end;
	justify-content: center;
	min-height: 160px;
	margin: 0 -16px;
	overflow: hidden;
}

.sb-day-deity-stage-image {
	display: block;
	pointer-events: auto;
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

.sb-day-deity-stage { container-type: size; }
.sb-day-deity-stage .sb-day-deity-chakra {
	top: 33%;
	width: min(70cqw, 90cqh);
	height: auto;
	z-index: 0;
}

.sb-home-rose-shower {
	position: absolute;
	top: 0;
	right: 15%;
	bottom: 64px;
	left: 15%;
	z-index: 2;
	overflow: hidden;
	pointer-events: none;
}

.sb-home-falling-rose {
	position: absolute;
	top: -38px;
	display: block;
	width: clamp(18px, 5.5vw, 28px);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 2px 3px rgba(43, 7, 5, .28));
	will-change: transform, opacity;
	animation: sbHomeRoseFall var(--sb-rose-fall-time, 6s) linear forwards;
}

@keyframes sbHomeRoseFall {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg);
		opacity: 0;
	}
	8% { opacity: 1; }
	90% { opacity: 1; }
	100% {
		transform: translate3d(var(--sb-rose-drift, 0), var(--sb-rose-distance, 260px), 0) rotate(var(--sb-rose-spin, 280deg));
		opacity: 0;
	}
}

.sb-day-deity-entry {
	position: absolute;
	bottom: 0;
	height: 100%;
	z-index: 1;
	display: flex;
	width: 100%;
	pointer-events: none;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	align-items: flex-end;
	justify-content: center;
	font: inherit;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.sb-day-deity-entry:focus-visible {
	outline: 2px solid #ffd38b;
	outline-offset: -4px;
}

.sb-day-deity-entry:active .sb-day-deity-stage-image {
	transform: scale(.99);
}

.sb-home .sb-vishesh-darshan-zone {
	display: none;
}

.sb-vishesh-darshan-zone {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	pointer-events: none;
}

.sb-vishesh-darshan-photo {
	position: absolute;
	top: var(--sb-darshan-y, 50%);
	left: var(--sb-darshan-x, 50%);
	display: block;
	width: clamp(30px, 9.5vw, 40px);
	aspect-ratio: 1;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 214, 135, .9);
	border-radius: 50%;
	background: rgba(48, 18, 13, .72);
	box-shadow: 0 0 0 3px rgba(255, 204, 102, .08), 0 0 13px rgba(255, 180, 62, .42);
	cursor: pointer;
	pointer-events: auto;
	animation:
	sbVisheshDarshanFloat var(--sb-darshan-duration, 10s) ease-in-out infinite,
	sbVisheshDarshanGlow 3.2s ease-in-out infinite;
	animation-delay: var(--sb-darshan-delay, 0s);
	overflow: hidden;
	will-change: transform, box-shadow, opacity;
	-webkit-tap-highlight-color: transparent;
}

.sb-vishesh-darshan-photo img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

@keyframes sbVisheshDarshanFloat {
	0%, 100% {
		transform: translate3d(-50%, -50%, 0) rotate(-1deg);
	}
	50% {
		transform: translate3d(calc(-50% + var(--sb-darshan-dx, 7px)), calc(-50% + var(--sb-darshan-dy, -7px)), 0) rotate(1.5deg);
	}
}

@keyframes sbVisheshDarshanGlow {
	0%, 100% {
		opacity: .78;
		box-shadow: 0 0 0 3px rgba(255, 204, 102, .06), 0 0 9px rgba(255, 180, 62, .28);
	}
	50% {
		opacity: 1;
		box-shadow: 0 0 0 4px rgba(255, 204, 102, .13), 0 0 18px rgba(255, 190, 75, .62);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sb-vishesh-darshan-photo {
		animation: none;
		opacity: 1;
	}
}

.sb-today-card .sb-day-color-text {
	align-items: center;
}

.sb-today-card .sb-quote-card-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	margin-bottom: 6px;
	letter-spacing: .08em;
	color: #ffd38b;
}

.sb-today-card .sb-quote-card-label::before,
.sb-today-card .sb-quote-card-label::after {
	content: "";
	width: clamp(30px, 13vw, 58px);
	height: 1px;
	background: rgba(255, 255, 255, .34);
}

.sb-today-card .sb-quote-card-sanskrit {
	font-size: clamp(20px, 6vw, 21px);
	line-height: 1.35;
	color: #fff;
}

.sb-today-card .sb-quote-card-meaning {
	font-size: clamp(13px, 3.9vw, 14px);
	line-height: 1.45;
	color: rgba(255, 255, 255, .88);
}

.sb-day-deity-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 10px 14px;
	background: rgba(0, 0, 0, .28);
	color: #fff;
	backdrop-filter: blur(3px);
}

.sb-today-card .sb-day-color-deity {
	font-size: clamp(12px, 3.8vw, 15px);
	font-weight: 700;
	color: #fff;
}

.sb-today-card > .sb-day-deity-summary { position: relative; inset: auto; width: calc(100% + 32px); margin: 0 -16px; }
.sb-today-card > .sb-quote-card { margin: 0 0 14px; }
.sb-today-card > .sb-daily-deity-actions { background: rgba(12, 10, 9, .08); backdrop-filter: none; }

.sb-day-color-meta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
	font-size: clamp(10px, 3.1vw, 12px);
	color: rgba(255, 255, 255, .8);
}

.sb-day-color-meta > i {
	font-style: normal;
}

.sb-day-color-meta b {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #ffd38b;
}

.sb-day-color-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(95, 48, 20, .2);
}

.sb-daily-deity-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 3px;
	width: calc(100% + 32px);
	margin: 0 -16px;
	padding: 11px 12px 13px;
	border-top: 1px solid rgba(255, 255, 255, .14);
	background: rgba(10, 8, 7, .3);
	backdrop-filter: blur(4px);
}

.sb-daily-deity-action,
.sb-daily-deity-action:hover,
.sb-daily-deity-action:focus,
.sb-daily-deity-action:visited {
	display: flex;
	min-width: 0;
	margin: 0;
	padding: 3px 2px;
	border: 0;
	background: transparent;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: rgba(255, 250, 240, .92);
	font-family: inherit;
	font-size: clamp(11px, 3.2vw, 13px);
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

/* Override the global anchor color inheritance in every link state. */
.sb-daily-deity-actions > .sb-daily-deity-action,
.sb-daily-deity-actions > .sb-daily-deity-action > span:last-child {
	color: #fff;
}

.sb-daily-deity-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(34px, 10.5vw, 42px);
	height: clamp(34px, 10.5vw, 42px);
	border: 1px solid rgba(255, 214, 143, .34);
	border-radius: 50%;
	background: rgba(255, 244, 220, .11);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
	color: #ffd38b;
	font-size: clamp(15px, 4.5vw, 18px);
}

.sb-daily-account-image { overflow: hidden; }
.sb-daily-temple-bell .sb-daily-deity-action-icon,
.sb-daily-temple-bell:active .sb-daily-deity-action-icon,
.sb-daily-temple-bell:focus-visible .sb-daily-deity-action-icon { border: 1px solid #edbd61; border-radius: 50%; background: rgba(245, 193, 91, .22); box-shadow: 0 0 10px rgba(237, 189, 97, .18); padding: 4px; }
.sb-daily-temple-bell .sb-daily-deity-action-icon img { display: block; width: 100%; height: 100%; object-fit: contain; transform-origin: 50% 0; animation: sbHomeBellSwing 3s ease-in-out infinite; }
.sb-daily-temple-bell > span:last-child { font-size: clamp(9px, 2.6vw, 11px); line-height: 1.35; }
@media (prefers-reduced-motion: reduce) { .sb-daily-temple-bell .sb-daily-deity-action-icon img { animation: none; } }
.sb-daily-account-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.sb-daily-account-image [hidden] { display: none; }

.sb-daily-deity-action-icon--om {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(18px, 5.3vw, 22px);
	font-weight: 700;
}

.sb-daily-deity-action-icon--diya {
	font-size: clamp(19px, 5.6vw, 23px);
}

.sb-daily-deity-action:active .sb-daily-deity-action-icon,
.sb-daily-deity-action:focus-visible .sb-daily-deity-action-icon {
	background: rgba(255, 211, 139, .24);
	transform: scale(.96);
}

.sb-home-mannat-action-icon {
	position: relative;
}

.sb-home-mannat-action-icon > img {
	display: block;
	max-width: 72%;
	max-height: 72%;
	object-fit: contain;
}

.sb-home-mannat-action-icon > small {
	position: absolute;
	top: -6px;
	right: -8px;
	display: inline-flex;
	min-width: 22px;
	height: 18px;
	padding: 0 5px;
	align-items: center;
	justify-content: center;
	border: 2px solid #64201f;
	border-radius: 999px;
	background: #ffd38b;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .24);
	color: #5b201d;
	font-size: 8px;
	font-weight: 800;
	line-height: 1;
}

.sb-home-mannat-action.is-completed .sb-daily-deity-action-icon {
	background: rgba(255, 211, 139, .23);
	box-shadow: 0 0 0 3px rgba(255, 211, 139, .11), 0 4px 12px rgba(0, 0, 0, .12);
}

.sb-home-mannat-action.is-completed-pulse .sb-daily-deity-action-icon {
	animation: sbHomeMannatActionPulse 900ms ease-out;
}

@keyframes sbHomeMannatActionPulse {
	0%, 100% { transform: scale(1); }
	45% { transform: scale(1.15); box-shadow: 0 0 22px rgba(255, 211, 139, .74); }
}

.sb-home-mannat-sheet {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 220ms ease;
}

.sb-home-mannat-sheet[hidden],
.sb-home-mannat-ceremony[hidden],
.sb-home-mannat-toast[hidden] {
	display: none !important;
}

.sb-home-mannat-sheet.is-open {
	opacity: 1;
	pointer-events: auto;
}

.sb-home-mannat-backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(24, 7, 5, .64);
}

.sb-home-mannat-panel {
	position: relative;
	z-index: 1;
	width: min(100%, 440px);
	padding: 10px 18px max(20px, env(safe-area-inset-bottom));
	border-radius: 26px 26px 0 0;
	background: linear-gradient(180deg, #fff4d8, #ffe5b8);
	box-shadow: 0 -14px 36px rgba(32, 8, 4, .28);
	color: #4b2417;
	text-align: center;
	transform: translateY(24px);
	transition: transform 220ms ease;
}

.sb-home-mannat-sheet.is-open .sb-home-mannat-panel { transform: translateY(0); }

.sb-home-mannat-symbol {
	display: flex;
	width: 48px;
	height: 48px;
	margin: 3px auto 7px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(142, 69, 28, .18);
	border-radius: 50%;
	background: rgba(255, 255, 255, .55);
	font-size: 25px;
}

.sb-home-mannat-panel h3 {
	margin: 0 0 5px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(20px, 5.6vw, 24px);
	line-height: 1.3;
}

.sb-home-mannat-panel > p {
	margin: 0 0 11px;
	color: #80533b;
	font-size: 12px;
	line-height: 1.45;
}

.sb-home-mannat-panel .sb-wish-textarea {
	min-height: 74px;
	margin-bottom: 11px;
	background: rgba(255, 255, 255, .68);
}

.sb-home-mannat-panel .sb-wish-textarea.has-error {
	border-color: #b72727;
	box-shadow: 0 0 0 2px rgba(183, 39, 39, .12);
}

.sb-home-mannat-error {
	margin: -5px 0 9px !important;
	color: #a31f1f !important;
	font-size: 12px !important;
	font-weight: 700;
	text-align: left;
}

.sb-home-mannat-error[hidden] { display: none !important; }

.sb-home-mannat-submit {
	width: 100%;
	min-height: 46px;
	padding: 9px 15px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #8d2523, #5b1717);
	box-shadow: 0 7px 16px rgba(91, 23, 23, .22);
	color: #fff8e9;
	font-size: 15px;
	font-weight: 800;
}

.sb-home-mannat-ceremony {
	position: fixed;
	inset: 0;
	z-index: 115;
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(10, 4, 3, .82);
	opacity: 0;
	pointer-events: auto;
	transition: opacity 260ms ease;
}

.sb-home-mannat-ceremony.is-visible { opacity: 1; }

.sb-mannat-ceremony-deity {
	position: absolute;
	z-index: 1;
	max-width: none;
	pointer-events: none;
	filter: brightness(1.08) drop-shadow(0 0 18px rgba(255, 207, 110, .65));
}

.sb-home-mannat-ceremony-flowers {
	position: absolute;
	inset: 0;
	z-index: 2;
	overflow: hidden;
	pointer-events: none;
}

.sb-today-card > .sb-home-mannat-target,
.sb-puja-stage > .sb-home-mannat-target {
	position: absolute;
	top: 76%;
	left: 48%;
	z-index: 2;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.sb-home-bell.is-mannat-target {
	z-index: 120;
	pointer-events: none;
}

.sb-home-bell.is-mannat-target::before {
	opacity: 1;
	transform: translateX(-50%) scale(1.16);
	animation: sbHomeMannatTargetGlow 1.2s ease-in-out infinite alternate;
}

@keyframes sbHomeMannatTargetGlow {
	from { opacity: .68; filter: brightness(1); }
	to { opacity: 1; filter: brightness(1.28); }
}

.sb-home-mannat-ceremony > [data-home-mannat-message] {
	position: absolute;
	top: 16%;
	left: 50%;
	z-index: 3;
	width: max-content;
	max-width: calc(100% - 48px);
	margin: 0;
	padding: 7px 14px;
	border: 1px solid rgba(255, 220, 150, .34);
	border-radius: 999px;
	background: rgba(35, 12, 8, .68);
	color: #fff5dc;
	font-family: inherit;
	font-size: clamp(13px, 3.8vw, 15px);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-shadow: 0 1px 6px rgba(0, 0, 0, .7);
	transform: translateX(-50%);
}

.sb-home-bell .sb-mannat-highlight {
	top: 27px;
	bottom: auto;
	left: 50%;
	width: 50px;
	height: 50px;
}

.sb-mannat-flying-thread.sb-mannat-flying-thread--home {
	z-index: 122;
	display: block;
	width: clamp(46px, 13vw, 58px);
	height: clamp(46px, 13vw, 58px);
	border: 0;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	object-fit: contain;
	filter:
	drop-shadow(0 0 8px rgba(255, 215, 118, 1))
	drop-shadow(0 0 18px rgba(255, 145, 45, .95));
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	transition-property: left, top, transform, filter;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.sb-home-mannat-video-overlay {
	z-index: 130;
	opacity: 1;
	transition: opacity .5s ease;
}

.sb-home-mannat-video-overlay::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 30px;
	background: #000;
	pointer-events: none;
}

.sb-home-mannat-video-overlay .sb-mannat-video {
	position: relative;
	z-index: 1;
	opacity: 1;
	transition: opacity .65s ease;
}

.sb-home-mannat-video-flowers {
	position: absolute;
	inset: 0;
	z-index: 3;
	overflow: hidden;
	opacity: 1;
	pointer-events: none;
	transition: opacity .6s ease;
}

.sb-home-mannat-video-flower {
	position: absolute;
	top: -44px;
	display: block;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 2px 4px rgba(30, 3, 3, .38));
	will-change: transform, opacity;
	animation: sbHomeMannatVideoFlowerFall var(--sb-video-flower-time, 5.4s) linear forwards;
}

@keyframes sbHomeMannatVideoFlowerFall {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg);
		opacity: 0;
	}
	8% { opacity: 1; }
	90% { opacity: 1; }
	100% {
		transform: translate3d(var(--sb-video-flower-drift, 0), var(--sb-video-flower-distance, 100vh), 0) rotate(var(--sb-video-flower-spin, 280deg));
		opacity: 0;
	}
}

.sb-home-mannat-video-blessing {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	width: min(84%, 380px);
	padding: 18px 20px;
	border: 1px solid rgba(255, 211, 133, .5);
	border-radius: 20px;
	background: rgba(45, 15, 8, .82);
	box-shadow: 0 10px 34px rgba(0, 0, 0, .38);
	color: #fff4d8;
	font-size: clamp(20px, 6vw, 28px);
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	opacity: 0;
	transform: translate(-50%, -46%) scale(.96);
	pointer-events: none;
	transition: opacity .55s ease, transform .55s ease;
}

.sb-home-mannat-video-overlay.is-finishing .sb-mannat-video,
.sb-home-mannat-video-overlay.is-finishing .sb-home-mannat-video-flowers {
	opacity: 0;
}

.sb-home-mannat-video-overlay.is-blessing .sb-home-mannat-video-blessing {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.sb-home-mannat-video-overlay.is-closing {
	opacity: 0;
}

.sb-home-mannat-toast {
	white-space: pre-line;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 130;
	width: min(calc(100% - 40px), 360px);
	padding: 15px 18px;
	border: 1px solid rgba(255, 210, 120, .48);
	border-radius: 16px;
	background: rgba(67, 18, 16, .96);
	box-shadow: 0 14px 34px rgba(30, 5, 3, .32);
	color: #fff3d4;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.45;
	text-align: center;
	opacity: 0;
	transform: translate(-50%, -45%) scale(.94);
	transition: opacity 220ms ease, transform 220ms ease;
}

.sb-home-mannat-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.sb-daily-punya {
	width: calc(100% + 32px);
	margin: 0 -16px;
	padding: 7px 12px 12px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	background: rgba(10, 8, 7, .38);
}

.sb-daily-punya-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-bottom: 7px;
	color: #ffd38b;
	font-size: clamp(10px, 2.9vw, 12px);
	font-weight: 700;
}

.sb-daily-punya-divider::before,
.sb-daily-punya-divider::after {
	content: "";
	width: clamp(30px, 13vw, 54px);
	height: 1px;
	background: rgba(255, 211, 139, .4);
}

.sb-daily-punya-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.sb-daily-punya-action,
.sb-daily-punya-action:hover,
.sb-daily-punya-action:focus,
.sb-daily-punya-action:visited {
	display: flex;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: rgba(255, 250, 240, .92);
	font-family: inherit;
	font-size: clamp(10px, 2.9vw, 12px);
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.sb-daily-punya-image {
	display: block;
	width: clamp(42px, 12vw, 50px);
	height: clamp(42px, 12vw, 50px);
	padding: 2px;
	border: 1px solid rgba(255, 211, 139, .48);
	border-radius: 50%;
	background: rgba(255, 244, 220, .12);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
	overflow: hidden;
}

.sb-daily-punya-image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.sb-daily-punya-action:active .sb-daily-punya-image,
.sb-daily-punya-action:focus-visible .sb-daily-punya-image {
	border-color: #ffd38b;
	transform: scale(.96);
}

.sb-puja-page {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	justify-content: center;
	padding: 0;
	background: #110b18;
}

.sb-puja-app {
	width: 100%;
	max-width: 440px;
	min-height: 100vh;
	min-height: 100dvh;
}

.sb-puja-stage {
	//--sb-floor-height: 10%;
	padding-top: 3%;
	position: relative;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	overflow: hidden;
	background: #c9b68d;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
	isolation: isolate;
}

.sb-puja-stage.is-ceremony-running .sb-temple-bell,
.sb-puja-stage.is-ceremony-running .sb-deity-thali,
.sb-puja-stage.is-ceremony-running .sb-mannat-dhaga,
.sb-puja-stage.is-ceremony-running .sb-deity-shankh,
.sb-puja-stage.is-objects-locked .sb-temple-bell,
.sb-puja-stage.is-objects-locked .sb-deity-thali,
.sb-puja-stage.is-objects-locked .sb-mannat-dhaga,
.sb-puja-stage.is-objects-locked .sb-deity-shankh,
.sb-puja-stage.is-objects-locked .sb-deity-flower,
.sb-puja-stage.is-objects-locked .sb-deity-aarti,
.sb-puja-stage.is-objects-locked .sb-deity-blessing,
.sb-puja-stage.is-objects-locked .sb-deity-parikrama,
.sb-puja-stage.is-objects-locked .sb-deity-settle,
.sb-puja-stage.is-objects-locked .sb-ritual-object {
	pointer-events: none;
}

.sb-puja-stage.is-ceremony-running .sb-scene-spotlight,
.sb-puja-stage.is-objects-locked .sb-scene-spotlight {
	pointer-events: auto;
}

.sb-puja-stage .sb-lang-switch {
	position: absolute;
	top: max(10px, env(safe-area-inset-top));
	right: 10px;
	z-index: 14;
	margin-bottom: 0;
	background: rgba(0, 0, 0, .35);
}

.sb-puja-stage .sb-lang-option {
	color: #f2e2c8;
}

.sb-puja-stage .sb-lang-option.is-active {
	background: #ec8f2f;
	color: #3a1c05;
}

.sb-mandir-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: calc(100% - var(--sb-floor-height, 0%));
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, .5), transparent 42%), linear-gradient(180deg, #d8cab0, #80603d);
}

.sb-mandir-background-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sb-mandir-floor {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: var(--sb-floor-height, 0%);
	z-index: 2;
	background: #4b2716;//linear-gradient(180deg, #7a4a28, #5d351e);
	box-shadow: inset 0 10px 20px rgba(0, 0, 0, .15);
}

.sb-mandir-shelf {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	pointer-events: none;
}

.sb-mandir-shelf img {
	width: clamp(34px, 10vw, 56px);
	object-fit: contain;
	filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .35));
}

.sb-seva-board-preview {
	position: absolute;
	top: 55%;
	right: 0%;
	z-index: 5;
	width: 58px;
	padding: 8px 5px;
	transform: translateY(-50%);
	border: 1px solid rgba(242, 190, 86, .86);
	border-radius: clamp(10px, 3vw, 14px);
	background: linear-gradient(180deg, rgba(77, 38, 13, .94), rgba(39, 19, 8, .96));
	box-shadow: 0 5px 14px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 225, 151, .25);
	color: #ffe5a1;
	text-align: center;
	pointer-events: none;
}

.sb-seva-board-title {
	margin: 0 0 clamp(4px, 1vw, 5px);
	font-size: clamp(9px, 2.5vw, 12px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .02em;
}

.sb-seva-board-list {
	display: flex;
	max-height: min(40dvh, 252px);
	overflow-y: auto;
	scrollbar-width: thin;
	pointer-events: auto;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.sb-seva-board-person {
	display: flex;
	width: 35px;
	min-height: 35px;
	padding: 2px;
	border: 0;
	background: transparent;
	flex-shrink: 0;
	min-width: 0;
	align-items: center;
	justify-content: center;
}

.sb-seva-board-person img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	flex-shrink: 0;
	border: 1px solid rgba(255, 225, 151, .9);
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .4);
}

.sb-seva-board-avatar-fallback {
	display: flex;
	width: clamp(28px, 8vw, 36px);
	height: clamp(28px, 8vw, 36px);
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 225, 151, .9);
	border-radius: 50%;
	background: rgba(255, 225, 151, .12);
	color: #ffe5a1;
	font-size: clamp(12px, 3.5vw, 16px);
}

.sb-seva-board-person[data-open-seva-person-popup] {
	cursor: pointer;
	pointer-events: auto;
}

/* Empty seats always show - the board always reads as "3 seats", not
   "1 seat, mostly hidden" - and the dashed outline makes clear these are
   bookable, not broken. */
   .sb-seva-board-person--empty {
   	display: flex;

   	align-items: center;
   	justify-content: center;
   	border: 1px dashed rgba(255, 225, 161, .6);
   	border-radius: 50%;
   	cursor: pointer;
   	pointer-events: auto;
   }

   .sb-seva-board-person--empty::before {
   	content: '+';
   	color: rgba(255, 229, 161, .85);
   	font-size: clamp(16px, 5vw, 22px);
   	font-weight: 700;
   	line-height: 1;
   }

   .sb-seva-board-book-btn {
   	display: block;
   	width: 100%;
   	margin-bottom: 10px;
   	padding: 8px 2px;
   	line-height: 1.4;
   	border: none;
   	border-radius: 10px;
   	background: linear-gradient(180deg, #f6cd7a, #d99a37);
   	color: #3a1e0c;
   	font-size: clamp(8px, 2.2vw, 10px);
   	font-weight: 800;
   	cursor: pointer;
   	pointer-events: auto;
   	box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
   }

   .sb-puja-stage.is-ceremony-running .sb-seva-board-preview,
   .sb-puja-stage.is-objects-locked .sb-seva-board-preview {
   	opacity: .25;
   }

   .sb-deity-platform-scatter {
   	position: absolute;
   	left: 2%;
   	right: 2%;
   	top: 80%;
   	bottom: 0%;
   	z-index: 6;
   	pointer-events: none;
   }

   .sb-platform-flower {
   	position: absolute;
   	object-fit: contain;
   	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .35));
   }

   .sb-ambient-flower-shower {
   	position: absolute;
   	inset: 0;
   	z-index: 9;
   	overflow: hidden;
   	pointer-events: none;
   }

   .sb-ambient-flower-shower.is-elevated {
   	z-index: 42;
   }

   .sb-shower-flower {
   	position: absolute;
   	top: -8%;
   	object-fit: contain;
   	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .3));
   	animation-name: sbFlowerFall;
   	animation-timing-function: linear;
   	animation-fill-mode: forwards;
   }

   @keyframes sbFlowerFall {
   	0% { transform: translateY(0) rotate(0deg); opacity: 0; }
   	8% { opacity: 1; }
   	92% { opacity: 1; }
   	100% { transform: translateY(100dvh) rotate(var(--spin, 360deg)); opacity: 0; }
   }

/* Base positioning for every ritual object - so a brand-new object_key the
   admin creates (with no hand-authored .sb-deity-{key} class of its own)
   still positions correctly using its top/left % instead of falling into
   normal document flow. Placed before every named object rule below so
   those (equal-specificity, single-class) rules still win the cascade
   and can override this default freely - this only fills gaps. */
   .sb-ritual-object {
   	position: absolute;
   	z-index: 8;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	gap: clamp(2px, 0.6vw, 4px);
   	margin: 0;
   	padding: 0;
   	border: none;
   	background: none;
   	transform: translate(-50%, -50%);
   	cursor: pointer;
   }

/* Any ritual object marked Inactive in the admin - stays a real, positioned
   element (so its target position/action is still usable by anything
   overridden to point at it - see handlersByKey/handlersByActionKey in
   ritual-object-actions.js), it just never becomes a real, visible,
   tappable object on the stage. */
   [data-inactive-anchor] {
   	visibility: hidden;
   	pointer-events: none;
   }

   .sb-temple-bell {
   	--sb-bell-top: 0%;
   	--sb-bell-side: 5%;
   	--sb-bell-height: 20%;
   	position: absolute;
   	top: var(--sb-bell-top);
   	z-index: 10;
   	display: block;
   	height: var(--sb-bell-height);
   	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
   	background: none;
   	cursor: pointer;
   	transform: none;
   	transform-origin: top center;
   }

   .sb-temple-bell--left {
   	left: var(--sb-bell-side);
   }

   .sb-temple-bell--right {
   	right: var(--sb-bell-side);
   }

   .sb-temple-bell img {
   	display: block;
   	height: 100%;
   	width: auto;
   	object-fit: contain;
   	filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .4));
   	pointer-events: none;
   }

   .sb-temple-bell.is-swinging {
   	animation-name: sbBellSwing;
   	animation-timing-function: ease-in-out;
   	animation-duration: 1.2s;
   }

   .sb-puja-stage .sb-scene-spotlight {
   	z-index: 41;
   	isolation: isolate;
   	filter: brightness(1.18) drop-shadow(0 0 14px rgba(255, 205, 105, .9));
   }

   .sb-puja-stage.sb-deity-highlight-active .sb-item-mover,
   .sb-puja-stage.sb-deity-highlight-active .sb-offering-target-item,
   .sb-puja-stage.sb-deity-highlight-active .sb-ritual-orbit-item,
   .sb-puja-stage.sb-deity-highlight-active .sb-water-offering,
   .sb-puja-stage.sb-deity-highlight-active .sb-incense-offering {
   	z-index: 42;
   }

   .sb-scene-spotlight::after {
   	content: '';
   	position: absolute;
   	inset: -45%;
   	z-index: -1;
   	border-radius: 50%;
   	background: radial-gradient(circle, rgba(255, 210, 120, .4), transparent 70%);
   	pointer-events: none;
   }

   @keyframes sbBellSwing {
   	0% { transform: rotate(0deg); }
   	20% { transform: rotate(18deg); }
   	40% { transform: rotate(-18deg); }
   	60% { transform: rotate(18deg); }
   	80% { transform: rotate(-18deg); }
   	100% { transform: rotate(0deg); }
   }

   .sb-mannat-coil {
   	--sb-coil-bottom: 58%;
   	--sb-coil-side: 47%;
   	--sb-coil-max-height: 55%;
   	--sb-coil-height: 0%;
   	position: absolute;
   	bottom: var(--sb-coil-bottom);
   	width: 3px;
   	height: var(--sb-coil-height);
   	max-height: var(--sb-coil-max-height);
   	border-radius: 2px;
   	background: repeating-linear-gradient(0deg,
   		#c81e1e 0px, #c81e1e 2px,
   		#7a0f0f 2px, #7a0f0f 3px,
   		#a81616 3px, #a81616 4px);
   	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
   	transition: height 900ms ease;
   	pointer-events: none;
   }

   .sb-temple-bell--left .sb-mannat-coil {
   	left: var(--sb-coil-side);
   }

   .sb-temple-bell--right .sb-mannat-coil {
   	right: var(--sb-coil-side);
   }

   .sb-mannat-highlight {
   	position: absolute;
   	bottom: var(--sb-coil-bottom);
   	width: 26px;
   	height: 26px;
   	border-radius: 50%;
   	background: radial-gradient(circle, rgba(255, 110, 90, .95), rgba(255, 110, 90, 0) 70%);
   	transform: translate(-50%, 50%);
   	pointer-events: none;
   	z-index: 6;
   	animation: sbMannatHighlight 900ms ease-out forwards;
   }

   .sb-temple-bell--left .sb-mannat-highlight {
   	left: var(--sb-coil-side);
   }

   .sb-temple-bell--right .sb-mannat-highlight {
   	right: var(--sb-coil-side);
   	transform: translate(50%, 50%);
   }

   @keyframes sbMannatHighlight {
   	0% { opacity: 0; }
   	25% { opacity: 1; }
   	100% { opacity: 0; }
   }

   .sb-mannat-counter {
   	position: absolute;
   	top: max(10px, env(safe-area-inset-top));
   	left: 50%;
   	z-index: 14;
   	transform: translateX(-50%);
   	padding: 5px 14px;
   	border-radius: 999px;
   	background: rgba(0, 0, 0, .45);
   	color: #f2e2c8;
   	font-size: 11px;
   	font-weight: 600;
   	white-space: nowrap;
   	box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
   }

   .sb-mannat-counter[hidden] { display: none !important; }

   .sb-mannat-overlay {
   	position: absolute;
   	inset: 0;
   	z-index: 40;
   	background: rgba(0, 0, 0, .82);
   	opacity: 0;
   	pointer-events: none;
   	transition: opacity 400ms ease;
   }

   .sb-mannat-overlay.is-visible {
   	pointer-events: auto;
   }

   .sb-mannat-spinner {
   	position: absolute;
   	top: 50%;
   	left: 50%;
   	z-index: 46;
   	transform: translate(-50%, -50%);
   	width: 36px;
   	height: 36px;
   	border: 3px solid rgba(255, 210, 120, .25);
   	border-top-color: #ffcf6b;
   	border-radius: 50%;
   	pointer-events: none;
   	animation: sbMannatSpin 800ms linear infinite;
   }

   .sb-mannat-spinner[hidden] { display: none !important; }

   @keyframes sbMannatSpin {
   	to { transform: translate(-50%, -50%) rotate(360deg); }
   }

   .sb-mannat-overlay.is-visible {
   	opacity: 1;
   }

   .sb-mannat-overlay[hidden] { display: none !important; }

   .sb-mannat-video-overlay {
   	position: fixed;
   	inset: 0;
   	z-index: 90;
   	display: flex;
   	align-items: center;
   	justify-content: center;
   	background: #000;
   }

   .sb-mannat-video-overlay[hidden] { display: none !important; }

   .sb-mannat-video {
   	width: 100%;
   	height: 100%;
   	object-fit: contain;
   }

   .sb-instagram-fab {
   	position: absolute;
   	right: 14px;
   	bottom: calc(env(safe-area-inset-bottom, 0px) + 83px);
   	z-index: 12;
   	display: flex;
   	width: 48px;
   	height: 48px;
   	align-items: center;
   	justify-content: center;
   	border: 1px solid rgba(255, 210, 120, .4);
   	border-radius: 50%;
   	background: rgba(20, 10, 5, .92);
   	box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
   	font-size: 22px;
   	text-decoration: none;
   }

   .sb-instagram-fab i {
   	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
   	-webkit-background-clip: text;
   	background-clip: text;
   	-webkit-text-fill-color: transparent;
   }

   .sb-mannat-flying-thread {
   	position: fixed;
   	top: 50%;
   	left: 50%;
   	width: 10px;
   	height: 10px;
   	border-radius: 50%;
   	background: radial-gradient(circle, #ff5c5c, #a30000);
   	box-shadow: 0 0 10px rgba(255, 60, 60, .9);
   	z-index: 50;
   	pointer-events: none;
   	transform: translate(-50%, -50%) scale(.4);
   	opacity: 0;
   	animation: sbMannatFly 750ms cubic-bezier(.2, .8, .3, 1) forwards;
   }

   @keyframes sbMannatFly {
   	0% { transform: translate(-50%, -50%) scale(.4); opacity: 0; }
   	15% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
   	100% {
   		transform: translate(calc(-50% + var(--fly-x, 0px)), calc(-50% + var(--fly-y, 0px))) scale(.3);
   		opacity: .3;
   	}
   }

   .sb-deity-platform-default {
   	position: absolute;
   	top: 38%;
   	left: 50%;
   	z-index: 1;
   	width: 60%;
   	aspect-ratio: 1 / 1;
   	border-radius: 50%;
   	background: repeating-conic-gradient(from 0deg,
   		rgba(255, 240, 200, .5) 0deg 4deg,
   		rgba(255, 240, 200, .12) 4deg 18deg);
   	-webkit-mask-image: radial-gradient(circle, #000 0%, #000 50%, transparent 78%);
   	mask-image: radial-gradient(circle, #000 0%, #000 50%, transparent 78%);
   	mix-blend-mode: screen;
   	filter: blur(3px);
   	opacity: .85;
   	pointer-events: none;
   	animation: sbSunburstSpin 3s linear infinite;
   }

   @keyframes sbSunburstSpin {
   	from { transform: translate(-50%, -50%) rotate(0deg); }
   	to { transform: translate(-50%, -50%) rotate(18deg); }
   }

   .sb-deity-thali {
   	position: absolute;
   	bottom: auto;
   	left: 50%;
   	transform: translate(-50%, -100%);
   	z-index: 8;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	gap: clamp(2px, 0.6vw, 4px);
   	margin: 0;
   	padding: clamp(6px, 2vw, 10px);
   	border: none;
   	background: none;
   	cursor: pointer;
   }

   .sb-object-vignette::before {
   	content: '';
   	position: absolute;
   	inset: 17%;
   	border-radius: 10%;
   	background: radial-gradient(circle, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .4) 55%, transparent 80%);
   	pointer-events: none;
   }

   .sb-deity-thali img {
   	width: 115px;
   	height: auto;
   	max-width: none;
   	max-height: none;
   	object-fit: contain;
   	filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .35));
   }

   .sb-deity-thali-badge {
   	margin-top: 10px;
   	display: inline-block;
   	padding: clamp(6px, 1.8vw, 6px) clamp(16px, 4.5vw, 16px);
   	border-radius: 999px;
   	background: #14171f;
   	color: #fff;
   	font-size: clamp(12px, 3.2vw, 12px);
   	font-weight: 600;
   	letter-spacing: .2px;
   	white-space: nowrap;
   	box-shadow: 0 6px 16px rgba(0, 0, 0, .4);
   }

   @keyframes sbThaliInvite {
   	0%, 100% { transform: translateX(-50%) scale(1); filter: drop-shadow(0 0 6px rgba(255, 210, 120, .35)); }
   	50% { transform: translateX(-50%) scale(1.03); filter: drop-shadow(0 0 12px rgba(255, 210, 120, .55)); }
   }

   .sb-deity-thali[hidden] { display: none !important; }

   .sb-mannat-dhaga {
   	--sb-mannat-dhaga-top: 9%;
   	--sb-mannat-dhaga-left: 51%;
   	position: absolute;
   	top: var(--sb-mannat-dhaga-top);
   	left: var(--sb-mannat-dhaga-left);
   	transform: translate(-50%, -50%);
   	z-index: 8;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	gap: clamp(2px, 0.6vw, 4px);
   	margin: 0;
   	padding: clamp(4px, 1.5vw, 8px);
   	border: none;
   	background: none;
   	cursor: pointer;
   }

   .sb-icon-glow-badge {
   	border: 1px solid rgba(255, 210, 120, .4);
   	border-radius: 50%;
   	background: rgba(20, 10, 5, .92);
   	padding: 6px;
   	box-sizing: border-box;
   	filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .4));
   	animation: sbIconGlowPulse 2.4s ease-in-out infinite;
   }

   @keyframes sbIconGlowPulse {
   	0%, 100% { box-shadow: 0 8px 20px rgba(0, 0, 0, .4), 0 0 10px rgba(255, 190, 80, .4); }
   	50% { box-shadow: 0 8px 20px rgba(0, 0, 0, .4), 0 0 18px rgba(255, 190, 80, .8); }
   }

   .sb-mannat-dhaga img {
   	width: clamp(38px, 13vw, 35px);
   	height: clamp(38px, 13vw, 35px);
   	object-fit: contain;
   	transform-origin: center center;
   	animation: sbDhagaBreath 4s ease-in-out infinite alternate, sbIconGlowPulse 2.4s ease-in-out infinite;
   }

   @keyframes sbDhagaBreath {
   	0% { transform: scale(1) translateY(0); }
   	100% { transform: scale(1.12) translateY(-8%); }
   }

   .sb-object-label {
   	display: inline-block;
   	padding: clamp(4px, 1.4vw, 6px) clamp(10px, 3vw, 14px);
   	border-radius: 999px;
   	background: #14171f;
   	color: #fff;
   	font-size: clamp(10px, 2.8vw, 15px);
   	font-weight: 600;
   	letter-spacing: .2px;
   	white-space: nowrap;
   	box-shadow: 0 6px 16px rgba(0, 0, 0, .4);
   }

   .sb-ritual-object-label--top {
   	order: -1;
   	margin: 0 0 var(--sb-object-label-gap, 4px);
   }

   .sb-ritual-object-label--bottom {
   	order: 2;
   	margin: var(--sb-object-label-gap, 4px) 0 0;
   }

   .sb-puja-stage .sb-ritual-object.sb-label-layout--around {
   	overflow: visible;
   }

   .sb-ritual-object-curved-label {
   	position: absolute;
   	left: 50%;
   	top: 50%;
   	z-index: 2;
   	display: block;
   	width: clamp(82px, 25vw, 112px);
   	height: clamp(66px, 20vw, 90px);
   	transform: translate(-50%, calc(-50% - var(--sb-object-label-gap, 4px)));
   	pointer-events: none;
   }

   .sb-ritual-object-curved-label svg {
   	display: block;
   	width: 100%;
   	height: 100%;
   	overflow: visible;
   }

   .sb-ritual-object-curved-label text {
   	fill: #fff;
   	font-family: inherit;
   	font-size: clamp(11px, 3vw, 14px);
   	font-weight: 700;
   	letter-spacing: .15px;
   	paint-order: stroke;
   	stroke: rgba(15, 10, 6, .9);
   	stroke-width: 3px;
   	stroke-linejoin: round;
   	text-anchor: middle;
   }

   .sb-mannat-dhaga-badge {
   	margin-bottom: 15px;
   }

   .sb-mannat-dhaga-count-text {
   	margin-top: 4px;
   	font-size: clamp(9px, 2.4vw, 11px);
   	font-weight: 600;
   	color: #f2e2c8;
   	text-shadow: 0 2px 6px rgba(0, 0, 0, .8);
   	white-space: nowrap;
   }

   .sb-deity-blessing {
   	position: absolute;
   	top: 10%;
   	left: 15%;
   	transform: translate(-50%, -50%);
   	z-index: 8;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	gap: clamp(2px, 0.6vw, 4px);
   	margin: 0;
   	padding: 0;
   	border: none;
   	background: none;
   }

   .sb-ritual-object-visual {
   	width: clamp(32px, 11vw, 52px);
   	height: clamp(32px, 11vw, 52px);
   	object-fit: contain;
   	pointer-events: none;
   }

   .sb-ritual-left-stack {
   	position: absolute;
   	left: 4%;
   	bottom: 42%;
   	height: 65%;
   	z-index: 8;
   	display: flex;
   	flex-direction: column-reverse;
   	align-items: center;
   	justify-content: flex-start;
   	gap: 10%;
   	pointer-events: none;
   }

   .sb-puja-stage .sb-ritual-left-stack .sb-ritual-object--stacked {
   	position: relative;
   	top: auto;
   	left: auto;
   	right: auto;
   	transform: none;
   	flex: 0 0 auto;
   	pointer-events: auto;
   }

   img.sb-ritual-object-visual {
   	display: block;
   }

   .sb-ritual-object-symbol {
   	display: flex;
   	align-items: center;
   	justify-content: center;
   	font-size: clamp(16px, 5vw, 22px);
   }

   .sb-deity-parikrama {
   	position: absolute;
   	top: 10%;
   	left: 85%;
   	transform: translate(-50%, -50%);
   	z-index: 8;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	gap: clamp(2px, 0.6vw, 4px);
   	margin: 0;
   	padding: 0;
   	border: none;
   	background: none;
   }

   .sb-parikrama-orbit-item {
   	position: absolute;
   	top: 0;
   	left: 0;
   	z-index: 41;
   	font-size: clamp(20px, 6vw, 28px);
   	line-height: 1;
   	pointer-events: none;
   }

   .sb-deity-tilak {
   	--sb-settle-top: 20%;
   	--sb-settle-left: 15%;
   }

   .sb-deity-nariyal {
   	--sb-settle-top: 20%;
   	--sb-settle-left: 85%;
   }

   .sb-deity-mala {
   	--sb-settle-top: 30%;
   	--sb-settle-left: 85%;
   }

   .sb-deity-settle {
   	position: absolute;
   	top: var(--sb-settle-top);
   	left: var(--sb-settle-left);
   	transform: translate(-50%, -50%);
   	z-index: 8;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	gap: clamp(2px, 0.6vw, 4px);
   	margin: 0;
   	padding: 0;
   	border: none;
   	background: none;
   }

   .sb-deity-taali {
   	position: absolute;
   	top: 30%;
   	left: 15%;
   	transform: translate(-50%, -50%);
   	z-index: 8;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	gap: clamp(2px, 0.6vw, 4px);
   	margin: 0;
   	padding: 0;
   	border: none;
   	background: none;
   }

   .sb-deity-taali .sb-ritual-object-symbol {
   	transition: transform 120ms ease-out;
   }

   .sb-deity-taali.is-clapping .sb-ritual-object-symbol {
   	animation: sbTaaliClapPulse 220ms ease-out;
   }

   @keyframes sbTaaliClapPulse {
   	0% { transform: scale(1); }
   	40% { transform: scale(1.25); }
   	100% { transform: scale(1); }
   }

   .sb-deity-shankh {
   	--sb-shankh-top: 84%;
   	--sb-shankh-left: 25%;
   	position: absolute;
   	top: var(--sb-shankh-top);
   	left: var(--sb-shankh-left);
   	transform: translate(-50%, -50%);
   	z-index: 8;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	gap: clamp(2px, 0.6vw, 4px);
   	margin: 0;
   	padding: 0;
   	border: 0;
   	background: none;
   	cursor: pointer;
   }

   .sb-deity-shankh-badge {
   	margin-bottom: 0px;
   	margin-top: 20px;
   }

   .sb-deity-shankh.is-playing .sb-icon-glow-badge {
   	animation: sbShankhPlayGlow 600ms ease-in-out infinite, sbShankhPlayPulse 350ms ease-out;
   }

   @keyframes sbShankhPlayGlow {
   	0%, 100% { box-shadow: 0 8px 20px rgba(0, 0, 0, .4), 0 0 14px rgba(255, 190, 80, .6); }
   	50% { box-shadow: 0 8px 20px rgba(0, 0, 0, .4), 0 0 26px rgba(255, 190, 80, 1); }
   }

   .sb-deity-flower {
   	--sb-flower-top: 92%;
   	--sb-flower-left: 32%;
   	position: absolute;
   	top: var(--sb-flower-top);
   	left: var(--sb-flower-left);
   	transform: translate(-50%, -50%);
   	z-index: 8;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	gap: clamp(2px, 0.6vw, 4px);
   	margin: 0;
   	padding: 0;
   	border: 0;
   	background: none;
   	cursor: pointer;
   }

   .sb-deity-flower-badge {
   	margin-bottom: 0px;
   	margin-top: 20px;
   }

   .sb-deity-flower.is-playing .sb-icon-glow-badge {
   	animation: sbShankhPlayGlow 600ms ease-in-out infinite, sbShankhPlayPulse 350ms ease-out;
   }

   @keyframes sbShankhPlayPulse {
   	0% { transform: scale(1); }
   	40% { transform: scale(1.15); }
   	100% { transform: scale(1); }
   }

   .sb-deity-aarti {
   	--sb-aarti-top: 60%;
   	--sb-aarti-left: 78%;
   	position: absolute;
   	top: var(--sb-aarti-top);
   	left: var(--sb-aarti-left);
   	transform: translate(-50%, -50%);
   	z-index: 8;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	gap: clamp(2px, 0.6vw, 4px);
   	margin: 0;
   	padding: 0;
   	border: 0;
   	background: none;
   	cursor: pointer;
   }

   .sb-deity-aarti-badge {
   	margin-bottom: 0px;
   	margin-top: 20px;
   }

   .sb-deity-aarti.is-playing .sb-icon-glow-badge {
   	animation: sbShankhPlayGlow 600ms ease-in-out infinite;
   }

   .sb-puja-stage .sb-ritual-object.sb-label-layout--compact {
   	flex-direction: row;
   	align-items: center;
   	justify-content: center;
   	gap: 0;
   	min-height: clamp(40px, 12vw, 52px);
   	padding: clamp(4px, 1.2vw, 6px) clamp(7px, 2vw, 10px);
   	border-radius: 999px;
   	background: rgba(20, 23, 31, .96);
   	box-shadow: 0 6px 16px rgba(0, 0, 0, .4);
   }

   .sb-puja-stage .sb-label-layout--compact .sb-ritual-object-label--compact {
   	order: 2;
   	margin: 0 0 0 var(--sb-object-label-gap, 4px);
   	padding: 0;
   	background: transparent;
   	font-size: clamp(10px, 2.8vw, 14px);
   	box-shadow: none;
   }

   .sb-puja-stage .sb-label-layout--compact img,
   .sb-puja-stage .sb-label-layout--compact .sb-ritual-object-symbol {
   	width: clamp(28px, 8.5vw, 40px);
   	height: clamp(28px, 8.5vw, 40px);
   }

   .sb-puja-stage .sb-label-layout--compact .sb-icon-glow-badge {
   	padding: 3px;
   }

   .sb-deity-layer {
   	position: absolute;
   	left: 50%;
   	top: 56%;
   	z-index: 3;
   	display: flex;
   	width: 110%;
   	align-items: flex-end;
   	justify-content: center;
   	transform: translate(-50%, -50%);
   	pointer-events: none;
   }

   .sb-mandir-overlay {
   	position: absolute;
   	inset: 0;
   	z-index: 2;
   	background: #000;
   	opacity: 0;
   	pointer-events: none;
   }

   .sb-deity-layer img {
   	position: relative;
   	z-index: 1;
   	display: block;
   	max-width: 55%;
   	max-height: 64vh;
   	max-height: 64dvh;
   	object-fit: contain;
   	filter: drop-shadow(0 12px 16px rgba(0, 0, 0, .2)) saturate(1.03) contrast(1.02);
   	transform-origin: center center;
   	//animation: sbSlowBreath 4s ease-in-out infinite alternate;
   }

   @keyframes sbSlowBreath {
   	0% { transform: scale(1) translateY(0); }
   	100% { transform: scale(1.035) translateY(-.6%); }
   }

   .sb-deity-loop-video {
   	position: absolute;
   	inset: 0;
   	z-index: 1;
   	display: block;
   	width: 100%;
   	height: 100%;
   	object-fit: contain;
   	background: #000;
   }

   .sb-ritual-orbit-item {
   	position: absolute;
   	left: 0;
   	top: 0;
   	z-index: 7;
   	width: clamp(46px, 13.5vw, 80px);
   	height: clamp(46px, 13.5vw, 80px);
   	object-fit: contain;
   	transform: translate(-50%, -50%);
   	filter: drop-shadow(0 0 14px rgba(255, 190, 60, .85));
   	transition: opacity 320ms ease;
   	pointer-events: none;
   }

   .sb-music-sheet[hidden],
   .sb-ritual-orbit-item[hidden],
   .sb-timeline-prompt[hidden],
   .sb-support-prompt[hidden],
   .sb-start-puja[hidden],
   .sb-flower-choice-row[hidden],
   .sb-blessing-line[hidden],
   .sb-timeline-video[hidden],
   .sb-completion-card[hidden] { display: none !important; }

   .sb-timeline-video {
   	position: absolute;
   	inset: 0;
   	z-index: 900;
   	display: block;
   	width: 100%;
   	height: 100%;
   	object-fit: cover;
   	background: #000;
   }

   .sb-wish-layer {
   	position: absolute;
   	inset: 0;
   	z-index: 45;
   	overflow: hidden;
   	pointer-events: none;
   }

   .sb-wish-ring {
   	position: absolute;
   	left: 50%;
   	top: 42%;
   	width: clamp(70px, 20vw, 96px);
   	height: clamp(70px, 20vw, 96px);
   	border: 2px solid rgba(255, 230, 123, .95);
   	border-radius: 50%;
   	box-shadow: 0 0 18px #ffd65c, 0 0 50px rgba(255, 177, 28, .7), inset 0 0 22px rgba(255, 238, 160, .6);
   	transform: translate(-50%, -50%) scale(.2);
   	opacity: 0;
   }

   .sb-wish-ring.is-active { animation: sbWishRingBurst 2.5s ease-out forwards; }

   @keyframes sbWishRingBurst {
   	0% { opacity: 0; transform: translate(-50%, -50%) scale(.18); }
   	15% { opacity: 1; }
   	100% { opacity: 0; transform: translate(-50%, -50%) scale(4.6); }
   }

   .sb-wish-flash {
   	position: absolute;
   	inset: 0;
   	background: radial-gradient(circle at 50% 42%, rgba(255, 245, 190, .72), rgba(255, 183, 45, .18) 30%, transparent 65%);
   	opacity: 0;
   	mix-blend-mode: screen;
   }

   .sb-wish-flash.is-active { animation: sbWishFlash 2.1s ease-out forwards; }

   @keyframes sbWishFlash {
   	0% { opacity: 0; }
   	15% { opacity: .95; }
   	100% { opacity: 0; }
   }

   .sb-wish-message {
   	position: absolute;
   	left: 50%;
   	top: 18%;
   	max-width: 84%;
   	transform: translate(-50%, -10px);
   	color: #fff8d7;
   	font-weight: 800;
   	font-size: clamp(15px, 4.4vw, 20px);
   	text-align: center;
   	text-shadow: 0 2px 14px rgba(0, 0, 0, .8), 0 0 18px #d98c21;
   	opacity: 0;
   }

   .sb-wish-message.is-active { animation: sbWishMessageIn 4.8s ease forwards; }

   .sb-wish-message.is-pinned {
   	opacity: 1;
   	transform: translate(-50%, 0);
   	transition: opacity 400ms ease, transform 400ms ease;
   }

   @keyframes sbWishMessageIn {
   	0% { opacity: 0; transform: translate(-50%, 8px) scale(.96); }
   	18%, 70% { opacity: 1; transform: translate(-50%, 0) scale(1); }
   	100% { opacity: 0; transform: translate(-50%, -8px) scale(1.02); }
   }

   .sb-wish-petals,
   .sb-wish-orbs { position: absolute; inset: 0; overflow: hidden; }

   .sb-wish-petal {
   	position: absolute;
   	top: -8dvh;
   	font-size: var(--size);
   	opacity: .95;
   	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .18));
   	animation: sbPetalFall var(--time) linear forwards;
   }

   .sb-wish-petal img {
   	display: block;
   	width: var(--size);
   	height: var(--size);
   	object-fit: contain;
   }

   @keyframes sbPetalFall {
   	0% { transform: translate3d(0, -5dvh, 0) rotate(0deg); opacity: 0; }
   	8% { opacity: 1; }
   	100% { transform: translate3d(var(--drift), 115dvh, 0) rotate(var(--rot)); opacity: .15; }
   }

   .sb-wish-orb {
   	position: absolute;
   	width: 8px;
   	height: 8px;
   	border-radius: 50%;
   	background: radial-gradient(circle, #fff9b0 0 25%, #ffc444 40%, rgba(255, 168, 35, .2) 70%, transparent 72%);
   	filter: blur(.2px) drop-shadow(0 0 7px #ffbf3f);
   	opacity: 0;
   	animation: sbOrbRise var(--t) ease-out forwards;
   }

   @keyframes sbOrbRise {
   	0% { opacity: 0; transform: translate(0, 20px) scale(.5); }
   	15% { opacity: 1; }
   	100% { opacity: 0; transform: translate(var(--dx), -42dvh) scale(1.8); }
   }

   body.sb-music-open { overflow: hidden; }
   body.sb-popup-open { overflow: hidden; }

   .sb-music-sheet {
   	position: fixed;
   	inset: 0;
   	z-index: 1000;
   	display: flex;
   	align-items: flex-end;
   	justify-content: center;
   }

   .sb-music-backdrop {
   	position: absolute;
   	inset: 0;
   	width: 100%;
   	padding: 0;
   	border: 0;
   	background: rgba(19, 10, 6, .64);
   	opacity: 0;
   	transition: opacity 220ms ease;
   }

   .sb-music-panel {
   	position: relative;
   	z-index: 1;
   	width: min(100%, 440px);
   	max-height: min(58dvh, 460px);
   	padding: clamp(16px, 4.5vw, 22px) clamp(14px, 4vw, 20px) clamp(18px, 5vw, 24px);
   	overflow: hidden;
   	transform: translateY(102%);
   	border-radius: clamp(24px, 8vw, 34px) clamp(24px, 8vw, 34px) 0 0;
   	background: #fff2cf;
   	box-shadow: 0 -14px 44px rgba(38, 18, 8, .32);
   	transition: transform 220ms ease;
   }

   .sb-music-sheet.is-open .sb-music-backdrop { opacity: 1; }
   .sb-music-sheet.is-open .sb-music-panel { transform: translateY(0); }

   .sb-music-handle {
   	width: clamp(42px, 14vw, 58px);
   	height: 4px;
   	margin: -7px auto 13px;
   	border-radius: 999px;
   	background: #caa978;
   }

   .sb-ritual-selection-panel {
   	max-height: min(48dvh, 380px);
   	padding-right: 0;
   	padding-left: 0;
   	border-radius: clamp(18px, 5vw, 24px) clamp(18px, 5vw, 24px) 0 0;
   	background: #fff1c9;
   }

   .sb-ritual-selection-panel .sb-music-handle {
   	margin-right: auto;
   	margin-left: auto;
   }

   .sb-ritual-selection-panel h3 {
   	margin: 0;
   	padding: 0 clamp(14px, 4vw, 18px) clamp(10px, 3vw, 13px);
   	border-bottom: 1px solid rgba(160, 105, 32, .18);
   	color: #302117;
   	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
   	font-size: clamp(16px, 4.6vw, 20px);
   	font-weight: 700;
   	line-height: 1.3;
   	text-align: center;
   }

   .sb-ritual-selection-tabs {
   	display: flex;
   	gap: clamp(6px, 2vw, 8px);
   	padding: clamp(10px, 3vw, 12px) clamp(12px, 3.5vw, 16px) clamp(10px, 3vw, 12px);
   	overflow-x: auto;
   	overscroll-behavior-x: contain;
   	-webkit-overflow-scrolling: touch;
   	scrollbar-width: none;
   }

   .sb-ritual-selection-tabs::-webkit-scrollbar {
   	display: none;
   }

   .sb-ritual-selection-tab {
   	display: flex;
   	flex: none;
   	align-items: center;
   	gap: 6px;
   	padding: 6px 12px;
   	border: 1px solid rgba(160, 105, 32, .3);
   	border-radius: 999px;
   	background: rgba(255, 255, 255, .55);
   	color: #5c4326;
   	font-size: clamp(12px, 3.2vw, 13px);
   	font-weight: 600;
   	white-space: nowrap;
   }

   .sb-ritual-selection-tab-icon {
   	font-size: 16px;
   	line-height: 1;
   }

   .sb-ritual-selection-tab.is-active {
   	border-color: #b97a20;
   	background: #b97a20;
   	color: #fff;
   }

   .sb-ritual-selection-items {
   	display: grid;
   	grid-template-columns: repeat(4, 1fr);
   	gap: clamp(8px, 2.5vw, 12px) clamp(8px, 2.5vw, 12px);
   	row-gap: clamp(16px, 4.5vw, 22px);
   	padding: clamp(13px, 3.8vw, 17px) clamp(12px, 3.5vw, 16px) max(clamp(24px, 6vw, 32px), calc(env(safe-area-inset-bottom) + 20px));
   	max-height: min(38dvh, 310px);
   	overflow-x: hidden;
   	overflow-y: auto;
   	overscroll-behavior-y: contain;
   	-webkit-overflow-scrolling: touch;
   	scrollbar-width: none;
   }

   .sb-ritual-selection-items::-webkit-scrollbar {
   	display: none;
   }

   .sb-ritual-selection-item {
   	min-width: 0;
   	padding: 0;
   	border: 0;
   	background: transparent;
   	color: #2f241d;
   	font: inherit;
   	text-align: center;
   }

   .sb-ritual-selection-item img {
   	display: block;
   	width: clamp(58px, 18vw, 72px);
   	height: clamp(58px, 18vw, 72px);
   	margin: 0 auto clamp(6px, 2vw, 8px);
   	padding: clamp(5px, 1.6vw, 7px);
   	border: 2px solid transparent;
   	border-radius: 50%;
   	background: rgba(255, 255, 255, .62);
   	object-fit: contain;
   	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
   }

   .sb-ritual-selection-item span {
   	display: block;
   	font-size: clamp(12px, 3.5vw, 14px);
   	font-weight: 700;
   	line-height: 1.25;
   }

   .sb-ritual-selection-item:focus {
   	outline: none;
   }

   .sb-ritual-selection-item.is-selected img,
   .sb-ritual-selection-item:focus-visible img,
   .sb-ritual-selection-item:active img {
   	transform: scale(.96);
   	border-color: #b97a20;
   	box-shadow: 0 0 0 4px rgba(185, 122, 32, .16);
   }

   .sb-music-header {
   	display: flex;
   	margin-bottom: clamp(12px, 4vw, 18px);
   	align-items: flex-start;
   	justify-content: space-between;
   }

   .sb-music-header h2 {
   	margin: 0;
   	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
   	font-size: clamp(22px, 7vw, 30px);
   	font-weight: 700;
   	line-height: 1.15;
   	color: #4b2716;
   	text-transform: capitalize;
   }

   .sb-simple-music-toggle {
   	position: absolute;
   	right: 14px;
   	bottom: 10%;
   	z-index: 12;
   	display: flex;
   	width: 48px;
   	height: 48px;
   	align-items: center;
   	justify-content: center;
   	font-size: 20px;
   	cursor: pointer;
   }

   .sb-simple-music-toggle i {
   	background: radial-gradient(circle at 32% 26%, #ffdca3, #ec8f2f 52%, #c9691c 100%);
   	-webkit-background-clip: text;
   	background-clip: text;
   	-webkit-text-fill-color: transparent;
   }

   .sb-simple-music-toggle.is-playing {
   	animation: sbIconGlowPulse 2.4s ease-in-out infinite, sbShankhPlayGlow 600ms ease-in-out infinite, sbTogglePulse 900ms ease-in-out infinite;
   }

   .sb-simple-music-toggle.is-playing::after {
   	content: '';
   	position: absolute;
   	inset: 0;
   	border-radius: 50%;
   	border: 2px solid rgba(255, 190, 80, .85);
   	animation: sbPulseRing 1.3s ease-out infinite;
   	pointer-events: none;
   }

   @keyframes sbTogglePulse {
   	0%, 100% { transform: scale(1); }
   	50% { transform: scale(1.12); }
   }

   @keyframes sbPulseRing {
   	0% { transform: scale(1); opacity: .9; }
   	100% { transform: scale(1.9); opacity: 0; }
   }

   .sb-paath-audio-row {
   	display: flex;
   	align-items: center;
   	justify-content: center;
   	gap: 8px;
   	margin: 0 0 14px;
   	padding: 8px 0;
   	position: sticky;
   	top: 0;
   	z-index: 5;
   	background: #fff8ed;
   }

   .sb-paath-audio-voice,
   .sb-paath-audio-speed {
   	flex: none;
   	max-width: 40vw;
   	padding: 6px 10px;
   	border: 1px solid rgba(255, 210, 120, .4);
   	border-radius: 999px;
   	background: rgba(20, 10, 5, .92);
   	color: #f4dbad;
   	font-size: 12px;
   }

   .sb-paath-audio-btn {
   	position: relative;
   	display: inline-flex;
   	width: 36px;
   	height: 36px;
   	min-width: 36px;
   	align-items: center;
   	justify-content: center;
   	font-size: 15px;
   	cursor: pointer;
   	flex: none;
   }

   .sb-paath-audio-btn i {
   	background: radial-gradient(circle at 32% 26%, #ffdca3, #ec8f2f 52%, #c9691c 100%);
   	-webkit-background-clip: text;
   	background-clip: text;
   	-webkit-text-fill-color: transparent;
   }

   .sb-paath-audio-btn .sb-paath-audio-spinner {
   	width: 14px;
   	height: 14px;
   	border-radius: 50%;
   	border: 2px solid rgba(255, 210, 120, .35);
   	border-top-color: #ec8f2f;
   	animation: sbSpin 700ms linear infinite;
   }

   @keyframes sbSpin {
   	100% { transform: rotate(360deg); }
   }

   .sb-paath-audio-btn.is-loading {
   	cursor: default;
   	opacity: .85;
   }

   .sb-paath-audio-btn.is-playing {
   	animation: sbIconGlowPulse 2.4s ease-in-out infinite, sbShankhPlayGlow 600ms ease-in-out infinite, sbTogglePulse 900ms ease-in-out infinite;
   }

   .sb-paath-audio-btn.is-playing::after {
   	content: '';
   	position: absolute;
   	inset: 0;
   	border-radius: 50%;
   	border: 2px solid rgba(255, 190, 80, .85);
   	animation: sbPulseRing 1.3s ease-out infinite;
   	pointer-events: none;
   }

   .sb-mini-player {
   	position: absolute;
   	right: 14px;
   	bottom: calc(env(safe-area-inset-bottom, 0px) + 25px);
   	z-index: 12;
   	width: min(92%, 400px);
   	pointer-events: none;
   }

   .sb-mini-player[hidden] { display: none !important; }

   .sb-mini-player-toggle {
   	display: flex;
   	width: 48px;
   	height: 48px;
   	margin: 0 0 0 auto;
   	align-items: center;
   	justify-content: center;
   	pointer-events: auto;
   	font-size: 22px;
   }

   .sb-mini-player-toggle i {
   	background: radial-gradient(circle at 32% 26%, #ffdca3, #ec8f2f 52%, #c9691c 100%);
   	-webkit-background-clip: text;
   	background-clip: text;
   	-webkit-text-fill-color: transparent;
   }

   .sb-mini-player-toggle[hidden] { display: none !important; }

   .sb-mini-player-controls[hidden] { display: none !important; }

   .sb-mini-player-controls {
   	display: flex;
   	align-items: center;
   	gap: clamp(5px, 1.6vw, 12px);
   	padding: clamp(6px, 2vw, 9px) clamp(8px, 2.5vw, 12px);
   	border-radius: 999px;
   	background: linear-gradient(180deg, rgba(56, 30, 16, .96), rgba(28, 14, 7, .97));
   	box-shadow: 0 10px 28px rgba(0, 0, 0, .45);
   	pointer-events: auto;
   }

   .sb-mini-play {
   	display: flex;
   	width: clamp(28px, 8vw, 34px);
   	aspect-ratio: 1 / 1;
   	flex: 0 0 auto;
   	align-items: center;
   	justify-content: center;
   	border: 0;
   	border-radius: 50%;
   	background: radial-gradient(circle at 32% 26%, #ffdca3, #ec8f2f 52%, #c9691c 100%);
   	color: #fff;
   	font-size: clamp(11px, 3.2vw, 13px);
   	box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
   }

   .sb-mini-body {
   	display: flex;
   	flex-direction: column;
   	justify-content: center;
   	gap: 3px;
   	min-width: 0;
   	flex: 1 1 auto;
   }

   .sb-mini-track {
   	display: block;
   	overflow: hidden;
   	font-size: clamp(11px, 3vw, 13px);
   	font-weight: 600;
   	color: #fff4dc;
   	text-overflow: ellipsis;
   	white-space: nowrap;
   }

   .sb-mini-seek {
   	-webkit-appearance: none;
   	appearance: none;
   	width: 100%;
   	height: 3px;
   	margin: 0;
   	background: rgba(255, 244, 220, .25);
   	border-radius: 999px;
   	accent-color: #efa548;
   	cursor: pointer;
   }

   .sb-mini-seek::-webkit-slider-thumb {
   	-webkit-appearance: none;
   	appearance: none;
   	width: 11px;
   	height: 11px;
   	border-radius: 50%;
   	background: #efa548;
   	box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
   }

   .sb-mini-seek::-moz-range-thumb {
   	width: 11px;
   	height: 11px;
   	border: 0;
   	border-radius: 50%;
   	background: #efa548;
   	box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
   }

   .sb-mini-nav {
   	display: flex;
   	width: clamp(20px, 6.5vw, 26px);
   	aspect-ratio: 1 / 1;
   	flex: 0 0 auto;
   	align-items: center;
   	justify-content: center;
   	border: 0;
   	border-radius: 50%;
   	background: transparent;
   	color: #f3d9b8;
   	font-size: clamp(11px, 2.8vw, 13px);
   }

   .sb-mini-volume-wrap {
   	position: relative;
   	flex: 0 0 auto;
   }

   .sb-mini-volume-toggle {
   	display: flex;
   	width: clamp(24px, 7.5vw, 30px);
   	aspect-ratio: 1 / 1;
   	align-items: center;
   	justify-content: center;
   	border: 0;
   	border-radius: 50%;
   	background: transparent;
   	color: #e8ceb1;
   	font-size: clamp(12px, 3.2vw, 14px);
   }

   .sb-mini-volume-popup {
   	position: absolute;
   	right: 50%;
   	top: calc(100% + 10px);
   	transform: translateX(50%);
   	padding: 14px 10px;
   	border-radius: 999px;
   	background: rgba(28, 14, 7, .97);
   	box-shadow: 0 8px 20px rgba(0, 0, 0, .45);
   	opacity: 0;
   	pointer-events: none;
   	transition: opacity 200ms ease, transform 200ms ease;
   }

   .sb-mini-volume-popup--up {
   	top: auto;
   	bottom: calc(100% + 10px);
   }

   .sb-mini-volume-popup.is-open {
   	opacity: 1;
   	pointer-events: auto;
   }

   .sb-mini-volume-popup[hidden] { display: none !important; }

   .sb-mini-volume-slider {
   	writing-mode: vertical-lr;
   	direction: rtl;
   	-webkit-appearance: slider-vertical;
   	width: 4px;
   	height: 84px;
   	margin: 0;
   	accent-color: #efa548;
   }

   .sb-mini-player--needs-gesture .sb-mini-play,
   .sb-bhajan-player--needs-gesture .sb-mini-play { animation: sbNeedsGesturePulse 1.6s ease-in-out infinite; }

   @keyframes sbNeedsGesturePulse {
   	0%, 100% { box-shadow: 0 4px 10px rgba(0, 0, 0, .35); }
   	50% { box-shadow: 0 4px 10px rgba(0, 0, 0, .35), 0 0 0 6px rgba(236, 143, 47, .35); }
   }

   .sb-dim-overlay {
   	position: absolute;
   	inset: 0;
   	z-index: 5;
   	background: rgba(0, 0, 0, .55);
   	opacity: 0;
   	transition: opacity 800ms ease;
   	pointer-events: none;
   }

   .sb-dim-overlay.is-active { opacity: 1; }

   .sb-deity-halo {
   	position: absolute;
   	top: 42%;
   	left: 50%;
   	z-index: 2;
   	width: 62%;
   	aspect-ratio: 1 / 1;
   	transform: translate(-50%, -50%) scale(.96);
   	border-radius: 50%;
   	background: radial-gradient(circle, rgba(255, 214, 92, .32), rgba(255, 169, 30, .12) 50%, transparent 72%);
   	filter: blur(10px);
   	mix-blend-mode: screen;
   	opacity: .55;
   	pointer-events: none;
   	animation: sbDeityHaloPulse 3.4s ease-in-out infinite;
   }

   @keyframes sbDeityHaloPulse {
   	0%, 100% { opacity: .4; transform: translate(-50%, -50%) scale(.94); }
   	50% { opacity: .85; transform: translate(-50%, -50%) scale(1.04); }
   }

   .sb-deity-layer::after {
   	content: '';
   	position: absolute;
   	top: 42%;
   	left: 50%;
   	z-index: 2;
   	width: 26%;
   	aspect-ratio: 1 / 1;
   	transform: translate(-50%, -50%) scale(.96);
   	border-radius: 50%;
   	background: radial-gradient(circle, rgba(255, 252, 232, .65) 0%, rgba(255, 214, 110, .5) 32%, rgba(255, 180, 70, 0) 68%);
   	filter: blur(2px);
   	mix-blend-mode: screen;
   	pointer-events: none;
   }

   .sb-deity-halo.is-active { animation: sbHaloGlow 3.2s ease forwards; }

   @keyframes sbHaloGlow {
   	0% { opacity: .45; transform: translate(-50%, -50%) scale(.7); }
   	30% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); }
   	100% { opacity: .45; transform: translate(-50%, -50%) scale(.96); }
   }

   .sb-scene-sparkles {
   	position: absolute;
   	left: 50%;
   	top: -33%;
   	bottom: 0;
   	z-index: 2;
   	width: 78%;
   	transform: translateX(-50%);
   	overflow: hidden;
   	pointer-events: none;
   }

   .sb-spark {
   	position: absolute;
   	width: 4px;
   	height: 4px;
   	border-radius: 50%;
   	background: #fff6e0;
   	box-shadow: 0 0 5px #ffe9b8, 0 0 9px rgba(255, 210, 120, .55);
   	opacity: 0;
   	animation: sbTwinkle var(--sb-spark-duration) ease-in-out infinite;
   	animation-delay: var(--sb-spark-delay);
   }

   @keyframes sbTwinkle {
   	0%, 100% { opacity: 0; transform: scale(.3); }
   	45% { opacity: .9; transform: scale(1.5); }
   	55% { opacity: .45; transform: scale(.7); }
   }

   .sb-offering-shelf {
   	position: absolute;
   	left: 50%;
   	bottom: max(clamp(78px, 20vw, 98px), calc(env(safe-area-inset-bottom) + 70px));
   	z-index: 6;
   	display: flex;
   	gap: 8px;
   	transform: translateX(-50%);
   	pointer-events: none;
   }

   .sb-offering-item {
   	width: clamp(56px, 16vw, 84px);
   	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .4));
   }

   .sb-offering-item--symbol,
   .sb-item-mover--symbol {
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	width: clamp(56px, 16vw, 84px);
   	aspect-ratio: 1;
   	font-size: clamp(36px, 11vw, 58px);
   	line-height: 1;
   }

   .sb-offering-target-item {
   	position: absolute;
   	z-index: 8;
   	width: clamp(22px, 7vw, 34px);
   	transform: translate(-50%, -50%);
   	pointer-events: none;
   	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, .35));
   }

   .sb-offering-target-item--symbol {
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	aspect-ratio: 1;
   	font-size: clamp(20px, 6vw, 30px);
   	line-height: 1;
   }

   .sb-offering-target-item--tilak {
   	width: clamp(6px, 1.8vw, 9px);
   	height: clamp(14px, 3.8vw, 19px);
   	border: 1px solid rgba(255, 190, 83, .78);
   	border-radius: 58% 58% 48% 48% / 70% 70% 38% 38%;
   	background: linear-gradient(90deg, #b81720 0 34%, #f4b545 34% 66%, #b81720 66% 100%);
   	box-shadow: 0 0 5px rgba(255, 184, 61, .75), 0 2px 3px rgba(0, 0, 0, .35);
   }

/* Current Tilak result: use the admin image/emoji, scaled for the forehead. */
.sb-offering-target-item--tilak-admin {
	width: clamp(11px, 3.2vw, 15px);
	height: clamp(11px, 3.2vw, 15px);
	object-fit: contain;
}

.sb-offering-target-item--tilak-admin.sb-offering-target-item--symbol {
	font-size: clamp(9px, 2.8vw, 13px);
}

.sb-item-mover {
	position: absolute;
	z-index: 7;
	width: 60px;//clamp(56px, 16vw, 40px);
	transform: translate(-50%, -50%) scale(1);
	transition-property: left, top, opacity, transform;
	transition-timing-function: ease;
	pointer-events: none;
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .4));
}

.sb-start-puja {
	position: absolute;
	left: 50%;
	bottom: max(clamp(78px, 20vw, 98px), calc(env(safe-area-inset-bottom) + 70px));
	z-index: 8;
	transform: translateX(-50%);
	padding: clamp(12px, 3.5vw, 16px) clamp(28px, 8vw, 40px);
	border: 1px solid rgba(255, 227, 180, .5);
	border-radius: 999px;
	background: radial-gradient(circle at 32% 26%, #ffdca3, #ec8f2f 52%, #c9691c 100%);
	color: #3a1c05;
	font-size: clamp(15px, 4.4vw, 18px);
	font-weight: 700;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .45);
	opacity: 0;
	pointer-events: none;
}

.sb-timeline-prompt {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	width: min(84%, 320px);
	transform: translate(-50%, -50%);
	padding: clamp(20px, 6vw, 28px) clamp(18px, 5vw, 24px);
	border-radius: clamp(20px, 6vw, 26px);
	background: #fff2cf;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
	text-align: center;
}

.sb-timeline-prompt-image {
	display: block;
	width: clamp(64px, 20vw, 88px);
	height: clamp(64px, 20vw, 88px);
	margin: 0 auto clamp(10px, 3vw, 14px);
	object-fit: contain;
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .3));
}

.sb-timeline-prompt-image[hidden] { display: none; }

.sb-intro-message {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 21;
	width: min(84%, 320px);
	transform: translate(-50%, -50%);
	padding: clamp(22px, 6vw, 30px) clamp(20px, 6vw, 26px);
	border-radius: clamp(20px, 6vw, 26px);
	background: linear-gradient(180deg, #fff6e4, #fbe7c2);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
	text-align: center;
	opacity: 0;
	transition: opacity 500ms ease;
	pointer-events: none;
}

.sb-intro-message.is-active { opacity: 1; }

.sb-intro-message[hidden] { display: none !important; }

.sb-intro-message p {
	margin: 0;
	color: #4b2716;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(15px, 4.2vw, 18px);
	line-height: 1.6;
}

.sb-timeline-prompt h3 {
	margin: 0 0 6px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(18px, 5vw, 22px);
	color: #4b2716;
}

.sb-timeline-prompt p {
	margin: 0 0 clamp(14px, 4vw, 18px);
	color: #76533f;
	font-size: clamp(13px, 3.6vw, 15px);
}

.sb-timeline-prompt-tap {
	padding: clamp(10px, 3vw, 13px) clamp(24px, 7vw, 32px);
	border: 0;
	border-radius: 999px;
	background: #d78d31;
	color: #fff;
	font-weight: 700;
	font-size: clamp(14px, 3.8vw, 16px);
}

.sb-wish-sheet h3 {
	margin: 0 0 10px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(18px, 5vw, 22px);
	color: #4b2716;
	text-align: center;
}

.sb-wish-textarea {
	width: 100%;
	min-height: 96px;
	padding: 12px 14px;
	border: 1px solid #ead4a8;
	border-radius: 14px;
	background: #fffaf0;
	color: #3f2618;
	font-size: clamp(14px, 4vw, 16px);
	resize: none;
}

.sb-wish-submit {
	display: block;
	width: 100%;
	margin-top: 12px;
	padding: clamp(11px, 3vw, 14px);
	border: 0;
	border-radius: 999px;
	background: #d78d31;
	color: #fff;
	font-weight: 700;
	font-size: clamp(14px, 4vw, 16px);
}

.sb-support-prompt {
	position: absolute;
	left: 50%;
	bottom: max(clamp(78px, 20vw, 98px), calc(env(safe-area-inset-bottom) + 70px));
	z-index: 15;
	width: min(84%, 300px);
	transform: translateX(-50%);
	padding: clamp(16px, 5vw, 20px);
	border-radius: clamp(18px, 5vw, 22px);
	background: #fff2cf;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .4);
	text-align: center;
}

.sb-support-close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 26px;
	height: 26px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .08);
	color: #6f3b20;
	font-size: 16px;
	line-height: 1;
}

.sb-support-qr {
	display: block;
	width: clamp(120px, 40vw, 160px);
	margin: 4px auto 10px;
}

.sb-support-prompt p {
	margin: 0;
	color: #76533f;
	font-size: clamp(12px, 3.4vw, 14px);
}

.sb-water-offering {
	position: absolute;
	left: 50%;
	bottom: 22%;
	z-index: 12;
	width: clamp(70px, 22vw, 96px);
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 400ms ease;
	pointer-events: none;
}

.sb-water-offering.is-active { opacity: 1; }

.sb-water-kalash {
	display: block;
	width: 100%;
	filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .35));
	transform-origin: 80% 90%;
	transition: transform 700ms ease;
}

.sb-water-kalash.is-tilted { transform: rotate(35deg); }

.sb-water-stream {
	position: absolute;
	left: 62%;
	top: 78%;
	width: 4px;
	height: 0;
	background: linear-gradient(180deg, rgba(180, 225, 255, .9), rgba(180, 225, 255, 0));
	border-radius: 4px;
	transition: height 900ms ease;
}

.sb-water-stream.is-flowing { height: clamp(40px, 12vw, 64px); }

.sb-water-sparkle {
	position: absolute;
	left: 62%;
	top: calc(78% + clamp(40px, 12vw, 64px));
	width: 26px;
	height: 26px;
	transform: translate(-50%, -50%) scale(.2);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 220, .95), rgba(255, 255, 220, 0) 70%);
	opacity: 0;
	transition: opacity 400ms ease, transform 500ms ease;
}

.sb-water-sparkle.is-active {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.6);
}

/* Positionable Water Flow (Core Action) - distinct from .sb-water-offering
   above (that one's fixed-position, used only by the guided timeline step -
   left untouched). This one travels to the object's own Action target
   position, same as Offering, then pours a wide stream from there. */
   .sb-water-flow-mover {
   	position: absolute;
   	z-index: 8;
   	width: clamp(50px, 14vw, 72px);
   	transform: translate(-50%, -50%) scale(1);
   	transition-property: left, top, opacity;
   	transition-timing-function: ease;
   	pointer-events: none;
   	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .4));
   }

   .sb-water-flow-stream-wrap {
   	position: absolute;
   	z-index: 7;
   	transform: translateX(-50%);
   	pointer-events: none;
   	opacity: 0;
   	transition: opacity 400ms ease;
   }

   .sb-water-flow-stream-wrap.is-active {
   	opacity: 1;
   }

   .sb-water-flow-stream {
   	position: absolute;
   	left: 0;
   	top: 0;
   	width: 100%;
   	height: 0;
   	background: linear-gradient(180deg, rgba(180, 225, 255, .9), rgba(180, 225, 255, 0));
   	border-radius: 0 0 40% 40% / 0 0 100% 100%;
   	transition: height 900ms ease;
   }

   .sb-water-flow-stream.is-flowing {
   	height: clamp(60px, 16vw, 110px);
   }

   .sb-incense-offering {
   	position: absolute;
   	left: 50%;
   	bottom: 24%;
   	z-index: 12;
   	width: clamp(30px, 10vw, 40px);
   	transform: translateX(-50%);
   	opacity: 0;
   	transition: opacity 400ms ease;
   	pointer-events: none;
   }

   .sb-incense-offering.is-active { opacity: 1; }

   .sb-incense-stick {
   	display: block;
   	width: 100%;
   	filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .3));
   }

   .sb-incense-smoke-layer {
   	position: absolute;
   	left: 50%;
   	top: -6px;
   	width: 1px;
   	height: 1px;
   }

   .sb-smoke-wisp {
   	position: absolute;
   	left: 0;
   	bottom: 0;
   	width: 15px;
   	height: 15px;
   	border-radius: 50%;
   	background: rgba(170, 166, 158, .7);
   	filter: blur(5px);
   	animation-name: sbSmokeRise;
   	animation-timing-function: ease-out;
   	animation-fill-mode: forwards;
   }

   @keyframes sbSmokeRise {
   	0% { transform: translate(0, 0) scale(.4); opacity: 0; }
   	15% { opacity: .8; }
   	100% { transform: translate(14px, -140px) scale(2.4); opacity: 0; }
   }

   .sb-ambient-incense-layer {
   	position: absolute;
   	left: 53%;
   	bottom: 15%;
   	z-index: 4;
   	width: 1px;
   	height: 1px;
   	pointer-events: none;
   }

   .sb-flower-choice-row {
   	position: absolute;
   	left: 50%;
   	bottom: max(clamp(78px, 20vw, 98px), calc(env(safe-area-inset-bottom) + 70px));
   	z-index: 20;
   	width: min(90%, 340px);
   	transform: translate(-50%, 12px);
   	padding: clamp(16px, 5vw, 20px);
   	border-radius: clamp(18px, 5vw, 22px);
   	background: linear-gradient(180deg, #fff6e4, #fbe7c2);
   	box-shadow: 0 16px 40px rgba(0, 0, 0, .4);
   	text-align: center;
   	opacity: 0;
   	transition: opacity 300ms ease, transform 300ms ease;
   }

   .sb-flower-choice-row.is-active {
   	opacity: 1;
   	transform: translate(-50%, 0);
   }

   .sb-flower-choice-row h3 {
   	margin: 0 0 12px;
   	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
   	font-size: clamp(16px, 4.4vw, 19px);
   	color: #4b2716;
   }

   .sb-flower-choice-items {
   	display: flex;
   	justify-content: center;
   	gap: clamp(10px, 4vw, 16px);
   }

   .sb-flower-choice-item {
   	width: clamp(56px, 16vw, 72px);
   	height: clamp(56px, 16vw, 72px);
   	padding: 6px;
   	border: 2px solid rgba(216, 141, 49, .5);
   	border-radius: 50%;
   	background: #fff;
   }

   .sb-flower-choice-item img {
   	display: block;
   	width: 100%;
   	height: 100%;
   	object-fit: contain;
   }

   .sb-blessing-line {
   	position: absolute;
   	left: 50%;
   	top: 62%;
   	z-index: 21;
   	width: min(84%, 300px);
   	transform: translate(-50%, -50%);
   	margin: 0;
   	padding: clamp(10px, 3vw, 14px) clamp(16px, 5vw, 20px);
   	border-radius: 999px;
   	background: rgba(255, 246, 228, .95);
   	color: #4b2716;
   	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
   	font-size: clamp(14px, 4vw, 17px);
   	text-align: center;
   	opacity: 0;
   	transition: opacity 400ms ease;
   	box-shadow: 0 10px 24px rgba(0, 0, 0, .35);
   }

   .sb-blessing-line.is-active { opacity: 1; }

   .sb-completion-card {
   	position: absolute;
   	left: 50%;
   	bottom: max(clamp(148px, 34vw, 178px), calc(env(safe-area-inset-bottom) + 140px));
   	z-index: 14;
   	width: min(88%, 320px);
   	transform: translateX(-50%);
   	padding: clamp(16px, 5vw, 20px);
   	border-radius: clamp(18px, 5vw, 22px);
   	background: linear-gradient(180deg, #fff6e4, #fbe7c2);
   	box-shadow: 0 16px 40px rgba(0, 0, 0, .4);
   	text-align: center;
   }

   .sb-completion-title {
   	margin: 0 0 4px;
   	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
   	font-size: clamp(17px, 4.6vw, 20px);
   	color: #4b2716;
   }

   .sb-completion-subtitle {
   	margin: 0 0 12px;
   	color: #76533f;
   	font-size: clamp(12px, 3.4vw, 14px);
   }

   .sb-completion-actions {
   	display: flex;
   	flex-wrap: wrap;
   	justify-content: center;
   	gap: 8px;
   }

   .sb-completion-action {
   	flex: 1 1 auto;
   	padding: clamp(9px, 2.6vw, 11px) clamp(10px, 3vw, 14px);
   	border: 1px solid rgba(216, 141, 49, .5);
   	border-radius: 999px;
   	background: #fff;
   	color: #6f3b20;
   	font-size: clamp(12px, 3.2vw, 13px);
   	font-weight: 700;
   }

/* Bottom navigation (Home / Bhajan / Paath / Panchang) */

.sb-bottom-nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	display: flex;
	max-width: 440px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 5px 5px 7px;
	background: rgba(255, 253, 247, .97);
	border-top: 1px solid rgba(138, 60, 29, .12);
	box-shadow: 0 -8px 24px rgba(95, 48, 20, .1);
	backdrop-filter: blur(10px);
	overflow: visible;
}

/* Every modal surface owns the viewport while open. Keep the persistent
   navigation out of the way without wiring each popup independently. */
body.sb-popup-open .sb-bottom-nav,
body:has(.sb-bottom-popup.is-visible) .sb-bottom-nav,
body:has(.sb-login-popup:not([hidden])) .sb-bottom-nav,
body:has(.modal.in) .sb-bottom-nav,
body:has(.modal.show) .sb-bottom-nav { display:none !important; }

.sb-bottom-nav--scroll-reveal {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(calc(100% + 18px));
	transition: opacity 220ms ease, transform 260ms ease, visibility 0s linear 260ms;
}

.sb-bottom-nav--scroll-reveal.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	transition-delay: 0s;
}

.sb-global-share-button { position: fixed; right: max(14px, calc((100vw - 440px) / 2 + 14px)); bottom: calc(78px + env(safe-area-inset-bottom)); z-index: 1180; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 2px solid #fff7ec; border-radius: 50%; background: #ad5127; box-shadow: 0 7px 18px rgba(92,41,18,.24); color: #fff; font-size: 24px; font-weight: 700; line-height: 1; cursor: pointer; }
.sb-global-share-button .fa { display: block; font-size: 17px; }
.sb-global-share-button:focus-visible { outline: 2px solid #d7864e; outline-offset: 2px; }
.sb-popup-open .sb-global-share-button { opacity: 0; pointer-events: none; }

.sb-bottom-nav-item,
.sb-bottom-nav-item:hover,
.sb-bottom-nav-item:focus,
.sb-bottom-nav-item:visited {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	height: 56px;
	min-width: 0;
	padding: 0 1px;
	font-size: clamp(9px, 2.65vw, 11px);
	line-height: 1.25;
	font-weight: 700;
	color: #9a7963;
	text-decoration: none;
	text-align: center;
}

.sb-bottom-nav-icon {
	display: flex;
	flex: 0 0 38px;
	width: 38px;
	margin-top: 0;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 50%;
	font-size: 20px;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.sb-bottom-nav-profile-avatar { padding:2px; border-color:rgba(176,116,73,.22); background:#f3e4d2; overflow:hidden; }
.sb-bottom-nav-profile-avatar img { display:block; width:100%; height:100%; border-radius:50%; object-fit:cover; }
.sb-bottom-nav-item.is-active .sb-bottom-nav-profile-avatar { border-color:#d78d31; box-shadow:0 0 0 2px rgba(215,141,49,.18); }

.sb-bottom-nav-label {
	display: block;
	max-width: 100%;
	white-space: nowrap;
}

.sb-bottom-nav-item.is-active {
	color: #c9691c;
}

.sb-bottom-nav-item.is-active .sb-bottom-nav-icon {
	background: rgba(216, 141, 49, .14);
	border-color: rgba(216, 141, 49, .2);
	box-shadow: 0 3px 10px rgba(138, 60, 29, .1);
}

button.sb-bottom-nav-item {
	border: none;
	background: none;
	font-family: inherit;
	cursor: pointer;
}

.sb-bottom-nav-share-icon {
	color: #25b963;
}

.sb-bottom-nav-item--highlight {
	height: 70px;
	transform: translateY(-17px);
	color: #8a3c1d;
}

.sb-bottom-nav-item--highlight .sb-bottom-nav-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 52px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(160deg, #f0a84e 0%, #d78d31 100%);
	box-shadow: 0 6px 16px rgba(95, 48, 20, .28), 0 0 0 4px #fffdf7;
	font-size: 22px;
}

.sb-bottom-nav-item--highlight .sb-bottom-nav-label {
	font-weight: 700;
}

.sb-bottom-nav-item--highlight.is-active .sb-bottom-nav-icon {
	box-shadow: 0 6px 18px rgba(95, 48, 20, .45), 0 0 0 4px #fffdf7, 0 0 0 6px #d78d31;
}

.sb-bottom-nav { align-items:center; }
.sb-bottom-nav-item--highlight { height:55px; transform:none; color:#9a7963; }
.sb-bottom-nav-item--highlight .sb-bottom-nav-icon { width:38px; height:38px; flex-basis:38px; border:1px solid transparent; border-radius:50%; background:transparent; box-shadow:none; font-size:20px; }
.sb-bottom-nav-item .sb-bottom-nav-label { position:static; width:auto; height:auto; padding:0; overflow:visible; clip:auto; white-space:nowrap; border:0; }
.sb-bottom-nav-item.is-active { position:relative; flex:1 1 0; flex-direction:column; align-items:center; justify-content:flex-start; gap:6px; height:56px; margin:0; padding:0 1px; border-radius:0; background:rgba(173,81,39,.045); color:#ad5127; }
.sb-bottom-nav-item.is-active::after { content:""; position:absolute; top:-6px; right:0; left:0; height:2px; border-radius:999px; background:#ad5127; }
.sb-bottom-nav-item.is-active .sb-bottom-nav-label { position:static; width:auto; height:auto; overflow:visible; clip:auto; color:#ad5127; font-weight:800; }
.sb-bottom-nav-item.is-active .sb-bottom-nav-icon,
.sb-bottom-nav-item--highlight.is-active .sb-bottom-nav-icon { width:38px; height:38px; flex-basis:38px; border:1px solid transparent; border-radius:50%; background:transparent; box-shadow:none; font-size:20px; }
.sb-bottom-nav-icon { border-color:rgba(176,116,73,.28); background:#fffaf3; }
.sb-bottom-nav-item.is-active .sb-bottom-nav-icon { border-color:#c87538; background:#fff4e5; box-shadow:0 2px 7px rgba(138,60,29,.12); }
.sb-bottom-nav-item.is-active .sb-bottom-nav-profile-avatar { border:1px solid #ad5127; box-shadow:0 0 0 2px rgba(173,81,39,.12); }
.sb-bottom-nav { display:grid; grid-template-columns:none; grid-auto-flow:column; grid-auto-columns:minmax(0,1fr); align-items:center; justify-content:initial; padding:5px 14px 7px; }
.sb-bottom-nav-item { flex:0 0 auto; width:100%; justify-self:stretch; align-items:center; text-align:center; }
.sb-bottom-nav-item.is-active { width:100%; }

/* Compact app-style tabs: equal spacing with icon/text state only. */
.sb-bottom-nav {
	justify-content: stretch;
	column-gap: 0;
	padding: 4px 4px calc(5px + env(safe-area-inset-bottom));
	background: #fff;
	box-shadow: 0 -5px 18px rgba(95,48,20,.08);
}
.sb-bottom-nav-item,
.sb-bottom-nav-item:hover,
.sb-bottom-nav-item:focus,
.sb-bottom-nav-item:visited,
.sb-bottom-nav-item.is-active {
	position: relative;
	justify-content: center;
	gap: 2px;
	height: 49px;
	margin: 0;
	width: 100%;
	padding: 0 2px;
	border-radius: 0;
	background: transparent;
	font-size: clamp(10px,2.75vw,12px);
	line-height: 1.35;
}
.sb-bottom-nav-item.is-active::after {
	content: "";
	position: absolute;
	top: -4px;
	left: 50%;
	width: 34px;
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: #ad5127;
	transform: translateX(-50%);
}
.sb-bottom-nav-item.is-active { isolation: isolate; }
.sb-bottom-nav-item.is-active::before {
	content: "";
	position: absolute;
	inset: 3px 8px 1px;
	z-index: -1;
	border: 1px solid rgba(173,81,39,.07);
	border-radius: 10px;
	background: rgba(173,81,39,.055);
}
.sb-bottom-nav-icon,
.sb-bottom-nav-item.is-active .sb-bottom-nav-icon {
	display: grid;
	place-items: center;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: 18px;
	line-height: 1;
}
.sb-bottom-nav-item.is-active .sb-bottom-nav-icon { transform: translateY(-1px) scale(1.08); }
.sb-bottom-nav-label,
.sb-bottom-nav-item.is-active .sb-bottom-nav-label { font-weight: 700; }
.sb-bottom-nav-item.is-active .sb-bottom-nav-label { color: #a94720; font-weight: 800; }
.sb-bottom-nav-item.is-disabled {
	opacity: .55;
	position: relative;
}

.sb-bottom-nav-item.is-disabled em {
	position: absolute;
	top: -6px;
	right: 2px;
	padding: 1px 5px;
	border-radius: 999px;
	background: #8a3c1d;
	color: #fff8ed;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	white-space: nowrap;
}

/* Keep page content clear of the compact fixed navigation. */
.sb-page-with-bottom-nav {
	padding-bottom: calc(62px + env(safe-area-inset-bottom)) !important;
}

/* Bhajan also has a player dock above the navigation. */
.sb-bhajan-page.sb-page-with-bottom-nav {
	padding-bottom: calc(180px + env(safe-area-inset-bottom)) !important;
}

/* Bhajan tab */

.sb-bhajan-page {
	min-height: 100vh;
	min-height: 100dvh;
	max-width: 440px;
	margin: 0 auto;
	padding: max(20px, env(safe-area-inset-top)) 0 calc(160px + env(safe-area-inset-bottom));
	background: radial-gradient(circle at 50% 0, #fffdf7 0, #fff8ed 45%, #f7ead6 100%);
}

.sb-bhajan-header {
	padding: 0 16px;
	margin-bottom: 14px;
}

.sb-bhajan-back,
.sb-bhajan-back:hover,
.sb-bhajan-back:focus,
.sb-bhajan-back:visited {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #c9691c;
	text-decoration: none;
}

.sb-bhajan-header h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 26px;
	font-weight: 700;
	color: #8a3c1d;
}

.sb-bhajan-deity-scroll {
	display: flex;
	gap: 14px;
	padding: 4px 16px 10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.sb-bhajan-deity-scroll::-webkit-scrollbar { display: none; }

.sb-bhajan-deity-chip {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	width: 64px;
	padding: 0;
	border: 0;
	background: none;
	font-size: 11px;
	font-weight: 600;
	color: #76533f;
	text-decoration: none;
}

.sb-bhajan-deity-chip:hover,
.sb-bhajan-deity-chip:focus,
.sb-bhajan-deity-chip:visited {
	color: #76533f;
	text-decoration: none;
}

.sb-bhajan-deity-avatar {
	display: flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f2dfbf;
	box-shadow: 0 6px 16px rgba(95, 48, 20, .18);
	font-size: 18px;
	color: #c9691c;
}

.sb-bhajan-deity-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sb-bhajan-deity-chip.is-active .sb-bhajan-deity-avatar {
	border-color: #d78d31;
	box-shadow: 0 0 0 3px rgba(216, 141, 49, .3), 0 6px 16px rgba(95, 48, 20, .18);
}

.sb-bhajan-deity-chip.is-active { color: #c9691c; }

.sb-bhajan-list-heading {
	margin: 18px 2px 8px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 18px;
	font-weight: 700;
	color: #8a3c1d;
}

.sb-bhajan-category-row {
	display: flex;
	gap: 8px;
	padding: 0 16px 14px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.sb-bhajan-category-row::-webkit-scrollbar { display: none; }

.sb-bhajan-category-pill {
	flex: 0 0 auto;
	padding: 8px 18px;
	border: 1px solid rgba(138, 60, 29, .18);
	border-radius: 999px;
	background: #fff;
	color: #76533f;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.sb-bhajan-category-pill.is-active {
	border-color: #d78d31;
	background: #d78d31;
	color: #fff;
}

.sb-bhajan-list {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}

.sb-bhajan-row {
	display: flex;
	width: 100%;
	min-width: 0;
	align-items: center;
	gap: 12px;
	padding: 10px 6px;
	border: 0;
	border-bottom: 1px solid rgba(138, 60, 29, .1);
	background: none;
	text-align: left;
}

.sb-bhajan-row[hidden] { display: none !important; }

.sb-bhajan-row-thumb {
	display: block;
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	overflow: hidden;
	border-radius: 10px;
	background: #f2dfbf;
}

.sb-bhajan-row-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sb-bhajan-row-body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	flex: 1 1 auto;
}

.sb-bhajan-row-title {
	overflow: hidden;
	font-size: 15px;
	font-weight: 700;
	color: #3f2618;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sb-bhajan-row-sub {
	overflow: hidden;
	font-size: 12px;
	color: #a9846c;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sb-bhajan-row-play {
	display: flex;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(216, 141, 49, .12);
	color: #c9691c;
	font-size: 13px;
}

.sb-bhajan-row.is-playing .sb-bhajan-row-title { color: #c9691c; }

.sb-bhajan-wave { display: none; align-items: center; justify-content: center; gap: 2px; width: 20px; height: 20px; }
.sb-bhajan-wave i { display: block; width: 3px; height: 18px; border-radius: 2px; background: currentColor; transform: scaleY(.35); }
.sb-bhajan-row.is-audible .sb-bhajan-row-play > .fa { display: none; }
.sb-bhajan-row.is-audible .sb-bhajan-wave { display: flex; }
.sb-bhajan-row.is-audible .sb-bhajan-wave i { animation: sbBhajanWave .75s ease-in-out infinite alternate; }
.sb-bhajan-wave i:nth-child(2) { animation-delay: -.35s !important; }
.sb-bhajan-wave i:nth-child(3) { animation-delay: -.55s !important; }
.sb-bhajan-wave i:nth-child(4) { animation-delay: -.2s !important; }
@keyframes sbBhajanWave { from { transform: scaleY(.25); } to { transform: scaleY(1); } }
@media (prefers-reduced-motion: reduce) {
	.sb-bhajan-row.is-audible .sb-bhajan-wave i { animation: none; transform: scaleY(.55); }
	.sb-bhajan-row.is-audible .sb-bhajan-wave i:nth-child(2n) { transform: scaleY(1); }
}

.sb-bhajan-row.is-playing .sb-bhajan-row-play {
	background: #d78d31;
	color: #fff;
}

.sb-bhajan-empty {
	padding: 30px 10px;
	text-align: center;
	color: #a9846c;
	font-size: 14px;
}

.sb-bhajan-empty[hidden] { display: none !important; }

/* Paath tab */

.sb-paath-page {
	min-height: 100vh;
	min-height: 100dvh;
	max-width: 440px;
	margin: 0 auto;
	padding: max(14px, env(safe-area-inset-top)) 16px 24px;
	background: radial-gradient(circle at 50% 0, #fffdf7 0, #fff8ed 45%, #f7ead6 100%);
	text-align: center;
}

.sb-paath-page h1 {
	max-width: 400px;
	margin: 0 auto 7px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(23px, 7vw, 29px);
	line-height: 1.25;
	font-weight: 700;
	color: #8a3c1d;
}

/* Reusable selected-deity spotlight used by Bhajan and Paath catalogues. */
.sb-content-spotlight {
	margin: 14px 0 18px;
	padding: 12px;
	border: 1px solid rgba(215, 141, 49, .58);
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(255, 248, 230, .98), rgba(255, 238, 198, .92));
	box-shadow: 0 10px 28px rgba(122, 65, 24, .13), inset 0 0 0 2px rgba(255, 255, 255, .52);
}

.sb-content-spotlight-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 9px;
	text-align: left;
}

.sb-content-spotlight-deity {
	display: block;
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f2dfbf;
	box-shadow: 0 0 0 2px rgba(215, 141, 49, .32);
}

.sb-content-spotlight-deity img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sb-content-spotlight-head small {
	display: block;
	margin-bottom: 1px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	color: #c9691c;
}

.sb-content-spotlight-head h2,
.sb-bhajan-spotlight .sb-content-spotlight-head h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	color: #6c3019;
}

.sb-content-spotlight .sb-bhajan-row,
.sb-content-spotlight .sb-granth-list-item {
	background: rgba(255, 255, 255, .82);
}

.sb-content-spotlight .sb-bhajan-row:last-child {
	border-bottom: 0;
}

.sb-paath-spotlight-type {
	margin: 16px 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #6c3019;
	text-align: left;
}

.sb-paath-catalog-header {
	margin-bottom: 14px;
	text-align: center;
}

.sb-paath-catalog-header p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #a5775b;
}

.sb-paath-gita-banner,
.sb-paath-gita-banner:hover,
.sb-paath-gita-banner:focus,
.sb-paath-gita-banner:visited {
	position: relative;
	display: block;
	margin: 16px 0;
	overflow: hidden;
	border: 1px solid rgba(215, 141, 49, .45);
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(95, 48, 20, .14);
	color: #fff;
	text-decoration: none;
}

.sb-paath-gita-banner img {
	display: block;
	width: 100%;
	height: clamp(118px, 34vw, 148px);
	object-fit: cover;
}

.sb-paath-gita-banner span {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 9px 12px;
	background: linear-gradient(180deg, transparent, rgba(40, 17, 8, .9));
	font-size: 14px;
	font-weight: 700;
}

.sb-paath-tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 5px;
	margin: 18px 0;
	padding: 5px;
	border: 1px solid rgba(138, 60, 29, .1);
	border-radius: 15px;
	background: rgba(255, 255, 255, .72);
}

.sb-paath-tabs a,
.sb-paath-tabs a:hover,
.sb-paath-tabs a:focus,
.sb-paath-tabs a:visited {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 9px 3px;
	border-radius: 11px;
	font-size: 12px;
	font-weight: 700;
	color: #7a5138;
	text-decoration: none;
	white-space: nowrap;
}

.sb-paath-tab-icon { font-size: 22px; line-height: 1.2; }

.sb-paath-tabs a.is-active,
.sb-paath-tabs a.is-active:hover,
.sb-paath-tabs a.is-active:focus,
.sb-paath-tabs a.is-active:visited {
	background: #a84820;
	box-shadow: 0 5px 12px rgba(138, 60, 29, .22);
	color: #fff;
}
.sb-paath-today-note{margin:10px 0 8px;padding:7px 10px;border:1px solid #ead0a8;border-radius:10px;background:#fff7e8;color:#8c4b24;font-size:11px;font-weight:700;text-align:center}.sb-granth-list-item--today{border-color:#d58a48!important;background:linear-gradient(105deg,#fff4dc,#fffaf3)!important;box-shadow:inset 3px 0 #c87538,0 4px 12px rgba(150,83,35,.08)}

.sb-paath-catalog-results {
	text-align: left;
}

.sb-paath-catalog-results > h2 {
	margin: 0 2px 10px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 18px;
	font-weight: 700;
	color: #8a3c1d;
}

.sb-paath-brand {
	position: relative;
	width: 100%;
	margin: 0 auto 18px;
	padding: 4px;
	border: 1px solid rgba(185, 112, 38, .22);
	border-radius: 20px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 10px 26px rgba(95, 48, 20, .12);
	overflow: hidden;
}

.sb-paath-brand img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.sb-paath-guest-gate {
	max-width: 340px;
	margin: 30px auto 0;
	padding: 28px 22px;
	border-radius: 20px;
	background: #fdeceb;
	border: 1px solid rgba(196, 45, 38, .25);
	box-shadow: 0 10px 26px rgba(196, 45, 38, .12);
	text-align: center;
}

.sb-paath-guest-gate-title {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 19px;
	font-weight: 700;
	color: #c42d26;
}

.sb-paath-guest-gate-text {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 1.6;
	color: #a94840;
}

.sb-paath-guest-gate-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 12px;
	background: #c42d26;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.sb-paath-guest-gate-btn:hover,
.sb-paath-guest-gate-btn:focus,
.sb-paath-guest-gate-btn:visited {
	color: #fff;
	text-decoration: none;
}

.sb-paath-coming-soon {
	max-width: 320px;
	margin: 30px auto 0;
	padding: 28px 20px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(95, 48, 20, .1);
}

.sb-paath-coming-soon i {
	display: block;
	margin-bottom: 12px;
	font-size: 28px;
	color: #d78d31;
}

/* Homepage deity Bhajan sheet */
.sb-home-bhajan-panel {
	display: flex;
	max-height: min(72dvh, 560px);
	padding: 12px 12px max(16px, env(safe-area-inset-bottom));
	flex-direction: column;
	border-radius: 24px 24px 0 0;
	background: #fffaf1;
}

.sb-home-bhajan-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 4px 10px;
}

.sb-home-bhajan-header small {
	display: block;
	margin-bottom: 1px;
	color: #c9691c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
}

.sb-home-bhajan-header h2 {
	margin: 0;
	color: #552b1a;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(18px, 5.5vw, 22px);
	font-weight: 700;
}

.sb-home-bhajan-close {
	display: inline-flex;
	width: 34px;
	height: 34px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: #f7ead8;
	color: #8a3c1d;
}

.sb-home-bhajan-player {
	display: flex;
	min-height: 70px;
	align-items: center;
	gap: 7px;
	margin: 0 0 8px;
	padding: 9px 10px;
	border: 1px solid rgba(255, 211, 139, .22);
	border-radius: 18px;
	background: linear-gradient(135deg, #3a2015, #24140e);
	box-shadow: 0 9px 24px rgba(51, 25, 13, .22);
	color: #fff7e9;
}

.sb-home-bhajan-player[hidden] { display: none !important; }

.sb-home-bhajan-play,
.sb-home-bhajan-nav {
	display: inline-flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	color: #ffe8bc;
}

.sb-home-bhajan-play {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 50%;
	background: linear-gradient(145deg, #ffb34d, #dc7217);
	box-shadow: 0 5px 13px rgba(0, 0, 0, .2);
	color: #fff;
}

.sb-home-bhajan-nav {
	width: 26px;
	height: 34px;
	flex: 0 0 26px;
	background: transparent;
	font-size: 12px;
}

.sb-home-bhajan-player-copy {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 7px;
}

.sb-home-bhajan-player-copy strong {
	overflow: hidden;
	color: #fff8ec;
	font-size: clamp(12px, 3.5vw, 14px);
	font-weight: 700;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sb-home-bhajan-player input[type="range"] {
	height: 3px;
	margin: 0;
	accent-color: #f39a2c;
}

.sb-home-bhajan-player-copy input { width: 100%; }

.sb-home-bhajan-volume {
	display: flex;
	width: 58px;
	flex: 0 0 58px;
	align-items: center;
	gap: 4px;
	color: #ffe8bc;
	font-size: 12px;
}

.sb-home-bhajan-volume input { width: 40px; }

.sb-home-bhajan-results {
	min-height: 120px;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.sb-home-bhajan-loading,
.sb-home-bhajan-empty {
	display: flex;
	min-height: 120px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	color: #9a765f;
	font-size: 13px;
	text-align: center;
}

.sb-home-bhajan-list { display: flex; flex-direction: column; }

.sb-home-bhajan-row {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 10px;
	padding: 9px 5px;
	border: 0;
	border-bottom: 1px solid rgba(138, 60, 29, .11);
	background: transparent;
	font-family: inherit;
	text-align: left;
}

.sb-home-bhajan-thumb {
	display: block;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	overflow: hidden;
	border-radius: 10px;
	background: #f2dfbf;
}

.sb-home-bhajan-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sb-home-bhajan-row-copy {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 2px;
}

.sb-home-bhajan-row-copy strong,
.sb-home-bhajan-row-copy small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sb-home-bhajan-row-copy strong {
	color: #3f2618;
	font-size: clamp(13px, 3.8vw, 15px);
	font-weight: 700;
}

.sb-home-bhajan-row-copy small { color: #a9846c; font-size: 11px; }

.sb-home-bhajan-row-play {
	display: inline-flex;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f9ead5;
	color: #c9691c;
	font-size: 12px;
}

.sb-home-bhajan-row.is-playing .sb-home-bhajan-row-copy strong { color: #c9691c; }
.sb-home-bhajan-row.is-playing .sb-home-bhajan-row-play { background: #d98425; color: #fff; }

.sb-daily-deity-action.is-playing .sb-daily-deity-action-icon {
	background: rgba(255, 211, 139, .28);
	box-shadow: 0 0 0 3px rgba(255, 211, 139, .12), 0 0 18px rgba(255, 187, 77, .55);
	animation: sbHomeBhajanPlaying 1.15s ease-in-out infinite;
}

@keyframes sbHomeBhajanPlaying {
	0%, 100% { transform: translateY(0) scale(1); }
	50% { transform: translateY(-3px) scale(1.06); }
}

.sb-paath-coming-soon p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #76533f;
}

.sb-paath-chapter-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin: -2px 0 18px;
}

.sb-paath-chapter-nav--hidden {
	display: none;
}

.sb-paath-chapter-pill {
	display: flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(138, 60, 29, .08);
	color: #a9846c;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
}

.sb-paath-chapter-pill--active {
	background: #d78d31;
	color: #fff;
}

.sb-paath-chapter-pill--completed {
	background: rgba(79, 160, 127, .18);
	color: #2f7a58;
}

.sb-paath-chapter-pill--locked {
	background: rgba(138, 60, 29, .05);
	color: #c9b8a8;
	font-size: 9px;
}

.sb-paath-chapter-block { margin-bottom: 28px; }

.sb-paath-header {
	position: relative;
	margin-bottom: 20px;
}

.sb-paath-header::after {
	display: block;
	width: 42px;
	height: 2px;
	margin: 12px auto 0;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, #d78d31, transparent);
	content: "";
}

.sb-paath-chapter-translit {
	margin: 0 0 13px;
	font-size: 14px;
	font-style: italic;
	color: #a9846c;
}

.sb-paath-summary {
	margin: 0;
	padding: 15px 16px;
	border: 1px solid rgba(215, 141, 49, .16);
	border-radius: 16px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 6px 18px rgba(95, 48, 20, .08);
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
	color: #5c3d29;
}

.sb-paath-verses {
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: left;
}

.sb-paath-verse {
	padding: 14px 16px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(95, 48, 20, .06);
}

.sb-paath-verse-number {
	display: inline-block;
	margin-bottom: 6px;
	padding: 2px 10px;
	border-radius: 999px;
	background: rgba(216, 141, 49, .12);
	color: #c9691c;
	font-size: 11px;
	font-weight: 700;
}

.sb-paath-verse-lang-label {
	display: block;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #d78d31;
}

.sb-paath-verse-sanskrit {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 16px;
	line-height: 1.8;
	color: #3f2618;
	white-space: pre-line;
}

.sb-paath-verse-divider {
	margin: 10px 0;
	border: 0;
	border-top: 1px dashed rgba(138, 60, 29, .18);
}

.sb-paath-verse-meaning {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.7;
	color: #76533f;
}

.sb-paath-verse.is-completed {
	border-left: 3px solid #4fa07f;
}

.sb-paath-verse.is-completed .sb-paath-verse-number {
	background: rgba(79, 160, 127, .15);
	color: #2f7a58;
}

.sb-paath-verse-complete-btn {
	display: block;
	width: 100%;
	padding: 10px;
	border: 0;
	border-radius: 10px;
	background: #d78d31;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.sb-paath-verse-complete-btn:disabled {
	opacity: .6;
}

.sb-paath-verse-hint {
	margin: 6px 0 0;
	font-size: 12px;
	color: #c9691c;
	text-align: center;
}

.sb-paath-verse-status {
	display: inline-block;
	margin-top: 4px;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(79, 160, 127, .15);
	color: #2f7a58;
	font-size: 12px;
	font-weight: 700;
}

.sb-paath-footer {
	margin: 22px 0 0;
	font-size: 14px;
	color: #a9846c;
}

.sb-paath-locked-section {
	margin-top: 24px;
	text-align: left;
}

.sb-paath-locked-heading {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #a9846c;
}

.sb-paath-locked-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(138, 60, 29, .04);
	color: #a9846c;
	font-size: 13px;
	font-weight: 600;
}

.sb-paath-locked-icon {
	flex: 0 0 auto;
	font-size: 14px;
}

.sb-quote-card {
	margin: 0 0 16px;
	padding: 12px 16px;
	border-radius: 16px;
	background: linear-gradient(160deg, #fff8ec 0%, #fdecd6 100%);
	box-shadow: 0 0 0 1px rgba(216, 141, 49, .15), 0 0 14px rgba(216, 141, 49, .18), 0 4px 12px rgba(95, 48, 20, .07);
	text-align: center;
}

.sb-quote-card-label {
	display: block;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #c9691c;
}

.sb-quote-card-sanskrit {
	margin: 0 0 3px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #8a3c1d;
}

.sb-quote-card-meaning {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #76533f;
}

.sb-day-color-card {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
	padding: 10px 16px;
	border-radius: 16px;
	background: linear-gradient(160deg, #fff8ec 0%, #fdecd6 100%);
	box-shadow: 0 0 0 1px rgba(216, 141, 49, .15), 0 0 14px rgba(216, 141, 49, .18), 0 4px 12px rgba(95, 48, 20, .07);
}

.sb-day-color-swatch {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #fff, 0 2px 6px rgba(95, 48, 20, .2);
}

.sb-day-color-text {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 0;
}

.sb-day-color-label {
	font-size: 11px;
	color: #a9846c;
}

.sb-day-color-value {
	font-size: 15px;
	font-weight: 700;
	color: #8a3c1d;
}

.sb-day-color-deity {
	font-size: 11px;
	color: #c9691c;
}

.sb-section-heading {
	margin: 0 0 6px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(19px, 5.5vw, 22px);
	font-weight: 700;
	color: #8a3c1d;
}

.sb-section-subheading {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.5;
	color: #a9846c;
}

.sb-section-copy {
	text-align: center;
}

.sb-section-copy > h2 {
	margin: 0 0 5px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(19px, 5.5vw, 22px);
	font-weight: 700;
	color: #8a3c1d;
}

.sb-section-copy > p {
	margin: 0 0 clamp(14px, 4vw, 18px);
	font-size: 13px;
	line-height: 1.5;
	color: #a9846c;
}

.sb-login-popup {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(58, 30, 12, .45);
	opacity: 0;
	pointer-events: none;
	transition: opacity 200ms ease;
}

.sb-login-popup.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.sb-geocode-dropdown {
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	margin: 4px 0 0;
	padding: 6px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #e2d6c6;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(58, 30, 12, .15);
	max-height: 220px;
	overflow-y: auto;
}

.sb-geocode-dropdown-item {
	padding: 10px 14px;
	font-size: 14px;
	color: #3a1e0c;
	cursor: pointer;
}

.sb-geocode-dropdown-item:hover,
.sb-geocode-dropdown-item:active {
	background: #f5ede1;
}

.sb-geocode-dropdown-online {
	color: #a5551f;
	font-weight: 700;
}

.sb-geocode-dropdown-empty {
	color: #8a746a;
	font-weight: 500;
	cursor: default;
}

.sb-geocode-dropdown-empty:hover,
.sb-geocode-dropdown-empty:active {
	background: transparent;
}

.sb-login-popup[hidden] { display: none !important; }
[data-feature-login] { z-index: 1600; opacity: 1; pointer-events: auto; }
[data-feature-login] .sb-login-popup-btn { display: flex; margin-top: 12px; align-items: center; justify-content: center; gap: 10px; }
[data-feature-login] .sb-login-provider--truecaller { border-color: #1686df; background: #1686df; color: #fff; box-shadow: 0 7px 18px rgba(22,134,223,.24); }
[data-feature-login] .sb-login-provider--truecaller .fa { color: #fff; }
.sb-punya-feedback { position: fixed; z-index: 1300; bottom: 18px; left: 50%; transform: translateX(-50%); width: calc(100% - 24px); max-width: 420px; padding: 14px; border-radius: 12px; background: #fff4df; color: #5f3014; box-shadow: 0 5px 24px rgba(0,0,0,.25); }
.sb-punya-feedback[hidden], .sb-punya-feedback [hidden] { display: none; }
.sb-punya-feedback button { padding: 7px 12px; margin: 4px; border: 0; border-radius: 8px; background: #5f3014; color: #fff; }
.sb-gauseva-choice.is-saving::after { content: 'सेवा सहेज रहे हैं…'; font-size: 10px; color: #5f3014; }

.sb-login-popup-card {
	position: relative;
	width: 100%;
	max-width: 320px;
	padding: 28px 22px 22px;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0 16px 40px rgba(58, 30, 12, .25);
}

.sb-login-popup-close {
	position: absolute;
	top: 10px;
	right: 14px;
	border: 0;
	background: none;
	font-size: 22px;
	line-height: 1;
	color: #a9846c;
}

.sb-login-popup-icon {
	display: block;
	margin-bottom: 10px;
	font-size: 28px;
}

.sb-login-popup-title {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 19px;
	font-weight: 700;
	color: #8a3c1d;
}

.sb-login-popup-text {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.6;
	color: #76533f;
}

.sb-login-popup-btn {
	display: block;
	width: 100%;
	padding: 12px;
	border-radius: 12px;
	background: #d78d31;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.sb-login-popup-btn:disabled {
	opacity: .6;
}

.sb-contribution-popup {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(58, 30, 12, .45);
	opacity: 0;
	pointer-events: none;
	transition: opacity 200ms ease;
}

.sb-contribution-popup.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.sb-contribution-popup[hidden] { display: none !important; }

.sb-contribution-popup-card {
	position: relative;
	width: 100%;
	max-width: 320px;
	padding: 28px 22px 22px;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0 16px 40px rgba(58, 30, 12, .25);
}

.sb-contribution-popup-title {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 19px;
	font-weight: 700;
	color: #8a3c1d;
}

.sb-contribution-popup-text {
	margin: 0 0 18px;
	font-size: 12px;
	line-height: 1.6;
	color: #76533f;
}

.sb-contribution-input {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 12px 14px;
	border: 1px solid rgba(216, 141, 49, .3);
	border-radius: 12px;
	background: #fff8ed;
	font-size: 14px;
	color: #3f2618;
	text-align: left;
}

.sb-contribution-input:focus {
	outline: none;
	border-color: #d78d31;
}

.sb-contribution-error {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	color: #c42d26;
	text-align: left;
}

.sb-contribution-success {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #3f8a4a;
}

.sb-paath-library-heading {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 24px;
	font-weight: 700;
	color: #8a3c1d;
	text-align: left;
}

/* Granth list + detail (chalisa/aarti/mantra/stotra/kavach/ashtak/katha) */

.sb-granth-list-page,
.sb-granth-detail-page {
	min-height: 100vh;
	min-height: 100dvh;
	max-width: 440px;
	margin: 0 auto;
	padding: max(20px, env(safe-area-inset-top)) 18px 24px;
	background: radial-gradient(circle at 50% 0, #fffdf7 0, #fff8ed 45%, #f7ead6 100%);
}

.sb-granth-back {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #c9691c;
	text-decoration: none;
}

.sb-granth-back:hover,
.sb-granth-back:focus,
.sb-granth-back:visited,
.sb-granth-back:active {
	color: #c9691c;
	text-decoration: none;
}

.sb-granth-detail-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.sb-granth-view-count {
	display: inline-block;
	margin-top: 6px;
	padding: 4px 12px;
	border-radius: 999px;
	background: rgba(216, 141, 49, .15);
	font-size: 12px;
	font-weight: 700;
	color: #c9691c;
	white-space: nowrap;
}

.sb-granth-view-count[hidden] {
	display: none;
}

.sb-granth-list-header h1,
.sb-granth-detail-page h1 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 24px;
	font-weight: 700;
	color: #8a3c1d;
}

.sb-granth-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: left;
}

.sb-granth-list-item,
.sb-granth-list-item:hover,
.sb-granth-list-item:focus,
.sb-granth-list-item:visited,
.sb-granth-list-item:active {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(95, 48, 20, .06);
	color: #3f2618;
	text-decoration: none;
}

.sb-granth-list-item:hover .sb-granth-list-number,
.sb-granth-list-item:visited .sb-granth-list-number {
	color: #c9691c;
}

.sb-granth-list-item:hover .sb-granth-list-arrow,
.sb-granth-list-item:visited .sb-granth-list-arrow {
	color: #a9846c;
}

.sb-granth-list-number {
	display: flex;
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(216, 141, 49, .12);
	color: #c9691c;
	font-size: 13px;
	font-weight: 700;
}

.sb-granth-list-text {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.sb-granth-list-name {
	font-size: 15px;
	font-weight: 700;
}

.sb-granth-list-subtitle {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color: #a9846c;
}

.sb-granth-list-arrow {
	flex: 0 0 auto;
	color: #a9846c;
	font-size: 18px;
}

.sb-granth-list-empty {
	padding: 30px 10px;
	text-align: center;
	color: #a9846c;
	font-size: 14px;
}

.sb-granth-chapter-heading {
	margin: 20px 0 10px;
	font-size: 15px;
	font-weight: 700;
	color: #8a3c1d;
}

.sb-paath-popup.is-reading-detail .sb-paath-popup-heading-wrap { display: none; }
.sb-paath-popup.is-reading-detail .sb-paath-popup-share { display: none; }
.sb-paath-reading-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.sb-paath-reading-title h2 { flex: 1; min-width: 0; margin-bottom: 0; }
.sb-paath-reading-title .sb-paath-reading-share { display: flex; flex: 0 0 36px; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; background: #e5f5e8; color: #159947; font-size: 21px; }
.sb-paath-reading-header { margin: 0 0 22px; padding: 18px 14px; border: 1px solid #edd3ae; border-radius: 18px; background: linear-gradient(145deg, #fffdf8, #fff3dd); box-shadow: 0 4px 14px rgba(95, 48, 20, .05); text-align: left; }
.sb-paath-reading-header h2 { margin: 0 0 7px; font-size: 23px; font-weight: 700; line-height: 1.4; color: #633016; }
.sb-paath-reading-header > p { margin: 0 0 16px; font-size: 13px; line-height: 1.7; color: #946d52; }
.sb-paath-reading-meta { display: flex; flex-wrap: wrap; gap: 6px; font-size: 11px; color: #a27045; }
.sb-paath-reading-tools { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding-top: 12px; border-top: 1px solid rgba(164, 101, 41, .13); }
.sb-paath-reading-tools .sb-paath-reading-meta { padding: 7px 10px; border: 1px solid #e9c28b; border-radius: 10px; background: #fbe5bf; color: #8a4518; font-weight: 700; }
.sb-paath-reading-tools .sb-paath-audio-row { position: static; margin: 0 0 0 auto; padding: 0; gap: 5px; background: transparent; }
.sb-paath-reading-tools .sb-paath-audio-btn { width: 32px; height: 32px; min-width: 32px; border: 1px solid #e9c28b; border-radius: 50%; background: #fff2da; box-shadow: none; animation: none; }
.sb-paath-reading-tools .sb-paath-audio-btn::before, .sb-paath-reading-tools .sb-paath-audio-btn::after { display: none; }
.sb-paath-reading-tools .sb-paath-audio-btn i { background: none; color: #9c501c; -webkit-text-fill-color: currentColor; }
.sb-paath-reading-tools .sb-paath-audio-voice { width: 85px; max-width: 85px; padding: 5px 6px; border-color: #e9c28b; background: #fff8ed; color: #713f25; font-size: 11px; }
.sb-paath-voice-picker { position: relative; width: 122px; color: #713f25; font-size: 12px; }
.sb-paath-voice-picker summary img { width: 24px; height: 24px; flex: 0 0 24px; border-radius: 50%; object-fit: cover; }
.sb-paath-voice-picker summary { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 7px 10px; border: 1px solid #e9c28b; border-radius: 18px; background: #fff8ed; cursor: pointer; list-style: none; }
.sb-paath-voice-picker summary::-webkit-details-marker { display: none; }
.sb-paath-voice-picker summary .fa { font-size: 10px; }
.sb-paath-voice-menu { position: absolute; right: 0; top: calc(100% + 6px); z-index: 20; width: 154px; padding: 5px; border: 1px solid #ead5b7; border-radius: 12px; background: #fffaf2; box-shadow: 0 6px 20px rgba(70, 36, 15, .16); }
.sb-paath-voice-menu button { display: flex; align-items: center; gap: 9px; width: 100%; padding: 7px; border: 0; border-radius: 8px; background: transparent; color: #713f25; font: inherit; text-align: left; cursor: pointer; }
.sb-paath-voice-menu button:hover, .sb-paath-voice-menu button[aria-checked="true"] { background: #f9e5c5; }
.sb-paath-voice-menu img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.sb-paath-ai-disclaimer { margin: 0 0 18px; padding: 10px 12px; border: 1px solid #eadbc5; border-radius: 10px; background: #f8f1e7; color: #80684e; font-size: 11px; line-height: 1.7; text-align: left; }
.sb-paath-reading .sb-granth-text { font-size: 18px; line-height: 1.9; padding: 20px 16px; }

.sb-granth-text {
	padding: 16px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(95, 48, 20, .06);
	font-size: 15px;
	line-height: 1.9;
	color: #3f2618;
}

.sb-granth-paragraph {
	margin: 0 0 16px;
}

.sb-granth-paragraph:last-child {
	margin-bottom: 0;
}

.sb-granth-heading {
	margin: 22px 0 8px;
	padding-bottom: 4px;
	border-bottom: 2px solid rgba(168, 99, 31, .25);
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #a8631f;
}

.sb-granth-heading:first-child {
	margin-top: 0;
}

/* हमारी कहानी / support page */

.sb-support-page {
	min-height: 100vh;
	min-height: 100dvh;
	max-width: 440px;
	margin: 0 auto;
	padding: max(20px, env(safe-area-inset-top)) 18px 24px;
	background: radial-gradient(circle at 50% 0, #fffdf7 0, #fff8ed 45%, #f7ead6 100%);
}

.sb-support-page .sb-section-heading {
	margin: 12px 0 14px;
}

.sb-support-story {
	margin-bottom: 22px;
}

.sb-support-story p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.9;
	color: #5f4530;
}

.sb-support-card {
	padding: 26px 22px;
	border-radius: 20px;
	background: linear-gradient(160deg, #fff8ec 0%, #fdecd6 100%);
	box-shadow: 0 0 0 1px rgba(216, 141, 49, .15), 0 0 14px rgba(216, 141, 49, .18), 0 4px 12px rgba(95, 48, 20, .07);
	text-align: center;
}

.sb-support-card-title {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 19px;
	font-weight: 700;
	color: #8a3c1d;
}

.sb-support-card-text {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.6;
	color: #76533f;
}

.sb-pay-options-heading {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 700;
	color: #6f3b20;
}

.sb-pay-options-row {
	display: flex;
	gap: 8px;
	margin-bottom: 14px;
}

.sb-pay-option-item {
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 14px 4px;
	border: 0;
	border-radius: 16px;
	background: #fff7ec;
	box-shadow: 0 0 0 1px rgba(216, 141, 49, .18);
	color: #6f3b20;
	cursor: pointer;
}

.sb-pay-option-icon {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(216, 141, 49, .14);
	color: #c9691c;
	font-size: 17px;
}

.sb-pay-option-label {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.sb-support-copy-toast {
	margin: -2px 0 10px;
	font-size: 12px;
	font-weight: 700;
	color: #3f8a4a;
	text-align: center;
}

.sb-contribution-card {
	margin-top: 18px;
	text-align: left;
}

.sb-contribution-card .sb-support-card-title {
	text-align: center;
}

.sb-contribution-card .sb-contribution-popup-text {
	text-align: center;
}

.sb-support-card-qr {
	display: block;
	width: clamp(180px, 60vw, 240px);
	margin: 0 auto 16px;
	border-radius: 12px;
}

.sb-support-card-note {
	margin: 0;
	font-size: 12px;
	color: #a9846c;
}

/* Generic reusable bottom-sheet shell — future popups can reuse
   .sb-bottom-popup / .sb-bottom-popup-backdrop / .sb-bottom-popup-panel /
   .sb-bottom-popup-close as-is, just swap the panel's inner content. */
   .sb-bottom-popup {
   	position: fixed;
   	inset: 0;
   	z-index: 1600;
   	display: flex;
   	align-items: flex-end;
   	justify-content: center;
   	pointer-events: none;
   }

   .sb-bottom-popup[hidden],
   .sb-tulsi-card [hidden] {
   	display: none !important;
   }

   .sb-bottom-popup.is-visible {
   	pointer-events: auto;
   }

   .sb-bottom-popup-backdrop {
   	position: absolute;
   	inset: 0;
   	background: rgba(58, 30, 12, .5);
   	opacity: 0;
   	transition: opacity 250ms ease;
   }

   .sb-bottom-popup.is-visible .sb-bottom-popup-backdrop {
   	opacity: 1;
   }

   .sb-bottom-popup-panel {
   	position: relative;
   	width: 100%;
   	max-width: 440px;
   	max-height: 88vh;
   	overflow-y: auto;
   	border-radius: 24px 24px 0 0;
   	transform: translateY(100%);
   	transition: transform 280ms ease;
   	padding-bottom: max(20px, env(safe-area-inset-bottom));
   }

   .sb-bottom-popup.is-visible .sb-bottom-popup-panel {
   	transform: translateY(0);
   }

   .sb-bottom-popup-close {
   	position: absolute;
   	top: 12px;
   	right: 12px;
   	z-index: 5;
   	width: 32px;
   	height: 32px;
   	border: none;
   	border-radius: 50%;
   	background: rgba(95, 48, 20, .15);
   	color: #5f3014;
   	font-size: 18px;
   	line-height: 1;
   	cursor: pointer;
   }

   .sb-bottom-popup-close:disabled {
   	cursor: default;
   }
   .sb-bottom-popup-close[hidden] { display: none !important; }

   .sb-discovery-edit-panel { padding: 24px 18px max(24px, env(safe-area-inset-bottom)); background: #fff9ef; color: #5a301d; }
   .sb-discovery-edit-panel h2 { margin: 0 0 16px; padding-right: 30px; font-family: "Noto Serif Devanagari", Georgia, serif; font-size: 18px; font-weight: 700; }
   .sb-discovery-edit-panel .sb-banner-photo-picker { margin-bottom: 14px; }

   [data-gauseva-popup].sb-gauseva-video-active .sb-bottom-popup-close {
   	top: max(12px, env(safe-area-inset-top));
   	background: rgba(0, 0, 0, .45);
   	color: #fff;
   }

   .sb-tulsi-card {
   	padding: 22px 20px 26px;
   	background: linear-gradient(180deg, #fdecd0 0%, #f0a84e 100%);
   	text-align: center;
   }

   .sb-punya-divider {
   	display: flex;
   	align-items: center;
   	gap: 10px;
   	margin: 5px 0 clamp(12px, 3.5vw, 16px);
   	color: #8a3c1d;
   	font-size: 12px;
   	font-weight: 700;
   }

   .sb-punya-divider::before,
   .sb-punya-divider::after {
   	content: "";
   	flex: 1;
   	height: 1px;
   	background: rgba(186, 108, 37, .28);
   }

   .sb-punya-divider span {
   	white-space: nowrap;
   }

   .sb-gauseva-card {
   	background: linear-gradient(180deg, #fdecd0 0%, #f3c783 100%);
   	text-align: center;
   }

   .sb-gauseva-pad {
   	padding: 22px 20px 26px;
   }

   .sb-gauseva-heading {
   	margin: 0 26px 8px;
   	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
   	font-size: 20px;
   	font-weight: 700;
   	color: #5f3014;
   }

   .sb-gauseva-subheading {
   	margin: 0 0 18px;
   	font-size: 13px;
   	color: #a9846c;
   }

   .sb-gauseva-choice-row {
   	display: grid;
   	grid-template-columns: repeat(3, minmax(0, 1fr));
   	gap: 14px;
   }

   .sb-gauseva-choice {
   	min-width: 0;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	gap: 10px;
   	padding: 12px 6px;
   	border: 1px solid rgba(95, 48, 20, .15);
   	border-radius: 16px;
   	background: rgba(255, 255, 255, .28);
   	cursor: pointer;
   	font-family: inherit;
   }

   .sb-gauseva-choice-image {
   	width: 100%;
   	max-width: 90px;
   	height: 86px;
   	object-fit: contain;
   }

   .sb-gauseva-choice-fallback {
   	font-size: 72px;
   }

   .sb-gauseva-choice-label {
   	padding: 4px 10px;
   	border-radius: 999px;
   	background: rgba(0, 0, 0, .72);
   	font-size: 13px;
   	font-weight: 700;
   	color: #fff;
   }

   .sb-gauseva-choice-done-msg {
   	display: none;
   	padding: 4px 6px;
   	border-radius: 999px;
   	background: rgba(95, 48, 20, .12);
   	font-size: 11px;
   	font-weight: 700;
   	color: #8a3c1d;
   }

   .sb-gauseva-choice.is-done {
   	cursor: not-allowed;
   }

   .sb-gauseva-choice.is-done .sb-gauseva-choice-image {
   	opacity: .35;
   }

   .sb-gauseva-choice.is-done .sb-gauseva-choice-label {
   	opacity: .65;
   }

   .sb-gauseva-choice.is-done .sb-gauseva-choice-done-msg {
   	display: block;
   }

/* Video fills the app-width panel. Close/end returns to choices without a reload. */
[data-gauseva-popup].sb-gauseva-video-active .sb-bottom-popup-panel {
	width: 100%;
	max-width: 440px;
	height: 100dvh;
	max-height: 100dvh;
	border-radius: 0;
	background: #000;
	padding: 0;
	overflow: hidden;
}

[data-gauseva-popup].sb-gauseva-video-active .sb-bottom-popup-close {
	display: block;
}

.sb-gauseva-video {
	display: block;
	width: 100%;
	height: 100dvh;
	object-fit: contain;
	background: #000;
}

[data-gauseva-popup] [hidden] { display: none !important; }
[data-gauseva-video-view] { position: relative; height: 100dvh; background: #000; }
[data-gauseva-video-missing] { color: #fff; padding-top: 70px; }

.sb-gauseva-video-missing {
	font-size: 14px;
	color: #fff;
}

.sb-gauseva-video-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 6px 0 max(6px, env(safe-area-inset-bottom));
	background: rgba(0, 0, 0, .8);
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.sb-tulsi-video-popup {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	justify-content: center;
	background: rgba(0, 0, 0, .8);
}
.sb-tulsi-choice-panel {
	padding: 24px 16px max(20px, env(safe-area-inset-bottom));
	background: linear-gradient(#fdecd0, #f3c783);
	color: #5f3014;
	text-align: center;
}
.sb-tulsi-choice-panel h2 { margin: 0 30px 8px; font-size: 20px; font-weight: 700; }
.sb-tulsi-choice-reminder { margin: 0 0 8px; font-size: 13px; }
.sb-tulsi-choice-panel [data-tulsi-choice-message] { margin-bottom: 16px; font-size: 12px; }
.sb-tulsi-stage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 6px; }
.sb-tulsi-stage-option { min-width: 0; padding: 6px; border: 1px solid transparent; border-radius: 12px; background: transparent; color: inherit; font: inherit; }
.sb-tulsi-stage-option.is-current { border-color: #956119; background: rgba(255, 255, 255, .4); }
.sb-tulsi-stage-option:not(:disabled) { cursor: pointer; }
.sb-tulsi-stage-picture { position: relative; display: block; width: 100%; max-width: 76px; margin: 0 auto; aspect-ratio: 1; overflow: hidden; border-radius: 50%; background: #e8c58f; }
.sb-tulsi-stage-picture img { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.sb-tulsi-stage-option[hidden] { display: none; }
.is-upcoming .sb-tulsi-stage-picture img { opacity: .55; }
.is-complete .sb-tulsi-stage-picture { opacity: .4; }
.sb-tulsi-stage-name { display: block; margin-top: 7px; font-size: 12px; font-weight: 700; }
.sb-tulsi-stage-state { display: block; margin-top: 4px; font-size: 10px; white-space: pre-line; }
.sb-tulsi-choice-share { margin: 0 0 20px; padding: 16px 0; border-top: 1px solid rgba(95, 48, 20, .2); border-bottom: 1px solid rgba(95, 48, 20, .2); }
.sb-tulsi-choice-share p { font-size: 13px; }
.sb-tulsi-choice-share button { padding: 12px 18px; border: 0; border-radius: 24px; background: #176a3d; color: #fff; font-size: 14px; font-weight: 700; }
.sb-surya-offering { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 18px auto 4px; padding: 12px; border: 0; background: transparent; color: #5f3014; font: inherit; cursor: pointer; }
.sb-surya-offering-image { display: flex; align-items: center; justify-content: center; width: 136px; height: 136px; overflow: hidden; border-radius: 50%; background: #f7d592; border: 2px solid #b47a2f; }
.sb-surya-offering-image img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.sb-surya-offering-image [hidden] { display: none; }
.sb-surya-offering-image span { font-size: 64px; }
.sb-surya-offering-name { font-size: 17px; font-weight: 700; }
.sb-surya-offering [data-offering-button-label] { padding: 8px 16px; border-radius: 22px; background: #5f3014; color: #fff; font-size: 13px; }
.sb-surya-offering.is-complete .sb-surya-offering-image { opacity: .4; }
.sb-surya-offering:disabled { cursor: default; }
.sb-tulsi-video-panel {
	position: relative;
	width: 100%;
	max-width: 440px;
	height: 100%;
	background: #000;
}
.sb-tulsi-video-popup[hidden], .sb-tulsi-video-popup video[hidden] { display: none; }
.sb-tulsi-video-popup video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.sb-tulsi-video-popup .sb-bottom-popup-close {
	z-index: 2;
	top: max(12px, env(safe-area-inset-top));
	color: #fff;
	background: rgba(0, 0, 0, .65);
}
.sb-tulsi-video-status {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px 16px max(10px, env(safe-area-inset-bottom));
	background: rgba(0, 0, 0, .8);
	color: #fff;
	text-align: center;
}
/* Shared caption covers the bottom of the rendered video at every aspect ratio. */
.sb-video-caption {
	position: absolute;
	z-index: 901;
	right: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 6px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #21180f;
	color: #fff;
	font-size: 12px;
	line-height: 1.35;
	text-align: center;
	pointer-events: none;
}
.sb-video-caption[hidden] { display: none; }

.sb-tulsi-streak-badge {
	display: inline-block;
	margin: 0 auto 10px;
	padding: 6px 14px;
	border-radius: 999px;
	background: #fffaf0;
	font-size: 12px;
	font-weight: 700;
	color: #5f3014;
}

.sb-tulsi-completion-flash {
	max-width: 370px;
	margin: 4px auto 8px;
	padding: 10px 12px;
	border-radius: 16px;
	background: rgba(255, 250, 240, .92);
	box-shadow: 0 8px 24px rgba(95, 48, 20, .14);
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: clamp(14px, 4vw, 17px);
	font-weight: 700;
	color: #5f3014;
	line-height: 1.5;
	opacity: 0;
	transform: translateY(6px) scale(.98);
	transition: opacity 400ms ease, transform 400ms ease;
}

.sb-tulsi-completion-flash.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.sb-tulsi-completion-flash.is-fading {
	opacity: 0;
	transform: translateY(-4px) scale(.99);
}

.sb-tulsi-plant-wrap {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: clamp(270px, 72vw, 320px);
	margin: 8px 0 10px;
	isolation: isolate;
}

.sb-tulsi-plant-wrap::after {
	position: absolute;
	top: 4%;
	left: 50%;
	width: 44%;
	height: 64%;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(157, 220, 255, .34) 0%, rgba(157, 220, 255, 0) 70%);
	opacity: 0;
	transform: translateX(-50%);
	transition: opacity 300ms ease;
	content: "";
	pointer-events: none;
	z-index: -1;
}

.sb-tulsi-plant-wrap.is-watering::after {
	opacity: 1;
}

.sb-tulsi-plant-image {
	display: block;
	max-width: 72%;
	max-height: clamp(270px, 72vw, 320px);
	transition: filter 350ms ease, transform 350ms ease;
}

.sb-tulsi-plant-fallback {
	font-size: 70px;
}

.sb-tulsi-water-stream {
	position: absolute;
	top: 2%;
	left: 50%;
	width: 3px;
	height: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(226, 248, 255, .15) 0%, rgba(131, 211, 239, .78) 30%, rgba(72, 177, 222, .42) 100%);
	box-shadow: 0 0 5px rgba(154, 226, 255, .65);
	opacity: 0;
	transform: translateX(-50%) rotate(1.5deg);
	transform-origin: top center;
	pointer-events: none;
	z-index: 3;
}

.sb-tulsi-plant-wrap.is-watering .sb-tulsi-water-stream {
	animation: sbTulsiWaterStream 1.15s ease-in-out infinite;
}

@keyframes sbTulsiWaterStream {
	0%, 100% { height: 49%; opacity: .38; }
	50% { height: 57%; opacity: .82; }
}

.sb-tulsi-drop {
	position: absolute;
	top: 4%;
	left: 28%;
	width: 4px;
	height: 9px;
	border-radius: 55% 55% 62% 62%;
	background: linear-gradient(160deg, rgba(235, 251, 255, .95) 0%, rgba(116, 207, 239, .9) 45%, rgba(43, 148, 204, .78) 100%);
	box-shadow: 0 0 3px rgba(167, 231, 255, .9);
	opacity: 0;
	transform: translate(-50%, 0);
	pointer-events: none;
	z-index: 2;
}

.sb-tulsi-drop-2 {
	left: 37%;
}

.sb-tulsi-drop-3 {
	left: 46%;
}

.sb-tulsi-drop-4 {
	left: 54%;
}

.sb-tulsi-drop-5 {
	left: 63%;
}

.sb-tulsi-drop-6 {
	left: 72%;
}

.sb-tulsi-plant-wrap.is-watering .sb-tulsi-drop {
	animation: sbTulsiDropFall 1.4s linear infinite;
}

.sb-tulsi-plant-wrap.is-watering .sb-tulsi-drop-2 {
	animation-delay: -.23s;
}

.sb-tulsi-plant-wrap.is-watering .sb-tulsi-drop-3 {
	animation-delay: -.46s;
}

.sb-tulsi-plant-wrap.is-watering .sb-tulsi-drop-4 {
	animation-delay: -.69s;
}

.sb-tulsi-plant-wrap.is-watering .sb-tulsi-drop-5 {
	animation-delay: -.92s;
}

.sb-tulsi-plant-wrap.is-watering .sb-tulsi-drop-6 {
	animation-delay: -1.15s;
}

@keyframes sbTulsiDropFall {
	0% { opacity: 0; transform: translate(-50%, 0) scale(.82); }
	10% { opacity: .9; }
	78% { opacity: .72; }
	100% { opacity: 0; transform: translate(-50%, clamp(180px, 52vw, 225px)) scale(1); }
}

.sb-tulsi-plant-wrap.is-complete .sb-tulsi-plant-image {
	animation: sbTulsiBlessingPulse 1s ease-in-out 2;
}

@keyframes sbTulsiBlessingPulse {
	0%, 100% { filter: drop-shadow(0 0 0 rgba(255, 226, 111, 0)); transform: scale(1); }
	50% { filter: drop-shadow(0 0 20px rgba(255, 226, 111, .95)); transform: scale(1.035); }
}

.sb-tulsi-completed-state {
	margin: 0 auto 14px;
	color: #7a3f1d;
	line-height: 1.5;
}

.sb-tulsi-today-status {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 700;
}

.sb-tulsi-return-reminder {
	margin: 0;
	font-size: 12px;
	color: #8a3c1d;
}

.sb-tulsi-water-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 14px;
	border: none;
	border-radius: 999px;
	background: #d78d31;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(95, 48, 20, .25);
}

.sb-tulsi-water-btn:disabled {
	opacity: .7;
	cursor: default;
}

/* ------------------------------------------------------------------
   Tulsi watering - three-act choreography (7s total)
   Act 1 अर्पण (0-2.4s)   : stream builds, first drops land, soil darkens
   Act 2 ग्रहण (2.4-4.8s)  : plant sways, mist rises, drops drift
   Act 3 आशीर्वाद (4.8-7s) : stream tapers, golden sparks rise, aura blooms
   Act classes are added/removed by tulsi-jal.js on .sb-tulsi-plant-wrap.
   These rules come after the base .is-watering ones on purpose - equal
   specificity, so the act choreography wins while watering is running.
   ------------------------------------------------------------------ */

   .sb-tulsi-soil {
   	position: absolute;
   	bottom: 2%;
   	left: 50%;
   	width: 46%;
   	height: 26px;
   	border-radius: 50%;
   	background: radial-gradient(ellipse, rgba(74, 44, 22, .42) 0%, rgba(74, 44, 22, 0) 72%);
   	opacity: 0;
   	transform: translateX(-50%);
   	transition: opacity 900ms ease;
   	pointer-events: none;
   	z-index: 0;
   }

   .sb-tulsi-plant-wrap.sb-act-1 .sb-tulsi-soil,
   .sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-soil,
   .sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-soil { opacity: 1; }

/* Stream: builds in act 1, holds with a live pulse in act 2, tapers in act 3. */
.sb-tulsi-plant-wrap.sb-act-1 .sb-tulsi-water-stream {
	width: 4px;
	animation: sbTulsiStreamBuild 2.4s cubic-bezier(.22, .61, .36, 1) forwards;
}

.sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-water-stream {
	width: 4px;
	animation: sbTulsiStreamHold 1.05s ease-in-out infinite;
}

.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-water-stream {
	width: 4px;
	animation: sbTulsiStreamTaper 2.2s ease-in forwards;
}

@keyframes sbTulsiStreamBuild {
	0% { height: 0; opacity: 0; }
	22% { opacity: .9; }
	100% { height: 55%; opacity: .85; }
}

@keyframes sbTulsiStreamHold {
	0%, 100% { height: 53%; opacity: .72; }
	50% { height: 58%; opacity: .92; }
}

@keyframes sbTulsiStreamTaper {
	0% { height: 55%; opacity: .85; }
	70% { height: 22%; opacity: .4; }
	100% { height: 0; opacity: 0; }
}

/* Drops get real variety - size, speed and a little horizontal drift, so
   the six of them stop reading as one repeating row of identical pills. */
   .sb-tulsi-drop-1 { width: 5px; height: 11px; }
   .sb-tulsi-drop-2 { width: 3px; height: 7px; }
   .sb-tulsi-drop-3 { width: 6px; height: 12px; }
   .sb-tulsi-drop-4 { width: 4px; height: 9px; }
   .sb-tulsi-drop-5 { width: 3px; height: 8px; }
   .sb-tulsi-drop-6 { width: 5px; height: 10px; }

   .sb-tulsi-plant-wrap.sb-act-1 .sb-tulsi-drop,
   .sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-drop {
   	animation: sbTulsiDropDrift 1.25s linear infinite;
   }

   .sb-tulsi-plant-wrap.sb-act-1 .sb-tulsi-drop-2,
   .sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-drop-2 { animation-duration: 1.5s; animation-delay: -.28s; }
   .sb-tulsi-plant-wrap.sb-act-1 .sb-tulsi-drop-3,
   .sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-drop-3 { animation-duration: 1.12s; animation-delay: -.52s; }
   .sb-tulsi-plant-wrap.sb-act-1 .sb-tulsi-drop-4,
   .sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-drop-4 { animation-duration: 1.38s; animation-delay: -.74s; }
   .sb-tulsi-plant-wrap.sb-act-1 .sb-tulsi-drop-5,
   .sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-drop-5 { animation-duration: 1.6s; animation-delay: -.97s; }
   .sb-tulsi-plant-wrap.sb-act-1 .sb-tulsi-drop-6,
   .sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-drop-6 { animation-duration: 1.2s; animation-delay: -1.2s; }

/* Act 3 - no new drops are born, the last few just finish falling. */
.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-drop {
	animation: sbTulsiDropDrift 1.25s linear 1 forwards;
}

@keyframes sbTulsiDropDrift {
	0% { opacity: 0; transform: translate(-50%, 0) scale(.7) rotate(0deg); }
	12% { opacity: .95; }
	55% { transform: translate(calc(-50% + 3px), calc(clamp(180px, 52vw, 225px) * .55)) scale(1) rotate(4deg); }
	80% { opacity: .7; }
	100% { opacity: 0; transform: translate(calc(-50% - 2px), clamp(180px, 52vw, 225px)) scale(1.05) rotate(-3deg); }
}

/* Splash ripples where the water lands. */
.sb-tulsi-splash {
	position: absolute;
	bottom: 6%;
	left: 50%;
	width: 16px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid rgba(160, 224, 255, .75);
	opacity: 0;
	transform: translateX(-50%) scale(.4);
	pointer-events: none;
	z-index: 1;
}

.sb-tulsi-splash-2 { left: 43%; }
.sb-tulsi-splash-3 { left: 57%; }

.sb-tulsi-plant-wrap.sb-act-1 .sb-tulsi-splash,
.sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-splash {
	animation: sbTulsiSplash 1.25s ease-out infinite;
}

.sb-tulsi-plant-wrap.sb-act-1 .sb-tulsi-splash-2,
.sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-splash-2 { animation-delay: -.42s; }
.sb-tulsi-plant-wrap.sb-act-1 .sb-tulsi-splash-3,
.sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-splash-3 { animation-delay: -.84s; }

@keyframes sbTulsiSplash {
	0% { opacity: 0; transform: translateX(-50%) scale(.35); }
	18% { opacity: .85; }
	100% { opacity: 0; transform: translateX(-50%) scale(1.6); }
}

/* Mist rising off the wet soil - act 2 onward. */
.sb-tulsi-mist {
	position: absolute;
	bottom: 10%;
	left: 50%;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(226, 245, 252, .5) 0%, rgba(226, 245, 252, 0) 70%);
	opacity: 0;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 1;
}

.sb-tulsi-mist-2 { left: 38%; width: 26px; height: 26px; }
.sb-tulsi-mist-3 { left: 62%; width: 30px; height: 30px; }

.sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-mist,
.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-mist {
	animation: sbTulsiMistRise 2.6s ease-out infinite;
}

.sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-mist-2,
.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-mist-2 { animation-delay: -.9s; }
.sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-mist-3,
.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-mist-3 { animation-delay: -1.7s; }

@keyframes sbTulsiMistRise {
	0% { opacity: 0; transform: translate(-50%, 0) scale(.6); }
	25% { opacity: .7; }
	100% { opacity: 0; transform: translate(-50%, -70px) scale(1.35); }
}

/* Golden blessing sparks - act 3 only. */
.sb-tulsi-spark {
	position: absolute;
	bottom: 16%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 246, 214, 1) 0%, rgba(255, 205, 92, .9) 45%, rgba(255, 176, 46, 0) 75%);
	opacity: 0;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 3;
}

.sb-tulsi-spark-1 { left: 30%; }
.sb-tulsi-spark-2 { left: 40%; width: 4px; height: 4px; }
.sb-tulsi-spark-3 { left: 47%; width: 7px; height: 7px; }
.sb-tulsi-spark-4 { left: 55%; }
.sb-tulsi-spark-5 { left: 63%; width: 5px; height: 5px; }
.sb-tulsi-spark-6 { left: 71%; width: 4px; height: 4px; }
.sb-tulsi-spark-7 { left: 35%; width: 5px; height: 5px; }
.sb-tulsi-spark-8 { left: 67%; width: 6px; height: 6px; }

.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-spark {
	animation: sbTulsiSparkRise 2.1s ease-out infinite;
}

.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-spark-2 { animation-delay: -.26s; }
.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-spark-3 { animation-delay: -.52s; }
.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-spark-4 { animation-delay: -.78s; }
.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-spark-5 { animation-delay: -1.04s; }
.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-spark-6 { animation-delay: -1.3s; }
.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-spark-7 { animation-delay: -1.56s; }
.sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-spark-8 { animation-delay: -1.82s; }

@keyframes sbTulsiSparkRise {
	0% { opacity: 0; transform: translate(-50%, 0) scale(.4); }
	20% { opacity: 1; }
	70% { opacity: .85; }
	100% { opacity: 0; transform: translate(-50%, -125px) scale(1.15); }
}

/* The plant itself responds - a gentle sway as it takes the water, then a
   deeper "breath" as the blessing gathers. */
   .sb-tulsi-plant-wrap.sb-act-2 .sb-tulsi-plant-image {
   	animation: sbTulsiSway 2.4s ease-in-out infinite;
   }

   .sb-tulsi-plant-wrap.sb-act-3 .sb-tulsi-plant-image {
   	animation: sbTulsiBreathe 2.2s ease-in-out forwards;
   }

   @keyframes sbTulsiSway {
   	0%, 100% { transform: rotate(-.9deg) translateY(0); }
   	50% { transform: rotate(1.1deg) translateY(-2px); }
   }

   @keyframes sbTulsiBreathe {
   	0% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(255, 226, 111, 0)); }
   	55% { transform: scale(1.03); filter: drop-shadow(0 0 18px rgba(255, 226, 111, .6)); }
   	100% { transform: scale(1.012); filter: drop-shadow(0 0 10px rgba(255, 226, 111, .35)); }
   }

/* Aura behind the plant shifts from cool water-blue to warm gold as the
   act sequence moves from offering to blessing. */
   .sb-tulsi-plant-wrap.sb-act-3::after {
   	background: radial-gradient(ellipse, rgba(255, 214, 130, .42) 0%, rgba(255, 214, 130, 0) 70%);
   	transition: opacity 300ms ease, background 1200ms ease;
   }

/* Running caption under the plant, one short line per act. */
.sb-tulsi-act-caption {
	margin: 0 0 10px;
	min-height: 18px;
	color: #7a3f1d;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .2px;
	opacity: 0;
	transition: opacity 400ms ease;
}

.sb-tulsi-act-caption.is-visible { opacity: 1; }

.sb-tulsi-completion-title {
	display: block;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 700;
}

.sb-tulsi-completion-blessing {
	display: block;
	font-size: 12.5px;
	opacity: .9;
}

@media (prefers-reduced-motion: reduce) {
	.sb-tulsi-plant-wrap .sb-tulsi-drop,
	.sb-tulsi-plant-wrap .sb-tulsi-splash,
	.sb-tulsi-plant-wrap .sb-tulsi-mist,
	.sb-tulsi-plant-wrap .sb-tulsi-spark,
	.sb-tulsi-plant-wrap .sb-tulsi-plant-image,
	.sb-tulsi-plant-wrap .sb-tulsi-water-stream {
		animation: none !important;
	}
}

/* पाठ popup (चालीसा/आरती/मंत्र/व्रत-कथा listing+detail) - adaptive height,
   content-sized, capped at 3/4 of the viewport rather than the 88vh used
   by the other bottom-sheets, since a full chapter can run much longer. */
/* Panel is a fixed-height flex column - topbar/heading/loader never scroll
   away, only .sb-paath-popup-body (the actual content) scrolls internally.
   min-height:0 on the body is required for a flex child to actually
   shrink/scroll instead of overflowing its flex column. */
   .sb-paath-popup .sb-bottom-popup-panel {
   	max-height: 75vh;
   	background: #fff8ed;
   	display: flex;
   	flex-direction: column;
   	overflow: hidden;
   	padding-bottom: 0;
   }

   .sb-paath-popup-topbar {
   	display: flex;
   	flex-shrink: 0;
   	align-items: center;
   	justify-content: space-between;
   	padding: 14px 14px 0;
   }

   .sb-paath-popup-back {
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	width: 32px;
   	height: 32px;
   	border: none;
   	border-radius: 50%;
   	background: rgba(95, 48, 20, .1);
   	color: #5f3014;
   	font-size: 20px;
   	line-height: 1;
   	cursor: pointer;
   }

   .sb-paath-popup-back[hidden] {
   	display: none;
   }

   .sb-paath-popup-actions {
   	display: flex;
   	gap: 8px;
   	margin-left: auto;
   }

   .sb-paath-popup-share,
   .sb-paath-popup-close {
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	width: 32px;
   	height: 32px;
   	border: none;
   	border-radius: 50%;
   	background: rgba(95, 48, 20, .1);
   	color: #5f3014;
   	font-size: 16px;
   	line-height: 1;
   	cursor: pointer;
   }

   .sb-paath-popup-share {
   	color: #25d366;
   }

   .sb-paath-popup-close {
   	font-size: 20px;
   }

   .sb-paath-popup-heading-wrap {
   	flex-shrink: 0;
   	padding: 10px 20px 4px;
   	text-align: center;
   }

   .sb-paath-popup-heading {
   	margin: 0;
   	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
   	font-size: 18px;
   	font-weight: 700;
   	color: #5f3014;
   	min-height: 22px;
   }

   .sb-paath-popup-subheading {
   	margin: 4px 0 0;
   	font-size: 13px;
   	color: #a9846c;
   }

   .sb-paath-popup-search {
   	flex-shrink: 0;
   	padding: 4px 20px 12px;
   }

   .sb-paath-popup-search[hidden] {
   	display: none;
   }

   .sb-paath-popup-search-input {
   	width: 100%;
   	padding: 10px 14px;
   	border: 1px solid rgba(95, 48, 20, .15);
   	border-radius: 999px;
   	background: #fff8ef;
   	color: #3f2618;
   	font-size: 14px;
   }

   .sb-paath-popup-search-input::placeholder {
   	color: #a9846c;
   }

   .sb-paath-popup-search-input:focus {
   	outline: none;
   	border-color: rgba(168, 99, 31, .55);
   }

   .sb-granth-list-type {
   	align-self: flex-start;
   	margin-top: 1px;
   	padding: 2px 8px;
   	border-radius: 999px;
   	background: rgba(216, 141, 49, .12);
   	color: #c9691c;
   	font-size: 10px;
   	font-weight: 700;
   }

   .sb-paath-popup-loader {
   	display: flex;
   	flex-shrink: 0;
   	justify-content: center;
   	padding: 60px 0;
   }

   .sb-paath-popup-loader[hidden] {
   	display: none;
   }

   .sb-paath-popup-spinner {
   	width: 30px;
   	height: 30px;
   	border: 3px solid rgba(95, 48, 20, .15);
   	border-top-color: #8a3c1d;
   	border-radius: 50%;
   	animation: sbPaathSpin 800ms linear infinite;
   }

   @keyframes sbPaathSpin {
   	to { transform: rotate(360deg); }
   }

   .sb-paath-popup-body {
   	flex: 1 1 auto;
   	min-height: 0;
   	overflow-y: auto;
   	overflow-anchor: none;
   	padding: 8px 16px max(16px, env(safe-area-inset-bottom));
   }

   .sb-paath-related {
   	margin-top: 24px;
   	padding-top: 18px;
   	border-top: 1px dashed rgba(95, 48, 20, .2);
   }

   .sb-paath-related-heading {
   	margin: 0 0 10px;
   	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
   	font-size: 15px;
   	font-weight: 700;
   	color: #5f3014;
   	text-align: center;
   }

   .sb-paath-related-more {
   	display: block;
   	text-align: center;
   	width: 100%;
   	margin-top: 10px;
   	padding: 10px;
   	border: none;
   	border-radius: 12px;
   	background: rgba(95, 48, 20, .1);
   	color: #5f3014;
   	font-size: 13px;
   	font-weight: 700;
   	cursor: pointer;
   }

   .sb-seva-popup-card {
	padding: 18px 18px 20px;
	background: linear-gradient(160deg, #fff8ea 0%, #f9d69b 58%, #efad58 100%);
	text-align: center;
   }

   .sb-seva-popup-heading {
   	margin: 0 0 8px;
   	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
   	font-size: 18px;
   	font-weight: 700;
   	color: #5f3014;
   }

   .sb-seva-popup-text {
   	margin: 0 0 16px;
   	font-size: 12px;
   	line-height: 1.6;
   	color: #6b4a30;
   }

   .sb-seva-popup-next {
   	margin: 0 0 16px;
   	padding: 10px;
   	border-radius: 12px;
   	background: rgba(255, 255, 255, .5);
   	font-size: 13px;
   	line-height: 1.6;
   	color: #5f3014;
   }

   .sb-seva-popup-pricing {
   	margin-bottom: 18px;
   	border-radius: 12px;
   	background: rgba(255, 255, 255, .5);
   	overflow: hidden;
   }

   .sb-seva-popup-price-row {
   	display: flex;
   	justify-content: space-between;
   	padding: 10px 14px;
   	font-size: 13px;
   	font-weight: 700;
   	color: #5f3014;
   }

   .sb-seva-popup-price-row + .sb-seva-popup-price-row {
   	border-top: 1px dashed rgba(95, 48, 20, .15);
   }

   .sb-seva-popup-whatsapp-btn {
   	display: flex;
   	align-items: center;
   	justify-content: center;
   	gap: 8px;
   	width: 100%;
   	padding: 12px;
   	border-radius: 999px;
   	background: #25d366;
   	color: #fff;
   	font-size: 14px;
   	font-weight: 700;
   }

   .sb-seva-popup-layout {
   	display: flex;
   	margin-right: -6px;
   	margin-left: -6px;
   	align-items: center;
   }

   .sb-seva-popup-current,
   .sb-seva-popup-booking {
   	padding-right: 6px;
   	padding-left: 6px;
   }

   .sb-seva-popup-current[hidden] {
   	display: none !important;
   }

   .sb-seva-popup-booking[hidden] { display: none; }
   .sb-seva-person-description { display:inline-flex; max-width:320px; margin:8px auto 13px; padding:6px 12px; border:1px solid rgba(126,67,28,.12); border-radius:999px; background:rgba(255,255,255,.46); font-size:12px; font-weight:700; line-height:1.4; color:#744221; }
   .sb-seva-person-book { display:block; width:min(100%,260px); margin:0 auto; padding:11px 20px; border:1px solid rgba(255,255,255,.3); border-radius:14px; background:linear-gradient(180deg,#a95627,#86401f); box-shadow:0 6px 14px rgba(105,48,20,.2); color:#fff; font-size:14px; font-weight:800; cursor:pointer; }

   .sb-seva-popup-current {
	display:flex;
	width:100%;
	flex:1 1 100%;
	flex-direction:column;
	align-items:center;
	min-width: 0;
	text-align: center;
   }

   .sb-seva-popup-current-kicker { display:inline-block; margin:0 0 9px; color:#a65a26; font-size:10px; font-weight:800; letter-spacing:.04em; }

   .sb-seva-popup-current-photo-wrap {
   	display: flex;
   	width: clamp(58px, 18vw, 72px);
   	height: clamp(58px, 18vw, 72px);
	margin: 0 auto 8px;
   	align-items: center;
   	justify-content: center;
	border: 3px solid rgba(255,255,255,.72);
   	border-radius: 50%;
   	overflow: hidden;
	background: rgba(255, 255, 255, .5);
	box-shadow:0 0 0 1px rgba(133,67,26,.22),0 7px 17px rgba(103,49,20,.16);
   }

   .sb-seva-popup-current-photo {
   	display: block;
   	width: 100%;
   	height: 100%;
   	object-fit: cover;
   }

   .sb-seva-popup-current-photo[hidden],
   .sb-seva-popup-current-fallback[hidden] {
   	display: none !important;
   }

   .sb-seva-popup-current-fallback {
   	font-size: 22px;
   	color: #5f3014;
   }

   .sb-seva-popup-current-name {
   	margin: 0;
   	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 21px;
   	font-weight: 700;
   	color: #5f3014;
   	overflow-wrap: anywhere;
   }

   .sb-seva-popup-current-timer,
   .sb-seva-popup-current-until {
   	margin: 6px 0 0;
   	font-size: 10px;
   	font-weight: 700;
   	line-height: 1.4;
   	color: #6b4a30;
   }

   .sb-seva-popup-current-timer strong {
   	display: inline-block;
   	padding: 2px 6px;
   	border-radius: 999px;
   	background: rgba(95, 48, 20, .12);
   	color: #5f3014;
   }

   .sb-guided-puja-launch {
   	position: absolute;
   	top: 18%;
   	left: 50%;
   	z-index: 48;
   	display: flex;
   	width: calc(100% - 36px);
   	max-width: 320px;
   	margin: 0;
   	padding: 12px 14px;
   	transform: translateX(-50%);
   	align-items: center;
   	gap: 12px;
   	border: 1px solid rgba(238, 169, 57, .58);
   	border-radius: 18px;
   	background: linear-gradient(135deg, rgba(255, 246, 218, .98), rgba(255, 226, 167, .96));
   	box-shadow: 0 10px 26px rgba(87, 34, 15, .15);
   	color: #65250f;
   	text-align: left;
   }

   .sb-guided-puja-launch-icon {
   	display: flex;
   	width: 46px;
   	height: 46px;
   	flex: 0 0 46px;
   	align-items: center;
   	justify-content: center;
   	border-radius: 50%;
   	background: rgba(112, 36, 15, .1);
   	font-size: 23px;
   }

   .sb-guided-puja-launch span:last-child {
   	display: flex;
   	min-width: 0;
   	flex-direction: column;
   }

   .sb-guided-puja-launch small {
   	margin-bottom: 2px;
   	font-size: 11px;
   	font-weight: 700;
   	letter-spacing: .04em;
   	color: #a45b23;
   }

   .sb-guided-puja-launch strong {
   	font-size: clamp(15px, 4.6vw, 19px);
   	line-height: 1.35;
   }

   .sb-guided-puja-open {
   	overflow: hidden;
   }

   .sb-guided-puja[hidden],
   .sb-guided-puja-mantra[hidden],
   .sb-guided-puja-listen[hidden] {
   	display: none !important;
   }

   .sb-guided-puja {
   	position: fixed;
   	inset: 0;
   	z-index: 2147482500;
   	display: flex;
   	align-items: flex-end;
   	justify-content: center;
   }

   .sb-guided-puja-backdrop {
   	position: absolute;
   	inset: 0;
   	background: rgba(20, 7, 3, .68);
   	opacity: 0;
   	transition: opacity .28s ease;
   }

   .sb-guided-puja-sheet {
   	position: relative;
   	z-index: 1;
   	display: flex;
   	width: min(100%, 440px);
   	max-height: min(88dvh, 720px);
   	padding-bottom: max(12px, env(safe-area-inset-bottom));
   	flex-direction: column;
   	border-radius: 26px 26px 0 0;
   	background: linear-gradient(180deg, #fff8e8 0%, #ffedc9 100%);
   	box-shadow: 0 -14px 45px rgba(21, 7, 2, .32);
   	transform: translateY(100%);
   	transition: transform .3s ease, opacity .22s ease;
   	overflow: hidden;
   }

   .sb-guided-puja.is-open .sb-guided-puja-backdrop {
   	opacity: 1;
   }

   .sb-guided-puja.is-open .sb-guided-puja-sheet {
   	transform: translateY(0);
   }

   .sb-guided-puja.is-open.is-action-running .sb-guided-puja-backdrop {
   	opacity: .3;
   }

   .sb-guided-puja.is-open.is-action-running .sb-guided-puja-sheet {
   	opacity: 0;
   	transform: translateY(calc(100% + 24px));
   	pointer-events: none;
   }

   .sb-guided-puja-launch.is-guided-action-hidden {
   	opacity: 0;
   	visibility: hidden;
   }

   .sb-guided-puja-participants {
   	position: absolute;
   	top: max(10px, env(safe-area-inset-top));
   	left: 50%;
   	z-index: 3;
   	display: flex;
   	width: calc(100% - 24px);
   	max-width: 416px;
   	min-height: 64px;
   	padding: 7px 9px;
   	transform: translateX(-50%);
   	align-items: center;
   	gap: 9px;
   	border: 1px solid rgba(255, 221, 154, .38);
   	border-radius: 16px;
   	background: rgba(58, 20, 8, .86);
   	box-shadow: 0 8px 24px rgba(20, 7, 3, .22);
   	color: #fff7e7;
   	backdrop-filter: blur(8px);
   }

   .sb-guided-puja-participants-title {
   	width: 70px;
   	flex: 0 0 70px;
   	font-size: 10px;
   	font-weight: 800;
   	line-height: 1.35;
   	text-align: center;
   }

   .sb-guided-puja-participants-list {
   	display: flex;
   	min-width: 0;
   	padding: 1px 2px;
   	flex: 1;
   	align-items: flex-start;
   	gap: 9px;
   	overflow-x: auto;
   	scrollbar-width: none;
   }

   .sb-guided-puja-participants-list::-webkit-scrollbar {
   	display: none;
   }

   .sb-guided-puja-participant {
   	display: flex;
   	width: 48px;
   	flex: 0 0 48px;
   	align-items: center;
   	flex-direction: column;
   	gap: 2px;
   }

   .sb-guided-puja-participant img,
   .sb-guided-puja-participant > span {
   	display: flex;
   	width: 36px;
   	height: 36px;
   	align-items: center;
   	justify-content: center;
   	border: 2px solid #e5b35c;
   	border-radius: 50%;
   	background: #fff3d7;
   	box-shadow: 0 0 0 3px rgba(229, 179, 92, .16);
   	object-fit: cover;
   	color: #7c2f12;
   	font-size: 16px;
   }

   .sb-guided-puja-participant small {
   	display: block;
   	width: 100%;
   	overflow: hidden;
   	font-size: 8px;
   	font-weight: 700;
   	line-height: 1.2;
   	text-align: center;
   	text-overflow: ellipsis;
   	white-space: nowrap;
   }

   .sb-guided-puja-head {
   	display: flex;
   	padding: 20px 18px 14px;
   	align-items: flex-start;
   	justify-content: space-between;
   	gap: 14px;
   }

   .sb-guided-puja-kicker {
   	display: block;
   	margin-bottom: 3px;
   	font-size: 11px;
   	font-weight: 700;
   	color: #b36828;
   }

   .sb-guided-puja-head h2 {
   	margin: 0;
   	font-size: clamp(19px, 5.5vw, 24px);
   	line-height: 1.3;
   	color: #59220f;
   }

   .sb-guided-puja-close {
   	display: flex;
   	width: 38px;
   	height: 38px;
   	flex: 0 0 38px;
   	align-items: center;
   	justify-content: center;
   	border: 0;
   	border-radius: 50%;
   	background: rgba(89, 34, 15, .09);
   	font-size: 25px;
   	line-height: 1;
   	color: #59220f;
   }

   .sb-guided-puja-progress {
   	height: 4px;
   	background: rgba(89, 34, 15, .09);
   }

   .sb-guided-puja-progress span {
   	display: block;
   	width: 0;
   	height: 100%;
   	border-radius: 0 999px 999px 0;
   	background: linear-gradient(90deg, #c76a1e, #f4ad35);
   	transition: width .35s ease;
   }

   .sb-guided-puja-content {
   	min-height: 230px;
   	padding: clamp(22px, 7vw, 32px) 20px 18px;
   	overflow-y: auto;
   	text-align: center;
   }

   .sb-guided-puja-step-count {
   	display: inline-block;
   	margin-bottom: 12px;
   	padding: 5px 10px;
   	border-radius: 999px;
   	background: rgba(179, 104, 40, .1);
   	font-size: 11px;
   	font-weight: 700;
   	color: #9a521f;
   }

   .sb-guided-puja-content h3 {
   	margin: 0 0 9px;
   	font-size: clamp(21px, 6vw, 27px);
   	line-height: 1.35;
   	color: #54200e;
   }

   .sb-guided-puja-content > p {
   	max-width: 350px;
   	margin: 0 auto;
   	font-size: clamp(14px, 4.2vw, 17px);
   	line-height: 1.65;
   	color: #75401f;
   }

   .sb-guided-puja-content.is-running::after {
   	content: '';
   	display: block;
   	width: 30px;
   	height: 30px;
   	margin: 22px auto 0;
   	border: 3px solid rgba(176, 91, 26, .2);
   	border-top-color: #b05b1a;
   	border-radius: 50%;
   	animation: sbGuidedSpin .8s linear infinite;
   }

   @keyframes sbGuidedSpin {
   	to { transform: rotate(360deg); }
   }

   .sb-guided-puja-mantra {
   	margin-top: 18px;
   }

   .sb-guided-puja-mantra > p {
   	margin: 0 0 14px;
   	padding: 13px;
   	border: 1px solid rgba(181, 102, 31, .22);
   	border-radius: 14px;
   	background: rgba(255, 255, 255, .42);
   	font-size: clamp(16px, 4.8vw, 20px);
   	font-weight: 700;
   	line-height: 1.55;
   	color: #682b13;
   }

   .sb-guided-puja-mantra-actions {
   	display: grid;
   	grid-template-columns: 1fr 1fr;
   	gap: 10px;
   }

   .sb-guided-puja-listen,
   .sb-guided-puja-counter {
   	min-height: 58px;
   	padding: 9px 10px;
   	border: 1px solid rgba(157, 76, 21, .24);
   	border-radius: 14px;
   	background: rgba(255, 255, 255, .58);
   	color: #6b2c13;
   }

   .sb-guided-puja-listen {
   	font-size: 14px;
   	font-weight: 700;
   }

   .sb-guided-puja-listen.is-playing {
   	background: #6b2c13;
   	color: #fff8e8;
   }

   .sb-guided-puja-counter strong {
   	font-size: 22px;
   	color: #9b4617;
   }

   .sb-guided-puja-counter span {
   	margin-left: 3px;
   	font-size: 13px;
   }

   .sb-guided-puja-counter small {
   	display: block;
   	margin-top: 2px;
   	font-size: 10px;
   	font-weight: 700;
   }

   .sb-guided-puja-counter.is-tapped {
   	animation: sbGuidedTap .24s ease;
   }

   @keyframes sbGuidedTap {
   	50% { transform: scale(.94); }
   }

   .sb-guided-puja-footer {
   	padding: 10px 18px 0;
   }

   .sb-guided-puja-primary {
   	width: 100%;
   	min-height: 50px;
   	padding: 11px 16px;
   	border: 0;
   	border-radius: 999px;
   	background: linear-gradient(135deg, #8d3716, #c7661f);
   	box-shadow: 0 8px 18px rgba(95, 35, 14, .22);
   	font-size: 15px;
   	font-weight: 800;
   	color: #fffaf0;
   }

   .sb-guided-puja-primary:disabled {
   	opacity: .55;
   	box-shadow: none;
   }

/* Homepage deity image is decorative; bell navigation is silent. */
.sb-home .sb-day-deity-entry { pointer-events: auto; cursor: pointer; }
.sb-home .sb-day-deity-stage-image { pointer-events: none; }

.sb-temple-entry[hidden] { display: none !important; }
.sb-temple-entry { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 28px; background: radial-gradient(ellipse at center, #704015, #201008 75%); color: #ffe7b3; text-align: center; }
.sb-temple-entry-center { max-width: 360px; }
.sb-temple-entry-bell { display: inline-block; width: 80px; height: 105px; object-fit: contain; transform-origin: top center; animation: sb-entry-swing 1.2s ease-in-out infinite; filter: drop-shadow(0 0 22px #d89838); }
.sb-temple-entry p { margin: 24px 0 14px; font-size: 21px; line-height: 1.8; font-weight: 700; }
.sb-temple-entry small { font-size: 14px; color: #ebc58e; }
@keyframes sb-entry-swing { 0%,100% { transform: rotate(-12deg); } 50% { transform: rotate(12deg); } }
@media (prefers-reduced-motion: reduce) { .sb-temple-entry-bell { animation: none; } }
.sb-devotional-flowers { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.sb-devotional-flower { position: absolute; top: -40px; width: 28px; height: 28px; object-fit: contain; animation: sb-devotional-fall 4s linear forwards; }
.sb-temple-entry-center { position: relative; z-index: 1; }
@keyframes sb-devotional-fall { to { transform: translateY(110vh) rotate(240deg); opacity: .25; } }

/* Daily hero grows from its content; adding another row must never clip it. */
.sb-today-card.sb-today-card--tiles { display: block; height: auto; min-height: 0; padding: 0; border: 0; background: transparent; box-shadow: none; overflow: visible; }
.sb-today-card > .sb-daily-deity-actions--inline { width: 100%; margin: -4px 0 0; padding: 0; border: 0; background: transparent; backdrop-filter: none; }
.sb-daily-deity-actions--inline .sb-daily-deity-action { flex-direction: row; min-height: 40px; gap: 5px; padding: 3px 0; }
.sb-daily-deity-actions--inline .sb-daily-deity-action .sb-daily-deity-action-icon { width: 22px; height: 24px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: 17px; flex-shrink: 0; }
.sb-daily-deity-actions--inline .sb-daily-deity-action > span:last-child { font-size: clamp(10px, 2.9vw, 12px); white-space: nowrap; }
.sb-today-card--tiles .sb-day-color-card,
.sb-today-card--tiles .sb-day-deity-stage { min-height: 0; }
.sb-today-card--tiles > .sb-quote-card { padding-top: 7px; padding-bottom: 8px; margin-bottom: 8px; }
@media (max-height: 650px) {
	.sb-today-card--tiles .sb-quote-card-sanskrit { font-size: 17px; }
	.sb-today-card--tiles .sb-quote-card-meaning { font-size: 12px; }
}

/* Devotional creator preview: the shared banner chrome lives in
   web/modules/banner_layout.blade.php; keep page-level styling here. */
   .sb-devotional-gallery {
   	margin: 4px -15px 22px;
   	padding: 22px 0 18px;
   	border-top: 1px solid #f0dfca;
   	border-bottom: 1px solid #f0dfca;
   	background: #fffaf3;
   	overflow: hidden;
   }

   .sb-devotional-gallery-header {
   	display: flex;
   	align-items: flex-end;
   	justify-content: space-between;
   	gap: 14px;
   	padding: 0 16px 16px;
   }

   .sb-devotional-gallery-header > div { min-width: 0; }
   .sb-devotional-gallery-kicker { display: block; margin-bottom: 4px; color: #bd6a2b; font-size: 11px; font-weight: 700; letter-spacing: .03em; }
   .sb-devotional-gallery-header h2 { margin: 0; color: #5d2c18; font-family: "Noto Serif Devanagari", Georgia, serif; font-size: clamp(22px, 6vw, 27px); font-weight: 700; line-height: 1.25; }
   .sb-devotional-gallery-header p { max-width: 290px; margin: 6px 0 0; color: #8a6249; font-size: 12px; line-height: 1.55; }

   .sb-devotional-gallery-personalize {
   	display: inline-flex;
   	flex: 0 0 auto;
   	flex-direction: column;
   	align-items: center;
   	justify-content: center;
   	gap: 4px;
   	min-width: 66px;
   	min-height: 58px;
   	padding: 7px 8px;
   	border: 1px solid #e5c39b;
   	border-radius: 14px;
   	background: #fff;
   	color: #8c451f;
   	font-size: 9px;
   	font-weight: 700;
   	cursor: pointer;
   }

   .sb-devotional-gallery-personalize .fa { font-size: 20px; }
   .sb-devotional-gallery-personalize:focus-visible { outline: 2px solid #c46b2b; outline-offset: 2px; }

   .sb-devotional-gallery-rail {
   	display: flex;
   	gap: 9px;
   	padding: 0 16px 8px;
   	overflow-x: auto;
   	overflow-y: hidden;
   	scroll-snap-type: x mandatory;
   	scroll-padding-left: 16px;
   	-webkit-overflow-scrolling: touch;
   	scrollbar-width: none;
   }

   .sb-devotional-gallery-rail::-webkit-scrollbar { display: none; }

   .sb-devotional-banner-card {
   	--sb-identity-height: 10%;
   	--sb-identity-min-height: 40px;
   	--sb-identity-padding: 5px 8px;
   	--sb-identity-gap: 7px;
   	--sb-avatar-size: 34px;
   	--sb-identity-columns: var(--sb-avatar-size) minmax(0, 1fr);
   	flex: 0 0 calc((100% - 18px) / 3);
   	min-width: 118px;
   	max-width: 137px;
   	margin: 0;
   	scroll-snap-align: start;
   }

   .sb-devotional-banner-frame {
   	position: relative;
   	width: 100%;
   	aspect-ratio: var(--sb-banner-ratio, 9 / 15);
   	overflow: hidden;
   	border: 1px solid rgba(100, 54, 28, .16);
   	border-radius: 13px;
   	background: #eadbc8;
   	box-shadow: 0 7px 18px rgba(78, 43, 22, .13);
   }

   .sb-devotional-banner-art {
   	display: block;
   	width: 100%;
   	height: 100%;
   	object-fit: cover;
   }

   .sb-devotional-banner-identity {
   	position: absolute;
   	left: 0;
   	right: 0;
   	bottom: 0;
   	display: grid;
   	grid-template-columns: var(--sb-identity-columns);
   	align-items: center;
   	gap: var(--sb-identity-gap);
   	width: 100%;
   	min-height: var(--sb-identity-min-height);
   	height: var(--sb-identity-height);
   	padding: var(--sb-identity-padding);
   	border: 0;
   	border-top: 1px solid rgba(255, 255, 255, .22);
   	background: rgba(113, 27, 29, .91);
   	color: #fff;
   	text-align: left;
   	cursor: pointer;
   }

   .sb-devotional-banner-avatar {
   /*	display: block;
   	width: var(--sb-avatar-size);
   	height: var(--sb-avatar-size);
   	overflow: hidden;
   	border: 2px solid #f3cc82;
   	border-radius: 50%;
   	background: #fff3dd;*/
   }

   .sb-devotional-banner-avatar .banner_img,
   .sb-banner-photo-preview .banner_img { display: block; width: 100%; height: 100%; object-fit: cover; }
   .sb-devotional-banner-identity .banner_txt { min-width: 0; overflow: hidden; font-size: 10px; font-weight: 700; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
   .sb-devotional-banner-card h3 { margin: 9px 2px 0; overflow: hidden; color: #623721; font-size: 11px; font-weight: 700; line-height: 1.35; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

   .sb-banner-profile-panel {
   	padding: 28px 20px max(24px, env(safe-area-inset-bottom));
   	background: #fff9ef;
   	color: #60341e;
   	text-align: center;
   }

   .sb-banner-profile-symbol {
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	width: 52px;
   	height: 52px;
   	margin-bottom: 10px;
   	border-radius: 50%;
   	background: #f2dfc1;
   	color: #a95325;
   	font-size: 22px;
   }

   .sb-banner-profile-panel h2 { margin: 0; font-family: "Noto Serif Devanagari", Georgia, serif; font-size: 22px; font-weight: 700; }
   .sb-banner-profile-panel > p { margin: 7px auto 18px; max-width: 310px; color: #8b654d; font-size: 13px; line-height: 1.6; }

   .sb-banner-photo-picker {
   	display: flex;
   	align-items: center;
   	gap: 13px;
   	width: 100%;
   	margin: 0 0 14px;
   	padding: 12px;
   	border: 1px dashed #d8ad79;
   	border-radius: 15px;
   	background: #fff;
   	text-align: left;
   	cursor: pointer;
   }

   .sb-banner-photo-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
   .sb-banner-photo-preview { display: block; flex: 0 0 auto; width: 54px; height: 54px; overflow: hidden; border: 2px solid #d9954b; border-radius: 50%; background: #f7e5cb; }
   .sb-banner-photo-picker strong, .sb-banner-photo-picker small { display: block; }
   .sb-banner-photo-picker strong { color: #71391d; font-size: 14px; }
   .sb-banner-photo-picker small { margin-top: 3px; color: #a07d65; font-size: 11px; }

   .sb-banner-name-field { display: block; margin-bottom: 14px; text-align: left; }
   .sb-banner-name-field > span { display: block; margin: 0 0 6px; color: #6a3a21; font-size: 12px; font-weight: 700; }
   .sb-banner-name-field input { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #dec19c; border-radius: 12px; background: #fff; color: #4a2818; font-size: 16px; outline: none; }
   .sb-banner-name-field input:focus { border-color: #b55c25; box-shadow: 0 0 0 3px rgba(181, 92, 37, .12); }
   .sb-banner-profile-error { margin: -3px 0 10px !important; color: #b42318 !important; font-size: 12px !important; text-align: left; }
   .sb-banner-profile-error[hidden] { display: none !important; }
   .sb-banner-profile-save { width: 100%; min-height: 48px; padding: 11px 16px; border: 0; border-radius: 14px; background: #a45126; color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; }

   @media (max-width: 365px) {
   	.sb-devotional-banner-card { flex-basis: 37%; min-width: 112px; }
   	.sb-devotional-gallery-header { align-items: center; }
   	.sb-devotional-gallery-header p { font-size: 11px; }
   }

/* Reusable Bhakti Gallery + Creator sheet */
.sb-devotional-banner-frame { display: block; padding: 0; text-align: inherit; container-type: inline-size; }
.sb-devotional-creator-popup { z-index: 1450; }
.sb-devotional-create-page { width:100%; max-width:440px; min-height:calc(100dvh - 72px); margin:0 auto; background:#fff9ef; }
.sb-devotional-creator-popup--page { position:static; display:block; width:100%; min-height:0; opacity:1; visibility:visible; pointer-events:auto; transform:none; }
.sb-devotional-creator-popup--page[hidden] { display:none !important; }
.sb-devotional-creator-popup--page .sb-bottom-popup-backdrop,.sb-devotional-creator-popup--page .sb-bottom-popup-close,.sb-devotional-creator-popup--page .sb-devotional-back,.sb-devotional-creator-popup--page .sb-devotional-sheet-heading { display:none !important; }
.sb-devotional-creator-popup--page .sb-devotional-creator-panel { position:static; width:100%; height:auto; max-height:none; min-height:calc(100dvh - 72px); padding-top:18px; overflow:visible; border-radius:0; box-shadow:none; transform:none; }
.sb-creator-template-choices { display:flex; gap:7px; margin:0 -16px 16px; padding:2px 16px 6px; overflow-x:auto; scrollbar-width:none; }
.sb-creator-template-choices::-webkit-scrollbar{display:none}.sb-creator-template-choices button{flex:0 0 auto;display:flex;align-items:center;gap:5px;min-height:34px;padding:6px 11px;border:1px solid #e2c7a6;border-radius:999px;background:#fff;color:#74442a;font-size:9px;font-weight:700}.sb-creator-template-choices button.is-selected{border-color:#a95227;background:#fff3e6;box-shadow:0 0 0 2px rgba(169,82,39,.12)}.sb-creator-template-choices small{color:#b05a2a;font-size:7px}.sb-template-choice-dot{width:8px;height:8px;border-radius:50%;background:#d99242}
.sb-devotional-creator-popup.is-profile-suspended { opacity: 0; pointer-events: none; }
.sb-devotional-creator-panel { height: min(92dvh, 850px); max-height: 92dvh; padding: 22px 16px max(24px, env(safe-area-inset-bottom)); overflow-y: auto; background: #fff9ef; color: #5a301d; }
.sb-devotional-creator-popup:not(.sb-devotional-creator-popup--page).is-compact-step .sb-devotional-creator-panel { height:auto; }
.sb-devotional-step[hidden], .sb-devotional-tab-panel[hidden] { display: none !important; }
.sb-devotional-sheet-heading { padding: 2px 40px 15px 2px; }
.sb-devotional-sheet-heading > span { display: block; margin-bottom: 4px; color: #b35b26; font-size: 11px; font-weight: 700; }
.sb-devotional-sheet-heading h2 { margin: 0; font-family: "Noto Serif Devanagari", Georgia, serif; font-size: 24px; font-weight: 700; line-height: 1.3; }
.sb-devotional-sheet-heading p { margin: 5px 0 0; color: #8c6952; font-size: 12px; line-height: 1.55; }
.sb-devotional-category-tabs { display: flex; gap: 8px; margin: 0 -16px 17px; padding: 0 16px 6px; overflow-x: auto; scrollbar-width: none; }
.sb-devotional-category-tabs::-webkit-scrollbar { display: none; }
.sb-devotional-category-tabs button { flex: 0 0 auto; min-height: 38px; padding: 8px 15px; border: 1px solid #e6cbaa; border-radius: 999px; background: #fff; color: #76513b; font-size: 12px; font-weight: 700; cursor: pointer; }
.sb-devotional-category-tabs button.is-active { border-color: #9f4c24; background: #9f4c24; color: #fff; }
.sb-devotional-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; padding-bottom: 18px; }
.sb-devotional-gallery-hint { margin: 8px 16px 12px; padding: 7px 10px; border-radius: 9px; color: #80502f; font-size: 11px; text-align: center; }
.sb-devotional-gallery-hint { margin: 8px 16px 12px; padding: 7px 10px; border-radius: 9px; color: #80502f; font-size: 11px; text-align: center; }
.sb-devotional-gallery-grid .sb-devotional-banner-card { width: 100%; min-width: 0; max-width: none; }
.sb-devotional-gallery-grid .sb-devotional-banner-frame { aspect-ratio: var(--sb-banner-ratio, 9 / 14); }
.sb-devotional-banner-select-label { display: block; width: calc(100% - 12px); margin: 7px auto 0; padding: 7px 9px; border-radius: 10px; background: #9f4c24; color: #fff; font-size: 11px; font-weight: 700; text-align: center; }
.sb-devotional-back { margin: 0 0 10px; padding: 6px 0; border: 0; background: transparent; color: #9d4d25; font-size: 12px; font-weight: 700; cursor: pointer; }
.sb-devotional-creator-preview { display: block; width: 100%; max-width: 470px; height: auto; max-height: none; margin: 0 auto 14px; overflow: visible; background: transparent; }
.sb-devotional-gallery--popup-only .sb-devotional-creator-preview { max-width:190px; }
.sb-devotional-gallery--popup-only .sb-devotional-step[data-devotional-step="creator"] { margin-top:-17px; }
.sb-devotional-gallery--popup-only .sb-devotional-back { display:none; }
.sb-devotional-creator-preview .sb-devotional-banner-card { --sb-identity-height: 10%; --sb-identity-min-height: 0; --sb-identity-padding: 5px 10px; --sb-identity-gap: 9px; --sb-avatar-size: 22cqw; width: 100%; min-width: 0; max-width: none; max-height: none; margin: 0; overflow: hidden; border: 1px solid #ead4b8; border-radius: 15px; background: #fff; box-shadow: 0 6px 18px rgba(82, 43, 21, .1); }
.sb-devotional-creator-preview .sb-devotional-banner-frame { width: 100%; min-height: 0; max-height: none; aspect-ratio: var(--sb-banner-ratio, 9 / 16); overflow: hidden; border-radius: 0; }
.sb-devotional-creator-preview .sb-devotional-banner-art { width: 100%; height: 100%; object-fit: cover; }
.sb-devotional-creator-preview .is-canvas-rendered .sb-devotional-banner-identity { display:none; }
.sb-devotional-creator-preview .sb-devotional-banner-avatar { transform: translateY(-18%); }
.sb-devotional-creator-preview .sb-devotional-banner-identity .banner_txt { font-size: clamp(12px, 3.5vw, 16px); }
.sb-devotional-creator-preview .sb-name-style--bottom-strip.sb-layout-style--center-medallion .sb-devotional-banner-identity { inset:0; width:100%; height:100%; min-height:0; border:0; border-radius:0; background:transparent; }
.sb-layout-style--center-medallion .sb-devotional-banner-identity-strip { position:absolute; right:0; bottom:0; left:0; z-index:0; display:block; height:10cqw; border-top:1px solid rgba(255,224,166,.92); border-radius:0 0 4cqw 4cqw; background:rgba(43,25,18,.86); pointer-events:none; }
.sb-layout-style--center-medallion .sb-name-style--bottom-strip .banner_txt,
.sb-name-style--bottom-strip.sb-layout-style--center-medallion .banner_txt { right:auto; left:5cqw; width:45cqw; height:10cqw; justify-content:flex-start; padding:0; background:transparent; text-align:left; }
.sb-layout-style--center-medallion .sb-devotional-banner-brand { position:absolute; top:var(--sb-template-brand-top,84%); left:var(--sb-template-brand-left,78%); z-index:2; transform:translate(-50%,-50%); }
.sb-layout-style--center-medallion .sb-devotional-banner-brand-text { display:flex; align-items:center; height:10cqw; color:#fff;     background-color: black;padding:5px;border-radius: 5px;font-size:max(9px,4cqw); font-weight:700; line-height:1; white-space:nowrap; }
.sb-layout-style--center-medallion .sb-devotional-banner-brand-image { display:block; height:10cqw; width:auto; object-fit:contain; }
.sb-devotional-creator-preview .sb-layout-style--center-medallion .sb-devotional-banner-brand-text { padding: 1cqw 2cqw; font-size: 4cqw; }
.sb-devotional-creator-preview .sb-layout-style--center-medallion .sb-devotional-banner-brand-image { height: 8cqw; }
.sb-layout-style--center-medallion { --sb-avatar-size: 22cqw; }
.sb-layout-style--center-medallion .sb-devotional-banner-identity { inset: 0; display: block; width: 100%; min-height: 0; height: 100%; padding: 0; border: 0; background: transparent; box-shadow: none; color: #fff; text-align: center; pointer-events: none; }
.sb-layout-style--center-medallion .sb-devotional-banner-identity::before { content: ""; position: absolute; inset: 0; z-index: 0; background: rgba(0,0,0,var(--sb-template-full-overlay-opacity,0)); pointer-events: none; }
.sb-layout-style--center-medallion .sb-devotional-banner-avatar {
	position: absolute; top: var(--sb-template-photo-top,50%); left: var(--sb-template-photo-left,50%); z-index: 1; width: var(--sb-avatar-size); height: var(--sb-avatar-size); padding: 1.15cqw; overflow: hidden; border: max(1px,.55cqw) solid #ffe2a0; border-radius: 50%; background: repeating-conic-gradient(from -10deg, #e47c2e 0 10deg, #f1bd47 10deg 20deg); box-shadow: 0 0 0 max(1px,.5cqw) #a84d24, 0 1.3cqw 3cqw rgba(27,13,7,.35); transform: translate(-50%,-50%);
}
.sb-layout-style--center-medallion .sb-devotional-banner-avatar .banner_img { border: max(1px,.5cqw) solid #7f351c; border-radius: 50%; }
.sb-devotional-banner-name-group { display: contents; }
.sb-layout-style--center-medallion .banner_txt { position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; max-width: none; overflow: hidden; background: rgba(43,25,18,.86); color: #fff; font-weight: 700; line-height: 1; text-align: center; text-overflow: ellipsis; text-shadow: 0 1px 3px rgba(0,0,0,.7); white-space: nowrap; }
.sb-name-style--bottom-strip.sb-layout-style--center-medallion .banner_txt { right: 0; bottom: 0; left: 0; width: 100%; height: 10cqw; padding: 0 5cqw; border-top: max(1px,.35cqw) solid rgba(255,224,166,.92); border-radius: 0 0 4cqw 4cqw; font-size: max(8px,4cqw); }
.sb-name-style--photo-badge.sb-layout-style--center-medallion .banner_txt { top: calc(var(--sb-template-photo-top,50%) + 7cqw); left: var(--sb-template-photo-left,50%); width: 27cqw; height: 7.5cqw; padding: 0 2cqw; border: max(1px,.35cqw) solid rgba(255,224,166,.92); border-radius: 0 0 999px 999px; font-size: max(7px,3cqw); transform: translate(-50%,-50%); }
.sb-name-style--compact-pill.sb-layout-style--center-medallion .banner_txt { top: var(--sb-template-photo-top,50%); left: var(--sb-template-photo-left,50%); z-index: 0; width: max-content; min-width: 42cqw; max-width: 72cqw; height: var(--sb-avatar-size); padding: 0 4cqw 0 24cqw; border: max(1px,.35cqw) solid rgba(255,224,166,.92); border-radius: 999px; font-size: max(10px,3cqw); transform: none !important; margin-left: -4cqw; margin-top: calc(var(--sb-avatar-size) / -2); justify-content: flex-start; }
.sb-name-style--compact-pill.sb-layout-style--center-medallion .sb-devotional-banner-avatar { z-index: 1; transform: none !important; margin-left: calc(var(--sb-avatar-size) / -2); margin-top: calc(var(--sb-avatar-size) / -2); }
.sb-name-style--boxed.sb-layout-style--center-medallion .sb-devotional-banner-name-group { position: absolute; top: var(--sb-template-photo-top,50%); left: var(--sb-template-photo-left,50%); z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3cqw; width: max(96px,34cqw); padding: 4cqw 3cqw; border: max(1px,.5cqw) solid var(--sb-template-box-border,#d9b06a); border-radius: 2.5cqw; background: var(--sb-template-box-bg,rgba(20,35,20,.85)); box-shadow: 0 1.5cqw 3cqw rgba(0,0,0,.35); transform: translate(-50%,-50%); }
.sb-name-style--boxed.sb-layout-style--center-medallion .sb-devotional-banner-avatar { position: static; margin: 0; transform: none; }
.sb-name-style--boxed.sb-layout-style--center-medallion .banner_txt { position: static; width: auto; height: auto; padding: 0; border: 0; background: transparent; font-size: max(8px,3.6cqw); white-space: normal; text-align: center; }
.sb-name-style--coordinate.sb-layout-style--center-medallion .banner_txt { top: var(--sb-template-name-top,80%) !important; bottom: auto !important; left: var(--sb-template-name-left,50%) !important; right: auto !important; width: max-content !important; max-width: 70cqw !important; height: auto !important; padding: 0 !important; border: 0 !important; background: transparent !important; font-size: max(8px,6cqw) !important; text-shadow: 0 1px 3px rgba(0,0,0,.7); transform: translate(-50%,-50%) !important; }
.sb-name-style--bottom-strip.sb-layout-style--center-medallion .sb-devotional-banner-identity { inset:0; width:100%; height:100%; background:transparent; }
.sb-name-style--bottom-strip.sb-layout-style--center-medallion .sb-devotional-banner-identity-strip { position:absolute; right:0; bottom:0; left:0; z-index:0; display:block; height:10cqw; border-top:1px solid rgba(255,224,166,.92); border-radius:0 0 4cqw 4cqw; background:rgba(43,25,18,.86); pointer-events:none; }
.sb-name-style--bottom-strip.sb-layout-style--center-medallion .banner_txt { top:var(--sb-template-name-top,90%); left:var(--sb-template-name-left,50%); right:auto; bottom:auto; z-index:2; width:max-content; max-width:70cqw; height:auto; justify-content:flex-start; padding:0; border:0; border-radius:0; background:transparent; text-align:left; transform:translate(-50%,-50%); }
.sb-devotional-creator-preview .sb-layout-style--center-medallion .banner_txt { font-size: max(9px,4cqw); }
.sb-devotional-creator-preview .sb-name-style--photo-badge.sb-layout-style--center-medallion .banner_txt,
.sb-devotional-creator-preview .sb-name-style--compact-pill.sb-layout-style--center-medallion .banner_txt { font-size: max(8px,3cqw); }
.sb-banner-template--bottom-right { --sb-identity-columns: minmax(0, 1fr) var(--sb-avatar-size); }
.sb-banner-template--bottom-right .sb-devotional-banner-avatar { grid-column: 2; grid-row: 1; }
.sb-banner-template--bottom-right .banner_txt { grid-column: 1; grid-row: 1; text-align: left; }
.sb-banner-template--top-left .sb-devotional-banner-identity,
.sb-banner-template--top-right .sb-devotional-banner-identity { top: 2%; bottom: auto; border-top: 0; border-bottom: 1px solid rgba(255,255,255,.22); background: rgba(49,29,20,.82); }
.sb-banner-template--top-left,
.sb-banner-template--top-right { --sb-identity-height: 10%; --sb-identity-min-height: 0; --sb-avatar-size: 31px; }
.sb-banner-template--top-left .sb-devotional-banner-avatar,
.sb-banner-template--top-right .sb-devotional-banner-avatar { transform: none; }
.sb-banner-template--top-right { --sb-identity-columns: minmax(0, 1fr) var(--sb-avatar-size); }
.sb-banner-template--top-right .sb-devotional-banner-avatar { grid-column: 2; grid-row: 1; }
.sb-banner-template--top-right .banner_txt { grid-column: 1; grid-row: 1; }
.sb-devotional-creator-preview .sb-banner-template--top-left,
.sb-devotional-creator-preview .sb-banner-template--top-right { --sb-avatar-size: 36px; }
.sb-banner-template--classic-card { --sb-identity-height: 10%; --sb-identity-min-height: 0; --sb-avatar-size: 31px; }
.sb-banner-template--classic-card .sb-devotional-banner-identity { left: 7%; right: 7%; bottom: 4.5%; width: 86%; border: 1px solid rgba(255, 234, 201, .62); border-radius: 12px; background: rgba(31, 19, 14, .78); }

.sb-devotional-control-heading { margin: 0 0 9px; text-align: left; }
.sb-devotional-control-heading span, .sb-devotional-control-heading strong { display: block; }
.sb-devotional-control-heading span { color: #62331d; font-size: 13px; font-weight: 700; }
.sb-devotional-control-heading strong { margin-top: 2px; color: #9a755d; font-size: 10px; font-weight: 500; }
.sb-devotional-template-picker { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0 0 16px; }
.sb-devotional-template-picker button { min-width: 0; padding: 8px 5px; border: 1px solid #e4c9a7; border-radius: 12px; background: #fff; color: #6d452e; font-size: 9px; font-weight: 700; cursor: pointer; }
.sb-devotional-template-picker button.is-selected { border-color: #a55227; box-shadow: 0 0 0 2px rgba(165, 82, 39, .14); color: #9d491f; }
.sb-template-miniature { position: relative; display: block; width: 34px; height: 46px; margin: 0 auto 5px; overflow: hidden; border-radius: 5px; background: #d8ae77; }
.sb-template-miniature i { position: absolute; display: block; width: 9px; height: 9px; border: 1px solid #fff; border-radius: 50%; background: #794329; }
.sb-template-miniature b { position: absolute; display: block; height: 4px; border-radius: 3px; background: #fff2df; }
.sb-template-miniature--bottom-left i { left: 4px; bottom: 4px; }
.sb-template-miniature--bottom-left b { left: 15px; right: 3px; bottom: 6px; }
.sb-template-miniature--bottom-center i { left: 13px; bottom: 8px; }
.sb-template-miniature--bottom-center b { left: 8px; right: 8px; bottom: 2px; }
.sb-template-miniature--bottom-right i { right: 4px; bottom: 4px; }
.sb-template-miniature--bottom-right b { left: 3px; right: 15px; bottom: 6px; }
.sb-template-miniature--top-left i { left: 4px; top: 4px; }
.sb-template-miniature--top-left b { left: 15px; right: 3px; top: 6px; }
.sb-template-miniature--top-right i { right: 4px; top: 4px; }
.sb-template-miniature--top-right b { left: 3px; right: 15px; top: 6px; }
.sb-template-miniature--classic-card i { left: 6px; bottom: 8px; }
.sb-template-miniature--classic-card b { left: 18px; right: 5px; bottom: 10px; }
.sb-devotional-publish-note { display: flex; align-items: flex-start; gap: 9px; margin: 2px 0 14px; padding: 11px 12px; border: 1px solid #ead4b8; border-radius: 12px; background: #fff3df; color: #79523b; font-size: 11px; line-height: 1.5; }
.sb-devotional-publish-note .fa { margin-top: 2px; color: #af5727; }
.sb-post-identity-summary { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; gap: 11px; margin: 0 0 14px; padding: 12px; border: 1px solid #dfc29e; border-radius: 15px; background: #fff; text-align: left; }
.sb-post-identity-summary[hidden], .sb-post-identity-editor[hidden] { display: none !important; }
.sb-post-identity-summary > img { width: 52px; height: 52px; border: 2px solid #d99149; border-radius: 50%; object-fit: cover; }
.sb-post-identity-summary > div { min-width: 0; }
.sb-post-identity-summary strong, .sb-post-identity-summary span { display: block; }
.sb-post-identity-summary strong { overflow: hidden; color: #65351e; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.sb-post-identity-summary span { margin-top: 3px; color: #94705a; font-size: 10px; line-height: 1.45; }
.sb-post-identity-summary button { grid-column: 1 / -1; width: 100%; padding: 8px 10px; border: 1px solid #d9b58a; border-radius: 10px; background: #fff7ea; color: #9b4a22; font-size: 11px; font-weight: 700; cursor: pointer; }
.sb-post-identity-summary .sb-profile-manage-link { width: auto; justify-self: end; padding: 5px 8px; border-style: dashed; background: transparent; font-size: 9px; }
.sb-post-identity-editor { margin-bottom: 13px; }
.sb-temporary-identity-note, .sb-first-identity-note { margin: 0 0 12px; padding: 10px 12px; border: 1px solid #ecd2ae; border-radius: 12px; background: #fff2dc; color: #7c543b; font-size: 11px; line-height: 1.55; text-align: left; }
.sb-first-identity-note strong, .sb-first-identity-note span { display: block; }
.sb-first-identity-note strong { color: #6a351c; font-size: 12px; }
.sb-first-identity-note span { margin-top: 3px; }
.sb-post-identity-cancel { width: 100%; margin: -3px 0 12px; padding: 8px 10px; border: 0; background: transparent; color: #9e4d24; font-size: 11px; font-weight: 700; cursor: pointer; }
.sb-existing-post-alert { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 14px; padding: 12px; border: 1px solid #e3a84f; border-left: 4px solid #c87620; border-radius: 12px; background: #fff4d9; color: #71421f; text-align: left; }
.sb-existing-post-alert[hidden] { display: none !important; }
.sb-existing-post-alert > .fa { flex: 0 0 auto; margin-top: 2px; color: #bd651c; font-size: 17px; }
.sb-existing-post-alert strong, .sb-existing-post-alert span { display: block; }
.sb-existing-post-alert strong { font-size: 12px; line-height: 1.45; }
.sb-existing-post-alert span { margin-top: 3px; color: #8d6748; font-size: 10px; line-height: 1.5; }
.sb-devotional-share-success { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin: 2px auto 5px; border-radius: 50%; background: #e2f3df; color: #287733; font-size: 17px; }
[data-devotional-step="share"] { text-align: center; }
[data-devotional-step="share"] h2 { margin: 0; font-family: "Noto Serif Devanagari", Georgia, serif; font-size: 20px; line-height:1.3; }
[data-devotional-step="share"] > p { margin: 3px auto 8px; max-width: 310px; color: #87634c; font-size: 11px; line-height: 1.4; }
[data-devotional-share-image] { display: block; width: min(42vw, 150px); max-height: 30dvh; margin: 0 auto 9px; border-radius: 11px; object-fit: contain; box-shadow: 0 5px 15px rgba(74, 38, 18, .14); }
.sb-devotional-native-share, .sb-devotional-share-close { width: 100%; min-height: 42px; border-radius: 12px; font-size: 12px; font-weight: 700; cursor: pointer; }
.sb-devotional-native-share { display:flex; align-items:center; justify-content:center; gap:8px; border:0; background:#ad5127; color:#fff; }
.sb-devotional-profile-link { display:flex; align-items:center; justify-content:center; gap:7px; width:100%; min-height:42px; margin:5px 0; border-radius:12px; background:#2c211b; color:#fff !important; font-size:12px; font-weight:700; text-decoration:none; }
.sb-devotional-profile-link:hover,.sb-devotional-profile-link:focus,.sb-devotional-profile-link:visited { color:#fff; text-decoration:none; }
.sb-devotional-share-close { margin-top: 8px; border: 1px solid #dfc4a4; background: #fff; color: #74472d; }
.sb-template-choice-heading { margin:4px 0 7px; color:#6d3b22; font-size:12px; }
.sb-devotional-final-download { display:flex; align-items:center; justify-content:center; gap:7px; width:100%; min-height:42px; border-radius:12px; font-size:12px; font-weight:700; text-decoration:none; }
.sb-devotional-final-download,
.sb-devotional-final-download:hover,
.sb-devotional-final-download:focus,
.sb-devotional-final-download:visited { margin-bottom:3px; border:0; background:#ad5127; color:#fff !important; text-decoration:none; }

/* Today's community feed; hidden until at least one real post exists. */
.sb-devotional-feed { margin: 0 -15px 22px; padding: 21px 15px; border-top: 1px solid #f0dfca; border-bottom: 1px solid #f0dfca; background: #fffaf3; }
.sb-devotional-feed[hidden] { display: none !important; }
.sb-devotional-feed-heading > span { color: #b96027; font-size: 11px; font-weight: 700; }
.sb-devotional-feed-heading h2 { margin: 3px 0 0; color: #5d2c18; font-family: "Noto Serif Devanagari", Georgia, serif; font-size: 25px; }
.sb-devotional-feed-heading p { margin: 5px 0 15px; color: #8a6650; font-size: 12px; }
.sb-devotional-feed-list { display: flex; gap: 12px; padding-bottom: 5px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.sb-devotional-feed-list::-webkit-scrollbar { display: none; }
.sb-devotional-feed-item { flex: 0 0 min(78vw, 330px); overflow: hidden; border: 1px solid #ead4b8; border-radius: 17px; background: #fff; box-shadow: 0 6px 18px rgba(82, 43, 21, .1); scroll-snap-align: start; }
.sb-devotional-feed-art { position: relative; z-index: 0; display: block; width: 100%; height: auto; max-height: none; object-fit: contain; }
.sb-devotional-feed-item img,
.sb-devotional-banner-card img { -webkit-touch-callout: none; -webkit-user-drag: none; user-select: none; pointer-events: none; }

/* Category-wise community shelves: one latest post per profile per category. */
.sb-devotional-gallery--popup-only { height: 0; margin: 0; padding: 0; overflow: visible; border: 0; background: transparent; }
.sb-community-shelves { margin: 4px -15px 24px; padding: 22px 0 18px; border-top: 1px solid #efddc5; border-bottom: 1px solid #efddc5; background: #fffaf3; }
.sb-community-shelves[hidden] { display: none !important; }
.sb-community-shelves-heading { padding: 0 16px 22px; text-align: center; }
.sb-community-shelves-heading h2 { margin: 0; color: #5b2e1a; font-family: "Noto Serif Devanagari", Georgia, serif; font-size: 30px; line-height: 1.3; }
.sb-community-copy-divider { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%;  color: #96715b; font-size: 11px; line-height: 1.45; text-align: center; }
.sb-community-copy-divider::before,
.sb-community-copy-divider::after { content: ""; flex: 1 1 28px; height: 1px; background: #e7c79f; }
.sb-community-copy-divider span { flex: 0 1 auto; max-width: 280px; }
.sb-community-shelf + .sb-community-shelf { margin-top: 24px; }
.sb-community-shelves [data-community-shelves-list] > .sb-community-shelf:first-child > header { display: none; }
.sb-community-shelf > header { display: block; padding: 0 16px 12px; text-align: center; }
.sb-community-shelf > header h3 { margin: 0; color: #61341e; font-size: 20px; font-weight: 700; line-height: 1.35; }
.sb-community-copy-divider--category { margin-top: 5px; font-size: 9px; }
.sb-community-copy-divider--category span { max-width: 220px; }
.sb-community-shelf-rail { display: flex; align-items: flex-start; gap: 11px; padding: 0 16px 7px; overflow-x: auto; scroll-padding-left: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.sb-community-shelf-rail::-webkit-scrollbar { display: none; }
.sb-community-shelf-rail { --sb-feed-card-width: 55%; }
.sb-community-shelf-rail .sb-devotional-feed-item { position: relative; flex: 0 0 var(--sb-feed-card-width); min-width: 0; max-width: none; overflow: hidden; border: 0; border-radius: 17px; background: #2d2019; box-shadow: 0 6px 18px rgba(55, 32, 20, .13); }
.sb-community-catalog-card { display: flex; flex: 0 0 var(--sb-feed-card-width); aspect-ratio: 4 / 5; min-width: 0; align-items: center; justify-content: center; flex-direction: column; gap: 10px; padding: 18px; border: 1px dotted #d8aa74; border-radius: 17px; background: #fff5e5; box-shadow: 0 6px 18px rgba(82,43,21,.06); color: #8d4a25; text-align: center; scroll-snap-align: start; cursor: pointer; }
.sb-community-catalog-card .fa { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: #a65327; color: #fff; font-size: 17px; }
.sb-community-catalog-card strong { font-size: 12px; line-height: 1.45; }
.sb-devotional-feed-open { position: relative; display: block; width: 100%; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: inherit; background: #2d2019; color: #fff; text-align: left; cursor: pointer; }
.sb-community-shelf-rail .sb-devotional-feed-art { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; }
.sb-devotional-feed-author { position: absolute; top: 6px; left: 6px; z-index: 3; display: flex; align-items: center; gap: 7px; max-width: calc(100% - 12px); min-height: 37px; padding: 4px 9px 4px 4px; overflow: hidden; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(35,23,17,.28); box-shadow: 0 2px 7px rgba(0,0,0,.14); color: #fff !important; text-decoration: none; backdrop-filter: blur(3px); }
.sb-devotional-feed-author img { display: block; flex: 0 0 29px; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; object-fit: cover; }
.sb-devotional-feed-author strong { flex: 0 1 auto; min-width: 0; overflow: hidden; color: #fff; font-size: 10px; font-weight: 700; line-height: 1.2; text-overflow: ellipsis; text-shadow: 0 1px 3px rgba(0,0,0,.65); white-space: nowrap; }
.sb-devotional-feed-author-meta { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 3px; color: rgba(255,255,255,.78); font-size: 7px; line-height: 1; white-space: nowrap; text-shadow: 0 1px 3px rgba(0,0,0,.65); }
.sb-devotional-feed-remix { position: absolute; right: auto; bottom: 7px; left: 50%; z-index: 3; display: inline-flex; align-items: center; justify-content: center; gap: 3px; max-width: calc(100% - 20px); margin: 0; padding: 7px 11px; overflow: hidden; border: 2px solid rgba(255,247,236,.94); border-radius: 999px; background: #ad5127; box-shadow: 0 5px 14px rgba(119,53,22,.28); color: #fff; font-family: inherit; font-size: 9px; font-weight: 800; line-height: 1.2; text-align: center; text-overflow: ellipsis; text-shadow: 0 1px 2px rgba(75,30,12,.24); white-space: nowrap; transform: translateX(-50%); cursor: pointer; animation: sbDevotionalCtaGlow 2.8s ease-in-out infinite; }
.sb-devotional-feed-remix i { flex: 0 0 auto; font-size: 9px; font-style: normal; line-height: 1; }
@keyframes sbDevotionalCtaGlow {
	0%, 100% { box-shadow: 0 4px 12px rgba(117,50,17,.24); }
	50% { box-shadow: 0 6px 17px rgba(244,167,64,.5); }
}
.sb-mandir-page > .container { width: 100%; max-width: 440px; margin-right: auto; margin-left: auto; }
@media (prefers-reduced-motion: reduce) {
	.sb-devotional-feed-remix { animation: none; }
}
@media (max-width: 360px) {
	.sb-community-shelf-rail .sb-devotional-feed-item { flex-basis: var(--sb-feed-card-width); min-width: 0; }
}

.sb-share-preview-page { min-height: 100dvh; padding: 26px 16px 120px; background: #fff7e9; color: #633720; }
.sb-share-preview-card { max-width: 520px; margin: auto; text-align: center; }
.sb-share-preview-image { display: block; width: 100%; height: auto; border-radius: 20px; box-shadow: 0 10px 28px rgba(86, 43, 15, .18); }
.sb-share-preview-card h1 { margin: 22px 0 8px; font-size: 30px; }
.sb-share-preview-card p { margin: 0 auto 20px; max-width: 430px; font-size: 16px; line-height: 1.8; }
.sb-share-preview-button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 24px; background: #8f4922; color: #fff; font-weight: 700; text-decoration: none; }

/* Public/owner Bhakti Profile */
.sb-bhakti-profile-page { width: 100%; max-width: 440px; min-height: 100dvh; margin: 0 auto; padding: 0 0 100px; background: #ffffff; color: #2c1a10; }
.sb-bhakti-profile-hero { position: relative; padding-bottom: 20px; border-bottom: 1px solid #f0e6da; background: #ffffff; }
.sb-bhakti-profile-cover { position: relative; width: 100%; height: 150px; background-color: #d99b54; background-position: center; background-size: cover; }
.sb-bhakti-profile-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,14,9,.04) 0%, rgba(24,14,9,.2) 100%); pointer-events: none; }
.sb-bhakti-profile-identity { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; margin-top: -48px; padding: 0 16px; text-align: center; }
.sb-bhakti-profile-identity > img, .sb-bhakti-profile-avatar-edit { width: 92px; height: 92px; border: 4px solid #ffffff; border-radius: 50%; background: #efd9bd; box-shadow: 0 0 0 2px #e3c39a, 0 6px 16px rgba(75,41,20,.18); object-fit: cover; }
.sb-bhakti-profile-avatar-edit { display: block; padding: 0; cursor: pointer; overflow: hidden; }
.sb-bhakti-profile-avatar-edit img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sb-bhakti-profile-identity h1 { margin: 12px 0 0; max-width: 100%; overflow: hidden; color: #2c1a10; font-size: 21px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.sb-bhakti-profile-identity > p { margin: 4px 0 0; color: #8c6a53; font-size: 11px; }
.sb-bhakti-profile-stats-row { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 14px 0 0; }
.sb-bhakti-profile-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: 240px; flex: none; }
.sb-bhakti-profile-stats > div { padding: 12px 6px; border: 1px solid #ecd7bb; border-radius: 14px; background: #fff8eb; text-align: center; }
.sb-bhakti-profile-stats strong { display: block; color: #6c3d22; font-size: 22px; font-weight: 800; line-height: 1.2; }
.sb-bhakti-profile-stats span { display: block; margin-top: 2px; color: #a9754a; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; white-space: nowrap; }
.sb-bhakti-profile-share { flex: none; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #ad5127; color: #fffaf3; font-size: 16px; cursor: pointer; box-shadow: 0 4px 12px rgba(82,43,21,.3); }
.sb-bhakti-profile-share:focus-visible { outline: 2px solid #c87538; outline-offset: 2px; }
.sb-bhakti-profile-edit { display: block; padding: 7px 13px; border: 1px solid #dcb98e; border-radius: 999px; background: #fff; color: #8e4924; font-size: 10px; font-weight: 700; cursor: pointer; }
.sb-bhakti-profile-actions { display:flex; align-items:center; justify-content:center; gap:8px; margin:14px 0 0; }
.sb-bhakti-profile-actions .sb-bhakti-profile-edit { margin:0; }
.sb-bhakti-profile-edit:focus-visible { outline:2px solid #c87538; outline-offset:2px; }
.sb-bhakti-profile-posts { padding: 20px 12px; }
.sb-bhakti-profile-posts h2 { margin: 0 4px 14px; font-size: 20px; }
.sb-bhakti-profile-post { min-width: 0; overflow: hidden; border: 1px solid #ead4b8; border-radius: 15px; background: #fff; box-shadow: 0 5px 14px rgba(77,42,22,.08); }
.sb-bhakti-profile-post.is-highlighted { border:2px solid #d66c25; box-shadow:0 0 0 4px rgba(214,108,37,.2),0 8px 22px rgba(77,42,22,.16),inset 0 0 0 2px rgba(255,221,174,.55); }
.sb-profile-new-post-callout { display:flex; flex-direction:column; gap:5px; margin:0 0 16px; padding:13px; border:1px solid #e0b57e; border-radius:15px; background:#fff1dc; color:#713a1f; text-align:center; }
.sb-profile-new-post-callout strong{font-size:15px}.sb-profile-new-post-callout span{font-size:10px}.sb-profile-new-post-callout button{min-height:42px;margin-top:5px;border:0;border-radius:999px;background:#ad5127;color:#fff;font-weight:800}
.sb-profile-spotlight-action { display:flex; align-items:center; justify-content:space-between; gap:8px; min-height:48px; padding:7px 9px 7px 13px; border-top:1px solid #e8cba8; background:#fff7eb; color:#7b4326; }
.sb-profile-spotlight-action span { font-size:10px; font-weight:800; }
.sb-profile-spotlight-action button { min-height:34px; padding:6px 13px; border:0; border-radius:999px; background:#ad5127; color:#fff; font-size:10px; font-weight:800; }
.sb-bhakti-profile-post > img { display: block; width: 100%; height: auto; -webkit-touch-callout: none; -webkit-user-drag: none; user-select: none; }
.sb-bhakti-profile-post-actions { display: flex; border-top: 1px solid #f0dfca; }
.sb-bhakti-profile-post-actions a, .sb-bhakti-profile-post-actions button { flex: 1 1 0; }
.sb-bhakti-profile-post-actions a, .sb-bhakti-profile-post-actions button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-width: 0; min-height: 43px; padding: 5px 2px; border: 0; border-right: 1px solid #f0dfca; background: #fffaf2; color: #8c4b27 !important; font-size: 8px; font-weight: 700; cursor: pointer; }
.sb-bhakti-profile-post-actions > :last-child { border-right: 0; }
.sb-bhakti-profile-post-actions .fa { font-size: 12px; }
.sb-bhakti-profile-empty { padding: 28px 16px; border: 1px dashed #dfbc91; border-radius: 16px; color: #92705b; font-size: 12px; text-align: center; }

/* Personalized devotional discovery: three daily picks + masonry catalogue. */
.sb-discovery { margin: 5px -15px 24px; padding: 24px 12px 20px; //border-top: 1px solid #efddc5; border-bottom: 1px solid #efddc5; //background: #fffaf3; }
.sb-discovery-creators { display: flex; gap: 10px; width: 100%; margin: 0 0 16px; padding: 2px 4px 4px; overflow-x: auto; scroll-padding-left: 4px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.sb-discovery-creators::-webkit-scrollbar { display: none; }
.sb-discovery-creators--hidden { display: none !important; }
.sb-discovery-creators a { flex: 0 0 50px; display: block; width: 50px; height: 50px; padding: 2px; border: 2px solid #c87538; border-radius: 50%; background: #fff; box-shadow: 0 3px 9px rgba(89,47,24,.14); }
.sb-discovery-creators img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; -webkit-touch-callout: none; -webkit-user-drag: none; user-select: none; }
.sb-discovery-creators a:focus-visible { outline: 2px solid #ad5127; outline-offset: 3px; }
.sb-discovery-toolbar { position: sticky; top: 72px; z-index: 1300; margin: 3px -12px 14px; padding: 10px 0; border-top: 0; border-bottom: 1px solid #ead6bc; background: rgba(255,250,243,.97); box-shadow: 0 5px 14px rgba(73,42,24,.08); backdrop-filter: blur(8px); }
.sb-popup-open .sb-discovery-toolbar { opacity:0; visibility:hidden; pointer-events:none; }
.sb-discovery-tabs { display: flex; align-items: center; justify-content: flex-start; gap: 7px; width: 100%; margin: 0; padding: 0 12px; overflow-x: auto; scroll-padding: 12px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.sb-discovery-tabs::-webkit-scrollbar { display: none; }
.sb-discovery-tabs button { flex: 0 0 auto; min-height: 34px; padding: 7px 13px; border: 1px solid #e5ddd4; border-radius: 10px; background: #fff; box-shadow: 0 2px 6px rgba(72,48,33,.06); color: #704f3d; font-family: inherit; font-size: 10px; font-weight: 750; line-height: 1; white-space: nowrap; cursor: pointer; }
.sb-discovery-tabs button.is-active { border-color: #ad5127; background: #ad5127; box-shadow: 0 3px 8px rgba(119,53,22,.2); color: #fff; }
.sb-discovery-tabs button:focus-visible { outline: 2px solid rgba(173,81,39,.35); outline-offset: 2px; }
.sb-discovery-create { position: fixed; right: auto; bottom: calc(20px + env(safe-area-inset-bottom)); left: 50%; z-index: 1180; display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 46px; margin: 0; padding: 10px 20px; border: 2px solid #fff7ec; border-radius: 999px; background: #ad5127; box-shadow: 0 8px 22px rgba(92,41,18,.3); color: #fff; font-size: 12px; font-weight: 800; white-space: nowrap; transform: translateX(-50%); transition: bottom 260ms ease; cursor: pointer; }
.sb-bottom-nav-visible .sb-discovery-create { bottom: calc(var(--sb-bottom-nav-height, 68px) + 20px + env(safe-area-inset-bottom)); }
.sb-popup-open .sb-discovery-create { opacity: 0; visibility: hidden; pointer-events: none; }
.sb-discovery-create .fa { font-size: 14px; }
.sb-footer-aware-floating { bottom:calc(20px + env(safe-area-inset-bottom)); }
.sb-bottom-nav:not(.sb-bottom-nav--scroll-reveal) ~ .sb-footer-aware-floating,
.sb-bottom-nav-visible .sb-footer-aware-floating { bottom:calc(var(--sb-bottom-nav-height, 69px) + 15px + env(safe-area-inset-bottom)); }
.sb-discovery > header { padding: 0 4px 8px; text-align: center; }
.sb-discovery > header h2 { margin: 0; color: #5b2e1a; font-family: "Noto Serif Devanagari", Georgia, serif; font-size: 22px; line-height: 1.35; }
.sb-discovery-daily { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 18px; }
.sb-discovery-daily, .sb-discovery-masonry { scroll-margin-top: 132px; }
.sb-discovery { scroll-margin-top: 80px; }
.sb-discovery-daily .sb-discovery-card button { aspect-ratio: 4 / 5; }
.sb-discovery-daily .sb-discovery-art { height: 100%; object-fit: cover; }
.sb-discovery-masonry { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; align-items:start; }
.sb-discovery-column { display:flex; min-width:0; flex-direction:column; gap:10px; }
.sb-discovery-card { width: 100%; margin: 0; break-inside: avoid; }
.sb-discovery-card button { position: relative; display: block; width: 100%; aspect-ratio: auto; padding: 0; overflow: hidden; border: 0; border-radius: 14px; background: #2c1d16; box-shadow: 0 5px 15px rgba(71,38,20,.12); cursor: pointer; container-type: inline-size; }
.sb-discovery-art { display: block; width: 100%; height: auto; -webkit-touch-callout: none; -webkit-user-drag: none; user-select: none; pointer-events: none; }
.sb-discovery-cta { position: absolute; bottom: 6px; left: 50%; display: inline-flex; align-items: center; justify-content: center; gap: 3px; max-width: calc(100% - 14px); padding: 6px 9px; overflow: hidden; border: 2px solid rgba(255,247,236,.95); border-radius: 999px; background: #ad5127; box-shadow: 0 4px 12px rgba(92,41,18,.26); color: #fff; font-size: 7.5px; font-weight: 800; line-height: 1.2; text-overflow: ellipsis; text-shadow: 0 1px 2px rgba(75,30,12,.25); white-space: nowrap; transform: translateX(-50%); }
.sb-discovery-cta i { font-size: 8px; font-style: normal; }
.sb-discovery-daily .sb-discovery-cta { bottom: 3px; max-width: calc(100% - 6px); padding: 4px 5px; border-width: 1px; font-size: 5.5px; }
.sb-discovery-sentinel { padding: 16px 0 4px; color: #9a765e; font-size: 10px; text-align: center; }
.sb-discovery-card-actions { display: flex; gap: 6px; margin-top: 7px; }
.sb-discovery-action { display: flex; flex: 1 1 0; align-items: center; justify-content: center; gap: 4px; min-height: 32px; padding: 6px 4px; border: 1px solid #e2c7a6; border-radius: 10px; background: #fff; color: #74442a; font-size: 10px; font-weight: 700; line-height: 1.15; cursor: pointer; }
.sb-discovery-action:disabled { opacity: .55; cursor: default; }
.sb-discovery-action .fa { font-size: 11px; }

/* A little breathing room around the deity, within the existing flexible stage. */
.sb-today-card--tiles .sb-day-deity-entry { top: 8px; bottom: 8px; height: auto; align-items: center; }
.sb-today-card--tiles .sb-day-deity-stage-image { object-position: center; }
.sb-day-deity-stage .sb-home-background-sparkles { inset: 0; width: 100%; transform: none; z-index: 0; }
.sb-home-background-sparkles.is-paused .sb-spark { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .sb-home-background-sparkles .sb-spark { animation: none; opacity: .35; } }
/* Subtle separation without changing the action panel's dimensions. */

/* Header, day details, deity and actions share one adaptive curved panel. */
.sb-home-daily-hero {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto auto auto;
	width: 100%;
	height: auto;
	min-height: 0;
	max-height: none;
	padding: 0 16px;
	overflow: hidden;
	border-radius: 0;
	background: var(--sb-today-color, #8f4e25);
	box-shadow: 0 10px 24px rgba(91,48,21,.16);
	color: #fff;
}
.sb-home-daily-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.28)), linear-gradient(180deg, rgba(38,31,27,.5), rgba(38,31,27,.64)); pointer-events: none; }
.sb-home-daily-hero > * { position: relative; z-index: 1; }
.sb-home > .container > .sb-home-header--fixed-homepage { position: sticky; top: 0; left: auto; z-index: 1390; width: calc(100% + 30px); min-height: 72px; margin: 0 -15px; padding: max(10px, env(safe-area-inset-top)) 10px 8px; border-bottom: 1px solid rgba(104,67,42,.12); background: rgba(255,252,247,.98); box-shadow: 0 5px 16px rgba(62,40,25,.1); color: #58331f; transform: none; }
.sb-home-header--fixed-homepage .sb-home-brand { color: #58331f; }
.sb-home-header--fixed-homepage .sb-home-brand-name { color: #58331f; text-shadow: none; }
.sb-home-header--fixed-homepage .sb-home-welcome-subtitle { color: #92715c; }
.sb-home-header--fixed-homepage .sb-home-create-action { min-height: 42px; padding: 9px 12px; border: 2px solid #fff7ec; background: #ad5127; box-shadow: 0 5px 14px rgba(119,53,22,.2); color: #fff; font-size: 11px; white-space: nowrap; }
.sb-home-header--fixed-homepage .sb-home-create-action .fa { font-size: 14px; }
.sb-today-card--fixed-header { padding-top: 0 !important; }
.sb-home-daily-hero > .sb-day-deity-summary { position: relative; inset: auto; width: calc(100% + 32px); margin: 0 -16px; padding: 6px 14px 7px; background: rgba(0,0,0,.16); backdrop-filter: none; }
.sb-home-deity-workspace { --sb-deity-column-width: 60%; position: relative; display: grid; grid-template-columns: minmax(0, var(--sb-deity-column-width)) minmax(118px, 1fr); min-height: 300px;//clamp(260px, 64vw, 300px); width: calc(100% + 32px); margin: 0 -16px; overflow: hidden; }
.sb-home-deity-workspace::after { content: ""; position: absolute; top: 0; bottom: 0; left: var(--sb-deity-column-width); z-index: 2; width: 1px; background: rgba(255,218,157,.34); pointer-events: none; }
.sb-home-deity-column { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; overflow: visible; border: 0; border-radius: 0; background: radial-gradient(circle at 50% 42%, rgba(255,225,165,.09), rgba(255,225,165,0) 68%); }
.sb-home-deity-column > .sb-day-color-card { min-width: 0; min-height: 0; }
.sb-home-deity-workspace .sb-day-deity-stage { width: 100%; min-height: clamp(205px, 51vw, 225px); margin: 0; }
.sb-home-daily-hero .sb-day-deity-entry { top: 5%; bottom: 0; height: 90%; align-items: flex-end; }
.sb-home-daily-hero .sb-day-deity-stage-image { width: auto; max-width: 100%; height: 100%; max-height: 100%; object-fit: contain; object-position: center bottom; }
.sb-home-daily-hero .sb-home-mandir-link,
.sb-home-daily-hero .sb-home-mandir-link:hover,
.sb-home-daily-hero .sb-home-mandir-link:focus,
.sb-home-daily-hero .sb-home-mandir-link:visited { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 8px 0 2px; color: #ffe2ae !important; font-size: 13px; font-weight: 700; text-decoration: none; text-shadow: 0 1px 3px rgba(0,0,0,.42); }
.sb-home-daily-hero .sb-home-mandir-link span { font-size: 15px; }
.sb-home-punya-rail { position: relative; align-self: center; min-width: 0; height: auto; margin: 0 6px 0 10px; padding: 9px 6px; border: 1px dotted rgba(255,213,144,.5); border-radius: 16px; background: rgba(0,0,0,.13); }
.sb-home-punya-rail .sb-daily-punya { width: 100%; height: 100%; margin: 0; padding: 0; border: 0; background: transparent; }
.sb-home-punya-rail .sb-daily-punya-divider { margin: 0 0 7px; font-size: 11px; line-height: 1.3; }
.sb-home-punya-rail .sb-daily-punya-divider::before,
.sb-home-punya-rail .sb-daily-punya-divider::after { display: none; }
.sb-home-punya-rail .sb-daily-punya-actions { display: grid; grid-template-columns: 1fr; align-content: center; gap: 15px; width: 100%; margin: 0; padding: 0; }
.sb-home-punya-rail .sb-daily-punya-action { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 7px; min-height: 50px; padding: 6px; border: 1px solid rgba(255,226,174,.16); border-radius: 12px; background: rgba(255,244,220,.07); color: #fff; text-align: left; }
.sb-home-punya-rail .sb-daily-punya-image { flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid rgba(255,214,143,.48); border-radius: 50%; background: rgba(255,244,220,.12); box-shadow: 0 3px 9px rgba(0,0,0,.12); }
.sb-home-punya-rail .sb-daily-punya-action > span:last-child { min-width: 0; font-size: clamp(11px, 3.1vw, 13px); font-weight: 700; line-height: 1.3; white-space: normal; }

/* Bhajan library: compact deity selector and grouped song collections. */
.sb-bhajan-library .sb-bhajan-header { margin-bottom: 18px; }
.sb-bhajan-library .sb-bhajan-header h1 { margin-bottom: 7px; font-size: 27px; color: #773b20; }
.sb-bhajan-intro { margin: 0; color: #98755f; font-size: 13px; line-height: 1.6; }
.sb-bhajan-library .sb-bhajan-deity-scroll { padding: 4px 0 16px; margin-bottom: 8px; }
.sb-bhajan-library .sb-bhajan-deity-avatar { width: 48px; height: 48px; }
.sb-bhajan-library .sb-bhajan-deity-chip { font-size: 11px; }
.sb-bhajan-collection { margin: 0 0 20px; overflow: hidden; border: 1px solid #eed9bd; border-radius: 19px; background: #fffdfa; box-shadow: 0 5px 18px rgba(99, 58, 27, .045); }
.sb-bhajan-collection-head { display: flex; align-items: center; gap: 12px; padding: 16px; background: linear-gradient(110deg, #faecd5, #fff8ec); }
.sb-bhajan-collection-head > img { width: 52px; height: 60px; object-fit: contain; flex-shrink: 0; }
.sb-bhajan-collection-head h2 { margin: 0 0 5px; font-size: 18px; line-height: 1.4; color: #71391e; }
.sb-bhajan-collection-head p { margin: 0; font-size: 11px; color: #9b7558; }
.sb-bhajan-collection .sb-bhajan-row { padding: 13px 14px; background: transparent; gap: 10px; }
.sb-bhajan-collection .sb-bhajan-row-thumb { display: none; }
.sb-bhajan-collection .sb-bhajan-row-title { font-size: 15px; line-height: 1.5; }
.sb-bhajan-collection .sb-bhajan-row-sub { font-size: 11px; }
.sb-bhajan-collection .sb-bhajan-row-play { width: 34px; height: 34px; flex-shrink: 0; font-size: 13px; }
.sb-bhajan-collection .sb-bhajan-row.is-playing { background: #fff2d9; }
.sb-bhajan-collection-more { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; color: #a35b20; background: #fff8ee; font-size: 12px; font-weight: 700; }
.sb-bhajan-library [hidden] { display: none !important; }


.sb-panchang-result-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin: 22px 0 14px; padding: 0 2px 12px; }
.sb-panchang-result-head h2 { font-size: 23px; }
.sb-panchang-share-btn { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; padding: 9px 14px; border: 0; border-radius: 999px; background: #1fa855; color: #fff; font-size: 12px; font-weight: 700; white-space: nowrap; box-shadow: 0 4px 12px rgba(31, 168, 85, .3); }
.sb-panchang-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 60px 0; text-align: center; }
.sb-panchang-loading-spinner { width: 34px; height: 34px; border: 3px solid rgba(200, 145, 58, .2); border-top-color: #c8913a; border-radius: 50%; animation: sbPanchangSpin 800ms linear infinite; }
.sb-panchang-loading p { margin: 0; font-size: 13px; color: #96725a; }
@keyframes sbPanchangSpin { to { transform: rotate(360deg); } }
.sb-panchang-om { text-align: center; font-size: 40px; line-height: 1; color: #c8913a; text-shadow: 0 0 20px rgba(200, 145, 58, .4); margin-bottom: 6px; }
.sb-panchang-heading-sub { text-align: center; margin: 0 0 20px; font-size: 12px; color: #9b7355; text-transform: uppercase; letter-spacing: .1em; }
.sb-panchang-card { margin: 12px 0; padding: 0; overflow: hidden; border: 1px solid #ecd8bf; border-radius: 16px; background: #fff; box-shadow: 0 6px 20px rgba(110, 69, 35, .06); }
.sb-panchang-card-head { display: flex; align-items: center; gap: 9px; padding: 13px 16px; background: #f8f0e2; border-bottom: 1px solid #ecd8bf; }
.sb-panchang-card-head-icon { font-size: 16px; line-height: 1; }
.sb-panchang-card-head-title { font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #a5551f; }
.sb-panchang-sunmoon { display: grid; grid-template-columns: 1fr 1fr; }
.sb-panchang-sun-block, .sb-panchang-moon-block { padding: 20px 14px; text-align: center; }
.sb-panchang-sun-block { background: linear-gradient(160deg, #fff6e8, #ffe3b3); border-right: 1px solid #ecd2ad; }
.sb-panchang-moon-block { background: linear-gradient(160deg, #f1ecfb, #d9d1f2); }
.sb-panchang-sm-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; font-size: 22px; margin-bottom: 10px; }
.sb-panchang-sun-block .sb-panchang-sm-icon { background: radial-gradient(circle at 35% 30%, #ffe9b0, #f2a94a); box-shadow: 0 5px 16px rgba(224, 148, 45, .4); }
.sb-panchang-moon-block .sb-panchang-sm-icon { background: radial-gradient(circle at 35% 30%, #cabdec, #7c5cc4); box-shadow: 0 5px 16px rgba(101, 71, 173, .35); }
.sb-panchang-sm-times { display: flex; justify-content: center; gap: 16px; }
.sb-panchang-sm-label { font-size: 9.5px; text-transform: uppercase; letter-spacing: .08em; color: #8c6e55; }
.sb-panchang-sm-val { font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif; font-size: 16px; font-weight: 700; color: #3f2618; margin-top: 2px; }
.sb-panchang-sm-title { font-size: 9.5px; text-transform: uppercase; letter-spacing: .08em; color: #8c6e55; margin-top: 12px; }
.sb-panchang-sign-pill { display: inline-block; margin-top: 6px; padding: 3px 12px; border-radius: 99px; font-size: 12px; font-weight: 600; }
.sb-panchang-sun-block .sb-panchang-sign-pill { background: rgba(154, 90, 15, .12); color: #7a480f; }
.sb-panchang-moon-block .sb-panchang-sign-pill { background: rgba(94, 53, 177, .12); color: #4d2c92; }
.sb-panchang-five-grid { display: grid; grid-template-columns: 1fr 1fr; }
.sb-panchang-panch-item { padding: 14px 16px; border-bottom: 1px solid #f0dfca; border-right: 1px solid #f0dfca; }
.sb-panchang-panch-item:nth-child(2n) { border-right: none; }
.sb-panchang-panch-item:nth-last-child(-n+2) { border-bottom: none; }
.sb-panchang-panch-full { grid-column: span 2; border-right: none; }
.sb-panchang-panch-label { font-size: 9.5px; text-transform: uppercase; letter-spacing: .08em; color: #9b7355; margin-bottom: 5px; }
.sb-panchang-panch-name { font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif; font-size: 17px; color: #3f2618; font-weight: 700; line-height: 1.25; }
.sb-panchang-panch-detail { font-size: 11px; color: #96725a; margin-top: 4px; }
.sb-panchang-paksha-tag { display: inline-block; padding: 1px 8px; margin-left: 6px; border-radius: 5px; font-size: 10px; letter-spacing: .05em; background: #ede7f6; color: #5e35b1; vertical-align: middle; font-weight: 600; }
.sb-panchang-rahu-block { display: flex; align-items: center; gap: 14px; padding: 16px; }
.sb-panchang-rahu-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(160deg, #ffe0e6, #ffb9c6); font-size: 19px; flex: 0 0 auto; }
.sb-panchang-rahu-text { flex: 1; min-width: 0; }
.sb-panchang-rahu-time { font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif; font-size: 21px; font-weight: 700; color: #b71c1c; }
.sb-panchang-rahu-label { font-size: 11px; color: #96725a; margin-top: 3px; }
.sb-panchang-avoid-pill { flex: 0 0 auto; padding: 5px 12px; border-radius: 99px; border: 1px solid rgba(183, 28, 28, .2); background: #ffebee; color: #c62828; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.sb-panchang-karana-list { padding: 3px 0; }
.sb-panchang-karana-item { display: flex; align-items: center; gap: 12px; padding: 10px 16px; border-bottom: 1px dashed #f0dfca; }
.sb-panchang-karana-item:last-child { border-bottom: none; }
.sb-panchang-karana-dot { width: 8px; height: 8px; border-radius: 50%; background: #c8913a; flex: 0 0 auto; }
.sb-panchang-karana-name { font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif; font-size: 14.5px; font-weight: 700; flex: 1; color: #3f2618; }
.sb-panchang-karana-ends { font-size: 11px; color: #96725a; }
.sb-panchang-picker input[type=checkbox] { width: auto; margin-right: 6px; }
.sb-panchang-india { display: flex; align-items: center; margin: 10px 0 0; color: #8b6d58; font-size: 11px; }
.sb-panchang-saved-city { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 10px 12px; border: 1px solid #e6cba8; border-radius: 12px; background: #fff6e6; color: #754528; font-size: 13px; }
.sb-panchang-saved-city button { border: 0; border-radius: 8px; padding: 6px 10px; background: #9b552a; color: #fff; font-size: 11px; }
.sb-panchang-picker.is-editing { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1000; width: min(440px, 100%); margin: 0 auto; border-radius: 22px 22px 0 0; box-shadow: 0 -18px 50px rgba(53, 27, 12, .28); }

img[loading="lazy"]:not(.sb-img-loaded) { background: linear-gradient(100deg, rgba(120,72,36,.05) 32%, rgba(120,72,36,.16) 50%, rgba(120,72,36,.05) 68%); background-size: 220% 100%; animation: sbLazyImgShimmer 1.3s ease-in-out infinite; }
@keyframes sbLazyImgShimmer { 0% { background-position: 160% 0; } 100% { background-position: -60% 0; } }
@media (prefers-reduced-motion: reduce) { img[loading="lazy"]:not(.sb-img-loaded) { animation: none; background-position: 50% 0; } }


/* Homepage daily horoscope: compact enough to preserve the existing home flow. */
.sb-home-horoscope{margin:14px 0 18px;padding:16px 0 13px;border-top:1px solid #efd1aa;border-bottom:1px solid #efd1aa;background:linear-gradient(180deg,#fffaf1 0%,#fff6e8 100%);color:#63351f;overflow:hidden}
.sb-home-horoscope__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px 12px}.sb-home-horoscope__header>div{min-width:0}.sb-home-horoscope__header span{color:#b65d28;font-size:11px;font-weight:700;letter-spacing:.04em}.sb-home-horoscope__header h2{margin:2px 0 1px;font-family:"Noto Serif Devanagari",Georgia,serif;font-size:23px;line-height:1.3}.sb-home-horoscope__header p{margin:0;color:#8b684f;font-size:11px;line-height:1.5}.sb-home-horoscope__header>button{flex:0 0 auto;min-width:91px;padding:8px 11px;border:1px solid #e3ae70;border-radius:13px;background:#fff;color:#773d20;box-shadow:0 4px 12px rgba(104,55,27,.08);cursor:pointer}.sb-home-horoscope__header>button small,.sb-home-horoscope__header>button strong{display:block}.sb-home-horoscope__header>button small{color:#a67555;font-size:9px}.sb-home-horoscope__header>button strong{margin-top:2px;font-size:13px}
.sb-home-horoscope__rail{display:flex;gap:9px;padding:0 16px 5px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none}.sb-home-horoscope__rail::-webkit-scrollbar{display:none}.sb-home-horoscope__sign{flex:0 0 64px;min-height:68px;padding:7px 4px;border:1px solid #ead2b4;border-radius:16px;background:#fff;color:#75442b;scroll-snap-align:start;box-shadow:0 3px 10px rgba(92,48,24,.05);cursor:pointer}.sb-home-horoscope__sign span,.sb-home-horoscope__sign strong{display:block}.sb-home-horoscope__sign span{color:#c46a2d;font-family:Arial,sans-serif;font-size:26px;line-height:1}.sb-home-horoscope__sign strong{margin-top:6px;font-size:11px}.sb-home-horoscope__sign.is-selected{border-color:#b95825;background:#a95127;color:#fff;box-shadow:0 5px 14px rgba(169,81,39,.2)}.sb-home-horoscope__sign.is-selected span{color:#ffd995}.sb-home-horoscope__hint{margin:7px 16px 0;color:#9c785e;font-size:10px;text-align:center}
.sb-horoscope-popup__panel{max-height:88dvh;padding:22px 18px max(24px,env(safe-area-inset-bottom));overflow-y:auto;background:#fff9ef}.sb-horoscope-popup__loading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:210px;color:#8d5838;font-size:14px}.sb-horoscope-popup__header{display:flex;align-items:center;gap:13px;padding-right:38px}.sb-horoscope-popup__header>span{display:grid;flex:0 0 58px;width:58px;height:58px;place-items:center;border-radius:18px;background:#f5dfba;color:#a34f25;font-family:Arial,sans-serif;font-size:35px}.sb-horoscope-popup__header small{color:#b56531;font-size:11px;font-weight:700}.sb-horoscope-popup__header h2{margin:2px 0 0;color:#60321c;font-family:"Noto Serif Devanagari",Georgia,serif;font-size:25px}.sb-horoscope-popup__header p{margin:2px 0 0;color:#a17c62;font-size:11px}.sb-horoscope-popup__theme{margin:17px 0 10px;padding:11px 13px;border:1px solid #ecd0ad;border-radius:13px;background:#fff}.sb-horoscope-popup__theme small,.sb-horoscope-popup__theme strong{display:block}.sb-horoscope-popup__theme small{color:#a77a5b;font-size:10px}.sb-horoscope-popup__theme strong{margin-top:2px;color:#87431f;font-size:15px}.sb-horoscope-popup__text{margin:0;color:#6f4b37;font-size:14px;line-height:1.75}.sb-horoscope-popup__scores{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:16px}.sb-horoscope-popup__scores>div{padding:10px;border-radius:12px;background:#fff;border:1px solid #eed8bd}.sb-horoscope-popup__scores span,.sb-horoscope-popup__scores strong{display:block}.sb-horoscope-popup__scores span{color:#987158;font-size:10px}.sb-horoscope-popup__scores strong{margin:2px 0 6px;color:#65351f;font-size:17px}.sb-horoscope-popup__scores i{display:block;height:4px;overflow:hidden;border-radius:999px;background:#f0dfcb}.sb-horoscope-popup__scores b{display:block;height:100%;border-radius:inherit;background:#cf7734}.sb-horoscope-popup__lucky{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.sb-horoscope-popup__lucky>div{padding:9px 6px;border-radius:11px;background:#f4e2c8;text-align:center}.sb-horoscope-popup__lucky small,.sb-horoscope-popup__lucky strong{display:block}.sb-horoscope-popup__lucky small{color:#967054;font-size:9px}.sb-horoscope-popup__lucky strong{margin-top:3px;color:#713b21;font-size:11px;overflow-wrap:anywhere}.sb-horoscope-popup__keywords{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.sb-horoscope-popup__keywords span{padding:5px 9px;border:1px solid #e4c39b;border-radius:999px;color:#8a5836;font-size:10px}.sb-horoscope-popup__error{min-height:140px;margin:0;padding:60px 20px 20px;color:#a33b2e;text-align:center}
@media(min-width:700px){.sb-home-horoscope{border:1px solid #efd1aa;border-radius:18px}.sb-home-horoscope__sign{flex-basis:70px}.sb-horoscope-popup__panel{max-width:540px;left:50%;border-radius:24px 24px 0 0;transform:translate(-50%,100%)}.sb-bottom-popup.is-visible .sb-horoscope-popup__panel{transform:translate(-50%,0)}}

/* The homepage keeps horoscope intentionally minimal; detail lives on /rashifal/{sign}. */
.sb-home-horoscope--compact{margin:9px 0 12px;padding:10px 0;border:0;background:transparent;box-shadow:none}.sb-home-horoscope--compact h2{margin:0 16px 7px;color:#6b381f;font-family:"Noto Serif Devanagari",Georgia,serif;font-size:16px;line-height:1.3}.sb-home-horoscope--compact .sb-home-horoscope__rail{gap:7px;padding:0 16px 2px}.sb-home-horoscope--compact .sb-home-horoscope__sign{display:flex;flex:0 0 auto;min-height:36px;padding:6px 11px;align-items:center;gap:6px;border:1px solid #e8c89f;border-radius:999px;background:#fffaf2;color:#704029;box-shadow:0 2px 7px rgba(91,49,25,.05);text-decoration:none}.sb-home-horoscope--compact .sb-home-horoscope__sign span,.sb-home-horoscope--compact .sb-home-horoscope__sign strong{display:inline;margin:0}.sb-home-horoscope--compact .sb-home-horoscope__sign span{color:#9a57d4;font-size:18px;line-height:1}.sb-home-horoscope--compact .sb-home-horoscope__sign strong{font-size:11px;white-space:nowrap}
.sb-home-horoscope--compact{width:calc(100% + 30px);margin:20px -15px 20px;padding:12px 0 11px;border:1px dashed #c9a6d8;border-radius:18px;background:radial-gradient(circle at 88% 15%,rgba(139,91,205,.13),transparent 36%),radial-gradient(circle at 8% 90%,rgba(238,180,100,.1),transparent 32%),linear-gradient(135deg,#f8f3ff 0%,#fffaf3 55%,#f2f7ff 100%);box-shadow:0 8px 20px rgba(91,62,116,.07)}
.sb-home-horoscope--compact h2{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 14px 6px;text-align:center;white-space:nowrap}
.sb-home-horoscope--compact h2:before,.sb-home-horoscope--compact h2:after{content:"";height:1px;flex:1 1 auto;max-width:72px;background:linear-gradient(90deg,transparent,#d99b55)}
.sb-home-horoscope--compact h2:after{background:linear-gradient(90deg,#d99b55,transparent)}
.sb-home-horoscope--compact .sb-home-horoscope__rail{padding-right:14px;padding-left:14px;scroll-padding-right:14px;scroll-padding-left:14px}
.sb-latest-creators{position:relative;margin:0 0 12px;padding:12px 14px 11px;overflow:hidden;border:1px solid #cfe3c9;border-radius:17px;background:radial-gradient(circle at 90% 15%,rgba(245,174,91,.13),transparent 36%),linear-gradient(135deg,#effaf1 0%,#f9fbef 52%,#fff2e5 100%);box-shadow:0 6px 17px rgba(64,94,62,.07)}
.sb-latest-creators:before{display:block;content:"";position:absolute;top:0;bottom:0;left:0;width:3px;background:linear-gradient(#35a758,#de873f)}
.sb-latest-creators__header{position:relative;z-index:1;margin:0 0 10px}.sb-latest-creators__header>span{display:flex;align-items:center;gap:6px;color:#268542;font-size:9px;font-weight:800;letter-spacing:.06em}.sb-latest-creators__header>span i{width:7px;height:7px;border-radius:50%;background:#34a853;box-shadow:0 0 0 3px rgba(52,168,83,.13)}
.sb-latest-creators h2{display:block;margin:4px 0 1px;color:#65381f;font-family:"Noto Serif Devanagari",Georgia,serif;font-size:16px;font-weight:500;line-height:1.35;text-align:left;white-space:normal}.sb-latest-creators__header p{margin:0;color:#8b6a4e;font-size:10px;line-height:1.45}
.sb-latest-creators__rail{justify-content:flex-start;margin:0;padding:1px 1px 3px}
.sb-latest-creators__rail a{flex-basis:46px;width:46px;height:46px}
@media(max-width:360px){.sb-latest-creators{padding-right:11px;padding-left:12px}.sb-latest-creators h2{font-size:15px}}
.sb-discovery-community-header{padding-top:5px;text-align:left}.sb-discovery-community-title{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px}.sb-discovery-community-header h2{margin:0;color:#64341d;font-family:"Noto Serif Devanagari",Georgia,serif;font-size:17px;font-weight:700;line-height:1.3}.sb-discovery-community-live{display:flex;align-items:center;gap:6px;margin:0;color:#78523b;font-size:10px;line-height:1.3}.sb-discovery-community-live i{width:7px;height:7px;border-radius:50%;background:#34a853;box-shadow:0 0 0 3px rgba(52,168,83,.12);animation:sb-community-live-pulse 1.8s ease-in-out infinite}@keyframes sb-community-live-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.82)}}
.sb-discovery-creators--community{justify-content:flex-start;margin:5px 0 10px;padding:1px 12px 3px}
.sb-discovery-creators--community a{display:flex;flex:0 0 64px;width:64px;height:auto;padding:0;flex-direction:column;align-items:center;gap:4px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#6e4933;text-decoration:none}.sb-discovery-creators--community a>span{display:block;width:52px;height:52px;padding:2px;border:2px solid #c87538;border-radius:50%;background:#fff;box-shadow:0 3px 9px rgba(89,47,24,.14)}.sb-discovery-creators--community a small{display:block;width:100%;overflow:hidden;font-size:9px;font-weight:700;line-height:1.25;text-align:center;text-overflow:ellipsis;white-space:nowrap}.sb-discovery-community-divider{height:1px;margin:0 15px;background:linear-gradient(90deg,transparent,#e5c69f 18%,#e5c69f 82%,transparent)}.sb-discovery-create-heading{margin:5px 12px 4px;color:#64341d;font-family:"Noto Serif Devanagari",Georgia,serif;font-size:15px;font-weight:700;line-height:1.4}
.sb-discovery[data-devotional-discovery] { padding-top:3px; }
.sb-discovery-community-header { width:calc(100% + 24px); margin-right:-12px; margin-left:-12px; padding-top:0; padding-right:0; padding-left:0; }
.sb-discovery-creators--community { margin-top:0; padding-right:5px; padding-left:5px; }
.sb-discovery-creators--community a { align-items:flex-start; }
.sb-discovery-create-filter { position:sticky; top:0; z-index:1300; margin:10px 0 12px; padding:8px 0 5px; border:1px solid #e5c8a3; border-radius:14px; background:rgba(255,250,243,.98); box-shadow:0 5px 14px rgba(73,42,24,.09); backdrop-filter:blur(8px); }
.sb-discovery-create-filter .sb-discovery-create-heading { margin:0 12px 6px; }
.sb-discovery-create-filter .sb-discovery-toolbar { position:static; margin:0; padding:0 0 3px; border:0; background:transparent; box-shadow:none; backdrop-filter:none; }
.sb-discovery-create-filter .sb-discovery-tabs { padding-right:8px; padding-left:8px; scroll-padding-left:8px; }
@media(prefers-reduced-motion:reduce){.sb-discovery-community-live i{animation:none}}

/* Compact horoscope card remains unchanged until that component is migrated. */
.sb-home-horoscope--compact .sb-home-horoscope__sign {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    width: max-content;
    min-width: 0;
    min-height: 56px;
    padding: 6px 8px;
    column-gap: 5px;
    row-gap: 2px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    border-color: #e5d0b6;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 3px 9px rgba(92, 52, 29, 0.055);
}

.sb-home-horoscope--compact .sb-home-horoscope__sign span {
    grid-column: 1;
    grid-row: 1;
    color: #9a57d4;
    font-size: 22px;
}

.sb-home-horoscope--compact .sb-home-horoscope__sign strong {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    color: #68412e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

.sb-home-horoscope--compact .sb-home-horoscope__sign small {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    color: #9a9189;
    font-size: 7.5px;
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
}

/* Rashifal page: common primitives come from main.css; only page differences live here. */
.sb-rashifal {
    min-height: calc(100dvh - 70px);
    padding: 14px 0 110px;
    overflow: visible;
    background: #fff9ef;
    color: #623821;
}

.sb-rashifal > .container {
    width: 100%;
    max-width: var(--sb-app-width);
    padding-right: 14px;
    padding-left: 14px;
}

.sb-rashifal .signs {
    position: sticky;
    top: 0;
    z-index: 1280;
    gap: 7px;
    margin: 0 -14px 10px;
    padding: 8px 14px 7px;
    scroll-snap-type: x proximity;
    border-bottom: 1px solid rgba(111, 70, 42, 0.12);
    background: rgba(255, 249, 239, 0.97);
    box-shadow: 0 5px 14px rgba(73, 43, 24, 0.08);
    backdrop-filter: blur(9px);
}

.sb-rashifal .sb-zodiac-card {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    width: max-content;
    min-width: 0;
    min-height: 56px;
    padding: 6px 8px;
    column-gap: 5px;
    row-gap: 2px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    scroll-snap-align: start;
    border: 1px solid #e5d0b6;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 3px 9px rgba(92, 52, 29, 0.055);
    color: #704029;
}

.sb-rashifal .sb-zodiac-card span {
    grid-column: 1;
    grid-row: 1;
    color: #9256cb;
    font-size: 22px;
}

.sb-rashifal .sb-zodiac-card strong {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    color: #68412e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

.sb-rashifal .sb-zodiac-card small {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    color: #9a9189;
    font-size: 7.5px;
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
}

.sb-rashifal .sb-zodiac-card[aria-current="page"] {
    border-color: #a95025;
    background: #a95025;
    box-shadow: 0 5px 12px rgba(169, 80, 37, 0.17);
    color: #fff;
}

.sb-rashifal .sb-zodiac-card[aria-current="page"] span {
    color: #f0d4ff;
}

.sb-rashifal .sb-zodiac-card[aria-current="page"] strong,
.sb-rashifal .sb-zodiac-card[aria-current="page"] small {
    color: #fff;
}

.sb-rashifal .hero {
    padding: 24px 20px;
    background:
        radial-gradient(circle at 90% 10%, rgba(152, 88, 206, 0.09), transparent 32%),
        linear-gradient(145deg, #fffdf8, #fff3df);
    box-shadow: 0 12px 30px rgba(94, 51, 26, 0.09);
}

.sb-rashifal .hero::after {
    content: var(--rashifal-symbol);
    position: absolute;
    top: -24px;
    right: 13px;
    color: rgba(126, 62, 31, 0.045);
    font-family: Arial, sans-serif;
    font-size: 150px;
    pointer-events: none;
}

.sb-rashifal .eyebrow {
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    gap: 6px;
}

.sb-rashifal .eyebrow span {
    padding: 5px 8px;
    border: 1px solid #ead0ad;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: #99684a;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.sb-rashifal .hero h1 {
    position: relative;
    z-index: 1;
    margin: 12px 0 1px;
    color: #5e301a;
    font-size: clamp(29px, 9vw, 38px);
    line-height: 1;
}

.sb-rashifal .hero h1 b {
    color: #9658cc;
    font-family: Arial, sans-serif;
}

.sb-rashifal .hero time {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-top: 7px;
    padding: 6px 10px;
    border: 1px solid rgba(211, 155, 92, 0.28);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 3px 9px rgba(96, 53, 29, 0.05);
    color: #bc662e;
    font-size: 12px;
    font-weight: 700;
}

.sb-rashifal .hero > p {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 15px 0 0;
    color: #76533e;
    font-size: 13px;
    line-height: 1.7;
}

.sb-rashifal .keywords {
    position: relative;
    z-index: 1;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
}

.sb-rashifal .keywords span {
    padding: 6px 9px;
    border-radius: 999px;
    background: #f6e2c8;
    color: #8b512e;
    font-size: 10px;
    font-weight: 700;
}

.sb-rashifal .share {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    min-height: 48px;
    margin: 15px 0 0;
    padding: 11px 16px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #168a46, #20a85a);
    box-shadow: 0 8px 18px rgba(22, 138, 70, 0.24);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.sb-rashifal .share i {
    font-size: 16px;
}

.sb-rashifal .share:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(22, 138, 70, 0.18);
}

.sb-rashifal .share:focus-visible {
    outline: 2px solid #126b38;
    outline-offset: 3px;
}

.sb-rashifal .content-grid {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 12px;
}

.sb-rashifal .card {
    grid-column: 1;
}

.sb-rashifal .card h2 {
    color: #66371f;
    font-size: 18px;
    line-height: normal;
}

.sb-rashifal .details {
    grid-column: 1 / -1;
}

.sb-rashifal .score-main {
    gap: 15px;
    margin-top: 14px;
}

.sb-rashifal .score-main > div:last-child {
    min-width: 0;
}

.sb-rashifal .score-main > div:last-child > strong {
    overflow-wrap: anywhere;
    color: #8c4a26;
    font-size: 17px;
}

.sb-rashifal .score-main p,
.sb-rashifal .glance > p {
    margin: 5px 0 0;
    color: #88664f;
    font-size: 12px;
    line-height: 1.6;
}

.sb-rashifal .score-ring {
    display: grid;
    flex: 0 0 auto;
    width: 82px;
    aspect-ratio: 1;
    place-items: center;
    align-content: center;
    background:
        radial-gradient(circle at center, #fffaf1 0 57%, transparent 58%),
        conic-gradient(#c56c31 calc(var(--score) * 1%), #efdfca 0);
}

.sb-rashifal .score-ring strong {
    color: #6d371e;
    font-size: 25px;
    line-height: 1;
}

.sb-rashifal .score-ring small {
    color: #98745c;
    font-size: 9px;
}

.sb-rashifal .score-list {
    gap: 9px;
    margin-top: 15px;
}

.sb-rashifal .score-list > div {
    display: grid;
    grid-template-columns: 54px 1fr 28px;
    align-items: center;
    gap: 8px;
    color: #79513a;
    font-size: 11px;
}

.sb-rashifal .score-list i {
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #f0e1cf;
}

.sb-rashifal .score-list i b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #b85b28, #dd9145);
}

.sb-rashifal .score-list strong small {
    margin-left: 2px;
    font-size: 8px;
    font-weight: 600;
    opacity: 0.72;
}

.sb-rashifal .score-value.good {
    color: #137a37;
}

.sb-rashifal .score-value.medium {
    color: #a96312;
}

.sb-rashifal .score-value.low {
    color: #bd342d;
}

.sb-rashifal .lucky {
    grid-template-columns: 0.9fr 0.9fr 1.2fr;
    gap: 7px;
    margin-top: 15px;
}

.sb-rashifal .lucky > div {
    display: flex;
    min-width: 0;
    min-height: 70px;
    padding: 12px 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #f7e6cf;
    text-align: center;
}

.sb-rashifal .lucky small,
.sb-rashifal .lucky strong {
    display: block;
}

.sb-rashifal .lucky small {
    color: #9a775e;
    font-size: 11px;
    font-weight: 700;
}

.sb-rashifal .lucky strong {
    margin-top: 3px;
    overflow-wrap: anywhere;
    color: #704026;
    font-size: 14px;
    font-weight: 800;
}

.sb-rashifal .lucky-color {
    border: 1px solid rgba(91, 55, 34, 0.1);
    background: var(--lucky-color-bg, #f7e6cf);
}

.sb-rashifal .lucky-color.is-dark small,
.sb-rashifal .lucky-color.is-dark strong {
    color: #fff;
}

.sb-rashifal .lucky-number {
    background: linear-gradient(145deg, #f5d89f, #f8e7bd);
    box-shadow: inset 0 0 0 1px rgba(180, 111, 38, 0.12);
}

.sb-rashifal .lucky-number strong {
    color: #9b4b19;
    font-size: 20px;
}

.sb-rashifal .lucky-time strong {
    max-width: 100%;
    font-size: clamp(9px, 2.6vw, 11px);
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.sb-rashifal .details > .grid {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 13px;
}

.sb-rashifal .dimension {
    min-width: 0;
    padding: 14px;
    border: 1px solid #f0dcc1;
    border-radius: 15px;
    background: #fffaf2;
}

.sb-rashifal .dimension.good {
    --dimension-color: #25864a;
    border-color: #abd6b3;
    background: linear-gradient(145deg, #f4fcf3, #e5f5e8);
    box-shadow: inset 0 0 0 1px rgba(36, 135, 68, 0.035);
}

.sb-rashifal .dimension.medium {
    --dimension-color: #bc741d;
    border-color: #ead7ad;
    background: linear-gradient(145deg, #fffdf8, #fff6df);
}

.sb-rashifal .dimension.low {
    --dimension-color: #c6443b;
    border-color: #eccbc4;
    background: linear-gradient(145deg, #fffafa, #fff0ed);
}

.sb-rashifal .dimension > header {
    display: block;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(103, 72, 51, 0.13);
    color: #69381f;
}

.sb-rashifal .dimension > header > strong {
    font-size: 18px;
    line-height: 1.25;
}

.sb-rashifal .dimension p {
    margin: 8px 0;
    color: #80604b;
    font-size: 12px;
    line-height: 1.6;
}

.sb-rashifal .dimension p.reason-secondary {
    margin-top: -2px;
    color: #a5947f;
    font-size: 11px;
}

.sb-rashifal .dimension > span {
    display: block;
    margin-top: 6px;
    padding: 7px 9px;
    overflow-wrap: anywhere;
    border: 1px solid rgba(103, 72, 51, 0.14);
    border-radius: 9px;
    background: transparent;
    color: #785945;
    font-size: 10px;
}

.sb-rashifal .dimension-score {
    display: flex;
    margin: 13px 0 9px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sb-rashifal .dimension-ring {
    display: grid;
    width: 86px;
    aspect-ratio: 1;
    place-items: center;
    align-content: center;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.94) 0 57%, transparent 58%),
        conic-gradient(var(--dimension-color) calc(var(--score) * 1%), rgba(112, 82, 57, 0.12) 0);
    box-shadow: 0 5px 13px rgba(76, 48, 29, 0.08);
}

.sb-rashifal .dimension-ring strong {
    color: var(--dimension-color);
    font-size: 24px;
    line-height: 1;
}

.sb-rashifal .dimension-ring small {
    margin-top: 3px;
    color: #8b6c58;
    font-size: 9px;
    font-weight: 700;
}

.sb-rashifal .dimension-score > em {
    margin-top: 7px;
    color: var(--dimension-color);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.sb-rashifal .empty {
    padding: 60px 20px;
    border-color: #e7c397;
    border-radius: 22px;
    background: #fff;
    text-align: center;
}

.sb-rashifal .empty > span {
    color: #9658cc;
    font-size: 55px;
}

.sb-rashifal .empty h1 {
    margin: 8px 0;
    color: #65351e;
}

.sb-rashifal .empty p {
    color: #8e6c55;
}

@media (max-width: 360px) {
    .sb-rashifal > .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sb-rashifal .signs {
        margin-right: -10px;
        margin-left: -10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .sb-rashifal .hero {
        padding: 18px 14px;
    }

    .sb-rashifal .hero::after {
        right: -4px;
        font-size: 112px;
    }

    .sb-rashifal .eyebrow span:nth-child(n + 3) {
        display: none;
    }

    .sb-rashifal .card {
        padding: 14px;
    }

    .sb-rashifal .score-main {
        gap: 10px;
    }

    .sb-rashifal .score-ring {
        width: 74px;
    }

    .sb-rashifal .lucky strong {
        font-size: 10px;
    }
}
/* Panchang mobile redesign: compact saved-city search plus data-driven cards. */
.sb-panchang-page.sb-panchang-page--new{width:100%;max-width:440px;min-height:100dvh;margin:0 auto;padding:10px 14px 120px;background:radial-gradient(circle at 95% 0,rgba(226,177,120,.14),transparent 28%),linear-gradient(180deg,#fffaf2,#fbf5ea);color:#2c241d}
.sb-panchang-searchbar{position:sticky;top:0;z-index:1280;display:grid;grid-template-columns:minmax(0,3fr) minmax(104px,1fr);gap:8px;margin-bottom:12px;padding:8px;border:1px solid #eadac5;border-radius:16px;background:rgba(255,253,249,.97);box-shadow:0 5px 16px rgba(91,63,35,.1);backdrop-filter:blur(9px)}
.sb-pan-top-share{display:none!important}
.sb-panchang-searchbar__city{position:relative;min-width:0}.sb-panchang-searchbar__city>i{position:absolute;top:50%;left:11px;z-index:1;color:#a76a3c;font-size:12px;transform:translateY(-50%)}.sb-panchang-searchbar input{width:100%;height:42px;min-width:0;padding:8px 9px;border:1px solid #dfc9ae;border-radius:11px;background:#fff;color:#4f3322;font-size:12px;outline:none}.sb-panchang-searchbar__city>input{padding-left:31px}.sb-panchang-searchbar input:focus{border-color:#bd783f;box-shadow:0 0 0 3px rgba(189,120,63,.1)}.sb-panchang-searchbar input[type=date]{padding:7px 5px;font-size:10px}.sb-panchang-searchbar>p{grid-column:1/-1;margin:0;padding:7px 9px;border-radius:9px;background:#fff0ec;color:#a04432;font-size:10px;line-height:1.45}
.sb-panchang-city-suggestions{position:absolute;top:46px;right:0;left:0;z-index:50;max-height:260px;padding:5px;overflow-y:auto;border:1px solid #dfc9ae;border-radius:12px;background:#fff;box-shadow:0 13px 28px rgba(61,38,22,.18)}.sb-panchang-city-suggestions button{display:flex;width:100%;padding:9px 10px;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #f3eadf;background:#fff;color:#543624;text-align:left;cursor:pointer}.sb-panchang-city-suggestions button:last-child{border-bottom:0}.sb-panchang-city-suggestions button:hover,.sb-panchang-city-suggestions button:focus{background:#fff6e9}.sb-panchang-city-suggestions strong{font-size:12px}.sb-panchang-city-suggestions small{color:#9b7c68;font-size:8px}
.sb-pan-hero{position:relative;padding:19px 17px 17px;overflow:hidden;border:1px solid rgba(203,151,95,.3);border-radius:24px;background:radial-gradient(circle at 85% 12%,rgba(255,255,255,.55),transparent 18%),linear-gradient(145deg,#f6d9b4 0%,#f8ead7 46%,#fffaf3 100%);box-shadow:0 8px 28px rgba(91,63,35,.08)}.sb-pan-hero:after{content:"ॐ";position:absolute;right:10px;bottom:-18px;color:rgba(147,84,37,.055);font-size:88px;font-weight:700;line-height:1}.sb-pan-hero-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.sb-pan-hero-top>span{display:inline-flex;padding:6px 9px;align-items:center;gap:7px;border:1px solid rgba(181,107,47,.16);border-radius:999px;background:rgba(255,255,255,.62);color:#8f4f22;font-size:10px;font-weight:700}.sb-pan-hero-top>span i{width:6px;height:6px;border-radius:50%;background:#b56b2f}.sb-pan-hero-top button{display:inline-flex;padding:7px 10px;align-items:center;gap:5px;border:0;border-radius:999px;background:#1d9b50;color:#fff;font-size:9px;font-weight:700;box-shadow:0 4px 10px rgba(29,155,80,.2)}.sb-pan-hero h1{position:relative;z-index:1;margin:11px 0 3px;color:#3e2a1d;font-family:"Noto Serif Devanagari",Georgia,serif;font-size:27px;line-height:1.1}.sb-pan-hero>p{position:relative;z-index:1;margin:0;color:#7e7167;font-size:11px}.sb-pan-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.sb-pan-hero-grid>div{min-width:0;padding:10px;border:1px solid rgba(186,132,83,.16);border-radius:15px;background:rgba(255,255,255,.66)}.sb-pan-hero-grid small,.sb-pan-hero-grid strong,.sb-pan-hero-grid span{display:block}.sb-pan-hero-grid small{color:#87766a;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.sb-pan-hero-grid strong{margin-top:3px;overflow-wrap:anywhere;color:#38271d;font-size:14px}.sb-pan-hero-grid span{margin-top:2px;color:#8e7c6f;font-size:8px}
.sb-pan-section{margin-top:12px;overflow:hidden;border:1px solid #eadfce;border-radius:19px;background:rgba(255,253,249,.94);box-shadow:0 4px 18px rgba(74,48,24,.05)}.sb-pan-section-head{display:flex;padding:13px 14px 9px;align-items:center;gap:8px}.sb-pan-section-head .sb-pan-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:11px;background:#f4e4cf;font-size:15px}.sb-pan-section-head h2,.sb-pan-section-head h1{flex:1;margin:0;color:#3c2a1f;font-size:14px;font-weight:800}.sb-pan-section-head>b{padding:4px 7px;border:1px solid #edd3b5;border-radius:999px;background:#f8ead8;color:#8f4f22;font-size:12px}
.sb-pan-sun-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 12px 12px}.sb-pan-sun-grid>div{padding:11px;border:1px solid #f0e4d5;border-radius:15px;background:linear-gradient(180deg,#fffaf4,#fff)}.sb-pan-sun-grid>div>span,.sb-pan-sun-grid>div>small,.sb-pan-sun-grid>div>strong{display:block}.sb-pan-sun-grid>div>span{font-size:19px}.sb-pan-sun-grid>div>small{margin-top:5px;color:#7e7167;font-size:9px}.sb-pan-sun-grid>div>strong{margin-top:3px;font-size:16px}.sb-pan-rahu{display:flex;margin:0 12px 12px;padding:12px;align-items:center;justify-content:space-between;gap:9px;border:1px solid #efd4cf;border-radius:15px;background:linear-gradient(135deg,#fff8f5,#fffdfb)}.sb-pan-rahu>div strong,.sb-pan-rahu>div small{display:block}.sb-pan-rahu>div strong{color:#a94637;font-size:12px}.sb-pan-rahu>div small{margin-top:2px;color:#8d776a;font-size:8px}.sb-pan-rahu>b{color:#a94637;font-size:11px;white-space:nowrap}
.sb-pan-rows{padding:0 12px 10px}.sb-pan-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:10px 2px;align-items:center;border-top:1px solid #f1e8dc}.sb-pan-row:first-child{border-top:0}.sb-pan-row>div small,.sb-pan-row>div strong,.sb-pan-row>aside b,.sb-pan-row>aside small{display:block}.sb-pan-row>div small{color:#7e7167;font-size:9px}.sb-pan-row>div strong{margin-top:2px;color:#34261d;font-size:13px}.sb-pan-row>aside{min-width:67px;text-align:right}.sb-pan-row>aside b{color:#8f4f22;font-size:11px}.sb-pan-row>aside small{margin-top:2px;color:#8e7e72;font-size:8px}
.sb-pan-now{margin:0 12px 12px;padding:12px;border:1px solid #ecd8bf;border-radius:16px;background:linear-gradient(145deg,#f9efe1,#fffaf4)}.sb-pan-now-title{display:flex;margin-bottom:9px;align-items:center;justify-content:space-between;gap:8px}.sb-pan-now-title>strong{font-size:11px}.sb-pan-now-title>span{display:inline-flex;padding:4px 7px;align-items:center;gap:5px;border:1px solid #d6ead2;border-radius:999px;background:#eef7ec;color:#547d4f;font-size:8px;font-weight:800}.sb-pan-now-title i{width:5px;height:5px;border-radius:50%;background:#547d4f}.sb-pan-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.sb-pan-mini{min-width:0;padding:8px;border:1px solid #eee1d2;border-radius:11px;background:rgba(255,255,255,.78)}.sb-pan-mini span,.sb-pan-mini b{display:block}.sb-pan-mini span{color:#7e7167;font-size:8px}.sb-pan-mini b{margin-top:2px;overflow-wrap:anywhere;font-size:10px}
.sb-pan-chaugh-current{display:flex;margin:0 12px 10px;padding:12px;align-items:center;justify-content:space-between;gap:10px;border:1px solid #ecd8bf;border-radius:16px;background:linear-gradient(145deg,#f9efe1,#fffaf4)}.sb-pan-chaugh-current>div small,.sb-pan-chaugh-current>div strong,.sb-pan-chaugh-current>div em,.sb-pan-chaugh-current>p small{display:block}.sb-pan-chaugh-current>div small{color:#8a7566;font-size:8px}.sb-pan-chaugh-current>div strong{margin-top:2px;font-size:18px}.sb-pan-chaugh-current>div em{margin-top:2px;color:#a94637;font-size:8px;font-style:normal;font-weight:700}.sb-pan-chaugh-current>p{margin:0;color:#8f4f22;font-size:11px;font-weight:800;text-align:right}.sb-pan-chaugh-current>p small{margin-top:2px;color:#88766b;font-size:8px;font-weight:500}.sb-pan-chaugh-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:0 12px 9px}.sb-pan-chaugh-tabs button{padding:8px 5px;border:1px solid #e7d9c7;border-radius:11px;background:#fff;color:#73523e;font-size:12px;font-weight:700}.sb-pan-chaugh-tabs button.is-active{border-color:#b56b2f;background:#b56b2f;color:#fff}.sb-pan-periods{display:none;padding:0 12px 8px}.sb-pan-periods.is-active{display:block}.sb-pan-period{display:grid;grid-template-columns:24px 1fr auto;gap:8px;padding:9px 2px;align-items:center;border-top:1px solid #f1e8dc}.sb-pan-period>b{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:#f4e4cf;color:#8f4f22;font-size:15px}
.sb-pan-period>div strong,.sb-pan-period>div small{display:block}
.sb-pan-period>div strong i,.sb-pan-chaugh-legend i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%}.sb-pan-period>div small{margin-top:2px;color:#7e7167;font-size:11px}.sb-pan-period>span{padding:4px 7px;border-radius:999px;font-size:11px;font-weight:800}.sb-pan-period .good,.sb-pan-chaugh-legend .good{background:#e8f4e5;color:#547d4f}.sb-pan-period i.good,.sb-pan-chaugh-legend i.good{background:#547d4f}.sb-pan-period .neutral,.sb-pan-chaugh-legend .neutral{background:#f8ead8;color:#996127}.sb-pan-period i.neutral,.sb-pan-chaugh-legend i.neutral{background:#c58b46}.sb-pan-period .bad,.sb-pan-chaugh-legend .bad{background:#fbe8e4;color:#a94637}.sb-pan-period i.bad,.sb-pan-chaugh-legend i.bad{background:#a94637}.sb-pan-chaugh-legend{display:flex;padding:9px 12px 11px;flex-wrap:wrap;gap:8px;border-top:1px solid #f1e8dc;color:#817166;font-size:12px}.sb-pan-note{margin:13px 15px 0;color:#9a8e83;font-size:10px;line-height:1.5;text-align:center}
@media(max-width:360px){.sb-panchang-page.sb-panchang-page--new{padding-right:10px;padding-left:10px}.sb-panchang-searchbar{grid-template-columns:minmax(0,1fr) 102px;gap:6px;padding:6px}.sb-pan-hero{padding-right:14px;padding-left:14px}.sb-pan-hero h1{font-size:25px}.sb-pan-rahu{align-items:flex-start;flex-direction:column}.sb-pan-rahu>b{font-size:12px}}
/* Panchang share action matches the strong full-width horoscope CTA. */
.sb-pan-share{position:sticky;top:68px;z-index:1270;display:flex;width:100%;min-height:48px;margin:14px 0 0;padding:11px 16px;align-items:center;justify-content:center;gap:9px;border:0;border-radius:14px;background:linear-gradient(135deg,#168a46,#20a85a);box-shadow:0 8px 18px rgba(22,138,70,.24);color:#fff;font-size:14px;font-weight:800;letter-spacing:.01em;cursor:pointer}.sb-pan-share i{font-size:16px}.sb-pan-share:active{transform:translateY(1px);box-shadow:0 4px 10px rgba(22,138,70,.18)}.sb-pan-share:focus-visible{outline:2px solid #126b38;outline-offset:3px}
.sb-pan-chaugh .sb-pan-section-head h1{font-size:26px}.sb-pan-chaugh .sb-pan-share{position:relative;top:auto;margin:8px 12px 0;width:calc(100% - 24px)}.sb-pan-interlink{display:flex;flex-direction:column;gap:10px;margin:14px 15px 0}.sb-pan-interlink-btn{display:flex;align-items:center;justify-content:center;min-height:46px;padding:11px 16px;border:1.5px solid #d4a574;border-radius:14px;background:linear-gradient(135deg,#fdf4ea,#fff8f0);color:#8a4f1f;font-size:14px;font-weight:700;text-decoration:none;text-align:center;letter-spacing:.01em}.sb-pan-interlink-btn:active{background:#f5e8d5}.sb-pan-hero{overflow:visible}
.sb-panchang-page--new .sb-pan-section-head h2{font-size:16px}.sb-panchang-page--new .sb-pan-section-head>b{font-size:9px}.sb-panchang-page--new .sb-pan-section-head .sb-pan-icon{width:35px;height:35px;font-size:17px}.sb-panchang-page--new .sb-pan-hero-grid strong{font-size:15px}.sb-panchang-page--new .sb-pan-hero-grid small{font-size:9px}.sb-panchang-page--new .sb-pan-hero-grid span{font-size:9px}.sb-panchang-page--new .sb-pan-row>div small{font-size:10px}.sb-panchang-page--new .sb-pan-row>div strong{font-size:14px}.sb-panchang-page--new .sb-pan-row>aside b{font-size:12px}.sb-panchang-page--new .sb-pan-row>aside small{font-size:9px}.sb-panchang-page--new .sb-pan-chaugh-tabs button{font-size:10px}.sb-panchang-page--new .sb-pan-period{padding-top:10px;padding-bottom:10px}.sb-panchang-page--new .sb-pan-period>b{width:24px;height:24px;font-size:9px}.sb-panchang-page--new .sb-pan-period>div strong{font-size:13px}.sb-panchang-page--new .sb-pan-period>div small{font-size:9.5px}.sb-panchang-page--new .sb-pan-period>span{font-size:9px}.sb-panchang-page--new .sb-pan-chaugh-current>div strong{font-size:19px}.sb-panchang-page--new .sb-pan-chaugh-current>div small,.sb-panchang-page--new .sb-pan-chaugh-current>div em{font-size:9px}.sb-panchang-page--new .sb-pan-chaugh-current>p{font-size:12px}.sb-panchang-page--new .sb-pan-mini span{font-size:9px}.sb-panchang-page--new .sb-pan-mini b{font-size:11px}
/* Keep the bottom legend and timing note readable on mobile. */
.sb-panchang-page--new .sb-pan-period>span{font-size:9.5px}.sb-panchang-page--new .sb-pan-chaugh-legend{padding-top:11px;padding-bottom:13px;font-size:9.5px;gap:11px}.sb-panchang-page--new .sb-pan-note{font-size:10px;padding-right:6px;padding-left:6px}
.sb-pan-section-sub{margin:-5px 14px 10px;color:#8b7567;font-size:12px;line-height:1.45}
/* Premium polish pass for panchang/chaughadia shared cards (CSS only, no markup changes). */
.sb-pan-hero{box-shadow:0 12px 34px rgba(91,63,35,.14),inset 0 1px 0 rgba(255,255,255,.55)}
.sb-pan-section{box-shadow:0 6px 24px rgba(74,48,24,.08),inset 0 1px 0 rgba(255,255,255,.65)}
.sb-pan-rahu{position:relative;padding:14px 14px 14px 18px;overflow:hidden;border-color:rgba(196,60,50,.22);background:linear-gradient(135deg,#fff6f4,#fffdfc);box-shadow:0 5px 18px rgba(169,70,55,.08)}
.sb-pan-rahu:before{content:"";position:absolute;top:10px;bottom:10px;left:0;width:3px;border-radius:0 4px 4px 0;background:linear-gradient(180deg,#c0392b,#e0685a)}
.sb-pan-rahu>div strong{font-size:15px;letter-spacing:.01em}
.sb-pan-rahu>b{padding:7px 12px;border-radius:999px;background:rgba(169,70,55,.08);box-shadow:inset 0 1px 1px rgba(255,255,255,.4);font-size:13px;white-space:nowrap}
.sb-pan-chaugh-tabs{padding:4px;gap:4px;border:1px solid #ecdcc4;border-radius:14px;background:#fbf3e6;box-shadow:inset 0 1px 3px rgba(91,63,35,.06)}
.sb-pan-chaugh-tabs button{border:0;border-radius:11px;background:transparent;color:#8a6b4f;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.sb-pan-chaugh-tabs button.is-active{background:linear-gradient(135deg,#c8802f,#ab5f26);box-shadow:0 5px 14px rgba(181,107,47,.32),inset 0 1px 0 rgba(255,255,255,.2);color:#fff}
.sb-pandit-question--coming-soon{position:relative;cursor:default;filter:grayscale(.8);opacity:.72;background:#f0efed!important;box-shadow:none!important}.sb-pandit-question--coming-soon .action-row-copy strong,.sb-pandit-question--coming-soon .action-row-copy small{color:#756f6a!important}.sb-pandit-question--coming-soon .action-row-copy em{display:none}.sb-pandit-coming-soon{margin-left:auto;padding:5px 8px;border:1px solid #c9c5c1;border-radius:999px;background:#e3e1de;color:#6f6a65;font-size:9px;font-weight:800;white-space:nowrap}
.sb-pan-periods{padding-top:2px}
.sb-pan-period{position:relative;padding:12px 2px;border-top-color:#f3ead9;transition:background .15s ease}
.sb-pan-period:active{background:rgba(181,107,47,.05)}
.sb-pan-period>b{background:linear-gradient(150deg,#f8ecd9,#f0dcbd);box-shadow:inset 0 1px 1px rgba(255,255,255,.7),0 1px 3px rgba(143,79,34,.18);font-weight:800}
.sb-pan-period>div strong i{width:7px;height:7px;box-shadow:0 0 0 3px rgba(0,0,0,.035)}
.sb-pan-period>span{box-shadow:inset 0 1px 1px rgba(255,255,255,.5);letter-spacing:.02em}
.sb-pan-period .good{background:linear-gradient(135deg,#e6f4e1,#d2ecca)}
.sb-pan-period .neutral{background:linear-gradient(135deg,#faecd4,#f2dbac)}
.sb-pan-period .bad{background:linear-gradient(135deg,#fbe4df,#f5cdc4)}
.sb-pan-chaugh-legend{gap:12px;padding-top:12px;border-top-color:#f0e4d3}
.sb-pan-chaugh-legend i{width:7px;height:7px;box-shadow:0 0 0 3px rgba(0,0,0,.03)}

/* Consistent, larger type scale for the pandit popup modules (panchang/shubh-samay/horoscope). */
.sb-pandit-result{font-size:15px}
.sb-pandit-result .sb-pan-hero-top>span{font-size:12px;padding:7px 11px}
.sb-pandit-result .sb-pan-hero-top>span i{width:7px;height:7px}
.sb-pandit-result .sb-pan-hero h1{font-size:26px}
.sb-pandit-result .sb-pan-hero>p{font-size:13px}
.sb-pandit-result .sb-pan-hero-grid small{font-size:10px}
.sb-pandit-result .sb-pan-hero-grid strong{font-size:16px}
.sb-pandit-result .sb-pan-hero-grid span{font-size:10px}
.sb-pandit-result .sb-pan-section-head{padding:15px 16px 11px}
.sb-pandit-result .sb-pan-section-head .sb-pan-icon{width:36px;height:36px;font-size:17px}
.sb-pandit-result .sb-pan-section-head h2{font-size:16px}
.sb-pandit-result .sb-pan-section-head>b{font-size:11px}
.sb-pandit-result .sb-pan-rahu{padding:16px 16px 16px 20px}
.sb-pandit-result .sb-pan-rahu>div small{font-size:11px}
.sb-pandit-result .sb-pan-rahu>b{font-size:14px}
.sb-pandit-result .sb-pan-chaugh-tabs{padding:5px;gap:5px}
.sb-pandit-result .sb-pan-chaugh-tabs button{padding:11px 8px;font-size:13px}
.sb-pandit-result .sb-pan-period{padding:13px 4px;grid-template-columns:28px 1fr auto}
.sb-pandit-result .sb-pan-period>b{width:26px;height:26px;font-size:11px}
.sb-pandit-result .sb-pan-period>div strong{font-size:15px}
.sb-pandit-result .sb-pan-period>div small{font-size:12px}
.sb-pandit-result .sb-pan-period>span{padding:6px 10px;font-size:11px}
.sb-pandit-result .sb-pan-chaugh-legend{font-size:11px;gap:14px;padding:14px 16px 16px}
.sb-pandit-result .sb-pan-row>div small{font-size:11px}
.sb-pandit-result .sb-pan-row>div strong{font-size:15px}
.sb-pandit-result .sb-pan-row>aside b{font-size:13px}
.sb-pandit-result .sb-pan-row>aside small{font-size:10px}
.sb-pandit-result .sb-pan-rows{padding:0 16px 14px}
.sb-pandit-result .sb-pan-row>aside b{padding:5px 10px;border-radius:999px;display:inline-block;box-shadow:inset 0 1px 1px rgba(255,255,255,.5)}
.sb-pandit-result .sb-pan-row>aside b.good{background:linear-gradient(135deg,#e6f4e1,#d2ecca);color:#3f6b3a}
.sb-pandit-result .sb-pan-row>aside b.neutral{background:linear-gradient(135deg,#faecd4,#f2dbac);color:#8f5e1f}
.sb-pandit-result .sb-pan-row>aside b.bad{background:linear-gradient(135deg,#fbe4df,#f5cdc4);color:#a3453a}
.sb-pandit-result .sb-pan-row.sb-pan-row--good,.sb-pandit-result .sb-pan-row.sb-pan-row--neutral,.sb-pandit-result .sb-pan-row.sb-pan-row--bad{position:relative;padding-left:10px}
.sb-pandit-result .sb-pan-row.sb-pan-row--good:before,.sb-pandit-result .sb-pan-row.sb-pan-row--neutral:before,.sb-pandit-result .sb-pan-row.sb-pan-row--bad:before{content:"";position:absolute;top:12px;bottom:12px;left:0;width:3px;border-radius:3px}
.sb-pandit-result .sb-pan-row--good:before{background:#7fb877}
.sb-pandit-result .sb-pan-row--neutral:before{background:#d6a34a}
.sb-pandit-result .sb-pan-row--bad:before{background:#c8776a}
.sb-pandit-result .sb-pan-note{font-size:11px;margin:16px 18px 0}

/* Horoscope-module premium polish: consistent type scale + depth (CSS only). */
.sb-pandit-result .lead{font-size:15px;line-height:1.65;margin:0 0 14px}
.sb-pandit-result .sb-horoscope-popup__lucky{gap:10px}
.sb-pandit-result .sb-horoscope-popup__lucky>div{padding:13px 8px;border:1px solid #ecd8bf;border-radius:15px;background:linear-gradient(180deg,#fffaf4,#fbf0dd);box-shadow:0 3px 10px rgba(143,79,34,.06)}
.sb-pandit-result .sb-horoscope-popup__lucky small{font-size:11px}
.sb-pandit-result .sb-horoscope-popup__lucky strong{font-size:14px;margin-top:5px}
.sb-pandit-result .sb-horoscope-popup__keywords{gap:8px}
.sb-pandit-result .sb-horoscope-popup__keywords span{padding:7px 13px;font-size:12px;background:linear-gradient(135deg,#fdf6ea,#faecd4);box-shadow:inset 0 1px 1px rgba(255,255,255,.6)}
.sb-pandit-result .sb-horoscope-popup__scores{gap:10px}
.sb-pandit-result .sb-horoscope-popup__scores>div{padding:13px;border-radius:15px;box-shadow:0 3px 10px rgba(74,48,24,.05)}
.sb-pandit-result .sb-horoscope-popup__scores span{font-size:12px}
.sb-pandit-result .sb-horoscope-popup__scores strong{font-size:18px}
.sb-pandit-result .sb-horoscope-popup__scores i{height:6px;box-shadow:inset 0 1px 2px rgba(0,0,0,.06)}
.sb-pandit-result .sb-horoscope-popup__scores b{background:linear-gradient(90deg,#d68a3f,#cf7734)}

/* Horoscope module: real visual identity — per-dimension colour coding, richer cards, stronger depth. */
.sb-pandit-result--horoscope .sb-pan-section{border-color:#eee0cd;background:linear-gradient(160deg,#fffdf9 0%,#fffaf3 100%);box-shadow:0 10px 30px rgba(74,48,24,.09),inset 0 1px 0 #fff}
.sb-pandit-result--horoscope .sb-pan-section-head{padding:17px 17px 13px;gap:11px}
.sb-pandit-result--horoscope .sb-pan-section-head h2{font-size:17px;letter-spacing:.005em;color:#39271b}
.sb-pandit-result--horoscope .sb-pan-icon{width:40px;height:40px;font-size:19px;border-radius:14px;background:linear-gradient(150deg,#fbeeda,#f2ddbe);box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 3px 8px rgba(143,79,34,.14)}
.sb-pandit-result--horoscope .sb-pan-section-head>b{padding:6px 12px;font-size:12px;font-weight:800;border-color:#e6cfae;background:linear-gradient(135deg,#fbeeda,#f3ddb6);box-shadow:inset 0 1px 1px rgba(255,255,255,.7)}

.sb-pandit-result--horoscope .sb-pan-hero h1{font-size:30px;letter-spacing:-.01em}
.sb-pandit-result--horoscope .sb-pan-hero>p{color:#6f6054;font-size:14px;line-height:1.7;margin-top:8px}

.sb-pandit-result--horoscope .sb-horoscope-popup__lucky{padding:0 17px 17px;margin-top:0;gap:11px}
.sb-pandit-result--horoscope .sb-horoscope-popup__lucky>div{position:relative;padding:15px 9px 14px;border-radius:16px;background:linear-gradient(170deg,#fffdf8,#f9eddb);border-color:#ead9bf;box-shadow:0 4px 12px rgba(143,79,34,.08),inset 0 1px 0 rgba(255,255,255,.9)}
.sb-pandit-result--horoscope .sb-horoscope-popup__lucky small{display:block;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#a3856a}
.sb-pandit-result--horoscope .sb-horoscope-popup__lucky strong{display:block;margin-top:7px;font-size:15px;font-weight:800;line-height:1.35}
.sb-pandit-result--horoscope .sb-horoscope-popup__lucky>div:first-child strong:before{content:"";display:inline-block;width:11px;height:11px;margin-right:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 2px rgba(255,255,255,.9),0 1px 3px rgba(0,0,0,.2);vertical-align:baseline}

.sb-pandit-result--horoscope .sb-horoscope-popup__keywords{padding:0 17px 18px;margin-top:0;gap:9px}
.sb-pandit-result--horoscope .sb-horoscope-popup__keywords span{padding:8px 15px;font-size:12.5px;font-weight:700;border-radius:999px;box-shadow:0 2px 6px rgba(74,48,24,.06),inset 0 1px 0 rgba(255,255,255,.8)}
.sb-pandit-result--horoscope .sb-horoscope-popup__keywords span:nth-child(4n+1){border-color:#e7c4c9;background:linear-gradient(135deg,#fdf3f3,#f9e4e6);color:#a5555f}
.sb-pandit-result--horoscope .sb-horoscope-popup__keywords span:nth-child(4n+2){border-color:#c6d4e8;background:linear-gradient(135deg,#f3f7fd,#e4ecf8);color:#4a6591}
.sb-pandit-result--horoscope .sb-horoscope-popup__keywords span:nth-child(4n+3){border-color:#e6d3ab;background:linear-gradient(135deg,#fdf8ec,#f7ebd2);color:#96682a}
.sb-pandit-result--horoscope .sb-horoscope-popup__keywords span:nth-child(4n+4){border-color:#c5ddc8;background:linear-gradient(135deg,#f3faf4,#e4f1e7);color:#4b7d59}

.sb-pandit-result--horoscope .sb-horoscope-popup__scores{padding:0 17px 17px;margin-top:0;gap:11px}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div{position:relative;padding:14px 14px 15px 16px;overflow:hidden;border-radius:16px;border-color:#eee0cd;background:#fff;box-shadow:0 4px 12px rgba(74,48,24,.07)}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:before{content:"";position:absolute;top:0;bottom:0;left:0;width:4px}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores span{display:block;font-size:12.5px;font-weight:700;letter-spacing:.01em}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores strong{display:block;margin:5px 0 9px;font-size:26px;font-weight:800;line-height:1;letter-spacing:-.02em}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores i{height:7px;border-radius:999px;background:#f1e7da;box-shadow:inset 0 1px 2px rgba(74,48,24,.1)}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores b{box-shadow:0 1px 3px rgba(0,0,0,.12)}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(1):before{background:linear-gradient(180deg,#e0708c,#c8566f)}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(1) span{color:#b2596c}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(1) strong{color:#8f3f52}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(1) b{background:linear-gradient(90deg,#e88fa4,#d06681)}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(2):before{background:linear-gradient(180deg,#6d92cc,#4f74ae)}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(2) span{color:#5a7cae}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(2) strong{color:#3f5e8f}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(2) b{background:linear-gradient(90deg,#8caee0,#6488c4)}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(3):before{background:linear-gradient(180deg,#d8a548,#bc852b)}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(3) span{color:#a8792c}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(3) strong{color:#8a601c}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(3) b{background:linear-gradient(90deg,#e8bd68,#cf9a3c)}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(4):before{background:linear-gradient(180deg,#6cae80,#4c8f63)}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(4) span{color:#558a67}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(4) strong{color:#3d6e4e}
.sb-pandit-result--horoscope .sb-horoscope-popup__scores>div:nth-child(4) b{background:linear-gradient(90deg,#8fc9a1,#64a87c)}

.sb-pandit-result--horoscope .sb-pan-rows{padding:0 17px 18px}
.sb-pandit-result--horoscope .sb-pan-row{grid-template-columns:1fr auto;gap:14px;align-items:start;padding:16px 2px 17px 14px;border-top-color:#f2e8db}
.sb-pandit-result--horoscope .sb-pan-row>div small{font-size:14px;font-weight:800;line-height:1.3;letter-spacing:0;color:#3a2819}
.sb-pandit-result--horoscope .sb-pan-row>div strong{margin-top:7px;font-size:14px;font-weight:400;line-height:1.72;color:#6f5e50}
.sb-pandit-result--horoscope .sb-pan-row>aside{min-width:0}
.sb-pandit-result--horoscope .sb-pan-row>aside b{padding:5px 11px;font-size:12.5px;font-weight:800}
.sb-pandit-result--horoscope .sb-pan-row>aside small{display:none}

/* Swapna (dream meaning) page — same warm/cream palette as panchang/choghadiya. */
.sb-swapna-page{width:100%;max-width:440px;min-height:100dvh;margin:0 auto;padding:14px 14px 120px;background:linear-gradient(180deg,#fffaf2,#fbf5ea);color:#3f2618}
.sb-swapna-hero{text-align:center;margin-bottom:14px}
.sb-swapna-hero h1{margin:0 0 4px;font-family:"Noto Serif Devanagari",Georgia,serif;font-size:26px;color:#3e2a1d}
.sb-swapna-hero p{margin:0;font-size:12px;color:#8b7567}
.sb-swapna-search{position:relative;display:flex;align-items:center;margin-bottom:14px;padding:0 14px;height:46px;border:1px solid #dfc9ae;border-radius:14px;background:#fff}
.sb-swapna-search i{color:#a76a3c;font-size:14px;margin-right:9px}
.sb-swapna-search input{flex:1;height:100%;border:0;outline:none;background:transparent;font-size:14px;color:#3f2618}
.sb-swapna-empty{margin:0 4px 14px;padding:12px 14px;border-radius:12px;background:#fff0ec;color:#a04432;font-size:12px;text-align:center}
.sb-swapna-category{margin-bottom:18px}
.sb-swapna-category h2{margin:0 0 10px 4px;font-size:12px;font-weight:800;letter-spacing:.04em;color:#a5551f;text-transform:uppercase}
.sb-swapna-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.sb-swapna-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:88px;padding:12px 6px;border:1px solid #eadfce;border-radius:16px;background:rgba(255,253,249,.94);box-shadow:0 4px 14px rgba(74,48,24,.05);cursor:pointer}
.sb-swapna-item[hidden]{display:none}
.sb-swapna-item:active{background:#f5ede1}
.sb-swapna-item-emoji{font-size:24px;line-height:1}
.sb-swapna-item-label{font-size:12px;font-weight:700;color:#3c2a1f;text-align:center;line-height:1.25}

.sb-swapna-sheet{position:fixed;inset:0;z-index:1500;display:flex;align-items:flex-end}
.sb-swapna-sheet[hidden]{display:none}
.sb-swapna-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(43,28,15,.45);backdrop-filter:blur(2px)}
.sb-swapna-sheet-panel{position:relative;z-index:1;width:100%;max-width:440px;margin:0 auto;padding:10px 20px 28px;border-radius:22px 22px 0 0;background:#fffaf2;box-shadow:0 -12px 30px rgba(58,34,14,.2);max-height:80vh;overflow-y:auto}
.sb-swapna-sheet-grip{width:38px;height:4px;margin:6px auto 14px;border-radius:999px;background:#e6d6bf}
.sb-swapna-sheet-close{position:absolute;top:14px;right:16px;width:32px;height:32px;border:0;border-radius:50%;background:#f4e4cf;color:#8f4f22;font-size:14px}
.sb-swapna-sheet-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.sb-swapna-sheet-emoji{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#f4e4cf;font-size:24px;flex-shrink:0}
.sb-swapna-sheet-head strong{display:block;font-size:18px;color:#3c2a1f}
.sb-swapna-sheet-head small{display:block;margin-top:2px;font-size:11px;color:#8b7567}
.sb-swapna-sheet-meaning{margin:0;font-size:14.5px;line-height:1.75;color:#4a3626}
html.sb-swapna-sheet-open{overflow:hidden}
