
:root{--ink:#1e293b;--muted:#64748b;--line:#e2e8f0;--brand:#e85d75;--brand2:#ffb86b;--bg:#fffaf5;--card:#ffffff;--soft:#fff1e8;--green:#16a085}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,var(--bg),#fff)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:1180px;margin:auto;padding:0 18px}.topbar{font-size:13px;color:var(--muted);border-bottom:1px solid var(--line);background:#fff}.topbar .wrap{display:flex;justify-content:space-between;gap:12px;padding-top:8px;padding-bottom:8px}.site-head{background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.head-main{display:flex;align-items:center;justify-content:space-between;padding:18px}.logo{display:flex;align-items:center;gap:12px;font-weight:900;font-size:25px}.logo-badge{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand2));display:grid;place-items:center;color:white}.nav{display:flex;gap:18px;flex-wrap:wrap;color:#334155;font-weight:700}.searchbar{padding:0 18px 16px}.searchbox{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff}.searchbox input{flex:1;border:0;padding:13px 18px;font-size:15px;outline:0}.searchbox button{border:0;background:var(--ink);color:white;padding:0 22px;font-weight:800}.hero{display:grid;grid-template-columns:1.45fr .8fr;gap:22px;padding:28px 0}.hero-card,.card,.panel{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 55px rgba(15,23,42,.07);overflow:hidden}.hero-card{position:relative}.hero-body{padding:24px}.kicker{display:inline-flex;gap:6px;align-items:center;background:var(--soft);color:#9a3412;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:800}.hero h1{font-size:38px;line-height:1.18;margin:16px 0 12px}.desc{color:var(--muted);line-height:1.8}.meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin:13px 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.stat{background:#f8fafc;border-radius:18px;padding:14px}.stat b{display:block;font-size:22px}.video-thumb{position:relative;overflow:hidden}.video-thumb img{aspect-ratio:16/9;object-fit:cover;width:100%}.play{position:absolute;inset:0;display:grid;place-items:center;background:rgba(15,23,42,.02);opacity:0;transition:.25s}.video-card:hover .play,.hero-card:hover .play{opacity:1;background:rgba(15,23,42,.22)}.play span{width:62px;height:62px;border-radius:999px;background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--brand);font-size:24px}.section{padding:18px 0}.section-title{display:flex;justify-content:space-between;align-items:end;margin:10px 0 18px}.section-title h2{font-size:26px;margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.card{padding:18px}.video-card{padding:0}.video-card .content{padding:16px}.tag{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:5px 10px;color:var(--muted);font-size:12px;margin:3px}.title{font-size:18px;font-weight:900;line-height:1.45;margin:8px 0}.list{display:grid;gap:12px}.list a{padding:13px;border-radius:16px;background:#f8fafc;display:flex;justify-content:space-between;gap:12px}.author{display:flex;gap:14px;align-items:center}.avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--brand2),var(--brand));display:grid;place-items:center;color:white;font-weight:900}.faq details{border:1px solid var(--line);padding:15px;border-radius:16px;background:#fff;margin-bottom:10px}.faq summary{font-weight:900;cursor:pointer}.comment{border-left:4px solid var(--brand);background:#fff;padding:15px;border-radius:16px}.foot{background:#111827;color:#d1d5db;margin-top:36px;padding:34px 0}.foot .logo{color:white}.foot-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px}.breadcrumb{font-size:14px;color:var(--muted);margin:18px 0}.article{max-width:850px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 16px 42px rgba(15,23,42,.06)}.article h1{font-size:34px}.article p{line-height:1.9;color:#334155}.notice{background:#ecfeff;border:1px solid #a5f3fc;color:#0e7490;padding:14px;border-radius:18px;margin:18px 0}.json-block{display:none}@media(max-width:900px){.hero,.two,.foot-grid{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.nav{font-size:14px}.hero h1{font-size:30px}}@media(max-width:620px){.grid,.stats{grid-template-columns:1fr}.head-main{align-items:flex-start;gap:12px;flex-direction:column}.hero h1{font-size:26px}.article{padding:20px}.topbar .wrap{flex-direction:column}}
