﻿.fc{--fc-border:#e5e7eb;--fc-muted:#6b7280;--fc-bg:#fff;--fc-bg-alt:#f8f9fa;--fc-event:#2563eb;--fc-event-text:#fff;}
.fc{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;}
.fc .fc-toolbar{display:flex;justify-content:space-between;align-items:center;margin:0 0 .5rem;}
.fc .fc-toolbar-title{font-weight:600;font-size:1rem;}
.fc a{color:inherit;text-decoration:none}
.fc td,.fc th{border:1px solid var(--fc-border)}
.fc .fc-scrollgrid{border:1px solid var(--fc-border);border-radius:.5rem;overflow:hidden;background:var(--fc-bg)}
.fc .fc-col-header{background:var(--fc-bg-alt)}
.fc .fc-col-header-cell-cushion{display:block;padding:.4rem .5rem;font-weight:600}
.fc .fc-daygrid-day-frame{min-height:90px}
.fc .fc-daygrid-day-top{display:flex;justify-content:space-between;align-items:center;padding:.2rem .4rem}
.fc .fc-daygrid-day-number{font-weight:600}
.fc .fc-daygrid-day.fc-day-today{background:#fffbeb}
.fc .fc-day-disabled{background:#f3f4f6;color:#9ca3af}
.fc .fc-daygrid-day-events{padding:.25rem}
.fc .fc-daygrid-event{display:block;background:var(--fc-event);color:var(--fc-event-text);border-radius:.375rem;padding:.15rem .35rem;font-size:.85em;box-shadow:0 1px 2px rgba(0,0,0,.05)}
.fc .fc-daygrid-more-link{display:inline-block;background:var(--fc-bg-alt);border:1px solid var(--fc-border);padding:.05rem .4rem;border-radius:999px;font-size:.75em;color:#111}
.fc .fc-daygrid-dot-event{display:flex;align-items:center;gap:.35rem}
.fc .fc-daygrid-event-dot{width:.45rem;height:.45rem;border-radius:999px;border:0;background:var(--fc-event)}
.fc .fc-button{background:#f3f4f6;border:1px solid var(--fc-border);padding:.25rem .5rem;border-radius:.375rem;cursor:pointer}
.fc .fc-button-primary{background:#2563eb;color:#fff;border-color:#2563eb}
.fc .fc-button:disabled{opacity:.5;cursor:not-allowed}
.fc .fc-highlight{background:rgba(37,99,235,.08)}
.fc .fc-non-business{background:#fafafa}
