
    :root{--ink:#171719;--muted:#62646b;--line:#ded8d1;--soft:#f5f2ef;--red:#a61116;--dark:#171417;--panel:#fff}
    *{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}

    .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}
    }

    main{max-width:1180px;margin:0 auto;padding:58px 24px 88px}
    .hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;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(46px,7vw,88px);line-height:.96;letter-spacing:0}
    .lead{max-width:760px;margin:22px 0 0;color:#44464c;font-size:20px}
    .hero-panel{border-left:4px solid var(--red);background:#fff;padding:22px}
    .hero-panel strong{display:block;font-size:34px;line-height:1;color:var(--red)}
    .hero-panel span{display:block;margin-top:8px;color:var(--muted)}
    .section{margin-top:48px}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
    .section-head h2{margin:0;font-size:clamp(28px,4vw,46px);line-height:1.05}
    .section-head p{margin:0;color:var(--muted);max-width:520px}
    .empty{border:1px solid var(--line);background:#fff;border-radius:8px;padding:22px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}
    .empty p{margin:0;color:#4d4f55}
    .button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:6px;background:var(--red);color:#fff;text-decoration:none;font-weight:850;white-space:nowrap}
    .event-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
    .event-grid--past{grid-template-columns:repeat(2,minmax(0,1fr))}
    .event-card{display:grid;gap:14px;align-content:start;border:1px solid var(--line);background:#fff;border-radius:8px;padding:20px;min-height:330px}
    .event-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--red);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
    .event-card__review{border:1px solid #e5c7c7;border-radius:999px;padding:4px 8px;letter-spacing:0;text-transform:none;color:#8b1519;background:#fff5f5}
    .event-card h3{margin:0;font-size:24px;line-height:1.15}
    .event-card p{margin:0;color:#4d4f55}
    .event-card dl{display:grid;gap:9px;margin:0}
    .event-card dl div{display:grid;gap:2px}
    .event-card dt{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.07em}
    .event-card dd{margin:0;color:#222}
    .event-card__topics{display:flex;flex-wrap:wrap;gap:7px}
    .event-card__topics span{border:1px solid var(--line);border-radius:999px;padding:6px 9px;color:#4b4d52;font-size:12px}
    .event-card__link{align-self:end;color:var(--red);font-weight:850;text-decoration:none}
    .event-card__muted{align-self:end;color:var(--muted);font-size:13px}
    .rules{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}
    .rule{border:1px solid var(--line);border-radius:8px;background:var(--soft);padding:16px}
    .rule strong{display:block;color:var(--red);margin-bottom:6px}
    .rule p{margin:0;color:#4f5156;font-size:14px}
    .generated{margin-top:34px;color:var(--muted);font-size:13px}
    @media(max-width:900px){main{padding:38px 16px 64px}.hero{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:10px}.event-grid,.event-grid--past,.rules{grid-template-columns:1fr}.empty{grid-template-columns:1fr}.button{width:100%}}
