.dashboard-module__dgeMKW__dashboardContainer{background-color:#f8fafc;min-height:100vh;padding-bottom:80px;font-family:Poppins,sans-serif}.dashboard-module__dgeMKW__header{z-index:50;background:#fff;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000000d}.dashboard-module__dgeMKW__logoArea{align-items:center;gap:.75rem;display:flex}.dashboard-module__dgeMKW__brandName{color:#1f2937;font-size:1.25rem;font-weight:700}.dashboard-module__dgeMKW__logoutBtn{color:#ef4444;cursor:pointer;background:#fef2f2;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .2s;display:flex}.dashboard-module__dgeMKW__logoutBtn:hover{background:#fee2e2}.dashboard-module__dgeMKW__statsPanel{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;max-width:1200px;margin:0 auto;padding:2rem;display:grid}.dashboard-module__dgeMKW__statCard{text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.dashboard-module__dgeMKW__statLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.dashboard-module__dgeMKW__statValue{color:#1f2937;font-size:2rem;font-weight:700}.dashboard-module__dgeMKW__tabsContainer{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;padding:0 1rem;display:flex}.dashboard-module__dgeMKW__tab{color:#4b5563;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:50px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #0000000d}.dashboard-module__dgeMKW__tab:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.dashboard-module__dgeMKW__activeTab{border-color:var(--primary);color:var(--primary);background:#fdf2f8}.dashboard-module__dgeMKW__contentArea{max-width:1200px;margin:0 auto;padding:0 1rem}.dashboard-module__dgeMKW__loading{text-align:center;color:#6b7280;padding:4rem;font-size:1.1rem}.dashboard-module__dgeMKW__loadingContainer{justify-content:center;padding:4rem 0;display:flex}.dashboard-module__dgeMKW__emptyState{text-align:center;color:#6b7280;background:#fff;border:2px dashed #e5e7eb;border-radius:16px;padding:4rem}.dashboard-module__dgeMKW__appointmentsList{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.dashboard-module__dgeMKW__appointmentCard{background:#fff;border:1px solid #f3f4f6;border-radius:16px;flex-direction:column;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.dashboard-module__dgeMKW__appointmentCard:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.dashboard-module__dgeMKW__appTime{color:var(--primary);text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.dashboard-module__dgeMKW__appDetails{text-align:center;flex-grow:1;margin-bottom:1.5rem}.dashboard-module__dgeMKW__babyName{color:#1f2937;margin-bottom:.25rem;font-size:1.2rem}.dashboard-module__dgeMKW__parentName{color:#4b5563;margin-bottom:.75rem;font-size:.9rem}.dashboard-module__dgeMKW__statusBadge{text-transform:capitalize;border-radius:50px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.dashboard-module__dgeMKW__statusBadge.dashboard-module__dgeMKW__pending{color:#d97706;background:#fef3c7}.dashboard-module__dgeMKW__statusBadge.dashboard-module__dgeMKW__confirmed{color:#059669;background:#d1fae5}.dashboard-module__dgeMKW__statusBadge.dashboard-module__dgeMKW__completed{color:#2563eb;background:#dbeafe}.dashboard-module__dgeMKW__statusBadge.dashboard-module__dgeMKW__cancelled{color:#dc2626;background:#fee2e2}.dashboard-module__dgeMKW__statusBadge.dashboard-module__dgeMKW__no_show{color:#4b5563;background:#f3f4f6}.dashboard-module__dgeMKW__statusBadge.dashboard-module__dgeMKW__checked_in{color:#4f46e5;background:#e0e7ff}.dashboard-module__dgeMKW__statusBadge.dashboard-module__dgeMKW__blocked{color:#f3f4f6;background:#1f2937}.dashboard-module__dgeMKW__reason{color:#6b7280;background:#f9fafb;border-radius:8px;padding:.5rem;font-size:.9rem;font-style:italic}.dashboard-module__dgeMKW__actions{border-top:1px solid #f3f4f6;justify-content:center;gap:1rem;padding-top:1rem;display:flex}.dashboard-module__dgeMKW__actionBtn{color:#4b5563;cursor:pointer;background:#f9fafb;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;transition:all .2s;display:flex}.dashboard-module__dgeMKW__actionBtn:hover{background:#e5e7eb;transform:scale(1.1)}.dashboard-module__dgeMKW__dropdown{display:inline-block;position:relative}.dashboard-module__dgeMKW__dropdownMenu{z-index:50;background-color:#fff;border-radius:12px;min-width:160px;margin-bottom:8px;padding:8px 0;display:none;position:absolute;bottom:100%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 16px #0003}.dashboard-module__dgeMKW__dropdownItem{color:#000;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 16px;font-size:.9rem;text-decoration:none;transition:background .1s;display:block}.dashboard-module__dgeMKW__dropdownItem:hover{background-color:#f3f4f6}.dashboard-module__dgeMKW__historyContainer{max-width:900px;margin:0 auto}.dashboard-module__dgeMKW__historyFilters{background:#fff;border-radius:16px;flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.dashboard-module__dgeMKW__filterGroup{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__dgeMKW__filterLabel{color:#4b5563;font-size:.9rem;font-weight:600}.dashboard-module__dgeMKW__dateInput{border:1px solid #d1d5db;border-radius:8px;outline:none;padding:.75rem;font-family:inherit}.dashboard-module__dgeMKW__dateInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px #ec489933}.dashboard-module__dgeMKW__quickFilters{gap:.5rem;display:flex}.dashboard-module__dgeMKW__quickBtn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:background .2s}.dashboard-module__dgeMKW__quickBtn:hover{background:#e5e7eb}.dashboard-module__dgeMKW__historyStatsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.dashboard-module__dgeMKW__historyCard{text-align:center;border-top:4px solid var(--primary);background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.dashboard-module__dgeMKW__historyValue{color:#1f2937;margin-bottom:.5rem;font-size:3rem;font-weight:800}.dashboard-module__dgeMKW__historyLabel{color:#6b7280;font-size:.9rem;font-weight:500}.dashboard-module__dgeMKW__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dashboard-module__dgeMKW__modalContent{background:#fff;border-radius:20px;width:100%;max-width:500px;padding:2rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) dashboard-module__dgeMKW__modalPop;box-shadow:0 20px 25px -5px #0000001a}@keyframes dashboard-module__dgeMKW__modalPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.dashboard-module__dgeMKW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.dashboard-module__dgeMKW__modalTitle{color:#1f2937;font-size:1.5rem;font-weight:700}.dashboard-module__dgeMKW__closeBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.dashboard-module__dgeMKW__closeBtn:hover{color:#ef4444}.dashboard-module__dgeMKW__modalBody{flex-direction:column;gap:1rem;display:flex}.dashboard-module__dgeMKW__formGroup{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__dgeMKW__formLabel{color:#374151;font-size:.9rem;font-weight:600}.dashboard-module__dgeMKW__formInput{border:2px solid #e5e7eb;border-radius:10px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.dashboard-module__dgeMKW__formInput:focus{border-color:var(--primary);outline:none}.dashboard-module__dgeMKW__modalFooter{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.dashboard-module__dgeMKW__primaryBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.75rem 1.5rem;font-weight:600;transition:opacity .2s}.dashboard-module__dgeMKW__primaryBtn:hover{opacity:.9}.dashboard-module__dgeMKW__secondaryBtn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}.dashboard-module__dgeMKW__secondaryBtn:hover{background:#e5e7eb}@media (max-width:640px){.dashboard-module__dgeMKW__header{flex-direction:column;gap:1rem;padding:1rem}.dashboard-module__dgeMKW__statsPanel{grid-template-columns:1fr 1fr;padding:1rem}.dashboard-module__dgeMKW__tabsContainer{-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:.5rem;overflow-x:auto}.dashboard-module__dgeMKW__tab{white-space:nowrap}.dashboard-module__dgeMKW__appointmentsList{grid-template-columns:1fr}.dashboard-module__dgeMKW__historyFilters{flex-direction:column;align-items:flex-start}.dashboard-module__dgeMKW__dateInput{width:100%}}
.WalkingBaby-module__2g6BJG__loaderContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.WalkingBaby-module__2g6BJG__walkingTrack{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.WalkingBaby-module__2g6BJG__babyImage{object-fit:contain;width:100px;height:auto;animation:.8s ease-in-out infinite alternate WalkingBaby-module__2g6BJG__waddle}.WalkingBaby-module__2g6BJG__text{color:#6b7280;font-size:.9rem;font-weight:500;animation:1.5s ease-in-out infinite WalkingBaby-module__2g6BJG__pulse}@keyframes WalkingBaby-module__2g6BJG__waddle{0%{transform:rotate(-5deg)translateY(0)}to{transform:rotate(5deg)translateY(-5px)}}@keyframes WalkingBaby-module__2g6BJG__pulse{0%,to{opacity:.6}50%{opacity:1}}
