:root { --ink: #1d2433; --muted: #697386; --paper: #fffdf8; --line: #e9e3da; --lime: #dfff36; --orange: #ff6b35; --navy: #172033; --pink: #ffe1d8; --shadow: 0 16px 40px rgba(23,32,51,.08); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; object-fit: cover; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner, main, .site-footer { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: var(--lime); border: 2px solid var(--navy); border-radius: 50% 50% 45% 45%; font-weight: 900; box-shadow: 3px 3px 0 var(--orange); }
.brand strong, .brand small { display: block; line-height: 1.15; }.brand strong { font-size: 17px; }.brand small { margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 3px; margin-left: auto; overflow-x: auto; scrollbar-width: none; }.main-nav::-webkit-scrollbar { display: none; }
.main-nav a { white-space: nowrap; padding: 8px 8px; border-radius: 8px; font-size: 13px; }.main-nav a:hover, .main-nav .is-active { color: var(--navy); background: var(--lime); }.nav-icon { margin-right: 4px; font-size: 14px; }.menu-toggle { display: none; }
.hero { min-height: 410px; margin-top: 34px; padding: 54px; display: grid; grid-template-columns: 1.5fr .8fr; gap: 30px; align-items: end; overflow: hidden; border-radius: 24px; background: var(--navy); color: white; position: relative; }.hero::after { content: ""; position: absolute; width: 390px; height: 390px; right: -150px; top: -180px; border-radius: 50%; background: var(--lime); opacity: .95; }.eyebrow { margin: 0 0 9px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .14em; }.hero h1 { margin: 0; font-size: clamp(38px, 6vw, 68px); line-height: 1.1; }.hero h1 a { text-decoration: underline; text-decoration-color: var(--lime); text-underline-offset: 9px; }.hero-copy > p:not(.eyebrow) { max-width: 570px; color: #d9deea; font-size: 17px; }.hero-actions { display: flex; gap: 12px; margin-top: 24px; }.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 17px; border: 1px solid transparent; border-radius: 8px; font-weight: 800; }.primary { color: var(--navy); background: var(--lime); }.ghost { border-color: #a9b4c8; color: white; }.hero-panel { z-index: 1; padding: 25px; color: var(--navy); background: var(--pink); border-radius: 16px; transform: rotate(-3deg); }.hero-panel span, .hero-panel p { display: block; font-size: 13px; }.hero-panel strong { display: block; font-size: 42px; line-height: 1.2; }
.content-section { margin-top: 62px; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 20px; }.section-heading h2, .channel-seo h2, .verify-box h2, .about h2, .subscribe h2, .spotlight h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); line-height: 1.25; }.section-heading > a, .text-link { color: var(--orange); font-weight: 800; white-space: nowrap; }
.hreo-carousel { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }.hreo-track { display: flex; transition: transform .45s ease; }.hreo-slide { width: 100%; min-width: 100%; min-height: 310px; display: grid; grid-template-columns: 1fr .9fr; align-items: stretch; }.hreo-slide > div { padding: 43px; }.hreo-slide h3 { margin: 8px 0 12px; font-size: clamp(25px, 3.3vw, 38px); line-height: 1.28; }.hreo-slide p { color: var(--muted); }.hreo-slide a { color: var(--orange); font-weight: 800; }.hreo-image { height: 310px; }.carousel-controls { display: flex; gap: 8px; }.carousel-controls button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }.carousel-dots { padding: 0 0 18px 43px; display: flex; gap: 7px; }.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #d8dce3; cursor: pointer; text-indent: -9999px; }.carousel-dots .is-current { width: 24px; border-radius: 5px; background: var(--orange); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.large-grid { grid-template-columns: repeat(3, 1fr); }.story-card { min-height: 100%; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 7px 18px rgba(23,32,51,.04); }.image-frame { display: block; overflow: hidden; }.story-card img { height: 176px; transition: transform .3s ease; }.story-card:hover img { transform: scale(1.04); }.card-copy { min-height: 245px; padding: 19px; display: flex; flex-direction: column; }.tag { display: inline-flex; align-self: flex-start; padding: 3px 9px; border-radius: 99px; color: #8f361c; background: #fff0eb; font-size: 12px; font-weight: 800; }.card-copy h3 { margin: 10px 0; font-size: 18px; line-height: 1.45; }.card-copy p { margin: 0; color: var(--muted); font-size: 14px; }.card-copy time { margin-top: auto; padding-top: 14px; color: #929bad; font-size: 12px; }
.split-layout { display: grid; grid-template-columns: 1.45fr .75fr; gap: 20px; }.feed-list { border-top: 1px solid var(--line); }.feed-list a { min-height: 62px; display: grid; grid-template-columns: 38px 1fr 75px; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }.feed-list a > span { color: var(--orange); font-weight: 900; }.feed-list strong { font-size: 15px; }.feed-list time { color: var(--muted); text-align: right; font-size: 12px; }.heat-card { padding: 27px; border-radius: 16px; color: white; background: #46506a; }.heat-card p { margin: 0; color: var(--lime); }.heat-card h2 { margin: 15px 0 22px; font-size: 29px; line-height: 1.35; }.heat-card div { display: flex; flex-wrap: wrap; gap: 8px; }.heat-card span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; font-size: 12px; }
.ranking-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }.ranking-grid a { min-height: 112px; display: flex; align-items: center; gap: 17px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: white; }.ranking-grid b { color: var(--orange); font-size: 28px; }.ranking-grid div { flex: 1; }.ranking-grid span { color: var(--muted); font-size: 12px; }.ranking-grid h3 { margin: 3px 0 0; font-size: 16px; line-height: 1.45; }.ranking-grid em { font-style: normal; color: #e95830; font-weight: 800; }.topic-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }.topic-grid a { min-height: 176px; padding: 20px; border-radius: 14px; background: #f3f5f8; transition: transform .2s; }.topic-grid a:hover { transform: translateY(-4px); }.topic-grid span { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 9px; color: var(--navy); background: var(--lime); font-weight: 900; }.topic-grid h3 { margin: 14px 0 4px; }.topic-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.spotlight { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; align-items: center; padding: 28px; border-radius: 18px; background: #ffe9dd; }.spotlight-image img { height: 290px; border-radius: 12px; }.spotlight p:not(.eyebrow), .about p, .subscribe p { color: #596375; }.verify-box { display: grid; grid-template-columns: .8fr 1.3fr auto; gap: 26px; align-items: center; padding: 28px; border-left: 5px solid var(--lime); background: #eff3f4; }.verify-box p { margin: 0; color: var(--muted); }.verify-box a { color: var(--orange); font-weight: 800; white-space: nowrap; }.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.timeline div { min-height: 118px; padding: 19px; border-right: 1px solid var(--line); }.timeline div:first-child { padding-left: 0; }.timeline b { color: var(--orange); font-size: 21px; }.timeline p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }.about { display: grid; grid-template-columns: .65fr 1.35fr; gap: 45px; padding: 40px; color: white; background: var(--navy); border-radius: 18px; }.about p { color: #cbd2df; }.subscribe { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center; padding: 39px; margin-bottom: 60px; border-radius: 18px; background: var(--lime); }.subscribe .eyebrow { color: #6e5900; }.subscribe p { max-width: 680px; color: #354017; }.update-note { position: absolute; right: 28px; bottom: 19px; color: #53631b; font-size: 12px; }.qr-placeholder { width: 128px; height: 128px; display: grid; place-items: center; position: relative; overflow: hidden; color: white; background: var(--navy); border: 8px solid white; }.qr-placeholder span { z-index: 1; font-size: 38px; font-weight: 900; }.qr-placeholder i { position: absolute; width: 24px; height: 24px; border: 4px solid var(--lime); }.qr-placeholder i:nth-of-type(1){left:9px;top:9px}.qr-placeholder i:nth-of-type(2){right:9px;top:9px}.qr-placeholder i:nth-of-type(3){left:9px;bottom:9px}
.inner-page, .article-page { min-height: 70vh; }.breadcrumb { display: flex; gap: 10px; padding: 23px 0; color: var(--muted); font-size: 13px; }.breadcrumb a { color: var(--orange); }.channel-hero { padding: 38px; border-radius: 17px; background: #f0f2f6; }.channel-hero h1 { margin: 0; font-size: clamp(32px,5vw,48px); }.channel-hero p:last-child { max-width: 700px; color: var(--muted); }.channel-seo { margin: 55px 0; padding: 30px; border: 1px solid var(--line); border-radius: 14px; }.channel-seo p { color: var(--muted); }.article-content { width: min(820px,100%); margin: 0 auto 60px; }.article-header { padding: 22px 0 30px; border-bottom: 1px solid var(--line); }.article-header h1 { margin: 13px 0; font-size: clamp(28px,4.5vw,44px); line-height: 1.35; }.article-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: 13px; }.article-body { font-size: 17px; }.article-body p { margin: 23px 0; }.article-body h2 { margin: 40px 0 8px; font-size: 26px; }.article-body figure { margin: 30px 0; }.article-image { height: auto; aspect-ratio: 16 / 9; border-radius: 12px; }.article-body figcaption { margin-top: 8px; color: var(--muted); font-size: 13px; text-align: center; }.article-end { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 34px; margin-top: 45px; background: #f1f3f5; text-align: center; }.article-end span { color: var(--muted); }.chapter-nav { display: flex; justify-content: space-between; gap: 16px; padding: 22px 0; }.chapter-nav a { color: var(--orange); font-weight: 800; }.chapter-nav span { color: var(--muted); }
.site-footer { width: 100%; padding: 40px max(20px, calc((100% - 1200px)/2)); color: #c8cfdd; background: #111928; }.footer-grid { width: min(1200px,100%); margin: 0 auto; display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 30px; }.footer-grid strong { color: white; font-size: 18px; }.footer-grid p { margin: 8px 0; }.footer-grid a, .footer-grid span { display: block; margin: 5px 0; font-size: 14px; }.copyright { width: min(1200px,100%); margin: 26px auto 0; padding-top: 18px; border-top: 1px solid #30394a; font-size: 13px; }
@media (max-width: 900px) { .header-inner { min-height: 64px; gap: 10px; }.main-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; padding: 12px 20px; background: var(--paper); border-bottom: 1px solid var(--line); flex-wrap: wrap; }.main-nav.is-open { display: flex; }.menu-toggle { display: block; margin-left: auto; border: 0; background: none; font-size: 24px; }.hero { grid-template-columns: 1fr; min-height: auto; padding: 35px 26px; }.hero-panel { max-width: 270px; }.story-grid, .large-grid { grid-template-columns: repeat(2, 1fr); }.topic-grid { grid-template-columns: repeat(2,1fr); }.split-layout, .spotlight, .about { grid-template-columns: 1fr; }.verify-box { grid-template-columns: 1fr; gap: 12px; }.timeline { grid-template-columns: repeat(2,1fr); }.timeline div:nth-child(odd) { padding-left: 0; }.timeline div:nth-child(2) { border-right: 0; }.footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .header-inner, main { width: min(100% - 28px, 1200px); }.brand small { display: none; }.brand strong { font-size: 15px; }.hero { margin-top: 18px; border-radius: 17px; }.hero h1 { font-size: 38px; }.hero-actions { flex-direction: column; align-items: stretch; }.hreo-slide { grid-template-columns: 1fr; }.hreo-slide > div { padding: 27px; }.hreo-image { height: 200px; }.carousel-dots { padding-left: 27px; }.story-grid, .large-grid, .ranking-grid { grid-template-columns: 1fr; }.card-copy { min-height: 200px; }.story-card img { height: 185px; }.content-section { margin-top: 44px; }.section-heading { align-items: start; }.section-heading > a { font-size: 13px; }.feed-list a { grid-template-columns: 30px 1fr; padding: 10px 0; }.feed-list time { display: none; }.topic-grid { grid-template-columns: 1fr 1fr; }.topic-grid a { min-height: 158px; padding: 16px; }.spotlight { padding: 18px; gap: 24px; }.spotlight-image img { height: 220px; }.timeline div { min-height: 102px; }.about, .subscribe { padding: 27px 20px; }.subscribe { grid-template-columns: 1fr; }.qr-placeholder { width: 112px; height: 112px; }.update-note { position: static; margin-top: -10px; }.article-body { font-size: 16px; }.article-header h1 { font-size: 29px; }.chapter-nav { font-size: 14px; }.footer-grid { grid-template-columns: 1fr; gap: 17px; } }
