*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,system-ui,sans-serif;line-height:1.7;color:#333;background:#fff}
.page-ae0afb{max-width:780px;margin:0 auto;padding:0 20px}
header{background:#1a1a2e;color:#fff;padding:32px 0;margin-bottom:40px}
header h1{font-size:28px;margin-bottom:4px}
header p{opacity:.7;font-size:15px}
header .frame-343314{color:#fff;text-decoration:none;font-size:18px;font-weight:600}
.outer-60b78e{border-bottom:1px solid #eee;padding:24px 0}
.outer-60b78e h2{font-size:20px;margin-bottom:8px}
.outer-60b78e h2 a{color:#1a1a2e;text-decoration:none}
.outer-60b78e h2 a:hover{color:#e94560}
.outer-60b78e .date{font-size:13px;color:#999;margin-bottom:8px}
.layout-186985{color:#e94560;text-decoration:none;font-size:14px;font-weight:600}
.page-86d340{padding-bottom:60px}
.page-86d340 h1{font-size:32px;margin-bottom:8px}
.page-86d340 time{font-size:13px;color:#999;display:block;margin-bottom:24px}
.page-86d340 h2{font-size:22px;margin:32px 0 12px}
.page-86d340 h3{font-size:18px;margin:24px 0 8px}
.page-86d340 p{margin-bottom:16px}
.page-86d340 ul,.page-86d340 ol{margin:0 0 16px 24px}
.page-86d340 a{color:#e94560}
.page-86d340 img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}
footer{border-top:1px solid #eee;padding:24px 0;margin-top:40px;text-align:center;font-size:13px;color:#999}
footer a{color:#999}
.page-22d79b{background:#f5f5f5;border-left:3px solid #999;padding:10px 14px;margin-bottom:20px;font-size:13px;color:#777;font-style:italic}
.block-456ff6{background:#fef9e7;border:1px solid #f0c36d;padding:10px 14px;margin-top:20px;font-size:12px;color:#8a6d3b}
.wrapper-b7cd9d{font-size:13px;color:#999;margin:-16px 0 24px;font-style:italic}
.shell-995572{text-align:center;margin:0 0 20px}
.main-ed28ad{max-width:100%;height:auto;border-radius:6px}
.module-f6b252{text-align:center;margin:24px 0}
.widget-bb6c68{max-width:100%;height:auto;border-radius:6px}
.header-c86f0c{margin-top:40px;padding-top:24px;border-top:1px solid #eee}
.header-c86f0c h3{font-size:18px;margin-bottom:12px}
.header-c86f0c ul{list-style:none;padding:0}
.header-c86f0c li{padding:4px 0}
.header-c86f0c a{color:#e94560;text-decoration:none}
/* === Theme === */
:root{--primary:#9C2D3A;--accent:#4A6373;--bg:#ECE3D2;--fg:#1F1A1C;--border:#C8B8A8;--r:1px;--fb:'Mulish';--fh:'Saira Condensed'}
/* === Custom === */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,600;0,700;1,400&family=Saira+Condensed:wght@500;700&display=swap');

:root body {
  font-family: var(--fb), system-ui, -apple-system, sans-serif;
  color: var(--fg);
  background: var(--bg);
  line-height: 1.74;
  font-size: 16.5px;
}
::selection { background: var(--primary); color: var(--bg); }
:root hr { border: 0; border-top: 1px solid var(--border); margin: 28px 0; }

:root header {
  background: var(--primary);
  color: var(--bg);
  padding: 36px 0 22px;
  margin-bottom: 40px;
  border-bottom: 4px solid var(--accent);
}
:root header h1 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--bg);
  letter-spacing: .02em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
:root header h1 + p {
  font-family: var(--fb), system-ui, sans-serif;
  font-size: 13.5px;
  color: rgba(236, 227, 210, .85);
  font-style: italic;
}
:root header a {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 22px;
  color: var(--bg);
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}

:root main { padding-bottom: 60px; }

:root main > h1 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--fg);
  line-height: 1.18;
  margin: 10px 0 6px;
  letter-spacing: .01em;
  text-transform: uppercase;
}
:root main > time {
  display: block;
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 11px;
  color: var(--accent);
  margin-bottom: 28px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
}

:root main > article:not(:has(> .date)) > p { margin-bottom: 16px; font-size: 16.5px; }
:root main > article:not(:has(> .date)) > h2 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  margin: 36px 0 12px;
  padding-bottom: 4px;
  border-bottom: 3px solid var(--accent);
  text-transform: uppercase;
  letter-spacing: .04em;
}
:root main > article:not(:has(> .date)) > h3 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--accent);
  margin: 24px 0 8px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
:root main > article:not(:has(> .date)) ul,
:root main > article:not(:has(> .date)) ol { margin: 0 0 18px 22px; }
:root main > article:not(:has(> .date)) li { margin-bottom: 6px; }
:root main > article:not(:has(> .date)) blockquote {
  border-left: 4px solid var(--primary);
  padding: 8px 0 8px 18px;
  margin: 24px 0;
  font-style: italic;
  color: var(--accent);
  background: rgba(156, 45, 58, .05);
}

:root main > article:not(:has(> .date)) > p a,
:root main > article:not(:has(> .date)) > p a:visited {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
:root main > article:not(:has(> .date)) > p a:hover {
  color: var(--accent);
  text-decoration-color: var(--primary);
}

:root main > article:not(:has(> .date)) > p a[href^="/try/"],
:root main > article:not(:has(> .date)) > p a[href^="/ref/"],
:root main > article:not(:has(> .date)) > p a[href^="/check/"] {
  font-family: 'SFMono-Regular', 'Menlo', monospace;
  font-size: 13px;
  color: var(--primary);
  background: transparent;
  border: 1.5px solid var(--primary);
  padding: 2px 9px;
  border-radius: var(--r);
  text-decoration: none;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 700;
}
:root main > article:not(:has(> .date)) > p a[href^="/try/"]:hover,
:root main > article:not(:has(> .date)) > p a[href^="/ref/"]:hover,
:root main > article:not(:has(> .date)) > p a[href^="/check/"]:hover {
  background: var(--primary);
  color: var(--bg);
}

:root main > article:not(:has(> .date)) > div:has(> img) {
  margin: 0 0 28px;
}
:root main > article:not(:has(> .date)) > div:has(> img) > img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--accent);
  border-radius: var(--r);
}

:root main > article:not(:has(> .date)) > div:has(> em) {
  border-top: 3px solid var(--primary);
  border-bottom: 1px solid var(--border);
  padding: 12px 14px;
  margin-top: 36px;
  font-size: 13px;
  color: var(--fg);
  font-family: var(--fb), system-ui, sans-serif;
  background: rgba(74, 99, 115, .04);
}
:root main > article:not(:has(> .date)) > div:has(> em) em {
  font-family: var(--fh), system-ui, sans-serif;
  font-style: normal;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .14em;
  display: inline-block;
  margin-right: 8px;
  font-weight: 700;
}

:root main > article:has(> .date) {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
:root main > article:has(> .date):last-of-type { border-bottom: 0; }
:root main > article:has(> .date) > h2 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.22;
  letter-spacing: .01em;
  text-transform: uppercase;
}
:root main > article:has(> .date) > h2 a {
  color: var(--fg);
  text-decoration: none;
}
:root main > article:has(> .date) > h2 a:hover { color: var(--primary); }
:root main > article:has(> .date) > .date {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 11px;
  color: var(--accent);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  font-weight: 700;
}
:root main > article:has(> .date) > p:not(.date) {
  font-size: 14.5px;
  color: var(--fg);
  opacity: .85;
  margin-bottom: 10px;
}
:root main > article:has(> .date) > a:last-child {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 12px;
  color: var(--bg);
  background: var(--primary);
  padding: 5px 14px;
  border-radius: var(--r);
  text-decoration: none;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}
:root main > article:has(> .date) > a:last-child:hover { background: var(--accent); }

:root main > section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 3px solid var(--primary);
}
:root main > section > h3 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 14px;
  color: var(--primary);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
}
:root main > section > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
:root main > section > ul > li {
  padding: 8px 0;
  border-bottom: 1px dotted var(--border);
}
:root main > section > ul > li:last-child { border-bottom: 0; }
:root main > section > ul > li > a {
  color: var(--fg);
  text-decoration: none;
  font-family: var(--fb), system-ui, sans-serif;
  font-size: 14.5px;
}
:root main > section > ul > li > a:hover { color: var(--primary); }

:root footer {
  background: transparent;
  border-top: 1px solid var(--border);
  padding: 22px 0 32px;
  margin-top: 40px;
  text-align: center;
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 11px;
  color: var(--fg);
  opacity: .58;
  letter-spacing: .12em;
  text-transform: uppercase;
}
:root footer a {
  color: var(--fg);
  text-decoration: none;
  border-bottom: 1px dotted var(--border);
}
:root footer a:hover { color: var(--primary); border-bottom-color: var(--primary); }
