/* Wufoo Magnus League look, without the form:
   checkerboard page, centered column, left-aligned copy.
   Title approximates Wufoo "Tribeca"; body approximates rounded Museo/National. */

:root {
  --ink: #222222;
  --lavender: #e6e6fa;
  --peach: #faebd7;
  --title: #22a012;
  --link: #1924b1;
  --notice: #e23b16;
  --square-a: #80c8ff;
  --square-b: #fdf4e3;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  color: var(--ink);
  background-color: var(--square-b);
  background-image: repeating-conic-gradient(var(--square-a) 0% 25%, var(--square-b) 0% 50%);
  background-size: 80px 80px;
  font-family: "Varela Round", "Museo-300", "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: var(--link);
  text-decoration: underline;
}

a:hover,
a:focus-visible { color: #0b1070; }

.page-shell {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding: 32px 12px 56px;
}

.league-card {
  width: min(720px, 100%);
  margin: 0 auto;
  background: var(--peach);
  border: 1px solid #d7d3e8;
  text-align: left;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
}

.league-header {
  background: var(--lavender);
  padding: 28px 28px 18px;
  text-align: center;
  border-bottom: 1px solid #d5d0e6;
}

h1 {
  margin: 0 0 10px;
  color: var(--title);
  font-family: "Lilita One", Tribeca, "Arial Black", sans-serif;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.05;
  text-transform: uppercase;
  -webkit-text-stroke: 0.6px #145a0c;
  paint-order: stroke fill;
}

.subtitle {
  margin: 0;
  color: #111;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.35;
}

.league-content {
  padding: 22px 36px 36px;
  text-align: left;
}

h2, h3 {
  margin: 1.15em 0 0.3em;
  color: #111;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.25;
}

h3 { font-size: 1.2rem; }

.league-content > h2:first-child { margin-top: 0; }

p { margin: 0 0 0.8em; }

.welcome { font-size: 1.08rem; }
.dates { font-size: 1rem; }

.location {
  color: var(--notice);
  font-size: 1.35rem;
  font-weight: 400;
}

.info-link {
  font-size: 1.35rem;
  line-height: 1.3;
}

.info-link a {
  font-size: inherit;
}

.note {
  font-size: 0.95rem;
  font-style: italic;
}

.results { margin-top: 1.4em; }

.results ul {
  margin: 0.4em 0 0;
  padding: 0;
  list-style: none;
}

.results li {
  margin: 0 0 0.55em;
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .page-shell { padding: 12px 8px 32px; }
  .league-header { padding: 20px 16px 14px; }
  .league-content { padding: 18px 18px 28px; }
}
