/* Villa Check In brand theme — deep navy #072136, sky blue #18B1F7 */

[data-theme="villa"] {
  /* Primary: deep navy */
  --p: 212 76% 12%;
  --pc: 0 0% 100%;

  /* Secondary: #18B1F7 */
  --s: 199 93% 53%;
  --sc: 0 0% 100%;

  /* Accent: #18B1F7 */
  --a: 199 93% 53%;
  --ac: 0 0% 100%;

  /* Neutral */
  --n: 212 30% 20%;
  --nc: 0 0% 100%;

  /* Base */
  --b1: 0 0% 100%;
  --b2: 210 33% 97%;
  --b3: 210 25% 91%;
  --bc: 212 50% 15%;

  /* Status */
  --in: 199 93% 53%;
  --inc: 0 0% 100%;
  --su: 142 71% 45%;
  --suc: 0 0% 100%;
  --wa: 38 92% 50%;
  --wac: 0 0% 10%;
  --er: 0 72% 51%;
  --erc: 0 0% 100%;

  /* Rounded */
  --rounded-box: 0.5rem;
  --rounded-btn: 0.375rem;
  --rounded-badge: 0.375rem;
}

/* Sidebar brand gradient */
.sidebar-brand {
  background: linear-gradient(135deg, #072136 0%, #3e9be9 100%);
}

/* Pipeline stage header accent */
.pipeline-stage-header {
  border-top: 3px solid #18B1F7;
}

/* Smooth transitions */
.btn, .badge, .card {
  transition: all 0.15s ease;
}
