body {
    background: #080605;
}

.thtk-hero-logo {
    position: absolute;
    z-index: 5;
    top: 21%;
    left: 50%;
    transform: translateX(-50%);
    width: min(760px, 70vw);
    text-align: center;
    pointer-events: none;
}

.thtk-hero-sub {
    color: #ffe9ad;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .65);
}

.thtk-hero-name {
    margin-top: 8px;
    color: #fff1b8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 68px;
    font-weight: 900;
    line-height: 1.02;
    text-shadow: 0 6px 0 #702016, 0 18px 26px rgba(0, 0, 0, .55);
}

.thtk-hero-server {
    margin-top: 16px;
    display: inline-block;
    padding: 8px 18px;
    color: #2a1708;
    background: linear-gradient(180deg, #fff1b1, #bf7b24);
    border: 1px solid #fff4bc;
    border-radius: 4px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

.thtk-video-box {
    width: min(720px, 92vw);
    padding: 42px;
    color: #fff1c2;
    background: #160e09;
    border: 1px solid rgba(255, 225, 139, .35);
    text-align: center;
    font-size: 22px;
}

.tintuc-content-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tintuc-content-body ul:not(.active-list-tintuc) {
    display: none;
}

.thtk-panel-section {
    position: relative;
    z-index: 3;
    min-height: 620px;
    padding: 90px 0 140px;
}

.thtk-panel {
    width: min(960px, calc(100% - 36px));
    margin: 0 auto;
    padding: 34px;
    color: #2b1a0e;
    background: rgba(255, 244, 214, .94);
    border: 1px solid rgba(107, 66, 24, .45);
    border-radius: 6px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .30);
}

.thtk-panel h1 {
    margin: 0 0 24px;
    color: #7b2417;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 900;
}

.thtk-form {
    display: grid;
    gap: 12px;
    max-width: 460px;
}

.thtk-form label {
    margin: 0;
    font-weight: 800;
}

.thtk-form input {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    color: #22150c;
    background: #fffaf0;
    border: 1px solid rgba(96, 58, 22, .35);
    border-radius: 4px;
}

.thtk-form button,
.thtk-inline-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    color: #2c1709;
    background: linear-gradient(180deg, #fff0a6, #bf7b22);
    border: 1px solid #fff1ad;
    border-radius: 4px;
    font-weight: 900;
    cursor: pointer;
}

.thtk-form-small {
    margin-top: 20px;
}

.thtk-note {
    margin: 18px 0 0;
    color: #5d4634;
    font-size: 16px;
}

.thtk-note a {
    color: #8e2418;
    font-weight: 900;
}

.thtk-alert {
    margin-bottom: 18px;
    padding: 13px 15px;
    border-radius: 4px;
}

.thtk-alert-error {
    color: #8e2418;
    background: #fff0e8;
    border: 1px solid rgba(142, 36, 24, .35);
}

.thtk-download-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.thtk-download-list a {
    min-height: 160px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 12px;
    color: #3c2210;
    background: rgba(255, 255, 255, .48);
    border: 1px solid rgba(96, 58, 22, .28);
    border-radius: 6px;
    font-weight: 900;
}

.thtk-download-list img {
    max-width: 190px;
}

.thtk-account-card {
    padding: 22px;
    max-width: 520px;
    background: rgba(255, 255, 255, .48);
    border: 1px solid rgba(96, 58, 22, .28);
    border-radius: 6px;
}

.thtk-guide {
    display: grid;
    gap: 12px;
    padding-left: 22px;
    font-size: 18px;
}

.thtk-footer-logo {
    color: #ffe6a1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    text-shadow: 0 4px 12px rgba(0, 0, 0, .55);
}

.thtk-footer-seal {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    color: #2c1709;
    background: linear-gradient(180deg, #fff0a6, #bf7b22);
    border-radius: 50%;
    font-weight: 900;
    font-size: 28px;
}

@media (max-width: 768px) {
    .thtk-hero-logo {
        top: 24%;
        width: 88vw;
    }

    .thtk-hero-name {
        font-size: 38px;
    }

    .thtk-hero-sub {
        font-size: 15px;
    }

    .thtk-hero-server {
        font-size: 13px;
    }

    .thtk-panel {
        padding: 22px;
    }

    .thtk-panel h1 {
        font-size: 32px;
    }

    .thtk-download-list {
        grid-template-columns: 1fr;
    }
}
