.month-calendar{--month-calendar-non-working-bg:#ffe8e8;margin:0;border:1px solid var(--border,#e2e8f0);border-radius:16px;overflow:hidden;background:var(--panel,#fff)}
.month-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border,#e2e8f0);background:#fff}
.month-calendar-title{font-size:18px;font-weight:950;text-align:center}
.month-calendar-nav{width:38px;height:38px;min-width:38px;padding:0;border-radius:999px;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}
.month-calendar-nav-icon{display:block;width:18px;height:18px;flex:0 0 auto}
.month-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;background:var(--border,#e2e8f0)}
.month-calendar-weekday{padding:9px 4px;background:#f8fafc;color:#475569;text-align:center;font-size:clamp(9px,1.4vw,11px);font-weight:900}
.month-calendar-cell{position:relative;min-height:96px;min-width:0;display:flex;flex-direction:column;background:white;color:var(--text,#0f172a)}
.month-calendar-cell.outside-month{background:#f8fafc;color:#94a3b8}
.month-calendar-cell.non-working-day:not(.outside-month){background:var(--month-calendar-non-working-bg)}
.month-calendar-cell.today:not(.outside-month){outline:3px solid rgba(251,191,36,.45);outline-offset:-3px;background:#fffbeb;z-index:1}
.month-calendar-day-head{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;padding:8px 8px 2px;min-width:0}
.month-calendar-day-number{font-size:18px;font-weight:950;line-height:1;padding:1px 3px;margin:-1px -3px}
.month-calendar-day-weekday{font-size:10px;font-weight:850;color:var(--muted,#64748b);text-align:right;line-height:1.1}
.month-calendar-cell.outside-month .month-calendar-day-weekday{color:#94a3b8}
.month-calendar-cell-content{display:flex;flex:1;min-height:0;flex-direction:column;gap:4px;padding:2px 8px 8px;min-width:0}
@media(max-width:499px){.month-calendar-day-weekday{display:none}.month-calendar-cell{min-height:74px}.month-calendar-day-head{padding:7px 5px 1px}.month-calendar-cell-content{padding:2px 5px 6px}.month-calendar-title{font-size:16px}.month-calendar-weekday{padding:7px 2px}}
