:root {
  --surface: #ffffff;
  --bg: #fff6e6;
  --primary: #1f2937;
  --secondary: #f59e0b;
  --text: #111827;
  --muted: #475569;
  --line: #f3d9a7;
  --shadow: 0 20px 60px rgba(245, 158, 11, 0.12);
  --soft-shadow: 0 18px 48px rgba(245, 158, 11, 0.1);
  --surface-alt: #fffaf2;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Inter, Manrope, "Segoe UI", sans-serif;
	background: var(--bg);
	color: var(--text);
}

body {
	min-height: 100vh;
}

.page-shell {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 20px 40px;
}

/* Bottom navigation (mobile-first) */
.bottom-nav {
	position: fixed;
	right: 12px;
	left: 12px;
	bottom: 12px;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	padding: 8px;
	background: rgba(255,255,255,0.96);
	border-radius: 14px;
	box-shadow: 0 14px 40px rgba(17,24,39,0.06);
	z-index: 99998;
}
.bottom-nav-btn { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; padding:10px 6px; border-radius:10px; background:transparent; border:0; font-weight:700 }
.bottom-nav-btn div { font-size:0.75rem; color:var(--muted) }

@media (min-width: 769px) {
  .bottom-nav, .mobile-bottom-nav, .DockNav {
    display: none !important;
  }
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 18px 0;
	backdrop-filter: blur(18px);
	background: rgba(248, 249, 251, 0.94);
}

.brand-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.brand-logo {
	display: inline-flex;
	align-items: center;
	gap: 0;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--primary);
  text-decoration: none;
}

.brand-logo-image {
	height: 56px;
	width: auto;
	display: block;
	max-width: min(360px, 72vw);
}

.brand-full {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
}

.brand-subtitle {
	margin: 0;
	color: var(--muted);
	font-size: 0.95rem;
}

.header-menu {
	display: flex;
	align-items: center;
	gap: 12px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.button:hover {
	transform: translateY(-1px);
	filter: brightness(1.02);
}

.button:active {
	transform: scale(0.98);
}

.button:disabled,
.button.is-loading {
	opacity: 0.8 !important;
	cursor: wait !important;
	pointer-events: none !important;
}

/* Elegant loader style for processing states */
.button.is-loading {
	position: relative !important;
	color: transparent !important;
}

.button.is-loading::after {
	content: "" !important;
	position: absolute !important;
	width: 18px !important;
	height: 18px !important;
	top: 50% !important;
	left: 50% !important;
	margin-top: -9px !important;
	margin-left: -9px !important;
	border: 2px solid rgba(34, 34, 34, 0.2) !important;
	border-top-color: #222222 !important;
	border-radius: 50% !important;
	animation: button-spin 0.6s linear infinite !important;
}

@keyframes button-spin {
	to { transform: rotate(360deg); }
}

.buttonPrimary {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #111827;
  box-shadow: 0 18px 40px rgba(245, 158, 11, 0.22);
}

.buttonSecondary,
.buttonGhost {
  background: #fff8ef;
  color: var(--primary);
  border-color: rgba(245, 158, 11, 0.18);
}

.buttonGhost {
  background: rgba(255, 249, 230, 0.92);
}

/* Seller Dashboard header button — amber gradient, visible only to sellers */
.buttonSellerDash {
  background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
  color: #fff !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.28);
  text-decoration: none;
  border: none;
  animation: sellerPulse 3s ease-in-out infinite;
}
.buttonSellerDash:hover {
  box-shadow: 0 12px 32px rgba(234, 88, 12, 0.38);
  transform: translateY(-2px);
}
@keyframes sellerPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(234, 88, 12, 0.28); }
  50% { box-shadow: 0 8px 32px rgba(234, 88, 12, 0.48); }
}

/* Seller Dashboard Banner — shown after header for logged-in sellers */
.seller-dashboard-banner {
  margin: 0 0 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1f2937 0%, #2d3748 60%, #1f2937 100%);
  overflow: hidden;
  position: relative;
}
.seller-dashboard-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FAB12F' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.seller-banner-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  flex-wrap: wrap;
}
.seller-banner-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.seller-banner-eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FAB12F;
}
.seller-banner-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.seller-banner-desc {
  margin: 0;
  font-size: 0.93rem;
  color: rgba(255, 255, 255, 0.72);
}
.seller-banner-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .seller-banner-inner {
    padding: 20px 18px;
    flex-direction: column;
    align-items: flex-start;
  }
  .seller-banner-title {
    font-size: 1.18rem;
  }
}

.account-button {
	padding: 10px 14px;
	min-width: 0;
}

.account-button-icon {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(255, 255, 255, 0.95));
	border: 1px solid rgba(245, 158, 11, 0.18);
	font-size: 1rem;
	font-weight: 800;
	color: var(--primary);
	flex: 0 0 auto;
}

.account-button-label {
	white-space: nowrap;
}


.hero-section {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 28px;
	align-items: stretch;
	padding: 30px 0 12px;
}

.hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 22px;
}

.eyebrow {
	display: inline-flex;
	padding: 9px 14px;
	border-radius: 999px;
	background: #fff7e3;
	color: #92400e;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-copy h1 {
	margin: 0;
	font-size: clamp(2.65rem, 4vw, 4rem);
	line-height: 0.95;
	max-width: 700px;
	color: var(--primary);
}

.hero-copy p {
	margin: 0;
	max-width: 640px;
	font-size: 1.05rem;
	line-height: 1.8;
	color: var(--muted);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	gap: 14px;
}

.hero-highlight-card {
	padding: 18px 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(245, 158, 11, 0.15);
	box-shadow: 0 16px 32px rgba(245, 158, 11, 0.08);
}

.hero-highlight-card strong {
	display: block;
	margin-bottom: 8px;
	font-size: 0.98rem;
}

.hero-highlight-card span {
	color: var(--muted);
	font-size: 0.93rem;
	line-height: 1.6;
}

.hero-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hero-metrics li {
	display: grid;
	gap: 6px;
	min-width: 140px;
	padding: 18px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: var(--soft-shadow);
}

.hero-metrics strong {
	font-size: 1.2rem;
	color: var(--primary);
}

.hero-metrics span {
	color: var(--muted);
	font-size: 0.9rem;
}

.hero-panel {
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fffdfa, #fff2db);
  box-shadow: var(--shadow);
  display: grid;
  gap: 22px;
}

.search-form {
	display: grid;
	gap: 18px;
}

.search-label {
	display: grid;
	gap: 10px;
	font-size: 0.95rem;
	color: var(--text);
}

.search-label span {
	font-weight: 700;
}

.search-form input,
.search-form select {
	width: 100%;
	padding: 16px 18px;
	border: 1px solid var(--line);
	border-radius: 16px;
	font-size: 1rem;
	background: #fff;
}

.search-filters {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.buttonFull {
	width: 100%;
}

.hero-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.hero-trust-strip div {
	padding: 18px 20px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: var(--soft-shadow);
}

.section-suppliers {
	padding: 28px 0 24px;
	background: linear-gradient(180deg, rgba(255, 244, 229, 0.65), transparent);
	border-radius: 28px;
}

.hero-trust-strip strong {
	display: block;
	margin-bottom: 6px;
	font-size: 0.97rem;
	color: var(--primary);
}

.hero-trust-strip span {
	color: var(--muted);
}

.section-top-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.status-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff7e2, #fff1d6);
  box-shadow: var(--soft-shadow);
}

.status-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  border-radius: 18px;
  background: rgba(245, 158, 11, 0.18);
}

.status-card strong {
	display: block;
	font-size: 1.03rem;
	margin-bottom: 6px;
}

.status-card p {
	margin: 0;
	color: var(--muted);
}

.main-grid {
	display: grid;
	grid-template-columns: 1.75fr 1fr;
	gap: 22px;
	margin-top: 32px;
}

.overview-panel,
.sidebar-panel {
	background: #ffffff;
	border-radius: 28px;
	box-shadow: var(--shadow);
	padding: 28px;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

.section-label {
	margin: 0;
	color: var(--secondary);
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.overview-panel h2,
.overview-panel h3 {
	margin: 0;
	color: var(--primary);
}

.market-grid,
.dealer-grid,
.category-grid,
.story-grid,
.nearby-grid,
.seller-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.category-card,
.story-card,
.nearby-card,
.dealer-card,
.feedCard {
	border-radius: 24px;
	overflow: hidden;
	box-shadow: var(--soft-shadow);
	border: 1px solid #e8edf4;
	background: #ffffff;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-card {
	padding: 24px;
	text-align: left;
	background: linear-gradient(180deg, #fff9ef, #fff4e3);
}

.category-card h3,
.story-card h3,
.nearby-card h3,
.dealer-card h3 {
	margin: 0 0 10px;
	font-size: 1.1rem;
	line-height: 1.3;
}

.category-card p,
.story-card p,
.nearby-card p,
.dealer-card p {
	margin: 0;
	color: var(--muted);
}

.dealer-card {
	display: flex;
	flex-direction: column;
	padding: 20px;
	gap: 14px;
}

.dealer-card h3 {
	font-size: 1.15rem;
}

.nearby-card {
	padding: 22px;
}

.story-card {
	padding: 22px;
	background: linear-gradient(180deg, #ffffff, #fcfbf7);
}

.profile-panel,
.dashboard-card,
.card-section {
	border-radius: 24px;
	background: #ffffff;
	box-shadow: var(--soft-shadow);
	padding: 22px;
}

.profile-panel {
	background: linear-gradient(180deg, #fff8f0, #fff2e1);
}

.profile-header {
	display: flex;
	align-items: center;
	gap: 16px;
}

.profile-header img {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: #fff;
}

/* Skeleton loading */
.skeleton {
	background: linear-gradient(90deg, #f3f4f6 25%, #eceff3 50%, #f3f4f6 75%);
	background-size: 200% 100%;
	animation: shimmer 1.6s linear infinite;
	border-radius: 12px;
}

@keyframes shimmer {
	0% { background-position: -200% 0; }
	100% { background-position: 200% 0; }
}

/* Carousel simple animation */
.carousel { position: relative; overflow: hidden; }
.carousel-track { display: flex; gap: 18px; transition: transform 600ms ease; }

/* Modal/drawer tweaks for auth */
.auth-drawer { position: fixed; right: 0; top: 0; height: 100%; width: 420px; max-width: 95%; background: #fff; box-shadow: -20px 0 60px rgba(19,25,33,0.12); transform: translateX(100%); transition: transform 260ms cubic-bezier(.2,.9,.2,1); z-index: 60; padding: 22px; overflow-y: auto; }
.auth-drawer.open { transform: translateX(0); }
.auth-drawer h2, #authTitle { padding-right: 48px; font-size: 1.35rem; line-height: 1.3; margin-top: 4px; margin-bottom: 16px; word-break: break-word; }

/* Subtle entrance animation */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(8px); } to { opacity:1; transform: translateY(0); } }
.animateEnter { animation: fadeInUp 420ms ease both; }

/* Top suppliers styles */
.supplier-card { padding: 18px; border-radius: 18px; background: #fff; box-shadow: var(--soft-shadow); display:flex; gap:12px; align-items:center; }
.supplier-logo { width:64px; height:64px; border-radius:12px; background:#f1f5f9; display:grid; place-items:center; font-weight:800; color:var(--primary); }
.supplier-meta { flex:1; }
.supplier-meta h4 { margin:0 0 4px; }
.supplier-meta p { margin:0; color:var(--muted); font-size:0.9rem; }

/* Testimonials */
.testimonial-card { padding:18px; border-radius:16px; background: linear-gradient(180deg,#fff,#f9fbff); box-shadow: var(--soft-shadow); }
.testimonial-card p { color:var(--muted); }

/* Sticky global search refinement */
.search-form.sticky { position: sticky; top: 86px; z-index: 40; }

/* Mobile nav improvements */
.mobile-bottom-nav { padding: 8px 10px; }
.mobile-nav-item span { display:block; font-size:0.78rem; }

.feedCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(245, 158, 11, 0.14);
}

.feedImage {
	height: 220px;
	object-fit: cover;
	width: 100%;
}

.feedCardBody {
	padding: 22px;
}

.feedHead,
.productMetaRow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.feedTitle {
	font-size: 1.08rem;
	font-weight: 700;
	margin: 12px 0 12px;
	line-height: 1.35;
}

.metaBadge,
.metaBadgeSoft,
.badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
}

.badgeVerified {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.badgeSoft {
	background: #eff6ff;
	color: #0f172a;
}

.feedMeta {
	margin: 0;
	color: var(--muted);
	line-height: 1.75;
}

.priceRow {
	justify-content: space-between;
	align-items: center;
}

.priceRow strong {
	color: var(--primary);
	font-size: 1.1rem;
}

.cardActions {
	flex-wrap: wrap;
	gap: 10px;
}

.actionPrimary,
.actionSecondary,
.actionDanger {
	min-width: 140px;
	font-weight: 700;
	border-radius: 999px;
}

.actionPrimary {
	background: linear-gradient(135deg, var(--secondary), #f5a623);
	color: #111827;
}

.actionSecondary {
	background: #f1f5f9;
	color: var(--primary);
}

.actionDanger {
	background: #fee2e2;
	color: #b91c1c;
}

.double-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.feature-section {
	padding: 22px;
}

.sidebar-panel {
	display: grid;
	gap: 20px;
}

.profile-panel,
.dashboard-card,
.card-section {
	border-radius: 24px;
	background: #ffffff;
	box-shadow: var(--soft-shadow);
	padding: 22px;
}

.profile-header {
	display: flex;
	align-items: center;
	gap: 16px;
}

.profile-header img {
	width: 56px;
	height: 56px;
	border-radius: 18px;
}

.dashboard-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.dashboard-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.dashboard-grid div {
	padding: 18px;
	border-radius: 18px;
	background: #f8fafc;
	text-align: left;
}

.dashboard-grid strong {
	display: block;
	font-size: 1.15rem;
	margin-bottom: 6px;
}

.nearby-grid,
.seller-grid {
	grid-template-columns: 1fr;
}

.site-footer {
	margin-top: 40px;
	padding: 26px 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	color: var(--muted);
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.footer-links a {
	color: var(--muted);
	text-decoration: none;
}

.mobile-bottom-nav {
	position: fixed;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	width: min(760px, calc(100% - 32px));
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 36px;
	box-shadow: 0 24px 60px rgba(19, 25, 33, 0.12);
	border: 1px solid rgba(229, 231, 235, 0.92);
	backdrop-filter: blur(14px);
	z-index: 35;
}

.mobile-nav-item {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 12px 8px;
	border-radius: 22px;
	border: 1px solid transparent;
	font-size: 0.82rem;
	color: var(--primary);
	background: transparent;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.mobile-nav-item[data-nav="profile"] #mobileProfileLabel {
	font-weight: 700;
}

.mobile-nav-item:hover,
.mobile-nav-item.active {
	background: rgba(255, 153, 0, 0.14);
	color: var(--secondary);
	transform: translateY(-1px);
}

.whatsapp-fab {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 0;
	background: #25d366;
	color: #ffffff;
	font-size: 1.5rem;
	box-shadow: 0 26px 70px rgba(37, 211, 102, 0.3);
	cursor: pointer;
	transition: transform 180ms ease;
}

.whatsapp-fab:hover {
	transform: translateY(-4px);
}

.modal,
.dashboard-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	background: rgba(11, 23, 49, 0.55);
	padding: 24px;
	backdrop-filter: blur(6px);
	transition: opacity 200ms ease;
}

.modal.hidden,
.dashboard-panel.hidden {
	display: none;
}

.modal-card,
.dashboard-card-large {
	width: min(1120px, 100%);
	background: #ffffff;
	border-radius: 30px;
	box-shadow: var(--shadow);
	padding: 30px;
	position: relative;
}

.modal-close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #d9e2ec;
	background: #ffffff;
	font-size: 1.4rem;
	cursor: pointer;
}

.hidden {
	display: none !important;
}

@media (max-width: 1100px) {
	.hero-section {
		grid-template-columns: 1fr;
	}
	.section-top-cards,
	.main-grid,
	.hero-trust-strip,
	.double-grid,
	.hero-metrics {
		grid-template-columns: 1fr;
	}
	.header-menu {
		justify-content: flex-end;
	}
}

@media (max-width: 760px) {
	.page-shell {
		padding: 0 16px 30px;
	}
	.site-header {
		flex-direction: column;
		align-items: stretch;
	}
	.brand-subtitle {
		font-size: 0.9rem;
	}
	.hero-copy h1 {
		font-size: 2.35rem;
	}
	.hero-panel,
	.overview-panel,
	.sidebar-panel {
		padding: 22px;
	}
	.search-filters {
		grid-template-columns: 1fr;
	}
	.hero-highlights {
		grid-template-columns: 1fr;
	}
	.site-footer {
		flex-direction: column;
		align-items: flex-start;
	}
}

.brandWrap {
	display: flex;
	align-items: center;
	min-width: 0;
}

.brandLogo {
	display: block;
	width: min(240px, 100%);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
}

.searchWrap input {
	width: 100%;
	border: 0;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 0.95rem;
	outline: none;
}

.badge {
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 0.82rem;
	max-width: 320px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.subbar {
	display: flex;
	gap: 18px;
	padding: 10px 18px;
	background: #1f2937;
	color: #d0d5dd;
	font-size: 0.86rem;
	overflow-x: auto;
}

.subbarBtn {
	border: 0;
	background: transparent;
	color: inherit;
	padding: 0;
	font: inherit;
	white-space: nowrap;
	cursor: pointer;
	opacity: 0.82;
}

.subbarBtn:hover {
	opacity: 1;
}

.subbarActive {
	color: #ffffff;
	font-weight: 800;
	opacity: 1;
}

.layout {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr) 320px;
	gap: 16px;
	padding: 16px;
	max-width: 1560px;
	margin: 0 auto;
}

.panel {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 14px;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
}

.panel h2 {
	margin: 0 0 8px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.1rem;
}

.panel h3 {
	margin: 0;
	font-size: 0.95rem;
}

.panelHeadCompact {
	margin-bottom: 4px;
}

.pillSoft {
	background: #f3f4f6;
	color: #475467;
}

.muted {
	color: var(--muted);
	font-size: 0.86rem;
}

.stack {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed var(--line);
}

.otpCountdown {
	margin: 0;
	font-weight: 700;
	color: #475467;
}

.otpAssistRow {
	display: flex;
	justify-content: flex-start;
}

.otpAssistRow .actionSecondary {
	padding: 8px 12px;
}

.identityCard {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 10px;
	align-items: center;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 10px;
	background: linear-gradient(180deg, #f8fbff, #eef5ff);
	margin-top: 10px;
}

.avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #dbe2ea;
}

.avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.identityCard h3 {
	font-size: 0.95rem;
	margin: 0 0 3px;
}

label {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 0.82rem;
	color: #344054;
}

input {
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 10px;
	font-size: 0.9rem;
}

select {
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 10px;
	font-size: 0.9rem;
	background: #fff;
}

.otpStatus {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 700;
}

button {
	border: 0;
	border-radius: 8px;
	padding: 10px 12px;
	font-weight: 700;
	color: #0f172a;
	background: linear-gradient(180deg, #ffd166, var(--amazon-accent));
	cursor: pointer;
}

button:hover {
	filter: brightness(0.97);
}

button:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

#registerStatus {
	margin-top: 8px;
	font-weight: 700;
}

.panelHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.pill {
	font-size: 0.75rem;
	color: #054f7d;
	background: #e0f2fe;
	padding: 6px 10px;
	border-radius: 999px;
}

.feed {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.feedGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 14px;
}

.hidden {
	display: none;
}

.tabBar {
	display: flex;
	gap: 8px;
	margin-bottom: 10px;
}

.feedHero {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 12px;
	margin-bottom: 12px;
}

.feedIntro {
	margin: 4px 0 0;
}

.heroStats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	min-width: 240px;
}

.statCard {
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: linear-gradient(180deg, #fff, #f8fafc);
	display: grid;
	gap: 2px;
}

.statCard strong {
	font-size: 1rem;
	color: var(--ink);
}

/* Buyer experience redesign overrides */
:root {
	--brand-primary: #131921;
	--brand-accent: #ff9900;
	--brand-bg: #f8fafc;
	--brand-card: #ffffff;
	--brand-success: #22c55e;
}

body {
	background: radial-gradient(circle at 5% 0%, #ffffff 0%, var(--brand-bg) 52%);
	color: var(--brand-primary);
	font-family: Inter, "Segoe UI", sans-serif;
}

h1, h2, h3, h4 {
	font-family: Sora, Inter, sans-serif;
	letter-spacing: -0.02em;
}

.button {
	min-height: 46px;
	border-radius: 999px;
}

.buttonPrimary {
	background: linear-gradient(135deg, #ffad29, var(--brand-accent));
	color: #1f2937;
}

.trust-pill {
	padding: 10px 14px;
	border-radius: 999px;
	font-size: 0.78rem;
	color: #334155;
	background: #fff8ec;
	border: 1px solid rgba(255, 153, 0, 0.22);
	white-space: nowrap;
}

.search-actions-inline {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.quick-chip-row {
	display: flex;
	gap: 10px;
	margin: 8px 0 22px;
	overflow-x: auto;
	padding-bottom: 4px;
}

.quick-chip {
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(19, 25, 33, 0.1);
	background: #fff;
	color: #0f172a;
	font-weight: 600;
}

.quick-chip:hover {
	border-color: var(--brand-accent);
}

.buyer-hero {
	border-radius: 24px;
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.trending-chip-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.trending-chip {
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(19, 25, 33, 0.1);
	background: #fff;
	font-weight: 700;
	color: #0f172a;
}

.trending-chip:hover {
	border-color: var(--brand-accent);
	transform: translateY(-1px);
}

.ai-assistant-card h3 {
	margin: 0 0 6px;
}

.ai-assistant-actions {
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.airbnb-card {
	display: grid;
	gap: 10px;
	border-radius: 24px;
	padding: 18px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.airbnb-card h3 {
	margin: 0;
}

.buyer-rails {
	margin-top: 26px;
	display: grid;
	gap: 18px;
}

.rail-block {
	background: var(--brand-card);
	border-radius: 20px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
	padding: 16px;
}

.rail-head h3 {
	margin: 0 0 12px;
	font-size: 1.04rem;
}

.rail-list {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(220px, 280px);
	gap: 12px;
	overflow-x: auto;
}

.rail-card {
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	background: #ffffff;
	padding: 12px;
	display: grid;
	gap: 10px;
}

.rail-card img {
	width: 100%;
	height: 120px;
	border-radius: 12px;
	object-fit: cover;
}

.rail-card strong {
	font-size: 0.97rem;
}

.rail-card p {
	margin: 0;
	color: #475569;
	font-size: 0.86rem;
}

.rail-business-head {
	display: grid;
	gap: 4px;
}

.insight-card {
	padding: 16px;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff9ef, #fff);
	border: 1px solid rgba(255, 153, 0, 0.24);
}

.insight-card p {
	margin: 0;
	color: #334155;
	line-height: 1.6;
}

.collection-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 14px;
	margin-bottom: 18px;
}

.collection-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.collection-card p {
	margin: 8px 0 0;
	color: #64748b;
}

.empty-state {
	border: 1px dashed #cbd5e1;
	border-radius: 14px;
	padding: 20px;
	background: #f8fafc;
}

.empty-state h3 {
	margin: 0 0 8px;
}

.empty-state p {
	margin: 0;
	color: #64748b;
}

.completion-panel {
	display: grid;
	gap: 10px;
	margin-bottom: 16px;
}

.completion-meter {
	height: 10px;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
}

.completion-meter-bar {
	height: 100%;
	background: linear-gradient(90deg, #f59e0b, #16a34a);
	transition: width 220ms ease;
}

.completion-missing-list {
	display: grid;
	gap: 6px;
	color: #475569;
	font-size: 0.9rem;
}

.completion-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.insight-widget {
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.insight-widget strong {
	display: block;
	font-size: 1.06rem;
	margin-bottom: 6px;
}

.onboarding-modal-card {
	max-width: 620px;
	display: grid;
	gap: 12px;
}

.role-choice-group {
	display: grid;
	gap: 10px;
	margin: 10px 0;
}

.role-choice-group label {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f8fafc;
}

.wizard-progress {
	height: 8px;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
}

.wizard-progress-bar {
	height: 100%;
	width: 33%;
	background: linear-gradient(90deg, #2563eb, #16a34a);
	transition: width 200ms ease;
}

.wizard-actions {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
}

.wizard-grid {
	display: grid;
	gap: 10px;
}

.wizard-grid input,
.wizard-grid textarea,
.wizard-grid select {
	width: 100%;
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid #cbd5e1;
}

.privacy-controls {
	display: grid;
	gap: 12px;
}

.privacy-controls label {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #334155;
}

.onboarding-banner {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: linear-gradient(95deg, #131921, #1f2937);
	color: #f8fafc;
	border-radius: 22px;
	padding: 22px;
}

.onboarding-banner p {
	margin: 6px 0 0;
	color: #cbd5e1;
}

.business-profile-modal {
	display: grid;
	gap: 16px;
}

.business-identity {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}

.gallery-grid img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}

.business-profile-top {
	display: flex;
	gap: 12px;
	align-items: center;
}

.business-trust-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 10px;
}

.business-trust-grid article {
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 12px;
	background: #f8fafc;
}

.business-trust-grid strong {
	display: block;
}

.business-trust-grid span {
	color: #64748b;
	font-size: 0.84rem;
}

body.theme-dark {
	background: radial-gradient(circle at 10% 0%, #1e293b 0%, #0f172a 52%);
	color: #e2e8f0;
}

body.theme-dark .panel,
body.theme-dark .rail-block,
body.theme-dark .feedCard,
body.theme-dark .collection-card,
body.theme-dark .modal-card,
body.theme-dark .auth-drawer,
body.theme-dark .overview-panel,
body.theme-dark .sidebar-panel {
	background: #111827;
	border-color: #334155;
	color: #e2e8f0;
}

body.theme-dark .muted,
body.theme-dark p {
	color: #94a3b8;
}

body.large-text {
	font-size: 17px;
}

body.large-text .button {
	min-height: 50px;
}

@media (max-width: 1024px) {
	.trust-pill {
		display: none;
	}

	.header-menu {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}

@media (max-width: 760px) {
	.onboarding-banner {
		flex-direction: column;
		align-items: flex-start;
	}

	.rail-list {
		grid-auto-columns: minmax(200px, 82vw);
	}
}

.statCard span,
.activeFilter {
	font-size: 0.78rem;
	color: var(--muted);
}

.feedToolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.activeFilter {
	padding: 7px 10px;
	border-radius: 999px;
	background: #f8fafc;
	border: 1px solid var(--line);
	white-space: nowrap;
}

.tabBtn {
	background: #edf2f7;
	color: #0f172a;
	font-weight: 700;
	border: 1px solid #d0d5dd;
}

.tabActive {
	background: linear-gradient(180deg, #ffd166, var(--amazon-accent));
	border-color: #f59e0b;
}

.feedCard {
	position: relative;
	border: 1px solid var(--line);
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff, #f8fafc);
	box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
}

.feedCardBody {
	padding: 14px;
}

.feedImage {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
	background: #f3f4f6;
	border-bottom: 1px solid #e2e8f0;
}

.feedImagePlaceholder {
	display: grid;
	place-items: center;
	color: #64748b;
	font-size: 0.85rem;
	font-weight: 700;
	background: linear-gradient(135deg, #eef2ff, #f8fafc 55%, #e0f2fe);
}

.feedHead {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	margin-bottom: 8px;
	color: #475467;
	font-size: 0.8rem;
}

.feedTitle {
	font-size: 1.04rem;
	font-weight: 700;
	margin-bottom: 6px;
}

.productMetaRow {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.metaBadge {
	font-size: 0.74rem;
	padding: 5px 9px;
	border-radius: 999px;
	background: #e0f2fe;
	color: #075985;
	font-weight: 700;
}

.metaBadgeSoft {
	background: #ecfeff;
	color: #155e75;
}

.feedMeta {
	font-size: 0.84rem;
	color: #667085;
}

.priceRow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.priceRow strong {
	font-size: 1.05rem;
	color: var(--ink);
}

.cardActions {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	flex-wrap: wrap;
}

.actionPrimary {
	background: linear-gradient(180deg, #2563eb, #1d4ed8);
	color: #fff;
}

.actionSecondary {
	background: #e5e7eb;
	color: #111827;
}

.actionDanger {
	background: #f87171;
	color: #fff;
}

.feedPanel {
	min-width: 0;
}

.railStack {
	display: grid;
	gap: 12px;
	margin-bottom: 14px;
}

.railCard {
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 12px;
	background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.railList {
	display: grid;
	gap: 8px;
}

.railItem {
	text-align: left;
	display: grid;
	gap: 4px;
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid #dbe2ea;
	background: #fff;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
	cursor: pointer;
}

.railItem:hover {
	border-color: #bfd4f6;
	background: #f8fbff;
}

.railItemCompact {
	background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.railItemTitle {
	font-size: 0.9rem;
	font-weight: 800;
	color: var(--ink);
}

.railItemMeta {
	font-size: 0.77rem;
	color: var(--muted);
}

.railEmpty {
	margin: 4px 0 0;
}

.uploadBlock {
	border-top: 1px solid var(--line);
	padding-top: 10px;
}

.uploadBlock .stack {
	margin-top: 8px;
}

@media (max-width: 1180px) {
	.layout {
		grid-template-columns: 1fr;
	}

	.feedHero,
	.feedToolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.heroStats {
		min-width: 0;
	}

	.feedGrid {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
}

@media (max-width: 700px) {
	.topbar {
		grid-template-columns: 1fr;
	}

	.searchWrap {
		order: 2;
	}

	.brandWrap {
		max-width: 210px;
	}

	.layout {
		padding: 12px;
		gap: 12px;
	}

	.panel {
		padding: 12px;
	}

	.heroStats {
		grid-template-columns: 1fr;
	}

	.feedGrid {
		grid-template-columns: 1fr;
	}
	.badge {
		max-width: unset;
	}
}

/* Premium crisp card contours for low-contrast displays */
.category-card, .story-card, .nearby-card, .dealer-card, .feedCard, .product-card, .seller-card, .metric-card, .card, .panel {
  border: 1px solid rgba(34, 34, 34, 0.04) !important;
}

/* Legacy Seller Dashboard Premium Redesign */
#sellerDashboard {
  background-color: #fff6e6;
  padding: 36px 30px;
  border-radius: 32px;
  border: 1px solid #f3d9a7;
  margin-top: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
}

#sellerDashboard .section-header {
  margin-bottom: 28px;
}

#sellerDashboard .section-header h2 {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #1f2937;
  letter-spacing: -0.03em;
  margin-top: 4px;
}

#sellerDashboard .section-header .section-label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ea580c;
  letter-spacing: 0.18em;
}

#sellerDashboard .metric-card {
  background: #ffffff;
  border: 1px solid #f3d9a7 !important;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(243, 217, 167, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  transition: all 0.2s ease-in-out;
}

#sellerDashboard .metric-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(243, 217, 167, 0.22);
}

#sellerDashboard .metric-card strong {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1f2937;
  line-height: 1;
}

#sellerDashboard .metric-card span {
  font-size: 0.8rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 8px;
}

#sellerDashboard .panel {
  background: #ffffff;
  border: 1px solid #f3d9a7 !important;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
}

#sellerDashboard .insight-widget {
  background: #ffffff;
  border: 1px solid #f3d9a7;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}

#sellerDashboard .insight-widget strong {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #1f2937;
}

#sellerDashboard .insight-widget p {
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  margin: 8px 0;
}

#sellerDashboard .insight-widget .muted {
  font-size: 0.78rem;
  color: #ea580c;
  font-weight: 800;
}

#sellerDashboard .completion-panel {
  background: linear-gradient(135deg, #fffbeb, #ffffff);
  border: 1px solid #f3d9a7;
  border-radius: 24px;
  padding: 24px;
}

#sellerDashboard .completion-meter {
  background: #fff0db;
  height: 12px;
  border-radius: 99px;
}

#sellerDashboard .completion-meter-bar {
  background: linear-gradient(90deg, #f59e0b, #16a34a);
}

#sellerDashboard .buttonPrimary {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #111827;
  border-radius: 16px;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 10px 18px;
  border: none;
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.15);
  transition: all 0.2s;
  cursor: pointer;
}

#sellerDashboard .buttonPrimary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.25);
}

/* Autocomplete Dropdown suggestions */
.search-suggestions-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #f3d9a7;
  border-radius: 16px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  z-index: 99;
  max-height: 380px;
  overflow-y: auto;
  margin-top: 8px;
  padding: 12px;
}

.search-suggestions-dropdown.hidden {
  display: none;
}

.suggestion-group {
  margin-bottom: 12px;
}

.suggestion-group:last-child {
  margin-bottom: 0;
}

.suggestion-group-title {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ea580c;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  border-bottom: 1px dashed #f3d9a7;
  margin-bottom: 6px;
  text-align: left;
}

.suggestion-item {
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.85rem;
  color: #1f2937;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.suggestion-item:hover {
  background: #fff6e6;
  color: #ea580c;
}

.suggestion-meta {
  font-size: 0.75rem;
  color: #6b7280;
  margin-left: 6px;
}

.suggestion-empty {
  padding: 12px;
  text-align: center;
  font-size: 0.85rem;
  color: #6b7280;
}

/* Auth Loading Overlay */
.auth-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.auth-loading-spinner-box {
  background: #ffffff;
  padding: 32px 48px;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  text-align: center;
  max-width: 360px;
  width: 90%;
}
.auth-loading-spinner {
  width: 44px;
  height: 44px;
  border: 4px solid #e2e8f0;
  border-top-color: #ea580c;
  border-radius: 50%;
  margin: 0 auto 16px;
  animation: authSpin 0.8s linear infinite;
}
@keyframes authSpin {
  to { transform: rotate(360deg); }
}
.auth-loading-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 4px;
}
.auth-loading-subtext {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
}


