/*@keyframes fade-in {*/
/*    from { opacity: 0; transform: translateY(10px); }*/
/*    to { opacity: 1; transform: translateY(0); }*/
/*}*/

/*.animate-fade-in {*/
/*    animation: fade-in 0.4s ease forwards;*/
/*}*/

/*.tab-btn {*/
/*    padding: 12px 28px;*/
/*    font-size: 13px;*/
/*    font-weight: 700;*/
/*    border-radius: 99px;*/
/*    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
/*}*/

/*.tab-btn.active {*/
/*    background: #0ea5e9;*/
/*    color: white;*/
/*    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.35);*/
/*}*/

/*.tab-btn.inactive {*/
/*    color: #444;*/
/*}*/

/*.tab-btn.inactive:hover {*/
/*    color: white;*/
/*}*/

/*.opt-card {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 20px 24px;*/
/*    background: #0c0c0c;*/
/*    border: 1px solid #161616;*/
/*    border-radius: 20px;*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: all 0.2s ease;*/
/*}*/

/*.opt-card:hover {*/
/*    background: #111;*/
/*    border-color: #222;*/
/*    transform: translateY(-2px);*/
/*}*/

/*input[type="checkbox"] {*/
/*    appearance: none;*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    border: 2px solid #38bdf8;*/
/*    border-radius: 6px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    transition: 0.2s;*/
/*}*/

/*input[type="checkbox"]:checked {*/
/*    background: #38bdf8;*/
/*}*/

/*input[type="checkbox"]:checked::after {*/
/*    content: '✓';*/
/*    position: absolute;*/
/*    color: black;*/
/*    font-weight: 900;*/
/*    font-size: 16px;*/
/*    left: 4px;*/
/*    top: -2px;*/
/*}*/

/*input[type="range"]::-webkit-slider-thumb {*/
/*    appearance: none;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: #38bdf8;*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*    box-shadow: 0 0 15px rgba(56, 189, 248, 0.6);*/
/*    transition: 0.2s;*/
/*}*/

/*input[type="range"]::-webkit-slider-thumb:hover {*/
/*    transform: scale(1.1);*/
/*}*/
/*.password-input-field, #output {*/
/*    width: 100%;*/
/*    background: #000000;*/
/*    border: 1px solid #1a1a1a;*/
/*    border-radius: 20px;*/
/*    padding: 20px 100px 20px 25px; !* Am crescut padding-ul la 100px pentru 2 butoane *!*/
/*    color: #38bdf8;*/
/*    font-family: 'ui-monospace', monospace;*/
/*    font-size: 18px;*/
/*    outline: none;*/
/*}*/
/*@keyframes fade-in {*/
/*    from { opacity: 0; transform: translateY(10px); }*/
/*    to { opacity: 1; transform: translateY(0); }*/
/*}*/

/*.animate-fade-in {*/
/*    animation: fade-in 0.4s ease forwards;*/
/*}*/

/*.tab-btn {*/
/*    padding: 12px 28px;*/
/*    font-weight: 700;*/
/*    border-radius: 99px;*/
/*    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
/*}*/

/*.tab-btn.active {*/
/*    background: #0ea5e9;*/
/*    color: white;*/
/*    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.35);*/
/*}*/

/*.tab-btn.inactive {*/
/*    color: #444;*/
/*}*/

/*.opt-card {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 20px 24px;*/
/*    background: #0c0c0c;*/
/*    border: 1px solid #161616;*/
/*    border-radius: 20px;*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: all 0.2s ease;*/
/*}*/

/*.opt-card:hover {*/
/*    background: #111;*/
/*    border-color: #222;*/
/*}*/

/*!* Custom checkbox styles *!*/
/*input[type="checkbox"] {*/
/*    appearance: none;*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    border: 2px solid #38bdf8;*/
/*    border-radius: 6px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    transition: 0.2s;*/
/*}*/

/*input[type="checkbox"]:checked {*/
/*    background: #38bdf8;*/
/*}*/

/*input[type="checkbox"]:checked::after {*/
/*    content: '✓';*/
/*    position: absolute;*/
/*    color: black;*/
/*    font-weight: 900;*/
/*    font-size: 16px;*/
/*    left: 4px;*/
/*    top: -2px;*/
/*}*/

/*input[type="range"]::-webkit-slider-thumb {*/
/*    appearance: none;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: #38bdf8;*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*    box-shadow: 0 0 15px rgba(56, 189, 248, 0.6);*/
/*}*/

@keyframes fade-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in {
    animation: fade-in 0.4s ease forwards;
}

.tab-btn {
    padding: 12px 28px;
    font-weight: 700;
    border-radius: 99px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-btn.active {
    background: #0ea5e9;
    color: white;
    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.35);
}

.tab-btn.inactive {
    color: #444;
}

.opt-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: #0c0c0c;
    border: 1px solid #161616;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.opt-card:hover {
    background: #111;
    border-color: #222;
}

input[type="checkbox"] {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #38bdf8;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}

input[type="checkbox"]:checked {
    background: #38bdf8;
}

input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: black;
    font-weight: 900;
    font-size: 16px;
    left: 4px;
    top: -2px;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #38bdf8;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.6);
}