:root{--news-green:#1f5a4c;--news-green-dark:#143f35;--news-lime:#8fcf62;--news-bg:#eef4f1;--news-text:#17211e;--news-muted:#66766f;--news-border:#dce7e2;--news-card:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.sm-news-page{margin:0;background:var(--news-bg);color:var(--news-text);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}.sm-news-shell{min-height:100vh}.sm-news-topbar{height:86px;background:#fff;border-bottom:1px solid var(--news-border);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 max(24px,5vw)}.sm-news-logo{display:block;width:180px;max-width:42vw;height:auto}.sm-news-home{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 14px;border:1px solid var(--news-border);border-radius:10px;color:var(--news-green-dark);font-size:14px;font-weight:700;text-decoration:none;background:#fff}.sm-news-home:hover{background:#f5f9f7}.sm-news-main{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:56px 0 72px}.sm-news-hero{max-width:820px;margin-bottom:40px}.sm-news-kicker{display:block;color:var(--news-green);font-size:12px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px}.sm-news-hero h1,.sm-news-article h1{margin:0;color:#173d32;letter-spacing:-.025em}.sm-news-hero h1{font-size:clamp(36px,6vw,62px);line-height:1.02}.sm-news-hero p{max-width:760px;margin:18px 0 0;color:var(--news-muted);font-size:18px;line-height:1.65}.sm-news-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.sm-news-card{min-width:0;background:var(--news-card);border:1px solid var(--news-border);border-radius:18px;padding:28px 30px;box-shadow:0 10px 28px rgba(21,58,46,.06)}.sm-news-card-meta,.sm-news-article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;color:var(--news-muted);font-size:13px;margin-bottom:14px}.sm-news-version{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#e4f2e8;color:#245c42;font-weight:800;letter-spacing:.04em}.sm-news-updated{font-weight:700;color:#536760}.sm-news-card h2{font-size:clamp(22px,2.5vw,30px);line-height:1.15;margin:0 0 12px}.sm-news-card h2 a{color:#173d32;text-decoration:none}.sm-news-card h2 a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.sm-news-card p{max-width:900px;margin:0 0 18px;color:var(--news-muted);font-size:16px;line-height:1.65}.sm-news-read{display:inline-flex;align-items:center;gap:8px;color:var(--news-green);font-weight:800;text-decoration:none}.sm-news-read:hover{text-decoration:underline;text-underline-offset:3px}.sm-news-article{background:#fff;border:1px solid var(--news-border);border-radius:20px;padding:clamp(26px,5vw,54px);box-shadow:0 12px 36px rgba(21,58,46,.065)}.sm-news-article h1{font-size:clamp(34px,5vw,54px);line-height:1.08;max-width:930px}.sm-news-lead{font-size:20px;line-height:1.65;color:#52655e;max-width:850px;margin:22px 0 34px;padding-bottom:28px;border-bottom:1px solid var(--news-border)}.sm-news-body{max-width:820px;font-size:17px;line-height:1.82;color:#27352f}.sm-news-body p{margin:0 0 22px}.sm-news-body strong{color:#173d32}.sm-news-body a{color:var(--news-green);font-weight:700}.sm-news-back{margin-top:40px;padding-top:24px;border-top:1px solid var(--news-border)}.sm-news-back a{color:var(--news-green);font-weight:800;text-decoration:none}.sm-news-back a:hover{text-decoration:underline}.sm-news-notfound{min-height:320px}.sm-news-notfound p{color:var(--news-muted);font-size:18px;margin:18px 0 24px}@media(max-width:860px){.sm-news-list{grid-template-columns:1fr}}@media(max-width:640px){.sm-news-topbar{height:72px;padding:0 18px}.sm-news-logo{width:150px}.sm-news-home{font-size:13px;padding:8px 11px}.sm-news-main{width:min(100% - 28px,1120px);padding:38px 0 54px}.sm-news-card{padding:22px 20px;border-radius:15px}.sm-news-article{padding:25px 20px;border-radius:15px}.sm-news-lead{font-size:18px}.sm-news-body{font-size:16px}}
