html, body {
  margin: 0;
  background: #0b2e24;
}

.uk-gold {
  max-width: 640px;
  margin: 0 auto;
  background: #0f3d32;
  color: #f4ead4;
  font-family: "Avenir Next", "Segoe UI", "Noto Sans", sans-serif;
  min-height: 100vh;
}

.uk-gold-flag {
  display: flex;
  height: 8px;
}

.uk-gold-flag span { flex: 1; }
.uk-gold-flag .b { background: #1a3d7c; }
.uk-gold-flag .w { background: #fff; }
.uk-gold-flag .r { background: #c62828; }

.uk-gold-hero {
  position: relative;
  overflow: hidden;
  padding: 22px 20px 18px;
}

.uk-gold-hero::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -20px;
  width: 300px;
  height: 300px;
  background: repeating-conic-gradient(
    from 0deg at 62% 38%,
    rgba(201, 168, 76, 0.2) 0 7deg,
    transparent 7deg 14deg
  );
  pointer-events: none;
}

.uk-gold-ball {
  position: absolute;
  right: 16px;
  top: 58px;
  width: 118px;
  height: auto;
  z-index: 1;
}

.uk-gold-brand {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f4ead4;
}

.uk-gold-brand span {
  color: #c9a84c;
  font-style: italic;
}

.uk-gold-sub {
  position: relative;
  z-index: 1;
  margin: 4px 0 28px;
  letter-spacing: 0.18em;
  font-size: 10px;
  color: #c9a84c;
}

.uk-gold-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  max-width: 62%;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: #c9a84c;
}

.uk-gold-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 70%;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: #f4ead4;
}

.uk-gold-hero h1 em {
  display: block;
  margin-top: 4px;
  color: #c9a84c;
  font-style: normal;
}

.uk-gold-lead {
  position: relative;
  z-index: 1;
  margin: 14px 0 18px;
  color: #e8dcc0;
  font-size: 16px;
}

.uk-gold-win {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  background: #6b1520;
  color: #f4ead4;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 700;
}

.uk-gold-win strong {
  color: #c9a84c;
  font-size: 28px;
  letter-spacing: 0.08em;
}

.uk-gold-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0;
  padding: 12px 20px;
  background: #6b1520;
  letter-spacing: 0.12em;
  font-size: 13px;
}

.uk-gold-date strong {
  color: #c9a84c;
}

.uk-gold-panel {
  padding: 18px 18px 28px;
}

.uk-gold-panel h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 600;
}

.uk-gold-panel h2::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #c9a84c;
}

.uk-gold-card {
  margin-bottom: 10px;
  overflow: hidden;
}

.uk-gold-card .label {
  padding: 8px 12px;
  background: #6b1520;
  color: #f4ead4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.uk-gold-card .value {
  margin: 0;
  padding: 16px 8px 14px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #0f3d32;
  background: #f4ead4;
}

.uk-gold-thirds {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 8px;
  padding: 14px 10px 16px;
  background: #f4ead4;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #0f3d32;
}

.uk-gold-history h3 {
  margin: 16px 0 12px;
  color: #c9a84c;
}

.uk-gold-history table {
  width: 100%;
  border-collapse: collapse;
  background: #f4ead4;
  color: #0f3d32;
}

.uk-gold-history th,
.uk-gold-history td {
  border: 1px solid #c9a84c;
  padding: 8px;
  text-align: center;
}

.uk-gold-history thead th {
  background: #6b1520;
  color: #e6d08a;
}

.uk-gold-foot {
  height: 8px;
  margin: 0 12px 12px;
  background: linear-gradient(90deg, #1a3d7c 0%, #c9a84c 50%, #c62828 100%);
}
