
    :root{--ink:#171719;--muted:#62646b;--line:#ded8d1;--soft:#f5f2ef;--red:#a61116;--dark:#171417}
    *{box-sizing:border-box}
    body{margin:0;background:#fbfaf8;color:var(--ink);font-family:Manrope,Inter,Arial,sans-serif;line-height:1.5}
    a{color:inherit}
    main{max-width:1180px;margin:0 auto;padding:58px 24px 84px}

    .shell-topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line,#ded8d1)}
    .shell-topbar__inner{max-width:1180px;margin:0 auto;min-height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .shell-brand{display:inline-flex;align-items:center;gap:9px;color:var(--ink,#171719);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:15px;text-decoration:none;white-space:nowrap}
    .shell-brand::before{content:"";display:block;width:22px;height:22px;background:linear-gradient(135deg,var(--red,#a61116) 0 49%,transparent 50%),#171417;border-radius:4px}
    .shell-nav{display:flex;align-items:center;gap:18px;min-width:0;color:#4d4e52;font-size:14px}
    .shell-nav a{display:inline-flex;align-items:center;color:inherit;text-decoration:none;white-space:nowrap}
    .shell-nav a[aria-current="page"]{color:var(--red,#a61116);font-weight:800}
    .shell-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border-radius:6px;background:var(--red,#a61116);color:#fff!important;font-weight:800}
    .shell-footer{background:#161417;color:#fff;padding:52px 24px}
    .shell-footer__inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.25fr repeat(4,minmax(0,1fr));gap:32px}
    .shell-footer__brand strong{display:block;font-size:18px;text-transform:uppercase;letter-spacing:.08em}
    .shell-footer__brand p,.shell-footer__cta p{margin:12px 0 0;color:#cfc8c5;font-size:14px;line-height:1.55}
    .shell-footer h3{margin:0 0 12px;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
    .shell-footer a{display:block;color:#d9d4d0;text-decoration:none;font-size:14px;line-height:1.35;margin-bottom:9px}
    .shell-footer a:hover{color:#fff}
    .shell-footer__cta a{display:inline-flex;margin-top:14px;margin-bottom:0;padding:10px 13px;border-radius:6px;background:var(--red,#a61116);color:#fff;font-weight:800}
    @media (max-width:920px){
      .shell-topbar{position:static}
      .shell-topbar__inner{min-height:0;padding:16px 18px;align-items:flex-start;flex-direction:column}
      .shell-nav{width:100%;flex-wrap:wrap;gap:12px}
      .shell-action{width:100%;max-width:320px}
      .shell-footer__inner{grid-template-columns:1fr;gap:24px}
    }

    .hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px;align-items:end;margin-bottom:42px}
    .eyebrow{margin:0 0 12px;color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:13px}
    h1{margin:0;font-size:clamp(42px,6vw,82px);line-height:1;letter-spacing:0}
    .lead{max-width:780px;margin:22px 0 0;color:#44464c;font-size:20px}
    .note{border-left:4px solid var(--red);background:#fff;padding:20px;color:#34363b}
    .stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 34px}
    .stats article{border:1px solid var(--line);border-radius:8px;background:#fff;padding:18px}
    .stats strong{display:block;font-size:32px;line-height:1}
    .stats span{display:block;margin-top:8px;color:var(--muted);font-size:13px}
    .pub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
    .pub-card{display:grid;align-content:start;gap:10px;min-height:260px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff;text-decoration:none}
    .pub-card span{color:var(--red);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
    .pub-card strong{font-size:22px;line-height:1.18;color:#171719}
    .pub-card p{margin:0;color:#4d4f55;font-size:14px}
    .pub-card small{align-self:end;color:var(--muted);font-size:12px}
    .generated{margin-top:32px;color:var(--muted);font-size:13px}
    @media(max-width:900px){main{padding:38px 16px 64px}.hero{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.pub-grid{grid-template-columns:1fr}}
