{"version":3,"sources":["account/index.scss","account/index.css"],"names":[],"mappings":"AAII,kCACE,YAAA,IAKA,0CCNN,yCDOQ,aAAA,kBACA,WAAA,EAAA,EAAA,EAAA,MAAA,gCAOR,mBACE,YAAA,IAMF,MACE,WAAA,WAAA,IAAA,YAEA,YACE,WAAA,EAAA,MAAA,KAAA,gBAMF,sCACE,YAAA,IACA,eAAA,KACA,QAAA,QAAA,KAKJ,iBACE,UAAA,OAAA,IAAA,YAIF,iBACE,UAAA,OAAA,IAAA,YAEA,wBACE,QAAA,eAIJ,kBACE,KACE,QAAA,EAEF,GACE,QAAA,GAMF,oCACE,aAAA,IAIA,6CACE,QAAA,GACA,OAAA,YAIJ,kCACE,YAAA","file":"pages/account/index.bundle.css","sourcesContent":["// Account page styles\n// Form styles\n.account-section {\n  form {\n    .form-label {\n      font-weight: 500;\n    }\n\n    .form-control,\n    .form-select {\n      &:focus {\n        border-color: var(--bs-primary);\n        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);\n      }\n    }\n  }\n}\n\n// Mobile dropdown styles\n#mobile-nav-select {\n  font-weight: 500;\n}\n\n// Avatar styles removed - using Bootstrap utilities only\n\n// Card hover effects\n.card {\n  transition: box-shadow 0.2s ease-in-out;\n\n  &:hover {\n    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);\n  }\n}\n\n// Button styles\n.btn-outline-secondary {\n  &.text-uppercase {\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    padding: 0.375rem 1rem;\n  }\n}\n\n// Loading section styles\n#loading-section {\n  animation: fadeIn 0.3s ease-in-out;\n}\n\n// Smooth section transitions\n.account-section {\n  animation: fadeIn 0.3s ease-in-out;\n\n  &.d-none {\n    display: none !important;\n  }\n}\n\n@keyframes fadeIn {\n  from {\n    opacity: 0;\n  }\n  to {\n    opacity: 1;\n  }\n}\n\n// Delete account section styles\n#delete-section {\n  .card.border-danger {\n    border-width: 2px;\n  }\n\n  #delete-account-btn {\n    &:disabled {\n      opacity: 0.5;\n      cursor: not-allowed;\n    }\n  }\n\n  .form-check-label {\n    user-select: none;\n  }\n}\n\n",".account-section form .form-label {\n  font-weight: 500;\n}\n.account-section form .form-control:focus,\n.account-section form .form-select:focus {\n  border-color: var(--bs-primary);\n  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);\n}\n\n#mobile-nav-select {\n  font-weight: 500;\n}\n\n.card {\n  transition: box-shadow 0.2s ease-in-out;\n}\n.card:hover {\n  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);\n}\n\n.btn-outline-secondary.text-uppercase {\n  font-weight: 600;\n  letter-spacing: 0.5px;\n  padding: 0.375rem 1rem;\n}\n\n#loading-section {\n  animation: fadeIn 0.3s ease-in-out;\n}\n\n.account-section {\n  animation: fadeIn 0.3s ease-in-out;\n}\n.account-section.d-none {\n  display: none !important;\n}\n\n@keyframes fadeIn {\n  from {\n    opacity: 0;\n  }\n  to {\n    opacity: 1;\n  }\n}\n#delete-section .card.border-danger {\n  border-width: 2px;\n}\n#delete-section #delete-account-btn:disabled {\n  opacity: 0.5;\n  cursor: not-allowed;\n}\n#delete-section .form-check-label {\n  user-select: none;\n}"]}