:root {
  --ink: #11131f;
  --muted: #5b6075;
  --paper: #f7f5f0;
  --white: #ffffff;
  --purple-950: #130927;
  --purple-900: #211153;
  --purple-800: #321876;
  --purple-700: #4a27b2;
  --purple-500: #7858f2;
  --purple-200: #ddd5ff;
  --cyan: #20c7e6;
  --red: #e23136;
  --gold: #f5c84c;
  --line: rgba(30, 18, 74, 0.12);
  --shadow: 0 22px 80px rgba(18, 12, 50, 0.18);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

ul {
  margin: 0;
  padding: 0;
}

.medal-pins {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: flex;
  gap: 4px;
}
