@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;700&display=swap');

/* Tela de seleção de idioma */
body[data-view="language"] .container {
    background-image: none !important;
    background-color: #000000;
}

body[data-view="language"] .container::before {
    background-color: rgba(0, 0, 0, 0.85);
}

body[data-view="language"] .header-info,
body[data-view="language"] .header-info-simple,
body[data-view="language"] .footer {
    display: none !important;
}

body[data-view="language"] .header {
    height: auto;
    text-align: center;
    padding-top: 24px;
    display: block !important;
}

body[data-view="language"] .logo-container {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
    text-align: center;
    display: block !important;
}

body[data-view="language"] .logo {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: block !important;
}

body[data-view="language"] .logo img,
body[data-view="language"] .logo .logo-img {
    width: 80px;
    height: 80px;
    display: block !important;
    margin: 0 auto;
}

body[data-view="language"] .main-content {
    padding: 0;
    height: 100vh !important;
    min-height: 100vh;
}

.language-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #000000;
    z-index: 10;
}

.language-content {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 900px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.language-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 12px;
}

.language-subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.85);
}

.language-subtitle-secondary {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 32px;
}

.language-options {
    margin-top: 50px;
    text-align: center;
    white-space: nowrap;
}

.language-card {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: 0 14px;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 14px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.language-card:focus,
.language-card.selected {
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08);
  
}

.language-flag {
    width: 44px;
    height: 44px;
    margin: 0 auto 8px;
    display: block;
}

.language-label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 0;
}

.language-label-secondary {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0;
}
