* {
    box-sizing: border-box;
    margin: 0;
}

body {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: #060a10;
    color: #dbeafe;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.shell {
    text-align: center;
    padding: 2rem;
    max-width: 28rem;
}

.wordmark {
    font-size: clamp(2rem, 6vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #7dd3fc 0%, #38bdf8 45%, #0ea5e9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.tag {
    margin-top: 0.35rem;
    font-size: 0.9rem;
    color: #93c5fd;
    opacity: 0.85;
}

.status {
    margin-top: 2rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: #f1f5f9;
}

.hint {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #94a3b8;
    line-height: 1.5;
}

code {
    font-size: 0.85em;
    padding: 0.15em 0.4em;
    border-radius: 6px;
    background: rgba(56, 189, 248, 0.12);
    color: #7dd3fc;
}
