.purofairu-body {
    background: linear-gradient(180deg, #fff0f6 0%, #ffe3ee 100%);
    min-height: 100vh;
}

.purofairu-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(212, 83, 126, 0.15);
}

.btn-purofairu {
    background-color: #d4537e;
    border-color: #d4537e;
    color: #fff;
    border-radius: 999px;
    padding: 10px 28px;
}

.btn-purofairu:hover {
    background-color: #993556;
    border-color: #993556;
    color: #fff;
}

h1, h2 {
    color: #993556;
}

.sparkle-emoji {
    font-size: 2.5rem;
    animation: sparkle-pulse 1.2s ease-in-out infinite;
}

@keyframes sparkle-pulse {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.8; }
    50% { transform: scale(1.2) rotate(8deg); opacity: 1; }
}

.cupid-stage {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.cupid-hidden {
    display: none;
}

.cupid-image-wrap {
    position: relative;
    display: inline-block;
}

.cupid-search-image {
    width: 200px;
    max-width: 70vw;
    height: auto;
    display: block;
}

.cupid-search-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.88);
    border: 2px solid #f2a6c6;
    border-radius: 999px;
    padding: 6px 18px;
    white-space: nowrap;
    font-family: "Hachi Maru Pop", cursive;
    font-size: 1.15rem;
    color: #d4537e;
    box-shadow: 0 2px 8px rgba(212, 83, 126, 0.25);
    animation: cupid-text-pulse 0.9s ease-in-out infinite;
}

#searchingDots {
    display: inline-block;
    min-width: 1.6em;
    text-align: left;
}

.search-btn-spacer {
    height: 58px;
}

@keyframes cupid-text-pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.06); }
}
