/* Front-page-only editorial layout, preserving the rest of the theme. */
/* Shared rows keep donor, opponent and date aligned without truncating names. */
.svh-ball-home > .svh-grid { grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr)); }
.svh-ball-home .svh-ball-card { display:grid; grid-template-rows:auto 1fr; }
.svh-ball-home .svh-ball-card__body { display:grid; grid-template-rows:auto 1fr auto auto auto; align-content:start; }
.svh-ball-home .svh-ball-card__body > .svh-eyebrow { grid-row:1; }
.svh-ball-home .svh-ball-card__body > h3 { grid-row:2; overflow-wrap:anywhere; }
.svh-ball-home .svh-ball-card__match { grid-row:3; overflow-wrap:anywhere; }
.svh-ball-home .svh-ball-card__body > time { grid-row:4; }
.svh-ball-home .svh-ball-card__link { grid-row:5; }
@supports (grid-template-rows:subgrid) {
 .svh-ball-home .svh-ball-card { grid-row:span 6; grid-template-rows:subgrid; row-gap:0; }
 .svh-ball-home .svh-ball-card__body { grid-row:span 5; grid-template-rows:subgrid; row-gap:0; }
}
.svh-home-news { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(0,1fr); gap:18px; }
.svh-home-news > .svh-news-card:first-child { grid-row:span 2; }
.svh-home-news > .svh-news-card:first-child .svh-card__media { width:100%; height:clamp(180px,45vw,280px); aspect-ratio:auto; }
.svh-home-news > .svh-news-card:not(:first-child) > a { display:grid; grid-template-columns:110px minmax(0,1fr); height:100%; align-items:center; }
.svh-home-news > .svh-news-card:not(:first-child) .svh-card__media { width:110px; height:110px; aspect-ratio:1; margin:16px 0 16px 16px; border-radius:14px; }
.svh-home-news > .svh-news-card:not(:first-child) .svh-card__body { padding:18px 18px 18px 32px; min-width:0; }
.svh-home-news > .svh-news-card:not(:first-child) h3 { font-size:1.1rem; line-height:1.35; margin:10px 0 0; overflow-wrap:anywhere; }
.svh-home-news > .svh-news-card:not(:first-child) .svh-card__body > p { display:none; }
.svh-home-news .svh-news-card__meta { flex-wrap:wrap; gap:6px; }
.svh-home-news .svh-news-card__meta time { font-size:.8rem; }
.svh-home-news > .svh-empty { grid-column:1/-1; }
.svh-home-past { margin-top:22px; border-top:1px solid var(--svh-silver); padding-top:4px; }
.svh-home-past summary { cursor:pointer; min-height:48px; padding:15px 2px; font-weight:700; }
.svh-home-past ul { list-style:none; margin:0 0 16px; padding:0; }
.svh-home-past li a { display:flex; flex-wrap:wrap; justify-content:space-between; gap:10px 20px; padding:14px 0; border-bottom:1px solid var(--svh-silver); color:var(--svh-ink); text-decoration:none; }
.svh-home-past time { color:var(--svh-muted); font-size:.9rem; }
.svh-home-welcome { padding:clamp(22px,4vw,42px); border-radius:var(--svh-radius-lg); background:var(--svh-glass); border:1px solid var(--svh-border); color:var(--svh-ink); }
.svh-home-welcome h2 { margin:8px 0 12px; }
.svh-home-welcome > p { color:var(--svh-muted); }
.svh-home-welcome__links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:24px; }
.svh-home-welcome__links a { background:var(--svh-glass); color:var(--svh-ink); border:1px solid var(--svh-silver); border-radius:16px; padding:22px; text-decoration:none; display:grid; gap:8px; }
.svh-home-welcome__links a:hover { border-color:var(--svh-muted); }
.svh-home-welcome__links a:focus-visible { outline:2px solid var(--svh-ink); outline-offset:3px; }
.svh-home-welcome__links strong { font-size:1.15rem; }
.svh-home-welcome__links span { font-size:.95rem; line-height:1.45; color:var(--svh-muted); }
#svh-abteilungen { scroll-margin-top:120px; }
.svh-home-notice { --hn-surface:#fff; --hn-text:#1c1d1f; --hn-muted:#606267; --hn-green:#202124; --hn-soft:linear-gradient(165deg,#fff,#eceef0); --hn-border:#c6c8cb; position:fixed; z-index:880; right:24px; bottom:max(128px,calc(env(safe-area-inset-bottom) + 112px)); width:min(390px,calc(100vw - 32px)); max-height:calc(100dvh - 210px); overflow:auto; overscroll-behavior:contain; background:linear-gradient(155deg,#fff 65%,#f4f5f6); color:var(--hn-text); border:1px solid var(--hn-border); border-top-color:#fff; border-radius:22px; box-shadow:inset 0 1px 0 #fff,inset 0 -2px 4px #0000000c,0 0 0 1px #ffffff85,0 3px 0 #b6b8bc,0 8px 14px #00000026,0 24px 48px #00000038; font-family:inherit; }
.svh-home-notice[hidden] { display:none!important; }
.svh-home-notice > header { display:flex; align-items:center; justify-content:space-between; gap:8px; padding:8px 12px 8px 20px; background:#111; border-bottom:1px solid var(--hn-border); box-shadow:inset 0 1px 0 #ffffff35; }
.svh-home-notice > header > strong { color:#fff; font-size:.8rem; text-transform:uppercase; letter-spacing:.08em; }
.svh-home-notice [data-home-close] { width:44px; height:44px; flex-shrink:0; border:0; border-radius:50%; font-family:inherit; font-size:28px; line-height:1; background:transparent; color:#fff; cursor:pointer; }
.svh-home-notice__body { padding:20px; }
.svh-home-notice h2 { font-size:1.2rem; line-height:1.3; margin:0 0 18px; color:var(--hn-text); }
.svh-home-notice__match { display:grid; grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr); gap:10px; text-align:center; align-items:start; }
.svh-home-notice__team { display:grid; justify-items:center; gap:9px; min-width:0; }
.svh-home-notice__team > strong { font-size:.9rem; line-height:1.3; overflow-wrap:anywhere; }
.svh-home-notice__logo { display:grid; place-items:center; width:64px; height:64px; padding:5px; background:#fff; border:1px solid #dedfe1; border-radius:14px; }
.svh-home-notice__logo[hidden] { display:none; }
.svh-home-notice__logo img { width:100%; height:100%; object-fit:contain; filter:none!important; }
.svh-home-notice__kickoff { padding-top:10px; display:grid; gap:4px; }
.svh-home-notice__kickoff small { font-size:.75rem; color:var(--hn-muted); }
.svh-home-notice__kickoff strong { font-size:1rem; color:var(--hn-green); }
.svh-home-notice__meta { grid-column:1/-1; color:var(--hn-muted); font-size:.8rem; line-height:1.5; margin:3px 0 0; }
.svh-home-notice__state { display:block; margin-top:4px; font-weight:600; color:var(--hn-text); }
.svh-home-notice__state[hidden],.svh-home-notice__calendar[hidden] { display:none!important; }
.svh-home-notice.is-multiple .svh-home-notice__match + .svh-home-notice__match { border-top:1px solid var(--hn-border); margin-top:14px; padding-top:14px; }
.svh-home-notice.is-multiple .svh-home-notice__logo { width:42px; height:42px; border-radius:9px; }
.svh-home-notice.is-multiple .svh-home-notice__match { grid-template-columns:42px minmax(0,1fr) 42px; text-align:left; align-items:center; }
.svh-home-notice__details strong { display:block; font-size:.95rem; line-height:1.3; overflow-wrap:anywhere; }
.svh-home-notice__details small { display:block; color:var(--hn-muted); font-size:.8rem; margin-top:5px; }
.svh-home-notice.is-multiple [data-home-games] > .svh-home-notice__meta { margin-top:15px; text-align:center; }
.svh-home-notice__calendar { display:block; text-align:center; min-height:46px; padding:12px; margin-top:18px; border-radius:12px; background:var(--hn-green); color:var(--hn-surface); font-weight:700; font-size:.95rem; text-decoration:none; }
.svh-home-notice__calendar:focus-visible,.svh-home-notice [data-home-close]:focus-visible { outline:3px solid var(--hn-text); outline-offset:3px; }
.svh-home-notice [data-home-close]:focus-visible { outline-color:#fff; }
.svh-home-notice.is-weekly { width:min(440px,calc(100vw - 32px)); }
.svh-home-notice.is-weekly > header { position:sticky; top:0; z-index:1; }
.svh-home-notice.is-weekly h2 { font-size:1rem; }
.svh-home-notice.is-weekly .svh-home-notice__match { grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr); }
.svh-home-notice.is-weekly .svh-home-notice__match[hidden] { display:none; }
.svh-home-notice.is-weekly .svh-home-notice__match + .svh-home-notice__match { margin-top:18px; padding-top:18px; border-top:1px solid var(--hn-border); }
.svh-home-notice__when { grid-column:1/-1; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:6px; margin:0 0 4px; text-align:left; font-size:.875rem; font-weight:700; }
.svh-home-notice__location { border:1px solid var(--hn-border); border-radius:6px; padding:3px 7px; font-size:.875rem; color:var(--hn-text); }
.svh-home-notice.is-weekly .svh-home-notice__logo { width:48px; height:48px; border-radius:10px; }
.svh-home-notice.is-weekly .svh-home-notice__kickoff small,.svh-home-notice.is-weekly .svh-home-notice__meta { font-size:.875rem; }
@media(max-width:760px) {
 .svh-ball-home > .svh-grid { grid-template-columns:1fr; }
 .svh-ball-home .svh-ball-card,.svh-ball-home .svh-ball-card__body { display:block; grid-row:auto; }
 .svh-home-news { grid-template-columns:1fr; gap:14px; }
 .svh-home-news > .svh-news-card:first-child { grid-row:auto; }
 .svh-home-welcome__links { grid-template-columns:1fr; }
 .svh-home-notice { right:16px; max-height:min(58dvh,520px); }
}
@media(max-width:400px) {
 .svh-home-news > .svh-news-card:not(:first-child) > a { grid-template-columns:76px minmax(0,1fr); }
 .svh-home-news > .svh-news-card:not(:first-child) .svh-card__media { width:76px; height:76px; margin-left:12px; }
 .svh-home-news > .svh-news-card:not(:first-child) .svh-card__body { padding:14px 12px 14px 24px; }
 .svh-home-news > .svh-news-card:not(:first-child) h3 { font-size:1rem; }
 .svh-home-notice__body { padding:16px; }
}
@media(prefers-color-scheme:dark) {
 .svh-ball-home { background:var(--svh-glass); color:var(--svh-ink); border-color:var(--svh-border); }
 .svh-ball-home .svh-ball-card { background:var(--svh-glass); color:var(--svh-ink); border-color:var(--svh-border); }
 .svh-home-notice { --hn-surface:#232427; --hn-text:#f5f5f6; --hn-muted:#c0c1c5; --hn-green:#f1f2f3; --hn-soft:linear-gradient(165deg,#414348,#2a2b2f); --hn-border:#585a60; background:linear-gradient(155deg,#2b2d31,#202124); border-top-color:#85878c; box-shadow:inset 0 1px 0 #ffffff30,inset 0 -2px 4px #00000045,0 0 0 1px #ffffff0d,0 3px 0 #111214,0 8px 14px #00000055,0 24px 48px #00000085; }
 .svh-home-notice > header { box-shadow:inset 0 1px 0 #ffffff20; }
}
