/*
 * Classic Template — The Kib
 * Luxury navy & gold golf brand aesthetic
 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=Barlow+Condensed:wght@300;400;600;700;800&family=Barlow:wght@300;400;500&display=swap');

:root {
  /* ── Palette ── */
  --t-bg: #08111f;
  --t-bg-mid: #0f1e35;
  --t-bg-light: #162842;
  --t-bg-card: #111d30;
  --t-accent: #c9a84c;
  --t-accent-light: #e2c46a;
  --t-accent-dim: #7a6130;
  --t-accent-bg: rgba(201,168,76,0.08);
  --t-text: #f4f0e8;
  --t-text-secondary: #ddd8cc;
  --t-text-muted: #7a8499;
  --t-text-muted-light: #9aa4b8;
  --t-green: #2ecc71;
  --t-red: #e74c3c;
  --t-border: rgba(201,168,76,0.18);
  --t-border-soft: rgba(255,255,255,0.06);

  /* ── Typography ── */
  --t-font-heading: 'Playfair Display', serif;
  --t-font-ui: 'Barlow Condensed', sans-serif;
  --t-font-body: 'Barlow', sans-serif;

  /* ── Header ── */
  --t-header-bg: linear-gradient(180deg, #040c18 0%, #08111f 100%);

  /* ── Scrollbar ── */
  --t-scrollbar-thumb: #162842;

  /* ── Login ── */
  --t-login-bg: linear-gradient(180deg, #0f1e35, #08111f);
  --t-login-panel-bg: rgba(17,29,48,0.92);

  /* ── Hover rows ── */
  --t-row-hover: rgba(201,168,76,0.04);
  --t-row-highlight: rgba(201,168,76,0.03);
}
