:root {
    --gold: #f8c84e;
    --gold-dark: #b87413;
    --orange: #ff9f1c;
    --cream: #fff6dc;
    --sky: #dff6ff;
    --text-dark: #3a2505;
}

html,
body {
    overflow-x: hidden;
}

body {
    color: var(--text-dark);
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 232, 126, .45), transparent 28rem),
        radial-gradient(circle at 84% 12%, rgba(223, 246, 255, .72), transparent 30rem),
        linear-gradient(180deg, #fffdf8 0%, var(--cream) 44%, #fff2bf 100%);
}

.angel-header.gtt-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(248, 200, 78, .55);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(116, 73, 7, .12);
}

.angel-shell {
    padding-top: 76px;
}

.angel-brand span {
    max-width: 150px;
    color: var(--gold-dark);
    font-size: 18px;
    line-height: 1.05;
}

.angel-menu a,
.angel-mobile-toggle {
    border-radius: 10px;
}

.angel-menu a:hover {
    color: var(--text-dark);
    background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(248, 200, 78, .95));
    box-shadow: 0 0 18px rgba(248, 200, 78, .72), 0 10px 26px rgba(184, 116, 19, .15);
}

.angel-btn,
.game-btn,
.page-link {
    border-radius: 10px;
    background: linear-gradient(135deg, #fff4a8 0%, var(--gold) 44%, var(--orange) 100%);
    box-shadow: 0 8px 0 rgba(184, 116, 19, .3), 0 18px 32px rgba(255, 159, 28, .24);
}

.angel-btn:active,
.game-btn:active,
.page-link:active {
    transform: translateY(1px);
    box-shadow: 0 4px 0 rgba(184, 116, 19, .3), 0 12px 22px rgba(255, 159, 28, .2);
}

.angel-btn.is-soft {
    background: linear-gradient(180deg, #ffffff, #fff7df);
}

.angel-btn.is-sky {
    background: linear-gradient(135deg, #ffffff, var(--sky));
}

.gtt-hero {
    min-height: clamp(600px, 72vh, 720px);
    padding: 90px 0 58px;
    isolation: isolate;
}

.gtt-hero::after {
    background:
        linear-gradient(90deg, rgba(255, 250, 235, .96) 0%, rgba(255, 246, 220, .78) 45%, rgba(255, 246, 220, .32) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(248, 200, 78, .22));
}

.gtt-hero-bg,
.gtt-hero-bg__slide {
    position: absolute;
    inset: 0;
}

.gtt-hero-bg__slide {
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity .8s ease, transform 1.2s ease;
}

.gtt-hero-bg__slide.is-active {
    opacity: .8;
    transform: scale(1);
}

.gtt-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    align-items: center;
    gap: 34px;
}

.angel-hero-content {
    max-width: 680px;
}

.angel-hero h1 {
    color: var(--gold-dark);
    font-size: clamp(48px, 8vw, 90px);
    text-transform: uppercase;
}

.angel-hero p {
    color: #68410c;
    font-size: clamp(19px, 2vw, 25px);
    font-weight: 800;
}

.gtt-hero-character {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 14px;
    min-height: 390px;
    padding: 28px;
}

.gtt-hero-character__halo {
    position: absolute;
    inset: 12% 8%;
    border-radius: 28px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, .94), rgba(248, 200, 78, .34) 44%, transparent 68%),
        linear-gradient(135deg, rgba(223, 246, 255, .58), rgba(255, 255, 255, .36));
    filter: blur(1px);
}

.gtt-hero-character img {
    position: relative;
    max-height: 260px;
    object-fit: contain;
    filter: drop-shadow(0 28px 42px rgba(184, 116, 19, .28));
}

.gtt-hero-character__caption {
    position: relative;
    width: min(360px, 100%);
    padding: 16px;
    border: 1px solid rgba(248, 200, 78, .42);
    border-radius: 12px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 18px 42px rgba(184, 116, 19, .14);
}

.gtt-hero-character__caption strong,
.gtt-hero-character__caption span {
    display: block;
}

.gtt-hero-character__caption strong {
    color: var(--gold-dark);
    font-size: 20px;
}

.gtt-hero-character__caption span {
    margin-top: 4px;
    color: #74501a;
    font-weight: 700;
}

.angel-card,
.honor-board,
.gtt-news-shell,
.gtt-download-card,
.gtt-event-card {
    border-radius: 12px !important;
}

.gtt-download-grid,
.gtt-news-grid,
.gtt-event-grid {
    display: grid;
    gap: 18px;
}

.gtt-download-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gtt-download-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 118px;
    padding: 16px;
    border: 1px solid rgba(248, 200, 78, .55);
    color: var(--text-dark);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 246, 220, .96)),
        radial-gradient(circle at 100% 0%, rgba(223, 246, 255, .7), transparent 14rem);
    box-shadow: 0 20px 45px rgba(184, 116, 19, .14);
    transition: .2s ease;
}

.gtt-download-card:hover,
.gtt-news-card:hover,
.gtt-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 55px rgba(184, 116, 19, .2);
}

.gtt-download-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    grid-row: 1 / span 2;
    border-radius: 12px;
    color: var(--gold-dark);
    font-size: 28px;
    background: linear-gradient(135deg, #fff5b5, #ffffff 48%, var(--sky));
}

.gtt-download-card strong {
    grid-column: 2;
    font-size: 18px;
    color: var(--gold-dark);
}

.gtt-download-card small {
    grid-column: 2;
    color: #765018;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.gtt-download-card .angel-btn {
    grid-column: 3;
    grid-row: 1 / span 2;
    min-height: 38px;
    padding: 9px 12px;
    white-space: nowrap;
}

.gtt-news-shell {
    padding: 18px;
    border: 1px solid rgba(248, 200, 78, .34);
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 18px 45px rgba(184, 116, 19, .1);
}

.gtt-tabs,
.gtt-ranking-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.gtt-tab,
.gtt-ranking-tab {
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid rgba(248, 200, 78, .42);
    border-radius: 10px;
    color: #704812;
    background: #fff;
    font-weight: 900;
    cursor: pointer;
    transition: .18s ease;
}

.gtt-tab.is-active,
.gtt-tab:hover,
.gtt-ranking-tab.is-active,
.gtt-ranking-tab:hover {
    background: linear-gradient(135deg, #fff4a8, var(--gold));
    box-shadow: 0 10px 24px rgba(248, 200, 78, .22);
}

.gtt-tab-panel {
    display: none;
}

.gtt-tab-panel.is-active {
    display: block;
}

.gtt-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gtt-news-card {
    overflow: hidden;
    border: 1px solid rgba(248, 200, 78, .3);
    background: #fff;
    box-shadow: 0 14px 32px rgba(184, 116, 19, .1);
    transition: .2s ease;
}

.gtt-news-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gtt-news-card__body {
    display: grid;
    gap: 10px;
    padding: 16px;
}

.gtt-news-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #87642d;
    font-size: 13px;
    font-weight: 800;
}

.gtt-tag {
    padding: 5px 8px;
    border-radius: 8px;
    color: #4f3000;
    background: linear-gradient(135deg, #fff3a5, var(--gold));
}

.gtt-news-card strong {
    color: var(--gold-dark);
    font-size: 18px;
    line-height: 1.3;
}

.gtt-news-card p {
    margin: 0;
    color: #765018;
    line-height: 1.55;
}

.gtt-ranking .honor-board__header {
    background:
        radial-gradient(circle at 100% 0%, rgba(223, 246, 255, .72), transparent 16rem),
        linear-gradient(135deg, #fff9dd, #ffe08a);
}

.gtt-ranking-tabs {
    padding: 18px 24px 0;
}

.honor-table tbody tr:nth-child(even) td {
    background: rgba(255, 246, 220, .78);
}

.rank-number {
    border-radius: 10px;
}

.rank-number--1,
.rank-number--2,
.rank-number--3 {
    font-size: 16px;
}

.rank-number--1 .fa-medal { color: #7a4a00; }
.rank-number--2 .fa-medal { color: #4e5968; }
.rank-number--3 .fa-medal { color: #7a3f10; }

.gtt-event-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gtt-event-card {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    color: #fff;
    background: #7a4a00;
    box-shadow: 0 18px 44px rgba(90, 52, 0, .18);
    transition: .2s ease;
}

.gtt-event-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gtt-event-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(58, 37, 5, .1), rgba(58, 37, 5, .86));
}

.gtt-event-card div {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    display: grid;
    gap: 8px;
    padding: 18px;
}

.gtt-event-card span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--text-dark);
    background: linear-gradient(135deg, #fff5b5, var(--gold));
}

.gtt-event-card strong {
    font-size: 20px;
}

.gtt-event-card p {
    margin: 0;
    line-height: 1.45;
}

.gtt-event-card em {
    color: #ffe58a;
    font-style: normal;
    font-weight: 900;
}

.gtt-gallery-slider {
    position: relative;
    overflow: hidden;
    min-height: clamp(320px, 42vw, 520px);
    border: 1px solid rgba(248, 200, 78, .5);
    border-radius: 14px;
    background: #fff8d9;
    box-shadow: 0 22px 54px rgba(116, 73, 7, .16);
}

.gtt-gallery-track,
.gtt-gallery-slide {
    position: absolute;
    inset: 0;
}

.gtt-gallery-slide {
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.02);
    transition: opacity .75s ease, transform .75s ease;
}

.gtt-gallery-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.gtt-gallery-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gtt-gallery-slide::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36%;
    background: linear-gradient(180deg, transparent, rgba(58, 37, 5, .72));
}

.gtt-gallery-slide figcaption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 1;
    display: grid;
    gap: 6px;
    color: #fff8dc;
    text-shadow: 0 4px 16px rgba(0, 0, 0, .36);
}

.gtt-gallery-slide figcaption strong {
    font-size: clamp(22px, 3vw, 38px);
    line-height: 1.1;
}

.gtt-gallery-slide figcaption span {
    max-width: 720px;
    font-weight: 800;
    line-height: 1.45;
}

.gtt-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(248, 200, 78, .45);
    border-radius: 999px;
    color: #5a3400;
    background: rgba(255, 255, 255, .5);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transform: translateY(-50%);
    transition: .18s ease;
}

.gtt-gallery-nav:hover {
    background: rgba(255, 232, 126, .95);
    transform: translateY(-50%) scale(1.05);
}

.gtt-gallery-nav--prev { left: 16px; }
.gtt-gallery-nav--next { right: 16px; }

.gtt-gallery-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 3;
    display: flex;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .36);
    backdrop-filter: blur(8px);
    transform: translateX(-50%);
}

.gtt-gallery-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    cursor: pointer;
    transition: .18s ease;
}

.gtt-gallery-dots button.is-active {
    width: 28px;
    background: var(--gold);
}

.gtt-footer {
    color: #fff8df;
    background:
        radial-gradient(circle at 20% 0%, rgba(248, 200, 78, .28), transparent 18rem),
        linear-gradient(180deg, #5c3806, #2f1f0b);
}

.gtt-footer h3 {
    color: #fff1a8;
}

.gtt-footer p {
    color: #ffe9b8;
}

.gtt-footer-copy {
    color: #ffe9b8;
    font-weight: 700;
}

.gtt-footer-simple {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.gtt-footer-simple h3,
.gtt-footer-simple p {
    margin: 0;
}

.gtt-footer-simple p {
    margin-top: 6px;
    max-width: 720px;
}

.float-download {
    position: fixed;
    left: 18px;
    top: 520px;
    z-index: 44;
    width: 178px;
    overflow: hidden;
    border: 1px solid rgba(248, 200, 78, .45);
    border-radius: 16px;
    background: rgba(255, 253, 248, .96);
    box-shadow: 0 20px 44px rgba(116, 73, 7, .18);
    backdrop-filter: blur(14px);
}

.float-download__header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    color: #5a3400;
    background: linear-gradient(135deg, #fff1a8, #ffb11b);
    font-weight: 900;
}

.float-download__body {
    display: grid;
    gap: 8px;
    padding: 10px;
}

.float-download__body a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 9px 10px;
    border: 1px solid rgba(248, 200, 78, .25);
    border-radius: 10px;
    color: #704812;
    background: rgba(255, 246, 220, .72);
    font-weight: 900;
    transition: .18s ease;
}

.float-download__body a:hover {
    color: #3b2608;
    background: linear-gradient(135deg, #fff4a8, var(--gold));
    transform: translateX(-2px);
}

@media (max-width: 1100px) {
    .angel-nav {
        gap: 10px;
    }

    .angel-menu {
        gap: 2px;
    }

    .angel-menu a {
        padding-inline: 10px;
        font-size: 13px;
    }
}

@media (max-width: 980px) {
    .angel-menu {
        top: 76px;
    }

    .gtt-hero-inner,
    .gtt-download-grid,
    .gtt-news-grid,
    .gtt-event-grid,
    .gtt-footer-simple {
        align-items: flex-start;
        flex-direction: column;
    }

    .float-download {
        display: none;
    }

    .gtt-hero {
        min-height: auto;
    }

    .gtt-hero-character {
        min-height: 260px;
        padding: 14px;
    }

    .angel-menu {
        border-radius: 12px;
    }

    .angel-register-btn {
        display: none;
    }
}

@media (max-width: 640px) {
    .angel-shell {
        padding-top: 66px;
    }

    .angel-menu {
        top: 66px;
    }

    .angel-brand span {
        max-width: 118px;
        font-size: 14px;
    }

    .gtt-hero {
        padding: 54px 0 30px;
    }

    .angel-hero h1 {
        font-size: 42px;
    }

    .gtt-tabs,
    .gtt-ranking-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .gtt-tab,
    .gtt-ranking-tab {
        width: 100%;
        padding-inline: 10px;
    }

    .gtt-download-card,
    .gtt-news-shell {
        padding: 14px;
    }

    .gtt-download-card {
        grid-template-columns: 48px minmax(0, 1fr);
        min-height: 0;
    }

    .gtt-download-icon {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .gtt-download-card .angel-btn {
        grid-column: 1 / -1;
        grid-row: auto;
        width: 100%;
    }
}

.gtt-hero--carousel,
.gtt-hero--static {
    display: block;
    min-height: clamp(590px, 48vw, 680px);
    padding: 0;
    background:
        radial-gradient(circle at 18% 10%, rgba(255, 244, 170, .8), transparent 22rem),
        linear-gradient(180deg, #fff8dd, #fdf1c6);
}

.gtt-hero--carousel::after,
.gtt-hero--static::after {
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(58, 37, 5, .08) 0%, transparent 44%),
        linear-gradient(180deg, transparent 58%, rgba(58, 37, 5, .18));
}

.gtt-hero-static-bg {
    position: absolute;
    top: 18px;
    left: 50%;
    right: auto;
    bottom: auto;
    width: min(1180px, calc(100vw - 40px));
    aspect-ratio: 1920 / 900;
    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 244, 190, .92);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(255, 244, 190, .08)),
        #fff8d9;
    box-shadow:
        0 34px 78px rgba(82, 49, 0, .26),
        0 0 0 1px rgba(255, 255, 255, .56) inset,
        0 0 42px rgba(255, 235, 150, .22);
}

.gtt-hero-static-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    background: #e8d39a;
}

.gtt-hero-static-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, .55) 0%, rgba(255, 255, 255, .18) 18%, transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .2), transparent 22%),
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .42), transparent 20rem);
    mix-blend-mode: screen;
    pointer-events: none;
}

.gtt-hero-static-bg::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 36%;
    background: linear-gradient(180deg, transparent, rgba(45, 29, 5, .58));
    pointer-events: none;
}

.gtt-hero-carousel {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.gtt-hero-track {
    position: absolute;
    inset: 18px max(20px, calc((100vw - 1180px) / 2)) 38px;
}

.gtt-hero-slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 244, 190, .92);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .32), rgba(255, 244, 190, .12)),
        #fff8d9;
    box-shadow:
        0 34px 78px rgba(82, 49, 0, .26),
        0 0 0 1px rgba(255, 255, 255, .56) inset,
        0 0 42px rgba(255, 235, 150, .22);
    opacity: 0;
    pointer-events: none;
    transform: scale(1.015);
    transition: opacity .85s ease, transform .85s ease;
    will-change: opacity, transform;
}

.gtt-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, .55) 0%, rgba(255, 255, 255, .18) 18%, transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .2), transparent 22%),
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .42), transparent 20rem);
    mix-blend-mode: screen;
    pointer-events: none;
}

.gtt-hero-slide::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 34%;
    background: linear-gradient(180deg, transparent, rgba(45, 29, 5, .54));
    pointer-events: none;
}

.gtt-hero-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gtt-hero-slide.is-active {
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.gtt-hero-slide.is-hidden {
    pointer-events: none;
}

.gtt-hero-overlay {
    position: relative;
    z-index: 4;
    min-height: clamp(590px, 48vw, 680px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 64px;
    text-align: center;
    pointer-events: none;
}

.gtt-hero-overlay .angel-hero-content {
    position: static;
    width: min(720px, 100%);
    padding: 0;
    background: transparent;
    pointer-events: auto;
}

.gtt-hero-brand {
    position: absolute;
    top: clamp(36px, 5vw, 66px);
    left: 50%;
    z-index: 5;
    width: min(720px, calc(100vw - 40px));
    display: grid;
    justify-items: center;
    gap: 10px;
    margin: 0;
    transform: translateX(-50%);
    pointer-events: none;
}

.gtt-hero-logo {
    position: relative;
    width: min(360px, 62vw);
    overflow: hidden;
    filter: drop-shadow(0 10px 0 rgba(116, 73, 7, .25)) drop-shadow(0 22px 34px rgba(58, 37, 5, .28));
}

.gtt-hero-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.gtt-hero-logo::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, transparent 0%, transparent 34%, rgba(255, 255, 255, .88) 46%, rgba(255, 244, 169, .98) 52%, transparent 66%, transparent 100%);
    background-size: 46% 140%;
    background-repeat: no-repeat;
    filter: blur(.5px);
    -webkit-mask-image: var(--gtt-hero-logo-mask);
    mask-image: var(--gtt-hero-logo-mask);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    animation: gtt-logo-shine 3.6s ease-in-out infinite;
    pointer-events: none;
}

.gtt-hero-description {
    position: relative;
    overflow: hidden;
    max-width: min(620px, calc(100vw - 40px));
    margin: 0;
    padding: 10px 20px;
    border: 1px solid rgba(255, 238, 156, .88);
    border-radius: 999px;
    color: #fff8b8;
    background:
        radial-gradient(circle at 18% 30%, rgba(255, 255, 255, .18), transparent 8rem),
        linear-gradient(135deg, rgba(75, 42, 4, .72), rgba(116, 73, 7, .58));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .45),
        0 0 0 1px rgba(255, 248, 194, .28),
        0 12px 30px rgba(58, 37, 5, .26),
        0 0 24px rgba(255, 210, 72, .2);
    text-shadow:
        0 1px 0 #4e2d00,
        0 2px 5px rgba(58, 37, 5, .78),
        0 0 10px rgba(255, 235, 134, .72);
    font-size: clamp(15px, 1.5vw, 20px);
    font-weight: 900;
    line-height: 1.35;
    backdrop-filter: blur(10px);
}

.angel-hero .gtt-hero-description {
    max-width: min(620px, calc(100vw - 40px));
    margin: 0;
    color: #fffdf0;
    background:
        radial-gradient(circle at 18% 30%, rgba(255, 255, 255, .16), transparent 8rem),
        linear-gradient(135deg, rgba(50, 28, 0, .86), rgba(103, 58, 2, .78));
    text-shadow:
        0 1px 0 #2b1700,
        0 2px 0 #4e2d00,
        0 4px 10px rgba(0, 0, 0, .82),
        0 0 16px rgba(255, 225, 93, .88);
    -webkit-text-stroke: .35px rgba(75, 38, 0, .9);
}

.gtt-hero-description::before {
    content: none;
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle, rgba(255, 255, 255, .95) 0 1.5px, transparent 2.5px) 12% 38% / 56px 32px,
        radial-gradient(circle, rgba(255, 237, 130, .85) 0 1.4px, transparent 2.4px) 78% 52% / 68px 38px;
    opacity: .22;
    animation: gtt-desc-sparkle 2.8s ease-in-out infinite;
    pointer-events: none;
}

.gtt-hero-description::after {
    content: "";
    position: absolute;
    inset: -40% auto -40% -55%;
    width: 36%;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .24), transparent);
    transform: skewX(-18deg);
    animation: gtt-desc-shine 4.2s ease-in-out infinite;
    pointer-events: none;
}

@keyframes gtt-logo-shine {
    0%, 38% {
        background-position: -72% center;
        opacity: 0;
    }
    48% {
        opacity: .95;
    }
    72%, 100% {
        background-position: 172% center;
        opacity: 0;
    }
}

@keyframes gtt-desc-sparkle {
    0%, 100% {
        opacity: .34;
        transform: translateY(0);
    }
    50% {
        opacity: .86;
        transform: translateY(-1px);
    }
}

@keyframes gtt-desc-shine {
    0%, 42% {
        left: -55%;
        opacity: 0;
    }
    52% {
        opacity: .9;
    }
    78%, 100% {
        left: 125%;
        opacity: 0;
    }
}

.gtt-hero-overlay .angel-hero-actions {
    justify-content: center;
    gap: 12px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid rgba(255, 231, 150, .48);
    border-radius: 18px;
    background: rgba(55, 35, 6, .22);
    box-shadow: 0 18px 42px rgba(45, 29, 5, .28);
    backdrop-filter: blur(10px);
}

.gtt-hero-actions--mobile {
    display: none !important;
}

.gtt-hero-overlay .angel-hero-actions .angel-btn {
    position: relative;
    overflow: hidden;
    width: auto;
    min-width: 150px;
    min-height: 46px;
    border: 1px solid rgba(255, 239, 172, .9);
    border-radius: 12px;
    box-shadow: 0 8px 0 rgba(116, 73, 7, .28), 0 18px 30px rgba(58, 37, 5, .2);
    isolation: isolate;
}

.gtt-hero-overlay .angel-hero-actions .angel-btn::before {
    content: "";
    position: absolute;
    inset: -40% auto -40% -70%;
    z-index: -1;
    width: 58%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
    transform: skewX(-18deg);
    transition: left .55s ease;
}

.gtt-hero-overlay .angel-hero-actions .angel-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 0 rgba(116, 73, 7, .24), 0 26px 40px rgba(58, 37, 5, .24);
}

.gtt-hero-overlay .angel-hero-actions .angel-btn:hover::before {
    left: 118%;
}

.gtt-hero-overlay .angel-hero-actions .angel-btn.is-soft {
    background: linear-gradient(135deg, #fffdf7, #fff0b7);
}

.gtt-hero-overlay .angel-hero-actions .angel-btn.is-sky {
    background: linear-gradient(135deg, #e8fbff, #8fdfff);
}

.gtt-hero-overlay h1 {
    margin-bottom: 18px;
    color: #fff6c7;
    text-shadow: 0 4px 0 rgba(116, 73, 7, .68), 0 18px 34px rgba(58, 37, 5, .38);
}

.gtt-zalo-icon {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    background: #0068ff;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .16), 0 5px 12px rgba(0, 104, 255, .25);
}

.gtt-hero-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(248, 200, 78, .4);
    border-radius: 999px;
    color: var(--text-dark);
    background: rgba(255, 255, 255, .28);
    box-shadow: 0 10px 24px rgba(116, 73, 7, .08);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gtt-hero-nav:hover {
    background: rgba(255, 244, 168, .95);
    box-shadow: 0 14px 30px rgba(116, 73, 7, .18);
    transform: translateY(-50%) scale(1.04);
}

.gtt-hero-nav--prev {
    left: max(24px, calc((100vw - 1180px) / 2 + 18px));
}

.gtt-hero-nav--next {
    right: max(24px, calc((100vw - 1180px) / 2 + 18px));
}

.gtt-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 5;
    display: flex;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .28);
    backdrop-filter: blur(8px);
    transform: translateX(-50%);
}

.gtt-hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 4px 14px rgba(116, 73, 7, .16);
    cursor: pointer;
    transition: width .18s ease, background .18s ease;
}

.gtt-hero-dots button.is-active {
    width: 28px;
    background: var(--gold);
}

.gtt-hero + main .angel-section:first-child {
    padding-top: 18px;
}

@media (max-width: 980px) {
    .gtt-hero--carousel,
    .gtt-hero--static,
    .gtt-hero-overlay {
        min-height: 590px;
    }

    .gtt-hero-track {
        inset: 16px 14px 118px;
    }

    .gtt-hero-static-bg {
        top: 16px;
        left: 14px;
        right: 14px;
        bottom: auto;
        width: auto;
        aspect-ratio: 1920 / 900;
        transform: none;
    }

    .gtt-hero-overlay {
        align-items: end;
        padding-bottom: 34px;
    }

    .gtt-hero-overlay .angel-hero-content {
        width: min(640px, 100%);
    }
}

@media (max-width: 640px) {
    .gtt-hero--carousel,
    .gtt-hero--static {
        min-height: calc(((100vw - 22px) * 900 / 1920) + 116px);
    }

    .gtt-hero-overlay {
        min-height: calc(((100vw - 22px) * 900 / 1920) + 116px);
        align-items: flex-start;
        padding-top: calc(12px + ((100vw - 22px) * 900 / 1920) - 46px);
        padding-bottom: 16px;
    }

    .gtt-hero-track {
        inset: 12px 11px 164px;
    }

    .gtt-hero-static-bg {
        top: 12px;
        left: 11px;
        right: 11px;
        bottom: auto;
        width: auto;
        aspect-ratio: 1920 / 900;
        transform: none;
    }

    .gtt-hero-static-bg img {
        object-fit: contain;
    }

    .gtt-hero-static-bg,
    .gtt-hero-slide {
        border-radius: 14px;
    }

    .gtt-hero-overlay .angel-hero-content {
        width: calc(100vw - 44px);
        padding: 0;
        background: transparent;
    }

    .gtt-hero-brand {
        top: 14px;
        width: calc(100vw - 44px);
        gap: 3px;
        margin-bottom: 8px;
    }

    .gtt-hero-logo {
        width: min(145px, 36vw);
    }

    .angel-hero .gtt-hero-description {
        display: none;
    }

    .gtt-hero-description::before {
        opacity: .42;
    }

    .gtt-hero-overlay .angel-hero-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        padding: 6px;
        border-radius: 12px;
    }

    .gtt-hero-overlay .angel-hero-actions .angel-btn {
        width: 100%;
        min-width: 0;
        min-height: 38px;
        padding: 8px 6px;
        border-radius: 9px;
        font-size: 13px;
        line-height: 1;
        box-shadow: 0 5px 0 rgba(116, 73, 7, .22), 0 12px 18px rgba(58, 37, 5, .16);
        white-space: nowrap;
    }

    .gtt-hero-overlay .angel-hero-actions .angel-btn i,
    .gtt-hero-overlay .angel-hero-actions .angel-btn .gtt-zalo-icon {
        margin-right: 0;
    }

    .gtt-hero-overlay .angel-hero-actions .angel-btn .gtt-zalo-icon {
        width: 20px;
        height: 20px;
        font-size: 13px;
    }

    .gtt-hero-nav {
        top: 36%;
        width: 38px;
        height: 38px;
    }

    .gtt-hero-overlay h1 {
        margin-bottom: 12px;
    }

    .gtt-hero + main .angel-section:first-child {
        padding-top: 12px;
    }
}

@media (max-width: 768px) {
    .angel-shell {
        padding-bottom: 96px;
    }

    .angel-section {
        padding: 24px 0;
    }

    .angel-section-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .angel-section-title h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .gtt-download-grid,
    .gtt-news-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    .gtt-download-card {
        grid-template-columns: 52px minmax(0, 1fr);
        align-items: center;
        min-height: 0;
        padding: 14px;
    }

    .gtt-download-card strong,
    .gtt-download-card small {
        grid-column: 2;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .gtt-download-card strong {
        font-size: 20px;
        line-height: 1.2;
    }

    .gtt-download-card small {
        font-size: 14px;
        line-height: 1.45;
    }

    .gtt-download-card .angel-btn {
        grid-column: 1 / -1;
        grid-row: auto;
        width: 100%;
        margin-top: 4px;
    }

    .gtt-news-shell {
        padding: 12px;
    }

    .gtt-tabs {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .gtt-tab {
        width: 100%;
        min-height: 44px;
    }

    .gtt-news-card {
        min-width: 0;
    }

    .gtt-news-card__body {
        padding: 14px;
    }

    .gtt-news-card__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .gtt-news-card strong {
        font-size: 20px;
        overflow-wrap: anywhere;
    }

    .gtt-news-card p {
        font-size: 15px;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .mobile-zalo-float {
        left: 12px;
        right: 12px;
        bottom: 12px;
        min-height: 52px;
        padding: 12px 16px;
        font-size: 16px;
    }

    .mobile-zalo-float span {
        font-size: 0;
    }

    .mobile-zalo-float span::before {
        content: "Tham Gia Nhận Code";
        font-size: 16px;
    }

    .gtt-hero-actions--desktop {
        display: none !important;
    }

    .gtt-hero-actions--mobile {
        display: flex !important;
    }
}

@media (max-width: 640px) {
    .angel-header .angel-brand {
        flex: 0 0 auto;
        gap: 6px;
        max-width: 82px;
    }

    .angel-header .angel-brand img {
        width: 56px;
        height: 56px;
    }

    .angel-header .angel-brand span {
        display: none !important;
    }

    .angel-header .angel-nav {
        gap: 8px;
    }

    .angel-header .angel-actions {
        flex: 0 0 auto;
    }

    .angel-header .angel-actions .angel-btn {
        min-width: 0;
        padding-inline: 14px;
        white-space: nowrap;
    }
}

.gtt-entry-notice {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 240ms ease;
}

.gtt-entry-notice.is-visible {
    pointer-events: auto;
    opacity: 1;
}

.gtt-entry-notice__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 215, 92, 0.26), transparent 34%),
        rgba(38, 24, 7, 0.58);
    backdrop-filter: blur(5px);
}

.gtt-entry-notice__dialog {
    position: relative;
    width: min(540px, calc(100vw - 28px));
    border: 1px solid rgba(255, 221, 132, 0.92);
    border-radius: 18px;
    padding: 28px 28px 26px;
    overflow: hidden;
    color: #5b2d00;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 218, 0.96)),
        radial-gradient(circle at 50% 0%, rgba(255, 194, 40, 0.34), transparent 52%);
    box-shadow:
        0 24px 60px rgba(66, 43, 7, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(14px) scale(0.96);
    transition: transform 280ms cubic-bezier(.2, .9, .2, 1);
}

.gtt-entry-notice.is-visible .gtt-entry-notice__dialog {
    transform: translateY(0) scale(1);
}

.gtt-entry-notice__dialog::before {
    content: "";
    position: absolute;
    inset: -40% auto auto -30%;
    width: 58%;
    height: 180%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent);
    transform: rotate(18deg);
    animation: gttNoticeShine 3.8s ease-in-out infinite;
    pointer-events: none;
}

.gtt-entry-notice__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(168, 96, 0, 0.16);
    border-radius: 999px;
    color: #7b4300;
    background: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.gtt-entry-notice__close:hover {
    transform: translateY(-1px);
    color: #3a2100;
    background: #fff3c7;
}

.gtt-entry-notice__badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 183, 28, 0.55);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    color: #744000;
    background: linear-gradient(135deg, #fff8d6, #ffc12e);
    box-shadow: 0 8px 20px rgba(190, 116, 0, 0.18);
}

.gtt-entry-notice__dialog h2 {
    position: relative;
    margin: 16px 0 12px;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.08;
    font-weight: 900;
    color: #8a4900;
    text-shadow: 0 2px 0 #fff0ba, 0 8px 22px rgba(255, 166, 0, 0.22);
}

.gtt-entry-notice__dialog p {
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #5d3300;
}

.gtt-entry-notice__dialog strong {
    color: #a45a00;
}

.gtt-entry-notice__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    min-height: 52px;
    padding: 13px 18px;
    border-radius: 14px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(135deg, #15c4ff, #086cff);
    box-shadow: 0 14px 26px rgba(0, 111, 232, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.38);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.gtt-entry-notice__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(0, 111, 232, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

@keyframes gttNoticeShine {
    0% {
        transform: translateX(-30%) rotate(18deg);
        opacity: 0;
    }

    28% {
        opacity: 1;
    }

    58% {
        transform: translateX(230%) rotate(18deg);
        opacity: 0;
    }

    100% {
        transform: translateX(230%) rotate(18deg);
        opacity: 0;
    }
}

@media (max-width: 640px) {
    .gtt-entry-notice {
        padding: 14px;
    }

    .gtt-entry-notice__dialog {
        border-radius: 16px;
        padding: 24px 18px 20px;
    }

    .gtt-entry-notice__dialog h2 {
        padding-right: 26px;
        font-size: 26px;
    }

    .gtt-entry-notice__dialog p {
        font-size: 16px;
    }

    .gtt-entry-notice__link {
        min-height: 50px;
        font-size: 15px;
        line-height: 1.25;
    }
}
