
body {
    background-color: #0a0a0c;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.bar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    flex-shrink: 0;
    width: 100%;
    background: #ffffff0d;
    border-bottom: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    box-sizing: border-box;
    backdrop-filter: blur(20px);
}

.bar a {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    padding: 4px 0;
}

.glass-nav {
    display: inline-block;
    padding: 5px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.nav-content {
    display: flex;
    align-items: center;
}

.nav-link {
    text-decoration: none;
    color: #ffffff;
    padding: 8px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #ff00fb;
}

.menu {
    position: fixed;
    top: 80px;
    left: 20px;
    z-index: 9999;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #ffffff0d;
    backdrop-filter: blur(20px);
    border: 1px solid #ffffff1a;
    border-radius: 15px;
    padding: 20px;
    width: 250px;
}

.menu p {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    font-weight: 600;
}

.menu a {
    text-decoration: none;
    color: #eee;
    font-size: 18px;
    padding: 10px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.menu a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding-left: 18px;
}

.avton {
    position: fixed;
    top: 210px;
    left: 20px;
    z-index: 9999;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #ffffff08;
    backdrop-filter: blur(20px);
    border: 1px solid #ffffff1a;
    border-radius: 20px;
    padding: 20px;
    width: 250px;
}

.avton .title {
    margin: 0 0 5px 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #555;
}

.avton .card {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding: 10px;
    border-radius: 12px;
    transition: background 0.3s ease;
}

.avton .card:hover {
    background: #ffffff12;
}

.avton img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #222;
    object-fit: cover;
}

.avton .info {
    display: flex;
    flex-direction: column;
}

.avton span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.avton .info p {
    margin: 0;
    font-size: 12px;
    color: #888;
}

.chat, .chatinfo {
    top: 80px;
    left: 340px;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 780px;
    background: #ffffff08;
    padding: 30px;
    border: 0.1px solid #333;
    backdrop-filter: blur(20px);
    border-radius: 8px;
    width: 65%;
}
   
.chat span , .chatinfo span{
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}

.chat a , .chatinfo a{
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 4px 0;
    transition: color 0.2s;
}

.chat a:hover, .chatinfo a:hover {
    color: #ff00fb;
}

.one {
    height: 1px;
    background: #333;
    margin: 20px 0;
}

.chat p, .chatinfo p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #7b7b7b;
}

.chat li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #ccc;
    position: relative;
    list-style-type: none;
    padding-left: 20px;
}

.chat li:before {
    content: "•";
    color: #79c0ff;
    position: absolute;
    left: 0;
}

.tag {
    background: #2d333b;
    color: #79c0ff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 8px;
    display: inline-block;
}
.chatinfo p {
    margin: 15px 0;
    font-size: 18px;
    
}

.chatinfo span {
    font-weight: 600;
    font-size: 16px;
    color: #858585;
}

.koda-top {
    height: 150px;
    position: relative;
  }
  
  .koda-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.6);
    opacity: 0.8;
    border: 4px solid #ffffff33;
  }
  
  .koda-ava {
    position: absolute;
    z-index: 2;
    top: 44px;
    left: 15px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff33;
  }
  
  .koda-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .koda-list {
    padding: 10px 0;
    position: relative;
    z-index: 3;
  }
  
  .koda-name h1 {
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
  }
  
  .koda-row {
    padding: 12px 20px;
  }
  
  .koda-row p {
    margin: 0;
    font-size: 11px;
    color: #ffffff4d;
    text-transform: uppercase;
  }
  
  .koda-row span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #cfcfcf;
  }
  .text h1 {
    font-weight: 500;
    font-size: 20px;
    color: #ff00fb;
  }