/* ═══════════════════════════════════════════════
   PROPERTIFY — Shared Design System v8
   Swiss Land Intelligence Platform
   Inter · JetBrains Mono
   Navy #001642 · Brand Blue #0327FA
   Sky #5FBDFF · Warm BG #FAF8F5
═══════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

/* ── Light Mode (default) ── */
:root, [data-theme="light"] {
  --bg:             #FAF8F5;
  --bg-card:        #FFFFFF;
  --bg-sidebar:     #FFFFFF;
  --border:         #E6E1DA;
  --border-strong:  #D4CFC7;
  --text:           #1A2744;
  --text-secondary: #3D4F65;
  --text-muted:     #5C7089;
  --text-dim:       #8D9AAB;
  --accent:         #0327FA;
  --accent-hover:   #0220D4;
  --accent-light:   #EEF1FB;
  --accent-cta:     #0327FA;
  --teal-dark:      #001642;
  --lime:           #5FBDFF;
  --lime-hover:     #4AABF0;
  --teal-brand:     #0327FA;
  --teal-brand-dark:#001642;
  --bg-warm:        #F5F0EB;
  --accent-glow:    #0327FA;
  /* ── Auth-Page Aliase (zentral statt inline) ── */
  --teal:           #0327FA;
  --teal-light:     #5FBDFF;
  --teal-50:        #EBF0FF;
  --teal-100:       #C7EAFF;
  --ink:            #1A2744;
  --ink-sec:        #44403C;
  --ink-muted:      #78716C;
  --ink-dim:        #A8A29E;
  --border-card:    #E7E5E4;
  --sh-md:          0 4px 20px rgba(3,39,250,0.09),0 2px 8px rgba(0,0,0,0.05);
  --sh-xl:          0 32px 80px rgba(3,39,250,0.14),0 8px 32px rgba(0,0,0,0.08);
  --r-sm:           8px;
  --r-md:           14px;
  --r-lg:           20px;
  --r-xl:           28px;
  --font-d:         'Inter',-apple-system,sans-serif;
  --font-u:         'Inter',-apple-system,sans-serif;
  --font-m:         'JetBrains Mono',monospace;
  /* ── Propertify Brand Aliase (offizielle Namen) ── */
  --color-navy:     var(--teal-dark);      /* #001642 */
  --color-blue:     var(--teal-brand);     /* #0327FA */
  --color-white:    #FFFFFF;
  --color-sky:      var(--lime);           /* #5FBDFF */
  --color-pale:     var(--teal-100);       /* #C7EAFF */
  --admin-accent:   #6366f1;
  --admin-light:    #EDE9FE;
  --green:          #0F8B5C;
  --green-bg:       #ECFDF5;
  --orange:         #C67A1A;
  --orange-bg:      #FFFBEB;
  --red:            #DC2626;
  --red-bg:         #FEF2F2;
  --shadow:         0 1px 3px rgba(26,39,68,0.05), 0 4px 16px rgba(26,39,68,0.04);
  --shadow-lg:      0 8px 32px rgba(26,39,68,0.08);
  --radius:         10px;
  --radius-lg:      14px;
  --transition:     0.2s ease;
  /* Aliase für Legacy-Kompatibilität */
  --text-tertiary:  #8D9AAB;
  --bg-secondary:   #F5F0EB;
  /* Fehlende Variablen (Landing Page) */
  --bg-mint:        #EEF1FB;
  --radius-pill:    999px;
  --shadow-hover:   0 8px 24px rgba(26,39,68,0.10);
  /* Password-Strength */
  --pw-weak:        #E24B4A;
  --pw-medium:      #EF9F27;
  --pw-strong:      #5DCAA5;
  --pw-very-strong: #1D9E75;
}

/* ── Dark Mode ── */
[data-theme="dark"] {
  --bg:             #111820;
  --bg-card:        #1A2030;
  --bg-sidebar:     #141A26;
  --border:         rgba(148,163,184,0.10);
  --border-strong:  rgba(148,163,184,0.18);
  --text:           #F1F5F9;
  --text-secondary: #94A3B8;
  --text-muted:     #5C7089;
  --text-dim:       #3D4F65;
  --accent:         #5FBDFF;
  --accent-hover:   #0327FA;
  --accent-light:   rgba(3,39,250,0.12);
  --accent-cta:     #5FBDFF;
  --teal-dark:      #0327FA;
  --teal:           #5FBDFF;
  --teal-light:     #5FBDFF;
  --teal-50:        rgba(3,39,250,0.10);
  --teal-100:       rgba(95,189,255,0.15);
  --ink:            #F1F5F9;
  --ink-sec:        #94A3B8;
  --ink-muted:      #5C7089;
  --ink-dim:        #3D4F65;
  --border-card:    rgba(148,163,184,0.10);
  --sh-xl:          0 32px 80px rgba(0,0,0,0.4),0 8px 32px rgba(0,0,0,0.3);
  --accent-glow:    #5FBDFF;
  /* ── Propertify Brand Aliase (offizielle Namen) ── */
  --color-navy:     var(--teal-dark);
  --color-blue:     var(--teal-brand);
  --color-white:    #FFFFFF;
  --color-sky:      var(--lime);
  --color-pale:     var(--teal-100);
  --admin-accent:   #818CF8;
  --admin-light:    rgba(99,102,241,0.15);
  --green:          #10B981;
  --green-bg:       rgba(16,185,129,0.10);
  --orange:         #F59E0B;
  --orange-bg:      rgba(245,158,11,0.10);
  --red:            #F87171;
  --red-bg:         rgba(248,113,113,0.10);
  --shadow:         0 1px 3px rgba(0,0,0,0.3), 0 4px 16px rgba(0,0,0,0.2);
  --shadow-lg:      0 8px 32px rgba(0,0,0,0.4);
  /* Aliase für Legacy-Kompatibilität */
  --text-tertiary:  #5C7089;
  --bg-secondary:   #1A2235;
  --bg-warm:        #1A2235;
  /* Fehlende Variablen (Landing Page) */
  --bg-mint:        rgba(3,39,250,0.10);
  --radius-pill:    999px;
  --shadow-hover:   0 8px 24px rgba(0,0,0,0.35);
  /* Password-Strength */
  --pw-weak:        #F87171;
  --pw-medium:      #FBBF24;
  --pw-strong:      #34D399;
  --pw-very-strong: #10B981;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: 'Inter', -apple-system, 'SF Pro Display', system-ui, sans-serif;
  font-size: 14px; line-height: 1.6;
  color: var(--text); background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: none;
}
a { color: var(--accent); text-decoration: none; }
button { font-family: inherit; cursor: pointer; touch-action: manipulation; }
input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}
@media (min-width: 768px) {
  input, textarea, select { font-size: 14px; }
}

/* ── Typography ── */
h1, h2, h3, h4, .auth-title { font-family: 'Inter', -apple-system, 'SF Pro Display', sans-serif; }
h1, h2, h3, h4 { font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.1rem; }
h4 { font-size: 0.9rem; }

/* Display headings — clean, no italic */
.display, h1.display, h2.display {
  font-family: 'Inter', -apple-system, 'SF Pro Display', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

/* Monospaced numbers / data */
.mono, .stat-num, .price-val {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-feature-settings: "tnum";
  letter-spacing: -0.03em;
}

.label {
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: var(--text-dim);
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: var(--radius);
  font-size: 13px; font-weight: 500; border: none;
  transition: background var(--transition), opacity var(--transition), box-shadow var(--transition);
  cursor: pointer; letter-spacing: 0.01em;
}
.btn-primary {
  background: var(--accent); color: white;
  box-shadow: 0 1px 2px rgba(3,39,250,0.20);
}
.btn-primary:hover {
  background: var(--accent-hover);
  box-shadow: 0 2px 8px rgba(3,39,250,0.25);
}
.btn-outline {
  background: transparent; color: var(--text-secondary);
  border: 1px solid var(--border-strong);
}
.btn-outline:hover { background: var(--bg-card); }
.btn-sm { padding: 5px 12px; font-size: 11px; }
.btn-full { width: 100%; justify-content: center; }
.btn:disabled { opacity: 0.45; cursor: not-allowed; }

/* ── Badges ── */
.badge {
  display: inline-block; padding: 2px 7px; border-radius: 4px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.02em;
}
.badge-teal   { background: var(--accent-light); color: var(--accent-glow); }
.badge-violet { background: var(--admin-light); color: var(--admin-accent); }
.badge-green  { background: var(--green-bg); color: var(--green); }
.badge-orange { background: var(--orange-bg); color: var(--orange); }
.badge-red    { background: var(--red-bg); color: var(--red); }
.badge-grey   { background: var(--border); color: var(--text-muted); }

/* ── Cards ── */
.card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 16px;
  box-shadow: var(--shadow);
}

/* ── Form Elements ── */
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block; margin-bottom: 5px;
  font-size: 12px; font-weight: 500; color: var(--text-secondary);
  letter-spacing: 0.01em;
}
.form-group input,
.form-group textarea {
  width: 100%; padding: 9px 12px;
  background: var(--bg-card); border: 1px solid var(--border-strong);
  border-radius: var(--radius); color: var(--text); font-size: 13px;
  outline: none; transition: border-color var(--transition), box-shadow var(--transition);
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(3,39,250,0.08);
}

/* ── Alert ── */
.alert {
  display: none; padding: 10px 14px;
  border-radius: var(--radius); font-size: 13px; margin-bottom: 12px;
  border-left: 3px solid;
}
.alert.show { display: block; }
.alert-error { background: var(--red-bg); color: var(--red); border-color: var(--red); }
.alert-success { background: var(--green-bg); color: var(--green); border-color: var(--green); }

/* ── Toast ── */
.toast-container {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  display: flex; flex-direction: column; gap: 8px;
  pointer-events: none;
}
.toast {
  padding: 10px 16px; border-radius: var(--radius);
  font-size: 13px; font-weight: 500;
  background: var(--bg-card); border: 1px solid var(--border-strong);
  color: var(--text); box-shadow: var(--shadow-lg);
  animation: toast-in 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
}
.toast-error { background: var(--red-bg); color: var(--red); border-color: var(--red); }
.toast-success { background: var(--green-bg); color: var(--green); border-color: var(--green); }
.toast.hide { opacity: 0; transition: opacity 0.3s ease; }
@keyframes toast-in {
  from { transform: translateX(12px); opacity: 0; }
  to   { transform: translateX(0);    opacity: 1; }
}

/* ── Mode Toggle ── */
.mode-toggle {
  width: 34px; height: 20px; border-radius: 10px;
  background: var(--border-strong); border: none; padding: 3px;
  display: flex; align-items: center; cursor: pointer;
  transition: background var(--transition);
}
.mode-toggle-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--text-muted);
  transition: transform var(--transition), background var(--transition);
}
.mode-toggle { background: var(--accent); }
.mode-toggle-dot { background: white; transform: translateX(14px); }
[data-theme="dark"] .mode-toggle { background: var(--border-strong); }
[data-theme="dark"] .mode-toggle-dot { background: var(--text-muted); transform: translateX(0); }

/* ── Overlay / Modal ── */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 1000;
  background: rgba(12,14,19,0.7); backdrop-filter: blur(4px);
  align-items: center; justify-content: center;
}
.modal-overlay.show { display: flex; }
.modal-box {
  background: var(--bg-card); border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg); padding: 24px; width: 100%; max-width: 480px;
  margin: 16px; box-shadow: var(--shadow-lg);
}
.modal-title { font-size: 15px; font-weight: 600; margin-bottom: 16px; }
.modal-footer { display: flex; gap: 8px; justify-content: flex-end; margin-top: 20px; }

/* ── Spinner ── */
.spinner {
  display: inline-block; width: 14px; height: 14px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Divider ── */
.divider {
  border: none; border-top: 1px solid var(--border);
  margin: 16px 0;
}

/* ── Safe-Area (PWA) ── */
.safe-bottom { padding-bottom: env(safe-area-inset-bottom, 0px); }
.safe-top    { padding-top:    env(safe-area-inset-top,    0px); }

/* ── Missing Tokens ── */
:root { --radius-input: 8px; }

/* ── Button Variants (missing) ── */
.btn-lg   { padding: 11px 20px; font-size: 14px; font-weight: 600; }
.btn-ghost {
  background: transparent; color: var(--text-secondary);
  border: none; padding: 8px 16px; font-size: 13px; font-weight: 500;
  border-radius: var(--radius); cursor: pointer;
  transition: background var(--transition), color var(--transition);
  display: inline-flex; align-items: center; gap: 6px;
}
.btn-ghost:hover { background: var(--border); color: var(--text); }

/* ── Auth Layout (register page) ── */
.auth-layout {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 80px 24px 40px;
  background: #F1F5F9;
}
.auth-box {
  width: 100%; background: transparent;
}
.auth-logo {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.auth-logo svg {
  width: 20px; height: 20px;
  stroke: white; fill: none; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.auth-header { margin-bottom: 20px; }
.auth-header h2 {
  font-size: 22px; font-weight: 700;
  color: var(--text); letter-spacing: -0.5px; margin-bottom: 4px;
}
.auth-header p {
  font-size: 13px; color: var(--text-muted);
}
.auth-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: 0 2px 8px rgba(15,23,42,0.06);
}
.auth-footer {
  text-align: center; margin-top: 20px;
  font-size: 12px; color: var(--text-muted);
}
.auth-footer a { color: var(--accent); font-weight: 600; }

/* ═══════════════════════════════════════════════
   NAVIGATION — Dark Navy Bar (landing + auth)
═══════════════════════════════════════════════ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: #0F172A;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  height: 60px;
}
.nav-inner {
  max-width: 1080px; margin: 0 auto;
  height: 100%; padding: 0 24px;
  display: flex; align-items: center; gap: 32px;
}
.nav-brand {
  display: flex; align-items: center; gap: 9px;
  font-size: 14px; font-weight: 700;
  color: #FFFFFF; letter-spacing: -0.2px;
  text-decoration: none; flex-shrink: 0;
}
.nav-brand:hover { color: #FFFFFF; opacity: 0.9; }
.logo-mark {
  width: 30px; height: 30px; border-radius: 8px;
  background: #0D9488;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.logo-mark svg {
  width: 16px; height: 16px;
  stroke: white; fill: none; stroke-width: 2.2;
  stroke-linecap: round; stroke-linejoin: round;
}
.nav-links {
  display: flex; align-items: center; gap: 6px;
  margin-left: auto;
}
.nav-links a {
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,0.6);
  text-decoration: none; padding: 6px 10px;
  border-radius: 6px;
  transition: color 0.15s, background 0.15s;
}
.nav-links a:hover { color: #FFFFFF; background: rgba(255,255,255,0.06); }
.nav-cta {
  background: #DFFA96 !important;
  color: #024A4A !important;
  padding: 7px 18px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  opacity: 1 !important;
}
.nav-cta:hover { background: #cef571 !important; }

/* ═══════════════════════════════════════════════
   AUTH PAGES — Login, Register, Confirm, Reset
   Zentralisiert aus inline <style> Blöcken
═══════════════════════════════════════════════ */

/* ── Topo Background ── */
.topo-bg {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none; overflow: hidden; opacity: 1;
}

/* ── Auth Nav (light bar) ── */
.top-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 10;
  padding: 0 24px; height: 60px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(248,247,245,0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(231,229,228,0.6);
}
.top-nav .nav-brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
}
.nav-brand-name {
  font-family: var(--font-d);
  font-size: 15px; font-weight: 700;
  color: var(--ink); letter-spacing: -0.01em;
}
.nav-action {
  font-size: 13px; font-weight: 500;
  color: var(--accent); text-decoration: none;
  padding: 7px 14px;
  border: 1.5px solid var(--accent);
  border-radius: var(--r-sm);
  transition: background 0.15s, color 0.15s;
}
.nav-action:hover { background: var(--accent); color: white; }

/* ── Auth Wrap ── */
.auth-wrap {
  width: 100%; max-width: 400px;
  position: relative; z-index: 1;
  margin-top: 60px;
  animation: auth-appear 0.45s cubic-bezier(0.16,1,0.3,1) both;
}
.confirm-wrap {
  width: 100%; max-width: 420px;
  position: relative; z-index: 1;
  animation: auth-appear 0.45s cubic-bezier(0.16,1,0.3,1) both;
}
@keyframes auth-appear {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Auth Headline ── */
.auth-headline {
  font-family: var(--font-d);
  font-style: italic;
  font-size: 32px; font-weight: 400;
  color: var(--ink); line-height: 1.15;
  margin-bottom: 6px;
}
.auth-sub {
  font-size: 13px; color: var(--ink-muted);
  margin-bottom: 24px;
}

/* ── Auth Card (override for auth pages) ── */
.auth-page .auth-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--r-xl);
  padding: 28px;
  box-shadow: var(--sh-xl);
}

/* ── Auth Form ── */
.auth-page .form-group { margin-bottom: 16px; }
.auth-page .form-group label {
  display: block;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--ink-muted); margin-bottom: 6px;
}
.auth-page .form-group input {
  width: 100%;
  font-family: var(--font-u);
  font-size: 16px; color: var(--ink);
  background: var(--bg);
  border: 1.5px solid var(--border-card);
  border-radius: var(--r-md);
  padding: 11px 14px; outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.auth-page .form-group input::placeholder { color: var(--ink-dim); }
.auth-page .form-group input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(3,39,250,0.12);
}

/* ── Password Wrap ── */
.pw-wrap { position: relative; }
.pw-wrap input { padding-right: 72px; }
.pw-toggle {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  background: none; border: none; cursor: pointer;
  font-family: var(--font-u);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--ink-muted); transition: color 0.15s;
}
.pw-toggle:hover { color: var(--accent); }

/* ── Remember Row ── */
.remember-row {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 20px;
}
.remember-label {
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; color: var(--ink-sec); cursor: pointer;
}
.remember-label input { accent-color: var(--accent); cursor: pointer; }
.forgot-link {
  font-size: 13px; color: var(--ink-muted); text-decoration: none;
  transition: color 0.15s;
}
.forgot-link:hover { color: var(--accent); }

/* ── Auth Submit ── */
.auth-submit {
  width: 100%; height: 48px;
  background: var(--accent); color: white;
  border: none; border-radius: var(--r-md);
  font-family: var(--font-u);
  font-size: 15px; font-weight: 600; cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s, transform 0.1s;
  box-shadow: 0 2px 8px rgba(3,39,250,0.25);
}
.auth-submit:hover {
  background: var(--accent-hover);
  box-shadow: 0 4px 16px rgba(3,39,250,0.35);
}
.auth-submit:active { transform: scale(0.99); }
.auth-submit:disabled { opacity: 0.5; cursor: not-allowed; }

/* ── Auth Footer ── */
.auth-page .auth-footer {
  text-align: center; margin-top: 20px;
  font-size: 13px; color: var(--ink-muted);
}
.auth-page .auth-footer a {
  color: var(--accent); font-weight: 600; text-decoration: none;
}
.auth-page .auth-footer a:hover { text-decoration: underline; }

/* ── Auth AlertBox ── */
.auth-page #alertBox {
  display: none; padding: 10px 14px;
  border-radius: 10px; font-size: 13px;
  margin-bottom: 16px; font-weight: 500;
}

/* ── Auth Logo Wrap ── */
.auth-logo-wrap {
  display: flex; justify-content: center; margin-bottom: 24px;
}
.card-logo {
  display: flex; justify-content: center; margin-bottom: 28px;
}

/* ── Confirm Icon ── */
.confirm-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--teal-50);
  border: 2px solid var(--teal-100);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 28px;
  transition: all 0.3s;
}
.confirm-icon.error-icon {
  background: #FEF2F2; border-color: #FECACA;
}
.spinner-ring {
  width: 28px; height: 28px;
  border: 3px solid var(--teal-100);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.check-svg { display: block; margin: 0 auto; }

/* ── Register Steps ── */
.steps-bar {
  display: flex; align-items: center; justify-content: center;
  gap: 0; margin-bottom: 28px;
}
.step-pill {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 600;
  color: var(--ink-dim); background: transparent;
  transition: all 0.2s; white-space: nowrap;
}
.step-pill.active { background: var(--accent); color: white; }
.step-pill.done { color: var(--accent); }
.step-pill.done .step-num { background: var(--accent); color: white; }
.step-num {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--border-card);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; transition: all 0.2s;
}
.step-pill.active .step-num { background: rgba(255,255,255,0.25); }
.step-sep { width: 24px; height: 1.5px; background: var(--border-card); flex-shrink: 0; }

