:root { --ink: #1a1d23; --dim: #5b6472; --line: #e2e5ea; --bg: #f6f7f9; --card: #fff; --accent: #c4202b; --accent2: #1b4a8f; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.6 -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
a { color: var(--accent2); }
header.site { background: var(--accent2); color: #fff; }
header.site .in, main, footer.site .in { max-width: 1040px; margin: 0 auto; padding: 0 16px; }
header.site .in { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 22px; padding-top: 12px; padding-bottom: 12px; }
header.site a { color: #fff; text-decoration: none; font-weight: 600; }
header.site .brand { font-size: 20px; font-weight: 800; letter-spacing: .02em; margin-right: auto; }
header.site nav { display: flex; flex-wrap: wrap; gap: 4px 18px; font-size: 15px; }
main { padding-top: 24px; padding-bottom: 48px; }
h1 { font-size: clamp(26px, 4vw, 38px); line-height: 1.15; margin: 0 0 12px; }
h2 { font-size: 22px; margin: 36px 0 10px; }
h3 { font-size: 17px; margin: 22px 0 6px; }
p.lead { font-size: 18px; color: var(--dim); max-width: 70ch; }
.crumbs { font-size: 14px; color: var(--dim); margin-bottom: 10px; }
.cta { display: inline-block; margin: 8px 0; padding: 12px 20px; border-radius: 8px; background: var(--accent); color: #fff; font-weight: 700; text-decoration: none; }
.scroll { overflow-x: auto; background: var(--card); border: 1px solid var(--line); border-radius: 10px; }
table { border-collapse: collapse; width: 100%; font-size: 15px; }
th, td { padding: 9px 12px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--dim); white-space: nowrap; }
td.n, th.n { text-align: center; white-space: nowrap; }
tr:last-child td { border-bottom: 0; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 10px; padding: 0; list-style: none; }
.grid a { display: block; padding: 12px 14px; background: var(--card); border: 1px solid var(--line); border-radius: 10px; text-decoration: none; font-weight: 600; }
.grid small { display: block; font-weight: 400; color: var(--dim); }
.box { background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; }
.tag { display: inline-block; padding: 2px 9px; border-radius: 99px; background: #e8ecf3; font-size: 13px; font-weight: 600; margin-right: 6px; }
.note { border-left: 4px solid #e0a100; background: #fff8e1; padding: 10px 14px; border-radius: 0 8px 8px 0; font-size: 15px; }
.ad { margin: 24px 0; min-height: 90px; text-align: center; }
footer.site { border-top: 1px solid var(--line); background: var(--card); color: var(--dim); font-size: 14px; }
footer.site .in { padding-top: 20px; padding-bottom: 28px; }
