.hybrid-date-picker-native{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:8px;padding:10px 14px;font-size:16px;font-family:inherit;color:hsl(var(--foreground));width:100%;min-height:44px;transition:all .2s ease-in-out;box-shadow:0 1px 2px rgba(0,0,0,.05)}.hybrid-date-picker-native:focus{outline:2px solid hsl(var(--ring));outline-offset:2px;border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring)/.1)}.hybrid-date-picker-native:disabled{opacity:.5;cursor:not-allowed;background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}@media (prefers-color-scheme:dark){.hybrid-date-picker-native{background:hsl(var(--background));border-color:hsl(var(--border));color:hsl(var(--foreground))}.hybrid-date-picker-native:disabled{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}}@supports (-webkit-touch-callout:none){.hybrid-date-picker-native{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}}@media screen and (-webkit-min-device-pixel-ratio:0){.hybrid-date-picker-native{font-size:16px}}@media (max-width:768px){.hybrid-date-picker-native{min-height:44px;padding:12px 16px}}.hybrid-date-picker-trigger{-webkit-tap-highlight-color:transparent;touch-action:manipulation;position:relative;overflow:hidden}.hybrid-date-picker-trigger:focus{outline:2px solid #3b82f6;outline-offset:2px}.hybrid-date-picker-trigger:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.hybrid-date-picker-trigger:active{transform:translateY(1px)}.hybrid-date-picker-trigger[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.hybrid-date-picker-popover{z-index:9999!important;min-width:280px}.hybrid-date-picker-popover[data-radix-popper-content-wrapper]{z-index:9999!important}@media (min-width:769px){.hybrid-date-picker-popover{position:relative;z-index:9999!important}}.hybrid-date-picker-calendar-cell{height:36px;width:36px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation;position:relative;margin:0 auto}@media (max-width:768px){.hybrid-date-picker-calendar-cell{height:44px;width:44px;min-height:44px;min-width:44px}.hybrid-date-picker-trigger{min-height:48px;padding:12px 16px;font-size:16px;border-radius:8px}}.hybrid-date-picker-calendar-cell-mobile{height:48px;width:48px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;margin:0 auto}.hybrid-date-picker-calendar-cell-mobile,.hybrid-date-picker-day-mobile{display:flex;align-items:center;justify-content:center;position:relative}.hybrid-date-picker-day-mobile{width:100%;height:100%;border-radius:8px;font-weight:500;transition:all .2s ease-in-out;font-size:16px}.hybrid-date-picker-day-mobile:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));transform:scale(1.05)}.hybrid-date-picker-day-selected-mobile{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,.1)}.hybrid-date-picker-day-selected-mobile:hover{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));transform:scale(1.05)}.hybrid-date-picker-day-today-mobile{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:600;border:2px solid hsl(var(--primary))}.hybrid-date-picker-day-disabled-mobile{opacity:.4;cursor:not-allowed;color:hsl(var(--muted-foreground))}.hybrid-date-picker-day-disabled-mobile:hover{background-color:transparent;transform:none}.hybrid-date-picker-head-cell-mobile{font-weight:600;color:hsl(var(--muted-foreground));text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto}.hybrid-date-picker-nav-button-mobile{border-radius:8px;transition:all .2s ease-in-out;height:40px;width:40px}.hybrid-date-picker-nav-button-mobile:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));transform:scale(1.1)}.hybrid-date-picker-day{width:100%;height:100%;border-radius:6px;font-weight:500;transition:all .2s ease-in-out;position:relative;display:flex;align-items:center;justify-content:center}.hybrid-date-picker-day:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));transform:scale(1.05)}.hybrid-date-picker-day-selected{font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,.1)}.hybrid-date-picker-day-selected,.hybrid-date-picker-day-selected:hover{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.hybrid-date-picker-day-selected:hover{transform:scale(1.05)}.hybrid-date-picker-day-today{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:600;border:2px solid hsl(var(--primary))}.hybrid-date-picker-day-disabled{opacity:.4;cursor:not-allowed;color:hsl(var(--muted-foreground))}.hybrid-date-picker-day-disabled:hover{background-color:transparent;transform:none}.hybrid-date-picker-head-cell{font-weight:600;color:hsl(var(--muted-foreground));text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0 auto}.hybrid-date-picker-nav-button{border-radius:6px;transition:all .2s ease-in-out}.hybrid-date-picker-nav-button:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));transform:scale(1.1)}.hybrid-date-picker-scroll{-webkit-overflow-scrolling:touch}.hybrid-date-picker-focus{outline:none;-webkit-tap-highlight-color:transparent}.hybrid-date-picker-animate{transition:all .2s ease-in-out}.hybrid-date-picker-popover[data-state=open]{animation:slideIn .2s ease-out}.hybrid-date-picker-popover[data-state=closed]{animation:slideOut .2s ease-in}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-10px) scale(.95)}}.hybrid-date-picker-scroll{max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:hsl(var(--muted)) transparent}.hybrid-date-picker-scroll .rdp-table{width:100%;table-layout:fixed}.hybrid-date-picker-scroll .rdp-head_row,.hybrid-date-picker-scroll .rdp-row{display:flex;width:100%;justify-content:space-between}.hybrid-date-picker-scroll .rdp-row{margin-top:8px}.hybrid-date-picker-scroll .rdp-cell,.hybrid-date-picker-scroll .rdp-head_cell{flex:1;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.hybrid-date-picker-scroll::-webkit-scrollbar{width:6px}.hybrid-date-picker-scroll::-webkit-scrollbar-track{background:transparent}.hybrid-date-picker-scroll::-webkit-scrollbar-thumb{background-color:hsl(var(--muted));border-radius:3px}.hybrid-date-picker-scroll::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground))}@supports (padding:max(0px)){.hybrid-date-picker-native{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}