* { box-sizing: border-box; }

html,
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  background: #030303;
  color: #fff;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.screen {
  position: absolute;
  width: 1500px;
  height: 2000px;
  overflow: hidden;
  padding: 44px 62px 48px;
  transform-origin: top left;
  background:
    radial-gradient(circle at 50% 36%, rgba(15, 28, 29, .88), transparent 42%),
    radial-gradient(circle at 50% 82%, rgba(182, 119, 14, .16), transparent 36%),
    linear-gradient(180deg, #010202 0%, #050504 48%, #010101 100%);
}

.screen:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, transparent 0 28%, rgba(255, 191, 48, .08) 28.2% 28.5%, transparent 29%);
  background-size: 32px 32px, 1500px 1500px;
  opacity: .8;
  pointer-events: none;
}

.gold-ring {
  position: absolute;
  width: 1540px;
  height: 1540px;
  top: -160px;
  border: 6px solid rgba(224, 164, 37, .88);
  border-radius: 50%;
  filter: drop-shadow(0 0 24px rgba(251, 202, 86, .45));
  pointer-events: none;
}

.ring-left {
  left: -870px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-18deg);
}

.ring-right {
  right: -870px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(18deg);
}

.gold-ribbon {
  position: absolute;
  width: 210px;
  height: 2200px;
  top: -160px;
  background: linear-gradient(90deg, transparent, rgba(255, 216, 112, .58), transparent);
  filter: blur(8px);
  opacity: .55;
  pointer-events: none;
}

.ribbon-a { left: -20px; transform: rotate(23deg); }
.ribbon-b { right: 35px; transform: rotate(-23deg); }

.header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 250px 1fr 250px;
  gap: 28px;
  align-items: start;
  height: 230px;
}

.mini-card {
  height: 166px;
  border: 2px solid #d9a229;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(10,10,9,.94), rgba(0,0,0,.82));
  box-shadow: 0 0 26px rgba(220, 162, 43, .25), inset 0 1px 0 rgba(255,255,255,.12);
  text-align: center;
}

.mini-card strong {
  display: block;
  padding-top: 24px;
  font-size: 55px;
  line-height: 1;
  font-weight: 900;
}

.mini-card span {
  display: block;
  margin-top: 8px;
  color: #d7d7d7;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.mini-card b {
  display: block;
  margin-top: 16px;
  padding: 13px 10px 14px;
  color: #090909;
  background: linear-gradient(90deg, #c48517, #ffe08a, #c48517);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.weather-card div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
}

.weather-card strong { padding-top: 0; }
.sun { width: 36px; height: 36px; border: 4px solid #ffd05d; border-radius: 50%; box-shadow: 0 0 18px rgba(255,208,93,.55); }

.cup-lockup {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: left;
  text-transform: uppercase;
}

.official-cup-logo {
  width: 124px;
  height: 174px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255,203,75,.5));
}

.cup-title {
  font-weight: 900;
  line-height: .88;
}

.cup-title span {
  display: block;
  color: #f2d371;
  font-size: 49px;
  letter-spacing: 2px;
}

.cup-title strong {
  display: block;
  color: #f7d86c;
  font-size: 56px;
}

.cup-title b {
  display: block;
  color: #f8d765;
  font-size: 104px;
  letter-spacing: 2px;
  text-shadow: 0 0 20px rgba(255,217,101,.25);
}

.scoreboard,
.panel,
.players-panel,
.footer {
  position: relative;
  z-index: 2;
  border: 2px solid #c89022;
  background: linear-gradient(180deg, rgba(12, 12, 11, .92), rgba(4, 4, 4, .86));
  box-shadow: 0 0 30px rgba(218, 154, 36, .23), inset 0 1px 0 rgba(255,255,255,.12);
}

.scoreboard {
  height: 580px;
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  gap: 25px;
  align-items: center;
  padding: 86px 82px 145px;
  background:
    linear-gradient(180deg, rgba(6,20,35,.75), rgba(3,3,2,.55) 48%, rgba(17,28,7,.78)),
    radial-gradient(ellipse at 50% 37%, rgba(45, 97, 143, .7), transparent 44%),
    linear-gradient(180deg, #091522, #06100d 70%, #152306);
}

.scoreboard:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 122px;
  height: 210px;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(102, 151, 59, .42), transparent 62%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.04) 0 1px, transparent 1px 34px);
  opacity: .78;
}

.stadium-glow {
  position: absolute;
  top: 58px;
  width: 220px;
  height: 120px;
  background: radial-gradient(circle, #fff 0 10%, transparent 11%);
  background-size: 36px 36px;
  filter: drop-shadow(0 0 22px white);
  opacity: .7;
}

.stadium-glow.left { left: 28px; transform: rotate(24deg); }
.stadium-glow.right { right: 28px; transform: rotate(-24deg); }

.live-pill {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 230px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff2639, #b60019);
  box-shadow: 0 0 24px rgba(255,34,52,.55);
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.live-pill i {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 12px;
  border-radius: 50%;
  background: white;
  vertical-align: middle;
}

.team {
  position: relative;
  z-index: 1;
  text-align: center;
}

.flag {
  width: 260px;
  height: 160px;
  margin: 0 auto 22px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,.24);
  box-shadow: 0 0 22px rgba(255,255,255,.16);
  overflow: hidden;
}

.flag-france { background: linear-gradient(90deg, #082998 0 33.3%, #fff 33.3% 66.6%, #e31b3d 66.6%); }

.api-flag {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.18), transparent 58%),
    linear-gradient(180deg, rgba(10, 24, 40, .96), rgba(3, 6, 8, .94));
}

.api-flag:before,
.api-flag:after {
  display: none;
}

.api-flag img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255,255,255,.22));
}

.flag-brazil {
  position: relative;
  background: #0aa84f;
}

.flag-brazil:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 100px;
  background: #ffd533;
  transform: translate(-50%, -50%) rotate(34deg);
}

.flag-brazil:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #173a92;
  transform: translate(-50%, -50%);
}

.team h2 {
  margin: 0;
  font-size: 50px;
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
}

.team p {
  margin: 13px 0 0;
  color: #f4bd39;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
}

.score-core {
  position: relative;
  z-index: 1;
  text-align: center;
}

.score {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  font-size: 128px;
  line-height: .9;
  font-weight: 900;
  text-shadow: 0 0 22px rgba(255,255,255,.25);
}

.score em {
  color: #fff;
  font-size: 72px;
  font-style: normal;
}

.timer {
  margin-top: 22px;
  color: #f8c541;
  font-size: 40px;
  font-weight: 900;
}

.goals-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 118px;
  height: 92px;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.68), transparent);
}

.goals-strip .tab {
  width: 160px;
  margin: -1px auto 0;
  padding: 7px 0;
  border-radius: 0 0 12px 12px;
  color: #100d05;
  background: linear-gradient(90deg, #b97712, #ffdc74, #b97712);
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.goals-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 660px;
  margin: 14px auto 0;
  gap: 6px 40px;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.goals-list span { color: #ddd; margin-right: 12px; }

.quick-stats {
  position: absolute;
  left: 230px;
  right: 230px;
  bottom: 22px;
  display: grid;
  gap: 16px;
}

.split-stat {
  display: grid;
  grid-template-columns: 70px 1fr 170px 1fr 70px;
  gap: 20px;
  align-items: center;
  font-size: 28px;
  font-weight: 900;
}

.split-stat span {
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
}

.split-stat i {
  height: 8px;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(255,255,255,.22);
}

.split-stat i em {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: #1e66ff;
}

.split-stat .right-bar em { background: #4bbe33; }

.middle-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 30px;
}

.panel {
  height: 520px;
  border-radius: 22px;
  padding: 24px;
}

h3 {
  margin: 0 0 24px;
  color: #efb72b;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.match-row {
  display: grid;
  grid-template-columns: 84px 1fr 64px 1fr 84px;
  gap: 14px;
  align-items: center;
  min-height: 106px;
  margin-bottom: 16px;
  padding: 12px 18px;
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.match-row b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-row span {
  display: grid;
  place-items: center;
  height: 46px;
  border-radius: 8px;
  color: #100d05;
  background: linear-gradient(90deg, #c68618, #ffdc76);
  font-size: 19px;
}

.match-row small {
  grid-column: 2 / 5;
  margin-top: -8px;
  color: #f2c653;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.flag-mini {
  width: 74px;
  height: 52px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.22);
}

.api-flag-mini {
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.16), transparent 58%),
    rgba(255,255,255,.06);
}

.api-flag-mini img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.arg { background: linear-gradient(180deg, #79bcea 0 33%, #fff 33% 66%, #79bcea 66%); }
.ger { background: linear-gradient(180deg, #000 0 33%, #dd0000 33% 66%, #ffce00 66%); }
.esp { background: linear-gradient(180deg, #c60b1e 0 25%, #ffc400 25% 75%, #c60b1e 75%); }
.eng { background: linear-gradient(90deg, #fff 0 40%, #c8102e 40% 60%, #fff 60%); }
.por { background: linear-gradient(90deg, #056b35 0 45%, #d01c1f 45%); }
.ned { background: linear-gradient(180deg, #ae1c28 0 33%, #fff 33% 66%, #21468b 66%); }

button {
  width: 100%;
  height: 48px;
  margin-top: 2px;
  border: 0;
  border-radius: 9px;
  color: #110d04;
  background: linear-gradient(90deg, #b97712, #ffdc74, #b97712);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

button i {
  float: right;
  padding-right: 18px;
  font-style: normal;
  font-size: 30px;
  line-height: 18px;
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 42px 1fr 45px 38px 38px 38px 50px 50px;
  gap: 8px;
  align-items: center;
}

.table-head {
  height: 48px;
  color: #a9a9a9;
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: 18px;
  text-transform: uppercase;
}

.table-row {
  height: 76px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 25px;
  font-weight: 900;
}

.table-row b {
  display: flex;
  align-items: center;
  gap: 14px;
  text-transform: uppercase;
}

.table-row em {
  color: #efb72b;
  font-style: normal;
}

.flag-tiny {
  display: inline-block;
  width: 42px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.16);
  vertical-align: middle;
}

.fr { background: linear-gradient(90deg, #082998 0 33%, #fff 33% 66%, #e31b3d 66%); }
.br { background: #0aa84f; }
.dk { background: linear-gradient(90deg, #c8102e 0 35%, #fff 35% 45%, #c8102e 45%); }
.tn { background: #e31b3d; }
.be { background: linear-gradient(90deg, #000 0 33%, #fdda24 33% 66%, #ef3340 66%); }

.flag-tiny img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.empty-line {
  min-height: 76px;
  display: grid;
  place-items: center;
  color: #c9c9c9;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.players-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 300px;
  gap: 16px;
  height: 360px;
  margin-top: 28px;
  padding: 56px 18px 18px;
  border-radius: 22px;
}

.players-panel h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  text-align: center;
}

.player-card {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 20px 18px;
  border: 1px solid #c89022;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(0,0,0,.32));
}

.player-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 14px;
  color: #f1c347;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.avatar {
  width: 112px;
  height: 112px;
  margin-top: 26px;
  border: 2px solid #d59c24;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  background: #111;
  box-shadow: 0 0 18px rgba(213,156,36,.35);
}

.player-card strong {
  display: block;
  font-size: 66px;
  line-height: .9;
  font-weight: 900;
}

.player-card b {
  display: block;
  margin-top: 8px;
  color: #f3c244;
  font-size: 21px;
  text-transform: uppercase;
}

.player-card p {
  margin: 22px 0 0;
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.player-card p em {
  color: #aaa;
  font-style: normal;
}

.year-mark {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 250px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 209, 83, .18), transparent 58%),
    linear-gradient(180deg, rgba(255, 210, 86, .14), rgba(0, 0, 0, .08));
}

.year-mark img {
  width: 178px;
  height: 274px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 18px rgba(255, 211, 86, .62))
    drop-shadow(0 18px 26px rgba(0, 0, 0, .72));
}

.footer {
  display: grid;
  grid-template-columns: 500px 1fr 360px;
  gap: 28px;
  align-items: center;
  height: 126px;
  margin-top: 36px;
  padding: 16px;
  border-width: 1px 0 0;
  border-radius: 0;
  background: rgba(0,0,0,.62);
}

.rr-logo {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 26px;
  border: 2px solid #00a75b;
  border-radius: 10px;
  color: transparent;
  -webkit-text-stroke: 2px #00a75b;
  font-size: 58px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 14px rgba(0,167,91,.35);
}

.rr-logo span { font-size: 50px; }

.footer-slogan {
  color: #f0b82d;
  text-align: center;
  font-size: 28px;
  line-height: 1.24;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-slogan span { color: #ffd76b; }

.footer-copy {
  color: #fff;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
}
