body{
  margin:0;
  background:#000;
  color:#fff;
  font-family:Arial,sans-serif;
  overflow-x:hidden;
  overflow-y:hidden;
  position:relative;
}

/* BACKGROUND */
.pc-scale{
  width:min(100%,1450px);
  max-width:1450px;
  margin:0 auto;
  min-height:100vh;
  transform-origin:top center;
  position:relative;
  background:url("/img/fon_full.png") center top no-repeat;
  background-size:1450px auto;
}

/* MAIN */
.main{
  width:min(85%,1200px);
  margin:0 auto;
  padding:0 10px;
  box-sizing:border-box;
}

/* HEADER */
.head{

  width:min(100%,1200px);
  height:315px;

  margin:0 auto 6px;

  background-size:contain;
  background-position:center top;
  background-repeat:no-repeat;

  position:relative;

  padding:5px;

  border:5px solid #333;
  border-radius:12px;

  box-shadow:
    inset 0 0 8px rgba(255,255,255,.05),
    0 0 12px rgba(0,0,0,.8);

  box-sizing:border-box;
}

.head-link{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:min(100%,1055px);
  height:303px;
  display:block;
}

/* PERFORMERS */

.performers-box{

  margin-top:12px;
  padding:12px;

  background:#050505;

  border:5px solid #333;
  border-radius:12px;

  box-shadow:
    inset 0 0 8px rgba(255,255,255,.05),
    0 0 12px rgba(0,0,0,.8);

}

.performers-list{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  margin:20px auto 0;
  gap:8px;
}

.performer-card{
  display:flex;
  flex-direction:column;
  min-height:auto;
  background:#111;
  border:1px solid #333;
  border-radius:8px;
  overflow:hidden;
  text-decoration:none;
  transition:.2s;
}

.performer-card:hover{
  border-color:#ffd400;
  transform:translateY(-3px);
}

.performer-thumb{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
}

.performer-name{
  height:28px;
  padding:3px 5px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#ffd400;
  font-weight:bold;
  font-size:16px;
  line-height:1.1;
}

.performer-name span{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.performers-search-wrap{
  display:flex;
  justify-content:center;
  gap:6px;
  margin:10px 0 12px;
}

.performers-search{
  width:100%;
  max-width:300px;
  padding:8px 12px;
  background:#111;
  color:#fff;
  border:1px solid #333;
  border-radius:10px;
  font-size:14px;
}

.performers-search:focus{
  outline:none;
  border-color:#ffd400;
}

.performers-search-btn{
  padding:8px 12px;
  background:#111;
  color:#ffd400;
  border:1px solid #333;
  border-radius:10px;
  cursor:pointer;
}

.performers-search-inline{
  display:flex;
  gap:6px;
  margin-left:8px;
}

.performers-search-inline .performers-search{
  width:150px;
  padding:8px 10px;
}

.no-results{
  grid-column:1 / -1;
  text-align:center;
  color:#aaa;
  padding:20px;
  font-weight:bold;
}



/* ARTIST PAGE */
.artist-layout{
  min-height:100vh;
  padding:40px 15px;
  background:#000;
}

.artist-card{
  max-width:850px;
  margin:0 auto;
  padding:30px;
  background:linear-gradient(180deg,#181818,#050505);
  border:1px solid #000;
  border-radius:16px;
  box-shadow:inset 0 0 0 1px #333,0 0 25px rgba(0,0,0,.9);
  color:#ddd;
}

.artist-card h1{
  color:#ffd400;
  font-size:42px;
  margin-bottom:8px;
}

.artist-genre{
  color:#aaa;
  font-size:16px;
  margin-bottom:20px;
}

.artist-description{
  font-size:17px;
  line-height:1.6;
  margin-bottom:25px;
}

.artist-card h2{
  color:#ffd400;
  font-size:24px;
  margin-bottom:15px;
}

.artist-songs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px 20px;
  margin:0 0 25px;
  padding:0;
}

.artist-songs .song-item{
  padding:8px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#fff;
}

.artist-back,
.artist-listen-btn{
  display:inline-block;
  color:#ffd400;
  text-decoration:none;
  font-weight:bold;
}

.artist-back{
  margin-bottom:20px;
}

.artist-listen-btn{
  padding:12px 18px;
  background:#111;
  border:1px solid #333;
  border-radius:10px;
}

.artist-back:hover,
.artist-listen-btn:hover{
  color:#fff;
  border-color:#ffd400;
}

.artist-header{
  display:flex;
  margin-bottom:25px;
  border:1px solid #444;
  border-radius:10px;
  overflow:hidden;
}

.artist-cover{
  width:300px;
  min-width:300px;
  border-right:1px solid #444;
}

.artist-cover img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.artist-info{
  flex:1;
  display:flex;
  flex-direction:column;
}

.artist-row{
  flex:1;
  display:flex;
  align-items:center;
  border-bottom:1px solid #333;
}

.artist-row:last-child{
  border-bottom:none;
}

.artist-label{
  width:140px;
  padding:18px;
  color:#ffd400;
  font-weight:bold;
  border-right:1px solid #333;
}

.artist-value{
  padding:18px;
  color:#ddd;
  font-family:"Segoe UI Emoji","Noto Color Emoji","Apple Color Emoji",Arial,sans-serif;
}

.country-flag{
  display:inline-block;
  width:24px;
  height:16px;
  object-fit:cover;
  margin-right:8px;
  vertical-align:middle;
  border-radius:2px;
}

.pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:15px;
  margin:8px 0 6px;
  flex-wrap:nowrap;
}

.pagination-pages{
  display:flex;
  align-items:center;
  gap:4px;
}

.performers-search-inline{
  display:flex;
  align-items:center;
  margin:0;
}

.performers-search-inline .performers-search{
  width:150px;
  height:38px;
  padding:0 12px;
  box-sizing:border-box;
}

.page-btn{
    padding:8px 14px;
    background:#111;
    color:#ffd400;
    border:1px solid #333;
    border-radius:10px;
    text-decoration:none;
    font-weight:bold;
}

.page-btn:hover{
    border-color:#ffd400;
}

.page-btn.active{
    background:#ffd400;
    color:#000;
}

/* FOOTER */
.site-footer{
  width:100%;
  margin-top:10px;
  text-align:center;
  overflow:hidden;
}

.footer-line{
  width:100%;
  max-width:1270px;
  height:15px;
  margin:0 auto;
}

.footer-copy{
  text-align:center;
  font-size:14px;
  color:#999;
  letter-spacing:.6px;
  text-shadow:0 1px 1px #000;
}

/* NOTEBOOK */
@media (max-width:1200px){
  .performers-list{
    grid-template-columns:repeat(7,1fr);
  }
}

/* TABLET */
@media (max-width:900px){
  .performers-list{
    grid-template-columns:repeat(5,1fr);
  }

}

/* ARTIST MOBILE */
@media (max-width:768px){
  .artist-header{
    flex-direction:column;
  }

  .artist-cover{
    width:100%;
    min-width:0;
    border-right:none;
    border-bottom:1px solid #444;
  }

  .artist-card{
    padding:15px;
  }

  .artist-card h1{
    font-size:30px;
  }

  .artist-songs{
    grid-template-columns:1fr;
    gap:6px;
  }

  .artist-row{
    flex-direction:column;
    align-items:flex-start;
  }

  .artist-label{
    width:100%;
    border-right:none;
    border-bottom:1px solid #333;
    box-sizing:border-box;
  }

  .artist-value{
    width:100%;
    box-sizing:border-box;
  }
}

/* PHONE */
@media (max-width:600px){
  body{
    overflow-y:auto;
  }
  
  .pc-scale{
    background:none;
    width:100%;
    max-width:none;
  }

  .main{
    width:100%;
    padding:6px;
  }

  .head{
    width:100%;
    height:125px;
    background-size:100% auto;
    background-position:center top;
  }

  .head-link{
    width:100%;
    height:125px;
  }

  .performers-box{
    padding:6px;
    border-width:3px;
  }

  .performers-list{
    grid-template-columns:repeat(4,1fr);
    margin-top:6px;
    gap:6px;
  }

  .performer-name{
    height:28px;
    font-size:12px;
    padding:3px;
  }

.pagination{
  margin:6px 0 4px;
  gap:6px;
  flex-wrap:wrap;
  justify-content:center;
}

  .page-btn{
    padding:6px 10px;
    font-size:12px;
  }

.performers-search-inline{
  width:100%;
  display:flex;
  justify-content:center;
  margin-top:4px;
}

.performers-search-inline .performers-search{
  width:180px;
  max-width:90%;
  height:32px;
}

  .footer-copy{
    margin-top:4px;
    font-size:9px;
  }

}