/* Modal styles - scoped til .rt-kampvisning (gælder både [rt_kampvisning] og [rt_mine_kampe]) */
.rt-kampvisning .rt-kv-modal__panel, .rt-kampvisning .rt-kv-modal__panel *{font-weight:400;}

/* Når modal er åben, lås siden */
body.rt-kv-modal-open{overflow:hidden;}

/* Modal container */
.rt-kampvisning .rt-kv-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
}
.rt-kampvisning .rt-kv-modal[aria-hidden="false"]{display:block;}

.rt-kampvisning .rt-kv-modal__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.74);
  backdrop-filter:blur(2px);
}

.rt-kampvisning .rt-kv-modal__panel{
  position:relative;
  margin:6vh auto;
  width:min(980px, calc(100% - 28px));
  max-height:88vh;
  overflow:auto;
  background:radial-gradient(120% 120% at 50% 15%, rgba(154,126,16,.12), rgba(0,0,0,0)) ,
             linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,0));
  border:1px solid rgba(154,126,16,.35);
  border-radius:18px;
  box-shadow:0 22px 70px rgba(0,0,0,.55);
  padding:16px;
  color:var(--rt-text, #fff);
}

.rt-kampvisning .rt-kv-modal__close{
  position:absolute;
  top:10px;
  right:10px;
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid rgba(154,126,16,.45) !important;
  background:#000 !important;
  color:rgba(255,255,255,.75);
  cursor:pointer;
  display:grid;
  place-items:center;
  font-size:22px;
  line-height:1;
}
.rt-kampvisning .rt-kv-modal__close:hover{color:#fff;}

.rt-kampvisning .rt-kv-modal__header{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:6px 44px 12px 6px;
  border-bottom:1px solid rgba(154,126,16,.22);
}

.rt-kampvisning .rt-kv-modal__title{margin:0; font-size:20px; font-weight:400; color:var(--rt-text, #fff);}
.rt-kampvisning .rt-kv-modal__meta{margin-top:4px; color:rgba(255,255,255,.65); font-size:13px;}

.rt-kampvisning .rt-kv-modal__badge{
  margin-left:auto;
  padding:7px 10px;
  border-radius:12px;
  border:1px solid rgba(154,126,16,.55);
  background:rgba(154,126,16,.08);
  color:var(--rt-gold, #9a7e10);
  font-weight:400;
  font-size:12px;
  letter-spacing:.4px;
}

.rt-kampvisning .rt-kv-modal__body{padding:14px 6px;}

.rt-kampvisning .rt-kv-modal__cards{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:10px;
  margin-bottom:12px;
}

.rt-kampvisning .rt-kv-card{
  border:1px solid rgba(154,126,16,.22);
  background:rgba(0,0,0,.40);
  border-radius:14px;
  padding:10px;
  min-height:74px;
  display:grid;
  grid-template-columns:28px 1fr;
  grid-template-rows:auto auto;
  column-gap:10px;
  row-gap:6px;
}

.rt-kampvisning .rt-kv-card__icon{
  grid-row:1 / span 2;
  width:28px; height:28px;
  border-radius:10px;
  border:1px solid rgba(154,126,16,.45);
  display:grid;
  place-items:center;
  background:rgba(154,126,16,.06);
}
.rt-kampvisning .rt-kv-card__icon svg{fill:var(--rt-gold, #9a7e10); opacity:.95;}

.rt-kampvisning .rt-kv-card__label{color:rgba(255,255,255,.65); font-size:12px; font-weight:400;}
.rt-kampvisning .rt-kv-card__value{color:var(--rt-gold, #9a7e10); font-weight:400; font-size:16px;}

.rt-kampvisning .rt-kv-modal__notice{
  border:1px dashed rgba(154,126,16,.35);
  background:rgba(154,126,16,.06);
  border-radius:14px;
  padding:12px;
  color:rgba(255,255,255,.75);
  font-size:13px;
  line-height:1.4;
}
.rt-kampvisning .rt-kv-modal__notice strong{color:var(--rt-gold, #9a7e10);}
.rt-kampvisning .rt-kv-modal__matchid{display:block; margin-top:6px; color:rgba(255,255,255,.6);}

/* Boards tabel */
.rt-kampvisning .rt-kv-modal__subnote{
  margin: 10px 0 0;
  padding: 10px 12px;
  border: 1px dashed rgba(154,126,16,0.55);
  border-radius: 12px;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  line-height: 1.35;
  background: rgba(0,0,0,0.35);
}

.rt-kampvisning .rt-kv-modal__boards{margin-top:12px;}
.rt-kampvisning .rt-kv-modal__boardshead{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
  margin:0 0 8px 0;
}
.rt-kampvisning .rt-kv-modal__boardstitle{font-weight:400; color:rgba(255,255,255,.9);}
.rt-kampvisning .rt-kv-modal__boardsmeta{color:rgba(255,255,255,.6); font-size:12px;}

.rt-kampvisning .rt-kv-modal__boardstable{
  border:1px solid rgba(154,126,16,.22);
  border-radius:14px;
  overflow:auto;
  background:rgba(0,0,0,.38);
}

.rt-kampvisning .rt-kv-boardrow{
  display:grid;
  grid-template-columns:44px 1fr 1fr 86px 120px;
  gap:0;
  align-items:center;
  padding:10px 12px;
  border-top:1px solid rgba(154,126,16,.12);
  min-width:580px;
}
.rt-kampvisning .rt-kv-boardrow--head{
  border-top:0;
  background:rgba(154,126,16,.06);
  color:rgba(255,255,255,.7);
  font-size:12px;
  font-weight:400;
}
.rt-kampvisning .rt-kv-boardrow--data:hover{background:rgba(154,126,16,.05);}

.rt-kampvisning .rt-kv-cell{min-width:0;}
.rt-kampvisning .rt-kv-cell--no{color:rgba(255,255,255,.6); font-weight:400;}
.rt-kampvisning .rt-kv-cell--player{color:rgba(255,255,255,.92); font-weight:400; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.rt-kampvisning .rt-kv-cell--legs{color:rgba(255,255,255,.8); font-weight:400; text-align:center;}
.rt-kampvisning .rt-kv-cell--avg{color:rgba(255,255,255,.75); font-weight:400; text-align:center;}


.rt-kampvisning .rt-kv-cell--full{grid-column:1 / -1; color:rgba(255,255,255,.6);}

/* Loading state */
.rt-kampvisning .rt-kv-modal--loading .rt-kv-card__value{opacity:.6;}

.rt-kampvisning .rt-kv-modal__footer{
  padding:10px 6px 2px 6px;
  border-top:1px solid rgba(154,126,16,.18);
  display:flex;
  justify-content:flex-end;
}

.rt-kampvisning .rt-kv-modal__btn{
  border:1px solid rgba(154,126,16,.55);
  background:#000 !important;
  color:var(--rt-gold, #9a7e10);
  font-weight:400;
  border-radius:12px;
  padding:10px 14px;
  cursor:pointer;
}
.rt-kampvisning .rt-kv-modal__btn:hover{background:rgba(154,126,16,.08) !important;}

@media (max-width: 720px){
  .rt-kampvisning .rt-kv-modal__cards{grid-template-columns:repeat(2, minmax(0, 1fr));}
  .rt-kampvisning .rt-kv-modal__panel{margin:3vh auto; max-height:92vh;}
}
