.gotd-card {
  margin-top: 20px;
}

.gotd-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.gotd-feature-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  aspect-ratio: 16 / 9;
}

.gotd-feature-media--pending {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.35);
}

.gotd-feature-pending {
  font-size: 36px;
  opacity: 0.5;
}

.gotd-feature-pending-text {
  margin: 0;
  font-size: 12px;
  color: #ef4444;
  text-align: center;
  line-height: 1.45;
}

.gotd-feature-thumb--static {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gotd-feature-thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 48px;
  opacity: 0.35;
}

.gotd-feature-media-actions {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.05) 100%);
}

.gotd-yt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ff0000;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s, background 0.2s;
}

.gotd-yt-btn:hover {
  background: #cc0000;
  transform: translateY(-1px);
  color: #fff;
}

.gotd-yt-btn--sm {
  padding: 6px 10px;
  font-size: 10px;
  gap: 5px;
  white-space: nowrap;
}

.gotd-yt-btn-icon {
  width: 18px;
  height: 13px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  flex-shrink: 0;
}

.gotd-yt-btn-icon::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #ff0000;
}

.gotd-yt-btn--sm .gotd-yt-btn-icon {
  width: 14px;
  height: 10px;
}

.gotd-yt-btn--sm .gotd-yt-btn-icon::after {
  left: 5px;
  top: 1px;
  border-width: 3px 0 3px 5px;
}

.gotd-item--goal,
.gotd-item--clip {
  text-decoration: none;
  color: inherit;
}

.gotd-item--clip {
  border-color: rgba(255, 0, 0, 0.12);
}

.gotd-item--clip:hover {
  border-color: rgba(255, 0, 0, 0.25);
  background: rgba(255, 0, 0, 0.04);
}

.gotd-action--highlights {
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.gotd-highlights-note {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #fbbf24;
  white-space: nowrap;
}

.gotd-feature-highlights-note {
  margin: 0;
  padding: 8px 12px;
  font-size: 11px;
  line-height: 1.4;
  color: #fbbf24;
  text-align: center;
  background: rgba(251, 191, 36, 0.08);
  border-top: 1px solid rgba(251, 191, 36, 0.15);
}

.gotd-feature-media--highlights {
  border-color: rgba(251, 191, 36, 0.2);
}

.gotd-item--highlights {
  border-color: rgba(251, 191, 36, 0.2);
}

.gotd-item--highlights:hover {
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.05);
}

.gotd-pending-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #ef4444;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
}

.gotd-feature-video {
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gotd-feature-video--embed {
  aspect-ratio: 16 / 9;
}

.gotd-embed {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  border: 0;
  background: #000;
}

.gotd-feature-play--yt {
  text-decoration: none;
  color: inherit;
}

.gotd-yt-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
}

.gotd-item--yt .gotd-play-icon {
  color: #ff0000;
}

.gotd-video {
  display: block;
  width: 100%;
  max-height: 240px;
  background: #000;
}

.gotd-feature-play {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  aspect-ratio: 16 / 9;
}

.gotd-feature-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gotd-feature-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(210, 3, 0, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.gotd-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.gotd-feature-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--accent);
}

.gotd-feature-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.gotd-feature-title .flag-img {
  width: 22px;
  height: auto;
  flex-shrink: 0;
}

.gotd-feature-title strong {
  font-weight: 900;
}

.gotd-feature-min {
  font-size: 14px;
  color: var(--accent);
  margin-left: 4px;
}

.gotd-feature-meta,
.gotd-feature-vid-title {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.45;
}

.gotd-feature-vid-title {
  font-style: italic;
}

.gotd-feature-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 2px;
}

.gotd-feature-match-link {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  margin-top: 6px;
}

.gotd-feature-match-link:hover {
  text-decoration: underline;
}

.gotd-more-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.gotd-item--video {
  cursor: pointer;
  border: none;
  font: inherit;
  text-align: left;
  width: 100%;
}

.gotd-play-icon {
  font-size: 12px;
  color: var(--danger);
  font-weight: 800;
  width: 20px;
  text-align: center;
}

.gotd-item--video:hover .gotd-play-icon {
  color: var(--accent);
}

.gotd-head {
  flex-wrap: wrap;
  gap: 8px 16px;
}

.gotd-head-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  margin-left: auto;
  text-align: right;
}

.gotd-date {
  font-size: 12px;
  font-weight: 800;
  color: var(--accent);
}

.gotd-sub {
  font-size: 10px;
  color: var(--text-muted);
}

.gotd-empty {
  text-align: center;
  padding: 28px 16px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
}

.gotd-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gotd-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  grid-template-areas: "min body action";
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.gotd-item:hover {
  border-color: rgba(16, 185, 129, 0.35);
  background: rgba(16, 185, 129, 0.06);
  transform: translateY(-1px);
}

.gotd-min {
  grid-area: min;
  font-size: 12px;
  font-weight: 800;
  color: var(--accent);
  text-align: center;
  line-height: 1.2;
}

.gotd-body {
  grid-area: body;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gotd-action {
  grid-area: action;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.gotd-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gotd-scorer {
  font-size: 13px;
  color: var(--text-primary);
  line-height: 1.35;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
}

.gotd-scorer .flag-img {
  width: 20px;
  height: auto;
  flex-shrink: 0;
  vertical-align: middle;
}

.gotd-scorer .flag-missing {
  width: 20px;
  height: 15px;
  font-size: 9px;
}

.gotd-scorer strong {
  font-weight: 800;
}

.gotd-assist {
  font-weight: 500;
  color: var(--text-muted);
  font-size: 12px;
}

.gotd-meta {
  font-size: 11px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gotd-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-start;
  margin-top: 2px;
}

.gotd-badge {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  padding: 3px 7px;
  border-radius: 6px;
  white-space: nowrap;
}

.gotd-badge--ahead {
  background: rgba(34, 197, 94, 0.15);
  color: var(--success);
}

.gotd-badge--eq {
  background: rgba(59, 130, 246, 0.15);
  color: var(--info);
}

.gotd-badge--late {
  background: rgba(239, 68, 68, 0.12);
  color: var(--danger);
}

.gotd-badge--type {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
}

.gotd-arrow {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 700;
}

.gotd-item:hover .gotd-arrow {
  color: var(--accent);
}

@media (max-width: 640px) {
  .gotd-feature {
    grid-template-columns: 1fr;
  }

  .gotd-item {
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-areas:
      "min body"
      "action action";
    gap: 8px 10px;
  }

  .gotd-action {
    justify-content: flex-start;
    padding-left: 46px;
  }

  .gotd-yt-btn--sm {
    font-size: 11px;
    padding: 7px 12px;
  }

  .gotd-video {
    max-height: 200px;
  }

  .gotd-head-meta {
    align-items: flex-start;
    text-align: left;
    width: 100%;
    margin-left: 0;
  }
}

html[data-theme="light"] .gotd-item,
html[data-theme="light"] .gotd-item--clip {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .gotd-item:hover {
  background: rgba(16, 185, 129, 0.08);
}
