:root {
  --text: #333333;
  --title: #444444;
  --muted: #888888;
  --page: #ececec;
  --box: #ffffff;
  --line: #e4e4e4;
  --nav: #2d2d2d;
  --nav-hover: #1d2786;
  --more: #1d2786;
  --more-hover: #151d66;
  --link: #1d2786;
  --font: Inter, "Droid Sans", Arial, sans-serif;
  --max: 1040px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text);
  background: #f3f4f6;
}
img, video { max-width: 100%; height: auto; display: block; }
picture { display: block; max-width: 100%; }
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }

.page {
  width: min(1040px, calc(100% - 32px));
  margin: 24px auto 40px;
  background: var(--box);
  border: 1px solid #e2e2e2;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 36px;
  padding: 6px 16px;
  background: #f7f7f7;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.top a { color: var(--muted); }
.site-search { display: flex; gap: 6px; }
.site-search input {
  width: 220px;
  height: 28px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 10px;
  font: inherit;
}
.site-search button {
  height: 28px;
  border: 0;
  background: var(--nav);
  color: #fff;
  padding: 0 12px;
  font: inherit;
  cursor: pointer;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 16px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--title);
  text-decoration: none;
  line-height: 1.15;
}
.logo:hover { text-decoration: none; }
.logo picture,
.logo img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.logo img {
  border-radius: 10px;
  object-fit: cover;
}
.logo-text strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #111;
}
.logo-text span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}
.brand .site-search { margin-left: auto; }
.ad-header { flex: 1; max-width: 728px; margin: 0; }
.ad-demo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.ad-header .ad-demo {
  height: 90px;
  object-fit: cover;
  object-position: left center;
}
.ad-wide .ad-demo {
  max-height: 120px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.ad--side .ad-demo {
  height: 250px;
  object-fit: cover;
}
.ad--link .ad-demo {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.ad--inarticle .ad-demo {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.sl-bar { padding: 20px 16px 0; }
.sl-bar[hidden] { display: none !important; }
.sl-bar .ad {
  margin: 16px auto 8px;
  max-width: 728px;
}
.sl-bar .ad-demo {
  width: 100%;
  height: auto;
  max-width: 728px;
  margin: 0 auto;
}
.slRv {
  background: #fff;
  padding: 12px;
  margin: 8px auto 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  width: fit-content;
  border: 1px solid var(--line);
}
.slRi {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 8px;
  opacity: .8;
  overflow: hidden;
  color: #555;
}
.slRi::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px dashed currentColor;
  border-radius: 50%;
  animation: sl-robot 4s infinite;
}
.slRv.v .slRi::after {
  animation: sl-robot 4s infinite, sl-spinner 4s infinite;
}
.slRi svg { width: 100%; height: 100%; border-radius: 50%; fill: currentColor; }
.slRc {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 0;
  background: transparent;
  font: inherit;
  color: var(--title);
  font-weight: 700;
}
.slRc svg.line {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.slRv:not(.v) .slRc svg path:last-of-type { display: none; }
.slRc.is-busy { cursor: wait; pointer-events: none; }
.slErr {
  color: #a40000;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.continue-button {
  display: block;
  width: fit-content;
  margin: 8px auto 0;
  background: var(--more);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none !important;
  border: 0;
}
.continue-button.disabled,
.continue-button.is-busy {
  background: #9aa39a;
  pointer-events: none;
  cursor: default;
}
@keyframes sl-robot { 0% { opacity: .4 } 50% { opacity: 1 } 100% { opacity: .4 } }
@keyframes sl-spinner { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } }
.sl-out {
  width: 100%;
  max-width: 640px;
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 10px;
  font: inherit;
  margin-top: 8px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  background: var(--nav);
  padding: 0 8px;
}
.nav a {
  color: #ddd;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  padding: 16px 14px;
  white-space: nowrap;
}
.nav a:hover, .nav a.is-on {
  color: #fff;
  background: var(--nav-hover);
  text-decoration: none;
}
.nav-topics {
  position: relative;
}
.nav-topics > summary {
  list-style: none;
  color: #ddd;
  font-size: 13px;
  font-weight: 700;
  padding: 16px 14px;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}
.nav-topics > summary::-webkit-details-marker { display: none; }
.nav-topics > summary::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  border: 4px solid transparent;
  border-top-color: currentColor;
  transform: translateY(2px);
}
.nav-topics[open] > summary,
.nav-topics.is-on > summary,
.nav-topics > summary:hover {
  color: #fff;
  background: var(--nav-hover);
}
.nav-topics__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #1d1d1d;
  z-index: 50;
  flex-direction: column;
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}
.nav-topics[open] > .nav-topics__menu {
  display: flex;
}
.nav-topics__menu a {
  display: block;
  padding: 12px 16px;
}

.ad {
  margin: 16px 0;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.ad span {
  display: block;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #888;
  padding: 6px 8px 0;
  font-weight: 600;
}
.ad-slot {
  min-height: 90px;
  background: #f7f7f7;
}
.ad-slot--search {
  display: flex;
  align-items: center;
  padding: 12px;
}
.ad--dynamic { border: 1px solid #e4e4e4; }
.ad--dynamic span { color: #888; }
.ad--side { margin: 0 0 16px; }
.ad--side .ad-slot { min-height: 250px; }
.ad-header { flex: 1; max-width: 728px; margin: 0; }
.ad-header .ad-slot { min-height: 90px; }
.ad-wide { padding: 12px 16px 0; }
.ad-wide .ad { margin: 0; }
.ad-wide .ad-slot { min-height: 120px; }
.ad-wide .link-gate { margin: 0; }
.ad-wide + .ad-wide { padding-top: 8px; }

.ad--link {
  border: 1px solid #d0d7de;
  background: #fff;
}
.ad--link > span { color: #5b6b7a; }
.link-unit { font-size: 14px; }
.link-unit-head {
  background: #e8f0fe;
  color: #1a73e8;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
}
.link-unit ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-unit li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid #e8eaed;
  color: #1a73e8;
  font-weight: 500;
}
.link-unit li::after {
  content: "›";
  color: #9aa0a6;
  font-size: 18px;
  line-height: 1;
}
.ad--side.ad--link,
.side .ad--link { margin: 0 0 16px; }

.link-gate {
  border: 2px dashed #c0392b;
  padding: 20px 16px 22px;
  margin: 0 0 22px;
  text-align: center;
}
.link-gate-title {
  font-size: 16px;
  font-weight: 700;
  color: #a32020;
  margin-bottom: 14px;
}
.link-gate-note { color: var(--muted); font-size: 13px; margin-bottom: 12px; }

.botcheck {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(304px, 100%);
  min-height: 78px;
  margin: 0 auto 16px;
  padding: 0 14px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0,0,0,.08);
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.botcheck:hover { background: #f3f3f3; }
.botcheck-box {
  width: 28px;
  height: 28px;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  background: #fff;
  flex-shrink: 0;
}
.botcheck-label { flex: 1; font-size: 14px; color: #222; }
.botcheck-mark {
  font-size: 10px;
  color: #888;
  line-height: 1.2;
  text-align: right;
  max-width: 72px;
}
.botcheck.is-busy { cursor: wait; pointer-events: none; }
.botcheck.is-busy .botcheck-box {
  border: 3px solid #dcdcdc;
  border-top-color: #1a73e8;
  border-radius: 50%;
  background: transparent;
  animation: botspin .7s linear infinite;
}
.botcheck.is-ok { cursor: default; }
.botcheck.is-ok .botcheck-box {
  border-color: #1a73e8;
  background: #1a73e8;
  position: relative;
}
.botcheck.is-ok .botcheck-box::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@keyframes botspin { to { transform: rotate(1turn); } }

.go-wrap { margin-top: 8px; }
.btn-go {
  display: inline-block;
  margin-top: 8px;
  background: #1a73e8;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none !important;
  border: 0;
}
.btn-go.is-wait { background: #9aa39a; cursor: default; }

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  padding: 18px 16px 24px;
}
.feed,
.side,
.layout > * { min-width: 0; }
.feed { overflow-x: clip; }

.entry {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px 0;
}
.entry-media {
  display: block;
  flex-shrink: 0;
}
.entry-media picture { display: block; }
.entry-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  background: #d7d7d7;
}
.kicker {
  display: inline-block;
  font-size: 11px;
  color: var(--muted);
  text-transform: none;
  margin-bottom: 6px;
}
.entry-copy { min-width: 0; }
.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 8px;
}
.entry-meta a { color: var(--link); }
.entry h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--title);
  margin: 0 0 8px;
}
.entry h2 a { color: var(--title); }
.entry h2 a:hover { color: var(--link); }
.excerpt, .empty {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.nf-links {
  margin: 0 0 20px;
  padding-left: 18px;
}
.nf-links li { margin: 0 0 8px; }
.meta { color: var(--muted); font-size: 12px; margin-bottom: 10px; }
.more {
  display: inline-block;
  background: var(--more);
  color: #fff !important;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 2px;
  text-decoration: none !important;
}
.more:hover { background: var(--more-hover); }

.side .widget {
  margin-bottom: 18px;
  padding-bottom: 8px;
}
.side h3 {
  font-size: 15px;
  color: var(--title);
  border-bottom: 2px solid var(--nav);
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.side ul { list-style: none; }
.side li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--title);
}
.side li:last-child { border-bottom: 0; }
.side a { color: var(--title); }
.side .mini {
  width: 75px;
  height: 55px;
  object-fit: cover;
  flex-shrink: 0;
  background: #ddd;
}
.side-sticky {
  position: sticky;
  top: 12px;
}
.widget-popular {
  border: 1px solid var(--line);
  padding: 12px 14px;
}
.popular-list li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.popular-list li:last-child { border-bottom: 0; }

#crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 14px;
}
#crumbs a { color: var(--muted); }
#crumbs .current {
  color: var(--title);
  overflow-wrap: anywhere;
}
#crumbs .delimiter { color: #bbb; }
#crumbs + .ad { margin-top: 0; }
.crumb-ico,
.cat-ico {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  vertical-align: -1px;
}
.post-cats {
  font-size: 13px;
  margin: 0 0 14px;
  color: var(--muted);
}
.post-cats a { color: var(--link); }
.article-title, .page-title {
  font-size: 22px;
  line-height: 1.3;
  color: var(--title);
  margin: 0 0 8px;
}
.hero,
.hero picture {
  display: block;
  max-width: 100%;
}
.hero-img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  margin: 0 0 16px;
  background: #ddd;
  border-radius: 8px;
}
.article-body { font-size: 15px; line-height: 1.7; overflow-wrap: anywhere; word-break: break-word; }
.article-body p, .article-body ul, .article-body ol, .article-body h2, .article-body h3 { margin-bottom: 14px; }
.article-body h2 { font-size: 18px; color: var(--title); margin-top: 22px; }
.article-body h3 { font-size: 16px; color: var(--title); margin-top: 18px; }
.article-body ul, .article-body ol { padding-left: 22px; }
.article-body li { margin-bottom: 8px; }
.article-body li > p { margin-bottom: 6px; }
.article-body img {
  max-width: 100%;
  height: auto;
  margin: 12px 0;
}
.table-wrap {
  overflow-x: auto;
  max-width: 100%;
  margin: 0 0 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
}
.article-body table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
.article-body th,
.article-body td {
  border-bottom: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.article-body thead th {
  background: #f6f7f9;
  font-weight: 700;
  color: var(--title);
  border-bottom: 1px solid #d8d8d8;
}
.article-body tbody tr:last-child th,
.article-body tbody tr:last-child td { border-bottom: 0; }
.article-body th[align="right"],
.article-body td[align="right"] {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.article-body pre {
  background: #f6f7f9;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 18px;
}
.article-body code {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}
.article-body :not(pre) > code {
  background: #f3f4f6;
  padding: 1px 5px;
  border-radius: 4px;
}
.article-body pre code {
  font-size: 13px;
  background: none;
  padding: 0;
}

.share-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 22px 0 8px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.share-text {
  font-size: 13px;
  font-weight: 700;
  color: var(--title);
  margin-right: 4px;
}
.flat-social {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flat-social li { list-style: none; }
.flat-social a {
  display: inline-block;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  text-decoration: none !important;
}
.social-facebook { background: #3b5998; }
.social-twitter { background: #1da1f2; }
.social-linkedin { background: #0077b5; }
.social-pinterest { background: #cb2027; }

.also-see { margin: 28px 0 8px; }
.also-see .title {
  font-size: 18px;
  color: var(--title);
  margin: 0 0 14px;
}
.post-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-item a {
  color: var(--title);
  text-decoration: none;
}
.post-item a:hover { color: var(--link); }
.also-thumb {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ddd;
  margin-bottom: 8px;
}
.also-thumb picture { display: block; height: 100%; }
.also-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-item h3 {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.form { display: grid; gap: 8px; max-width: 520px; }
.form label { font-size: 13px; font-weight: 600; color: var(--title); }
.form input,
.form select,
.form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px 10px;
  font: inherit;
  background: #fff;
}
.form input, .form select { height: 40px; }
.form textarea { min-height: 140px; resize: vertical; }
.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.notice-ok {
  background: #eef8ee;
  border: 1px solid #b7d7b7;
  color: #1b5e20;
  padding: 10px 12px;
  margin: 0 0 16px;
  font-size: 14px;
}
.btn {
  border: 0;
  cursor: pointer;
  background: var(--more);
  color: #fff;
  font: inherit;
  padding: 8px 14px;
  width: fit-content;
}
.err { color: #a40000; font-weight: 700; }
.source { color: var(--muted); font-size: 12px; margin-bottom: 12px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.thread { list-style: none; }
.tweet { padding: 14px 0; border-bottom: 1px solid var(--line); }
.tweet-h { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; }
.tweet-h img { width: 42px; height: 42px; border-radius: 50%; }
.who { font-size: 12px; color: var(--muted); }
.tweet p { white-space: pre-wrap; font-size: 14px; }
.tweet-media { display: grid; gap: 8px; margin-top: 10px; }
.origin { display: inline-block; margin-top: 8px; font-size: 12px; }

.site-footer {
  border-top: 1px solid var(--line);
  background: #f7f7f7;
  padding: 28px 16px 18px;
  color: var(--muted);
  font-size: 13px;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
  margin-bottom: 22px;
}
.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  margin-bottom: 8px;
}
.footer-brand .footer-logo:hover { text-decoration: none; }
.footer-brand .footer-logo img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}
.footer-brand strong {
  display: block;
  color: #111;
  font-size: 18px;
  margin-bottom: 6px;
}
.footer-logo strong { margin-bottom: 0; }
.footer-brand p { margin: 0 0 8px; line-height: 1.5; }
.site-footer h2 {
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--title);
  margin: 0 0 10px;
}
.site-footer ul { list-style: none; }
.site-footer li { margin: 0 0 8px; }
.site-footer a { color: #555; }
.site-footer a:hover { color: var(--link); }
.copy-right {
  color: #777;
  font-size: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 20;
  background: var(--nav);
  color: #fff;
  padding: 8px 12px;
  font-size: 13px;
}
.skip-link:focus { top: 8px; }

.home-intro {
  margin: 0 0 4px;
  padding-bottom: 4px;
}
.home-intro h1 {
  font-size: 22px;
  line-height: 1.2;
  color: #111;
  margin: 0 0 6px;
  letter-spacing: -0.03em;
}
.home-intro .lede {
  font-size: 16px;
  color: var(--text);
  margin: 0 0 8px;
  max-width: 42em;
}
.intro-note {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 12px;
}

.legal-doc { font-size: 15px; line-height: 1.7; overflow-wrap: break-word; }
.legal-doc p, .legal-doc ul, .legal-doc h2, .legal-doc h3 { margin-bottom: 14px; }
.legal-doc h2 { font-size: 18px; color: var(--title); margin-top: 22px; }
.legal-doc h3 { font-size: 16px; color: var(--title); margin-top: 18px; }
.legal-doc ul { padding-left: 22px; }
.legal-doc li { margin-bottom: 8px; }

.widget-about p {
  font-size: 13px;
  color: var(--text);
  margin: 0 0 8px;
  line-height: 1.5;
}
.side .site-search {
  margin: 0 0 18px;
}
.side .site-search input { width: 100%; }

.cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  background: #1c1c1c;
  color: #eee;
  padding: 12px 18px;
  font-size: 13px;
  line-height: 1.45;
  box-shadow: 0 -4px 16px rgba(0,0,0,.18);
}
.cookie-bar[hidden] { display: none !important; }
.cookie-bar p { margin: 0; flex: 1 1 280px; }
.cookie-bar a { color: #fff; text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-bar button {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 8px 14px;
}
.cookie-accept { background: #fff; color: #111; }
.cookie-reject { background: transparent; color: #fff; border: 1px solid #888 !important; }
body.has-cookie { padding-bottom: 96px; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 22px 0 4px;
}
.pager a,
.pager span {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--title);
  text-decoration: none;
  background: #fff;
}
.pager a:hover {
  background: #f7f7f7;
  text-decoration: none;
}
.pager .is-on {
  background: var(--nav);
  color: #fff;
  border-color: var(--nav);
}

@media (max-width: 860px) {
  .page {
    width: calc(100% - 16px);
    margin: 10px auto 28px;
  }
  .layout,
  .entry,
  .brand {
    grid-template-columns: minmax(0, 1fr);
    display: grid;
  }
  .layout { gap: 20px; padding: 14px 14px 22px; }
  .brand { padding: 14px 12px; gap: 12px; }
  .nav a,
  .nav-topics > summary { padding: 12px 10px; }
  .entry-media img { width: 100%; }
  .post-items { grid-template-columns: minmax(0, 1fr); }
  .site-search input { width: 140px; }
  .side .site-search input { width: 100%; }
  .logo-text strong { font-size: 22px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .home-intro h1 { font-size: 22px; }
  .article-title,
  .page-title {
    font-size: 1.35rem;
    overflow-wrap: anywhere;
  }
  #crumbs .current,
  #crumbs .delimiter:last-of-type { display: none; }
  .article-body table { min-width: 0; }
  .article-body th[align="right"],
  .article-body td[align="right"] { white-space: normal; }
}
@media (max-width: 400px) {
  .nav a,
  .nav-topics > summary {
    padding: 12px 8px;
    font-size: 12px;
  }
  .logo-text span { font-size: 11px; }
}
