:root {
  --bg: #0f0f1a;
  --bg-soft: #17172a;
  --panel: rgba(19, 22, 39, 0.88);
  --panel-strong: rgba(16, 18, 32, 0.94);
  --border: rgba(123, 140, 255, 0.18);
  --text: #f4f7ff;
  --muted: #99a4c4;
  --accent: #7c5cff;
  --accent-alt: #32b8ff;
  --danger: #ff6b8a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  -webkit-user-select: none;
  user-select: none;
  background:
    radial-gradient(
      circle at top left,
      rgba(124, 92, 255, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(50, 184, 255, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #090b13 0%, #0f0f1a 48%, #0b1020 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
  opacity: 0.35;
}

body.home-main {
  background:
    radial-gradient(circle at 18% 20%, rgba(122, 92, 255, 0.24), transparent 20%),
    radial-gradient(circle at 78% 24%, rgba(50, 184, 255, 0.18), transparent 18%),
    radial-gradient(circle at 26% 74%, rgba(80, 224, 180, 0.16), transparent 20%),
    radial-gradient(circle at 84% 76%, rgba(122, 92, 255, 0.2), transparent 22%),
    radial-gradient(circle at 52% 46%, rgba(255, 255, 255, 0.05), transparent 26%),
    linear-gradient(180deg, #080912 0%, #0d1020 48%, #0a0d18 100%);
}

body.home-main::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(118deg, transparent 0 47%, rgba(116, 138, 255, 0.12) 47% 47.28%, transparent 47.28% 100%),
    linear-gradient(62deg, transparent 0 53%, rgba(89, 214, 196, 0.1) 53% 53.22%, transparent 53.22% 100%),
    linear-gradient(24deg, transparent 0 34%, rgba(151, 128, 255, 0.08) 34% 34.16%, transparent 34.16% 100%);
  background-size: 42px 42px, 42px 42px, 100% 100%, 100% 100%, 100% 100%;
  opacity: 0.6;
}

body.home-main::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(146deg, transparent 0 16%, rgba(255, 255, 255, 0.08) 16% 16.18%, transparent 16.18% 100%),
    linear-gradient(112deg, transparent 0 36%, rgba(122, 92, 255, 0.12) 36% 36.18%, transparent 36.18% 100%),
    linear-gradient(58deg, transparent 0 64%, rgba(80, 224, 180, 0.1) 64% 64.16%, transparent 64.16% 100%),
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.2) 0 4px, transparent 5px),
    radial-gradient(circle at 28% 44%, rgba(255, 255, 255, 0.18) 0 4px, transparent 5px),
    radial-gradient(circle at 40% 30%, rgba(80, 224, 180, 0.22) 0 5px, transparent 6px),
    radial-gradient(circle at 58% 24%, rgba(255, 255, 255, 0.18) 0 4px, transparent 5px),
    radial-gradient(circle at 74% 40%, rgba(50, 184, 255, 0.22) 0 5px, transparent 6px),
    radial-gradient(circle at 82% 68%, rgba(255, 255, 255, 0.16) 0 4px, transparent 5px),
    radial-gradient(circle at 34% 78%, rgba(122, 92, 255, 0.22) 0 5px, transparent 6px),
    radial-gradient(circle at 66% 78%, rgba(80, 224, 180, 0.2) 0 5px, transparent 6px),
    radial-gradient(circle at 50% 56%, rgba(255, 255, 255, 0.16) 0 4px, transparent 5px);
  opacity: 0.92;
}

body.home-theme-gold {
  --panel: rgba(24, 18, 10, 0.84);
  --panel-strong: rgba(14, 10, 5, 0.94);
  --border: rgba(233, 193, 94, 0.24);
  --text: #fff5dd;
  --muted: #d8c7a0;
  --accent: #c89b3c;
  --accent-alt: #f5d78e;
  background:
    radial-gradient(
      circle at top left,
      rgba(245, 215, 142, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(200, 155, 60, 0.18),
      transparent 30%
    ),
    linear-gradient(180deg, #050505 0%, #0b0907 50%, #120d08 100%);
}

body.home-theme-gold::before {
  background-image:
    linear-gradient(rgba(245, 215, 142, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 215, 142, 0.04) 1px, transparent 1px);
}

body.home-theme-ivory {
  --panel: rgba(255, 252, 246, 0.88);
  --panel-strong: rgba(255, 248, 237, 0.95);
  --border: rgba(183, 145, 85, 0.2);
  --text: #1e1a14;
  --muted: #6e6257;
  --accent: #bb7a2d;
  --accent-alt: #d8b074;
  --shadow: 0 24px 70px rgba(60, 36, 12, 0.18);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 214, 153, 0.34),
      transparent 26%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(194, 138, 86, 0.16),
      transparent 28%
    ),
    linear-gradient(180deg, #f5efe4 0%, #f9f5ee 55%, #f0e7db 100%);
}

body.home-theme-ivory::before {
  background-image:
    linear-gradient(rgba(90, 62, 28, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 62, 28, 0.05) 1px, transparent 1px);
  opacity: 0.22;
}

body.home-theme-crimson {
  --panel: rgba(22, 10, 14, 0.86);
  --panel-strong: rgba(13, 6, 8, 0.94);
  --border: rgba(255, 102, 140, 0.18);
  --text: #fff1f4;
  --muted: #d7acb8;
  --accent: #ff5b7f;
  --accent-alt: #ffb36b;
  background:
    radial-gradient(
      circle at top center,
      rgba(255, 91, 127, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(255, 179, 107, 0.12),
      transparent 32%
    ),
    linear-gradient(180deg, #09090d 0%, #12070b 48%, #1a0a12 100%);
}

body.home-theme-crimson::before {
  background-image:
    linear-gradient(rgba(255, 160, 180, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 160, 180, 0.03) 1px, transparent 1px);
}

button,
input,
iframe {
  font: inherit;
}

img,
iframe,
video {
  -webkit-user-drag: none;
  user-select: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  padding: 32px;
  overflow: hidden;
}

.page-shell-login {
  display: grid;
  place-items: center;
}

.ambient {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.22;
  pointer-events: none;
}

.ambient-one {
  top: -100px;
  left: -80px;
  background: #7c5cff;
}

.ambient-two {
  right: -120px;
  bottom: -120px;
  background: #32b8ff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c2ccff;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.login-layout {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
}

.login-card,
.hero-panel,
.video-panel,
.playlist-panel,
.category-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.login-card {
  padding: 40px;
}

.login-card h1,
.topbar h1,
.hero-copy h2,
.video-meta h2 {
  margin: 12px 0;
  line-height: 1.08;
}

.login-card h1 {
  font-size: clamp(2rem, 5vw, 2.9rem);
}

.login-copy,
.hero-copy p,
.playlist-header p,
.video-item p {
  color: var(--muted);
}

.login-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.field-label {
  font-size: 0.94rem;
  color: #dbe3ff;
}

.text-input {
  width: 100%;
  padding: 16px 18px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(151, 167, 255, 0.18);
  border-radius: 18px;
  outline: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.text-input:focus {
  border-color: rgba(124, 92, 255, 0.85);
  box-shadow: 0 0 0 5px rgba(124, 92, 255, 0.14);
  transform: translateY(-1px);
}

.primary-button,
.ghost-button {
  border: 0;
  border-radius: 18px;
  padding: 15px 20px;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.primary-button {
  color: white;
  background: linear-gradient(135deg, var(--accent), var(--accent-alt));
  box-shadow: 0 18px 38px rgba(75, 108, 255, 0.34);
}

.primary-button:hover,
.ghost-button:hover,
.category-card:hover,
.video-item:hover {
  transform: translateY(-3px);
}

.ghost-button {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ghost-button:hover {
  box-shadow: 0 12px 24px rgba(65, 89, 255, 0.18);
}

.error-message {
  min-height: 22px;
  margin: 0;
  color: var(--danger);
  font-size: 0.95rem;
}

.topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto 28px;
  max-width: 1280px;
}

.topbar h1 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.topbar-category {
  align-items: flex-start;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 10px;
  color: #b6c5ff;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease;
}

.back-link:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 92, 255, 0.28);
  background: rgba(124, 92, 255, 0.08);
}

.back-link-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #e3e8ff;
  font-size: 1rem;
  line-height: 1;
}

.home-layout,
.course-layout {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

.home-layout {
  display: grid;
  gap: 28px;
}

.home-layout-variant {
  display: grid;
  gap: 28px;
}

.home-layout-split {
  display: grid;
  gap: 28px;
}

.hero-panel {
  padding: 34px;
  min-height: 220px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(124, 92, 255, 0.18), rgba(50, 184, 255, 0.08)),
    var(--panel);
}

.hero-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d9e0ff;
  font-size: 0.9rem;
}

.hero-copy h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  max-width: 720px;
}

.hero-copy p {
  max-width: 620px;
  font-size: 1.02rem;
}

.hero-panel-gold {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 26px;
  background:
    linear-gradient(
      125deg,
      rgba(200, 155, 60, 0.18),
      rgba(245, 215, 142, 0.05)
    ),
    radial-gradient(
      circle at top right,
      rgba(245, 215, 142, 0.12),
      transparent 36%
    ),
    var(--panel);
}

.hero-panel-gold .hero-copy h2 {
  max-width: 760px;
}

.hero-side-card,
.success-board,
.power-note,
.insight-strip {
  border-radius: 24px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  padding: 22px;
}

.success-board {
  display: grid;
  gap: 16px;
}

.success-board p,
.power-note p,
.insight-strip p {
  margin: 0;
  color: var(--muted);
}

.success-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.success-stat {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
}

.success-stat strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.4rem;
}

.hero-panel-ivory {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.42),
      rgba(216, 176, 116, 0.08)
    ),
    var(--panel);
}

.hero-panel-ivory .hero-copy h2,
.hero-panel-crimson .hero-copy h2 {
  max-width: 860px;
}

.insight-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.insight-item {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
}

.insight-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.hero-panel-crimson {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 24px;
  background:
    linear-gradient(
      130deg,
      rgba(255, 91, 127, 0.18),
      rgba(255, 179, 107, 0.08)
    ),
    var(--panel);
}

.power-note {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.power-note blockquote {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.5;
}

.power-note footer {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.variant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.variant-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.variant-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
}

.variant-link.active {
  background: linear-gradient(135deg, var(--accent), var(--accent-alt));
  color: #fff;
  border-color: transparent;
}

.categories-wrap {
  display: grid;
  gap: 18px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.category-card {
  position: relative;
  padding: 26px 22px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 27px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    transparent 32%
  );
  pointer-events: none;
}

.category-card:hover {
  border-color: rgba(124, 92, 255, 0.42);
  box-shadow: 0 20px 50px rgba(53, 82, 255, 0.26);
}

.category-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  font-size: 1.9rem;
  background: linear-gradient(
    135deg,
    rgba(124, 92, 255, 0.24),
    rgba(50, 184, 255, 0.18)
  );
  border: 1px solid rgba(151, 167, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.category-card h3 {
  margin: 18px 0 8px;
  font-size: 1.2rem;
}

.category-card span {
  color: #b4c0e7;
  font-size: 0.94rem;
}

.course-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.video-panel {
  padding: 22px;
}

.video-frame-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 22px;
  background: #06070d;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.video-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background:
    radial-gradient(
      circle at center,
      rgba(124, 92, 255, 0.14),
      transparent 45%
    ),
    rgba(6, 7, 13, 0.9);
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.video-loader p {
  margin: 0;
  color: #d8e0ff;
  font-size: 0.98rem;
}

.video-loader:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.video-loader-spinner {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.14);
  border-top-color: var(--accent-alt);
  border-right-color: var(--accent);
  animation: spin 0.85s linear infinite;
  box-shadow: 0 0 30px rgba(102, 125, 255, 0.2);
}

.video-meta {
  margin-top: 20px;
}

.video-meta h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.video-resource {
  margin-top: 18px;
}

.video-extra-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.video-resource-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), var(--accent-alt));
  color: #fff;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(75, 108, 255, 0.24);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.video-resource-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(75, 108, 255, 0.3);
}

.video-resource-link-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.video-resource-link-secondary:hover {
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}

.playlist-panel {
  padding: 20px;
  max-height: calc(100vh - 270px);
  display: flex;
  flex-direction: column;
}

.playlist-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.playlist-header p {
  margin: 0;
}

.video-list {
  display: grid;
  gap: 12px;
  overflow-y: auto;
  padding-right: 4px;
}

.video-list::-webkit-scrollbar {
  width: 8px;
}

.video-list::-webkit-scrollbar-thumb {
  background: rgba(126, 145, 255, 0.3);
  border-radius: 999px;
}

.video-item {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  color: var(--text);
  padding: 16px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  cursor: pointer;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.video-item.active {
  background: linear-gradient(
    135deg,
    rgba(124, 92, 255, 0.18),
    rgba(50, 184, 255, 0.12)
  );
  border-color: rgba(124, 92, 255, 0.52);
  box-shadow: 0 18px 30px rgba(79, 92, 255, 0.16);
}

.video-index {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #d9e0ff;
  font-weight: 600;
}

.video-item h3,
.video-item p {
  margin: 0;
}

.video-item h3 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.empty-state {
  padding: 28px 20px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1100px) {
  .categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-panel-gold,
  .hero-panel-crimson {
    grid-template-columns: 1fr;
  }

  .success-stat-grid,
  .insight-strip {
    grid-template-columns: 1fr;
  }

  .course-layout {
    grid-template-columns: 1fr;
  }

  .playlist-panel {
    max-height: none;
  }

  .video-list {
    max-height: 420px;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 20px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .login-card,
  .hero-panel,
  .video-panel,
  .playlist-panel {
    border-radius: 24px;
  }

  .login-card {
    padding: 28px;
  }

  .hero-panel {
    padding: 26px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
  }

  .variant-actions {
    width: 100%;
  }

  .variant-link {
    width: 100%;
  }

  .category-card {
    min-height: 160px;
  }

  .playlist-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

body.variant-opulent {
  --text: #f5ead3;
  --muted: #bca783;
  background:
    radial-gradient(
      circle at top right,
      rgba(191, 150, 74, 0.16),
      transparent 30%
    ),
    linear-gradient(180deg, #050505 0%, #0b0907 55%, #140f08 100%);
  font-family: Georgia, "Times New Roman", serif;
}

body.variant-opulent::before {
  background-image: none;
}

body.variant-opulent .page-shell {
  padding: 40px;
}

.opulent-frame {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(191, 150, 74, 0.24);
  background: linear-gradient(
    180deg,
    rgba(20, 15, 8, 0.94),
    rgba(10, 8, 6, 0.96)
  );
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
}

.opulent-frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(191, 150, 74, 0.18);
  pointer-events: none;
}

.opulent-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 34px;
}

.opulent-brand {
  max-width: 760px;
}

.opulent-label {
  display: inline-block;
  color: #d9c19a;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.opulent-brand h1 {
  margin: 16px 0 10px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.96;
  font-weight: 600;
}

.opulent-brand p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 640px;
}

.opulent-button {
  padding: 14px 22px;
  border: 1px solid rgba(191, 150, 74, 0.34);
  background: transparent;
  color: var(--text);
  border-radius: 999px;
  cursor: pointer;
}

.opulent-hero {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 26px;
  margin-bottom: 30px;
}

.opulent-manifesto,
.opulent-aside,
.opulent-categories {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(191, 150, 74, 0.18);
  background: rgba(255, 245, 220, 0.02);
}

.opulent-manifesto {
  padding: 30px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.opulent-manifesto h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.opulent-manifesto p {
  color: var(--muted);
  max-width: 620px;
}

.opulent-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.opulent-signal {
  padding: 16px;
  border: 1px solid rgba(191, 150, 74, 0.14);
  background: rgba(255, 245, 220, 0.02);
}

.opulent-signal strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.opulent-aside {
  padding: 28px;
}

.opulent-aside h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.4rem;
}

.opulent-aside ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 12px;
}

.opulent-categories {
  padding: 30px;
}

.opulent-categories .categories-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

body.variant-opulent .category-card {
  min-height: 220px;
  border-radius: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 245, 220, 0.02),
    rgba(255, 245, 220, 0.01)
  );
  border: 1px solid rgba(191, 150, 74, 0.18);
  box-shadow: none;
  backdrop-filter: none;
}

body.variant-opulent .category-card::after {
  display: none;
}

body.variant-opulent .category-icon {
  border-radius: 0;
  background: rgba(191, 150, 74, 0.08);
  border: 1px solid rgba(191, 150, 74, 0.16);
}

body.variant-editorial {
  --text: #17130e;
  --muted: #6f6559;
  background: linear-gradient(180deg, #f6f1e7 0%, #f2ede4 58%, #ece3d6 100%);
  font-family: "Times New Roman", Georgia, serif;
}

body.variant-editorial::before {
  background-image: none;
}

body.variant-editorial .page-shell {
  padding: 0;
}

.editorial-shell {
  max-width: 1360px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 44px 34px 60px;
}

.editorial-topbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
  margin-bottom: 44px;
}

.editorial-kicker {
  color: #8a7557;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.editorial-topbar h1 {
  margin: 14px 0 0;
  max-width: 760px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
  font-weight: 500;
}

.editorial-button {
  padding: 12px 18px;
  border: 1px solid #b8a184;
  background: #ffffff80;
  color: #17130e;
  border-radius: 999px;
  cursor: pointer;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 34px;
  align-items: start;
}

.editorial-left {
  display: grid;
  gap: 24px;
}

.editorial-card,
.editorial-note,
.editorial-categories {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(144, 117, 83, 0.16);
}

.editorial-card {
  padding: 28px;
}

.editorial-card p,
.editorial-note p {
  color: var(--muted);
}

.editorial-note {
  padding: 28px;
}

.editorial-note blockquote {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.35;
}

.editorial-categories {
  padding: 34px;
}

.editorial-categories-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 24px;
}

.editorial-categories-header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.editorial-categories .categories-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.variant-editorial .category-card {
  min-height: 180px;
  border-radius: 22px;
  background: #fffdf9;
  border: 1px solid rgba(144, 117, 83, 0.16);
  box-shadow: 0 16px 40px rgba(112, 87, 52, 0.08);
  backdrop-filter: none;
}

body.variant-editorial .category-card::after {
  display: none;
}

body.variant-editorial .category-icon {
  border-radius: 18px;
  background: #f1e7d7;
  border: 1px solid rgba(144, 117, 83, 0.12);
}

body.variant-boardroom {
  --text: #eaf0f3;
  --muted: #97aab4;
  background: linear-gradient(180deg, #dde5e8 0%, #cfd8dd 100%);
  font-family: Arial, Helvetica, sans-serif;
}

body.variant-boardroom::before {
  background-image: none;
}

body.variant-boardroom .page-shell {
  padding: 24px;
}

.boardroom-shell {
  max-width: 1360px;
  margin: 0 auto;
  background: #0f1a21;
  min-height: calc(100vh - 48px);
  padding: 32px;
  box-shadow: 0 30px 90px rgba(21, 34, 42, 0.28);
}

.boardroom-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.boardroom-topbar h1 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 700;
  max-width: 760px;
}

.boardroom-tag {
  color: #8eb3c8;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

.boardroom-button {
  padding: 12px 18px;
  border: 1px solid rgba(143, 179, 198, 0.24);
  background: #16252e;
  color: #eaf0f3;
  border-radius: 10px;
  cursor: pointer;
}

.boardroom-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  margin-top: 28px;
}

.boardroom-sidebar,
.boardroom-main {
  display: grid;
  gap: 20px;
}

.boardroom-panel,
.boardroom-categories {
  background: #14232c;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.boardroom-panel {
  padding: 22px;
}

.boardroom-panel h2,
.boardroom-panel h3 {
  margin-top: 0;
}

.boardroom-metrics {
  display: grid;
  gap: 12px;
}

.boardroom-metric {
  padding: 14px 16px;
  background: #101c23;
  border-left: 3px solid #6fa3bf;
}

.boardroom-metric strong {
  display: block;
  margin-bottom: 4px;
}

.boardroom-categories {
  padding: 26px;
}

.boardroom-categories-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 22px;
}

.boardroom-categories .categories-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.variant-boardroom .category-card {
  min-height: 170px;
  border-radius: 12px;
  background: #0f1a21;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: none;
  backdrop-filter: none;
}

body.variant-boardroom .category-card::after {
  display: none;
}

body.variant-boardroom .category-icon {
  border-radius: 12px;
  background: #16262f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

@media (max-width: 1100px) {
  .opulent-hero,
  .editorial-grid,
  .boardroom-grid {
    grid-template-columns: 1fr;
  }

  .opulent-categories .categories-grid,
  .boardroom-categories .categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .opulent-frame,
  .editorial-shell,
  .boardroom-shell {
    padding: 20px;
  }

  .opulent-topbar,
  .editorial-topbar,
  .boardroom-topbar,
  .editorial-categories-header,
  .boardroom-categories-head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .opulent-signals,
  .opulent-categories .categories-grid,
  .editorial-categories .categories-grid,
  .boardroom-categories .categories-grid {
    grid-template-columns: 1fr;
  }
}

body.variant-campus {
  --text: #f7f3ff;
  --muted: #bdb1ea;
  background: linear-gradient(180deg, #090221 0%, #10052f 52%, #0b0325 100%);
  font-family: "Outfit", sans-serif;
}

body.variant-campus::before {
  background-image: none;
}

body.variant-campus .page-shell {
  padding: 32px;
}

.campus-exit {
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid rgba(170, 148, 255, 0.32);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  cursor: pointer;
}

.campus-topbar-simple {
  max-width: 1240px;
  margin-bottom: 24px;
}

.campus-brand-block {
  max-width: 740px;
}

.campus-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(109, 82, 255, 0.14);
  border: 1px solid rgba(173, 158, 255, 0.22);
  color: #ddd3ff;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.campus-topbar-simple h1 {
  margin: 14px 0 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.campus-home-layout {
  max-width: 1240px;
}

.campus-hero-simple {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.75fr);
  gap: 24px;
  padding: 36px;
  background:
    radial-gradient(
      circle at top right,
      rgba(131, 97, 255, 0.22),
      transparent 28%
    ),
    linear-gradient(135deg, rgba(95, 72, 214, 0.18), rgba(28, 15, 77, 0.88)),
    rgba(28, 15, 77, 0.82);
  border-color: rgba(126, 102, 225, 0.24);
}

.campus-hero-copy h2 {
  margin: 12px 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.02;
}

.campus-hero-copy p {
  margin: 0;
  max-width: 660px;
  color: #c8bcff;
  font-size: 1.02rem;
}

.campus-badge {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(220, 213, 255, 0.16);
  color: #f6f0ff;
  font-size: 0.88rem;
}

.campus-hero-rail {
  display: grid;
  gap: 12px;
  align-content: center;
}

.campus-hero-rail span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(111, 84, 245, 0.86),
    rgba(64, 39, 168, 0.92)
  );
  border: 1px solid rgba(213, 204, 255, 0.22);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 16px 28px rgba(24, 11, 88, 0.26);
}

.campus-categories-simple .categories-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

body.variant-campus .category-card {
  min-height: 180px;
  background: linear-gradient(
    180deg,
    rgba(96, 72, 214, 0.32),
    rgba(25, 13, 71, 0.86)
  );
  border: 1px solid rgba(208, 198, 255, 0.22);
  border-radius: 18px;
  box-shadow: none;
  backdrop-filter: none;
}

body.variant-campus .category-card::after {
  display: none;
}

body.variant-campus .category-icon {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

@media (max-width: 1100px) {
  .campus-hero-simple {
    grid-template-columns: 1fr;
  }

  .campus-categories-simple .categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.variant-campus .page-shell {
    padding: 20px;
  }

  .campus-topbar-simple {
    flex-direction: column;
    align-items: flex-start;
  }

  .campus-hero-simple {
    padding: 24px;
  }

  .campus-categories-simple .categories-grid {
    grid-template-columns: 1fr;
  }
}

body.variant-noir {
  --text: #f3f5f7;
  --muted: #9ea6ad;
  --accent: #dfe7ee;
  --accent-alt: #77838f;
  background:
    radial-gradient(
      circle at top left,
      rgba(228, 236, 242, 0.08),
      transparent 24%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(164, 177, 188, 0.08),
      transparent 26%
    ),
    linear-gradient(180deg, #181a1d 0%, #0c0d0f 52%, #121417 100%);
  font-family: "Outfit", sans-serif;
}

body.variant-noir::before {
  background-image: none;
}

body.variant-noir .page-shell {
  padding: 30px;
}

body.variant-noir .ambient-one {
  background: #dbe4ea;
  opacity: 0.1;
}

body.variant-noir .ambient-two {
  background: #89959f;
  opacity: 0.08;
}

.noir-topbar {
  max-width: 1280px;
  margin-bottom: 24px;
  padding: 18px 22px;
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.noir-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c7d0d7;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.noir-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.noir-topbar h1 {
  margin: 14px 0 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.96;
}

.noir-exit {
  min-width: 128px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
  color: #fff;
  cursor: pointer;
}

.noir-home-layout {
  max-width: 1280px;
  gap: 22px;
}

.noir-hero {
  position: relative;
  padding: 38px;
  min-height: 280px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(
      circle at 80% 25%,
      rgba(223, 231, 238, 0.22),
      transparent 18%
    ),
    radial-gradient(
      circle at 20% 85%,
      rgba(127, 140, 150, 0.12),
      transparent 20%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(13, 14, 16, 0.92);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.noir-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 0 14%,
      rgba(255, 255, 255, 0.03) 14% 14.2%,
      transparent 14.2% 100%
    ),
    linear-gradient(
      180deg,
      transparent 0 72%,
      rgba(255, 255, 255, 0.03) 72% 72.3%,
      transparent 72.3% 100%
    );
  pointer-events: none;
}

.noir-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #edf2f6;
  font-size: 0.86rem;
}

.noir-hero-copy {
  position: relative;
  z-index: 1;
}

.noir-hero-copy h2 {
  margin: 14px 0;
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.98;
}

.noir-hero-copy p {
  margin: 0;
  max-width: 620px;
  color: #a7b0b7;
  font-size: 1rem;
}

.noir-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  align-content: center;
}

.noir-metric {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.noir-metric strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: 600;
}

.noir-metric span {
  color: #aab2b8;
  font-size: 0.92rem;
}

.noir-categories .categories-grid {
  gap: 18px;
}

body.variant-noir .category-card {
  min-height: 210px;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at top right,
      rgba(227, 235, 240, 0.12),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(10, 11, 13, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

body.variant-noir .category-card::after {
  border-radius: 25px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    transparent 34%
  );
}

body.variant-noir .category-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

body.variant-noir .category-icon {
  width: 66px;
  height: 66px;
  border-radius: 22px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.variant-noir .category-card span {
  color: #9ca5ad;
}

@media (max-width: 1100px) {
  .noir-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.variant-noir .page-shell {
    padding: 20px;
  }

  .noir-topbar {
    padding: 18px;
  }

  .noir-hero {
    padding: 24px;
  }
}

body.variant-aura {
  --text: #f6f2ff;
  --muted: #b4acd1;
  background:
    radial-gradient(
      circle at top left,
      rgba(192, 115, 255, 0.16),
      transparent 24%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(81, 250, 170, 0.12),
      transparent 22%
    ),
    linear-gradient(180deg, #090912 0%, #10101d 58%, #0d0c18 100%);
  font-family: "Outfit", sans-serif;
}

body.variant-aura::before {
  background-image: none;
}

body.variant-aura .page-shell {
  padding: 22px;
}

body.variant-aura .ambient-one {
  background: #ff7be6;
  opacity: 0.1;
}

body.variant-aura .ambient-two {
  background: #51faaa;
  opacity: 0.1;
}

.aura-home-layout {
  max-width: 1320px;
  gap: 18px;
}

.aura-header {
  max-width: 1320px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(14, 12, 28, 0.88);
  border: 1px solid rgba(171, 153, 255, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.aura-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c8c0ee;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
}

.aura-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7be6, #51faaa);
  box-shadow: 0 0 14px rgba(129, 255, 203, 0.45);
}

.aura-header h1 {
  margin: 14px 0 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
}

.aura-exit {
  padding: 13px 18px;
  border-radius: 14px;
  border: 1px solid rgba(171, 153, 255, 0.18);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
  color: #fff;
  cursor: pointer;
}

.aura-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
  min-height: 360px;
}

.aura-hero-main,
.aura-hero-stack,
.aura-mini-panel,
.aura-meter,
.aura-categories {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(171, 153, 255, 0.18);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(12, 11, 26, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.aura-hero-main {
  padding: 36px;
  min-height: 360px;
  background:
    radial-gradient(
      circle at 82% 22%,
      rgba(202, 246, 255, 0.16),
      transparent 16%
    ),
    radial-gradient(
      circle at 14% 88%,
      rgba(81, 250, 170, 0.16),
      transparent 18%
    ),
    radial-gradient(
      circle at 58% 50%,
      rgba(255, 123, 230, 0.08),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(10, 9, 24, 0.96);
}

.aura-hero-main::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  border: 1px solid rgba(182, 171, 255, 0.1);
  pointer-events: none;
}

.aura-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f7f2ff;
  font-size: 0.86rem;
}

.aura-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #51faaa;
  box-shadow: 0 0 10px rgba(81, 250, 170, 0.5);
}

.aura-hero-main h2 {
  position: relative;
  z-index: 1;
  margin: 18px 0 14px;
  max-width: 760px;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.aura-hero-main p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 620px;
  color: #beb6da;
  font-size: 1rem;
}

.aura-pills {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.aura-pills span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ddd5fb;
  font-size: 0.9rem;
}

.aura-hero-stack {
  display: grid;
  grid-template-rows: 1.2fr 0.8fr;
  gap: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.aura-mini-panel {
  padding: 24px;
}

.aura-mini-panel h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  line-height: 1.15;
}

.aura-mini-panel p {
  margin: 0;
  color: #b8b0d6;
}

.aura-micro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.aura-micro-item {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ece6ff;
  font-size: 0.9rem;
}

.aura-meter {
  padding: 24px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: center;
}

.aura-ring {
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: conic-gradient(
    #ff7be6 0 28%,
    #8f7fff 28% 62%,
    #51faaa 62% 86%,
    rgba(255, 255, 255, 0.08) 86% 100%
  );
  display: grid;
  place-items: center;
  margin: 0 auto;
}

.aura-ring::before {
  content: "5 Areas";
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border-radius: 999px;
  background: #141226;
  color: #fff;
  font-weight: 600;
}

.aura-meter-copy strong {
  display: block;
  margin-bottom: 8px;
  font-size: 2rem;
}

.aura-meter-copy span {
  color: #b8b0d6;
  font-size: 0.94rem;
}

.aura-categories {
  padding: 22px;
}

.aura-categories .categories-grid {
  gap: 18px;
}

body.variant-aura .category-card {
  min-height: 205px;
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 80% 18%,
      rgba(255, 123, 230, 0.12),
      transparent 18%
    ),
    radial-gradient(
      circle at 16% 84%,
      rgba(81, 250, 170, 0.1),
      transparent 18%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(13, 12, 28, 0.96);
  border: 1px solid rgba(171, 153, 255, 0.16);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

body.variant-aura .category-card::after {
  display: none;
}

body.variant-aura .category-card:hover {
  border-color: rgba(197, 185, 255, 0.28);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
}

body.variant-aura .category-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.variant-aura .category-card span {
  color: #b9b1d6;
}

@media (max-width: 1100px) {
  .aura-hero {
    grid-template-columns: 1fr;
  }

  .aura-hero-stack {
    grid-template-rows: auto;
  }
}

@media (max-width: 760px) {
  body.variant-aura .page-shell {
    padding: 18px;
  }

  .aura-header {
    padding: 18px;
  }

  .aura-hero-main,
  .aura-mini-panel,
  .aura-meter,
  .aura-categories {
    padding: 20px;
  }

  .aura-meter {
    grid-template-columns: 1fr;
  }

  .aura-micro-grid {
    grid-template-columns: 1fr;
  }
}
