/* Mets Theme */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #002D72;
    color: #ffffff;
}
.font-anime {
    font-family: 'Mochiy Pop One', sans-serif;
}

/* Style for the falling petals canvas */
#sakura-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

/* --- Birthday Wishes Grid Cards --- */
.wish-card {
    background: rgba(255, 255, 255, 0.1);
    border-left: 3px solid #FF5910;
    border-radius: 6px;
    padding: 0.6rem 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.wish-card h4 {
    font-family: 'Mochiy Pop One', sans-serif;
    color: #FF5910;
    margin: 0 0 0.2rem;
    font-size: 0.8rem;
}
.wish-card p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.35;
    color: #ffffff;
}
