/* FullCalendar CSS shim: when real CSS is present, this is overridden. Basic layout to avoid FOUC */
.fc{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px}
.fc .fc-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin:.5rem}
.fc .fc-button{padding:.35rem .6rem;border:1px solid #e6e9ef;background:#f7f9fc}
.fc .fc-button-primary.fc-button-active{background:#1e63ff;border-color:#1e63ff;color:#fff}
.fc .fc-daygrid-body,.fc .fc-scrollgrid{border:1px solid #e6e9ef;border-radius:12px;overflow:hidden}
