/* Placeholder splash style; replace once the logo arrives. */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    color: #f4f8fb;
    background: radial-gradient(ellipse at top, #1a3a5c 0%, #0b1a2c 60%, #04080f 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

main {
    text-align: center;
}

h1 {
    font-size: clamp(3rem, 12vw, 8rem);
    font-weight: 300;
    letter-spacing: 0.15em;
    margin: 0;
    text-shadow: 0 0 40px rgba(120, 180, 230, 0.35);
}
