/* ====== تحسين التصميم العام + تدرّج أنثوي للهيدر والأزرار ====== */
/* ====== Tajawal (Google Fonts) + fallback ====== */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap");

:root{
  --font-sans: "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
               "Segoe UI Emoji", "Segoe UI Symbol";
}

/* طبّق الخط على كل الموقع */
html{
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body, button, input, select, textarea{
  font-family: inherit;
}

/* اختيارية: أوزان أنسب للعناوين */
h1,h2,h3{ font-weight: 800; }  /* ثقيل وواضح */
h4,h5,h6{ font-weight: 700; }
body{ font-weight: 400; }
/* عناصر الواجهة المهمة */
.btn, .header .brand{ font-weight: 700; }

/* ضبط الشكل العام */
body {
  margin: 0;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
  color: #1f2937;
  font-family: "IBM Plex Sans Arabic", "Tajawal", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* الحاوية */
.container {
  width: min(1200px, 94%);
  margin: 0 auto;
}

/* التدرّجات */
:root {
  --brand: #6e8aef;
  --accent: #e98bb9;
  --grad-primary: linear-gradient(135deg, #6e8aef 0%, #e98bb9 100%);
  --grad-primary-hover: linear-gradient(135deg, #5b76de 0%, #df76ad 100%);
  --border: #e5e7eb;
  --text: #1f2937;
  --muted: #6b7280;
}

/* الهيدر بتدرّج خفيف */
.header {
  position: relative;
  top: 0;
  z-index: 100;
  background: linear-gradient(135deg, rgba(110,138,239,0.12) 0%, rgba(233,139,185,0.12) 100%);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.brand {
  font-weight: 700;
  color: var(--brand);
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-badge {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--grad-primary);
}

/* الشبكة العامة */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 18px;
}

/* البطاقات */
.card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  padding: 22px;
  transition: all 0.25s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.card h3 {
  margin: 0 0 8px 0;
  color: #374151;
  font-size: 18px;
  font-weight: 600;
}

/* أزرار */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s;
}
.btn:hover { background: #f3f4f6; }

/* زر أساسي بتدرّج */
.btn.primary {
  background-image: var(--grad-primary);
  color: #fff;
  border: none;
}
.btn.primary:hover {
  background-image: var(--grad-primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(110,138,239,0.24);
}
.btn.primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(110,138,239,0.25);
}

/* الحقول */
.input, .select, .file {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  font-size: 15px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.input:focus, .select:focus, .file:focus {
  border-color: #6e8aef;
  box-shadow: 0 0 0 3px rgba(110,138,239,0.2);
  outline: none;
}

/* التنبيهات */
.alert {
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 10px;
  font-size: 14px;
}
.alert.ok { background:#ecfdf5; color:#065f46; border:1px solid #a7f3d0; }
.alert.err { background:#fef2f2; color:#7f1d1d; border:1px solid #fecaca; }

/* عناوين الأقسام والفوتر */
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 14px;
}
.section-title h2 { margin:0; color:#374151; font-size:22px; }

.footer {
  border-top: 1px solid var(--border);
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  padding: 20px 0;
  margin-top: 40px;
}

/* ====== تنسيق لوحة تحكم المعلّمة ====== */
.dash-hero {
  background: linear-gradient(135deg, rgba(110,138,239,0.08) 0%, rgba(233,139,185,0.08) 100%);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 18px;
}
.dash-hero h2 { margin: 0 0 6px 0; font-size: 20px; color: #374151; }
.dash-hero p  { margin: 0; color: var(--muted); font-size: 14px; }

.dash-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.dash-card .desc { color: var(--muted); font-size: 13px; margin-top: 6px; }

/* موبايل */
@media (max-width: 700px) {
  .header-inner { flex-direction: column; gap: 8px; }
  .card { padding: 18px; }
  .section-title h2 { font-size: 19px; }
}
/* ===== إصلاح نهائي لقسم اختيار المصدر ===== */
.source-options {
  display: flex;
  flex-direction: row;       /* بجانب بعض */
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 16px;
}

.source-option {
  flex: 1;                   /* يوزع العرض بالتساوي */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 0;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
  white-space: nowrap;       /* يمنع نزول الكلمات للسطر الثاني */
}

.source-option:hover {
  border-color: #6e8aef;
  box-shadow: 0 3px 10px rgba(110,138,239,0.1);
}

.source-option input[type="radio"] {
  accent-color: #6e8aef;
  transform: scale(1.1);
}

.source-option span {
  font-weight: 500;
  color: #374151;
}

/* على الجوال: اجعلهم تحت بعض */
@media (max-width: 600px) {
  .source-options {
    flex-direction: column;
  }
}
/* ===== إصلاح نهائي لاختيار المصدر (جنب بعض) ===== */
.field .source-options{
  display:flex !important;
  flex-direction:row !important;
  align-items:stretch;
  justify-content:space-between;
  gap:16px;
  width:100%;
  flex-wrap:nowrap;
}
.field .source-option{
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex:1 1 0 !important;   /* نصف العرض لكل خيار */
  white-space:nowrap;       /* يمنع نزول النص للسطر الثاني */
  padding:14px 0;
}

/* ألغِ أي كسر تلقائي على الشاشات الصغيرة مؤقتًا */
@media (max-width: 600px){
  .field .source-options{ flex-direction:row !important; }
}
/* ===== تنسيق بطاقات الحقائب ===== */
.pack-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
  gap:16px;
}
.pack-card{ padding:18px; }

.pack-head{
  display:flex; justify-content:space-between; align-items:center; margin-bottom:8px;
}

.badge{
  display:inline-flex; align-items:center; height:28px; padding:0 10px;
  border-radius:999px; font-size:12px; font-weight:600; border:1px solid #e5e7eb; background:#fff;
}
.badge.subtle{ color:#6b7280; background:#f9fafb; }

.badge.qdrat{ color:#4f46e5; border-color:#e0e7ff; background:#eef2ff; }
.badge.tahsili{ color:#047857; border-color:#bbf7d0; background:#ecfdf5; }
.badge.activity{ color:#b45309; border-color:#fde68a; background:#fffbeb; }

.pack-title{ display:flex; align-items:center; gap:10px; margin:6px 0 10px; }
.pack-title h3{ margin:0; font-size:17px; color:#374151; line-height:1.3; }

.kind-emoji{ font-size:20px; line-height:1; }

.pack-meta{ display:flex; flex-wrap:wrap; gap:6px; margin-bottom:12px; }
.chip{
  display:inline-flex; align-items:center; gap:6px;
  font-size:12px; color:#374151; background:#f3f4f6; border:1px solid #e5e7eb;
  padding:6px 10px; border-radius:999px;
}
.chip-link{ color:#6e8aef; border-color:#dbe4ff; background:#eef2ff; }
.chip-file{ color:#0f766e; border-color:#bbf7d0; background:#ecfdf5; }

.pack-actions{ display:flex; gap:8px; align-items:center; }
/* ===== أزرار التعديل والحذف ===== */
.edit-btn {
  background: #fef9c3;
  border-color: #facc15;
  color: #854d0e;
}
.edit-btn:hover {
  background: #fde68a;
}

.danger-btn {
  background: #fee2e2;
  border-color: #fca5a5;
  color: #b91c1c;
}
.danger-btn:hover {
  background: #fecaca;
}
/* إصلاح خروج حقل العنوان عن الحدود */
.card form {
  overflow: hidden;
}

.field.full-row {
  grid-column: 1 / -1;
  width: 100%;
  box-sizing: border-box;
}

.field.full-row .input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  max-width: 100%;
}
/* ===== توزيع الحقيبة في الشبكة ===== */
.packs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

/* عرض 3 بطاقات على الشاشات الكبيرة */
@media (min-width: 1024px) {
  .packs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* عرض 2 بطاقتين في الشاشات المتوسطة */
@media (min-width: 640px) and (max-width: 1023px) {
  .packs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* بطاقة الحقيبة */
.pack-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform .2s, box-shadow .2s;
}
.pack-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
