:root {
  /* KADITEKI brand palette */
  --navy-900: #0A1B45;   /* primary / dark */
  --navy-700: #16295E;   /* secondary navy — hover, gradients */
  --gold-500: #C89A45;   /* accent / highlight — CTAs, active states */
  --gold-300: #E3C285;   /* light gold — subtle highlights, badges */
  --ink-950:  #0B0C10;   /* near-black text/icons */
  --paper-50: #FAF9F6;   /* warm off-white app background */
  --white:    #FFFFFF;
  --slate-500:#5B6272;   /* secondary / body text */
  --slate-200:#E4E6EB;   /* borders, dividers, disabled */

  /* Derived tints (used by gradients / badges) */
  --gold-700: #9C7834;               /* darker gold for gradient stops */
  --navy-900-08: rgba(10, 27, 69, .08);
  --navy-900-10: rgba(10, 27, 69, .10);
  --navy-900-42: rgba(10, 27, 69, .42);
  --gold-500-08: rgba(200, 154, 69, .08);
  --gold-500-20: rgba(200, 154, 69, .20);
}

/* KADITEKI logo mark */
.tlogo{display:inline-flex;align-items:center;background:#fff;padding:4px 8px;border-radius:6px;margin-right:14px}
.tlogo img{height:30px;width:auto;display:block}
.brand-logo{text-align:center;margin-bottom:14px}
.brand-logo img{height:42px;width:auto}

