@charset "UTF-8";._splitScreen_brpjs_3{display:flex;width:100%;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(45deg,#8fa1c1,#7a95af,#ff7b7b,#e91e63);background-size:200% 200%;animation:_gradientFlow_brpjs_1 12s ease infinite;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}@keyframes _gradientFlow_brpjs_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._leftPanel_brpjs_28,._rightPanel_brpjs_29{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px;min-height:50vh}._leftPanel_brpjs_28{color:#fff}._rightPanel_brpjs_29{background:#fff;border-top-left-radius:36px;border-bottom-left-radius:36px;box-shadow:-8px 0 20px #0000001a}._brandTitle_brpjs_52{font-size:46px;font-weight:800;margin-bottom:10px;letter-spacing:1px;text-shadow:0 2px 6px rgba(255,255,255,.3)}._brandSubtitle_brpjs_60{font-size:18px;opacity:.95;max-width:340px;line-height:1.4}._container_brpjs_68{background:#fff;border-radius:20px;box-shadow:0 8px 24px #0000001f;padding:40px 32px;display:flex;flex-direction:column;gap:20px;width:100%;max-width:420px;animation:_fadeIn_brpjs_1 .6s ease}@keyframes _fadeIn_brpjs_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._heading_brpjs_91{font-size:30px;font-weight:700;background:linear-gradient(90deg,#ff7597,#7a95af);-webkit-background-clip:text;color:transparent;text-align:center}._form_brpjs_101{display:flex;flex-direction:column;gap:16px;max-height:70vh;overflow-y:auto;padding-right:10px;scroll-behavior:smooth}._sectionGroup_brpjs_111{margin-top:16px;border-top:1px solid #eee;padding-top:12px}._sectionTitle_brpjs_117{font-weight:600;font-size:15px;color:#666;margin-bottom:8px}._input_brpjs_125{width:100%;padding:12px 14px;border:1px solid #d3d3d3;border-radius:10px;font-size:15px;transition:border-color .2s,box-shadow .2s;background:#fafafa}._input_brpjs_125:focus{border-color:#ff7597;outline:none;box-shadow:0 0 8px #ff75974d}._section_brpjs_111{display:flex;flex-direction:column;gap:6px;text-align:left}._icon_brpjs_149{margin-right:6px}._teal_brpjs_154{color:#7a95af}._pink_brpjs_158{color:#ff7597}._orange_brpjs_162{color:#f57c00}._gold_brpjs_166{color:#fbc02d}._submitButton_brpjs_171{width:100%;padding:12px 0;background:linear-gradient(45deg,#ff7597,#ff9f7c,#7a95af);background-size:400% 400%;border:none;border-radius:10px;font-size:16px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s;animation:_pulseGradient_brpjs_1 6s ease infinite}@keyframes _pulseGradient_brpjs_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._submitButton_brpjs_171:hover{transform:translateY(-2px)}._toggleButton_brpjs_201{background:none;border:none;color:#666;cursor:pointer;font-size:14px;text-decoration:underline;align-self:center}._buttonSpinner_brpjs_212{border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;width:16px;height:16px;animation:_spin_brpjs_1 1s linear infinite;display:inline-block;vertical-align:middle;margin-right:8px}@keyframes _spin_brpjs_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 900px){._splitScreen_brpjs_3{flex-direction:column;height:auto;justify-content:center;align-items:center;background:linear-gradient(135deg,#f7c1bb,#7a95af);padding:0}._leftPanel_brpjs_28,._rightPanel_brpjs_29{flex:none;width:100%;padding:24px;min-height:auto}._rightPanel_brpjs_29{border-radius:0;box-shadow:none}._container_brpjs_68{max-width:100%;padding:24px 20px}._heading_brpjs_91{font-size:22px}._submitButton_brpjs_171{font-size:15px}._brandTitle_brpjs_52{font-size:32px}._brandSubtitle_brpjs_60{font-size:15px}}@media (max-width: 480px){._brandTitle_brpjs_52{font-size:26px}._container_brpjs_68{padding:20px 16px}._heading_brpjs_91{font-size:20px}._submitButton_brpjs_171{font-size:14px}}._spotifyContainer_brpjs_285{margin-top:8px;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .2s}._spotifyContainer_brpjs_285:hover{transform:scale(1.02)}._spotifyContainer_brpjs_285 iframe{width:100%;height:80px;border:none;border-radius:10px}@media (max-width: 900px){._spotifyContainer_brpjs_285 iframe{height:70px}}@media (max-width: 480px){._spotifyContainer_brpjs_285 iframe{height:60px}}._linkButton_brpjs_312{background:none;border:none;color:#007bff;text-decoration:underline;margin-top:10px;cursor:pointer;font-size:.9rem}._forgotSection_brpjs_322{display:flex;flex-direction:column;gap:16px;text-align:left}._forgotSection_brpjs_322 p{font-size:.9rem;color:#666}._checkboxSection_brpjs_335 label{display:flex;align-items:flex-start;gap:12px;font-size:15px;font-weight:600;color:#666;background:#fff0f5;padding:12px 16px;border-radius:12px;border:1px solid #ff7597;cursor:pointer;flex-wrap:wrap;box-shadow:0 4px 12px #ff759733}._checkboxSection_brpjs_335 input[type=checkbox]{width:20px;height:20px;flex-shrink:0;accent-color:#ff7597;margin-top:2px}._checkboxSection_brpjs_335 p{margin:0;line-height:1.4}@media (max-width: 480px){._checkboxSection_brpjs_335 label{font-size:14px;padding:10px 12px;gap:8px}._checkboxSection_brpjs_335 input[type=checkbox]{width:18px;height:18px}}input,textarea,select{max-width:100%;box-sizing:border-box}html,body,#_root_1vtf9_1{height:100%;width:100%;margin:0;padding:0;background-color:#6e5e5e;display:flex;flex-direction:column}._app_1vtf9_14{background-color:#6e5e5e;height:100%;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;min-height:100vh}@media (max-width: 900px){._app_1vtf9_14{flex-direction:column;justify-content:flex-start;padding:20px 10px;min-height:auto;overflow-x:hidden}html,body,#_root_1vtf9_1{flex-direction:column;overflow-x:hidden}}@media (max-width: 480px){._app_1vtf9_14{padding:12px 8px}}._header_p8x61_2{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;background:linear-gradient(135deg,#ffecd2,#fcb69f);box-shadow:0 4px 12px #00000014;border-radius:0 0 20px 20px;position:sticky;top:0;z-index:1000;gap:16px;color:#333;flex-wrap:wrap}._logoContainer_p8x61_18{display:flex;align-items:center;margin-right:24px}._logo_p8x61_18{height:42px;width:auto}._headerLeft_p8x61_29{display:flex;align-items:center;gap:14px;flex-grow:1;flex-wrap:wrap}._avatar_p8x61_37{border-radius:50%;width:46px;height:46px;object-fit:cover;border:2px solid #ffe4b5;box-shadow:0 2px 6px #00000014}._avatarPlaceholder_p8x61_46{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#ffd1dc,#ffe4e1);font-size:1.25rem;color:#555}._headerRight_p8x61_58{display:flex;align-items:center;gap:16px;flex-wrap:wrap}._filters_p8x61_66{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#fff4e6;padding:6px 10px;border-radius:12px;border:1px solid #ffe0b2}._filterInput_p8x61_77,._filterSelect_p8x61_78{padding:6px 10px;border-radius:8px;border:1px solid #ffcc80;background:#fff8f0;font-size:.9rem;color:#333;min-width:100px;transition:border-color .2s ease}._filterInput_p8x61_77:focus,._filterSelect_p8x61_78:focus{outline:none;border-color:#ff8c42;box-shadow:0 0 0 2px #ff8c4233}._filterButton_p8x61_95{background:#fff7f0;border:1px solid #ffcc80;border-radius:8px;padding:6px 12px;cursor:pointer;font-size:.9rem;transition:all .2s ease}._filterButton_p8x61_95:hover{background:#ffd70026}._filterButton_p8x61_95._active_p8x61_107{border-color:gold;background:#ffd70040}._langSwitcher_p8x61_112{display:flex;gap:6px;flex-wrap:wrap}._langSwitcher_p8x61_112 button{background:#fff0f5;border:1px solid #ffb6c1;border-radius:12px;padding:6px 12px;font-size:.9rem;font-weight:500;cursor:pointer;color:#333;transition:all .2s ease}._langSwitcher_p8x61_112 button:hover{background:#ffd6e0}._langSwitcher_p8x61_112 button._active_p8x61_107{background:#ff69b4;color:#fff;border-color:#ff69b4}._logoutButton_p8x61_137{padding:8px 18px;border-radius:20px;border:none;background:linear-gradient(135deg,#ff7e5f,#feb47b);color:#fff;cursor:pointer;font-weight:600;font-size:.95rem;box-shadow:0 2px 6px #0000001f;transition:all .25s ease}._logoutButton_p8x61_137:hover{background:linear-gradient(135deg,#ff9068,#ffc27b);transform:translateY(-1px)}._logoutButton_p8x61_137:active{transform:translateY(1px);box-shadow:0 1px 4px #00000014}._clearFiltersButton_p8x61_158{background:#fff7f0;border:1px solid #ffcc80;border-radius:8px;padding:6px 12px;cursor:pointer;font-size:.9rem;font-weight:500;color:#ff6f61;transition:all .2s ease}._clearFiltersButton_p8x61_158:hover{background:#ff6f6126;border-color:#ff6f61}._clearFiltersButton_p8x61_158:active{transform:translateY(1px);box-shadow:0 1px 4px #00000014}@media (max-width: 900px){._header_p8x61_2{flex-direction:column;align-items:flex-start;padding:12px 18px;gap:12px}._logo_p8x61_18{height:36px}._headerRight_p8x61_58,._filters_p8x61_66{width:100%;justify-content:flex-start}}@media (max-width: 480px){._header_p8x61_2{padding:10px 12px;border-radius:0 0 16px 16px}._logoutButton_p8x61_137{padding:6px 14px;font-size:.85rem}._filterInput_p8x61_77,._filterSelect_p8x61_78{min-width:90px;font-size:.85rem}._filterButton_p8x61_95,._clearFiltersButton_p8x61_158{font-size:.85rem;padding:5px 10px}._langSwitcher_p8x61_112 button{padding:5px 10px;font-size:.85rem}}._messagesIndicatorWrapper_p8x61_222{position:relative;display:inline-flex;align-items:center}._messagesIndicatorWrapper_p8x61_222 ._filterCheckbox_p8x61_227{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._messagesIndicatorWrapper_p8x61_222 ._messagesIcon_p8x61_234{margin-right:4px;color:#2ecc71}._messagesIndicatorWrapper_p8x61_222 ._unreadBadge_p8x61_238{background-color:#e74c3c;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:50%;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;pointer-events:none}._card_164uh_2{position:relative;z-index:1;background:#fffffff2;border-radius:16px;padding:1.5rem;width:360px;max-width:90%;color:#222;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;height:461px}._card_164uh_2:hover{transform:translateY(-4px);box-shadow:0 6px 18px #00000026}._header_164uh_24{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._imageWrapper_164uh_31{position:relative;display:inline-block;text-align:center;width:100%}._profileImage_164uh_38{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 2px 8px #00000026;margin-bottom:.7rem}._ageBadge_164uh_48{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);background:#f5f5f5;color:#333;font-size:.8rem;font-weight:600;padding:.25rem .7rem;border-radius:12px;border:1px solid rgba(0,0,0,.08)}._section_164uh_62{margin-bottom:1rem;flex-shrink:0;overflow:auto}._section_164uh_62 h4{font-size:1rem;margin-bottom:.5rem}._detailsList_164uh_73{list-style:none;padding:0;margin:0}._detailsList_164uh_73 li{display:flex;align-items:center;margin-bottom:.25rem;font-size:.9rem}._preferences_164uh_86{display:flex;flex-wrap:wrap;gap:.5rem}._badge_164uh_92{background:#d4f1d4;border:1px solid #a0dca0;padding:.3rem .6rem;border-radius:8px;font-size:.8rem;color:#252;transition:background .2s ease}._badge_164uh_92:hover{background:#b0e6b0}._actionsButtons_164uh_105{display:flex;flex-direction:column;margin-top:auto}._actions_164uh_105{display:flex;justify-content:center;gap:.5rem;flex-shrink:0;flex-wrap:wrap;margin-top:auto;position:relative}._actions_164uh_105 button{flex:1 1 auto;min-width:80px;display:flex;align-items:center;justify-content:center;background:#f0fff0;border:1px solid #a0dca0;color:#252;padding:.5rem .9rem;border-radius:10px;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative}._actions_164uh_105 button:hover{background:#e0ffe0;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}._actions_164uh_105 button svg{margin-right:5px}._actions_164uh_105 button ._unreadBadge_164uh_145{position:absolute;top:-6px;right:-6px;background-color:#e74c3c;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:50%;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;pointer-events:none}._showImagesButton_164uh_164{width:100%;padding:.5rem;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#f0fff0;cursor:pointer;font-weight:500;transition:background .2s ease}._showImagesButton_164uh_164:hover{background:#e0ffe0}._modalOverlay_164uh_179{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}._modalContent_164uh_193{background:#fff;padding:1rem;border-radius:16px;min-width:30%;width:40%;max-height:80%;overflow-y:auto;position:relative;display:flex;flex-direction:column;gap:1rem}._closeModal_164uh_208{position:absolute;top:.5rem;right:.5rem;background:transparent;border:none;font-size:1.2rem;cursor:pointer;color:#333}._additionalImage_164uh_227{width:100px;height:100px;object-fit:cover;border-radius:12px;border:1px solid rgba(0,0,0,.08)}._card_164uh_2._blue_164uh_236{border-color:#4a90e2}._card_164uh_2._green_164uh_240{border-color:#2ecc71}._card_164uh_2._lightgreen_164uh_243{border-color:#7bed9f}._card_164uh_2._red_164uh_247{border-color:#e74c3c}._card_164uh_2._brown_164uh_251{border-color:#8b4513}._card_164uh_2._blonde_164uh_255{border-color:#f1c40f}._modalOverlay_164uh_179{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalContent_164uh_193{background:#f0fff0;padding:1.5rem;border-radius:20px;max-width:40%;max-height:80%;overflow-y:auto;position:relative;display:flex;flex-direction:column;gap:1rem;border:2px solid #2ecc71;box-shadow:0 6px 20px #00000026}._closeModal_164uh_208{position:absolute;top:.7rem;right:.7rem;background:#fff;border:1px solid #2ecc71;color:#2ecc71;font-size:1.3rem;border-radius:50%;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._closeModal_164uh_208:hover{background:#2ecc71;color:#fff;transform:scale(1.1)}._imageGallery_164uh_220{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}._additionalImage_164uh_227{width:100px;height:100px;object-fit:cover;border-radius:12px;border:2px solid #a0dca0;transition:transform .2s ease}._additionalImage_164uh_227:hover{transform:scale(1.05);border-color:#2ecc71}._onlineIndicator_164uh_335{position:absolute;bottom:10px;right:10px;width:14px;height:14px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 4px #0003;background-color:#e74c3c}._onlineIndicator_164uh_335._online_164uh_335{background-color:#2ecc71}button:disabled{opacity:.5;cursor:not-allowed}._bio_164uh_355{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._spotifyPreview_164uh_364{position:absolute;bottom:0;left:0;width:100%;opacity:0;transform:translateY(100%);transition:all .4s ease;background:#0006;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.5rem;z-index:0}._spotifyPreview_164uh_364 iframe{width:100%;max-width:100%;height:80px;border-radius:10px 10px 0 0;border:none}._card_164uh_2:hover ._spotifyPreview_164uh_364{opacity:1;transform:translateY(0)}._dateButton_164uh_389{background:linear-gradient(45deg,#ff7597,#ff9f7c);color:#fff;border:none;padding:.5rem .9rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .2s,background .3s;margin:.5rem auto;display:block}._dateButton_164uh_389:hover{transform:translateY(-2px);background:linear-gradient(45deg,#ff9a9e,#fad0c4)}._dateButton_164uh_389:active{transform:scale(.97)}._dateButton_164uh_389:disabled{opacity:.5;cursor:not-allowed}._actionsButtons_164uh_105,._actions_164uh_105,._dateButton_164uh_389{position:relative;z-index:1}._spotifyModal_164uh_422{margin-top:16px;width:100%;max-width:100%}._spotifyModal_164uh_422 iframe{width:100%;height:80px;max-height:80px;border-radius:10px;border:none}@media (max-width: 480px){._spotifyPreview_164uh_364{position:relative;transform:translateY(0);opacity:1;margin-top:8px}._spotifyPreview_164uh_364 iframe,._spotifyModal_164uh_422 iframe{height:70px}._card_164uh_2{width:90%;padding:1rem;height:auto}._profileImage_164uh_38{width:100px;height:100px}._ageBadge_164uh_48{bottom:-8px;font-size:.7rem;padding:.2rem .5rem}._actions_164uh_105 button{max-width:100%}}._enlargedOverlay_164uh_465{position:fixed;inset:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:9999;animation:_fadeIn_164uh_1 .3s ease}._enlargedImage_164uh_476{max-width:90%;max-height:90%;border-radius:12px;box-shadow:0 0 20px #fff3;transition:transform .3s ease}._closeEnlarged_164uh_484{position:absolute;top:20px;right:20px;background:#fff3;border:none;border-radius:50%;padding:8px 10px;color:#fff;font-size:1.2rem;cursor:pointer}@media (max-width: 768px){._modalContent_164uh_193{width:80%}}@keyframes _fadeIn_164uh_1{0%{opacity:0}to{opacity:1}}._blockContainer_164uh_511{margin-top:1rem;text-align:left}._blockButton_164uh_516{padding:.3rem .6rem;border-radius:8px;border:1px solid #e0b0b0;background:#fff5f5;color:#c0392b;font-weight:500;font-size:.85rem;cursor:pointer;transition:all .2s ease}._blockButton_164uh_516:hover{background:#fdecea;transform:translateY(-1px);box-shadow:0 2px 6px #0000000d}._blockButton_164uh_516:active{transform:scale(.97)}._blockButton_164uh_516:disabled{opacity:.5;cursor:not-allowed}._appContainer_1yiko_3{position:relative;display:flex;flex-direction:column;min-height:100vh;padding:1rem;overflow:hidden;background:linear-gradient(135deg,#6e5e5e,#6e5e5e 40% 90%)}._appContainer_1yiko_3:before{content:"";position:absolute;inset:0;z-index:0;background-image:radial-gradient(2px 2px at 20% 30%,rgba(255,255,255,.9),transparent),radial-gradient(1.7px 1.7px at 70% 20%,rgba(255,255,255,.8),transparent),radial-gradient(2.5px 2.5px at 40% 70%,rgba(255,255,255,.85),transparent),radial-gradient(1.5px 1.5px at 85% 60%,rgba(255,255,255,.7),transparent),radial-gradient(2.2px 2.2px at 10% 80%,rgba(255,255,255,.8),transparent),radial-gradient(2px 2px at 55% 10%,rgba(255,255,255,.75),transparent);opacity:.5;animation:_twinkle_1yiko_1 6s infinite ease-in-out alternate}@keyframes _twinkle_1yiko_1{0%{opacity:.35}to{opacity:.75}}._shootingStar_1yiko_34{position:absolute;width:50px;height:3px;background:#fff;border-radius:50%;box-shadow:0 0 14px 6px #fff;opacity:.85;z-index:3;will-change:transform,opacity;animation:_shoot_1yiko_34 10s linear infinite}@keyframes _shoot_1yiko_34{0%{transform:translate(-20vw,-10vh) rotate(45deg);opacity:0}10%{opacity:1}to{transform:translate(100vw,40vh) rotate(45deg);opacity:0}}._shootingStar_1yiko_34:nth-child(1){top:8%;left:-25%;animation-delay:0s}._shootingStar_1yiko_34:nth-child(2){top:22%;left:-30%;animation-delay:1.5s}._shootingStar_1yiko_34:nth-child(3){top:40%;left:-18%;animation-delay:3s}._shootingStar_1yiko_34:nth-child(4){top:60%;left:-28%;animation-delay:4.5s}._shootingStar_1yiko_34:nth-child(5){top:78%;left:-22%;animation-delay:6s}._searchInput_1yiko_93{padding:8px 12px;border-radius:12px;border:1px solid #f0c27b;font-size:1rem;flex-grow:1}._searchInput_1yiko_93:focus{outline:none;border-color:#ff8c42;box-shadow:0 0 6px #ff8c4266}._loading_1yiko_106,._noUsers_1yiko_107{text-align:center;margin-top:2rem;font-size:1.2rem;color:#555}._usersContainerWrapper_1yiko_114{flex:1;display:flex;flex-direction:row;flex-wrap:wrap;min-height:0;width:100%;overflow:hidden;padding-top:1.5rem}._usersContainerWrapper_1yiko_114>div{flex:1;width:100%}._usersContainer_1yiko_114{flex:1;min-height:0;width:100%;display:flex;flex-direction:row;gap:1.5rem}._card_1yiko_139{background:#fffffff2;border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 14px #00000014;transition:transform .25s ease,box-shadow .25s ease;min-height:380px;border:3px solid #ffb347}._card_1yiko_139:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}._card_1yiko_139._blue_1yiko_157{border-color:#4a90e2}._card_1yiko_139._green_1yiko_161{border-color:#27ae60}._card_1yiko_139._red_1yiko_165{border-color:#e74c3c}._card_1yiko_139._brown_1yiko_169{border-color:#8b4513}._card_1yiko_139._blonde_1yiko_173{border-color:#f1c40f}._card_1yiko_139 ._header_1yiko_178{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._card_1yiko_139 ._imageWrapper_1yiko_185{position:relative}._card_1yiko_139 ._profileImage_1yiko_189{border-radius:50%;width:60px;height:60px;object-fit:cover;border:2px solid #ffcc80;box-shadow:0 2px 6px #00000014}._card_1yiko_139 ._ageBadge_1yiko_198{position:absolute;bottom:-6px;right:-6px;background-color:#ff8c42;color:#fff;font-size:.8rem;font-weight:500;padding:2px 6px;border-radius:12px}._card_1yiko_139 ._section_1yiko_211{margin-bottom:1rem;overflow:auto}._card_1yiko_139 ._section_1yiko_211 h4{font-size:1rem;margin-bottom:.5rem;color:#ff6f61}._card_1yiko_139 ._detailsList_1yiko_222{list-style:none;padding:0;margin:0}._card_1yiko_139 ._detailsList_1yiko_222 li{display:flex;align-items:center;margin-bottom:.25rem;font-size:.9rem}._card_1yiko_139 ._preferences_1yiko_236{display:flex;flex-wrap:wrap;gap:.5rem}._card_1yiko_139 ._badge_1yiko_242{background-color:#ffe4e1;color:#333;border-radius:12px;padding:4px 8px;font-size:.85rem;transition:background .2s ease}._card_1yiko_139 ._badge_1yiko_242:hover{background-color:#ffd6d6}._card_1yiko_139 ._actions_1yiko_255{display:flex;justify-content:space-between;margin-top:auto}._card_1yiko_139 ._chatButton_1yiko_261,._card_1yiko_139 ._favButton_1yiko_262{border:none;background:#fff0f5;cursor:pointer;font-size:1.2rem;border-radius:12px;padding:6px 10px;transition:background .2s ease}._card_1yiko_139 ._chatButton_1yiko_261:hover,._card_1yiko_139 ._favButton_1yiko_262:hover{background:#ffcad4}._headerButtonAI_1yiko_276{padding:8px 18px;border-radius:20px;border:none;background:linear-gradient(135deg,#27ae60,#327e68);color:#fff;cursor:pointer;font-weight:600;font-size:.95rem;box-shadow:0 2px 6px #0000001f;transition:all .25s ease}._headerButtonAI_1yiko_276:hover{background:linear-gradient(135deg,#2ecc71,#327e68);transform:translateY(-1px)}._headerButtonAI_1yiko_276:active{transform:translateY(1px);box-shadow:0 1px 4px #00000014}._headerButton_1yiko_276{padding:8px 18px;border-radius:20px;border:none;background:linear-gradient(135deg,#32537e,#32537e);color:#fff;cursor:pointer;font-weight:600;font-size:.95rem;box-shadow:0 2px 6px #0000001f;transition:all .25s ease}._headerButton_1yiko_276:hover{background:linear-gradient(135deg,#32537e,#32537e);transform:translateY(-1px)}._headerButton_1yiko_276:active{transform:translateY(1px);box-shadow:0 1px 4px #00000014}._spinner_1yiko_318{width:50px;height:50px;border:6px solid #ccc;border-top-color:#4a90e2;border-radius:50%;animation:_spin_1yiko_318 .8s linear infinite}@keyframes _spin_1yiko_318{to{transform:rotate(360deg)}}@media (max-width: 900px){._appContainer_1yiko_3{padding:.5rem}._usersContainer_1yiko_114{gap:1rem;justify-content:center}._card_1yiko_139{min-height:auto;padding:1rem}._card_1yiko_139 ._profileImage_1yiko_189{width:50px;height:50px}._card_1yiko_139 ._ageBadge_1yiko_198{font-size:.7rem;padding:2px 5px}._card_1yiko_139 ._section_1yiko_211 h4{font-size:.9rem}._card_1yiko_139 ._detailsList_1yiko_222 li{font-size:.85rem}}@media (max-width: 600px){._usersContainer_1yiko_114{flex-direction:column;align-items:center;gap:1rem}._card_1yiko_139{padding:1rem;border-radius:16px;box-shadow:0 3px 10px #00000014}._card_1yiko_139 ._header_1yiko_178{flex-direction:column;align-items:center;gap:.5rem;text-align:center}._card_1yiko_139 ._actions_1yiko_255{flex-direction:column;gap:.5rem;align-items:center}._card_1yiko_139 ._chatButton_1yiko_261,._card_1yiko_139 ._favButton_1yiko_262{font-size:1rem;padding:5px 8px}._searchInput_1yiko_93{width:100%;font-size:.9rem}._headerButton_1yiko_276,._headerButtonAI_1yiko_276{font-size:.85rem;padding:6px 12px}}._topMatchesSection_1yiko_398{display:flex;flex-direction:column;padding:1.5rem;margin:1.5rem auto;width:90%;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;position:relative;border:4px solid transparent;background:linear-gradient(#fffc,#fffc) padding-box,linear-gradient(90deg,#e40303,#ff8c00,#ffed00,#008026,#004dff,#750787) border-box}._matchList_1yiko_413{display:flex;flex-direction:row;gap:2rem;justify-content:center;flex-wrap:wrap}._loader_1yiko_421{display:flex;justify-content:center;align-items:center;gap:5px;height:40px}._loader_1yiko_421 span{width:30px;height:30px;background-color:#555;border-radius:50%;display:inline-block;animation:_bounce_1yiko_1 1.4s infinite ease-in-out both}._loader_1yiko_421 span:nth-child(1){animation-delay:0s}._loader_1yiko_421 span:nth-child(2){animation-delay:.2s}._loader_1yiko_421 span:nth-child(3){animation-delay:.4s}@keyframes _bounce_1yiko_1{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}._topMatchesHeader_1yiko_454{display:flex;justify-content:space-between;align-items:center}._closeBtn_1yiko_460{background:#ffffff4d;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:18px;color:#333;display:flex;align-items:center;justify-content:center;transition:.25s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._closeBtn_1yiko_460:hover{background:#ffffff80;transform:scale(1.08)}@keyframes _fadeIn_1yiko_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._chatWindow_1qkjc_14{background:linear-gradient(145deg,#f5f7fa,#fffaf0);width:420px;max-width:95%;height:520px;border-radius:18px;display:flex;flex-direction:column;box-shadow:0 8px 24px #0003;overflow:hidden;border:2px solid #7a95af;z-index:3000}._chatHeader_1qkjc_28{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(90deg,#7a95af,#ff5252);color:#fff;font-weight:600}._chatUser_1qkjc_38{display:flex;align-items:center;gap:12px}._chatUserAvatar_1qkjc_44{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #fff}._chatUserName_1qkjc_52{font-weight:700;font-size:1rem;color:#fff}._closeButton_1qkjc_58{background:transparent;border:none;font-size:20px;cursor:pointer;color:#fff;transition:transform .2s ease}._closeButton_1qkjc_58:hover{transform:rotate(90deg)}._message_1qkjc_71{margin-bottom:10px;padding:10px 14px;border-radius:16px;max-width:75%;word-wrap:break-word;font-size:.95rem;line-height:1.3}._incoming_1qkjc_88{background:#ffe4e1;align-self:flex-start;color:#000}._outgoing_1qkjc_94{background:linear-gradient(90deg,#7a95af,#ff5252);color:#fff;align-self:flex-end}._inputArea_1qkjc_100{display:flex;padding:10px;border-top:1px solid #ff5252;background:#fffaf0;width:95%}._input_1qkjc_100{flex:1;padding:10px 14px;border-radius:16px;border:1px solid #7a95af;outline:none;font-size:.95rem;resize:none;background:#f5f7fa}._sendButton_1qkjc_119{margin-left:10px;padding:10px 16px;background:linear-gradient(90deg,#7a95af,#ff5252);color:#fff;border:none;border-radius:16px;cursor:pointer;font-weight:600;transition:background .2s ease,transform .2s ease}._sendButton_1qkjc_119:hover{background:linear-gradient(90deg,#8fa1c1,#ff7a7a);transform:translateY(-2px)}._textArea_1qkjc_136{font-family:inherit;width:80%}._messageMeta_1qkjc_141{display:flex;justify-content:space-between;font-size:.75rem;color:#000;margin-bottom:2px}._messageMeta_1qkjc_141 ._ticks_1qkjc_148{margin-left:6px;font-size:.75rem;color:#fff;display:flex;align-items:center}._messageMeta_1qkjc_141 ._ticks_1qkjc_148._read_1qkjc_155{color:#4fc3f7}._messageText_1qkjc_159{background:#f5f7fa;padding:6px 10px;border-radius:10px}._outgoing_1qkjc_94 ._messageText_1qkjc_159{background:linear-gradient(90deg,#7a95af,#ff5252);color:#000}._inputArea_1qkjc_100{position:relative;display:flex;align-items:center;padding:.5rem 1rem;border-top:1px solid #ddd;background:#f5f5f5;width:95%}._inputArea_1qkjc_100 ._sendButton_1qkjc_119{background:#4caf50;border:none;color:#fff;padding:.5rem .75rem;border-radius:50%;cursor:pointer;font-size:1rem}._inputArea_1qkjc_100 ._emojiButton_1qkjc_197{background:none;border:none;font-size:1.25rem;margin-right:.5rem;cursor:pointer}._inputArea_1qkjc_100 ._emojiPickerWrapper_1qkjc_204{position:absolute;bottom:50px;left:10px;z-index:1000}._inputArea_1qkjc_100 ._emojiPickerWrapper_1qkjc_204 ._emoji-picker-react_1qkjc_210{box-shadow:0 4px 12px #00000026;border-radius:12px}._overlay_1qkjc_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000040;display:flex;align-items:center;justify-content:center;z-index:2000}._chatWindow_1qkjc_14{background:linear-gradient(145deg,#f5f7fa,#fffaf0);width:420px;max-width:95%;height:520px;max-height:95%;border-radius:18px;display:flex;flex-direction:column;box-shadow:0 8px 24px #0003;overflow:hidden;border:2px solid #7a95af;z-index:3000}@media (max-width: 768px){._chatWindow_1qkjc_14{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}}._chatHeader_1qkjc_28{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(90deg,#7a95af,#ff5252);color:#fff;font-weight:600;font-size:1rem}@media (max-width: 480px){._chatHeader_1qkjc_28{font-size:.9rem;padding:10px 12px}}._chatUserAvatar_1qkjc_44{width:36px;height:36px;border-radius:50%}@media (max-width: 480px){._chatUserAvatar_1qkjc_44{width:28px;height:28px}}._messages_1qkjc_71{flex:1;padding:14px;overflow-y:auto;background:#fdf8f5}@media (max-width: 480px){._messages_1qkjc_71{padding:10px;font-size:.85rem}}._message_1qkjc_71{margin-bottom:10px;padding:10px 14px;border-radius:16px;max-width:75%;word-wrap:break-word;font-size:.95rem}@media (max-width: 480px){._message_1qkjc_71{font-size:.85rem;padding:8px 12px;max-width:85%}}._inputArea_1qkjc_100{display:flex;padding:10px;border-top:1px solid #ff5252;background:#fffaf0;width:95%;align-items:center}._inputArea_1qkjc_100 ._textArea_1qkjc_136{flex:1;resize:none;border-radius:12px;padding:.5rem .75rem;border:1px solid #ccc;font-size:.9rem;margin-right:.5rem}@media (max-width: 480px){._inputArea_1qkjc_100 ._textArea_1qkjc_136{font-size:.8rem;padding:.4rem .6rem}}._inputArea_1qkjc_100 ._sendButton_1qkjc_119{background:linear-gradient(90deg,#7a95af,#ff5252);border:none;color:#fff;padding:.5rem .75rem;border-radius:50%;cursor:pointer;font-size:1rem}@media (max-width: 480px){._inputArea_1qkjc_100 ._sendButton_1qkjc_119{padding:.4rem .6rem;font-size:.9rem}}._editProfileWrapper_1k1us_8{position:fixed;inset:0;z-index:2000;display:flex;justify-content:center;align-items:center;background:linear-gradient(45deg,#8fa1c1,#7a95af,#ff9a9e,#ff7b7b);background-size:200% 200%;animation:_gradientFlow_1k1us_1 12s ease infinite;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:calc(env(safe-area-inset-top,20px) + 1rem) 1rem 1rem 1rem}@keyframes _gradientFlow_1k1us_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._formContainer_1k1us_35{display:flex;gap:30px;position:relative;width:100%;max-width:600px;background:#fff;border-radius:24px;padding:2.5rem 2rem 3.5rem;box-shadow:0 8px 28px #00000026;flex-direction:column;animation:_fadeIn_1k1us_1 .6s ease;overflow-y:auto;max-height:90vh}@keyframes _fadeIn_1k1us_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._topBar_1k1us_62{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}._topBar_1k1us_62 h2{font-size:1.8rem;font-weight:700;background:linear-gradient(90deg,#ff7597,#7a95af);-webkit-background-clip:text;color:transparent;margin-bottom:.5rem;text-align:center;z-index:2}._topBar_1k1us_62 ._closeBtn_1k1us_79{position:absolute;top:calc(env(safe-area-inset-top,12px) + 8px);right:12px;background:#ffffffb3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#555;cursor:pointer;z-index:10;box-shadow:0 2px 8px #00000026;transition:background .2s,color .2s,transform .1s}._topBar_1k1us_62 ._closeBtn_1k1us_79:hover{background:#ffffffe6;color:#ff7597}._topBar_1k1us_62 ._closeBtn_1k1us_79:active{transform:scale(.95)}._inputGroup_1k1us_108{display:flex;flex-direction:column;gap:.5rem}._inputGroup_1k1us_108 label{font-weight:600;color:#333;font-size:.95rem}._inputGroup_1k1us_108 input,._inputGroup_1k1us_108 select,._inputGroup_1k1us_108 textarea{padding:.75rem 1rem;border-radius:12px;border:1px solid #ddd;font-size:1rem;background:#fafafa;transition:border .2s,box-shadow .2s}._inputGroup_1k1us_108 input:focus,._inputGroup_1k1us_108 select:focus,._inputGroup_1k1us_108 textarea:focus{border-color:#ff7597;box-shadow:0 0 8px #ff75974d;outline:none}._inputGroup_1k1us_108 textarea{min-height:80px;resize:vertical}._previewContainer_1k1us_141{display:flex;flex-wrap:wrap;gap:10px}._previewItemWrapper_1k1us_147{position:relative;width:100px;height:100px}@media (max-width: 480px){._previewItemWrapper_1k1us_147{width:70px;height:70px}}._previewItem_1k1us_147{width:100%;height:100%;object-fit:cover;border-radius:12px;border:1px solid #ccc;transition:transform .2s}._previewItem_1k1us_147:hover{transform:scale(1.05)}._removeBtn_1k1us_171{position:absolute;top:-6px;right:-6px;background:#ff7597;color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003}._removeBtn_1k1us_171:hover{background:#ff8faa}._submitBtn_1k1us_193{position:sticky;bottom:0;background:linear-gradient(45deg,#ff7597,#ff9f7c,#7a95af);background-size:400% 400%;color:#fff;border:none;padding:.9rem 1.5rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s;animation:_pulseGradient_1k1us_1 6s ease infinite;width:100%;margin-top:1rem}._submitBtn_1k1us_193:hover{transform:translateY(-2px)}._submitBtn_1k1us_193:active{transform:translateY(1px)}@keyframes _pulseGradient_1k1us_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (max-width: 768px){._formContainer_1k1us_35{padding:1.5rem}._topBar_1k1us_62 h2{font-size:1.5rem}}@media (max-width: 480px){._formContainer_1k1us_35{padding:1rem;border-radius:16px}._topBar_1k1us_62 ._closeBtn_1k1us_79{top:calc(env(safe-area-inset-top,12px) + 12px);right:12px;width:40px;height:40px;font-size:1.6rem}._submitBtn_1k1us_193{padding:1.2rem 1.5rem;font-size:.95rem}._editProfileWrapper_1k1us_8{padding:calc(env(safe-area-inset-top,20px) + 2rem) 1rem calc(env(safe-area-inset-bottom,20px) + 2rem) 1rem}}._editProfileWrapper_1k1us_8,._formContainer_1k1us_35{overflow-y:auto!important;-webkit-overflow-scrolling:touch}._spotifyContainer_1k1us_269{margin-top:12px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .2s ease;width:100%;background:#fff}._spotifyContainer_1k1us_269:hover{transform:scale(1.02)}._spotifyContainer_1k1us_269 iframe{display:block;width:100%;height:80px;border:none;border-radius:12px}._spotifyContainer_1k1us_269 ._mainBadge_1k1us_288{border:3px solid #4ade80;border-radius:8px}@media (max-width: 900px){._spotifyContainer_1k1us_269{margin-top:16px}._spotifyContainer_1k1us_269 iframe{height:72px;min-height:72px;pointer-events:auto}}@media (max-width: 480px){._spotifyContainer_1k1us_269 iframe{height:64px;min-height:64px}}._updateButton_1k1us_309{background-color:#1abc9c;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:16px;cursor:pointer;transition:background-color .2s}._updateButton_1k1us_309:hover{background-color:#16a085}._updateButton_1k1us_309:disabled{background-color:#a0d5c6;cursor:not-allowed}._musicProfile_1ocbo_1{max-width:200px;margin:0 auto;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000001a}._loading_1ocbo_10{text-align:center;padding:2rem;color:#666}._personalitySection_1ocbo_16,._musicProfileSection_1ocbo_17{margin-bottom:1.5rem}._personalitySection_1ocbo_16 h3,._musicProfileSection_1ocbo_17 h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#333}._traitsList_1ocbo_28{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}._traitItem_1ocbo_37{display:flex;align-items:center;gap:.5rem}._traitLabel_1ocbo_43{width:80px;font-size:.875rem;color:#555}._traitBarBackground_1ocbo_49{flex:1;height:10px;background:#e0e0e0;border-radius:5px;overflow:hidden}._traitBarFill_1ocbo_57{height:100%;background:#4f46e5;border-radius:5px 0 0 5px;transition:width .3s ease}._traitValue_1ocbo_64{width:40px;font-size:.75rem;text-align:right;color:#333}._lastUpdated_1ocbo_71{display:block;margin-top:.5rem;font-size:.75rem;color:#999}._spotifyLink_1ocbo_78{color:#1db954;text-decoration:none}._spotifyLink_1ocbo_78:hover{text-decoration:underline}._splitScreen_lzeg2_3{display:flex;width:100%;height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(45deg,#8fa1c1,#7a95af,#ff7b7b,#e91e63);background-size:200% 200%;animation:_gradientFlow_lzeg2_1 12s ease infinite;overflow:hidden}@keyframes _gradientFlow_lzeg2_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._leftPanel_lzeg2_26,._rightPanel_lzeg2_27{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px;min-height:50vh}._leftPanel_lzeg2_26{color:#fff}._rightPanel_lzeg2_27{background:#fff;border-top-left-radius:36px;border-bottom-left-radius:36px;box-shadow:-8px 0 20px #0000001a}._brandTitle_lzeg2_50{font-size:46px;font-weight:800;margin-bottom:10px;letter-spacing:1px;text-shadow:0 2px 6px rgba(255,255,255,.3)}._brandSubtitle_lzeg2_58{font-size:18px;opacity:.95;max-width:340px;line-height:1.4}._container_lzeg2_66{background:#fff;border-radius:20px;box-shadow:0 8px 24px #0000001f;padding:40px 32px;display:flex;flex-direction:column;gap:20px;width:100%;max-width:420px;animation:_fadeIn_lzeg2_1 .6s ease}@keyframes _fadeIn_lzeg2_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._heading_lzeg2_89{font-size:28px;font-weight:700;background:linear-gradient(90deg,#ff7597,#7a95af);-webkit-background-clip:text;color:transparent;text-align:center}._form_lzeg2_99{display:flex;flex-direction:column;gap:16px}._input_lzeg2_105{width:100%;padding:12px 14px;border:1px solid #d3d3d3;border-radius:10px;font-size:15px;transition:border-color .2s,box-shadow .2s;background:#fafafa}._input_lzeg2_105:focus{border-color:#ff7597;outline:none;box-shadow:0 0 8px #ff75974d}._submitButton_lzeg2_122{width:100%;padding:12px 0;background:linear-gradient(45deg,#ff7597,#ff9f7c,#7a95af);background-size:400% 400%;border:none;border-radius:10px;font-size:16px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s;animation:_pulseGradient_lzeg2_1 6s ease infinite}@keyframes _pulseGradient_lzeg2_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._submitButton_lzeg2_122:hover{transform:translateY(-2px)}._toggleButton_lzeg2_152{background:none;border:none;color:#666;cursor:pointer;font-size:14px;text-decoration:underline;align-self:center}._error_lzeg2_163{color:#d33;font-size:.9rem}._success_lzeg2_168{color:#28a745;font-weight:500}._buttonSpinner_lzeg2_174{border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;width:16px;height:16px;animation:_spin_lzeg2_1 1s linear infinite;display:inline-block;vertical-align:middle;margin-right:8px}@keyframes _spin_lzeg2_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 900px){._splitScreen_lzeg2_3{flex-direction:column;background:linear-gradient(135deg,#f7c1bb,#7a95af);height:auto;min-height:100vh;overflow-y:auto;padding-bottom:40px}._leftPanel_lzeg2_26,._rightPanel_lzeg2_27{width:100%;padding:24px;min-height:auto}._rightPanel_lzeg2_27{border-radius:0;box-shadow:none}._container_lzeg2_66{padding:24px 20px;max-width:100%}._heading_lzeg2_89{font-size:22px}._brandTitle_lzeg2_50{font-size:32px}._brandSubtitle_lzeg2_58{font-size:15px}}@media (max-width: 480px){._container_lzeg2_66{padding:20px 16px}._brandTitle_lzeg2_50{font-size:26px}._heading_lzeg2_89{font-size:20px}._submitButton_lzeg2_122{font-size:15px}}._supportContainer_qetji_2{min-height:100vh;width:100%;padding:2rem;font-family:Inter,sans-serif;color:#333;background-color:#fcb69f;display:flex;flex-direction:column;align-items:center}._supportTitle_qetji_14{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#4caf50}._supportText_qetji_21{font-size:1rem;line-height:1.6;margin-bottom:1rem}._supportLink_qetji_27{color:#4caf50;text-decoration:underline;cursor:pointer}._supportList_qetji_33{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}._supportLogo_qetji_44{width:120px;height:120px;margin-bottom:2rem}._supportTitle_qetji_14{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#4caf50;text-align:center}._supportText_qetji_21{font-size:1rem;line-height:1.6;margin-bottom:1rem;text-align:center}._supportLink_qetji_27{color:#4caf50;text-decoration:underline}._supportList_qetji_33{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem;text-align:left}._supportListItem_qetji_39{margin-bottom:.5rem}._supportContainer_1h2pz_1{max-width:700px;margin:0 auto;padding:2rem 1.5rem;text-align:center;color:#000}._supportLogo_1h2pz_9{width:120px;height:auto;margin-bottom:1.5rem}._supportTitle_1h2pz_15{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#000}._supportSubtitle_1h2pz_22{font-size:1.4rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem;color:#333;text-align:left}._supportText_1h2pz_31{font-size:1rem;line-height:1.6;margin-bottom:1rem;color:#000;text-align:left}._supportText_1h2pz_31 a{color:#fff;text-decoration:none}._supportText_1h2pz_31 a:hover{text-decoration:underline}._supportList_1h2pz_46{text-align:left;padding-left:1.4rem;margin-bottom:1.5rem}._supportList_1h2pz_46 li{margin-bottom:.6rem;line-height:1.5;color:#000}
