/* Landing page — Sea of Objects */

.landing-splash {
    max-width: 600px;
    border-radius: 4px;
    margin-top: 1rem;
}

.landing-tagline {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.05rem;
    color: #7a7490;
    margin: 1rem 0 1.5rem;
    letter-spacing: 0.02em;
}

.landing-play-btn {
    font-family: 'Share Tech Mono', monospace;
    background-color: #e48ac2;
    color: #0e0c18 !important;
    border: none;
    padding: 0.7rem 2.5rem;
    font-size: 1.1rem;
    border-radius: 3px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: background-color 0.15s ease;
}

.landing-play-btn:hover {
    background-color: #f0b0d8;
    color: #0e0c18 !important;
    text-decoration: none !important;
}
