.hlh {
    --hlh-paper: #fbfcff;
    --hlh-ink: #101318;
    --hlh-muted: #6f7580;
    --hlh-line: #d8deea;
    --hlh-blue: #105af7;
    --hlh-blue-dark: #0b46c8;
    --hlh-serif: ui-serif, "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
    --hlh-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
    box-sizing: border-box;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    color: var(--hlh-ink);
    background: var(--hlh-paper);
    font-family: var(--hlh-sans);
    overflow: clip;
}

html:has(body.home) { margin-top: 0 !important; }
body.home { font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif !important; }
body.home #wpadminbar { display: none !important; }
.home .wp-site-blocks > p:empty,
.hlh p:empty { display: none !important; margin: 0 !important; }
.hlh *, .hlh *::before, .hlh *::after { box-sizing: border-box; }
.hlh a { color: inherit; text-decoration: none; }
.hlh button { font: inherit; }
.hlh-shell { padding: 0 24px 124px; }
.hlh-masthead { display: flex; align-items: center; justify-content: space-between; min-height: 68px; }
.hlh-eyebrow, .hlh-location-label, .hlh-dialog-kicker { margin: 0; color: var(--hlh-blue); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.hlh-dot { display: inline-block; width: 10px; height: 10px; margin-right: 8px; border-radius: 50%; background: var(--hlh-blue); vertical-align: -1px; }
.hlh-icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; color: var(--hlh-blue); background: transparent; border: 0; border-radius: 50%; cursor: pointer; }
.hlh-icon-button .dashicons { width: 24px; height: 24px; font-size: 24px; }
.hlh-icon-button:focus-visible, .hlh button:focus-visible, .hlh a:focus-visible { outline: 3px solid rgba(16, 90, 247, .35); outline-offset: 3px; }
.hlh-hero { padding: 12px 0 24px; }
.hlh-wordmark { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(39px, 11.6vw, 54px); font-weight: 800; letter-spacing: -.075em; line-height: .9; }
.hlh-wordmark span, .hlh-hero h1 span { color: var(--hlh-blue); }
.hlh-location { margin: 5px 0 0; font-size: 18px; font-weight: 700; letter-spacing: .05em; }
.hlh-rule { height: 2px; margin: 18px 0 24px; background: var(--hlh-blue); }
.hlh-hero h1, .hlh-section h2, .hlh-location-card h2 { margin: 0; font-family: var(--hlh-serif); font-weight: 600; }
.hlh-hero h1 { font-size: clamp(30px, 8.2vw, 37px); line-height: 1.34; letter-spacing: -.045em; }
.hlh-intro { max-width: 32ch; margin: 16px 0 0; color: #4d535e; font-size: 14px; line-height: 1.7; }
.hlh-section { padding: 21px 0; border-top: 1px solid var(--hlh-line); }
.hlh-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.hlh-section h2 { font-size: 29px; letter-spacing: .02em; line-height: 1; }
.hlh-section-heading a { display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; color: var(--hlh-blue); font-size: 12px; font-weight: 700; }
.hlh-section-heading a .dashicons { width: 18px; height: 18px; font-size: 18px; }
.hlh-case-track { display: flex; gap: 14px; width: calc(100% + 24px); padding: 0 24px 5px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.hlh-case-track::-webkit-scrollbar { display: none; }
.hlh-case { flex: 0 0 min(83vw, 354px); scroll-snap-align: start; }
.hlh-case-media { position: relative; overflow: hidden; aspect-ratio: 1.15 / 1; background: #e8ebf0; border: 1px solid #d7dce7; border-radius: 14px; }
.hlh-case-image { display: block; width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease; }
.hlh-case-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 4px 0; }
.hlh-case-meta p { margin: 0; overflow: hidden; color: #343a44; font-size: 12px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.hlh-case-toggle { display: inline-flex; flex: 0 0 auto; padding: 2px; border: 1px solid #cfd7e5; border-radius: 999px; }
.hlh-case-toggle button { min-width: 38px; padding: 4px 7px; color: #555d6c; font-size: 11px; background: transparent; border: 0; border-radius: 999px; cursor: pointer; }
.hlh-case-toggle button[aria-pressed="true"] { color: #fff; background: var(--hlh-blue); }
.hlh-case-single { flex: 0 0 auto; color: var(--hlh-blue); font-size: 12px; font-weight: 700; }
.hlh-scroll-hint { display: flex; align-items: center; justify-content: center; gap: 4px; margin: 18px 0 0; color: var(--hlh-muted); font-size: 12px; }
.hlh-scroll-hint .dashicons { width: 17px; height: 17px; font-size: 17px; }
.hlh-principle-mount { min-height: 390px; }
.hlh-principle-noscript { margin: 10px 0 0; color: var(--hlh-muted); font-size: 12px; line-height: 1.6; }
.hlh-wiki-intro { margin: -7px 0 13px; color: var(--hlh-muted); font-size: 13px; }
.hlh-wiki-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--hlh-line); }
.hlh-wiki-list li { border-bottom: 1px solid var(--hlh-line); }
.hlh-wiki-list button { display: grid; grid-template-columns: 25px minmax(0, 1fr) 20px; align-items: center; width: 100%; min-height: 59px; padding: 11px 0; text-align: left; color: var(--hlh-ink); background: transparent; border: 0; cursor: pointer; }
.hlh-wiki-list button > br { display: none; }
.hlh-wiki-rank { color: var(--hlh-blue); font-family: var(--hlh-serif); font-size: 16px; font-style: italic; }
.hlh-wiki-title-text { display: -webkit-box; overflow: hidden; font-size: 13px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hlh-wiki-list .dashicons { justify-self: end; color: #444d5a; font-size: 18px; }
.hlh-empty { margin: 0; padding: 18px; color: var(--hlh-muted); font-size: 14px; line-height: 1.7; border: 1px solid var(--hlh-line); }
.hlh-location-card { margin: 12px 0 0; padding: 29px 24px; border: 1px solid var(--hlh-line); }
.hlh-location-card h2 { margin-top: 10px; font-size: 23px; line-height: 1.25; }
.hlh-location-card > p:not(.hlh-location-label) { margin: 9px 0 22px; color: var(--hlh-muted); font-size: 13px; }
.hlh-location-card .hlh-outline-button { display: flex; width: fit-content; margin-right: auto; margin-left: auto; }
.hlh-outline-button, .hlh-primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; gap: 7px; padding: 11px 18px; font-weight: 700; text-align: center; border-radius: 0; cursor: pointer; }
.hlh-outline-button { color: var(--hlh-blue); background: #fff; border: 1px solid var(--hlh-blue); }
.hlh-outline-button .dashicons { width: 18px; height: 18px; font-size: 18px; }
.hlh-footer { display: grid; gap: 8px; padding: 30px 24px 42px; color: #858c99; font-size: 10px; letter-spacing: .08em; line-height: 1.6; text-align: center; }
.hlh-icp { color: #67707e; font-size: 11px; letter-spacing: 0; }
.hlh-icp a { color: inherit; text-decoration: none; }
.hlh-icp a:hover, .hlh-icp a:focus-visible { text-decoration: underline; }
.hlh-consult-button { position: fixed; right: max(16px, calc((100vw - 480px) / 2 + 16px)); bottom: max(15px, env(safe-area-inset-bottom)); z-index: 20; display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 46px; gap: 8px; padding: 0 18px; color: #fff; font-size: 16px; font-weight: 700; white-space: nowrap; background: var(--hlh-blue); border: 0; border-radius: 999px; box-shadow: 0 8px 20px rgba(16, 90, 247, .28); cursor: pointer; }
.hlh-consult-icon { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.hlh-dialog { position: relative; width: min(100%, 480px); max-width: 480px; max-height: 92vh; margin: auto; padding: 0; color: var(--hlh-ink); background: transparent; border: 0; }
.hlh-dialog[open] { position: fixed; inset: 0; }
.hlh-dialog::backdrop { background: rgba(13, 17, 25, .42); }
.hlh-dialog-panel { position: relative; max-height: 92vh; padding: 24px; overflow: auto; background: var(--hlh-paper); border: 1px solid var(--hlh-line); }
.hlh-menu-panel { min-height: 540px; padding-top: 30px; }
.hlh-dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 28px; }
.hlh-dialog-header > p { margin: 11px 0 0; }
.hlh-menu-panel nav { display: grid; }
.hlh-menu-panel nav a { padding: 19px 0; font-family: var(--hlh-serif); font-size: 31px; border-bottom: 1px solid var(--hlh-line); }
.hlh-dialog-close { position: absolute; top: 15px; right: 15px; display: grid; width: 40px; height: 40px; place-items: center; padding: 0; color: var(--hlh-blue); background: transparent; border: 0; cursor: pointer; }
.hlh-dialog-close .dashicons { font-size: 25px; }
.hlh-consult-panel { padding: 48px 27px 28px; text-align: center; }
.hlh-dialog-icon { width: 44px; height: 44px; margin-bottom: 18px; color: var(--hlh-blue); font-size: 44px; }
.hlh-consult-panel h2, .hlh-maps-panel h2, .hlh-wiki-panel h2 { margin: 8px 0 12px; font-family: var(--hlh-serif); font-size: 31px; line-height: 1.25; }
.hlh-wechat-id { margin: 0; font-size: 18px; }
.hlh-wechat-id strong { color: var(--hlh-blue); letter-spacing: .03em; }
.hlh-dialog-copy { margin: 18px auto 24px; color: var(--hlh-muted); font-size: 14px; line-height: 1.7; }
.hlh-primary-button { width: 100%; color: #fff; background: var(--hlh-blue); border: 1px solid var(--hlh-blue); }
.hlh-consult-panel .hlh-outline-button { width: 100%; margin-top: 10px; }
.hlh-map-links { display: grid; gap: 10px; }
.hlh-map-links a { display: flex; align-items: center; justify-content: space-between; min-height: 59px; padding: 0 16px; border: 1px solid var(--hlh-line); }
.hlh-map-links .dashicons { color: var(--hlh-blue); }
.hlh-wiki-panel { padding-bottom: 29px; scroll-padding-top: 76px; }
.hlh-wiki-dialog-header { position: sticky; top: 0; z-index: 1; align-items: center; min-height: 68px; margin: -24px -24px 20px; padding: 0 24px; background: var(--hlh-paper); box-shadow: 0 5px 10px -10px rgba(16, 19, 24, .38); }
.hlh-wiki-dialog-header > p { margin: 0; }
.hlh-wiki-views { margin: 0 0 20px; color: var(--hlh-muted); font-size: 13px; }
.hlh-wiki-content { color: #333944; font-size: 15px; line-height: 1.9; }
.hlh-wiki-content img { max-width: 100%; height: auto; }
.hlh-wiki-content h1, .hlh-wiki-content h2, .hlh-wiki-content h3 { font-family: var(--hlh-serif); line-height: 1.35; }
.hlh-wiki-panel .hlh-outline-button { width: 100%; margin-top: 26px; }

@media (max-width: 360px) {
    .hlh-shell { padding-right: 18px; padding-left: 18px; }
    .hlh-case-track { width: calc(100% + 18px); }
    .hlh-case { flex-basis: 82vw; }
    .hlh-hero h1 { font-size: 42px; }
    .hlh-section h2 { font-size: 33px; }
}

@media (prefers-reduced-motion: reduce) {
    .hlh *, .hlh *::before, .hlh *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
