.wdrp-root{font-family:var(--wh-font,"Open Sans",sans-serif);display:inline-flex;position:relative}.wdrp-trigger{border:1px solid var(--wh-border-light,#00000014);background:var(--wh-surface,#fff);cursor:pointer;color:var(--wh-text,#0f172a);white-space:nowrap;border-radius:999px;outline:none;align-items:center;gap:8px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .15s,box-shadow .15s,background .15s;display:inline-flex}.wdrp-trigger:hover{border-color:var(--wh-border-strong,#00000024)}.wdrp-trigger-active{background:var(--wh-indigo-muted,#4f46e514);border-color:var(--wh-indigo,#4f46e5);color:var(--wh-indigo,#4f46e5)}.wdrp-trigger-open{box-shadow:0 0 0 3px var(--wh-indigo-muted,#4f46e529)}.wdrp-trigger-label{font-weight:600}.wdrp-trigger-clear{cursor:pointer;background:#0000000d;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:4px;transition:background .15s;display:inline-flex}.wdrp-trigger-clear:hover{background:#0000001f}.wdrp-popover{z-index:99999;background:var(--wh-surface,#fff);border:1px solid var(--wh-border-light,#00000014);border-radius:14px;padding:16px 20px 20px;animation:.16s ease-out wdrp-appear;position:fixed;box-shadow:0 16px 48px #00000024,0 4px 16px #0000000d}@keyframes wdrp-appear{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.wdrp-popover-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.wdrp-helper{color:var(--wh-text-muted,#6b7280);letter-spacing:.2px;text-transform:uppercase;font-size:12px;font-weight:600}.wdrp-nav-btn{background:var(--wh-surface-hover,#0000000a);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s;display:flex}.wdrp-nav-btn:hover{background:var(--wh-indigo-muted,#4f46e51a)}.wdrp-months{flex-direction:column;gap:16px;display:flex}@media (width>=720px){.wdrp-months{flex-direction:row;gap:20px}}.wdrp-month{width:280px}.wdrp-month-label{color:var(--wh-text,#0f172a);text-align:center;letter-spacing:-.2px;margin-bottom:10px;font-size:13px;font-weight:700}.wdrp-weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:6px;display:grid}.wdrp-weekday{text-align:center;color:var(--wh-text-muted,#6b7280);letter-spacing:.3px;font-size:10px;font-weight:600}.wdrp-grid{grid-template-columns:repeat(7,1fr);display:grid}.wdrp-cell{cursor:pointer;background:0 0;border:none;border-radius:0;outline:none;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto;transition:background .12s;display:flex;position:relative}.wdrp-cell:hover{background:var(--wh-surface-hover,#0000000d)}.wdrp-cell-day{color:var(--wh-text,#0f172a);z-index:1;font-family:inherit;font-size:12px;font-weight:500}.wdrp-cell-outside .wdrp-cell-day{color:var(--wh-text-muted,#6b7280);opacity:.5}.wdrp-cell-today{background:var(--wh-indigo-muted,#4f46e51a);border-radius:50%}.wdrp-cell-today .wdrp-cell-day{color:var(--wh-indigo,#4f46e5);font-weight:700}.wdrp-cell-in-range{background:var(--wh-indigo-muted,#4f46e524);border-radius:0}.wdrp-cell-from,.wdrp-cell-to{background:var(--wh-indigo,#4f46e5);border-radius:50%}.wdrp-cell-from .wdrp-cell-day,.wdrp-cell-to .wdrp-cell-day{color:#fff;font-weight:700}[data-theme=dark] .wdrp-trigger,[data-theme=dark] .wdrp-popover{background:var(--wh-surface,#1e1e1e);border-color:#ffffff1a}[data-theme=dark] .wdrp-nav-btn,[data-theme=dark] .wdrp-cell:hover{background:#ffffff0f}[data-theme=dark] .wdrp-trigger-clear{background:#ffffff14}[data-theme=dark] .wdrp-trigger-clear:hover{background:#ffffff29}