body {
  min-height: 100vh;
}

.hero-card {
  background: linear-gradient(135deg, #ffffff 0%, #f4f7ff 100%);
}

.card, .accordion-item {
  border-color: rgba(0,0,0,0.06) !important;
}

.fc .fc-toolbar-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.fc-event {
  cursor: pointer;
}

.timeline-list {
  display: grid;
  gap: 0.85rem;
}

.timeline-item {
  border-left: 4px solid #0d6efd;
  padding: 0.75rem 1rem;
  background: #f8faff;
  border-radius: 0.75rem;
}

.stat-card {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.user-edit-form {
  min-width: 820px;
}


.calendar-shell {
  overflow: hidden;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border-color: #e5e7eb;
}

.fc .fc-timegrid-slot-label-cushion,
.fc .fc-col-header-cell-cushion {
  font-weight: 600;
}

.fc .fc-timegrid-now-indicator-line {
  border-color: #d93025;
}

.fc .fc-timegrid-now-indicator-arrow {
  border-color: #d93025;
  color: #d93025;
}

.fc-event {
  border: 0;
  border-radius: 10px;
  padding: 2px 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.fc-event-title,
.fc-event-time {
  font-weight: 600;
}

.calendar-detail-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px 16px;
  height: 100%;
}

.calendar-detail-label {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.calendar-detail-value {
  font-weight: 600;
  color: #0f172a;
}

.pre-wrap {
  white-space: pre-wrap;
  word-break: break-word;
}
