body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    background: #f5f5f5;
    color: #222;
}

.stub-page {
    text-align: center;
    padding: 2rem;
    max-width: 480px;
}

.stub-page__logo {
    max-width: 160px;
    margin-bottom: 1rem;
}

.stub-page h1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.stub-page p {
    color: #666;
}
