/* HandballNet 7.0 – Hungarian priority center and semantic page cleanup. */

.handballnet-data-route .page-header {
  display: none !important;
}

.handballnet-data-route #content.site-main {
  padding-top: 0;
}

#hbn-pro .hbn7-hungary-focus {
  position: relative;
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid #c9dcf3;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(18, 104, 205, .16), transparent 38%),
    linear-gradient(145deg, #f7fbff 0%, #edf5ff 100%);
  box-shadow: 0 14px 34px rgba(22, 65, 112, .08);
}

#hbn-pro .hbn7-hungary-focus > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
}

#hbn-pro .hbn7-hungary-focus > header span,
#hbn-pro .hbn7-priority-leagues a > span {
  color: #0757b7;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

#hbn-pro .hbn7-hungary-focus h2 {
  margin: 5px 0 7px;
  color: #102840;
  font-size: clamp(21px, 3.2vw, 32px);
  line-height: 1.12;
}

#hbn-pro .hbn7-hungary-focus header p {
  max-width: 760px;
  margin: 0;
  color: #4f6478;
  line-height: 1.55;
}

#hbn-pro .hbn7-quality-pill {
  min-width: 144px;
  padding: 13px 15px;
  border: 1px solid rgba(17, 125, 73, .24);
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  text-align: right;
}

#hbn-pro .hbn7-quality-pill b,
#hbn-pro .hbn7-quality-pill span,
#hbn-pro .hbn7-quality-pill small {
  display: block;
}

#hbn-pro .hbn7-quality-pill b {
  color: #087245;
  font-size: 27px;
  line-height: 1;
}

#hbn-pro .hbn7-quality-pill span {
  margin-top: 4px;
  color: #245443;
  font-size: 12px;
  font-weight: 800;
}

#hbn-pro .hbn7-quality-pill small {
  margin-top: 8px;
  color: #6c7e8f;
  font-size: 10px;
}

#hbn-pro .hbn7-quality-pill.is-critical {
  border-color: rgba(190, 44, 44, .3);
  background: #fff5f5;
}

#hbn-pro .hbn7-quality-pill.is-critical b,
#hbn-pro .hbn7-quality-pill.is-critical span {
  color: #ad2525;
}

#hbn-pro .hbn7-priority-leagues {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

#hbn-pro .hbn7-priority-leagues a,
#hbn-pro .hbn7-priority-teams a {
  min-width: 0;
  border: 1px solid #d8e4f0;
  background: rgba(255, 255, 255, .92);
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#hbn-pro .hbn7-priority-leagues a {
  display: grid;
  gap: 4px;
  padding: 13px;
  border-radius: 13px;
}

#hbn-pro .hbn7-priority-leagues a b {
  overflow: hidden;
  color: #17324e;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#hbn-pro .hbn7-priority-leagues a small,
#hbn-pro .hbn7-priority-teams a small {
  color: #6a7c8f;
  font-size: 11px;
}

#hbn-pro .hbn7-priority-teams {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#hbn-pro .hbn7-priority-teams a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
}

#hbn-pro .hbn7-priority-teams a > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #0757b7;
  color: #fff;
  font-style: normal;
  font-weight: 900;
}

#hbn-pro .hbn7-priority-teams a span,
#hbn-pro .hbn7-priority-teams a b,
#hbn-pro .hbn7-priority-teams a small {
  display: block;
  min-width: 0;
}

#hbn-pro .hbn7-priority-teams a b {
  overflow: hidden;
  color: #17324e;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#hbn-pro .hbn7-priority-teams a em {
  color: #0757b7;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

#hbn-pro .hbn7-priority-leagues a:hover,
#hbn-pro .hbn7-priority-teams a:hover {
  transform: translateY(-2px);
  border-color: #8fb8e7;
  box-shadow: 0 9px 22px rgba(22, 77, 132, .1);
}

#hbn-pro .hbn7-hungary-focus > footer {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 2px;
  color: #5d7288;
  font-size: 11px;
}

#hbn-pro .hbn7-hungary-focus > footer b {
  padding: 4px 7px;
  border-radius: 999px;
  background: #dfeeff;
  color: #0757b7;
}

#hbn-pro[data-theme="dark"] .hbn7-hungary-focus {
  border-color: #254766;
  background: radial-gradient(circle at 100% 0, rgba(50, 143, 255, .2), transparent 38%), linear-gradient(145deg, #10273d, #102132);
}

#hbn-pro[data-theme="dark"] .hbn7-hungary-focus h2,
#hbn-pro[data-theme="dark"] .hbn7-priority-leagues a b,
#hbn-pro[data-theme="dark"] .hbn7-priority-teams a b {
  color: #f4f8fc;
}

#hbn-pro[data-theme="dark"] .hbn7-hungary-focus header p,
#hbn-pro[data-theme="dark"] .hbn7-priority-leagues a small,
#hbn-pro[data-theme="dark"] .hbn7-priority-teams a small,
#hbn-pro[data-theme="dark"] .hbn7-hungary-focus > footer {
  color: #afc0d0;
}

#hbn-pro[data-theme="dark"] .hbn7-priority-leagues a,
#hbn-pro[data-theme="dark"] .hbn7-priority-teams a,
#hbn-pro[data-theme="dark"] .hbn7-quality-pill {
  border-color: #2c4b68;
  background: rgba(15, 37, 56, .88);
}

@media (max-width: 980px) {
  #hbn-pro .hbn7-priority-leagues { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  #hbn-pro .hbn7-hungary-focus { padding: 15px; border-radius: 16px; }
  #hbn-pro .hbn7-hungary-focus > header { grid-template-columns: 1fr; }
  #hbn-pro .hbn7-quality-pill { text-align: left; }
  #hbn-pro .hbn7-priority-leagues,
  #hbn-pro .hbn7-priority-teams { grid-template-columns: 1fr; }
  #hbn-pro .hbn7-priority-teams a { grid-template-columns: 40px minmax(0, 1fr); }
  #hbn-pro .hbn7-priority-teams a em { display: none; }
  #hbn-pro .hbn7-hungary-focus > footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  #hbn-pro .hbn7-priority-leagues a,
  #hbn-pro .hbn7-priority-teams a { transition: none; }
}
