.dtp-picker{position:fixed;z-index:10000;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:none;top:0;left:0;margin-top:0}.dtp-picker.dtp-mobile{top:auto!important;bottom:-100%;left:0!important;right:0!important;width:100%!important;height:auto;max-height:75vh;transition:bottom .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;position:fixed}.dtp-picker.dtp-mobile.dtp-mobile-open{bottom:0!important}.dtp-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999;opacity:0;transition:opacity .3s ease-out;pointer-events:none;display:none}.dtp-picker.dtp-mobile .dtp-backdrop{display:block}.dtp-picker.dtp-mobile.dtp-mobile-open .dtp-backdrop{opacity:1;pointer-events:auto}.dtp-picker-container{background:#1a1a1a;border-radius:0 0 6px 6px;box-shadow:0 4px 20px rgba(0,0,0,.5);padding:12px;min-width:260px;max-width:280px;width:100%;color:#e0e0e0;border-top:2px solid #FFD700;margin-top:-1px;box-sizing:border-box}.dtp-picker.dtp-mobile .dtp-picker-container{min-width:100%;max-width:100%;width:100%;border-radius:24px 24px 0 0;border-top:none;margin-top:0;margin-bottom:0;max-height:75vh;overflow-y:auto;position:relative;z-index:10001;box-shadow:0 -8px 32px rgba(0,0,0,.4);padding:20px 16px}.dtp-picker.dtp-mobile .dtp-start-date,.dtp-picker.dtp-mobile .dtp-end-date{flex:0 1 auto;max-width:45%;min-width:0;padding:10px 12px;font-size:14px;text-align:center}.dtp-picker.dtp-mobile .dtp-to{font-size:13px}.dtp-picker.dtp-mobile .dtp-month-year{font-size:16px;font-weight:600}.dtp-picker.dtp-mobile .dtp-day{font-size:14px;min-height:36px}.dtp-picker.dtp-mobile .dtp-weekday{font-size:12px;font-weight:600;padding:8px 0}.dtp-picker.dtp-mobile .dtp-actions{gap:8px;margin-top:16px;justify-content:center}.dtp-picker.dtp-mobile .dtp-btn{padding:12px 20px;font-size:14px;font-weight:600;min-width:90px;max-width:130px;flex:0 1 auto}.dtp-picker.dtp-mobile .dtp-picker-container::before{content:'';position:absolute;top:8px;left:50%;transform:translateX(-50%);width:40px;height:4px;background:rgba(255,255,255,.3);border-radius:2px}.dtp-date-inputs{display:flex;align-items:center;gap:6px;margin-bottom:12px}.dtp-start-date,.dtp-end-date{flex:1;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:3px;padding:6px 8px;color:#e0e0e0;font-size:11px;cursor:pointer;outline:none;box-sizing:border-box;min-width:0}.dtp-start-date:focus,.dtp-end-date:focus{border-color:#FFD700}.dtp-to{color:#a0a0a0;font-size:11px;white-space:nowrap}.dtp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dtp-month-year{font-size:13px;font-weight:600;color:#e0e0e0;flex:1;text-align:center}.dtp-nav-btn{background:transparent;border:none;color:#e0e0e0;font-size:0;cursor:pointer;padding:4px 8px;border-radius:3px;transition:all .2s;outline:none;min-width:28px;min-height:28px;display:flex;align-items:center;justify-content:center;line-height:1;position:relative}.dtp-nav-btn::before{content:'';position:absolute;width:0;height:0;border-style:solid}.dtp-prev::before{border-width:5px 8px 5px 0;border-color:transparent #e0e0e0 transparent transparent}.dtp-next::before{border-width:5px 0 5px 8px;border-color:transparent transparent transparent #e0e0e0}.dtp-nav-btn:hover{background:#2a2a2a}.dtp-prev:hover::before{border-color:transparent #FFD700 transparent transparent}.dtp-next:hover::before{border-color:transparent transparent transparent #FFD700}.dtp-nav-btn:active{background:#3a3a3a}.dtp-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.dtp-weekday{text-align:center;font-size:10px;font-weight:600;color:#a0a0a0;padding:4px 0}.dtp-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:10px}.dtp-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:11px;color:#e0e0e0;cursor:pointer;border-radius:3px;transition:all .2s;position:relative;min-height:28px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:auto;touch-action:manipulation}.dtp-day:hover{background:#2a2a2a}.dtp-day-other-month{color:#666}.dtp-day-in-range{background:#3a3a3a;color:#e0e0e0}.dtp-day-start{background:#FFD700!important;color:#000!important;font-weight:600;font-size:10px;border-radius:3px 0 0 3px}.dtp-day-end{background:#FFD700!important;color:#000!important;font-weight:600;font-size:10px;border-radius:0 3px 3px 0}.dtp-day-start.dtp-day-end{border-radius:3px}.dtp-actions{display:flex;gap:6px}.dtp-btn{flex:1;padding:6px 12px;border:none;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s;outline:none}.dtp-apply{background:#FFD700;color:#000}.dtp-apply:hover:not(:disabled){background:#FFE44D}.dtp-apply:active:not(:disabled){background:#FFC700}.dtp-apply:disabled{background:#3a3a3a;color:#666;cursor:not-allowed;opacity:.6}.dtp-cancel{background:#2a2a2a;color:#e0e0e0;border:1px solid #3a3a3a}.dtp-cancel:hover{background:#3a3a3a}.dtp-cancel:active{background:#4a4a4a}#reportDate{position:relative;z-index:1}@media (max-width:768px){.dtp-picker.dtp-mobile .dtp-picker-container{padding:20px 16px}.dtp-picker-container:not(.dtp-mobile .dtp-picker-container){min-width:auto;width:calc(100vw - 20px);max-width:calc(100vw - 20px);padding:10px;border-radius:6px}.dtp-date-inputs{flex-direction:row;gap:8px;margin-bottom:16px;flex-wrap:nowrap;align-items:center;justify-content:center}.dtp-start-date,.dtp-end-date{flex:0 1 auto;min-width:0;max-width:45%;padding:10px 12px;font-size:14px;text-align:center}.dtp-to{flex:0 0 auto;font-size:13px;white-space:nowrap}.dtp-month-year{font-size:16px;font-weight:600}.dtp-nav-btn{min-width:36px;min-height:36px;padding:6px 10px}.dtp-day{font-size:14px;min-height:36px}.dtp-day-start,.dtp-day-end{font-size:13px}.dtp-weekday{font-size:12px;padding:8px 0;font-weight:600}.dtp-actions{gap:8px;margin-top:16px}.dtp-btn{padding:12px 16px;font-size:14px;font-weight:600;min-width:80px;max-width:120px}}@media (max-width:480px){.dtp-picker.dtp-mobile .dtp-picker-container{padding:16px 12px}.dtp-picker-container:not(.dtp-mobile .dtp-picker-container){width:calc(100vw - 16px);max-width:calc(100vw - 16px);padding:8px;border-radius:6px}.dtp-date-inputs{flex-direction:row;gap:6px;margin-bottom:14px}.dtp-start-date,.dtp-end-date{flex:0 1 auto;max-width:42%;min-width:0;padding:8px 10px;font-size:13px;text-align:center}.dtp-to{flex:0 0 auto;font-size:12px}.dtp-month-year{font-size:15px}.dtp-nav-btn{min-width:32px;min-height:32px;padding:5px 8px}.dtp-day{font-size:13px;min-height:32px}.dtp-day-start,.dtp-day-end{font-size:12px}.dtp-weekday{font-size:11px;padding:6px 0}.dtp-actions{gap:8px}.dtp-btn{padding:10px 14px;font-size:13px;min-width:70px;max-width:100px}}@media (max-width:360px){.dtp-picker-container{width:calc(100vw - 12px);max-width:calc(100vw - 12px);padding:6px}.dtp-day{font-size:9px;min-height:24px}.dtp-day-start,.dtp-day-end{font-size:8px}.dtp-weekday{font-size:8px}.dtp-btn{padding:4px 8px;font-size:9px}}.dtp-theme-light.dtp-picker-container{background:#fff;color:#2196F3;border-top:2px solid #2196F3;box-shadow:0 4px 20px rgba(0,0,0,.15)}.dtp-theme-light .dtp-start-date,.dtp-theme-light .dtp-end-date{background:#fff;border:1px solid #2196F3;color:#2196F3}.dtp-theme-light .dtp-start-date:focus,.dtp-theme-light .dtp-end-date:focus{border-color:#1976d2;background:#f5f5f5}.dtp-theme-light .dtp-to{color:#2196F3}.dtp-theme-light .dtp-month-year{color:#2196F3;font-weight:600}.dtp-theme-light .dtp-nav-btn{color:#2196F3}.dtp-theme-light .dtp-nav-btn:hover{background:#e3f2fd}.dtp-theme-light .dtp-prev::before{border-color:transparent #2196F3 transparent transparent}.dtp-theme-light .dtp-next::before{border-color:transparent transparent transparent #2196F3}.dtp-theme-light .dtp-prev:hover::before{border-color:transparent #1976d2 transparent transparent}.dtp-theme-light .dtp-next:hover::before{border-color:transparent transparent transparent #1976d2}.dtp-theme-light .dtp-weekday{color:#2196F3;font-weight:600}.dtp-theme-light .dtp-day{color:#2196F3}.dtp-theme-light .dtp-day:hover{background:#e3f2fd;color:#1976d2}.dtp-theme-light .dtp-day-other-month{color:#90caf9}.dtp-theme-light .dtp-day-in-range{background:#e3f2fd;color:#1976d2}.dtp-theme-light .dtp-day-start{background:#2196F3!important;color:#fff!important}.dtp-theme-light .dtp-day-end{background:#2196F3!important;color:#fff!important}.dtp-theme-light .dtp-apply{background:#2196F3;color:#fff}.dtp-theme-light .dtp-apply:hover:not(:disabled){background:#1976d2}.dtp-theme-light .dtp-apply:active:not(:disabled){background:#1565c0}.dtp-theme-light .dtp-apply:disabled{background:#e0e0e0;color:#999;opacity:.6}.dtp-theme-light .dtp-cancel{background:#fff;color:#2196F3;border:1px solid #2196F3}.dtp-theme-light .dtp-cancel:hover{background:#e3f2fd;color:#1976d2}.dtp-theme-light .dtp-cancel:active{background:#bbdefb}
