.rdp-root{--cell:42px;color:var(--auto-text-1,#f2eee8);font-family:inherit;display:inline-block;position:relative}.rdp-months{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.rdp-month{flex-direction:column;display:flex}.rdp-month_caption{justify-content:center;align-items:center;height:40px;margin-bottom:6px;display:flex}.rdp-caption_label{letter-spacing:.02em;color:var(--auto-text-1,#f2eee8);text-transform:none;font-size:13px;font-weight:700}.rdp-nav{pointer-events:none;justify-content:space-between;align-items:center;height:40px;display:flex;position:absolute;top:0;left:0;right:0}.rdp-button_previous,.rdp-button_next{pointer-events:auto;border:1px solid var(--auto-border-2,#2e2e2e);background:var(--auto-surface,#111);width:32px;height:32px;color:var(--auto-text-2,#8e8a84);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.rdp-button_previous:hover,.rdp-button_next:hover{border-color:var(--auto-accent,#c9a84c);color:var(--auto-accent,#c9a84c)}.rdp-button_previous:disabled,.rdp-button_next:disabled{opacity:.25;cursor:not-allowed;border-color:var(--auto-border,#222);color:var(--auto-text-3,#504c48)}.rdp-chevron{fill:currentColor;width:16px;height:16px}.rdp-month_grid{border-collapse:collapse;margin:0}.rdp-weekday{width:var(--cell);letter-spacing:.12em;text-transform:uppercase;height:30px;color:var(--auto-text-3,#504c48);text-align:center;padding:0;font-size:9px;font-weight:600}.rdp-day{width:var(--cell);height:var(--cell);text-align:center;padding:0}.rdp-day_button{width:38px;height:38px;color:var(--auto-text-1,#f2eee8);font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;margin:0 auto;font-size:13px;transition:background .14s,color .14s,transform .12s;display:flex}.rdp-day_button:hover:not(:disabled){background:var(--auto-surface-2,#1a1a1a)}.rdp-day_button:active:not(:disabled){transform:scale(.9)}.rdp-today:not(.rdp-selected) .rdp-day_button{color:var(--auto-accent,#c9a84c);font-weight:700}.rdp-selected .rdp-day_button{background:var(--auto-accent,#c9a84c);color:var(--auto-on-accent,#0a0a0a);font-weight:700}.rdp-range_middle .rdp-day_button{background:var(--auto-accent-dim,#c9a84c26);color:var(--auto-text-1,#f2eee8);border-radius:0}.rdp-range_start .rdp-day_button{border-top-right-radius:4px;border-bottom-right-radius:4px}.rdp-range_end .rdp-day_button{border-top-left-radius:4px;border-bottom-left-radius:4px}.rdp-range_middle{background:var(--auto-accent-dim,#c9a84c1a)}.rdp-disabled .rdp-day_button{color:var(--auto-text-3,#504c48);cursor:not-allowed;background-image:repeating-linear-gradient(45deg, transparent, transparent 4px, var(--auto-hatch,#ffffff0f) 4px, var(--auto-hatch,#ffffff0f) 5px);text-decoration:line-through;-webkit-text-decoration-color:var(--auto-hatch,#ffffff1f);text-decoration-color:var(--auto-hatch,#ffffff1f)}.rdp-disabled .rdp-day_button:hover{background-color:#0000}.rdp-outside .rdp-day_button{opacity:.25}.rdp-hidden{visibility:hidden}@media (prefers-reduced-motion:reduce){.rdp-day_button{transition:none}.rdp-day_button:active:not(:disabled){transform:none}}