body {
    background: url('https://assets.pokemon.com/static2/_ui/img/chrome/body_bg.png') repeat, linear-gradient(135deg, #e0f7fa 0%, #ffe082 100%);
    font-family: 'Segoe UI', Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    color: #222;
    min-height: 100vh;
    position: relative;
}

.navbar {
    background: #1976d2;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.1);
}

.navbar a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.navbar a:hover {
    color: #ffd600;
}

.navbar-brand {
    font-size: 1.2em;
    font-weight: 600;
}

.navbar-item {
    font-variant: small-caps;
    margin-left: 30px;
}

.brand {
    color: #e53935;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0 #fff176, 4px 4px 0 #1976d2;
    font-family: 'Comic Sans MS', 'Comic Sans', cursive, sans-serif;
}

.sparkle {
    font-size: 1.5em;
    color: #ffd600;
    vertical-align: middle;
    margin-left: 0.2em;
    animation: sparkle 1.5s infinite alternate;
}

@keyframes sparkle {
    0% { opacity: 1; text-shadow: 0 0 8px #ffd600; }
    100% { opacity: 0.7; text-shadow: 0 0 16px #fff176; }
}

.hero {
    background: rgba(255,255,255,0.97);
    padding: 3rem 2rem 2rem 2rem;
    border-radius: 32px;
    text-align: center;
    color: #222;
    box-shadow: 0 8px 32px rgba(25, 118, 210, 0.18);
    margin: 2rem auto 2rem auto;
    max-width: 700px;
    position: relative;
    border: 4px solid #ffd600;
}

.hero-logo {
    width: 100px;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 12px #ffd600);
}

.hero h1 {
    font-size: 2.7rem;
    margin-bottom: 1rem;
}

.subtitle {
    font-size: 1.2rem;
    color: #1976d2;
    margin-bottom: 1.5rem;
}

.hero .cta {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.8rem 2rem;
    background: linear-gradient(90deg, #ffd600 60%, #ff5252 100%);
    color: #1976d2;
    border-radius: 32px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 8px #ffd60044;
    transition: background 0.2s, color 0.2s;
    border: 2px solid #1976d2;
}

.hero .cta:hover {
    background: linear-gradient(90deg, #ff5252 60%, #ffd600 100%);
    color: #fff;
    border-color: #e53935;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
}

.feature-card {
    background: linear-gradient(135deg, #fffde4 60%, #b3e5fc 100%);
    border-radius: 20px;
    box-shadow: 0 2px 12px #1976d211;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    width: 300px;
    text-align: center;
    border: 3px solid #ffd600;
    position: relative;
}

.feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 6px #ffd600);
}

.feature-card h2 {
    color: #1976d2;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 0 #fff176;
}

.feature-card a {
    color: #e53935;
    text-decoration: underline;
    font-weight: bold;
}

.body-content {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2rem;
    background: rgba(255,255,255,0.96);
    border-radius: 24px;
    box-shadow: 0 2px 12px #1976d211;
    /* Use a distinct Pokémon-style map background */
    background-image: url("https://raw.githubusercontent.com/veekun/pokedex/master/media/maps/kanto.png"), linear-gradient(135deg, #fffde4 0%, #b3e5fc 100%);
    background-repeat: no-repeat, repeat;
    background-size: cover, cover;
    background-position: center, center;
}

hr {
    margin: 2rem 0 0 0;
    border: none;
    border-top: 1px solid #eee;
}

.hundo-img {
    display: block;
    margin: 1rem auto 0 auto;
    max-width: 240px; /* doubled from 120px */
    width: 80%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 8px #ffd60055;
}

.banner-img {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(25, 118, 210, 0.12);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-img {
    display: block;
    margin: 1rem auto 0 auto;
    border-radius: 12px;
    box-shadow: 0 2px 8px #ffd60055;
    height: auto;
}

/* Make Live Map image 2.5x bigger */
.feature-card:first-child .section-img {
    max-width: 300px; /* 120px * 2.5 */
    width: 100%;
}

/* Make Discord image 2x bigger */
.feature-card:nth-child(2) .section-img {
    max-width: 240px; /* 120px * 2 */
    width: 100%;
}

.coverage-card {
    max-width: 700px;
    margin: 2.5rem auto 0 auto;
    background: linear-gradient(135deg, #e3f2fd 70%, #fffde4 100%);
    border-radius: 24px;
    box-shadow: 0 2px 12px #1976d211;
    padding: 2rem 2.5rem;
    text-align: left;
    border: 2px solid #ffd600;
}

.coverage-card h2 {
    color: #1976d2;
    margin-bottom: 1rem;
    text-align: center;
}

.coverage-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.08rem;
}

.coverage-card li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
