*{
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background-color: #212b1f;
  margin: 0;
}

.mainframe {
  background-color: #35402b;
  width: 950px;
  height: 1000px;
  margin: 0 auto;
}

.header {
  display: flex;
  align-items: center;
  padding: 23px;
}

.header-sag-panel{
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.seviye-alani{
  display: flex;
  align-items: center;
  margin-right: auto;
  gap: 10px;
}

.seviye-yazisi{
  color: white;
  font-size: 20px;
  font-weight: lighter;
}

.avatar {
  width: 150px;
  height: 150px;
  border: 2px solid #8f9f7f;
}

.name {
  margin-left: 30px;
  color: white;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: flex-start;
}

.age {
  width: 40px;
    height: 40px;
    border: 2px solid #d95b43;
    border-radius: 50%; 
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: 0; 
    font-family: 'Arial', sans-serif;
}

.mini-rozet-kart{
  background-color: #00000060;
  padding: 5px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  min-width: 243px;
}

.mini-rozet-resmi {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.mini-rozet-bilgi {
    display: flex;
    flex-direction: column;
}

.mini-isim {
    color: white;
    font-size: 12px;
}

.mini-xp {
    color: #8f98a0;
    font-size: 10px;
}

.govde {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 15px;
}

.sol {
  width: 650px;
}

.sag {
  width: 250px;
  background-color: #00000040;
  border-radius: 3px;
  padding: 15px;
}

.name h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  margin-top: 5px;
}

.name p {
  color: #c4c4c4;
  margin-top: 15px;
  font-size: 14px;
}

.vitrin {
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.vitrin-baslik {
  background-color: #101416;
  color: #ebebeb;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
}

.vitrin-icerik {
  background-color: #00000040;
  padding: 15px;
  display: flex;
  gap: 15px;
}

.proje {
  width: 120px;
  height: 70px;
  object-fit: cover;
  box-shadow: 0 0 5px black;
}

.proje-detay h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}

.proje-detay p {
  margin: 5px 0 0 0;
  color: #8f98a0;
  font-size: 14px;
}

.onlinestatus {
  font-size: 25px;
  color: #57cbde;
  margin-bottom: 5px;
  font-weight:lighter;
}

.linkler a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.linkler a:hover {
  color: #ffffff;
}

.rozet-alani {
  margin-top: 30px;
}

.rozet-baslik {
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.rozet-baslik:hover{
  cursor: pointer;
}

.rozet-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.rozet-kutu {
  width: 45px;
  height: 45px;
  cursor: pointer;
  object-fit: contain;
  background-color: #23262e;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #3e454d;
}

.rozet-kutu:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.son-etkinlik {
  background-color: #00000040;
}

.etkinlik-ust-kisim {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #101416;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}


.etkinlik-baslik {
  color: white;
  font-size: 16px;
  font-weight: bold;
  
}

.saat-bilgisi h2 {
  font-size: 16px;
  color: #9f98a0;
  font-weight: bold;
}

.etkinlik-detay {
  display: flex;
  align-items: center;
  padding: 10px;
}

.oyun-ikonu {
  width: 200px;
  height: 100px;
  margin-right: 15px;
  border-radius: 5px;
}

.oyun-isim h3 {
  margin: 0;
  color: white;
  font-size: 16px;
}

.oyun-isim p {
  color: #8f98a0;
  margin: 5px 0 0 0;
  font-size: 13px;
}

.navbar {
  width: 100%;
  background-color: #3f503b;
  height: 104px;
    display: flex;
    justify-content: center;
    font-family: sans-serif;
}

.nav-icerik{
    width: 950px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-sol{
    display: flex;
    align-items: center;
    gap: 15px;
}

.steam-logo{
    width: 176px;
    height: 44px;
    margin-right: 20px;
}

.navbar a{
    text-decoration: none;
    color: #b8b6b4;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.navbar a:hover{
    color: white;
}

.aktif-link{
    color: #1a9fff !important;
}

.nav-sag{
    display: flex;
    align-items: center;
    gap: 15px;
}

.arkadaslar-kutusu{
    margin-top: 20px;
}

.arkadas-baslik{
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}

.arkadas-baslik:hover{
  cursor: pointer;
}

.arkadas-grid{
    flex-direction: column;
    display: flex;
    gap: 15px;
    width: 100%;
}

.arkadas-karti{
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: top;
    gap: 5px;
}

.arkadas-isim{
    color: #8f98a0;
    font-size: 13px;
    margin-top: 5px;
}

.arkadas-karti:hover .arkadas-resmi{
    border-color: #66c0f4;
}

.arkadas-karti:hover{
  background-color: #504d4db2;
}

.arkadas-resmi{
    width: 40px;
    height: 40px;
    border: 3px solid #6b7b8b;
    object-fit: cover;
}

.yorumlar-alani{
    margin-top: 30px;
    background-color: #00000040;
    height: 400px;
}

.yorumlar{
    margin-bottom: 10px;
    color: white;
    background-color: #20291e;
    padding: 5px;
}

.yorum{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.yorum-yaz{
    flex: 1;
    background-color: #41533d;
    border: 1px solid #000;
    color: #d6d7d8;
    padding: 10px;
    border-radius: 3px;
    resize: none;
    height: 40px;
    font-family: sans-serif;
    margin: 0;
}

.yorum-avatar{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-radius: 5px;
}

textarea{
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    resize: none;
    font-size: 14px;
    background-color: #41533d;
    width: 100%;
    color: whitesmoke;
}

button{
    background-color: #41533d;
    border-radius: 10px;
    border: 1px solid #000;
    color: white;
    width: 60px;
    height: 40px;
    font-weight: bold;
    font-size: 12px;
    margin: 0;

}
button:hover{
    background-color: #56734e;
    cursor: pointer;
}

.logo-yazisi{
    font-size: 28px;
    font-weight: 900;
    color: #c7d5e0;
    margin-right: 20px;
    letter-spacing: 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 2px 2px 0px #000;
    cursor: pointer;
    margin-bottom: 5px;
}

.profil-odulleri{
    margin-bottom: 10px;
    color: white;
    font-size: 16px;
}

.profil-odulleri:hover{
  cursor: pointer;
}

.rozet-sayi{
    display: inline-block;
    color: rgba(116, 114, 114, 0.87);
    width: 20px;
    height: 20px;
    font-size: 30px;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 7px;
}

.arkadas-sayi{
  display: inline-block;
  color: rgba(116, 114, 114, 0.87);
  width: 20px; 
  height: 20px;
  font-size: 30px;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 7px;
}

.yorumlar-alani{
  margin-top: 30px;
  background-color: #00000040;
  padding: 15px;
  height: 400px;

  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.sabit-alan{
  border-bottom: 1px solid #3e454d;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.yorum-listesi{
  flex: 1;
  overflow-y: auto;
  padding-right: 10px;

  min-height: 0;

}

.yorum-listesi::-webkit-scrollbar{
    width: 10px;
}

.yorum-listesi::-webkit-scrollbar-track{
  background-color:#171a21;
  border-radius: 5px;
}

.yorum-listesi::-webkit-scrollbar-thumb{
  background: #3d4450;
  border-radius: 5px;
  border: 2px solid #212b1f;
}

.yorum-listesi::-webkit-scrollbar-thumb:hover{
  background: #647951;
}

.spotify-container{
  background-color: #181818;
  border: 1px solid #1ed760;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.spotify-header{
  font-size: 11px;
  color: #1ed760;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.spotify-body{
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.spotify-album-art{
  width: 50px;
  height: 50px;
  border-radius: 3px;
  object-fit: cover;
}

.sp-sarki{
  color: white;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

.sp-sanatci{
  color: #b3b3b3;
  font-size: 12px;
}

.equalizer{
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: flex;
  gap: 2px;
  z-index: 1;
  align-items: flex-end;
  height: 15px;
  
}

.bar{
  width: 3px;
  background-color: #1ed760;
  animation: bounce 1s infinite;
}

.bar:nth-child(2){animation-delay: 0.2s;}
.bar:nth-child(3){animation-delay: 0.4s;}

@keyframes bounce{
  0%, 100% {height: 3px;}
  50% {height: 12px;}
}