:root{ --kmp-green:#387d23; --kmp-yellow:#ffce00; }
.kmp-bi-front{
  border:3px solid var(--kmp-green);
  border-radius:16px;
  overflow:hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.08);
  margin: 14px 0;
  background:#fff;
}
.kmp-bi-front-header{
  display:flex;
  gap:14px;
  align-items:center;
  padding:14px 16px;
  background: linear-gradient(90deg, var(--kmp-green), var(--kmp-yellow));
}
.kmp-bi-front-logo{
  width:64px; height:64px; object-fit:contain;
  background:#fff;
  border-radius:14px;
  padding:6px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.kmp-bi-front-title{ line-height:1.1; }
.kmp-bi-front-club{
  font-weight:900;
  color:#fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
  font-size: 20px;
}
.kmp-bi-front-team{
  font-weight:900;
  color:#111;
  background: rgba(255,255,255,.75);
  padding: 6px 10px;
  border-radius:999px;
  display:inline-block;
  margin-top:6px;
}
.kmp-bi-front-table-wrap{ width:100%; overflow:auto; }
.kmp-bi-front-table{
  width:100%;
  border-collapse:collapse;
  min-width: 780px;
}
.kmp-bi-front-table th, .kmp-bi-front-table td{
  border:1px solid rgba(0,0,0,.10);
  padding:10px 10px;
  font-size: 14px;
}
.kmp-bi-front-table th{
  background: rgba(56,125,35,.08);
  font-weight:900;
}
.kmp-bi-front-name{ font-weight:800; }
.kmp-bi-front-empty{ text-align:center; padding: 18px; }
.kmp-bi-error{ padding:12px 14px; border:2px dashed rgba(0,0,0,.22); border-radius:14px; }
