/* ============================================================
   modul/ogrenciler.css — SADECE "ogrenciler" modülü
   OTOMATİK ÜRETİLDİ — app-native.css'ten ayrıştırıldı (8 kural)
   Kaynak dosya SİLİNMEDİ: shared/css/app-native.css
   Bu dosyaya elle yazılan kurallar SADECE bu modülü etkiler.
   ============================================================ */

html[data-module="ogrenciler"]{ --m-accent:#0A7AFF; --m-accent-soft:rgba(10,122,255,.10); --m-grad:linear-gradient(135deg,#0A7AFF,#00C2D7); }

html[data-module="ogrenciler"] .module-container > .card:first-child{
  background:var(--m-grad) !important;
  border:none !important;
  color:#fff;
  box-shadow:0 12px 30px -10px var(--m-accent) !important;
}

html[data-module="ogrenciler"] .module-container > .card:first-child *{ color:#fff !important; }

html[data-module="ogrenciler"] .module-container > .card:first-child svg{ stroke:#fff; }

html[data-module="ogrenciler"] .module-container > .card:first-child .btn-ghost{
  background:rgba(255,255,255,.15) !important;
  border:1.5px solid rgba(255,255,255,.5) !important;
}

html[data-module="ogrenciler"] .module-container > .card:first-child .btn-primary{
  background:#fff !important; color:var(--m-accent) !important;
  box-shadow:0 4px 14px rgba(0,0,0,.18) !important;
}

html[data-module="ogrenciler"] .module-container > .card:first-child .btn-primary *{ color:var(--m-accent) !important; }

html[data-module="ogrenciler"] .module-container > .card:first-child .btn-success{
  background:rgba(7,30,70,.30) !important;
  border:1.5px solid rgba(255,255,255,.55) !important;
  box-shadow:none !important;
}
