.Profile-module__a-XhCW__profile{width:100%;max-width:900px;margin:0 auto;overflow-x:hidden}.Profile-module__a-XhCW__header{margin-bottom:2rem}.Profile-module__a-XhCW__header h1{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.Profile-module__a-XhCW__header p{color:var(--text-secondary)}.Profile-module__a-XhCW__content{flex-direction:column;gap:1.5rem;display:flex}.Profile-module__a-XhCW__profileCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;align-items:center;gap:2rem;padding:2rem;display:flex}.Profile-module__a-XhCW__avatarSection{flex-direction:column;align-items:center;gap:1rem;display:flex}.Profile-module__a-XhCW__avatar{background:var(--accent-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.5rem;font-weight:700;display:flex}.Profile-module__a-XhCW__changePhotoBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.Profile-module__a-XhCW__changePhotoBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.Profile-module__a-XhCW__profileInfo h2{color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.Profile-module__a-XhCW__profileInfo p{color:var(--text-secondary);margin-bottom:.75rem}.Profile-module__a-XhCW__badge{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:20px;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.Profile-module__a-XhCW__section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem}.Profile-module__a-XhCW__sectionHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.Profile-module__a-XhCW__sectionHeader h2{color:var(--text-primary);font-size:1.15rem;font-weight:600}.Profile-module__a-XhCW__editBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.Profile-module__a-XhCW__editBtn:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.Profile-module__a-XhCW__editActions{gap:.75rem;display:flex}.Profile-module__a-XhCW__cancelBtn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1rem;font-size:.85rem}.Profile-module__a-XhCW__saveBtn{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.Profile-module__a-XhCW__verifiedBadge{color:#10b981;background:#10b98126;border-radius:20px;padding:.35rem 1rem;font-size:.8rem;font-weight:600}.Profile-module__a-XhCW__formGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.Profile-module__a-XhCW__formGroup{flex-direction:column;gap:.5rem;display:flex}.Profile-module__a-XhCW__formGroup.Profile-module__a-XhCW__fullWidth{grid-column:span 2}.Profile-module__a-XhCW__formGroup label{color:var(--text-tertiary);font-size:.85rem;font-weight:500}.Profile-module__a-XhCW__formGroup input,.Profile-module__a-XhCW__formGroup textarea{box-sizing:border-box;background:var(--bg-tertiary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:10px;padding:.85rem 1rem;font-size:.95rem;transition:all .2s}.Profile-module__a-XhCW__formGroup input:disabled,.Profile-module__a-XhCW__formGroup textarea:disabled{opacity:.7;cursor:not-allowed}.Profile-module__a-XhCW__formGroup input:focus,.Profile-module__a-XhCW__formGroup textarea:focus{border-color:var(--accent-primary);outline:none}.Profile-module__a-XhCW__formGroup textarea{resize:none}.Profile-module__a-XhCW__documentsList{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.Profile-module__a-XhCW__documentItem{background:var(--bg-tertiary);border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.Profile-module__a-XhCW__docIcon{font-size:1.5rem}.Profile-module__a-XhCW__docInfo{flex:1}.Profile-module__a-XhCW__docInfo h4{color:var(--text-primary);margin-bottom:.15rem;font-size:.95rem;font-weight:600}.Profile-module__a-XhCW__docInfo p{color:var(--text-tertiary);font-size:.8rem}.Profile-module__a-XhCW__docStatus{color:#10b981;background:#10b98126;border-radius:20px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.Profile-module__a-XhCW__securityOptions{flex-direction:column;gap:1rem;display:flex}.Profile-module__a-XhCW__securityItem{background:var(--bg-tertiary);border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.Profile-module__a-XhCW__securityInfo h4{color:var(--text-primary);margin-bottom:.15rem;font-size:.95rem;font-weight:600}.Profile-module__a-XhCW__securityInfo p{color:var(--text-tertiary);font-size:.8rem}.Profile-module__a-XhCW__securityBtn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:8px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s}.Profile-module__a-XhCW__securityBtn:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}@media (max-width:768px){.Profile-module__a-XhCW__profile{padding:0 .5rem}.Profile-module__a-XhCW__header h1{font-size:1.5rem}.Profile-module__a-XhCW__profileCard{text-align:center;flex-direction:column;gap:1.5rem;padding:1.5rem}.Profile-module__a-XhCW__avatar{width:80px;height:80px;font-size:2rem}.Profile-module__a-XhCW__formGrid{grid-template-columns:1fr;gap:1rem}.Profile-module__a-XhCW__formGroup.Profile-module__a-XhCW__fullWidth{grid-column:span 1}.Profile-module__a-XhCW__section{padding:1.25rem}.Profile-module__a-XhCW__sectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}.Profile-module__a-XhCW__documentItem{flex-wrap:wrap;padding:.85rem}.Profile-module__a-XhCW__securityItem{text-align:center;flex-direction:column;gap:1rem;padding:.85rem}.Profile-module__a-XhCW__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.Profile-module__a-XhCW__statCard{gap:.75rem;padding:1rem}.Profile-module__a-XhCW__statValue{font-size:1.4rem}.Profile-module__a-XhCW__cibilCard{text-align:center;flex-direction:column;gap:1.5rem;padding:1.25rem}.Profile-module__a-XhCW__cibilScoreCircle{width:100px;height:100px}.Profile-module__a-XhCW__cibilScore{font-size:1.8rem}.Profile-module__a-XhCW__cibilDetails{grid-template-columns:1fr;gap:1rem}}@media (max-width:480px){.Profile-module__a-XhCW__statsGrid{grid-template-columns:1fr}.Profile-module__a-XhCW__cibilListItem{flex-direction:column;align-items:flex-start;gap:.75rem}.Profile-module__a-XhCW__cibilListScore{align-self:flex-start}}.Profile-module__a-XhCW__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.Profile-module__a-XhCW__loadingSpinner{border:3px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite Profile-module__a-XhCW__spin}@keyframes Profile-module__a-XhCW__spin{to{transform:rotate(360deg)}}.Profile-module__a-XhCW__loadingContainer p{color:var(--text-secondary);font-size:.9rem}.Profile-module__a-XhCW__statsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.Profile-module__a-XhCW__statCard{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.Profile-module__a-XhCW__statCard:hover{box-shadow:var(--shadow-md);border-color:var(--accent-primary);transform:translateY(-3px)}.Profile-module__a-XhCW__statIcon{background:var(--bg-card);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.Profile-module__a-XhCW__statInfo{flex-direction:column;gap:.25rem;display:flex}.Profile-module__a-XhCW__statValue{color:var(--text-primary);font-size:1.75rem;font-weight:800;line-height:1}.Profile-module__a-XhCW__statLabel{color:var(--text-tertiary);font-size:.8rem;font-weight:500}.Profile-module__a-XhCW__cibilSection{margin-top:1.5rem}.Profile-module__a-XhCW__cibilSection h3{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.Profile-module__a-XhCW__cibilCard{background:linear-gradient(135deg,#0284c71a 0%,#22d3ee0d 100%);border:1px solid #0284c733;border-radius:20px;align-items:center;gap:2rem;padding:1.75rem;display:flex}.Profile-module__a-XhCW__cibilScoreCircle{background:var(--accent-gradient);border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;box-shadow:0 8px 25px #0284c74d}.Profile-module__a-XhCW__cibilScore{color:#fff;font-size:2.25rem;font-weight:800;line-height:1}.Profile-module__a-XhCW__cibilScoreLabel{color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem;font-size:.75rem}.Profile-module__a-XhCW__cibilDetails{flex:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Profile-module__a-XhCW__cibilPlan,.Profile-module__a-XhCW__cibilDate,.Profile-module__a-XhCW__cibilPrice{flex-direction:column;gap:.35rem;display:flex}.Profile-module__a-XhCW__planLabel,.Profile-module__a-XhCW__dateLabel,.Profile-module__a-XhCW__priceLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.Profile-module__a-XhCW__planName{color:var(--text-primary);font-size:1rem;font-weight:700}.Profile-module__a-XhCW__dateValue{color:var(--text-primary);font-size:.95rem;font-weight:600}.Profile-module__a-XhCW__priceValue{color:var(--accent-primary);font-size:1.1rem;font-weight:700}.Profile-module__a-XhCW__allCibilChecks{margin-top:1.5rem}.Profile-module__a-XhCW__allCibilChecks h4{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;font-weight:600}.Profile-module__a-XhCW__cibilList{flex-direction:column;gap:.75rem;display:flex}.Profile-module__a-XhCW__cibilListItem{background:var(--bg-tertiary);border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.Profile-module__a-XhCW__cibilListItem:hover{background:var(--bg-secondary)}.Profile-module__a-XhCW__cibilListScore{text-align:center;width:60px}.Profile-module__a-XhCW__cibilListScore .Profile-module__a-XhCW__scoreValue{border-radius:8px;padding:.25rem .75rem;font-size:1.25rem;font-weight:800}.Profile-module__a-XhCW__cibilListScore .Profile-module__a-XhCW__excellent{color:#059669;background:#05966926}.Profile-module__a-XhCW__cibilListScore .Profile-module__a-XhCW__good{color:#65a30d;background:#65a30d26}.Profile-module__a-XhCW__cibilListScore .Profile-module__a-XhCW__average{color:#d97706;background:#d9770626}.Profile-module__a-XhCW__cibilListInfo{flex-direction:column;flex:1;gap:.2rem;display:flex}.Profile-module__a-XhCW__listPlan{color:var(--text-primary);font-size:.95rem;font-weight:600}.Profile-module__a-XhCW__listDate{color:var(--text-tertiary);font-size:.8rem}.Profile-module__a-XhCW__listPrice{color:var(--accent-primary);font-size:.95rem;font-weight:600}.Profile-module__a-XhCW__noCibil{text-align:center;background:var(--bg-tertiary);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.Profile-module__a-XhCW__noCibilIcon{margin-bottom:1rem;font-size:3rem}.Profile-module__a-XhCW__noCibil p{color:var(--text-secondary)}.Profile-module__a-XhCW__noCibil a{color:var(--accent-primary);font-weight:600;text-decoration:none}.Profile-module__a-XhCW__noCibil a:hover{text-decoration:underline}@media (max-width:600px){.Profile-module__a-XhCW__statsGrid{grid-template-columns:1fr 1fr}.Profile-module__a-XhCW__cibilDetails{grid-template-columns:1fr;gap:1rem}}
