/* Custom MiBanco colors - standalone */
.bg-mibanco-gold { background-color: #F7CF00 !important; }
.text-mibanco-gold { color: #F7CF00 !important; }
.border-mibanco-gold { border-color: #F7CF00 !important; }
.hover-bg-mibanco-gold-dark:hover { background-color: #D4B000 !important; }
.btn-gold { background-color: #F7CF00 !important; color: #1A1A1A !important; }
.btn-gold:hover { background-color: #D4B000 !important; }
.hover-bg-mibanco-gold-dark:hover { background-color: #D4B000 !important; }

/* Card styles */
.card-hover:hover { box-shadow: 0 4px 12px rgba(247, 207, 0, 0.3); transform: translateY(-2px); transition: all 0.2s; }
.gantt-bar { background-color: #F7CF00; height: 20px; border-radius: 4px; min-width: 4px; }
.cal-cell { min-height: 100px; border: 1px solid #e0e0e0; }
.cal-cell:hover { background-color: #FFF9E0; }
.cal-day-num { font-weight: bold; font-size: 0.8rem; }
.sidebar-link { transition: all 0.2s; border-left: 3px solid transparent; }
.sidebar-link:hover { background-color: rgba(247, 207, 0, 0.1); border-left-color: #F7CF00; }

/* Focus rings for mibanco-gold */
.focus-ring-mibanco:focus { 
  --tw-ring-color: #F7CF00; 
  border-color: #F7CF00 !important; 
}

/* Utility */
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
