.event-support{padding-top:24px;padding-bottom:36px;scroll-margin-top:110px;color:var(--ink)}
.support-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:20px}
.support-heading h2{font-size:clamp(24px,2.4vw,34px);line-height:1.15;margin:6px 0 0;letter-spacing:-.035em}
.support-heading>p{font-size:14px;line-height:1.5;color:var(--muted);margin:0}
.support-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:10px}
.support-tabs button{display:flex;align-items:center;gap:10px;text-align:left;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:transparent;color:inherit;font:600 14px/1.3 Arial,sans-serif;cursor:pointer;min-height:50px}
.support-tabs svg{width:24px;height:24px;flex-shrink:0}
.support-tabs button[aria-pressed=true]{background:#f2c429;color:#171717;border-color:#d3a91d}
.support-panel{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:12px 28px;padding:22px 26px;border:1px solid var(--line);border-radius:16px;background:#ffffff60;margin-bottom:10px}
.support-panel[hidden]{display:none}
.support-panel h3{font-size:22px;line-height:1.2;letter-spacing:-.025em;margin:6px 0 12px;max-width:650px}
.support-tag{font-size:12px;color:var(--muted);margin:0}
.support-panel ul{display:flex;flex-wrap:wrap;gap:8px 24px;margin:0;padding:0;list-style:none;font-size:14px;line-height:1.45}
.support-panel li::before{content:'+';color:#bc0037;margin-right:8px;font-weight:700}
.support-diagram{grid-column:2;grid-row:1/3;align-self:center;text-align:center;position:relative}
.support-diagram svg{width:78px;height:78px;color:inherit}
.support-diagram p{font-size:12px;margin:8px 0;color:var(--muted)}
.support-pulse{display:block;margin:auto;width:6px;height:6px;background:#bc0037;border-radius:50%}
body[data-motion=running] .support-pulse{animation:support-travel 3s ease-in-out infinite}
@keyframes support-travel{0%,100%{transform:translateX(-60px)}50%{transform:translateX(60px);background:#f2c429}}
.support-add{justify-self:start;min-height:42px;padding:10px 16px;border:0;border-radius:10px;background:var(--ink);color:var(--paper,#fff);font:600 14px/1.3 Arial,sans-serif;cursor:pointer}
.support-add[aria-pressed=true]{background:#f2c429;color:#171717}
.support-bottom{display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:13px}
.support-bottom p{margin:0;color:var(--muted)}
.support-bottom a{font-size:14px;flex-shrink:0}
html[data-theme=night] .event-support{--ink:#f5f3ef;--muted:#b7b1a7;--line:#3b3731;--paper:#171619;background:transparent}
html[data-theme=night] .support-panel{background:#171619}
html[data-theme=night] .support-panel li::before{color:#ff6b57}
@media(max-width:760px){.support-heading{display:block}.support-heading>p{margin-top:10px}.support-tabs{grid-template-columns:1fr 1fr}.support-panel{grid-template-columns:1fr;padding:18px}.support-panel ul{display:grid;gap:7px}.support-diagram{display:none}.support-panel h3{font-size:21px}.support-bottom{align-items:start;flex-direction:column;gap:8px}}
@media(prefers-reduced-motion:reduce){body[data-motion=running] .support-pulse{animation:none}}
