.Profile_container__sLcJd{min-height:100vh;background-color:#f8f9fa;font-family:PingFang SC,Microsoft YaHei,sans-serif;color:#333;line-height:1.6;margin:0;padding:0}.Profile_navbar__9CszE{display:flex;justify-content:space-between;align-items:center;padding:20px 50px;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1)}.Profile_brand__P_4kM{font-size:28px;font-weight:700;color:#2c3e50}.Profile_navLinks__NfxOF{display:flex;align-items:center;gap:1rem}.Profile_userMenu___f7ka{position:relative}.Profile_userButton__9rq1E{background-color:#2c3e50;color:#fff;border:none;padding:8px 16px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:8px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Profile_userButton__9rq1E:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.Profile_dropdownArrow__Q2jtr{font-size:10px;transition:transform .3s ease}.Profile_userButton__9rq1E:hover .Profile_dropdownArrow__Q2jtr{transform:rotate(180deg)}.Profile_dropdown__2bZ8P{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:180px;z-index:1000;margin-top:8px;animation:Profile_dropdownFadeIn__KISKm .2s ease-out}@keyframes Profile_dropdownFadeIn__KISKm{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Profile_dropdownItem__bN3jp{width:100%;padding:12px 16px;border:none;background:none;text-align:left;cursor:pointer;font-size:14px;color:#333;transition:background-color .2s ease}.Profile_dropdownItem__bN3jp:hover{background-color:#f8f9fa}.Profile_dropdownItem__bN3jp:first-child{border-radius:8px 8px 0 0}.Profile_dropdownItem__bN3jp:last-child{border-radius:0 0 8px 8px;color:#dc3545}.Profile_dropdownItem__bN3jp:last-child:hover{background-color:#f8d7da}.Profile_dropdownDivider__DiseX{margin:0;border:none;border-top:1px solid #e1e5e9}.Profile_mainContent__8HuB_{text-align:center;padding:80px 20px;background-color:#fff;display:flex;justify-content:center}.Profile_profileContainer__qyJkg{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1);width:100%;max-width:600px}.Profile_title__F61jz{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:30px;text-align:center;letter-spacing:1px}.Profile_message__XdqIG{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.Profile_message__XdqIG.Profile_success__6T7qF{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.Profile_message__XdqIG.Profile_error__RjMdI{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.Profile_section__OXw_d{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e5e5}.Profile_section__OXw_d:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.Profile_sectionTitle__ILNHD{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1rem}.Profile_displayField__FXy5P{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f8f9fa;border-radius:8px}.Profile_displayField__FXy5P .Profile_fieldValue__2vRoX{flex:1 1}.Profile_displayField__FXy5P .Profile_editButton__d6zpM{margin-left:auto}.Profile_fieldValue__2vRoX{font-size:1rem;color:#333}.Profile_fieldNote__D0CzE{font-size:.85rem;color:#666;font-style:italic}.Profile_editButton__d6zpM{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.Profile_editButton__d6zpM:hover{background:#5a6fd8}.Profile_editForm__Us6pF{display:flex;flex-direction:column;gap:1rem}.Profile_input__dORp6{padding:.75rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.Profile_input__dORp6:focus{outline:none;border-color:#667eea}.Profile_input__dORp6:disabled{background-color:#f5f5f5;cursor:not-allowed}.Profile_buttonGroup__HLhR2{display:flex;gap:1rem}.Profile_saveButton___s5IK{flex:1 1;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.Profile_saveButton___s5IK:hover:not(:disabled){background:#5a6fd8}.Profile_saveButton___s5IK:disabled{background:#ccc;cursor:not-allowed}.Profile_cancelButton__LkvSC{flex:1 1;padding:.75rem;background:#6c757d;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.Profile_cancelButton__LkvSC:hover:not(:disabled){background:#5a6268}.Profile_cancelButton__LkvSC:disabled{background:#ccc;cursor:not-allowed}.Profile_forgotButton__yq2am{flex:1 1;padding:.75rem;background:#ffc107;color:#212529;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.Profile_forgotButton__yq2am:hover:not(:disabled){background:#e0a800}.Profile_forgotButton__yq2am:disabled{background:#ccc;cursor:not-allowed}.Profile_modal__z0rDi{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.Profile_modalContent__rcc2C{background:#fff;border-radius:12px;padding:0;width:90%;max-width:400px;box-shadow:0 10px 30px rgba(0,0,0,.3);animation:Profile_modalFadeIn__IEfdb .3s ease-out}@keyframes Profile_modalFadeIn__IEfdb{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Profile_modalHeader__ASXTu{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e5e5}.Profile_modalHeader__ASXTu h3{margin:0;font-size:1.25rem;font-weight:600;color:#333}.Profile_closeButton__QFzoj{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.Profile_closeButton__QFzoj:hover{background-color:#f5f5f5}.Profile_forgotPasswordForm__bt_88{padding:1.5rem}.Profile_forgotPasswordForm__bt_88 .Profile_inputGroup__kvcEP{margin-bottom:1.5rem}.Profile_forgotPasswordForm__bt_88 .Profile_label__D4TPG{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.Profile_modalButtons__CUmId{display:flex;gap:1rem;justify-content:flex-end}.Profile_submitButton__exEpL{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.Profile_submitButton__exEpL:hover:not(:disabled){background:#5a6fd8}.Profile_submitButton__exEpL:disabled{background:#ccc;cursor:not-allowed}.Profile_loading__JUtHK{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.2rem;color:#fff}@media (max-width:768px){.Profile_navbar__9CszE{padding:1rem}.Profile_brand__P_4kM{font-size:1.2rem}.Profile_mainContent__8HuB_{padding:1rem}.Profile_profileContainer__qyJkg{padding:1.5rem}.Profile_title__F61jz{font-size:1.5rem}.Profile_buttonGroup__HLhR2{flex-direction:column}.Profile_displayField__FXy5P{flex-direction:column;align-items:flex-start;gap:1rem}}.Profile_footerSection__SASEv{background-color:#2c3e50;color:#fff;text-align:center;padding:60px 20px;margin-top:80px}.Profile_footerTitle__QBIpl{font-size:24px;font-weight:700;margin-bottom:30px;letter-spacing:1px}.Profile_footerButtons__amArm{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.Profile_footerBtn__b8qP2{padding:12px 30px;background-color:transparent;color:#fff;border:2px solid #fff;text-decoration:none;border-radius:25px;font-size:16px;cursor:pointer;opacity:.8;transition:all .3s ease}.Profile_footerBtn__b8qP2:hover{background-color:hsla(0,0%,100%,.1)}.Profile_footerBtn__b8qP2.Profile_active__NLVi_{background-color:#4a90e2;color:#fff;cursor:pointer;opacity:1}.Profile_footerBtn__b8qP2.Profile_active__NLVi_:hover{background-color:#357abd}.Profile_footerNavigation__GaaEK{margin-top:30px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.2);text-align:center;font-size:12px;color:hsla(0,0%,100%,.7);font-family:PingFang SC,Microsoft YaHei,sans-serif}.Profile_copyright__mm_AW{color:hsla(0,0%,100%,.7)}.Profile_navSeparator__0e_LM{margin:0 8px;color:hsla(0,0%,100%,.5)}.Profile_footerNavLink__bK4NI{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s ease}.Profile_footerNavLink__bK4NI:hover{color:rgba(173,216,230,.9)}@media (max-width:768px){.Profile_navbar__9CszE{padding:15px 20px}.Profile_brand__P_4kM{font-size:24px}.Profile_footerButtons__amArm{gap:20px}.Profile_footerNavigation__GaaEK{font-size:11px}.Profile_navSeparator__0e_LM{margin:0 6px}}