html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

@media (prefers-color-scheme: dark) {
  body {
    background: black;
  }
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body { background-color: #161616 !important; }

/* Syrian Identity & Form Branding Styling */
.sidebar-branding {
  text-align: center;
  font-family: 'Cairo', 'Roboto', sans-serif;
  margin-top: 24px;
}

.branding-arabic {
  font-family: 'Cairo', 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700; /* Bold */
  color: #b9a779; /* Golden Wheat */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.6;
  margin-bottom: 4px;
  text-align: center;
}

.branding-english {
  font-family: 'Cairo', 'Roboto', sans-serif;
  font-size: 0.95rem;
  font-weight: 600; /* Medium Bold */
  letter-spacing: 2px;
  color: #b9a779; /* Golden Wheat */
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.4;
  text-align: center;
}

.form-gold-bar {
  width: 60px;
  height: 4px;
  background: #b9a779;
  margin: 0 auto 20px auto;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.form-title {
  text-align: center;
  font-family: 'Cairo', 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 700; /* Bold */
  color: #b9a779;
  margin-bottom: 24px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
