/* Tela de pareamento do dashboard de TV (QR code no monitor). */

.tv-conectar-body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    color: #1f2937;
}

.tv-conectar-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
    padding: 40px 48px;
    max-width: 560px;
    text-align: center;
}

.tv-conectar-logo {
    height: 56px;
    margin-bottom: 16px;
}

.tv-conectar-title {
    margin: 0 0 4px;
    font-size: 28px;
}

.tv-conectar-subtitle {
    margin: 0 0 24px;
    font-size: 18px;
    color: #4b5563;
}

.tv-conectar-qr {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.tv-conectar-qr svg {
    width: 320px;
    height: 320px;
}

.tv-conectar-passos {
    text-align: left;
    margin: 0 auto 24px;
    padding-left: 24px;
    font-size: 18px;
    line-height: 1.7;
    color: #374151;
}

.tv-conectar-status {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    color: #2563eb;
}

.tv-conectar-nota {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}
