/* The Vault landing page. Loaded after the current shared theme files. */
.thevault-page .thevault-main {
    padding: 0 12px 24px;
}

.thevault-page .thevault-content {
    width: 100%;
    max-width: 962px;
    margin: 16px auto 0;
    padding: 20px 24px 22px;
    border: 1px solid #cfd7dc;
    border-radius: 4px;
    background: #f5f8f6;
}

.thevault-page .thevault-section-label {
    margin: 0 0 10px;
    color: #6cc195;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 1.3;
    text-transform: uppercase;
}

.thevault-page .thevault-banner {
    margin: 0 0 14px;
    padding: 12px 16px;
    border: 1px solid #cfded7;
    border-radius: 3px;
    background: #edf5f1;
    text-align: center;
}

.thevault-page .thevault-banner h2 {
    margin: 0;
    color: #c9a85a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(19px, 2.5vw, 28px);
    line-height: 1.15;
    white-space: nowrap;
    text-align: center;
}

.thevault-page .thevault-banner p {
    max-width: 760px;
    margin: 3px 0 0;
    margin-right: auto;
    margin-left: auto;
    color: #20252a;
    font-size: clamp(12px, 1.35vw, 15px);
    line-height: 1.35;
    text-align: center;
}

.thevault-page .thevault-logo-frame {
    padding: 0;
    border: 0;
    background: transparent;
}

.thevault-page .thevault-logo-stage {
    display: flex;
    min-height: 220px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 18px;
    border: 2px solid #6cc195;
    border-radius: 3px;
    background: #343a41;
}

.thevault-page .thevault-logo-stage img {
    display: block;
    width: min(78%, 650px);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.thevault-page .thevault-countdown {
    margin-top: 28px;
    padding: 20px 18px 22px;
    border: 1px solid #dfe4e7;
    border-radius: 3px;
    background: #fff;
    text-align: center;
}

.thevault-page .thevault-countdown h1 {
    margin: 0 0 6px;
    color: #7f8e98;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.2;
    text-align: center;
}

.thevault-page .thevault-countdown-intro {
    margin: 7px 0 15px;
    color: #5caf89;
    font-size: clamp(14px, 1.6vw, 17px);
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.4;
    text-align: center;
}

.thevault-page .thevault-countdown > .thevault-section-label {
    text-align: center;
}

.thevault-page .countdown-frame {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-width: 760px;
    margin: 0 auto;
    padding: 12px;
    border: 1px solid #dfe4e7;
    border-radius: 3px;
    background: #f5f8f6;
}

.thevault-page .countdown-unit {
    display: flex;
    min-height: 72px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid #4d5359;
    border-radius: 3px;
    background: #343a41;
}

.thevault-page .countdown-value {
    color: #fff;
    font-size: clamp(24px, 3.2vw, 34px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}

.thevault-page .countdown-label {
    margin-top: 6px;
    color: #6cc195;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.3px;
    line-height: 1;
}

.thevault-page .countdown-status {
    min-height: 18px;
    margin: 12px 0 0;
    color: #3c454d;
    font-size: 13px;
    line-height: 1.4;
}

.thevault-page .countdown-status.is-error {
    color: #b24a4a;
}

@media (max-width: 700px) {
    .thevault-page .thevault-main {
        padding: 0 8px 20px;
    }

    .thevault-page .thevault-content {
        margin-top: 12px;
        padding: 14px 14px 16px;
    }

    .thevault-page .thevault-banner h2 {
        white-space: normal;
    }

    .thevault-page .thevault-logo-stage {
        min-height: 170px;
        padding: 12px;
    }

    .thevault-page .thevault-countdown {
        margin-top: 18px;
        padding: 16px 10px 18px;
    }

    .thevault-page .countdown-frame {
        gap: 6px;
        padding: 7px;
    }

    .thevault-page .countdown-unit {
        min-height: 64px;
        padding: 7px 3px;
    }

    .thevault-page .countdown-label {
        font-size: 9px;
        letter-spacing: 1px;
    }
}

@media (max-width: 430px) {
    .thevault-page .thevault-content {
        padding: 12px 10px 14px;
    }

    .thevault-page .thevault-logo-stage {
        min-height: 115px;
        padding: 8px;
    }

    .thevault-page .thevault-countdown h1 {
        font-size: 21px;
    }

    .thevault-page .countdown-frame {
        gap: 4px;
        padding: 5px;
    }

    .thevault-page .countdown-unit {
        min-height: 58px;
    }

    .thevault-page .countdown-value {
        font-size: 22px;
    }
}
