.ProfilePage-module__9t0n8W__container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;padding:2rem 1rem}.ProfilePage-module__9t0n8W__maxWidth{max-width:1200px;margin:0 auto}.ProfilePage-module__9t0n8W__loadingContainer{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.ProfilePage-module__9t0n8W__spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite ProfilePage-module__9t0n8W__spin}.ProfilePage-module__9t0n8W__buttonSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite ProfilePage-module__9t0n8W__spin}@keyframes ProfilePage-module__9t0n8W__spin{to{transform:rotate(360deg)}}.ProfilePage-module__9t0n8W__alertSuccess,.ProfilePage-module__9t0n8W__alertError{border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem;font-weight:500;animation:.3s ease-out ProfilePage-module__9t0n8W__slideDown;display:flex}.ProfilePage-module__9t0n8W__alertSuccess{color:#fff;background:#10b981;box-shadow:0 4px 12px #10b9814d}.ProfilePage-module__9t0n8W__alertError{color:#fff;background:#ef4444;box-shadow:0 4px 12px #ef44444d}@keyframes ProfilePage-module__9t0n8W__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ProfilePage-module__9t0n8W__profileHeader{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:2rem;display:flex;box-shadow:0 10px 40px #0000001a}.ProfilePage-module__9t0n8W__avatarSection{flex:1;align-items:center;gap:1.5rem;display:flex}.ProfilePage-module__9t0n8W__avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.5rem;font-weight:700;display:flex;box-shadow:0 8px 24px #667eea4d}.ProfilePage-module__9t0n8W__headerInfo{flex:1}.ProfilePage-module__9t0n8W__userName{color:#1f2937;margin:0 0 .5rem;font-size:2rem;font-weight:700}.ProfilePage-module__9t0n8W__userEmail{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;display:flex}.ProfilePage-module__9t0n8W__badges{flex-wrap:wrap;gap:.75rem;display:flex}.ProfilePage-module__9t0n8W__badge{border-radius:20px;padding:.375rem .875rem;font-size:.875rem;font-weight:600;display:inline-block}.ProfilePage-module__9t0n8W__badgeSuccess{color:#065f46;background:#d1fae5}.ProfilePage-module__9t0n8W__badgeWarning{color:#92400e;background:#fef3c7}.ProfilePage-module__9t0n8W__badgePrimary{color:#1e40af;background:#dbeafe}.ProfilePage-module__9t0n8W__editButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #667eea4d}.ProfilePage-module__9t0n8W__editButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.ProfilePage-module__9t0n8W__profileCard,.ProfilePage-module__9t0n8W__bookingsCard{background:#fff;border-radius:20px;margin-bottom:1.5rem;padding:2rem;box-shadow:0 10px 40px #0000001a}.ProfilePage-module__9t0n8W__cardHeader{border-bottom:2px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.ProfilePage-module__9t0n8W__cardHeader h2{color:#1f2937;margin:0;font-size:1.5rem;font-weight:700}.ProfilePage-module__9t0n8W__bookingCount{color:#6b7280;background:#f3f4f6;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.ProfilePage-module__9t0n8W__form{width:100%}.ProfilePage-module__9t0n8W__formGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.ProfilePage-module__9t0n8W__formGroup{flex-direction:column;gap:.5rem;display:flex}.ProfilePage-module__9t0n8W__formGroup label{color:#374151;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.ProfilePage-module__9t0n8W__formGroup input{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.ProfilePage-module__9t0n8W__formGroup input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.ProfilePage-module__9t0n8W__formGroup input:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.ProfilePage-module__9t0n8W__helperText{color:#9ca3af;margin-top:-.25rem;font-size:.75rem}.ProfilePage-module__9t0n8W__formActions{border-top:2px solid #f3f4f6;gap:1rem;padding-top:1rem;display:flex}.ProfilePage-module__9t0n8W__saveButton,.ProfilePage-module__9t0n8W__cancelButton{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.ProfilePage-module__9t0n8W__saveButton{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 12px #10b9814d}.ProfilePage-module__9t0n8W__saveButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.ProfilePage-module__9t0n8W__saveButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.ProfilePage-module__9t0n8W__cancelButton{color:#6b7280;background:#f3f4f6}.ProfilePage-module__9t0n8W__cancelButton:hover:not(:disabled){background:#e5e7eb}.ProfilePage-module__9t0n8W__bookingsLoading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.ProfilePage-module__9t0n8W__emptyState{text-align:center;color:#6b7280;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.ProfilePage-module__9t0n8W__emptyState svg{color:#d1d5db;margin-bottom:1rem}.ProfilePage-module__9t0n8W__emptyState h3{color:#374151;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.ProfilePage-module__9t0n8W__emptyState p{margin:0 0 1.5rem}.ProfilePage-module__9t0n8W__exploreButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.ProfilePage-module__9t0n8W__exploreButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.ProfilePage-module__9t0n8W__bookingsList{flex-direction:column;gap:1rem;display:flex}.ProfilePage-module__9t0n8W__bookingItem{background:#fff;border:2px solid #f3f4f6;border-radius:16px;padding:1.5rem;transition:all .3s}.ProfilePage-module__9t0n8W__bookingItem:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea1a}.ProfilePage-module__9t0n8W__bookingHeader{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.ProfilePage-module__9t0n8W__bookingTitle{color:#1f2937;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.ProfilePage-module__9t0n8W__statusBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.375rem .875rem;font-size:.75rem;font-weight:700}.ProfilePage-module__9t0n8W__statussuccess{color:#065f46;background:#d1fae5}.ProfilePage-module__9t0n8W__statuswarning{color:#92400e;background:#fef3c7}.ProfilePage-module__9t0n8W__statuserror{color:#991b1b;background:#fee2e2}.ProfilePage-module__9t0n8W__bookingDetails{flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;display:flex}.ProfilePage-module__9t0n8W__bookingInfo{color:#6b7280;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.ProfilePage-module__9t0n8W__bookingInfo svg{color:#9ca3af}.ProfilePage-module__9t0n8W__bookingFooter{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.ProfilePage-module__9t0n8W__bookingAmount{align-items:center;gap:.5rem;display:flex}.ProfilePage-module__9t0n8W__amount{color:#1f2937;font-size:1.25rem;font-weight:700}.ProfilePage-module__9t0n8W__bookingRef{color:#9ca3af;font-family:monospace;font-size:.75rem}@media (max-width:768px){.ProfilePage-module__9t0n8W__container{padding:1rem .5rem}.ProfilePage-module__9t0n8W__profileHeader{flex-direction:column;align-items:flex-start;padding:1.5rem}.ProfilePage-module__9t0n8W__avatarSection{text-align:center;flex-direction:column;align-items:center;width:100%}.ProfilePage-module__9t0n8W__userName{font-size:1.5rem}.ProfilePage-module__9t0n8W__editButton{justify-content:center;width:100%}.ProfilePage-module__9t0n8W__profileCard,.ProfilePage-module__9t0n8W__bookingsCard{padding:1.5rem}.ProfilePage-module__9t0n8W__formGrid{grid-template-columns:1fr}.ProfilePage-module__9t0n8W__formActions{flex-direction:column}.ProfilePage-module__9t0n8W__saveButton,.ProfilePage-module__9t0n8W__cancelButton{justify-content:center;width:100%}.ProfilePage-module__9t0n8W__bookingDetails{flex-direction:column;gap:.75rem}.ProfilePage-module__9t0n8W__bookingFooter{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width:480px){.ProfilePage-module__9t0n8W__avatar{width:80px;height:80px;font-size:2rem}.ProfilePage-module__9t0n8W__userName,.ProfilePage-module__9t0n8W__cardHeader h2{font-size:1.25rem}}
