/* === tokens.css === */
/* ============================================================
   Character — Design tokens
   Two themes share the file: V1 (Limitless refined) and V2 (Modern SaaS).
   ============================================================ */

/* ---------- Shared base ---------- */
:root {
  /* Brand */
  --brand-blue-50:  #eff6ff;
  --brand-blue-100: #dbeafe;
  --brand-blue-200: #bfdbfe;
  --brand-blue-300: #93c5fd;
  --brand-blue-400: #60a5fa;
  --brand-blue-500: #3b82f6;
  --brand-blue-600: #2563eb;
  --brand-blue-700: #1d4ed8;
  --brand-blue-800: #1e40af;
  --brand-blue-900: #1e3a8a;

  /* Accent green (automatizmusok / "kész" / siker) */
  --green-50:  #ecfdf5;
  --green-100: #d1fae5;
  --green-300: #6ee7b7;
  --green-500: #10b981;
  --green-600: #059669;
  --green-700: #047857;

  /* Light blue accent (másodlagos kategóriák) */
  --sky-50:  #f0f9ff;
  --sky-100: #e0f2fe;
  --sky-300: #7dd3fc;
  --sky-500: #0ea5e9;

  /* Amber (figyelem / coming soon / zárolt kredit) */
  --amber-50:  #fffbeb;
  --amber-100: #fef3c7;
  --amber-500: #f59e0b;
  --amber-600: #d97706;

  /* Red (kifizetésre zárolt / hiba) */
  --red-50:  #fef2f2;
  --red-100: #fee2e2;
  --red-500: #ef4444;
  --red-600: #dc2626;

  /* Neutrals (warm-ish slate) */
  --gray-0:   #ffffff;
  --gray-25:  #fcfcfd;
  --gray-50:  #f9fafb;
  --gray-100: #f3f4f6;
  --gray-150: #ebedf0;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --gray-950: #0b1220;
}

/* ============================================================
   V1 — Limitless refined
   Conservative ráncfelvarrás. Familiar to existing users.
   ============================================================ */
.theme-v1 {
  --bg-app: #f4f6f9;
  --bg-surface: #ffffff;
  --bg-surface-soft: #f8fafc;
  --border: var(--gray-200);
  --border-strong: var(--gray-300);
  --text: var(--gray-800);
  --text-muted: var(--gray-500);
  --text-soft: var(--gray-400);
  --primary: #2563eb;
  --primary-hover: #1d4ed8;
  --primary-soft: #eff6ff;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 1px rgba(15, 23, 42, 0.03);
  --shadow-md: 0 2px 4px rgba(15, 23, 42, 0.04), 0 4px 12px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 4px 16px rgba(15, 23, 42, 0.08);
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --radius-xl: 12px;
  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Inter', system-ui, sans-serif;
}

/* ============================================================
   V2 — Modern SaaS bold
   Linear/Vercel-vibe. Sharper hierarchy, denser feel, brand-forward.
   ============================================================ */
.theme-v2 {
  --bg-app: #fafbfc;
  --bg-surface: #ffffff;
  --bg-surface-soft: #f8fafb;
  --bg-surface-dark: #0b1220;
  --border: #ececf0;
  --border-strong: #d6d8dd;
  --text: #0b1220;
  --text-muted: #5b6171;
  --text-soft: #8b91a1;
  --primary: #1f4dff;          /* electric blue */
  --primary-hover: #1838c2;
  --primary-soft: #eef2ff;
  --shadow-sm: 0 1px 2px rgba(11, 18, 32, 0.04);
  --shadow-md: 0 4px 14px rgba(11, 18, 32, 0.06), 0 1px 2px rgba(11, 18, 32, 0.04);
  --shadow-lg: 0 12px 32px rgba(11, 18, 32, 0.10), 0 2px 6px rgba(11, 18, 32, 0.05);
  --shadow-brand: 0 8px 28px rgba(31, 77, 255, 0.20);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 18px;
  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Instrument Serif', 'Inter', serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', monospace;
}

/* ============================================================
   Reset / base
   ============================================================ */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans, 'Inter', system-ui, sans-serif);
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; }
a { color: inherit; text-decoration: none; }


/* === v1b.css === */
/* ============================================================
   V1b — Limitless ráncfelvarrva, NAGYOBB + Supreme/Inter
   - Supreme: címek, számok, hangsúlyos elemek
   - Inter: UI body, meta
   - Nagyobb base font (15px), nagyobb hit-targets
   - Erősebb kredit hierarchia
   - Új quick-launch: 2 fő kártya, alattuk al-módok
   ============================================================ */

@font-face {
  font-family: 'Supreme';
  src: url('https://fonts.cdnfonts.com/s/82994/Supreme-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

.v1b {
  background: #f4f6f9;
  color: #1f2937;
  min-height: 100%;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  --v1b-primary: #2563eb;
  --v1b-primary-hover: #1d4ed8;
  --v1b-primary-soft: #eff6ff;
  --v1b-border: #e5e7eb;
  --v1b-border-strong: #d1d5db;
  --v1b-text: #1f2937;
  --v1b-text-muted: #6b7280;
  --v1b-text-soft: #9ca3af;
  --v1b-surface: #ffffff;
  --v1b-bg: #f4f6f9;
  --v1b-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 1px rgba(15, 23, 42, 0.03);
  --v1b-shadow-md: 0 2px 4px rgba(15, 23, 42, 0.04), 0 4px 12px rgba(15, 23, 42, 0.06);
  --v1b-radius: 10px;
}

.v1b h1, .v1b h2, .v1b h3, .v1b .v1b-display {
  font-family: 'Supreme', 'Inter', system-ui, sans-serif;
  letter-spacing: -0.012em;
}

/* ---------- Topbar ---------- */
.v1b-topbar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  height: 68px;
  background: var(--v1b-surface);
  border-bottom: 1px solid var(--v1b-border);
}
/* ===== Gombok hover: 90% opacity az eredetihez képest, finoman fakul =====
   Az egész gomb 0.9-re megy (bg+szöveg arányosan), így a szöveg sosem keveredik
   bele a háttérbe. Az eredeti hover-bg szabályok is működnek mellette. */
.v1b-btn:hover,
.v1c-iconbtn:hover,
.v1d-btn:hover,
.v1d-btn--primary:hover,
.v1d-btn--secondary:hover,
.v1d-btn--ghost:hover,
.v1d-dots:hover,
.v1d-expand:hover,
.v1d-stat-link:hover,
.v1d-modal__btn:hover,
.v1d-modal__btn--primary:hover,
.v1d-modal__close:hover,
.v1d-news-card:hover,
.v1d-dropdown button:hover,
.v1d-menu__item:hover,
.v1d-prompt-toggle:hover,
.v1d .btn:hover,
.v1d button:hover {
  opacity: 0.9;
  transition: opacity 0.15s ease;
}

.v1d-row { cursor: pointer; }
.v1d-row a, .v1d-row button, .v1d-row .v1d-dots, .v1d-row [data-no-toggle] { cursor: default; }
.v1b-topbar__logo { height: 28px; display: inline-flex; align-items: center; text-decoration: none; }
.v1b-topbar__logo .logo-text {
  font-family: var(--v1b-font, inherit);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: var(--v1b-text, currentColor);
  text-decoration: none;
}
.v1b-topbar__logo:hover .logo-text { color: var(--v1b-text); }
.v1b-topbar__divider { width: 1px; height: 24px; background: var(--v1b-border); }
.v1b-topbar__search {
  flex: 1;
  max-width: 380px;
  position: relative;
  color: var(--v1b-text-muted);
}
.v1b-topbar__search input {
  width: 100%;
  height: 40px;
  padding: 0 14px 0 38px;
  background: #f9fafb;
  border: 1px solid var(--v1b-border);
  border-radius: var(--v1b-radius);
  color: var(--v1b-text);
  font-size: 14px;
  outline: none;
  font-family: inherit;
}
.v1b-topbar__search input:focus {
  border-color: #93c5fd;
  background: white;
  box-shadow: 0 0 0 3px #dbeafe;
}
.v1b-topbar__search svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.v1b-topbar__spacer { flex: 1; }

.v1b-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 14px;
  border-radius: var(--v1b-radius);
  border: 1px solid var(--v1b-border);
  background: white;
  color: var(--v1b-text);
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  transition: all 0.15s ease;
}
.v1b-btn:hover { background: #f9fafb; border-color: var(--v1b-border-strong); }
.v1b-btn--icon { width: 40px; padding: 0; justify-content: center; color: var(--v1b-text-muted); }
.v1b-btn--primary { background: var(--v1b-primary); color: white; border-color: var(--v1b-primary); }
.v1b-btn--primary:hover { background: var(--v1b-primary-hover); border-color: var(--v1b-primary-hover); }
.v1b-btn--buy {
  background: white;
  color: var(--v1b-primary);
  border: 1.5px solid var(--v1b-primary);
  font-weight: 600;
}
.v1b-btn--buy:hover { background: var(--v1b-primary-soft); }

/* Credit display — clearer hierarchy */
.v1b-credits {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 4px 0 14px;
  border: 1px solid var(--v1b-border);
  border-radius: var(--v1b-radius);
  background: white;
  gap: 12px;
}
.v1b-credits__icon {
  width: 28px; height: 28px;
  border-radius: 7px;
  background: #ecfdf5;
  color: #059669;
  display: grid; place-items: center;
}
.v1b-credits__main {
  display: flex; flex-direction: column; line-height: 1.1;
}
.v1b-credits__num {
  font-family: 'Supreme', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--v1b-text);
  letter-spacing: -0.01em;
}
.v1b-credits__label {
  font-size: 11px;
  color: var(--v1b-text-muted);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.v1b-credits__divider { width: 1px; height: 24px; background: var(--v1b-border); }
.v1b-credits__sub {
  display: flex; flex-direction: column; line-height: 1.1;
  padding-right: 10px;
}
.v1b-credits__sub-num {
  font-family: 'Supreme', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: var(--v1b-text);
}
.v1b-credits__sub-label {
  font-size: 10.5px;
  color: var(--v1b-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.v1b-credits__sub-label::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #f59e0b;
  display: inline-block;
}

/* User chip */
.v1b-user {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 14px 0 4px;
  border: 1px solid var(--v1b-border);
  border-radius: var(--v1b-radius);
  background: white;
  font-size: 14px;
  font-weight: 500;
  color: var(--v1b-text);
  font-family: inherit;
}
.v1b-user__avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.02em;
}

/* ---------- Page ---------- */
.v1b-main {
  padding: 28px;
  max-width: 1440px;
  margin: 0 auto;
}
.v1b-greeting {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
}
.v1b-greeting h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: var(--v1b-text);
}
.v1b-greeting p {
  margin: 4px 0 0;
  color: var(--v1b-text-muted);
  font-size: 15px;
}
.v1b-greeting__meta {
  font-size: 13.5px;
  color: var(--v1b-text-muted);
}

/* ---------- Section labels ---------- */
.v1b-section {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 14px;
}
.v1b-section h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--v1b-text);
}
.v1b-section .sub {
  font-size: 13px;
  color: var(--v1b-text-muted);
}

/* ---------- Quick-launch primary tiles ---------- */
.v1b-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 28px;
}
.v1b-q {
  background: var(--v1b-surface);
  border: 1px solid var(--v1b-border);
  border-radius: 14px;
  padding: 22px;
  box-shadow: var(--v1b-shadow-sm);
  transition: all 0.18s;
}
.v1b-q:hover { border-color: var(--v1b-border-strong); box-shadow: var(--v1b-shadow-md); }

.v1b-q__top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.v1b-q__icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: var(--v1b-primary-soft);
  color: var(--v1b-primary);
  flex-shrink: 0;
}
.v1b-q--green .v1b-q__icon { background: #ecfdf5; color: #059669; }

.v1b-q__head { flex: 1; }
.v1b-q__head h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
}
.v1b-q__head p {
  margin: 0;
  font-size: 13.5px;
  color: var(--v1b-text-muted);
  line-height: 1.55;
}

.v1b-q__primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 18px;
  background: var(--v1b-primary);
  color: white;
  border: 1px solid var(--v1b-primary);
  border-radius: var(--v1b-radius);
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  margin-top: 16px;
  transition: all 0.15s;
}
.v1b-q__primary:hover { background: var(--v1b-primary-hover); border-color: var(--v1b-primary-hover); }
.v1b-q--green .v1b-q__primary { background: #059669; border-color: #059669; }
.v1b-q--green .v1b-q__primary:hover { background: #047857; border-color: #047857; }

/* Sub-modes inside the tile */
.v1b-q__modes {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--v1b-border);
}
.v1b-q__modes-label {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--v1b-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.v1b-q__modes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.v1b-q__mode {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #f9fafb;
  border: 1px solid var(--v1b-border);
  border-radius: 8px;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.15s;
}
.v1b-q__mode:hover {
  background: white;
  border-color: var(--v1b-primary);
  box-shadow: 0 0 0 3px var(--v1b-primary-soft);
}
.v1b-q--green .v1b-q__mode:hover {
  border-color: #059669;
  box-shadow: 0 0 0 3px #ecfdf5;
}
.v1b-q__mode-ic {
  width: 28px; height: 28px;
  border-radius: 7px;
  background: white;
  color: var(--v1b-primary);
  border: 1px solid var(--v1b-border);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.v1b-q--green .v1b-q__mode-ic { color: #059669; }
.v1b-q__mode-ic--soon { background: #fffbeb; color: #d97706; border-color: #fde68a; }
.v1b-q__mode-text { display: flex; flex-direction: column; line-height: 1.2; flex: 1; min-width: 0; }
.v1b-q__mode-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--v1b-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.v1b-q__mode-soon-pill {
  font-size: 9.5px;
  font-weight: 700;
  background: #fffbeb;
  color: #d97706;
  padding: 2px 6px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.v1b-q__mode-desc {
  font-size: 11.5px;
  color: var(--v1b-text-muted);
  margin-top: 2px;
}

/* ---------- Card ---------- */
.v1b-card {
  background: var(--v1b-surface);
  border: 1px solid var(--v1b-border);
  border-radius: var(--v1b-radius);
  box-shadow: var(--v1b-shadow-sm);
}
.v1b-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--v1b-border);
}
.v1b-card__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--v1b-text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.v1b-card__title .pill {
  font-size: 11.5px;
  font-weight: 600;
  background: #f3f4f6;
  color: var(--v1b-text-muted);
  padding: 3px 9px;
  border-radius: 999px;
}
.v1b-card__action {
  font-size: 13.5px;
  color: var(--v1b-primary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

/* ---------- Grid ---------- */
.v1b-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 18px;
}

/* ---------- Progress rows ---------- */
.v1b-progress-list { display: flex; flex-direction: column; }
.v1b-progress {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 14px;
  padding: 16px 20px;
  border-top: 1px solid var(--v1b-border);
  align-items: center;
}
.v1b-progress:first-child { border-top: 0; }
.v1b-progress__icon {
  width: 32px; height: 32px;
  border-radius: 9px;
  display: grid; place-items: center;
  background: var(--v1b-primary-soft);
  color: var(--v1b-primary);
}
.v1b-progress--green .v1b-progress__icon { background: #ecfdf5; color: #059669; }
.v1b-progress--amber .v1b-progress__icon { background: #fffbeb; color: #d97706; }

.v1b-progress__title {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--v1b-text);
  margin: 0 0 6px;
}
.v1b-progress__meta {
  font-size: 12.5px;
  color: var(--v1b-text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.v1b-progress__meta .sep { color: var(--v1b-text-soft); }
.v1b-progress__bar {
  height: 5px;
  background: #f3f4f6;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 10px;
  max-width: 480px;
}
.v1b-progress__bar > div {
  height: 100%;
  background: var(--v1b-primary);
  border-radius: 999px;
}
.v1b-progress__status {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.v1b-progress__status--running { background: var(--v1b-primary-soft); color: var(--v1b-primary); }
.v1b-progress__status--done { background: #ecfdf5; color: #047857; }
.v1b-progress__status--queued { background: #f3f4f6; color: #4b5563; }
.v1b-progress__status .ind { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.v1b-progress__status--running .ind { animation: v1b-pulse 1.4s infinite; }
@keyframes v1b-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* ---------- Stats ---------- */
.v1b-stats { display: flex; flex-direction: column; gap: 14px; }
.v1b-stat {
  background: var(--v1b-surface);
  border: 1px solid var(--v1b-border);
  border-radius: var(--v1b-radius);
  padding: 18px;
  box-shadow: var(--v1b-shadow-sm);
}
.v1b-stat__label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--v1b-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.v1b-stat__value {
  font-family: 'Supreme', 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--v1b-text);
  margin-top: 8px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.v1b-stat__delta {
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px;
  color: #059669;
  font-family: 'Inter';
}
.v1b-stat__sub {
  font-size: 12.5px;
  color: var(--v1b-text-muted);
  margin-top: 6px;
}

/* Big credit card on the side */
.v1b-credit-big {
  background: linear-gradient(180deg, white, var(--v1b-primary-soft));
  border: 1px solid var(--v1b-border);
  border-radius: 14px;
  padding: 22px;
  box-shadow: var(--v1b-shadow-sm);
}
.v1b-credit-big__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.v1b-credit-big__icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: white;
  color: #059669;
  display: grid; place-items: center;
  border: 1px solid var(--v1b-border);
}
.v1b-credit-big__num {
  font-family: 'Supreme', 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: var(--v1b-text);
  letter-spacing: -0.025em;
  margin: 12px 0 4px;
  line-height: 1;
}
.v1b-credit-big__label {
  font-size: 13px;
  color: var(--v1b-text-muted);
  font-weight: 500;
}
.v1b-credit-big__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e7ff;
}
.v1b-credit-big__split-item .l {
  font-size: 11px;
  color: var(--v1b-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: flex; align-items: center; gap: 5px;
}
.v1b-credit-big__split-item .l::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
}
.v1b-credit-big__split-item.locked .l::before { background: #f59e0b; }
.v1b-credit-big__split-item.total .l::before { background: #94a3b8; }
.v1b-credit-big__split-item .v {
  font-family: 'Supreme', 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
}
.v1b-credit-big__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  background: var(--v1b-primary);
  color: white;
  border: none;
  border-radius: var(--v1b-radius);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
  cursor: pointer;
  transition: all 0.15s;
}
.v1b-credit-big__cta:hover { background: var(--v1b-primary-hover); }

/* Spark */
.v1b-spark { height: 32px; margin-top: 10px; width: 100%; }

/* Automations */
.v1b-auto {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  padding: 14px 20px;
  border-top: 1px solid var(--v1b-border);
  align-items: center;
}
.v1b-auto:first-of-type { border-top: 0; }
.v1b-auto__dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 4px #d1fae5;
}
.v1b-auto__dot--paused { background: #9ca3af; box-shadow: 0 0 0 4px #f3f4f6; }
.v1b-auto__name { font-size: 14px; font-weight: 600; color: var(--v1b-text); }
.v1b-auto__sub { font-size: 12.5px; color: var(--v1b-text-muted); margin-top: 2px; }
.v1b-auto__count {
  font-size: 12.5px;
  color: var(--v1b-text-muted);
  text-align: right;
}
.v1b-auto__count b {
  font-family: 'Supreme', 'Inter', sans-serif;
  color: var(--v1b-text);
  font-weight: 600;
  display: block;
  font-size: 16px;
  letter-spacing: -0.01em;
}

/* Footer */
.v1b-foot {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--v1b-border);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--v1b-text-muted);
}
.v1b-foot a { color: inherit; text-decoration: none; }
.v1b-foot a:hover { color: var(--v1b-text); }


/* === v1c.css === */
/* ============================================================
   V1c — V1b finomítva
   - 2026.05.02 dátum kihagyva
   - Két fő tartalomtípus AI módokkal: section sub kihagyva
   - "Itt van, ami éppen történik..." kihagyva
   - Folyamatban: táblázatos, prompt lenyitható, 3-pötty menü
   - Új: hírek blokk alul
   ============================================================ */

.v1c { font-family: 'Inter', system-ui, sans-serif; font-size: 15px; line-height: 1.55; color: #1f2937; background: #f4f6f9; min-height: 100%; }
.v1c h1, .v1c h2, .v1c h3 { font-family: 'Supreme', 'Inter', sans-serif; letter-spacing: -0.012em; }

/* ----- Recent generations table ----- */
.v1c-recent { background: white; border: 1px solid #e5e7eb; border-radius: 10px; box-shadow: 0 1px 2px rgba(15,23,42,0.04); overflow: hidden; }
.v1c-recent__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid #ebebf2;
}
.v1c-recent__title { font-size: 15px; font-weight: 600; color: #1a1a2e; display: flex; align-items: center; gap: 10px; }
.v1c-recent__title .pill { font-size: 11.5px; font-weight: 600; padding: 3px 9px; border-radius: 999px; background: #f3f4f6; color: #6b7280; }
.v1c-recent__head-actions { display: flex; align-items: center; gap: 10px; }
.v1c-pending {
  background: #dcfce7; color: #16a34a;
  font-size: 12px; font-weight: 600;
  padding: 5px 11px; border-radius: 20px;
}
.v1c-iconbtn {
  width: 34px; height: 34px;
  border-radius: 8px; border: 1px solid #e5e7eb;
  background: white; color: #6b7280;
  display: grid; place-items: center;
}
.v1c-iconbtn:hover { background: #f9fafb; color: #1f2937; }

.v1c-table { width: 100%; border-collapse: collapse; }
.v1c-table thead th {
  padding: 10px 16px; text-align: left;
  font-size: 11.5px; font-weight: 600; color: #9ca3af;
  text-transform: uppercase; letter-spacing: 0.04em;
  border-bottom: 1px solid #ebebf2; white-space: nowrap;
}
.v1c-table tbody tr.v1c-row { border-bottom: 1px solid #f2f2f7; cursor: pointer; transition: background 0.12s; }
.v1c-table tbody tr.v1c-row:hover { background: #fafafe; }
.v1c-table tbody tr.v1c-row.open { background: #f7f8ff; border-bottom: none; }
.v1c-table td { padding: 13px 16px; vertical-align: middle; font-size: 13.5px; color: #374151; }
.v1c-name { font-weight: 600; color: #1a1a2e; font-size: 14px; }
.v1c-sub { font-size: 12px; color: #9ca3af; margin-top: 2px; }
.v1c-type-cell { font-size: 13px; color: #4b5563; display: inline-flex; align-items: center; gap: 6px; }
.v1c-type-cell .ic { width: 24px; height: 24px; border-radius: 6px; background: #eff6ff; color: #2563eb; display: grid; place-items: center; }
.v1c-type-cell.cart .ic { background: #ecfdf5; color: #059669; }

.v1c-badge { display: inline-block; font-size: 11.5px; font-weight: 600; padding: 3px 10px; border-radius: 20px; white-space: nowrap; }
.v1c-badge--done { background: #dcfce7; color: #15803d; }
.v1c-badge--rejected { background: #fee2e2; color: #b91c1c; }
.v1c-badge--titles { background: #fef9c3; color: #a16207; }
.v1c-badge--running { background: #dbeafe; color: #1d4ed8; display: inline-flex; align-items: center; gap: 6px; }
.v1c-badge--running::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: v1c-pulse 1.4s infinite; }
@keyframes v1c-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }


.v1c-actions-cell { display: flex; align-items: center; gap: 4px; justify-content: flex-end; }
.v1c-expand { background: none; border: none; cursor: pointer; padding: 5px 8px; color: #cbd5e1; border-radius: 6px; transition: color 0.15s, transform 0.2s; line-height: 1; }
.v1c-expand:hover { color: #6b7280; background: #f2f2f7; }
.v1c-expand.rotated { transform: rotate(180deg); color: #2563eb; }
.v1c-dots { background: none; border: none; padding: 5px 8px; cursor: pointer; color: #9ca3af; border-radius: 6px; line-height: 1; }
.v1c-dots:hover { background: #f2f2f7; color: #1f2937; }

.v1c-dd-wrap { position: relative; }
.v1c-dropdown {
  position: absolute; right: 0; top: calc(100% + 4px);
  background: white; border: 1px solid #e5e7eb; border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  min-width: 200px; z-index: 200; overflow: hidden;
  display: none;
}
.v1c-dropdown.open { display: block; }
.v1c-dropdown button {
  display: flex; align-items: center; gap: 10px;
  width: 100%; padding: 10px 14px;
  font-size: 13px; color: #374151;
  background: none; border: none; cursor: pointer; text-align: left;
  font-family: inherit;
}
.v1c-dropdown button:hover { background: #f5f6fa; }
.v1c-dropdown .sep { border: none; border-top: 1px solid #f0f0f5; margin: 4px 0; }
.v1c-dropdown .danger { color: #dc2626; }
.v1c-dropdown .danger:hover { background: #fff5f5; }

tr.v1c-expanded-row td { padding: 0; }
tr.v1c-expanded-row { border-bottom: 1px solid #e5e7eb; }
.v1c-expanded { background: #f7f8ff; border-top: 1px solid #e8eaf6; padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.25s ease, padding 0.25s ease; }
.v1c-expanded.visible { padding: 18px 20px 20px; max-height: 1200px; }

.v1c-exp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.v1c-exp-field { background: white; border: 1px solid #eaeaf5; border-radius: 8px; padding: 12px 14px; }
.v1c-exp-label { font-size: 11px; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.v1c-exp-value { font-size: 13.5px; color: #374151; line-height: 1.5; }

.v1c-prompt-wrap { background: white; border: 1px solid #eaeaf5; border-radius: 8px; padding: 12px 14px; }
.v1c-prompt-head { display: flex; align-items: center; justify-content: space-between; }
.v1c-prompt-toggle { font-size: 12.5px; color: #2563eb; background: none; border: none; cursor: pointer; font-weight: 600; font-family: inherit; }
.v1c-prompt-toggle:hover { text-decoration: underline; }
.v1c-prompt-preview { font-size: 13px; color: #6b7280; margin-top: 8px; font-style: italic; }
.v1c-prompt-full { display: none; margin-top: 10px; font-size: 12.5px; color: #374151; line-height: 1.7; font-family: 'JetBrains Mono', 'SF Mono', monospace; background: #f8f8fc; border-radius: 6px; padding: 12px; max-height: 220px; overflow-y: auto; white-space: pre-wrap; word-break: break-word; }
.v1c-prompt-full.visible { display: block; }

/* ----- News block ----- */
.v1c-news { margin-top: 28px; }
.v1c-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.v1c-news-card {
  background: white; border: 1px solid #e5e7eb; border-radius: 10px;
  padding: 18px; box-shadow: 0 1px 2px rgba(15,23,42,0.04);
  display: flex; flex-direction: column; gap: 10px;
  transition: all 0.18s;
  cursor: pointer;
}
.v1c-news-card:hover { border-color: #d1d5db; box-shadow: 0 2px 8px rgba(15,23,42,0.06); transform: translateY(-1px); }
.v1c-news-card__top { display: flex; align-items: center; justify-content: space-between; }
.v1c-news-card__tag {
  font-size: 10.5px; font-weight: 700;
  padding: 3px 8px; border-radius: 999px;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.v1c-news-card__tag--feature { background: #eff6ff; color: #2563eb; }
.v1c-news-card__tag--update { background: #ecfdf5; color: #047857; }
.v1c-news-card__tag--guide { background: #fffbeb; color: #b45309; }
.v1c-news-card__date { font-size: 11.5px; color: #9ca3af; }
.v1c-news-card h4 { margin: 0; font-size: 15px; font-weight: 600; color: #1a1a2e; line-height: 1.35; font-family: 'Supreme', 'Inter', sans-serif; }
.v1c-news-card p { margin: 0; font-size: 13px; color: #6b7280; line-height: 1.5; flex: 1; }
.v1c-news-card__more { font-size: 12.5px; color: #2563eb; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; margin-top: 4px; }


/* === v1d.css === */
/* ============================================================
   V1d — V1c továbbfejlesztve
   - Topbar: "Új generálás" lenyíló, "MB" user dropdown, kereső="Keresés", coin ikon csere
   - Quick-launch szöveg javítva
   - Táblázat: hangsúlyosabb 3-pötty, előnézet (modal)
   - Statisztikákhoz "Részletes statisztika" gomb
   ============================================================ */
.v1d { font-family: 'Inter', system-ui, sans-serif; font-size: 15.5px; line-height: 1.55; color: #1f2937; background: #f4f6f9; min-height: 100%; }

/* Globális topbar/quick-launch betűméret-bump (v1b override) */
.v1d .v1b-btn { font-size: 13.5px; }
.v1d .v1b-credits__num { font-size: 15px; }
.v1d .v1b-credits__label { font-size: 12.5px; }
.v1d .v1b-credits__sub-num { font-size: 13.5px; }
.v1d .v1b-credits__sub-label { font-size: 12px; }
.v1d .v1b-user { font-size: 13.5px; }
.v1d .v1b-q h3 { font-size: 18px; }
.v1d .v1b-q__head p { font-size: 14px; }
.v1d .v1b-q__primary { font-size: 14px; padding: 11px 18px; }
.v1d .v1b-q__mode { padding: 14px 16px; }
.v1d .v1b-q__mode-name { font-size: 14.5px; font-weight: 600; }
.v1d .v1b-q__mode-desc { font-size: 13px; margin-top: 3px; }
.v1d .v1b-q__mode-ic { width: 30px; height: 30px; }
.v1d .v1b-q__modes-label { font-size: 13px; font-weight: 600; }
.v1d .v1b-greeting h1 { font-size: 28px; }
.v1d .v1b-section h2 { font-size: 17px; }
.v1d .v1b-stat__label { font-size: 13px; }
.v1d .v1b-stat__value { font-size: 24px; }
.v1d .v1b-stat__sub { font-size: 12.5px; }
.v1d .v1b-card__title { font-size: 14.5px; }
.v1d .v1b-card__action { font-size: 12.5px; }
.v1d .v1b-auto__name { font-size: 13.5px; }
.v1d .v1b-auto__sub { font-size: 12px; }
.v1d .v1b-credit-big__num { font-size: 30px; }
.v1d .v1b-credit-big__label { font-size: 13px; }
.v1d .v1b-credit-big__cta { font-size: 13.5px; }
.v1d .v1b-foot { font-size: 12.5px; }
.v1d h1, .v1d h2, .v1d h3 { font-family: 'Supreme', 'Inter', sans-serif; letter-spacing: -0.012em; }

/* Topbar dropdowns */
.v1d-dd-wrap { position: relative; }
.v1d-menu {
  position: absolute; top: calc(100% + 6px); right: 0;
  background: white; border: 1px solid #e5e7eb; border-radius: 12px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.12);
  min-width: 280px; padding: 6px; z-index: 60; display: none;
}
.v1d-menu.open { display: block; }
.v1d-menu--left { right: auto; left: 0; }
.v1d-menu__head {
  padding: 14px; border-radius: 8px; background: #f9fafb;
  display: flex; align-items: center; gap: 12px; margin-bottom: 4px;
}
.v1d-menu__avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: white; display: grid; place-items: center; font-weight: 700; font-size: 14px; }
.v1d-menu__name { font-weight: 600; font-size: 15px; color: #1a1a2e; }
.v1d-menu__email { font-size: 13px; color: #6b7280; }
.v1d-menu__item {
  display: flex; align-items: center; gap: 12px; width: 100%;
  padding: 11px 14px; font-size: 14.5px; color: #374151;
  background: none; border: none; cursor: pointer; text-align: left;
  border-radius: 8px; font-family: inherit;
}
.v1d-menu__item:hover { background: #f5f6fa; }
.v1d-menu__item .ic { width: 28px; height: 28px; border-radius: 7px; display: grid; place-items: center; flex-shrink: 0; }
.v1d-menu__item .ic--blog { background: #eff6ff; color: #2563eb; }
.v1d-menu__item .ic--cart { background: #ecfdf5; color: #059669; }
.v1d-menu__item .label { flex: 1; }
.v1d-menu__item .desc { font-size: 12.5px; color: #9ca3af; margin-top: 2px; }
.v1d-menu .danger { color: #dc2626; }
.v1d-menu .danger:hover { background: #fff5f5; }
.v1d-menu .sep { border: 0; border-top: 1px solid #f0f0f5; margin: 4px 6px; }
.v1d-menu .group-label { font-size: 10.5px; font-weight: 700; color: #9ca3af; letter-spacing: 0.05em; text-transform: uppercase; padding: 8px 14px 4px; }

/* Recent table — V1c-ből, csak kiemelt 3-pötty */
.v1d-recent { background: white; border: 1px solid #e5e7eb; border-radius: 10px; box-shadow: 0 1px 2px rgba(15,23,42,0.04); overflow: visible; }
.v1d-recent__head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #ebebf2; }
.v1d-recent__title { font-size: 16px; font-weight: 600; color: #1a1a2e; display: flex; align-items: center; gap: 10px; }
.v1d-recent__title .pill { font-size: 12.5px; font-weight: 600; padding: 3px 9px; border-radius: 999px; background: #f3f4f6; color: #6b7280; }
.v1d-recent__head-actions { display: flex; align-items: center; gap: 10px; }
.v1d-pending { background: #dcfce7; color: #16a34a; font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 20px; }
.v1d-iconbtn { width: 34px; height: 34px; border-radius: 8px; border: 1px solid #e5e7eb; background: white; color: #6b7280; display: grid; place-items: center; }

.v1d-table { width: 100%; border-collapse: collapse; }
.v1d-table thead th { padding: 11px 16px; text-align: left; font-size: 12.5px; font-weight: 600; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.04em; border-bottom: 1px solid #ebebf2; white-space: nowrap; }
.v1d-row { border-bottom: 1px solid #f2f2f7; cursor: pointer; transition: background 0.12s; }
.v1d-row:hover { background: #fafafe; }
.v1d-row.open { background: #f7f8ff; border-bottom: none; }
.v1d-table td { padding: 14px 16px; vertical-align: middle; font-size: 14.5px; color: #374151; }
.v1d-name { font-weight: 600; color: #1a1a2e; font-size: 15px; }
.v1d-sub { font-size: 12.5px; color: #9ca3af; margin-top: 2px; }
.v1d-type-cell { font-size: 14px; color: #4b5563; display: inline-flex; align-items: center; gap: 6px; }
.v1d-type-cell .ic { width: 26px; height: 26px; border-radius: 6px; background: #eff6ff; color: #2563eb; display: grid; place-items: center; }
.v1d-type-cell.cart .ic { background: #ecfdf5; color: #059669; }
.v1d-badge { display: inline-block; font-size: 12.5px; font-weight: 600; padding: 4px 11px; border-radius: 20px; white-space: nowrap; }
.v1d-badge--done { background: #dcfce7; color: #15803d; }
.v1d-badge--rejected { background: #fee2e2; color: #b91c1c; }
.v1d-badge--titles { background: #fef9c3; color: #a16207; }
.v1d-badge--running { background: #dbeafe; color: #1d4ed8; display: inline-flex; align-items: center; gap: 6px; }
.v1d-badge--running::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: v1d-pulse 1.4s infinite; }
@keyframes v1d-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* Hangsúlyos akciók: 3-pötty NAGYOBB, kontrasztos */
.v1d-actions { display: flex; align-items: center; gap: 6px; justify-content: flex-end; }
.v1d-expand { background: none; border: none; cursor: pointer; padding: 6px 8px; color: #9ca3af; border-radius: 6px; transition: color 0.15s, transform 0.2s; line-height: 1; }
.v1d-expand:hover { color: #2563eb; background: #eff6ff; }
.v1d-expand.rotated { transform: rotate(180deg); color: #2563eb; }
.v1d-dots {
  width: 36px; height: 36px;
  background: #f3f4f6; border: 1px solid #e5e7eb;
  border-radius: 8px; cursor: pointer;
  color: #4b5563;
  display: grid; place-items: center;
  transition: all 0.15s;
}
.v1d-dots:hover { background: #2563eb; color: white; border-color: #2563eb; box-shadow: 0 2px 6px rgba(37,99,235,0.25); }
.v1d-dots.open { background: #2563eb; color: white; border-color: #2563eb; }

.v1d-dd { position: relative; }
.v1d-dropdown {
  position: absolute; right: 0; top: calc(100% + 4px);
  background: white; border: 1px solid #e5e7eb; border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  min-width: 220px; z-index: 200; overflow: hidden;
  display: none; padding: 6px;
}
.v1d-dropdown.open { display: block; }
.v1d-dropdown button {
  display: flex; align-items: center; gap: 10px;
  width: 100%; padding: 11px 13px;
  font-size: 14px; color: #374151;
  background: none; border: none; cursor: pointer; text-align: left;
  font-family: inherit; border-radius: 6px;
}
.v1d-dropdown button:hover { background: #f5f6fa; }
.v1d-dropdown .sep { border: none; border-top: 1px solid #f0f0f5; margin: 4px 0; }
.v1d-dropdown .danger { color: #dc2626; }
.v1d-dropdown .danger:hover { background: #fff5f5; }

tr.v1d-expanded-row td { padding: 0; }
tr.v1d-expanded-row { border-bottom: 1px solid #e5e7eb; }
.v1d-expanded { background: #f7f8ff; padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.25s ease, padding 0.25s ease; }
.v1d-expanded.visible { padding: 18px 20px 20px; max-height: 1200px; }
.v1d-exp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.v1d-exp-field { background: white; border: 1px solid #eaeaf5; border-radius: 8px; padding: 12px 14px; }
.v1d-exp-label { font-size: 12px; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.v1d-exp-value { font-size: 14.5px; color: #374151; line-height: 1.5; }
.v1d-prompt-wrap { background: white; border: 1px solid #eaeaf5; border-radius: 8px; padding: 12px 14px; }
.v1d-prompt-head { display: flex; align-items: center; justify-content: space-between; }
.v1d-prompt-toggle { font-size: 13.5px; color: #2563eb; background: none; border: none; cursor: pointer; font-weight: 600; font-family: inherit; }
.v1d-prompt-preview { font-size: 14px; color: #6b7280; margin-top: 8px; font-style: italic; }
.v1d-prompt-full { display: none; margin-top: 10px; font-size: 13.5px; color: #374151; line-height: 1.7; font-family: 'JetBrains Mono', monospace; background: #f8f8fc; border-radius: 6px; padding: 12px; max-height: 220px; overflow-y: auto; white-space: pre-wrap; word-break: break-word; }
.v1d-prompt-full.visible { display: block; }

/* Stat link */
.v1d-stat-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; padding: 9px 13px; background: white; border: 1px solid #e5e7eb; border-radius: 8px; color: #2563eb; font-size: 13.5px; font-weight: 600; cursor: pointer; font-family: inherit; transition: all 0.15s; }
.v1d-stat-link:hover { background: #eff6ff; border-color: #93c5fd; }

/* Preview modal */
.v1d-modal-bg { position: fixed; inset: 0; background: rgba(15,23,42,0.55); z-index: 1000; display: none; align-items: center; justify-content: center; padding: 24px; }
.v1d-modal-bg.open { display: flex; }
.v1d-modal { background: white; border-radius: 14px; max-width: 880px; width: 100%; max-height: 88vh; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,0.30); }
.v1d-modal__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid #e5e7eb; }
.v1d-modal__title { font-family: 'Supreme', 'Inter', sans-serif; font-size: 17px; font-weight: 600; color: #1a1a2e; }
.v1d-modal__sub { font-size: 12.5px; color: #6b7280; margin-top: 2px; }
.v1d-modal__close { width: 36px; height: 36px; border-radius: 8px; background: #f3f4f6; border: none; color: #4b5563; display: grid; place-items: center; cursor: pointer; }
.v1d-modal__close:hover { background: #e5e7eb; }
.v1d-modal__body { padding: 28px 36px; overflow-y: auto; flex: 1; line-height: 1.7; color: #1f2937; font-size: 15px; }
.v1d-modal__body h2 { font-family: 'Supreme', 'Inter', sans-serif; font-size: 26px; font-weight: 600; color: #1a1a2e; margin: 0 0 8px; line-height: 1.25; }
.v1d-modal__body .meta { display: flex; gap: 14px; font-size: 12.5px; color: #6b7280; padding-bottom: 18px; border-bottom: 1px solid #f0f0f5; margin-bottom: 22px; }
.v1d-modal__body h3 { font-family: 'Supreme', 'Inter', sans-serif; font-size: 19px; font-weight: 600; color: #1a1a2e; margin: 28px 0 10px; }
.v1d-modal__body p { margin: 0 0 14px; }
.v1d-modal__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 22px; border-top: 1px solid #e5e7eb; background: #fafafe; }
.v1d-modal__btn { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px; border-radius: 8px; border: 1px solid #e5e7eb; background: white; color: #1f2937; font-size: 13px; font-weight: 500; font-family: inherit; cursor: pointer; }
.v1d-modal__btn:hover { background: #f9fafb; }
.v1d-modal__btn--primary { background: #2563eb; border-color: #2563eb; color: white; }
.v1d-modal__btn--primary:hover { background: #1d4ed8; border-color: #1d4ed8; }

/* News block */
.v1d-news { margin-top: 28px; }
.v1d-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.v1d-news-card { background: white; border: 1px solid #e5e7eb; border-radius: 10px; padding: 18px; box-shadow: 0 1px 2px rgba(15,23,42,0.04); display: flex; flex-direction: column; gap: 10px; transition: all 0.18s; cursor: pointer; }
.v1d-news-card:hover { border-color: #d1d5db; box-shadow: 0 2px 8px rgba(15,23,42,0.06); transform: translateY(-1px); }
.v1d-news-card__top { display: flex; align-items: center; justify-content: space-between; }
.v1d-news-card__tag { font-size: 10.5px; font-weight: 700; padding: 3px 8px; border-radius: 999px; letter-spacing: 0.04em; text-transform: uppercase; }
.v1d-news-card__tag--feature { background: #eff6ff; color: #2563eb; }
.v1d-news-card__tag--update { background: #ecfdf5; color: #047857; }
.v1d-news-card__tag--guide { background: #fffbeb; color: #b45309; }
.v1d-news-card__date { font-size: 11.5px; color: #9ca3af; }
.v1d-news-card h4 { margin: 0; font-size: 16px; font-weight: 600; color: #1a1a2e; line-height: 1.35; font-family: 'Supreme', 'Inter', sans-serif; }
.v1d-news-card p { margin: 0; font-size: 14px; color: #6b7280; line-height: 1.5; flex: 1; }
.v1d-news-card__more { font-size: 13.5px; color: #2563eb; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; margin-top: 4px; }



/* === Blade-compat overrides (anchor support a V1D dropdown-ban) === */
.v1d-dropdown a {
    display: flex; align-items: center; gap: 10px;
    width: 100%; padding: 11px 13px;
    font-size: 14px; color: #374151;
    background: none; border: none; cursor: pointer; text-align: left;
    font-family: inherit; border-radius: 6px;
    text-decoration: none;
}
.v1d-dropdown a:hover { background: #f5f6fa; color: #374151; text-decoration: none; }
.v1d-menu__item:link, .v1d-menu__item:visited { color: #374151; text-decoration: none; }
.v1d-menu .danger:link, .v1d-menu .danger:visited { color: #dc2626; }
.v1b-foot a:link, .v1b-foot a:visited { color: inherit; }

/* === Dashboard layout-fix: scrollable table + sticky head === */
/* CSS Grid gotcha: a grid items 'min-height: auto' default felülírja a max-height-ot.
   align-items: stretch (default) + min-height: 0 + max-height: 100% → a bal hasáb magassága
   a jobb hasábhoz igazodik, és a táblázat content scrollozódik belül. */
.v1b-grid {
    align-items: stretch;
}
.v1d-recent {
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden; /* table-layout fixed → nincs horizontális scroll */
    /* max-height-ot JS állítja a .v1b-stats magasságához (lásd user-dashboard.blade.php) */
}
/* Fix table layout: a kibontott sor (colspan=7) is pontosan a látható szélességet kapja */
.v1d-table {
    table-layout: fixed;
    width: 100%;
}
.v1d-table th:nth-child(1), .v1d-table td:nth-child(1) { width: 21%; }  /* Név, projekt */
.v1d-table th:nth-child(2), .v1d-table td:nth-child(2) { width: 11%; }  /* Dátum */
.v1d-table th:nth-child(3), .v1d-table td:nth-child(3) { width: 12%; }  /* Felhasználó */
.v1d-table th:nth-child(4), .v1d-table td:nth-child(4) { width: 17%; }  /* Típus */
.v1d-table th:nth-child(5), .v1d-table td:nth-child(5) { width: 18%; }  /* Állapot — szélesebb a hosszú badge-eknek */
.v1d-table th:nth-child(6), .v1d-table td:nth-child(6) { width: 10%; }  /* Feldolgozás */
.v1d-table th:nth-child(7), .v1d-table td:nth-child(7) { width: 80px; } /* Akciók */
/* Cella-padding szűkítés (vízszintes) hogy elférjen a 7 oszlop */
.v1d-table th,
.v1d-table td {
    padding-left: 12px;
    padding-right: 12px;
}
/* Típus cella ellipsis */
.v1d-type-cell {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Állapot badge ellipsis — hosszú label-ek (pl. "blog címek megmutatva") ne nyúljanak túl */
.v1d-badge {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Név oszlop tördelhető */
.v1d-name,
.v1d-sub {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}
.v1d-recent .v1d-recent__head {
    position: sticky;
    top: 0;
    background: white;
    z-index: 20;
    border-bottom: 1px solid #ebebf2;
}
.v1d-table thead {
    position: sticky;
    /* offset = .v1d-recent__head magassága (16+16 padding + ~24px content + 1px border) */
    top: 57px;
    background: white;
    z-index: 10;
}
.v1d-table thead th {
    background: white;
    box-shadow: 0 1px 0 #ebebf2;
}
/* === Override Limitless layout: a V1D dashboardon window-scroll, NE belső .content-inner scroll === */
/* Limitless default: html/body fix-magas + .content-inner { height:100%; overflow-y:auto } — ez clip-eli
   a V1D content-et (Hírek + v1b-foot), és a window-scroll sem kapcsol be. */
body.v1d-dashboard-page,
body.v1d-dashboard-page .page-content,
body.v1d-dashboard-page .content-wrapper,
body.v1d-dashboard-page .content-inner {
    height: auto !important;
    overflow: visible !important;
    display: block !important;     /* override flex-grow stretching */
    flex: initial !important;
    min-height: 0 !important;
}
html:has(body.v1d-dashboard-page) {
    height: auto !important;
    overflow-y: auto !important;
}
/* Limitless globális footer (.navbar-footer) eltüntetése — a V1D-nek saját .v1b-foot-ja van */
body.v1d-dashboard-page .navbar-footer {
    display: none !important;
}

/* === Dropdown szeparátor: a Bootstrap5 default <hr> opacity:0.25 felülírja az eredeti V1D #f0f0f5 színt
       — opacity-t visszaállítjuk 1-re, hogy az eredeti V1D-szín tisztán látszódjon === */
.v1d-menu .sep,
.v1d-dropdown .sep {
    opacity: 1 !important;
}

/* === Topbar és greeting közötti térköz csökkentése: a Limitless service_sleeping container
       padding/margin (40px) + a .v1b-main padding-top (28px) = ~68px → 12px === */
body.v1d-dashboard-page .content-inner > .container.pt-3.px-3.mb-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
body.v1d-dashboard-page .v1b-main {
    padding-top: 12px;
}

/* ===================================================================== */
/* V1D Dark theme (mű:  <html data-color-theme="dark">  alatt aktív)      */
/* ===================================================================== */
[data-color-theme="dark"] body { background: #0b0f17; color: #e5e7eb; }

[data-color-theme="dark"] .v1b {
  --v1b-primary: #3b82f6;
  --v1b-primary-hover: #60a5fa;
  --v1b-primary-soft: #172554;
  --v1b-border: #243043;
  --v1b-border-strong: #334155;
  --v1b-text: #e5e7eb;
  --v1b-text-muted: #9ca3af;
  --v1b-text-soft: #6b7280;
  --v1b-surface: #131a26;
  --v1b-bg: #0b0f17;
  --v1b-shadow-sm: 0 1px 2px rgba(0,0,0,0.5), 0 1px 1px rgba(0,0,0,0.4);
  --v1b-shadow-md: 0 2px 6px rgba(0,0,0,0.5), 0 6px 14px rgba(0,0,0,0.4);
}

[data-color-theme="dark"] .v1b,
[data-color-theme="dark"] .v1b-main,
[data-color-theme="dark"] .v1b-topbar { background: var(--v1b-bg); color: var(--v1b-text); }

[data-color-theme="dark"] .v1b-topbar { border-bottom: 1px solid var(--v1b-border); }

[data-color-theme="dark"] .v1b-card,
[data-color-theme="dark"] .v1b-stat,
[data-color-theme="dark"] .v1b-recent,
[data-color-theme="dark"] .v1d-card,
[data-color-theme="dark"] .v1d-news-card,
[data-color-theme="dark"] .v1d-modal {
  background: var(--v1b-surface);
  color: var(--v1b-text);
  border-color: var(--v1b-border);
}

[data-color-theme="dark"] .v1b-btn,
[data-color-theme="dark"] .v1d-btn,
[data-color-theme="dark"] .v1d-modal__btn,
[data-color-theme="dark"] .v1c-iconbtn,
[data-color-theme="dark"] .v1b-credits {
  background: #1a2433;
  color: var(--v1b-text);
  border-color: var(--v1b-border);
}
[data-color-theme="dark"] .v1b-btn:hover,
[data-color-theme="dark"] .v1c-iconbtn:hover,
[data-color-theme="dark"] .v1d-modal__btn:hover { background: #243043; border-color: var(--v1b-border-strong); }

[data-color-theme="dark"] .v1b-topbar__search input,
[data-color-theme="dark"] .v1b-topbar__search {
  background: #1a2433;
  color: var(--v1b-text);
  border-color: var(--v1b-border);
}
[data-color-theme="dark"] .v1b-topbar__search input::placeholder { color: var(--v1b-text-soft); }

[data-color-theme="dark"] .v1d-menu,
[data-color-theme="dark"] .v1d-dropdown {
  background: var(--v1b-surface);
  border: 1px solid var(--v1b-border);
  color: var(--v1b-text);
  box-shadow: var(--v1b-shadow-md);
}
[data-color-theme="dark"] .v1d-menu__item:hover,
[data-color-theme="dark"] .v1d-dropdown a:hover,
[data-color-theme="dark"] .v1d-dropdown button:hover { background: #1a2433; }
[data-color-theme="dark"] .v1d-menu .danger:hover,
[data-color-theme="dark"] .v1d-dropdown .danger:hover { background: #2a1414; }

[data-color-theme="dark"] .v1d-table { color: var(--v1b-text); }
[data-color-theme="dark"] .v1d-table thead th { color: var(--v1b-text-muted); border-bottom-color: var(--v1b-border); }
[data-color-theme="dark"] .v1d-row { background: transparent; }
[data-color-theme="dark"] .v1d-row:hover { background: #131c2b; }
[data-color-theme="dark"] .v1d-row td { border-color: var(--v1b-border); }
[data-color-theme="dark"] .v1d-expanded { background: #0f1726; border-color: var(--v1b-border); }
[data-color-theme="dark"] .v1d-sub,
[data-color-theme="dark"] .v1b-stat__sub,
[data-color-theme="dark"] .v1b-stat__label { color: var(--v1b-text-muted); }

[data-color-theme="dark"] .v1d-expand,
[data-color-theme="dark"] .v1d-dots { background: #1a2433; color: var(--v1b-text-muted); border-color: var(--v1b-border); }
[data-color-theme="dark"] .v1d-expand:hover { background: #1d2b46; color: var(--v1b-primary); }
[data-color-theme="dark"] .v1d-dots:hover { background: var(--v1b-primary); color: #fff; }

[data-color-theme="dark"] .v1d-stat-link { background: transparent; color: var(--v1b-primary); }
[data-color-theme="dark"] .v1d-stat-link:hover { background: #172554; border-color: #1e40af; }

[data-color-theme="dark"] .v1d-prompt-preview,
[data-color-theme="dark"] .v1d-prompt-full { color: var(--v1b-text); }
[data-color-theme="dark"] .v1d-exp-label { color: var(--v1b-text-muted); }

[data-color-theme="dark"] .v1b-foot { color: var(--v1b-text-muted); border-top-color: var(--v1b-border); }
[data-color-theme="dark"] .v1b-foot a { color: var(--v1b-text-muted); }
[data-color-theme="dark"] .v1b-foot a:hover { color: var(--v1b-text); }

[data-color-theme="dark"] hr.sep { border-color: var(--v1b-border); }

/* ----- Kiegészítő .v1b-* felületek dark override-jei ----- */
[data-color-theme="dark"] .v1b-greeting,
[data-color-theme="dark"] .v1b-section,
[data-color-theme="dark"] .v1b-grid,
[data-color-theme="dark"] .v1b-quick,
[data-color-theme="dark"] .v1b-stats { background: var(--v1b-bg); color: var(--v1b-text); }

[data-color-theme="dark"] .v1b-q,
[data-color-theme="dark"] .v1b-q__mode {
  background: var(--v1b-surface);
  color: var(--v1b-text);
  border-color: var(--v1b-border);
}
[data-color-theme="dark"] .v1b-q__mode:hover { border-color: var(--v1b-border-strong); background: #1a2433; }
[data-color-theme="dark"] .v1b-q__mode-name,
[data-color-theme="dark"] .v1b-q__head,
[data-color-theme="dark"] .v1b-card__title { color: var(--v1b-text); }
[data-color-theme="dark"] .v1b-q__mode-desc,
[data-color-theme="dark"] .v1b-q__modes-label,
[data-color-theme="dark"] .v1b-q__mode-text { color: var(--v1b-text-muted); }
[data-color-theme="dark"] .v1b-q__icon,
[data-color-theme="dark"] .v1b-q__mode-ic { background: #1a2433; border-color: var(--v1b-border); }

[data-color-theme="dark"] .v1b-credit-big {
  background: var(--v1b-surface);
  color: var(--v1b-text);
  border: 1px solid var(--v1b-border);
}
[data-color-theme="dark"] .v1b-credit-big__icon { background: #1a2433; border-color: var(--v1b-border); color: var(--v1b-primary); }
[data-color-theme="dark"] .v1b-credit-big__label,
[data-color-theme="dark"] .v1b-credit-big__split-item .label { color: var(--v1b-text-muted); }
[data-color-theme="dark"] .v1b-credit-big__split { border-top-color: var(--v1b-border); }
[data-color-theme="dark"] .v1b-credit-big__cta { background: var(--v1b-primary); color: #fff; }
[data-color-theme="dark"] .v1b-credit-big__cta:hover { background: var(--v1b-primary-hover); }

[data-color-theme="dark"] .v1d-iconbtn,
[data-color-theme="dark"] .v1d-actions button {
  background: #1a2433;
  color: var(--v1b-text-muted);
  border-color: var(--v1b-border);
}
[data-color-theme="dark"] .v1d-badge { background: #1a2433; color: var(--v1b-text-muted); border-color: var(--v1b-border); }
[data-color-theme="dark"] .v1d-badge--done    { background: #064e3b; color: #6ee7b7; border-color: #065f46; }
[data-color-theme="dark"] .v1d-badge--running { background: #422006; color: #fcd34d; border-color: #92400e; }
[data-color-theme="dark"] .v1d-badge--titles  { background: #3b0764; color: #d8b4fe; border-color: #6b21a8; }
[data-color-theme="dark"] .v1d-badge--rejected{ background: #450a0a; color: #fca5a5; border-color: #7f1d1d; }
[data-color-theme="dark"] .v1d-progress-cell { color: var(--v1b-text-muted); }
[data-color-theme="dark"] .v1d-name { color: var(--v1b-text); }
[data-color-theme="dark"] .v1d-type-cell { color: var(--v1b-text-muted); }

[data-color-theme="dark"] .v1d-exp-value { color: var(--v1b-text); }
[data-color-theme="dark"] .v1d-prompt-wrap { background: #0f1726; border-color: var(--v1b-border); }

/* ----- Dark: tábla cellaszövegek + greeting + kibővített override-ek ----- */
[data-color-theme="dark"] .v1d-table td { color: var(--v1b-text); }
[data-color-theme="dark"] .v1d-table thead th { color: var(--v1b-text-muted); border-bottom-color: var(--v1b-border); }
[data-color-theme="dark"] .v1d-sub { color: var(--v1b-text-soft); }
[data-color-theme="dark"] .v1b-greeting h1 { color: var(--v1b-text); }
[data-color-theme="dark"] .v1b-greeting p,
[data-color-theme="dark"] .v1b-greeting__meta { color: var(--v1b-text-muted); }
[data-color-theme="dark"] .v1b-topbar__search input { color: var(--v1b-text); }

/* "+ Új generálás" stb. topbar gombok darkban */
[data-color-theme="dark"] .v1b-topbar .v1b-btn,
[data-color-theme="dark"] .v1b-topbar .btn { background: #1a2433; color: var(--v1b-text); border-color: var(--v1b-border); }
[data-color-theme="dark"] .v1b-topbar .v1b-btn--primary,
[data-color-theme="dark"] .v1b-topbar .btn-primary { background: var(--v1b-primary); color: #fff; border-color: var(--v1b-primary); }

/* Hírek/Tudásbázis kártyák */
[data-color-theme="dark"] .v1d-news-card { background: var(--v1b-surface); color: var(--v1b-text); border-color: var(--v1b-border); }
[data-color-theme="dark"] .v1d-news-card h3 { color: var(--v1b-text); }
[data-color-theme="dark"] .v1d-news-card p,
[data-color-theme="dark"] .v1d-news-card .meta { color: var(--v1b-text-muted); }

/* ----- Dark: kritikus override-ok !important-tel (cache/specificity-biztos) ----- */
[data-color-theme="dark"] .v1b-credits {
  background: #1a2433 !important;
  color: var(--v1b-text) !important;
  border-color: var(--v1b-border) !important;
}
[data-color-theme="dark"] .v1b-credits__num,
[data-color-theme="dark"] .v1b-credits__sub-num { color: var(--v1b-text) !important; }
[data-color-theme="dark"] .v1b-credits__label,
[data-color-theme="dark"] .v1b-credits__sub-label { color: var(--v1b-text-muted) !important; }
[data-color-theme="dark"] .v1b-credits__icon { background: #064e3b !important; color: #6ee7b7 !important; }

[data-color-theme="dark"] .v1b-topbar__search { background: var(--v1b-bg) !important; }
[data-color-theme="dark"] .v1b-topbar__search input {
  background: #1a2433 !important;
  color: var(--v1b-text) !important;
  border-color: var(--v1b-border) !important;
}
[data-color-theme="dark"] .v1b-topbar__search input:focus {
  background: #1a2433 !important;
  border-color: var(--v1b-primary) !important;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.18) !important;
}

[data-color-theme="dark"] .v1b-greeting h1 { color: var(--v1b-text) !important; }
[data-color-theme="dark"] .v1b-q,
[data-color-theme="dark"] .v1b-q__mode {
  background: var(--v1b-surface) !important;
  color: var(--v1b-text) !important;
}
[data-color-theme="dark"] .v1b-q__mode-name,
[data-color-theme="dark"] .v1b-q__head { color: var(--v1b-text) !important; }
[data-color-theme="dark"] .v1b-q__mode-desc,
[data-color-theme="dark"] .v1b-q__mode-text { color: var(--v1b-text-muted) !important; }

/* ----- Még további dark override-ok ----- */
[data-color-theme="dark"] .v1b-user {
  background: #1a2433 !important;
  color: var(--v1b-text) !important;
  border-color: var(--v1b-border) !important;
}

[data-color-theme="dark"] .v1d-recent {
  background: var(--v1b-surface) !important;
  border-color: var(--v1b-border) !important;
  color: var(--v1b-text) !important;
}
[data-color-theme="dark"] .v1d-recent .v1d-recent__head {
  background: var(--v1b-surface) !important;
  border-bottom-color: var(--v1b-border) !important;
  color: var(--v1b-text) !important;
}
[data-color-theme="dark"] .v1d-recent__title { color: var(--v1b-text) !important; }
[data-color-theme="dark"] .v1d-recent__title .pill { background: #1a2433 !important; color: var(--v1b-text-muted) !important; }
[data-color-theme="dark"] .v1d-pending { background: #064e3b !important; color: #6ee7b7 !important; }

/* ----- Dark: menu fejléc, menu item link szín, tábla fejléc, sor-elválasztó ----- */
[data-color-theme="dark"] .v1d-menu__head {
  background: #1a2433 !important;
  color: var(--v1b-text) !important;
}
[data-color-theme="dark"] .v1d-menu__name { color: var(--v1b-text) !important; }
[data-color-theme="dark"] .v1d-menu__email { color: var(--v1b-text-muted) !important; }
[data-color-theme="dark"] .v1d-menu__item,
[data-color-theme="dark"] .v1d-menu__item:link,
[data-color-theme="dark"] .v1d-menu__item:visited {
  color: var(--v1b-text) !important;
}
[data-color-theme="dark"] .v1d-menu__item:hover { background: #1a2433 !important; }
[data-color-theme="dark"] .v1d-menu__item .desc { color: var(--v1b-text-muted) !important; }

[data-color-theme="dark"] .v1d-table thead {
  background: var(--v1b-surface) !important;
}
[data-color-theme="dark"] .v1d-table thead th {
  background: var(--v1b-surface) !important;
  color: var(--v1b-text-muted) !important;
  border-bottom-color: var(--v1b-border) !important;
}

[data-color-theme="dark"] .v1d-row {
  border-bottom-color: var(--v1b-border) !important;
}
[data-color-theme="dark"] .v1d-row:hover {
  background: #131c2b !important;
}

[data-color-theme="dark"] .v1d-expanded-row td {
  background: #0f1726 !important;
  border-bottom-color: var(--v1b-border) !important;
}

/* ----- Dark: stat-link, type-cell .ic, news-card tag-ek (kontrasztosabb) ----- */
[data-color-theme="dark"] .v1d-stat-link {
  background: #1a2433 !important;
  border-color: var(--v1b-border) !important;
  color: var(--v1b-primary) !important;
}
[data-color-theme="dark"] .v1d-stat-link:hover {
  background: #172554 !important;
  border-color: var(--v1b-primary) !important;
}

[data-color-theme="dark"] .v1d-type-cell { color: var(--v1b-text) !important; }
[data-color-theme="dark"] .v1d-type-cell .ic { background: #172554 !important; color: #93c5fd !important; }
[data-color-theme="dark"] .v1d-type-cell.cart .ic { background: #064e3b !important; color: #6ee7b7 !important; }

[data-color-theme="dark"] .v1d-news-card__tag--feature { background: #172554 !important; color: #93c5fd !important; }
[data-color-theme="dark"] .v1d-news-card__tag--update  { background: #064e3b !important; color: #6ee7b7 !important; }
[data-color-theme="dark"] .v1d-news-card__tag--guide   { background: #422006 !important; color: #fcd34d !important; }

/* ----- Téma kapcsoló gomb: csak az aktív irány ikon látszik ----- */
#v1b-theme-toggle { position: relative; }
#v1b-theme-toggle .v1b-theme-toggle__sun  { display: inline-flex; }
#v1b-theme-toggle .v1b-theme-toggle__moon { display: none; }
[data-color-theme="dark"] #v1b-theme-toggle .v1b-theme-toggle__sun  { display: none; }
[data-color-theme="dark"] #v1b-theme-toggle .v1b-theme-toggle__moon { display: inline-flex; }

/* ----- Egységes .logo-text — bármelyik topbar (v1b-topbar__logo VAGY au1-topbar__logo) alatt ugyanúgy néz ki ----- */
.logo-text {
  font-family: 'Supreme', 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #1f2937;
  text-decoration: none;
}
.au1-topbar__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.au1-topbar__logo .logo-text { color: #0f172a; }
[data-color-theme="dark"] .logo-text { color: var(--v1b-text); }
