:root {
  color-scheme: dark light;
}
html,
body,
#root {
  height: 100%;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@keyframes __cls_pulse {
  0%, 100% {
    opacity: 0.55;
  }
  50% {
    opacity: 0.25;
  }
}
.__cls-shell {
  font-family: "Tajawal", "Noto Kufi Arabic", ui-sans-serif, system-ui,
    -apple-system, Segoe UI, Roboto, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: hsl(var(--background, 222 25% 6%));
  color: hsl(var(--foreground, 210 40% 98%));
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  direction: rtl;
}
.__cls-header {
  min-height: 68px;
  background: hsl(var(--card, 220 18% 10%));
  border-bottom: 1px solid hsl(var(--border, 220 15% 15%));
  position: sticky;
  top: 0;
  z-index: 40;
}
.__cls-main {
  flex: 1 1 auto;
  min-height: 65vh;
}
.__cls-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
.__cls-h1-wrap {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-height: 108px;
}
.__cls-h1-title {
  height: 2.5rem;
  max-width: 26rem;
  margin: 0 auto 0.6rem;
  background: hsl(var(--muted, 220 15% 15%));
  border-radius: 0.375rem;
  animation: __cls_pulse 2s ease-in-out infinite;
}
@media (min-width: 768px) {
  .__cls-h1-title { height: 3rem; }
}
@media (min-width: 1024px) {
  .__cls-h1-title { height: 3.5rem; max-width: 32rem; }
}
.__cls-h1-desc {
  height: 1.25rem;
  max-width: 40rem;
  margin: 0 auto;
  background: hsl(var(--muted, 220 15% 15%));
  border-radius: 0.375rem;
  animation: __cls_pulse 2s ease-in-out infinite 0.15s;
}
.__cls-hero {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .__cls-hero { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.__cls-featured {
  grid-column: span 2 / span 2;
  min-height: 200px;
  aspect-ratio: 16 / 9;
  background: hsl(var(--muted, 220 15% 15%));
  border-radius: 0.375rem;
  animation: __cls_pulse 2.2s ease-in-out infinite;
}
@media (min-width: 1024px) {
  .__cls-featured { min-height: 360px; }
}
.__cls-horiz-col {
  display: flex;
  flex-direction: column;
  min-height: 380px;
}
.__cls-horiz-label {
  height: 0.875rem;
  width: 6rem;
  margin-bottom: 0.75rem;
  background: hsl(var(--muted, 220 15% 15%));
  border-radius: 0.375rem;
  animation: __cls_pulse 2s ease-in-out infinite 0.1s;
}
.__cls-horiz-row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid hsl(var(--border, 220 15% 15%));
}
.__cls-horiz-row:last-child { border-bottom: 0; }
.__cls-horiz-thumb {
  flex-shrink: 0;
  width: 6rem;
  height: 5rem;
  background: hsl(var(--muted, 220 15% 15%));
  border-radius: 0.375rem;
  animation: __cls_pulse 2s ease-in-out infinite 0.2s;
}
.__cls-horiz-title {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.__cls-horiz-line1,
.__cls-horiz-line2,
.__cls-horiz-line3 {
  background: hsl(var(--muted, 220 15% 15%));
  border-radius: 0.375rem;
  animation: __cls_pulse 2s ease-in-out infinite 0.3s;
  height: 0.75rem;
}
.__cls-horiz-line1 { width: 100%; }
.__cls-horiz-line2 { width: 90%; }
.__cls-horiz-line3 { width: 40%; animation-delay: 0.45s; }
.__cls-sections-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 152px;
}
@media (min-width: 640px) {
  .__cls-sections-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .__cls-sections-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
.__cls-section-card {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border: 1px solid hsl(var(--border, 220 15% 15%));
  border-radius: 0.375rem;
  background: hsl(var(--card, 220 18% 10%));
}
.__cls-section-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.375rem;
  background: hsl(var(--muted, 220 15% 15%));
  animation: __cls_pulse 2.3s ease-in-out infinite;
}
.__cls-section-text1 {
  height: 0.85rem;
  width: 80%;
  background: hsl(var(--muted, 220 15% 15%));
  border-radius: 0.375rem;
  animation: __cls_pulse 2.3s ease-in-out infinite 0.15s;
}
.__cls-section-text2 {
  height: 0.7rem;
  width: 45%;
  background: hsl(var(--muted, 220 15% 15%));
  border-radius: 0.375rem;
  animation: __cls_pulse 2.3s ease-in-out infinite 0.3s;
}
.__cls-footer {
  min-height: 420px;
  margin-top: 4rem;
  border-top: 1px solid hsl(var(--border, 220 15% 15%));
  background: hsl(var(--card, 220 18% 10%));
}
img, svg, video, iframe {
  max-width: 100%;
  display: block;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
