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-alert-info {
    color: #5d4634;
    background: #fff7de;
    border: 1px solid rgba(160, 112, 32, .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-account-section {
    position: relative;
    z-index: 3;
    min-height: 690px;
    padding: 88px 0 140px;
}

.content-section.thtk-account-content {
    height: auto !important;
    min-height: 0;
    overflow: visible;
}

.thtk-account-layout {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    color: #efe6d2;
}

.thtk-account-sidebar,
.thtk-account-main {
    border: 1px solid rgba(212, 173, 85, .28);
    border-radius: 6px;
    background: rgba(13, 12, 10, .88);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .32);
}

.thtk-account-sidebar {
    padding: 26px 22px;
}

.thtk-account-avatar {
    width: 92px;
    height: 92px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    color: #2d1a08;
    background: linear-gradient(180deg, #fff2ad, #bd8128);
    border: 3px solid rgba(255, 255, 255, .76);
    border-radius: 50%;
    font-size: 46px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .30);
}

.thtk-account-sidebar h2 {
    margin: 0 0 18px;
    color: #fff2ad;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    word-break: break-word;
}

.thtk-wallet-mini {
    margin-bottom: 22px;
    padding: 14px;
    color: #cfc2a9;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 6px;
}

.thtk-wallet-mini p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    line-height: 1.9;
}

.thtk-wallet-mini strong {
    color: #7dff99;
}

.thtk-account-menu {
    display: grid;
    gap: 8px;
    padding: 16px 0;
    border-top: 1px solid rgba(212, 173, 85, .22);
    border-bottom: 1px solid rgba(212, 173, 85, .22);
}

.thtk-account-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    color: #d9c9ad;
    background: transparent;
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
}

.thtk-account-menu a:hover,
.thtk-account-menu a.active {
    color: #2e1b09;
    background: linear-gradient(180deg, #fff0a6, #bf7b22);
}

.thtk-logout-form {
    margin-top: 18px;
}

.thtk-logout-form button {
    width: 100%;
    min-height: 44px;
    color: #f5dec1;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 4px;
    font-weight: 900;
    cursor: pointer;
}

.thtk-account-main {
    min-height: 560px;
    padding: 0 0 32px;
    overflow: hidden;
}

.thtk-account-title {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 32px;
    background: linear-gradient(90deg, #8d2619, #c5963a);
}

.thtk-account-title h1 {
    margin: 0;
    color: #fff3c4;
    font-size: 30px;
    font-weight: 900;
}

.thtk-account-title span {
    color: #19320f;
    background: #91f0a0;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 900;
    white-space: nowrap;
}

.thtk-info-block,
.thtk-coin-panel,
.thtk-empty-state,
.thtk-account-form,
.thtk-account-actions {
    margin: 28px 32px 0;
}

.thtk-info-block h3 {
    margin: 0 0 14px;
    color: #ffc85e;
    font-size: 20px;
    font-weight: 900;
}

.thtk-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.thtk-info-grid div {
    min-height: 86px;
    padding: 16px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 6px;
}

.thtk-info-grid span,
.thtk-coin-panel span {
    display: block;
    color: #b9aa8f;
    font-size: 14px;
    font-weight: 800;
}

.thtk-info-grid strong,
.thtk-coin-panel strong {
    display: block;
    margin-top: 8px;
    color: #fff3d2;
    font-size: 18px;
    font-weight: 900;
    word-break: break-word;
}

.thtk-info-grid strong.ok {
    color: #82ff9f;
}

.thtk-info-grid strong.warn {
    color: #ff7d70;
}

.thtk-account-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.thtk-inline-button.ghost {
    color: #f3ddac;
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .15);
}

.thtk-account-form {
    max-width: 560px;
}

.thtk-account-form label {
    color: #f4dfbd;
}

.thtk-account-form input:disabled,
.thtk-account-form button:disabled {
    opacity: .72;
    cursor: not-allowed;
}

.thtk-coin-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.thtk-coin-panel div,
.thtk-empty-state {
    padding: 22px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 6px;
}

.thtk-coin-panel strong {
    color: #82ff9f;
    font-size: 34px;
}

.thtk-empty-state h3 {
    margin: 0 0 10px;
    color: #ffc85e;
    font-size: 24px;
}

.thtk-empty-state p {
    margin: 0;
    color: #cfc2a9;
    line-height: 1.7;
}

.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;
    }

    .thtk-account-layout {
        grid-template-columns: 1fr;
    }

    .thtk-account-title {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 22px;
    }

    .thtk-account-title h1 {
        font-size: 26px;
    }

    .thtk-info-block,
    .thtk-coin-panel,
    .thtk-empty-state,
    .thtk-account-form,
    .thtk-account-actions {
        margin-right: 22px;
        margin-left: 22px;
    }

    .thtk-info-grid,
    .thtk-coin-panel {
        grid-template-columns: 1fr;
    }
}
