@font-face {
  font-family: "Geologica";
  src: url("/hfe3529fb-core/hfe3529fb-static/hfe3529fb-fonts/hfe3529fb-geologica_black.woff2");
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: "Geologica";
  src: url("/hfe3529fb-core/hfe3529fb-static/hfe3529fb-fonts/hfe3529fb-geologica_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Geologica";
  src: url("/hfe3529fb-core/hfe3529fb-static/hfe3529fb-fonts/hfe3529fb-geologica_medium.woff2");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Geologica";
  src: url("/hfe3529fb-core/hfe3529fb-static/hfe3529fb-fonts/hfe3529fb-geologica_regular.woff2");
  font-display: swap;
  font-weight: 400;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1240px;
  --container-step: 28px;
  --container-step-tablet: 22px;
  --container-step-mobile: 24px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Geologica", sans-serif;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: #480909;
}

.hfe3529fb-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .hfe3529fb-container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .hfe3529fb-container {
    padding: 0 var(--container-step-mobile);
  }
}

h1 {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  color: #fff;
  margin: 0px;
  line-height: 98%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 32px;
    line-height: auto;
  }
}

h2 {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 32px;
  line-height: 119%;
  text-align: center;
  color: #fff;
  margin: 0px;
}

h3 {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #fff;
  margin: 0px;
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #d9d9d9;
  line-height: 138%;
  margin: 0px;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: unset;
}

img{
  max-width: 100%;
  min-width: 0px;
}

section {
  margin-bottom: 70px;
}

















.hfe3529fb-header{
  padding: 17px 0px;
  background: linear-gradient(180deg, #650505 0%, #480909 100%);
}

.hfe3529fb-header__container{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hfe3529fb-header__nav-list{
  flex-direction: row;
  gap: 64px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  color: #fff;
}



.hfe3529fb-header__auth{
  display: flex;
  gap: 8px;
  /* display: none; */
}

.hfe3529fb-header__button {
  padding: 10px 40px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  border: 1px solid #815300;
  border-radius: 100px;
  text-align: center;
}

.hfe3529fb-header__button--signup{
  color: #363636;
  background: linear-gradient(180deg, #ffdf40 0%, #ffbe40 100%);
  border: 1px solid #815300;
}

.hfe3529fb-header__button--login{
  color: #fff;
  background: transparent;
  border: 1px solid #e8d69a;
}


.hfe3529fb-header__user{
  display: flex;
  align-items: center;
  gap: 43px;
  display: none;
}

.hfe3529fb-header__profile{
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  color: #fff;
}

.hfe3529fb-header__username{
  max-width: 155px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.hfe3529fb-header__logout{
  padding: 0px;
  border: 0px;
  background: none;
}




.hfe3529fb-cta__wrapper{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffdf40;
  border-radius: 30px;
  padding: 60px 16px;
  box-sizing: border-box;
  background: url("/hfe3529fb-core/hfe3529fb-static/hfe3529fb-images/hfe3529fb-fire_world_picture.webp");
  background-size: cover;
}

.hfe3529fb-cta__content{
  max-width: 558px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.hfe3529fb-cta__button{
  width: 100%;
  padding: 10.5px 0px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #363636;
  background: linear-gradient(180deg, #ffdf40 0%, #ffbe40 100%);
  border: 1px solid #815300;
  border-radius: 100px;
}




.hfe3529fb-games__list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.hfe3529fb-games__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #ffdf40;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 4px 33px 0 rgba(255, 223, 64, 0.4);
  background: linear-gradient(180deg, #650505 0%, #480909 100%);
}

.hfe3529fb-games__image {
  width: 100%;
  border-radius: 15px;
}

.hfe3529fb-games__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hfe3529fb-games__rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hfe3529fb-games__rating-score {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 208%;
  text-align: center;
  color: #fff;
}

.hfe3529fb-games__rating-count {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 208%;
  text-align: center;
  color: #a7a7a7;
}

.hfe3529fb-games__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hfe3529fb-games__play-button {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #ffdf40 0%, #ffbe40 100%);
  padding: 16px 0px;
  border-radius: 100px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #363636;
}

.hfe3529fb-games__likes {
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: 120px;
  width: 100%;
  justify-content: center;
  padding: 16px 0px;
  border-radius: 100px;
  border: 1px solid #e8d69a;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #fff;
}





/* ===== Feedback Section ===== */

.hfe3529fb-feedback_section{
  position: relative;
}

#feedback-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 608px;
  width: 100%;
}

/* Layout: form + image */
.hfe3529fb-feedback_section .hfe3529fb-container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* Stack on mobile because we're not monsters */
@media (max-width: 991px) {
  .hfe3529fb-feedback_section .hfe3529fb-container {
    flex-direction: column;
  }
}

/* ===== Header ===== */

.hfe3529fb-form-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.hfe3529fb-form-header p {
  max-width: 600px;
  margin: 0 auto;
}

/* ===== Question Block ===== */

.hfe3529fb-question {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 562px;
  width: 100%;
}

.hfe3529fb-question p {
  color: #fff;
}

/* ===== Rating Buttons ===== */

.hfe3529fb-rating {
  display: flex;
  gap: 8px;
  width: 100%;
}

.hfe3529fb-rating label {
  flex: 1;
  cursor: pointer;
  margin: 0;
}

.hfe3529fb-rating input {
  display: none;
}

.hfe3529fb-rating span,
.hfe3529fb-rating label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #6e3c00;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  color: #505050;
  transition: all 0.2s ease;
  width: 100%;
}

/* Hover because users like feedback, shocking */
.hfe3529fb-rating label:hover span {
  background: #ffdf40;
  color: #363636;
}

/* Selected state */
.hfe3529fb-rating input:checked + span,
.hfe3529fb-rating input:checked + label {
  background: linear-gradient(180deg, #ffdf40 0%, #ffbe40 100%);
  color: #363636;
  border-color: #815300;
  width: 100%;
}

/* ===== Button ===== */

.hfe3529fb-form-actions button {
  width: 100%;
  padding: 16px;
  border-radius: 100px;
  border: 1px solid #815300;

  background: linear-gradient(180deg, #ffdf40 0%, #ffbe40 100%);

  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  color: #363636;

  cursor: pointer;
  transition: 0.2s ease;
}

.hfe3529fb-form-actions button:hover {
  transform: translateY(-2px);
}

/* ===== Image ===== */

.hfe3529fb-feedback_section img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

/* Flip like in Figma */
.hfe3529fb-feedback_section img {
  transform: scaleX(-1);
}

/* Hide image on small screens */
@media (max-width: 991px) {
  .hfe3529fb-feedback_section img {
    max-width: 300px;
  }

  .hfe3529fb-games__list{
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 679px) {
  .hfe3529fb-games__actions{
    flex-direction: column;
  }

  .hfe3529fb-games__likes{
    max-width: none;
  }
}

@media screen and (max-width: 660px) {
  .hfe3529fb-games__list {
      grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .hfe3529fb-feedback_section img {
    display: none;
  }

  .hfe3529fb-games__swiper.swiper {
    overflow: hidden;
  }

  .hfe3529fb-games__list.swiper-wrapper {
    display: flex;
    gap: 0; /* Swiper controls spacing */
    flex-direction: row !important;
  }

  .hfe3529fb-games__item.swiper-slide {
    width: 300px !important;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .hfe3529fb-cta__wrapper{
    padding: 16px;
  }
}

.hfe3529fb-feedback__success{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(15px);
  background: rgba(72, 9, 9, 0.4);
  display: flex;
  align-items: center;
}

.hfe3529fb-feedback__success-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 817px;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
}

.hfe3529fb-feedback_section .hfe3529fb-feedback__success-icon{
  max-width: 340px;
  width: 100%;
  height: auto;
}

.hfe3529fb-feedback__success-text{
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 32px;
  line-height: 119%;
  text-align: center;
  color: #fff;
}

.hfe3529fb-feedback__success-actions{
  display: flex;
  max-width: 489px;
  width: 100%;
  gap: 8px;
}

.hfe3529fb-feedback__success-button{
  flex: 1;
  border: 1px solid #815300;
  border-radius: 100px;
  padding: 0px;
  background: linear-gradient(180deg, #ffdf40 0%, #ffbe40 100%);
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #363636;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hfe3529fb-feedback__success-link{
  flex: 1;
  border: 1px solid #815300;
  border-radius: 100px;
  padding: 0px;
  background: none;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}



























.hfe3529fb-features__list{
    flex-direction: row;
    gap: 20px;
}

.hfe3529fb-features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ffdf40;
    border-radius: 24px;
    padding: 16px;
    gap: 16px;
    justify-content: start;
    flex: 1;
}

.hfe3529fb-features__title {
    font-size: 20px;
}

.hfe3529fb-features__text {
    text-align: center;
}













.hfe3529fb-reviews__list{
  flex-direction: row;
  gap: 20px;
}

.hfe3529fb-reviews__item {
    max-width: 400px;
    flex: 1;
    padding: 16px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #650505 0%, #480909 100%);
    border: 1px solid #ffdf40;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hfe3529fb-reviews__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hfe3529fb-reviews__rating {
    display: flex;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    gap: 8px;
}

.hfe3529fb-reviews__stars {
    flex-direction: row;
}






.hfe3529fb-disclaimer__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 33px 0 rgba(255, 223, 64, 0.4);
  background: linear-gradient(180deg, #650505 0%, #480909 100%);
  gap: 24px;
  border: 1px solid #ffdf40;
  border-radius: 24px;
  padding: 24px 16px;
}

.hfe3529fb-policy_section{
  margin-top: 70px;
}

.hfe3529fb-policy_block{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hfe3529fb-policy_section ul{
  padding-left: 20px;
  list-style: disc;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #fff;
}

.hfe3529fb-policy_content{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hfe3529fb-policy_content h3{
  text-align: start;
}








.hfe3529fb-footer{
  background: linear-gradient(180deg, #650505 0%, #480909 100%);
  padding-top: 20px;
  padding-bottom: 40px;
}

.hfe3529fb-footer__container{
  gap: 40px;
}

.hfe3529fb-footer__content{
  display: flex;
  justify-content: space-between;
  gap: 76px;
}

.hfe3529fb-footer__section{
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hfe3529fb-footer__badges{
  flex-direction: row;
  justify-content: space-between;
}

.hfe3529fb-footer__nav-list{
  flex-direction: row;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  color: #ffd700;
  gap: 70px;
  flex-wrap: wrap;
}

.hfe3529fb-footer__contact{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hfe3529fb-footer__address{
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  max-width: 543px;
  width: 100%;
}

.hfe3529fb-footer__contact-link{
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  max-width: max-content;
  width: 100%;
  word-break: break-all;
}

@media screen and (max-width: 990px) {
  .hfe3529fb-features__list{
    flex-direction: column;
  }

  .hfe3529fb-reviews__list{
    flex-direction: column;
  }

  .hfe3529fb-reviews__item{
    max-width: none;
    width: 100%;
  }

  .hfe3529fb-footer__content{
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .hfe3529fb-footer__badges{
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hfe3529fb-footer__nav-list{
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .hfe3529fb-footer__container{
    gap: 24px;
  }
}

/* ===== Burger Menu Button ===== */
.hfe3529fb-burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  min-width: 24px;
  min-height: 17px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}

.hfe3529fb-burger-line {
  width: 100%;
  height: 2px;
  background: #F5CB77;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

/* Burger animation to X */
.hfe3529fb-burger-menu.hfe3529fb-active .hfe3529fb-burger-line:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.hfe3529fb-burger-menu.hfe3529fb-active .hfe3529fb-burger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hfe3529fb-burger-menu.hfe3529fb-active .hfe3529fb-burger-line:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* Mobile Navigation Styles */
@media (max-width: 878px) {
  .hfe3529fb-burger-menu {
    display: flex;
  }

  /* Hide original header__actions on mobile */
  .hfe3529fb-header__actions {
    display: none !important;
  }

  .hfe3529fb-header__nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #650505 0%, #480909 100%);
    z-index: 1000;
    transition: left 0.4s ease-in-out;
    padding-top: 80px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }

  .hfe3529fb-header__nav.hfe3529fb-active {
    left: 0;
  }

  .hfe3529fb-header__nav-list {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 20px;
    margin-bottom: 40px;
  }

  .hfe3529fb-header__nav-item {
    width: 100%;
    text-align: center;
  }

  .hfe3529fb-header__nav-link {
    display: block;
    padding: 12px 20px;
    font-size: 18px;
    transition: background 0.2s ease;
  }

  .hfe3529fb-header__nav-link:hover {
    background: rgba(255, 223, 64, 0.1);
  }

  /* Mobile actions styling */
  .hfe3529fb-header__actions-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 20px;
    border-top: 1px solid rgba(245, 203, 119, 0.3);
    margin-top: 20px;
  }

  .hfe3529fb-header__actions-mobile .hfe3529fb-header__auth {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 280px;
  }

  .hfe3529fb-header__actions-mobile .hfe3529fb-header__button {
    width: 100%;
    text-align: center;
  }

  .hfe3529fb-header__actions-mobile .hfe3529fb-header__user {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .hfe3529fb-header__actions-mobile .hfe3529fb-header__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .hfe3529fb-header__actions-mobile .hfe3529fb-header__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }

  .hfe3529fb-header__actions-mobile .hfe3529fb-header__username {
    font-size: 18px;
  }

  .hfe3529fb-header__actions-mobile .hfe3529fb-header__logout {
    padding: 8px 20px;
    background: rgba(255, 223, 64, 0.1);
    border-radius: 100px;
    transition: background 0.2s ease;
  }

  .hfe3529fb-header__actions-mobile .hfe3529fb-header__logout:hover {
    background: rgba(255, 223, 64, 0.2);
  }

  /* Prevent body scroll when menu is open */
  body.hfe3529fb-menu-open {
    overflow: hidden;
  }
}

/* Hide mobile actions on desktop */
@media (min-width: 878px) {
  .hfe3529fb-header__actions-mobile {
    display: none;
  }
}

/* Tablet adjustments */
@media (min-width: 878px) and (max-width: 1045px) {
  .hfe3529fb-header__nav-list {
    gap: 32px;
  }
  
  .hfe3529fb-header__button {
    padding: 8px 24px;
    font-size: 16px;
  }
}

/* Ensure proper header spacing on mobile */
@media (max-width: 878px) {
  .hfe3529fb-header__container {
    position: relative;
    flex-wrap: nowrap;
  }
}



.hfe3529fb-auth{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  backdrop-filter: blur(16px);
  background: rgba(72, 9, 9, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hfe3529fb-auth__container{
    width: 100%;
}

.hfe3529fb-auth__wrapper{
  max-width: 600px;
  border-radius: 35px;
  padding: 64px;
  width: 100%;
  margin: auto;
  background: linear-gradient(180deg, #650505 0%, #480909 100%);
  box-sizing: border-box;
}

.hfe3529fb-auth__form {
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hfe3529fb-auth__fields {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.hfe3529fb-auth__input {
  border-radius: 16px;
  padding: 16px 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #363636;
  background: #e4e4e4;
}

.hfe3529fb-auth__button{
  border: 1px solid #815300;
  border-radius: 100px;
  padding: 10.5px 0px;
  background: linear-gradient(180deg, #ffdf40 0%, #ffbe40 100%);
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #363636;
}

.hfe3529fb-auth__switch{
  display: flex;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  color: #fff;
}

.hfe3529fb-auth__link-button{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  color: #f3c165;
  border: 0px;
  padding: 0px;
  background: transparent;
}

@media (max-width: 600px) {
  .hfe3529fb-games__container{
    display: block;
    padding-right: 0px;
  }

  .hfe3529fb-games__swiper.swiper {
    overflow: hidden;
  }

  .hfe3529fb-games__list.swiper-wrapper {
    display: flex;
  }

  .hfe3529fb-games__item.swiper-slide {
    width: 300px !important;
    flex-shrink: 0;
  }
}

.hfe3529fb-user-profile-container{
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
}

.hfe3529fb-user-profile-avatar{
  min-width: 400px;
  min-height: 400px;
  box-sizing: border-box;
  object-fit: cover;
}

.hfe3529fb-user-profile-details{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hfe3529fb-user-profile-row {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hfe3529fb-user-profile-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #fff;
}

.hfe3529fb-user-profile-value {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  color: #fff;
}





















.hfe3529fb-featured-games__list .swiper-wrapper{
  flex-direction: row;
}

.hfe3529fb-played_games_container{
  display: block;
}

.hfe3529fb-played_games_container h2{
  margin: auto;
  margin-bottom: 24px;
}

.hfe3529fb-featured-games__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #ffdf40;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 4px 33px 0 rgba(255, 223, 64, 0.4);
  background: linear-gradient(180deg, #650505 0%, #480909 100%);
  box-sizing: border-box;
}

.hfe3529fb-featured-games__image {
  width: 100%;
  border-radius: 15px;
}

.hfe3529fb-featured-games__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hfe3529fb-featured-games__rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hfe3529fb-featured-games__rating-score {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 208%;
  text-align: center;
  color: #fff;
}

.hfe3529fb-featured-games__rating-count {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 208%;
  text-align: center;
  color: #a7a7a7;
}

.hfe3529fb-featured-games__actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.hfe3529fb-featured-games__likes{
  max-width: none;
  width: 100%;
}

.hfe3529fb-featured-games__play-button {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #ffdf40 0%, #ffbe40 100%);
  padding: 16px 0px;
  border-radius: 100px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #363636;
}

.hfe3529fb-featured-games__likes {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  padding: 16px 0px;
  border-radius: 100px;
  border: 1px solid #e8d69a;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #fff;
}

.hfe3529fb-featured-games__list {
  overflow: hidden;
}

.hfe3529fb-featured-games__list .swiper-wrapper {
  display: flex;
}

.hfe3529fb-featured-games__item {
  width: 300px; /* default (mobile / >=600) */
}


@media screen and (max-width: 990px) {
  .hfe3529fb-user-profile-container{
    flex-direction: column;
    align-items: start;
  }

  .hfe3529fb-user-profile-avatar{
    min-width: 0px;
    max-width: 100%;
    height: auto;
    min-height: 0px;
  }
}

@media (min-width: 991px) {
  .hfe3529fb-featured-games__item {
    width: 380px;
  }

  .hfe3529fb-featured-games__actions{
    flex-direction: row;
  }

  .hfe3529fb-featured-games__likes{
    max-width: 120px;
    width: 100%;
  }
}







.hfe3529fb-contact-section{
  margin-top: 70px;
}

.hfe3529fb-contact-content{
  display: flex;
  align-items: center;
  gap: 24px;
}

.hfe3529fb-contact-image{
  flex: 1;
}

.hfe3529fb-contact-form{
  flex: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hfe3529fb-form-fields{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hfe3529fb-form-input {
  height: 55px;
  box-sizing: border-box;
  padding: 0px 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #131313;
  border-radius: 12px;
  background: #e5e5e5;
}

.hfe3529fb-form-textarea{
  padding: 16px 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #131313;
  border-radius: 12px;
  background: #e5e5e5;
  display: flex;
  height: 183px;
  box-sizing: border-box;
}

.hfe3529fb-form-button{
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #363636;
  border: 1px solid #815300;
  border-radius: 100px;
  padding: 10.5px 40px;
  background: linear-gradient(180deg, #ffdf40 0%, #ffbe40 100%);
}

@media screen and (max-width: 812px) {
  .hfe3529fb-contact-content{
    flex-direction: column-reverse;
  }

  .hfe3529fb-contact-image{
    width: 100%;
  }

  .hfe3529fb-contact-form{
    max-width: none;
    width: 100%;
  }
}

.hfe3529fb-message{
  display: none;
}

.hfe3529fb-active .hfe3529fb-message{
  display: block;
}















.hfe3529fb-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}