/* ===== 称号页标题到内容间距 ===== */
.page-title-section{ padding-bottom:18px }
.page-title-section .section-title{ margin-bottom:0; display:block; text-align:center }

.page-section{padding:40px 0 80px}
.page-section .container{max-width:1100px}
.page-intro{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:6px;padding:25px 30px;margin-bottom:35px;text-align:center}
.page-intro p{color:#a0a5c0;font-size:16px;line-height:1.65;margin:0}
.section-block{margin-bottom:50px}
.section-title{display:flex;align-items:center;gap:14px;margin-bottom:20px}
.section-title .num{font-family:Montserrat,sans-serif;font-size:32px;font-weight:900;color:#f3b014;letter-spacing:2px;line-height:1}
.section-title .name{font-size:22px;font-weight:700;color:#fff;letter-spacing:2px}
.section-desc{color:rgba(255,255,255,.7);font-size:14px;margin:0 0 20px}
.table-wrap{overflow-x:auto;overflow-y:hidden;margin-bottom:35px;scrollbar-width:thin;scrollbar-color:rgba(243,176,20,.4) transparent;min-height:58px}
.table-wrap table{width:100%;border-collapse:collapse;font-size:15px}
.table-wrap thead th{position:sticky;top:0;z-index:2;background:#f3b014;color:#0b1046;padding:12px 16px;font-weight:700;text-align:left;letter-spacing:1px;white-space:nowrap}
.table-wrap tbody td,.table-wrap tbody th{padding:11px 16px;border-bottom:1px solid rgba(255,255,255,.06);color:#c0c4e0;vertical-align:middle;word-break:break-word}
.table-wrap tbody tr:hover{background:rgba(243,176,20,.04)}
.table-wrap tbody tr:nth-child(even){background:rgba(255,255,255,.015)}
.title-name{color:#f3b014;font-weight:700;text-align:left}
.cmd-block{display:inline-block;background:rgba(243,176,20,.1);color:#f3b014;font-family:monospace;padding:1px 8px;border-radius:3px;font-size:13px}
.alert-box{background:rgba(243,176,20,.08);border-left:3px solid #f3b014;padding:14px 20px;margin-bottom:30px;border-radius:0 4px 4px 0}
.alert-box p{color:#d4d8f0;font-size:15px;line-height:1.7;margin:0}
.alert-box strong{color:#f3b014}
.btn-copy{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:10px 18px;font-size:13px;font-weight:600;color:#0b1046;background:#f3b014;border:none;border-radius:4px;cursor:pointer;transition:all .2s;white-space:nowrap;min-height:36px}
.btn-copy:hover{background:#ffc632;transform:scale(1.04)}
.btn-copy.copied{background:#2ea043;color:#fff}
.btn-copy:focus-visible{outline:2px solid #f3b014;outline-offset:2px}
.btn-copy i{margin-right:2px}

.filter-input{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#fff;padding:10px 16px;border-radius:6px;width:100%;max-width:400px;margin:0 auto;font-size:15px;outline:none;transition:border-color .2s}
.filter-input:focus{border-color:#f3b014;box-shadow:0 0 0 2px rgba(243,176,20,.15)}
.filter-input:focus-visible{outline:2px solid #f3b014;outline-offset:1px;box-shadow:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:767px){.table-wrap table{font-size:13px}.table-wrap thead th,.table-wrap tbody td,.table-wrap tbody th{padding:8px 10px}.btn-copy{padding:8px 12px;font-size:12px;min-height:32px}}
@media(max-width:420px){.table-wrap thead th{white-space:normal;font-size:12px;padding:8px 6px}.table-wrap tbody td,.table-wrap tbody th{padding:8px 6px;font-size:12px}.page-intro{padding:18px 14px}.page-intro p{font-size:14px}.section-title .num{font-size:26px}.section-title .name{font-size:17px}.btn-copy{font-size:11px;padding:6px 8px;min-height:28px}.alert-box{padding:10px 14px}}

.filter-wrap { margin-top: 18px; }
.text-col-center { text-align: center; }
@media (min-width: 768px) and (max-width: 1024px) {
    .table-wrap table { font-size: 14px; }
    .table-wrap thead th, .table-wrap tbody td, .table-wrap tbody th { padding: 10px 14px; }
    .btn-copy { padding: 8px 14px; font-size: 12px; min-height: 32px; }
}
.no-result-msg { text-align: center; padding: 40px 20px; color: rgba(255,255,255,.58); font-size: 15px; display: none; }
.no-result-msg .icon { font-size: 28px; display: block; margin-bottom: 10px; opacity: .5; }
@keyframes titleRowIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.anim-row-in { animation: titleRowIn .35s ease-out both; }
@media (prefers-reduced-motion: reduce) { .anim-row-in { animation: none; } }

/* 自定义滚动条（桌面 Chrome/Edge） */
.table-wrap::-webkit-scrollbar { height: 5px; }
.table-wrap::-webkit-scrollbar-track { background: transparent; }
.table-wrap::-webkit-scrollbar-thumb { background: rgba(243,176,20,.35); border-radius: 3px; }
.table-wrap::-webkit-scrollbar-thumb:hover { background: rgba(243,176,20,.6); }
