html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0F0820;
  min-height: 100vh;
  line-height: 1.6;
  color: #C4B8E8;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
}.yfc-layout_qqt {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.yfc-page_qqt {
  min-height: 100vh;
  display: flex;
}.yfc-main_qqt {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width:1080px) {.yfc-main_qqt {
  padding-left: 13.75rem;
}
}
@media (max-width: 1081px) {.yfc-main_qqt {
  padding-bottom: 72px;
}
}.yfc-gc_qqt {
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #150C2C;
  width: 8.75rem;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
@media(min-width: 643px) {.yfc-gc_qqt {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.yfc-gc_qqt {
  width: 168px;
}
}.yfc-gc_qqt:hover {
  transform: translateY(-3px);
  border-color: rgba(124,58,232,0.08);
}.yfc-gc_img_qqt {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.yfc-gc_img_qqt img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.yfc-gc_hover_qqt {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7,3,18,0.72);
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
}.yfc-gc_qqt:hover .yfc-gc_hover_qqt {
  opacity: 1;
}.yfc-gc_hover_btn_qqt {
  background: #7C3AE8;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 12px;
  color: #F2EDFF;
  font-weight: 700;
}.yfc-gc_info_qqt {
  padding: 0.5rem 10px 0.625rem;
}.yfc-gc_name_qqt {
  overflow: hidden;
  max-width: 100%;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  color: #C4B8E8;
  font-weight: 600;
  margin-bottom: 3px;
  white-space: nowrap;
}.yfc-gc_prov_qqt {
  color: #695E96;
  font-size: 0.625rem;
}.yfc-gc_tag_qqt {
  border-radius: 4px;
  padding: 2px 0.438rem;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .04em;
  position: absolute;
  left: 6px;
  top: 0.375rem;
  z-index: 2;
  font-weight: 700;
}.yfc-gc_tag_hot_qqt {
  background: #EF4444;
  color: #fff;
}.yfc-gc_tag_new_qqt {
  background: #22C55E;
  color: #0F0820;
}.yfc-gc_tag_jp_qqt {
  background: #F59E0B;
  color: #0F0820;
}.yfc-gc_tag_ex_qqt {
  background: #4C1B9A;
  color: #fff;
}.yfc-gc_tag_live_qqt {
  background: #EF4444;
  color: #fff;
}.yfc-gr_qqt {
  padding: 2rem 1rem 0;
  background: #0F0820;
}
@media(min-width: 769px) {.yfc-gr_qqt {
  padding: 2.25rem 24px 0;
}
}.yfc-gr_in_qqt {
  margin: 0 auto;
  max-width: 82.5rem;
}.yfc-gr_head_qqt {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
}.yfc-gr_head_l_qqt {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  min-width: 0;
  align-items: center;
}.yfc-gr_ic_qqt {
  border-radius: 0.625rem;
  height: 32px;
  display: flex;
  width: 2rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}.yfc-gr_ic_qqt svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.yfc-gr_title_qqt {
  color: #F2EDFF;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 1rem;
}
@media(min-width: 769px) {.yfc-gr_title_qqt {
  font-size: 18px;
}
}.yfc-gr_more_qqt {
  gap: 5px;
  transition: color .2s;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  color: #7A6EA8;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
}.yfc-gr_more_qqt:hover {
  color: #7C3AE8;
}.yfc-gr_more_qqt svg {
  width: 12px;
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
}.yfc-gr_arrows_qqt {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.yfc-gr_arr_qqt {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #9A8DC0;
  display: flex;
}.yfc-gr_arr_qqt:hover {
  background: rgba(255,255,255,0.07);
  color: #F2EDFF;
}.yfc-gr_arr_qqt svg {
  stroke-linecap: round;
  height: 0.813rem;
  width: 13px;
  stroke-linejoin: round;
}.yfc-gr_seo_h_qqt {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  max-width: 42.5rem;
  font-family: 'Rajdhani', sans-serif;
  color: #C4B8E8;
  font-size: 0.813rem;
}
@media(min-width: 767px) {.yfc-gr_seo_h_qqt {
  font-size: 14px;
}
}.yfc-gr_seo_qqt {
  margin-bottom: 12px;
  color: #7A6EA8;
  overflow-wrap: break-word;
  max-width: 680px;
  font-size: 12px;
  line-height: 1.55;
}.yfc-gr_seo_qqt strong {
  color: #C4B8E8;
  font-weight: 600;
}.yfc-gr_scroll_qqt {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.yfc-gr_scroll_qqt::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.yfc-gr_scroll_qqt {
  gap: 0.75rem;
}
}.yfc-tb_qqt {
  background: #0F0820;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  top: 0;
  left: 0;
  position: fixed;
  height: 3.5rem;
  align-items: center;
  display: flex;
  right: 0;
  z-index: 80;
}.yfc-tb_in_qqt {
  padding: 0 0.875rem;
  gap: 0;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
}.yfc-tb_burger_qqt {
  border-radius: 0.625rem;
  gap: 0.313rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  height: 2.375rem;
  width: 2.375rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}.yfc-tb_burger_qqt:hover {
  background: rgba(255,255,255,0.05);
}.yfc-tb_burger_line_qqt {
  border-radius: 1px;
  background: #9A8DC0;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1082px) {.yfc-tb_burger_qqt {
  display: none;
}
}.yfc-tb_logo_qqt {
  gap: 9px;
  overflow-wrap: break-word;
  flex-shrink: 0;
  letter-spacing: -.01em;
  align-items: center;
  font-weight: 800;
  display: flex;
  margin-right: 1.25rem;
  color: #F2EDFF;
  font-size: 18px;
}.yfc-tb_logo_mark_qqt {
  border-radius: 0.625rem;
  overflow: hidden;
  width: 32px;
  display: flex;
  justify-content: center;
  height: 2rem;
  align-items: center;
}.yfc-tb_logo_mark_qqt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.yfc-tb_nav_qqt {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.yfc-tb_nav_qqt {
  display: flex;
}
}.yfc-tb_tab_qqt {
  border-radius: 0.625rem;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  font-size: 13px;
  white-space: nowrap;
  color: #9A8DC0;
  font-weight: 600;
}.yfc-tb_tab_qqt:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EDFF;
}.yfc-tb_tab_qqt.yfc-state_active_qqt {
  background: rgba(124,58,232,0.18);
  color: #F2EDFF;
}.yfc-tb_right_qqt {
  gap: 8px;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
}.yfc-tb_login_qqt {
  border-radius: 10px;
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  padding: 0.563rem 16px;
  border: 1px solid rgba(255,255,255,0.11);
  font-size: 0.813rem;
  font-weight: 600;
  color: #C4B8E8;
  display: none;
}.yfc-tb_login_qqt:hover {
  border-color: rgba(124,58,232,0.55);
  color: #F2EDFF;
}
@media(min-width: 481px) {.yfc-tb_login_qqt {
  display: block;
}
}.yfc-tb_reg_qqt {
  transition: background .2s;
  background: #22C55E;
  padding: 9px 1.125rem;
  border-radius: 10px;
  font-weight: 700;
  color: #0C0A1A;
  white-space: nowrap;
  font-size: 0.813rem;
}.yfc-tb_reg_qqt:hover {
  background: #16A34A;
}.yfc-sb_qqt {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #1B1038;
  z-index: 70;
  left: 0;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  top: 56px;
  width: 13.75rem;
}.yfc-sb_qqt.yfc-state_open_qqt {
  transform: translateX(0);
}.yfc-sb_qqt::-webkit-scrollbar {
  width: 4px;
}.yfc-sb_qqt::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1082px) {.yfc-sb_qqt {
  transform: translateX(0);
}
}.yfc-sb_auth_qqt {
  padding: 14px 12px 10px;
}.yfc-sb_btn_reg_qqt {
  transition: background .2s;
  border-radius: 10px;
  padding: 11px;
  background: #22C55E;
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
  color: #0C0A1A;
  margin-bottom: 8px;
  text-align: center;
}.yfc-sb_btn_reg_qqt:hover {
  background: #16A34A;
}.yfc-sb_btn_login_qqt {
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  padding: 0.625rem;
  border-radius: 0.625rem;
  display: block;
  color: #C4B8E8;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 600;
}.yfc-sb_btn_login_qqt:hover {
  border-color: rgba(124,58,232,0.55);
  color: #F2EDFF;
}.yfc-sb_promo_qqt {
  background: linear-gradient(135deg,#2B0A6A,#1B1038);
  overflow: hidden;
  margin: 0 12px 10px;
  border: 1px solid rgba(124,58,232,0.18);
  padding: 0.75rem 0.875rem;
  border-radius: 0.625rem;
  position: relative;
}.yfc-sb_promo_qqt::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(124,58,232,0.18),transparent 70%);
  position: absolute;
  content: '';
  height: 5rem;
  top: -20px;
  right: -20px;
  width: 80px;
}.yfc-sb_promo_title_qqt {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .06em;
  color: #7C3AE8;
}.yfc-sb_promo_text_qqt {
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-size: 12px;
  color: #F2EDFF;
}.yfc-sb_promo_sub_qqt {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #7A6EA8;
}.yfc-sb_nav_qqt {
  padding: 6px 8px 1rem;
}.yfc-sb_nav_lb_qqt {
  padding: 0.625rem 0.5rem 6px;
  font-size: 0.625rem;
  font-weight: 700;
  color: #695E96;
  text-transform: uppercase;
  letter-spacing: .08em;
}.yfc-sb_link_qqt {
  border-radius: 0.375rem;
  padding: 0.563rem 0.625rem;
  transition: background .15s,color .15s;
  gap: 10px;
  color: #9A8DC0;
  font-weight: 500;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 13px;
  cursor: pointer;
}.yfc-sb_link_qqt:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EDFF;
}.yfc-sb_link_qqt.yfc-state_active_qqt {
  background: rgba(124,58,232,0.18);
  color: #F2EDFF;
}.yfc-sb_ic_qqt {
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  flex-shrink: 0;
  height: 30px;
}.yfc-sb_ic_qqt svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.yfc-sb_ic_1_qqt {
  background: rgba(124,58,232,0.08);
  color: #7C3AE8;
}.yfc-sb_ic_2_qqt {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.yfc-sb_ic_3_qqt {
  background: rgba(245,158,11,0.16);
  color: #F59E0B;
}.yfc-sb_ic_4_qqt {
  background: rgba(76,27,154,0.30);
  color: #4C1B9A;
}.yfc-sb_ic_5_qqt {
  background: rgba(124,58,232,0.08);
  color: #EC4899;
}.yfc-sb_ic_6_qqt {
  background: rgba(76,27,154,0.30);
  color: #A855F7;
}.yfc-sb_badge_qqt {
  border-radius: 0.375rem;
  padding: 2px 7px;
  background: #F59E0B;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
  color: #0C0A1A;
}.yfc-sb_bot_qqt {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.5rem;
  padding: 12px;
  display: flex;
}.yfc-sb_lang_qqt,.yfc-sb_help_qqt {
  border-radius: 0.375rem;
  border: 1px solid rgba(255,255,255,0.06);
  flex: 1;
  background: rgba(255,255,255,0.05);
  gap: 6px;
  padding: 0.563rem 0.375rem;
  transition: border-color .2s;
  align-items: center;
  display: flex;
  color: #9A8DC0;
  font-size: 0.688rem;
  justify-content: center;
  font-weight: 600;
}.yfc-sb_lang_qqt:hover,.yfc-sb_help_qqt:hover {
  border-color: rgba(124,58,232,0.55);
  color: #F2EDFF;
}.yfc-sb_lang_qqt svg,.yfc-sb_help_qqt svg {
  width: 0.813rem;
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.yfc-sb_bd_qqt {
  background: rgba(7,3,18,0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.yfc-sb_bd_qqt.yfc-state_on_qqt {
  display: block;
}
@media(min-width:1080px) {.yfc-sb_bd_qqt {
  display: none!important;
}
}.yfc-mob_nav_qqt {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.11);
  background: #1B1038;
  right: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 80;
  display: flex;
}
@media(min-width:1080px) {.yfc-mob_nav_qqt {
  display: none;
}
}.yfc-mob_nav_item_qqt {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  display: flex;
  color: #695E96;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}.yfc-mob_nav_ic_qqt {
  line-height: 1;
}.yfc-mob_nav_ic_qqt svg {
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
}.yfc-mob_nav_lb_qqt {
  font-size: 0.625rem;
  color: #695E96;
  font-weight: 600;
}.yfc-mob_nav_item_qqt.yfc-state_active_qqt {
  color: #7C3AE8;
}.yfc-mob_nav_item_qqt.yfc-state_active_qqt .yfc-mob_nav_lb_qqt {
  color: #7C3AE8;
}.yfc-hero_qqt {
  padding: 20px 16px 0;
  background: #0F0820;
}
@media(min-width:768px) {.yfc-hero_qqt {
  padding: 1.5rem 24px 0;
}
}.yfc-hero_in_qqt {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 1320px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.yfc-hero_in_qqt {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.yfc-hero_in_qqt {
  grid-template-columns: 1fr 21.25rem;
}
}.yfc-hero_promo_qqt {
  border-radius: 14px;
  background: #150C2C;
  overflow: hidden;
  display: flex;
  min-height: 220px;
  align-items: stretch;
  position: relative;
}
@media(min-width: 767px) {.yfc-hero_promo_qqt {
  min-height: 280px;
}
}.yfc-hero_promo_bg_qqt {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#2B0A6A 0%,#0F0820 100%);
  background-size: cover;
  position: absolute;
}.yfc-hero_promo_bg_qqt::after {
  inset: 0;
  background: linear-gradient(90deg,#0F0820 0%,rgba(7,3,18,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.yfc-hero_promo_glow_qqt {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(76,27,154,0.30) 0%,transparent 65%);
  height: 18.75rem;
  pointer-events: none;
  right: 60px;
  width: 300px;
  position: absolute;
  top: -2.5rem;
}.yfc-hero_promo_ct_qqt {
  padding: 28px 1.5rem 28px 28px;
  z-index: 2;
  position: relative;
  justify-content: center;
  flex-direction: column;
  display: flex;
  max-width: 480px;
}
@media(min-width: 769px) {.yfc-hero_promo_ct_qqt {
  padding: 40px 32px;
}
}.yfc-hero_badge_qqt {
  background: rgba(124,58,232,0.18);
  padding: 0.313rem 12px;
  border-radius: 1.25rem;
  border: 1px solid rgba(124,58,232,0.08);
  letter-spacing: .08em;
  color: #7C3AE8;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-block;
}.yfc-hero_h1_qqt {
  font-weight: 800;
  color: #F2EDFF;
  margin-bottom: 10px;
  line-height: 1.15;
  font-size: 26px;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
}.yfc-hero_h1_qqt em {
  font-style: normal;
  color: #F59E0B;
}
@media(min-width: 771px) {.yfc-hero_h1_qqt {
  font-size: 36px;
}
}.yfc-hero_sub_qqt {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.55;
  color: #9A8DC0;
}
@media(min-width: 767px) {.yfc-hero_sub_qqt {
  font-size: 0.875rem;
}
}.yfc-hero_row_qqt {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.yfc-hero_cta_qqt {
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #22C55E;
  border-radius: 10px;
  font-weight: 700;
  color: #0C0A1A;
  box-shadow: 0 2px 0 rgba(0,0,0,0.35), 0 4px 1.125rem rgba(34,197,94,0.44), inset 0 1px 0 rgba(255,255,255,0.18);
  font-size: 0.875rem;
}.yfc-hero_cta_qqt:hover {
  background: #16A34A;
}.yfc-hero_terms_qqt {
  font-size: 11px;
  color: #695E96;
}.yfc-hero_game_qqt {
  border-radius: 0.875rem;
  background: #150C2C;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  flex-direction: column;
  display: flex;
  position: relative;
}.yfc-hero_game_badge_qqt {
  border-radius: 20px;
  background: rgba(245,158,11,0.16);
  padding: 5px 10px;
  border: 1px solid rgba(245,158,11,0.16);
  letter-spacing: .06em;
  z-index: 3;
  font-weight: 700;
  text-transform: uppercase;
  color: #F59E0B;
  position: absolute;
  left: 12px;
  top: 0.75rem;
  font-size: 0.625rem;
}.yfc-hero_game_badge_qqt svg {
  height: 0.688rem;
  margin-right: 4px;
  vertical-align: -1px;
  width: 11px;
}.yfc-hero_game_img_qqt {
  overflow: hidden;
  background: linear-gradient(135deg,#2B0A6A,#0F0820);
  position: relative;
  padding-bottom: 60%;
}.yfc-hero_game_img_qqt img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.yfc-hero_game_play_qqt {
  inset: 0;
  background: rgba(7,3,18,0.72);
  transition: opacity .2s;
  position: absolute;
  display: flex;
  justify-content: center;
  opacity: 0;
  align-items: center;
}.yfc-hero_game_qqt:hover .yfc-hero_game_play_qqt {
  opacity: 1;
}.yfc-hero_game_play_qqt span {
  border-radius: 50%;
  background: #7C3AE8;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 52px;
  width: 3.25rem;
}.yfc-hero_game_play_qqt span svg {
  margin-left: 2px;
  height: 18px;
  width: 1.125rem;
}.yfc-hero_game_info_qqt {
  padding: 14px 1rem;
}.yfc-hero_game_title_qqt {
  overflow-wrap: break-word;
  font-size: 15px;
  color: #F2EDFF;
  margin-bottom: 4px;
  font-weight: 700;
}.yfc-hero_game_provider_qqt {
  color: #7A6EA8;
  font-size: 11px;
}.yfc-hero_game_btn_qqt {
  margin: 12px 16px 16px;
  background: #7C3AE8;
  border-radius: 10px;
  padding: 11px;
  transition: background .2s;
  display: block;
  text-align: center;
  color: #F2EDFF;
  font-size: 13px;
  font-weight: 700;
}.yfc-hero_game_qqt:hover .yfc-hero_game_btn_qqt {
  background: #9256F5;
}.yfc-wy_qqt {
  padding: 32px 1rem 0;
  background: #0F0820;
}
@media(min-width: 771px) {.yfc-wy_qqt {
  padding: 40px 24px 0;
}
}.yfc-wy_in_qqt {
  margin: 0 auto;
  max-width: 1320px;
}.yfc-wy_head_qqt {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.yfc-wy_label_qqt {
  text-transform: uppercase;
  font-size: 11px;
  color: #7C3AE8;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
}.yfc-wy_h2_qqt {
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F2EDFF;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.yfc-wy_h2_qqt {
  font-size: 24px;
}
}.yfc-wy_intro_qqt {
  margin: 0;
  color: #7A6EA8;
  line-height: 1.6;
  font-size: 0.813rem;
}.yfc-wy_grid_qqt {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.yfc-wy_grid_qqt {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.yfc-wy_grid_qqt {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.yfc-wy_card_qqt {
  background: #1B1038;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.25rem;
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
}.yfc-wy_card_qqt:hover {
  transform: translateY(-2px);
  border-color: rgba(124,58,232,0.08);
}.yfc-wy_card_ic_qqt {
  background: rgba(124,58,232,0.18);
  border-radius: 50%;
  margin-bottom: 14px;
  justify-content: center;
  height: 44px;
  width: 2.75rem;
  align-items: center;
  display: flex;
  color: #7C3AE8;
}.yfc-wy_card_ic_qqt svg {
  height: 22px;
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
}.yfc-wy_card_h_qqt {
  overflow-wrap: break-word;
  color: #F2EDFF;
  line-height: 1.25;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 15px;
}.yfc-wy_card_p_qqt {
  line-height: 1.6;
  color: #7A6EA8;
  font-size: 13px;
  overflow-wrap: break-word;
}.yfc-wy_card_p_qqt strong {
  font-weight: 600;
  color: #C4B8E8;
}.yfc-gr_jp_qqt {
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg,#38106C 0%,#110720 100%);
  padding: 1.25rem;
  position: relative;
}.yfc-gr_jp_qqt::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(76,27,154,0.30) 0%,transparent 70%);
  top: -60px;
  position: absolute;
  content: '';
  height: 250px;
  width: 15.625rem;
  left: -3.75rem;
}.yfc-gr_jp_qqt::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245,158,11,0.16) 0%,transparent 70%);
  content: '';
  height: 12.5rem;
  width: 12.5rem;
  right: 0;
  position: absolute;
  bottom: -40px;
}.yfc-gr_jp_head_qqt {
  gap: 1rem;
  z-index: 1;
  margin-bottom: 1rem;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.yfc-gr_jp_info_qqt {
  flex: 1;
}.yfc-gr_jp_label_qqt {
  margin-bottom: 6px;
  color: #A855F7;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.yfc-gr_jp_label_qqt svg {
  stroke-linejoin: round;
  width: 0.875rem;
  margin-right: 4px;
  vertical-align: -2px;
  height: 0.875rem;
  stroke-linecap: round;
}.yfc-gr_jp_amount_qqt {
  margin-bottom: 4px;
  color: #F2EDFF;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.yfc-gr_jp_amount_qqt {
  font-size: 40px;
}
}.yfc-gr_jp_amount_qqt span {
  color: #F59E0B;
}.yfc-gr_jp_seo_qqt {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #9A8DC0;
  line-height: 1.5;
  max-width: 30rem;
}.yfc-gr_jp_cta_qqt {
  transition: background .2s;
  padding: 0.688rem 1.25rem;
  border: 1px solid rgba(76,27,154,0.30);
  background: rgba(76,27,154,0.30);
  border-radius: 0.625rem;
  font-size: 0.813rem;
  margin-top: 4px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  align-self: flex-start;
  white-space: nowrap;
  flex-shrink: 0;
  color: #F2EDFF;
}.yfc-gr_jp_cta_qqt:hover {
  background: #4C1B9A;
}.yfc-ws_qqt {
  padding: 32px 16px 0;
  background: #0F0820;
}
@media(min-width: 771px) {.yfc-ws_qqt {
  padding: 36px 1.5rem 0;
}
}.yfc-ws_in_qqt {
  margin: 0 auto;
  max-width: 1320px;
}.yfc-ws_head_qqt {
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  display: flex;
}.yfc-ws_title_qqt {
  gap: 10px;
  display: flex;
  color: #F2EDFF;
  font-size: 1rem;
  align-items: center;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
  flex-wrap: wrap;
}.yfc-ws_title_ic_qqt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
  color: #F59E0B;
  height: 1.125rem;
}.yfc-ws_online_qqt {
  gap: 7px;
  font-size: 12px;
  display: flex;
  font-weight: 600;
  color: #7A6EA8;
  align-items: center;
}.yfc-ws_online_dot_qqt {
  border-radius: 50%;
  background: #22C55E;
  height: 8px;
  flex-shrink: 0;
  width: 8px;
  box-shadow: 0 0 6px rgba(34,197,94,0.15);
}.yfc-ws_scroll_qqt {
  gap: 8px;
  padding-bottom: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.yfc-ws_scroll_qqt::-webkit-scrollbar {
  display: none;
}.yfc-wc_qqt {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 10px 0.875rem;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background: #150C2C;
  min-width: 220px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.yfc-wc_img_qqt {
  border-radius: 6px;
  background: #1B1038;
  overflow: hidden;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}.yfc-wc_img_qqt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.yfc-wc_info_qqt {
  min-width: 0;
}.yfc-wc_game_qqt {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #C4B8E8;
}.yfc-wc_player_qqt {
  overflow: hidden;
  color: #695E96;
  text-overflow: ellipsis;
  font-size: 10px;
  white-space: nowrap;
}.yfc-wc_amount_qqt {
  flex-shrink: 0;
  font-size: 13px;
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
  color: #22C55E;
}.yfc-app_qqt {
  padding: 36px 16px 0;
  background: #0F0820;
}
@media(min-width: 767px) {.yfc-app_qqt {
  padding: 44px 24px 0;
}
}.yfc-app_in_qqt {
  margin: 0 auto;
  max-width: 1320px;
}.yfc-app_head_qqt {
  margin-bottom: 1rem;
}.yfc-app_label_qqt {
  letter-spacing: .08em;
  color: #7C3AE8;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.yfc-app_h2_qqt {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.375rem;
  color: #F2EDFF;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 766px) {.yfc-app_h2_qqt {
  font-size: 24px;
}
}.yfc-app_sub_qqt {
  color: #7A6EA8;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 37.5rem;
}.yfc-app_sub_qqt strong {
  font-weight: 700;
  color: #C4B8E8;
}.yfc-app_cards_qqt {
  gap: 10px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.yfc-app_cards_qqt {
  grid-template-columns: repeat(3,1fr);
}
}.yfc-app_card_qqt {
  border-radius: 0.625rem;
  overflow: hidden;
  gap: 1rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.yfc-app_card_ios_qqt {
  background: linear-gradient(135deg,rgba(124,58,232,0.18) 0%,#1B1038 100%);
}.yfc-app_card_android_qqt {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#1B1038 100%);
}.yfc-app_card_win_qqt {
  background: linear-gradient(135deg,rgba(245,158,11,0.16) 0%,#1B1038 100%);
}.yfc-app_card_ic_qqt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
  width: 34px;
}.yfc-app_card_ic_qqt {
  flex-shrink: 0;
  color: #F2EDFF;
}.yfc-app_card_os_qqt {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  color: #7A6EA8;
}.yfc-app_card_title_qqt {
  font-weight: 700;
  font-size: 0.938rem;
  color: #F2EDFF;
  line-height: 1.2;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}.yfc-app_card_text_qqt {
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #7A6EA8;
  margin-bottom: 0.875rem;
}.yfc-app_card_btn_qqt {
  border-radius: 0.375rem;
  border: 1px solid rgba(124,58,232,0.55);
  padding: 0.625rem 18px;
  background: rgba(255,255,255,0.12);
  transition: background .2s;
  gap: 7px;
  font-size: 0.813rem;
  color: #F2EDFF;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
}.yfc-app_card_btn_qqt:hover {
  background: rgba(255,255,255,0.07);
}.yfc-bon_qqt {
  background: #0F0820;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.yfc-bon_qqt {
  padding: 44px 24px 0;
}
}.yfc-bon_in_qqt {
  margin: 0 auto;
  max-width: 1320px;
}.yfc-bon_head_qqt {
  margin-bottom: 20px;
}.yfc-bon_label_qqt {
  letter-spacing: .08em;
  font-weight: 700;
  color: #7C3AE8;
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}.yfc-bon_h2_qqt {
  margin-bottom: 0.5rem;
  color: #F2EDFF;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.yfc-bon_h2_qqt {
  font-size: 1.5rem;
}
}.yfc-bon_seo_qqt {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A6EA8;
  max-width: 620px;
  font-size: 0.813rem;
}.yfc-bon_seo_qqt strong {
  font-weight: 700;
  color: #C4B8E8;
}.yfc-bon_seo_qqt a {
  text-decoration: underline;
  color: #7C3AE8;
}.yfc-bon_grid_qqt {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.yfc-bon_grid_qqt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.yfc-bon_grid_qqt {
  grid-template-columns: repeat(5,1fr);
}
}.yfc-bon_card_qqt {
  transition: border-color .2s,transform .2s;
  border-radius: 10px;
  padding: 1rem;
  background: #150C2C;
  border: 1px solid rgba(255,255,255,0.11);
}.yfc-bon_card_qqt:hover {
  transform: translateY(-2px);
  border-color: rgba(124,58,232,0.08);
}.yfc-bon_card_ic_qqt svg {
  width: 1.625rem;
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.yfc-bon_card_ic_qqt {
  margin-bottom: 0.625rem;
}.yfc-bon_card_type_qqt {
  color: #7A6EA8;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
}.yfc-bon_card_amount_qqt {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  color: #F59E0B;
}.yfc-bon_card_name_qqt {
  font-size: 13px;
  margin-bottom: 0.5rem;
  color: #F2EDFF;
  overflow-wrap: break-word;
  font-weight: 600;
}.yfc-bon_card_detail_qqt {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #695E96;
  line-height: 1.5;
  padding-top: 8px;
  overflow-wrap: break-word;
  font-size: 11px;
}.yfc-prov_qqt {
  background: #0F0820;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.yfc-prov_qqt {
  padding: 44px 1.5rem 0;
}
}.yfc-prov_in_qqt {
  margin: 0 auto;
  max-width: 1320px;
}.yfc-prov_head_qqt {
  margin-bottom: 16px;
}.yfc-prov_label_qqt {
  font-weight: 700;
  color: #7C3AE8;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}.yfc-prov_h2_qqt {
  margin-bottom: 0.5rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  color: #F2EDFF;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width:768px) {.yfc-prov_h2_qqt {
  font-size: 24px;
}
}.yfc-prov_seo_qqt {
  margin-bottom: 1rem;
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #7A6EA8;
}.yfc-prov_seo_qqt strong {
  font-weight: 700;
  color: #C4B8E8;
}.yfc-prov_seo_qqt a {
  color: #7C3AE8;
  text-decoration: underline;
}.yfc-prov_grid_qqt {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.yfc-prov_grid_qqt {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.yfc-prov_grid_qqt {
  grid-template-columns: repeat(8,1fr);
}
}.yfc-prov_card_qqt {
  background: #150C2C;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 14px 10px;
  transition: border-color .2s,background .2s;
  gap: 7px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.yfc-prov_card_qqt:hover {
  background: #1B1038;
  border-color: rgba(124,58,232,0.55);
}.yfc-prov_logo_qqt {
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  height: 44px;
  width: 2.75rem;
  align-items: center;
  display: flex;
  justify-content: center;
}.yfc-prov_logo_qqt img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.yfc-prov_name_qqt {
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #9A8DC0;
  font-size: 0.688rem;
}.yfc-reg_qqt {
  background: #0F0820;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.yfc-reg_qqt {
  padding: 44px 1.5rem 0;
}
}.yfc-reg_in_qqt {
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: #1B1038;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 766px) {.yfc-reg_in_qqt {
  padding: 2.5rem;
}
}.yfc-reg_top_qqt {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.yfc-reg_top_qqt {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.yfc-reg_label_qqt {
  color: #7C3AE8;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.yfc-reg_h2_qqt {
  margin-bottom: 12px;
  font-size: 22px;
  color: #F2EDFF;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.yfc-reg_h2_qqt {
  font-size: 1.75rem;
}
}.yfc-reg_bonus_qqt {
  border: 1px solid rgba(245,158,11,0.16);
  gap: 0.5rem;
  background: rgba(245,158,11,0.16);
  padding: 10px 16px;
  border-radius: 0.625rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.yfc-reg_bonus_amount_qqt {
  font-size: 20px;
  color: #F59E0B;
  font-weight: 800;
}.yfc-reg_bonus_text_qqt {
  color: #9A8DC0;
  font-size: 13px;
  line-height: 1.35;
}.yfc-reg_cta_btn_qqt {
  border-radius: 10px;
  background: #22C55E;
  transition: background .2s;
  padding: 14px 32px;
  font-size: 0.938rem;
  display: inline-block;
  box-shadow: 0 2px 0 rgba(0,0,0,0.35), 0 4px 18px rgba(34,197,94,0.44), inset 0 1px 0 rgba(255,255,255,0.18);
  margin-bottom: 12px;
  font-weight: 700;
  color: #0C0A1A;
}.yfc-reg_cta_btn_qqt:hover {
  background: #16A34A;
}.yfc-reg_terms_qqt {
  line-height: 1.5;
  font-size: 11px;
  color: #695E96;
}.yfc-reg_seo_qqt {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  line-height: 1.65;
  padding-top: 1.25rem;
  margin-top: 20px;
  color: #7A6EA8;
  font-size: 13px;
}.yfc-reg_seo_qqt p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  color: #7A6EA8;
  font-size: 13px;
}.yfc-reg_seo_qqt p:last-child {
  margin-bottom: 0;
}.yfc-reg_seo_qqt strong {
  font-weight: 700;
  color: #C4B8E8;
}.yfc-reg_seo_qqt a {
  transition: color .2s;
  text-decoration: underline;
  color: #7C3AE8;
}.yfc-reg_seo_qqt a:hover {
  color: #9256F5;
}.yfc-reg_seo_qqt ul,.yfc-reg_seo_qqt ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.yfc-reg_seo_qqt ol {
  list-style: decimal;
}.yfc-reg_seo_qqt li {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7A6EA8;
  margin-bottom: 0.25rem;
}.yfc-reg_seo_qqt table {
  margin-bottom: 10px;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  display: block;
}
@media(min-width: 765px) {.yfc-reg_seo_qqt table {
  display: table;
}
}.yfc-reg_seo_qqt th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  font-weight: 700;
  color: #C4B8E8;
  text-align: left;
}.yfc-reg_seo_qqt td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A6EA8;
}.yfc-reg_steps_qqt {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 863px) {.yfc-reg_steps_qqt {
  margin-top: 0;
}
}.yfc-reg_step_qqt {
  border-radius: 10px;
  padding: 1rem;
  gap: 0.875rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.yfc-reg_step_num_qqt {
  border: 1px solid rgba(124,58,232,0.08);
  border-radius: 50%;
  background: rgba(124,58,232,0.18);
  flex-shrink: 0;
  font-size: 14px;
  color: #7C3AE8;
  display: flex;
  justify-content: center;
  height: 2.125rem;
  align-items: center;
  width: 2.125rem;
  font-weight: 800;
}.yfc-reg_step_title_qqt {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F2EDFF;
  font-size: 14px;
}.yfc-reg_step_text_qqt {
  line-height: 1.5;
  color: #7A6EA8;
  font-size: 12px;
}.yfc-reg_trust_qqt {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.yfc-reg_trust_item_qqt {
  gap: 7px;
  display: flex;
  font-size: 12px;
  align-items: center;
  overflow-wrap: break-word;
  color: #7A6EA8;
}.yfc-reg_trust_ic_qqt svg {
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
  color: #7C3AE8;
  stroke-linecap: round;
}.yfc-faq_qqt {
  background: #0F0820;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.yfc-faq_qqt {
  padding: 44px 24px 0;
}
}.yfc-faq_in_qqt {
  margin: 0 auto;
  max-width: 1320px;
}.yfc-faq_head_qqt {
  margin-bottom: 20px;
}.yfc-faq_label_qqt {
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #7C3AE8;
  font-weight: 700;
}.yfc-faq_h2_qqt {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2EDFF;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width:768px) {.yfc-faq_h2_qqt {
  font-size: 1.5rem;
}
}.yfc-faq_list_qqt {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.yfc-faq_item_qqt {
  border-radius: 10px;
  background: #1B1038;
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
}.yfc-faq_q_qqt {
  transition: color .2s;
  padding: 1rem 1.25rem;
  gap: 0.75rem;
  align-items: center;
  font-weight: 600;
  color: #C4B8E8;
  justify-content: space-between;
  overflow-wrap: break-word;
  cursor: pointer;
  font-size: 14px;
  flex-wrap: wrap;
  display: flex;
}.yfc-faq_q_qqt:hover {
  color: #F2EDFF;
}.yfc-faq_q_ic_qqt {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  height: 1.5rem;
  flex-shrink: 0;
  justify-content: center;
  color: #7C3AE8;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 24px;
}.yfc-faq_item_qqt.yfc-state_open_qqt .yfc-faq_q_ic_qqt {
  transform: rotate(45deg);
}.yfc-faq_a_qqt {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  font-size: 13px;
  display: none;
  overflow-wrap: break-word;
  color: #7A6EA8;
}.yfc-faq_item_qqt.yfc-state_open_qqt .yfc-faq_a_qqt {
  display: block;
}.yfc-faq_a_qqt strong {
  font-weight: 700;
  color: #C4B8E8;
}.yfc-faq_a_qqt a {
  text-decoration: underline;
  color: #7C3AE8;
}.yfc-faq_a_qqt ul,.yfc-faq_a_qqt ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.yfc-faq_a_qqt ol {
  list-style: decimal;
}.yfc-faq_a_qqt li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.yfc-faq_a_qqt table {
  margin: 8px 0;
  display: block;
  font-size: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 766px) {.yfc-faq_a_qqt table {
  display: table;
}
}.yfc-faq_a_qqt th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C4B8E8;
}.yfc-faq_a_qqt td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A6EA8;
}.yfc-seo_qqt {
  padding: 36px 1rem 0;
  background: #0F0820;
}
@media(min-width: 766px) {.yfc-seo_qqt {
  padding: 44px 1.5rem 0;
}
}.yfc-seo_in_qqt {
  padding: 1.75rem 24px;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #1B1038;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.yfc-seo_in_qqt {
  padding: 2.25rem 2.5rem;
}
}.yfc-seo_label_qqt {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: #7C3AE8;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.yfc-seo_h2_qqt {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  color: #F2EDFF;
}
@media(min-width: 769px) {.yfc-seo_h2_qqt {
  font-size: 1.5rem;
}
}.yfc-seo_body_qqt {
  color: #9A8DC0;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.yfc-seo_body_qqt p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #9A8DC0;
}.yfc-seo_body_qqt p:last-child {
  margin-bottom: 0;
}.yfc-seo_body_qqt strong {
  color: #C4B8E8;
  font-weight: 700;
}.yfc-seo_body_qqt a {
  transition: color .2s;
  color: #7C3AE8;
  text-decoration: underline;
}.yfc-seo_body_qqt a:hover {
  color: #9256F5;
}.yfc-seo_body_qqt ul,.yfc-seo_body_qqt ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.yfc-seo_body_qqt ol {
  list-style: decimal;
}.yfc-seo_body_qqt li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #9A8DC0;
}.yfc-seo_body_qqt table {
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  display: block;
}
@media(min-width: 766px) {.yfc-seo_body_qqt table {
  display: table;
}
}.yfc-seo_body_qqt th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #C4B8E8;
  font-weight: 700;
  text-align: left;
}.yfc-seo_body_qqt td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A8DC0;
}.yfc-seo_cols_qqt {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.yfc-seo_cols_qqt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.yfc-seo_cols_qqt {
  grid-template-columns: repeat(3,1fr);
}
}.yfc-seo_col_h_qqt {
  font-size: 13px;
  color: #C4B8E8;
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
}.yfc-seo_col_p_qqt {
  color: #7A6EA8;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.yfc-seo_stats_qqt {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.yfc-seo_stat_qqt {
  border: 1px solid rgba(124,58,232,0.18);
  background: rgba(124,58,232,0.08);
  flex: 1;
  border-radius: 10px;
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.yfc-seo_stat_val_qqt {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #7C3AE8;
  font-weight: 800;
}.yfc-seo_stat_lb_qqt {
  color: #7A6EA8;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.yfc-seo_qqt {
  padding: 2.25rem 16px 0;
  background: #0F0820;
}
@media(min-width: 765px) {.yfc-seo_qqt {
  padding: 44px 24px 0;
}
}.yfc-seo_in_qqt {
  border-radius: 0.875rem;
  padding: 28px 24px;
  background: #1B1038;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.11);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.yfc-seo_in_qqt {
  padding: 2.25rem 40px;
}
}.yfc-seo_label_qqt {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #7C3AE8;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.yfc-seo_h2_qqt {
  font-size: 20px;
  color: #F2EDFF;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 771px) {.yfc-seo_h2_qqt {
  font-size: 1.5rem;
}
}.yfc-seo_body_qqt {
  color: #9A8DC0;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.yfc-seo_body_qqt p {
  line-height: 1.75;
  font-size: 14px;
  color: #9A8DC0;
  margin-bottom: 12px;
}.yfc-seo_body_qqt p:last-child {
  margin-bottom: 0;
}.yfc-seo_body_qqt strong {
  font-weight: 700;
  color: #C4B8E8;
}.yfc-seo_body_qqt a {
  transition: color .2s;
  color: #7C3AE8;
  text-decoration: underline;
}.yfc-seo_body_qqt a:hover {
  color: #9256F5;
}.yfc-seo_body_qqt ul,.yfc-seo_body_qqt ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.yfc-seo_body_qqt ol {
  list-style: decimal;
}.yfc-seo_body_qqt li {
  color: #9A8DC0;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.yfc-seo_body_qqt table {
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 12px;
}
@media(min-width:768px) {.yfc-seo_body_qqt table {
  display: table;
}
}.yfc-seo_body_qqt th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C4B8E8;
  text-align: left;
  font-weight: 700;
}.yfc-seo_body_qqt td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #9A8DC0;
}.yfc-seo_cols_qqt {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.yfc-seo_cols_qqt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.yfc-seo_cols_qqt {
  grid-template-columns: repeat(3,1fr);
}
}.yfc-seo_col_h_qqt {
  color: #C4B8E8;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.yfc-seo_col_p_qqt {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7A6EA8;
}.yfc-seo_stats_qqt {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.yfc-seo_stat_qqt {
  border: 1px solid rgba(124,58,232,0.18);
  background: rgba(124,58,232,0.08);
  flex: 1;
  padding: 0.875rem 16px;
  border-radius: 0.625rem;
  min-width: 140px;
}.yfc-seo_stat_val_qqt {
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #7C3AE8;
  overflow-wrap: break-word;
}.yfc-seo_stat_lb_qqt {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6EA8;
}.yfc-seo_qqt {
  background: #0F0820;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.yfc-seo_qqt {
  padding: 2.75rem 24px 0;
}
}.yfc-seo_in_qqt {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.875rem;
  background: #1B1038;
  padding: 28px 24px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.yfc-seo_in_qqt {
  padding: 2.25rem 40px;
}
}.yfc-seo_label_qqt {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #7C3AE8;
  text-transform: uppercase;
  font-weight: 700;
}.yfc-seo_h2_qqt {
  font-size: 20px;
  color: #F2EDFF;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 767px) {.yfc-seo_h2_qqt {
  font-size: 24px;
}
}.yfc-seo_body_qqt {
  color: #9A8DC0;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
}.yfc-seo_body_qqt p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #9A8DC0;
}.yfc-seo_body_qqt p:last-child {
  margin-bottom: 0;
}.yfc-seo_body_qqt strong {
  color: #C4B8E8;
  font-weight: 700;
}.yfc-seo_body_qqt a {
  transition: color .2s;
  color: #7C3AE8;
  text-decoration: underline;
}.yfc-seo_body_qqt a:hover {
  color: #9256F5;
}.yfc-seo_body_qqt ul,.yfc-seo_body_qqt ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.yfc-seo_body_qqt ol {
  list-style: decimal;
}.yfc-seo_body_qqt li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #9A8DC0;
  line-height: 1.75;
}.yfc-seo_body_qqt table {
  font-size: 0.813rem;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  display: block;
}
@media(min-width: 765px) {.yfc-seo_body_qqt table {
  display: table;
}
}.yfc-seo_body_qqt th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C4B8E8;
}.yfc-seo_body_qqt td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #9A8DC0;
}.yfc-seo_cols_qqt {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.yfc-seo_cols_qqt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.yfc-seo_cols_qqt {
  grid-template-columns: repeat(3,1fr);
}
}.yfc-seo_col_h_qqt {
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #C4B8E8;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.yfc-seo_col_p_qqt {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A6EA8;
  font-size: 13px;
}.yfc-seo_stats_qqt {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.yfc-seo_stat_qqt {
  background: rgba(124,58,232,0.08);
  border-radius: 0.625rem;
  flex: 1;
  border: 1px solid rgba(124,58,232,0.18);
  padding: 0.875rem 16px;
  min-width: 140px;
}.yfc-seo_stat_val_qqt {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #7C3AE8;
  margin-bottom: 4px;
}.yfc-seo_stat_lb_qqt {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A6EA8;
}.yfc-ft_qqt {
  background: #070312;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.yfc-ft_support_qqt {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 769px) {.yfc-ft_support_qqt {
  padding: 28px 24px;
}
}.yfc-ft_support_in_qqt {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
}.yfc-ft_support_main_qqt {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  min-width: 220px;
  display: flex;
  align-items: center;
}.yfc-ft_support_ic_qqt {
  color: #7C3AE8;
  flex-shrink: 0;
}.yfc-ft_support_ic_qqt svg {
  height: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
}.yfc-ft_support_text_title_qqt {
  overflow-wrap: break-word;
  color: #F2EDFF;
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 700;
}.yfc-ft_support_text_sub_qqt {
  color: #7A6EA8;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.yfc-ft_support_btn_qqt {
  transition: background .2s;
  border-radius: 10px;
  padding: 0.688rem 22px;
  background: #7C3AE8;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
  color: #F2EDFF;
  font-weight: 700;
}.yfc-ft_support_btn_qqt:hover {
  background: #9256F5;
}.yfc-ft_support_contacts_qqt {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.yfc-ft_support_contact_qqt {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #695E96;
}.yfc-ft_support_contact_qqt strong {
  font-size: 0.688rem;
  display: block;
  margin-bottom: 2px;
  color: #9A8DC0;
  font-weight: 600;
}.yfc-ft_main_qqt {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 1rem 24px;
}
@media(min-width: 769px) {.yfc-ft_main_qqt {
  padding: 2.5rem 24px 2rem;
}
}.yfc-ft_main_in_qqt {
  margin: 0 auto;
  gap: 24px;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.yfc-ft_main_in_qqt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.yfc-ft_main_in_qqt {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.yfc-ft_col_logo_qqt {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.yfc-ft_col_logo_qqt {
  grid-column: auto;
}
}.yfc-ft_logo_qqt {
  gap: 9px;
  display: flex;
  font-size: 1rem;
  color: #F2EDFF;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  font-weight: 800;
}.yfc-ft_logo_mark_qqt {
  border-radius: 0.375rem;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.yfc-ft_logo_mark_qqt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.yfc-ft_logo_sub_qqt {
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 12.5rem;
  font-size: 0.75rem;
  color: #695E96;
}.yfc-ft_col_title_qqt {
  font-weight: 700;
  margin-bottom: 0.875rem;
  color: #9A8DC0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .07em;
}.yfc-ft_col_links_qqt {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.yfc-ft_col_link_qqt {
  transition: color .2s;
  color: #695E96;
  overflow-wrap: break-word;
  font-size: 13px;
}.yfc-ft_col_link_qqt:hover {
  color: #C4B8E8;
}.yfc-ft_apps_qqt {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.yfc-ft_app_card_qqt {
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 10px 0.75rem;
  border-radius: 6px;
  gap: 10px;
  display: flex;
  align-items: center;
}.yfc-ft_app_card_qqt:hover {
  border-color: rgba(124,58,232,0.55);
}.yfc-ft_app_card_ic_qqt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 22px;
  height: 1.375rem;
}.yfc-ft_app_card_os_qqt {
  font-size: 10px;
  color: #695E96;
  font-weight: 600;
}.yfc-ft_app_card_action_qqt {
  font-size: 12px;
  font-weight: 700;
  color: #C4B8E8;
}.yfc-ft_bot_qqt {
  padding: 1.25rem 1rem;
}
@media(min-width: 767px) {.yfc-ft_bot_qqt {
  padding: 20px 24px;
}
}.yfc-ft_bot_in_qqt {
  gap: 16px;
  margin: 0 auto;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.yfc-ft_socials_qqt {
  gap: 8px;
  display: flex;
}.yfc-ft_soc_qqt {
  border-radius: 0.375rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  align-items: center;
  color: #9A8DC0;
  height: 2.25rem;
  display: flex;
  width: 2.25rem;
  justify-content: center;
}.yfc-ft_soc_qqt svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.yfc-ft_soc_qqt:hover {
  background: rgba(255,255,255,0.07);
}.yfc-ft_legal_qqt {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #8272B8;
  line-height: 1.6;
  min-width: 200px;
}.yfc-ft_legal_qqt strong {
  font-weight: 700;
  color: #9A8DC0;
}.yfc-ft_legal_qqt a {
  color: #9A8DC0;
  text-decoration: underline;
}.yfc-ft_age_qqt {
  border: 2px solid #8272B8;
  border-radius: 50%;
  justify-content: center;
  margin-left: auto;
  width: 2rem;
  height: 32px;
  font-size: 0.688rem;
  align-items: center;
  font-weight: 800;
  color: #8272B8;
  flex-shrink: 0;
  display: flex;
}