:root{--article-green:#09a96b;--article-ink:#17212b;--article-muted:#687583;--article-line:#e7ecea}
.article-body{background:#f5f8f7;color:var(--article-ink)}
.article-page{width:min(1180px,calc(100% - 40px));margin:24px auto 60px}
.article-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px 38px;border-radius:22px;background:linear-gradient(125deg,#103d34,#0b7655);color:#fff;box-shadow:0 14px 40px rgba(10,70,51,.15)}
.article-hero small{font-weight:800;letter-spacing:.18em;color:#9be2c8}.article-hero h1{margin:8px 0;font-size:34px}.article-hero p{margin:0;max-width:720px;line-height:1.8;color:#d5eee5}
.article-hero-stat{min-width:150px;text-align:center;padding:17px 24px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(255,255,255,.09)}
.article-hero-stat b{display:block;font-size:34px}.article-hero-stat span{font-size:14px;color:#d6eee6}
.article-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px 0;padding:14px 18px;border:1px solid var(--article-line);border-radius:16px;background:#fff}
.article-categories{display:flex;gap:8px;flex-wrap:wrap}.article-categories a{padding:8px 13px;border-radius:9px;color:#53615c;text-decoration:none}.article-categories a:hover,.article-categories a.active{background:#e9f8f2;color:#087d54;font-weight:700}
.article-tools form{display:flex;min-width:300px;border:1px solid #dce4e1;border-radius:10px;overflow:hidden}.article-tools input{width:100%;border:0;padding:10px 13px;outline:0;font-size:14px}.article-tools button{border:0;padding:0 18px;background:var(--article-green);color:#fff;font-weight:700}
.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.article-card{overflow:hidden;border:1px solid var(--article-line);border-radius:17px;background:#fff;box-shadow:0 7px 22px rgba(25,58,48,.05);transition:.2s}
.article-card:hover{transform:translateY(-3px);box-shadow:0 13px 30px rgba(25,58,48,.10)}
.article-content{padding:20px}.article-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#8a9691}.article-meta>span{color:#078258;font-weight:700}.article-meta em{padding:2px 6px;border-radius:5px;background:#fff1d9;color:#b36b00;font-style:normal;font-weight:800}.article-meta em.recommend{background:#e8f8f1;color:#087d54}.article-meta time{margin-left:auto}
.article-content h2{min-height:50px;margin:10px 0 8px;font-size:18px;line-height:1.45}.article-content h2 a{color:var(--article-ink);text-decoration:none}.article-content p{height:66px;margin:0;overflow:hidden;color:var(--article-muted);font-size:14px;line-height:1.6}
.article-content footer{display:flex;justify-content:space-between;gap:10px;margin-top:15px;padding-top:13px;border-top:1px solid #eef1f0;font-size:13px}.article-content footer span{color:#8a9691}.article-content footer a{color:#078258;font-weight:700;text-decoration:none}
.article-pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:28px}.article-pagination a{padding:9px 16px;border-radius:9px;background:#fff;color:#087d54;text-decoration:none}.article-pagination span{color:#718078}
.article-empty{padding:80px 20px;text-align:center;border:1px dashed #cad8d2;border-radius:18px;background:#fff}.article-empty span{display:grid;place-items:center;width:58px;height:58px;margin:auto;border-radius:18px;background:#e8f8f1;color:#078258;font-size:25px;font-weight:900}.article-empty h2{margin:16px 0 8px}.article-empty p{color:#75827c}
@media(max-width:900px){.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-tools{align-items:stretch;flex-direction:column}.article-tools form{min-width:0}.article-hero{padding:27px}.article-hero-stat{display:none}}
@media(max-width:600px){.article-page{width:calc(100% - 24px);margin-top:14px}.article-hero{padding:23px 20px;border-radius:16px}.article-hero h1{font-size:27px}.article-grid{grid-template-columns:1fr}}
