/* =============================================
   WMTX AUTH — Styles for Authentication Pages
   Compatible with Tailwind CSS
   ============================================= */

/* Base settings for Auth pages */
body {
    background-color: #ffffff; /* Sạch sẽ, tập trung vào nội dung */
    color: #000000;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Auth container transitions (Optional micro-animation) */
.auth-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Telegram widget container alignment */
.tg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
}
