.rdp-root{--rdp-accent-color:var(--color-primary);--rdp-accent-background-color:var(--color-primary);--rdp-day-height:36px;--rdp-day-width:36px;--rdp-selected-font:600;font-family:inherit;color:var(--color-foreground);position:relative}.rdp-months{display:flex;gap:1.5rem}.rdp-month{display:flex;flex-direction:column;gap:.25rem}.rdp-month_caption{display:flex;align-items:center;justify-content:center;padding:.25rem 0 .5rem;font-size:.875rem;font-weight:600;color:var(--color-foreground)}.rdp-dropdowns{display:flex;align-items:center;gap:.5rem}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root .rdp-caption_label{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.8125rem;font-weight:600;color:var(--color-foreground);border-radius:.5rem;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;transition:all .15s ease}.rdp-dropdown_root:hover .rdp-caption_label{border-color:var(--color-border-strong);background:var(--color-surface-elevated)}.rdp-dropdown{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer;appearance:none}.rdp-dropdown option{background:var(--color-surface);color:var(--color-foreground)}.rdp-nav{display:flex;align-items:center;gap:.25rem;position:absolute;top:.75rem;left:.75rem;right:.75rem;justify-content:space-between;pointer-events:none}.rdp-button_next,.rdp-button_previous{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:.5rem;border:none;background:transparent;color:var(--color-foreground-muted);cursor:pointer;transition:all .15s ease}.rdp-button_next:hover,.rdp-button_previous:hover{background:var(--color-surface-elevated);color:var(--color-foreground)}.rdp-button_next svg,.rdp-button_previous svg,.rdp-chevron{width:16px;height:16px}.rdp-chevron{fill:currentColor}.rdp-weekdays{display:grid;grid-template-columns:repeat(7,var(--rdp-day-width))}.rdp-weekday{font-size:.75rem;font-weight:500;color:var(--color-foreground-muted);text-align:center;padding-bottom:.375rem;width:var(--rdp-day-width)}.rdp-weeks{display:flex;flex-direction:column}.rdp-week{display:grid;grid-template-columns:repeat(7,var(--rdp-day-width))}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);padding:0;position:relative}.rdp-day,.rdp-day_button{display:flex;align-items:center;justify-content:center}.rdp-day_button{width:32px;height:32px;font-size:.8125rem;border-radius:.5rem;border:none;background:transparent;color:var(--color-foreground);cursor:pointer;transition:all .15s ease;font-weight:400}.rdp-day_button:hover{background:var(--color-surface-elevated)}.rdp-today .rdp-day_button{font-weight:700;color:var(--color-primary)}.rdp-selected .rdp-day_button{background:var(--color-primary)!important;color:#ffffff!important;font-weight:600}.rdp-range_end .rdp-day_button,.rdp-range_start .rdp-day_button{background:var(--color-primary)!important;color:#ffffff!important;border-radius:.5rem}.rdp-range_middle .rdp-day_button{background:color-mix(in srgb,var(--color-primary) 15%,transparent)!important;color:var(--color-primary)!important;border-radius:0;font-weight:500}.rdp-range_start:not(.rdp-range_end){background:linear-gradient(to right,transparent 50%,color-mix(in srgb,var(--color-primary) 15%,transparent) 50%);border-radius:0}.rdp-range_end:not(.rdp-range_start){background:linear-gradient(to left,transparent 50%,color-mix(in srgb,var(--color-primary) 15%,transparent) 50%);border-radius:0}.rdp-range_middle{background:color-mix(in srgb,var(--color-primary) 15%,transparent);border-radius:0}.rdp-disabled .rdp-day_button{color:var(--color-foreground-muted);opacity:.35;cursor:not-allowed}.rdp-disabled .rdp-day_button:hover{background:transparent}.rdp-outside .rdp-day_button{color:var(--color-foreground-muted);opacity:.3}.rdp-hidden{visibility:hidden}.rdp-day_button:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px;border-radius:.5rem}