/* Football Calendar styles v1.8.1 (scoped to avoid conflicts) */
.fc-toolbar{display:flex;gap:12px;align-items:center;justify-content:center;margin-bottom:10px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial,'Noto Sans'}
.fc-title{font-weight:600}.fc-prev,.fc-next{border:1px solid #ddd;background:#fff;padding:6px 10px;border-radius:6px;cursor:pointer}
#football-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:8px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial,'Noto Sans'}
.fc-weekday{font-weight:600;text-align:center;padding:6px 0}
.calendar-day{border:1px solid #e5e7eb;padding:8px;min-height:120px;position:relative;border-radius:8px;background:#fff}
.calendar-day h4{margin:0 0 6px;font-size:14px;color:#374151}
.fc-match{cursor:pointer;margin-top:6px;display:flex;align-items:center;justify-content:center;gap:6px;padding:4px 6px;border:1px solid #f0f0f0;border-radius:6px}
.fc-match .fc-crest{width:16px;height:16px;flex:0 0 16px}
.fc-match .fc-vs{font-size:11px;opacity:.8}
.fc-match:hover{background:#fafafa}
.fc-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);align-items:center;justify-content:center;z-index:9999}
.fc-modal-content{position:relative;background:#fff;padding:22px 18px 18px;border-radius:10px;max-width:600px;width:92%;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.fc-competition-icon{position:absolute;top:10px;left:10px;width:32px;height:32px;object-fit:contain}
.fc-modal-teams-row{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;margin-bottom:10px;margin-top:6px}
.fc-modal-teams-row .fc-team{display:flex;align-items:center;gap:8px;justify-content:center}
.fc-modal-teams-row img{width:36px;height:36px}
.fc-modal .fc-vs{font-weight:700}
#fc-modal-details{margin:8px 0 10px;color:#374151}
#fc-modal-notes{border-top:1px dashed #e5e7eb;padding-top:8px;font-size:14px;line-height:1.5}
.fc-modal.show{display:flex}
.fc-close{position:absolute;top:6px;right:10px;cursor:pointer;font-size:20px;background:transparent;border:none}
