* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #121212;
    line-height: 1.65;
    overflow-x: hidden;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(244, 196, 48, 0.08), transparent 40%),
        linear-gradient(180deg, #0a0a0a 0%, #121212 380px, #eceae4 380px, #f4f2ec 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    font: inherit;
    border: 0;
    background: none;
    cursor: pointer;
}

.pqxm {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.bcos {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #121212;
    margin-bottom: 40px;
    letter-spacing: 0.06em;
}

.bcos::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto 14px;
    background: #f4c430;
    transform: rotate(45deg);
    box-shadow: 0 0 0 4px rgba(244, 196, 48, 0.2);
}

.bcos::after {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, #f4c430, transparent);
}

.titl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #121212;
}

.wjlo {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(10, 10, 10, 0.88);
    border-bottom: 1px solid rgba(244, 196, 48, 0.28);
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.wjloin {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.etkc {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex-shrink: 1;
}

.etkc img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(244, 196, 48, 0.35);
}

.etkc span {
    font-size: 16px;
    font-weight: 800;
    color: #f4c430;
    text-shadow: 0 0 24px rgba(244, 196, 48, 0.25);
}

.rnuh {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 18px;
    flex: 1 1 auto;
}

.rnuh a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.2s ease;
}

.rnuh a:hover {
    color: #f4c430;
}

.barx {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.ybaf {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 11px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffe98a, #f4c430 48%, #d9a514);
    color: #121212;
    font-size: 14px;
    font-weight: 800;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 10px 24px rgba(244, 196, 48, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ybaf:hover {
    transform: translateY(-1px);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.25) inset,
        0 14px 28px rgba(244, 196, 48, 0.38);
}

.sidv {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(244, 196, 48, 0.4);
    color: #f4c430;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: rgba(244, 196, 48, 0.06);
}

.kamg {
    position: relative;
    padding: 56px 0 72px;
    color: #fff;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 35%, rgba(244, 196, 48, 0.28), transparent 34%),
        radial-gradient(circle at 12% 80%, rgba(244, 196, 48, 0.08), transparent 28%),
        linear-gradient(145deg, #0a0a0a 0%, #151515 55%, #1c1608 100%);
}

.haze {
    position: absolute;
    right: -6%;
    top: -15%;
    width: 52%;
    height: 130%;
    background: linear-gradient(160deg, rgba(244, 196, 48, 0.92), rgba(232, 176, 20, 0.78));
    transform: skewX(-14deg);
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

.haze::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 30%, rgba(255, 255, 255, 0.12));
}

.grain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.18;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
}

.floz {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 34px;
    align-items: center;
}

.nuvx {
    min-width: 0;
    animation: rise 0.7s ease both;
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 5px 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffe98a, #f4c430);
    color: #121212;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    box-shadow: 0 8px 18px rgba(244, 196, 48, 0.25);
}

.nuvx h1 {
    font-size: 42px;
    line-height: 1.26;
    word-break: break-word;
    max-width: 560px;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.nuvx .lead {
    margin-top: 18px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.76);
    max-width: 520px;
    word-break: break-word;
}

.qhep {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 280px;
    max-width: 100%;
    padding: 17px 30px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff1a8, #f4c430 45%, #e0a800);
    color: #121212;
    font-size: 17px;
    font-weight: 800;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.3) inset,
        0 18px 40px rgba(244, 196, 48, 0.35);
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.qhep:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.35) inset,
        0 22px 46px rgba(244, 196, 48, 0.45);
}

.flags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 22px;
}

.flags li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.flags i {
    color: #f4c430;
}

.trmw {
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    animation: rise 0.85s ease 0.12s both;
}

.trmw figure {
    margin: 0;
    width: 46%;
    max-width: 196px;
}

.trmw .phnb {
    max-width: 176px;
    transform: translateY(-22px);
}

.bezel {
    display: block;
    padding: 10px 9px;
    border-radius: 28px;
    background:
        linear-gradient(160deg, #2a2a2a, #0d0d0d 40%, #1a1a1a);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 22px 50px rgba(0, 0, 0, 0.45),
        0 0 40px rgba(244, 196, 48, 0.12);
}

.bezel img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 18px;
    background: #000;
}

.gilk,
.omej,
.hjns,
.dpwi,
.uotz,
.pybs,
.lejg {
    padding: 84px 0;
}

.gilk {
    background:
        linear-gradient(180deg, #f7f5ef, #efede6);
}

.xzpd {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.xzpd figure {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #0a0a0a;
    border: 1px solid rgba(244, 196, 48, 0.45);
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.08),
        0 0 0 4px rgba(244, 196, 48, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.xzpd figure:hover {
    transform: translateY(-4px);
    box-shadow:
        0 22px 44px rgba(0, 0, 0, 0.12),
        0 0 0 4px rgba(244, 196, 48, 0.16);
}

.xzpd img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.omej {
    background:
        radial-gradient(circle at 80% 0%, rgba(244, 196, 48, 0.14), transparent 30%),
        #0e0e0e;
    color: #fff;
}

.omej .bcos {
    color: #fff;
}

.vauk {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.vauk article {
    padding: 28px 24px;
    border-radius: 20px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.04), transparent 40%),
        #171717;
    border: 1px solid rgba(244, 196, 48, 0.16);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.vauk article:hover {
    border-color: rgba(244, 196, 48, 0.45);
    transform: translateY(-3px);
}

.vauk .titl {
    color: #fff;
}

.vauk i {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #121212;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #ffe98a, #f4c430);
    box-shadow: 0 10px 22px rgba(244, 196, 48, 0.25);
}

.vauk p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.68);
}

.hjns {
    background:
        radial-gradient(circle at 12% 0%, rgba(244, 196, 48, 0.1), transparent 28%),
        radial-gradient(circle at 90% 100%, rgba(244, 196, 48, 0.06), transparent 26%),
        #121212;
    color: #fff;
}

.hjns .bcos {
    color: #fff;
}

.clyf {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.clyf article {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 24px;
    border-radius: 22px;
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.05), transparent 42%),
        linear-gradient(180deg, #1c1c1c, #141414);
    border: 1px solid rgba(244, 196, 48, 0.18);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.02) inset;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.clyf article::before {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 196, 48, 0.16), transparent 70%);
    pointer-events: none;
}

.clyf article:hover {
    transform: translateY(-4px);
    border-color: rgba(244, 196, 48, 0.48);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(244, 196, 48, 0.12) inset;
}

.clyf .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.clyf .ico {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ffe98a, #f4c430 55%, #d9a514);
    color: #121212;
    font-size: 24px;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.25) inset,
        0 12px 24px rgba(244, 196, 48, 0.28);
}

.clyf .chip {
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #f4c430;
    background: rgba(244, 196, 48, 0.1);
    border: 1px solid rgba(244, 196, 48, 0.28);
}

.clyf .titl {
    color: #fff;
    margin-bottom: 10px;
}

.clyf p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.7;
    flex: 1;
}

.clyf .foot {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.clyf .tip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.48);
}

.clyf .tip i {
    color: #f4c430;
    font-size: 14px;
}

.clyf a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffe98a, #f4c430);
    color: #121212;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(244, 196, 48, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.clyf a:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(244, 196, 48, 0.35);
}

.dpwi {
    background: #fff;
}

.mreq {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mreq .node {
    position: relative;
    padding: 28px 20px 22px;
    background:
        linear-gradient(165deg, #1a1a1a, #0f0f0f);
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(244, 196, 48, 0.14);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.mreq .node span {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 56px;
    font-weight: 800;
    color: rgba(244, 196, 48, 0.14);
    line-height: 1;
}

.mreq .node i {
    font-size: 24px;
    color: #f4c430;
    margin-bottom: 12px;
    display: inline-block;
}

.mreq .node .titl {
    color: #fff;
}

.mreq .node p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.68);
}

.uotz {
    background:
        linear-gradient(180deg, #eceae4, #f4f2ec);
}

.kfna .row {
    margin-bottom: 12px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(18, 18, 18, 0.06);
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(18, 18, 18, 0.03);
}

.kfna button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.kfna button i {
    color: #c79200;
    font-size: 20px;
    transition: transform 0.2s ease;
}

.kfna .ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
}

.kfna .ans p {
    padding: 0 20px 18px;
    font-size: 14px;
    color: #666666;
}

.kfna .row.on {
    border-color: rgba(244, 196, 48, 0.55);
    background: linear-gradient(160deg, #171717, #0f0f0f);
    color: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.kfna .row.on button i {
    color: #f4c430;
    transform: rotate(45deg);
}

.kfna .row.on .ans {
    max-height: 160px;
}

.kfna .row.on .ans p {
    color: rgba(255, 255, 255, 0.72);
}

.pybs {
    background: #0e0e0e;
}

.pybs .bcos {
    color: #fff;
}

.awxi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.awxi article {
    padding: 24px;
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(244, 196, 48, 0.08), transparent 40%),
        #171717;
    color: #fff;
    border: 1px solid rgba(244, 196, 48, 0.16);
}

.awxi .titl {
    color: #fff;
}

.awxi time {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffe98a, #f4c430);
    color: #121212;
    font-size: 12px;
    font-weight: 800;
}

.awxi p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.lejg {
    background: #f4f2ec;
}

.shqo {
    column-count: 3;
    column-gap: 18px;
}

.shqo article {
    break-inside: avoid;
    margin-bottom: 18px;
    padding: 22px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(18, 18, 18, 0.05);
    box-shadow: 0 12px 28px rgba(18, 18, 18, 0.04);
    position: relative;
}

.shqo article::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #f4c430, transparent);
    border-radius: 999px;
}

.shqo .stars {
    color: #f4c430;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.shqo p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 14px;
}

.shqo .meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: #888888;
}

.shqo .meta span {
    font-weight: 700;
    color: #121212;
}

.ntdc {
    background: #0a0a0a;
    color: #fff;
    padding: 40px 0 26px;
    border-top: 2px solid #f4c430;
    box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.2);
}

.ntdc .rnuh a {
    color: rgba(255, 255, 255, 0.78);
}

.ntdcin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.copy {
    text-align: center;
    margin-top: 22px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 767px) {
    body {
        background: linear-gradient(180deg, #0a0a0a 0%, #121212 260px, #f4f2ec 260px);
    }

    .bcos {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .wjloin {
        min-height: 64px;
        flex-wrap: wrap;
    }

    .wjloin .etkc {
        flex: 1 1 0;
        max-width: calc(100% - 150px);
    }

    .wjloin .etkc span {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .rnuh {
        display: none;
        width: 100%;
        order: 4;
        flex-direction: column;
        gap: 10px;
        padding: 6px 0 14px;
    }

    .wjlo.open .rnuh {
        display: flex;
    }

    .sidv {
        display: inline-flex;
    }

    .kamg {
        padding: 30px 0 42px;
    }

    .haze {
        right: -45%;
        width: 100%;
        top: auto;
        bottom: -35%;
        height: 52%;
        transform: skewX(-8deg);
        opacity: 0.9;
    }

    .floz {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .nuvx h1 {
        font-size: 28px;
    }

    .nuvx .lead {
        font-size: 14px;
    }

    .qhep {
        display: flex;
        width: 100%;
        min-width: 0;
        padding: 16px 18px;
        font-size: 15px;
    }

    .trmw {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 4px;
        gap: 12px;
    }

    .trmw figure,
    .trmw .phnb {
        flex: 0 0 150px;
        width: 150px;
        max-width: 150px;
        transform: none;
        scroll-snap-align: start;
    }

    .bezel {
        padding: 8px;
        border-radius: 24px;
    }

    .gilk,
    .omej,
    .hjns,
    .dpwi,
    .uotz,
    .pybs,
    .lejg {
        padding: 56px 0;
    }

    .xzpd {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
        max-width: 100%;
    }

    .xzpd figure {
        flex: 0 0 78%;
        max-width: 78%;
        scroll-snap-align: start;
    }

    .vauk,
    .clyf,
    .awxi {
        grid-template-columns: 1fr;
    }

    .clyf article {
        min-height: 0;
    }

    .clyf .foot {
        flex-wrap: wrap;
    }

    .mreq {
        grid-template-columns: 1fr;
    }

    .shqo {
        column-count: 1;
    }

    .shqo .meta {
        flex-wrap: wrap;
    }

    .ntdcin {
        flex-direction: column;
        align-items: flex-start;
    }

    .ntdc .rnuh {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ntdc .ybaf {
        width: 100%;
        justify-content: center;
    }
}
