:root{
  --black:#111111;--gray-ulow:#434343;--gray-dark:#565656;--gray-black:#676767;--gray-low:#d4d4d4;--gray-deep:#e9ebea;--gray-light:#f4f4f4;--gray-smoke:#f1f3f2;--white:#ffffff;
  --green-mid:#00aab0;--green:#4aa8ae;--green-black:#009ba1;--teal-text:#00727a;--teal-text-dk:#005a61;--blue:#d4ebed;--orange:#fff0d1;--orange-deep:#f99736;--red:#c21a1a;--red-light:#fdeded;
  --ff:Arial,Helvetica,sans-serif;--radius:16px;--radius-sm:12px;--pill:50px;
}
html{scroll-behavior:auto;background:var(--gray-smoke)}
body{background:var(--gray-smoke);color:var(--black);font-family:var(--ff);font-size:17px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit} img{display:block;max-width:100%;height:auto}
.monitor{max-width:900px;margin:0 auto;padding:40px 20px 60px}
.card{background:var(--white);border-radius:var(--radius);padding:40px;margin-bottom:20px}
h1,h2,h3{font-weight:600;line-height:1.2;color:var(--black)} h1{font-size:36px} h2{font-size:28px} h3{font-size:20px}
p+p{margin-top:12px}.eyebrow,.head__kicker,.callout__label,.verdict__label{font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--teal-text)}
.head{text-align:left}.head__kicker{margin-bottom:8px}.head__date{margin-top:12px;color:var(--gray-dark)}.head__hero{width:100%;margin-top:26px;border-radius:var(--radius-sm);aspect-ratio:21/6;object-fit:cover;object-position:50% 50%}
.toc h2{margin-top:4px}.toc__intro{margin-top:8px;color:var(--gray-dark)}.toc__list{margin-top:22px}.toc__list li+li{border-top:1px solid var(--gray-deep)}.toc__link{display:grid;grid-template-columns:44px 1fr 16px;gap:14px;align-items:center;padding:16px 0;text-decoration:none}.toc__num{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--blue);color:var(--teal-text);font-weight:600}.toc__ttl{display:block;font-weight:600}.toc__sub{display:block;margin-top:3px;color:var(--gray-black);font-size:14px}.toc__chev,.src__chev{width:9px;height:9px;border-right:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg)}
.news__head{display:grid;grid-template-columns:200px 1fr;gap:28px;align-items:center}.news__photo{width:200px;height:200px;border-radius:var(--radius-sm);object-fit:cover;object-position:50% 50%}.news__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px}.news__num{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--teal-text);color:var(--white);font-size:20px;font-weight:600}.chip{display:inline-flex;align-items:center;min-height:34px;padding:5px 14px;border-radius:var(--pill);background:var(--gray-light);color:var(--teal-text);font-size:14px;font-weight:600}
.callout,.block,.cols,.verdict,.src{margin-top:25px}.callout{padding:22px 24px;border-radius:var(--radius-sm);background:var(--gray-light)}.callout--key{background:var(--blue)}.callout__label{display:block;margin-bottom:7px}.block h3,.cols h3{margin-bottom:10px}.facts{counter-reset:f}.facts li{counter-increment:f;position:relative;padding:13px 0 13px 42px}.facts li+li{border-top:1px solid var(--gray-deep)}.facts li:before{content:counter(f);position:absolute;left:0;top:11px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--blue);color:var(--teal-text);font-weight:600;font-size:14px}
.cols{display:flex;gap:16px}.cols>div{flex:1;padding:22px;border-radius:var(--radius-sm)}.cols__now{background:var(--blue)}.cols__lim{background:var(--orange)}.marks li{position:relative;padding-left:18px}.marks li+li{margin-top:9px}.marks li:before{content:'';position:absolute;left:0;top:.65em;width:7px;height:7px;border-radius:50%;background:var(--teal-text)}.cols__lim .marks li:before{background:var(--orange-deep)}
.verdict{display:flex;gap:20px;align-items:center;padding:22px 24px;border-radius:var(--radius-sm);background:var(--gray-light)}.verdict__val{flex:0 0 auto;color:var(--teal-text);font-size:34px;font-weight:600;line-height:1}.verdict__val span{font-size:16px}.verdict__body p{margin-top:4px;color:var(--gray-dark)}
.src{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:13px 18px;border-radius:var(--pill);background:var(--teal-text);color:var(--white);text-decoration:none;font-weight:600;overflow-wrap:anywhere}.src--secondary{background:var(--gray-ulow)}
.editorial p:not(.eyebrow){margin-top:14px}.foot__list{margin-top:18px;list-style:decimal;padding-left:22px}.foot__list li+li{margin-top:16px}.foot__list a{color:var(--teal-text);font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.foot__url{display:block;color:var(--gray-black);font-size:13px;overflow-wrap:anywhere}.foot__note{margin-top:26px;padding-top:20px;border-top:1px solid var(--gray-deep);color:var(--gray-dark);font-size:14px}.foot__brand{margin-top:16px;color:var(--teal-text);font-weight:600;letter-spacing:.04em}
.backtop{display:flex;justify-content:center;padding-top:4px}.backtop a{display:inline-flex;align-items:center;gap:9px;padding:12px 18px;border-radius:var(--pill);background:var(--teal-text);color:var(--white);text-decoration:none;font-weight:600}.backtop a span:first-child{font-size:22px;line-height:1}
@media(max-width:766px){.monitor{padding:24px 14px 44px}.card{padding:24px;margin-bottom:16px}.cols{flex-direction:column}h1{font-size:30px}h2{font-size:24px}h3{font-size:18px}}
@media(max-width:619px){body{font-size:16px}.monitor{padding:16px 10px 36px}.card{padding:20px}.head__hero{aspect-ratio:16/9}.news__head{grid-template-columns:1fr;gap:18px}.news__photo{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.news__meta{margin-bottom:8px}.toc__link{grid-template-columns:38px 1fr 12px;gap:10px}.toc__num{width:32px;height:32px}.verdict{align-items:flex-start}.verdict__val{font-size:30px}h1{font-size:26px}h2{font-size:22px}}
