/* Lucid portal — ink / obsidian + electric ice */
:root {
  --bg-0: #02040a;
  --bg-1: #070b14;
  --bg-2: #0c1220;
  --panel: rgba(8, 12, 22, 0.82);
  --panel-solid: #0a0f1a;
  --panel-border: rgba(94, 234, 255, 0.14);
  --panel-border-strong: rgba(94, 234, 255, 0.32);
  --text: #e8f0f8;
  --text-bright: #f5f9fc;
  --muted: #7a8a9c;
  --accent: #5eeaff;
  --accent-2: #9af0ff;
  --accent-deep: #1a9bb8;
  --accent-glow: rgba(94, 234, 255, 0.35);
  --accent-hot: #3dd4f0;
  --success: #3dd68c;
  --warn: #ffb020;
  --danger: #ff5a72;
  --radius: 2px;
  --radius-lg: 4px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
  --shadow-card: 0 18px 48px rgba(0, 0, 0, 0.4);
  --font: "Exo 2", "Segoe UI", sans-serif;
  --font-display: "Orbitron", "Exo 2", sans-serif;
  --font-mono: "Cascadia Code", Consolas, "Courier New", monospace;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg-0);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--accent-2);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #fff;
}

/* ── Atmosphere (dashboard) ── */
.dash-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.dash-atmosphere__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(20, 50, 70, 0.45), transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 60%, rgba(10, 40, 55, 0.25), transparent 50%),
    linear-gradient(180deg, #050810 0%, #02040a 45%, #010205 100%);
}

.dash-atmosphere__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  animation: orb-drift 22s ease-in-out infinite alternate;
}

.dash-atmosphere__orb--a {
  width: min(70vw, 720px);
  height: min(70vw, 720px);
  top: -18%;
  left: -12%;
  background: radial-gradient(circle, rgba(94, 234, 255, 0.16), transparent 68%);
}

.dash-atmosphere__orb--b {
  width: min(55vw, 520px);
  height: min(55vw, 520px);
  bottom: 5%;
  right: -8%;
  background: radial-gradient(circle, rgba(26, 155, 184, 0.14), transparent 70%);
  animation-duration: 28s;
  animation-direction: alternate-reverse;
}

.dash-atmosphere__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(94, 234, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 234, 255, 0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 28%, black 15%, transparent 72%);
}

.dash-atmosphere__grain {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: overlay;
}

.dash-atmosphere__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 40%, transparent 30%, rgba(1, 2, 5, 0.75) 100%);
}

@keyframes orb-drift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(4%, -3%) scale(1.08); }
}

/* Legacy aurora (admin / auth pages) */
.aurora {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.aurora::before,
.aurora::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  top: -20%;
  left: -20%;
  background:
    radial-gradient(ellipse 50% 40% at 20% 30%, rgba(94, 234, 255, 0.12), transparent 60%),
    radial-gradient(ellipse 45% 35% at 80% 20%, rgba(26, 155, 184, 0.1), transparent 55%),
    radial-gradient(ellipse 55% 45% at 50% 80%, rgba(94, 234, 255, 0.06), transparent 60%);
  animation: aurora-drift 18s ease-in-out infinite alternate;
}

.aurora::after {
  animation-duration: 24s;
  animation-direction: alternate-reverse;
  opacity: 0.7;
}

@keyframes aurora-drift {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  100% { transform: translate(-4%, 3%) rotate(3deg) scale(1.05); }
}

.grid-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(94, 234, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 234, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
  pointer-events: none;
}

.shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 80px;
  opacity: 1;
}

/* ── Nav ── */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  border-radius: var(--radius-lg);
  background: rgba(6, 10, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.dash-nav {
  border-color: rgba(94, 234, 255, 0.1);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  color: var(--text);
  text-transform: uppercase;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-bright);
  text-decoration: none;
}

.brand-link:hover {
  color: #fff;
}

.brand-link:hover .brand-logo {
  filter: drop-shadow(0 0 12px var(--accent-glow));
}

.brand-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 10px rgba(94, 234, 255, 0.25));
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--text-bright);
}

.brand-sub {
  color: var(--muted);
  font-family: var(--font);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
  padding-left: 12px;
  border-left: 1px solid rgba(94, 234, 255, 0.2);
}

.brand-mark {
  display: none;
}

.nav-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* ── Buttons ── */
.btn {
  appearance: none;
  border: none;
  cursor: pointer;
  font: inherit;
  border-radius: var(--radius);
  padding: 12px 20px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  transition: transform 0.2s var(--ease-out), box-shadow 0.25s ease, background 0.25s ease, border-color 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  color: #02040a;
  background: linear-gradient(135deg, #7ef0ff 0%, var(--accent) 45%, #2ec4e0 100%);
  box-shadow: 0 8px 28px rgba(94, 234, 255, 0.28);
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 800;
}

.btn-primary:hover {
  box-shadow: 0 12px 36px rgba(94, 234, 255, 0.42);
  transform: translateY(-1px);
  color: #02040a;
}

.btn-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(94, 234, 255, 0.25);
  color: var(--text-bright);
}

.btn-danger {
  color: #fff;
  background: linear-gradient(135deg, #ff5a72, #d93a55);
  border: 1px solid transparent;
}

.btn-danger:hover:not(:disabled) {
  box-shadow: 0 8px 24px rgba(255, 90, 114, 0.3);
}

.btn-sm {
  padding: 8px 14px;
  font-size: 0.78rem;
}

.btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

.btn-block {
  width: 100%;
  text-align: center;
}

/* ── Hero (landing pages) ── */
.hero {
  margin-top: 56px;
  text-align: center;
}

.hero-title {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hero-line {
  display: block;
  overflow: hidden;
}

.hero-line-inner {
  display: block;
  background: linear-gradient(180deg, #fff 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0;
  transform: translateY(108%);
}

.hero p,
.hero-desc {
  margin: 0 auto;
  max-width: 560px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.hero-cta {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Sections ── */
.section {
  margin-top: 72px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* ── Cards ── */
.card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-card);
}

.card-pad {
  padding: 22px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

/* ── Product cards (imagery hooks) ── */
.product-card {
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), border-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.product-card--pending {
  opacity: 0;
  transform: translateY(16px) scale(0.97);
}

.product-card--enter {
  animation: card-pop-in 0.72s calc(var(--stagger, 0) * 85ms) var(--ease-out) both;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(94, 234, 255, 0.08), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 2;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: var(--panel-border-strong);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.product-card:hover::before {
  opacity: 1;
}

.product-card__media,
.entitlement-card__media {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 80% at 70% 20%, rgba(94, 234, 255, 0.14), transparent 55%),
    linear-gradient(160deg, #0e1628 0%, #05070f 100%);
}

.product-card__media img,
.entitlement-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transform: scale(1.02);
  transition: transform 0.5s var(--ease-out);
}

.product-card:hover .product-card__media img,
.entitlement-card:hover .entitlement-card__media img {
  transform: scale(1.07);
}

.product-card__media-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(4, 8, 14, 0.55) 45%,
    rgba(4, 8, 14, 0.98) 100%
  );
  pointer-events: none;
}

.product-card__media--empty {
  background:
    radial-gradient(circle at 30% 40%, rgba(94, 234, 255, 0.12), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(26, 155, 184, 0.1), transparent 45%),
    linear-gradient(145deg, #10182c, #060810);
}

.product-card__media--thumb {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid rgba(94, 234, 255, 0.18);
}

.product-card__media--thumb img {
  transform: none;
}

.product-card__body,
.entitlement-card__body {
  position: relative;
  z-index: 1;
  padding: 14px 18px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.product-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.product-meta {
  color: var(--muted);
  font-size: 0.82rem;
}

/* Status pills */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  padding: 6px 10px;
  border-radius: 2px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-display);
}

.status-pill.status-green,
.status-pill.online,
.status-pill.undetected {
  color: #9dffc0;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(74, 222, 128, 0.4);
}

.status-pill.status-red,
.status-pill.offline {
  color: #ffb3be;
  background: rgba(239, 68, 68, 0.16);
  border: 1px solid rgba(248, 113, 113, 0.4);
}

.status-pill.status-yellow,
.status-pill.maintenance,
.status-pill.updating {
  color: #ffe9a8;
  background: rgba(234, 179, 8, 0.16);
  border: 1px solid rgba(250, 204, 21, 0.4);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.status-pill.status-green .status-dot,
.status-pill.online .status-dot,
.status-pill.undetected .status-dot {
  animation: pulse-dot-green 2s ease-in-out infinite;
}

.status-pill.status-yellow .status-dot,
.status-pill.maintenance .status-dot,
.status-pill.updating .status-dot {
  animation: pulse-dot-amber 2.2s ease-in-out infinite;
}

.status-pill.status-red .status-dot {
  animation: none;
}

@keyframes pulse-dot-green {
  0%, 100% { box-shadow: 0 0 0 0 rgba(88, 232, 148, 0.45); }
  50% { box-shadow: 0 0 0 6px rgba(88, 232, 148, 0); }
}

@keyframes pulse-dot-amber {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 214, 88, 0.45); }
  50% { box-shadow: 0 0 0 6px rgba(255, 214, 88, 0); }
}

/* ── Dashboard layout ── */
.dash-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  margin-top: 28px;
}

@media (max-width: 900px) {
  .dash-grid {
    grid-template-columns: 1fr;
  }
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(94, 234, 255, 0.15), rgba(26, 155, 184, 0.1));
  border: 1px solid rgba(94, 234, 255, 0.22);
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-fallback {
  font-weight: 800;
  font-size: 1.1rem;
  font-family: var(--font-display);
  color: var(--accent);
}

.profile-copy {
  min-width: 0;
}

.skeleton-line {
  display: inline-block;
  height: 1em;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(255,255,255,.05), rgba(255,255,255,.12), rgba(255,255,255,.05));
  background-size: 200% 100%;
  animation: shimmer 1.2s ease-in-out infinite;
}

.skeleton-line.sm {
  height: 0.85em;
}

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.dash-page {
  margin-top: 20px;
}

.dash-shell {
  max-width: 1160px;
  padding-top: 20px;
}

/* ═══════════════════════════════════════════
   HERO — brand-first first viewport
   ═══════════════════════════════════════════ */
.dash-hero {
  position: relative;
  margin-bottom: 32px;
  padding: clamp(36px, 6vw, 64px) clamp(24px, 4vw, 48px) clamp(28px, 4vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(94, 234, 255, 0.16);
  background:
    linear-gradient(165deg, rgba(10, 16, 28, 0.55) 0%, rgba(4, 8, 16, 0.72) 50%, rgba(6, 10, 18, 0.8) 100%);
  box-shadow:
    0 32px 100px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
  animation: rise-in 0.8s var(--ease-out) both;
  min-height: min(52vh, 420px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dash-hero__glow {
  position: absolute;
  inset: -50% -30% auto;
  height: 140%;
  background:
    radial-gradient(ellipse 50% 45% at 20% 35%, rgba(94, 234, 255, 0.18), transparent 65%),
    radial-gradient(ellipse 35% 40% at 90% 15%, rgba(26, 155, 184, 0.12), transparent 60%);
  pointer-events: none;
  animation: dash-hero-glow 16s ease-in-out infinite alternate;
}

.dash-hero__scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(94, 234, 255, 0.03) 48%,
    transparent 56%
  );
  background-size: 200% 100%;
  animation: hero-scan 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes dash-hero-glow {
  0% { transform: translate(0, 0) scale(1); opacity: 0.8; }
  100% { transform: translate(-2%, 3%) scale(1.05); opacity: 1; }
}

@keyframes hero-scan {
  0%, 100% { background-position: 100% 0; }
  50% { background-position: 0% 0; }
}

.dash-hero__brand {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 28px);
  margin-bottom: clamp(16px, 2.5vw, 24px);
}

.dash-hero__mark {
  width: clamp(72px, 12vw, 120px);
  height: clamp(72px, 12vw, 120px);
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(94, 234, 255, 0.4));
  animation: mark-breathe 3s ease-in-out infinite alternate;
  flex-shrink: 0;
}

@keyframes mark-breathe {
  from { filter: drop-shadow(0 0 20px rgba(94, 234, 255, 0.3)); transform: scale(1); }
  to { filter: drop-shadow(0 0 36px rgba(94, 234, 255, 0.5)); transform: scale(1.02); }
}

.dash-hero__wordmark {
  margin: 0;
  line-height: 0.9;
}

.dash-hero__wordmark-text {
  display: block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(3.2rem, 11vw, 7.5rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-bright);
  text-shadow:
    0 0 40px rgba(94, 234, 255, 0.35),
    0 2px 0 rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, #ffffff 0%, #c8eef8 40%, #5eeaff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: wordmark-in 0.9s 0.15s var(--ease-out) both;
}

@keyframes wordmark-in {
  from { opacity: 0; letter-spacing: 0.4em; transform: translateY(12px); }
  to { opacity: 1; letter-spacing: 0.18em; transform: none; }
}

.dash-hero__lead {
  position: relative;
  margin: 0 0 clamp(22px, 3vw, 32px);
  max-width: 28rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  animation: rise-in 0.7s 0.25s var(--ease-out) both;
}

.dash-hero__cta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  animation: rise-in 0.7s 0.35s var(--ease-out) both;
}

.dash-download-btn {
  min-width: 240px;
  padding: 16px 28px;
  font-size: 0.88rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 36px rgba(94, 234, 255, 0.32);
}

.dash-download-btn:hover {
  color: #02040a;
}

.dash-download-fallback {
  font-size: 0.86rem;
  color: var(--muted);
  max-width: 300px;
  line-height: 1.45;
  padding: 10px 14px;
  border-left: 2px solid rgba(255, 176, 32, 0.5);
  background: rgba(255, 176, 32, 0.06);
}

.dash-hero__account {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 8px 14px 8px 8px;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.dash-hero__eyebrow {
  margin: 0 0 1px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.dash-hero__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text-bright);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

.dash-hero__handle {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
}

.dash-hero__stats {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.dash-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
  padding: 12px 16px;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(94, 234, 255, 0.12);
}

.dash-stat__value {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
}

.dash-stat__label {
  margin-top: 4px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Legacy dash-top */
.dash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.dash-top__profile {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.dash-top__eyebrow {
  margin: 0 0 2px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.dash-top h1 {
  margin: 0 0 2px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

.dash-top__stats {
  display: flex;
  gap: 12px;
}

.dash-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 20px;
  align-items: start;
}

@media (max-width: 960px) {
  .dash-layout {
    grid-template-columns: 1fr;
  }

  .dash-aside {
    position: static;
  }
}

.dash-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.dash-aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 20px;
}

.dash-panel__head {
  padding: 20px 22px 0;
}

.dash-panel__head--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.dash-panel__head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-bright);
}

.dash-panel__head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.dash-panel__sub {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.dash-panel--link h2,
.dash-panel--next h2,
.dash-panel--deploy h2 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dash-panel--products,
.dash-panel--status,
.dash-panel--link,
.dash-panel--next {
  border-color: rgba(94, 234, 255, 0.12);
  background: rgba(6, 10, 18, 0.78);
}

.dash-link {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: var(--accent);
}

.dash-link:hover {
  color: var(--accent-2);
}

.dash-panel--status {
  padding-bottom: 8px;
}

.dash-panel--status .status-list {
  padding: 12px 16px 16px;
}

.input--mono {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}

.field--tight {
  margin-bottom: 12px;
}

.hidden {
  display: none !important;
}

/* ── Entitlement grid ── */
/* auto-fit + minmax: 1 card spans, 2 sit side-by-side, 3+ wrap without squashing art */
.product-entitlement-grid,
.license-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 16px;
  padding: 16px 18px 20px;
  align-items: stretch;
  justify-content: center;
}

/* One product: keep a readable card width instead of ultra-wide stretch */
.product-entitlement-grid:has(> .entitlement-card.product-card:only-child),
.license-grid:has(> .entitlement-card.product-card:only-child) {
  grid-template-columns: minmax(min(100%, 300px), 440px);
  justify-content: start;
}

.product-entitlement-grid > .entitlement-card.product-card,
.license-grid > .entitlement-card.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

.product-entitlement-grid .product-card__media,
.product-entitlement-grid .entitlement-card__media,
.license-grid .product-card__media,
.license-grid .entitlement-card__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.product-entitlement-grid .product-card__media-fade,
.license-grid .product-card__media-fade {
  inset: auto 0 0 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(4, 8, 14, 0.55) 45%,
    rgba(4, 8, 14, 0.98) 100%
  );
}

.license-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 52px 24px !important;
  color: var(--muted);
}

.license-empty__icon {
  font-size: 2rem;
  opacity: 0.3;
  margin-bottom: 12px;
  color: var(--accent);
}

.license-empty h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}

.license-empty p {
  margin: 0 auto;
  max-width: 360px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.entitlement-card {
  position: relative;
  padding: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(94, 234, 255, 0.14);
  background: linear-gradient(160deg, rgba(10, 16, 28, 0.95) 0%, rgba(4, 8, 14, 0.94) 100%);
  overflow: hidden;
  animation: rise-in 0.55s var(--ease-out) both;
  transition: border-color 0.25s ease, transform 0.3s var(--ease-out), box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.entitlement-card:hover {
  border-color: rgba(94, 234, 255, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.4);
}

.entitlement-card__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--muted);
  z-index: 3;
}

.entitlement-card.active .entitlement-card__accent {
  background: linear-gradient(180deg, var(--success), #1a9e62);
}

.entitlement-card.pending .entitlement-card__accent {
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
}

.entitlement-card.expired .entitlement-card__accent {
  background: linear-gradient(180deg, var(--warn), #cc7a20);
}

.entitlement-card.revoked .entitlement-card__accent {
  background: linear-gradient(180deg, var(--danger), #c43048);
}

.entitlement-card__head {
  margin-bottom: 12px;
}

.entitlement-card__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.entitlement-card__title h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-bright);
}

.entitlement-card__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.entitlement-field__label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.entitlement-field__row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.entitlement-key {
  flex: 1;
  min-width: 0;
  display: block;
  padding: 11px 12px;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(94, 234, 255, 0.16);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  color: var(--accent-2);
  word-break: break-all;
  line-height: 1.4;
}

.entitlement-expiry {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 11px 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.entitlement-expiry strong {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--text);
}

.entitlement-expiry__rel {
  font-size: 0.76rem;
  color: var(--muted);
}

.entitlement-card__meta {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.entitlement-card__actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Legacy license-card */
.license-card {
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
  border-left: 3px solid var(--muted);
  animation: rise-in 0.5s var(--ease-out) both;
}

.license-card.active { border-left-color: var(--success); }
.license-card.expired { border-left-color: var(--warn); }
.license-card.revoked { border-left-color: var(--danger); }

.license-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.license-card__product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.license-card__product h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.license-card__key {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(94, 234, 255, 0.12);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--accent-2);
  word-break: break-all;
  line-height: 1.4;
}

.license-card__meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.license-card__chip {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.license-card__actions {
  margin-top: 12px;
}

.btn-copy {
  flex-shrink: 0;
  padding: 6px 12px !important;
  font-size: 0.72rem !important;
  align-self: center;
}

.status-row-ver {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}

/* Next steps */
.dash-steps {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dash-steps__item {
  display: flex;
  gap: 12px;
  align-items: start;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  opacity: 0.5;
  transition: opacity 0.2s, border-color 0.2s, background 0.2s;
}

.dash-steps__item.current {
  opacity: 1;
  border-color: rgba(94, 234, 255, 0.28);
  background: rgba(94, 234, 255, 0.05);
}

.dash-steps__item.done {
  opacity: 0.7;
}

.dash-steps__item.done .dash-steps__num {
  background: rgba(61, 214, 140, 0.18);
  color: var(--success);
  border-color: rgba(61, 214, 140, 0.35);
}

.dash-steps__num {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 2px;
  font-weight: 800;
  font-size: 0.72rem;
  font-family: var(--font-display);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.dash-steps__item strong {
  display: block;
  font-size: 0.86rem;
  margin-bottom: 2px;
}

.dash-steps__item p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

/* Deploy banner (admin) */
.dash-panel--deploy {
  border-color: rgba(255, 176, 32, 0.4) !important;
  background: linear-gradient(135deg, rgba(255, 176, 32, 0.07), rgba(6, 8, 18, 0.92)) !important;
}

.deploy-banner {
  display: flex;
  gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}

.deploy-banner__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffe9a8;
  background: rgba(255, 176, 32, 0.16);
  border: 1px solid rgba(255, 176, 32, 0.35);
}

.deploy-banner h2 {
  color: #ffe9a8 !important;
}

.deploy-banner p {
  margin: 4px 0 0;
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.45;
}

.deploy-banner code {
  font-size: 0.82em;
  color: #ffe9a8;
  background: rgba(0, 0, 0, 0.3);
  padding: 1px 5px;
  border-radius: 2px;
}

.deploy-checklist {
  margin: 0 0 14px;
  padding: 0 0 0 18px;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.6;
}

.deploy-checklist code {
  font-size: 0.9em;
  color: var(--accent-2);
}

.dash-panel--deploy .btn-primary {
  background: linear-gradient(135deg, #ffb020, #e89000);
  box-shadow: 0 8px 24px rgba(255, 176, 32, 0.28);
  color: #1a0e00;
}

.section-head.compact {
  margin: 0 0 16px;
}

.status-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 120px;
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 6px 12px 6px 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.status-row__thumb {
  margin-right: 2px;
}

.status-row .status-row-name {
  flex: 1;
  min-width: 0;
}

.status-row .status-pill.compact {
  margin-top: 0;
  flex-shrink: 0;
}

.status-row.skeleton-row {
  min-height: 42px;
  animation: shimmer 1.2s ease-in-out infinite;
  background: linear-gradient(90deg, rgba(255,255,255,.03), rgba(255,255,255,.07), rgba(255,255,255,.03));
  background-size: 200% 100%;
}

.status-row-name {
  font-weight: 600;
  font-size: 0.9rem;
}

.status-row-game-update {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 5px;
}

.status-row-game-update__label {
  font-family: var(--font-display);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(154, 176, 198, 0.94); /* Lucid ink */
}

.status-row-game-update__value {
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #7ad6ff; /* Lucid ice cyan */
  text-shadow: 0 0 16px rgba(122, 214, 255, 0.26);
}

.status-pill.compact {
  font-size: 0.68rem;
  padding: 4px 9px;
}

.empty-state.compact {
  padding: 16px 8px;
  font-size: 0.88rem;
}

.licenses-block {
  margin-top: 8px;
}

.noscript-banner {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: rgba(2, 4, 10, 0.94);
  color: var(--text);
  text-align: center;
  padding: 2rem;
}

.profile-card {
  display: flex;
  align-items: center;
  gap: 16px;
}

.profile-card h2 {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.profile-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.field label {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.input {
  width: 100%;
  padding: 13px 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.32);
  color: var(--text);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input:focus {
  outline: none;
  border-color: rgba(94, 234, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(94, 234, 255, 0.12);
}

.license-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.license-item {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
  animation: rise-in 0.6s var(--ease-out) both;
}

.license-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.license-top h4 {
  margin: 0 0 4px;
  font-size: 0.98rem;
}

.license-key {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--accent-2);
  word-break: break-all;
}

.license-meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-family: var(--font-display);
}

.tag.active { color: var(--success); background: rgba(61, 214, 140, 0.12); border: 1px solid rgba(61, 214, 140, 0.25); }
.tag.pending { color: var(--accent-2); background: rgba(94, 234, 255, 0.1); border: 1px solid rgba(94, 234, 255, 0.22); }
.tag.expired { color: var(--warn); border: 1px solid rgba(255, 176, 32, 0.25); }
.tag.revoked { color: var(--danger); border: 1px solid rgba(255, 90, 114, 0.25); }

.license-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.empty-state {
  text-align: center;
  padding: 36px 20px;
  color: var(--muted);
}

/* Toast */
.toast-stack {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  min-width: 260px;
  max-width: 360px;
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  background: rgba(8, 12, 22, 0.94);
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
  animation: toast-in 0.4s var(--ease-out);
  backdrop-filter: blur(12px);
}

.toast.success { border-color: rgba(61, 214, 140, 0.4); }
.toast.error { border-color: rgba(255, 90, 114, 0.4); }

.toast strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.toast span {
  color: var(--muted);
  font-size: 0.86rem;
}

@keyframes toast-in {
  from { opacity: 0; transform: translateY(12px) scale(0.96); }
  to { opacity: 1; transform: none; }
}

@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.fade-in {
  animation: rise-in 0.7s var(--ease-out) both;
}

/* Intro splash */
.intro-splash {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, #0a1420 0%, #02040a 70%);
  transition: opacity 0.55s var(--ease-out), visibility 0.55s var(--ease-out);
}

.intro-splash--exit {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.intro-mark {
  width: clamp(48px, 8vmin, 68px);
  height: clamp(48px, 8vmin, 68px);
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 18px var(--accent-glow));
  animation: intro-mark-in 0.7s var(--ease-out) both;
}

.intro-title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: #eef3ff;
  opacity: 0;
  animation: intro-title-in 0.65s 0.25s var(--ease-out) both;
}

.intro-line {
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--accent-2), transparent);
  animation: intro-line-in 0.8s 0.45s var(--ease-out) both;
}

body.intro-pending .shell,
body.intro-active .shell {
  opacity: 0;
}

body.page-ready .shell {
  opacity: 1;
  transition: opacity 0.5s var(--ease-out);
}

body.page-ready--instant .shell {
  transition: none;
}

.page-reveal {
  opacity: 0;
  transform: translateY(18px);
}

body.page-ready .page-reveal {
  animation: rise-in 0.75s calc(0.12s + var(--reveal-order, 0) * 0.1s) var(--ease-out) both;
}

body.page-ready .hero-line:nth-child(1) .hero-line-inner {
  animation: hero-line-in 0.82s 0.18s var(--ease-out) both;
}

body.page-ready .hero-line:nth-child(2) .hero-line-inner {
  animation: hero-line-in 0.82s 0.34s var(--ease-out) both;
}

body.page-ready--instant .page-reveal {
  animation-duration: 0.45s;
  animation-delay: calc(var(--reveal-order, 0) * 0.05s);
}

body.page-ready--instant .hero-line:nth-child(1) .hero-line-inner {
  animation-duration: 0.5s;
  animation-delay: 0.05s;
}

body.page-ready--instant .hero-line:nth-child(2) .hero-line-inner {
  animation-duration: 0.5s;
  animation-delay: 0.12s;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s var(--ease-out),
    transform 0.75s var(--ease-out);
  transition-delay: calc(var(--reveal-delay, 0) * 90ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-on-scroll[data-reveal-delay="0"] { --reveal-delay: 0; }
.reveal-on-scroll[data-reveal-delay="1"] { --reveal-delay: 1; }
.reveal-on-scroll[data-reveal-delay="2"] { --reveal-delay: 2; }

@keyframes intro-mark-in {
  from { opacity: 0; transform: scale(0.6); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes intro-title-in {
  from { opacity: 0; transform: translateY(12px); letter-spacing: 0.28em; }
  to { opacity: 1; transform: none; letter-spacing: 0.14em; }
}

@keyframes intro-line-in {
  from { width: 0; opacity: 0; }
  to { width: 120px; opacity: 1; }
}

@keyframes hero-line-in {
  from { opacity: 0; transform: translateY(108%); }
  to { opacity: 1; transform: none; }
}

@keyframes card-pop-in {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to { opacity: 1; transform: none; }
}

@keyframes loader-logo-breathe {
  from { opacity: 0.85; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .intro-splash,
  .intro-mark,
  .intro-title,
  .intro-line,
  .page-reveal,
  .hero-line-inner,
  .product-card--enter,
  .reveal-on-scroll,
  .dash-hero,
  .dash-hero__glow,
  .dash-hero__scan,
  .dash-hero__mark,
  .dash-hero__wordmark-text,
  .dash-atmosphere__orb,
  .entitlement-card {
    animation: none !important;
    transition: none !important;
  }

  body.intro-active .shell,
  body.page-ready .shell {
    opacity: 1;
    transition: none;
  }

  .reveal-on-scroll,
  .hero-line-inner,
  .page-reveal,
  .product-card--pending,
  .dash-hero__wordmark-text {
    opacity: 1;
    transform: none;
    -webkit-text-fill-color: var(--text-bright);
  }

  .entitlement-card:hover {
    transform: none;
  }
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .steps { grid-template-columns: 1fr; }
}

.step {
  padding: 18px;
  text-align: left;
}

.step-num {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.8rem;
  color: #02040a;
  background: linear-gradient(135deg, var(--accent), var(--accent-hot));
  margin-bottom: 10px;
}

.step h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.footer {
  margin-top: 80px;
  text-align: center;
  color: var(--muted);
  font-size: 0.82rem;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .nav {
    flex-direction: column;
    gap: 12px;
    padding: 12px 14px;
  }
  .brand {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
  }
  .brand-sub {
    border-left: none;
    padding-left: 0;
  }
  .nav-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .btn {
    padding: 10px 16px;
    font-size: 0.85rem;
  }
  .dash-hero {
    min-height: 0;
    padding: 28px 18px 24px;
  }
}

@media (max-width: 480px) {
  .dash-hero__brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .dash-hero__wordmark-text {
    letter-spacing: 0.12em;
    font-size: clamp(2.6rem, 16vw, 3.8rem);
  }
  .dash-hero__cta {
    flex-direction: column;
    align-items: stretch;
  }
  .dash-download-btn {
    width: 100%;
    min-width: 0;
  }
  .dash-hero__account {
    width: 100%;
  }
  .dash-hero__name {
    max-width: none;
  }
  .dash-hero__stats {
    margin-left: 0;
    width: 100%;
  }
  .dash-hero__stats .dash-stat {
    flex: 1;
  }
  .dash-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .dash-top__profile {
    flex-direction: column;
    align-items: center;
  }
  .entitlement-field__row {
    flex-direction: column;
  }
  .btn-copy {
    width: 100%;
  }
  .entitlement-card__actions {
    flex-direction: column;
  }
  .entitlement-card__actions .btn {
    width: 100%;
  }
}
