/* SuveSu Games — Paylaşılan Stil Tokenları
   Bu dosya her oyunun <head> bölümüne, kendi inline stilinden ÖNCE yüklenir.
   --sg- öneki mevcut oyun değişkenleriyle çakışmaz.
   Yeni oyunlar bu tokenları doğrudan kullanabilir. */

:root {
  --sg-brand:      #0ea5e9;
  --sg-brand-dark: #0369a1;
  --sg-accent:     #06b6d4;
  --sg-success:    #10b981;
  --sg-danger:     #ef4444;
  --sg-radius:     14px;
  --sg-radius-sm:  8px;
  --sg-font:       'Segoe UI', system-ui, sans-serif;
}

/* Erişilebilir gizleme yardımcısı */
.sg-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
