.hmgc-calendar{font-family:inherit;border:1px solid #e5e7eb;border-radius:18px;padding:18px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.hmgc-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom:14px}
.hmgc-nav{display:flex;align-items:center;gap:12px}
.hmgc-title{margin:0;font-size:1.5rem;line-height:1.2}
.hmgc-btn{border:1px solid #d1d5db;background:#fff;border-radius:12px;padding:8px 14px;cursor:pointer;font-size:1.1rem}
.hmgc-btn:hover{background:#f9fafb}
.hmgc-filters{display:flex;gap:8px;flex-wrap:wrap}
.hmgc-chip{border:1px solid #d1d5db;background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer;font-size:.92rem}
.hmgc-chip.is-active{background:#111827;color:#fff;border-color:#111827}
.hmgc-status{margin-bottom:12px;color:#4b5563}
.hmgc-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}
.hmgc-weekday{font-weight:600;font-size:.92rem;color:#4b5563;padding:8px 6px}
 .hmgc-day{min-height:140px;border:1px solid #e5e7eb;border-radius:16px;padding:10px;background:#fff;display:flex;flex-direction:column;gap:10px}
.hmgc-day.is-other-month{background:#f9fafb;color:#9ca3af}
.hmgc-day.is-today{border:2px solid #111827;box-shadow:0 0 0 3px rgba(17,24,39,.08)}
.hmgc-day-head{display:flex;justify-content:space-between;align-items:center}
.hmgc-day-num{font-weight:700}
.hmgc-events{display:flex;flex-direction:column;gap:4px;flex:1}
.hmgc-event{display:block;width:100%;text-align:left;text-decoration:none;color:inherit;background:transparent;border:0;border-radius:8px;padding:2px 0;line-height:1.25;cursor:pointer;min-width:0}
.hmgc-event:hover{opacity:.85}
.hmgc-event-inline{display:flex;gap:6px;align-items:baseline;min-width:0}
.hmgc-event-time{font-size:.76rem;color:#4b5563;white-space:nowrap;flex:0 0 auto}
.hmgc-event-title{font-weight:500;font-size:.84rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;min-width:0}
.hmgc-event-cal{display:none}
.hmgc-message{padding:14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
@media (max-width: 900px){
  .hmgc-grid{grid-template-columns:repeat(1,minmax(0,1fr))}
  .hmgc-weekday{display:none}
  .hmgc-day{min-height:auto}
}

.hmgc-chip{border-color:var(--hmgc-cal-colour,#d1d5db)}
.hmgc-chip.is-active{background:var(--hmgc-cal-colour,#111827);border-color:var(--hmgc-cal-colour,#111827);color:#fff}
.hmgc-event{color:var(--hmgc-event-colour,#111827)}

.hmgc-day.has-many-events{min-height:170px}
.hmgc-day.has-lots-events{min-height:190px}
.hmgc-events.is-collapsed .hmgc-event:nth-child(n+4){display:none}
.hmgc-more{border:0;background:transparent;padding:4px 2px;text-align:left;font-weight:600;color:#1d4ed8;cursor:pointer}
.hmgc-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.55);display:none;align-items:center;justify-content:center;padding:20px;z-index:99999}
.hmgc-modal-backdrop.is-open{display:flex}
.hmgc-modal{width:min(760px,100%);max-height:85vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 30px 70px rgba(0,0,0,.25);padding:22px}
.hmgc-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}
.hmgc-modal-title{margin:0;font-size:1.4rem;line-height:1.2}
.hmgc-modal-close{border:1px solid #d1d5db;background:#fff;border-radius:12px;padding:8px 12px;cursor:pointer}
.hmgc-modal-event{border:1px solid #e5e7eb;border-left:6px solid var(--hmgc-event-colour,#111827);border-radius:14px;padding:14px;margin-bottom:12px;background:color-mix(in srgb, var(--hmgc-event-colour,#111827) 8%, white)}
.hmgc-modal-event h4{margin:0 0 6px;font-size:1rem}
.hmgc-modal-meta{display:flex;flex-direction:column;gap:4px;color:#4b5563;font-size:.95rem}
.hmgc-modal-link{display:inline-block;margin-top:10px;font-weight:600}
@media (max-width:900px){.hmgc-modal{padding:16px}}
