.profileEditor_container__WG6Zs{min-height:100vh;background-color:var(--pe-bg-color);color:var(--pe-text-color);font-family:var(--pe-body-font)}.profileEditor_header__xeVFp{max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex;justify-content:space-between;align-items:center}.profileEditor_title__bIn2s{font-family:var(--pe-header-font);font-size:2rem;font-weight:700;color:var(--pe-text-color);margin:0}.profileEditor_subtitle__rrXzL{font-size:1.125rem;color:var(--pe-text-muted);margin:0}.profileEditor_viewProfileButton__OKCEa{padding:.75rem 2rem;background-color:var(--pe-button-primary);color:white;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.profileEditor_viewProfileButton__OKCEa:hover{background-color:var(--pe-button-primary-hover);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.profileEditor_tabsContainer__u0KdR{max-width:1200px;margin:0 auto;padding:0 1rem 2rem}.profileEditor_tabNav__xFQ6h{display:flex;gap:0;margin-bottom:0;overflow-x:auto;-webkit-overflow-scrolling:touch;background-color:var(--pe-bg-secondary);border:1px solid var(--pe-border-color);border-radius:8px 8px 0 0}.profileEditor_tabButton__fSe2T{padding:1rem 2rem;background:var(--pe-bg-secondary);border:none;border-right:1px solid var(--pe-border-color);font-family:var(--pe-body-font);font-size:1.125rem;font-weight:600;color:var(--pe-text-muted);cursor:pointer;position:relative;white-space:nowrap;transition:all .2s ease}.profileEditor_tabButton__fSe2T:first-child{border-radius:8px 0 0 0}.profileEditor_tabButton__fSe2T:last-child{border-right:none}.profileEditor_tabButton__fSe2T:hover{color:var(--pe-text-color);background-color:#fafafa}.profileEditor_tabButtonActive__MbgYB{background-color:white;color:var(--pe-text-color);border-bottom:1px solid white;position:relative;z-index:1}.profileEditor_tabButtonActive__MbgYB:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background-color:white}.profileEditor_tabContent__UWd2y{min-height:400px;background-color:white;border:1px solid var(--pe-border-color);border-top:none;border-radius:0 0 8px 8px;margin-top:-1px}.profileEditor_tabPanel__0_osB{animation:profileEditor_fadeIn__GF73Z .3s ease-in-out;padding:0}@keyframes profileEditor_fadeIn__GF73Z{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profileEditor_loading__LFSQO{text-align:center;padding:4rem;color:var(--pe-text-muted);font-size:1.125rem}.profileEditor_actions__uo8pA{max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex;gap:1rem;align-items:center;justify-content:flex-end}.profileEditor_buttonPrimary__lh0co{padding:.75rem 2rem;background-color:var(--pe-button-primary);color:white;border:none;border-radius:4px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.profileEditor_buttonPrimary__lh0co:hover{background-color:var(--pe-button-primary-hover);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.profileEditor_buttonSecondary__XfpMu{padding:.75rem 2rem;background-color:var(--pe-button-secondary);color:var(--pe-text-color);border:1px solid var(--pe-border-color);border-radius:4px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.profileEditor_buttonSecondary__XfpMu:hover{background-color:var(--pe-button-secondary-hover);border-color:var(--pe-primary-color)}.profileEditor_link__cYDwB{color:var(--pe-link-color);text-decoration:none;font-weight:500;transition:color .2s ease}.profileEditor_link__cYDwB:hover{color:var(--pe-link-hover-color);text-decoration:underline}@media (max-width:768px){.profileEditor_title__bIn2s{font-size:2rem}.profileEditor_tabNav__xFQ6h{gap:.5rem}.profileEditor_tabButton__fSe2T{padding:.5rem 1rem;font-size:.875rem}.profileEditor_actions__uo8pA{flex-direction:column;gap:1rem}.profileEditor_buttonPrimary__lh0co,.profileEditor_buttonSecondary__XfpMu{width:100%;max-width:300px}}.profileEditor_form__4hu83{max-width:800px;margin:0 auto}.profileEditor_formGroup__JOuVn{margin-bottom:1.5rem}.profileEditor_label__9D4yB{display:block;margin-bottom:.5rem;font-weight:600;color:var(--pe-text-color)}.profileEditor_input__0lMPJ,.profileEditor_select__gXEBc,.profileEditor_textarea__fPl5M{width:100%;padding:.75rem;border:1px solid var(--pe-border-color);border-radius:4px;font-family:var(--pe-body-font);font-size:1rem;background-color:white;transition:border-color .2s ease}.profileEditor_input__0lMPJ:focus,.profileEditor_select__gXEBc:focus,.profileEditor_textarea__fPl5M:focus{outline:none;border-color:var(--pe-primary-color)}.profileEditor_textarea__fPl5M{min-height:120px;resize:vertical}.profileEditor_helpText__dfSNi{margin-top:.25rem;font-size:.875rem;color:var(--pe-text-muted)}.profileEditor_error__tskMF{margin-top:.25rem;font-size:.875rem;color:#ef4444}.toast-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;align-items:flex-end;z-index:1000}.toast{min-width:200px;margin-top:10px;padding:10px 20px;border-radius:4px;color:white;font-size:16px;font-weight:500;opacity:0;transform:translateY(50px);animation:toast-in-right .7s ease-in-out forwards}.toast.success{background-color:#4CAF50}.toast.error{background-color:#F44336}.toast.notice{background-color:#2196F3}@keyframes toast-in-right{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.tabs_tabContent__AI6sm{max-width:800px;margin:0 auto;padding:2rem 1rem}.tabs_section__8flCF{background-color:white;border-radius:8px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.tabs_sectionTitle__g_ZfD{font-family:var(--pe-header-font);font-size:2rem;font-weight:700;color:var(--pe-primary-color);margin:0 0 2rem}.tabs_formSection__Kz3k1{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--pe-border-color)}.tabs_formSection__Kz3k1:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.tabs_formTitle__0oiyh{font-size:1.25rem;font-weight:600;color:var(--pe-text-color);margin:0 0 1rem}.tabs_form__TmoTo{display:flex;flex-direction:column;gap:1rem}.tabs_formGroup__PKnT2{display:flex;flex-direction:column;gap:.5rem}.tabs_label__1Izab{font-weight:500;color:var(--pe-text-color);font-size:.875rem}.tabs_input__3bU6y,.tabs_select__Pjos9,.tabs_textarea__rWDQo{width:100%;padding:.75rem;border:1px solid var(--pe-border-color);border-radius:4px;font-family:var(--pe-body-font);font-size:1rem;background-color:white;transition:border-color .2s ease}.tabs_input__3bU6y:focus,.tabs_select__Pjos9:focus,.tabs_textarea__rWDQo:focus{outline:none;border-color:var(--pe-primary-color);box-shadow:0 0 0 3px var(--pe-primary-color)20}.tabs_input__3bU6y:disabled{background-color:#f5f5f5;cursor:not-allowed}.tabs_textarea__rWDQo{min-height:120px;resize:vertical}.tabs_buttonPrimary__H95AT{padding:.75rem 1.5rem;background-color:var(--pe-button-primary);color:white;border:none;border-radius:4px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;align-self:flex-start}.tabs_buttonPrimary__H95AT:hover:not(:disabled){background-color:var(--pe-button-primary-hover);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.tabs_buttonPrimary__H95AT:disabled{opacity:.5;cursor:not-allowed}.tabs_buttonSecondary__RFo0w{padding:.75rem 1.5rem;background-color:var(--pe-button-secondary);color:var(--pe-text-color);border:1px solid var(--pe-border-color);border-radius:4px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;align-self:flex-start}.tabs_buttonSecondary__RFo0w:hover{background-color:var(--pe-button-secondary-hover);border-color:var(--pe-primary-color)}.tabs_linkButton__6xh7C{background:none;border:none;color:var(--pe-link-color);font-size:.875rem;cursor:pointer;text-decoration:underline;padding:0;margin-top:.5rem}.tabs_linkButton__6xh7C:hover{color:var(--pe-link-hover-color)}.tabs_description__sZ9LP{color:var(--pe-text-muted);font-size:.875rem;margin:0 0 1rem}.tabs_helpText__q9_eB{color:var(--pe-text-muted);font-size:.75rem;margin:.5rem 0 0}.tabs_checkboxLabel__2oYGg{display:flex;align-items:center;gap:.5rem;cursor:pointer}.tabs_checkbox__Y80Y_{width:1.25rem;height:1.25rem;cursor:pointer}.tabs_passwordFormContainer__auUB1{margin-top:1rem}.tabs_preferencesDisplay__Gpr3R{margin:1rem 0;padding:1rem;background-color:var(--pe-bg-secondary);border-radius:4px}.tabs_preferenceGroup__7LOeu{margin-bottom:1rem}.tabs_preferenceGroup__7LOeu:last-child{margin-bottom:0}.tabs_preferenceLabel__PwmGZ{font-weight:600;font-size:.875rem;color:var(--pe-text-color);margin:0 0 .5rem}.tabs_tagList__TA1Tk{display:flex;flex-wrap:wrap;gap:.5rem}.tabs_tag__FHyCO{display:inline-block;padding:.25rem .75rem;background-color:var(--pe-primary-color);color:white;font-size:.75rem;border-radius:1rem}.tabs_noPreferences__nuPdi{color:var(--pe-text-muted);font-style:italic;margin:1rem 0}.tabs_photoUploadSection__lzw6x{margin-top:2rem}.tabs_uploadArea__OHqRZ{border:2px dashed var(--pe-border-color);border-radius:8px;padding:3rem;text-align:center;transition:all .2s ease;cursor:pointer}.tabs_uploadArea__OHqRZ:hover{border-color:var(--pe-primary-color);background-color:var(--pe-bg-secondary)}.tabs_uploadIcon__zOTSS{width:48px;height:48px;margin:0 auto 1rem;color:var(--pe-text-muted)}.tabs_uploadText__XInRv{color:var(--pe-text-color);font-weight:600;margin-bottom:.5rem}.tabs_uploadSubtext__Tgvka{color:var(--pe-text-muted);font-size:.875rem}.tabs_photoGrid__LeoSF{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:2rem}.tabs_photoItem__Og4aH{position:relative;aspect-ratio:1;overflow:hidden;border-radius:8px;group:photo}.tabs_photoImage__WX9Z_{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tabs_photoActions__iH9Ja{position:absolute;top:.5rem;right:.5rem;display:flex;gap:.5rem;opacity:0;transition:opacity .2s ease}.tabs_photoItem__Og4aH:hover .tabs_photoActions__iH9Ja{opacity:1}.tabs_photoButton__E_1Ow{width:32px;height:32px;background-color:white;border:none;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .2s ease}.tabs_photoButton__E_1Ow:hover{transform:scale(1.1)}.tabs_deleteButton__rpRvh{background-color:#ef4444;color:white}.tabs_profileLayout__TOe1_{display:flex;gap:3rem;margin-top:2rem}.tabs_profilePhotoSection__nT9tV{flex-shrink:0;text-align:center}.tabs_profilePhotoContainer__PQutJ{margin:1rem 0}.tabs_profilePhoto__cy3nT{position:relative;width:200px;height:200px;margin:0 auto}.tabs_profilePhotoImage__t0iJt{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.tabs_profilePhotoDelete__LCEaK{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;background-color:#ef4444;color:white;border:none;border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;opacity:0;transition:opacity .2s ease}.tabs_profilePhoto__cy3nT:hover .tabs_profilePhotoDelete__LCEaK{opacity:1}.tabs_profilePhotoUpload__2lNHy{width:200px;height:200px;margin:0 auto;border:2px dashed var(--pe-border-color);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.tabs_profilePhotoUpload__2lNHy:hover{border-color:var(--pe-primary-color);background-color:var(--pe-bg-secondary)}.tabs_profileInfoSection__6mXdI{flex:1;min-width:0}.tabs_editableField__KyTYW{padding:.75rem;border:1px solid var(--pe-border-color);border-radius:4px;cursor:pointer;transition:all .2s ease;background-color:white}.tabs_editableField__KyTYW:hover{border-color:var(--pe-primary-color);background-color:var(--pe-bg-secondary)}.tabs_editableTextarea__x6vaJ{min-height:100px;white-space:pre-wrap}.tabs_socialLinks__Dckdv{display:flex;gap:.5rem;margin-top:1rem;justify-content:center}.tabs_socialButton__KIjku{padding:.5rem;border:2px solid transparent;border-radius:8px;background:none;cursor:pointer;transition:all .2s ease}.tabs_socialButton__KIjku:hover{border-color:var(--pe-primary-color)}.tabs_socialIcon__JUmc_{width:2rem;height:2rem}.tabs_socialButton__KIjku[title*=website] .tabs_socialIcon__JUmc_{color:#007bff}.tabs_socialButton__KIjku[title*=Instagram] .tabs_socialIcon__JUmc_{color:#e4405f}.tabs_socialButton__KIjku[title*="X/Twitter"] .tabs_socialIcon__JUmc_,.tabs_socialButton__KIjku[title*=Twitter] .tabs_socialIcon__JUmc_{color:#000000}.tabs_socialButton__KIjku[title*=Add] .tabs_socialIcon__JUmc_{color:#cccccc}.tabs_socialButton__KIjku:hover .tabs_socialIcon__JUmc_{opacity:.8}.tabs_photoUploadSlot__LC5sz{aspect-ratio:1;border:2px dashed var(--pe-border-color);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.tabs_photoUploadSlot__LC5sz:hover{border-color:var(--pe-primary-color);background-color:var(--pe-bg-secondary)}.tabs_modalOverlay__Ato00{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.tabs_modalContent__fFFuo{background-color:white;border-radius:8px;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.tabs_modalTitle___XlG_{font-size:1.5rem;font-weight:700;color:var(--pe-text-color);margin:0 0 1.5rem}.tabs_modalBody__nG60a{margin-bottom:1.5rem}.tabs_modalActions__T7sY0{display:flex;gap:1rem;justify-content:flex-end}@media (max-width:768px){.tabs_tabContent__AI6sm{padding:1rem .5rem}.tabs_section__8flCF{padding:1.5rem}.tabs_sectionTitle__g_ZfD{font-size:1.5rem}.tabs_photoGrid__LeoSF{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.tabs_profileLayout__TOe1_{flex-direction:column;gap:2rem}.tabs_profilePhotoSection__nT9tV{width:100%}}