:root{--ink:#333;--muted:#888;--orange:#ff6b22;--paper:#f9f9f9;--line:#ececec}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:14px/1.65 Arial,"Microsoft YaHei",sans-serif;background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1200px,calc(100% - 32px));margin:auto}.topbar{height:90px;background:#050505;color:#fff}.nav{height:90px;display:flex;align-items:center;justify-content:space-between}.brand img{width:221px;height:74px;object-fit:contain}.menu{display:flex;gap:48px;align-items:center;font-size:16px}.menu a{padding:33px 0;border-bottom:3px solid transparent}.menu a:hover,.menu a[aria-current=page]{color:#ff843f;border-color:var(--orange)}.section{padding:38px 0;background:var(--paper)}.section.white{background:#fff}.heading{display:flex;align-items:center;gap:13px;margin:0 0 20px;font-size:26px}.heading:before{content:"";width:38px;height:38px;border-radius:50%;background:var(--orange);box-shadow:inset 0 0 0 11px #fff}.grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}.card{min-width:0;background:#fff;border:1px solid var(--line);padding:19px 10px 12px;text-align:center;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000012}.icon{width:100px;height:100px;border-radius:18px;object-fit:cover;margin:0 auto 8px}.name{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta{font-size:12px;color:var(--muted);margin-top:3px}.topics{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.topic{min-height:130px;padding:25px;border-radius:4px;background:linear-gradient(135deg,#2d3038,#606571);color:#fff}.topic:nth-child(2){background:linear-gradient(135deg,#ff7534,#ffad4d)}.topic:nth-child(3){background:linear-gradient(135deg,#3174c7,#66b2ef)}.topic h3{font-size:20px;margin:0 0 7px}.topic p{margin:0;color:#ffffffcc}.detail{display:grid;grid-template-columns:220px 1fr;gap:34px;padding:40px 0}.detail-cover{width:200px;height:200px;object-fit:cover;border-radius:28px}.badge{display:inline-block;padding:3px 10px;background:#fff1e9;color:#d94f0a;border-radius:12px}.download{display:inline-block;margin-top:15px;background:var(--orange);color:#fff;padding:11px 30px;border-radius:4px;font-weight:bold}.article{max-width:850px}.article h1{font-size:30px;line-height:1.3}.article h2{margin-top:30px}.article p{font-size:16px;color:#555}.footer{background:#333;color:#777;padding:38px 0;text-align:center}.footer .friends{text-align:left;color:#aaa;margin-bottom:18px}.footer a:hover{color:#fff}.search{margin-left:auto;margin-right:24px}.search input{width:220px;border:0;border-radius:3px;padding:10px 12px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:900px){.topbar,.nav{height:auto}.nav{padding:10px 0;flex-wrap:wrap}.brand img{width:160px;height:54px}.menu{order:3;width:100%;gap:20px;overflow:auto}.menu a{padding:8px 0;white-space:nowrap}.search{margin:0}.grid{grid-template-columns:repeat(3,1fr)}.topics{grid-template-columns:1fr}.detail{grid-template-columns:1fr}.detail-cover{width:140px;height:140px}}@media(max-width:520px){.grid{grid-template-columns:repeat(2,1fr)}.search{display:none}}
