
/* ===== استثناء الصفحات الداكنة ===== */
body.dark-theme nav,
body.dark-theme,
body.dark-theme .sidebar,
body.dark-theme .main,
body.dark-theme .card {
  background: unset !important;
  color: unset !important;
  box-shadow: unset !important;
}
/* ===== ShizoON — نظام الألوان ===== */
:root {
  --green: #0a8800;
  --green-hover: #076600;
  --white: #ffffff;
  --dark: #1a1a1a;
  --gray: #666;
  --gray-light: #e8e8e8;
  --off-white: #f7f8fa;
  --primary: #f5a623;
  --red: #d32f2f;
}

/* Navbar أبيض */
nav, .navbar {
  background: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.08) !important;
}
nav a, .navbar a { color: #1a1a1a !important; }
nav a:hover, .navbar a:hover { color: #0a8800 !important; }

/* Ticker أخضر — نصوصه بيضاء */
.ticker { background: #0a8800 !important; }
.ticker * { color: #ffffff !important; }

/* Hero banner — نصوصه بيضاء */
.hero-banner { background: linear-gradient(135deg,#0a8800,#1db954) !important; }
.hero-banner, .hero-banner * { color: #ffffff !important; }

/* Inputs */
input:focus, select:focus, textarea:focus {
  border-color: #0a8800 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(10,136,0,0.1) !important;
}

/* صور المنتجات — fallback */
.pc-img img, .media-wrapper img, .product-img {
  min-height: 60px;
}
.pc-img img[src=""], .pc-img img:not([src]),
.media-wrapper img[src="h6"], .product-img[src="h6"] {
  display: none !important;
}
