*{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#f9fafb}#root{min-height:100vh}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}html{overflow:overlay}*{scrollbar-width:thin;scrollbar-color:#ec4899 transparent}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent;border:none}::-webkit-scrollbar-thumb{background:#ec4899cc;border-radius:2px;border:none}::-webkit-scrollbar-thumb:hover{background:#db2777}::-webkit-scrollbar-corner{background:transparent}::-webkit-scrollbar-button{display:block;height:0;width:0}._nav_ql0bo_1{position:absolute;bottom:1rem;left:1.5rem;right:1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._navInner_ql0bo_12{display:flex;justify-content:space-around;align-items:center;height:4rem}._navButton_ql0bo_19{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;text-decoration:none;color:#6b7280;transition:color .2s ease-in-out}._navButton_ql0bo_19:hover{color:#374151}._navButton_ql0bo_19._active_ql0bo_33{color:#ec4899}._navIcon_ql0bo_37{width:1.5rem;height:1.5rem}._navText_ql0bo_42{font-size:.75rem;margin-top:.25rem}._layout_5ec0p_1{min-height:100vh;background:linear-gradient(135deg,#ec4899,#9333ea);display:flex;justify-content:center;align-items:flex-start;padding:1rem}._layoutWrapper_5ec0p_10{width:100%;max-width:800px;background:#f5f5f5;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;min-height:calc(100vh - 2rem);max-height:calc(100vh - 2rem);display:flex;flex-direction:column;position:relative;overflow:hidden}._main_5ec0p_24{flex:1;overflow-y:auto;padding:1.5rem 1.5rem 5.5rem;scrollbar-width:none;-ms-overflow-style:none}._main_5ec0p_24::-webkit-scrollbar{display:none}._container_embjn_1{position:fixed;top:1rem;right:1rem;z-index:1070;display:flex;flex-direction:column;gap:.5rem;max-width:28rem}._notification_embjn_12{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#fff;animation:_slideIn_embjn_1 .3s ease-out}._notification_embjn_12._success_embjn_22{background-color:#10b981}._notification_embjn_12._error_embjn_25{background-color:#ef4444}._notification_embjn_12._info_embjn_28{background-color:#3b82f6}._notification_embjn_12._warning_embjn_31{background-color:#f59e0b}._icon_embjn_35{width:1.25rem;height:1.25rem;flex-shrink:0}._message_embjn_41{flex:1;font-size:.875rem;font-weight:500}._closeButton_embjn_47{flex-shrink:0;background:none;border:none;color:#fff;cursor:pointer;padding:0;transition:opacity .2s ease-in-out}._closeButton_embjn_47:hover{opacity:.8}._container_109cr_1{min-height:100vh;background:linear-gradient(135deg,#ec4899,#9333ea);display:flex;align-items:center;justify-content:center;padding:1rem;animation:_fadeInScreen_109cr_1 .6s ease-out}._content_109cr_11{text-align:center;color:#fff;animation:_fadeInUp_109cr_1 .8s ease-out .2s both}._iconWrapper_109cr_17{margin-bottom:2rem;display:flex;align-items:center;justify-content:center}._icon_109cr_17{width:6rem;height:6rem;animation:_pulse_109cr_1 2s cubic-bezier(.4,0,.6,1) infinite}._title_109cr_30{font-size:2.25rem;font-weight:700;margin-bottom:1rem;animation:_fadeInUp_109cr_1 .8s ease-out .4s both}._subtitle_109cr_37{font-size:1.25rem;opacity:.9;animation:_fadeInUp_109cr_1 .8s ease-out .6s both}._loader_109cr_43{margin-top:2rem}._spinner_109cr_47{display:inline-block;width:2rem;height:2rem;border:4px solid #ffffff;border-top-color:transparent;border-radius:9999px;animation:_spin_109cr_47 1s linear infinite}@keyframes _fadeInScreen_109cr_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_109cr_1{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes _spin_109cr_47{to{transform:rotate(360deg)}}._container_b3agb_1{min-height:100vh;background:linear-gradient(135deg,#ec4899,#9333ea);display:flex;align-items:center;justify-content:center;padding:1rem}._card_b3agb_10{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:2rem;width:100%;max-width:28rem;animation:_slideUp_b3agb_1 .4s ease-out}._header_b3agb_20{text-align:center;margin-bottom:2rem}._title_b3agb_25{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}._subtitle_b3agb_32{color:#4b5563}._form_b3agb_36{display:flex;flex-direction:column;gap:1.5rem}._formGroup_b3agb_42{display:flex;flex-direction:column}._label_b3agb_47{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}._inputWrapper_b3agb_55{position:relative}._select_b3agb_59,._input_b3agb_55{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s ease-in-out}._select_b3agb_59:focus,._input_b3agb_55:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a}._select_b3agb_59{appearance:none;background-color:#fff;cursor:pointer}._iconRight_b3agb_82{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;width:1.25rem;height:1.25rem}._iconRight_b3agb_82._success_b3agb_91{color:#ec4899}._iconRight_b3agb_82._default_b3agb_94{color:#9ca3af}._dateInputWrapper_b3agb_98{position:relative;cursor:pointer}._dateInput_b3agb_98{width:100%;padding:.75rem 2.5rem .75rem 1rem;background-color:#fff;border:2px solid #d1d5db;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .2s ease-in-out}._dateInput_b3agb_98:hover{border-color:#ec4899}._dateInput_b3agb_98:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a}._dateInput_b3agb_98._selected_b3agb_122{border-color:#ec4899}._dateInput_b3agb_98::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer}._dateIcon_b3agb_130{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;width:1.25rem;height:1.25rem}._dateIcon_b3agb_130._success_b3agb_91{color:#ec4899}._dateIcon_b3agb_130._default_b3agb_94{color:#9ca3af}._submitButton_b3agb_146{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;border-radius:.5rem;cursor:pointer;border:none;transition:all .2s ease-in-out}._submitButton_b3agb_146{background:linear-gradient(135deg,#ec4899,#9333ea);color:#fff}._submitButton_b3agb_146:hover:not(:disabled){background:linear-gradient(135deg,#db2777,#7e22ce)}._submitButton_b3agb_146{width:100%;gap:.5rem}._submitButton_b3agb_146:disabled{opacity:.5;cursor:not-allowed}._buttonContent_b3agb_177{display:flex;align-items:center;justify-content:center;gap:.5rem}._spinner_b3agb_184{width:1.25rem;height:1.25rem;border:2px solid #ffffff;border-top-color:transparent;border-radius:9999px;animation:_spin_b3agb_184 1s linear infinite}._buttonIcon_b3agb_193{width:1.25rem;height:1.25rem}._customDropdown_b3agb_198{position:relative}._dropdownHeader_b3agb_202{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background-color:#fff;border:2px solid #d1d5db;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out}._dropdownHeader_b3agb_202:hover{border-color:#ec4899}._dropdownHeader_b3agb_202._open_b3agb_217{border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a}._dropdownHeader_b3agb_202._selected_b3agb_122{border-color:#ec4899}._dropdownText_b3agb_225{font-size:1rem;color:#1f2937;font-weight:500}._dropdownIcon_b3agb_231{width:1.25rem;height:1.25rem;transition:transform .2s ease-in-out}._dropdownIcon_b3agb_231._success_b3agb_91{color:#ec4899}._dropdownIcon_b3agb_231._default_b3agb_94{color:#9ca3af}._dropdownList_b3agb_243{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:#fff;border:2px solid #ec4899;border-radius:.5rem;box-shadow:0 10px 25px #0000001a;z-index:10;max-height:16rem;overflow-y:auto;animation:_dropdownSlide_b3agb_1 .2s ease-out}._dropdownItem_b3agb_258{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;transition:all .2s ease-in-out}._dropdownItem_b3agb_258:hover{background-color:#ec48990d}._dropdownItem_b3agb_258._active_b3agb_269{background-color:#ec48991a;color:#db2777}._dropdownItem_b3agb_258:not(:last-child){border-bottom:1px solid #e5e7eb}._genderName_b3agb_277{font-size:1rem;font-weight:500}._checkIcon_b3agb_282{width:1.25rem;height:1.25rem;color:#ec4899}@keyframes _spin_b3agb_184{to{transform:rotate(360deg)}}@keyframes _dropdownSlide_b3agb_1{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}._checkboxGroup_b3agb_303{display:flex;align-items:center;margin-top:.5rem}._checkboxLabel_b3agb_309{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox_b3agb_303{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#ec4899}._checkbox_b3agb_303:focus{outline:2px solid #ec4899;outline-offset:2px}._checkboxText_b3agb_328{font-size:.875rem;color:#374151;font-weight:500}._container_ujglg_1{display:flex;flex-direction:column;margin:-1.5rem -1.5rem 0}._contentWrapper_ujglg_7{width:100%;display:flex;flex-direction:column}._header_ujglg_13{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.5rem;position:sticky;top:-1.5rem;background:#fff;z-index:10;border-radius:.75rem .75rem 0 0}._headerLeft_ujglg_26{display:flex;align-items:center;gap:.75rem}._icon_ujglg_32{width:1.5rem;height:1.5rem;color:#ec4899}._title_ujglg_38{font-size:1.5rem;font-weight:700;color:#1f2937}._card_ujglg_44{padding:0;background-color:#f5f5f5}._placeholder_ujglg_49{padding:1.5rem;text-align:center;color:#4b5563}._rangeSlider_60uw4_1{position:relative;width:100%;padding:1rem 0}._sliderTrack_60uw4_7{position:relative;width:100%;height:6px;background-color:#e5e7eb;border-radius:9999px}._sliderRange_60uw4_15{position:absolute;height:100%;background:linear-gradient(135deg,#ec4899,#9333ea);border-radius:9999px;transition:left .1s,width .1s}._sliderInput_60uw4_23{position:absolute;width:100%;height:6px;top:1rem;left:0;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}._sliderInput_60uw4_23::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #ec4899;cursor:pointer;pointer-events:all;box-shadow:0 2px 4px #0003;transition:transform .2s}._sliderInput_60uw4_23::-webkit-slider-thumb:hover{transform:scale(1.1)}._sliderInput_60uw4_23::-webkit-slider-thumb:active{transform:scale(.95)}._sliderInput_60uw4_23::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #ec4899;cursor:pointer;pointer-events:all;box-shadow:0 2px 4px #0003;transition:transform .2s}._sliderInput_60uw4_23::-moz-range-thumb:hover{transform:scale(1.1)}._sliderInput_60uw4_23::-moz-range-thumb:active{transform:scale(.95)}._sliderInput_60uw4_23:focus{outline:none}._sliderValues_60uw4_74{display:flex;justify-content:space-between;margin-top:.75rem}._valueLabel_60uw4_80{font-size:.875rem;font-weight:500;color:#374151;padding:.25rem .5rem;background-color:#f3f4f6;border-radius:.375rem}._overlay_cvsfd_1{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:800px;height:calc(100vh - 2rem);background:transparent;z-index:1000;animation:_slideIn_cvsfd_1 .3s ease-out}._modal_cvsfd_14{background:#fff;width:100%;height:100%;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden}._header_cvsfd_25{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}._backButton_cvsfd_37{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s}._backButton_cvsfd_37:hover{color:#ec4899}._backIcon_cvsfd_52{width:1.5rem;height:1.5rem}._title_cvsfd_57{font-size:1.25rem;font-weight:700;color:#1f2937;flex:1}._content_cvsfd_64{padding:1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1.5rem}._description_cvsfd_73{font-size:1rem;color:#4b5563;margin:0;text-align:center}._rangeContainer_cvsfd_80{padding:1rem .5rem}._currentRange_cvsfd_84{display:flex;justify-content:center;padding:1rem;background-color:#f9fafb;border-radius:.5rem}._rangeText_cvsfd_92{font-size:1.125rem;font-weight:600;color:#1f2937}._footer_cvsfd_98{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fff}._saveButton_cvsfd_104{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#ec4899,#9333ea);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}._saveButton_cvsfd_104:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._saveButton_cvsfd_104:active{transform:translateY(0)}@keyframes _slideIn_cvsfd_1{0%{transform:translate(100%);opacity:0}to{transform:translate(-50%);opacity:1}}._singleSlider_eb67g_1{position:relative;width:100%;padding:1rem 0}._sliderTrack_eb67g_7{position:relative;width:100%;height:6px;background-color:#e5e7eb;border-radius:9999px}._sliderRange_eb67g_15{position:absolute;height:100%;background:linear-gradient(135deg,#ec4899,#9333ea);border-radius:9999px;transition:width .1s}._sliderInput_eb67g_23{position:absolute;width:100%;height:6px;top:1rem;left:0;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}._sliderInput_eb67g_23::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #ec4899;cursor:pointer;pointer-events:all;box-shadow:0 2px 4px #0003;transition:transform .2s}._sliderInput_eb67g_23::-webkit-slider-thumb:hover{transform:scale(1.1)}._sliderInput_eb67g_23::-webkit-slider-thumb:active{transform:scale(.95)}._sliderInput_eb67g_23::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #ec4899;cursor:pointer;pointer-events:all;box-shadow:0 2px 4px #0003;transition:transform .2s}._sliderInput_eb67g_23::-moz-range-thumb:hover{transform:scale(1.1)}._sliderInput_eb67g_23::-moz-range-thumb:active{transform:scale(.95)}._sliderInput_eb67g_23:focus{outline:none}._sliderValue_eb67g_74{display:flex;justify-content:center;margin-top:.75rem}._valueLabel_eb67g_80{font-size:.875rem;font-weight:500;color:#374151;padding:.25rem .5rem;background-color:#f3f4f6;border-radius:.375rem}._overlay_11uou_1{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:800px;height:calc(100vh - 2rem);background:transparent;z-index:1000;animation:_slideIn_11uou_1 .3s ease-out}._modal_11uou_14{background:#fff;width:100%;height:100%;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden}._header_11uou_25{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}._backButton_11uou_37{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s}._backButton_11uou_37:hover{color:#ec4899}._backIcon_11uou_52{width:1.5rem;height:1.5rem}._title_11uou_57{font-size:1.25rem;font-weight:700;color:#1f2937;flex:1}._content_11uou_64{padding:1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1.5rem}._description_11uou_73{font-size:1rem;color:#4b5563;margin:0;text-align:center}._sliderContainer_11uou_80{padding:1rem .5rem}._currentRadius_11uou_84{display:flex;justify-content:center;padding:1rem;background-color:#f9fafb;border-radius:.5rem}._radiusText_11uou_92{font-size:1.125rem;font-weight:600;color:#1f2937}._footer_11uou_98{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fff}._saveButton_11uou_104{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#ec4899,#9333ea);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}._saveButton_11uou_104:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._saveButton_11uou_104:active{transform:translateY(0)}@keyframes _slideIn_11uou_1{0%{transform:translate(100%);opacity:0}to{transform:translate(-50%);opacity:1}}._container_ktlfu_1{display:flex;flex-direction:column;margin:-1.5rem;background-color:#f5f5f5;min-height:100%}._contentWrapper_ktlfu_9{width:100%;display:flex;flex-direction:column;padding-bottom:4rem;background-color:#f5f5f5}._header_ktlfu_17{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.5rem;position:sticky;top:-1.5rem;background:#fff;z-index:10;border-radius:.75rem .75rem 0 0}._headerLeft_ktlfu_30{display:flex;align-items:center;gap:.75rem}._icon_ktlfu_36{width:1.5rem;height:1.5rem;color:#ec4899}._title_ktlfu_42{font-size:1.5rem;font-weight:700;color:#1f2937}._card_ktlfu_48{padding:1rem 0 0;background-color:#f5f5f5;min-height:calc(100vh - 10rem)}._infoBlock_ktlfu_54{display:flex;flex-direction:column;padding:1rem 1.5rem;background-color:#fff;border-radius:.5rem;margin-bottom:1rem;margin-left:1rem;margin-right:1rem;box-shadow:0 2px 8px #00000014}._infoBlockContent_ktlfu_66{display:flex;flex-direction:column}._infoBlockItem_ktlfu_71{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:.75rem 0}._infoBlockItem_ktlfu_71._clickable_ktlfu_79{cursor:pointer;padding:.75rem 1rem;margin:0 -1rem;border-radius:.375rem;transition:background-color .2s}._infoBlockItem_ktlfu_71._clickable_ktlfu_79:hover{background-color:#f9fafb}._infoBlockItem_ktlfu_71._clickable_ktlfu_79:active{background-color:#f3f4f6}._blockLabel_ktlfu_93{font-size:.875rem;color:#4b5563;margin:0;font-weight:500}._blockValue_ktlfu_100{font-size:1.125rem;font-weight:700;color:#111827;margin:0}._infoBlockDivider_ktlfu_107{height:1px;background-color:#e5e7eb;margin:0}._overlay_yjzt5_1{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:800px;height:calc(100vh - 2rem);background:transparent;z-index:1000;animation:_slideIn_yjzt5_1 .3s ease-out}._modal_yjzt5_14{background:#fff;width:100%;height:100%;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden}._header_yjzt5_25{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}._backButton_yjzt5_37{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s}._backButton_yjzt5_37:hover{color:#ec4899}._backIcon_yjzt5_52{width:1.5rem;height:1.5rem}._title_yjzt5_57{font-size:1.25rem;font-weight:700;color:#1f2937;flex:1}._content_yjzt5_64{padding:1rem;overflow-y:auto;flex:1}._languageItem_yjzt5_70{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;border:none;background:#fff;border-radius:.5rem;cursor:pointer;transition:background-color .2s;margin-bottom:.5rem}._languageItem_yjzt5_70:hover{background-color:#f9fafb}._languageItem_yjzt5_70._active_yjzt5_86{background-color:#ec48991a;border:2px solid #ec4899}._languageName_yjzt5_91{font-size:1rem;color:#111827;font-weight:500}._checkmark_yjzt5_97{color:#ec4899;font-size:1.25rem;font-weight:700}._loading_yjzt5_103,._empty_yjzt5_104{padding:1.5rem;text-align:center;color:#4b5563;font-size:1rem}._error_yjzt5_111{padding:.75rem 1rem;background-color:#ef44441a;color:#dc2626;border-radius:.5rem;font-size:.875rem;text-align:center}._saveButton_yjzt5_120{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#ec4899,#9333ea);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}._saveButton_yjzt5_120:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._saveButton_yjzt5_120:active{transform:translateY(0)}._saveButton_yjzt5_120:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes _slideIn_yjzt5_1{0%{transform:translate(100%);opacity:0}to{transform:translate(-50%);opacity:1}}._overlay_1h0sv_1{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:800px;height:calc(100vh - 2rem);background:transparent;z-index:1000;animation:_slideIn_1h0sv_1 .3s ease-out}._modal_1h0sv_14{background:#fff;width:100%;height:100%;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden}._header_1h0sv_25{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}._backButton_1h0sv_37{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s}._backButton_1h0sv_37:hover{color:#ec4899}._backIcon_1h0sv_52{width:1.5rem;height:1.5rem}._title_1h0sv_57{font-size:1.25rem;font-weight:700;color:#1f2937;flex:1}._content_1h0sv_64{padding:1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1rem}._inputGroup_1h0sv_73{display:flex;flex-direction:column;gap:.5rem}._label_1h0sv_79{font-size:1rem;font-weight:600;color:#374151}._input_1h0sv_73{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;color:#111827;transition:border-color .2s}._input_1h0sv_73:focus{outline:none;border-color:#ec4899}._input_1h0sv_73::placeholder{color:#9ca3af}._error_1h0sv_101{padding:.75rem 1rem;background-color:#ef44441a;color:#dc2626;border-radius:.5rem;font-size:.875rem;text-align:center}._footer_1h0sv_110{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fff}._saveButton_1h0sv_116{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#ec4899,#9333ea);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}._saveButton_1h0sv_116:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._saveButton_1h0sv_116:active{transform:translateY(0)}._saveButton_1h0sv_116:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes _slideIn_1h0sv_1{0%{transform:translate(100%);opacity:0}to{transform:translate(-50%);opacity:1}}._overlay_1q8l0_1{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:800px;height:calc(100vh - 2rem);background:transparent;z-index:1000;animation:_slideIn_1q8l0_1 .3s ease-out}._modal_1q8l0_14{background:#fff;width:100%;height:100%;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden}._header_1q8l0_25{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}._backButton_1q8l0_37{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s}._backButton_1q8l0_37:hover{color:#ec4899}._backIcon_1q8l0_52{width:1.5rem;height:1.5rem}._title_1q8l0_57{font-size:1.25rem;font-weight:700;color:#1f2937;flex:1}._content_1q8l0_64{padding:1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1rem}._inputGroup_1q8l0_73{display:flex;flex-direction:column;gap:.5rem}._label_1q8l0_79{font-size:1rem;font-weight:600;color:#374151}._textarea_1q8l0_85{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;color:#111827;font-family:inherit;resize:vertical;min-height:150px;transition:border-color .2s}._textarea_1q8l0_85:focus{outline:none;border-color:#ec4899}._textarea_1q8l0_85::placeholder{color:#9ca3af}._error_1q8l0_104{padding:.75rem 1rem;background-color:#ef44441a;color:#dc2626;border-radius:.5rem;font-size:.875rem;text-align:center}._footer_1q8l0_113{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fff}._saveButton_1q8l0_119{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#ec4899,#9333ea);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}._saveButton_1q8l0_119:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._saveButton_1q8l0_119:active{transform:translateY(0)}._saveButton_1q8l0_119:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes _slideIn_1q8l0_1{0%{transform:translate(100%);opacity:0}to{transform:translate(-50%);opacity:1}}._overlay_1q0ho_1{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:800px;height:calc(100vh - 2rem);background:transparent;z-index:1000;animation:_slideIn_1q0ho_1 .3s ease-out}._modal_1q0ho_14{background:#fff;width:100%;height:100%;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden}._header_1q0ho_25{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}._backButton_1q0ho_37{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s}._backButton_1q0ho_37:hover{color:#ec4899}._backIcon_1q0ho_52{width:1.5rem;height:1.5rem}._title_1q0ho_57{font-size:1.25rem;font-weight:700;color:#1f2937;flex:1}._content_1q0ho_64{padding:1rem;overflow-y:auto;flex:1}._countryItem_1q0ho_70{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;border:none;background:#fff;border-radius:.5rem;cursor:pointer;transition:background-color .2s;margin-bottom:.5rem}._countryItem_1q0ho_70:hover{background-color:#f9fafb}._countryItem_1q0ho_70._active_1q0ho_86{background-color:#ec48991a;border:2px solid #ec4899}._countryName_1q0ho_91{font-size:1rem;color:#111827;font-weight:500}._checkmark_1q0ho_97{font-size:1.25rem;color:#ec4899;font-weight:700}._loading_1q0ho_103,._empty_1q0ho_104{padding:1.5rem;text-align:center;color:#4b5563;font-size:1rem}@keyframes _slideIn_1q0ho_1{0%{transform:translate(100%);opacity:0}to{transform:translate(-50%);opacity:1}}._container_1ibeo_1{position:relative;display:flex;flex-direction:column}._label_1ibeo_7{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}._input_1ibeo_15{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background-color:#fff;border:2px solid #d1d5db;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out}._input_1ibeo_15:hover,._input_1ibeo_15._selected_1ibeo_30{border-color:#ec4899}._inputText_1ibeo_34{font-size:1rem;color:#1f2937;font-weight:500}._icon_1ibeo_40{width:1.25rem;height:1.25rem}._icon_1ibeo_40._success_1ibeo_44{color:#ec4899}._icon_1ibeo_40._default_1ibeo_47{color:#9ca3af}._calendar_1ibeo_51{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:#fff;border:2px solid #ec4899;border-radius:.5rem;box-shadow:0 10px 25px #0000001a;z-index:10;padding:.75rem;animation:_calendarSlide_1ibeo_1 .2s ease-out}._calendarHeader_1ibeo_65{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._navButton_1ibeo_72{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background-color:transparent;border:none;border-radius:.375rem;cursor:pointer;color:#374151;transition:all .2s ease-in-out}._navButton_1ibeo_72:hover:not(:disabled){background-color:#ec48991a;color:#ec4899}._navButton_1ibeo_72:disabled{opacity:.3;cursor:not-allowed}._navButton_1ibeo_72 svg{width:1rem;height:1rem}._monthName_1ibeo_98{font-size:.875rem;font-weight:600;color:#1f2937;text-transform:capitalize;background-color:transparent;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:.375rem;transition:all .2s ease-in-out}._monthName_1ibeo_98:hover{background-color:#ec48991a;color:#ec4899}._yearPicker_1ibeo_115{max-height:10rem;overflow-y:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:.25rem;padding:.5rem;margin-bottom:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#f9fafb}._yearPicker_1ibeo_115::-webkit-scrollbar{width:6px}._yearPicker_1ibeo_115::-webkit-scrollbar-track{background:#f3f4f6;border-radius:.375rem}._yearPicker_1ibeo_115::-webkit-scrollbar-thumb{background:#ec4899;border-radius:.375rem}._yearPicker_1ibeo_115::-webkit-scrollbar-thumb:hover{background:#db2777}._yearOption_1ibeo_142{padding:.25rem;background-color:#fff;border:1px solid #d1d5db;border-radius:.25rem;font-size:.75rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease-in-out}._yearOption_1ibeo_142:hover{background-color:#ec48991a;border-color:#ec4899;color:#ec4899}._yearOption_1ibeo_142._currentYear_1ibeo_158{background-color:#ec4899;border-color:#ec4899;color:#fff;font-weight:700}._yearOption_1ibeo_142._currentYear_1ibeo_158:hover{background-color:#db2777;border-color:#db2777}._weekdays_1ibeo_169{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:.25rem}._weekday_1ibeo_169{text-align:center;font-size:.75rem;font-weight:600;color:#4b5563;padding:.25rem 0}._days_1ibeo_184{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}._emptyDay_1ibeo_190{aspect-ratio:1}._day_1ibeo_184{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;border-radius:.25rem;font-size:.75rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s ease-in-out}._day_1ibeo_184:hover:not(:disabled){background-color:#ec48991a;color:#ec4899}._day_1ibeo_184._disabled_1ibeo_212{color:#d1d5db;cursor:not-allowed;text-decoration:line-through}._day_1ibeo_184._disabled_1ibeo_212:hover{background-color:transparent}._day_1ibeo_184._selectedDay_1ibeo_220{background-color:#ec4899;color:#fff;font-weight:700}._day_1ibeo_184._selectedDay_1ibeo_220:hover{background-color:#db2777}@keyframes _calendarSlide_1ibeo_1{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}._overlay_3v9cd_1{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:800px;height:calc(100vh - 2rem);background:transparent;z-index:1000;animation:_slideIn_3v9cd_1 .3s ease-out}._modal_3v9cd_14{background:#fff;width:100%;height:100%;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden}._header_3v9cd_25{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}._backButton_3v9cd_37{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s}._backButton_3v9cd_37:hover{color:#ec4899}._backIcon_3v9cd_52{width:1.5rem;height:1.5rem}._title_3v9cd_57{font-size:1.25rem;font-weight:700;color:#1f2937;flex:1}._content_3v9cd_64{padding:1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1rem}._inputGroup_3v9cd_73{display:flex;flex-direction:column;gap:.5rem}._label_3v9cd_79{font-size:1rem;font-weight:600;color:#374151}._input_3v9cd_73{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;color:#111827;transition:border-color .2s}._input_3v9cd_73:focus{outline:none;border-color:#ec4899}._input_3v9cd_73::placeholder{color:#9ca3af}._footer_3v9cd_101{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fff}._saveButton_3v9cd_107{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#ec4899,#9333ea);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}._saveButton_3v9cd_107:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._saveButton_3v9cd_107:active{transform:translateY(0)}._saveButton_3v9cd_107:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes _slideIn_3v9cd_1{0%{transform:translate(100%);opacity:0}to{transform:translate(-50%);opacity:1}}._overlay_1q0ud_1{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:800px;height:calc(100vh - 2rem);background:transparent;z-index:1000;animation:_slideIn_1q0ud_1 .3s ease-out}._modal_1q0ud_14{background:#fff;width:100%;height:100%;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden}._header_1q0ud_25{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}._backButton_1q0ud_37{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s}._backButton_1q0ud_37:hover{color:#ec4899}._backIcon_1q0ud_52{width:1.5rem;height:1.5rem}._title_1q0ud_57{font-size:1.25rem;font-weight:700;color:#1f2937;flex:1}._content_1q0ud_64{padding:1.5rem;overflow-y:auto;flex:1}._loading_1q0ud_70,._empty_1q0ud_71{text-align:center;padding:2rem;color:#6b7280;font-size:1rem}._item_1q0ud_78{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#fff;border:2px solid #e5e7eb;border-radius:.5rem;margin-bottom:.75rem;cursor:pointer;transition:all .2s}._item_1q0ud_78:hover:not(:disabled){border-color:#ec4899;background-color:#ec48990d}._item_1q0ud_78._active_1q0ud_95{border-color:#ec4899;background-color:#ec48991a}._item_1q0ud_78:disabled{opacity:.6;cursor:not-allowed}._itemName_1q0ud_104{font-size:1rem;font-weight:500;color:#1f2937}._checkmark_1q0ud_110{font-size:1.25rem;color:#ec4899;font-weight:700}@keyframes _slideIn_1q0ud_1{0%{transform:translate(100%);opacity:0}to{transform:translate(-50%);opacity:1}}._overlay_1eh0n_1{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:800px;height:calc(100vh - 2rem);background:transparent;z-index:1000;animation:_slideIn_1eh0n_1 .3s ease-out}._modal_1eh0n_14{background:#fff;width:100%;height:100%;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden}._header_1eh0n_25{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}._backButton_1eh0n_37{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s}._backButton_1eh0n_37:hover{color:#ec4899}._backIcon_1eh0n_52{width:1.5rem;height:1.5rem}._title_1eh0n_57{font-size:1.25rem;font-weight:700;color:#1f2937;flex:1}._content_1eh0n_64{padding:1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1rem}._info_1eh0n_73{display:flex;flex-direction:column;gap:.5rem}._infoText_1eh0n_79{font-size:1rem;font-weight:500;color:#1f2937;margin:0}._hint_1eh0n_86{font-size:.875rem;color:#4b5563;margin:0}._uploadButton_1eh0n_92{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background-color:#ec4899;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease-in-out}._uploadButton_1eh0n_92:hover{background-color:#db2777}._uploadButton_1eh0n_92:active{transform:scale(.98)}._uploadIcon_1eh0n_114{width:1.25rem;height:1.25rem}._photoGrid_1eh0n_119{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-top:.5rem}._photoItem_1eh0n_126{position:relative;aspect-ratio:1;border-radius:.5rem;overflow:hidden;background-color:#f3f4f6}._photoImage_1eh0n_134{width:100%;height:100%;object-fit:cover}._removePhotoButton_1eh0n_140{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background-color:#0009;color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease-in-out}._removePhotoButton_1eh0n_140:hover{background-color:#dc2626;transform:scale(1.1)}._removePhotoButton_1eh0n_140:active{transform:scale(.95)}._removeIcon_1eh0n_164{width:1rem;height:1rem}@keyframes _slideIn_1eh0n_1{0%{transform:translate(100%);opacity:0}to{transform:translate(-50%);opacity:1}}._container_do0c1_1{display:flex;flex-direction:column;margin:-1.5rem;background-color:#f5f5f5;min-height:100%;scrollbar-width:none;-ms-overflow-style:none}._container_do0c1_1::-webkit-scrollbar{display:none}._contentWrapper_do0c1_14{width:100%;display:flex;flex-direction:column}._header_do0c1_20{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.5rem;position:sticky;top:-1.5rem;background:#fff;z-index:10;border-radius:.75rem .75rem 0 0}._headerLeft_do0c1_33{display:flex;align-items:center;gap:.75rem}._icon_do0c1_39{width:1.5rem;height:1.5rem;color:#ec4899}._title_do0c1_45{font-size:1.5rem;font-weight:700;color:#1f2937}._logoutButton_do0c1_51{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#dc2626;background:none;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease-in-out}._logoutButton_do0c1_51:hover{background-color:#fef2f2}._logoutIcon_do0c1_67{width:1.25rem;height:1.25rem}._card_do0c1_72{padding:0 0 6rem;background-color:#f5f5f5}._userInfo_do0c1_77{display:flex;flex-direction:column;gap:1rem}._infoItem_do0c1_83{display:flex;flex-direction:column}._infoLabel_do0c1_88{font-size:.875rem;color:#4b5563}._infoValue_do0c1_93{font-size:1.125rem;font-weight:600;color:#111827}._loading_do0c1_99{text-align:center;color:#4b5563;padding:2rem}._profileHeader_do0c1_105{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1.5rem;margin-bottom:1.5rem}._avatarCircle_do0c1_114{width:6rem;height:6rem;border-radius:9999px;background:linear-gradient(135deg,#ec4899,#9333ea);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}._avatarCircle_do0c1_114 svg{width:3rem;height:3rem}._nickname_do0c1_130{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}._onlineStatus_do0c1_137{font-size:.875rem;color:#10b981;font-weight:500;margin:0}._sectionTitle_do0c1_144{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb;text-align:center}._infoBlock_do0c1_154{display:flex;flex-direction:column;padding:1rem 1.5rem;background-color:#fff;border-radius:.5rem;margin-bottom:1rem;margin-left:1rem;margin-right:1rem;box-shadow:0 2px 8px #00000014}._infoBlockItem_do0c1_166{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.25rem;padding:.75rem 0}._infoBlockItem_do0c1_166._clickable_do0c1_174{cursor:pointer;padding:.75rem 1rem;margin:0 -1rem;border-radius:.375rem;transition:background-color .2s}._infoBlockItem_do0c1_166._clickable_do0c1_174:hover{background-color:#f9fafb}._infoBlockItem_do0c1_166._clickable_do0c1_174:active{background-color:#f3f4f6}._infoBlockDivider_do0c1_188{height:1px;background-color:#e5e7eb;margin:0}._blockValue_do0c1_194{font-size:1.125rem;font-weight:700;color:#111827;margin:0}._blockLabel_do0c1_201{font-size:.875rem;color:#4b5563;margin:0}._infoItem_do0c1_83{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}._infoItem_do0c1_83:last-child{border-bottom:none}._itemIcon_do0c1_217{width:1.5rem;height:1.5rem;color:#ec4899;flex-shrink:0;margin-top:.25rem}._infoLabel_do0c1_88{font-size:.875rem;color:#4b5563;margin-bottom:.25rem}._infoValue_do0c1_93{font-size:1rem;font-weight:500;color:#111827}._zodiac_do0c1_237{color:#ec4899;font-size:1.125rem}._genderDisplay_do0c1_242{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#111827}._statsRow_do0c1_251{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}._statItem_do0c1_259{display:flex;gap:.5rem}._interests_do0c1_264{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._interestTag_do0c1_271{display:inline-block;padding:.25rem .75rem;background-color:#ec48991a;color:#db2777;border-radius:9999px;font-size:.875rem;font-weight:500}._photoUploadSection_do0c1_281{padding:1rem 0;border-bottom:1px solid #f3f4f6;display:flex;flex-direction:column;gap:.75rem}._uploadButton_do0c1_289{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background-color:#ec4899;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease-in-out}._uploadButton_do0c1_289:hover{background-color:#db2777}._uploadButton_do0c1_289:active{transform:scale(.98)}._uploadIcon_do0c1_311{width:1.25rem;height:1.25rem}._uploadHint_do0c1_316{font-size:.875rem;color:#4b5563;text-align:center;margin:0}._photoGrid_do0c1_323{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;margin-top:.5rem}._photoItem_do0c1_330{position:relative;aspect-ratio:1;border-radius:.5rem;overflow:hidden;background-color:#f3f4f6}._photoImage_do0c1_338{width:100%;height:100%;object-fit:cover}._removePhotoButton_do0c1_344{position:absolute;top:.25rem;right:.25rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background-color:#0009;color:#fff;border:none;border-radius:50%;font-size:1.25rem;line-height:1;cursor:pointer;transition:all .2s ease-in-out}._removePhotoButton_do0c1_344:hover{background-color:#dc2626;transform:scale(1.1)}._removePhotoButton_do0c1_344:active{transform:scale(.95)}._saveButton_do0c1_370{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;border-radius:.5rem;cursor:pointer;border:none;transition:all .2s ease-in-out}._saveButton_do0c1_370:disabled{opacity:.5;cursor:not-allowed}._saveButton_do0c1_370{background:linear-gradient(135deg,#ec4899,#9333ea);color:#fff}._saveButton_do0c1_370:hover:not(:disabled){background:linear-gradient(135deg,#db2777,#7e22ce)}._saveButton_do0c1_370{width:calc(100% - 2rem);margin-top:1.5rem;margin-left:1rem;margin-right:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}._buttonIcon_do0c1_403{width:1.25rem;height:1.25rem}
