.page_content__wqedn{width:100%;height:100%;display:flex;flex-direction:column;gap:16px}.page_title__V_KdD{font-size:24px;color:#fff;font-weight:800;display:flex;align-items:center;gap:6px}.ModalSelect_container__BhXKc{position:relative;width:100%}.ModalSelect_toggleButton__64pNO{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px;background:#101010;border:2px solid #202020;border-radius:16px;color:#c9c9c9;font-size:16px;font-weight:400;cursor:pointer;transition:all .2s ease;outline:none}.ModalSelect_toggleButton__64pNO:hover:not(.ModalSelect_disabled__zA1_C){background-color:#202020;border-color:#333}.ModalSelect_toggleButton__64pNO:focus-visible{outline:2px solid #fe378a;outline-offset:2px}.ModalSelect_toggleButton__64pNO.ModalSelect_disabled__zA1_C{opacity:.6;cursor:not-allowed;pointer-events:none}.ModalSelect_toggleButtonTitle__HuuCM{flex-shrink:0;font-weight:500}.ModalSelect_toggleButtonValue__4QRgE{display:flex;align-items:center;gap:8px;min-width:0}.ModalSelect_toggleButtonIcon__g7nfa{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 1px 3px rgba(0,0,0,.4)}.ModalSelect_toggleButtonIcon__g7nfa img,.ModalSelect_toggleButtonIcon__g7nfa svg{width:100%;height:100%;object-fit:cover}.ModalSelect_toggleButtonLabel__teA_s{font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ModalSelect_chevron__fAvIq{flex-shrink:0;transition:transform .2s ease}.ModalSelect_chevron__fAvIq path{fill:#c9c9c9}.ModalSelect_chevron__fAvIq.ModalSelect_rotated__qzhrC{transform:rotate(90deg)}.ModalSelect_modalOverlay__GkoIQ{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.95);z-index:9999;display:flex;justify-content:center;align-items:flex-end}.ModalSelect_modalContainer__CLWL9{background-color:#000;width:100%;height:90vh;max-height:600px;border-radius:16px 16px 0 0;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 -4px 24px rgba(0,0,0,.6);border:1px solid #1d1d1d;border-bottom:none}.ModalSelect_modalHeader__zrMXy{height:72px;display:flex;align-items:center;gap:8px;padding:16px;background-color:#101010;border-bottom:1px solid #1d1d1d;position:relative;flex-shrink:0}.ModalSelect_modalTitle__y7JuC{font-size:16px;font-weight:600;color:#fff;margin-left:auto;margin-right:auto;text-align:center}.ModalSelect_backButton__Fcu_Q{position:absolute;left:16px;top:50%;transform:translateY(-50%)}.ModalSelect_modalContent__egG7E{flex:1 1;overflow-y:auto;padding:8px 0}.ModalSelect_modalContent__egG7E::-webkit-scrollbar{width:4px}.ModalSelect_modalContent__egG7E::-webkit-scrollbar-track{background:transparent}.ModalSelect_modalContent__egG7E::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:2px}.ModalSelect_modalContent__egG7E::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.ModalSelect_optionButton__V7Zh2{width:100%;text-align:left;background:none;border:none;outline:none;padding:16px;font-size:14px;color:#c9c9c9;cursor:pointer;transition:all .2s ease;position:relative;display:flex;align-items:center;justify-content:space-between}.ModalSelect_optionButton__V7Zh2:after{content:"";position:absolute;left:0;bottom:0;display:block;width:100%;height:1px;background-color:#1d1d1d}.ModalSelect_optionButton__V7Zh2:hover{background-color:#333}.ModalSelect_optionButton__V7Zh2:focus-visible{outline:2px solid #fe378a;outline-offset:-2px}.ModalSelect_optionButton__V7Zh2.ModalSelect_active__LI55v{color:#fff;background-color:#1d1d1d;font-weight:600}.ModalSelect_optionButton__V7Zh2.ModalSelect_active__LI55v:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:#fe378a}.ModalSelect_optionButton__V7Zh2:last-child:after{display:none}.ModalSelect_optionContent__BB4qF{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0}.ModalSelect_optionIcon__TXifh{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.4)}.ModalSelect_optionIcon__TXifh img,.ModalSelect_optionIcon__TXifh svg{width:100%;height:100%;object-fit:cover;border-radius:50%}.ModalSelect_optionText__A6SPo{display:flex;flex-direction:column;gap:2px;min-width:0}.ModalSelect_optionLabel__X_SEN{font-size:14px;font-weight:inherit;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ModalSelect_optionDescription___rgbO{font-size:12px;color:#b0b0b0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ModalSelect_optionCheckmark__4Q5lv{display:flex;align-items:center;justify-content:center;color:#fe378a;flex-shrink:0}.ModalSelect_optionCheckmark__4Q5lv svg{opacity:.9}.ModalSelect_emptyState__4MhGE{display:flex;align-items:center;justify-content:center;padding:32px 16px;color:#b0b0b0;font-size:14px;text-align:center}@media(max-width:480px){.ModalSelect_toggleButtonValue__4QRgE{gap:6px}.ModalSelect_toggleButtonIcon__g7nfa{width:20px;height:20px}.ModalSelect_optionIcon__TXifh{width:28px;height:28px}.ModalSelect_optionContent__BB4qF{gap:10px}.ModalSelect_modalContainer__CLWL9{height:95vh}.ModalSelect_modalHeader__zrMXy{height:64px;padding:12px 16px}.ModalSelect_modalTitle__y7JuC{font-size:14px}}@media(min-width:768px){.ModalSelect_modalContainer__CLWL9{width:90%;max-width:480px;height:auto;max-height:70vh;border-radius:16px;align-self:center;margin:auto}.ModalSelect_modalOverlay__GkoIQ{align-items:center}}.BackButton_backButton__n2t1O{display:flex;justify-content:center;align-items:center;width:36px;height:36px;background:#1d1d1d;cursor:pointer;border-radius:8px}.BackButton_backButton__n2t1O:hover{background:#333}.TelegramOnlyView_telegramOnlyContainer__Zx4Lx{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#1e1e2e;padding:20px}.TelegramOnlyView_telegramOnlyCard__WGOE7{background-color:#2a2a3c;border-radius:16px;padding:32px;max-width:480px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.2);animation:TelegramOnlyView_fadeIn__Ru7_y .5s ease-out}.TelegramOnlyView_telegramOnlyIcon__wt_rH{color:#30a5d8;margin-bottom:24px;display:flex;justify-content:center}.TelegramOnlyView_telegramOnlyTitle__QJxNG{color:#fff;font-size:28px;margin:0 0 16px;font-weight:700}.TelegramOnlyView_telegramOnlyText__qHcs2{color:#b4b4c7;font-size:16px;line-height:1.6;margin-bottom:32px}.TelegramOnlyView_telegramOnlyButton__13KPN{display:inline-block;background-color:#30a5d8;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .2s}.TelegramOnlyView_telegramOnlyButton__13KPN:hover{background-color:#2793c4}@keyframes TelegramOnlyView_fadeIn__Ru7_y{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.InfoView_wrapper__LqGA1{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;background-color:#000}.InfoView_icon__yM0PE{background:linear-gradient(90deg,#fe378a,#9451e3);margin-bottom:1.5rem;border:unset}.InfoView_title__ItIFa{color:#fff;font-size:24px;margin-bottom:.5rem;font-weight:700}.InfoView_description__m5Zem{color:#c9c9c9;font-size:14px;max-width:400px}