@charset "UTF-8";
:root{--bg:#faf9f6;--paper:#fffefa;--ink:#263d35;--text:#38483f;--muted:#7c8179;--line:#e4e5dc;--green:#315649;--lime:#e1edb6;--serif:"Songti SC","Noto Serif CJK SC","STSong",serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:15px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #71955c;outline-offset:5px}::selection{background:var(--lime);color:var(--ink)}.wrap{max-width:1160px;margin:0 auto;width:calc(100% - 96px)}.site-header{height:108px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-size:29px;font-weight:650;letter-spacing:-1.2px;color:var(--ink)}.brand-mark{width:39px;height:39px;display:inline-flex;align-items:center;justify-content:center;background:var(--green);border-radius:12px;color:var(--paper);font-family:Georgia,serif;font-size:29px;letter-spacing:-4px;padding-right:5px;padding-bottom:3px}.brand-mark span{color:var(--lime)}.brand-caption{font-size:12px;font-weight:400;letter-spacing:1px;color:var(--muted);border-left:1px solid var(--line);margin-left:12px;padding-left:22px}.site-header nav{display:flex;align-items:center;gap:42px}.nav-link{font-size:14px;font-weight:600}.nav-link span{margin-left:14px}.header-note{font-size:10px;letter-spacing:1.6px;color:var(--muted)}.hero{display:grid;grid-template-columns:1.25fr 1fr;align-items:center;min-height:490px;padding-top:36px;padding-bottom:42px;gap:25px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:600;margin:0 0 24px;display:flex;align-items:center;gap:10px}.live-dot{width:6px;height:6px;display:inline-block;border-radius:50%;background:#72936f}.hero h1{font-family:var(--serif);font-size:48px;line-height:1.46;letter-spacing:1px;font-weight:600;margin:0 0 19px;color:var(--ink)}.accent-text{position:relative;white-space:nowrap;z-index:0}.accent-text:after{content:"";position:absolute;bottom:0;left:0;right:0;height:12px;background:var(--lime);z-index:-1;transform:rotate(-1.5deg)}.hero-description{font-size:14px;line-height:1.95;color:var(--muted);letter-spacing:.5px;margin:0 0 26px}.hero-link{font-size:13px;font-weight:600;display:inline-flex;gap:31px;align-items:center}.hero-link span{display:inline-flex;align-items:center;justify-content:center;border:1px solid #c6ccbd;width:28px;height:28px;border-radius:50%}.hero-art{height:370px;position:relative;display:flex;align-items:center;justify-content:center}.paper{position:absolute;width:235px;height:288px;border:1px solid #d6dace;border-radius:3px;box-shadow:0 7px 20px #36423608}.paper-back{background:#e7ecd9;transform:translate(17px,4px) rotate(11deg)}.paper-front{background:var(--paper);transform:rotate(-7deg);padding:25px 27px}.paper-kicker{font-size:8px;letter-spacing:1.8px;color:#838b7a}.paper-quote{font-family:Georgia,serif;color:#728964;font-size:56px;height:45px;margin-top:6px}.paper-title{font-family:var(--serif);font-size:24px;line-height:1.55;font-weight:600;letter-spacing:1.5px;color:var(--ink)}.paper-lines{margin-top:20px;display:grid;gap:7px}.paper-lines i{display:block;height:2px;background:#e2e5da;width:100%}.paper-lines i:last-child{width:65%}.paper-bottom{position:absolute;bottom:21px;left:27px;right:27px;display:flex;align-items:center;justify-content:space-between}.paper-bottom span:first-child{font-family:Georgia,serif;font-size:18px;font-weight:bold}.paper-bottom span:last-child{font-size:6px;letter-spacing:1px;color:#839178}.orbit{position:absolute;width:360px;height:280px;border:1px solid #e2e5d8;border-radius:50%;transform:rotate(-24deg)}.orbit-two{width:290px;height:340px;transform:rotate(34deg)}.art-spark{position:absolute;right:21px;top:36px;font-size:66px;color:#b6c985;line-height:1}.art-caption{position:absolute;bottom:4px;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:8px;letter-spacing:2px;color:#8a917f}.art-cross{position:absolute;bottom:70px;left:25px;font-size:27px;font-weight:200;color:#6d8c74}.journal-section{padding-top:38px;border-top:1px solid var(--line);padding-bottom:62px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;gap:20px}.section-heading .eyebrow{font-size:9px;margin-bottom:9px}.muted{color:var(--muted)}h2{font-family:var(--serif);font-size:25px;font-weight:600;color:var(--ink);margin:0;display:flex;align-items:center;gap:12px}.count-badge{font-family:var(--sans);font-size:11px;font-weight:500;border:1px solid #dce0d2;border-radius:16px;min-width:26px;line-height:23px;text-align:center;background:#f0f3e9;padding:0 6px}.sort-note{font-size:11px;color:var(--muted);padding-top:14px}.sort-note span{margin-left:10px}.journal-layout{display:grid;grid-template-columns:minmax(0,1fr) 282px;gap:36px}.article-list{min-width:0}.article-card{background:var(--paper);border:1px solid var(--line);border-radius:7px;margin-bottom:16px;transition:border-color .18s,box-shadow .18s,transform .18s}.article-card:hover{border-color:#b6c5a7;box-shadow:0 5px 20px #263d3505;transform:translateY(-2px)}.article-card-link{display:block;padding:27px 29px 22px}.article-meta{display:flex;align-items:center;gap:11px;font-size:11px;color:var(--muted);letter-spacing:.2px}.meta-dot{color:#b5b9ae}.article-card h3{font-size:22px;line-height:1.55;margin:13px 0 9px;font-weight:600;color:var(--ink);font-family:var(--serif);overflow-wrap:anywhere}.article-summary{font-size:13px;line-height:1.85;margin:0;color:#7a8077;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px}.author{display:flex;align-items:center;gap:8px;font-size:11px;min-width:0}.author>span:last-child{overflow-wrap:anywhere}.avatar{width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;font-size:10px;background:#edf0e4;color:#5a7152}.card-read{display:flex;align-items:center;gap:22px;flex-shrink:0}.view-count{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:var(--muted)}.view-count svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.5}.card-arrow{font-size:19px;color:#5c7555}.about-card{background:#eff2e7;border:1px solid #e2e7d6;border-radius:7px;padding:28px 26px 26px;position:relative;overflow:hidden}.aside-spark{display:block;font-size:46px;color:#8da873;line-height:1;margin-bottom:26px}.about-card .eyebrow{font-size:8px;letter-spacing:1.5px;margin-bottom:15px}.about-card h3{font-family:var(--serif);font-size:25px;line-height:1.65;margin:0 0 15px;font-weight:500;letter-spacing:1px}.about-card>p:not(.eyebrow){font-size:12px;line-height:2.1;color:#7c8573;margin:0}.aside-divider{height:1px;background:#dce2cf;margin:27px 0 21px}.site-stats{display:flex;gap:35px}.site-stats div{display:flex;flex-direction:column;gap:8px;min-width:0}.site-stats strong{font-size:26px;font-weight:500;line-height:1;overflow-wrap:anywhere}.site-stats span{font-size:10px;color:#7b8570}.aside-note{display:flex;gap:12px;padding:10px 12px;color:#969b8b}.aside-note>span{padding-top:15px;font-size:23px}.aside-note p{font-size:11px;line-height:1.9;letter-spacing:1px}.site-footer{border-top:1px solid var(--line);padding-top:26px;padding-bottom:34px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:10px}.footer-brand{font-size:18px;font-weight:600;color:#586957;display:flex;align-items:center;gap:20px}.footer-brand span{font-size:10px;font-weight:400;color:var(--muted);letter-spacing:.5px}.footer-dot{font-size:6px;color:#98af7e;margin-left:18px;vertical-align:middle}.pagination{display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;font-size:12px}.pagination>span{color:var(--muted)}.pagination .disabled{color:#b9bdb2}.empty-state{border:1px dashed #d4dcc8;border-radius:7px;text-align:center;padding:68px 24px;background:var(--paper)}.empty-symbol{font-size:46px;color:#94ab77}.empty-state h3{font-family:var(--serif);font-size:25px;color:var(--ink);font-weight:500}.empty-state p{font-size:13px;color:var(--muted);line-height:1.8}.reading-wrap{max-width:800px;width:calc(100% - 96px);margin:0 auto;padding:36px 0 70px}.back-link{font-size:12px;color:var(--muted);display:inline-block;margin-bottom:43px}.article-heading{padding-bottom:31px;border-bottom:1px solid var(--line);margin-bottom:35px}.article-heading .eyebrow{font-size:9px;margin-bottom:18px}.article-heading h1{font-family:var(--serif);font-size:39px;line-height:1.5;font-weight:600;color:var(--ink);margin:0 0 24px;overflow-wrap:anywhere}.detail-meta{display:flex;align-items:center;gap:11px;flex-wrap:wrap;font-size:11px;color:var(--muted)}.detail-meta .avatar{width:29px;height:29px}.detail-meta .author{color:var(--text)}.article-deck{font-size:16px;line-height:1.9;color:#7b8378;margin:28px 0 0;overflow-wrap:anywhere}.prose{font-size:16px;line-height:1.95;overflow-wrap:anywhere;color:#435046}.prose>:first-child{margin-top:0}.prose p{margin:1.25em 0}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{font-family:var(--serif);color:var(--ink);line-height:1.55;display:block;scroll-margin-top:25px}.prose h1{font-size:30px;margin:1.5em 0 .7em}.prose h2{font-size:26px;margin:1.6em 0 .7em}.prose h3{font-size:21px;margin:1.4em 0 .6em}.prose h4{font-size:18px}.prose a{color:var(--green);text-decoration:underline;text-underline-offset:4px;text-decoration-color:#adc493}.prose blockquote{margin:28px 0;background:#eef2e5;border-left:3px solid #8fa56d;padding:5px 23px;color:#6a7b61}.prose ul,.prose ol{padding-left:1.7em}.prose li{padding-left:3px;margin:6px 0}.prose li::marker{color:#8ba174}.prose img{max-width:100%;height:auto;border-radius:5px;display:block;margin:24px auto}.prose pre{font-size:13px;line-height:1.75;background:#283b33;color:#e4edd8;padding:22px;border-radius:6px;overflow:auto;white-space:pre;tab-size:2}.prose code{font-family:"SFMono-Regular",Consolas,monospace;font-size:.88em;background:#edf0e6;border-radius:3px;padding:3px 5px;color:#496640}.prose pre code{background:transparent;color:inherit;padding:0;font-size:inherit}.prose table{border-collapse:collapse;display:block;max-width:100%;overflow:auto;font-size:14px;margin:25px 0}.prose td,.prose th{border:1px solid #dfe4d6;padding:10px 16px;text-align:left;min-width:100px}.prose th{background:#eff3e7}.prose hr{border:0;border-top:1px solid var(--line);margin:35px 0}.article-end{margin-top:48px;border-top:1px solid var(--line);padding-top:29px;text-align:center}.article-end>span:first-child{font-size:30px;color:#9bb079}.article-end p{font-size:12px;color:var(--muted);margin:13px 0 27px}.article-end>div{display:flex;align-items:center;justify-content:space-between;font-size:12px}.article-end button{background:transparent;border:1px solid #d7decb;border-radius:5px;padding:10px 15px;color:var(--green);cursor:pointer;font-size:12px}.article-end button:hover{background:#edf2e4}#copy-status{display:block;min-height:23px;font-size:11px;color:var(--green);margin-top:10px}.related-section{margin-top:35px;border-top:1px solid var(--line);padding-top:29px}.related-section h2{font-size:21px}.related-section .section-heading>a{font-size:11px;color:var(--muted)}.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.related-card{display:block;border:1px solid var(--line);background:var(--paper);border-radius:6px;padding:22px;position:relative}.related-card:hover{border-color:#b6c5a7}.related-card time{font-size:10px;color:var(--muted)}.related-card h3{font-family:var(--serif);font-size:19px;line-height:1.65;font-weight:500;margin:13px 0 27px;overflow-wrap:anywhere}.related-card>span{position:absolute;right:20px;bottom:15px;color:var(--green)}.not-found{min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:70px 0}.not-found h1{font-family:var(--serif);font-size:40px;font-weight:500;color:var(--ink);margin:0 0 15px}.not-found p:not(.eyebrow){color:var(--muted);line-height:1.8}.primary-link{background:var(--green);color:var(--paper);padding:13px 24px;border-radius:5px;margin-top:20px;font-size:13px}.skip-link{position:fixed;top:-100px;left:16px;background:var(--green);color:white;padding:12px;z-index:10}.skip-link:focus{top:12px}
@media(min-width:1450px){.wrap{max-width:1190px}.hero{min-height:525px}.hero h1{font-size:52px}.hero-art{margin-right:20px}}
@media(max-width:1000px){.wrap{width:calc(100% - 64px)}.hero h1{font-size:39px}.hero{min-height:450px;gap:0;grid-template-columns:1.2fr 1fr}.hero-art{transform:scale(.86);transform-origin:center right}.header-note{display:none}.journal-layout{grid-template-columns:minmax(0,1fr) 250px;gap:24px}.article-card-link{padding:23px}.article-card h3{font-size:20px}.about-card{padding:25px 23px}.brand-caption{font-size:11px}.card-read{gap:14px}.reading-wrap{width:calc(100% - 80px)}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.site-header{height:80px}.brand{font-size:26px;gap:10px}.brand-mark{width:33px;height:33px;font-size:25px;border-radius:10px}.brand-caption{display:none}.site-header nav{gap:0}.hero{min-height:0;grid-template-columns:1fr;padding:41px 0 36px;position:relative;overflow:hidden}.hero-copy{position:relative;z-index:1}.hero h1{font-size:36px;letter-spacing:0;line-height:1.55}.hero .eyebrow{font-size:9px;margin-bottom:19px}.hero-description{font-size:13px;line-height:1.9}.hero-art{display:none}.hero-link{font-size:12px}.journal-section{padding-top:28px;padding-bottom:40px}.section-heading{margin-bottom:20px}.section-heading h2{font-size:23px}.sort-note{font-size:10px}.journal-layout{grid-template-columns:1fr;gap:20px}.journal-aside{display:none}.article-card{margin-bottom:13px}.article-card-link{padding:21px 20px 18px}.article-card h3{font-size:21px;margin:11px 0 8px}.article-summary{font-size:12px;line-height:1.9}.card-bottom{margin-top:18px}.card-read{gap:14px}.view-count{font-size:10px}.article-meta{font-size:10px}.site-footer{align-items:flex-start;padding-top:24px;padding-bottom:25px;font-size:9px}.footer-brand{font-size:17px;display:block}.footer-brand span{display:block;font-size:9px;margin-top:10px}.site-footer>span{padding-top:4px}.footer-dot{margin-left:8px}.reading-wrap{width:calc(100% - 40px);padding-top:25px;padding-bottom:40px}.back-link{margin-bottom:32px;font-size:11px}.article-heading h1{font-size:30px;margin-bottom:20px}.article-heading{padding-bottom:23px;margin-bottom:25px}.detail-meta{font-size:10px;gap:8px}.detail-meta .author{font-size:10px}.article-deck{font-size:14px;margin-top:22px}.prose{font-size:15px}.prose h1{font-size:26px}.prose h2{font-size:23px}.prose h3{font-size:20px}.prose pre{padding:17px;font-size:12px}.related-grid{grid-template-columns:1fr;gap:12px}.related-card h3{font-size:18px;margin-bottom:19px}.not-found h1{font-size:30px}.not-found p:not(.eyebrow){font-size:13px}.pagination{font-size:11px}}
.whatsapp-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  padding: 26px;
  border: 1px solid #dce5d2;
  border-radius: 7px;
  background: #eff3e8;
}
.whatsapp-contact-copy { min-width: 0; }
.whatsapp-contact .eyebrow { color: #72806a; margin-bottom: 10px; }
.whatsapp-contact h2 { font-size: 22px; line-height: 1.5; }
.whatsapp-number {
  display: inline-block;
  margin-top: 10px;
  color: var(--green);
  font-size: 15px;
  letter-spacing: .6px;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 9px;
  padding: 13px 16px;
  border-radius: 5px;
  background: var(--green);
  color: var(--paper);
  font-size: 12px;
}
.whatsapp-button:hover { background: #244235; }
.whatsapp-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.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:760px) {
  .whatsapp-contact { align-items: stretch; flex-direction: column; gap: 20px; padding: 22px; }
  .whatsapp-contact h2 { font-size: 21px; }
  .whatsapp-button { min-height: 44px; }
}
.site-header nav { gap: 24px; }
.language-switcher { margin: 0; flex-shrink: 0; }
.language-switcher select {
  width: 154px;
  min-height: 36px;
  padding: 6px 9px;
  border: 1px solid #d8dfcf;
  border-radius: 5px;
  background: var(--paper);
  color: var(--green);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.language-switcher select:focus-visible { outline: 3px solid #71955c; outline-offset: 3px; }
.hero-copy, .hero-art { min-width: 0; }
html:not([lang="zh-CN"]) .hero h1 { font-size: 42px; letter-spacing: 0; }
html:not([lang="zh-CN"]) .paper-title { font-size: 22px; letter-spacing: 0; }
.accent-text { white-space: normal; }
.section-heading h2 { flex-wrap: wrap; }
.sort-note { text-align: right; }
.whatsapp-contact h2 { overflow-wrap: anywhere; }
@media(max-width:1100px) {
  .header-note, .brand-caption { display: none; }
  html:not([lang="zh-CN"]) .hero h1 { font-size: 36px; }
}
@media(max-width:760px) {
  html:not([lang="zh-CN"]) .hero h1 { font-size: 32px; }
  .site-header, .site-header nav { gap: 12px; }
  .language-switcher select { width: 146px; min-height: 40px; }
  .pagination { gap: 8px; flex-wrap: wrap; }
  .section-heading { gap: 12px; }
  .section-heading h2 { font-size: 22px; }
  .article-end > div { flex-wrap: wrap; gap: 16px; }
  .site-footer { flex-wrap: wrap; }
  .card-bottom { gap: 10px; }
  .card-read { gap: 10px; }
  .not-found h1 { overflow-wrap: anywhere; }
}
@media(max-width:480px) {
  .site-header .nav-link { display: none; }
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
