.rep-layout{
  display:grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
}

.rep-left, .rep-right{
  display:flex;
  flex-direction:column;
  gap: 14px;
}

.rep-search{
  width:100%;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(0,255,150,0.18);
  color:#eafff3;
  outline:none;
  font-size: 14px;
}
.rep-search:focus{
  border-color: rgba(0,255,150,0.55);
  box-shadow: 0 0 18px rgba(0,255,150,0.15);
}

.rep-player-list{
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(0,255,150,0.12);
  border-radius: 16px;
  padding: 10px;
  max-height: 70vh;
  overflow:auto;
}

.rep-player-item{
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 10px;
  border-radius: 12px;
  cursor:pointer;
  transition: .15s;
  border: 1px solid transparent;
}
.rep-player-item:hover{
  background: rgba(0,255,150,0.06);
  border-color: rgba(0,255,150,0.20);
}
.rep-player-item.active{
  background: rgba(0,255,150,0.10);
  border-color: rgba(0,255,150,0.35);
  box-shadow: 0 0 12px rgba(0,255,150,0.15);
}

.rep-player-ava{
  width:44px;
  height:44px;
  border-radius: 14px;
  object-fit:cover;
  border:1px solid rgba(0,255,150,0.35);
}

.rep-player-name{
  font-weight: 800;
  color:#eafff3;
  line-height: 1.1;
}
.rep-player-sub{
  font-size: 12px;
  opacity: .75;
}

.rep-player-card{
  border-radius: 16px;
  padding: 16px;
  background: rgba(0,0,0,0.30);
  border: 1px solid rgba(0,255,150,0.18);
}

.rep-card-head{
  display:flex;
  gap: 14px;
  align-items:center;
}

.rep-card-ava{
  width: 88px;
  height: 88px;
  border-radius: 18px;
  border:2px solid rgba(0,255,150,0.50);
  box-shadow: 0 0 18px rgba(0,255,150,0.18);
  object-fit:cover;
}

.rep-card-name{
  font-size: 20px;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0,255,150,0.12);
}

.rep-card-id{
  font-size: 12px;
  opacity: .75;
}

.rep-form-wrap{
  border-radius: 16px;
  padding: 16px;
  background: rgba(0,0,0,0.30);
  border: 1px solid rgba(0,255,150,0.18);
}

.rep-input{
  width:100%;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(0,255,150,0.15);
  color:#eafff3;
  outline:none;
  margin-top: 10px;
}
.rep-input:focus{
  border-color: rgba(0,255,150,0.55);
  box-shadow: 0 0 16px rgba(0,255,150,0.12);
}

.rep-btn{
  margin-top: 12px;
  width:100%;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(0,255,150,0.25), rgba(0,255,80,0.14));
  border: 1px solid rgba(0,255,150,0.35);
  color:#eafff3;
  font-weight: 900;
  cursor:pointer;
  transition:.15s;
}
.rep-btn:hover{
  box-shadow: 0 0 18px rgba(0,255,150,0.18);
  transform: translateY(-1px);
}

.rep-status{
  margin-top: 10px;
  font-size: 13px;
  opacity: .9;
}

.rep-history{
  border-radius: 16px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(0,255,150,0.12);
  max-height: 40vh;
  overflow:auto;
}

.rep-h-item{
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,255,150,0.10);
  background: rgba(0,255,150,0.05);
  margin-top: 10px;
}

.rep-h-title{
  font-weight: 900;
}
.rep-h-meta{
  font-size: 12px;
  opacity:.8;
  margin-top: 2px;
}
.rep-empty{
  opacity:.7;
}


.rep-h-mod{
  margin-top:10px;
  padding:10px;
  border-radius:12px;
  border:1px solid rgba(0,255,170,.18);
  background: rgba(0,255,170,.05);
}
.rep-h-mod-title{
  font-weight:900;
  margin-bottom:6px;
  color:#9affd4;
}
.rep-h-mod-text{
  color:rgba(255,255,255,.88);
  line-height:1.4;
}

.rep-h-item{
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(0,255,170,.18);
  border-radius: 16px;
  padding: 14px 16px;
  margin-top: 12px;
}

.rep-h-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  font-size:13px;
  opacity:.85;
  margin-bottom:10px;
}

.rep-h-tag{
  padding:3px 10px;
  border-radius:999px;
  font-weight:800;
  font-size:12px;
  border:1px solid rgba(0,255,170,.25);
  background: rgba(0,255,170,.08);
  color:#aaffdd;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.rep-h-date{
  font-size:12px;
  color:rgba(255,255,255,.65);
}

.rep-h-mod{
  border:1px solid rgba(0,255,170,.25);
  background: rgba(0,255,170,.08);
  border-radius:14px;
  padding: 12px 14px;
  color:#d7fff0;
  font-size:14px;
}

.rep-h-mod-title{
  font-weight:900;
  font-size:12px;
  opacity:.85;
  margin-bottom:6px;
  text-transform:uppercase;
  letter-spacing:.6px;
  color:#7affc9;
}

.rep-h-mod-text{
  line-height:1.45;
  white-space:pre-wrap;
}

.rep-h-wait{
  font-size:13px;
  opacity:.65;
  padding: 10px 0 0;
}


.rep-btn[disabled]{
  opacity: .45;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  filter: grayscale(.2);
  filter: blur(1px);
}

.rep-auth-hint{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255, 180, 60, 0.35);
  color: rgba(255,255,255,0.90);
  font-size: 13px;
  display:flex;
  gap: 10px;
  align-items:flex-start;
}

.rep-auth-hint b {
  color:#ffd18a;
}

.rep-auth-hint a{
  color: rgba(0,255,150,0.95);
  text-decoration: none;
  font-weight: 800;
}

.rep-auth-hint a:hover{ text-decoration: underline; }
