/* ===========================================================================
   Global Variables & Animations
   Defines CSS custom properties (variables) and keyframes for animations used throughout the site.
   =========================================================================== */
:root {
  --VinDXit-blue: #0047AB;
  --VinDXit-sky: #00AEEF;
  --VinDXit-yellow: #FFCC00;
  --VinDXit-silver: #C0C0C0;
  --VinDXit-dark: #002F6C;
  --xp-blue-700: #245edb;
  --xp-blue-600: #2d6ae3;
  --xp-blue-500: #3a7bf2;
  --xp-blue-300: #8db2e3;
  --xp-blue-200: #cde0ff;
  --xp-ink: #0b1220;
  --xp-ink-soft: #1f2a44;
  --xp-panel-900: #0c1324;
  --xp-panel-800: #111a2f;
  --xp-panel-700: #17213b;
  --xp-panel-650: #1b2645;
  --xp-green: #2aa84a;
  --xp-yellow: #ffd35a;
  --xp-red: #d94b45;
  --xp-silver: #dfe6f3;
  --n64-blue: #0055ff;
  --n64-red: #e60012;
  --n64-green: #00a030;
  --n64-yellow: #ffd400;
  --n64-dark: #0a0f1c;
  --n64-panel: #121a2a;
  --n64-panel-2: #1d2a44;
  --n64g: #29d344;
  --n64g-dark: #20b53a;
  --n64g-glow: rgba(41,211,68,.45);
  --card-radius: 14px;
  --card-width: clamp(320px,70vw,760px);
  --card-min-h: 180px;
  --base-font: clamp(16px,1.05vw + 12px,18px);
  --title-font: clamp(22px,1.2vw + 18px,30px);
  --shadow: 0 8px 24px rgba(12,19,36,.28), 0 1px 0 rgba(255,255,255,.03) inset;
  --bevel: inset 0 1px 0 rgba(255,255,255,.08), inset 0 -1px 0 rgba(0,0,0,.25);
  --glow: 0 0 .75rem rgba(58,123,242,.25);
  --glow-strong: 0 0 1.25rem rgba(58,123,242,.4);
}

@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vxRunAcrossNoBlur { 0% { transform: translateX(-140vw) rotate(-12deg) scale(.9); } 70% { transform: translateX(12px) rotate(0) scale(1.02); } 85% { transform: translateX(-8px) scale(.98); } 100% { transform: translateX(0) scale(1); } }
@keyframes vxBreath { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
@keyframes animatedBackground { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes skyShift { 0% { transform: translateY(0); } 100% { transform: translateY(-2vh); } }
@keyframes titleBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-2px); } }
@keyframes starBlink { 0%,92%,100% { filter: drop-shadow(0 0 0 rgba(255,212,0,0)); } 93% { filter: drop-shadow(0 0 10px rgba(255,212,0,.95)); } }
@keyframes slotIn { from { transform: translateY(12px) scale(.985); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
@keyframes sweep { from { transform: translateX(-20%); } to { transform: translateX(120%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes sniff { from { transform: translateX(0); } to { transform: translateX(10px); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }

/* ===========================================================================
   Base Elements & Reset
   Resets default browser styles and sets global styles for HTML, body, and form elements.
   =========================================================================== */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Inter","Segoe UI",system-ui,-apple-system,Roboto,"Kanit",sans-serif;
  font-size: var(--base-font);
  line-height: 1.55;
  color: var(--xp-silver);
  background: radial-gradient(1200px 600px at 50% 120%,rgba(6,14,30,.55),transparent 60%) no-repeat, linear-gradient(180deg,#5aa5ff 0%,#2f62dd 38%,#1c2a62 72%,#0b1220 100%);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 0;
}


body::before {
  content: "";
  position: fixed;
  inset: 55vh 0 0 0;
  pointer-events: none;
  background: repeating-conic-gradient(from 45deg,rgba(255,255,255,.06) 0 25%,rgba(0,0,0,.06) 0 50%) 0 0/80px 80px;
  transform: perspective(800px) rotateX(55deg);
  filter: blur(.75px) saturate(1.05);
  opacity: .35;
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(18vmax 12vmax at 10% -10%,rgba(255,212,0,.1),transparent 60%), radial-gradient(14vmax 10vmax at 90% 10%,rgba(0,160,48,.12),transparent 60%), radial-gradient(20vmax 16vmax at 50% -20%,rgba(230,0,18,.1),transparent 70%);
  mix-blend-mode: screen;
  animation: skyShift 22s ease-in-out infinite alternate;
  z-index: 0;
}

input, select, textarea {
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0) 30%) no-repeat, linear-gradient(180deg,#22335a,#182748);
  border: 1px solid rgba(255,255,255,.14);
  color: #eef4ff;
  box-shadow: var(--bevel), inset 0 0 0 9999px rgba(255,255,255,.02);
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--xp-blue-300);
  box-shadow: 0 0 0 3px rgba(58,123,242,.25), var(--glow-strong), var(--bevel);
}

ul { list-style: none; padding-left: 0; }
p { color: #000; }
.hidden { display: none !important; }
.vi-soft { backdrop-filter: blur(.75px); }
.psniffing {
  color: wheat;
  font-family: "Comic Sans MS", "Trebuchet MS", sans-serif;
  font-size: 1.1rem;
  text-shadow: 0 0 6px rgba(255,255,255,0.3);
  animation: pulse 1.5s infinite;
}

@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* ===========================================================================
   Layout Helpers
   Utility classes for layout and structure.
   =========================================================================== */
.input-wrapper { display: flex; width: 100%; max-width: 100%; }
.full-height-main { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.container { flex: 1; max-width: 100%; margin: 2rem auto; padding: 0 1.5rem; width: 100%; }

/* ===========================================================================
   Navigation & Buttons
   Styles for navigation links and various button types.
   =========================================================================== */
nav:not(#mobile-nav) {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  align-items: center;
}

nav:not(#mobile-nav) a {
  position: relative;
  color: #eef4ff;
  text-decoration: none;
  background: linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0) 30%), linear-gradient(180deg,#ffe082,var(--xp-yellow));
  color: #1a1f2b;
  border: 1px solid rgba(0,0,0,.25);
  padding: .55rem .9rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 6px 18px rgba(12,19,36,.28), inset 0 1px 0 rgba(255,255,255,.25);
  transition: transform .05s ease, filter .12s ease, box-shadow .18s ease;
}

nav:not(#mobile-nav) a:hover {
  text-shadow: 0 0 10px rgba(141,178,227,.6);
  background: linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0) 30%), linear-gradient(180deg,#ffe082,var(--xp-yellow));
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(12,19,36,.34), inset 0 1px 0 rgba(255,255,255,.3);
}

nav:not(#mobile-nav) a:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,var(--xp-blue-200),transparent);
  bottom: -4px;
  left: 0;
  opacity: .9;
}

button:not(#menu-toggle, #menu-close, .menu-item), .button, .ux-btn, .sort-btn, .delete-btn, .cmp-primary, .n64-green {
  height: 46px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.25);
  font-weight: 900;
  letter-spacing: .25px;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(12,19,36,.28), inset 0 1px 0 rgba(255,255,255,.25);
  transition: transform .05s ease, filter .12s ease, box-shadow .18s ease;
  cursor: pointer;
}

button:not(#menu-toggle, #menu-close, .menu-item):hover, .button:hover, .ux-btn:hover, .sort-btn:hover, .delete-btn:hover, .cmp-primary:hover, .n64-green:hover {
  transform: translateY(-1px);
  filter: saturate(1.06) brightness(1.02);
  box-shadow: 0 10px 24px rgba(12,19,36,.34), inset 0 1px 0 rgba(255,255,255,.3);
}

.ux-btn { background: linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0) 30%), linear-gradient(180deg,#ffe082,var(--xp-yellow)); color: #1a1f2b; }
.sort-btn, .cmp-primary, .n64-green { background: linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0) 30%), linear-gradient(180deg,#6bd480,var(--xp-green)); color: #08140c; }
.delete-btn { background: linear-gradient(180deg,rgba(255,255,255,.24),rgba(255,255,255,0) 30%), linear-gradient(180deg,#f08a84,var(--xp-red)); color: #fff; }
.delete-btn[disabled] { filter: grayscale(.9) brightness(.7); cursor: not-allowed; }

.n64-green {
  background: linear-gradient(180deg,var(--n64g) 0%,#22c03f 100%);
  color: #0b1a10;
  text-shadow: 0 1px 0 rgba(255,255,255,.25);
  box-shadow: 0 6px 18px var(--n64g-glow), inset 0 0 0 1px rgba(255,255,255,.2);
}

.n64-green:hover {
  filter: saturate(1.05) brightness(1.02);
  box-shadow: 0 8px 22px var(--n64g-glow), inset 0 0 0 1px rgba(255,255,255,.25);
}

.n64-green:active {
  transform: translateY(1px);
  background: linear-gradient(180deg,var(--n64g-dark) 0%,#1aa734 100%);
}

.n64-green:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(255,255,255,.25), 0 8px 22px var(--n64g-glow);
}

.car-actions .n64-green { min-width: 168px; padding: .6rem 1.1rem; }
@media (min-width: 1024px) { .car-actions .n64-green { min-width: 200px; } }
@media (max-width: 420px) { .car-actions { gap: .6rem; flex-wrap: wrap; } .car-actions .n64-green { width: 100%; } }

.cta {
  background-color: var(--VinDXit-yellow);
  color: var(--VinDXit-blue);
  padding: .75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  display: inline-block;
  transition: transform .3s ease, background-color .2s ease;
}

.cta:hover { background-color: #ffe066; transform: scale(1.05); }

@media (min-width: 769px) {
  .desktop-step-button { background-color: #002F6C; color: #FFCC00; }
  .desktop-step-button:hover { background-color: #222; }
}
button, .cta-row button, .actions button, .n64-green {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 14px 28px;
	border-radius: 16px;
	font-weight: 900;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
	transition: all 0.25s ease-in-out;
	background: linear-gradient(180deg, #2bff91 0%, #1ea956 100%);
	border: 2px solid rgba(255,255,255,0.18);
	color: #0c0c0c;
	box-shadow:
		0 0 20px rgba(43,255,145,0.45),
		0 0 40px rgba(43,255,145,0.25),
		inset 0 2px 5px rgba(255,255,255,0.3);
	position: relative;
	overflow: hidden;
}

/* 💎 Glossy overlay */
button::before, .n64-green::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(255,255,255,0.35), transparent);
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	pointer-events: none;
}

/* 🧨 Hover / Active Explosions */
button:hover, .cta-row button:hover, .actions button:hover, .n64-green:hover {
	transform: translateY(-3px) scale(1.05) rotate(-0.3deg);
	box-shadow:
		0 0 24px rgba(43,255,145,0.85),
		0 0 60px rgba(43,255,145,0.5),
		inset 0 2px 6px rgba(255,255,255,0.4);
	background: linear-gradient(180deg, #57ffb2 0%, #28d66e 100%);
}

button:active, .cta-row button:active, .actions button:active, .n64-green:active {
	transform: translateY(2px) scale(0.97);
	box-shadow:
		inset 0 4px 10px rgba(0,0,0,0.6),
		0 0 12px rgba(43,255,145,0.4);
}

/* 🎵 Cowbell Pulse + Micro Vibration */
.n64-green.glow {
	animation: cowbell-pulse 1.4s infinite ease-in-out, cowbell-shake 4s infinite linear;
}

@keyframes cowbell-pulse {
	0%, 100% {
		box-shadow:
			0 0 16px rgba(43,255,145,0.55),
			0 0 32px rgba(43,255,145,0.3);
	}
	50% {
		box-shadow:
			0 0 36px rgba(43,255,145,1),
			0 0 72px rgba(43,255,145,0.9);
	}
}

@keyframes cowbell-shake {
	0%, 100% { transform: rotate(0deg); }
	25% { transform: rotate(0.4deg); }
	75% { transform: rotate(-0.4deg); }
}

/* ✨ Bonus: trailing light streak */
button::after, .n64-green::after {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg, rgba(255,255,255,0.4) 0%, transparent 100%);
	transform: skewX(-20deg);
	animation: cowbell-streak 3s infinite;
}

@keyframes cowbell-streak {
	0% { left: -75%; }
	60%,100% { left: 125%; }
}

/* ===========================================================================
   Forms & VIN Entry
   Styles for form elements and VIN input sections.
   =========================================================================== */
.form-outer { flex: 1; display: flex; flex-direction: column; }
.vin-center { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; text-align: center; gap: 1.5rem; transform: scale(1.1); }
.input-button-row { display: flex; align-items: center; justify-content: center; gap: 12px; }
.input-rounded { width: 100%; max-width: 360px; padding: .75rem 1rem; border: 1px solid #e5e7eb; border-radius: 9999px; background-color: #fff; font-size: 1rem; transition: border-color .2s ease; }
.input-rounded:focus { border-color: #001e4d; outline: none; }
.vin-wrapper { position: relative; width: 100%; margin-bottom: 64px; padding-top:9em;}
.vin-check { text-align: center; margin-top: 1.5rem; }

/* ===========================================================================
   Results & Score Display
   Styles for displaying vehicle results and scores.
   =========================================================================== */
#resultSection {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 94%;
  max-width: 720px;
  margin: 1rem auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  box-sizing: border-box;
}

.score-summary { text-align: left; margin: 2rem auto; max-width: 700px; line-height: 1.65; font-size: 1.05rem; color: #374151; }
#vinDisplay, #vehicleInfo, #VinDXitScore { font-size: 1.5rem; text-align: center; line-height: 1.25; padding: 0 10px; word-break: break-word; left: 10px; color: var(--VinDXit-yellow);}
#resultSection p:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) { padding-left: 25px; padding-right: 6px; text-align: left; }
#VinDXitScore { display: block; margin: 1rem auto; }
.score-container, .score-bar-container { max-width: 100%; }

/* moved .vx-reasons block to frontend/styles/reasons.css to keep styles centralized */

/* moved @keyframes vxFadeSlide to reasons.css */

/* ===========================================================================
   Lady Fetcher
   Styles for the floating "Lady Fetcher" widget and mute button.
   =========================================================================== */
.lady-fetcher-box {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 999;
  max-width: 320px;
  display: none;
}

.lady-fetcher { display: flex; align-items: center; gap: 12px; background: #f9fafb; padding: 1rem; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,.15); }
.lady-fetcher img { height: 80px; }
.lady-fetcher h2 { font-size: 1rem; margin: 0; text-align: left; }
.lady-fetcher p { font-size: .9rem; margin-top: .25rem; text-align: left; }
.close-fetcher { position: absolute; top: -10px; right: -10px; background: transparent; border: none; width: 28px; height: 28px; font-size: 1.2rem; font-weight: 700; color: #444; cursor: pointer; box-shadow: none; line-height: 1; padding: 0; z-index: 1000; transition: color .2s ease; }
.close-fetcher:hover { color: #000; }

.lady-mute-dock {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  background: #FFCC00;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 12px;
  padding: 6px 10px;
  box-shadow: 0 6px 24px rgba(0,0,0,.25);
}

.lady-mute-dock .mute-btn {
  background: transparent;
  border: none;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.ladyMuteBtn:not(#ladyMuteGlobal) { display: none !important; }

@media (max-width: 600px) {
  #ladyMuteGlobal { font-size: .9rem; }
}

/* ===========================================================================
   Long-Form Content
   Styles for long-form content like legal pages and about sections.
   =========================================================================== */
.legal {
  width: 90%;
  max-width: 640px;
  height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  box-sizing: border-box;
}

.about-lady-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.lady-text { flex: 1; }
.lady-img { height: auto; max-width: 900px; border-radius: 3px; box-shadow: 0 0 20px rgba(0,0,0,.1); object-fit: cover; }

@media (min-width: 1600px) { .lady-img { max-width: 1400px; } }

@media (min-width: 768px) {
  .about-lady-flex { flex-direction: row-reverse; justify-content: space-between; gap: 2rem; padding: 2rem; max-width: 2100px; margin: 0 auto; }
  .lady-img { align-self: center; }
  .lady-text { width: 100%; font-size: 1.5rem; line-height: 1.4; text-align: left; }
}

@media (max-width: 900px) {
  .about-lady-flex { flex-direction: column; align-items: center; text-align: center; max-width: 100%; padding: 1rem; gap: 1rem; }
  .lady-img { width: 90%; max-width: 320px; height: auto; border-radius: 4px; box-shadow: 0 0 10px rgba(0,0,0,.08); }
  .lady-text { width: 100%; font-size: .95rem; line-height: 1.4; text-align: left; }
}

/* ===========================================================================
   Loading Screen
   Styles for the loading screen display.
   =========================================================================== */
#loadingScreen { text-align: center; padding: 1rem; }
#loadingScreen img { max-width: 500px; height: auto; }
#loadingScreen p { font-size: 1.2rem; margin-top: .5rem; height: auto; }
@media (max-width: 768px) { #loadingScreen img { max-width: 140px; } #loadingScreen p { font-size: .9rem; } }

/* Loading screen progress bar: VinDXit yellow fill on translucent track. */
#loadingScreen .vx-progress-wrap {
	/* Keeps the bar centered and readable on mobile. */
	width: min(340px, 88vw);
	margin: 12px auto 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
}

#loadingScreen .vx-progress-track {
	/* Subtle frosted track with rounded corners. */
	width: 100%;
	height: 12px;
	background: rgba(255,255,255,0.15);
	border-radius: 999px;
	overflow: hidden;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.35);
}

#loadingScreen .vx-progress-bar {
	/* VinDXit yellow bar that animates smoothly. */
	width: 0%;
	height: 100%;
	background: #FFCC00;
	border-radius: 999px;
	box-shadow: 0 0 12px rgba(255,204,0,0.45);
	transition: width 0.6s ease;
}

#loadingScreen .vx-progress-text {
	/* Inline percentage readout for accessibility. */
	margin: 0;
	font-weight: 700;
	font-size: 0.95rem;
	color: #f5f7ff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

@media (max-width: 520px) {
	#loadingScreen .vx-progress-track { height: 10px; }
	#loadingScreen .vx-progress-text { font-size: 0.85rem; }
}

/* ===========================================================================
   Garage & Cards
   Styles for vehicle cards in the garage section.
   =========================================================================== */
#garageList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
  padding: 0 16px;
}

.car-card {
  width: 100%;
  max-width: var(--card-width);
  min-height: var(--card-min-h);
  margin: 0 auto;
  border-radius: var(--card-radius);
  padding: 16px;
  background: linear-gradient(180deg,#1a2544 0%,#17213b 60%,#121a30 100%);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  animation: slotIn .45s cubic-bezier(.2,.9,.25,1) both;
}

.car-card::after {
  content: "";
  position: absolute;
  inset: -40% -40% auto -40%;
  height: 60%;
  background: radial-gradient(60% 100% at 50% 0%,rgba(255,255,255,.06),transparent 60%);
  animation: sweep 6s linear infinite;
  opacity: .35;
}

.car-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: nowrap; }
.car-main { display: flex; align-items: center; gap: 14px; min-width: 0; }
.car-select { width: 26px; height: 26px; cursor: pointer; accent-color: #ffd400; transition: transform .08s ease; }
.car-select:hover { transform: scale(1.12); }
.car-title { font-family: "Russo One","Kanit",sans-serif; font-size: var(--title-font); color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.35), 0 0 8px rgba(58,123,242,.25); margin: 0 0 6px 0; }
.car-meta { font-size: 1rem; color: #e6f0ff; }
.car-sub { font-size: .95rem; color: #b9c9ff; }

.car-card .car-main > div > div[style*="font-weight:600"] { font-family: "Russo One","Kanit",sans-serif !important; font-size: var(--title-font) !important; color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.35), 0 0 8px rgba(58,123,242,.25) !important; margin-bottom: 6px !important; }
.car-card .car-main > div > div[style*="display:flex"] { font-size: 1rem !important; }
.car-card .car-main > div > div[style*="font-size:12px"] { font-size: .95rem !important; color: #b9c9ff; }

#garageList .car-card:nth-child(1) { animation-delay: .05s; }
#garageList .car-card:nth-child(2) { animation-delay: .10s; }
#garageList .car-card:nth-child(3) { animation-delay: .15s; }
#garageList .car-card:nth-child(4) { animation-delay: .20s; }
#garageList .car-card:nth-child(5) { animation-delay: .25s; }

/* ===========================================================================
   Toolbar & Form Controls
   Styles for garage toolbar and form controls like select menus.
   =========================================================================== */
.garage-toolbar {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0) 30%), linear-gradient(180deg,var(--xp-panel-700),var(--xp-panel-650));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  box-shadow: var(--shadow);
  max-width: 980px;
  margin: 0 auto 10px;
  backdrop-filter: saturate(1.05) blur(2px);
}

.garage-toolbar label { font-weight: 700; color: #e7efff; text-shadow: 0 1px 0 rgba(0,0,0,.6); }

.ux-select {
  appearance: none;
  width: 100%;
  height: 46px;
  padding: 0 44px 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg,#22335a,#182748) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23cfe1ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 22px;
  color: #e9f1ff;
  font-weight: 700;
  letter-spacing: .2px;
  box-shadow: var(--bevel), inset 0 0 0 9999px rgba(255,255,255,.02);
  transition: transform .08s ease, box-shadow .18s ease, border-color .18s ease;
  min-width: 320px;
}

.ux-select:focus { border-color: var(--xp-blue-300); box-shadow: var(--glow-strong), var(--bevel); }
.ux-select option { background: #0f1b35; color: #e9f1ff; font-family: "Kanit",system-ui,-apple-system,sans-serif; font-weight: 700; padding: 10px 12px; }
.ux-select option:checked, .ux-select option:focus { background: linear-gradient(180deg,#0055ff,#0a3ad0); color: #fff; }
.ux-select optgroup { background: #0f1b35; color: #9fb7ff; font-weight: 900; }
.ux-select::-webkit-scrollbar { width: 10px; }
.ux-select::-webkit-scrollbar-track { background: #0f1b35; }
.ux-select::-webkit-scrollbar-thumb { background: #1e3a72; border-radius: 8px; border: 2px solid #0f1b35; }
.ux-select::-webkit-scrollbar-thumb:hover { background: #2a55a8; }

.bulk-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 18px auto 26px;
  padding: 12px 18px;
  background: linear-gradient(180deg,var(--xp-panel-700),var(--xp-panel-650));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  box-shadow: var(--shadow);
  max-width: 980px;
  backdrop-filter: saturate(1.05) blur(2px);
}

.bulk-label { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.bulk-checkbox { width: 22px; height: 22px; cursor: pointer; accent-color: #7aa7ff; }

/* ===========================================================================
   Favorite Button
   Styles for the favorite (paw) button.
   =========================================================================== */
.paw-btn {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.25);
  background: linear-gradient(180deg,rgba(255,255,255,.26),rgba(255,255,255,0) 30%), linear-gradient(180deg,#ffe282,#e6c059);
  color: #0a0f1c;
  box-shadow: var(--shadow), var(--bevel);
  transition: transform .06s ease, filter .15s ease, box-shadow .2s ease;
  position: relative;
  line-height: 0;
  cursor: pointer;
}

.paw-btn:hover { transform: translateY(-1px); filter: saturate(1.1); }
.paw-btn .paw-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 28px;
  height: 28px;
  display: block;
  filter: drop-shadow(0 0 6px rgba(0,0,0,.35));
  pointer-events: none;
}

.paw-btn[aria-pressed="false"] .paw-icon { opacity: .6; }
.paw-btn[aria-pressed="true"] {
  background: linear-gradient(180deg,rgba(255,255,255,.26),rgba(255,255,255,0) 30%), linear-gradient(180deg,#7ae596,#2aa84a);
  box-shadow: 0 0 16px rgba(42,168,74,.35), var(--shadow), var(--bevel);
}

.paw-btn[aria-pressed="true"] .paw-icon { filter: drop-shadow(0 0 10px rgba(0,160,48,.75)) brightness(1.05); opacity: 1; }
.paw-btn::after {
  content: "Favorite";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,6px);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .3px;
  color: #cfe1ff;
  text-shadow: 0 1px 0 rgba(0,0,0,.55);
  pointer-events: none;
  white-space: nowrap;
}

.paw-btn[aria-pressed="true"]::after { content: "Favorited"; color: #9ff0b6; }

/* ===========================================================================
   Compare Layout
   Styles for the vehicle comparison layout.
   =========================================================================== */
.garage-layout { display: flex; align-items: flex-start; gap: 20px; padding: 0 16px 28px; justify-content: center; max-width: 1100px; margin: 0 auto; }
.cmp-wrap { display: flex; align-items: stretch; gap: 20px; }
.cmp-col { flex: 1 1 0; min-width: 0; }
.cmp-left, .cmp-right { display: flex; }
#cmp-grid-a, #cmp-grid-b { width: 100%; }
.cmp-middle { flex: 0 1 360px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; text-align: center; padding: 8px 4px; }
.cmp-bar { height: 12px; background: linear-gradient(180deg,#0f1a33,#0b1426); border: 1px solid rgba(255,255,255,.08); border-radius: 999px; }
.cmp-fill { background: linear-gradient(90deg,#8db2e3,#3a7bf2); box-shadow: inset 0 0 6px rgba(0,0,0,.25); }
.cmp-badge.neutral { background: #23365a; color: #e6f0ff; }
.cmp-badge.win { background: #66e08a; color: #043214; }
.cmp-badge.lose { background: #ff7e76; color: #3b0d0d; }
.cmp-ribbon { filter: drop-shadow(0 2px 2px rgba(0,0,0,.35)); }
.cmp-hero, .compare-hero, .vi-soft, .panel, h1, .subh1, .garage-toolbar, #garageList, .bulk-toolbar, .cmp-section { position: relative !important; z-index: 1 !important; }
h1 { transform: none; }

/* ===========================================================================
   Titles
   Styles for headings and title elements.
   =========================================================================== */
h1 {
  margin: 20px auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Russo One","Kanit",sans-serif;
  font-weight: 900;
  font-size: clamp(34px,3vw + 24px,56px);
  letter-spacing: .2px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.35), 0 0 10px rgba(58,123,242,.25);
  animation: titleBob 3.2s ease-in-out infinite;
}

h1 span { display: inline-block; transform: perspective(400px) rotateX(6deg); }
.subh1 { color: #FFCC00; text-align: center; }
.garage-emoji { width: 2em; height: 2em; vertical-align: -.35em; filter: drop-shadow(0 0 8px rgba(255,212,0,.7)); animation: starBlink 2.2s ease-in-out infinite; }

/* ===========================================================================
   Dog-Bone Theme
   Styles for sections with dog-bone themed bullet points.
   =========================================================================== */
.bone-bullets, .safety-section, .fuel-section {
  text-align: left;
  color: #000;
}

.bone-bullets li, .safety-section li, .fuel-section li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  margin: .35rem 0;
  color: #000;
}

.bone-bullets li::before, .safety-section li::before, .fuel-section li::before {
  content: "🦴";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(2px);
}

.safety-section li span { display: block; margin-left: 4rem; color: #000dfa; font-weight: 400; }
.safety-section ul li::before { content: none !important; }
.safety-section summary, .fuel-section summary { font-weight: 600; cursor: pointer; color: #000; }

#lady-why-list.bone-bullets > li::before { left: -1.25rem; transform: translateY(2px); opacity: 1; }
#lady-why-list details ul { margin: .25rem 0 .5rem 1.1rem; padding-left: 0; list-style: none; }
#lady-why-list details ul > li { position: relative; padding-left: 1.5rem; margin: .2rem 0; }
#lady-why-list details ul > li::before { position: absolute; left: 0; top: 0; transform: translateY(1px); }
#lady-why-list details { margin-bottom: 8px; border: 1px solid rgba(0,0,0,.1); border-radius: 10px; padding: 6px 8px; background: rgba(255,255,255,.6); }

.safety-list {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--vx-text, #000);
}

.safety-list li { background: rgba(0,0,0,.04); border-radius: 10px; padding: 6px 10px; box-shadow: 0 1px 3px rgba(0,0,0,.25); }

/* ===========================================================================
   Crash Tests Panel
   Styles for the crash tests panel displaying safety ratings.
   =========================================================================== */
#vxCrashPanel {
  display: none;
  max-width: 720px;
  margin: 12px auto 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  color: #000;
}

#vxCrashPanel h3 {
  margin: 0 0 8px 0;
  font-family: "Russo One","Kanit",system-ui,-apple-system,sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: .2px;
  color: #0b1220;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

#vxCrashPanel h3::after {
  content: "⭐";
  filter: drop-shadow(0 0 6px rgba(255,212,0,.7));
  animation: starBlink 2.2s ease-in-out infinite;
}

#vxCrashList {
  list-style: none;
  padding: 0;
  margin: 6px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#vxCrashList li {
  background: rgba(0,0,0,.035);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 8px 10px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.vx-crash-label { font-weight: 600; color: #0b1220; }
.vx-crash-stars { white-space: nowrap; font-size: 1.05rem; }

.vx-star, .vx-star-half, .vx-star-empty {
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  vertical-align: -2px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2px;
}
.vx-star { background-image: url("/assets/images/star.png"); }
.vx-star-half { background-image: url("/assets/images/star-half-emoji.png"); }
.vx-star-empty { filter: grayscale(1) opacity(.35); background-image: url("/assets/images/star.png"); }

@media (max-width: 560px) {
  #vxCrashPanel { padding: 12px; }
  #vxCrashList li { padding: 8px 10px; }
}

/* ===========================================================================
   Utilities
   Miscellaneous utility classes for various elements.
   =========================================================================== */
.fade-in { opacity: 0; }
.fade-in.visible { opacity: 1; animation: fadeIn .6s forwards; }
.why-block { margin: .75rem 0; color: #000; }
.why-block summary { cursor: pointer; font-weight: 600; color: #000; }
.why-bullets { list-style: disc; padding-left: 1.25rem; margin: .5rem 0; color: #000; }
.why-bullets li { color: #000; }
.why-badges { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: .25rem; }
.why-badges .badge { border: 1px solid #e3e3e3; padding: .25rem .5rem; border-radius: 999px; font-size: .9rem; color: #000; }
.tm-mark { font-size: .7em; vertical-align: super; margin-left: 2px; color: #000; }
.vx-linklike { appearance: none; border: none; background: none; padding: 0; margin: 0; color: #0077cc; cursor: pointer; text-decoration: underline; text-underline-offset: 2px; font: inherit; }
.vx-linklike:hover, .vx-linklike:focus-visible { color: #004b80; outline: none; }

.delete-btnrd { background: linear-gradient(180deg,#a00010,#a00010); color: #fff; }
.delete-btngrn { background: linear-gradient(180deg,#00a048,#00a048); color: #fff; }
.delete-btnrdylw { background: linear-gradient(180deg,#FFCC00,#FFCC00); color: #000; }
.delete-btnrdgry { background: linear-gradient(180deg,#6d6d6d,#6d6d6d); color: #fff; }

/* ===========================================================================
   Loading Spinner
   Styles for the loading spinner animation.
   =========================================================================== */
.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #e7efff;
  font-weight: 800;
  padding: 40px 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.4);
}

.loading-spinner::before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: conic-gradient(from 0deg,#cde0ff,#8db2e3,#3a7bf2,#2d6ae3,#cde0ff);
  animation: spin 1s linear infinite;
  box-shadow: 0 0 12px rgba(255,255,255,.18);
}

/* ===========================================================================
   reCAPTCHA Badge
   Styles for the reCAPTCHA badge.
   =========================================================================== */
.grecaptcha-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(12,19,36,.3);
  background: linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,0));
}

@media (max-width: 900px) {
  .grecaptcha-badge { transform: scale(.9); transform-origin: bottom right; right: 10px; bottom: 10px; }
}

/* ===========================================================================
   Responsive Design
   Media queries for responsive adjustments across devices.
   =========================================================================== */
@media (max-width: 900px) {
  :root { --card-radius: 10px; --base-font: 13px; --title-font: 16px; }
  body { -webkit-touch-callout: none; touch-action: manipulation; -webkit-text-size-adjust: 100%; margin: 0; padding: 0; font-size: 14px; }
  .container { padding: 0 1rem; margin: 1rem auto; }
  h1, h2, h3 { font-size: 1.4rem; }
  h1 { font-size: clamp(20px,4vw + 12px,28px); margin: 12px auto 8px; gap: 6px; }
  .garage-emoji { width: 1.2em; height: 1.2em; }
  button:not(#menu-toggle, #menu-close, .menu-item) { font-size: .95rem; padding: .75rem 1.25rem; }
  .vin-center { transform: scale(1); padding: 1rem; gap: 1rem; }
  .input-button-row { flex-direction: column; gap: 10px; width: 100%; }
  .input-rounded { max-width: 100%; font-size: .95rem; padding: .6rem 1rem; }
  .garage-layout { padding: max(16px,env(safe-area-inset-left)) max(16px,env(safe-area-inset-right)) 16px !important; gap: 10px; justify-content: center; width: 100%; box-sizing: border-box; }
  .garage-column { padding: 0 !important; margin: 0 auto !important; width: 100%; max-width: 95vw; box-sizing: border-box; }
  .garage-toolbar, .bulk-toolbar, #garageList { max-width: 95vw !important; width: calc(100% - 28px); margin: 0 auto !important; padding: 10px 14px !important; border-radius: 10px; box-shadow: 0 4px 14px rgba(12,19,36,.28); }
  .garage-toolbar { grid-template-columns: 1fr; margin: 8px auto 12px; }
  .ux-select { min-width: auto; width: calc(100% - 20px); height: 34px; font-size: .85rem; padding: 0 34px 0 14px; background-position: right 10px center; }
  .ux-select option { padding: 6px 8px; }
  .car-card { max-width: 100% !important; width: 100% !important; margin: 0 !important; padding: 12px; border-radius: 10px; }
  .car-row, .car-main { gap: 8px; }
  .car-select { width: 18px; height: 18px; }
  .paw-btn { width: 32px; height: 32px; border-radius: 8px; }
  .paw-icon { width: 20px; height: 20px; }
  .cmp-wrap { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 18px; }
  .cmp-col { width: 100%; max-width: 95vw; margin: 0 auto; }
  .cmp-middle { order: -1; }
  .cmp-left[data-winner="true"], .cmp-right[data-winner="true"] { order: 0; }
  .cmp-left[data-winner="false"], .cmp-right[data-winner="false"] { order: 1; }
  .mobile-button-row { display: flex; justify-content: center; gap: 10px; width: 100%; }
  .mobile-button-row > button { flex: 1 1 45%; width: auto; }
  #step-mileage .input-button-row, #step-price .input-button-row, #step-owners .input-button-row, #step-condition .input-button-row { flex-direction: column; }
  #step-mileage .input-button-row button, #step-price .input-button-row button, #step-owners .input-button-row button, #step-condition .input-button-row button { width: 45%; }
  #step-mileage .input-button-row button:nth-of-type(2), #step-price .input-button-row button:nth-of-type(2), #step-owners .input-button-row button:nth-of-type(2), #step-condition .input-button-row button:nth-of-type(2) { margin-left: 10px; }
}
/* === Condition/Damage step select — dark theme override =================== */
#step-damage .input-rounded,
#step-condition .input-rounded,
#damageInput,
#conditionInput,
#trim-known,
#trim-input {
	/* Match your global select/input dark styling */
	background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0) 30%),
	            linear-gradient(180deg,#22335a,#182748);
	border: 1px solid rgba(255,255,255,.14);
	color: #e9f1ff;
	box-shadow: var(--bevel), inset 0 0 0 9999px rgba(255,255,255,.02);
}

/* Focus state to match rest of form */
#step-damage .input-rounded:focus,
#step-condition .input-rounded:focus,
#damageInput:focus,
#conditionInput:focus,
#trim-known:focus,
#trim-input:focus {
	outline: none;
	border-color: var(--xp-blue-300);
	box-shadow: 0 0 0 3px rgba(58,123,242,.25), var(--glow-strong), var(--bevel);
}

/* Trim dropdown options (match dark select styling) */
#trim-known option {
	background: #0f1b35;
	color: #e9f1ff;
	font-family: "Kanit",system-ui,-apple-system,sans-serif;
	font-weight: 700;
	padding: 10px 12px;
}
#trim-known option[value=""] {
	color: #e9f1ff;
	opacity: 1;
}
#trim-known option:checked,
#trim-known option:focus {
	background: linear-gradient(180deg,#0055ff,#0a3ad0);
	color: #fff;
}

@media (max-width: 360px) {
  h1 { font-size: 22px; }
  .ux-select { height: 38px; font-size: .85rem; }
  .paw-btn { width: 34px; height: 34px; }
  .paw-icon { width: 18px; height: 18px; }
}

@media (max-width: 768px) and (orientation: landscape) {}

@media (min-width: 768px) {
  .input-button-row { display: flex; align-items: center; gap: 1rem; }
  .mobile-button-row { display: contents; }
  .input-button-row > .mobile-button-row > button:first-child { order: -1; }
}

/* ===========================================================================
   Accessibility
   Styles for focus states to improve accessibility.
   =========================================================================== */
a:focus-visible, button:not(#menu-toggle, #menu-close, .menu-item):focus-visible, [role="button"]:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid #cde0ff;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(58,123,242,.25);
  border-radius: 6px;
}

/* 💛 Exact twin of .n64-green, but in VinDXit yellow */
.n64-yellow {
	background: linear-gradient(180deg, var(--n64y, var(--VinDXit-yellow, #ffd400)) 0%, #f5b800 100%);
	color: #1a1400;
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
	box-shadow: 0 6px 18px var(--n64y-glow, rgba(255,212,0,.35)), inset 0 0 0 1px rgba(255,255,255,.2);
}

.n64-yellow:hover {
	filter: saturate(1.05) brightness(1.02);
	box-shadow: 0 8px 22px var(--n64y-glow, rgba(255,212,0,.45)), inset 0 0 0 1px rgba(255,255,255,.25);
}

.n64-yellow:active {
	transform: translateY(1px);
	background: linear-gradient(180deg, var(--n64y-dark, #e6b400) 0%, #d4a000 100%);
}

.n64-yellow:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
	box-shadow: 0 0 0 3px rgba(255,255,255,.25), 0 8px 22px var(--n64y-glow, rgba(255,212,0,.45));
}
		.future-banner {
    background-color: #ff0000; /* Red background */
    color: #ffffff; /* White text */
    font-size: 2.2rem; /* Adjusted for readability (22px equivalent) */
    font-family: 'Poppins', sans-serif; /* Matches your existing fonts */
    font-weight: 500; /* Medium weight for clarity */
    text-align: center;
    padding: 8px 0; /* Thin banner */
    width: 100%;
    position: relative; /* Ensures it stays in flow above header */
    z-index: 1000; /* Above other elements */
    line-height: 1.2;
}
/* Give paragraphs inside the bubble nice separation */
.speech-bubble p { margin: 0 0 0.75rem; }
.speech-bubble p:last-child { margin-bottom: 0; }
summary.vx-summary-quick {
	display: flex;
	align-items: center;
	justify-content: center;      /* center content horizontally */
	gap: 8px;
	cursor: pointer;
	font-family: var(--font-body,"Poppins",system-ui,sans-serif);
	font-size: 14px;
	font-weight: 600;
	color: #fff;

	/* lighter blue gradient background */
	background-image: linear-gradient(#3a4f90,#22356d);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 10px;
	padding: 12px 14px;
	box-shadow: 0 8px 20px rgba(0,0,0,.4);
	user-select: none;
	text-align: center;           /* center text lines */
}

summary.vx-summary-quick::-webkit-details-marker {
	display: none;
}

.vx-summary-main {
	line-height: 1.3;
}

.vx-summary-hint {
	font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
	color: rgba(255,255,255,.7);
}

/* caret: same color, smoother spin */
.vx-caret {
	color: var(--accent-yellow,#ffd400);
	font-size: 16px;
	line-height: 1;
	transition: transform .16s ease;
}

details[open] .vx-caret {
	transform: rotate(-180deg);
}

/* hover / focus states */
summary.vx-summary-quick:hover,
summary.vx-summary-quick:focus {
	background-image: linear-gradient(#4d63b6,#2c4081);
}

summary.vx-summary-quick:focus {
	outline: 2px solid var(--accent-yellow,#ffd400);
	outline-offset: 2px;
}
.tier-badge {
	display:inline-block;
	margin-left:8px;
	padding:4px 10px;
	border-radius:12px;
	font-size:0.75rem;
	font-weight:700;
	color:#000;
	background:#ffc400;
	box-shadow:0 0 6px rgba(0,0,0,0.2);
}
.tier-badge[title*="entry"]   { background:#cd7f32; color:#fff; } /* Bronze */
.tier-badge[title*="mid"]     { background:#c0c0c0; color:#000; } /* Silver */
.tier-badge[title*="upper"]   { background:#ffd700; color:#000; } /* Gold */
.tier-badge[title*="top"]     { background:#b9f2ff; color:#000; } /* Platinum */
		body {
			margin: 0;
			padding: 0;
			font-family: "Poppins", sans-serif;
			background: radial-gradient(circle at 20% 0%, #2a4dff 0%, #1a33c9 40%, #0c1b4a 80%);
			color: #f0f4ff;
		}

    
.VinDXit-legal{
	text-align: left;
	color: #111;
	font-size: 0.85rem;
	font-weight: 400;
	margin: 2rem auto;
	line-height: 1.4;
	max-width: 720px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 14px;
	padding: 1rem 1.25rem;
	box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.legal-p{
	color: #111;
	font-size: inherit;
	margin: 0;
}
      .cmp-primary, .vx-btn{
        font-size: 1.5rem;
      }
      .score-title{
        color: rgb(0, 0, 0);
		font-size: xx-large;
      }
.paw-wrap {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}

.paw-label {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	user-select: none;
}
.paw-btn[aria-pressed="true"] + .paw-label {
	color: #ff0000; /* VinDXit gold hint */
	font-weight: 800;
}
.btn {
			display: inline-block;
			margin-top: 20px;
			padding: 12px 22px;
			background: linear-gradient(#ffd400, #ecb800);
			color: #0b1020;
			font-weight: 700;
			font-size: 1rem;
			border-radius: 12px;
			text-decoration: none;
			box-shadow:
				0 14px 26px rgba(0,0,0,.55),
				0 2px 0 rgba(255,255,255,.35) inset,
				0 -2px 4px rgba(0,0,0,.85) inset;
		}
