/* =========================================================
   TenKHours — Marketing site design system
   Inherits from the iOS app: Aurora theme (blue accent),
   skill-color (gold) for ring + hero moments. iOS 26 vibes:
   soft shadows, glass surfaces, large type, generous space.
   ========================================================= */

:root {
  /* Aurora · Dark (default) */
  --bg:           #06080F;
  --bg-2:         #0A0E1C;
  --surface:      #11162A;
  --surface-2:    #1A2042;
  --surface-3:    #232A52;
  --hairline:     rgba(255,255,255,0.07);
  --hairline-2:   rgba(255,255,255,0.12);

  --text:         #F4F5FA;
  --text-2:       #C4C9DC;
  --text-dim:     #8A92AE;
  --text-faint:   #555E7A;

  /* Aurora accent (matches AppTheme.accent("Aurora") = rgb(76,140,255)) */
  --accent:       #4D8CFF;
  --accent-2:     #6FA0FF;
  --accent-glow:  rgba(77,140,255,0.42);
  --accent-wash:  rgba(77,140,255,0.10);

  /* Skill colors (from SkillColorPreset, brightened for dark) */
  --skill-gold:   #E0A436;
  --skill-gold-2: #F6BF55;
  --skill-coral:  #F26F5E;
  --skill-mint:   #34BC8A;
  --skill-sky:    #3F95EA;
  --skill-lavender:#917BD8;
  --skill-rose:   #D6669A;

  /* Defaults — site tint is the Aurora accent (matches app default theme) */
  --tint:         var(--accent);
  --tint-2:       var(--accent-2);
  --tint-wash:    rgba(77,140,255,0.14);

  /* Corners */
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-xxl: 36px;
  --r-pill: 999px;

  /* Shadows */
  --sh-sm: 0 2px 6px rgba(0,0,0,0.35);
  --sh-md: 0 6px 14px rgba(0,0,0,0.45);
  --sh-lg: 0 12px 32px rgba(0,0,0,0.55);
  --glow-tint: 0 12px 60px -10px var(--tint-wash);
  --glow-accent: 0 12px 60px -10px var(--accent-glow);

  /* Type */
  --font-display: "Geist", "Söhne", -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  --font-body:    "Geist", -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
  --font-serif:   "Instrument Serif", "New York", "Iowan Old Style", Georgia, serif;
  --font-mono:    "Geist Mono", "SF Mono", ui-monospace, "JetBrains Mono", monospace;

  /* Layout */
  --container: 1240px;
  --gutter: 28px;
  --nav-h: 68px;
}

:root[data-theme="light"] {
  --bg:           #F6F4EE;
  --bg-2:         #FBF9F3;
  --surface:      #FFFFFF;
  --surface-2:    #F2EFE6;
  --surface-3:    #E9E4D6;
  --hairline:     rgba(8,12,30,0.08);
  --hairline-2:   rgba(8,12,30,0.14);

  --text:         #0A0E1A;
  --text-2:       #2A3045;
  --text-dim:     #6C7488;
  --text-faint:   #A9AFC0;

  --accent:       #2A6AEA;
  --accent-2:     #4D8CFF;
  --accent-glow:  rgba(42,106,234,0.30);
  --accent-wash:  rgba(42,106,234,0.08);

  --skill-gold:   #C18A16;
  --skill-gold-2: #E0A436;
  --tint:         var(--accent);
  --tint-2:       var(--accent-2);
  --tint-wash:    rgba(42,106,234,0.10);

  --sh-sm: 0 1px 3px rgba(8,12,30,0.06), 0 1px 2px rgba(8,12,30,0.04);
  --sh-md: 0 6px 14px rgba(8,12,30,0.08);
  --sh-lg: 0 18px 40px rgba(8,12,30,0.12);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

::selection { background: var(--accent); color: white; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 0;
  color: var(--text);
  text-wrap: balance;
}
h1 { font-size: clamp(48px, 8vw, 112px); font-weight: 600; letter-spacing: -0.035em; }
h2 { font-size: clamp(36px, 5.5vw, 72px); letter-spacing: -0.03em; }
h3 { font-size: clamp(24px, 2.6vw, 36px); letter-spacing: -0.022em; }
h4 { font-size: clamp(18px, 1.4vw, 22px); letter-spacing: -0.015em; }
p { margin: 0; text-wrap: pretty; }
.lede { font-size: clamp(18px, 1.5vw, 22px); color: var(--text-2); line-height: 1.5; max-width: 60ch; }
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 500;
}
.serif-italic { font-family: var(--font-serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
.mono { font-family: var(--font-mono); }

/* ---------- Layout helpers ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container-wide { max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(80px, 12vw, 160px) 0; position: relative; }
.section-tight { padding: clamp(56px, 8vw, 96px) 0; }
.stack { display: flex; flex-direction: column; }
.row { display: flex; align-items: center; }
.between { justify-content: space-between; }
.gap-2 { gap: 8px; } .gap-3 { gap: 12px; } .gap-4 { gap: 16px; }
.gap-6 { gap: 24px; } .gap-8 { gap: 32px; } .gap-12 { gap: 48px; } .gap-16 { gap: 64px; }
.center { text-align: center; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 16px; left: 0; right: 0;
  z-index: 100;
  display: flex; justify-content: center;
  pointer-events: none;
}
.nav-inner {
  pointer-events: auto;
  display: flex; align-items: center; gap: 6px;
  padding: 8px 8px 8px 20px;
  border-radius: var(--r-pill);
  background: color-mix(in srgb, var(--bg) 75%, transparent);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--hairline);
  box-shadow: var(--sh-md);
  max-width: calc(100vw - 32px);
}
.nav-brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.015em;
  padding-right: 14px;
  border-right: 1px solid var(--hairline);
  margin-right: 4px;
}
.nav-brand-mark {
  width: 28px; height: 28px;
  border-radius: 7px;
  background-image: url(favicon-192.png);
  background-size: cover;
  background-position: center;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08),
    0 4px 12px rgba(77,140,255,0.28);
  flex-shrink: 0;
}
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-link {
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-size: 14px; font-weight: 500;
  color: var(--text-2);
  transition: color .2s, background .2s;
}
.nav-link:hover { color: var(--text); background: var(--hairline); }
.nav-link.active { color: var(--text); background: var(--hairline); }
.nav-cta {
  margin-left: 6px;
  padding: 9px 16px;
  border-radius: var(--r-pill);
  background: var(--text);
  color: var(--bg);
  font-size: 14px; font-weight: 600;
  display: flex; align-items: center; gap: 6px;
  transition: transform .2s, box-shadow .2s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(255,255,255,0.15); }
.nav-theme {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--text-2);
  transition: color .2s, background .2s;
}
.nav-theme:hover { color: var(--text); background: var(--hairline); }
.nav-burger { display: none; }

@media (max-width: 880px) {
  .nav-links { display: none; }
  .nav-burger { display: grid; width: 36px; height: 36px; place-items: center; color: var(--text-2); }
  .nav-inner { padding: 6px 6px 6px 16px; }
  .nav-brand { padding-right: 10px; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: var(--r-pill);
  font-size: 15px; font-weight: 600;
  letter-spacing: -0.005em;
  transition: transform .2s, box-shadow .2s, background .2s;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--tint-2), var(--tint));
  color: #FFFFFF;
  box-shadow: 0 10px 28px -8px var(--tint-wash), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -8px var(--tint-wash), inset 0 1px 0 rgba(255,255,255,0.3); }
.btn-secondary {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--hairline-2);
}
.btn-secondary:hover { background: var(--surface-2); transform: translateY(-1px); }
.btn-ghost {
  color: var(--text-2);
  padding: 10px 0;
}
.btn-ghost:hover { color: var(--text); }
.btn svg { width: 16px; height: 16px; }
.btn-lg { padding: 18px 28px; font-size: 16px; }

/* App Store badge */
.appstore-badge {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 12px 22px 12px 18px;
  border-radius: var(--r-lg);
  background: var(--text);
  color: var(--bg);
  transition: transform .2s, box-shadow .2s;
}
.appstore-badge:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(255,255,255,0.12); }
.appstore-badge svg { width: 28px; height: 28px; }
.appstore-badge .as-label { font-size: 11px; opacity: .7; line-height: 1; }
.appstore-badge .as-name { font-size: 19px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.1; margin-top: 3px; }

/* ---------- Cards / surfaces ---------- */
.card {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-sm);
}
.card-hero {
  position: relative;
  background:
    radial-gradient(120% 80% at 0% 0%, var(--tint-wash), transparent 60%),
    var(--surface);
  border: 1px solid var(--hairline-2);
  border-radius: var(--r-xxl);
  box-shadow: var(--sh-md), var(--glow-tint);
  overflow: hidden;
}
.card-glass {
  background: color-mix(in srgb, var(--surface) 70%, transparent);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--hairline-2);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-md);
}

.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  background: var(--surface);
  border: 1px solid var(--hairline);
  font-size: 13px;
  color: var(--text-2);
}
.chip-tint {
  background: var(--tint-wash);
  color: var(--tint-2);
  border-color: color-mix(in srgb, var(--tint) 30%, transparent);
}
.chip-accent {
  background: var(--accent-wash);
  color: var(--accent-2);
  border-color: color-mix(in srgb, var(--accent) 30%, transparent);
}
.chip-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* ---------- Page intro / hero scaffold ---------- */
.page-intro {
  padding: calc(var(--nav-h) + 80px) 0 64px;
  position: relative;
}
.page-intro .eyebrow { margin-bottom: 16px; }
.page-intro h1 { max-width: 16ch; }
.page-intro .lede { margin-top: 24px; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--hairline);
  padding: 80px 0 48px;
  margin-top: 80px;
  background: var(--bg-2);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 48px;
}
.footer-brand { font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -0.02em; display: flex; align-items: center; gap: 12px; }
.footer-brand .nav-brand-mark { width: 34px; height: 34px; border-radius: 9px; }
.footer-tagline { color: var(--text-dim); font-size: 14px; margin-top: 16px; max-width: 30ch; line-height: 1.55; }
.footer-col-title { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 14px; letter-spacing: -0.005em; }
.footer-col a { display: block; padding: 6px 0; font-size: 14px; color: var(--text-dim); transition: color .2s; }
.footer-col a:hover { color: var(--text); }
.footer-bottom {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--hairline);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: var(--text-faint);
}
@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand-col { grid-column: 1 / -1; }
}

/* ---------- Long-form prose (legal, support) ---------- */
.prose { max-width: 720px; margin: 0 auto; color: var(--text-2); font-size: 17px; line-height: 1.65; }
.prose h2 { font-size: clamp(28px, 3vw, 38px); color: var(--text); margin: 56px 0 18px; letter-spacing: -0.025em; }
.prose h3 { font-size: clamp(20px, 1.8vw, 24px); color: var(--text); margin: 36px 0 12px; }
.prose p { margin: 14px 0; }
.prose ul, .prose ol { margin: 14px 0 14px 22px; padding: 0; }
.prose li { margin: 8px 0; }
.prose strong { color: var(--text); font-weight: 600; }
.prose a { color: var(--tint-2); border-bottom: 1px solid color-mix(in srgb, var(--tint) 40%, transparent); }
.prose a:hover { border-bottom-color: var(--tint-2); }
.prose hr { border: 0; height: 1px; background: var(--hairline); margin: 48px 0; }
.prose .meta { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); }
.prose blockquote { border-left: 2px solid var(--tint); margin: 20px 0; padding: 6px 0 6px 20px; color: var(--text); background: var(--tint-wash); border-radius: 0 8px 8px 0; }

/* Comparison table for pricing */
.compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.compare th, .compare td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--hairline); font-size: 15px; }
.compare thead th { background: var(--bg-2); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim); font-weight: 500; }
.compare tbody tr:last-child td { border-bottom: 0; }
.compare td.center, .compare th.center { text-align: center; }
.compare .yes { color: var(--tint-2); font-weight: 600; }
.compare .no { color: var(--text-faint); }

/* Pricing cards */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 880px) { .price-grid { grid-template-columns: 1fr; } }
.price-card {
  position: relative;
  padding: 32px;
  border-radius: var(--r-xl);
  background: var(--surface);
  border: 1px solid var(--hairline);
  display: flex; flex-direction: column; gap: 18px;
}
.price-card.featured {
  background: radial-gradient(120% 80% at 0% 0%, var(--tint-wash), transparent 60%), var(--surface);
  border-color: color-mix(in srgb, var(--tint) 40%, transparent);
  box-shadow: var(--sh-md), 0 18px 60px -20px var(--tint-wash);
}
.price-card .badge {
  position: absolute; top: -10px; right: 20px;
  padding: 4px 10px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em;
  background: var(--tint); color: white;
  border-radius: var(--r-pill);
}
.price-card h3 { font-size: 22px; }
.price-card .price { font-family: var(--font-display); font-size: 44px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: var(--text); }
.price-card .price .per { font-size: 14px; color: var(--text-dim); font-weight: 400; margin-left: 4px; letter-spacing: 0; }
.price-card .price-sub { color: var(--text-dim); font-size: 14px; }
.price-card ul { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 10px; }
.price-card li { display: flex; gap: 10px; font-size: 14px; color: var(--text-2); }
.price-card li::before {
  content: ""; width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px;
  border-radius: 50%; background: var(--tint-wash);
  background-image: linear-gradient(var(--tint-2), var(--tint-2));
  background-size: 8px 2px; background-position: center; background-repeat: no-repeat;
}

/* ---------- iPhone bezel ---------- */
.bezel {
  position: relative;
  width: 320px;
  aspect-ratio: 1170 / 2532;
  background: #08090E;
  border-radius: 48px;
  padding: 10px;
  box-shadow:
    0 0 0 1.5px rgba(255,255,255,0.08),
    0 0 0 8px #1a1c24,
    0 0 0 9px rgba(0,0,0,0.6),
    0 40px 80px -20px rgba(0,0,0,0.7),
    0 80px 120px -40px var(--tint-wash);
}
.bezel-screen {
  position: relative;
  width: 100%; height: 100%;
  background: #050810;
  border-radius: 38px;
  overflow: hidden;
}
.bezel-notch {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 38%; height: 28px;
  background: #000;
  border-radius: 14px;
  z-index: 5;
}
.bezel-statusbar {
  position: absolute; top: 0; left: 0; right: 0;
  height: 50px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 28px 0;
  font-size: 13px; font-weight: 600;
  color: white;
  z-index: 6;
  pointer-events: none;
}
.bezel-statusbar .sb-icons { display: flex; align-items: center; gap: 5px; opacity: .9; }
.bezel-content {
  position: absolute; inset: 0;
  padding-top: 56px;
  overflow: hidden;
}

/* ---------- Progress ring ---------- */
.ring {
  position: relative;
  width: 200px;
  aspect-ratio: 1;
}
.ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring-track { stroke: var(--tint-wash); fill: none; }
.ring-fill { stroke: var(--tint); fill: none; stroke-linecap: round; transition: stroke-dashoffset .6s ease; }
.ring-label {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
}

/* ---------- Heatmap ---------- */
.heatmap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 6px;
  width: 100%;
}
.heatmap-cell {
  aspect-ratio: 1;
  border-radius: 6px;
  background: var(--surface-2);
  transition: background .4s ease, transform .4s ease;
}
.heatmap-cell[data-h="1"] { background: color-mix(in srgb, var(--tint) 18%, var(--surface-2)); }
.heatmap-cell[data-h="2"] { background: color-mix(in srgb, var(--tint) 38%, var(--surface-2)); }
.heatmap-cell[data-h="3"] { background: color-mix(in srgb, var(--tint) 62%, var(--surface-2)); }
.heatmap-cell[data-h="4"] { background: var(--tint); }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,.7,.32,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
.reveal[data-delay="5"] { transition-delay: .40s; }

/* ---------- Feature grid ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 980px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .feature-grid { grid-template-columns: 1fr; } }

.feature {
  position: relative;
  padding: 32px;
  border-radius: var(--r-xl);
  background: var(--surface);
  border: 1px solid var(--hairline);
  transition: transform .35s ease, border-color .35s, background .35s;
  overflow: hidden;
  min-height: 280px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.feature::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(80% 60% at 100% 0%, var(--tint-wash), transparent 60%);
  opacity: 0; transition: opacity .35s;
  pointer-events: none;
}
.feature:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--tint) 35%, transparent); }
.feature:hover::before { opacity: 1; }
.feature-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--tint-wash);
  color: var(--tint-2);
  margin-bottom: 20px;
}
.feature h3 { font-size: 22px; margin-bottom: 10px; letter-spacing: -0.02em; font-weight: 600; }
.feature p { color: var(--text-dim); font-size: 15px; line-height: 1.5; }

/* ---------- Stat block ---------- */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--hairline); border-radius: var(--r-xl); overflow: hidden; background: var(--surface); }
.stat {
  padding: 32px 28px;
  border-right: 1px solid var(--hairline);
}
.stat:last-child { border-right: 0; }
.stat-num { font-family: var(--font-display); font-size: 48px; font-weight: 600; letter-spacing: -0.04em; line-height: 1; color: var(--text); }
.stat-num .small { font-size: 26px; color: var(--text-dim); }
.stat-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-dim); margin-top: 12px; }
@media (max-width: 880px) {
  .stat-row { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--hairline); }
}

/* ---------- Image placeholder ---------- */
.placeholder {
  background:
    repeating-linear-gradient(
      45deg,
      var(--surface) 0 12px,
      var(--surface-2) 12px 24px
    );
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-dim);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ---------- Tag for skill colors ---------- */
.skill-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.skill-coral { background: var(--skill-coral); }
.skill-mint { background: var(--skill-mint); }
.skill-sky { background: var(--skill-sky); }
.skill-gold { background: var(--skill-gold); }
.skill-lavender { background: var(--skill-lavender); }
.skill-rose { background: var(--skill-rose); }

/* ---------- Disable transition flash on theme switch ---------- */
.no-transition * { transition: none !important; }
