.pill.svelte-tdgus3{display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;background-color:rgb(var(--color-surface));border:1px solid rgb(var(--color-border));color:rgb(var(--color-text-primary));transition:all .1s ease-in-out;white-space:nowrap;position:relative;font-family:inherit;font-size:inherit;line-height:inherit;text-align:left}button.pill.svelte-tdgus3{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}button.pill.svelte-tdgus3:disabled{cursor:default;opacity:.7}.dark .pill.svelte-tdgus3{background-color:rgb(var(--color-surface-secondary));border-color:rgb(var(--color-border))}.pill-clickable.svelte-tdgus3{cursor:pointer}.pill-clickable.svelte-tdgus3:hover{background-color:rgb(var(--color-hover));border-color:rgb(var(--color-text-muted))}.dark .pill-clickable.svelte-tdgus3:hover{background-color:rgb(var(--color-active));border-color:rgb(var(--color-text-secondary))}.pill-clickable.svelte-tdgus3:focus-visible{outline:2px solid rgb(var(--color-focus));outline-offset:2px}.pill-selected.svelte-tdgus3{background-color:rgb(var(--primary-50));border-color:rgb(var(--primary-400));color:rgb(var(--primary-800))}.dark .pill-selected.svelte-tdgus3{background-color:rgb(var(--primary-900) / .3);border-color:rgb(var(--primary-500));color:rgb(var(--primary-200))}.pill-selected.pill-clickable.svelte-tdgus3:hover{background-color:rgb(var(--primary-100));border-color:rgb(var(--primary-500))}.dark .pill-selected.pill-clickable.svelte-tdgus3:hover{background-color:rgb(var(--primary-900) / .4);border-color:rgb(var(--primary-400))}.pill-xs.svelte-tdgus3{padding:.125rem .375rem;font-size:.625rem;line-height:1rem;gap:.25rem}.pill-sm.svelte-tdgus3{padding:.25rem .5rem;font-size:.75rem;line-height:1rem;gap:.375rem}.pill-md.svelte-tdgus3{padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;gap:.5rem}.pill-lg.svelte-tdgus3{padding:.5rem 1rem;font-size:1rem;line-height:1.5rem;gap:.625rem}.pill-content.svelte-tdgus3{flex:1;min-width:0;display:flex;align-items:center}.pill-title.svelte-tdgus3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pill-edit-trigger.svelte-tdgus3{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:.25rem;padding:.125rem;border:none;border-radius:.25rem;background:transparent;color:rgb(var(--color-text-muted));cursor:pointer;transition:color .15s,background-color .15s;opacity:.6}.pill-edit-trigger.svelte-tdgus3:hover{opacity:1;color:rgb(var(--primary-600));background-color:rgb(var(--primary-100))}.dark .pill-edit-trigger.svelte-tdgus3:hover{color:rgb(var(--primary-400));background-color:rgb(var(--primary-900) / .3)}.pill-edit-trigger.svelte-tdgus3:focus-visible{opacity:1;outline:2px solid rgb(var(--color-focus));outline-offset:1px}.pill-input.svelte-tdgus3{background:transparent;border:none;outline:none;padding:0;margin:0;font-size:inherit;line-height:inherit;color:inherit;width:100%;min-width:3rem}.pill-input.svelte-tdgus3::placeholder{color:rgb(var(--color-text-muted))}.pill-status.svelte-tdgus3{display:flex;align-items:center;flex-shrink:0}.pill-remove.svelte-tdgus3{display:flex;align-items:center;flex-shrink:0;margin-left:auto}.pill.svelte-tdgus3 .pill-remove-button{padding:.125rem;min-width:auto;height:auto;border-radius:9999px}.pill.svelte-tdgus3 .pill-remove-button:hover{background-color:rgb(var(--error-100));color:rgb(var(--error-700))}.dark .pill.svelte-tdgus3 .pill-remove-button:hover{background-color:rgb(var(--error-900) / .3);color:rgb(var(--error-400))}.pill-input.svelte-tdgus3:focus{outline:1px solid rgb(var(--primary-500));outline-offset:1px;border-radius:2px}.weekday-header.svelte-ka1uhe,.month-header.svelte-ka1uhe{color:rgb(var(--color-text-secondary))}.legend-container.svelte-ka1uhe{background-color:rgb(var(--color-surface))}.legend-text.svelte-ka1uhe,.resource-info.svelte-ka1uhe{color:rgb(var(--color-text-muted))}.calendar-grid.svelte-ka1uhe,.calendar-grid-mini.svelte-ka1uhe{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-three-months.svelte-ka1uhe{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;max-width:100%}@media(max-width:640px){.calendar-three-months.svelte-ka1uhe{grid-template-columns:1fr}}@media(max-width:640px){.calendar-grid.svelte-ka1uhe{gap:3px}.calendar-grid-mini.svelte-ka1uhe{gap:2px}}.day-cell{min-width:2rem;height:2rem;width:100%;display:flex;align-items:center;justify-content:center;font-size:.875rem;border-radius:.375rem;transition:all .2s;position:relative;color:rgb(var(--color-text-primary))!important;background:transparent!important;border:2px solid transparent!important;padding:0!important;font-family:inherit!important;outline:none!important;box-shadow:none!important;transform:none!important;cursor:pointer}.day-cell--base{border-color:rgb(var(--color-border))!important;background-color:rgb(var(--color-surface))!important}.day-cell--base:hover:not(:disabled){border-color:rgb(var(--color-text-secondary))!important;background-color:rgb(var(--color-hover))!important;transform:scale(1.05)!important}.day-cell--base:focus:not(:disabled){border-color:rgb(var(--color-focus))!important;box-shadow:0 0 0 2px rgb(var(--color-focus) / .2)!important;outline:none!important}.day-cell--inactive{color:rgb(var(--color-text-muted))!important;border-color:rgb(var(--color-border))!important;background-color:rgb(var(--color-surface-secondary))!important;opacity:.6!important;cursor:not-allowed!important;pointer-events:none!important}.day-cell--weekday{background-color:rgb(var(--color-surface))!important}.day-cell--weekend{background-color:rgb(var(--color-surface-secondary))!important;position:relative}.day-cell--weekend:before{content:"";position:absolute;top:2px;right:2px;width:4px;height:4px;background-color:rgb(var(--color-text-muted));border-radius:50%;opacity:.4}.day-cell--weekend:hover:not(:disabled){background-color:rgb(var(--color-hover))!important}.day-cell--weekend:hover:not(:disabled):before{opacity:.7}.day-cell--has-overlay:after{content:"";position:absolute;bottom:2px;left:2px;width:4px;height:4px;background-color:rgb(var(--color-text-muted));border-radius:50%;opacity:.4}.day-cell--has-overlay:hover:not(:disabled):after{opacity:.7}.day-cell--today{border-color:rgb(var(--color-focus))!important;border-width:3px!important;font-weight:700!important;box-shadow:inset 0 0 0 1px rgb(var(--color-focus) / .3)!important}.day-cell--free{background-color:rgb(var(--cal-free-bg))!important;color:rgb(var(--cal-free-text))!important;border-color:transparent!important}.dark .day-cell--free{background-color:rgb(var(--cal-free-bg-dark) / .3)!important;color:rgb(var(--cal-free-text-dark))!important}.day-cell--free:hover:not(:disabled){opacity:.85!important;transform:scale(1.02)!important}.day-cell--partially-booked{background-color:rgb(var(--cal-partially-booked-bg))!important;color:rgb(var(--cal-partially-booked-text))!important;border-color:transparent!important}.dark .day-cell--partially-booked{background-color:rgb(var(--cal-partially-booked-bg-dark) / .3)!important;color:rgb(var(--cal-partially-booked-text-dark))!important}.day-cell--partially-booked:hover:not(:disabled){opacity:.85!important;transform:scale(1.02)!important}.day-cell--reserved{background-color:rgb(var(--cal-reserved-bg))!important;color:rgb(var(--cal-reserved-text))!important;border-color:transparent!important}.dark .day-cell--reserved{background-color:rgb(var(--cal-reserved-bg-dark) / .3)!important;color:rgb(var(--cal-reserved-text-dark))!important}.day-cell--reserved:hover:not(:disabled){opacity:.85!important;transform:scale(1.02)!important}.day-cell--booked{background-color:rgb(var(--cal-booked-bg))!important;color:rgb(var(--cal-booked-text))!important;border-color:transparent!important}.dark .day-cell--booked{background-color:rgb(var(--cal-booked-bg-dark) / .3)!important;color:rgb(var(--cal-booked-text-dark))!important}.day-cell--booked:hover:not(:disabled){opacity:.85!important;transform:scale(1.02)!important}.day-cell--today.day-cell--free,.day-cell--today.day-cell--partially-booked,.day-cell--today.day-cell--reserved,.day-cell--today.day-cell--booked{border-color:rgb(var(--color-focus))!important;border-width:3px!important;box-shadow:inset 0 0 0 1px rgb(var(--color-focus) / .3)!important}.day-cell--selected{box-shadow:0 0 0 2px rgb(var(--color-focus))!important;outline:none!important}.day-cell--selected:hover:not(:disabled){box-shadow:0 0 0 2px rgb(var(--color-focus))!important;transform:scale(1.01)!important}.legend-free.svelte-ka1uhe{background-color:rgb(var(--cal-free-bg))}.legend-partially-booked.svelte-ka1uhe{background-color:rgb(var(--cal-partially-booked-bg))}.legend-reserved.svelte-ka1uhe{background-color:rgb(var(--cal-reserved-bg))}.legend-booked.svelte-ka1uhe{background-color:rgb(var(--cal-booked-bg))}.dark .legend-free.svelte-ka1uhe{background-color:rgb(var(--cal-free-bg-dark) / .3)}.dark .legend-partially-booked.svelte-ka1uhe{background-color:rgb(var(--cal-partially-booked-bg-dark) / .3)}.dark .legend-reserved.svelte-ka1uhe{background-color:rgb(var(--cal-reserved-bg-dark) / .3)}.dark .legend-booked.svelte-ka1uhe{background-color:rgb(var(--cal-booked-bg-dark) / .3)}.legend-weekend.svelte-ka1uhe{border-color:rgb(var(--color-border));background-color:rgb(var(--color-surface));position:relative}.legend-weekend.svelte-ka1uhe:before{content:"";position:absolute;top:1px;right:1px;width:3px;height:3px;background-color:rgb(var(--color-text-muted));border-radius:50%;opacity:.6}.legend-today.svelte-ka1uhe{border-color:rgb(var(--color-focus));background-color:rgb(var(--color-surface));border-width:2px}.legend-overlay.svelte-ka1uhe{border-color:rgb(var(--color-border));background-color:rgb(var(--color-surface));position:relative}.legend-overlay.svelte-ka1uhe:after{content:"";position:absolute;bottom:1px;left:1px;width:3px;height:3px;background-color:rgb(var(--color-text-muted));border-radius:50%;opacity:.6}.calendar-week-view .day-cell,.calendar-twoWeeks-view .day-cell{min-width:3.5rem!important;max-width:5.5rem!important;height:3.5rem!important;font-size:1.125rem!important}.calendar-month-view .day-cell{min-width:3rem!important;max-width:5rem!important;height:3rem!important;font-size:1rem!important}.calendar-threeMonths-view .day-cell{min-width:2rem!important;max-width:2.75rem!important;height:2.25rem!important;font-size:.875rem!important}.calendar-year-view .day-cell{min-width:1.5rem!important;max-width:2rem!important;height:1.5rem!important;font-size:.75rem!important}.calendar-day-view .day-cell{min-width:5rem!important;max-width:8rem!important;height:5rem!important;font-size:1.5rem!important}.day-cell-header.svelte-ka1uhe{min-width:2rem;width:100%;height:auto;display:flex;align-items:center;justify-content:center;padding:.25rem 0}.calendar-week-view.svelte-ka1uhe .day-cell-header:where(.svelte-ka1uhe),.calendar-twoWeeks-view.svelte-ka1uhe .day-cell-header:where(.svelte-ka1uhe){min-width:3.5rem;max-width:5.5rem}.calendar-month-view.svelte-ka1uhe .day-cell-header:where(.svelte-ka1uhe){min-width:3rem;max-width:5rem}.calendar-threeMonths-view.svelte-ka1uhe .day-cell-header:where(.svelte-ka1uhe){min-width:2rem;max-width:2.75rem}.calendar-year-view.svelte-ka1uhe .day-cell-header:where(.svelte-ka1uhe){min-width:1.5rem;max-width:2rem}.calendar-day-view.svelte-ka1uhe .day-cell-header:where(.svelte-ka1uhe){min-width:5rem;max-width:8rem}@media(max-width:1024px){.calendar-week-view .day-cell,.calendar-twoWeeks-view .day-cell{min-width:3rem!important;max-width:5rem!important;height:3rem!important;font-size:1rem!important}.calendar-week-view .day-cell-header,.calendar-twoWeeks-view .day-cell-header{min-width:3rem!important;max-width:5rem!important}}@media(max-width:768px){.calendar-week-view .day-cell,.calendar-twoWeeks-view .day-cell,.calendar-month-view .day-cell{min-width:2rem!important;max-width:none!important;height:2.75rem!important;font-size:.875rem!important}.calendar-day-view .day-cell{min-width:2.5rem!important;max-width:none!important;height:3rem!important;font-size:1rem!important}.calendar-week-view .day-cell-header,.calendar-twoWeeks-view .day-cell-header,.calendar-month-view .day-cell-header{min-width:2rem!important;max-width:none!important}.calendar-day-view .day-cell-header{min-width:2.5rem!important;max-width:none!important}}.day-cell--range-endpoint{border-color:rgb(var(--primary-500))!important;border-width:3px!important;box-shadow:0 0 0 2px rgb(var(--primary-500) / .2)!important;background-color:rgb(var(--primary-100))!important;color:rgb(var(--primary-900))!important;font-weight:700!important}.dark .day-cell--range-endpoint{background-color:rgb(var(--primary-900) / .4)!important;color:rgb(var(--primary-100))!important;border-color:rgb(var(--primary-400))!important}.day-cell--in-range{background-color:rgb(var(--primary-50))!important;border-color:rgb(var(--primary-200))!important}.dark .day-cell--in-range{background-color:rgb(var(--primary-950) / .3)!important;border-color:rgb(var(--primary-800))!important}.day-cell--outside-range{opacity:.3!important;pointer-events:none!important;cursor:not-allowed!important;background-color:rgb(var(--color-surface-secondary))!important;filter:grayscale(.8)!important}.day-cell--outside-range:hover{transform:none!important;background-color:rgb(var(--color-surface-secondary))!important}.day-cell--disabled-booked{opacity:.45!important;cursor:not-allowed!important;pointer-events:none!important;background-color:rgb(var(--error-100))!important;border-color:rgb(var(--error-300))!important;color:rgb(var(--error-600))!important}.dark .day-cell--disabled-booked{background-color:rgb(var(--error-900) / .3)!important;border-color:rgb(var(--error-700))!important;color:rgb(var(--error-400))!important}.day-cell--disabled-booked:hover{transform:none!important}
