.calendar-grid{background:#fff}.calendar-grid--infinite{height:calc(100vh - 200px);overflow-y:auto}.calendar-grid--single{height:auto;overflow:visible}.calendar-grid .calendar-navigation{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.calendar-grid .calendar-navigation .calendar-nav-button{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem .75rem;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .15s}.calendar-grid .calendar-navigation .calendar-nav-button:hover{background:#e2e8f0;border-color:#cbd5e1}.calendar-grid .calendar-navigation .calendar-nav-button:active{background:#cbd5e1}.calendar-grid .calendar-navigation .calendar-nav-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.calendar-grid .calendar-navigation .calendar-nav-title{font-size:1.25rem;font-weight:600;color:#1e293b}.calendar-grid .calendar-loading{padding:1rem;text-align:center;color:#666;font-size:.875rem}.calendar-grid .calendar-months{display:flex;flex-direction:column}.calendar-grid .calendar-month{border-bottom:1px solid #efefef}.calendar-grid .calendar-month__header{position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #e5e7eb;background-color:#f4f4f4;box-shadow:0 1px 3px 0 rgba(0,0,0,.3)}.calendar-grid .calendar-month__title-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem}.calendar-grid .calendar-month__title{font-size:1.4rem;font-weight:600;color:#5e5c5c;margin:0;white-space:nowrap}.calendar-grid .calendar-month__nav{display:flex;align-items:center;gap:.5rem}.calendar-grid .calendar-month .calendar-weekdays{display:grid;grid-template-columns:repeat(var(--calendar-columns,7),1fr);background-color:#f4f4f4}.calendar-grid .calendar-month .calendar-weekday{padding:0 .5rem .75rem;text-align:center;font-size:.875rem;font-weight:700;color:#5e5c5c}.calendar-grid .calendar-month .calendar-weekday:last-child{border-right:none}.calendar-grid .calendar-month__nav-button{background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:.4rem .5rem;border-radius:.375rem;cursor:pointer;transition:all .15s ease;color:#5e5c5c;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:500;min-width:2rem}.calendar-grid .calendar-month__nav-button:hover{background:#f1f5f9;border-color:#e2e8f0}.calendar-grid .calendar-month__nav-button:active{background:#e2e8f0;transform:scale(.98)}.calendar-grid .calendar-month__nav-button--today{background:#efefef;color:#5e5c5c;border-color:#d8d8d8}.calendar-grid .calendar-month__nav-button--today:hover{background:color-mix(in srgb,#0087ff 90%,#000 10%);color:#fff;border-color:color-mix(in srgb,#0087ff 90%,#000 10%)}.calendar-grid .calendar-month__nav-button--next,.calendar-grid .calendar-month__nav-button--prev{font-size:1rem;min-width:2rem;padding:.5rem}.calendar-grid .calendar-month__nav-button svg{width:1rem;height:1rem}.calendar-grid .calendar-month__grid{background:#fff;border-radius:.375rem;overflow:hidden}.calendar-grid .calendar-weeks{display:flex;flex-direction:column}.calendar-grid .calendar-week{display:grid;grid-template-columns:repeat(var(--calendar-columns,7),minmax(70px,1fr));border-bottom:1px solid #e5e7eb}.calendar-grid .calendar-week:last-child{border-bottom:none}.calendar-grid .calendar-day{display:flex;flex-direction:column;gap:.3rem;min-height:120px;padding:0 .12rem 1.8rem;transition:background-color .15s ease;position:relative;container-type:inline-size;container-name:calendar-day}.calendar-grid .calendar-day:last-child{border-right:none}.calendar-grid .calendar-day--current-month{background-color:#fff}.calendar-grid .calendar-day--other-month .calendar-day__number{color:#d8d8d8}.calendar-grid .calendar-day__header{display:flex;justify-content:center;align-items:center;transition:all .3s ease;border-radius:8px}.calendar-grid .calendar-day__number{font-size:1.1rem;font-weight:700;color:#5e5c5c;text-align:center}.calendar-grid .calendar-day__number span{padding:.3rem 0;display:block}.calendar-grid .calendar-day--today{background-color:color-mix(in srgb,#0087ff 10%,#fff 90%)}.calendar-grid .calendar-day--today .calendar-day__number span{border-radius:4px;padding:.3rem .35rem;background-color:#0087ff;font-weight:900;color:#fff}.calendar-grid .calendar-day--selected{background-color:color-mix(in srgb,#0087ff 15%,#fff 85%);border:3px solid #0087ff;border-radius:8px}.calendar-grid .calendar-day--selected .calendar-day__header{background-color:rgba(0,0,0,0)}.calendar-grid .calendar-day--selected .calendar-day__number{color:#0087ff;font-weight:900}.calendar-grid .calendar-day__events{display:flex;flex-direction:column;gap:2px;max-height:calc(100% - 2rem);overflow-y:auto;margin-bottom:.3rem}.calendar-grid .calendar-day__footer{display:flex;justify-content:center;align-items:center;position:absolute;bottom:0;left:0;right:0;padding-bottom:.3rem}.calendar-grid .calendar-day__new-event-button{transition:all .15s ease-out;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;color:#d8d8d8;font-size:1.5rem;line-height:0}.calendar-grid .calendar-day__new-event-button:hover{color:#5e5c5c;transform:translateY(-5px) scale(1.3)}@media(max-width:767px){.calendar-grid .calendar-day{padding:.1rem .1rem 1.4rem}}.calendar-grid .calendar-event{display:flex;padding:.175rem .3rem;border-radius:.4rem;font-size:.8rem;letter-spacing:-.03rem;transition:all .15s ease;color:#fff;align-items:center;white-space:nowrap;overflow:hidden;cursor:pointer;gap:5px;line-height:.75rem}.calendar-grid .calendar-event:hover{opacity:.8}.calendar-grid .calendar-event__type{font-weight:500;display:block}.calendar-grid .calendar-event__member{font-weight:600;flex-shrink:0;min-width:0}.calendar-grid .calendar-event__eventType{font-weight:350;text-transform:uppercase;font-size:.7rem;letter-spacing:-.02rem;margin-left:auto;text-overflow:ellipsis}.calendar-grid .calendar-event__eventType.short{display:none}@container calendar-day (max-width: 119px){.calendar-grid .calendar-event__eventType.full{display:none}.calendar-grid .calendar-event__eventType.short{display:inline-block}}.calendar-grid .calendar-event--not-working .calendar-event__eventType--short{font-size:1.4em;line-height:0;position:relative;top:-1px}.calendar-grid .calendar-event--working .calendar-event__eventType--short{font-size:1.1em;font-weight:600;line-height:0;position:relative;top:-1px}@media(max-width:767px){.calendar-grid .calendar-event{padding:.15rem .2rem .18rem;border-radius:.2rem}}.calendar-grid .normal-schedule-event{border:2px dashed #999}.calendar-grid .normal-schedule-event:hover{opacity:1;border-color:rgba(0,123,255,.8)!important}@media(prefers-color-scheme:dark){.calendar-grid{background:#111827}.calendar-grid .calendar-month__header{border-color:#374151}.calendar-grid .calendar-month__title{color:#f9fafb}.calendar-grid .calendar-month__grid{background:#1f2937;border-color:#374151}.calendar-grid .calendar-weekdays{background:#374151;border-color:#4b5563}.calendar-grid .calendar-weekday{color:#d1d5db;border-color:#4b5563}.calendar-grid .calendar-day,.calendar-grid .calendar-week{border-color:#374151}.calendar-grid .calendar-day:hover{background-color:#374151}.calendar-grid .calendar-day--current-month{background-color:#1f2937}.calendar-grid .calendar-day--other-month{background-color:#111827}.calendar-grid .calendar-day--other-month .calendar-day__number{color:#6b7280}.calendar-grid .calendar-day--today{background-color:#1e3a8a}.calendar-grid .calendar-day__number{color:#f9fafb}}:root{--sidebar-width:240px;--modal-padding:20px;--app-bg:#e7e6e3;--primary-blue:#0087ff;--primary-blue-half:rgba(0,135,255,0.5);--primary-blue-darker:#005cad;--jobber-green:#32821c;--jobber-green-darker:#2c7319;--dark-gray:#333333;--darker-gray:#222222;--medium-dark-gray:#5e5c5c;--medium-gray:#989797;--gray:#bdbdbd;--light-gray:#d8d8d8;--extra-light-gray:#efefef;--person-blue:#63A2FC;--person-brown:#A87360;--person-green:#2BAA2E;--person-orange:#FF7F00;--person-pink:#E141D9;--person-purple:#9D4DF2;--person-red:#FB3A25;--text-default:#333333;--active-block-zindex:1000;--menu-zindex:5000;--modal-zindex:10000;--box-shadow:0 0 8px 0 rgba(0,0,0,0.4);--soft-bounce-easing:linear(0,0.351 9%,0.626 18.3%,0.832 28.1%,0.909 33.2%,0.971 38.5%,1.013 43.3%,1.043 48.4%,1.062 53.8%,1.07 59.5%,1.063 68.8%,1.011 90.3%,1)}.error-message{color:#dc3545;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;padding:8px 12px;margin:8px 0;font-size:14px;line-height:1.4}.error-message.inline{display:inline-block;margin:0 8px 0 0}.error-message.small{padding:4px 8px;font-size:12px}