/* =====================================================================
 * WinWinLabs Events Platform Styles
 * ===================================================================== */

/* ── FullCalendar overrides ───────────────────────────────────────── */
#fullcalendar-events {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.fc-toolbar-title { font-weight: 800; font-size: 1.1rem; }
.fc-daygrid-day { min-height: 110px !important; }
.fc-daygrid-day-frame { min-height: 110px !important; }
.fc-button-primary { background: #4F46E5 !important; border-color: #4F46E5 !important; border-radius: 8px !important; }
.fc-button-primary:hover { background: #4338CA !important; border-color: #4338CA !important; }
.fc-event { border-radius: 6px !important; border: none !important; font-size: .78rem !important; font-weight: 600; cursor: pointer; }
.fc-daygrid-event { padding: 2px 6px !important; }
.fc-list-event:hover td { background: #f5f3ff !important; }

/* ── Event type color pills ──────────────────────────────────────── */
.evt-type-hackathon            { background: #4F46E5; }
.evt-type-bootcamp             { background: #2563EB; }
.evt-type-ceremony             { background: #D97706; }
.evt-type-team_building        { background: #059669; }
.evt-type-workshop             { background: #7C3AED; }
.evt-type-networking           { background: #0891B2; }
.evt-type-fundraiser           { background: #DC2626; }
.evt-type-robotics_competition { background: #EA580C; }
.evt-type-robotics_project     { background: #F59E0B; }
.evt-type-first_jrfll          { background: #16A34A; }
.evt-type-first_fll            { background: #0284C7; }
.evt-type-first_ftc            { background: #7C3AED; }
.evt-type-first_frc            { background: #DC2626; }

/* ── Event cards ─────────────────────────────────────────────────── */
.evt-card {
  border-radius: 14px;
  overflow: hidden;
  transition: transform .15s, box-shadow .15s;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,.07);
}
.evt-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }

/* ── Application form ────────────────────────────────────────────── */
.application-form .card { border-radius: 14px; box-shadow: 0 2px 12px rgba(0,0,0,.06); }

/* ── Team pages ──────────────────────────────────────────────────── */
.team-hero { background: linear-gradient(135deg,#1e1b4b,#312e81); color:#fff; border-radius:16px; padding:40px; }
.sponsor-logo { max-height: 48px; object-fit: contain; filter: grayscale(30%); opacity: .85; transition: opacity .15s; }
.sponsor-logo:hover { opacity: 1; filter: grayscale(0); }

/* ── Venue cards ─────────────────────────────────────────────────── */
.venue-amenity-pill {
  display: inline-block;
  background: #f3f4f6;
  color: #374151;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: .75rem;
  margin: 2px;
}
