* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
  background-color: #0D0D0D;
  background-image: radial-gradient(
    circle at 50% -50%,
    rgba(255, 255, 255, 0.3) 0%, 
    transparent 40%
  ),

  linear-gradient(
      to top, 
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.2) 5%,
      transparent 10%
    );



  background-attachment: fixed;
  margin: 0;
  min-height: 100vh;
}






.navbar {
  user-select: none;
  position: top;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  z-index: 1000;
}


.navbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
}

.navbar li {
  display: flex;
  align-items: center;
}

.navbar li:not(:last-child)::after {
  content: "|";
  color: #333;
  margin: 0 1rem;
}

.navbar a {
  font-family: 'JetBrains Mono';
  color: gray;
  text-decoration: none;
  padding: 0.6rem 0.6rem;
  transition: 0.1s;
}

.navbar a:hover {
  color: white;
  /*background-color: rgb(34, 34, 34);*/
}




.uyarı {
  color: red;
}



.container {
    margin-top: 6rem ;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    /*background-color: white;*/
    /*margin: 0 auto;*/
}




.main {
  height: auto;
}


h1 {
    display: flex;

    font-family: 'Geist';
    font-weight: 700;
    letter-spacing: -1px;

    color: #FFFFFF;
    font-size: 4rem;

    /*margin-bottom: 10px;*/

}

.main p {
  color: rgb(160, 160, 160);
  font-family: Geist;
  letter-spacing: 1px;
  font-size: 1rem;

  margin-top: 25px;
  line-height: 1.6;
}

.uni, .uni:visited {
  color: white;
}

.hero-butonlar {
  margin-top: 70px;
  display: flex;
  gap: 30px;


}

.buton, buton:visited {
  padding: 10px 15px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;

  display: inline-flex;
  align-items: center;

  color: white;
  font-family: JetBrains Mono;

  border: 1px solid white;
}

.buton:hover{
  color: #0D0D0D;
  background-color: white;
}

.buton i {
  font-size: 2rem;
  margin-right: 10px;
}








.projects {
  margin-top: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.projects h2 {
    display: flex;

    font-family: 'Geist';
    font-weight: 600;
    letter-spacing: -1px;

    color: #FFFFFF;
    font-size: 3rem;

    margin-bottom: 10px;
}



.project-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}



.projects-grid {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.project-card {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid white;
  padding: 25px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;

  transition: 0.3s;
  z-index: 1;
}

.project-card:hover {
    background-color: rgba(255, 255, 255, 0.12);
    transform: scale(1.02);
}

.project-title {
  font-family: Geist;
  font-size: 1.5rem;
  color: white;
  margin-bottom: 15px;
}

.project-desc {
  color: #a0a0a0;
  font-family: Geist;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
}

.tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.tech-tag {
  font-family: JetBrains Mono;
  font-size: 0.75rem;
  padding: 4px 10px;
  background: #1a1a1a;
  color: #888;
}

.projects a{
  color: white;
  font-size: 2rem;
}






























.changelog {
  margin-top: 150px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
}

.changelog h2 {
  font-family: Geist;
  font-weight: 600;
  letter-spacing: -1px;
  color: white;
  font-size: 3rem;
  margin-bottom: 40px;
}

.timeline {
  border-left: 2px solid white;
  margin-left: 10px;
  padding-left: 30px;
}

.timeline-item {
  margin-bottom: 50px;
  position: relative;
}

.timeline-dot {
  width: 16px;
  height: 16px;
    background-color: white;
    border-radius: 100%;
    position: absolute;
    left: -39px;
    top: 6px;
    transition: 0.3s;
}

.timeline-date {
    font-family: 'JetBrains Mono';
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 8px;
    display: block;
}

.timeline-content h3 {
    font-family: 'Geist';
    color: white;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}

.timeline-content p {
    color: #a0a0a0;
    font-family: 'Geist';
    font-size: 1rem;
    line-height: 1.6;
    max-width: 600px;
}









.accounts h2 {
  font-family: Geist;
  font-weight: 600;
  letter-spacing: -1px;
  color: white;
  font-size: 3rem;
  margin-bottom: 40px;
}


.account-container {
  gap: 15px;
  margin-top: 30px;
}

.account {
  display: flex;
  align-items: center;


  border: 2px solid white;
  border-radius: 50px;

  color: white;
  text-decoration: none;

  padding: 20px;
  margin-bottom: 25px;
  transition: 0.2s;
}

.account:hover {
  scale: 1.03;
}




.account i {
  font-size: 3rem;
  margin-right: 15px;
}

.account .username {
  font-family: Geist;
  font-size: 1.5rem;
  font-weight: 500;

  text-align: center;
  flex: 1;
}


.source a {
  color: white;
  font-family: Jetbrains Mono;
  font-size: 0.8rem;
  text-decoration: none;
 }







@media (max-width: 768px) {
  .navbar {
    display: none;
  }

  h1 {
    font-size: 3rem;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}