.operations-calendar{--direct:#087f78;--airbnb:#e45b5f;--blocked:#74817e;scroll-margin-top:84px}.calendar-toolbar{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.calendar-toolbar h2{margin:5px 0;font:2.25rem Georgia}.calendar-toolbar p{margin:0;color:#687e7a}.calendar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.calendar-actions strong{min-width:130px;text-align:center}.calendar-nav{display:grid;place-items:center;width:42px;height:42px;border:1px solid #cbdad7;border-radius:50%;text-decoration:none;color:#073f45;background:#fff}.calendar-legend{display:flex;gap:18px;flex-wrap:wrap;margin:22px 0 14px;font-size:.78rem;font-weight:800}.calendar-legend span:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:7px}.calendar-legend .direct:before{background:var(--direct)}.calendar-legend .airbnb:before{background:var(--airbnb)}.calendar-legend .blocked:before{background:var(--blocked)}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(115px,1fr));border:1px solid #d8e3e0;border-radius:18px;overflow:auto;background:#d8e3e0;gap:1px}.calendar-weekday{padding:11px;background:#073f45;color:#fff;text-align:center;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.calendar-day{min-height:138px;padding:9px;background:#fff;position:relative}.calendar-day.empty{background:#f2f5f3}.calendar-day.today{box-shadow:inset 0 0 0 3px #f4b52c}.calendar-day>time{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;font-weight:900;color:#526b67}.calendar-day.today>time{background:#f4b52c;color:#073f45}.calendar-day-events{display:grid;gap:5px;margin-top:5px}.calendar-event{position:relative;border-radius:8px;color:#fff;font-size:.69rem}.calendar-event.direct{background:var(--direct)}.calendar-event.airbnb{background:var(--airbnb)}.calendar-event.blocked{background:var(--blocked)}.calendar-event summary{list-style:none;padding:6px 8px;cursor:pointer;overflow:hidden}.calendar-event summary::-webkit-details-marker{display:none}.calendar-event summary strong,.calendar-event summary span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-event summary span{opacity:.9;margin-top:2px}.calendar-popover{position:absolute;z-index:15;left:8px;top:calc(100% + 5px);width:240px;padding:13px;border-radius:12px;background:#073f45;color:#fff;box-shadow:0 16px 36px #002a2f52;display:grid;gap:5px}.calendar-popover span{font-size:.73rem}.calendar-day:nth-child(7n) .calendar-popover,.calendar-day:nth-child(7n+1) .calendar-popover{left:auto;right:8px}.calendar-page-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:25px 0}.feed-health{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.feed-health span{padding:7px 10px;border-radius:999px;background:#eef3f1;font-size:.72rem}.feed-health .healthy{background:#dff3e8;color:#17613a}.operations-calendar-page .operations-calendar{margin-top:20px}@media(max-width:900px){.calendar-toolbar,.calendar-page-tools{align-items:flex-start;flex-direction:column}.calendar-actions{justify-content:flex-start}.calendar-grid{grid-template-columns:repeat(7,minmax(100px,1fr));}.calendar-day{min-height:118px}.feed-health{justify-content:flex-start}}@media(max-width:600px){.calendar-toolbar h2{font-size:1.8rem}.calendar-actions .button{width:100%;text-align:center}.calendar-grid{grid-template-columns:repeat(7,minmax(88px,1fr))}.calendar-weekday{font-size:.65rem}.calendar-day{min-height:105px;padding:6px}.calendar-event summary{padding:5px}}
