﻿/* ====================================================
   澶у北澶嶅彜浼犲 路 180鎴樼  涓绘牱寮?   椋庢牸锛氱儹琛€鏆楃孩 + 鏆楅噾 + 鐐粦锛屽尯鍒簬 frontend 鐨勫伐鍏烽
   ==================================================== */

:root {
    --color-bg-dark: #0a0606;
    --color-bg-darker: #050303;
    --color-blood: #8b0000;
    --color-fire: #ff6b1a;
    --color-gold: #c9a961;
    --color-gold-bright: #ffd96b;
    --color-text: #e8d9b8;
    --color-text-dim: #8a7a5c;
    --color-border: #3a2a1a;
    --color-card: #15100a;
    --color-overlay: rgba(20, 5, 5, 0.55);
    --shadow-fire: 0 0 20px rgba(255, 107, 26, 0.4);
    --shadow-gold: 0 0 16px rgba(201, 169, 97, 0.5);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", sans-serif;
    background-color: var(--color-bg-dark);
    /* 鍏ㄧ珯 bg.jpg 浣滀负搴曞眰鑳屾櫙锛岄粯璁ら摵 body锛涢椤佃棰戝尯浼氬崟鐙洊杩囧畠 */
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--color-text);
    line-height: 1.6;
    overflow-x: hidden;
}

a { color: var(--color-gold-bright); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--color-fire); }

.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }

/* ============ 椤堕儴瀵艰埅 ============ */
.top-nav {
    position: sticky; top: 0; z-index: 100;
    background: #222325; /* 鍙傝€冪珯娣辩伆 rgb(34,35,37) */
}
.nav-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 20px;
    height: 80px; display: flex; align-items: center; gap: 16px;
}
.nav-logo img { height: 56px; width: auto; display: block; }
.nav-logo-divider {
    display: block; flex-shrink: 0;
    width: 1px; height: 40px; align-self: center;
    background-color: rgba(255, 255, 255, 0.22) !important;
    margin: 0 16px;
}
.nav-logo-right { margin-left: 0; }
.nav-logo-right img { height: 56px; width: auto; }
.nav-menu { list-style: none; display: flex; margin-left: auto; }
.nav-menu li { border-left: 1px solid rgba(255, 255, 255, 0.07); }
.nav-menu li:first-child { border-left: none; }
.nav-link {
    display: block; padding: 8px 26px;
    color: #a8a8aa; font-size: 16px; font-weight: 400;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", sans-serif;
    text-align: center; line-height: 20px;
    transition: color 0.3s;
}
.nav-link span {
    display: block; font-size: 12px; line-height: 15px;
    color: #676769; letter-spacing: 0.5px; margin-top: 2px;
    transition: color 0.3s;
}
.nav-link:hover, .nav-link.active { color: #f17f00; }
.nav-link:hover span, .nav-link.active span { color: #f17f00; }
.nav-auth { display: flex; gap: 10px; }
.btn-register, .btn-login {
    padding: 8px 20px; border-radius: 4px; font-size: 14px; font-weight: 600;
    border: 1px solid; transition: all 0.25s;
}
.btn-register {
    background: linear-gradient(180deg, #c9a961 0%, #8b6914 100%);
    color: #1a0808; border-color: var(--color-gold-bright);
}
.btn-register:hover { background: linear-gradient(180deg, #ffd96b 0%, #c9a961 100%); box-shadow: var(--shadow-gold); }
.btn-login {
    background: transparent; color: var(--color-gold);
    border-color: var(--color-gold);
}
.btn-login:hover { background: var(--color-blood); color: #fff; border-color: var(--color-fire); }
@media (max-width: 768px) {
    .nav-inner { height: auto; padding: 10px 12px; flex-wrap: wrap; }
    .nav-menu { width: 100%; order: 3; justify-content: center; margin-left: 0; }
    .nav-link { padding: 6px 14px; font-size: 14px; }
}

/* ============ 瑙嗛鑳屾櫙鍖猴紙鍗曠嫭瑕嗙洊 body 鐨?bg.jpg锛屼繚璇佽棰戝尯涓嶉湶鍑鸿儗鏅浘锛?============ */
.hero-video-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    /* 绾粦搴?+ 鑳屾櫙鍥?none锛屽交搴曠洊鎺?body 鐨?bg.jpg锛屼繚璇佽棰戝尯涓嶉€忓嚭鑳屾櫙 */
    background-color: #000000;
    background-image: none;
    background-repeat: no-repeat;
    background-size: auto;
    isolation: isolate;
    z-index: 2;
}
.hero-video {
    display: block;
    width: 100%;     /* 妯悜閾烘弧锛氫粠宸﹀埌鍙?100% 瀹藉害 */
    height: auto;    /* 楂樺害鎸夎棰戝師濮嬫瘮渚嬭嚜閫傚簲锛屼笉鍋氫换浣曟媺浼?瑁佸垏 */
    object-fit: contain;
    max-width: 100%;
}
.hero-overlay {
    position: absolute; inset: 0; z-index: 2;
    background: transparent;
}
/* 视频媒体包裹层：标题/按钮只相对视频区居中，不被底部横幅撑高的 section 影响 */
.hero-media {
    position: relative;
}
/* 视频底部特色标签横幅：绝对定位覆盖在视频区域底部（不占文档流），通栏铺满视频宽度 */
.hero-banner-strip {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 3;          /* 高于遮罩(2)，低于标题内容(4) */
    pointer-events: none;
    /* 素材为透明底 PNG，不加背景色，透出视频画面 */
}
.hero-content {
    position: absolute; left: 50%;
    /* 底边对齐到横幅顶上方：11223.png 比例 1920:240 → 渲染高恒为 12.5vw */
    top: auto;
    bottom: calc(12.5vw + 12px);
    transform: translateX(-50%);
    z-index: 4; text-align: center;
    padding: 20px 40px;
    width: 100%; max-width: 100%;
    pointer-events: none;
}
.hero-content .btn, .hero-content .glow-button { pointer-events: auto; }
.hero-title {
    font-family: "STXingkai", "鍗庢枃琛屾シ", "STKaiti", "妤蜂綋", serif;
    font-size: 80px; font-weight: bold;
    color: var(--color-gold-bright);
    text-shadow:
        0 0 20px var(--color-fire),
        0 0 40px var(--color-blood),
        2px 2px 0 #000,
        -2px -2px 0 #000;
    letter-spacing: 8px;
    margin-bottom: 18px;
    animation: titleGlow 3s ease-in-out infinite alternate;
}
.title-divider { color: var(--color-fire); margin: 0 12px; }
.hero-subtitle {
    font-size: 24px; color: var(--color-text);
    text-shadow: 0 0 10px rgba(0,0,0,0.8), 1px 1px 2px #000;
    margin-bottom: 40px; letter-spacing: 6px;
}
.hero-actions { display: flex; gap: 30px; justify-content: center; }
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 36px; border-radius: 4px;
    font-size: 16px; font-weight: 600; cursor: pointer;
    border: 2px solid; transition: all 0.3s;
    text-decoration: none;
}
.btn-icon { font-size: 18px; }
.btn-download {
    background: linear-gradient(180deg, #ff6b1a 0%, #8b0000 100%);
    color: #fff; border-color: var(--color-fire);
    box-shadow: 0 4px 16px rgba(255,107,26,0.5);
}
.btn-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(255,107,26,0.8);
    background: linear-gradient(180deg, #ff8a3a 0%, #a00000 100%);
}
.hero-slogan {
    position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
    z-index: 4;
    color: var(--color-gold); font-size: 18px; letter-spacing: 4px;
    text-shadow: 0 0 10px var(--color-blood), 1px 1px 2px #000;
    font-style: italic;
}
@keyframes titleGlow {
    from { text-shadow: 0 0 20px var(--color-fire), 0 0 40px var(--color-blood), 2px 2px 0 #000, -2px -2px 0 #000; }
    to   { text-shadow: 0 0 30px var(--color-fire), 0 0 60px var(--color-blood), 0 0 80px var(--color-fire), 2px 2px 0 #000, -2px -2px 0 #000; }
}

/* ============ 鍙充晶鎮诞鎸夐挳 ============ */
.floating-panel {
    position: fixed; right: 1px; top: 50%; transform: translateY(-50%);
    z-index: 90;
    width: 104px;
    background: rgba(0,0,0,0.6);
    border-radius: 6px;
    padding: 8px;
    display: flex; flex-direction: column;
    transition: all 1s cubic-bezier(0.455,0.03,0.515,0.955);
}
.float-btn {
    position: relative;
    display: flex; align-items: center; gap: 6px;
    padding: 10px 0;
    color: #ccc; font-size: 13px; cursor: pointer;
    white-space: nowrap;
    transition: color 0.3s;
}
.float-btn + .float-btn { border-top: 1px solid rgba(255,255,255,0.1); }
.float-btn:hover { color: var(--color-gold-bright); }
.float-icon {
    width: 18px; height: 18px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
}
.float-icon img {
    width: 100%; height: 100%;
    object-fit: contain;
    display: block;
}
.float-label { font-size: 12px; line-height: 1; }
.float-top { margin-top: 8px; }

/* hover 寮瑰眰锛氬悜宸︽粦鍑猴紙淇濈暀浜岀淮鐮?瀹㈡湇淇℃伅鍔熻兘锛?*/
.float-pop {
    position: absolute; right: calc(100% + 14px); top: 50%;
    transform: translateY(-50%) translateX(16px);
    background: rgba(10,5,5,0.92);
    border: 1px solid var(--color-blood); border-radius: 6px;
    padding: 16px 20px; min-width: 200px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.9);
    opacity: 0; visibility: hidden;
    transition: all 0.3s;
}
.float-btn:hover .float-pop,
.float-btn.pop-open .float-pop {
    opacity: 1; visibility: visible;
    transform: translateY(-50%) translateX(0);
}
.float-pop h4 {
    color: var(--color-gold-bright); font-size: 14px;
    margin-bottom: 8px; text-align: center;
    border-bottom: 1px solid var(--color-border); padding-bottom: 6px;
}
.float-pop p { color: var(--color-text); font-size: 12px; text-align: center; margin: 6px 0; }
.float-pop img {
    display: block; width: 140px; height: 140px; object-fit: cover;
    margin: 0 auto 8px; border: 1px solid var(--color-gold);
}
.pop-btn {
    display: block; margin: 8px auto 0; padding: 6px 16px;
    background: var(--color-blood); color: #fff;
    border-radius: 4px; font-size: 12px; width: fit-content;
}
.pop-btn:hover { background: var(--color-fire); }

/* ============ 閫氱敤鏉垮潡 ============ */
.section-block {
    /* 板块上下 padding 由 80px → 44px，缩小各 section 之间的垂直间距 */
    padding: 44px 0;
    position: relative;
}
.section-block:nth-child(odd) {
    /* 浠庣函娣辫壊鏀逛负楂橀€忔槑鏆楄壊鍙犲眰锛岄€忓嚭 body 鐨?bg.jpg锛屽悓鏃朵繚璇佹枃瀛楀彲璇?*/
    background: linear-gradient(180deg, rgba(10, 6, 6, 0.55) 0%, rgba(21, 8, 10, 0.45) 100%);
}
.section-block:nth-child(even) {
    background: linear-gradient(180deg, rgba(21, 8, 10, 0.45) 0%, rgba(10, 6, 6, 0.55) 100%);
}
.section-title {
    font-family: "STXingkai", "鍗庢枃琛屾シ", "STKaiti", "妤蜂綋", serif;
    text-align: center; font-size: 44px; font-weight: bold;
    color: var(--color-gold-bright);
    text-shadow: 0 0 12px var(--color-blood), 2px 2px 0 #000;
    margin-bottom: 10px; letter-spacing: 6px;
}
.title-deco-left, .title-deco-right {
    color: var(--color-fire); font-size: 32px; margin: 0 12px;
}
.section-desc {
    text-align: center; color: var(--color-text-dim);
    /* 副标语与下方卡片网格间距 40px → 24px，进一步收紧板块内部的标题区空白 */
    font-size: 14px; margin-bottom: 24px; letter-spacing: 2px;
}

/* ============ 寮€鏈嶈〃 ============ */
/* 视频右侧：新区开服精简透明面板 */
.hero-server-panel {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 300px;
    background: rgba(10, 8, 6, 0.35);
    border: 1px solid rgba(212, 165, 82, 0.35);
    border-radius: 10px;
    padding: 12px 14px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-align: left;
    pointer-events: auto;
}
.hsp-title {
    font-size: 15px; font-weight: bold; color: #d4a552;
    letter-spacing: 3px; margin-bottom: 10px;
    text-align: center;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
}
.hsp-head, .hsp-row {
    display: grid;
    grid-template-columns: 42px 86px 1fr 56px;
    gap: 6px;
    align-items: center;
    padding: 7px 4px;
}
.hsp-head {
    font-size: 11px; color: rgba(228, 207, 161, 0.75);
    border-bottom: 1px solid rgba(212, 165, 82, 0.3);
    padding-top: 0;
}
.hsp-row {
    font-size: 13px; color: #f0e6d2;
    border-bottom: 1px dashed rgba(212, 165, 82, 0.15);
}
.hsp-row:last-child { border-bottom: none; }
.hsp-zone { color: #ffd86b; font-weight: bold; }
.hsp-time { color: #e4cfa1; }
.hsp-name { font-weight: 500; }
.hsp-players { text-align: left; color: #ffd86b; font-weight: bold; }
/* 小屏隐藏：避免遮挡视频区标题（与悬浮按钮同为≥1025px才显示，130px避让始终有效） */
@media (max-width: 1024px) {
    .hero-server-panel { display: none; }
}
/* 宽屏：悬浮按钮（约100px宽）显示时，面板右移避让 */
@media (min-width: 1025px) {
    .hero-server-panel { right: 130px; }
}

/* 开服活动板块（内测礼包详细活动） */
.launch-activity-wrap {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 26px 28px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.6);
}
.la-main { display: flex; gap: 28px; flex-wrap: wrap; }
.la-gift-card {
    flex: 0 0 260px;
    background: linear-gradient(160deg, rgba(212,165,82,0.12), rgba(212,165,82,0.04));
    border: 1px solid rgba(212,165,82,0.45);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.la-gift-name { font-size: 18px; font-weight: bold; color: #ffd86b; margin-bottom: 14px; letter-spacing: 1px; }
.la-gift-list { list-style: none; padding: 0; margin: 0 0 14px; }
.la-gift-list li { padding: 9px 0; color: var(--color-text); font-size: 14px; border-bottom: 1px dashed rgba(212,165,82,0.2); }
.la-gift-list li:last-child { border-bottom: none; }
.la-stock { font-size: 13px; color: #e4cfa1; margin-bottom: 14px; }
.la-stock b { color: #ff9f43; font-size: 16px; }
.la-cta {
    width: 100%; padding: 12px; font-size: 15px; font-weight: bold;
    color: #1a1208; background: linear-gradient(135deg, #ffd86b, #d4a552);
    border: none; border-radius: 8px; cursor: pointer; letter-spacing: 2px;
}
.la-cta:hover { filter: brightness(1.12); }
.la-steps { flex: 1; min-width: 300px; display: flex; flex-direction: column; gap: 16px; }
.la-step { display: flex; gap: 14px; align-items: flex-start; }
.la-step-num {
    flex: 0 0 30px; height: 30px; border-radius: 50%;
    background: linear-gradient(135deg, #ffd86b, #d4a552);
    color: #1a1208; font-weight: bold; font-size: 15px;
    display: flex; align-items: center; justify-content: center;
}
.la-step b { color: #ffd86b; font-size: 15px; display: block; margin-bottom: 4px; }
.la-step p { margin: 0; color: #b8a888; font-size: 13px; line-height: 1.6; }
.la-rules {
    margin-top: 22px; padding-top: 16px;
    border-top: 1px solid rgba(212,165,82,0.25);
    color: #8f7d5c; font-size: 12.5px; line-height: 1.8;
}
.la-rules b { color: #d4a552; }

.server-table-wrap {
    background: var(--color-card); border: 1px solid var(--color-border);
    border-radius: 6px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.6);
}
.server-table { width: 100%; border-collapse: collapse; }
.server-table th {
    background: linear-gradient(180deg, #2a1010 0%, #150505 100%);
    color: var(--color-gold-bright); font-weight: 600;
    padding: 14px 16px; text-align: left;
    border-bottom: 2px solid var(--color-blood);
    font-size: 14px; letter-spacing: 2px;
}
.server-table td {
    padding: 14px 16px; border-bottom: 1px solid var(--color-border);
    color: var(--color-text); font-size: 14px;
}
.server-table tr:hover td { background: rgba(139,0,0,0.15); }
.server-status {
    display: inline-block; padding: 2px 10px; border-radius: 10px;
    font-size: 12px; font-weight: 600;
}
.status-open { background: #2d5a2d; color: #88e088; }
.status-soon { background: #5a4a2d; color: #ffd96b; }
.status-reserved { background: #5a2d2d; color: #ff8a8a; }
.btn-reserve {
    padding: 6px 16px; background: var(--color-blood); color: #fff;
    border: none; border-radius: 4px; cursor: pointer; font-size: 12px;
    transition: all 0.2s;
}
.btn-reserve:hover { background: var(--color-fire); }
.btn-reserve:disabled { background: #444; cursor: not-allowed; }

/* 棰勭害寮圭獥 */
.modal-mask {
    display: none; position: fixed; inset: 0; z-index: 200;
    background: rgba(0,0,0,0.85);
    align-items: center; justify-content: center;
}
.modal-mask.show { display: flex; }
.modal-box {
    background: linear-gradient(180deg, #1a0808 0%, #0a0303 100%);
    border: 2px solid var(--color-blood); border-radius: 8px;
    padding: 30px; max-width: 600px; width: 90%; position: relative;
    box-shadow: 0 0 40px rgba(139,0,0,0.5);
}
.modal-close {
    position: absolute; top: 10px; right: 16px;
    color: var(--color-gold); font-size: 28px; cursor: pointer;
}
.modal-box h3 {
    color: var(--color-gold-bright); text-align: center;
    margin-bottom: 24px; font-size: 22px; letter-spacing: 4px;
}
.reserve-flow { display: flex; gap: 30px; }
.reserve-qr { flex: 0 0 200px; text-align: center; }
.reserve-qr img {
    width: 180px; height: 180px; object-fit: cover;
    border: 2px solid var(--color-gold); border-radius: 4px;
}
.reserve-qr p { color: var(--color-text); font-size: 12px; margin-top: 10px; }
.reserve-form { flex: 1; }
.form-step { color: var(--color-gold-bright); font-size: 13px; margin: 12px 0 6px; }
.form-input {
    width: 100%; padding: 8px 12px;
    background: rgba(0,0,0,0.5); border: 1px solid var(--color-border);
    color: var(--color-text); border-radius: 4px; font-size: 14px;
}
.form-input:focus { outline: none; border-color: var(--color-fire); }
.btn-reserve-submit {
    width: 100%; margin-top: 16px; padding: 10px;
    background: linear-gradient(180deg, #ff6b1a 0%, #8b0000 100%);
    color: #fff; border: none; border-radius: 4px;
    font-size: 15px; cursor: pointer;
}
.btn-reserve-submit:hover { background: linear-gradient(180deg, #ff8a3a 0%, #a00000 100%); }
.reserve-tip {
    margin-top: 14px; padding: 10px; background: rgba(201,169,97,0.1);
    border: 1px dashed var(--color-gold); border-radius: 4px;
    color: var(--color-text); font-size: 12px; line-height: 1.6;
}

/* ============ 璧勮鍔ㄦ€佹澘鍧?============ */
.info-tabs {
    display: flex; justify-content: center; gap: 4px; margin-bottom: 30px;
    flex-wrap: wrap;
}
.info-tab {
    padding: 10px 30px; cursor: pointer;
    background: linear-gradient(180deg, #1a0808 0%, #0a0303 100%);
    border: 1px solid var(--color-border); border-radius: 4px;
    color: var(--color-text-dim); font-size: 15px; font-weight: 500;
    transition: all 0.25s;
}
.info-tab:hover {
    color: var(--color-gold-bright); border-color: var(--color-blood);
}
.info-tab.active {
    color: var(--color-gold-bright);
    background: linear-gradient(180deg, rgba(139,0,0,0.5) 0%, rgba(40,10,10,0.8) 100%);
    border-color: var(--color-fire);
    text-shadow: 0 0 8px var(--color-fire);
}
.info-content-wrap {
    background: var(--color-card); border: 1px solid var(--color-border);
    border-radius: 6px; padding: 24px 30px; min-height: 220px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}
.info-pane { display: none; }
.info-pane.active { display: block; animation: fadeIn 0.3s; }
.info-list { list-style: none; }
.info-list li {
    padding: 10px 0; border-bottom: 1px dashed var(--color-border);
    font-size: 14px; line-height: 1.8;
}
.info-list li:last-child { border-bottom: none; }
.info-date {
    color: var(--color-fire); margin-right: 10px; font-weight: 600;
}
.info-list li a { color: var(--color-text); }
.info-list li a:hover { color: var(--color-gold-bright); text-decoration: underline; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ============ 鑱屼笟浠嬬粛锛堝弬鑰?design-c-royal 鏍峰紡锛岀孩閲戦厤鑹查€傞厤锛?============ */
.class-cards {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.class-card {
    position: relative; overflow: hidden;
    background: linear-gradient(180deg, #1a0808 0%, #0a0303 100%);
    border: 1px solid var(--color-gold);
    cursor: pointer; transition: all 0.3s;
}
.class-card::before {
    content: ""; position: absolute; inset: 4px;
    border: 1px solid rgba(201, 169, 97, 0.2);
    pointer-events: none; z-index: 3;
}
.class-card:hover {
    transform: translateY(-6px);
    border-color: var(--color-gold-bright);
    box-shadow: 0 14px 32px rgba(201, 169, 97, 0.3);
}
.cl-pic { position: relative; overflow: hidden; }
.cl-pic img {
    width: 100%; height: auto; display: block;
    /* 楂樺害闅忓師濮嬫瘮渚嬭嚜閫傚簲锛?94x448 绔栧浘锛夛紝瀹屾暣鏄剧ず涓嶈鍒?*/
    transition: transform 0.4s;
}
.class-card:hover .cl-pic img { transform: scale(1.06); }
.cl-pic::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(transparent 42%, rgba(10, 3, 3, 0.95) 68%);
}
.cl-info {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 16px 20px 18px; z-index: 2; color: #fff; text-align: center;
}
.cl-info .job {
    font-size: 12px; color: var(--color-gold-bright);
    letter-spacing: 3px; margin-bottom: 4px;
}
.cl-info h3 {
    font-family: "STXingkai", "鍗庢枃琛屾シ", "STKaiti", "妤蜂綋", serif;
    font-size: 24px; color: #fff; margin: 0 0 8px;
    letter-spacing: 8px; text-indent: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}
.cl-desc {
    font-size: 12.5px; color: var(--color-text);
    line-height: 1.7; margin-bottom: 10px;
}
.cl-attr { display: flex; flex-direction: column; gap: 5px; }
.arow { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--color-gold); }
.arow em { font-style: normal; width: 46px; text-align: left; }
.arow i {
    flex: 1; height: 7px; background: #2a0f0f;
    border: 1px solid var(--color-gold);
    overflow: hidden; font-style: normal;
}
.arow i s {
    display: block; height: 100%; text-decoration: none;
    background: linear-gradient(90deg, var(--color-blood), var(--color-gold-bright));
}
.arow b { width: 24px; text-align: right; font-weight: bold; color: var(--color-gold-bright); }

/* ============ 鐜╂硶鐗硅壊 ============ */
.features-layout {
    display: grid; grid-template-columns: 280px 1fr; gap: 20px;
}
.features-tabs {
    display: flex; flex-direction: column; gap: 4px;
}
.feature-tab {
    padding: 14px 18px; cursor: pointer;
    background: var(--color-card); border: 1px solid var(--color-border);
    border-radius: 4px; color: var(--color-text-dim);
    font-size: 14px; font-weight: 500;
    transition: all 0.25s;
    text-align: left;
}
.feature-tab::before {
    /* 菱形符号（U+25C6 BLACK DIAMOND），与 180cq 复古风格一致；原字符串因编码损坏退化为 "鈼?" 乱码，已恢复为原菱形符号 */
    content: "◆";
    color: var(--color-gold);
    display: inline-block;
    margin-right: 8px;
}
.feature-tab:hover {
    color: var(--color-gold-bright); border-color: var(--color-blood);
    transform: translateX(4px);
}
.feature-tab.active {
    color: var(--color-gold-bright);
    background: linear-gradient(90deg, rgba(139,0,0,0.6) 0%, rgba(40,10,10,0.6) 100%);
    border-color: var(--color-fire);
    text-shadow: 0 0 8px var(--color-fire);
}
.features-display {
    position: relative; height: 420px;
    border: 2px solid var(--color-border); border-radius: 6px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.6);
}
.feature-pane { display: none; position: absolute; inset: 0; }
.feature-pane.active { display: block; animation: fadeIn 0.4s; }
.feature-pane img {
    width: 100%; height: 100%; object-fit: cover;
}
.feature-mask {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(10,3,3,0.85) 0%, rgba(139,0,0,0.5) 100%);
    padding: 50px 60px;
    display: flex; flex-direction: column; justify-content: center;
}
.feature-mask h3 {
    font-family: "STXingkai", "鍗庢枃琛屾シ", serif;
    color: var(--color-gold-bright); font-size: 38px;
    text-shadow: 0 0 16px var(--color-fire), 2px 2px 0 #000;
    margin-bottom: 20px; letter-spacing: 4px;
}
.feature-mask p {
    color: var(--color-text); font-size: 16px;
    line-height: 1.9; max-width: 600px;
    text-shadow: 1px 1px 2px #000;
}

/* ============ 缁堟瀬瑁呭灞曠ず ============ */
.equip-category-tabs {
    display: flex; justify-content: center; gap: 10px; margin-bottom: 30px;
    flex-wrap: wrap;
}
.equip-cat-btn {
    padding: 8px 24px; cursor: pointer;
    background: var(--color-card); border: 1px solid var(--color-border);
    border-radius: 4px; color: var(--color-text-dim);
    font-size: 14px; font-weight: 500; transition: all 0.25s;
}
.equip-cat-btn:hover { color: var(--color-gold-bright); border-color: var(--color-blood); }
.equip-cat-btn.active {
    color: var(--color-gold-bright);
    background: linear-gradient(180deg, rgba(139,0,0,0.5) 0%, rgba(40,10,10,0.8) 100%);
    border-color: var(--color-fire);
}

.equipment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    gap: 8px;
    padding: 24px;
    background: var(--color-card); border: 1px solid var(--color-border);
    border-radius: 6px; min-height: 200px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.6);
}
.equip-loading { grid-column: 1/-1; text-align: center; padding: 40px; color: var(--color-text-dim); }

.equip-item {
    position: relative; width: 64px; height: 64px;
    background: #1a1208;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    overflow: hidden;
}
.equip-item:hover {
    border-color: var(--color-fire);
    box-shadow: 0 0 12px rgba(255,107,26,0.5);
    transform: translateY(-2px);
}
.equip-item img {
    width: 100%; height: 100%; object-fit: contain;
    image-rendering: pixelated;
}
.equip-color-bar {
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px;
}
.equip-item-name {
    position: absolute; bottom: 3px; left: 0; right: 0;
    font-size: 9px; text-align: center; color: #fff;
    text-shadow: 1px 1px 2px #000, 0 0 4px #000;
    line-height: 1; padding: 0 2px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ============ 瑁呭 tooltip锛堝弬鑰?character-visual.js锛?============ */
.item-tooltip {
    position: fixed; z-index: 9999999;
    background: linear-gradient(180deg, #1a1025 0%, #0d0a15 100%);
    border: 2px solid #4a3f6b; border-radius: 6px;
    padding: 0; min-width: 240px; max-width: 300px;
    max-height: calc(100vh - 40px); overflow-y: auto;
    color: #e0e0e0; font-size: 12px;
    font-family: 'Microsoft YaHei', sans-serif;
    box-shadow: 0 8px 32px rgba(0,0,0,0.7), 0 0 24px rgba(100,80,180,0.4);
    pointer-events: none; opacity: 0;
    transform: translateY(-5px);
    transition: opacity .15s ease, transform .15s ease;
}
.item-tooltip.visible { opacity: 1; transform: translateY(0); }
.item-tooltip-inner { padding: 8px 10px; }
.item-tooltip-name {
    font-size: 14px; font-weight: 700; text-align: center;
    padding-bottom: 5px; border-bottom: 1px solid rgba(255,215,0,0.2);
    margin-bottom: 4px; letter-spacing: 1px;
}
.item-tooltip-loading { text-align: center; color: #8ab4f8; padding: 12px; }
.item-tooltip-color-bar { height: 2px; background: linear-gradient(90deg, var(--item-color, #ffd700), transparent); }
.item-tooltip-main { display: flex; gap: 8px; margin: 4px 0; }
.item-tooltip-main .main-icon {
    width: 38px; height: 38px; flex-shrink: 0;
    border: 1px solid rgba(100,80,180,0.5); border-radius: 3px;
    background: rgba(0,0,0,0.3);
}
.item-tooltip-info-row { display: flex; align-items: center; gap: 6px; padding: 1px 0; font-size: 11px; line-height: 1.4; }
.item-tooltip-info-row .info-text { color: #c0c0c0; }
.item-tooltip-section-title {
    font-size: 11px; font-weight: 600; color: #b090d0;
    margin-top: 5px; margin-bottom: 3px; padding-top: 4px;
    border-top: 1px solid rgba(100,80,180,0.3); letter-spacing: 1px;
}
.item-tooltip-attr-row {
    display: flex; justify-content: flex-start; gap: 4px;
    padding: 0; font-size: 11px; line-height: 1.5;
}
.item-tooltip-attr-name { color: #c0c0c0; }
.item-tooltip-attr-value { color: #e8e8e8; font-weight: 500; }
.item-tooltip-attr-row.enhanced .item-tooltip-attr-name,
.item-tooltip-attr-row.enhanced .item-tooltip-attr-value { color: #00ff88; }
.item-tooltip-note {
    font-size: 11px; line-height: 1.6; padding: 4px 6px; color: #d0d0e0;
}

/* ============ 娓告垙鎴浘杞挱 ============ */
.screenshot-carousel {
    position: relative; height: 500px; overflow: hidden;
    border: 2px solid var(--color-border); border-radius: 6px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.6);
}
.screenshot-track {
    position: relative; height: 100%; display: flex;
    transition: transform 0.6s ease;
}
.screenshot-slide {
    min-width: 100%; height: 100%;
}
.screenshot-slide img {
    width: 100%; height: 100%; object-fit: cover;
}
.carousel-prev, .carousel-next {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 50px; height: 60px;
    background: rgba(10,3,3,0.7); border: none;
    color: var(--color-gold-bright); font-size: 32px; cursor: pointer;
    transition: all 0.25s;
    z-index: 5;
}
.carousel-prev { left: 0; border-radius: 0 6px 6px 0; }
.carousel-next { right: 0; border-radius: 6px 0 0 6px; }
.carousel-prev:hover, .carousel-next:hover {
    background: var(--color-blood); color: #fff;
}
.carousel-dots {
    position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 8px; z-index: 5;
}
.carousel-dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: rgba(255,255,255,0.3); cursor: pointer;
    border: 1px solid var(--color-gold);
}
.carousel-dot.active { background: var(--color-fire); box-shadow: 0 0 8px var(--color-fire); }

/* ============ 涓嬭浇鏉垮潡 ============ */
.download-cards {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;
    max-width: 800px; margin: 0 auto;
}
.download-card {
    background: var(--color-card); border: 2px solid var(--color-border);
    border-radius: 8px; padding: 36px 24px; text-align: center;
    transition: all 0.3s;
}
.download-card:hover { border-color: var(--color-fire); box-shadow: var(--shadow-fire); }
.download-card h3 {
    color: var(--color-gold-bright); font-size: 24px;
    margin-bottom: 14px; letter-spacing: 4px;
    font-family: "STXingkai", "鍗庢枃琛屾シ", serif;
}
.download-card p { color: var(--color-text); margin-bottom: 24px; line-height: 1.8; }
.download-size { margin-top: 14px; color: var(--color-text-dim); font-size: 12px; }

/* ============ 椤佃剼 ============ */
.site-footer {
    position: relative; padding: 60px 0 30px;
    overflow: hidden;
}
.footer-bg {
    position: absolute; inset: 0;
    background: url('../images/pic1.jpg') center center / cover no-repeat;
    opacity: 0.3;
    z-index: 1;
}
.site-footer::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10,3,3,0.85) 0%, rgba(5,1,1,0.95) 100%);
    z-index: 2;
}
.footer-content {
    position: relative; z-index: 3;
    display: flex; align-items: center; justify-content: center;
    gap: 40px; max-width: 1000px; margin: 0 auto; padding: 0 20px;
    flex-wrap: wrap;
}
.footer-logo {
    width: 140px; height: auto;
    filter: drop-shadow(0 0 12px rgba(201,169,97,0.5));
}
.footer-info { text-align: center; }
.footer-info h3 {
    font-family: "STXingkai", "鍗庢枃琛屾シ", serif;
    color: var(--color-gold-bright); font-size: 28px;
    margin-bottom: 8px; letter-spacing: 4px;
    text-shadow: 0 0 10px var(--color-blood);
}
.footer-info p { color: var(--color-text); margin: 6px 0; font-size: 13px; }
.footer-links a { color: var(--color-gold); margin: 0 4px; }
.footer-links a:hover { color: var(--color-fire); }
.footer-copyright { color: var(--color-text-dim) !important; margin-top: 14px !important; font-size: 12px !important; }
.footer-disclaimer { color: var(--color-text-dim) !important; font-size: 11px !important; }

/* ============ 寰俊鎵爜鐧诲綍鎮诞闈㈡澘锛堝眳涓偓娴紝涓嶉伄鎸￠〉闈級 ============ */
.wechat-login-panel {
    display: none;
    position: fixed; top: 84px; left: 50%;
    transform: translateX(-50%);
    z-index: 150;
    width: 360px; max-width: calc(100vw - 24px);
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    background: linear-gradient(180deg, #1a0808 0%, #0a0303 100%);
    border: 2px solid var(--color-blood);
    border-radius: 8px;
    padding: 22px 18px 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.85), 0 0 24px rgba(139,0,0,0.45);
}
.wechat-login-panel.show { display: block; animation: panelDropIn 0.25s ease; }
@keyframes panelDropIn {
    from { opacity: 0; transform: translateX(-50%) translateY(-14px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.wechat-login-box { max-width: 100%; text-align: center; }
.wechat-login-panel .qr-wrapper { width: 180px; height: 180px; padding: 8px; }
.wechat-login-panel .step-text { font-size: 11px; }
.wechat-login-panel .step-item { padding: 4px 8px; }
.wechat-login-panel .wechat-login-title { font-size: 18px; margin-bottom: 14px; }
.wechat-login-title {
    color: var(--color-gold-bright); text-align: center;
    margin-bottom: 20px; font-size: 22px; letter-spacing: 4px;
    font-family: "STXingkai", "鍗庢枃琛屾シ", serif;
    text-shadow: 0 0 10px var(--color-blood);
}
.login-steps {
    display: flex; justify-content: center; gap: 6px;
    margin-bottom: 20px; flex-wrap: wrap;
}
.step-item {
    display: flex; align-items: center; gap: 6px;
    padding: 5px 10px;
    background: rgba(139,0,0,0.2); border: 1px solid var(--color-border);
    border-radius: 20px;
}
.step-number {
    width: 20px; height: 20px; border-radius: 50%;
    background: linear-gradient(180deg, #ff6b1a 0%, #8b0000 100%);
    color: #fff; font-size: 12px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.step-text { color: var(--color-text); font-size: 12px; white-space: nowrap; }

.qr-container { display: flex; justify-content: center; margin-bottom: 16px; }
.qr-wrapper {
    position: relative; width: 210px; height: 210px;
    padding: 10px;
    background: #fff; border-radius: 6px;
    box-shadow: 0 0 20px rgba(255,107,26,0.3), 0 4px 16px rgba(0,0,0,0.6);
}
.wechat-qr {
    display: block; width: 100%; height: 100%;
    object-fit: contain; border-radius: 4px;
}
.qr-overlay {
    position: absolute; inset: 0;
    background: rgba(10,3,3,0.92); border-radius: 6px;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
    color: var(--color-text); font-size: 13px; z-index: 2;
}
.loading-spinner {
    width: 32px; height: 32px;
    border: 3px solid rgba(201,169,97,0.3);
    border-top-color: var(--color-gold-bright);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.verification-code-section { margin-bottom: 16px; }
.verification-tip {
    color: var(--color-text); font-size: 14px; margin-bottom: 6px;
}
.code-display {
    color: var(--color-gold-bright);
    font-size: 20px; font-weight: 800; letter-spacing: 2px;
    text-shadow: 0 0 8px var(--color-fire);
    font-family: "Consolas", monospace;
    padding: 0 4px;
}
.verification-status {
    color: var(--color-text-dim); font-size: 12px;
}
.login-actions { margin-bottom: 8px; }
.btn-refresh {
    padding: 8px 24px;
    background: linear-gradient(180deg, #c9a961 0%, #5a4314 100%);
    color: #fff; border: 1px solid var(--color-gold-bright);
    border-radius: 4px; cursor: pointer; font-size: 14px;
    transition: all 0.25s;
}
.btn-refresh:hover { background: linear-gradient(180deg, #ffd96b 0%, #7a5b1c 100%); box-shadow: var(--shadow-gold); }
.wechat-login-note {
    color: var(--color-text-dim); font-size: 12px;
    padding-top: 10px; border-top: 1px dashed var(--color-border);
}
.nav-user { color: var(--color-gold-bright); font-size: 14px; padding: 0 6px; }

/* ============ 鍝嶅簲寮?============ */
@media (max-width: 1024px) {
    .hero-title { font-size: 56px; letter-spacing: 4px; }
    .class-cards { grid-template-columns: 1fr; }
    .features-layout { grid-template-columns: 1fr; }
    .features-tabs { flex-direction: row; flex-wrap: wrap; }
    .feature-tab { flex: 1; min-width: 120px; }
    .features-display { height: 320px; }
    .feature-mask { padding: 24px; }
    .feature-mask h3 { font-size: 26px; }
    .feature-mask p { font-size: 14px; }
    .download-cards { grid-template-columns: 1fr; }
    .reserve-flow { flex-direction: column; align-items: center; }
    .reserve-qr { flex: none; }
    .floating-panel { display: none; }
    .nav-menu { display: none; }
}

@media (max-width: 640px) {
    .hero-title { font-size: 36px; letter-spacing: 2px; }
    .hero-subtitle { font-size: 16px; letter-spacing: 2px; }
    .hero-actions { flex-direction: column; gap: 14px; }
    .section-title { font-size: 30px; }
    .section-block { padding: 30px 0; }
    .server-table { font-size: 12px; }
    .server-table th, .server-table td { padding: 10px 8px; }
}

/* ====================================================
   首页「预约内测」黄色光泽按钮（Uiverse.io by catraco）
   暗黄底 + 金黄描边（底边加厚）+ hover 光条扫过 + 边框翻转
   （Tailwind 模板已转换为等价普通 CSS）
   ==================================================== */
.glow-button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 14px 36px;
    border-radius: 6px;                 /* rounded-md */
    font-size: 16px;
    font-weight: 500;                   /* font-medium */
    color: #facc15;                     /* text-yellow-400 */
    background-color: #422006;          /* bg-yellow-950 */
    border: 1px solid #facc15;          /* border border-yellow-400 */
    border-bottom-width: 4px;           /* border-b-4 */
    cursor: pointer;
    outline: none;                      /* outline-none */
    text-decoration: none;
    line-height: 1.2;
    transition: all 0.3s ease;          /* duration-300 */
}

/* hover：边框翻转（顶 4px / 底 1px）+ 亮度提升 */
.glow-button:hover {
    filter: brightness(1.5);            /* hover:brightness-150 */
    border-top-width: 4px;              /* hover:border-t-4 */
    border-bottom-width: 1px;           /* hover:border-b */
}

.glow-button:active { opacity: 0.75; }  /* active:opacity-75 */

/* 扫过按钮的黄色光条：默认藏在上方，hover 移动到底部 */
.glow-button .glow-bar {
    position: absolute;
    top: -150%;                         /* -top-[150%] */
    left: 0;
    width: 320px;                       /* w-80 */
    height: 5px;                        /* h-[5px] */
    background-color: #facc15;          /* bg-yellow-400 */
    border-radius: 6px;
    opacity: 0.5;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    transition: top 0.5s ease;          /* duration-500 */
}

.glow-button:hover .glow-bar { top: 150%; }  /* group-hover:top-[150%] */

