:root {
    --circle-size: 64px;
}

.greeting {
    height: 60vh;
    max-height: 1200px;
    width: 100%;
    background-image: url("../assets/images/background-compressed.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    background-color: var(--dark-bg-color-2);
}

.greeting-gradient {
    background: var(--greeting-overlay-background);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.greeting-gradient .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
}

.greeting-text {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-right: 5%;
    padding: 0 0 10px 0;
}

.greeting-title {
    color: var(--light-text-color);
    font-size: 62px;
    font-weight: 600;
    padding-bottom: 2px;
}

.greeting-description {
    color: var(--light-text-color);
    font-size: 20px;
    font-weight: 350;
}

.greeting-description .line2 {
    display: inline-block;
    vertical-align: top;
}

.greeting-description .line2-ghost {
    visibility: hidden;
}

.line2-status {
    font-size: 18px;
    margin: -1px 0 0 0;
}

.line2-status i {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

.greeting-buttons {
    width: 267px !important;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-left: 5%;
}

.login-button {
    width: 267px;
    min-height: 64px;
    background: var(--login-button-bg-color);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-bottom: 6px;
    border: 0;
    opacity: 0.94;
}

.download-button {
    width: 267px;
    min-height: 64px;
    background: var(--download-button-bg-color);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-top: 6px;
    border: 0;
    outline: none;
    opacity: 0.92;

    position: relative;
    overflow: visible;
    z-index: 1;
}

.action-button {
    text-align: center;
    color: var(--action-button-text-color, var(--light-text-color-keep));
    font-size: 24px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

.action-button:hover {
    box-shadow: 0 0 15px var(--action-button-hover-shadow);
    opacity: 1;
}

.login-button {
    color: var(--login-button-text-color);
}

.download-button {
    color: var(--download-button-text-color);
}

.RgujHhUPAEHfVSkcguffHCil {
    margin: 80px 0 40px 0;
    color: var(--light-text-color);
    font-size: 40px;
    font-weight: 375;
}

.dBBUKWVbHSzKQvjnGUIeqruy {
    margin: 0 0 40px 0;
}

.overview {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 28px;
    padding-bottom: 80px;
}

.overview-group {
    background: var(--dark-bg-color-4);
    border-radius: 28px;
    box-sizing: border-box;
    min-width: 0;
    padding: 28px;
    overflow: hidden;
}

.overview-core-group {
    max-width: 100%;
    height: var(--overview-core-height, auto);
    max-height: var(--overview-core-height, none);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 641px) {
    .zHoAXDcHSVzDWhWAcKqbhQMe {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.RZLrmdCcbkGnhzrNEykvMdyQ {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.kfTWXciSONJOPRbTUrmRzNos {
    width: var(--circle-size);
    height: var(--circle-size);
    background: var(--dark-bg-color-3);
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--icon-color);
    font-size: 28px;
    flex: 0 0 auto;
}

.YBkWYhqldhnPHgCAfHhZaflJ {
    color: var(--icon-color);
    font-size: 38px;
    font-weight: 750;
    text-align: center;
    padding: 0;
    margin: 0;
    user-select: none;
}

.overview-group-title {
    color: var(--green-color);
    font-size: 30px;
    font-weight: 375;
}

.NQYeYxnNabQFefDfISiBtPPO {
    display: grid;
    gap: 18px;
}

.server-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.server-overview-group {
    display: flex;
    flex-direction: column;
}

.server-overview-group .overview-group-title {
    margin-bottom: 14px;
}

.DCdogLSzgUvhifsXxEaSJbls {
    color: var(--light-text-color);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}

.FDAJRbORZfSeCcwzGUDIqGFR {
    color: var(--light-text-color);
    font-size: 17px;
    font-weight: 350;
    line-height: 1.42;
}

.lvFciygZDZjRNhjLylHqIfPc {
    font-weight: 350;
}

.server-online {
    color: var(--dark-bg-color-6);
    font-size: 17px;
    font-weight: 350;
    line-height: 1.42;
    margin-top: 5px;
    text-align: center;
}

.server-overview-group .server-online {
    margin-top: auto;
    padding-top: 12px;
}

.ncixJEQrjCmEYeovvWZAFZyk {
    display: inline-flex;
    min-width: 1ch;
    justify-content: center;
}

.AkBHTbRjHJZXrkuQPxMYZgar {
    width: 100%;
    max-width: 520px;
    height: 100%;
    max-height: 100%;
    aspect-ratio: 3 / 2;
    display: block;
    box-sizing: border-box;
    border-radius: 24px;
    overflow: hidden;
    padding-inline: 2.5%;
}

.overview-core-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.installation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.installation-step {
    display: flex;
    width: 45%;
    padding-top: 25px;
}

.ceNhMqJRcgIonXKyQXbIQOtu {
    width: var(--circle-size);
    height: var(--circle-size);
    background: var(--nav-bar-active-color);
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.ceNhMqJRcgIonXKyQXbIQOtu p {
    color: var(--light-text-color-keep);
    font-size: 45px;
    font-weight: 750;
    text-align: center;
    padding: 0;
    margin: 0;
    user-select: none;
}

.FjjXWdaWdMYqxFmoQWmBDLho {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfUwjfvMkkbCANwcySpVAAZz {
    font-size: 30px;
}

.SDfyzqWiqWajzwsLvqsCnOpX {
    font-size: 30px;
    margin-bottom: 5px;
}

.rbWdERoitAoqoNqCZHpMvhMX {
    height: 85%;
    width: 85%;
}

.JEiDGANBZXoRKRewUhhBpCwi {
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, 'Helvetica Neue', Helvetica, Verdana, Tahoma, sans-serif;
}

.wiWcxGLggkQjyfPoYyAqvYhR {
    padding-left: 40px;
    width: calc(100% - var(--circle-size));
}

.wQPCpOYnOOgLDkLmHPVFDWlV {
    color: var(--green-color);
    font-size: 28px;
    font-weight: 350;
    margin-top: -0.3em;
}

.PEXjkbkEJaSeSwDJVYoCtUpN {
    color: var(--light-text-color);
    font-size: 18px;
    font-weight: 350;
    margin-bottom: 10px;
}

.index-reveal {
    opacity: 0;
    transform: translateY(20px);
}

.index-button-reveal {
    opacity: 0;
    transform: scale(0.98) translateY(10px);
}

.index-load-anim {
    animation: index-fadeInUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
}

.index-button-anim {
    animation: index-softScaleIn 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    opacity: 0;
}

@keyframes index-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes index-softScaleIn {
    from {
        opacity: 0;
        transform: scale(0.98) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}


.particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;

    --tx: 0px;
    --ty: 0px;
    animation: particle-fly 0.8s cubic-bezier(0, .9, .57, 1) forwards;
    z-index: 0;
}

@keyframes particle-fly {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    100% {

        transform: translate(var(--tx), var(--ty)) scale(0);
        opacity: 0;
    }
}

@media (max-width: 640px) {
    .RgujHhUPAEHfVSkcguffHCil {
        width: 100%;
        text-align: center;
    }

    .overview {
        grid-template-columns: 1fr;
    }

    .overview-group {
        grid-column: auto;
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .overview-group-title {
        font-size: 27px;
    }

    .DCdogLSzgUvhifsXxEaSJbls {
        font-size: 20px;
    }

    .server-online-current,
    .AFZIJdWwtzNNNugEwFkLWHYn {
        display: block;
    }

    .AkBHTbRjHJZXrkuQPxMYZgar {
        width: 100%;
        height: auto;
        min-height: 180px;
    }

    .greeting-text {
        width: 100%;
    }

    .greeting-description {
        width: 100%;
        line-height: 1.35;
        min-height: calc(3 * 1.35em);
    }

    .greeting-description .line2 {
        display: inline;
        vertical-align: baseline;
    }
}

@media (max-width: 480px) {
    .RZLrmdCcbkGnhzrNEykvMdyQ {
        align-items: flex-start;
        flex-direction: column;
    }

    .AkBHTbRjHJZXrkuQPxMYZgar {
        width: 100%;
        height: auto;
        min-height: 160px;
    }

    .greeting-description {
        min-height: calc(4 * 1.35em);
    }
}