body.theme-v8 {
  --bg: #f0f0ff;
  --text: #1a1040;
  --text-muted: #5a5080;
  --accent: #6c3fc5;
  --card-bg: #ffffff;
  --border: #d8d0f0;
  --hero-bg: linear-gradient(135deg, #6c3fc5 0%, #3f1f8f 50%, #1a1040 100%);
  --nav-bg: transparent;
  --font-heading: 'Segoe UI', system-ui, sans-serif;
  --photo-radius: 20px;
  --btn-text: #fff;
  --btn-radius: 12px;
  --card-radius: 16px;
}

.theme-v8 .nav { background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); position: fixed; width: 100%; }
.theme-v8 #app { padding-top: 60px; }
.theme-v8 .hero { color: #fff; }
.theme-v8 .hero__subtitle, .theme-v8 .hero__tagline { color: rgba(255,255,255,0.8); }
.theme-v8 .hero__motto { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; }
.theme-v8 .nav__links a { color: #1a1040; }
.theme-v8 .card { box-shadow: 0 4px 20px rgba(108,63,197,0.08); transition: transform 0.2s; }
.theme-v8 .card:hover { transform: translateY(-4px); }
