body {
    margin: 0;
    padding: 2.5rem 1.4rem;
    background: #151218;
    color: #f2ecff;
    font-family: system-ui, -apple-system, sans-serif;
    display: flex;
    justify-content: center;
}

.wrap {
    max-width: 500px;
    width: 100%;
}

h1 {
    font-size: 1.3rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #f6f3ff;
}

.msg {
    padding: 1.2rem 1.3rem;
    background: #221628;
    border: 1px solid #b889ff;
    line-height: 1.65;
    font-size: 0.95rem;
    border-radius: 8px;
}

.msg p + p {
    margin-top: 0.9rem;
}

.actions {
    margin-top: 1.2rem;
}

a {
    color: #d7a6ff;
    text-decoration: none;
    font-size: 0.88rem;
}

a:hover {
    text-decoration: underline;
}

footer {
    margin-top: 2rem;
    font-size: 0.75rem;
    color: #8e7ca8;
    text-align: center;
}