.date-picker-trigger[data-v-e7959ab2]{align-items:center;background:rgba(var(--color-surface-50),.8);border:2px solid rgba(var(--color-surface-300),.5);border-radius:.75rem;color:rgb(var(--color-surface-900));cursor:pointer;display:flex;gap:.75rem;min-height:44px;padding:.75rem 1rem;text-align:left;transition:border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;width:100%}.date-picker-trigger[data-v-e7959ab2]:hover:not(.is-disabled):not(.is-open){border-color:rgba(var(--color-surface-400),.6)}.date-picker-trigger.is-open[data-v-e7959ab2],.date-picker-trigger[data-v-e7959ab2]:focus{background:rgb(var(--color-surface-50));border-color:rgb(var(--color-primary-500));box-shadow:var(--focus-ring);outline:none}.date-picker-trigger.is-error[data-v-e7959ab2]{background:rgba(var(--color-error-500),.05);border-color:rgb(var(--color-error-500))!important}.date-picker-trigger.is-error.is-open[data-v-e7959ab2],.date-picker-trigger.is-error[data-v-e7959ab2]:focus{box-shadow:var(--focus-ring-error)}.date-picker-trigger.is-disabled[data-v-e7959ab2]{background:rgba(var(--color-surface-100),.5);border-color:rgba(var(--color-surface-200),.5);cursor:not-allowed;opacity:.6}.trigger-icon[data-v-e7959ab2]{color:rgb(var(--color-surface-400));flex-shrink:0;height:1.25rem;width:1.25rem}.date-picker-trigger.is-open .trigger-icon[data-v-e7959ab2],.date-picker-trigger:focus .trigger-icon[data-v-e7959ab2]{color:rgb(var(--color-primary-500))}.trigger-display[data-v-e7959ab2]{flex:1 1 0%;font-size:1rem;font-weight:500;line-height:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.trigger-display[data-v-e7959ab2]{font-size:.875rem;line-height:1.25rem}}.trigger-display[data-v-e7959ab2]{color:rgb(var(--color-surface-900))}.trigger-chevron[data-v-e7959ab2],.trigger-display.is-placeholder[data-v-e7959ab2]{color:rgb(var(--color-surface-400))}.trigger-chevron[data-v-e7959ab2]{flex-shrink:0;height:1rem;transition-duration:.2s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1rem}.trigger-chevron.is-rotated[data-v-e7959ab2]{transform:rotate(180deg)}.calendar-popup[data-v-e7959ab2]{background:rgb(var(--color-surface-50));border:1px solid rgba(var(--color-surface-200),.8);border-radius:.75rem;box-shadow:0 10px 40px #00000026;overflow:hidden;position:fixed;width:20rem;z-index:50}.calendar-popup.is-mobile[data-v-e7959ab2]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:1rem;border-top-right-radius:1rem;bottom:0;left:0;max-height:90vh;right:0;width:100%}.calendar-backdrop[data-v-e7959ab2]{background:#0009;inset:0;position:fixed;z-index:-10}.calendar-content[data-v-e7959ab2]{display:flex;flex-direction:column}.calendar-header[data-v-e7959ab2]{border-bottom:1px solid rgba(var(--color-surface-200),.8);justify-content:space-between;padding:.75rem}.calendar-header[data-v-e7959ab2],.nav-button[data-v-e7959ab2]{align-items:center;display:flex}.nav-button[data-v-e7959ab2]{border-radius:.5rem;color:rgb(var(--color-surface-600));height:2.25rem;justify-content:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);width:2.25rem}.nav-button[data-v-e7959ab2]:hover{background:rgba(var(--color-surface-200),.5)}.nav-button[data-v-e7959ab2]:active{background:rgba(var(--color-surface-300),.5)}.nav-button[data-v-e7959ab2]:focus{box-shadow:var(--focus-ring-sm);outline:2px solid transparent;outline-offset:2px}.calendar-title[data-v-e7959ab2]{color:rgb(var(--color-surface-900));font-size:.875rem;font-weight:600;line-height:1.25rem}.weekday-headers[data-v-e7959ab2]{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));padding:.5rem .75rem}.weekday-label[data-v-e7959ab2]{align-items:center;color:rgb(var(--color-surface-500));display:flex;font-size:.75rem;font-weight:600;height:2rem;justify-content:center;line-height:1rem;text-transform:uppercase;width:2.5rem}.day-grid[data-v-e7959ab2]{display:grid;gap:.125rem;grid-template-columns:repeat(7,minmax(0,1fr));padding:.25rem .75rem}.day-cell[data-v-e7959ab2]{align-items:center;border-radius:.5rem;color:rgb(var(--color-surface-700));display:flex;flex-direction:column;font-size:.875rem;font-weight:500;height:2.5rem;justify-content:center;line-height:1.25rem;position:relative;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);width:2.5rem}.day-cell[data-v-e7959ab2]:hover:not(.is-disabled):not(.is-selected){background:rgba(var(--color-surface-200),.5)}.day-cell[data-v-e7959ab2]:focus{box-shadow:var(--focus-ring-sm);outline:2px solid transparent;outline-offset:2px}.day-cell.is-other-month[data-v-e7959ab2]{color:rgb(var(--color-surface-300))}.day-cell.is-today[data-v-e7959ab2]:not(.is-selected){color:rgb(var(--color-primary-600));font-weight:700}.day-cell.is-selected[data-v-e7959ab2]{font-weight:600;--tw-text-opacity:1;background:linear-gradient(135deg,rgb(var(--color-primary-500)),rgb(var(--color-primary-600)));box-shadow:0 2px 8px rgba(var(--color-primary-500),.3);color:rgb(255 255 255/var(--tw-text-opacity,1))}.day-cell.is-disabled[data-v-e7959ab2]{cursor:not-allowed;opacity:.4}.day-number[data-v-e7959ab2]{position:relative;z-index:10}.today-indicator[data-v-e7959ab2]{background:rgb(var(--color-primary-500));border-radius:9999px;bottom:.375rem;height:.25rem;position:absolute;width:.25rem}.calendar-footer[data-v-e7959ab2]{background:rgba(var(--color-surface-100),.5);border-top:1px solid rgba(var(--color-surface-200),.8);display:flex;justify-content:space-between;padding:.625rem .75rem}.footer-btn[data-v-e7959ab2]{border-radius:.5rem;font-size:.875rem;font-weight:500;line-height:1.25rem;padding:.375rem .75rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.footer-btn[data-v-e7959ab2]:focus{box-shadow:var(--focus-ring-sm);outline:2px solid transparent;outline-offset:2px}.today-btn[data-v-e7959ab2]{color:rgb(var(--color-primary-600))}.today-btn[data-v-e7959ab2]:hover{background:rgba(var(--color-primary-500),.1)}.clear-btn[data-v-e7959ab2]{color:rgb(var(--color-surface-500))}.clear-btn[data-v-e7959ab2]:hover{background:rgba(var(--color-surface-200),.5)}.calendar-popup-enter-active[data-v-e7959ab2],.calendar-popup-leave-active[data-v-e7959ab2]{transition:opacity .15s ease,transform .15s ease}.calendar-popup-enter-from[data-v-e7959ab2],.calendar-popup-leave-to[data-v-e7959ab2]{opacity:0;transform:translateY(-8px) scale(.98)}.calendar-popup.is-mobile.calendar-popup-enter-from[data-v-e7959ab2],.calendar-popup.is-mobile.calendar-popup-leave-to[data-v-e7959ab2]{transform:translateY(100%)}@media(max-width:767px){.nav-button[data-v-e7959ab2]{height:2.75rem;width:2.75rem}.weekday-label[data-v-e7959ab2]{height:2.25rem;width:2.75rem}.day-cell[data-v-e7959ab2]{height:2.75rem;width:2.75rem}.calendar-footer[data-v-e7959ab2]{padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}.footer-btn[data-v-e7959ab2]{font-size:1rem;line-height:1.5rem;padding:.5rem 1rem}}
