/* #region FUENTES */

@font-face {
    font-family: "Bank Gothic";
    src: url("../fonts/BankGothic.ttf");
}

/* #endregion */

/* #region GENERAL */

::selection {
    background: #9acd32;
    color: #1a2a1a;
}

::-moz-selection {
    background: #9acd32;
    color: #1a2a1a;
}

body::before {
    background-image: url("../images/main/background_SA.webp");
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transform: scale(1.1);
    z-index: -1;
}

#rightContent::before {
    background: linear-gradient(90deg, #4bf73b, #b475efd9);
}

.block {
    background: radial-gradient(circle 500px at 30px 60px, #020b0186 15%, transparent 70%),
        radial-gradient(circle 500px at 100% 100%, #020b0186 15%, transparent 70%), #213f10f4;
    color: #ffffff;
    box-shadow: 0px -60px 500px 100px #31490b9d;
    border: 5px solid #0da419;
}

#container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.text-container {
    justify-content: left;
    align-items: left;
}

.text-container h2 {
    font-family: "Bank Gothic";
    color: #cefcb5;
    font-size: 34px;
    text-align: center;
    -webkit-text-stroke: 1px #aade1029;
}

.right-content-nav a {
    font-family: "Bank Gothic";
    font-size: 27px;
}

.right-content-nav a.active {
    color: #4bf73b;
    text-shadow: 0 0 3px #000;
    cursor: default;
}

.right-content-nav a.inactive {
    color: #5ab35a55;
    transition: color 0.15s;
}

.right-content-nav a.inactive:hover {
    color: #4bf73b;
    text-shadow: 0 0 3px #000;
}

.right-content-nav a.inactive:active {
    color: #30be23;
}

/* #endregion */

/* #region FICHA TÉCNICA */
.ficha-tecnica {
    border-color: #4bf73bd2 !important;
    background-color: #30be2370;

    & table {
        & tr {
            border-color: #4bf73bd2;
        }
    }
}

.ficha-tecnica th,
span.table-platforms {
    font-family: "Bank Gothic";
}

span.table-platforms {
    color: #e69a04;
    text-shadow: 2px 2px #000;
}

/* #endregion */

/* #region 100% CHECKLIST */
.progress-wrapper {
    & .progress-bar-bg {
        & .progress-bar-fill {
            background: linear-gradient(90deg, #b5ffad, #c3ffb4);
        }
    }
}

.checklist-container {
    & article {
        & .section-header {
            & .section-check-all {
                &.complete {
                    color: #228733;

                    & svg {
                        stroke: #77d787;
                        filter: drop-shadow(0 0 3px #1cdb0b);
                    }
                }
            }
        }

        & .checklist-list-wrapper {
            & ul {
                & li {
                    &.completed {
                        background: rgba(13, 255, 0, 0.06);
                        border-color: rgba(0, 255, 60, 0.25);
                    }

                    & .checklist-row {
                        & label {
                            & input {
                                &:checked {
                                    &+span {
                                        background: #62ff00;
                                        border-color: #59ff00;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

/* #endregion */

/* #region HERRAMIENTAS Y MODS */

details.mod {
    border: 1px solid #7fbf3f;
    background: linear-gradient(135deg,
            #1c351c 0%,
            #0b140b 100%);
}

.mod-text h4 {
    font-family: "Bank Gothic";
    color: #ffffff;
}

.mod-text p {
    color: #d4d4d4;
}

details.mod[open] {
    border: 2px solid #b6ff3b;
    box-shadow: 0 0 35px rgba(182, 255, 59, 0.6);
    background: linear-gradient(135deg,
            #203a20 0%,
            #2e4a2e 100%);
}

details.mod summary img {
    border-radius: 50%;
    background: radial-gradient(circle 70px at top left,
            #d4ff4d,
            #4a7a28);
}

.mod-actions a {
    color: #ffffff;
    border: 1px solid rgba(154, 205, 50, 0.4);
}

.mod-actions a:hover {
    border: 1px solid rgba(154, 205, 50, 0.8);
    background-color: rgba(154, 205, 50, 0.15);
}

.mod-actions a.active {
    border: 2px solid #9acd32;
    box-shadow: 0 10px 20px 0 rgba(154, 205, 50, 0.5);
    background-color: rgba(107, 142, 35, 0.5);
}

.mod-actions span {
    color: #cddc39;
}

.mod-features {
    border-top: 1px solid rgba(154, 205, 50, 0.4);
}

.tab-content h5 {
    color: #ffb84d;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);

}

.tab-content[data-content="info"] li {
    color: #f0f0f0;
}

.tab-content[data-content="info"] li::before {
    color: #9acd32;
    text-shadow: 0 0 12px rgba(154, 205, 50, 0.7);
}

.tab-content a {
    border: 1px solid #9acd32;
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.4) 0%, rgba(85, 107, 47, 0.4) 100%);
    color: #ffffff;
}

.tab-content a:hover {
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.6) 0%, rgba(85, 107, 47, 0.6) 100%);
    box-shadow: 0 4px 15px rgba(154, 205, 50, 0.5);
}

/* #endregion */

/* #region LOGROS  */

.achievement-selector button {
    background: #d2ffad;
}

/* #endregion */

/* #region RADIO */
.radio-drag p {
    font-family: "Bank Gothic";
    color: #9d7119;
    -webkit-text-stroke: 1px #000;
    font-weight: 900;
}

#radioInfo {
    background: radial-gradient(circle 500px at 30px 60px, #020b0186 15%, transparent 70%),
        radial-gradient(circle 500px at 100% 100%, #020b0186 15%, transparent 70%), #213f10f4;
    color: #ffffff;
    box-shadow: 0px -60px 500px 100px #31490b9d;
    border: 5px solid #0da419;
}
/* #endregion */