* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "Trebuchet MS", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #0c0e12;
    line-height: 1.65;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 88% 0%, rgba(244, 196, 48, 0.2), transparent 32%),
        radial-gradient(circle at 8% 12%, rgba(244, 196, 48, 0.08), transparent 26%),
        #f3f2ee;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    font: inherit;
    border: 0;
    background: none;
    cursor: pointer;
}

.qxel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.whos {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #0c0e12;
    margin-bottom: 36px;
}

.whos::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin: 12px auto 0;
    background: #f4c430;
}

.titl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0c0e12;
}

.vuro {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(12, 14, 18, 0.96);
    border-bottom: 2px solid rgba(244, 196, 48, 0.45);
    backdrop-filter: blur(10px);
}

.vurin {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.jpak {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex-shrink: 1;
}

.jpak img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
}

.jpak span {
    font-size: 16px;
    font-weight: 800;
    color: #f4c430;
}

.mnes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 16px;
    flex: 1 1 auto;
}

.mnes a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
}

.mnes a:hover {
    color: #f4c430;
}

.skep {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.zbwi {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffe566, #f4c430);
    color: #0c0e12;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(244, 196, 48, 0.28);
}

.lqhd {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(244, 196, 48, 0.45);
    color: #f4c430;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.cyto {
    padding: 52px 0 60px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(244, 196, 48, 0.12) 0%, transparent 42%),
        linear-gradient(180deg, #0c0e12 0%, #171a20 70%, #1f232b 100%);
    color: #fff;
}

.cytoin {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 32px;
    align-items: center;
}

.afir {
    min-width: 0;
    padding-left: 18px;
    border-left: 5px solid #f4c430;
}

.afir .mark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    padding: 6px 14px 6px 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(244, 196, 48, 0.35);
}

.afir .mark img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.afir .mark span {
    font-size: 15px;
    font-weight: 800;
    color: #f4c430;
}

.afir h1 {
    margin-top: 18px;
    font-size: 40px;
    line-height: 1.28;
    word-break: break-word;
    color: #fff;
}

.afir .lead {
    margin-top: 16px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.76);
    word-break: break-word;
}

.pkne {
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 240px;
    max-width: 100%;
    padding: 16px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffe566, #f4c430 50%, #e0a800);
    color: #0c0e12;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(244, 196, 48, 0.35);
    box-sizing: border-box;
}

.dots {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 20px;
}

.dots li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
}

.dots i {
    color: #f4c430;
}

.stack {
    min-width: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
}

.stack figure {
    margin: 0;
    flex: 1 1 0;
    max-width: 210px;
    background: #111827;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(30, 36, 48, 0.16);
    border: 1px solid rgba(30, 36, 48, 0.08);
}

.stack img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.stack .phnb {
    max-width: 190px;
    transform: translateY(12px);
}

.drem,
.igva,
.kork,
.plud,
.them,
.bavi,
.feky {
    padding: 76px 0;
}

.drem {
    background: #fff;
}

.sutl {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.sutl figure {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #f1efe9;
    border: 1px solid rgba(244, 196, 48, 0.14);
}

.sutl img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.igva {
    background: #f6f5f1;
}

.nbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.nbox article {
    position: relative;
    padding: 28px 22px 22px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(30, 36, 48, 0.05);
}

.nbox span {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 28px;
    font-weight: 800;
    color: rgba(244, 196, 48, 0.16);
}

.nbox i {
    font-size: 28px;
    color: #f4c430;
    margin-bottom: 12px;
    display: inline-block;
}

.nbox p {
    font-size: 14px;
    color: #5b6575;
}

.kork {
    background: #0c0e12;
    color: #fff;
}

.kork .whos {
    color: #fff;
}

.kork .whos::after {
    background: #f4c430;
}

.yemf {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.yemf article {
    padding: 24px;
    border-radius: 16px;
    background: #171a20;
    border: 1px solid rgba(244, 196, 48, 0.22);
}

.yemf .titl {
    color: #fff;
}

.yemf i {
    font-size: 28px;
    color: #f4c430;
    margin-bottom: 12px;
    display: inline-block;
}

.yemf p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.68);
    min-height: 44px;
}

.yemf a {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 9px 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffe566, #f4c430);
    color: #0c0e12;
    font-size: 14px;
    font-weight: 700;
}

.plud {
    background:
        linear-gradient(180deg, rgba(244, 196, 48, 0.08), rgba(244, 196, 48, 0.03)),
        #f0eee8;
}

.rasi {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative;
}

.rasi::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 28px;
    height: 2px;
    background: repeating-linear-gradient(90deg, #f4c430 0 10px, transparent 10px 18px);
}

.rasi .node {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 8px;
}

.rasi .node b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0c0e12;
    border: 2px solid #f4c430;
    color: #f4c430;
    margin-bottom: 14px;
}

.rasi .node i {
    display: block;
    font-size: 22px;
    color: #c79200;
    margin-bottom: 8px;
}

.rasi .node p {
    font-size: 14px;
    color: #5b6575;
}

.them {
    background: #fff;
}

.oqnz .row {
    margin-bottom: 12px;
    border: 1px solid rgba(244, 196, 48, 0.22);
    border-radius: 14px;
    overflow: hidden;
    background: #f7f5ef;
}

.oqnz button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.oqnz button i {
    color: #f4c430;
    font-size: 20px;
}

.oqnz .ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
}

.oqnz .ans p {
    padding: 0 18px 18px;
    font-size: 14px;
    color: #5b6575;
}

.oqnz .row.on {
    background: #fff;
    border-color: #f4c430;
}

.oqnz .row.on .ans {
    max-height: 160px;
}

.bavi {
    background: #f6f5f1;
}

.gxum {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.gxum article {
    padding: 22px;
    background: #fff;
    border-radius: 14px;
    border-top: 3px solid #f4c430;
}

.gxum time {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #0c0e12;
    color: #f4c430;
    font-size: 12px;
    font-weight: 700;
}

.gxum p {
    font-size: 14px;
    color: #5b6575;
}

.feky {
    background: #f0eee8;
}

.tipw {
    column-count: 3;
    column-gap: 18px;
}

.tipw article {
    break-inside: avoid;
    margin-bottom: 18px;
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    border-left: 4px solid #f4c430;
}

.tipw .stars {
    color: #f4c430;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.tipw p {
    font-size: 14px;
    color: #3f4a5a;
    margin-bottom: 14px;
}

.tipw .meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: #8791a1;
}

.tipw .meta span {
    font-weight: 700;
    color: #0c0e12;
}

.ulco {
    background: #0c0e12;
    color: #fff;
    padding: 36px 0 24px;
}

.ulco .jpak span,
.ulco .mnes a {
    color: rgba(255, 255, 255, 0.88);
}

.ulco .jpak span {
    color: #f4c430;
}

.ulco .mnes a:hover {
    color: #f4c430;
}

.ulco .zbwi {
    color: #0c0e12;
}

.ulcoin {
    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.45);
}

@media (max-width: 767px) {
    .whos {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .vurin {
        min-height: 64px;
        flex-wrap: wrap;
    }

    .vurin .jpak {
        flex: 1 1 0;
        max-width: calc(100% - 150px);
    }

    .vurin .jpak span {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mnes {
        display: none;
        width: 100%;
        order: 4;
        flex-direction: column;
        gap: 10px;
        padding: 6px 0 14px;
    }

    .vuro.open .mnes {
        display: flex;
    }

    .lqhd {
        display: inline-flex;
    }

    .cyto {
        padding: 28px 0 36px;
    }

    .cytoin {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .afir {
        padding-left: 14px;
    }

    .afir h1 {
        font-size: 28px;
    }

    .afir .lead {
        font-size: 14px;
    }

    .pkne {
        display: flex;
        width: 100%;
        min-width: 0;
        padding: 16px 18px;
        font-size: 16px;
    }

    .stack {
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 2px;
    }

    .stack figure {
        flex: 0 0 auto;
        width: 148px;
        max-width: 148px;
        scroll-snap-align: start;
        transform: none;
    }

    .stack .phnb {
        transform: none;
    }

    .drem,
    .igva,
    .kork,
    .plud,
    .them,
    .bavi,
    .feky {
        padding: 54px 0;
    }

    .sutl {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
        max-width: 100%;
    }

    .sutl figure {
        flex: 0 0 78%;
        max-width: 78%;
        scroll-snap-align: start;
    }

    .nbox,
    .yemf,
    .gxum {
        grid-template-columns: 1fr;
    }

    .rasi {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 8px;
    }

    .rasi::before {
        left: 27px;
        right: auto;
        top: 12px;
        bottom: 12px;
        width: 2px;
        height: auto;
        background: repeating-linear-gradient(180deg, #f4c430 0 10px, transparent 10px 18px);
    }

    .rasi .node {
        text-align: left;
        padding: 0 0 24px 48px;
    }

    .rasi .node b {
        position: absolute;
        left: 8px;
        top: 0;
        margin: 0;
    }

    .tipw {
        column-count: 1;
    }

    .tipw .meta {
        flex-wrap: wrap;
    }

    .ulcoin {
        flex-direction: column;
        align-items: flex-start;
    }

    .ulco .mnes {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ulco .zbwi {
        width: 100%;
        justify-content: center;
    }
}
