/* INPUT: generated guide pages and the landing resource section.
 * OUTPUT: readable editorial content using the established AppBento palette and fonts.
 * POS: static content presentation; no changes to demo layout or product state. */
.locale-switch a{min-width:36px;min-height:44px;padding:0 7px;color:var(--muted);display:inline-flex;align-items:center;justify-content:center}
.locale-switch a[aria-current=page]{color:var(--ink);text-decoration:underline;text-underline-offset:5px}
.guide-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:32px}
.guide-card{display:flex;flex-direction:column;align-items:start;padding:28px 24px;background:#eeefe7;border-top:2px solid var(--ink);transition:background .16s ease}
.guide-card:hover{background:#e6eadc}.guide-card .eyebrow{font-size:9px;letter-spacing:1px;margin:0 0 28px;line-height:1.6}
.guide-card h3{font:400 27px/1.18 var(--serif);letter-spacing:-.4px;margin:0 0 16px}
.guide-card p{font:400 13px/1.8 var(--sans);color:var(--muted);margin:0 0 26px}
.guide-read{display:block;font-size:11px;font-weight:500;margin-top:auto;min-height:24px}
.guides-section{border-top:1px solid var(--line)}
.guide-back a{min-height:44px;display:inline-flex;align-items:center;font-size:12px;color:var(--muted)}
.guide-heading{max-width:900px;margin:42px 0 64px}.guide-heading>.eyebrow{margin:0 0 24px}
.guide-heading h1{font:400 clamp(42px,5.2vw,68px)/1.06 var(--serif);letter-spacing:-1.8px;max-width:880px}
.guide-byline{font-size:12px;color:var(--muted);margin-top:26px}
.guide-answer{font-size:19px;line-height:1.7;max-width:820px;border-left:3px solid var(--green);padding:4px 0 4px 24px;margin:32px 0 0}
.guide-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:70px;align-items:start}
.guide-toc{position:sticky;top:24px;display:flex;flex-direction:column;font-size:12px;line-height:1.6}.guide-toc strong{font-size:10px;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 12px}
.guide-toc a{min-height:44px;display:flex;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);color:var(--muted)}
.guide-prose{max-width:760px;min-width:0;font-size:16px;line-height:1.85}.guide-prose section{margin-bottom:50px;scroll-margin-top:28px}
.guide-prose h2{font:400 34px/1.2 var(--serif);letter-spacing:-.6px;margin:0 0 22px}.guide-prose p{margin:0 0 20px}
.guide-prose ul,.guide-prose ol{padding-left:24px;margin:0 0 24px}.guide-prose li{margin:10px 0;padding-left:4px}
.guide-prose a{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;overflow-wrap:anywhere}
.guide-table{overflow-x:auto;border-block:1px solid var(--line);margin:26px 0;background:#f0f1e9}.guide-table table{border-collapse:collapse;width:100%;font-size:13px;line-height:1.65;text-align:left;min-width:520px}.guide-table th,.guide-table td{padding:16px 18px;vertical-align:top;border-bottom:1px solid var(--line)}.guide-table th{font-size:11px;background:#e6eadc}.guide-table tr:last-child td{border-bottom:0}.guide-table th:first-child{width:22%}
.guide-prose .guide-references{font-size:13px;color:var(--muted);border-top:1px solid var(--line);padding-top:24px}.guide-references h2{font:500 15px/1.6 var(--sans);letter-spacing:0}
.guide-next{display:flex;gap:50px;align-items:center;justify-content:space-between;background:var(--ink);color:var(--paper);padding:42px;margin:50px 0 64px}.guide-next h2{font:400 38px/1.15 var(--serif);letter-spacing:-.6px;max-width:650px}.guide-next p:not(.eyebrow){font-size:14px;line-height:1.8;max-width:580px;margin-top:20px;color:#d2d9cf}.guide-next .button{background:var(--green);color:var(--ink);white-space:nowrap;flex-shrink:0}.guide-next .eyebrow{font-size:9px;margin-bottom:20px;color:var(--green)}
.guide-related{margin-bottom:70px}.guide-related>h2{font:400 34px/1.2 var(--serif)}.guide-related .guide-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
.guide-contact{min-height:44px;display:flex;align-items:center;font-size:12px}
html[lang=zh-CN] .guide-heading h1{font-size:clamp(38px,4.5vw,60px);line-height:1.25}html[lang=zh-CN] .guide-card h3{font-size:24px;line-height:1.4}html[lang=zh-CN] .guide-prose h2{font-size:28px;line-height:1.4}html[lang=zh-CN] .guide-prose .guide-references h2{font-size:15px}html[lang=zh-CN] .guide-next h2{font-size:33px;line-height:1.4}
@media(max-width:999px){.guide-layout{grid-template-columns:180px minmax(0,1fr);gap:32px}.guide-cards{gap:14px}.guide-card{padding:23px 18px}.guide-card h3{font-size:24px}.guide-next{display:block}.guide-next .button{margin-top:25px}.guide-answer{font-size:18px}}
@media(max-width:699px){.locale-switch a{min-width:39px}.guide-cards,.guide-related .guide-cards{grid-template-columns:1fr}.guide-card{padding:26px}.guide-card h3{font-size:28px}.guide-card .eyebrow{margin-bottom:22px}.guide-layout{display:block}.guide-layout aside{display:none}.guide-heading{margin:28px 0 42px}.guide-heading h1{font-size:43px;letter-spacing:-1px}.guide-answer{font-size:16px;padding-left:18px;margin-top:25px}.guide-prose{font-size:15px}.guide-prose h2{font-size:29px}.guide-prose section{margin-bottom:40px}.guide-table th,.guide-table td{padding:13px}.guide-next{padding:28px 24px;margin:30px 0 50px}.guide-next h2{font-size:32px}.guide-next .button{font-size:12px}.guide-related>h2{font-size:30px}html[lang=zh-CN] .guide-heading h1{font-size:37px}html[lang=zh-CN] .guide-prose h2{font-size:26px}html[lang=zh-CN] .guide-next h2{font-size:28px}}
@media(prefers-reduced-motion:reduce){.guide-card{transition:none}}
