.wc2026{
  max-width:940px;
  width:100%;
  margin:24px auto;
  font-family:Arial,sans-serif;
}

.wc2026-card{
  position:relative;
  background:linear-gradient(135deg,#3b0505 0%,#111111 48%,#050505 100%);
  border-radius:18px;
  padding:18px;
  color:#fff;
  overflow:hidden;
  box-shadow:none !important;
}

.wc2026-card.wc2026-collapsed{
  padding:0;
  background:transparent;
  overflow:visible;
}

.wc2026-toggle{
  position:absolute;
  left:50%;
  bottom:-14px;
  transform:translateX(-50%);
  z-index:30;
  background:#202432;
  color:#fff;
  border:0;
  border-radius:13px;
  padding:0 8px;
  min-width:58px;
  height:26px;
  line-height:26px;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
  box-shadow:none !important;
}

.wc2026-card:not(.wc2026-collapsed) .wc2026-toggle{
  left:auto;
  right:18px;
  top:10px;
  bottom:auto;
  transform:none;
  background:#23c6d8;
  padding:0 8px;
  min-width:66px;
  height:24px;
  line-height:24px;
  font-size:10px;
  border-radius:12px;
  box-shadow:none !important;
}

.wc2026-top,
.wc2026-count{
  display:none !important;
}

.wc2026-slim{
  min-height:92px;
  height:auto;
  display:grid;
  grid-template-columns:170px 230px 1fr 270px;
  align-items:center;
  gap:18px;
  background:linear-gradient(90deg,#b5121b 0%,#d71920 24%,#257b91 50%,#18b7ad 72%,#101633 100%);
  border-radius:18px;
  overflow:hidden;
  color:#fff;
  box-shadow:none !important;
}

.wc2026-card:not(.wc2026-collapsed) .wc2026-slim{
  margin-top:26px;
  margin-bottom:18px;
  box-shadow:none !important;
}

.wc2026-brand{
  min-height:92px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 16px;
  box-sizing:border-box;
}

.wc2026-cup{
  font-size:42px;
  line-height:1;
  flex-shrink:0;
}

.wc2026-brand b{
  display:block;
  font-size:21px;
  line-height:1.02;
  font-weight:900;
}

.wc2026-brand strong{
  display:block;
  font-size:25px;
  line-height:1;
  font-weight:900;
  margin-top:2px;
}

.wc2026-teams{
  display:grid;
  grid-template-columns:1fr 48px 1fr;
  align-items:center;
  text-align:center;
  gap:8px;
}

.wc2026-teams img{
  width:46px;
  height:46px;
  border-radius:50%;
  background:#fff;
  object-fit:contain;
}

.wc2026-teams small{
  display:block;
  margin-top:4px;
  font-size:11px;
  font-weight:900;
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.wc2026-teams em{
  font-style:normal;
  font-size:31px;
  font-weight:900;
}

.wc2026-datebox{
  border-left:2px solid rgba(255,255,255,.45);
  padding-left:20px;
  line-height:1.15;
  min-width:230px;
}

.wc2026-datebox b{
  display:block;
  font-size:15px;
  font-weight:900;
  white-space:nowrap;
}

.wc2026-datebox span{
  display:block;
  margin-top:9px;
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
}

.wc2026-countdown{
  min-height:92px;
  background:linear-gradient(135deg,#5b0b0f 0%,#8f1117 55%,#050505 100%);
  border-left:1px solid rgba(255,255,255,.18);
  border-radius:0 18px 18px 0;
  padding:11px 14px;
  box-sizing:border-box;
  text-align:center;
  color:#fff;
}

.wc2026-countdown strong{
  display:block;
  font-size:12px;
  font-weight:900;
  letter-spacing:.4px;
  margin-bottom:8px;
}

.wc2026-countdown>div{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:7px;
}

.wc2026-countdown p{
  margin:0;
}

.wc2026-countdown b{
  display:block;
  font-size:22px;
  line-height:1;
  font-weight:900;
}

.wc2026-countdown span{
  display:block;
  margin-top:5px;
  font-size:9px;
  color:rgba(255,255,255,.78);
  font-weight:800;
}

.wc2026-card.wc2026-collapsed .wc2026-main,
.wc2026-card.wc2026-collapsed .wc2026-actions{
  display:none !important;
}

.wc2026-main{
  display:grid;
  grid-template-columns:245px 1fr 200px;
  gap:14px;
}

.wc2026-panel,
.wc2026-news{
  background:#111111;
  border-radius:16px;
  padding:14px;
}

.wc2026-panel h3,
.wc2026-news h3{
  margin:0 0 12px;
  font-size:18px;
}

.wc2026-match{
  background:#181818;
  border:2px solid #35a8ff;
  border-radius:14px;
  padding:12px;
  text-align:center;
  margin-bottom:12px;
}

.wc2026-match small{
  display:block;
  color:#aaa;
  margin-bottom:10px;
}

.wc2026-match div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
}

.wc2026-match img{
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
}

.wc2026-match b{
  font-size:12px;
}

.wc2026-match strong{
  display:block;
  margin-top:10px;
  color:#b7e27a;
}

.wc2026-panel table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
}

.wc2026-panel th{
  background:linear-gradient(90deg,#36bce7,#93d84d);
  padding:8px;
  text-align:left;
}

.wc2026-panel td{
  padding:8px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.wc2026-hero{
  min-height:300px;
  border-radius:16px;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:linear-gradient(135deg,#b5121b 0%,#7f1015 45%,#181818 100%);
  color:#fff;
}

.wc2026-hero span{
  color:#ffd34d;
  font-weight:900;
}

.wc2026-hero h3{
  font-size:24px;
  margin:12px 0;
}

.wc2026-news a{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:12px;
  color:#fff;
  text-decoration:none;
  margin-bottom:18px;
}

.wc2026-news i{
  width:58px;
  height:52px;
  border-radius:9px;
  background:linear-gradient(135deg,#d00,#111);
}

.wc2026-news b{
  font-size:15px;
  line-height:1.35;
}

.wc2026-news small{
  display:block;
  color:#bbb;
  margin-top:5px;
}

.wc2026-actions{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:16px;
}

.wc2026-actions a{
  background:linear-gradient(90deg,#b5121b,#d71920);
  color:#fff;
  text-decoration:none;
  border-radius:10px;
  padding:12px;
  text-align:center;
  font-weight:900;
  box-shadow:none !important;
}

@media(max-width:900px){
  .wc2026{
    max-width:100%;
    padding:0 12px;
    box-sizing:border-box;
  }

  .wc2026-slim{
    height:auto;
    min-height:76px;
    grid-template-columns:1fr auto;
    padding:10px;
    gap:10px;
  }

  .wc2026-datebox,
  .wc2026-countdown{
    display:none;
  }

  .wc2026-main{
    grid-template-columns:1fr;
  }

  .wc2026-actions{
    grid-template-columns:1fr 1fr;
  }
}



/* FINAL: countdown tetap tampil saat expanded */
.wc2026-card:not(.wc2026-collapsed) .wc2026-slim{
  grid-template-columns:170px 220px 1fr 220px !important;
  padding-right:0 !important;
}

.wc2026-card:not(.wc2026-collapsed) .wc2026-countdown{
  display:block !important;
  width:220px !important;
  min-width:220px !important;
  max-width:220px !important;
  padding:10px 10px !important;
  overflow:hidden !important;
}

.wc2026-card:not(.wc2026-collapsed) .wc2026-countdown strong{
  font-size:11px !important;
  margin-bottom:7px !important;
  white-space:nowrap !important;
}

.wc2026-card:not(.wc2026-collapsed) .wc2026-countdown>div{
  gap:4px !important;
}

.wc2026-card:not(.wc2026-collapsed) .wc2026-countdown b{
  font-size:18px !important;
}

.wc2026-card:not(.wc2026-collapsed) .wc2026-countdown span{
  font-size:8px !important;
}

/* FIX VISIBILITY COLOR */
.wc2026-panel,
.wc2026-news{
  background:#090909 !important;
  color:#fff !important;
}

.wc2026-panel h3,
.wc2026-news h3,
.wc2026-panel td,
.wc2026-panel th,
.wc2026-match b,
.wc2026-match small,
.wc2026-news b{
  color:#fff !important;
}

.wc2026-panel td{
  color:#e8e8e8 !important;
}

.wc2026-match{
  background:#181818 !important;
}

.wc2026-hero{
  background:linear-gradient(135deg,#b5121b 0%,#7b0f14 45%,#151515 100%) !important;
  color:#fff !important;
}

.wc2026-actions a{
  background:linear-gradient(90deg,#b5121b,#d71920) !important;
  color:#fff !important;
}
