/* Thème James Bond / Ultra Luxe — noir profond, or, serif raffinée. */

html[data-theme="bond"] {
  --jav-font-body: "Cormorant Garamond", "Georgia", serif;
  --jav-font-display: "Cormorant Garamond", "Georgia", serif;
  --jav-font-mono: ui-monospace, "SF Mono", Menlo, monospace;
  --jav-display-spacing: .04em;
  --jav-tagline-style: italic;

  --jav-bg: #0a0807;
  --jav-bg-image:
    radial-gradient(ellipse at top, rgba(201, 162, 75, .08), transparent 60%),
    radial-gradient(ellipse at bottom, rgba(201, 162, 75, .04), transparent 65%),
    linear-gradient(180deg, #0a0807 0%, #06050a 100%);
  --jav-fg: #ece4d2;
  --jav-muted: rgba(236, 228, 210, .65);

  --jav-accent: #c9a24b;
  --jav-accent-hover: #d6b366;
  --jav-accent-fg: #1a1208;

  --jav-surface: rgba(20, 16, 10, .65);
  --jav-surface-solid: #14110a;
  --jav-surface-border: rgba(201, 162, 75, .25);
  --jav-header-bg: rgba(10, 8, 7, .82);
  --jav-row-hover: rgba(201, 162, 75, .08);

  --jav-btn-bg: rgba(201, 162, 75, .12);
  --jav-btn-bg-hover: rgba(201, 162, 75, .22);
  --jav-btn-border: rgba(201, 162, 75, .4);

  --jav-input-bg: rgba(0, 0, 0, .35);
  --jav-input-border: rgba(201, 162, 75, .35);

  --jav-check-border: rgba(201, 162, 75, .55);
  --jav-progress-bg: rgba(201, 162, 75, .12);
  --jav-pill-bg: rgba(201, 162, 75, .15);

  --jav-danger: #b3392f;
  --jav-success: #9bc26e;

  --jav-radius: 6px;
  --jav-radius-lg: 14px;
}

html[data-theme="bond"] .jav-card.is-done .jav-card-name {
  font-style: italic;
}
html[data-theme="bond"] .jav-title,
html[data-theme="bond"] .jav-login-title,
html[data-theme="bond"] .jav-category-title {
  font-weight: 700;
}
