.pulse-reference-calendar{border:1px solid var(--theme-line,#e4e4e7);background:var(--theme-surface,#fff);border-radius:8px;margin-top:8px;padding:12px 14px;box-shadow:0 1px 2px #18181b0d}.pulse-calendar-heading{align-items:center;gap:5px;display:flex}.pulse-calendar-heading>span:first-child{color:var(--theme-ink,#18181b);white-space:nowrap;font-size:12px;font-weight:600}.pulse-calendar-month-nav{gap:2px;display:flex}.pulse-calendar-month-nav button{width:22px;height:24px;color:var(--theme-muted,#71717a);background:0 0;border:0;border-radius:4px;padding:0;font-size:18px;line-height:1}.pulse-calendar-hint{color:var(--theme-muted,#a1a1aa);white-space:nowrap;margin-left:auto;font-size:10px;font-weight:500}.pulse-calendar-hint[data-picking-end]{color:var(--theme-ink,#18181b)}.pulse-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;margin-top:10px;display:grid}.pulse-calendar-dow{text-align:center;color:var(--theme-muted,#71717a);padding-bottom:3px;font-size:9px;font-weight:500}.pulse-calendar-grid button{height:26px;color:var(--theme-secondary,#3f3f46);font-variant-numeric:tabular-nums;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;padding:0;font-size:10.5px;font-weight:500;display:flex}.pulse-calendar-grid button.pulse-calendar-between{background:var(--theme-surface-muted,#f4f4f5);color:var(--theme-ink,#18181b)}.pulse-calendar-grid button.pulse-calendar-endpoint{color:#fff;background:var(--theme-control,#18181b);font-weight:600}.pulse-calendar-grid button:disabled,.pulse-calendar-month-nav button:disabled{color:var(--theme-disabled,#d4d4d8);cursor:default}.pulse-calendar-grid button:not(:disabled):not([aria-pressed=true]):hover,.pulse-calendar-month-nav button:not(:disabled):hover{background:var(--theme-surface-muted,#f4f4f5)}.pulse-reference-calendar button:focus-visible{outline:2px solid var(--theme-ink,#18181b);outline-offset:2px}.pulse-calendar-footer{border-top:1px solid var(--theme-line,#f1f1f3);align-items:center;gap:8px;margin-top:12px;padding-top:11px;display:flex}.pulse-calendar-footer span{min-width:0;color:var(--theme-muted,#71717a);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:10.5px;font-weight:500;overflow:hidden}.pulse-calendar-footer button{background:var(--theme-control,#18181b);color:#fff;white-space:nowrap;border:0;border-radius:7px;flex:none;padding:7px 13px;font-size:11px;font-weight:500}.pulse-calendar-footer button:disabled{background:var(--theme-surface-muted,#e4e4e7);color:var(--theme-muted,#a1a1aa);cursor:default}@media (max-width:1023px){.pulse-reference-calendar{margin-inline:-4px;padding-inline:2px}.pulse-calendar-heading{flex-wrap:wrap}.pulse-calendar-month-nav{margin-left:auto}.pulse-calendar-month-nav button{width:44px;height:44px}.pulse-calendar-hint{flex-basis:100%;margin-left:0}.pulse-calendar-grid{column-gap:0}.pulse-calendar-grid button{height:44px}.pulse-calendar-footer button{min-width:44px;min-height:44px}}@media (max-width:370px){.pulse-filter-drawer:has(.pulse-reference-calendar){width:100vw}.pulse-reference-calendar{margin-inline:-18px}}