/* Estilos removidos de elementos inline - Segurança CSP */

/* Estilos para a roleta (JS) */
.roleta-ponteiro-h {
    position: absolute;
    top: 15px;
    left: 5px;
    width: 20px;
    height: 2px;
    background-color: white;
}

.roleta-ponteiro-v {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 2px;
    height: 20px;
    background-color: white;
}

.roleta-ponteiro-texto {
    position: absolute;
    top: 32px;
    left: 0;
    width: 30px;
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 12px;
}

.roleta-indice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
    font-weight: bold;
}

/* Formulários logout */
.logout-form {
    display: none;
}

/* Estilos para telas de autenticação */
.auth-heading {
    text-align: center;
    margin-bottom: 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.auth-list {
    margin: 0;
    padding-left: 20px;
}

.remember-me-group {
    display: flex;
    align-items: center;
}

.remember-me-checkbox {
    margin-right: 10px;
}

.remember-me-label {
    margin: 0;
}

/* Estilos da página welcome */
.personalizacao-intro {
    margin-bottom: 20px;
}

.personalizacao-titulo {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.terms-agreement {
    text-align: center;
    margin-top: 30px;
    color: #444;
    font-size: 14px;
}

.terms-link {
    color: #444;
    text-decoration: underline;
    font-weight: 500;
}

.convite-final-no-margin {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
}

.container-no-margin {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cta-button-custom {
    background-color: #A41623;
    padding: 10px 40px;
    font-size: 1.1rem;
    font-weight: 600;
}

.site-footer-custom {
    margin-top: -1px;
    display: block;
    position: relative;
}

.disclaimer-container-custom {
    padding: 15px 0;
    display: block;
}

.legal-disclaimer-custom {
    margin: 0 auto;
}

.footer-bottom-custom {
    padding: 20px 0;
} 