﻿.account-page {
    min-height: 100vh;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter, Montserrat, system-ui;
}

.account-wrapper {
    width: 100%;
    padding: 24px;
    display: flex;
    justify-content: center;
}

.account-card {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    text-align: center;
}

.account-icon {
    font-size: 42px;
    margin-bottom: 16px;
}

.account-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.account-text {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 24px;
}

.account-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
