:root {
    color-scheme: dark;
    font-family: "Segoe UI", system-ui, sans-serif;
    background: #0b1020;
    color: #f8fafc;
}

body {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    min-height: 100vh;
}

.card {
    background: #111827;
    border: 1px solid #334155;
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    padding: 3rem;
    text-align: center;
    width: min(90vw, 520px);
}

.eyebrow {
    color: #93c5fd;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin: 0;
    text-transform: uppercase;
}

h1 {
    font-size: clamp(4rem, 18vw, 8rem);
    letter-spacing: 0.08em;
    line-height: 1;
    margin: 1rem 0;
}

#updated {
    color: #cbd5e1;
    font-size: 1.1rem;
    margin: 0;
}

.status {
    color: #94a3b8;
    font-size: 0.9rem;
    margin: 1.5rem 0 0;
}
