.wcal-root{font-family:var(--wh-font,"Open Sans",sans-serif);width:100%;position:relative}.wcal-trigger{border:1.5px solid var(--wh-border,#00000014);background:var(--wh-surface,#fff);cursor:pointer;box-sizing:border-box;border-radius:12px;outline:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;font-family:inherit;transition:border-color .2s,box-shadow .2s;display:flex}.wcal-trigger:hover{border-color:var(--wh-border-strong,#00000024)}.wcal-trigger-open{border-color:var(--wh-indigo,#4f46e5);box-shadow:0 0 0 3px var(--wh-indigo-muted,#4f46e51f)}.wcal-trigger-invalid{border-color:var(--wh-error,#dc2626)}.wcal-trigger-content{align-items:center;gap:12px;display:flex}.wcal-trigger-value{color:var(--wh-text,#0f172a);font-size:14px;font-weight:500}.wcal-popover{z-index:99999;background:var(--wh-surface,#fff);backdrop-filter:blur(16px);border:1px solid var(--wh-border,#00000014);border-radius:14px;width:360px;padding:24px;animation:.18s ease-out wcal-appear;position:fixed;overflow:hidden;box-shadow:0 16px 48px #0000001f,0 4px 16px #0000000d}@keyframes wcal-appear{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.wcal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.wcal-month-label{color:var(--wh-text,#0f172a);letter-spacing:-.3px;font-size:16px;font-weight:600}.wcal-nav{gap:6px;display:flex}.wcal-nav-btn{background:var(--wh-surface-hover,#0000000a);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:flex}.wcal-nav-btn:hover{background:var(--wh-indigo-muted,#4f46e51a)}.wcal-weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:10px;display:grid}.wcal-weekday{text-align:center;color:var(--wh-text-muted,#6b7280);font-size:10px;font-weight:500}.wcal-grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.wcal-cell{cursor:pointer;background:0 0;border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto;transition:all .12s;display:flex}.wcal-cell:hover:not(.wcal-cell-disabled):not(.wcal-cell-selected){background:var(--wh-surface-hover,#0000000a)}.wcal-cell-day{color:var(--wh-text,#0f172a);font-family:inherit;font-size:13px;font-weight:400}.wcal-cell-outside .wcal-cell-day{color:var(--wh-text-muted,#6b7280)}.wcal-cell-today{background:var(--wh-indigo-muted,#4f46e51f)}.wcal-cell-today .wcal-cell-day{color:var(--wh-indigo,#4f46e5);font-weight:600}.wcal-cell-selected{background:var(--wh-indigo,#4f46e5)}.wcal-cell-selected .wcal-cell-day{color:#fff;font-weight:600}.wcal-cell-disabled{cursor:default;opacity:.2}[data-theme=dark] .wcal-trigger,[data-theme=dark] .wcal-popover{background:var(--wh-surface,#1e1e1e);border-color:#ffffff1a}[data-theme=dark] .wcal-nav-btn,[data-theme=dark] .wcal-cell:hover:not(.wcal-cell-disabled):not(.wcal-cell-selected){background:#ffffff0f}