﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    margin: 0;
    padding-top: 70px; /* Space for fixed header */
}

/* Auth Header */
.auth-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(10, 10, 15, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    padding: 0rem 0;
    height: 84.31px;
}

.auth-header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.auth-header-left {
    display: flex;
    align-items: center;
}

.auth-logo-link {
    text-decoration: none;
    color: inherit;
}

.auth-header-left .logo h1 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 0;
}

.auth-header-left .tagline {
    font-size: 0.7rem;
    color: var(--text-secondary);
    display: block;
    margin-top: -5px;
}

.auth-header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Login Button in Header */
.btn-login-header {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-decoration: none;
    gap: 0.5rem;
}

.btn-login-header:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Language Selector Button */
.btn-language {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.btn-language:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.btn-language.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.btn-language.active:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    transform: translateY(-2px);
}

h1 {
    font-weight: normal;
    margin: 0;
}

h2 {
    text-align: center;
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

span {
    font-size: 12px;
}
#btn-term{
    color: blue;
    cursor: pointer;
}
#register_term{
    margin-right: 10px;
}
.div-grid-term {
    width: 100%;
    display: flex;
    justify-content: initial;
    margin-bottom: 10px;
    margin-top: 10px;
}
.title-register {
    width: 100%;
    text-align: left;
}
#div-validate-phone {
    width: 100%;
}
#btn-validate-phone, #btn-validate-code, #btn-new-password {
    padding-top: 15px;
}

div .btn-re-sender {
    margin: 0;
    margin-top: 6px;
}

#change-phone{
    cursor: pointer;
}

#div-validate-code, #div-new-password {
    width: 100%;
}

.div-width {
    width: 100%;
    height: 50px;
}


#btnValidate, #btnPageRegister, #btnRegister, #btnValidatePhone, #btnValidateCode, #btnConfirmPassword, #btnChangeValidate, #btnConfirmNewPassword {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0a0909;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-radius: 20px;
    cursor: pointer;
    --tw-shadow: inset 0px -8px 0px var(--base-menu);
    --tw-ring-color: #2045ff80;
    --tw-ring-offset-shadow: 0 0 #0000;
    align-items: baseline;
    --tw-shadow-colored: inset 0px -8px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    #btnValidate:hover, #btnPageRegister:hover, #btnRegister:hover, #btnValidatePhone:hover, #btnValidateCode:hover, #btnConfirmPassword:hover, #btnChangeValidate:hover, #btnConfirmNewPassword:hover {
        background: var(--base-menu-top);
        color: #fff;
    }

#btnBackLogin, #btnBackSite, .btn-re-sender {
    border-radius: 20px;
    border: 1px solid #0a0909;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor: pointer;
    --tw-shadow: inset 0px -8px 0px var(--base-menu);
    --tw-ring-color: #2045ff80;
    --tw-ring-offset-shadow: 0 0 #0000;
    align-items: baseline;
    --tw-shadow-colored: inset 0px -8px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: block;
}
    #btnBackLogin:hover, #btnBackSite:hover, .btn-re-sender:hover {
        background: var(--base-menu-top);
        color: #fff;
    }
    div label {
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

.datos-business{
    width: 100%;
}

.div-grid {
    width: 100%;
    display: grid;
    justify-content: initial;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.form-control {
    width: 100%;
    height: 40px;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

button {
    border-radius: 20px;
    border: 1px solid #0a0909;
    background-color: #878787;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

    button:active {
        transform: scale(0.95);
    }

    button:focus {
        outline: none;
    }

    button.ghost {
        background-color: transparent;
        border-color: #FFFFFF;
        cursor: pointer;
    }
#register_type_register{
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-register{
    width: 100%;
}
.form-login {
    background: #ffffff;
    width: 100%;
    padding: 50px 20px;
    min-height: auto;
    height: auto;
    border-radius: 20px;
    margin: 43px auto;
    --tw-shadow: inset 0px -8px 0px var(--base-menu);
    --tw-ring-color: #2045ff80;
    --tw-ring-offset-shadow: 0 0 #0000;
    align-items: baseline;
    --tw-shadow-colored: inset 0px -8px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
form {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

input {
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    padding: 12px 15px;
    margin: 9px 0;
    height: 40px;
    width: 100%;
}

.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    background: #000000;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #c89217, #5b0088);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

    .social-container a {
        border: 1px solid #DDDDDD;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        height: 40px;
        width: 40px;
    }

footer {
    color: #000;
    bottom: 0;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    padding: 10px;
}

    footer p {
        margin: 10px 0;
        font-size: 12px;
    }

    footer i {
        color: red;
    }

    footer a {
        color: #3c97bf;
        text-decoration: none;
    }

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #b0d89d;
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #b0d89d;
}


#div-env {
    position: fixed;
    top: 0px;
    align-items: center;
    width: 50px;
    height: 100vh;
    color: white;
    font-size: 12px;
    padding-left: 50px;
}

.term-description{
    margin: 0px auto;
}

.h5-test{
    color: white;
    background: red;
    padding: 10px;
}
.div-login-top {
    position: relative;
    height: 50px;
}
#header-left {
    position: absolute;
}
#header-left-site {
    position: absolute;
}
#header-left-site div a {
    margin-top: 15px;
    height: 30px;
    width: 190px;
}
#header-left div a {
    margin-top: 15px;
    height: 30px;
    width: 155px;
    padding-top: 6px;
}
#header-right {
    right: 0px;
    position: absolute;
    margin-top: -20px;
}
.menu-item{
    right: 0;
}

li span img {
    height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 250px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}
ul {
    list-style-type: none;
}

.term-description {
    margin-top: 10px;
    background-color: #FFFFFF;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
}

.name-system-logo img {
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.div-choice-details {
    width: 100%;
    margin-top: 10px;
    max-height: 330px;
    overflow: auto;
    background: #ececec;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: 1px solid gainsboro;
}

    .div-choice-details p{
        font-size: 12px;
    }

    .div-login {
        width: 100%;
    }

.div-choice {
    width: 100%;
    display: none
}

.div-validate{
    width: 100%;
    display: none
}

.div-login-newpassword {
    width: 100%;
    display: none
}

.div-choice-details > div {
    background: #f1f1f1;
    width: 100%;
    padding: 5px 10px;
    cursor: pointer;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.div-choice-details > div:hover {
    background: #dcdcdc;
}

.ap-otp-input {
    border: 3px solid #d2d2d2;
    border-radius: 5px;
    width: 48px;
    background: #fff;
    height: 50px;
    margin: 4px;
    text-align: center;
    font-size: 20px;
}

.ap-otp-input:focus {
    outline: none !important;
    border: 3px solid #1f6feb;
    transition: 0.12s ease-in;
}

#btnChangeValidate {
}

#backLogin{
    width: 100%;
    cursor: pointer;
}

#btnSendAgain{
    cursor: pointer;
}

#register_isWhatsApp, #register_isTelegram{
    width: 10px;
}

.div-grid .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.div-grid .select2-container {
    margin-top: 9px;
}

.div-grid .select2-container--default .select2-selection--single {
    height: 40px;
}

.div-grid .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}

.div-grid .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 4px;
}

.width100grid{
    width: 100%;
    font-weight: normal;
    text-align: left;
    float: left;
}

.i-icon {
    padding: 10px;
    background: #eaeaea;
    width: 40px;
    border-radius: 50px;
    display: ruby
}

.div-validate .div-grid, .div-choice .div-grid {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left
}

.div-login, div-choice, div-validate {
    margin-top: 20px !important;
}

.div-grid-center {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
    gap: 5px;
}

.forgot-password {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}

.div-text-choice{
    padding: 10px;
}

.div-text-validate-code {
    padding: 10px;
}

#text-back-login{
    cursor:pointer;
}

.checkbox-login {
    width: 25px !important;
    height: 25px !important;
    border: 2px solid #ccc !important;
    border-radius: 3px !important;
}

    .checkbox-login:before {
        content: "" !important;
        display: block !important;
        width: 18px !important;
        height: 18px !important;
        border: 2px solid transparent !important;
        border-radius: 3px !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        transition: all 0.2s ease !important;
    }

    .checkbox-login:checked:before {
        border: 2px solid #b0d89d !important; /* Cor verde para o check */
        background-color: #b0d89d !important;
    }

.checkbox-login-container { /* Add a class to the div for styling */
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-login-container label {
    margin-left: 5px; /* Adjust margin as needed */
}


@media screen and (min-width: 1024px) {
    .form-login{
        width: 640px;
    }
}

@media screen and (max-width: 1023px) {
    #btnBackLogin {
        display: block;
        width: 100%;
        padding: 15px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #0a0909;
        color: #000000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        border-radius: 20px;
        cursor: pointer;
        --tw-shadow: inset 0px -8px 0px var(--base-menu);
        --tw-ring-color: #2045ff80;
        --tw-ring-offset-shadow: 0 0 #0000;
        align-items: baseline;
        --tw-shadow-colored: inset 0px -8px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        height: 45.5px !important;
        padding-top: 13px !important;
    }
    #header-left {
        width: 100%;
    }
    #header-left div a {
        margin-top: 15px;
        height: 30px;
        width: 100%;
        padding-top: 6px;
    }
    .div-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.modal-window {
    background-color: var(--base-background) !important;
}
.button, .button:hover {
    margin-top: 30px;
    display: block;
    text-align: center;
    width: 100%;
    border: 1px solid var(--base-menu);
    transform: translateY(-2px);
    box-shadow: 0 10px 100px -20px var(--base-menu);
    background: var(--base-menu);
    cursor: pointer;
    border: 1px solid transparent;
    color: #fafafa;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    padding: 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 12px;
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}


.loading {
    position: absolute;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #000000f2;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin: 0 auto;
            margin-top: 20%;
            margin-bottom: 30%;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 450px) {
    .ap-otp-input {
        width: 40px; 
        margin: 0px !important;
    }

    .ap-otp-inputs > input {
        padding: 0px !important;
    }
}
:root {
    --primary-color: #7c3aed;
    --primary-hover: #6d28d9;
    --secondary-color: #8b5cf6;
    --accent-color: #a78bfa;
    --bg-dark: #0a0a0f;
    --bg-secondary: #151520;
    --bg-card: #1a1a2e;
    --text-primary: #ffffff;
    --text-secondary: #a0a0b8;
    --border-color: #2a2a40;
    --success-color: #10b981;
    --gradient-primary: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
    --gradient-secondary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

#portalProduct{
    color: #fff;
}

/* Language Modal Styles */
.language-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 15, 0.95);
    backdrop-filter: blur(10px);
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    align-items: center;
    justify-content: center;
}

.language-modal-overlay.active {
    display: flex;
    opacity: 1;
}

.language-modal-content {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: modalSlideIn 0.3s ease;
    position: relative;
    padding: 2rem;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.language-modal-content h2 {
    margin: 0 0 1.5rem 0;
    font-size: 1.5rem;
    color: var(--text-primary);
    text-align: center;
}

.language-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    color: var(--text-secondary);
    font-size: 2rem;
    cursor: pointer;
    padding: 0.5rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    line-height: 1;
}

.language-modal-close:hover {
    color: var(--primary-color);
    background: rgba(124, 58, 237, 0.1);
}

.language-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}

.language-item {
    background: var(--bg-secondary);
    border: 2px solid var(--border-color);
    border-radius: 8px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.language-item:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.2);
}

.language-item.selected {
    border-color: var(--primary-color);
    background: rgba(124, 58, 237, 0.1);
}

.language-item-flag {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.language-item-name {
    font-size: 1rem;
    color: var(--text-primary);
    font-weight: 500;
}

.language-item-acronym {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-transform: uppercase;
}