.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f7ff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.auth-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    width: 380px;
    max-width: calc(100vw - 32px);
    text-align: center;
    border: 0.5px solid #e5e7eb;
    box-shadow: 0 4px 24px rgba(99, 102, 241, 0.08);
}

.auth-logo h1 {
    font-size: 24px;
    font-weight: 600;
    color: #1e1b4b;
    margin: 0.5rem 0 0;
}

.auth-logo p {
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 1.5rem;
}

.auth-divider {
    font-size: 13px;
    color: #6b7280;
    margin: 1.5rem 0 1rem;
}

.telegram-widget-wrap {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    min-height: 48px;
}

.auth-note {
    font-size: 12px;
    color: #6b7280;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #6366f1;
    text-decoration: none;
    margin-top: 0.5rem;
    transition: color 0.2s ease;
}

.back-link:hover {
    color: #4f46e5;
}

.auth-loading {
    color: #6366f1;
    font-size: 14px;
    padding: 0.5rem;
}
