:root{--ink:#202427;--muted:#626a6d;--red:#ad344b;--red-dark:#8e263b;--teal:#256e66;--line:#e0e4e3;--wash:#f3f6f5;--white:#fff}
*{box-sizing:border-box;letter-spacing:0}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;color:var(--ink);background:var(--white);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}img{display:block;max-width:100%}button,a{touch-action:manipulation}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:650;line-height:1.35}h2{font-size:34px}h3{font-size:20px}p{overflow-wrap:anywhere}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--teal);outline-offset:4px}[hidden]{display:none!important}.wrap{width:calc(100% - 96px);max-width:1200px;margin-inline:auto}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:50px;padding:12px 22px;border:1px solid transparent;border-radius:5px;font-size:15px;font-weight:600;line-height:1.5;text-align:center;transition:background .15s,color .15s}.primary{color:#fff;background:var(--red);border-color:var(--red)}.primary:hover{background:var(--red-dark);border-color:var(--red-dark)}.secondary{background:rgba(255,255,255,.9);border-color:#cdd3d1}.secondary:hover{background:var(--wash)}.icon-button{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:inherit;border:1px solid var(--line);border-radius:5px;flex-shrink:0}.icon-button:hover{background:#edf1ef}.actions{display:flex;gap:12px;flex-wrap:wrap}.text-link{display:inline-flex;align-items:center;gap:12px;color:var(--teal);font-size:15px;font-weight:600;line-height:1.6}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.eyebrow{display:flex;align-items:center;gap:9px;color:var(--red);font-size:12px;font-weight:650;margin-bottom:18px}.skip{position:absolute;top:-100px;left:16px;padding:12px;background:white;z-index:100}.skip:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;height:78px}.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;line-height:1.2;font-size:22px;font-weight:700}.brand img{object-fit:contain}.brand-caption{display:block;font-size:9px;line-height:1.4;font-weight:500;color:var(--muted);margin-top:3px}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:14px}.desktop-nav a{padding:25px 0;border-bottom:2px solid transparent}.desktop-nav a[aria-current=page]{border-color:var(--red);color:var(--red)}.desktop-nav a:hover{color:var(--red)}.header-actions{display:flex;align-items:center;gap:10px}.header-actions .button{min-height:42px;padding:9px 18px;font-size:14px}.menu-button{display:none}.mobile-nav{padding:12px 24px 20px;border-top:1px solid var(--line);background:#fff}.mobile-nav a{display:block;padding:11px 0}
.hero{position:relative;min-height:540px;overflow:hidden;border-bottom:1px solid var(--line)}.hero-art{position:absolute;inset:0;display:block;z-index:0}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-inner{position:relative;z-index:1;min-height:540px;display:flex;align-items:center}.hero-copy{max-width:500px;width:44%;padding:40px 0}.hero h1{font-size:88px;font-family:Georgia,"Songti SC","SimSun",serif;font-weight:700;line-height:1.12}.hero-line{font-size:26px;line-height:1.5;font-weight:600;margin:20px 0}.hero-description{font-size:17px;line-height:1.9;color:#535b5f;margin-bottom:30px}.hero-note{font-size:11px;color:var(--muted);margin-top:19px;max-width:380px}.image-credit{position:absolute;right:18px;bottom:12px;padding:4px 8px;font-size:10px;color:#444;background:rgba(255,255,255,.87)}.path-strip{border-bottom:1px solid var(--line)}.path-strip .wrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.path-strip a{padding:24px 24px;display:flex;align-items:center;gap:16px;border-right:1px solid var(--line)}.path-strip a:first-child{padding-left:0}.path-strip a:last-child{border:0}.path-strip a>.icon:first-child{color:var(--red);width:25px;height:25px}.path-strip a>.icon:last-child{margin-left:auto;width:17px;height:17px}.path-strip strong{display:block;font-size:16px;font-weight:600}.path-strip small{display:block;color:var(--muted);font-size:12px;margin-top:4px}.path-strip a:hover{color:var(--red)}
.section{padding:84px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}.section-heading p:not(.eyebrow){color:var(--muted);margin-top:13px;font-size:15px}.section-index{font-size:12px;color:var(--muted);white-space:nowrap}.intro-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:90px}.intro-grid p:not(.eyebrow){margin-bottom:20px;color:var(--muted);font-size:15px;line-height:1.95}.starter-section{background:var(--wash);border-block:1px solid var(--line)}.starter-workbench{display:grid;grid-template-columns:1fr 1fr;border:1px solid #d3dcda;background:#fff;border-radius:6px;overflow:hidden}.starter-workbench form{padding:34px;border-right:1px solid var(--line)}.mode-field{margin:0 0 23px;padding:0;border:0;min-width:0}.mode-field legend,.field{font-size:13px;font-weight:600}.mode-field legend{margin-bottom:9px}.segmented{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;background:#f4f6f5;padding:4px;border-radius:5px}.segmented label{min-width:0;position:relative}.segmented input{position:absolute;opacity:0;width:1px;height:1px}.segmented span{display:flex;align-items:center;justify-content:center;gap:7px;min-height:41px;font-size:13px;border:1px solid transparent;border-radius:3px;cursor:pointer}.segmented input:checked+span{border-color:#dae1df;background:#fff;color:var(--teal);box-shadow:0 1px 2px #162f2310}.segmented input:focus-visible+span{outline:2px solid var(--teal);outline-offset:1px}.field{display:flex;flex-direction:column;gap:8px;min-width:0;margin-bottom:22px}.field input,.field select{width:100%;min-width:0;padding:11px 12px;border:1px solid #ced6d3;border-radius:4px;background:#fff;color:var(--ink);font-size:14px;min-height:46px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.check{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--muted);margin-bottom:24px}.check input{width:16px;height:16px;accent-color:var(--teal)}.form-actions{display:flex;align-items:center;gap:12px}.starter-output{padding:34px;display:flex;flex-direction:column;min-width:0;background:#fcfdfc}.output-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px;font-size:14px;font-weight:600}.output-head span{font-size:11px;color:var(--muted);font-weight:400}.starter-output textarea{display:block;resize:vertical;min-height:196px;height:196px;width:100%;padding:0 2px 10px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink);font-size:16px;line-height:1.9;flex-grow:1}.output-actions{display:flex;align-items:center;gap:9px;padding-top:18px;flex-wrap:wrap}.output-actions .text-link{margin-left:auto;font-size:13px}.privacy-note{margin-top:18px;font-size:11px;color:var(--muted);line-height:1.75}.no-js{margin-top:18px}
.topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.topic-card{padding:27px;border:1px solid var(--line);border-radius:6px;display:flex;flex-direction:column;background:#fff;min-width:0}.topic-meta{display:flex;justify-content:space-between;font-size:11px;color:var(--teal);margin-bottom:20px}.topic-meta span:last-child{font-family:Georgia,serif;font-size:20px;color:#8b9392;line-height:1}.topic-card h3{font-size:19px;margin-bottom:18px}.topic-text{font-size:14px;color:var(--muted);line-height:1.95}.topic-actions{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:28px;gap:12px;font-size:11px;color:#77817f}.topic-actions .icon-button{border:0}.section-note{font-size:11px;color:var(--muted);margin-top:20px}.followup{border-top:1px solid var(--line);padding-top:18px;margin-top:18px;font-size:13px;color:var(--teal)}.story-band{background:#f5f7f7;border-block:1px solid var(--line)}.story-layout{display:grid;grid-template-columns:.8fr 1fr;gap:94px;align-items:center}.story-layout figure{margin:0}.story-layout figure img{width:100%;aspect-ratio:4/4.6;object-fit:cover;object-position:center 25%}.story-layout figcaption{font-size:10px;color:var(--muted);margin-top:8px}.story-layout h2{font-size:38px;margin-bottom:24px}.story-layout>div>p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:490px}.editorial-steps{list-style:none;margin:28px 0;padding:0}.editorial-steps li{display:grid;grid-template-columns:32px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.editorial-steps li>span{font-family:Georgia,serif;color:var(--red)}.editorial-steps h3{font-size:17px;margin-bottom:6px}.editorial-steps p{font-size:13px;color:var(--muted)}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.faq-layout>div>p:not(.eyebrow){margin-top:20px;color:var(--muted);font-size:14px}.faq details{border-bottom:1px solid var(--line)}.faq summary{padding:21px 28px 21px 0;cursor:pointer;font-size:16px;font-weight:550}.faq details p{padding:0 0 22px;color:var(--muted);font-size:14px;line-height:1.9}.closing{text-align:center;padding:62px 0;background:#e9f1ef;border-block:1px solid #d4e2de}.closing .eyebrow{justify-content:center;color:var(--teal)}.closing h2{margin-bottom:25px}.closing p:last-child{font-size:11px;color:var(--muted);margin-top:17px}
footer{padding-top:42px}.footer-top{display:flex;align-items:start;justify-content:space-between;gap:32px;padding-bottom:30px}.footer-top p{font-size:12px;color:var(--muted);margin-top:18px}.footer-top nav{display:flex;gap:26px;flex-wrap:wrap;font-size:13px;padding-top:12px}.footer-top nav a:hover{color:var(--red)}.footer-bottom{display:flex;justify-content:space-between;gap:32px;padding:22px 0;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.footer-bottom span{white-space:nowrap}.footer-bottom p{max-width:660px}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);z-index:100;background:#223b35;color:#fff;padding:11px 19px;border-radius:5px;max-width:calc(100% - 32px);font-size:13px;box-shadow:0 4px 20px #0002}
.breadcrumbs{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:var(--muted);padding-top:28px}.breadcrumbs a{color:var(--teal)}.article-head{padding:45px 0 42px;max-width:850px}.article-head h1{font-size:42px;margin-bottom:22px}.article-head>p:not(.eyebrow){font-size:17px;color:var(--muted);line-height:1.9}.article-meta{font-size:11px;color:var(--muted);margin-top:22px}.prose{max-width:800px;padding-bottom:18px}.prose h2{font-size:27px;margin:36px 0 18px}.prose h3{font-size:20px;margin:26px 0 14px}.prose p,.prose li,.prose dd{font-size:16px;line-height:2;color:#4b5355;margin-bottom:18px}.prose li{margin-bottom:8px}.prose blockquote{margin:25px 0;border-left:3px solid var(--teal);padding:12px 0 12px 25px;color:#36574e;line-height:2}.before-after{display:grid;grid-template-columns:.7fr 1.3fr;margin:25px 0;border-block:1px solid var(--line)}.before-after>div{padding:22px 22px 10px 0}.before-after>div+div{border-left:1px solid var(--line);padding-left:25px}.before-after span{font-size:12px;color:var(--teal)}.before-after p{margin-top:12px;font-size:15px}.dialogue-example{border-left:3px solid var(--red);padding-left:26px;margin:26px 0}.dialogue-example b{display:block;font-size:12px;color:var(--red);margin-bottom:4px}.repair-list dt{font-weight:650;margin:20px 0 8px}.repair-list dd{margin-left:0}.related{border-top:1px solid var(--line);padding:30px 0;max-width:800px}.related h2{font-size:22px;margin-bottom:20px}.related a{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:14px;padding:11px 0;color:var(--teal)}.article-cta{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:36px 0 60px}.article-cta h2{font-size:25px}.article-cta p{font-size:12px;color:var(--muted);margin-top:12px}.article-cta .button{flex-shrink:0}.topic-filter{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--line)}.filter-button{background:transparent;border:0;border-bottom:2px solid transparent;padding:12px 22px;color:var(--muted);font-size:14px}.filter-button[aria-pressed=true]{color:var(--teal);border-color:var(--teal);font-weight:650}.result-count{font-size:12px;color:var(--muted);margin-top:18px}.topic-section{padding:25px 0 30px;scroll-margin-top:96px}.topic-section h2{font-size:26px;margin-bottom:25px}.error-page{min-height:55vh;padding-block:90px}.error-page h1{font-size:34px;margin-bottom:30px}
@media(min-width:1600px){.hero,.hero-inner{min-height:610px}.hero-copy{width:48%}.hero-art img{object-position:center 30%}}
@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.desktop-nav{gap:19px}.header-inner{gap:18px}.hero h1{font-size:72px}.hero-line{font-size:22px}.hero-copy{width:46%}.hero-description{font-size:15px}.hero .button{padding:11px 16px;font-size:14px;gap:10px}.intro-grid,.story-layout,.faq-layout{gap:45px}.starter-workbench form,.starter-output{padding:26px}.topic-grid{gap:17px}.topic-card{padding:22px}.section h2{font-size:30px}.path-strip a{padding-inline:20px;gap:12px}.path-strip small{font-size:11px}}
@media(max-width:820px){.desktop-nav{display:none}.menu-button{display:inline-flex}.header-actions{margin-left:auto}.header-inner{height:70px}.hero,.hero-inner{min-height:540px}.hero-copy{width:49%}.hero .actions{flex-direction:column;align-items:flex-start;gap:10px}.hero .button{min-height:44px}.hero h1{font-size:68px}.hero-line{font-size:20px}.hero-description br{display:none}.hero-description{max-width:270px}.hero-note{max-width:260px}.path-strip a{gap:10px;padding:20px 12px}.path-strip a>.icon:first-child{display:none}.path-strip strong{font-size:14px}.path-strip small{font-size:11px}.intro-grid{grid-template-columns:1fr 1.2fr;gap:30px}.starter-workbench{grid-template-columns:1fr}.starter-workbench form{border-right:0;border-bottom:1px solid var(--line)}.starter-output textarea{height:155px;min-height:155px}.topic-grid{grid-template-columns:1fr}.topic-card{padding:25px}.story-layout{grid-template-columns:.85fr 1fr;gap:30px}.story-layout h2{font-size:28px}.faq-layout{grid-template-columns:1fr;gap:26px}.footer-top{gap:20px}.footer-top nav{gap:16px}.article-head h1{font-size:34px}}
@media(max-width:650px){.wrap{width:calc(100% - 40px)}.header-inner{height:64px}.brand{font-size:20px;gap:7px}.brand img{width:31px;height:31px}.brand-caption{font-size:8px}.header-actions .button{font-size:12px;min-height:37px;padding:8px 12px;gap:6px}.header-actions .button .icon{width:16px;height:16px}.menu-button{width:36px;height:36px}.hero,.hero-inner{min-height:530px}.hero-art img{object-position:center;object-fit:cover}.hero-copy{width:100%;max-width:310px;align-self:flex-end;padding:210px 0 28px}.hero h1{font-size:58px}.hero-line{font-size:19px;margin:12px 0 13px}.hero-description{font-size:13px;max-width:300px;margin-bottom:18px;line-height:1.8}.hero .eyebrow{font-size:10px;margin-bottom:12px}.hero .eyebrow .icon{width:16px;height:16px}.hero .actions{flex-direction:row;gap:8px}.hero .button{padding:10px 12px;min-height:42px;font-size:12px;gap:8px}.hero .button .icon{width:16px;height:16px}.hero-note{font-size:9px;margin-top:13px;max-width:300px}.image-credit{font-size:8px;top:10px;bottom:auto;right:10px}.path-strip .wrap{width:100%;padding:0 20px}.path-strip a,.path-strip a:first-child{display:block;padding:18px 10px 18px 0}.path-strip a+a{padding-left:13px}.path-strip a>.icon:last-child{display:none}.path-strip strong{font-size:13px}.path-strip small{font-size:10px;line-height:1.6;max-width:90px}.section{padding:52px 0}.section h2{font-size:28px}.section-heading{align-items:start;gap:18px;margin-bottom:25px;flex-direction:column}.section-index{display:none}.section-heading>.text-link{font-size:13px}.intro-grid{grid-template-columns:1fr;gap:24px}.intro-grid p:not(.eyebrow){font-size:14px;margin-bottom:16px}.eyebrow{font-size:10px;margin-bottom:13px}.starter-workbench form,.starter-output{padding:21px}.segmented span{font-size:12px;gap:6px}.segmented .icon{width:17px;height:17px}.field-row{gap:12px}.field input,.field select{font-size:13px;padding-inline:10px}.check{font-size:12px}.starter-output textarea{font-size:14px;min-height:190px;height:190px}.privacy-note{font-size:10px}.output-actions{gap:6px}.output-actions .text-link{font-size:12px;gap:6px}.output-actions .icon-button{width:36px;height:36px}.story-layout{grid-template-columns:1fr;gap:28px}.story-layout figure{max-width:370px;width:100%;margin-inline:auto}.story-layout figure img{aspect-ratio:1.2;object-position:center 22%}.story-layout h2 br{display:none}.story-layout>div>p:not(.eyebrow){font-size:14px}.editorial-steps{margin-top:20px}.faq summary{font-size:15px}.faq details p{font-size:13px}.closing{padding:46px 0}.closing h2{font-size:29px}.footer-top{flex-direction:column;gap:22px}.footer-top nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;padding-top:0;font-size:13px;gap:16px}.footer-bottom{flex-direction:column;gap:8px;font-size:10px}.breadcrumbs{font-size:11px;padding-top:20px}.article-head{padding-top:30px;padding-bottom:30px}.article-head h1{font-size:30px}.article-head>p:not(.eyebrow){font-size:15px}.prose h2{font-size:24px}.prose p,.prose li,.prose dd{font-size:14px}.prose ul{padding-left:22px}.before-after{grid-template-columns:1fr}.before-after>div+div{border-left:0;border-top:1px solid var(--line);padding-left:0}.before-after>div{padding-right:0}.article-cta{flex-direction:column;align-items:flex-start;gap:22px}.article-cta h2{font-size:23px}.filter-button{padding:11px 13px;font-size:13px}.topic-section h2{font-size:24px}.related a{font-size:13px}.topic-card h3{font-size:18px}}
@media(max-width:360px){.wrap{width:calc(100% - 32px)}.header-actions{gap:7px}.header-actions .button{padding:8px 10px}.hero h1{font-size:52px}.hero,.hero-inner{min-height:520px}.hero-copy{padding-top:185px}.hero-line{font-size:18px}.hero-description{max-width:280px}.starter-workbench form,.starter-output{padding:17px}.field-row{gap:10px}.output-actions .text-link{font-size:11px}.path-strip .wrap{padding-inline:16px}.path-strip a+a{padding-left:9px}.path-strip strong{font-size:12px}.section h2{font-size:26px}.article-head h1{font-size:28px}.filter-button{padding-inline:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
