/* user.css - Hashmonaim Boutique Modern Gallery Style */

html, body {
  direction: rtl !important;
  text-align: right !important;
  background-color: #fafafa;
  color: #1a1d20;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

:root {
  --cassiopeia-color-primary: #1a1d20;
  --cassiopeia-color-hover: #9e8c7c;
  --cassiopeia-color-link: #1a1d20;
  --grid-container-max-width: 1400px;
}

/* Header נקי */
.header {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7eb;
}

.header .brand-title {
  color: #1a1d20;
  font-weight: 800;
  letter-spacing: 1px;
}

.site-grid, 
.container-header, 
.container-nav, 
.container-main {
  direction: rtl !important;
}

/* כרטיסים במראה תצוגה נקי */
.card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  border-color: #d1d5db;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}