:root {
    --bg: #070809;
    --bg-2: #0d0e11;
    --card: #121317;
    --card-soft: #18191e;
    --hover: #202127;
    --text: #e8e8ea;
    --title: #ffffff;
    --muted: #a6a6ad;
    --quiet: #777880;
    --red: #ff1f32;
    --red-bright: #ff3445;
    --red-deep: #b20718;
    --red-dark: #68030d;
    --border: rgba(255,255,255,.08);
    --red-border: rgba(255,31,50,.38);
    --shadow: 0 16px 42px rgba(0,0,0,.38);
    --red-shadow: 0 14px 36px rgba(255,31,50,.18);
    --max: 1280px;
    --header-height: 154px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: radial-gradient(circle at 80% -10%, rgba(255,31,50,.08), transparent 28rem), var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.75; }
body.panel-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 2px solid var(--red-bright); outline-offset: 3px; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--red); color: white; padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 120; background: rgba(7,8,9,.97); border-bottom: 1px solid var(--border); box-shadow: 0 10px 30px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
.brand-bar { min-height: 68px; border-bottom: 1px solid var(--border); }
.brand-bar-inner { min-height: 68px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 24px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand-lockup img { width: auto; max-height: 52px; object-fit: contain; }
.brand-cn { font-size: 27px; line-height: 1; font-weight: 950; letter-spacing: -.04em; color: var(--title); }
.brand-cn::first-letter { color: var(--red); }
.brand-en { padding-left: 10px; border-left: 1px solid var(--red-border); color: var(--muted); font-size: 11px; letter-spacing: .16em; line-height: 1.2; }
.brand-note { margin: 0; color: var(--muted); font-size: 14px; text-align: center; letter-spacing: .05em; }
.brand-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .hour-button, .mobile-hour, .panel-close { min-height: 44px; border: 1px solid var(--border); background: var(--card); color: var(--text); border-radius: 7px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: .2s ease; }
.icon-button:hover, .panel-close:hover { border-color: var(--red-border); background: var(--hover); }
.hour-button, .mobile-hour { background: linear-gradient(135deg, #ff3445 0%, #ff1f32 52%, #9f0615 100%); border-color: transparent; color: white; font-weight: 800; box-shadow: var(--red-shadow); }
.main-nav { height: 46px; border-bottom: 1px solid var(--border); }
.main-nav-inner { height: 100%; display: flex; align-items: stretch; justify-content: center; white-space: nowrap; }
.main-nav-link { min-height: 44px; padding: 0 clamp(15px, 2vw, 28px); display: flex; align-items: center; justify-content: center; position: relative; font-weight: 700; color: #d8d8dc; }
.main-nav-link::after { content: ""; position: absolute; left: 24%; right: 24%; bottom: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s ease; }
.main-nav-link:hover, .main-nav-link.is-active { color: white; }
.main-nav-link:hover::after, .main-nav-link.is-active::after { transform: scaleX(1); }
.quick-nav { height: 40px; background: #090a0c; }
.quick-nav-scroll { height: 100%; display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.quick-nav-scroll::-webkit-scrollbar { display: none; }
.quick-nav-link { flex: 0 0 auto; min-height: 36px; padding: 0 14px; display: flex; align-items: center; color: var(--muted); font-size: 13px; border-left: 2px solid transparent; }
.quick-nav-link:hover, .quick-nav-link.is-active { color: white; background: rgba(255,255,255,.035); border-left-color: var(--red); }
.mobile-brand-bar { display: none; }
.site-main { min-height: 70vh; padding-top: calc(var(--header-height) + 38px); padding-bottom: 60px; }
.page-hero { position: relative; padding: clamp(28px, 5vw, 64px); border: 1px solid var(--border); background: linear-gradient(135deg, rgba(255,31,50,.1), transparent 44%), var(--card); overflow: hidden; box-shadow: var(--shadow); }
.page-hero::before { content: ""; position: absolute; width: 220px; height: 220px; right: -70px; top: -95px; border: 32px solid rgba(255,31,50,.08); transform: rotate(18deg); pointer-events: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--red-bright); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--red); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 12px 0 16px; color: var(--title); font-size: clamp(36px, 6vw, 72px); line-height: 1.08; letter-spacing: -.04em; }
.page-hero h1 { max-width: 900px; }
.page-lead { max-width: 900px; margin: 0; color: #c7c7cd; font-size: clamp(16px, 2vw, 20px); }
.section { padding-top: clamp(50px, 7vw, 90px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading h2 { margin: 7px 0 0; color: white; font-size: clamp(28px, 4vw, 44px); line-height: 1.12; }
.section-heading p { margin: 0; max-width: 520px; color: var(--muted); text-align: right; }
.text-link { color: white; font-weight: 800; border-bottom: 1px solid var(--red); padding-bottom: 3px; }
.primary-link, .secondary-link { min-height: 46px; padding: 0 18px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; font-weight: 800; }
.primary-link { background: linear-gradient(135deg, #ff3445 0%, #ff1f32 52%, #9f0615 100%); color: white; box-shadow: var(--red-shadow); }
.secondary-link { border: 1px solid var(--red-border); background: rgba(255,31,50,.04); color: white; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-editorial { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(320px, 1fr); gap: 18px; }
.focus-story { min-height: 520px; padding: clamp(26px, 5vw, 56px); display: flex; flex-direction: column; justify-content: flex-end; position: relative; border: 1px solid var(--red-border); background: radial-gradient(circle at 85% 10%, rgba(255,31,50,.3), transparent 32%), linear-gradient(145deg, #1a1b20 0%, #0c0d10 52%, #15070a 100%); box-shadow: var(--shadow); overflow: hidden; }
.focus-story::after { content: "HEILIAO\A NEWS"; white-space: pre; position: absolute; right: 4%; top: 8%; color: rgba(255,255,255,.035); font-size: clamp(68px, 11vw, 150px); font-weight: 950; line-height: .78; letter-spacing: -.08em; text-align: right; pointer-events: none; }
.focus-story > * { position: relative; z-index: 2; }
.focus-story h1 { font-size: clamp(40px, 6vw, 78px); max-width: 950px; }
.focus-story p { max-width: 830px; color: #c7c7cc; font-size: 17px; }
.story-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.tag { display: inline-flex; align-items: center; min-height: 28px; padding: 3px 9px; border-radius: 4px; background: var(--red); color: white; font-size: 12px; font-weight: 900; }
.status { color: var(--muted); font-size: 13px; }
.focus-side { display: grid; grid-template-rows: auto repeat(3, 1fr) auto; gap: 10px; }
.side-lead, .short-story, .hour-entry { padding: 20px; border: 1px solid var(--border); background: var(--card); }
.side-lead { border-top: 3px solid var(--red); }
.side-lead h2, .short-story h3 { margin: 8px 0; color: white; line-height: 1.35; }
.side-lead h2 { font-size: 24px; }
.short-story h3 { font-size: 17px; }
.side-lead p, .short-story p { margin: 0; color: var(--muted); font-size: 14px; }
.short-story:hover { background: var(--hover); border-color: var(--red-border); }
.hour-entry { display: flex; justify-content: space-between; align-items: center; gap: 18px; background: linear-gradient(135deg, rgba(255,31,50,.16), rgba(255,31,50,.03)), var(--card); }
.hour-entry strong { display: block; color: white; font-size: 21px; }
.hour-entry span { color: var(--muted); font-size: 13px; }
.rank-list { display: grid; gap: 10px; }
.rank-item { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 20px; border: 1px solid var(--border); background: var(--card); transition: .2s ease; }
.rank-item:hover { transform: translateX(4px); border-color: var(--red-border); background: var(--card-soft); }
.rank-number { color: var(--red); font-size: 34px; font-weight: 950; line-height: 1; font-variant-numeric: tabular-nums; }
.rank-copy h3 { margin: 0 0 5px; color: white; font-size: 19px; line-height: 1.35; }
.rank-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.rank-side { min-width: 150px; text-align: right; }
.rank-side span { display: block; color: var(--red-bright); font-size: 12px; font-weight: 800; }
.rank-side a { font-weight: 800; }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 18px; }
.feature-card { min-height: 430px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 20% 10%, rgba(255,31,50,.2), transparent 36%), var(--card); border: 1px solid var(--border); position: relative; overflow: hidden; }
.feature-card::before { content: ""; position: absolute; width: 260px; height: 60px; right: -50px; top: 50px; background: var(--red); opacity: .08; transform: rotate(-20deg); pointer-events: none; }
.feature-card h3 { margin: 10px 0 12px; color: white; font-size: clamp(28px, 4vw, 44px); line-height: 1.12; }
.feature-card p { color: var(--muted); }
.story-list { display: grid; gap: 10px; }
.story-row { padding: 18px 20px; border: 1px solid var(--border); background: var(--card); }
.story-row h3 { margin: 7px 0 6px; color: white; font-size: 18px; line-height: 1.35; }
.story-row p { margin: 0; color: var(--muted); font-size: 14px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.info-card { min-height: 250px; padding: 24px; border: 1px solid var(--border); background: var(--card); display: flex; flex-direction: column; }
.info-card:nth-child(2n) { min-height: 290px; background: linear-gradient(150deg, rgba(255,31,50,.06), transparent 55%), var(--card-soft); }
.info-card h3 { margin: 12px 0 10px; color: white; font-size: 22px; line-height: 1.3; }
.info-card p { margin: 0 0 18px; color: var(--muted); }
.info-card a { margin-top: auto; font-weight: 800; color: white; }
.masonry-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.masonry-grid .info-card:nth-child(1) { grid-column: span 7; min-height: 330px; }
.masonry-grid .info-card:nth-child(2) { grid-column: span 5; }
.masonry-grid .info-card:nth-child(3) { grid-column: span 4; }
.masonry-grid .info-card:nth-child(4) { grid-column: span 4; }
.masonry-grid .info-card:nth-child(5) { grid-column: span 4; }
.masonry-grid .info-card:nth-child(6) { grid-column: span 8; }
.social-focus { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 18px; }
.long-read { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--border); background: linear-gradient(145deg, rgba(255,31,50,.07), transparent 55%), var(--card); }
.long-read h3 { margin: 10px 0 14px; color: white; font-size: clamp(28px, 4vw, 43px); line-height: 1.2; }
.long-read p { color: #c3c3c8; }
.observation-list { display: grid; gap: 10px; }
.observation-list article { padding: 19px; border-left: 3px solid var(--red); background: var(--card); }
.observation-list h3 { margin: 0 0 6px; color: white; font-size: 18px; }
.observation-list p { margin: 0; color: var(--muted); font-size: 14px; }
.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; left: 32px; top: 12px; bottom: 12px; width: 1px; background: linear-gradient(var(--red), rgba(255,31,50,.08)); }
.timeline-item { position: relative; display: grid; grid-template-columns: 65px minmax(0, 1fr); gap: 20px; padding: 0 0 28px; }
.timeline-dot { width: 18px; height: 18px; margin: 13px 0 0 23px; border-radius: 50%; background: var(--red); border: 4px solid #26080d; box-shadow: 0 0 0 5px rgba(255,31,50,.08); z-index: 2; }
.timeline-card { padding: 22px; border: 1px solid var(--border); background: var(--card); }
.timeline-card h3 { margin: 0 0 8px; color: white; font-size: 21px; }
.timeline-card p { margin: 0 0 12px; color: var(--muted); }
.timeline-meta { display: flex; flex-wrap: wrap; gap: 10px; color: var(--quiet); font-size: 13px; }
.fact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.fact-card { padding: 24px; border: 1px solid var(--border); background: var(--card); }
.fact-card h3 { margin: 12px 0 10px; color: white; font-size: 21px; }
.fact-card p { color: var(--muted); }
.fact-status { display: inline-flex; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 900; }
.fact-confirmed { color: white; background: var(--red); }
.fact-partial { color: white; background: linear-gradient(90deg, var(--red) 0 50%, #494a50 50%); }
.fact-lacking { color: white; background: #494a50; }
.fact-old { color: white; background: var(--red-dark); }
.fact-misread { color: var(--red); background: white; }
.hour-list { border-top: 1px solid var(--border); }
.hour-item { display: grid; grid-template-columns: 130px 130px minmax(0, 1fr) auto; gap: 16px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--border); }
.hour-time { color: var(--red-bright); font-weight: 900; }
.hour-channel { color: var(--muted); }
.hour-copy h3 { margin: 0 0 5px; color: white; font-size: 18px; }
.hour-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.topic-card { min-height: 210px; padding: 22px; border: 1px solid var(--border); background: var(--card); position: relative; overflow: hidden; }
.topic-card::after { content: "#"; position: absolute; right: 12px; bottom: -24px; color: rgba(255,31,50,.08); font-size: 110px; font-weight: 950; pointer-events: none; }
.topic-card h3 { margin: 10px 0; color: white; font-size: 20px; }
.topic-card p { color: var(--muted); font-size: 14px; }
.alert-section { padding: clamp(30px, 5vw, 58px); border: 1px solid var(--red-border); background: linear-gradient(135deg, #3b050c 0%, #180609 50%, #101114 100%); box-shadow: var(--red-shadow); }
.alert-section h2 { margin: 10px 0 16px; color: white; font-size: clamp(30px, 5vw, 50px); line-height: 1.16; }
.alert-section p { max-width: 980px; color: #d3c5c8; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.service-item { padding: 18px; border: 1px solid var(--border); background: rgba(255,255,255,.035); }
.service-item strong { color: white; display: block; }
.service-item span { color: var(--muted); font-size: 13px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.principle-card { padding: 22px; border-top: 3px solid var(--red); background: var(--card); }
.principle-card h3 { margin: 0 0 8px; color: white; }
.principle-card p { margin: 0; color: var(--muted); }
.about-band { padding: clamp(28px, 5vw, 50px); border: 1px solid var(--border); background: linear-gradient(150deg, rgba(255,31,50,.06), transparent 52%), var(--card); }
.about-band h2 { color: white; font-size: clamp(30px, 4vw, 46px); }
.about-band p { max-width: 1000px; color: #c4c4ca; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: start; }
.content-stack { display: grid; gap: 16px; }
.content-card { padding: clamp(24px, 4vw, 38px); border: 1px solid var(--border); background: var(--card); }
.content-card h2 { margin: 0 0 14px; color: white; font-size: clamp(25px, 3vw, 34px); line-height: 1.24; }
.content-card h3 { color: white; }
.content-card p { margin: 0 0 14px; color: #c5c5ca; }
.content-card p:last-child { margin-bottom: 0; }
.content-card ul { margin: 0; padding-left: 22px; color: #c5c5ca; }
.content-card li + li { margin-top: 8px; }
.aside-stack { position: sticky; top: calc(var(--header-height) + 22px); display: grid; gap: 14px; }
.aside-card { padding: 22px; border: 1px solid var(--border); background: var(--card-soft); }
.aside-card h2 { margin: 0 0 12px; color: white; font-size: 20px; }
.aside-card p { margin: 0; color: var(--muted); font-size: 14px; }
.related-links { display: grid; gap: 8px; }
.related-links a { min-height: 44px; display: flex; align-items: center; padding: 0 13px; background: rgba(255,255,255,.035); border-left: 2px solid var(--red); }
.note-box { padding: 22px; border: 1px solid var(--red-border); background: rgba(255,31,50,.055); }
.note-box strong { color: white; }
.note-box p { margin: 5px 0 0; color: var(--muted); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--border); background: var(--card); }
.faq-list summary { min-height: 54px; padding: 13px 18px; display: flex; align-items: center; cursor: pointer; color: white; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; margin-left: auto; color: var(--red); font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 18px 18px; color: var(--muted); }
.table-wrap { overflow-x: auto; border: 1px solid var(--border); }
table { width: 100%; border-collapse: collapse; min-width: 680px; background: var(--card); }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border); }
th { color: white; background: var(--card-soft); }
td { color: var(--muted); }
.site-footer { background: #050506; border-top: 1px solid var(--border); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; }
.footer-brand p { color: var(--muted); font-size: 14px; max-width: 330px; }
.footer-lockup { margin-bottom: 18px; }
.footer-column h2 { margin: 0 0 12px; color: white; font-size: 16px; }
.footer-column a { min-height: 34px; display: flex; align-items: center; color: var(--muted); font-size: 14px; }
.footer-column a:hover { color: var(--red-bright); }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 30px; color: var(--quiet); font-size: 13px; }
.footer-bottom p { margin: 0; }
.site-overlay { position: fixed; inset: 0; z-index: 150; background: rgba(0,0,0,.76); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
.site-overlay.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
.channel-panel { position: fixed; left: 0; right: 0; top: var(--header-height); z-index: 160; max-height: calc(100vh - var(--header-height)); overflow-y: auto; background: #0b0c0f; border-bottom: 1px solid var(--red-border); transform: translateY(-110%); visibility: hidden; pointer-events: none; transition: transform .25s ease, visibility .25s ease; }
.channel-panel.is-open { transform: translateY(0); visibility: visible; pointer-events: auto; }
.panel-shell { padding-block: 30px 36px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.panel-heading h2 { margin: 4px 0 0; color: white; font-size: 28px; }
.channel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.channel-group { padding: 18px; border: 1px solid var(--border); background: var(--card); }
.channel-group h3 { margin: 0 0 10px; color: var(--red-bright); font-size: 16px; }
.channel-group a { display: block; padding: 12px 0; border-top: 1px solid var(--border); }
.channel-group strong { display: block; color: white; }
.channel-group span { display: block; color: var(--muted); font-size: 13px; line-height: 1.55; }
.mobile-drawer { position: fixed; z-index: 170; top: 0; right: 0; bottom: 0; width: min(90vw, 390px); background: #0b0c0f; transform: translateX(105%); visibility: hidden; pointer-events: none; transition: transform .25s ease, visibility .25s ease; overflow-y: auto; }
.mobile-drawer.is-open { transform: translateX(0); visibility: visible; pointer-events: auto; }
.drawer-head { min-height: 74px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); }
.drawer-head strong, .drawer-head span { display: block; }
.drawer-head strong { color: white; font-size: 24px; }
.drawer-head span { color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.drawer-head button { min-height: 44px; padding: 0 15px; border: 1px solid var(--border); background: var(--card); cursor: pointer; }
.drawer-nav { padding: 10px 16px 90px; }
.drawer-nav a { min-height: 49px; display: flex; align-items: center; border-bottom: 1px solid var(--border); color: #dedee1; }
.drawer-nav a:hover { color: var(--red-bright); }
.search-panel { position: fixed; z-index: 170; left: 50%; top: 50%; width: min(calc(100% - 28px), 760px); max-height: min(82vh, 720px); overflow-y: auto; transform: translate(-50%, -46%) scale(.98); opacity: 0; visibility: hidden; pointer-events: none; background: #0c0d10; border: 1px solid var(--red-border); box-shadow: var(--shadow); transition: .22s ease; }
.search-panel.is-open { transform: translate(-50%, -50%) scale(1); opacity: 1; visibility: visible; pointer-events: auto; }
.search-shell { padding: clamp(22px, 5vw, 38px); }
.search-box { display: grid; gap: 8px; color: var(--muted); font-size: 13px; }
.search-box input { width: 100%; height: 54px; padding: 0 16px; border: 1px solid var(--border); background: var(--card); color: white; border-radius: 6px; }
.search-keywords { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 22px; }
.search-keywords button { min-height: 36px; padding: 0 12px; border: 1px solid var(--border); background: var(--card-soft); color: var(--muted); border-radius: 999px; cursor: pointer; }
.search-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.search-links a { padding: 14px; border: 1px solid var(--border); background: var(--card); color: white; }
.search-links a[hidden] { display: none; }
.search-links span { display: block; color: var(--muted); font-size: 13px; }
.search-empty { color: var(--muted); }
.mobile-bottom-nav { display: none; }
@media (max-width: 1050px) {
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-brand { grid-column: 1 / -1; }
    .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .content-layout { grid-template-columns: 1fr; }
    .aside-stack { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
    .channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    :root { --header-height: 108px; }
    .container { width: min(calc(100% - 28px), var(--max)); }
    .desktop-brand-bar, .main-nav { display: none; }
    .brand-bar { min-height: 64px; }
    .mobile-brand-bar { min-height: 64px; display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 8px; }
    .mobile-menu-button { width: 44px; height: 44px; border: 0; background: transparent; display: grid; place-content: center; gap: 5px; cursor: pointer; }
    .mobile-menu-button span { width: 22px; height: 2px; background: white; display: block; }
    .mobile-brand { min-width: 0; text-align: center; line-height: 1.1; }
    .mobile-brand strong, .mobile-brand small { display: block; }
    .mobile-brand strong { color: white; font-size: 23px; letter-spacing: -.04em; }
    .mobile-brand small { color: var(--muted); font-size: 8px; letter-spacing: .14em; margin-top: 3px; }
    .mobile-brand img { margin: auto; max-height: 42px; width: auto; }
    .mobile-hour { width: 46px; min-height: 38px; padding: 0; font-size: 13px; }
    .quick-nav { height: 44px; }
    .quick-nav-link { min-height: 40px; padding-inline: 12px; }
    .site-main { padding-top: calc(var(--header-height) + 24px); padding-bottom: 94px; }
    .hero-editorial, .feature-grid, .social-focus { grid-template-columns: 1fr; }
    .focus-story { min-height: 470px; }
    .focus-side { grid-template-rows: auto; }
    .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .masonry-grid .info-card { grid-column: span 6 !important; }
    .fact-grid { grid-template-columns: 1fr; }
    .service-grid, .principle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hour-item { grid-template-columns: 100px 1fr; }
    .hour-channel { text-align: right; }
    .hour-copy, .hour-item > a { grid-column: 1 / -1; }
    .hour-item > a { justify-self: start; }
    .section-heading { align-items: start; flex-direction: column; }
    .section-heading p { text-align: left; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-bottom { flex-direction: column; }
    .channel-panel { display: none; }
    .mobile-bottom-nav { position: fixed; z-index: 130; left: 0; right: 0; bottom: 0; min-height: calc(62px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--border); background: rgba(7,8,9,.97); backdrop-filter: blur(12px); }
    .mobile-bottom-nav a, .mobile-bottom-nav button { min-height: 62px; display: flex; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
    .mobile-bottom-nav .is-active, .mobile-bottom-nav a.is-active { color: var(--red-bright); font-weight: 900; }
}
@media (max-width: 560px) {
    .page-hero { padding: 24px 20px; }
    h1 { font-size: 38px; }
    .focus-story { min-height: 430px; padding: 24px 20px; }
    .focus-story h1 { font-size: 42px; }
    .rank-item { grid-template-columns: 52px minmax(0, 1fr); gap: 13px; }
    .rank-number { font-size: 28px; }
    .rank-side { grid-column: 2; text-align: left; }
    .card-grid { grid-template-columns: 1fr; }
    .masonry-grid .info-card { grid-column: 1 / -1 !important; }
    .topic-grid, .service-grid, .principle-grid, .aside-stack, .search-links { grid-template-columns: 1fr; }
    .channel-grid, .footer-grid { grid-template-columns: 1fr; }
    .timeline-item { grid-template-columns: 50px minmax(0, 1fr); gap: 10px; }
    .timeline::before { left: 24px; }
    .timeline-dot { margin-left: 15px; }
    .content-card { padding: 22px 18px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
