@import url("https://fonts.googleapis.com/css2?family=Bangers&family=Fredoka:wght@400;600;700&display=swap");
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  background:
    radial-gradient(circle at 12% 18%, #ffe56b 0 80px, transparent 81px),
    radial-gradient(circle at 88% 12%, #ff8ad4 0 70px, transparent 71px),
    linear-gradient(180deg, #7ad7ff 0%, #b4f0ff 45%, #ffe56b 100%);
  color: #1b1464;
  font-family: Fredoka, sans-serif;
  min-height: 100%;
}
a { color: inherit; }
.top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 22px; background: #fff; border-bottom: 6px solid #1b1464;
  position: sticky; top: 0; z-index: 20;
}
.brand { display: flex; gap: 8px; align-items: center; font-family: Bangers, cursive; font-size: 28px; text-decoration: none; }
.brand .dot { font-size: 22px; width: auto; height: auto; background: none; }
.nav { display: flex; gap: 14px; font-size: 13px; font-weight: 700; }
.nav a { text-decoration: none; }
.nav span { color: #ff6bb5; margin-right: 4px; }
.right { display: flex; gap: 8px; align-items: center; }
.pill {
  background: #fff36a; border: 3px solid #1b1464; border-radius: 999px;
  padding: 6px 12px; font-weight: 700; text-decoration: none; font-size: 13px;
}
.login {
  background: #ff6bb5; color: #fff; border: 3px solid #1b1464;
  padding: 8px 14px; border-radius: 16px; font-weight: 700;
}
.hero {
  padding: 48px 36px; display: grid; grid-template-columns: 1.1fr .9fr;
  gap: 24px; align-items: center;
}
h1, h2 {
  font-family: Bangers, cursive; font-weight: 400;
  text-shadow: 4px 4px 0 #fff, 7px 7px 0 #ff6bb5;
}
h1 { font-size: clamp(52px, 8vw, 92px); line-height: .9; }
h2 { font-size: clamp(36px, 6vw, 64px); text-align: center; margin-bottom: 24px; }
.sub { margin-top: 12px; font-size: 20px; font-weight: 700; }
.lead { margin-top: 12px; max-width: 520px; font-size: 18px; }
.stats { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.stat, .metric, .profile-card {
  background: #fffdf5; border: 4px solid #1b1464; border-radius: 22px;
  box-shadow: 6px 6px 0 #1b1464; padding: 16px;
}
.stat b { display: block; margin-top: 6px; font-size: 24px; }
.ghost {
  display: inline-block; margin-top: 14px; margin-right: 8px;
  background: #7dff6b; border: 3px solid #1b1464; border-radius: 16px;
  padding: 10px 14px; font-weight: 700; text-decoration: none;
}
.mascot-wrap { display: flex; justify-content: center; }
.mascot-emoji {
  font-size: 180px; line-height: 1;
  filter: drop-shadow(8px 8px 0 #1b1464);
}
.section { padding: 48px 36px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.note { margin-top: 12px; }
.row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 3px dotted #1b1464; }
.field {
  width: 100%; margin-top: 8px; border: 3px solid #1b1464; border-radius: 14px;
  padding: 12px; font-family: 
