:root { color-scheme: light; font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; color: #292e36; background: #f7f8fa; font-synthesis: none; letter-spacing: 0; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #267eb5; outline-offset: 4px; }
header, main, footer { width: min(800px, calc(100% - 48px)); margin-inline: auto; }
header { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 106px; border-bottom: 1px solid #e0e4e9; }
.brand { width: 188px; flex-shrink: 0; }
.brand img { width: 100%; height: auto; display: block; }
.home-link { font-size: 13px; color: #69727e; white-space: nowrap; }
.home-link span { margin-left: 10px; }
.page-heading { padding: 34px 0 24px; }
.page-heading > span { font-size: 11px; color: #8b6571; }
h1 { margin: 8px 0 0; font-size: 32px; line-height: 1.4; }
h2, h3, p { margin: 0; }
.primary { padding: 24px 0 30px; border-top: 2px solid #be5c77; border-bottom: 1px solid #e0e4e9; }
.server-heading { display: flex; align-items: center; gap: 16px; }
.server-mark { display: grid; place-items: center; width: 48px; height: 48px; flex-shrink: 0; border-radius: 8px; background: #f0dfe5; color: #9e4660; font-size: 24px; font-family: "Songti SC", SimSun, serif; font-weight: bold; }
.server-heading h2 { font-size: 23px; line-height: 1.5; }
.server-heading p { font-size: 13px; line-height: 1.8; color: #727b86; margin-top: 3px; }
.entry-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.entry { flex: 1 1 220px; display: flex; flex-direction: column; gap: 14px; padding: 17px 20px; border: 1px solid #d3ddd8; border-radius: 8px; background: #fff; transition: border-color .16s, background .16s; }
.entry:hover { border-color: #57a17a; background: #f3faf6; }
.entry:nth-child(2) { border-color: #d5deea; }
.entry:nth-child(2):hover { border-color: #6495c2; background: #f2f7fc; }
.entry-title { display: flex; justify-content: space-between; gap: 12px; font-size: 17px; font-weight: 700; }
.entry-title > span { color: #778a83; font-size: 20px; font-weight: 400; }
.payments { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.payment { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: #66717e; white-space: nowrap; }
.payment img { display: block; object-fit: contain; }
.wechat { filter: invert(47%) sepia(97%) saturate(824%) hue-rotate(103deg) brightness(89%) contrast(97%); }
.alipay { filter: invert(39%) sepia(98%) saturate(2582%) hue-rotate(204deg) brightness(103%) contrast(103%); }
.lobby-guide { margin: 24px 0 0; }
.lobby-guide figcaption { color: #727b86; font-size: 12px; line-height: 1.9; margin-bottom: 12px; }
.lobby-guide code { color: #a34760; font-family: ui-monospace, monospace; }
.lobby-guide img { display: block; width: 100%; max-width: 544px; height: auto; border-radius: 6px; }
.other { margin-top: 30px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.section-heading h2, .contact h2 { font-size: 15px; line-height: 1.6; }
.section-heading > span { color: #868e98; font-size: 11px; }
.server-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; border-bottom: 1px solid #e0e4e9; }
.server-row h3 { font-size: 15px; line-height: 1.7; font-weight: 600; }
.server-row p { font-size: 11px; color: #818994; margin-top: 3px; }
.server-row > a { flex-shrink: 0; padding: 10px 14px; border: 1px solid #dce1e7; border-radius: 6px; background: #fff; font-size: 12px; }
.server-row > a span { margin-left: 10px; color: #8a929d; }
.server-row > a:hover { border-color: #be5c77; color: #a34760; }
.contact { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding: 28px 0; }
.contact p { font-size: 12px; line-height: 1.8; color: #727b86; margin-top: 5px; }
.contact a { display: flex; gap: 10px; align-items: center; padding-block: 10px; color: #a34760; font-size: 12px; }
.contact strong { font-family: ui-monospace, monospace; font-size: 14px; }
footer { display: flex; justify-content: space-between; gap: 14px; padding: 22px 0 max(24px, env(safe-area-inset-bottom)); border-top: 1px solid #e0e4e9; font-size: 11px; color: #848c96; }
@media (max-width: 560px) {
    header, main, footer { width: calc(100% - 36px); }
    header { min-height: 85px; }
    .brand { width: 150px; }
    .page-heading { padding: 26px 0 20px; }
    h1 { font-size: 28px; }
    .primary { padding: 20px 0 24px; }
    .server-heading { gap: 12px; }
    .server-heading h2 { font-size: 21px; }
    .server-heading p { font-size: 12px; }
    .server-mark { width: 42px; height: 42px; }
    .entry-buttons { gap: 10px; margin-top: 20px; }
    .entry { flex-basis: 0; min-width: 0; padding: 14px 12px; gap: 12px; }
    .entry-title { font-size: 16px; }
    .payments { gap: 8px 10px; }
    .payment { gap: 5px; font-size: 11px; }
    .payment img { width: 17px; height: 17px; }
    .other { margin-top: 26px; }
    .server-row > a { padding: 10px; }
    .contact { gap: 6px; padding: 24px 0; }
    footer { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
