* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body.gm-verify {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    min-height: 100vh;
    background: linear-gradient(135deg, #e8eef8 0%, #f5f6f8 45%, #ffffff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #1c1e21;
}

.gm-verify-card {
    max-width: 560px;
    width: 100%;
    padding: 8px 4px;
}

.gm-verify-brand {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 28px;
    color: #1c1e21;
}

.gm-verify-card h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.gm-verify-card .lead {
    font-size: 15px;
    line-height: 1.5;
    color: #1c1e21;
    margin-bottom: 28px;
}

.gm-verify-info {
    list-style: none;
    margin-bottom: 32px;
}

.gm-verify-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 14px;
    color: #1c1e21;
}

.gm-verify-info svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.gm-verify-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gm-btn {
    display: block;
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.15s;
}

.gm-btn:hover {
    opacity: 0.92;
}

.gm-btn-primary {
    background: #1877f2;
    color: #fff;
}

.gm-btn-secondary {
    background: #e4e6eb;
    color: #1c1e21;
}

.gm-btn-telegram {
    background: #0088cc;
    color: #fff;
}
