.custom-datepicker-container{position:absolute;z-index:40;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%);padding:1rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;min-width:260px}.custom-datepicker-container.custom-dp-visible{opacity:1;visibility:visible;transform:translateY(0)}.custom-dp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.custom-dp-nav-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#6b7280;background:0 0;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.custom-dp-nav-btn:hover{background:#f3f4f6;color:#111827}.custom-dp-nav-btn:active{background:#e5e7eb}.custom-dp-month-year{display:flex;align-items:center;gap:.5rem;flex:1}.custom-dp-month-select{flex:1;padding:.375rem .5rem;font-size:.875rem;font-weight:600;color:#111827;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;cursor:pointer}.custom-dp-month-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.custom-dp-year-input{width:5rem;padding:.375rem .5rem;font-size:.875rem;font-weight:600;color:#111827;border:1px solid #d1d5db;border-radius:.375rem;text-align:center}.custom-dp-year-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.custom-dp-days-header{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.custom-dp-day-name{text-align:center;font-size:.75rem;font-weight:600;color:#6b7280;padding:.25rem}.custom-dp-days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.custom-dp-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#111827;background:0 0;border:1px solid transparent;border-radius:.375rem;cursor:pointer;transition:all .15s ease;padding:0;min-height:2rem}.custom-dp-day:hover{background:#f3f4f6}.custom-dp-day:active{background:#e5e7eb}.custom-dp-day-other{color:#9ca3af}.custom-dp-day-today{color:#3b82f6;font-weight:600;border-color:#3b82f6}.custom-dp-day-selected{background:#3b82f6;color:#fff;font-weight:600}.custom-dp-day-selected:hover{background:#2563eb}.custom-dp-footer{display:flex;justify-content:space-between;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.custom-dp-footer-btn{flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.custom-dp-footer-btn:hover{background:#f9fafb;border-color:#9ca3af}.custom-dp-footer-btn-primary{color:#3b82f6;border-color:#3b82f6}.custom-dp-footer-btn-primary:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}@media(max-width:640px){.custom-datepicker-container{min-width:100%;max-width:320px}}