﻿html, body {
    min-height: 100%;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f8fafc;
}

.auth-mobile-page {
    min-height: 100vh;
    background: #f8fafc;
}

.auth-mobile-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.auth-mobile-card {
    width: 100%;
    max-width: 430px;
    background: #ffffff;
    border-radius: 24px;
    padding: 24px 20px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.10);
}

.auth-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.auth-brand-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #0f172a;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
}

.auth-brand-title {
    font-weight: 700;
    font-size: 1.08rem;
}

.auth-brand-subtitle {
    color: #64748b;
    font-size: 0.92rem;
}

.auth-mobile-card .form-control {
    min-height: 52px;
    font-size: 16px;
    border-radius: 14px;
}

.auth-mobile-card .btn {
    min-height: 52px;
    border-radius: 14px;
    font-weight: 600;
}

.auth-mobile-card .card,
.auth-mobile-card .glass-card {
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
}

.auth-mobile-card hr {
    margin: 1rem 0 1.25rem;
}
