body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.container {
    max-width: 520px;
    padding: 32px;
    text-align: center;
    border: 1px solid #000;
}

.logo {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 16px;
}

.subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
}

p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 16px;
}

.status {
    margin-top: 24px;
    font-size: 13px;
    opacity: 0.7;
}