body {
  background-image: url('imgs/RosticWlp.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  color: #6febc6;
  font-family: 'Cartograph', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  text-shadow: 2px 2px 4px rgb(44, 56, 126);
  cursor: url('imgs/my-cursor.png'), default;

}

@font-face {
  font-family: 'Cartograph';
  src: url('https://github.com/g5becks/Cartograph/raw/refs/heads/main/CartographCF-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

::selection {
  background: #f6c177;
}

.urls {
  color: #c4a7e7;
}

.center {
  text-align: center;
}

.text-muted {
  color: #6e6a86;
}

.ultra-stretch {
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  object-position: center;
  display: block;
}

.button {
  width: 50vw;
}

.les-flag {

  border: none;


  height: 20px;


  width: 100vw;
  margin-left: calc(-50vw + 50%);


  background: linear-gradient(to bottom,
      #D52D00 0%, 14.2%,
      #EF7627 14.2%, 28.4%,
      #FF9A56 28.4%, 42.6%,
      #FFFFFF 42.6%, 56.8%,
      #D162A4 56.8%, 71%,
      #B55690 71%, 85.2%,
      #A30262 85.2% 100%);


  margin-top: 20px;
  margin-bottom: 20px;
}

.image-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
}

.image-row figure {
  margin: 0;
  flex: 1;
  text-align: center;
}

.image-row img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.image-row figcaption {
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .image-row {
    flex-wrap: wrap;
  }

  .image-row figure {
    flex: 1 1 calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .image-row figure {
    flex: 1 1 100%;
  }
}

.fit-screen {
  width: 100vw;
  height: auto;
  display: block;
}

.discord-call {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  color: #f2f3f5;
  font-family: "gg sans", "Whitney", "Helvetica Neue", Arial, sans-serif;
}

.discord-call__bg {
  position: absolute;
  inset: 0;
  background: #2f3136;
}

.discord-call__card {
  position: relative;
  z-index: 1;
  width: min(720px, 90vw);
  padding: 28px 22px 22px;
  background: #36393f;
  border: 2px solid #202225;
  border-radius: 10px;
  box-shadow: 0 8px 0 #202225;
  text-align: center;
}

.discord-call__status {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b9bbbe;
  margin-bottom: 10px;
}

.discord-call__title {
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.2;
  margin-bottom: 8px;
  color: #ffffff;
}

.discord-call__subtitle {
  font-size: 14px;
  color: #b9bbbe;
  margin-bottom: 18px;
}

.discord-call__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.discord-call__btn {
  appearance: none;
  border: 2px solid #202225;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #ffffff;
  background: #4f545c;
  transition: transform 0.12s ease;
}

.discord-call__btn--accept {
  background: #3ba55c;
}

.discord-call__btn:active {
  transform: scale(0.98);
}

.discord-call__hint {
  font-size: 12px;
  color: #8e9297;
}

.discord-call--hidden {
  display: none;
}



.steam-wrapper {
  display: flex;
  justify-content: center; 
  align-items: center;     
  width: 100%;
  padding: 20px 0;
  overflow: hidden;        
}


.steam-wrapper iframe {
  width: 340px;            
  height: 280px;           
  border: none;            
  overflow: hidden;        
  
  
  scrollbar-width: none;   
  -ms-overflow-style: none; 
}


.steam-wrapper iframe::-webkit-scrollbar {
  display: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon-Bear_Brotherhood_flag {
  width: 1.6669921875em;
}

.fitt-screen {
  width: 100vw;
  height: 100vh;
  object-fit: contain; 
  display: block;
}