@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap');
:root{--blue:#1772f6;--blue-dark:#0f5fc9;--ink:#121212;--text:#444;--muted:#8590a6;--bg:#f6f6f6;--white:#fff;--line:#ebebeb;--soft:#f5f8ff;--shadow:0 1px 3px rgba(18,18,18,.1);--sans:'Noto Sans SC',system-ui,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:74px}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.7 var(--sans)}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{cursor:pointer}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.skip-link{position:fixed;top:-80px;left:16px;background:var(--blue);color:#fff;padding:8px 14px;z-index:999}.skip-link:focus{top:8px}.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}
.site-header{height:64px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 1px 3px rgba(18,18,18,.06);position:sticky;top:0;z-index:100}.header-inner{max-width:1100px;height:100%;padding:0 20px;margin:auto;display:flex;align-items:center}.brand{display:flex;align-items:center;gap:9px;white-space:nowrap}.brand-mark{width:34px;height:34px;border-radius:4px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:700;font-size:18px}.brand strong{font-size:17px;color:#111;display:block}.brand small{display:none}.site-nav{height:100%;display:flex;align-items:center;gap:25px;margin-left:34px;color:#646464}.site-nav>a:not(.nav-cta){height:100%;display:flex;align-items:center;position:relative}.site-nav>a:not(.nav-cta):hover,.site-nav>a.active{color:var(--blue)}.site-nav>a.active:after{content:'';position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--blue)}.nav-cta{margin-left:auto;height:36px;padding:0 16px;border-radius:3px;background:var(--blue);color:#fff;display:flex;align-items:center;gap:8px}.nav-cta:hover{background:var(--blue-dark)}.nav-cta svg{width:16px}.menu-button{display:none;background:transparent;border:0;width:44px;height:44px;padding:10px}.menu-button span{display:block;height:2px;background:#555;margin:5px}
.hero{max-width:1100px;margin:16px auto 0;padding:0 20px}.hero-grid{display:block}.hero-copy{background:#fff;border-radius:3px;box-shadow:var(--shadow);padding:38px 42px}.hero-visual{display:none}.eyebrow{font-size:13px;color:var(--blue);font-weight:600;margin:0 0 10px;display:flex;align-items:center;gap:8px}.eyebrow span{width:18px;height:2px;background:currentColor}.hero h1,.article-hero h1{font-size:34px;line-height:1.4;margin:0;font-weight:700;letter-spacing:0}.hero h1 br{display:none}.hero h1 em,.article-hero h1 em{font-style:normal;color:inherit}.hero h1 em{margin-left:.25em}.hero-intro{font-size:16px;color:#646464;margin:12px 0 22px;max-width:700px}.search{max-width:720px;height:46px;display:flex;border:1px solid #d3d3d3;background:#fff;border-radius:4px;overflow:hidden}.search:focus-within{border-color:var(--blue);box-shadow:0 0 0 2px rgba(23,114,246,.12)}.search svg{width:19px;margin:0 12px;color:var(--muted)}.search input{flex:1;min-width:0;border:0;outline:0;background:transparent}.search button,.newsletter-form button{border:0;background:var(--blue);color:#fff;padding:0 24px;font-weight:500}.search button:hover,.newsletter-form button:hover{background:var(--blue-dark)}.hot{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin:13px 0 0}.hot b{color:#646464}.hot a:hover{color:var(--blue)}
.section-pad{max-width:1100px;margin:0 auto;padding:16px 20px 0}.section-heading{background:#fff;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.section-heading .eyebrow{display:none}.section-heading h2,.trust h2,.newsletter h2,.more-reading h2{font-size:20px;line-height:1.4;margin:0}.section-heading>p{font-size:13px;color:var(--muted);margin:0}.text-link{font-size:13px;color:var(--blue)}
.field-grid{background:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:12px 20px 20px;gap:10px}.field-card{padding:17px;background:#f7f8fa;border-radius:5px;min-height:150px;position:relative;transition:.2s}.field-card:hover{background:var(--soft);box-shadow:inset 0 0 0 1px #d9e8ff}.field-card>span{display:none}.field-card svg{width:26px;height:26px;color:var(--blue);margin-bottom:8px}.field-card h3{font-size:16px;margin:0 0 5px}.field-card p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}.field-card b{display:block;color:var(--blue);font-size:12px;margin-top:8px}
.latest{display:grid;grid-template-columns:minmax(0,760px) 1fr;gap:12px;align-items:start}.latest .section-heading{grid-column:1/-1}.featured{grid-column:1;display:block;background:#fff;box-shadow:var(--shadow)}.featured-art{display:none}.featured-copy{padding:22px}.meta{display:flex;gap:12px;color:var(--muted);font-size:12px}.meta span:first-child,.article-card>p span{color:var(--blue)}.featured-copy h3{font-size:21px;line-height:1.55;margin:10px 0 8px}.featured-copy h3 a:hover,.article-card h3 a:hover{color:var(--blue)}.featured-copy>p{color:#555;margin:0}.author{display:flex;align-items:center;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.avatar{width:36px;height:36px;border-radius:4px;background:#e6f0ff;color:var(--blue);font-weight:600;display:grid;place-items:center}.author>div:nth-child(2){display:flex;flex-direction:column;font-size:12px}.author span{color:var(--muted)}.author>a{margin-left:auto;width:36px;height:36px;border-radius:3px;background:#e5f0ff;color:var(--blue);display:grid;place-items:center}.author svg{width:17px}
.article-grid{grid-column:1;background:#fff;box-shadow:var(--shadow);display:block;margin-top:0}.article-card{padding:21px 22px;border-bottom:1px solid var(--line);min-height:0}.article-card:last-child{border:0}.article-card>p{display:flex;justify-content:space-between;margin:0;font-size:12px;color:var(--muted)}.article-card h3{font-size:18px;line-height:1.55;margin:7px 0}.article-card h3+P{display:block;color:#555}.article-card>a{display:inline-block;color:var(--blue);font-size:13px;margin-top:6px}
.trust{grid-column:2;grid-row:2/span 2;background:#fff;box-shadow:var(--shadow);padding:20px;margin:0;position:sticky;top:80px}.trust-inner>.eyebrow{margin-bottom:8px}.trust h2{font-size:18px;padding-bottom:14px;border-bottom:1px solid var(--line)}.trust-grid{display:block}.trust-grid>div{padding:15px 0;border-bottom:1px solid var(--line)}.trust-grid>div:last-child{border:0}.trust-grid b{font-size:11px;color:var(--blue)}.trust-grid h3{font-size:15px;margin:2px 0}.trust-grid p{font-size:12px;color:var(--muted);margin:0}.newsletter{margin:16px auto 0;padding:26px 30px;background:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}.newsletter .eyebrow{margin-bottom:5px}.newsletter h2{font-size:19px}.newsletter h2 br{display:none}.newsletter-form label{font-size:13px}.newsletter-form>div{display:flex;height:42px;margin-top:7px}.newsletter-form input{flex:1;min-width:0;border:1px solid #d3d3d3;border-right:0;padding:0 12px;outline:0}.newsletter-form input:focus{border-color:var(--blue)}.newsletter-form small{font-size:10px;color:var(--muted)}
footer{max-width:1100px;margin:20px auto 0;padding:28px 20px 45px;display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:30px;color:var(--muted);font-size:12px}footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:6px}footer b{color:#555}.footer-brand .brand-mark{width:30px;height:30px}.footer-brand strong{font-size:15px}.copyright{margin:0}.reveal{opacity:1;transform:none}
/* 文章详情 */
.article-page{max-width:1100px;margin:16px auto 0;padding:0 20px}.breadcrumbs{color:var(--muted);font-size:12px;padding:5px 2px 12px;display:flex;gap:8px}.article-page>article{background:#fff;box-shadow:var(--shadow);border-radius:3px}.article-hero{max-width:820px;margin:auto;padding:44px 55px 28px}.article-hero .eyebrow{margin-bottom:10px}.article-hero h1{font-size:32px}.article-hero h1 em{display:inline}.standfirst{font-size:16px;color:#646464;margin:15px 0 24px}.article-byline{display:flex;align-items:center;border-top:1px solid var(--line);padding-top:18px}.avatar.large{width:42px;height:42px}.article-byline>div:nth-child(2){display:flex;flex-direction:column;margin-left:10px;font-size:12px}.article-byline>div span{color:var(--muted)}.article-byline dl{display:flex;gap:24px;margin-left:auto}.article-byline dl div{display:flex;flex-direction:column}.article-byline dt{font-size:10px;color:var(--muted)}.article-byline dd{margin:0;font-size:11px}
.article-layout{max-width:920px;margin:auto;padding:0 50px 65px;display:grid;grid-template-columns:150px minmax(0,650px);gap:34px}.toc{position:sticky;top:82px;align-self:start;display:flex;flex-direction:column;border-right:1px solid var(--line);padding-right:18px;font-size:12px}.toc b{margin-bottom:7px}.toc a{color:var(--muted);padding:5px 0}.toc a:hover{color:var(--blue)}.prose{color:#333;font-size:16px;line-height:1.95}.prose section{margin:45px 0}.prose h2{font-size:24px;line-height:1.5;margin:7px 0 16px}.prose h3{font-size:18px;margin-top:25px}.prose blockquote{margin:24px 0;padding:10px 16px;border-left:3px solid var(--blue);background:#f7f8fa;color:#555}.prose li{margin:5px 0}.chapter{font-size:12px;color:var(--blue);font-weight:600}.answer-box{background:var(--soft);border:1px solid #d9e8ff;border-radius:4px;padding:22px 24px;margin-top:5px!important}.answer-box>span{font-size:12px;color:var(--blue);font-weight:600}.answer-box h2{font-size:20px;margin:7px 0}.answer-box p{margin-bottom:0}.checklist{background:#f7f8fa;border-radius:4px;padding:20px 24px;margin-top:22px}.checklist h3{margin-top:0}.checklist p{margin:5px 0}.source-note{padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.source-note h2{font-size:18px}.source-note p{font-size:13px;color:var(--muted)}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{list-style:none;cursor:pointer;padding:16px 0;font-weight:600;display:flex;justify-content:space-between}.faq summary::-webkit-details-marker{display:none}.faq summary svg{width:18px;transition:.2s}.faq details[open] summary svg{transform:rotate(180deg)}.faq details p{font-size:14px;color:#555;margin:0 0 17px}.article-end{text-align:center;border-top:1px solid var(--line);padding-top:25px;color:var(--muted);font-size:11px}.more-reading{max-width:1100px;margin:16px auto 0;padding:24px 20px;background:#fff;box-shadow:var(--shadow)}.more-reading .eyebrow{margin-bottom:5px}.more-reading h2{font-size:20px}.more-reading .article-grid{display:grid;grid-template-columns:repeat(3,1fr);box-shadow:none;border:1px solid var(--line);margin-top:18px}.more-reading .article-card{border-right:1px solid var(--line)}
:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
@media(max-width:850px){.site-header{height:58px}.header-inner{padding:0 15px}.menu-button{display:block;margin-left:auto}.site-nav{display:none;position:absolute;top:58px;left:0;right:0;height:auto;background:#fff;padding:10px 15px 15px;margin:0;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0}.site-nav.open{display:flex}.site-nav>a:not(.nav-cta){height:44px}.nav-cta{margin:8px 0 0;justify-content:center}.latest{display:block}.latest>*{margin-bottom:12px}.trust{position:static}.article-layout{grid-template-columns:1fr}.toc{position:static;border:1px solid var(--line);border-radius:4px;padding:15px}.more-reading .article-grid{grid-template-columns:1fr}.more-reading .article-card{border-right:0}.field-grid{grid-template-columns:1fr 1fr}footer{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.brand strong{font-size:15px}.hero,.section-pad,.article-page{padding-left:10px;padding-right:10px}.hero-copy{padding:25px 20px}.hero h1{font-size:27px}.hero h1 em{display:block;margin:0}.hero-intro{font-size:14px}.search button{padding:0 17px}.hot{gap:9px}.section-heading{padding:16px}.section-heading>p{display:none}.field-grid{grid-template-columns:1fr;padding:10px}.field-card{min-height:0}.newsletter{margin:12px 10px 0;padding:20px;grid-template-columns:1fr;gap:20px}.newsletter-form>div{height:auto;display:grid}.newsletter-form input{height:42px;border-right:1px solid #d3d3d3}.newsletter-form button{height:42px}footer{grid-template-columns:1fr;padding:25px 15px}.article-hero{padding:28px 20px 20px}.article-hero h1{font-size:27px}.article-byline{flex-wrap:wrap}.article-byline dl{margin:15px 0 0;width:100%;justify-content:space-between}.article-layout{padding:0 20px 45px;gap:25px}.prose{font-size:15px}.prose h2{font-size:21px}.answer-box{padding:18px}.more-reading{margin:12px 10px 0;padding:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* 文章列表页 */
.list-page{max-width:1280px;margin:0 auto;padding:16px 20px 0}.list-breadcrumb{display:flex;gap:8px;color:var(--muted);font-size:12px;padding:0 2px 12px}.list-header{background:#fff;box-shadow:var(--shadow);padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:36px}.list-header .eyebrow{margin-bottom:4px}.list-header h1{font-size:28px;line-height:1.4;margin:0 0 5px}.list-header p:last-child{color:var(--muted);margin:0}.list-search{width:min(430px,42%);height:42px;display:flex;border:1px solid #d3d3d3;border-radius:3px;overflow:hidden}.list-search:focus-within{border-color:var(--blue)}.list-search svg{width:18px;margin:0 10px;color:var(--muted)}.list-search input{flex:1;min-width:0;border:0;outline:0}.list-search button{border:0;background:var(--blue);color:#fff;padding:0 20px}.category-tabs{background:#fff;box-shadow:var(--shadow);margin-top:12px;padding:0 22px;display:flex;gap:30px}.category-tabs a{height:52px;display:flex;align-items:center;position:relative;color:#646464}.category-tabs a:hover,.category-tabs a.active{color:var(--blue)}.category-tabs a.active:after{content:'';position:absolute;height:3px;background:var(--blue);left:0;right:0;bottom:0}.list-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;margin-top:14px;align-items:start}.post-list{background:#fff;box-shadow:var(--shadow)}.post-list-head{height:56px;padding:0 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.post-list-head h2{font-size:18px;margin:0}.post-list-head span{font-size:12px;color:var(--muted)}.post-item{padding:24px;display:flex;gap:20px;border-bottom:1px solid var(--line)}.post-item[hidden]{display:none}.post-copy{min-width:0;flex:1}.post-meta{display:flex;gap:12px;color:var(--muted);font-size:12px;margin:0}.post-meta span:first-child{color:var(--blue)}.post-item h2{font-size:20px;line-height:1.55;margin:8px 0 6px}.post-item h2 a:hover{color:var(--blue)}.post-item h2+P{color:#555;margin:0;line-height:1.75}.post-author{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:12px}.post-author .avatar{width:28px;height:28px;font-size:12px}.post-author>span:last-child{color:var(--muted)}.post-arrow{align-self:center;width:38px;height:38px;border-radius:3px;background:#e5f0ff;color:var(--blue);display:grid;place-items:center;font-size:18px}.empty-state{text-align:center;color:var(--muted);padding:60px 20px}.pagination{padding:24px;display:flex;justify-content:center;gap:8px}.pagination a{min-width:36px;height:36px;padding:0 10px;display:grid;place-items:center;border:1px solid var(--line);border-radius:3px;color:#646464}.pagination a:hover,.pagination a.current{color:#fff;background:var(--blue);border-color:var(--blue)}.pagination a.disabled{color:#bbb;background:#f7f7f7;pointer-events:none}.list-sidebar{display:grid;gap:14px}.list-sidebar>section{background:#fff;box-shadow:var(--shadow);padding:20px}.list-sidebar h2{font-size:16px;margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid var(--line)}.standard-list{list-style:none;padding:0;margin:0}.standard-list li{display:flex;flex-direction:column;padding:9px 0}.standard-list b{font-size:14px}.standard-list span{font-size:12px;color:var(--muted)}.sidebar-link{display:block;color:var(--blue);font-size:12px;margin-top:8px}.popular-list{list-style:none;padding:0;margin:0}.popular-list li{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);line-height:1.5}.popular-list li:last-child{border:0}.popular-list span{color:var(--blue);font-size:12px}.popular-list a{font-size:13px}.popular-list a:hover{color:var(--blue)}.side-cta{background:var(--blue)!important;color:#fff}.side-cta h2{border-color:rgba(255,255,255,.25)}.side-cta p{font-size:13px;color:#e3edff}.side-cta>a{display:flex;height:38px;background:#fff;color:var(--blue);align-items:center;justify-content:center;border-radius:3px;font-weight:600}
@media(max-width:850px){.list-page{padding:12px 10px 0}.list-header{align-items:stretch;flex-direction:column;padding:22px;gap:20px}.list-search{width:100%}.category-tabs{padding:0 14px;gap:22px;overflow-x:auto}.category-tabs a{white-space:nowrap}.list-layout{grid-template-columns:1fr}.list-sidebar{grid-template-columns:1fr 1fr}.side-cta{grid-column:1/-1}}
@media(max-width:600px){.list-header h1{font-size:24px}.list-sidebar{grid-template-columns:1fr}.side-cta{grid-column:auto}.post-item{padding:20px 16px}.post-meta span:last-child{display:none}.post-item h2{font-size:18px}.post-item h2+P{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-arrow{display:none}.post-author>span:last-child{display:none}}
/* EyouCMS template additions */
.eyou-field-grid{grid-template-columns:repeat(4,1fr)}.eyou-field-grid .field-card:nth-child(n+5){min-height:170px}.eyou-field-grid .field-card h3{margin-top:10px}.eyou-home-list{display:grid;grid-template-columns:repeat(3,1fr)}.eyou-content img{max-width:100%;height:auto}.eyou-content table{max-width:100%;border-collapse:collapse}.eyou-content td,.eyou-content th{border:1px solid var(--line);padding:8px}.toc span{color:var(--muted);padding:5px 0}.pagination ul{display:flex;gap:8px;list-style:none;margin:0;padding:0}.pagination li a,.pagination li span{min-width:36px;height:36px;padding:0 10px;display:grid;place-items:center;border:1px solid var(--line);border-radius:3px}.pagination li.active span{color:#fff;background:var(--blue);border-color:var(--blue)}
@media(max-width:850px){.eyou-field-grid,.eyou-home-list{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.eyou-field-grid,.eyou-home-list{grid-template-columns:1fr}}
/* 律师咨询单页 */
.consult-page{max-width:1280px;margin:0 auto;padding:16px 20px 0}.consult-breadcrumb{color:var(--muted);font-size:12px;padding:0 2px 12px}.consult-card{background:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:1.15fr .85fr;min-height:570px}.consult-copy{padding:64px 70px;border-right:1px solid var(--line)}.consult-copy h1{font-size:38px;line-height:1.45;margin:8px 0 18px}.consult-intro{font-size:16px;line-height:1.9;color:#646464;max-width:620px}.consult-notice{background:#f7f8fa;border-radius:4px;margin-top:35px;padding:22px 26px}.consult-notice b{font-size:15px}.consult-notice ul{margin:10px 0 0;padding-left:20px;color:#646464}.consult-notice li{margin:6px 0}.consult-methods{padding:52px 48px;display:flex;flex-direction:column;justify-content:center}.consult-method{display:flex;align-items:center;gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.consult-icon{width:62px;height:62px;border-radius:50%;background:var(--soft);color:var(--blue);display:grid;place-items:center;flex:none}.consult-icon svg{width:28px}.consult-method span{display:block;color:var(--muted);font-size:12px;margin-bottom:4px}.phone-method a{display:block;color:var(--blue);font-size:25px;font-weight:700;line-height:1.4}.consult-method p{margin:4px 0 0;color:var(--muted);font-size:12px}.qr-wrap{width:132px;height:132px;padding:7px;border:1px solid var(--line);background:#fff;flex:none}.qr-wrap img{width:100%;height:100%;object-fit:contain;display:block}.wechat-method h2{font-size:18px;margin:0}.consult-disclaimer{color:var(--muted);font-size:11px;line-height:1.7;margin:22px 0 0}.consult-extra{max-width:900px;margin:16px auto 0;background:#fff;box-shadow:var(--shadow);padding:35px 45px}
@media(max-width:850px){.consult-card{grid-template-columns:1fr}.consult-copy{border-right:0;border-bottom:1px solid var(--line);padding:42px}.consult-methods{padding:35px 42px}}
@media(max-width:600px){.consult-page{padding:12px 10px 0}.consult-copy,.consult-methods{padding:26px 20px}.consult-copy h1{font-size:29px}.consult-copy h1 br{display:none}.consult-method{align-items:flex-start}.wechat-method{flex-direction:column}.qr-wrap{width:150px;height:150px}.consult-extra{margin:12px 10px 0;padding:25px 20px}}
/* Dynamic EyouCMS navigation + consultation phone */
.site-nav{flex:1;gap:18px;margin-left:30px}.site-nav>a:not(.consult-phone){white-space:nowrap}.consult-phone{margin-left:auto;min-width:142px;height:44px;padding:5px 14px;border-radius:4px;background:var(--blue);color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1.25}.consult-phone:hover{background:var(--blue-dark)}.consult-phone span{font-size:10px;opacity:.82}.consult-phone b{font-size:15px;font-weight:600;white-space:nowrap}
@media(max-width:1100px) and (min-width:851px){.brand strong{font-size:15px}.site-nav{gap:11px;margin-left:18px;font-size:13px}.consult-phone{min-width:126px;padding-left:10px;padding-right:10px}.consult-phone b{font-size:13px}}
@media(max-width:850px){.consult-phone{margin:10px 0 0;width:100%;height:52px;align-items:center}.consult-phone span{font-size:11px}.consult-phone b{font-size:16px}}
/* 首页分栏目文章列表 */
.home-category-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.home-category-panel{background:#fff;box-shadow:var(--shadow);min-width:0}.home-category-panel header{height:58px;padding:0 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.home-category-panel header h3{font-size:17px;margin:0}.home-category-panel header a{color:var(--blue);font-size:12px}.home-category-panel ul{list-style:none;padding:7px 22px 12px;margin:0}.home-category-panel li{height:43px;display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line);min-width:0}.home-category-panel li:last-child{border-bottom:0}.home-category-panel li a{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333}.home-category-panel li a:before{content:'';display:inline-block;width:4px;height:4px;border-radius:50%;background:#b8c8dc;margin:0 10px 3px 0}.home-category-panel li a:hover{color:var(--blue)}.home-category-panel time{color:var(--muted);font-size:11px;white-space:nowrap}
@media(max-width:850px){.home-category-lists{grid-template-columns:1fr}}
@media(max-width:600px){.home-category-panel header{padding:0 16px}.home-category-panel ul{padding:6px 16px 10px}.home-category-panel li{gap:10px}}
/* Align the content-principles card with every other homepage section */
.trust{background:transparent;box-shadow:none;padding-top:0}
.trust-inner{background:#fff;box-shadow:var(--shadow);padding:20px}
/* Layout correction: wider desktop canvas and a true full-width article feed */
@media(min-width:851px){
  .header-inner,.hero,.section-pad,footer,.article-page{max-width:1280px}
  .search{max-width:820px}
  .latest{display:block}
  .latest .section-heading{margin-bottom:0}
  .latest .featured,.latest .article-grid{width:100%;grid-column:auto}
  .latest .article-grid{margin-top:12px}
  .trust{margin:16px auto 0;position:static;top:auto}
  .trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
  .trust-grid>div{border-bottom:0}
  .newsletter{max-width:1240px}
  .more-reading{max-width:1240px}
}
