._nav_bfe7z_3{background-color:#111;padding:16px 32px;border-bottom:1px solid #333}._container_bfe7z_10{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}._logo_bfe7z_19{font-size:20px;font-weight:700;color:#fff;text-decoration:none}._links_bfe7z_27{display:flex;gap:20px}._link_bfe7z_27{color:#fff;text-decoration:none;font-weight:500;padding:8px 12px;border-radius:4px;transition:background-color .2s ease}._link_bfe7z_27:hover{background-color:#ffffff1a}body,.landing-page{margin:0;padding:0;font-family:Segoe UI,sans-serif;background-color:#0b1d2f;color:#fff;min-height:100vh;display:flex;flex-direction:column}.center-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.landing-card{background-color:#112c44;border-radius:12px;padding:40px;text-align:center;box-shadow:0 0 15px #0003;max-width:500px;width:100%}.landing-card h1{font-size:26px;color:#bfa64d;margin-bottom:16px}.landing-card p{font-size:1.1rem;color:#ccc;margin-bottom:24px}.age-check{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.95em;margin-bottom:24px}.age-check input[type=checkbox]{accent-color:#bfa64d}.landing-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.landing-btn{background-color:#bfa64d;color:#0b1d2f;font-weight:700;border:none;padding:12px 24px;border-radius:50px;font-size:.95em;cursor:pointer;text-decoration:none;box-shadow:0 0 10px #bfa64d66;transition:transform .3s ease,box-shadow .3s ease;min-width:120px;text-align:center}.landing-btn:hover{transform:scale(1.05);box-shadow:0 0 15px #bfa64d99}.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.success-banner{background-color:#1e7e34;color:#fff;font-weight:700;text-align:center;padding:12px 20px;border-radius:8px;margin:20px auto;max-width:600px;box-shadow:0 0 10px #1e7e3480;animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.landing-card{padding:24px}.landing-card h1{font-size:22px}.landing-card p{font-size:1rem}.landing-btn{padding:10px 20px;font-size:.9em;min-width:100px}.success-banner{font-size:.9em;padding:10px 12px;margin:10px;max-width:90%}}._header_150di_1{background-color:#111;color:#eee;font-family:Segoe UI,sans-serif;padding:1rem 2rem;border-bottom:1px solid #333}._container_150di_9{display:flex;justify-content:space-between;align-items:center;max-width:1024px;margin:0 auto}._logo_150di_17{font-size:1.6rem;font-weight:700;text-decoration:none;color:#eee}._footer_1xy00_1{background-color:#0b1d2f;color:#eee;font-family:Segoe UI,sans-serif;padding:1.5rem 2rem;border-top:1px solid #222}._container_1xy00_9{max-width:1024px;margin:0 auto;text-align:center}._text_1xy00_15{font-size:.9rem;color:#bfa64d}._links_1xy00_20{margin-top:.5rem}._links_1xy00_20 a{color:#bbb;margin:0 .5rem;text-decoration:none;font-size:.85rem}._links_1xy00_20 a:hover{color:#fff}@media(max-width:600px){._text_1xy00_15{font-size:.8rem}._links_1xy00_20 a{font-size:.75rem}}.login-page{margin:0;padding:0;font-family:Segoe UI,sans-serif;background-color:#0b1d2f;color:#fff;display:flex;flex-direction:column;min-height:100vh}.center-wrapper{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:30px}.login-card{background-color:#112c44;border-radius:12px;padding:40px;text-align:center;box-shadow:0 0 15px #0003;max-width:400px;width:100%}.login-card h1{font-size:24px;color:#bfa64d;margin-bottom:20px}.login-card input[type=email],.login-card input[type=password]{width:100%;padding:12px;margin-bottom:15px;border:1px solid #bfa64d;border-radius:8px;background-color:#1f3a5c;color:#fff}.login-card input::placeholder{color:#ccc}.checkbox-group{display:flex;align-items:center;justify-content:flex-start;gap:8px;font-size:.9em;margin-bottom:20px}.checkbox-group input[type=checkbox]{accent-color:#bfa64d}.login-btn{background-color:#bfa64d;color:#0b1d2f;font-weight:700;border:none;padding:12px 24px;border-radius:50px;font-size:.95em;cursor:pointer;box-shadow:0 0 10px #bfa64d66;transition:transform .3s ease,box-shadow .3s ease}.login-btn:hover{transform:scale(1.05);box-shadow:0 0 15px #bfa64d99}.login-card a{color:#ccc;font-size:.85em;display:block;margin-top:15px;text-decoration:none}.login-card a:hover{text-decoration:underline}.login-footer{padding:15px 0;text-align:center;color:#ccc;background-color:#0b1d2f}:root{--color-bg: #0b1d2f;--color-gold: #bfa64d;--color-text: #ffffff;--radius: 8px}body{margin:0;font-family:Segoe UI,sans-serif;background-color:var(--color-bg);color:var(--color-text);display:flex;flex-direction:column;min-height:100vh}.logo{display:block;margin:0 auto 1rem;max-width:120px}.register-card{background:#ffffff0d;border-radius:var(--radius);padding:2rem;margin:2rem auto;width:90%;max-width:400px;box-shadow:0 0 15px #bfa64d4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}h1{text-align:center;margin-bottom:1.5rem;color:var(--color-gold)}form input,form button{display:block;width:100%;padding:.75rem;margin-bottom:1rem;border-radius:var(--radius);border:none;font-size:1rem}form input{background-color:#122b45;color:var(--color-text)}form button{background-color:var(--color-gold);color:#000;cursor:pointer;transition:background .3s ease}form button:hover{background-color:#d9bf73}.checkbox{display:flex;align-items:center;font-size:.9rem}.checkbox input{margin-right:.5rem}.login-link{text-align:center;font-size:.9rem}.login-link a{color:var(--color-gold);text-decoration:none}.lang-selector{display:flex;justify-content:flex-end;align-items:center;padding:.5rem 1rem}.lang-selector label{margin-right:.5rem;font-size:.9rem}@media screen and (max-width:480px){.register-card{padding:1rem}form input,form button{font-size:.95rem}.lang-selector{justify-content:center;flex-direction:column}.lang-selector label,.lang-selector select{margin-bottom:.3rem}}._pageWrapper_uw057_1{display:flex;flex-direction:column;min-height:100vh;background-color:#0b1d2f;color:#fff;font-family:Segoe UI,sans-serif}._centerWrapper_uw057_10{flex:1;display:flex;justify-content:center;align-items:center;padding:30px}._card_uw057_19{background-color:#112c44;border-radius:12px;padding:40px;text-align:center;box-shadow:0 0 15px #0003;max-width:500px;width:100%;animation:_fadeInUp_uw057_1 .8s ease-out}._brand_uw057_30{color:#bfa64d}._card_uw057_19 h1{font-size:26px;color:#bfa64d;margin-bottom:20px}._card_uw057_19 p{font-size:1.05em;color:#ddd;margin-bottom:30px}._startBtn_uw057_47{background-color:#bfa64d;color:#0b1d2f;font-weight:700;border:none;padding:12px 24px;border-radius:50px;font-size:1em;cursor:pointer;box-shadow:0 0 10px #bfa64d66;transition:transform .3s ease,box-shadow .3s ease}._startBtn_uw057_47:hover{transform:scale(1.05);box-shadow:0 0 15px #bfa64d99}@keyframes _fadeInUp_uw057_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._fadeOutCard_uw057_77{animation:_fadeOutSoft_uw057_1 .5s ease forwards}@keyframes _fadeOutSoft_uw057_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}._container_gl6s2_1{display:flex;flex-direction:column;gap:1.5rem;padding:1rem;background-color:#1b2735;color:#fff;min-height:100vh;font-family:Segoe UI,sans-serif}._card_gl6s2_13,._full_gl6s2_14{background-color:#0c121b;border-radius:12px;border:1px solid #2a3444;padding:1.5rem;max-width:720px;margin:0 auto;width:100%;box-sizing:border-box;color:#fff}._profilePhoto_gl6s2_27{display:flex;justify-content:center;margin-bottom:1rem}._profilePhoto_gl6s2_27 img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #bfa64d}._location_gl6s2_42{font-size:.95rem;color:#ccc;margin-top:.5rem;text-align:center}._locationFallback_gl6s2_49{font-size:.85rem;color:#777;font-style:italic;text-align:center}._bio_gl6s2_57{font-size:.95rem;color:#ddd;line-height:1.5;margin-top:.75rem;text-align:center;word-break:break-word}._bioFallback_gl6s2_66{font-size:.9rem;color:#888;font-style:italic;text-align:center}._tabSwitcher_gl6s2_74{display:flex;gap:.5rem;margin:1rem 0;flex-wrap:wrap;justify-content:center}._tab_gl6s2_74{padding:.4rem .8rem;border:1px solid #2a3444;border-radius:20px;background-color:#1b2735;cursor:pointer;font-size:.85rem;color:#ccc;transition:all .2s ease}._tab_gl6s2_74:hover{background-color:#2a3444}._activeTab_gl6s2_97{background-color:#bfa64d;color:#000}._tags_gl6s2_103{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}._tag_gl6s2_103{background-color:#1b2735;border:1px solid #2a3444;border-radius:16px;padding:.3rem .7rem;font-size:.85rem;color:#ddd;white-space:nowrap}._tagCategory_gl6s2_120{font-weight:600;color:#bfa64d;margin-right:.3rem}._tagValue_gl6s2_126{color:#ccc}._noTags_gl6s2_130{font-size:.85rem;color:#777;font-style:italic;margin-top:.5rem}._preferences_gl6s2_138{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}._preferenceTag_gl6s2_145{background-color:#2a3444;border-radius:16px;padding:.4rem .8rem;font-size:.85rem;color:#bfa64d;white-space:nowrap;border:1px solid #444}._preferenceGroup_gl6s2_155{margin-top:1rem}._preferenceGroupTitle_gl6s2_159{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#bfa64d}._actions_gl6s2_167{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem}._accept_gl6s2_174,._reject_gl6s2_175{font-size:1.5rem;background:none;border:none;cursor:pointer;transition:transform .2s ease;color:#ccc}._accept_gl6s2_174:hover{color:#28a745;transform:scale(1.2)}._reject_gl6s2_175:hover{color:#dc3545;transform:scale(1.2)}@media(max-width:480px){._card_gl6s2_13,._full_gl6s2_14{padding:1rem;border-radius:8px;width:100%;box-sizing:border-box;margin:0 auto}._bio_gl6s2_57{font-size:.9rem}._location_gl6s2_42{font-size:.85rem}._tag_gl6s2_103,._preferenceTag_gl6s2_145,._tab_gl6s2_74{font-size:.8rem;padding:.3rem .6rem}._preferenceGroupTitle_gl6s2_159{font-size:.95rem}}._wrapper_q8oor_1{position:relative;max-width:360px;margin:auto;overflow:hidden;border-radius:12px}._editPhotoWrapper_q8oor_10{position:absolute;top:8px;right:8px;z-index:3}._editPhotoBtn_q8oor_17{background:#ffffffd9;border:none;padding:4px 10px;border-radius:8px;font-size:.8rem;font-weight:600;color:#007aff;cursor:pointer;box-shadow:0 1px 3px #0003;transition:background .2s ease}._editPhotoBtn_q8oor_17:hover{background:#fff}._track_q8oor_34{display:flex;width:100%;transition:transform .35s ease-in-out;will-change:transform}._slide_q8oor_41{min-width:100%;width:100%;height:100%}._mainPhoto_q8oor_47{width:100%;display:block;object-fit:cover;aspect-ratio:3 / 4;-webkit-user-select:none;user-select:none}._indicators_q8oor_55{position:absolute;top:8px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}._dot_q8oor_65{width:8px;height:8px;border-radius:50%;background:#ffffff8c;cursor:pointer;transition:background .2s ease}._dot_q8oor_65._active_q8oor_74{background:#fff}._overlayInfo_q8oor_78{position:absolute;bottom:0;left:0;width:100%;padding:12px;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);color:#fff;border-radius:0 0 12px 12px}._infoGrid_q8oor_89{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}._leftColumn_q8oor_96{display:flex;flex-direction:column;gap:4px;align-items:flex-start}._rightColumn_q8oor_103{display:flex;flex-direction:column;gap:4px;align-items:flex-end}._username_q8oor_110{margin:0;font-size:1.1rem;font-weight:700}._details_q8oor_116{margin:0;font-size:.9rem;opacity:.92}._statusBadge_q8oor_122{background-color:#bfa64d;color:#000;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:12px;display:inline-block;width:fit-content}._empty_q8oor_133{position:relative;max-width:360px;margin:auto;overflow:hidden;border-radius:12px}._emptyBox_q8oor_141{background:#f5f5f7;border:1px dashed #ccc;height:280px;display:grid;place-items:center;border-radius:12px}._emptyText_q8oor_150{color:#666;font-size:.95rem}._orientationPill_q8oor_155{display:inline-block;margin-left:6px;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:600;color:#fff;line-height:1.2}._etero_q8oor_166{background-color:#007bff}._gay_q8oor_170{background-color:#e83e8c}._lesbica_q8oor_174{background-color:#ff69b4}._bisex_q8oor_178{background-color:#9b59b6}._queer_q8oor_182{background-color:#20c997}._altro_q8oor_186{background-color:#6c757d}._actionBar_1jffc_1{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#0a0f2cd9;padding:12px 24px;border-radius:40px;box-shadow:0 4px 12px #0000004d;display:flex;gap:24px;z-index:999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._btn_1jffc_16{background:none;border:none;color:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,color .2s ease,opacity .2s ease;padding:8px;border-radius:50%;opacity:.85}._btn_1jffc_16:hover{color:#f5c518;transform:scale(1.15);opacity:1}._btn_1jffc_16:focus{outline:none;box-shadow:0 0 0 2px #f5c51855}@media(max-width:600px){._actionBar_1jffc_1{bottom:12px;padding:10px 16px;gap:16px}._btn_1jffc_16 svg{width:24px;height:24px}}._overlay_1yttz_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}._card_1yttz_11{background:#fff;border-radius:12px;padding:20px;width:75%;max-width:600px;animation:_fadeIn_1yttz_1 .3s ease;box-shadow:0 10px 30px #00000040}._username_1yttz_21{color:#007bff;font-weight:600}textarea{width:100%;min-height:100px;margin:12px 0;padding:8px;border-radius:8px;border:1px solid #ccc;font-size:14px;resize:vertical}._actions_1yttz_37{display:flex;justify-content:flex-end;gap:8px}._actions_1yttz_37 button{padding:8px 14px;border-radius:6px;border:none;cursor:pointer;font-weight:500}._actions_1yttz_37 button:disabled{opacity:.6;cursor:not-allowed}._error_1yttz_56{color:#d9534f;font-size:14px;margin-bottom:8px}._sentState_1yttz_62{text-align:center}._sentState_1yttz_62 p{font-size:16px;margin-bottom:12px}@keyframes _fadeIn_1yttz_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._container_1r35p_2{display:flex;flex-direction:column;gap:16px;padding:16px;background-color:#1b2735;color:#fff;min-height:100%;font-family:Segoe UI,sans-serif}._title_1r35p_14{font-size:1.4rem;font-weight:600;color:#bfa64d;text-align:center;margin-bottom:.5rem}._inputGroup_1r35p_23{display:grid;grid-template-columns:1fr 2fr;align-items:center;gap:12px}._inputGroup_1r35p_23 label{font-size:.95rem;color:#ccc}._inputGroup_1r35p_23 input[type=range]{-webkit-appearance:none;width:100%;height:6px;border-radius:5px;background:#2a3444;outline:none;cursor:pointer}._inputGroup_1r35p_23 input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#bfa64d;cursor:pointer;border:none}._inputGroup_1r35p_23 input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#bfa64d;cursor:pointer;border:none}._inputGroup_1r35p_23 select{height:36px;border:1px solid #2a3444;border-radius:8px;padding:0 10px;background:#0c121b;color:#fff;font-weight:400;cursor:pointer}._inputGroup_1r35p_23 select:focus{outline:none;border-color:#bfa64d}._applyButton_1r35p_84{flex:1;height:40px;border:none;border-radius:10px;background:#bfa64d;color:#000;font-weight:600;cursor:pointer;transition:transform .05s ease,opacity .15s ease}._applyButton_1r35p_84:hover{opacity:.9}._applyButton_1r35p_84:active{transform:scale(.98)}._resetButton_1r35p_105{flex:1;height:40px;border:2px solid #bfa64d;border-radius:10px;background:transparent;color:#bfa64d;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,transform .05s ease}._resetButton_1r35p_105:hover{background:#bfa64d22;color:#fff}._resetButton_1r35p_105:active{transform:scale(.98)}._section_1r35p_127{display:flex;flex-direction:column;gap:12px;padding:0;border:none;background:transparent}._sectionHeader_1r35p_136{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:8px;border:1px solid #2a3444;background:#0c121b;cursor:pointer;transition:background .2s ease,border-color .2s ease}._sectionHeader_1r35p_136:hover{background:#2a3444;border-color:#444}._sectionTitle_1r35p_153{font-size:1rem;font-weight:500;color:#ccc}._sectionBadge_1r35p_159{min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:#bfa64d;color:#000;font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}._accordion_1r35p_174{display:grid;gap:10px}._categoryBlock_1r35p_180{display:flex;flex-direction:column;gap:6px}._categoryHeader_1r35p_186{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:8px;border:1px solid #2a3444;background:#1b2735;cursor:pointer;transition:background .2s ease,border-color .2s ease}._categoryHeader_1r35p_186:hover{background:#2a3444;border-color:#555}._categoryTitle_1r35p_203{font-size:.95rem;font-weight:400;color:#ccc}._categoryBadge_1r35p_209{min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:#444;color:#fff;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}._chevron_1r35p_223{margin-left:8px;font-size:12px;color:#aaa}._tagGrid_1r35p_230{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;padding-top:6px}._tagCard_1r35p_238{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 10px;border:1px solid #2a3444;border-radius:999px;background:#1b2735;color:#ddd;font-size:.9rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}._tagCard_1r35p_238:hover{background:#2a3444;border-color:#555}._selected_1r35p_259{background:#bfa64d;color:#000;border-color:#bfa64d}._tagCard_1r35p_238._required_1r35p_266{border:2px solid #00bfff;position:relative}._tagCard_1r35p_238._required_1r35p_266:after{content:"🔒";position:absolute;top:4px;right:6px;font-size:.85em;color:#bfa64d;opacity:.9}._spacer_1r35p_310{height:8px}._notice_1r35p_315{padding:12px;border:1px solid #2a3444;border-radius:10px;background:#0c121b;color:#ccc;font-size:.95rem}._buttonsRow_1r35p_325{display:flex;flex-direction:row-reverse;gap:12px;margin-top:12px}._slider_1r35p_333{width:100%}._slider_1r35p_333 .rc-slider-rail{background-color:#2a3444}._slider_1r35p_333 .rc-slider-track{background-color:#bfa64d}._slider_1r35p_333 .rc-slider-handle{border-color:#bfa64d;background-color:#bfa64d}._slider_1r35p_333 .rc-slider-handle:focus,._slider_1r35p_333 .rc-slider-handle:hover,._slider_1r35p_333 .rc-slider-handle:active{box-shadow:0 0 0 5px #bfa64d33;outline:none}._partnerTabs_1r35p_359{display:flex;justify-content:center;gap:12px;margin:12px 0}._partnerTab_1r35p_359{flex:1;min-width:100px;height:36px;border-radius:8px;border:1px solid #2a3444;background:#0c121b;color:#ccc;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .05s ease}._partnerTab_1r35p_359:hover{background:#2a3444;color:#fff;border-color:#444}._partnerTab_1r35p_359:active{transform:scale(.97)}._activePartnerTab_1r35p_391{background:#bfa64d;color:#000;border-color:#bfa64d;font-weight:600}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;-webkit-user-select:none;user-select:none;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete{opacity:0}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-right:5px solid rgba(0,0,0,0);border-bottom:0;border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}._main_1wri7_1{padding:24px;max-width:900px;margin:0 auto;background-color:#1b2735;color:#fff;font-family:Segoe UI,sans-serif;min-height:100vh}._title_1wri7_12{font-size:2rem;font-weight:700;margin-bottom:16px;text-align:center;color:#bfa64d}._headerRow_1wri7_21{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._filterButton_1wri7_28{background:none;border:1px solid #2a3444;font-size:1.2rem;cursor:pointer;padding:6px 10px;border-radius:8px;color:#bfa64d;transition:all .2s ease}._filterButton_1wri7_28:hover{background:#bfa64d;color:#000}._filtersDrawer_1wri7_45{position:fixed;top:0;right:0;width:320px;max-width:90%;height:100%;background:#0c121b;border-left:1px solid #2a3444;box-shadow:-2px 0 8px #0000004d;padding:16px;z-index:1000;display:flex;flex-direction:column;overflow-y:auto;color:#fff}._filtersHeader_1wri7_63{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._filtersHeader_1wri7_63 h2{font-size:1.2rem;font-weight:600;color:#bfa64d}._filtersHeader_1wri7_63 button{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#fff}._notice_1wri7_85{margin-top:24px;padding:16px;border:1px solid #2a3444;border-radius:10px;background:#0c121b;color:#ccc;text-align:center}._notice_1wri7_85 h2{font-size:1.2rem;margin-bottom:8px;color:#fff}._notice_1wri7_85 button{margin-top:12px;padding:8px 14px;border:1px solid #bfa64d;border-radius:8px;background:transparent;color:#bfa64d;font-weight:600;cursor:pointer;transition:all .2s ease}._notice_1wri7_85 button:hover{background:#bfa64d;color:#000}._overlay_1wri7_119{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:900}._loading_1wri7_129,._error_1wri7_130,._noMatches_1wri7_131{text-align:center;font-size:1rem;margin-top:20px;color:#ccc}._profiles_1wri7_139{display:flex;flex-direction:column;gap:20px;margin-top:24px}._profileCard_1wri7_147{background-color:#0c121b;border:1px solid #2a3444;border-radius:10px;padding:1rem;color:#fff;display:flex;flex-direction:column;gap:.75rem}._profileHeader_1wri7_158{display:flex;align-items:center;gap:1rem}._profileHeader_1wri7_158 img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #bfa64d}._profileHeader_1wri7_158 h3{font-size:1.2rem;font-weight:700;color:#bfa64d}._profileInfo_1wri7_178{font-size:.95rem;color:#ccc}._profileTags_1wri7_183{display:flex;flex-wrap:wrap;gap:.5rem}._profileTag_1wri7_183{background-color:#1b2735;border:1px solid #2a3444;border-radius:20px;padding:.3rem .8rem;font-size:.85rem;color:#ddd}._profilePreferences_1wri7_198{margin-top:.5rem}._profilePreferences_1wri7_198 h4{font-size:1rem;font-weight:600;color:#bfa64d;margin-bottom:.3rem}._profilePreferences_1wri7_198 ul{list-style:none;padding:0;margin:0}._profilePreferences_1wri7_198 li{font-size:.9rem;color:#ccc;margin-bottom:.2rem}._container_2ypsm_1{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;border-top:1px solid #ddd;padding:8px 12px;background-color:#fafafa;gap:8px}._input_2ypsm_12{flex:1;min-width:0;padding:8px;font-size:14px;border:1px solid #ccc;border-radius:8px}._sendButton_2ypsm_21{flex-shrink:0;max-width:120px;padding:8px 16px;font-size:14px;border:none;border-radius:8px;background-color:#007bff;color:#fff;white-space:nowrap;cursor:pointer;transition:background-color .2s ease}._sendButton_2ypsm_21:hover{background-color:#0056b3}._chatWindow_1atm1_1{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}._header_1atm1_9{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #ddd;background-color:#fafafa}._headerAvatar_1atm1_18{width:32px;height:32px;border-radius:50%;object-fit:cover}._headerAvatarPlaceholder_1atm1_25{width:32px;height:32px;border-radius:50%;background-color:#ccc;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}._messagesContainer_1atm1_37{flex:1;overflow-y:auto;padding:16px;background-color:#fff;display:flex;flex-direction:column;gap:6px;min-height:0}._message_1atm1_37{max-width:70%;word-wrap:break-word;padding:8px 12px;border-radius:12px;display:flex;flex-direction:column}._sent_1atm1_57{background-color:#007bff;color:#fff;align-self:flex-end;text-align:right}._received_1atm1_64{background-color:#f1f1f1;color:#000;align-self:flex-start;text-align:left}._messageContent_1atm1_71{margin-bottom:4px}._timestamp_1atm1_75{font-size:11px;color:#666;margin-top:2px;text-align:right}._timestamp_1atm1_75 ._sentStatus_1atm1_82{margin-left:4px;font-weight:700}._sentStatus_1atm1_82._sent_1atm1_57{color:#999}._sentStatus_1atm1_82._read_1atm1_91{color:#00c853}._dateSeparator_1atm1_95{display:flex;align-items:center;justify-content:center;margin:12px 0;font-size:12px;color:#666;position:relative}._dateSeparator_1atm1_95:before,._dateSeparator_1atm1_95:after{content:"";flex:1;border-bottom:1px solid #ddd;margin:0 8px}._typing_1atm1_113{padding:4px 16px;font-size:12px;color:#666;font-style:italic}._inputBar_1atm1_120{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;border-top:1px solid #ddd;padding:8px 12px;background-color:#fafafa;gap:8px}._input_1atm1_120{flex:1;min-width:0;padding:8px;font-size:14px;border:1px solid #ccc;border-radius:8px}._sendButton_1atm1_140{flex-shrink:0;max-width:120px;padding:8px 16px;font-size:14px;border:none;border-radius:8px;background-color:#007bff;color:#fff;white-space:nowrap;cursor:pointer;transition:background-color .2s ease}._sendButton_1atm1_140:hover{background-color:#0056b3}._empty_1atm1_158{text-align:center;color:#999;font-size:14px;padding:16px}._typingIndicator_1atm1_165{display:flex;align-items:center;gap:6px;padding:8px 12px;margin-left:12px;margin-bottom:4px}._dot_1atm1_174{width:8px;height:8px;background-color:#bbb;border-radius:50%;animation:_typingBlink_1atm1_1 1.4s infinite ease-in-out both}._dot_1atm1_174:nth-child(1){animation-delay:0s}._dot_1atm1_174:nth-child(2){animation-delay:.2s}._dot_1atm1_174:nth-child(3){animation-delay:.4s}@keyframes _typingBlink_1atm1_1{0%{opacity:.2;transform:translateY(0)}20%{opacity:1;transform:translateY(-3px)}to{opacity:.2;transform:translateY(0)}}._overlay_x1v7n_2{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._box_x1v7n_13{background:#fff;border-radius:8px;width:90%;max-width:400px;max-height:80%;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 12px #0003}._header_x1v7n_26{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #ddd;background-color:#fafafa}._header_x1v7n_26 h3{margin:0;font-size:16px;font-weight:600;color:#333}._closeBtn_x1v7n_42{background:transparent;border:none;font-size:18px;cursor:pointer;color:#666;transition:color .2s ease}._closeBtn_x1v7n_42:hover{color:#000}._list_x1v7n_56{overflow-y:auto;flex:1}._empty_x1v7n_61{padding:16px;text-align:center;color:#666;font-size:14px}._item_x1v7n_69{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #eee;cursor:pointer;background:#fff;transition:background .2s ease}._item_x1v7n_69:hover{background:#f5f5f5}._avatar_x1v7n_85{width:40px;height:40px;border-radius:50%;object-fit:cover}._avatarPlaceholder_x1v7n_92{width:40px;height:40px;border-radius:50%;background:#ccc;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}._info_x1v7n_105{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0}._name_x1v7n_113{font-weight:600;font-size:14px;color:#111;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._lastMessage_x1v7n_123{font-size:12px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:240px}._overlay_dlupy_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}._modal_dlupy_14{background:#fff;border-radius:8px;width:400px;max-width:90%;padding:20px;box-shadow:0 4px 12px #0003}._header_dlupy_23{display:flex;justify-content:space-between;align-items:center}._closeButton_dlupy_29{background:none;border:none;font-size:18px;cursor:pointer}._content_dlupy_36{margin-top:15px}._note_dlupy_40{font-size:14px;color:#666;margin-top:10px}._list_dlupy_46{margin-top:15px}._listItem_dlupy_50{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee}._userInfo_dlupy_58{display:flex;align-items:center;margin-bottom:10px}._userName_dlupy_64{font-weight:700;color:#111;font-size:15px;margin-left:8px}._date_dlupy_71{font-size:12px;color:#888}._avatar_dlupy_76{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:10px}._avatarPlaceholder_dlupy_84{width:40px;height:40px;border-radius:50%;background:#ccc;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:10px}._userDetails_dlupy_96{display:flex;flex-direction:column;flex:1}._actions_dlupy_102{display:flex;justify-content:flex-end;margin-top:15px}._cancelButton_dlupy_108{background:#ccc;border:none;padding:6px 12px;margin-right:8px;border-radius:4px;cursor:pointer}._blockButton_dlupy_117{background:#e67e22;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer}._unblockButton_dlupy_126{background:#e74c3c;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer}._empty_dlupy_135{text-align:center;color:#666;margin-top:20px}._overlay_1sn2q_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}._modal_1sn2q_14{background:#fff;border-radius:8px;width:450px;max-width:90%;padding:20px;box-shadow:0 4px 12px #0003}._header_1sn2q_23{display:flex;justify-content:space-between;align-items:center}._closeButton_1sn2q_29{background:none;border:none;font-size:18px;cursor:pointer}._content_1sn2q_36{margin-top:15px}._content_1sn2q_36 p{margin:8px 0;font-size:14px;font-weight:500;color:#222}._textarea_1sn2q_47{width:100%;min-height:80px;margin-top:10px;padding:8px;border:1px solid #ccc;border-radius:4px}._actions_1sn2q_56{display:flex;justify-content:flex-end;margin-top:10px}._cancelButton_1sn2q_62{background:#ccc;border:none;padding:6px 12px;margin-right:8px;border-radius:4px;cursor:pointer}._reportButton_1sn2q_71{background:#e67e22;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer}._list_1sn2q_80{margin-top:15px}._listItem_1sn2q_84{border-bottom:1px solid #eee;padding:10px 0}._userInfo_1sn2q_89{display:flex;align-items:center;margin-bottom:10px;font-size:14px}._userName_1sn2q_96{font-weight:700;color:#111;font-size:15px;margin-left:5px}._date_1sn2q_103{color:#888}._reportText_1sn2q_107{margin-top:5px;font-size:13px;color:#555}._empty_1sn2q_113{text-align:center;color:#666;margin-top:20px}._avatar_1sn2q_119{width:32px;height:32px;border-radius:50%;margin-right:10px}._avatarPlaceholder_1sn2q_126{width:32px;height:32px;border-radius:50%;background:#ccc;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:10px}._userDetails_1sn2q_138{display:flex;flex-direction:column}._page_kbdfg_1{display:flex;flex-direction:column;width:100%}._navbar_kbdfg_8{height:60px;background-color:#0d0d0d;color:#fff;display:flex;align-items:center;padding:0 16px}._pageLayout_kbdfg_17{display:flex;flex-direction:column;flex:1;min-height:0}._carousel_kbdfg_27{display:flex;flex-direction:row;gap:12px;padding:10px 16px;border-bottom:1px solid #ddd;background-color:#fafafa;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}._carouselItem_kbdfg_39{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;position:relative;cursor:pointer;scroll-snap-align:center}._carouselItem_kbdfg_39 ._avatar_kbdfg_49,._carouselItem_kbdfg_39 ._avatarPlaceholder_kbdfg_50{width:64px;height:64px;border-radius:50%;object-fit:cover}._avatarPlaceholder_kbdfg_50{background-color:#ccc;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}._nickname_kbdfg_66{font-size:12px;margin-top:6px;max-width:80px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._carouselItem_kbdfg_39 ._unreadBadge_kbdfg_76{position:absolute;top:-4px;right:-4px;font-size:10px;padding:1px 4px;background-color:#d93025;color:#fff;border-radius:12px;font-weight:700}._activeItem_kbdfg_88 ._avatar_kbdfg_49,._activeItem_kbdfg_88 ._avatarPlaceholder_kbdfg_50{outline:2px solid #007bff;outline-offset:2px}._specialItem_kbdfg_95{opacity:.9;transition:opacity .2s ease,transform .2s ease}._specialItem_kbdfg_95:hover{opacity:1;transform:scale(1.05)}._specialItem_kbdfg_95 ._avatarPlaceholder_kbdfg_50{background-color:#007bff;color:#fff;font-size:20px}._chatArea_kbdfg_111{flex:1;display:flex;flex-direction:column;background-color:#fff;color:#111;min-width:0;min-height:0;overflow:hidden}._placeholder_kbdfg_125{flex:1;display:flex;align-items:center;justify-content:center;color:#666;font-size:14px}._loading_kbdfg_134,._error_kbdfg_135,._empty_kbdfg_136{padding:12px 16px;font-size:14px;color:#444}._container_ofcox_3{background-color:#1b2735;color:#fff;font-family:Segoe UI,sans-serif;min-height:100vh;padding:2rem 1rem;max-width:900px;margin:0 auto}._subtitle_ofcox_21{font-size:1.1rem;color:#ccc;text-align:center;margin-bottom:2rem}._section_ofcox_29{background-color:#0c121b;border:1px solid #2a3444;border-radius:8px;padding:1rem;margin-bottom:1.5rem}._section_ofcox_29 h2{font-size:1.3rem;color:#bfa64d;margin-bottom:.75rem}._gallery_ofcox_44{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}._profilePhoto_ofcox_51{width:140px;height:140px;object-fit:cover;border-radius:8px;border:2px solid gold}._galleryItem_ofcox_59{width:100px;height:100px;object-fit:cover;border-radius:6px;border:1px solid #2a3444}._secondaryInfo_ofcox_68{margin-top:.5rem;font-size:.9rem;color:#ccc;text-align:center}._tabSwitcher_ofcox_76{display:flex;gap:8px;margin-bottom:1rem}._tab_ofcox_76{padding:6px 12px;background-color:#2a3444;border:1px solid #3a4558;border-radius:6px;color:#fff;font-size:.85rem;cursor:pointer;transition:background-color .2s ease}._tab_ofcox_76:hover{background-color:#3a4558}._activeTab_ofcox_97{background-color:#bfa64d;color:#000;font-weight:700}._tags_ofcox_104{display:flex;flex-wrap:wrap;gap:.5rem}._tag_ofcox_104{background-color:#2a3444;padding:.4rem .75rem;border-radius:20px;font-size:.85rem;display:inline-flex;align-items:center;gap:4px;border:1px solid #3a4558}._tagCategory_ofcox_121{font-weight:600;color:#bfa64d}._tagValue_ofcox_126{font-weight:400;color:#fff}._preferenceGroup_ofcox_132{margin-bottom:1rem}._preferenceGroupTitle_ofcox_136{font-size:1rem;font-weight:600;color:#bfa64d;margin-bottom:.5rem}._preferences_ofcox_143{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}._preferenceTag_ofcox_152{background-color:#2a3444;color:#fff;padding:.4rem .75rem;border-radius:20px;font-size:.85rem;border:1px solid #3a4558}._editButton_ofcox_162{background-color:transparent;border:1px solid #bfa64d;color:#bfa64d;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s ease;margin-top:.75rem}._editButton_ofcox_162:hover{background-color:#bfa64d;color:#000}._footer_ofcox_179{margin-top:2rem;display:flex;justify-content:center}._publishButton_ofcox_185,._saveButton_ofcox_186,._nextButton_ofcox_187{background-color:#0a6;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .2s ease}._publishButton_ofcox_185:hover,._saveButton_ofcox_186:hover,._nextButton_ofcox_187:hover{background-color:#0c7}._loading_ofcox_206{text-align:center;font-size:1rem;color:#ccc}._error_ofcox_212{text-align:center;font-size:1rem;color:#ff4d4d}._previewCard_ofcox_221{background-color:#0c121b;border:1px solid #2a3444;border-radius:12px;padding:1rem;cursor:pointer;transition:transform .2s ease}._previewCard_ofcox_221:hover{transform:scale(1.02)}._card_ofcox_234{background-color:#0c121b;border:1px solid #2a3444;border-radius:16px;padding:1rem;max-width:420px;margin:0 auto;box-shadow:0 4px 12px #0000004d}._fullCard_ofcox_245{background-color:#0c121b;border:1px solid #2a3444;border-radius:12px;padding:2rem;max-width:900px;margin:0 auto}._bio_ofcox_255{font-size:1rem;color:#ddd;margin-bottom:1rem;line-height:1.4}@media screen and (max-width:600px){._profilePhoto_ofcox_51{width:100px;height:100px}._galleryItem_ofcox_59{width:80px;height:80px}._publishButton_ofcox_185,._saveButton_ofcox_186,._nextButton_ofcox_187{width:100%}._card_ofcox_234{width:95%}}._container_g2ahi_3{background-color:#1b2735;color:#fff;font-family:Segoe UI,sans-serif;min-height:100vh;padding:2rem 1rem;max-width:900px;margin:0 auto}._header_g2ahi_13{text-align:center;margin-bottom:2rem}._header_g2ahi_13 h1{font-size:2rem;font-weight:700;color:#bfa64d;margin-bottom:.5rem}._subtitle_g2ahi_25{font-size:1.1rem;color:#ccc;margin-bottom:1rem}._statusBar_g2ahi_32{display:flex;justify-content:center;align-items:center;gap:1rem;background-color:#0c121b;border:1px solid #2a3444;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem}._premiumBadge_g2ahi_44{background-color:#bfa64d;color:#000;font-weight:700;padding:.3rem .8rem;border-radius:20px;font-size:.9rem}._visibility_g2ahi_53{font-size:.95rem;color:#ccc}._reminderBox_g2ahi_59{background-color:#0c121b;border:1px solid #2a3444;border-radius:8px;padding:1rem;margin-bottom:1.5rem;text-align:center}._reminderBox_g2ahi_59 p{font-size:.95rem;color:#ddd;margin-bottom:.75rem}._accountRedirect_g2ahi_74{background-color:transparent;border:1px solid #bfa64d;color:#bfa64d;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease}._accountRedirect_g2ahi_74:hover{background-color:#bfa64d;color:#000}._loading_g2ahi_91{text-align:center;font-size:1rem;color:#ccc}._error_g2ahi_97{text-align:center;font-size:1rem;color:#ff4d4d;margin-bottom:1rem}._footer_g2ahi_105{margin-top:2rem;display:flex;justify-content:center}._saveButton_g2ahi_111{background-color:#0a6;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .2s ease}._saveButton_g2ahi_111:hover{background-color:#0c7}@media screen and (max-width:600px){._statusBar_g2ahi_32{flex-direction:column;gap:.5rem}._accountRedirect_g2ahi_74,._saveButton_g2ahi_111{width:100%}}._container_shoqq_1{display:flex;flex-direction:column;align-items:flex-start;margin:15px 0}._switch_shoqq_8{position:relative;display:inline-block;width:50px;height:28px}._switch_shoqq_8 input{opacity:0;width:0;height:0}._slider_shoqq_21{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:28px}._slider_shoqq_21:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+._slider_shoqq_21{background-color:#4caf50}input:checked+._slider_shoqq_21:before{transform:translate(22px)}._description_shoqq_53{font-size:14px;color:#555;margin-top:8px}._modalOverlay_1isdv_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1isdv_1 .3s ease-in-out}._modal_1isdv_1{background:#fff;padding:24px;border-radius:10px;width:500px;max-width:95%;box-shadow:0 6px 20px #0003;animation:_slideUp_1isdv_1 .3s ease-in-out}._details_1isdv_21 p{margin:6px 0;font-size:14px;color:#333}._actions_1isdv_27{margin-top:20px;display:flex;justify-content:flex-end;gap:12px}._error_1isdv_34{color:#c0392b;font-size:14px;margin-top:10px}._message_1isdv_41{color:#27ae60;font-size:14px;margin-top:10px;font-weight:500}._subscribe_1isdv_61{background:#27ae60;color:#fff}._subscribe_1isdv_61:hover{background:#219150}._cancel_1isdv_70{background:#c0392b;color:#fff}._cancel_1isdv_70:hover{background:#a93226}._close_1isdv_79{background:#bdc3c7;color:#2c3e50}._close_1isdv_79:hover{background:#95a5a6}._cardsContainer_1isdv_89{display:flex;gap:16px;margin-top:16px;flex-wrap:wrap}._cardFree_1isdv_96,._cardPremium_1isdv_96{flex:1;min-width:200px;background:#f4f4f4;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000001a}._cardFree_1isdv_96 h3,._cardPremium_1isdv_96 h3{margin-bottom:10px;font-size:1rem;font-weight:600}._cardFree_1isdv_96 ul,._cardPremium_1isdv_96 ul{list-style:none;padding:0;margin:0 0 12px}._cardFree_1isdv_96 li,._cardPremium_1isdv_96 li{font-size:14px;margin:6px 0}._cardFree_1isdv_96{background:#ecf0f1;color:#2c3e50}._cardPremium_1isdv_96{background:#fff8e1;border:2px solid #bfa64d;color:#2c3e50}._cardPremium_1isdv_96 h3{color:#bfa64d}._cardPremium_1isdv_96 ._subscribe_1isdv_61{width:100%;margin-top:8px}@keyframes _fadeIn_1isdv_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1isdv_1{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}._container_xhjfr_1{display:flex;flex-direction:column;align-items:flex-start;margin:15px 0}._switch_xhjfr_8{position:relative;display:inline-block;width:50px;height:28px}._switch_xhjfr_8 input{opacity:0;width:0;height:0}._slider_xhjfr_21{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:28px}._slider_xhjfr_21:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+._slider_xhjfr_21{background-color:#4caf50}input:checked+._slider_xhjfr_21:before{transform:translate(22px)}._description_xhjfr_53{font-size:14px;color:#555;margin:8px 0}._row_xhjfr_58{width:100%;display:flex;align-items:center;justify-content:space-between;margin:10px 0}._textBlock_xhjfr_66{display:flex;flex-direction:column;gap:4px;max-width:calc(100% - 70px)}._label_xhjfr_73{font-weight:600;color:#222}._error_xhjfr_78{color:#d32f2f;margin-top:8px}._skeleton_xhjfr_83{width:50px;height:28px;border-radius:28px;background:#eee}._container_283pk_1{padding:1rem}._toggleRow_283pk_5{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}._switch_283pk_13{position:relative;display:inline-block;width:50px;height:26px}._switch_283pk_13 input{opacity:0;width:0;height:0}._slider_283pk_26{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:26px}._slider_283pk_26:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}._switch_283pk_13 input:checked+._slider_283pk_26{background-color:#4caf50}._switch_283pk_13 input:checked+._slider_283pk_26:before{transform:translate(24px)}._container_1jk3v_1{padding:1rem}._exportButton_1jk3v_5{background-color:#007bff;color:#fff;padding:.5rem 1rem;margin-right:1rem;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}._exportButton_1jk3v_5:hover:not(:disabled){background-color:#0056b3}._exportButton_1jk3v_5:disabled{background-color:#aaa;cursor:not-allowed}._deleteButton_1jk3v_25{background-color:red;color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}._deleteButton_1jk3v_25:hover{background-color:#b30000}._modalOverlay_1jk3v_40{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:999;animation:_fadeIn_1jk3v_1 .3s ease forwards}._modalOverlay_1jk3v_40._fadeOut_1jk3v_54{animation:_fadeOut_1jk3v_54 .3s ease forwards}._modal_1jk3v_40{background:#fafafa;color:#222;border:1px solid #ccc;padding:1rem;border-radius:8px;max-width:800px;width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 6px 16px #0006;animation:_scaleIn_1jk3v_1 .25s ease forwards}._modalDelete_1jk3v_75{background:#fff5f5;border:2px solid #e63946}._warningText_1jk3v_80{color:#e63946;font-weight:700;margin-bottom:1rem}._scrollablePreview_1jk3v_87{flex:1;overflow-y:auto;background:#f4f4f4;border:1px solid #ddd;padding:1rem;margin:1rem 0;border-radius:4px;font-family:monospace;font-size:.9rem;white-space:pre-wrap;word-wrap:break-word;color:#111;box-shadow:inset 0 2px 6px #0000001a}._passwordInput_1jk3v_103{width:100%;padding:.5rem;margin:.5rem 0;border:1px solid #ccc;border-radius:4px}._modalActions_1jk3v_111{display:flex;justify-content:flex-end;gap:1rem}._confirmButton_1jk3v_117{background-color:red;color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}._confirmButton_1jk3v_117:hover{background-color:#b30000;transform:scale(1.05)}._cancelButton_1jk3v_132{background-color:#ccc;color:#000;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}._cancelButton_1jk3v_132:hover{background-color:#999;transform:scale(1.05)}._downloadButton_1jk3v_147{background-color:#28a745;color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}._downloadButton_1jk3v_147:hover{background-color:#1e7e34;transform:scale(1.05)}@keyframes _fadeIn_1jk3v_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1jk3v_54{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_1jk3v_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}._container_1am62_1{padding:2rem;font-family:system-ui,sans-serif;background:#fafafa;color:#222}._section_1am62_8{margin-bottom:2rem}._section_1am62_8 h2{border-bottom:1px solid #ddd;padding-bottom:.5rem;margin-bottom:1rem;font-size:1.2rem;color:#333}._card_1am62_20{background:#fff;border:1px solid #ddd;padding:1rem;margin-bottom:1rem;border-radius:6px;color:#222}._photos_1am62_29{display:flex;gap:1rem;flex-wrap:wrap}._photo_1am62_29{width:120px;height:auto;border-radius:8px;box-shadow:0 2px 6px #0003;object-fit:cover}._table_1am62_44{width:100%;border-collapse:collapse;font-size:.95rem}._table_1am62_44 th{background:#f0f0f0;font-weight:600}._table_1am62_44 th,._table_1am62_44 td{border:1px solid #ddd;padding:.5rem;text-align:left;color:#222}@media(max-width:768px){._container_1am62_1{padding:1rem}._section_1am62_8 h2{font-size:1rem}._card_1am62_20{padding:.75rem;font-size:.9rem}._photos_1am62_29{justify-content:center;gap:.5rem}._photo_1am62_29{width:100px;max-width:100%}._table_1am62_44{font-size:.85rem}._table_1am62_44 th,._table_1am62_44 td{padding:.4rem}}@media(max-width:480px){._container_1am62_1{padding:.5rem}._section_1am62_8{margin-bottom:1rem}._section_1am62_8 h2{font-size:.95rem}._card_1am62_20{font-size:.85rem}._photo_1am62_29{width:80px}._table_1am62_44{font-size:.8rem}}._section_1e7j8_1{margin:20px 0}._row_1e7j8_5{justify-content:space-between;align-items:center;margin:12px 0;font-size:15px;color:#fff}._modalOverlay_1e7j8_15{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1e7j8_1 .3s ease-in-out}._modal_1e7j8_15{background:#0b1a2d;color:#fff;padding:24px;border-radius:10px;width:500px;max-width:95%;box-shadow:0 6px 20px #00000080;animation:_slideUp_1e7j8_1 .3s ease-in-out}._modalHeader_1e7j8_37{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._modalTitle_1e7j8_44{font-size:18px;font-weight:600;color:#fff}._notVerifiedBtn_1e7j8_51{background:#c0392b;color:#fff;padding:6px 12px;border-radius:6px}._notVerifiedBtn_1e7j8_51:hover{background:#a93226}._verifiedBtn_1e7j8_62{background:#27ae60;color:#fff;padding:6px 12px;border-radius:6px;cursor:default}._manageGrid_1e7j8_71{display:grid;grid-template-columns:1fr;gap:12px}._input_1e7j8_78{width:100%;padding:10px 12px;border:1px solid #34495e;border-radius:6px;font-size:14px;color:#fff;background:#1c2833}._input_1e7j8_78:focus{outline:none;border-color:#2980b9;box-shadow:0 0 0 3px #2980b940}._currentLabel_1e7j8_94{font-size:14px;color:#fff;margin-bottom:4px;text-align:left;width:100%}._currentLine_1e7j8_102{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:14px;color:#fff}._currentEmail_1e7j8_111{text-align:left;flex:1;margin-right:12px}._actionsRow_1e7j8_121{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}._modalFooter_1e7j8_130{display:flex;justify-content:flex-end;margin-top:18px}._error_1e7j8_137{color:#e74c3c;font-size:14px;margin-top:10px}._message_1e7j8_143{color:#27ae60;font-size:14px;margin-top:10px;font-weight:500}._primary_1e7j8_164{background:#27ae60;color:#fff}._primary_1e7j8_164:hover{background:#219150}._cancel_1e7j8_173{background:#c0392b;color:#fff}._cancel_1e7j8_173:hover{background:#a93226}._close_1e7j8_182{background:#bdc3c7;color:#2c3e50}._close_1e7j8_182:hover{background:#95a5a6}@keyframes _fadeIn_1e7j8_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1e7j8_1{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){._row_1e7j8_5{flex-direction:column;align-items:flex-start;gap:.5rem}._currentLine_1e7j8_102{display:flex;justify-content:space-between;align-items:center;width:100%}._manageGrid_1e7j8_71{display:flex;flex-direction:column;gap:.75rem}._actionsRow_1e7j8_121{flex-direction:row;justify-content:flex-end;gap:8px}}._row_1y7gw_1{display:flex;justify-content:space-between;align-items:center;margin:12px 0;font-size:15px;color:#fff}._modalOverlay_1y7gw_11{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1y7gw_1 .3s ease-in-out}._modal_1y7gw_11{background:#0b1a2d;color:#fff;padding:24px;border-radius:10px;width:500px;max-width:95%;box-shadow:0 6px 20px #00000080;animation:_slideUp_1y7gw_1 .3s ease-in-out}._modalHeader_1y7gw_32{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._modalTitle_1y7gw_39{font-size:18px;font-weight:600;color:#fff}._manageGrid_1y7gw_45{display:grid;grid-template-columns:1fr;gap:12px}._optionRow_1y7gw_51{display:flex;align-items:center;gap:10px}._actions_1y7gw_57{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}button{cursor:pointer;font-size:14px;padding:8px 14px;border:none;border-radius:4px;transition:background .2s ease,transform .1s ease}button:hover{transform:translateY(-1px)}._primary_1y7gw_77{background:#27ae60;color:#fff}._primary_1y7gw_77:hover{background:#219150}._cancel_1y7gw_86,._close_1y7gw_86{background:#c0392b;color:#fff}._close_1y7gw_86{background:#bdc3c7;color:#2c3e50}._close_1y7gw_86:hover{background:#95a5a6}@keyframes _fadeIn_1y7gw_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1y7gw_1{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){._row_1y7gw_1{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}._modal_1y7gw_11{width:100%;max-width:95%}._actions_1y7gw_57{flex-direction:row;justify-content:flex-end;gap:8px}}._logoutContainer_ziu9i_1{display:flex;justify-content:center;margin-top:40px}._logoutButton_ziu9i_7{background-color:#0c121b;color:#bfa64d;border:1px solid #2a3444;padding:10px 20px;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .05s ease}._logoutButton_ziu9i_7:hover{background-color:#1b2735;color:#a68c3d}._logoutButton_ziu9i_7:active{transform:scale(.97)}._container_1bnon_2{display:flex;flex-direction:column;gap:20px;padding:16px;background-color:#1b2735;color:#fff;min-height:100vh;font-family:Segoe UI,sans-serif}._section_1bnon_14{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #2a3444;border-radius:10px;background:#0c121b}._section_1bnon_14 h2{font-size:1.1rem;font-weight:600;color:#bfa64d;margin-bottom:8px}._field_1bnon_33{display:flex;flex-direction:column;gap:6px}._field_1bnon_33 label{font-size:.95rem;color:#ccc}._field_1bnon_33 input{height:36px;border:1px solid #2a3444;border-radius:8px;padding:0 10px;background:#1b2735;color:#fff;font-size:.95rem}._field_1bnon_33 input:focus{outline:none;border-color:#bfa64d}button{align-self:flex-start;height:36px;padding:0 14px;border-radius:8px;border:none;background:#bfa64d;color:#000;font-weight:600;cursor:pointer;transition:transform .05s ease,opacity .15s ease}button:hover{opacity:.9}button:active{transform:scale(.97)}._loading_1bnon_82{font-size:.95rem;color:#ccc;text-align:center;margin-top:20px}._subscriptionRow_1bnon_90{display:flex;justify-content:space-between;align-items:center}._subscriptionInfo_1bnon_96{font-size:.95rem;color:#ccc}._subscriptionActions_1bnon_101{display:flex;align-items:center;gap:12px}._subscriptionActions_1bnon_101 p{margin:0;font-size:.9rem;color:#27ae60}._card_1h3r1_1{background:#ff2f6e;color:#fff;border-radius:14px;padding:18px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 18px #00000026;margin-bottom:20px}._icon_1h3r1_13{width:48px;height:48px;border-radius:12px;object-fit:cover;border:2px solid white}._center_1h3r1_21{flex:1;text-align:left}._center_1h3r1_21 h3{margin:0;font-size:16px;font-weight:600}._center_1h3r1_21 p{margin:2px 0 0;font-size:13px;opacity:.9}._btn_1h3r1_38{background:#fff;color:#ff2f6e;border:none;padding:10px 16px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}._btn_1h3r1_38:hover{background:#ffe3ef}._progressbar_czuuf_1{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;margin-bottom:1rem;padding-top:.5rem}._track_czuuf_11{flex:1;background-color:#ffffff26;border-radius:999px;height:8px;overflow:hidden}._fill_czuuf_19{background-color:#f5c542;height:100%;border-radius:999px;transition:width .6s ease-out}._label_czuuf_26{font-size:.875rem;font-weight:600;color:#f5c542;white-space:nowrap}._onboardingContainer_1u3xe_1{max-width:800px;margin:0 auto;padding:2rem 1rem;background-color:#0c121b;color:#eee;font-family:Segoe UI,sans-serif}._stepLabel_1u3xe_10{font-size:1rem;margin-bottom:.3rem;color:#bfa64d;text-align:center}._progressBar_1u3xe_17{width:100%;height:6px;background-color:#222;border-radius:4px;overflow:hidden;margin-bottom:2rem}._progressFill_1u3xe_26{height:100%;background-color:#bfa64d;transition:width .4s ease}._stepCard_1u3xe_32{background-color:#121a26;padding:2rem;border-radius:10px;box-shadow:0 0 8px #0006;margin-bottom:2rem}._stepTitle_1u3xe_40{font-size:1.5rem;margin-bottom:1.5rem;text-align:center;color:#fff}._radioOption_1u3xe_47{display:block;padding:.75rem 1rem;margin-bottom:.5rem;background-color:#1b2735;border-radius:8px;cursor:pointer;transition:background-color .3s ease}._radioOption_1u3xe_47:hover{background-color:#2a3544}._radioOption_1u3xe_47 input[type=radio]{margin-right:.6rem}._optionLabel_1u3xe_65{font-size:1rem;color:#ccc}._navigation_1u3xe_70{text-align:center}._nextButton_1u3xe_74{background-color:#bfa64d;color:#000;padding:.8rem 2rem;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}._nextButton_1u3xe_74:hover{background-color:#e0bf60}._error_1u3xe_89{margin-top:1rem;color:#ff6b6b;font-size:.9rem}@media(max-width:600px){._stepCard_1u3xe_32{padding:1.2rem}._stepTitle_1u3xe_40{font-size:1.2rem}._nextButton_1u3xe_74{width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}._container_1o8xg_2{background-color:#121a26;padding:1.5rem;border-radius:10px;box-shadow:0 0 8px #0006;margin-top:1rem}._container_1o8xg_2 label{display:block;font-size:1rem;margin-bottom:.4rem;color:#ccc}._container_1o8xg_2 input{width:100%;padding:.75rem;font-size:1rem;background-color:#1b2735;color:#fff;border:none;border-radius:6px;margin-bottom:1rem}._container_1o8xg_2 input:focus{outline:2px solid #bfa64d}._buttons_1o8xg_35{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1rem}._buttons_1o8xg_35 button{flex:1;background-color:#bfa64d;color:#000;padding:.6rem 1rem;font-size:.95rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}._buttons_1o8xg_35 button:hover{background-color:#e0bf60}._map_1o8xg_59{width:100%;height:300px;border-radius:8px;overflow:hidden;margin-top:.5rem}@media(max-width:600px){._buttons_1o8xg_35{flex-direction:column}._buttons_1o8xg_35 button{width:100%}}._navContainer_r83ji_1{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;flex-wrap:wrap}._navButton_r83ji_9{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:999px;border:none;cursor:pointer;transition:all .3s ease;min-width:120px}._secondary_r83ji_21{background-color:transparent;color:#f5c542;border:2px solid #F5C542}._secondary_r83ji_21:hover:not(:disabled){background-color:#f5c5421a;box-shadow:0 0 8px #f5c542}._primary_r83ji_33{background-color:#f5c542;color:#1a1a1a}._primary_r83ji_33:hover:not(:disabled){background-color:#ffd95a;box-shadow:0 0 8px #f5c542}._navButton_r83ji_9:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}._wrapper_1p34q_1{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem}._backBtn_1p34q_8,._saveBtn_1p34q_9{padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}._backBtn_1p34q_8{background-color:#f0f0f0;color:#333}._backBtn_1p34q_8:hover{background-color:#e0e0e0}._saveBtn_1p34q_9{background-color:#007aff;color:#fff}._saveBtn_1p34q_9:hover{background-color:#005ecb}._onboardingContainer_wc32m_11{max-width:800px;margin:0 auto;padding:2rem 1rem}._stepLabel_wc32m_18{font-size:1rem;margin-bottom:.3rem;color:#bfa64d;text-align:center}._progressBar_wc32m_25{width:100%;height:6px;background-color:#222;border-radius:4px;overflow:hidden;margin-bottom:2rem}._progressFill_wc32m_34{height:100%;background-color:#bfa64d;width:0;transition:width .4s ease}._stepCard_wc32m_42{background-color:#121a26;padding:2rem;border-radius:10px;box-shadow:0 0 8px #0006;margin-bottom:2rem}._stepTitle_wc32m_50{font-size:1.5rem;margin-bottom:1.5rem;text-align:center;color:#fff}._inputGroup_wc32m_58{margin-bottom:1.2rem}._inputGroup_wc32m_58 label{display:block;font-size:1rem;margin-bottom:.4rem;color:#ccc}._inputGroup_wc32m_58 input,._inputGroup_wc32m_58 select{width:100%;padding:.75rem;font-size:1rem;background-color:#1b2735;color:#fff;border:none;border-radius:6px}._inputGroup_wc32m_58 input:focus,._inputGroup_wc32m_58 select:focus{outline:2px solid #bfa64d}._coupleContainer_wc32m_86{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}._partnerInfo_wc32m_93{flex:1 1 48%;background-color:#1a1f2b;padding:1rem;border-radius:8px;border:1px solid #2a3444}._partnerInfo_wc32m_93 h2{font-size:1.2rem;margin-bottom:1rem;color:#bfa64d}._navigation_wc32m_108{text-align:center}._nextButton_wc32m_112{background-color:#bfa64d;color:#000;padding:.8rem 2rem;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}._nextButton_wc32m_112:hover{background-color:#e0bf60}._error_wc32m_127{color:#ff6b6b;margin-top:1rem;font-size:.9rem}._container_1jgmd_1{background-color:#ffffff0d;border:2px solid #bfa64d;border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;box-shadow:0 0 10px #bfa64d33}._header_1jgmd_12{margin-bottom:1rem}._title_1jgmd_16{font-size:1.5rem;color:#bfa64d;margin-bottom:.25rem}._description_1jgmd_22{font-size:1rem;color:#ccc}._inputGroup_1jgmd_28{margin-bottom:1rem;display:flex;flex-direction:column}._label_1jgmd_34{font-weight:500;margin-bottom:.25rem;color:#bfa64d}._select_1jgmd_40,._dateInput_1jgmd_41{padding:.5rem;border-radius:8px;border:1px solid #bfa64d;background-color:#ffffff1a;color:#fff;font-size:1rem}._select_1jgmd_40:focus,._dateInput_1jgmd_41:focus{outline:none;border-color:#fff;background-color:#fff3}._categoryBlock_1jgmd_58{margin-top:1.5rem}._categoryTitle_1jgmd_62{font-size:1.2rem;color:#fff;margin-bottom:.5rem}._tagGrid_1jgmd_69{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start}._tagCard_1jgmd_76{padding:.6rem 1.2rem;border-radius:999px;background-color:#bfa64d;border:1px solid #bfa64d;color:#0b0f1a;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;box-shadow:0 2px 4px #bfa64d33}._tagCard_1jgmd_76:hover{background-color:#d8c27a;border-color:#d8c27a;color:#000}._selected_1jgmd_100{background-color:#1b2735!important;color:#eee!important;border:1px solid #eee!important}@media(max-width:768px){._container_1jgmd_1{padding:1rem}._tagCard_1jgmd_76{font-size:.9rem;padding:.5rem 1rem;border-radius:999px;text-align:center}._select_1jgmd_40,._dateInput_1jgmd_41{font-size:.95rem}}.privacynote{font-size:.8rem;color:#aaa;text-align:center;margin-top:2rem;line-height:1.4}._step3photoContainer_vxsbf_1{display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:2rem;gap:1.5rem;background-color:#0b0f1a}._progressWrapper_vxsbf_12{margin-bottom:1rem}._tabHeader_vxsbf_17{display:flex;gap:1rem;margin-bottom:0;flex-wrap:wrap;justify-content:center}._tabButton_vxsbf_25{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:12px 12px 0 0;border:none;cursor:pointer;background-color:#2a2f3a;color:#ccc;transition:all .3s ease;box-shadow:inset 0 -2px #ffffff1a}._tabButton_vxsbf_25:hover{background-color:#3a3f4a}._tabButton_vxsbf_25._active_vxsbf_42:nth-child(1){background-color:#d4af37;color:#0b0f1a}._tabButton_vxsbf_25._active_vxsbf_42:nth-child(2){background-color:#800020;color:#fff}._tabContentWrapper_vxsbf_53{flex-grow:1;padding:1rem;border-radius:0 0 12px 12px;background-color:#ffffff0d;border:2px solid transparent;border-top:none;box-shadow:0 0 0 2px #ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:relative}._goldTheme_vxsbf_65 ._tabContentWrapper_vxsbf_53{border-color:#d4af37}._burgundyTheme_vxsbf_69 ._tabContentWrapper_vxsbf_53{border-color:#800020}._tabContent_vxsbf_53{display:none}._tabContent_vxsbf_53._visible_vxsbf_78{display:block;animation:_slideIn_vxsbf_1 .4s ease}@keyframes _slideIn_vxsbf_1{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}._message_vxsbf_95{margin-bottom:1rem;color:#0f9;animation:_fadeIn_vxsbf_1 .6s ease-in-out;white-space:pre-line}._error_vxsbf_102{color:#ff4d4d;margin-bottom:1rem}@keyframes _fadeIn_vxsbf_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){._tabHeader_vxsbf_17{flex-direction:column;align-items:stretch}._tabButton_vxsbf_25{border-radius:12px 12px 0 0;text-align:center}._tabContentWrapper_vxsbf_53{padding:1rem .5rem}}._tagSheetOverlay_fmivw_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0b0f1ae6;display:flex;align-items:center;justify-content:center;z-index:1000}._tagSheetPopup_fmivw_14{background-color:#1b2735;padding:2rem;border-radius:16px;max-width:500px;width:90%;color:#fff;box-shadow:0 0 12px #0006}._tagSheetPopup_fmivw_14 h2{font-size:1.5rem;color:#bfa64d;margin-bottom:1rem}._tagDescription_fmivw_30{font-size:1rem;color:#ccc;margin-bottom:1.5rem;line-height:1.4}._importanceOptions_fmivw_37{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}._importanceBtn_fmivw_44{background-color:#bfa64d;color:#0b0f1a;border:none;border-radius:12px;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;box-shadow:0 2px 4px #bfa64d4d}._importanceBtn_fmivw_44:hover{background-color:#d8c27a}._selected_fmivw_61{background-color:#1b2735;color:#eee;border:1px solid #eee}._actions_fmivw_68{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;flex-wrap:wrap}._actions_fmivw_68 button{flex:1;background-color:#2e2e2e;color:#fff;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}._actions_fmivw_68 button:hover{background-color:#444}._actions_fmivw_68 button:active:first-child{background-color:#0a6;color:#fff}._actions_fmivw_68 button:active:nth-child(2){background-color:#c33;color:#fff}._clearButton_fmivw_107{background-color:#bfa64d;color:#0b0f1a;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;flex:1}._clearButton_fmivw_107:hover{background-color:#d8c27a}@media screen and (max-width:600px){._tagSheetPopup_fmivw_14{padding:1.5rem}._importanceBtn_fmivw_44{font-size:.95rem;padding:.6rem 1rem}._actions_fmivw_68{flex-direction:row!important}._actions_fmivw_68 button,._clearButton_fmivw_107{width:auto!important}}._wrapper_8psxl_1{display:flex;flex-direction:column;gap:2rem;padding:1rem}._category_8psxl_8{margin-bottom:2rem}._categoryTitle_8psxl_12{font-size:1.4rem;color:#fff;margin-bottom:.3rem}._categoryDescription_8psxl_18{font-size:1rem;color:#fff;margin-bottom:.5rem}._tags_8psxl_24{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start}._tagCard_8psxl_31{background-color:#bfa64d;border:1px solid #bfa64d;border-radius:999px;padding:.7rem 1.2rem;color:#0b0f1a;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;max-width:100%;box-shadow:0 2px 4px #bfa64d33}._tagCard_8psxl_31:hover{background-color:#d8c27a;border-color:#d8c27a;color:#000}._tagCard_8psxl_31._selected_8psxl_55{background-color:#1b2735!important;color:#eee!important;border:1px solid #eee!important}._emoji_8psxl_61{font-size:1.4rem;margin-right:.4rem}._saveButton_8psxl_66{background-color:#0a6;color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;align-self:center;transition:background-color .3s ease;box-shadow:0 2px 6px #00aa664d;margin-top:2rem}._saveButton_8psxl_66:hover{background-color:#0c7}._tagSheetButton_8psxl_86{background-color:#bfa64d;color:#0b0f1a;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;box-shadow:0 2px 4px #bfa64d4d}._tagSheetButton_8psxl_86:hover{background-color:#d8c27a}._navigationButtons_8psxl_104{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;flex-wrap:nowrap}._navigationButtons_8psxl_104 button{flex:1;width:auto}@media screen and (max-width:600px){._tags_8psxl_24{justify-content:flex-start}._tagCard_8psxl_31{font-size:.85rem;padding:.6rem 1rem}._categoryTitle_8psxl_12{font-size:1.2rem}._categoryDescription_8psxl_18{font-size:.95rem}._saveButton_8psxl_66{width:100%;font-size:1rem;padding:1rem}._tagSheetButton_8psxl_86{width:100%;font-size:1rem;padding:.75rem}._navigationButtons_8psxl_104{flex-direction:row!important}._navigationButtons_8psxl_104 button{width:auto!important}}._container_5lue4_3{background-color:#0c121b;color:#eee;font-family:Segoe UI,sans-serif;padding:2rem 1rem;max-width:850px;margin:0 auto}._title_5lue4_12{font-size:1.8rem;color:#bfa64d;margin-bottom:.5rem}._description_5lue4_18{font-size:1rem;color:#ccc;margin-bottom:1rem}._privacyDisclaimer_5lue4_24{font-size:.85rem;color:#aaa;margin-bottom:2rem;text-align:center}._categories_5lue4_32,._category_5lue4_36{margin-bottom:2rem}._categoryTitle_5lue4_40{margin-bottom:.3rem;color:#d1d1d1}._categorySubtitle_5lue4_45{font-size:.8rem;color:#888;margin-bottom:.5rem}._tags_5lue4_51{display:flex;flex-wrap:wrap;gap:.5rem}._tag_5lue4_51{background-color:#1b2735;border:1px solid #2a3444;border-radius:999px;padding:.4rem 1rem;color:#eee;font-size:.85rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000004d;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center}._tag_5lue4_51:hover{background-color:#bfa64d;color:#000;box-shadow:0 0 0 2px #bfa64d}._tagSelected_5lue4_78{background-color:#bfa64d;color:#000;border-color:#bfa64d;box-shadow:0 0 0 2px #bfa64d}._customPractice_5lue4_86{margin-top:2rem}._customLabel_5lue4_90{display:block;margin-bottom:.5rem;color:#bfa64d}._customInput_5lue4_96{width:100%;background-color:#1a1f2b;color:#eee;border:1px solid #2a3444;border-radius:8px;padding:1rem;margin-bottom:2rem;font-size:1rem}._container_1645s_6{display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:1.5rem;gap:.75rem;background-color:#1b2735}._title_1645s_19{font-size:2rem;font-weight:700;color:#bfa64d;text-align:center;margin-bottom:.25rem}._subtitle_1645s_28{font-size:1.1rem;color:#ccc;text-align:center;margin-bottom:1rem}._textarea_1645s_36{width:100%;min-height:150px;padding:1rem;border-radius:12px;border:1px solid #bfa64d;background-color:#ffffff0d;color:#fff;font-size:1rem;resize:vertical;transition:border-color .3s ease;margin:0}._textarea_1645s_36:focus{outline:none;border-color:#fff;background-color:#ffffff1a}._saveButton_1645s_57{background-color:#0a6;color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;box-shadow:0 2px 6px #00aa664d;margin-top:.5rem;align-self:center}._saveButton_1645s_57:hover{background-color:#0c7}._message_1645s_77{color:#0f9;font-weight:500;text-align:center}._error_1645s_83{color:#ff4d4d;font-weight:500;text-align:center}@media screen and (max-width:600px){._container_1645s_6{padding:1rem;gap:.5rem}._title_1645s_19{font-size:1.6rem}._subtitle_1645s_28{font-size:1rem}._textarea_1645s_36{font-size:.95rem;padding:.75rem;width:100%}._saveButton_1645s_57{width:100%;font-size:1rem;padding:1rem;margin-top:.5rem}}._container_15742_1{display:flex;flex-direction:column;align-items:center;background-color:#1b2735;padding:1rem}._content_15742_10{display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px;margin-top:.5rem;gap:.5rem}._title_15742_21{font-size:1.8rem;font-weight:700;color:#bfa64d;text-align:center;margin:0}._subtitle_15742_30{font-size:1rem;color:#ccc;text-align:center;margin:0}._bioEditorWrapper_15742_38{width:100%;margin-top:.5rem;margin-bottom:.5rem}._navButtonsWrapper_15742_45{width:100%;margin-top:.5rem}@media screen and (max-width:600px){._content_15742_10{gap:.4rem;margin-top:.25rem}._title_15742_21{font-size:1.5rem}._subtitle_15742_30{font-size:.95rem}._bioEditorWrapper_15742_38{margin-top:.4rem;margin-bottom:.4rem}._navButtonsWrapper_15742_45{margin-top:.4rem}}*{box-sizing:border-box}._loaderWrapper_1dytw_7{position:relative;z-index:10000}._container_1dytw_13{position:relative;background-color:#0c121b;color:#eee;font-family:Segoe UI,sans-serif;padding:2rem 1rem;max-width:850px;margin:0 auto}h2{font-size:1.6rem;color:#bfa64d;margin-bottom:1rem;text-align:center}._error_1dytw_30{color:#ff6b6b;background-color:#2a1a1a;padding:.75rem;border-radius:6px;margin-bottom:1rem;text-align:center}._gallery_1dytw_40{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;align-items:flex-start;margin-top:1rem;margin-bottom:2rem;position:relative;z-index:1;overflow:visible}._itemContainer_1dytw_54{position:relative;overflow:visible;width:140px;height:140px;display:flex;flex-direction:column;align-items:center}._mediaItem_1dytw_65{background-color:#1b2735;border:1px solid #2a3444;border-radius:8px;padding:.5rem;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .3s ease;touch-action:none}._profileHighlight_1dytw_81{border:2px solid gold;transform:scale(1.05);z-index:1}._preview_1dytw_88{width:100%;height:100%;object-fit:cover;border-radius:6px}._profileLabel_1dytw_96{position:absolute;bottom:6px;left:50%;transform:translate(-50%);background-color:#ffd700d9;color:#000;padding:4px 8px;font-size:.75rem;border-radius:6px;font-weight:500}._deleteIcon_1dytw_110{position:absolute;top:6px;right:6px;width:28px;height:28px;font-size:1rem;background-color:#0009;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;z-index:10;border:none;padding:0}._deleteIcon_1dytw_110:hover{background-color:#f00c}._uploadButton_1dytw_135{display:flex;align-items:center;justify-content:center;width:140px;height:140px;border:2px dashed #888;border-radius:12px;cursor:pointer;font-size:.9rem;color:#ccc;background-color:#1a1f2b;transition:border-color .3s ease,background-color .3s ease;text-align:center;padding:1rem;order:999;flex-shrink:0}._uploadButton_1dytw_135:hover{border-color:#fff;background-color:#2a2f3b}._dragging_1dytw_160{position:absolute;z-index:9999;pointer-events:none;opacity:.9;box-shadow:0 8px 16px #0006;transform:scale(1.05)}._overlay_1dytw_170{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._localSpinner_1dytw_183{width:60px;height:60px;border:6px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:_spin_1dytw_1 .8s linear infinite}@keyframes _spin_1dytw_1{to{transform:rotate(360deg)}}@media screen and (max-width:600px){._itemContainer_1dytw_54{width:100px;height:100px}._uploadButton_1dytw_135{width:100px;height:100px;font-size:.85rem;padding:.75rem}}._container_u6wsm_1{display:flex;flex-direction:column;align-items:center;background-color:#1b2735;color:#fff;min-height:100vh;padding:2rem 1rem}h1{font-size:2rem;font-weight:700;color:#bfa64d;text-align:center;margin-bottom:.5rem}._subtitle_u6wsm_21{font-size:1.1rem;color:#ccc;text-align:center;margin-bottom:1rem;max-width:600px}._warning_u6wsm_30,._limitWarning_u6wsm_31{color:#ff4d4d;font-weight:500;text-align:center;margin-bottom:1rem}._gallery_u6wsm_39{margin-bottom:2rem;position:relative;z-index:1}._navigation_u6wsm_46{margin-top:2rem;width:100%;max-width:600px;display:flex;justify-content:space-between;position:relative;z-index:2}@media screen and (max-width:600px){._container_u6wsm_1{padding:1.5rem 1rem}h1{font-size:1.6rem}._subtitle_u6wsm_21{font-size:1rem}._navigation_u6wsm_46{flex-direction:column;gap:.75rem;align-items:stretch}}._overlay_1td94_1{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;animation:_fadeIn_1td94_1 .25s ease-out;z-index:9999}@keyframes _fadeIn_1td94_1{0%{opacity:0}to{opacity:1}}._modal_1td94_17{background:#fff;width:90%;max-width:480px;padding:2rem;border-radius:16px;animation:_fadeIn_1td94_1 .3s ease-out}._title_1td94_26{font-size:1.6rem;font-weight:700;margin-bottom:.5rem;text-align:center}._subtitle_1td94_33{font-size:1rem;color:#666;text-align:center;margin-bottom:2rem}._toggleCard_1td94_41{display:flex;align-items:center;background:#f7f7f7;padding:1rem;border-radius:12px;margin-bottom:1rem}._iconPlaceholder_1td94_50{width:40px;height:40px;background:#ddd;border-radius:8px;margin-right:1rem}._textBlock_1td94_58{flex:1}._toggleTitle_1td94_62{font-size:1.1rem;font-weight:600}._toggleDesc_1td94_67{font-size:.85rem;color:#666}._switch_1td94_73{position:relative;display:inline-block;width:50px;height:26px}._switch_1td94_73 input{opacity:0;width:0;height:0}._slider_1td94_86{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:26px}._slider_1td94_86:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}._switch_1td94_73 input:checked+._slider_1td94_86{background-color:#4caf50}._switch_1td94_73 input:checked+._slider_1td94_86:before{transform:translate(24px)}._continueBtn_1td94_119{width:100%;padding:.9rem;background:#4caf50;color:#fff;border:none;border-radius:10px;font-size:1.1rem;margin-top:1rem;cursor:pointer}._closeBtn_1td94_131{width:100%;padding:.8rem;background:transparent;color:#333;border:none;margin-top:.5rem;cursor:pointer;font-size:.9rem}._container_17t7x_3{background-color:#1b2735;color:#fff;font-family:Segoe UI,sans-serif;min-height:100vh;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center}._header_17t7x_15{width:100%;max-width:900px;text-align:center;margin-bottom:1rem}._header_17t7x_15 h1{font-size:2rem;font-weight:700;color:#bfa64d;margin-bottom:.5rem}._header_17t7x_15 ._subtitle_17t7x_29{font-size:1.1rem;color:#ccc}._content_17t7x_35{width:100%;max-width:900px;margin-top:1.5rem}._pageActions_17t7x_42{width:100%;max-width:900px;margin-top:1.5rem;display:flex;justify-content:center;gap:.75rem}._secondaryButton_17t7x_51{background-color:transparent;border:1px solid #2a3444;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease}._secondaryButton_17t7x_51:hover{border-color:#bfa64d;color:#bfa64d}@media screen and (max-width:600px){._container_17t7x_3{padding:1.5rem 1rem}._header_17t7x_15 h1{font-size:1.6rem}._header_17t7x_15 ._subtitle_17t7x_29{font-size:1rem}._content_17t7x_35,._pageActions_17t7x_42{max-width:100%}}._navbar_1jkru_1{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background-color:#0a0f2c;border-bottom:1px solid #1c223f;position:sticky;top:0;z-index:1000}._logo_1jkru_13 img{height:28px}._navLinks_1jkru_17{display:flex;gap:20px;list-style:none;padding:0;margin:0}._navLinks_1jkru_17 li a{color:#f5f5f5;text-decoration:none;display:flex;align-items:center;transition:color .2s ease}._navLinks_1jkru_17 li a:hover,._active_1jkru_37 a{color:#f5c518}._notifWrapper_1jkru_42{position:relative;display:inline-flex;align-items:center;justify-content:center}._badge_1jkru_50{position:absolute;top:-6px;right:-6px;background-color:#f44336;color:#fff;font-size:12px;font-weight:700;border-radius:50%;padding:2px 6px;min-width:18px;text-align:center}._modalOverlay_1jkru_65{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0a0f2ccc;display:flex;align-items:center;justify-content:center;z-index:2000}._modalContent_1jkru_79{background-color:#1c223f;color:#f5f5f5;padding:20px;border-radius:8px;max-width:400px;width:90%;text-align:center;box-shadow:0 4px 12px #0000004d}._modalContent_1jkru_79 img{width:80px;height:80px;border-radius:50%;margin-bottom:12px;object-fit:cover;border:2px solid #f5c518}._modalContent_1jkru_79 h3{margin:8px 0;font-size:18px;color:#f5c518}._modalContent_1jkru_79 p{font-size:14px;color:#ccc}._modalContent_1jkru_79 button{margin-top:16px;background-color:#f5c518;color:#0a0f2c;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color .2s ease}._modalContent_1jkru_79 button:hover{background-color:#ffd84d}._tabsContainer_1jkru_129{display:flex;justify-content:space-between;padding:8px 12px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}._tabItem_1jkru_137{font-size:14px;opacity:.6;cursor:pointer;position:relative}._activeTab_1jkru_144{opacity:1;font-weight:600}._badge_1jkru_50{position:absolute;top:-4px;right:-10px;width:8px;height:8px;background:#ff3b5c;border-radius:50%}@media(max-width:600px){._navbar_1jkru_1{flex-direction:column;align-items:flex-start;padding:10px 16px}._navLinks_1jkru_17{width:100%;justify-content:space-around;margin-top:8px}}._modalOverlay_8jqk1_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0a0f2ccc;display:flex;align-items:center;justify-content:center;z-index:2000}._modalContent_8jqk1_14{background-color:#1c223f;color:#f5f5f5;padding:20px;border-radius:8px;max-width:400px;width:90%;text-align:center;box-shadow:0 4px 12px #0000004d}._visitItem_8jqk1_25{margin-bottom:16px}._visitItem_8jqk1_25 img{width:80px;height:80px;border-radius:50%;margin-bottom:12px;object-fit:cover;border:2px solid #f5c518}._blurred_8jqk1_38{filter:blur(6px)}._modalContent_8jqk1_14 h3{margin:8px 0;font-size:18px;color:#f5c518}._modalContent_8jqk1_14 p{font-size:14px;color:#ccc}._modalContent_8jqk1_14 button{margin-top:16px;background-color:#f5c518;color:#0a0f2c;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color .2s ease}._modalContent_8jqk1_14 button:hover{background-color:#ffd84d}._visitItem_8jqk1_25{display:flex;align-items:center;gap:12px;margin-bottom:16px;text-align:left}._visitItem_8jqk1_25 img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #f5c518;flex-shrink:0}._visitText_8jqk1_85{display:flex;flex-direction:column;justify-content:center}._subscriptionWrapper_8jqk1_91{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0a0f2cd9;display:flex;align-items:center;justify-content:center;z-index:3000}._closeSub_8jqk1_105{position:absolute;top:16px;right:16px;background:#f5c518;color:#0a0f2c;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color .2s ease}._closeSub_8jqk1_105:hover{background-color:#ffd84d}._modalOverlay_1r52b_5{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0a0f2ccc;display:flex;align-items:center;justify-content:center;z-index:2000}._modalContent_1r52b_18{background-color:#1c223f;color:#f5f5f5;padding:20px;border-radius:10px;max-width:420px;width:92%;text-align:left;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column;gap:14px}._modalContent_1r52b_18 h2{margin-bottom:10px;font-size:20px;color:#f5c518;text-align:center;font-weight:600}._tabsContainer_1r52b_44{display:flex;justify-content:space-between;padding:10px 6px;margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08);gap:12px}._tabItem_1r52b_53{font-size:16px;opacity:.6;cursor:pointer;position:relative;padding:8px 12px;transition:opacity .2s ease,color .2s ease;color:#f5f5f5}._tabItem_1r52b_53:hover{opacity:.85;color:#f5c518}._activeTab_1r52b_68{opacity:1;font-weight:600;color:#f5c518;border-bottom:2px solid #f5c518}._badge_1r52b_76{position:absolute;top:-4px;right:-6px;width:10px;height:10px;background:#f5c518;border-radius:50%;box-shadow:0 0 4px #f5c51899}._badgeCount_1r52b_88{background-color:#f5c518;color:#0a0f2c;font-size:12px;font-weight:700;padding:2px 6px;border-radius:12px;min-width:20px;text-align:center;margin-left:8px}._messageItem_1r52b_104{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:8px;background-color:#ffffff0d;transition:background-color .2s ease;cursor:pointer}._messageItem_1r52b_104:hover{background-color:#ffffff1a}._avatar_1r52b_119{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #f5c518;flex-shrink:0}._messageText_1r52b_128{display:flex;flex-direction:column;gap:4px;flex:1}._headerRow_1r52b_135{display:flex;align-items:center;justify-content:space-between;position:relative}._messageText_1r52b_128 h3{margin:0;font-size:16px;color:#f5c518;font-weight:600}._messageText_1r52b_128 p{margin:0;font-size:14px;color:#ccc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._timestamp_1r52b_158{font-size:12px;color:#888;align-self:flex-end}._modalContent_1r52b_18 button{margin-top:8px;background-color:#f5c518;color:#0a0f2c;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:700;transition:background-color .2s ease;font-size:15px}._modalContent_1r52b_18 button:hover{background-color:#ffd84d}._messageText_1r52b_128{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}._toastContainer_uzz06_1{position:fixed;bottom:90px;left:0;right:0;display:flex;justify-content:center;z-index:9999;animation:_slideUp_uzz06_1 .3s ease-out}._toastCard_uzz06_12{background:#141414f2;color:#fff;padding:12px 16px;border-radius:14px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #0000004d;max-width:90%;cursor:pointer}._avatar_uzz06_25{width:42px;height:42px;border-radius:50%;object-fit:cover}._textBlock_uzz06_32{display:flex;flex-direction:column}._preview_uzz06_37{opacity:.8;font-size:14px}@keyframes _slideUp_uzz06_1{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}._installBanner_1oa1z_1{position:fixed;top:56px;left:-100%;width:95%;margin:0 auto;background:#ff2f6e;color:#fff;border-radius:14px;box-shadow:0 4px 18px #00000026;padding:18px 20px 16px;display:flex;align-items:center;gap:16px;z-index:9999;transition:left .45s cubic-bezier(.22,1,.36,1)}._show_1oa1z_25{left:50%;transform:translate(-50%)}._close_1oa1z_31{position:absolute;top:-10px;right:-10px;background:#0006;border:none;width:28px;height:28px;border-radius:50%;font-size:16px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._icon_1oa1z_52{width:48px;height:48px;border-radius:12px;object-fit:cover;border:2px solid white;cursor:pointer}._center_1oa1z_62{flex:1;text-align:center;cursor:pointer}._center_1oa1z_62 h3{margin:0;font-size:16px;font-weight:600}._center_1oa1z_62 p{margin:2px 0 0;font-size:13px;opacity:.9}._installBtn_1oa1z_81{background:#fff;color:#ff2f6e;border:none;padding:10px 16px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}._installBtn_1oa1z_81:hover{background:#ffe3ef}._overlay_5qjvf_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._spinner_5qjvf_15{width:60px;height:60px;border:6px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:_spin_5qjvf_15 .8s linear infinite}@keyframes _spin_5qjvf_15{to{transform:rotate(360deg)}}
