/* /var/www/mmch/app/static/css/app.css */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #101418;
    color: #f2f5f7;
}

.mmch-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.mmch-card {
    width: 100%;
    max-width: 720px;
    background: #171d23;
    border: 1px solid #2a333d;
    border-radius: 16px;
    padding: 32px;
}

.mmch-card h1 {
    margin-top: 0;
}

.mmch-muted {
    color: #9aa6b2;
}

.mmch-user-box {
    margin-top: 24px;
    padding: 16px;
    background: #0f1419;
    border: 1px solid #2a333d;
    border-radius: 12px;
    line-height: 1.8;
}

.mmch-actions {
    margin-top: 24px;
}

.mmch-button {
    display: inline-block;
    padding: 10px 16px;
    background: #2f80ed;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
}

.mmch-button:hover {
    background: #1f6fd0;
}