/* Kurum tema - tasarım tokenları (tm- öneki: Bootstrap/Tailwind ile çakışmayı önler) */
*,*::before,*::after{box-sizing:border-box}
:root{
  --tm-bg:#f5f6f8;--tm-surface:#fff;--tm-surface-2:#fafbfc;--tm-line:#e7ebef;--tm-ink:#1d2933;--tm-muted:#657482;--tm-muted-2:#a6b0b8;
  --tm-brand:#315f70;--tm-brand-2:#407b8d;--tm-brand-soft:#eaf3f6;--tm-brand-softer:#f4f8fa;
  --tm-gold:#b98a4c;--tm-gold-soft:#fbf5eb;--tm-neutral:#54636e;--tm-neutral-soft:#eef1f3;
  --tm-green:#42836b;--tm-green-soft:#edf6f1;--tm-red:#bd655c;--tm-red-soft:#fbefed;
  --tm-blue:#477ca5;--tm-blue-soft:#edf5fa;--tm-violet:#756a99;--tm-violet-soft:#f2eff8;
  --tm-sidebar-w:270px;--tm-header-h:76px;--tm-radius:18px;
  --tm-shadow:0 14px 38px rgba(34,53,64,.06);--tm-shadow-2:0 4px 18px rgba(34,53,64,.05);
}
