:root{--red:#e30613;--dark:#08160d;--green:#0b3b1b;--gold:#f4c542;--text:#111;--muted:#666;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{color:var(--text);background:#fff;margin:0}a{color:inherit;text-decoration:none}.siteHeader{z-index:50;background:#fff;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;height:92px;padding:0 5vw;display:flex;position:sticky;top:0}.brand{align-items:center;gap:14px;display:flex}.brand img{object-fit:contain;width:62px;height:62px}.brand strong{font-size:1.25rem;font-weight:900;display:block}.brand span{color:var(--muted)}.mainNav{text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:22px;font-size:.88rem;font-weight:900;display:flex}.mainNav a{padding:10px 0}.mainNav a:hover,.mainNav a.active{color:var(--red)}.hero{text-align:center;color:#fff;background:linear-gradient(#001408b8,#001408b8),repeating-linear-gradient(90deg,#063315 0 90px,#0b421f 90px 180px);place-items:center;min-height:calc(100vh - 92px);padding:70px 5vw;display:grid;position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:90px 90px;position:absolute;inset:0}.heroCard{z-index:2;max-width:1050px;position:relative}.heroLogo{filter:drop-shadow(0 12px 24px #00000059);width:130px;margin-bottom:22px}.eyebrow{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-size:.82rem;font-weight:900}.hero h1{letter-spacing:-.07em;max-width:950px;margin:0 auto;font-size:clamp(3rem,8vw,6.5rem);font-weight:950;line-height:.92}.heroText{color:#ffffffd9;max-width:760px;margin:28px auto 0;font-size:1.25rem;line-height:1.6}.heroActions{justify-content:center;gap:16px;margin-top:34px;display:flex}.primaryButton,.secondaryButton{border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 28px;font-weight:900;display:inline-flex}.primaryButton{background:linear-gradient(135deg, var(--red), #b8000b);color:#fff}.secondaryButton{color:#fff;border:2px solid #ffffff80}.section{max-width:1240px;margin:0 auto;padding:90px 5vw}.sectionHeader h2,.section h2,.pageHero h1{letter-spacing:-.05em;margin:0;font-size:clamp(2.2rem,4vw,4.2rem);line-height:1}.card,.infoBox,.widgetBox,.bankBox,.sponsorCard,.contactForm{background:#fff;border:1px solid #0000001a;border-radius:28px;padding:28px;box-shadow:0 20px 60px #0000000f}.card span{color:var(--red);text-transform:uppercase;font-size:.78rem;font-weight:900}.card p,.section p{color:#555;line-height:1.75}.splitSection{grid-template-columns:1.1fr .9fr;align-items:center;gap:34px;display:grid}.contactSection{align-items:stretch}.contactSection .infoBox{flex-direction:column;justify-content:center;display:flex}.contactPhoto{aspect-ratio:1;object-fit:cover;object-position:left center;border-radius:28px;width:100%;height:auto;display:block}.widgetBox{color:#fff;background:linear-gradient(135deg,#062b16,#0b421f)}.widgetBox p{color:#ffffffbf}.shopTeaser,.ctaSection{background:linear-gradient(135deg, var(--red), #8f0008);color:#fff;border-radius:36px;justify-content:space-between;align-items:center;padding:56px;display:flex}.shopTeaser p,.ctaSection p{color:#ffffffd9}.pageHero{color:#fff;background:linear-gradient(#001408bf,#001408bf),repeating-linear-gradient(90deg,#063315 0 90px,#0b421f 90px 180px);padding:100px 5vw 70px}.sponsorCard{text-align:center;place-items:center;min-height:120px;font-weight:900;display:grid}.footer{color:#fff;background:#080808;padding:70px 5vw 30px}.footerGrid{grid-template-columns:1.4fr 1fr 1fr;gap:38px;max-width:1240px;margin:0 auto;display:grid}.footer a,.footer p{color:#ffffffb8}.footer a{margin:8px 0;display:block}.footerBottom{border-top:1px solid #ffffff26;justify-content:space-between;max-width:1240px;margin:40px auto 0;padding-top:24px;display:flex}@media (width<=900px){.siteHeader{flex-direction:column;gap:16px;height:auto;padding:18px 5vw}.mainNav{flex-wrap:wrap;justify-content:center}.cardGrid,.splitSection,.footerGrid,.sponsorGrid{grid-template-columns:1fr}.shopTeaser,.ctaSection{flex-direction:column;align-items:flex-start}}.contactForm{gap:18px;display:grid}.contactForm label{color:#111;gap:8px;font-weight:800;display:grid}.contactForm input,.contactForm textarea{width:100%;min-height:52px;font:inherit;background:#fafafa;border:1px solid #00000024;border-radius:14px;padding:14px 16px}.contactForm textarea{resize:vertical;min-height:150px}.contactForm button{border:none;width:fit-content}.formNote{color:#666;margin:0;line-height:1.6}.menuButton{cursor:pointer;background:#111;border:0;border-radius:14px;width:46px;height:46px;display:none;position:relative}.menuButton span{background:#fff;border-radius:999px;width:22px;height:2px;margin:5px auto;transition:transform .2s,opacity .2s;display:block}.menuButton.open span:first-child{transform:translateY(7px)rotate(45deg)}.menuButton.open span:nth-child(2){opacity:0}.menuButton.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=980px){.siteHeader{flex-direction:row;height:82px;padding:0 5vw}.brand img{width:54px;height:54px}.brand strong{font-size:1rem}.brand span{font-size:.82rem}.menuButton{display:block}.mainNav{opacity:0;pointer-events:none;background:#fff;border:1px solid #0000001a;border-radius:22px;gap:0;padding:14px;transition:opacity .2s,transform .2s;display:grid;position:absolute;top:82px;left:5vw;right:5vw;transform:translateY(-8px);box-shadow:0 24px 80px #0000002e}.mainNav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mainNav a{border-radius:14px;padding:14px 16px}.mainNav a:hover,.mainNav a.active{background:#e3061314}.mainNav a:after{display:none}}.donationText{color:#111;max-width:980px}.donationText h2{letter-spacing:-.05em;color:#111;margin-top:0;margin-bottom:28px;font-size:clamp(2rem,4vw,3.5rem);line-height:1}.donationText h3{color:#111;margin-top:34px;margin-bottom:10px;font-size:1.25rem;line-height:1.25}.donationText p{color:#444;margin:0 0 18px;font-size:1.05rem;line-height:1.8}.donationText ul{color:#444;margin:0 0 24px 22px;padding:0;font-size:1.05rem;line-height:1.8}.donationText a{color:#e30613;text-underline-offset:3px;font-weight:800;text-decoration:underline}.donationText .infoBox{margin-bottom:48px}.donationText .infoBox h2{margin-bottom:18px;font-size:clamp(1.8rem,3vw,2.8rem)}.donationText .formNote{color:#555;background:#fff5f5;border-left:5px solid #e30613;border-radius:14px;margin-top:36px;padding:18px 20px}.sponsorGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.sponsorCard{text-align:center;place-items:center;gap:10px;min-height:190px;padding:24px;display:grid}.sponsorCard img{object-fit:contain;width:100%;max-width:230px;height:120px;max-height:120px;display:block}.sponsorCard span{color:#111;font-size:.95rem;font-weight:900}@media (width<=980px){.sponsorGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.sponsorCard img{max-width:210px}}@media (width<=560px){.sponsorGrid{grid-template-columns:1fr}}.navItem{align-items:center;display:flex;position:relative}.navItem>a{align-items:center;display:inline-flex}.dropdown{z-index:999;background:#fff;border:1px solid #0000001a;border-radius:18px;min-width:220px;padding:12px;display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 24px 70px #00000029}.navItem:hover .dropdown{gap:4px;display:grid}.dropdown a{white-space:nowrap;letter-spacing:.05em;color:#111;border-radius:12px;padding:12px 14px;font-size:.82rem;display:block}.dropdown a:hover,.dropdown a.active{color:#e30613;background:#e3061314}.dropdown a:after{display:none}.mainNav{gap:18px}@media (width<=1180px){.siteHeader{flex-direction:row;height:82px;padding:0 5vw}.menuButton{display:block}.mainNav{opacity:0;pointer-events:none;background:#fff;border:1px solid #0000001a;border-radius:22px;gap:0;padding:14px;transition:opacity .2s,transform .2s;display:grid;position:absolute;top:82px;left:5vw;right:5vw;transform:translateY(-8px);box-shadow:0 24px 80px #0000002e}.mainNav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.navItem{width:100%;display:block}.mainNav a{border-radius:14px;padding:14px 16px}.dropdown{min-width:0;box-shadow:none;background:#f7f7f7;border:0;border-radius:14px;margin:0 0 8px;padding:6px;display:grid;position:static;transform:none}.dropdown a{padding:10px 18px;font-size:.78rem}.mainNav a:hover,.mainNav a.active{background:#e3061314}.mainNav a:after{display:none}}.navItem{position:relative}.navItem:after{content:"";height:18px;position:absolute;top:100%;left:-20px;right:-20px}.dropdown{margin-top:0;top:100%}.navItem:hover .dropdown,.dropdown:hover{gap:4px;display:grid}.historyContent{max-width:1100px}.historyContent h2{letter-spacing:-.06em;margin:0 0 28px;font-size:clamp(2.4rem,5vw,4.8rem);line-height:1}.historyContent h3{color:#111;margin:36px 0 16px;font-size:1.25rem}.historyContent p{color:#555;max-width:1050px;font-size:1.08rem;line-height:1.85}.historyGallery{border-bottom:1px solid #00000026;gap:8px;margin:18px 0 32px;padding-bottom:24px;display:grid}.historyGallery img{object-fit:cover;border-radius:4px;width:100%;height:100%;min-height:120px;display:block}.foundingGallery{grid-template-columns:repeat(2,1fr)}.foundingGallery img{height:260px}.anniversaryGallery{grid-template-columns:repeat(8,1fr)}.anniversaryGallery img{height:90px}.fieldGallery{grid-template-columns:repeat(4,1fr)}.fieldGallery img{height:220px}@media (width<=900px){.foundingGallery,.fieldGallery{grid-template-columns:1fr}.anniversaryGallery{grid-template-columns:repeat(2,1fr)}.foundingGallery img,.fieldGallery img{height:220px}.anniversaryGallery img{height:130px}}.boardSection{max-width:1120px}.boardSection h2{letter-spacing:-.05em;border-bottom:1px solid #00000024;margin:0 0 24px;padding-bottom:16px;font-size:clamp(2rem,4vw,3.6rem);line-height:1}.boardSection h2:not(:first-child){margin-top:70px}.boardGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin-bottom:32px;display:grid}.singleBoard{grid-template-columns:320px}.boardCard{align-content:start;gap:10px;display:grid}.boardRole{color:#e30613;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.9rem;font-weight:900}.boardCard img{object-fit:cover;background:#f1f1f1;border-radius:18px;width:100%;max-width:320px;height:380px;box-shadow:0 18px 50px #00000014}.boardCard h3{color:#111;margin:6px 0 0;font-size:1.15rem}.boardCard p{color:#555;margin:0;line-height:1.5}.boardCard strong{text-transform:uppercase;color:#777;margin-right:12px;font-size:.85rem}@media (width<=900px){.boardGrid,.singleBoard{grid-template-columns:repeat(2,minmax(0,1fr))}.boardCard img{height:320px}}@media (width<=560px){.boardGrid,.singleBoard{grid-template-columns:1fr}.boardCard img{max-width:100%;height:340px}}.membershipContent{max-width:1100px}.membershipContent h2{letter-spacing:-.05em;border-bottom:1px solid #00000029;margin:0 0 24px;padding-bottom:16px;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1}.membershipIntro{grid-template-columns:1.15fr .85fr;align-items:start;gap:60px;margin-bottom:70px;display:grid}.membershipIntro p{color:#555;font-size:1.05rem;line-height:1.75}.feeTable{gap:0;max-width:560px;margin:22px 0;display:grid}.feeTable>div{color:#555;border-bottom:1px solid #00000014;grid-template-columns:160px 1fr;gap:20px;padding:10px 0;display:grid}.feeTable>div:first-child{color:#111;border-bottom:2px solid #00000029;font-weight:900}.membershipNotice{margin-top:76px}.membershipNotice h3{letter-spacing:-.04em;margin:0 0 14px;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1}.documentGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 70px;display:grid}.documentCard{background:#fff;border:1px solid #00000014;border-radius:24px;grid-template-columns:54px 1fr;align-items:start;gap:18px;padding:22px;display:grid;box-shadow:0 18px 50px #0000000a}.pdfIcon{color:#fff;background:#e30613;border-radius:8px;place-items:center;width:44px;height:54px;font-size:.72rem;font-weight:900;display:grid;box-shadow:0 12px 30px #e3061338}.documentCard h3{margin:0 0 6px;font-size:1.05rem}.documentCard p{color:#666;margin:0 0 14px;line-height:1.5}.documentCard .primaryButton{border-radius:12px;padding:12px 22px;font-size:.85rem}@media (width<=850px){.membershipIntro{grid-template-columns:1fr;gap:30px}.membershipNotice{margin-top:0}.documentGrid{grid-template-columns:1fr}.feeTable>div{grid-template-columns:120px 1fr}}.locationsContent{max-width:1100px}.locationsContent h2{letter-spacing:-.05em;border-bottom:1px solid #00000029;margin:0 0 28px;padding-bottom:16px;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1}.locationsList{gap:56px;display:grid}.locationBlock{gap:18px;display:grid}.locationHeader{justify-content:space-between;align-items:end;gap:24px;display:flex}.locationHeader h3{color:#111;margin:0 0 6px;font-size:1.35rem}.locationHeader p{color:#555;margin:0;font-size:1.05rem}.locationBlock iframe{background:#f3f3f3;border:0;border-radius:24px;width:100%;height:420px;box-shadow:0 24px 70px #0000001a}@media (width<=760px){.locationHeader{align-items:start;display:grid}.locationBlock iframe{height:330px}}.skipLink{z-index:3000;color:#fff;background:#111;border-radius:10px;padding:12px 16px;position:fixed;top:10px;left:10px;transform:translateY(-150%)}.skipLink:focus{transform:translateY(0)}:focus-visible{outline-offset:3px;outline:3px solid #f4c542}#main-content:focus{outline:none}.unavailableButton{color:#666;background:#ececec;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:850;display:inline-flex}.emptyState{background:#ffffff0a;border:1px dashed #ffffff40;border-radius:16px;padding:22px;color:#ffffffbf!important}.scheduleEmpty a{color:#b60009;font-weight:900;text-decoration:underline}.boardPortraitFallback{color:#ffffffe0;letter-spacing:.04em;background:linear-gradient(145deg,#253129,#0c120e);border-radius:18px;place-items:center;width:100%;min-height:260px;font-size:clamp(2rem,5vw,4rem);font-weight:950;display:grid}.sponsorCard strong{color:#111;font-size:.9rem}.notFoundContent{text-align:center}.notFoundContent p{margin-bottom:26px}.legalText{max-width:920px}.donationText.legalText,.donationText.legalText h2,.donationText.legalText h3{color:#fff}.donationText.legalText p,.donationText.legalText ul{color:#d1d5db}.donationText.legalText a{color:#ff3b45}.legalInfoPage .pageHero h1{font-size:clamp(2.25rem,3.2vw,3.3rem)}.donationText.legalText h2{margin-bottom:20px;font-size:clamp(1.6rem,2.3vw,2.2rem);line-height:1.15}.donationText.legalText h3{margin-top:28px;font-size:1.1rem}.donationText.legalText p,.donationText.legalText ul{font-size:1rem;line-height:1.65}@media (width<=760px){.legalInfoPage .pageHero h1{font-size:2rem}.donationText.legalText h2{font-size:1.5rem}.donationText.legalText h3{font-size:1.02rem}.donationText.legalText p,.donationText.legalText ul{font-size:.95rem}}@media (width<=760px){.homeHeroImage{min-height:700px;padding:54px 0}.homeHeroLogo{width:92px;margin-bottom:14px}.homeHeroContent h1{margin:10px 0 16px;font-size:clamp(2.9rem,14vw,4.2rem)}.homeHeroContent>p:not(.eyebrow){font-size:1rem;line-height:1.5}.homeHeroActions{gap:10px;margin-top:24px}.homeHeroActions a{width:min(100%,290px)}.sponsorGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sponsorCard{min-height:150px;padding:14px 10px}.sponsorCard img{height:82px;max-height:82px}.mainNav a,.dropdown a{min-height:44px}.footerLegal a,.footerCookieButton{align-items:center;min-height:44px;display:flex}}.cmsSectionActions{justify-content:flex-end;margin-bottom:28px;display:flex}.cmsCardWrap{position:relative}.cmsCardWrap>.inlineAdminButton{z-index:3;position:absolute;bottom:10px;right:10px}.sponsorGrid .cmsCardWrap .sponsorCard{height:100%}.cmsCardImage{object-fit:cover;border-radius:12px;width:100%;height:190px;margin-bottom:18px}.card.inlineEditableSection>.inlineAdminButton,.boardCard.inlineEditableSection>.inlineAdminButton{margin-top:18px}.cmsLargeText{margin-top:32px}.donationText>p{white-space:pre-line}.teamDetail{max-width:1100px}.teamDetail h2{letter-spacing:-.05em;border-bottom:1px solid #00000029;margin:0 0 28px;padding-bottom:16px;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1}.teamImageBox{margin-bottom:40px}.teamImageBox img{object-fit:cover;border-radius:24px;width:100%;max-height:650px;display:block;box-shadow:0 24px 70px #0000001a}@media (width<=760px){.teamInfoGrid{grid-template-columns:1fr}.teamImageBox img{max-height:420px}}.youthDetail{max-width:1100px}.youthDetail h2{letter-spacing:-.05em;border-bottom:1px solid #00000029;margin:0 0 28px;padding-bottom:16px;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1}.youthImageStack{gap:18px;margin-bottom:40px;display:grid}.youthImageStack img{object-fit:cover;background:#f3f3f3;border-radius:24px;width:100%;max-height:620px;display:block;box-shadow:0 24px 70px #0000001a}.youthWidgetBox{color:#fff;background:linear-gradient(135deg,#002b16,#005f32);border-radius:28px;margin:0 0 42px;padding:34px;box-shadow:0 24px 70px #0000001f}.youthWidgetBox .eyebrow{color:#ffd24a}.youthWidgetBox h3{letter-spacing:-.04em;margin:0 0 12px;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1}.youthWidgetBox p{color:#ffffffd1;max-width:720px;line-height:1.7}.youthWidgetBox .primaryButton{margin-top:10px}@media (width<=760px){.youthImageStack img{max-height:420px}.youthWidgetBox{padding:24px}}.footerBottom{grid-template-columns:1fr auto auto;align-items:end;gap:34px;display:grid;position:relative}.footerLegal{gap:8px;display:grid}@media (width<=700px){.footerBottom{grid-template-columns:1fr;align-items:start}.footerLogo{width:72px}}.homeHeroContent{z-index:2;text-align:center;color:#fff;width:min(980px,100% - 40px);transition:transform 80ms linear;position:relative}@media (width<=760px){.homeHeroPremium{min-height:780px;padding:80px 0}.homeHeroLogo{width:115px}.heroBall{opacity:.18;width:160px;bottom:90px;right:-30px}}.homeHeroImage{isolation:isolate;background-image:url(/fussballplatz.png);background-position:50%;background-repeat:no-repeat;background-size:cover;place-items:center;min-height:calc(100vh - 96px);display:grid;position:relative;overflow:hidden}.homeHeroShade{z-index:0;background:linear-gradient(#0000006b,#00000094),radial-gradient(circle,#0000001f,#0000008c);position:absolute;inset:0}.homeHeroContent{z-index:2;text-align:center;color:#fff;width:min(980px,100% - 40px);position:relative}.homeHeroLogo{filter:drop-shadow(0 24px 44px #0000008c);width:145px;height:auto;margin-bottom:28px}.homeHeroContent .eyebrow{color:#ffd24a}.homeHeroContent h1{letter-spacing:-.08em;margin:16px 0 20px;font-size:clamp(4rem,9vw,8.5rem);line-height:.92}.homeHeroContent>p:not(.eyebrow){color:#ffffffe6;max-width:760px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.6}.heroActions{flex-wrap:wrap;justify-content:center;gap:18px;margin-top:38px;display:flex}.secondaryButton{color:#fff;border:2px solid #ffffff8c;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 32px;font-weight:900;text-decoration:none;transition:all .2s;display:inline-flex}@media (width<=760px){.homeHeroImage{background-position:50%;min-height:760px}.homeHeroLogo{width:115px}.homeHeroContent h1{font-size:clamp(3.3rem,15vw,5rem)}}.footerGrid{grid-template-columns:1.3fr 1fr auto;align-items:start;gap:80px;display:grid}.footerLogoBox{justify-content:flex-end;align-items:flex-start;display:flex}.footerLogo{opacity:.95;filter:drop-shadow(0 18px 34px #ffffff14);width:120px;height:auto}.footerBottom{justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.footerLegal{text-align:right;gap:8px;display:grid}@media (width<=760px){.footerGrid{grid-template-columns:1fr;gap:32px}.footerLogoBox{justify-content:flex-start}.footerLogo{width:92px}.footerBottom{flex-direction:column}.footerLegal{text-align:left}}.galleryBlock{margin-bottom:86px}.galleryHeading{margin-bottom:28px}.galleryHeading h2{letter-spacing:-.06em;margin:0 0 10px;font-size:clamp(2.4rem,5vw,5rem);line-height:.95}.galleryHeading p:not(.eyebrow){color:#555;max-width:720px;line-height:1.7}.galleryGrid{grid-template-columns:repeat(12,1fr);gap:10px;display:grid}.galleryItem{cursor:pointer;background:0 0;border:0;border-radius:18px;min-height:190px;padding:0;overflow:hidden;box-shadow:0 18px 45px #00000014}.galleryItem:first-child{grid-column:span 5;min-height:310px}.galleryItem:nth-child(2){grid-column:span 4;min-height:310px}.galleryItem:nth-child(3){grid-column:span 3;min-height:310px}.galleryItem:nth-child(4),.galleryItem:nth-child(5),.galleryItem:nth-child(6){grid-column:span 4}.galleryItem:nth-child(n+7){grid-column:span 3}.galleryItem img{object-fit:cover;width:100%;height:100%;transition:transform .35s,filter .35s;display:block}.galleryItem:hover img{filter:brightness(.92);transform:scale(1.05)}.loadMoreButton{color:#fff;cursor:pointer;background:#e30613;border:none;border-radius:999px;justify-content:center;align-items:center;min-height:52px;margin:28px auto 0;padding:0 34px;font-weight:900;display:flex;box-shadow:0 16px 35px #e3061338}.loadMoreButton:hover{transform:translateY(-1px)}@media (width<=900px){.galleryGrid{grid-template-columns:repeat(6,1fr)}.galleryItem,.galleryItem:first-child,.galleryItem:nth-child(2),.galleryItem:nth-child(3),.galleryItem:nth-child(4),.galleryItem:nth-child(5),.galleryItem:nth-child(6),.galleryItem:nth-child(n+7){grid-column:span 3;min-height:220px}}@media (width<=560px){.galleryGrid{grid-template-columns:1fr}.galleryItem,.galleryItem:first-child,.galleryItem:nth-child(2),.galleryItem:nth-child(3),.galleryItem:nth-child(4),.galleryItem:nth-child(5),.galleryItem:nth-child(6),.galleryItem:nth-child(n+7){grid-column:auto;min-height:240px}}.instagramSection{color:#fff;background:radial-gradient(circle at 0 0,#e3061338,#0000 34%),linear-gradient(135deg,#07140d,#020403);border-radius:38px;grid-template-columns:1fr auto;align-items:center;gap:40px;margin-bottom:80px;padding:56px;display:grid;overflow:hidden}.instagramSection h2{letter-spacing:-.06em;margin:0 0 16px;font-size:clamp(2.4rem,5vw,5.5rem);line-height:.95}.instagramSection p:not(.eyebrow){color:#ffffffc7;max-width:720px;font-size:1.1rem;line-height:1.7}.instagramButton{color:#fff;white-space:nowrap;background:#e30613;border-radius:999px;justify-content:center;align-items:center;min-height:56px;padding:0 34px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 18px 38px #e3061347}.instagramButton:hover{transform:translateY(-1px)}@media (width<=760px){.instagramSection{grid-template-columns:1fr;padding:34px}.instagramButton{width:fit-content}}.sponsorCard{color:inherit;cursor:default;text-decoration:none}a.sponsorCard{cursor:pointer}a.sponsorCard:hover{border-color:#e3061340;transform:translateY(-3px)}.heroSocials{z-index:5;gap:14px;display:grid;position:absolute;top:50%;right:34px;transform:translateY(-50%)}.heroSocials a{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff47;border-radius:999px;place-items:center;width:54px;height:54px;font-weight:900;text-decoration:none;transition:all .2s;display:grid}.heroSocialsFixed{z-index:99999;pointer-events:auto;gap:12px;display:grid;position:fixed;top:50%;right:24px;transform:translateY(-50%)}.heroSocialsFixed a{z-index:100000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f0f85;border:1px solid #ffffff38;border-radius:999px;place-items:center;width:48px;height:48px;transition:all .2s;display:grid;position:relative;box-shadow:0 14px 32px #0000002e}.homeVideoSection,.homeTurfStatement{z-index:1;position:relative}.heroSocialsFixed a:hover{background:#e30613;border-color:#e30613;transform:translate(-4px)}.heroSocialsFixed img{object-fit:contain;width:22px;height:22px;display:block}@media (width<=760px){.heroSocialsFixed{top:auto;bottom:24px;right:16px;transform:none}.heroSocialsFixed a{width:44px;height:44px}.heroSocialsFixed img{width:20px;height:20px}}.homeIntroSection{padding-top:96px;padding-bottom:96px}.sectionTitleRow{justify-content:space-between;align-items:end;gap:32px;margin-bottom:34px;display:flex}.sectionTitleRow h2{max-width:900px;margin:0}.smallTextLink{color:#e30613;white-space:nowrap;font-weight:900;text-decoration:none}.smallTextLink:hover{text-decoration:underline}.homeCardGrid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.homeInfoCard{min-height:300px;color:inherit;background:#fff;border:1px solid #e6e6e6;border-radius:30px;flex-direction:column;padding:36px;text-decoration:none;transition:all .22s;display:flex;box-shadow:0 28px 70px #0000000f}.homeInfoCard:hover{border-color:#e3061352;transform:translateY(-6px);box-shadow:0 34px 80px #0000001a}.homeInfoCard span{color:#e30613;text-transform:uppercase;letter-spacing:.08em;margin-bottom:22px;font-size:.82rem;font-weight:950}.homeInfoCard h3{letter-spacing:-.04em;margin:0 0 18px;font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.05}.homeInfoCard p{color:#555;margin:0 0 28px;line-height:1.7}.homeInfoCard strong{color:#e30613;margin-top:auto;font-weight:950}@media (width<=900px){.homeCardGrid{grid-template-columns:1fr}.sectionTitleRow{flex-direction:column;align-items:start}.homeInfoCard{min-height:auto}}.homeMatchesFullSection{background:#fff;padding-top:100px;padding-bottom:110px}.homeMatchesFullHeader{margin-bottom:38px}.homeMatchesFullHeader h2{letter-spacing:-.08em;margin:0;font-size:clamp(3.8rem,7vw,7.5rem);line-height:.9}.footballWidgetBox{color:#fff;background:radial-gradient(circle at 100% 0,#e306132e,#0000 34%),linear-gradient(135deg,#042514,#010402);border-radius:34px;min-height:280px;padding:42px;box-shadow:0 30px 80px #0000002e}.footballWidgetBox h3{letter-spacing:-.05em;margin:0 0 18px;font-size:clamp(1.8rem,3vw,3rem);line-height:1}.footballWidgetBox p:not(.eyebrow){color:#ffffffc7;margin:0;line-height:1.7}@media (width<=900px){.homeMatchesSection{grid-template-columns:1fr}}.footballWidgetReal{background:#fff;border:1px solid #0000000f;border-radius:34px;width:100%;min-height:430px;padding:28px;overflow:hidden;box-shadow:0 34px 90px #00000021}.footballWidgetReal:before{content:"Live von FUSSBALL.DE";z-index:2;color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#e30613;border-radius:999px;padding:7px 12px;font-size:.72rem;font-weight:900;position:absolute;top:18px;right:22px}.primaryButton{color:#fff;background:#e30613;border-radius:999px;justify-content:center;align-items:center;min-height:54px;padding:0 28px;font-weight:900;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 18px 36px #e3061340}.primaryButton:hover{transform:translateY(-2px);box-shadow:0 22px 44px #e3061352}.homeNewsPreview{background:#fff;padding-top:80px;padding-bottom:110px}.homeNewsGrid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:42px;display:grid}.homeNewsCard{color:#111;background:#fff;border:1px solid #00000014;border-radius:30px;min-height:260px;padding:34px;text-decoration:none;transition:all .22s;box-shadow:0 24px 70px #00000014}.homeNewsCard:hover{transform:translateY(-6px);box-shadow:0 34px 90px #0000001f}.homeNewsCard span{color:#e30613;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-size:.78rem;font-weight:900;display:inline-flex}.homeNewsCard small{color:#777;margin-bottom:18px;font-weight:700;display:block}.homeNewsCard h3{letter-spacing:-.04em;margin:0 0 16px;font-size:1.6rem;line-height:1.12}.homeNewsCard p{color:#555;margin:0;line-height:1.65}.homeNewsButton{margin-top:34px}@media (width<=900px){.homeNewsGrid{grid-template-columns:1fr}}.homeVideoSection{isolation:isolate;background:#000;width:100%;min-height:76vh;position:relative;overflow:hidden}.homePlaceVideo{z-index:0;object-fit:cover;object-position:center 42%;filter:contrast(1.12)saturate(1.08)brightness(1.04);width:100%;height:100%;position:absolute;inset:0;transform:scale(1.03)}.homeVideoOverlay{z-index:1;background:linear-gradient(90deg,#0000008c,#0000001f),linear-gradient(#0000,#00000040);position:absolute;inset:0}.homeVideoContent{z-index:2;color:#fff;flex-direction:column;justify-content:center;width:min(1120px,100% - 40px);min-height:76vh;margin:0 auto;display:flex;position:relative}.homeVideoContent .eyebrow{color:#ffd24a}.homeVideoContent h2{letter-spacing:-.06em;max-width:760px;margin:16px 0 22px;font-size:clamp(2.8rem,5.4vw,5.8rem);font-weight:700;line-height:.95}.homeVideoContent p:not(.eyebrow){color:#ffffffd1;max-width:620px;margin:0;font-size:1.05rem;line-height:1.65}.videoSoundButton{z-index:3;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#0000006b;border:1px solid #ffffff47;border-radius:999px;padding:10px 14px;font-size:.78rem;font-weight:800;transition:all .2s;position:absolute;bottom:28px;right:-80px;box-shadow:0 12px 34px #00000040}.videoSoundButton:hover{background:#e30613db;border-color:#e30613db;transform:translateY(-2px)}@media (width<=760px){.homeVideoSection,.homeVideoContent{min-height:70vh}.homeVideoContent h2,.homeTurfContent h2{font-size:clamp(3rem,14vw,4.8rem)}.homeTurfStatement{background-attachment:scroll;min-height:54vh}}.homeTurfContent{color:#fff;width:min(1120px,100% - 40px);margin:0 auto}.homeTurfContent h2{letter-spacing:-.08em;max-width:760px;margin:18px 0 22px;font-size:clamp(3.4rem,7vw,7.2rem);line-height:.9}.homeTurfContent p:not(.eyebrow){color:#ffffffe0;max-width:720px;margin:0;font-size:1.2rem;line-height:1.75}@media (width<=760px){.homeTurfStatement{background-attachment:scroll;min-height:54vh}.homeTurfContent h2{font-size:clamp(3rem,14vw,4.8rem)}}.homeIntroStatement{background:#fff;padding-top:110px;padding-bottom:110px}.homeIntroStatementInner{width:min(980px,100% - 40px);margin:0 auto}.homeIntroStatementInner h2{letter-spacing:-.08em;margin:16px 0 22px;font-size:clamp(3.2rem,6vw,6.5rem);line-height:.92}.homeIntroStatementInner p:not(.eyebrow){color:#555;max-width:760px;margin:0;font-size:1.22rem;line-height:1.75}.teamTableSection{padding-top:70px;padding-bottom:110px}.teamWidgetStack h2{letter-spacing:-.07em;margin:10px 0 24px;font-size:clamp(2.4rem,4.5vw,4.6rem);line-height:.95}.teamMatchesWidget{background:#fff;border-radius:30px;width:100%;min-height:430px;padding:20px;overflow:hidden;box-shadow:0 24px 64px #0000001a}.teamTableWidget{background:#fff;border-radius:30px;width:100%;min-height:560px;padding:20px;overflow:hidden;box-shadow:0 24px 64px #0000001a}.teamWidgetStack{gap:54px;margin-top:34px;display:grid}.teamHero{color:#fff;background:linear-gradient(90deg,#00220ff5,#003618e0),repeating-linear-gradient(90deg,#ffffff09 0 90px,#0000 90px 180px);align-items:center;min-height:300px;display:flex}.teamHeroInner{width:min(1120px,100% - 40px);margin:0 auto}.teamHero .eyebrow{color:#ffd24a;margin-bottom:16px}.teamHero h1{letter-spacing:-.075em;margin:0 0 18px;font-size:clamp(3.2rem,5.2vw,5.4rem);line-height:.95}.teamHero p:not(.eyebrow){color:#ffffffeb;margin:0;font-size:1.05rem;line-height:1.6}.teamPageSection{padding-top:90px;padding-bottom:70px}.teamWidgetStack{gap:70px;display:grid}.teamWidgetBlock h2{letter-spacing:-.08em;margin:10px 0 26px;font-size:clamp(3rem,5vw,5.2rem);line-height:.92}.teamMatchesWidget,.teamTableWidget{background:#fff;border-radius:30px;width:100%;padding:20px;overflow:hidden;box-shadow:0 24px 64px #0000001a}.teamMatchesWidget{min-height:430px}.teamTableWidget{min-height:620px}.teamInfoSection{padding-top:20px;padding-bottom:110px}.teamInfoGrid{grid-template-columns:repeat(2,1fr);gap:34px;display:grid}.infoCard{background:#fff;border:1px solid #00000014;border-radius:30px;padding:36px;box-shadow:0 24px 70px #00000014}.infoCard h3{margin:16px 0 22px;font-size:1.5rem}.infoCard p{color:#555;margin:0 0 8px;line-height:1.5}@media (width<=800px){.teamInfoGrid{grid-template-columns:1fr}.teamHero{min-height:280px}}.americanFootballPage{padding-top:90px;padding-bottom:110px}.datesGrid{grid-template-columns:repeat(2,1fr);gap:34px;margin-top:34px;display:grid}.dateCard{background:#fff;border:1px solid #00000014;border-radius:30px;padding:34px;box-shadow:0 24px 70px #00000014}.dateCard span{color:#e30613;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-size:.78rem;font-weight:900;display:inline-flex}.dateCard h3{margin:0 0 14px;font-size:1.6rem;line-height:1.15}.dateCard p{color:#555;margin:0;line-height:1.65}@media (width<=800px){.datesGrid{grid-template-columns:1fr}}.trainerCard{overflow:hidden}.trainerList{gap:18px;margin-top:22px;display:grid}.trainerPerson{align-items:center;gap:18px;display:flex}.trainerPerson img{object-fit:cover;object-position:center;background:#f2f2f2;border-radius:22px;min-width:86px;display:block;box-shadow:0 14px 34px #00000024;width:86px!important;height:86px!important}.trainerPerson strong{color:#111;margin-bottom:5px;font-size:1.05rem;display:block}.trainerPerson span{color:#555;line-height:1.45;display:block}body{background:#050505}.homeVideoSection{background:#050505;min-height:82vh}.homePlaceVideo{filter:contrast(1.18)saturate(1.1)brightness(.78);transform:scale(1.06)}.homeVideoOverlay{background:linear-gradient(90deg,#00000042,#00000038),linear-gradient(#0000,#0000007a)}.homeVideoContent{min-height:82vh}.homeVideoContent .eyebrow{color:#e30613;text-shadow:0 0 24px #e3061373}.homeVideoContent h2{letter-spacing:-.085em;text-shadow:0 24px 70px #000000b3;max-width:820px;font-size:clamp(3.4rem,6.4vw,7.2rem);font-weight:950}.homeVideoContent p:not(.eyebrow){color:#ffffffc7;max-width:680px;font-size:1.12rem}.videoSoundButton{color:#fff;background:#e30613eb;border-color:#e30613eb;box-shadow:0 18px 44px #e3061359}.videoSoundButton:hover{background:#ff101c;border-color:#ff101c}.homeIntroStatement,.homeNewsPreview,.homeMatchesFullSection,.homeIntroSection{color:#fff;background:linear-gradient(#050505,#0b0b0b)}.homeIntroStatementInner h2,.homeMatchesFullHeader h2,.sectionTitleRow h2{color:#fff}.homeIntroStatementInner p:not(.eyebrow),.homeNewsCard p,.homeInfoCard p,.footballWidgetBox p:not(.eyebrow){color:#ffffffb8}.homeInfoCard,.homeNewsCard,.footballWidgetReal,.footballWidgetBox{color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0e;border:1px solid #ffffff1f;box-shadow:0 28px 90px #00000059}.homeInfoCard:hover,.homeNewsCard:hover{border-color:#e306138c;transform:translateY(-8px);box-shadow:0 34px 100px #e3061329}.homeInfoCard h3,.homeNewsCard h3{color:#fff}.homeInfoCard span,.homeNewsCard span,.homeInfoCard strong,.smallTextLink{color:#e30613}.homeTurfStatement{background-image:linear-gradient(90deg,#000000db,#00000047),url(/kunstrasenplatz.png);background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;min-height:70vh;display:flex;position:relative;overflow:hidden}.homeTurfContent .eyebrow{color:#e30613}.homeTurfContent h2{color:#fff;text-shadow:0 24px 70px #000000b3;font-weight:950}.homeTurfContent p:not(.eyebrow){color:#ffffffc7}.siteHeader{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb}.homeNewsPreview{padding-top:110px;padding-bottom:120px;position:relative;overflow:hidden}.homeNewsPreview:before{content:"";opacity:.22;pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#ffffff09 1px,#0000 1px),linear-gradient(#ffffff09 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:80px 80px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.homeNewsPreview .sectionTitleRow,.homeNewsGrid,.homeNewsButton{z-index:2;position:relative}.homeNewsCard{background:linear-gradient(145deg,#ffffff17,#ffffff09);border:1px solid #ffffff21;border-radius:34px;min-height:330px;padding:38px;position:relative;overflow:hidden;box-shadow:0 28px 90px #00000061}.homeNewsCard:before{content:"";pointer-events:none;background:linear-gradient(#0000,#00000038);position:absolute;inset:0}.homeNewsCard:after{content:"";background:#e30613;border-radius:999px;width:5px;height:54px;position:absolute;top:34px;left:0}.homeNewsCard span,.homeNewsCard small,.homeNewsCard h3,.homeNewsCard p{z-index:2;position:relative}.homeNewsCard span{color:#e30613}.homeNewsCard small{color:#ffffff73}.homeNewsCard h3{letter-spacing:-.06em;font-size:clamp(1.75rem,2.4vw,2.45rem);line-height:.98}.homeNewsCard p{color:#ffffffad}.homeNewsCard:hover{border-color:#ffffff47;transform:translateY(-10px);box-shadow:0 34px 110px #0000008c}.nextMatchesSection{color:#fff;background:linear-gradient(#050505,#0b0b0b);padding:120px 5vw 130px;position:relative;overflow:hidden}.nextMatchesSection:before{content:"";opacity:.18;pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#ffffff09 1px,#0000 1px),linear-gradient(#ffffff09 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:90px 90px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.nextMatchesInner{z-index:2;width:min(1180px,100%);margin:0 auto;position:relative}.nextMatchesSection .eyebrow{color:#e30613}.nextMatchesSection h2{color:#fff;letter-spacing:-.085em;max-width:900px;margin:0;font-size:clamp(3.6rem,7vw,7.4rem);font-weight:950;line-height:.88}.nextMatchMain p,.matchRow p{color:#ffffff94;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-size:.78rem;font-weight:800}.nextMatchMain h3 span,.matchRow h3 span{color:#e30613;letter-spacing:0;margin:0 14px;font-size:.55em}.matchRow{background:#ffffff0e;border:1px solid #ffffff1c;border-radius:26px;grid-template-columns:190px 1fr;align-items:center;gap:28px;padding:24px 28px;transition:all .22s;display:grid}.matchRow:hover{background:#ffffff14;border-color:#ffffff40;transform:translateY(-3px)}@media (width<=800px){.nextMatchHero,.matchRow{grid-template-columns:1fr}.nextMatchDate{min-height:auto}.nextMatchesSection h2{font-size:clamp(3rem,14vw,5rem)}}.nextMatchesSection,.teamOwnMatches{color:#fff;background:linear-gradient(#050505,#0b0b0b);padding:110px 5vw;position:relative;overflow:hidden}.nextMatchesSection:before,.teamOwnMatches:before{content:"";opacity:.16;pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#ffffff09 1px,#0000 1px),linear-gradient(#ffffff09 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:90px 90px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.nextMatchesInner,.teamOwnMatchesHeader,.teamOwnMatchesGrid{z-index:2;position:relative}.nextMatchesInner{width:min(1180px,100%);margin:0 auto}.nextMatchesSection .eyebrow,.teamOwnMatches .eyebrow{color:#e30613}.nextMatchesSection h2,.teamOwnMatchesHeader h2{color:#fff;letter-spacing:-.085em;margin:0;font-size:clamp(3.4rem,6.8vw,7rem);font-weight:950;line-height:.88}.nextMatchHero{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#ffffff1c,#ffffff0a);border:1px solid #ffffff24;border-radius:38px;grid-template-columns:220px 1fr;gap:34px;margin-top:44px;padding:42px;display:grid;box-shadow:0 34px 110px #0000007a}.nextMatchDate{text-align:center;color:#fff;background:#e30613;border-radius:28px;place-items:center;min-height:170px;padding:24px;display:grid}.nextMatchDate span{letter-spacing:.08em;text-transform:uppercase;font-size:.9rem;font-weight:900}.nextMatchDate strong{font-size:2.1rem;line-height:1;display:block}.nextMatchMain{flex-direction:column;justify-content:center;display:flex}.nextMatchMain p,.matchRow p,.teamMatchTeams p{color:#ffffff94;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-size:.78rem;font-weight:800}.nextMatchMain h3{color:#fff;letter-spacing:-.075em;margin:0;font-size:clamp(2.2rem,4.8vw,5rem);font-weight:950;line-height:.95}.nextMatchMain h3 span,.matchRow h3 span,.teamMatchTeams h4 span{color:#e30613;margin:0 14px;font-size:.62em}.matchList{gap:14px;margin-top:28px;display:grid}.matchRow{background:#ffffff0e;border:1px solid #ffffff1c;border-radius:26px;grid-template-columns:190px 1fr;align-items:center;gap:28px;padding:24px 28px;display:grid}.matchRow>div:first-child span{color:#ffffff8c;margin-bottom:6px;font-weight:800;display:block}.matchRow>div:first-child strong{color:#fff;font-size:1.25rem}.matchRow h3{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(1.35rem,2.5vw,2.1rem);line-height:1.05}.teamOwnMatches{background:0 0;padding:0}.teamOwnMatches:before{display:none}.teamOwnMatchesGrid{grid-template-columns:repeat(2,1fr);gap:28px;margin-top:42px;display:grid}.teamMatchPanel{color:#fff;background:linear-gradient(145deg,#ffffff1c,#ffffff0a);border:1px solid #ffffff21;border-radius:34px;padding:32px;box-shadow:0 28px 90px #00000061}.teamMatchPanel h3{color:#fff;letter-spacing:-.04em;margin:0 0 24px;font-size:1.8rem}.teamMatchList{gap:14px;display:grid}.teamMatchCard{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:22px;grid-template-columns:140px 1fr;gap:20px;padding:20px;display:grid}.teamMatchMeta span{color:#ffffff8c;margin-bottom:6px;font-weight:800;display:block}.teamMatchMeta strong{color:#fff}.teamMatchTeams h4{color:#fff;margin:0;font-size:1.2rem;line-height:1.15}.emptyMatchText{color:#fff9}@media (width<=900px){.nextMatchHero,.matchRow,.teamOwnMatchesGrid,.teamMatchCard{grid-template-columns:1fr}}.teamOwnMatchesGrid{align-items:start}.teamMatchPanel{align-self:start;height:auto}.teamWidgetBlock h2{color:#fff}.teamWidgetBlock .eyebrow{color:#e30613}.teamSchedule{color:#fff;width:100%}.teamScheduleHeader{margin-bottom:42px}.teamScheduleHeader .eyebrow{color:#e30613}.teamScheduleHeader h2{color:#fff;letter-spacing:-.085em;margin:10px 0 0;font-size:clamp(3.4rem,6vw,6.8rem);font-weight:950;line-height:.9}.scheduleCard{background:#151515;border:1px solid #ffffff24;border-radius:34px;overflow:hidden;box-shadow:0 32px 90px #0000006b}.scheduleSwitcher{background:#0b0b0b;border-bottom:1px solid #ffffff1f;grid-template-columns:repeat(2,1fr);gap:8px;padding:18px;display:grid}.scheduleSwitcher button{color:#ffffff9e;min-height:54px;font:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff29;border-radius:999px;font-weight:850;transition:all .2s}.scheduleSwitcher button:hover{color:#fff;border-color:#ffffff52}.scheduleSwitcher button.active{color:#fff;background:#e30613;border-color:#e30613;box-shadow:0 12px 32px #e306133d}.scheduleColumnLabels{color:#ffffff73;letter-spacing:.08em;text-transform:uppercase;grid-template-columns:190px minmax(0,1fr) 120px minmax(0,1fr);gap:24px;padding:22px 30px;font-size:.74rem;font-weight:850;display:grid}.scheduleColumnLabels span:nth-child(2){text-align:right}.scheduleColumnLabels span:nth-child(3){text-align:center}.scheduleMatch{border-top:1px solid #ffffff1a;padding:0 30px;transition:background .2s}.scheduleMatch:hover{background:#ffffff09}.scheduleCompetition{color:#ffffff80;text-align:center;letter-spacing:.08em;text-transform:uppercase;margin:0;padding:18px 0 8px;font-size:.72rem;font-weight:900}.scheduleMatchGrid{grid-template-columns:190px minmax(0,1fr) 120px minmax(0,1fr);align-items:center;gap:24px;min-height:110px;padding-bottom:18px;display:grid}.scheduleDate{gap:6px;display:grid}.scheduleDate strong{color:#ffffffa8;font-size:.95rem}.scheduleDate span{color:#fff;font-size:1.05rem;font-weight:850}.scheduleTeam{color:#fff;align-items:center;gap:14px;font-size:clamp(1rem,1.55vw,1.32rem);font-weight:850;line-height:1.2;display:flex}.scheduleHomeTeam{text-align:right;justify-content:flex-end}.scheduleAwayTeam{text-align:left;justify-content:flex-start}.matchClubLogo,.matchClubPlaceholder{border-radius:50%;flex:0 0 52px;width:52px;height:52px}.matchClubLogo{object-fit:contain;background:#fff;padding:5px}.matchClubPlaceholder{color:#ffffffad;background:#ffffff13;border:1px solid #ffffff2b;place-items:center;font-size:.72rem;font-weight:900;display:grid}.scheduleResult{color:#fff;text-align:center;white-space:nowrap;font-size:1.55rem;font-weight:950}.scheduleResult.hasResult{color:#e30613}.scheduleEmpty{color:#ffffff94;text-align:center;margin:0;padding:70px 30px}@media (width<=850px){.scheduleColumnLabels{display:none}.scheduleMatch{padding:0 20px}.scheduleMatchGrid{grid-template-columns:1fr 70px 1fr;gap:12px;padding:4px 0 24px}.scheduleDate{grid-column:1/-1;justify-content:center;gap:10px;display:flex}.scheduleTeam{text-align:center;justify-items:center;font-size:.95rem;display:grid}.scheduleHomeTeam,.scheduleAwayTeam{text-align:center;justify-content:center}.scheduleHomeTeam span{order:2}.scheduleHomeTeam .matchClubLogo,.scheduleHomeTeam .matchClubPlaceholder{order:1}.scheduleResult{font-size:1.25rem}.scheduleSwitcher{grid-template-columns:1fr}}.homeScheduleSection{color:#fff;background:linear-gradient(#050505,#0a0a0a);padding:120px 5vw 130px;position:relative;overflow:hidden}.homeScheduleInner{width:min(1180px,100%);margin:0 auto}.homeScheduleHeader{margin-bottom:44px}.homeScheduleHeader .eyebrow{color:#e30613}.homeScheduleHeader h2{color:#fff;letter-spacing:-.085em;max-width:1000px;margin:10px 0 20px;font-size:clamp(3.5rem,6.5vw,7rem);font-weight:950;line-height:.88}.homeScheduleHeader>p:not(.eyebrow){color:#ffffff94;max-width:720px;margin:0;font-size:1.05rem;line-height:1.7}.homeScheduleCard{width:100%}@media (width<=850px){.homeScheduleSection{padding:90px 20px 100px}.homeScheduleHeader h2{font-size:clamp(3rem,14vw,5rem)}}.cookieBanner{z-index:200000;color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080808f5;border:1px solid #ffffff26;border-radius:28px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:34px;padding:28px;display:grid;position:fixed;bottom:24px;left:24px;right:24px;box-shadow:0 30px 100px #0000008c}.cookieBannerText{max-width:820px}.cookieBannerText strong{margin-bottom:8px;font-size:1.2rem;display:block}.cookieBannerText p{color:#ffffffb3;margin:0 0 10px;line-height:1.6}.cookieBannerText a{color:#e30613;font-weight:850}.cookieBannerActions,.cookieModalActions{flex-wrap:wrap;gap:12px;display:flex}.cookieButton{min-height:48px;font:inherit;cursor:pointer;border-radius:999px;padding:0 22px;font-weight:850;transition:all .2s}.cookieButtonPrimary{color:#fff;background:#e30613;border:1px solid #e30613}.cookieButtonPrimary:hover{background:#ff1320;border-color:#ff1320}.cookieButtonSecondary{color:#fff;background:#ffffff0f;border:1px solid #ffffff38}.cookieButtonSecondary:hover{background:#ffffff1c;border-color:#ffffff73}.cookieModalBackdrop{z-index:210000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.cookieModal{color:#fff;background:#101010;border:1px solid #ffffff24;border-radius:30px;width:min(720px,100%);max-height:calc(100vh - 40px);padding:34px;overflow-y:auto;box-shadow:0 40px 130px #000000b3}.cookieModalHeader{justify-content:space-between;gap:24px;margin-bottom:26px;display:flex}.cookieModalHeader h2{color:#fff;letter-spacing:-.06em;margin:8px 0 0;font-size:clamp(2rem,5vw,3.4rem);line-height:.95}.cookieCloseButton{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:50%;flex:0 0 44px;width:44px;height:44px;font-size:1.8rem}.cookieCategory{border-top:1px solid #ffffff1c;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:24px 0;display:grid}.cookieCategory strong{font-size:1.08rem}.cookieCategory p{color:#ffffff9e;margin:7px 0 0;line-height:1.55}.cookieModalActions{justify-content:flex-end;margin-top:24px}.cookieSwitch{flex:0 0 54px;width:54px;height:30px;position:relative}.cookieSwitch input{opacity:0;pointer-events:none;position:absolute}.cookieSwitch span{cursor:pointer;background:#444;border-radius:999px;transition:all .2s;position:absolute;inset:0}.cookieSwitch span:after{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:all .2s;position:absolute;top:4px;left:4px}.cookieSwitch input:checked+span{background:#e30613}.cookieSwitch input:checked+span:after{transform:translate(24px)}.cookieSwitch input:disabled+span{cursor:not-allowed;opacity:.7}.externalContentPlaceholder{color:#fff;text-align:center;background:#111;border:1px solid #ffffff21;border-radius:24px;align-content:center;place-items:center;gap:12px;min-height:330px;padding:40px;display:grid}.externalContentIcon{color:#fff;background:#e30613;border-radius:50%;place-items:center;width:54px;height:54px;font-size:1.4rem;font-weight:900;display:grid}.externalContentPlaceholder h3{color:#fff;margin:8px 0 0;font-size:1.5rem}.externalContentPlaceholder p{color:#ffffffa6;max-width:560px;margin:0 0 12px;line-height:1.6}.footerCookieButton{color:#ffffffb8;font:inherit;text-align:right;cursor:pointer;background:0 0;border:0;padding:0}.footerCookieButton:hover{color:#fff}@media (width<=900px){.cookieBanner{grid-template-columns:1fr}.cookieBannerActions{width:100%}.cookieBannerActions .cookieButton{flex:1}}@media (width<=600px){.cookieBanner{padding:22px;bottom:12px;left:12px;right:12px}.cookieBannerActions,.cookieModalActions{grid-template-columns:1fr;display:grid}.cookieModal{padding:24px}.cookieCategory{grid-template-columns:1fr auto;gap:16px}.footerCookieButton{text-align:left}}.footer{color:#fff;background:#070707;padding:78px 5vw 34px;position:relative}.footerInner{width:min(1280px,100%);margin:0 auto}.footerMain{grid-template-columns:minmax(300px,1.5fr) repeat(3,minmax(150px,.65fr));align-items:start;gap:64px;display:grid}.footerClub{grid-template-columns:105px minmax(0,1fr);align-items:center;gap:28px;display:grid}.footerClub .footerLogo{opacity:1;filter:drop-shadow(0 16px 32px #ffffff14);width:105px;height:auto}.footerClub h3,.footerColumn h4{color:#fff;margin:0 0 16px}.footerClub h3{letter-spacing:-.02em;font-size:1.35rem}.footerColumn h4{text-transform:uppercase;letter-spacing:.13em;color:#ffffff80;font-size:.82rem;font-weight:900}.footerClub p,.footerColumn p{color:#ffffff9e;margin:0;line-height:1.7}.footerColumn a{color:#ffffffb8;width:fit-content;margin:0 0 11px;line-height:1.4;transition:color .2s;display:block}.footerColumn a:hover,.footerLegal a:hover,.footerCookieButton:hover{color:#e30613}.footerBottom{border-top:1px solid #ffffff21;justify-content:space-between;align-items:center;gap:30px;margin-top:64px;padding-top:28px;display:flex}.footerBottom>span{color:#ffffff80;font-size:.88rem}.footerLegal{text-align:left;align-items:center;gap:24px;display:flex}.footerLegal a,.footerCookieButton{color:#ffffff9e;margin:0;font-size:.88rem;line-height:1.4}.footerCookieButton{font:inherit;cursor:pointer;background:0 0;border:0;padding:0}@media (width<=1000px){.footerMain{grid-template-columns:repeat(2,minmax(0,1fr));gap:50px}}@media (width<=680px){.footer{padding:60px 22px 28px}.footerMain{grid-template-columns:1fr;gap:40px}.footerClub{grid-template-columns:82px minmax(0,1fr);gap:20px}.footerClub .footerLogo{width:82px}.footerBottom{flex-direction:column;align-items:flex-start;margin-top:48px}.footerLegal{flex-direction:column;align-items:flex-start;gap:12px}}.homeVideoContent h2,.homeTurfContent h2,.homeIntroStatementInner h2,.homeScheduleHeader h2,.homeMatchesFullHeader h2,.teamOwnMatchesHeader h2,.teamWidgetBlock h2,.galleryHeading h2,.instagramSection h2{letter-spacing:-.045em;line-height:.98}.pageHero h1,.teamHero h1{letter-spacing:-.035em;line-height:1}.historyContent h2,.historyContent h3,.boardSection h2,.boardSection h3,.galleryHeading h2,.membershipContent h2,.membershipContent h3,.membershipIntro h2,.membershipIntro h3,.locationsContent h2,.locationsContent h3{color:#fff}.historyContent p,.galleryHeading p,.membershipContent p,.membershipIntro p,.membershipNotice p,.locationsContent p{color:#ffffffb8}.historyContent strong,.membershipContent strong,.membershipIntro strong{color:#ffffffe6}.historyContent,.boardSection,.membershipContent,.locationsContent,.galleryBlock{color:#fff}.membershipContent .feeTable>div{color:#ffffffb8;border-color:#ffffff1f}.membershipContent .feeTable>div:first-child{color:#fff;border-color:#ffffff4d}.membershipNotice,.membershipNotice h3,.membershipNotice p{color:#111}.membershipContent h2{letter-spacing:-.04em;color:#fff;margin:0 0 28px;font-size:clamp(2.6rem,5vw,5rem);line-height:1}.membershipContent .documentCard,.membershipContent .documentCard h3{color:#111}.membershipContent .documentCard p{color:#666}.membershipContent .documentCard strong,.membershipContent .documentCard span{color:#111}.homeHeroAnimated{background-position:50% 56%;animation:2.2s cubic-bezier(.16,1,.3,1) both homeHeroBackgroundStart}.homeHeroAnimated .homeHeroShade{opacity:0;animation:1.4s ease-out .1s forwards homeHeroShadeStart}.homeHeroLogoAnimated{opacity:0;animation:1.15s cubic-bezier(.16,1,.3,1) .2s forwards homeHeroLogoStart;transform:translateY(-45px)scale(.88)}.homeHeroEyebrowAnimated{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .55s forwards homeHeroTextStart;transform:translateY(22px)}.homeHeroTitle{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:0 .22em;display:flex;overflow:visible}.homeHeroWordMask{margin-bottom:-.08em;padding-bottom:.08em;display:inline-block;overflow:hidden}.homeHeroWord{opacity:0;animation:1.05s cubic-bezier(.16,1,.3,1) forwards homeHeroWordStart;display:inline-block;transform:translateY(115%)}.homeHeroDescription{opacity:0;animation:.95s cubic-bezier(.16,1,.3,1) 1.05s forwards homeHeroTextStart;transform:translateY(28px)}.homeHeroSocialsAnimated{opacity:0;animation:.85s cubic-bezier(.16,1,.3,1) 1.25s forwards homeHeroSocialStart;transform:translateY(-42%)translate(30px)}.homeHeroScrollHint{color:#ffffffb8;letter-spacing:.18em;text-transform:uppercase;opacity:0;flex-direction:column;align-items:center;gap:9px;font-size:.68rem;font-weight:900;animation:.8s ease-out 1.55s forwards homeHeroTextStart;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)translateY(18px)}.homeHeroScrollHint span{background:#ffffff40;width:1px;height:34px;position:relative;overflow:hidden}.homeHeroScrollHint span:after{content:"";background:#fff;width:100%;height:100%;animation:1.8s ease-in-out 2s infinite homeHeroScrollLine;position:absolute;top:-100%;left:0}@keyframes homeHeroBackgroundStart{0%{filter:brightness(.72);background-position:50% 62%}to{filter:brightness();background-position:50%}}@keyframes homeHeroShadeStart{0%{opacity:0}to{opacity:1}}@keyframes homeHeroLogoStart{0%{opacity:0;transform:translateY(-45px)scale(.88)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes homeHeroWordStart{0%{opacity:0;transform:translateY(115%)}to{opacity:1;transform:translateY(0)}}@keyframes homeHeroTextStart{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes homeHeroSocialStart{0%{opacity:0;transform:translateY(-42%)translate(30px)}to{opacity:1;transform:translateY(-50%)translate(0)}}@keyframes homeHeroScrollLine{0%{transform:translateY(0)}55%,to{transform:translateY(200%)}}@media (width<=760px){.homeHeroTitle{gap:0 .16em}.homeHeroScrollHint{bottom:18px}.homeHeroSocialsAnimated{transform:translate(28px)}@keyframes homeHeroSocialStart{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}}@media (prefers-reduced-motion:reduce){.homeHeroAnimated,.homeHeroAnimated .homeHeroShade,.homeHeroLogoAnimated,.homeHeroEyebrowAnimated,.homeHeroWord,.homeHeroDescription,.homeHeroSocialsAnimated,.homeHeroScrollHint,.homeHeroScrollHint span:after{opacity:1;transform:none;animation:none!important}}.homeHeroTitle{flex-wrap:nowrap;justify-content:center;align-items:baseline;gap:0 .2em;margin:16px 0 24px;padding:.1em 0 .16em;display:flex;letter-spacing:-.055em!important;line-height:1.05!important;overflow:visible!important}.homeHeroWordMask{margin:0;padding:.08em 0 .12em;display:inline-block;overflow:visible!important}.homeHeroWord{padding:.02em 0;line-height:1.05;display:inline-block}.homeHeroDescription{z-index:2;position:relative;margin-top:4px!important}.homeHeroScrollHint{display:none!important}@media (width<=900px){.homeHeroTitle{flex-wrap:wrap;gap:0 .15em;line-height:1!important}}.adminLoginPage,.adminLoadingPage{background:radial-gradient(circle at top,#aa000029,#0000 38%),#050505;justify-content:center;align-items:center;min-height:calc(100vh - 100px);padding:80px 5vw;display:flex}.adminLoginCard{color:#111;background:#fff;border-radius:28px;width:min(100%,520px);padding:50px;box-shadow:0 30px 90px #00000061}.adminLoginLogo{object-fit:contain;width:95px;height:95px;margin:0 auto 28px;display:block}.adminLoginCard h1{color:#111;margin:8px 0 14px;font-size:clamp(2.4rem,6vw,4rem);line-height:.95}.adminLoginIntro{color:#666;margin-bottom:32px;line-height:1.6}.adminLoginForm{gap:22px;display:grid}.adminLoginForm label{color:#222;gap:8px;font-weight:800;display:grid}.adminLoginForm input{color:#111;width:100%;font:inherit;background:#fff;border:1px solid #d8d8d8;border-radius:12px;padding:15px 17px}.adminLoginForm input:focus{border-color:#0000;outline:2px solid #d71920}.adminLoginForm button,.adminDashboardHeader button,.adminLoadingPage button{color:#fff;font:inherit;cursor:pointer;background:#d71920;border:0;border-radius:12px;padding:15px 22px;font-weight:900}.adminLoginForm button:disabled{cursor:wait;opacity:.65}.adminLoginError{color:#b00000;background:#ffe8e8;border-radius:10px;margin:0;padding:13px 15px;font-weight:700}.adminLoadingPage{color:#fff;text-align:center}.adminDashboardPage{color:#fff;background:#050505;min-height:100vh;padding:80px 5vw 120px}.adminDashboardHeader{justify-content:space-between;align-items:flex-start;gap:30px;width:min(1200px,100%);margin:0 auto 50px;display:flex}.adminDashboardHeader h1{margin:10px 0 16px;font-size:clamp(3rem,7vw,6rem);line-height:.95}.adminDashboardHeader p{color:#ffffffad}.adminDashboardGrid{grid-template-columns:repeat(3,1fr);gap:22px;width:min(1200px,100%);margin:0 auto;display:grid}.adminDashboardGrid article{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:24px;min-height:260px;padding:32px}.adminDashboardGrid h2{margin:12px 0 15px;font-size:1.7rem}.adminDashboardGrid article>p:last-child{color:#ffffffa6;line-height:1.6}@media (width<=800px){.adminLoginCard{padding:34px 24px}.adminDashboardHeader{flex-direction:column}.adminDashboardGrid{grid-template-columns:1fr}}.adminDashboardCard{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;min-height:260px;padding:32px;text-decoration:none;transition:transform .18s,border-color .18s,background .18s;display:flex}.adminDashboardCard:hover{background:#ffffff17;border-color:#d71920b3;transform:translateY(-5px)}.adminDashboardCard h2{margin:12px 0 15px;font-size:1.7rem}.adminDashboardCard>p:last-of-type{color:#ffffffa6;line-height:1.6}.adminDashboardCard>span{color:#ffcc34;margin-top:auto;padding-top:24px;font-weight:900}.adminManagementPage{color:#fff;background:#050505;min-height:100vh;padding:70px 5vw 120px}.adminManagementHeader{justify-content:space-between;align-items:flex-start;gap:30px;width:min(1240px,100%);margin:0 auto 48px;display:flex}.adminManagementHeader h1{margin:10px 0 18px;font-size:clamp(3.5rem,8vw,7rem);line-height:.92}.adminManagementHeader>div>p:last-child{color:#ffffffa6}.adminBackButton{color:#ffffffb3;font:inherit;cursor:pointer;background:0 0;border:0;margin-bottom:35px;padding:0;font-weight:800}.adminBackButton:hover{color:#fff}.adminLogoutButton{color:#fff;font:inherit;cursor:pointer;background:#d71920;border:0;border-radius:12px;padding:14px 22px;font-weight:900}.adminManagementGrid{grid-template-columns:minmax(300px,430px) 1fr;align-items:start;gap:26px;width:min(1240px,100%);margin:0 auto;display:grid}.adminFormCard,.adminListCard{background:#141414;border:1px solid #ffffff1f;border-radius:25px;padding:34px}.adminFormCard h2,.adminListCard h2{color:#fff;margin:10px 0 28px;font-size:1.8rem}.adminManagementForm{gap:20px;display:grid}.adminManagementForm label{color:#fff;gap:8px;font-weight:800;display:grid}.adminManagementForm input{color:#fff;width:100%;font:inherit;background:#090909;border:1px solid #ffffff2b;border-radius:11px;padding:14px 16px}.adminManagementForm input:focus{border-color:#0000;outline:2px solid #d71920}.adminManagementForm button[type=submit]{color:#fff;font:inherit;cursor:pointer;background:#d71920;border:0;border-radius:11px;padding:15px 20px;font-weight:900}.adminManagementForm button:disabled{cursor:wait;opacity:.6}.adminFormError,.adminFormSuccess{border-radius:10px;margin:0;padding:13px 15px;font-weight:750}.adminFormError{color:#ffb6b6;background:#d719202e}.adminFormSuccess{color:#bfffc6;background:#19b4462b}.adminListHeading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.adminListHeading>span{color:#111;background:#ffcc34;border-radius:50%;place-items:center;min-width:46px;min-height:46px;font-weight:950;display:grid}.adminEmptyMessage{color:#fff9;padding:30px 0}.adminTeamList{gap:14px;display:grid}.adminTeamItem{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;justify-content:space-between;align-items:center;gap:22px;padding:20px;display:flex}.adminTeamTitleRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.adminTeamTitleRow h3{color:#fff;margin:0}.adminTeamItem p{color:#ffffffad;margin:8px 0}.adminTeamItem small{color:#ffffff73}.adminStatusActive,.adminStatusInactive{text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:900}.adminStatusActive{color:#bfffc6;background:#19b4462b}.adminStatusInactive{color:#ffd0d0;background:#d719202e}.adminTeamActions{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.adminTeamActions button{color:#fff;font:inherit;cursor:pointer;background:#ffffff12;border:1px solid #ffffff29;border-radius:9px;padding:10px 13px;font-size:.82rem;font-weight:850}.adminTeamActions .adminDeleteButton{color:#ffb5b5;border-color:#d7192066}@media (width<=900px){.adminManagementHeader{flex-direction:column}.adminManagementGrid{grid-template-columns:1fr}.adminTeamItem{flex-direction:column;align-items:flex-start}.adminTeamActions{justify-content:flex-start}}.adminDashboardGrid{grid-template-columns:repeat(2,1fr)}@media (width<=800px){.adminDashboardGrid{grid-template-columns:1fr}}.adminManagementForm select{color:#fff;width:100%;font:inherit;background:#090909;border:1px solid #ffffff2b;border-radius:11px;padding:14px 16px}.adminManagementForm select:focus{border-color:#0000;outline:2px solid #d71920}.adminMatchPreview{background:#ffcc3414;border:1px solid #ffcc3440;border-radius:13px;gap:7px;padding:18px;display:grid}.adminMatchPreview small{color:#ffcc34;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.adminMatchPreview strong{color:#fff}.adminMatchPreview span{color:#fff9}.inlineAdminBar{z-index:1200;color:#fff;background:#111;border-bottom:3px solid #d71920;justify-content:space-between;align-items:center;gap:24px;min-height:58px;padding:10px max(5vw,20px);display:flex;position:sticky;top:0;box-shadow:0 8px 25px #00000038}.inlineAdminBar>div,.inlineAdminBar nav{align-items:center;gap:18px;display:flex}.inlineAdminStatus{text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:900}.inlineAdminStatus>span{background:#48d56c;border-radius:50%;width:9px;height:9px;margin-right:7px;display:inline-block;box-shadow:0 0 0 4px #48d56c24}.inlineAdminHint{color:#ffffff94;font-size:.82rem}.inlineAdminBar a,.inlineAdminBar button{color:#fff;font:inherit;cursor:pointer;background:0 0;border:0;padding:8px 11px;font-size:.82rem;font-weight:800;text-decoration:none}.inlineAdminBar button{color:#ffb7b7}.inlineEditableSection{position:relative}.pageHero>.inlineAdminButton{position:absolute;bottom:42px;right:5vw}.inlineSectionHeading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.inlineAdminButton{color:#a90006;font:inherit;cursor:pointer;background:#fff;border:1px solid #d719204d;border-radius:9px;flex:none;padding:9px 13px;font-size:.78rem;font-weight:900;box-shadow:0 4px 16px #00000014}.inlineAdminButton:hover{color:#fff;background:#d71920}.scheduleMatchTopline{justify-content:space-between;align-items:center;gap:12px;display:flex}.scheduleMatchTopline .scheduleCompetition{margin:0}.scheduleMatchTopline .inlineAdminButton{padding:6px 9px}.inlineEditOverlay{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.inlineEditModal{color:#111;background:#fff;border-radius:22px;width:min(100%,620px);max-height:calc(100vh - 48px);padding:30px;overflow-y:auto;box-shadow:0 30px 90px #0006}.inlineEditModalHeader{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px;display:flex}.inlineEditModalHeader h2{margin:7px 0 0;font-size:2rem}.inlineEditClose{color:#333;width:42px;height:42px;font:inherit;cursor:pointer;background:#eee;border:0;border-radius:50%;font-size:1.7rem}.inlineEditForm{gap:18px;display:grid}.inlineEditForm label{gap:7px;font-weight:800;display:grid}.inlineEditForm input,.inlineEditForm select,.inlineEditForm textarea{color:#111;width:100%;font:inherit;resize:vertical;background:#fff;border:1px solid #d7d7d7;border-radius:10px;padding:13px 14px}.inlineEditForm input:focus,.inlineEditForm select:focus,.inlineEditForm textarea:focus{border-color:#0000;outline:2px solid #d71920}.inlineFieldRow{grid-template-columns:1fr 1fr auto;align-items:end;gap:12px;display:grid}.inlineRemoveButton{color:#b00000;cursor:pointer;background:#ffe4e4;border:0;border-radius:10px;width:42px;height:46px;font-size:1.4rem}.inlineAddRow{color:#b00000;font:inherit;cursor:pointer;background:0 0;border:0;justify-self:start;padding:9px 0;font-weight:900}.inlineEditActions{justify-content:flex-end;gap:10px;padding-top:8px;display:flex}.inlineEditActions button{color:#fff;font:inherit;cursor:pointer;background:#d71920;border:0;border-radius:10px;padding:12px 18px;font-weight:900}.inlineEditActions button.secondary{color:#333;background:#eee}.inlineEditActions button.danger{color:#b00000;background:#ffe4e4;margin-right:auto}.inlineEditActions button:disabled{opacity:.55;cursor:wait}.inlineEditError,.inlinePublicError{color:#a50000;background:#ffe7e7;border-radius:9px;padding:12px 15px;font-weight:750}.inlinePublicError{width:min(1100px,90%);margin:20px auto}.inlineAdminToast{z-index:1900;color:#0e5e22;background:#dcffe4;border-radius:12px;align-items:center;gap:18px;padding:14px 16px;font-weight:850;display:flex;position:fixed;top:84px;right:24px;box-shadow:0 10px 35px #0003}.inlineAdminToast button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:1.3rem}@media (width<=760px){.inlineAdminBar{flex-direction:column;align-items:flex-start;gap:5px;position:relative}.inlineAdminHint{display:none}.inlineAdminBar nav{flex-wrap:wrap;gap:4px;width:100%}.inlineAdminBar a,.inlineAdminBar button{padding-left:0;padding-right:14px}.pageHero>.inlineAdminButton{margin-top:22px;position:static}.inlineSectionHeading{flex-direction:column}.inlineFieldRow{grid-template-columns:1fr}.inlineRemoveButton{width:100%;height:38px}.inlineEditOverlay{padding:10px}.inlineEditModal{padding:23px 18px}}.navItem:focus-within .dropdown{gap:4px;display:grid}.homeHeroLogoAnimated{animation-duration:.65s;animation-delay:50ms}.homeHeroEyebrowAnimated{animation-duration:.55s;animation-delay:.15s}.homeHeroWord1{animation-delay:.2s}.homeHeroWord2{animation-delay:.27s}.homeHeroWord3{animation-delay:.34s}.homeHeroWord{animation-duration:.7s}.homeHeroDescription{animation-duration:.6s;animation-delay:.42s}@media (width<=760px){.homeHeroImage{min-height:700px;padding:54px 0}.homeHeroLogo{width:92px;margin-bottom:14px}.homeHeroContent h1{margin:10px 0 16px;font-size:clamp(2.9rem,14vw,4.2rem)}.homeHeroContent>p:not(.eyebrow){font-size:1rem;line-height:1.5}.homeHeroActions{gap:10px;margin-top:24px}.homeHeroActions a{width:min(100%,290px)}.sponsorGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sponsorCard{min-height:150px;padding:14px 10px}.sponsorCard img{height:82px;max-height:82px}.mainNav a,.dropdown a{min-height:44px}.footerLegal a,.footerCookieButton{align-items:center;min-height:44px;display:flex}}.piratesTrainerInner{width:100%}.piratesTrainerHeader h2{color:#fff}.piratesTrainerHeader p:not(.eyebrow){color:#ffffffad}.piratesTrainerCard{background:#fff;border-radius:28px;overflow:hidden}.piratesTrainerCard img{object-fit:cover;object-position:center top;width:100%;height:420px;display:block}.piratesTrainerContent{padding:24px 28px 28px}.piratesTrainerContent h3{color:#111;margin:0 0 6px;font-size:1.45rem}.piratesContactCard{margin-top:36px}@media (width<=800px){.piratesTrainerGrid{grid-template-columns:1fr}.piratesTrainerCard img{height:360px}}.americanFootballPage{color:#fff}.americanFootballPage .sectionHeader h2,.piratesTrainerHeader h2,.americanDates .sectionHeader h2{color:#fff!important}.americanFootballPage .sectionHeader>p:not(.eyebrow),.piratesTrainerHeader>p:not(.eyebrow),.americanDates .sectionHeader>p:not(.eyebrow){color:#ffffffb8!important}.piratesTrainerGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important;display:grid!important}.piratesTrainerCard{background:#fff!important;border-radius:28px!important;min-height:500px!important;display:block!important;overflow:hidden!important}.piratesTrainerCard img{object-fit:cover!important;object-position:center top!important;opacity:1!important;visibility:visible!important;width:100%!important;height:420px!important;min-height:420px!important;display:block!important}.piratesTrainerContent{padding:24px 28px 28px!important;display:block!important}.piratesTrainerContent h3{color:#111!important;margin:0 0 6px!important}.piratesTrainerContent p{color:#666!important;margin:0!important}.americanDates{margin-top:64px}.americanDates .sectionHeader{margin-bottom:28px}@media (width<=800px){.piratesTrainerGrid{grid-template-columns:1fr!important}.piratesTrainerCard img{height:360px!important;min-height:360px!important}}.americanFootballPage{color:#fff;width:100%;max-width:none;margin:0;padding:0 0 80px}.americanFootballPage>.section{width:min(1180px,90%);margin-left:auto;margin-right:auto}.americanFootballPage .teamInfoGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:28px;display:grid}.americanFootballPage .teamInfoGrid .infoCard{border-radius:26px;height:auto!important;min-height:0!important;padding:34px 38px!important}.americanFootballPage .teamInfoGrid .infoCard h3{color:#111;margin:8px 0 24px;font-size:1.65rem}.americanFootballPage .teamInfoGrid .infoCard p{margin:7px 0;line-height:1.55}.piratesTrainerSection{margin-top:72px}.piratesTrainerHeader{margin-bottom:30px}.piratesTrainerHeader h2{margin:6px 0 12px;font-size:clamp(2.4rem,4vw,3.5rem)}.piratesTrainerHeader>p:not(.eyebrow){max-width:720px;line-height:1.6}.piratesContactCard{border-radius:26px!important;height:auto!important;min-height:0!important;margin-top:72px!important;padding:36px 40px!important}.piratesContactCard h3{color:#111;margin:8px 0 24px;font-size:1.7rem}.piratesContactCard p{margin:8px 0;line-height:1.55}.piratesMoreInfo{background:#151515;border:1px solid #ffffff14;border-radius:26px;justify-content:space-between;align-items:center;gap:40px;margin-top:36px;padding:34px 40px;display:flex}.piratesMoreInfo>div{max-width:760px}.piratesMoreInfo .eyebrow{color:#ffcc35!important}.piratesMoreInfo h3{margin:8px 0 10px;font-size:1.55rem;color:#fff!important}.piratesMoreInfo p{margin:0;line-height:1.6;color:#ffffffad!important}.piratesMoreInfo .primaryButton{flex-shrink:0}@media (width<=800px){.americanFootballPage{padding-top:45px}.americanFootballPage .teamInfoGrid{grid-template-columns:1fr}.americanFootballPage .teamInfoGrid .infoCard,.piratesContactCard{padding:28px!important}.piratesMoreInfo{flex-direction:column;align-items:flex-start;padding:28px}}.galleryBlock{max-width:1180px;margin:0 auto 90px}.galleryTop{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px;display:flex}.galleryHeading h2{color:#fff;margin:6px 0 8px;font-size:clamp(2.4rem,5vw,4rem)}.galleryHeading>p:not(.eyebrow){color:#ffffff8c;margin:0}.galleryArrows{gap:10px;display:flex}.galleryArrows button{color:#fff;cursor:pointer;background:#171717;border:1px solid #ffffff26;border-radius:50%;width:52px;height:52px;font-size:1.4rem;transition:background .2s,transform .2s}.galleryArrows button:hover{background:#ed111b;transform:translateY(-2px)}.gallerySlider{scroll-snap-type:x mandatory;scrollbar-width:none;gap:20px;padding-bottom:5px;display:flex;overflow-x:auto}.gallerySlider::-webkit-scrollbar{display:none}.gallerySlide{scroll-snap-align:start;flex:0 0 360px;position:relative}.galleryImageButton{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block}.galleryImageButton img{object-fit:cover;border-radius:22px;width:100%;height:260px;transition:transform .25s,filter .25s;display:block}.galleryEditButton{z-index:2;color:#b30e16;cursor:pointer;background:#fffffff2;border:1px solid #ed111b59;border-radius:10px;padding:10px 14px;font-weight:700;position:absolute;bottom:12px;right:12px;box-shadow:0 6px 20px #0003}.galleryEmpty{color:#ffffffa6;background:#111;border:1px dashed #ffffff2e;border-radius:18px;padding:28px 30px}.galleryLightbox img{object-fit:contain;border-radius:14px;max-width:min(1400px,92vw);max-height:88vh;display:block}.galleryLightboxClose{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;width:52px;height:52px;font-size:2rem;position:fixed;top:25px;right:32px}@media (width<=700px){.galleryBlock{margin-bottom:65px}.galleryTop{align-items:center}.galleryArrows{display:none}.gallerySlide{flex-basis:82vw}.galleryImageButton img{height:240px}.galleryLightbox{padding:15px}}.gallerySlide{flex:0 0 430px}.galleryImageButton img{object-fit:contain;background:#111;border-radius:22px;width:100%;height:300px;display:block}.galleryTopActions{align-items:center;gap:16px;display:flex}.galleryAdminControls{justify-content:center;gap:7px;margin-top:10px;display:flex}.galleryAdminControls button{color:#b30e16;cursor:pointer;background:#fff;border:1px solid #ed111b40;border-radius:9px;min-height:38px;padding:8px 13px;font-size:.85rem;font-weight:700}.galleryAdminControls button:hover:not(:disabled){color:#fff;background:#ed111b}.galleryAdminControls button:disabled{opacity:.3;cursor:default}.galleryEmpty{justify-content:space-between;align-items:center;gap:25px;display:flex}.galleryEmpty p{margin:0}@media (width<=700px){.galleryTopActions{align-items:flex-end}.galleryEmpty{flex-direction:column;align-items:flex-start}}.galleryPageAdmin{justify-content:flex-end;max-width:1180px;margin:0 auto 48px;display:flex}.galleryPageAdmin .inlineAdminButton{padding:12px 18px}.venueVideoSection{margin:42px 0 34px}.venueVideoSection .eyebrow{margin-bottom:8px}.venueVideoSection h4{color:#fff;margin:0 0 20px;font-size:1.7rem}.venueVideoWrap{background:#111;border-radius:26px;overflow:hidden}.venueVideo{object-fit:cover;width:100%;height:520px;display:block}@media (width<=800px){.venueVideo{height:300px}}.locationsContent{padding-top:80px}.locationStory{max-width:1180px;margin:0 auto}.locationIntro{grid-template-columns:.82fr 1.18fr;align-items:center;gap:60px;margin-bottom:110px;display:grid}.locationIntroText{padding:20px 0}.locationIntroText h2{color:#fff;margin:8px 0 18px;font-size:clamp(2.6rem,5vw,4.8rem);line-height:.98}.locationAddress{color:#ffffff9e;margin:0 0 30px;font-size:1.1rem}.locationIntroText .primaryButton{display:inline-flex}.locationEditButton{margin-top:18px;display:block}.locationPhoto{background:#111;border-radius:32px;height:540px;position:relative;overflow:hidden}.locationPhoto img{object-fit:cover;width:100%;height:100%;transition:transform .8s;display:block}.locationPhoto:hover img{transform:scale(1.025)}.locationPhoto:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#000000b8 100%);position:absolute;inset:0}.locationPhotoLabel{z-index:2;flex-direction:column;display:flex;position:absolute;bottom:27px;left:30px}.locationPhotoLabel span{color:#fff;font-size:1.25rem;font-weight:800}.locationPhotoLabel small{color:#ffffffa6;margin-top:4px}.venueStoryVideo{margin-bottom:120px}.venueStoryHeading{justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:30px;display:flex}.venueStoryHeading h2{color:#fff;margin:6px 0 0;font-size:clamp(2.3rem,4vw,4rem);line-height:1}.venueStoryHeading>p{color:#ffffff94;max-width:420px;margin:0;line-height:1.6}.venueVideoFrame{background:#111;border-radius:32px;overflow:hidden;box-shadow:0 30px 80px #00000040}.venueVideo{aspect-ratio:16/8.5;object-fit:cover;background:#111;width:100%;height:auto;display:block}.venueMapSection{background:#111;border:1px solid #ffffff14;border-radius:32px;grid-template-columns:.7fr 1.3fr;min-height:430px;margin-bottom:80px;display:grid;overflow:hidden}.venueMapInfo{flex-direction:column;justify-content:center;align-items:flex-start;padding:55px;display:flex}.venueMapInfo h2{color:#fff;margin:8px 0 18px;font-size:clamp(2rem,3vw,3.2rem);line-height:1.05}.venueMapInfo>p:not(.eyebrow){color:#ffffff94;margin:0 0 28px;line-height:1.6}.venueMapFrame{min-height:430px}.venueMapFrame iframe{border:0;width:100%;height:100%;min-height:430px;display:block}@media (width<=900px){.locationIntro{grid-template-columns:1fr;gap:35px;margin-bottom:80px}.locationPhoto{height:430px}.venueStoryHeading{display:block}.venueStoryHeading>p{margin-top:18px}.venueMapSection{grid-template-columns:1fr}.venueMapInfo{padding:38px}.venueMapFrame,.venueMapFrame iframe{min-height:360px}}@media (width<=600px){.locationsContent{padding-top:50px}.locationPhoto{border-radius:22px;height:340px}.venueVideoFrame,.venueMapSection{border-radius:22px}.venueStoryVideo{margin-bottom:80px}.venueMapInfo{padding:30px 26px}}.galleryHeading>p:not(.eyebrow){color:#f5f5f5;max-width:900px;margin-top:12px;font-size:1.3rem;font-weight:700;line-height:1.35}.galleryAlbumHeader h3{color:#f5f5f5;font-size:1.3rem;font-weight:700;line-height:1.35}.galleryAlbumHeader .eyebrow{margin-bottom:10px}.gallerySeasonCard .galleryImageButton,.galleryMediaCard .galleryImageButton,.galleryImageButton{background:#111;width:100%;overflow:hidden}.gallerySeasonCard .galleryImageButton img,.galleryMediaCard .galleryImageButton img,.galleryImageButton img{object-fit:contain;width:100%;height:auto;max-height:520px;margin:0 auto;display:block}.gallerySeasonCard .eyebrow{display:none}.gallerySeasonCard h2{letter-spacing:-.04em;margin:0 0 14px;font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1}.gallerySeasonCard>p,.gallerySeasonHeader>div>p:not(.eyebrow){color:#ffffffa6;font-size:1.1rem;line-height:1.5}.galleryImageButton{cursor:pointer;background:#111;border:0;border-radius:18px 18px 0 0;width:100%;padding:0;display:block;overflow:hidden}.galleryImageButton img{object-fit:cover;object-position:center;width:100%;height:330px;transition:transform .45s,filter .45s;display:block}.galleryImageButton:hover img{filter:brightness(1.08);transform:scale(1.045)}.galleryImageButton img[width]{object-position:center}.galleryTeamBackButton{color:#fff;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:9px;margin-bottom:38px;padding:12px 18px;font-weight:700;transition:background .25s,transform .25s;display:inline-flex}.galleryTeamBackButton:hover{background:#ffffff1f;transform:translate(-3px)}.homeMainSponsors{background:radial-gradient(circle at 50% 0,#ff000012,#0000 38%),#050505;padding-top:110px;padding-bottom:110px}.homeMainSponsorsHeader{max-width:820px;margin-bottom:52px}.homeMainSponsorsHeader .eyebrow{margin-bottom:16px}.homeMainSponsorsHeader h2{color:#fff;letter-spacing:-.055em;margin:0;font-size:clamp(3rem,6vw,5.7rem);font-weight:850;line-height:.95}.homeMainSponsorsHeader>p:last-child{color:#ffffff94;margin:22px 0 0;font-size:1.08rem;line-height:1.55}.homeMainSponsorsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;display:grid}.homeMainSponsorCard{background:linear-gradient(145deg,#ffffff0e,#ffffff05),#0d0d0d;border:1px solid #ffffff14;border-radius:28px;min-width:0;transition:transform .35s,border-color .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 30px 70px #00000040}.homeMainSponsorCard:before{content:"";pointer-events:none;opacity:0;background:radial-gradient(circle at 50% 25%,#e6001214,#0000 46%);transition:opacity .35s;position:absolute;inset:0}.homeMainSponsorCard:hover{border-color:#e6001247;transform:translateY(-7px);box-shadow:0 34px 90px #00000061,0 0 45px #e6001212}.homeMainSponsorCard:hover:before{opacity:1}.homeMainSponsorLogoWrap{justify-content:center;align-items:center;min-height:360px;padding:54px 58px 38px;display:flex;position:relative}.homeMainSponsorLogo{z-index:1;object-fit:contain;filter:drop-shadow(0 20px 30px #00000040);max-width:100%;max-height:245px;transition:transform .4s cubic-bezier(.2,.7,.2,1),filter .4s;display:block;position:relative}.homeMainSponsorLogoBeyzade{width:min(90%,540px)}.homeMainSponsorLogoAli{width:min(100%,620px)}.homeMainSponsors{padding-bottom:70px}.homeMainSponsorCard:hover .homeMainSponsorLogo{filter:drop-shadow(0 24px 36px #00000057);transform:scale(1.035)}.homeMainSponsorMeta{z-index:1;border-top:1px solid #ffffff12;justify-content:space-between;align-items:flex-end;gap:20px;padding:28px 32px 32px;display:flex;position:relative}.homeMainSponsorMeta span:first-child{color:#ed1b24;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:800;display:block}.homeMainSponsorMeta h3{color:#fff;letter-spacing:-.035em;margin:0;font-size:clamp(1.65rem,2.6vw,2.45rem);font-weight:800;line-height:1}.homeMainSponsorMeta p{color:#ffffff85;margin:9px 0 0;font-size:.98rem}.homeMainSponsorArrow{color:#fff;background:#ffffff09;border:1px solid #ffffff21;border-radius:50%;flex:none;place-items:center;width:48px;height:48px;font-size:1.35rem;transition:transform .3s,background .3s,border-color .3s;display:grid}.homeMainSponsorCard:hover .homeMainSponsorArrow{background:#ed1b24;border-color:#ed1b24;transform:translate(3px,-3px)}.homeMainSponsorsFooter{justify-content:flex-end;margin-top:34px;display:flex}.homeMainSponsorsLink{color:#ffffffc7;align-items:center;gap:11px;font-size:.96rem;font-weight:700;text-decoration:none;transition:color .25s,gap .25s;display:inline-flex}.homeMainSponsorsLink:hover{color:#fff;gap:16px}.homeMainSponsorsLink span{color:#ed1b24;font-size:1.15rem}@media (width<=900px){.homeMainSponsors{padding-top:80px;padding-bottom:80px}.homeMainSponsorsGrid{grid-template-columns:1fr}.homeMainSponsorLogoWrap{min-height:310px}}@media (width<=600px){.homeMainSponsors{padding-top:68px;padding-bottom:68px}.homeMainSponsorsHeader{margin-bottom:34px}.homeMainSponsorsHeader h2{font-size:clamp(2.65rem,13vw,4rem)}.homeMainSponsorCard{border-radius:22px}.homeMainSponsorLogoWrap{min-height:250px;padding:38px 28px 24px}.homeMainSponsorLogo{max-height:190px}.homeMainSponsorMeta{padding:23px 24px 26px}.homeMainSponsorArrow{width:43px;height:43px}.homeMainSponsorsFooter{justify-content:flex-start}}.homeMainSponsorCard{color:inherit;cursor:pointer;text-decoration:none}.adminResultsSection{max-width:1240px;margin:0 auto;padding:0 0 80px}.adminResultsList{gap:18px;margin-top:28px;display:grid}.adminResultCard{background:#151515;border:1px solid #ffffff1f;border-radius:22px;padding:28px}.adminResultOverdue{border-color:#eb20278c}.adminResultBadges{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.adminResultTeamBadge,.adminResultOverdueBadge{border-radius:999px;align-items:center;min-height:28px;padding:4px 10px;font-size:12px;font-weight:800;display:inline-flex}.adminResultTeamBadge{color:#f8c928;background:#f8c9281a}.adminResultOverdueBadge{color:#fff;background:#e92027}.adminResultCard h3{color:#fff;margin:0 0 8px;font-size:24px}.adminResultCard p,.adminResultCard small{color:#fff9}.adminResultScore{grid-template-columns:1fr auto 1fr;align-items:end;gap:18px;margin-top:26px;display:grid}.adminResultScore>div{gap:10px;display:grid}.adminResultScore span{color:#fff;font-weight:700}.adminResultScore input{color:#fff;text-align:center;background:#0d0d0d;border:1px solid #ffffff26;border-radius:12px;width:100%;min-height:58px;padding:10px 16px;font-size:24px;font-weight:800}.adminResultScore strong{color:#fff;padding-bottom:15px;font-size:28px}.adminResultSaveButton{color:#fff;cursor:pointer;background:#e92027;border:0;border-radius:12px;margin-top:22px;padding:15px 20px;font-weight:800}.adminResultSaveButton:disabled{opacity:.55;cursor:wait}.adminResultsEmpty{background:#151515;border:1px solid #ffffff1a;border-radius:22px;margin-top:28px;padding:38px}.adminResultsEmpty h3{color:#fff;margin-top:0}@media (width<=700px){.adminResultScore{grid-template-columns:1fr}.adminResultScore strong{text-align:center;padding:0}}.contentPageLoading{min-height:100vh}.contentPageLoadingHero{min-height:330px}.contentLoadingEyebrow,.contentLoadingTitle,.contentLoadingText,.contentLoadingBlock{background:#ffffff12;border-radius:8px}.contentLoadingEyebrow{width:110px;height:14px;margin-bottom:24px}.contentLoadingTitle{width:min(520px,75vw);height:72px;margin-bottom:24px}.contentLoadingText{width:min(620px,80vw);height:20px}.contentLoadingBlock{opacity:.6;width:100%;height:260px}.documentDownloadCard{background:linear-gradient(135deg,#ffffff0e,#ffffff05);border:1px solid #ffffff1f;border-radius:22px;justify-content:space-between;align-items:center;gap:40px;padding:38px 40px;display:flex}.documentDownloadInfo{max-width:720px}.documentDownloadInfo h2{margin:8px 0 14px}.documentDownloadInfo>p{color:#ffffffb8;line-height:1.7}.documentDownloadMeta{color:#ffffffb8;align-items:center;gap:14px;margin-top:25px;font-size:.92rem;display:flex}.documentDownloadMeta span:first-child{color:#fff;letter-spacing:.06em;background:#e30613;border-radius:6px;padding:6px 10px;font-size:.75rem;font-weight:800}.documentDownloadActions{flex-direction:column;flex-shrink:0;gap:12px;display:flex}.documentDownloadActions a{text-align:center;text-decoration:none}.secondaryButton{color:#fff;background:0 0;border:1px solid #ffffff38;border-radius:10px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:700;transition:border-color .2s,background .2s;display:inline-flex}.secondaryButton:hover{background:#ffffff0f;border-color:#ffffff73}@media (width<=760px){.documentDownloadCard{flex-direction:column;align-items:stretch;padding:28px 24px}.documentDownloadActions{width:100%}}.legalPage{max-width:1050px}.legalContent{color:#ffffffd1;line-height:1.65}.satzungPage .pageHero h1{font-size:clamp(2.25rem,3.2vw,3.3rem)}.legalContent>h2{color:#fff;margin:0 0 20px;font-size:clamp(1.6rem,2.3vw,2.2rem);line-height:1.15}.legalContent h3{color:#fff;margin:28px 0 10px;font-size:1.1rem}.legalContent h4{color:#fff;margin:28px 0 12px;font-size:1rem}.legalContent p{max-width:900px;margin:0 0 18px;font-size:1rem}.legalContent ol{max-width:900px;margin:15px 0 25px;padding-left:28px;font-size:1rem}.legalContent li{margin:7px 0;padding-left:7px}@media (width<=700px){.satzungPage .pageHero h1{font-size:2rem}.legalContent>h2{font-size:1.5rem}.legalContent h3{font-size:1.02rem}.legalContent p,.legalContent ol{font-size:.95rem}.legalContent ol{padding-left:22px}}.legalContent .legalSubheading{color:#fff!important;opacity:1!important;font-weight:700!important}.scheduleTeamSwitcher{background:#ffffff08;border:1px solid #ffffff1f;border-radius:999px;grid-template-columns:repeat(2,1fr);gap:12px;max-width:900px;margin:0 auto;padding:8px;display:grid}.scheduleTeamSwitcher button{color:#ffffffa6;min-height:58px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0 24px;font-weight:800;transition:background .2s,color .2s,transform .2s}.scheduleTeamSwitcher button:hover{color:#fff}.scheduleTeamSwitcher button.active{color:#fff;background:#ed0712;box-shadow:0 14px 35px #ed071238}.spielplanTeamHeading{margin-bottom:30px}.spielplanTeamHeading h2{margin-top:8px;font-size:clamp(2.4rem,6vw,4.6rem)}@media (width<=650px){.scheduleTeamSwitcher{border-radius:24px;grid-template-columns:1fr}.scheduleTeamSwitcher button{border-radius:18px}}.adminResultActions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.adminResultPostponeButton,.adminResultCancelButton{min-height:46px;font:inherit;cursor:pointer;border-radius:12px;padding:0 20px;font-weight:800}.adminResultPostponeButton{color:#ffd43b;background:#f1b9001a;border:1px solid #f1b900}.adminResultCancelButton{color:#fffc;background:0 0;border:1px solid #ffffff2e}.adminResultPostponedBadge{color:#111;background:#f1b900;border-radius:999px;align-items:center;padding:7px 12px;font-size:.82rem;font-weight:900;display:inline-flex}.adminRescheduleBox{background:#f1b9000d;border:1px solid #f1b90059;border-radius:16px;margin-top:24px;padding:22px}.adminRescheduleBox>p{color:#ffffffb8;margin-top:0}.adminRescheduleFields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.adminRescheduleFields label{color:#fff;gap:8px;font-weight:700;display:grid}.adminRescheduleFields input{color:#fff;width:100%;min-height:48px;font:inherit;background:#0d0d0d;border:1px solid #ffffff29;border-radius:10px;padding:0 14px}@media (width<=700px){.adminRescheduleFields{grid-template-columns:1fr}.adminResultActions{flex-direction:column}}.adminMatchFilter{color:#ffffffb8;gap:7px;max-width:280px;margin-top:18px;font-size:.85rem;font-weight:800;display:grid}.adminMatchFilter select{color:#fff;min-height:44px;font:inherit;background:#111;border:1px solid #ffffff26;border-radius:10px;padding:0 12px}.adminEditButton{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:10px;padding:0 16px;font-weight:800}.adminEditButton:hover{color:#ff4650;border-color:#ed0712}.adminMatchFormActions{flex-wrap:wrap;gap:12px;display:flex}.adminMatchFormActions .secondary{color:#fff;min-height:48px;font:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:10px;padding:0 18px;font-weight:800}.homeMatchStrip{z-index:4;background:#000;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;position:relative}.homeMatchPanel{background:#000}.homeMatchTeamSwitch{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000059;border:1px solid #ffffff24;border-radius:999px;gap:4px;padding:4px;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%)}.homeMatchTeamSwitch button{color:#ffffff8c;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:8px 16px;font-size:.78rem;font-weight:900;transition:background .2s,color .2s}.homeMatchTeamSwitch button.active{color:#fff;background:#ed0712}.homeMatchStripGrid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1500px;margin:0 auto;display:grid}.homeMatchPanel{text-align:center;flex-direction:column;justify-content:center;min-height:245px;padding:66px 56px 38px;display:flex}.homeMatchPanel+.homeMatchPanel{border-left:1px solid #ffffff1a}.homeMatchLabel{color:#fff9;margin:0 0 12px;font-size:.9rem;font-weight:800}.homeMatchMeta{color:#ffffff8c;margin-bottom:20px;font-size:.85rem;font-weight:600}.homeMatchTeams{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:24px;display:grid}.homeMatchSide{justify-content:center;align-items:center;gap:14px;min-width:0;display:flex}.homeMatchSide strong{color:#fff;font-size:clamp(1rem,1.7vw,1.35rem);line-height:1.15}.homeMatchClubLogo,.homeMatchClubFallback{flex:0 0 58px;width:58px;height:58px}.homeMatchClubLogo{object-fit:contain}.homeMatchClubFallback{color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:50%;place-items:center;font-size:.75rem;font-weight:900;display:grid}.homeMatchScore{color:#fff;white-space:nowrap;min-width:100px;font-size:clamp(2rem,4vw,3.8rem);font-weight:950;line-height:1}.homeMatchEmpty{color:#ffffff80;place-items:center;min-height:90px;display:grid}.homeMatchStripFooter{justify-content:center;padding:0 20px 22px;display:flex}.homeMatchAllLink{color:#ffffffbf;align-items:center;gap:9px;font-weight:800;text-decoration:none;display:inline-flex}.homeMatchAllLink:hover{color:#fff}@media (width<=900px){.homeMatchTeamSwitch{width:max-content;margin:18px auto 0;position:relative;top:auto;left:auto;transform:none}.homeMatchStripGrid{grid-template-columns:1fr}.homeMatchPanel{min-height:220px;padding:32px 24px}.homeMatchPanel+.homeMatchPanel{border-top:1px solid #ffffff1a;border-left:0}}@media (width<=600px){.homeMatchTeams{gap:12px}.homeMatchSide{flex-direction:column;gap:8px}.homeMatchClubLogo,.homeMatchClubFallback{flex-basis:46px;width:46px;height:46px}.homeMatchSide strong{font-size:.85rem}.homeMatchScore{min-width:75px;font-size:2rem}.homeMatchTeamSwitch button{padding:7px 12px;font-size:.72rem}}.spielplanTeamSwitcher{background:#0d0d0d;border:1px solid #ffffff24;border-radius:14px;gap:4px;width:fit-content;max-width:calc(100% - 40px);margin:45px auto 35px;padding:5px;display:flex}.spielplanTeamSwitcher button{color:#ffffff8c;min-width:180px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:12px 24px;font-size:.95rem;font-weight:800;transition:background .18s,color .18s}.spielplanTeamSwitcher button.active{color:#fff;background:#ed0712;box-shadow:0 8px 24px #ed07122e}.spielplanContent,.spielplanTeamContent{margin-top:0!important;padding-top:0!important}.spielplanContent .homeScheduleSection,.spielplanTeamContent .homeScheduleSection{padding-top:0!important}.spielplanPage .homeScheduleInner{max-width:1135px}.spielplanPage .scheduleCard{border-radius:22px;overflow:hidden}.spielplanPage .scheduleSwitcher{gap:8px;padding:12px}.spielplanPage .scheduleSwitcher button{min-height:48px;padding:10px 20px}.spielplanPage .scheduleColumnLabels{min-height:48px;padding:0 30px;font-size:.72rem}.spielplanPage .scheduleMatch{padding:16px 30px}.spielplanPage .scheduleCompetition{margin:0 0 8px;font-size:.7rem;line-height:1.2}.spielplanPage .scheduleMatchGrid{gap:18px;min-height:58px}.spielplanPage .scheduleDate strong{font-size:.95rem}.spielplanPage .scheduleDate span{margin-top:2px;font-size:.9rem}.spielplanPage .scheduleTeam{gap:10px}.spielplanPage .scheduleTeam span{font-size:1rem;line-height:1.15}.spielplanPage .matchClubLogo,.spielplanPage .matchClubPlaceholder{flex:0 0 44px;width:44px;height:44px}.spielplanPage .scheduleResult{min-width:70px;font-size:1.4rem;line-height:1}.spielplanPage .footballWidgetSection,.spielplanPage .teamWidgetSection{margin-top:70px!important;padding-top:0!important}.spielplanPage .sectionHeader,.spielplanPage .widgetSectionHeader{margin-bottom:24px}@media (width<=700px){.spielplanTeamSwitcher{width:calc(100% - 30px);margin:30px auto}.spielplanTeamSwitcher button{flex:1;min-width:0;padding:11px 10px;font-size:.82rem}.spielplanPage .scheduleMatch{padding:15px 16px}.spielplanPage .matchClubLogo,.spielplanPage .matchClubPlaceholder{flex-basis:38px;width:38px;height:38px}}.spielplanControls{padding:34px 20px 22px}.spielplanPage .scheduleTeamSwitcher{background:0 0;border:0;border-radius:0;gap:30px;width:fit-content;min-width:0;margin:0 auto;padding:0;display:flex}.spielplanPage .scheduleTeamSwitcher button{color:#ffffff73;border:0;border-radius:0;min-width:0;padding:8px 2px 11px;font-size:.95rem;font-weight:800;position:relative;box-shadow:none!important;background:0 0!important}.spielplanPage .scheduleTeamSwitcher button.active{color:#fff}.spielplanPage .scheduleTeamSwitcher button.active:after{content:"";background:#ed0712;border-radius:999px;height:3px;position:absolute;bottom:0;left:0;right:0}.spielplanMatches{margin-top:0!important;padding:0 20px!important}.spielplanMatches .homeScheduleInner{margin-top:0!important;padding-top:0!important}.spielplanMatches .homeScheduleCard{margin-top:0!important}.spielplanMatches .scheduleCompetition{letter-spacing:.08em;font-size:.61rem;margin:0 0 3px!important}.spielplanMatches .scheduleDate strong{font-size:.84rem}.spielplanMatches .scheduleDate span{font-size:.8rem}.spielplanMatches .scheduleTeam span{font-size:.9rem}.spielplanPage .spielplanControls{margin:0!important;padding:28px 20px 18px!important}.spielplanPage .spielplanMatches{margin:0!important;padding:0 20px!important}.spielplanPage .spielplanMatches .homeScheduleSection{min-height:0!important;margin:0!important;padding:0!important}.spielplanPage .spielplanMatches .homeScheduleInner{max-width:1135px!important;min-height:0!important;margin:0 auto!important;padding:0!important}.spielplanPage .spielplanMatches .homeScheduleHeader{display:none!important}.spielplanPage .spielplanMatches .homeScheduleCard,.spielplanPage .spielplanMatches .scheduleCard{margin:0!important}.spielplanPage .scheduleTeamSwitcher{width:fit-content!important;min-width:0!important;box-shadow:none!important;background:0 0!important;border:0!important;gap:28px!important;margin:0 auto!important;padding:0!important;display:flex!important}.spielplanPage .scheduleTeamSwitcher button{min-width:0!important;box-shadow:none!important;color:#ffffff73!important;background:0 0!important;border:0!important;border-radius:0!important;padding:8px 2px 10px!important}.spielplanPage .scheduleTeamSwitcher button.active{color:#fff!important;box-shadow:none!important;background:0 0!important}.spielplanPage .scheduleTeamSwitcher button.active:after{content:"";background:#ed0712;border-radius:999px;height:3px;margin-top:8px;display:block}.spielplanPage{padding-bottom:36px!important}.spielplanControls{margin:0!important;padding:26px 20px 18px!important}.spielplanPage .scheduleTeamSwitcher{width:auto!important;min-width:0!important;box-shadow:none!important;background:0 0!important;border:0!important;justify-content:center!important;gap:10px!important;margin:0 auto!important;padding:0!important;display:flex!important}.spielplanPage .scheduleTeamSwitcher button{color:#ffffff8c!important;min-width:0!important;box-shadow:none!important;background:#111!important;border:1px solid #ffffff29!important;border-radius:8px!important;padding:9px 18px!important;font-size:.82rem!important;font-weight:800!important}.spielplanPage .scheduleTeamSwitcher button.active{color:#fff!important;box-shadow:none!important;background:#ed0712!important;border-color:#ed0712!important}.spielplanPage .scheduleTeamSwitcher button:after{display:none!important}.spielplanMatches{margin:0!important;padding:0 20px!important}.spielplanMatches .homeScheduleSection{min-height:0!important;margin:0!important;padding:0!important}.spielplanMatches .homeScheduleInner{max-width:980px!important;min-height:0!important;margin:0 auto!important;padding:0!important}.spielplanMatches .homeScheduleCard,.spielplanMatches .scheduleCard{margin:0!important}.spielplanMatches .scheduleCard{border-radius:15px!important}.spielplanMatches .scheduleSwitcher{gap:6px!important;padding:7px!important}.spielplanMatches .scheduleSwitcher button{border-radius:10px!important;min-height:38px!important;padding:7px 14px!important;font-size:.82rem!important}.spielplanMatches .scheduleColumnLabels{letter-spacing:.08em!important;min-height:38px!important;padding:0 22px!important;font-size:.59rem!important}.spielplanMatches .scheduleMatch{padding:8px 22px!important}.spielplanMatches .scheduleCompetition{margin:0 0 3px!important;font-size:.56rem!important;line-height:1!important}.spielplanMatches .scheduleMatchGrid{gap:10px!important;min-height:42px!important}.spielplanMatches .scheduleDate strong{font-size:.78rem!important;line-height:1.1!important}.spielplanMatches .scheduleDate span{margin-top:2px!important;font-size:.76rem!important}.spielplanMatches .scheduleTeam{gap:7px!important}.spielplanMatches .scheduleTeam span{font-size:.82rem!important;line-height:1.05!important}.spielplanMatches .matchClubLogo,.spielplanMatches .matchClubPlaceholder{flex:0 0 30px!important;width:30px!important;height:30px!important}.spielplanMatches .scheduleResult{min-width:48px!important;font-size:.98rem!important}.spielplanTable{max-width:980px!important;margin:34px auto 0!important;padding:0 20px!important}.spielplanTable .teamWidgetBlock>.eyebrow{margin-bottom:5px!important;font-size:.68rem!important}.spielplanTable .teamWidgetBlock>h2{margin:0 0 18px!important;font-size:clamp(2rem,4vw,3rem)!important}.spielplanTable .teamTableWidget{transform-origin:top;transform:scale(.9);max-width:100%!important;margin-bottom:-8%!important}@media (width<=700px){.spielplanControls{padding:20px 14px 15px!important}.spielplanPage .scheduleTeamSwitcher{width:100%!important}.spielplanPage .scheduleTeamSwitcher button{flex:1;padding:8px 10px!important;font-size:.75rem!important}.spielplanMatches{padding:0 10px!important}.spielplanMatches .homeScheduleInner{max-width:100%!important}.spielplanMatches .scheduleMatch{padding:8px 12px!important}.spielplanMatches .matchClubLogo,.spielplanMatches .matchClubPlaceholder{flex-basis:27px!important;width:27px!important;height:27px!important}.spielplanMatches .scheduleTeam span{font-size:.74rem!important}.spielplanTable{margin-top:28px!important;padding:0 10px!important}.spielplanTable .teamTableWidget{transform:none;margin-bottom:0!important}}.scheduleExpandWrap{border-top:1px solid #ffffff14;justify-content:center;padding:14px 20px 16px;display:flex}.scheduleExpandButton{color:#ffffff9e;font:inherit;cursor:pointer;background:0 0;border:0;padding:8px 14px;font-size:.78rem;font-weight:800;transition:color .18s}.scheduleExpandButton:hover{color:#fff}.spielplanMatches .scheduleColumnLabels{align-items:center;display:grid;letter-spacing:.08em!important;min-height:46px!important;padding:8px 22px 0!important;font-size:.59rem!important}.compactTeamSchedule{max-width:980px;margin:0 auto}.compactTeamSchedule .teamScheduleHeader{margin-bottom:18px!important}.compactTeamSchedule .scheduleCard{overflow:hidden;border-radius:15px!important}.compactTeamSchedule .scheduleSwitcher{gap:6px!important;padding:7px!important}.compactTeamSchedule .scheduleSwitcher button{border-radius:10px!important;min-height:38px!important;padding:7px 14px!important;font-size:.82rem!important}.compactTeamSchedule .scheduleColumnLabels{align-items:center;letter-spacing:.08em!important;min-height:46px!important;padding:12px 22px 0!important;font-size:.59rem!important}.compactTeamSchedule .scheduleMatch{padding:8px 22px!important}.compactTeamSchedule .scheduleCompetition{margin:0 0 3px!important;font-size:.56rem!important;line-height:1!important}.compactTeamSchedule .scheduleMatchGrid{gap:10px!important;min-height:42px!important}.compactTeamSchedule .scheduleDate strong{font-size:.78rem!important}.compactTeamSchedule .scheduleDate span{margin-top:2px!important;font-size:.76rem!important}.compactTeamSchedule .scheduleTeam{gap:7px!important}.compactTeamSchedule .scheduleTeam span{font-size:.82rem!important;line-height:1.05!important}.compactTeamSchedule .matchClubLogo,.compactTeamSchedule .matchClubPlaceholder{flex:0 0 30px!important;width:30px!important;height:30px!important}.compactTeamSchedule .scheduleResult{min-width:48px!important;font-size:.98rem!important}.youthTeamPage .teamScheduleHeader h2{letter-spacing:-.045em!important;font-size:clamp(2.6rem,5vw,4rem)!important;font-weight:700!important;line-height:.95!important}.youthTeamPage .teamWidgetStack{width:min(100%,920px)!important;margin-left:auto!important;margin-right:auto!important}.youthTeamPage .teamWidgetBlock{width:100%!important}.youthTeamPage .teamWidgetBlock>h2{margin-bottom:24px!important;font-size:clamp(2.4rem,4vw,3.4rem)!important;line-height:1!important}.youthTeamPage .teamPageSection{padding-top:42px!important;padding-bottom:42px!important}.youthTeamPage .teamSchedule+*{margin-top:0!important}.activeTeamPhotoSection{background:#000;height:115vh;position:relative}.activeTeamPhotoSticky{align-items:center;height:100vh;padding:48px clamp(20px,6vw,96px);display:flex;position:sticky;top:0}.activeTeamPhoto{background:#111;border-radius:28px;width:100%;height:min(74vh,760px);animation:linear both activeTeamPhotoReveal;animation-timeline:view();animation-range:entry cover 55%;position:relative;overflow:hidden;transform:scale(.94);box-shadow:0 40px 100px #00000073}@keyframes activeTeamPhotoReveal{0%{border-radius:34px;transform:scale(.92)}to{border-radius:10px;transform:scale(1)}}.activeTeamPhotoPlaceholder{color:#fff;background:radial-gradient(circle at 50% 45%,#ef0a1b33,#0000 34%),linear-gradient(135deg,#171717,#080808);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.activeTeamPhotoPlaceholder span{color:#fff6;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:800}.activeTeamPhotoPlaceholder strong{letter-spacing:-.06em;font-size:clamp(2.2rem,6vw,6rem);line-height:.9}.activeTeamPhotoShade{pointer-events:none;background:linear-gradient(#0000 52%,#000c);position:absolute;inset:0}.activeTeamPhotoCaption{z-index:2;position:absolute;bottom:clamp(28px,5vw,64px);left:clamp(28px,5vw,74px)}.activeTeamPhotoCaption h2{color:#fff;letter-spacing:-.055em;margin:6px 0 0;font-size:clamp(2.3rem,5.4vw,5.8rem);line-height:.9}.activeTeamSectionHeader{max-width:780px;margin-bottom:42px}.activeTeamSectionHeader h2{color:#fff;letter-spacing:-.055em;margin:8px 0 14px;font-size:clamp(2.6rem,5vw,5rem);line-height:.95}.activeTeamSectionHeader>p:last-child{color:#ffffff94;max-width:620px}.activeTeamPhotoNamesSection{max-width:1180px}.activeTeamPhotoRows{border-top:1px solid #ffffff26}.activeTeamPhotoRow{border-bottom:1px solid #ffffff1f;grid-template-columns:minmax(170px,.7fr) 2.3fr;gap:30px;padding:28px 0;display:grid}.activeTeamPhotoRow>span{color:#ed1b24;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:900}.activeTeamPhotoRow>div{flex-wrap:wrap;gap:12px 28px;display:flex}.activeTeamPhotoRow p{color:#ffffffd6;align-items:center;gap:9px;margin:0;font-weight:650;display:flex}.activeTeamPhotoRow p strong{color:#ffffff4d;font-size:.72rem}.activeTeamMissingRow{opacity:.78}.activeTeamCoachesSection{max-width:1180px}.activeTeamCoachGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.activeTeamCoachCard{background:#141414;border-radius:22px;min-height:520px;position:relative;overflow:hidden}.activeTeamCoachImageWrap{height:430px}.activeTeamPersonImage,.activeTeamPersonPlaceholder{width:100%;height:100%}.activeTeamPersonImage{object-fit:cover;display:block}.activeTeamPersonPlaceholder{background:linear-gradient(145deg,#202020,#101010);justify-content:center;align-items:center;display:flex}.activeTeamPersonPlaceholder span{color:#ffffff1f;font-size:8rem;font-weight:900}.activeTeamCoachMeta{padding:22px 24px 26px}.activeTeamCoachMeta span,.activeTeamPlayerMeta span{color:#ed1b24;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:900}.activeTeamCoachMeta h3{color:#fff;margin:7px 0 0;font-size:1.55rem}.activeTeamTrainingSection{max-width:1180px}.activeTeamTrainingCard{background:linear-gradient(135deg,#121212,#090909);border:1px solid #ffffff1f;border-radius:24px;grid-template-columns:.9fr 1.1fr;gap:80px;padding:clamp(32px,5vw,70px);display:grid}.activeTeamTrainingIntro h2{color:#fff;letter-spacing:-.05em;margin:8px 0 18px;font-size:clamp(2.2rem,4vw,4rem);line-height:.95}.activeTeamTrainingIntro>p:last-child{color:#ffffff91;line-height:1.7}.activeTeamTrainingTimes{gap:0;display:grid}.activeTeamTrainingTimes>div{border-bottom:1px solid #ffffff1f;justify-content:space-between;gap:24px;padding:18px 0;display:flex}.activeTeamTrainingTimes span{color:#ffffff7a}.activeTeamTrainingTimes strong{color:#fff;text-align:right}.activeTeamTrainingLocation{margin-top:14px}.activeTeamSquadSection{max-width:1180px}.activeTeamSquadGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.activeTeamPlayerCard{background:#121212;border:1px solid #ffffff17;border-radius:18px;transition:transform .18s,border-color .18s;overflow:hidden}.activeTeamPlayerCard:hover{border-color:#ed1b2485;transform:translateY(-5px)}.activeTeamPlayerImageWrap{background:#171717;height:330px}.activeTeamPlayerMeta{padding:18px 18px 22px}.activeTeamPlayerMeta h3{color:#fff;margin:7px 0 0;font-size:1.25rem}@media (width<=800px){.activeTeamPhotoSection{height:auto}.activeTeamPhotoSticky{height:auto;padding:28px 18px;position:relative}.activeTeamPhoto{height:65vh;min-height:480px}.activeTeamPhotoRow{grid-template-columns:1fr;gap:16px}.activeTeamCoachGrid{grid-template-columns:1fr}.activeTeamTrainingCard{grid-template-columns:1fr;gap:34px}.activeTeamSquadGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.activeTeamSquadGrid{grid-template-columns:1fr}.activeTeamCoachImageWrap{height:360px}.activeTeamPlayerImageWrap{height:400px}}.activeTeamPhotoNamesSection{padding-top:36px!important;padding-bottom:52px!important}.activeTeamPhotoExplanation{color:#fff9;margin:0 0 22px;font-size:.95rem}.activeTeamPhotoRows{margin-top:0}.activeTeamPhotoRow{padding:18px 0}.activeTeamPhotoRow>span{font-size:.65rem}.activeTeamPhotoRow p{font-size:.9rem}.activeTeamSimpleHeading{margin-bottom:28px}.activeTeamSimpleHeading h2{color:#fff;letter-spacing:-.05em;margin:5px 0 0;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1}.activeTeamCoachesSection,.activeTeamSquadSection{padding-top:64px!important;padding-bottom:64px!important}.activeTeamMainPhoto{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.activeTeamPlayerImageWrap{background:#171717;height:270px;overflow:hidden}.activeTeamPlayerImageWrap .activeTeamPersonImage{object-fit:cover;object-position:center 55%;width:100%;height:100%;display:block}.activeTeamPlayerImageWrap .playerAntonino{object-position:center 68%}.activeTeamPlayerImageWrap .playerArda{object-position:center 50%}.activeTeamPlayerImageWrap .playerDaniel{object-position:center 48%}.activeTeamPlayerImageWrap .playerEnsarullah{object-position:center 64%}.activeTeamPlayerImageWrap .playerJack{object-position:center 52%}.activeTeamPlayerImageWrap .playerMehmet,.activeTeamPlayerImageWrap .playerValerio,.activeTeamPlayerImageWrap .playerSemere{object-position:center 53%}.activeTeamSquadGroups{flex-direction:column;gap:64px;display:flex}.activeTeamSquadGroup{flex-direction:column;gap:22px;display:flex}.activeTeamSquadGroupHeading{border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;padding-bottom:14px;display:flex}.activeTeamSquadGroupHeading span{color:#fff;font-size:1.35rem;font-weight:800}.activeTeamSquadGroupHeading small{color:#ef1420;background:#ef14201f;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:.75rem;font-weight:800;display:inline-flex}.activeTeamCoachImageWrap{height:360px;overflow:hidden}.activeTeamCoachImageWrap .activeTeamPersonImage{object-fit:cover;object-position:center 40%;width:100%;height:100%}.scheduleCard:has(.scheduleEmpty){min-height:0!important}.scheduleEmpty{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;min-height:0!important;padding:42px 20px!important}.scheduleEmpty p{margin:0}.scheduleEmpty a{margin-top:0}.newsGrid{flex-direction:column;gap:48px;display:flex}.newsCard{background:#111;border:1px solid #ffffff1f;border-radius:28px;overflow:hidden}.newsCardImageWrap{aspect-ratio:16/7;width:100%;overflow:hidden}.newsCardImage{object-fit:cover;width:100%;height:100%;display:block}.newsCardContent{padding:36px}.newsCardMeta{align-items:center;gap:16px;margin-bottom:14px;display:flex}.newsCardMeta span{color:#ef1420;letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:900}.newsCardMeta small{color:#ffffff80}.newsCardContent h2{color:#fff;margin:0 0 18px;font-size:clamp(1.8rem,4vw,3rem)}.newsCardContent>p{color:#ffffffb8;max-width:850px;margin:0;line-height:1.7}.newsGallery{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;display:grid}.newsGallery img{aspect-ratio:4/3;object-fit:cover;border-radius:16px;width:100%;display:block}.newsCardLink{color:#ef1420;margin-top:24px;font-weight:800;display:inline-block}.cmsImageUploadField{flex-direction:column;gap:12px;display:flex}.cmsImageUploadField>label:first-child{font-weight:800}.cmsImageUploadButton{color:#b00000;cursor:pointer;background:#fff;border:1px solid #ef142047;border-radius:12px;justify-content:center;align-items:center;width:fit-content;padding:12px 18px;font-weight:800;display:inline-flex}.cmsImageUploadButton input{display:none}.cmsUploadStatus{opacity:.65;margin:0;font-size:.9rem}.cmsUploadedMainImage{max-width:420px}.cmsUploadedGallery{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.cmsUploadedImageItem{background:#111;border-radius:12px;position:relative;overflow:hidden}.cmsUploadedImageItem img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.cmsUploadedImageItem button{color:#fff;cursor:pointer;background:#000000bf;border:0;border-radius:50%;width:30px;height:30px;font-size:1.2rem;line-height:1;position:absolute;top:8px;right:8px}@media (width<=700px){.newsCardContent{padding:24px}.newsGallery,.cmsUploadedGallery{grid-template-columns:repeat(2,1fr)}}.newsOverviewGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.newsOverviewCard{background:#111;border:1px solid #ffffff1f;border-radius:22px;min-width:0;transition:transform .22s,border-color .22s;position:relative;overflow:hidden}.newsOverviewCard:hover{border-color:#ef142080;transform:translateY(-4px)}.newsOverviewCardLink{height:100%;color:inherit;text-decoration:none;display:block}.newsOverviewImageWrap{aspect-ratio:16/10;background:#171717;width:100%;overflow:hidden}.newsOverviewImage{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.newsOverviewCard:hover .newsOverviewImage{transform:scale(1.025)}.newsOverviewContent{padding:24px}.newsOverviewMeta{align-items:center;gap:12px;margin-bottom:13px;display:flex}.newsOverviewMeta span{color:#ef1420;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:900}.newsOverviewMeta small{color:#ffffff7a;font-size:.78rem}.newsOverviewContent h2{color:#fff;margin:0 0 13px;font-size:1.45rem;line-height:1.12}.newsOverviewContent p{color:#ffffff9e;margin:0 0 22px;font-size:.93rem;line-height:1.55}.newsReadMore{color:#fff;font-size:.84rem;font-weight:800}.newsOverviewAdmin{z-index:4;position:absolute;top:14px;right:14px}.newsDetailPage{background:#000}.newsDetailHeader{max-width:1100px;padding-top:72px!important;padding-bottom:40px!important}.newsDetailBack{color:#ffffff8c;margin-bottom:45px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-block}.newsDetailBack:hover{color:#fff}.newsDetailMeta{align-items:center;gap:14px;margin-bottom:18px;display:flex}.newsDetailMeta span{color:#ef1420;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:900}.newsDetailMeta small{color:#ffffff80}.newsDetailHeader h1{color:#fff;letter-spacing:-.045em;max-width:950px;margin:0;font-size:clamp(2.7rem,6vw,5.6rem);line-height:.98}.newsDetailHeroImage{border-radius:28px;width:min(1320px,100% - 48px);margin:0 auto;overflow:hidden}.newsDetailHeroImage img{object-fit:cover;width:100%;max-height:760px;display:block}.newsDetailBody{max-width:1100px;padding-top:55px!important;padding-bottom:100px!important}.newsDetailText{max-width:850px}.newsDetailText p{color:#ffffffc2;margin:0 0 22px;font-size:1.08rem;line-height:1.75}.newsDetailGallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:50px;display:grid}.newsDetailGallery img{aspect-ratio:4/3;object-fit:cover;border-radius:18px;width:100%;display:block}.newsDetailBackBottom{color:#ef1420;margin-top:55px;font-weight:800;text-decoration:none;display:inline-block}@media (width<=1000px){.newsOverviewGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.newsOverviewGrid{grid-template-columns:1fr}.newsOverviewSection{padding-top:45px!important}.newsOverviewContent{padding:20px}.newsDetailHeroImage{border-radius:18px;width:calc(100% - 28px)}.newsDetailGallery{grid-template-columns:1fr}.newsDetailHeader{padding-top:45px!important}}.homeNewsSection{padding-top:72px!important;padding-bottom:90px!important}.homeNewsHeading{margin-bottom:34px}.homeNewsHeading h2{color:#fff;margin:0 0 12px;font-size:clamp(2.4rem,5vw,4rem);line-height:1}.homeNewsHeading>div>p:last-child{color:#ffffff8c;margin:0}.homeNewsMore{margin-top:32px}.homeNewsMore a{color:#fff;background:#ef1420;border-radius:999px;justify-content:center;align-items:center;padding:14px 22px;font-weight:800;text-decoration:none;display:inline-flex}.newsOverviewSection{padding-top:48px!important;padding-bottom:90px!important}.membershipPageContent{padding-top:80px!important;padding-bottom:110px!important}.membershipPageHeading{max-width:760px;margin-bottom:42px}.membershipPageHeading h2,.membershipSectionHeading h2{color:#fff;letter-spacing:-.04em;margin:0 0 16px;font-size:clamp(2.7rem,5vw,4.8rem);line-height:.98}.membershipPageHeading>p:last-child,.membershipSectionHeading>p:last-child{color:#ffffff9e;margin:0;font-size:1rem;line-height:1.7}.membershipFeeGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:100px;display:grid}.membershipFeeCard{background:linear-gradient(145deg,#ffffff0d,#ffffff04);border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;justify-content:flex-end;min-height:220px;padding:28px;transition:transform .2s,border-color .2s;display:flex}.membershipFeeCard:hover{border-color:#ef142080;transform:translateY(-4px)}.membershipFeeCard>span{color:#ffffff8c;letter-spacing:.14em;text-transform:uppercase;margin-bottom:auto;font-size:.72rem;font-weight:900}.membershipFeeCard strong{color:#fff;letter-spacing:-.05em;font-size:clamp(2.8rem,5vw,4.6rem);line-height:.95}.membershipFeeCard small{color:#ffffff80;margin-top:10px;font-size:.9rem}.membershipStepsSection{margin-bottom:105px}.membershipSectionHeading{max-width:760px;margin-bottom:38px}.membershipStepsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.membershipStepCard{background:#111;border:1px solid #ffffff1f;border-radius:24px;min-height:260px;padding:30px;position:relative;overflow:hidden}.membershipStepNumber{color:#ef1420;letter-spacing:.14em;margin-bottom:55px;font-size:.75rem;font-weight:900;display:block}.membershipStepCard h3{color:#fff;margin:0 0 14px;font-size:1.45rem;line-height:1.15}.membershipStepCard p{color:#fff9;margin:0;font-size:.95rem;line-height:1.6}.membershipDocumentsSection{margin-top:20px}.membershipDocumentGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.membershipDocumentCard{background:#111;border:1px solid #ffffff1f;border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;min-height:140px;padding:24px;display:grid}.membershipPdfIcon{color:#fff;background:#ef1420;border-radius:10px;justify-content:center;align-items:center;width:54px;height:64px;font-size:.72rem;font-weight:900;display:flex;box-shadow:0 12px 25px #ef142029}.membershipDocumentContent{min-width:0}.membershipDocumentContent h3{color:#fff;margin:0 0 7px;font-size:1.05rem;line-height:1.25}.membershipDocumentContent p{color:#ffffff8c;text-overflow:ellipsis;white-space:nowrap;margin:0 0 3px;font-size:.85rem;overflow:hidden}.membershipDocumentContent>span{color:#fff6;font-size:.78rem}.membershipDownloadButton{color:#fff;background:#ef1420;border-radius:999px;align-items:center;gap:9px;padding:11px 15px;font-size:.82rem;font-weight:800;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.membershipDownloadButton:hover{transform:translateY(-2px)}.membershipUnavailableButton{color:#fff6;font-size:.8rem}@media (width<=900px){.membershipFeeGrid,.membershipStepsGrid,.membershipDocumentGrid{grid-template-columns:1fr}}@media (width<=600px){.membershipPageContent{padding-top:55px!important;padding-bottom:80px!important}.membershipFeeGrid,.membershipStepsSection{margin-bottom:75px}.membershipDocumentCard{grid-template-columns:auto minmax(0,1fr);align-items:start}.membershipDownloadButton,.membershipUnavailableButton{grid-column:1/-1;width:fit-content}}.membershipFeeCard{justify-content:flex-start;min-height:170px;padding:26px}.membershipFeeCard>span{color:#ffffffb8;margin-bottom:28px;font-size:.78rem}.membershipFeeCard strong{letter-spacing:-.03em;font-size:2.2rem;line-height:1}.membershipFeeCard small{color:#ffffff73;margin-top:8px}.membershipFeeLabel{color:#ffffff73;margin:0 0 8px;font-size:.88rem}.membershipFeePrice{align-items:baseline;gap:10px;display:flex}.membershipFeePrice strong{color:#fff;letter-spacing:-.03em;font-size:2rem;line-height:1}.membershipFeePrice small{color:#ffffff6b;font-size:.85rem}.membershipFeeCard{background:#111;border:1px solid #ffffff1f;border-radius:22px;flex-direction:column;min-height:155px;padding:26px;display:flex}.membershipFeeGroup{color:#fff;letter-spacing:.13em;text-transform:uppercase;margin-bottom:24px;font-size:.82rem;font-weight:900}.membershipFeeDescription{color:#ffffff8c;margin:0 0 10px;font-size:.92rem;line-height:1.45}.membershipFeeAmount{color:#ffffffd1;font-size:1rem;font-weight:700}.activeTeamPhotoAdminHeading{justify-content:space-between;align-items:center;gap:24px;display:flex}.activeTeamHiddenAdmin{background:#ffffff06;border:1px dashed #ffffff2e;border-radius:24px;justify-content:space-between;align-items:center;gap:32px;margin-top:40px;margin-bottom:40px;padding:32px;display:flex}.activeTeamHiddenAdmin h2{color:#fff;margin:6px 0 8px;font-size:1.8rem}.activeTeamHiddenAdmin p:last-child{color:#ffffff80;margin:0}@media (width<=700px){.activeTeamPhotoAdminHeading,.activeTeamHiddenAdmin{flex-direction:column;align-items:flex-start}}.staffEditorCard{border:1px solid #0000001f;border-radius:14px;gap:14px;padding:18px;display:grid}.staffEditorPreview{aspect-ratio:4/3;object-fit:cover;border-radius:10px;width:130px;display:block}.scheduleLoading{gap:12px;padding:20px 0;display:grid}.scheduleLoadingLine{background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a) 0 0/200% 100%;border-radius:14px;height:72px;animation:1.3s ease-in-out infinite scheduleLoadingPulse}@keyframes scheduleLoadingPulse{0%{background-position:200% 0}to{background-position:-200% 0}}.americanFootballPage{background:#000}.piratesTrainingSection,.activeTeamCoachesSection,.piratesContactSection,.piratesMoreSection{max-width:1120px;margin-left:auto;margin-right:auto}.piratesTrainingGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:34px;display:grid}.piratesTrainingCard{min-height:100%}.piratesSectionDescription{color:#ffffff94;max-width:720px;margin:12px 0 0;font-size:1rem;line-height:1.6}.piratesContactCardModern{background:linear-gradient(145deg,#ffffff0b,#ffffff04);border:1px solid #ffffff1f;border-radius:26px;grid-template-columns:.8fr 1.2fr;gap:70px;padding:46px;display:grid}.piratesContactCardModern h2{color:#fff;margin:6px 0 0;font-size:clamp(2rem,4vw,3.2rem)}.piratesContactList{display:grid}.piratesContactList>div{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:24px;padding:16px 0;display:flex}.piratesContactList span{color:#ffffff80}.piratesContactList a{color:#fff;font-weight:700;text-decoration:none}.piratesContactList a:hover{color:#e31b23}.piratesMoreInfoModern{background:#111;border:1px solid #ffffff1f;border-radius:26px;justify-content:space-between;align-items:center;gap:48px;padding:38px 42px;display:flex}.piratesMoreInfoModern h2{color:#fff;margin:5px 0 10px;font-size:2rem}.piratesMoreInfoModern p:last-child{color:#ffffff94;max-width:680px;margin:0;line-height:1.65}@media (width<=850px){.piratesTrainingGrid{grid-template-columns:1fr}.piratesContactCardModern{grid-template-columns:1fr;gap:30px}.piratesMoreInfoModern{flex-direction:column;align-items:flex-start}}@media (width<=600px){.piratesContactCardModern,.piratesMoreInfoModern{padding:26px 22px}.piratesContactList>div{flex-direction:column;align-items:flex-start;gap:5px}}.piratesTrainingGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.piratesTrainingCard{box-sizing:border-box;grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr);width:100%;min-width:0}.piratesTrainingCard .activeTeamTrainingIntro,.piratesTrainingCard .activeTeamTrainingTimes{min-width:0}.piratesTrainingCard .activeTeamTrainingTimes{width:100%}.piratesTrainingCard .activeTeamTrainingTimes>div{box-sizing:border-box;width:100%;min-width:0}.piratesTrainingCard .activeTeamTrainingTimes strong{white-space:normal;overflow-wrap:normal;word-break:normal;max-width:100%}@media (width<=950px){.piratesTrainingGrid{grid-template-columns:1fr}}.piratesTrainingCard{width:100%;min-width:0;overflow:hidden;padding:0!important;display:block!important}.piratesTrainingCard .activeTeamTrainingIntro{box-sizing:border-box;width:100%;padding:38px 42px 28px}.piratesTrainingCard .activeTeamTrainingIntro .eyebrow{margin-bottom:12px}.piratesTrainingCard .activeTeamTrainingIntro h2{margin:0;font-size:clamp(2rem,3vw,3rem);line-height:1}.piratesTrainingCard .activeTeamTrainingTimes{box-sizing:border-box;width:100%;min-width:0}.piratesTrainingCard .activeTeamTrainingTimes>div{box-sizing:border-box;border-top:1px solid #ffffff1a;align-items:start;gap:24px;width:100%;padding:20px 42px;grid-template-columns:130px minmax(0,1fr)!important;display:grid!important}.piratesTrainingCard .activeTeamTrainingTimes>div>span{color:#ffffff80}.piratesTrainingCard .activeTeamTrainingTimes>div>strong{text-align:right;white-space:normal;word-break:normal;overflow-wrap:normal;min-width:0;line-height:1.4}.piratesTrainingCard .activeTeamTrainingLocation{padding-bottom:30px!important}@media (width<=650px){.piratesTrainingCard .activeTeamTrainingIntro{padding:28px 26px 22px}.piratesTrainingCard .activeTeamTrainingTimes>div{gap:6px;padding:18px 26px;grid-template-columns:1fr!important}.piratesTrainingCard .activeTeamTrainingTimes>div>strong{text-align:left}}.cardGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.card{box-shadow:none;color:#fff;background:linear-gradient(145deg,#181818fa,#0a0a0afa);border:1px solid #ffffff1a;border-radius:24px;padding:34px 34px 30px;position:relative;overflow:hidden}.card:before{content:"";opacity:.85;background:#e30613;height:2px;position:absolute;inset:0 0 auto}.card span{color:#ff4b52;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;font-size:.75rem;font-weight:900;display:block}.card h3{color:#fff;margin:0 0 14px;font-size:1.35rem}.card p{color:#fff9;margin:0 0 28px;line-height:1.6}.card .primaryButton{box-shadow:none;color:#fff;background:0 0;border:0;border-radius:0;padding:0;font-weight:800}.card .primaryButton:after{content:" →";color:#e30613}.card .primaryButton:hover{background:0 0;transform:translate(4px)}.boardCard>img,.boardCard>.boardPortraitFallback{box-sizing:border-box;width:100%;max-width:320px;height:380px;min-height:0}@media (width<=900px){.boardCard>img,.boardCard>.boardPortraitFallback{height:320px}}@media (width<=560px){.boardCard>img,.boardCard>.boardPortraitFallback{max-width:100%;height:340px}}.activeTeamCoachImageWrap img[src$="/teams/e-jugend/trainer/semih-adali.jpg"]{object-position:center 25%}.boardCard .boardRole{min-height:4.5em;line-height:1.5}.boardCard h3,.boardCard .boardPhone{min-height:1.5em}.staffEditorPreview{aspect-ratio:auto;object-fit:cover;width:min(100%,320px);height:360px}.locationsContent .locationIntroText .eyebrow,.locationsContent .venueStoryHeading .eyebrow,.youthTeamPage .teamScheduleHeader .eyebrow,.youthTeamPage .teamWidgetBlock .eyebrow{color:#555}.submenuToggle{display:none}@media (width<=1180px){.mainNav{overscroll-behavior:contain;visibility:hidden;max-height:calc(100dvh - 98px);overflow-y:auto}.mainNav.open{visibility:visible}.mainNav .navItem{grid-template-columns:minmax(0,1fr) 44px;align-items:center;display:grid}.mainNav .navItem>a{min-width:0}.submenuToggle{color:#111;width:44px;height:44px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;font-size:1.35rem;display:grid}.submenuToggle[aria-expanded=true]{color:#e30613;background:#e3061314}.submenuToggle[aria-expanded=true] span{transform:rotate(180deg)}.mainNav .navItem>.dropdown,.mainNav .navItem:hover>.dropdown,.mainNav .navItem:focus-within>.dropdown{display:none}.mainNav .navItem.dropdownOpen>.dropdown{grid-column:1/-1;display:grid}}@media (width<=900px){.cardGrid{grid-template-columns:minmax(0,1fr)}}@media (width<=760px){.heroSocialsFixed{justify-content:center;margin-top:20px;display:flex;position:static;transform:none}.homeHeroSocialsAnimated{opacity:1;animation:none;transform:none}}@media (width<=600px){.homeVideoSection,.homeVideoContent{min-height:min(620px,75dvh)}.homeVideoContent{padding:44px 0 76px}.homeVideoContent h2{margin:12px 0 16px;font-size:clamp(2rem,8.8vw,2.5rem);line-height:1.05}.homeVideoContent .videoSoundButton{min-height:40px;bottom:20px;right:0}.homeIntroStatement,.homeNewsPreview,.homeMatchesFullSection{padding-top:56px;padding-bottom:60px}.homeIntroStatementInner h2,.homeMatchesFullHeader h2,.homeTurfContent h2{font-size:clamp(2.25rem,9vw,2.75rem);line-height:1.05}.homeMainSponsorsHeader h2{font-size:clamp(2rem,8.5vw,2.4rem)}.footer{padding-top:44px;padding-bottom:24px}.footerMain{gap:28px}.footerBottom{gap:12px;margin-top:30px;padding-top:20px}.footerLegal{gap:0}.footerLegal a,.footerCookieButton{min-height:34px}.siteHeader{height:72px;padding-inline:18px}.brand img{width:48px;height:48px}.brand strong{font-size:1rem}.brand span{font-size:.78rem}.section{padding:54px 20px}.sectionHeader h2,.section h2,.pageHero h1{font-size:clamp(1.9rem,8vw,2.45rem);line-height:1.08}.homeHeroImage{min-height:610px;padding:40px 0}.homeHeroLogo{width:72px}.homeHeroContent h1{font-size:clamp(2.5rem,11vw,3.3rem)}.primaryButton,.secondaryButton{min-height:44px;padding-inline:20px;font-size:.92rem}.card,.infoBox,.widgetBox,.bankBox,.contactForm{padding:20px}.homeVideoSection{min-height:0;overflow:hidden}.homePlaceVideo{aspect-ratio:16/9;object-fit:contain;object-position:center;width:100%;height:auto;display:block;position:relative;transform:none}.homeVideoOverlay{pointer-events:none;background:linear-gradient(#0000 0%,#0003 38%,#050505 58%)}.homeVideoContent{width:calc(100% - 40px);min-height:0;padding:24px 0 46px}.homeVideoContent h2{font-size:clamp(1.9rem,8vw,2.3rem)}.homeVideoContent .videoSoundButton{align-self:flex-start;margin-top:20px;position:static}.homeIntroStatementInner p:not(.eyebrow),.homeTurfContent p:not(.eyebrow){font-size:1rem;line-height:1.55}.homeVideoOverlay{background:linear-gradient(#0000 0%,#00000040 38%,#000000b8 100%);height:56.25vw}.homeVideoContent{padding:18px 0 32px;display:block;position:static}.homeVideoContent .eyebrow,.homeVideoContent h2{z-index:2;width:calc(100% - 40px);position:absolute;left:20px}.homeVideoContent .eyebrow{margin:0;top:calc(56.25vw - 124px)}.homeVideoContent h2{max-width:360px;margin:0;font-size:clamp(1.65rem,7.4vw,2.15rem);top:calc(56.25vw - 96px)}.homeVideoContent .videoSoundButton{min-height:40px;margin:0;padding:8px 12px;position:absolute;inset:12px 12px auto auto}.homeTurfStatement{min-height:clamp(330px,45dvh,420px);padding:32px 0}.homeVideoOverlay{background:linear-gradient(#0000 0%,#00000014 48%,#00000085 100%)}.homeVideoContent .eyebrow{letter-spacing:.13em;font-size:.65rem;top:calc(56.25vw - 91px)}.homeVideoContent h2{letter-spacing:-.04em;text-shadow:0 2px 10px #000000d9;max-width:320px;font-size:clamp(1.35rem,5.7vw,1.65rem);line-height:1.08;top:calc(56.25vw - 69px)}.homeVideoContent .videoSoundButton{min-height:36px;padding:5px 9px;font-size:.67rem;top:10px;right:10px;box-shadow:0 4px 12px #00000047}.homeVideoContent p:not(.eyebrow){font-size:.9rem;line-height:1.45}}@media (width>=561px){.boardGrid.singleBoard{grid-template-columns:repeat(2,minmax(0,320px))}}.aYouthSquadSection{padding-top:48px!important}.aYouthSquadAdd{margin-left:auto}.aYouthSquadEmpty{color:#fff9;margin:0}.aYouthSquadEdit{margin-top:16px}@media (width<=520px){.aYouthSquadSection{padding-top:32px!important}.aYouthSquadGroupHeading{flex-wrap:wrap}.aYouthSquadAdd{width:100%;margin:8px 0 0}.aYouthSquadSection .activeTeamPlayerImageWrap{height:280px}}@media (width<=760px){.homeTurfStatement{background-size:cover,auto 145%;background-attachment:scroll;background-position:center, center var(--turf-position,50%);background-repeat:no-repeat}}@media (width<=560px){.boardGrid,.boardGrid.singleBoard{row-gap:80px}.boardCard{gap:14px}}@media (width<=800px){.activeTeamPhoto{height:auto;min-height:0}.activeTeamMainPhoto{object-fit:contain;width:100%;height:auto;object-position:center!important}}@media (width<=760px){.homeTurfStatement{background:#000;position:relative;overflow:hidden}.homeTurfStatement:before{content:"";z-index:0;transform:translate3d(0, var(--turf-shift,0px), 0);will-change:transform;background-image:url(/kunstrasenplatz.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:-90px 0}.homeTurfStatement:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#000000db,#00000047);position:absolute;inset:0}.homeTurfContent{z-index:2;position:relative}}@media (width<=560px){.boardSection>section+section{margin-top:140px}.boardSection h2{margin-bottom:50px}.boardGrid,.boardGrid.singleBoard{row-gap:110px}}.teamGalleryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.teamGalleryCard{position:relative}.teamGalleryOpen{color:#fff;cursor:pointer;background:#171717;border:0;border-radius:28px;width:100%;min-height:360px;padding:0;position:relative;overflow:hidden;box-shadow:0 22px 60px #00000029}.teamGalleryOpen:after{content:"";background:linear-gradient(#0000 35%,#000000e0);position:absolute;inset:0}.teamGalleryOpen img{object-fit:cover;width:100%;height:360px;transition:transform .35s}.teamGalleryOpen:hover img{transform:scale(1.035)}.teamGalleryOpen span{z-index:1;text-align:left;justify-content:space-between;align-items:center;gap:20px;display:flex;position:absolute;bottom:26px;left:28px;right:28px}.teamGalleryOpen strong{font-size:clamp(1.5rem,3vw,2.5rem)}.teamGalleryOpen b{font-size:2rem}.teamImageEdit{z-index:2;position:absolute;top:18px;right:18px}.galleryBack{font:inherit;cursor:pointer;background:0 0;border:0;margin-bottom:34px;font-weight:700}.galleryTeamHeading,.gallerySeasonHeader,.galleryAlbumHeader{justify-content:space-between;align-items:flex-end;gap:28px;display:flex}.galleryTeamHeading h2{margin:8px 0 0;font-size:clamp(2.5rem,7vw,5.5rem)}.mediaFilters{background:#ececec;border-radius:999px;gap:8px;padding:5px;display:flex}.mediaFilters button{cursor:pointer;background:0 0;border:0;border-radius:999px;padding:10px 18px}.mediaFilters button.active{color:#fff;background:#111}.galleryAddSeason{margin:28px 0}.gallerySeason{color:#fff;background:#0c0c0c;border-radius:30px;margin-top:48px;padding:36px}.gallerySeasonHeader{border-bottom:1px solid #ffffff26;padding-bottom:30px}.gallerySeasonHeader h3{color:#fff;margin:8px 0;font-size:clamp(2rem,4vw,3.5rem)}.gallerySeasonHeader p:not(.eyebrow){color:#ffffffb8;margin:0}.galleryAlbum{margin-top:38px}.galleryAlbumHeader h4{color:#fff;margin:8px 0 0;font-size:1.3rem}.galleryHeaderActions,.galleryAdminControls{flex-wrap:wrap;gap:8px;display:flex}.galleryHeaderActions button,.galleryAdminControls button{color:inherit;cursor:pointer;background:#ffffff14;border:1px solid #ffffff3d;border-radius:10px;padding:9px 12px}.galleryHeaderActions button:disabled,.galleryAdminControls button:disabled{opacity:.35;cursor:default}.mediaGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.mediaCard img,.mediaCard video,.mediaCard iframe{object-fit:cover;border:0;width:100%;height:240px;display:block}.mediaPreview{cursor:zoom-in;border:0;width:100%;padding:0;display:block}.galleryAdminControls{justify-content:center;padding:12px}.galleryEmpty{color:#777;padding:28px 0}.gallerySeason .galleryEmpty{color:#fff9}.galleryLightbox{z-index:1000;background:#000000eb;place-items:center;padding:40px;display:grid;position:fixed;inset:0}.galleryLightbox img{object-fit:contain;max-width:min(1200px,94vw);max-height:88vh}.galleryLightbox>button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:3rem;position:absolute;top:20px;right:25px}@media (width<=900px){.mediaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.galleryTeamHeading,.gallerySeasonHeader,.galleryAlbumHeader{flex-direction:column;align-items:flex-start}}@media (width<=650px){.teamGalleryGrid,.mediaGrid{grid-template-columns:1fr}.teamGalleryOpen,.teamGalleryOpen img{height:270px;min-height:270px}.gallerySeason{padding:24px 18px}.mediaFilters{width:100%}.mediaFilters button{flex:1}}.galleryTeamBackButton{color:#fff;font:inherit;cursor:pointer;background:#ffffff12;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:9px;margin:0 0 42px;padding:12px 19px;font-size:.95rem;font-weight:700;transition:transform .25s,background .25s,border-color .25s;display:inline-flex}.galleryTeamBackButton:hover{background:#ffffff21;border-color:#ffffff4d;transform:translate(-4px)}.galleryTeamHeading h2{color:#fff}.gallerySeasonHeader .eyebrow{margin-bottom:10px}.gallerySeasonTitle{color:#fff;letter-spacing:-.045em;margin:0;font-size:clamp(2.7rem,5vw,4.4rem);font-weight:800;line-height:.98}.gallerySeasonSubtitle{color:#ffffffad;margin:15px 0 0;font-size:1.08rem;line-height:1.5}.mediaCard{background:#171717;border-radius:18px;overflow:hidden}.mediaPreview.galleryImageButton{aspect-ratio:4/3;cursor:zoom-in;background:#0d0d0d;border:0;justify-content:center;align-items:center;width:100%;padding:0;display:flex;position:relative;overflow:hidden}.mediaPreview.galleryImageButton img{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .45s cubic-bezier(.2,.7,.2,1),filter .45s;display:block;transform:scale(1)}.mediaPreview.galleryImageButton:hover img{filter:brightness(1.08);transform:scale(1.035)}.galleryImageHoverHint{opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;pointer-events:none;background:#000000ad;border:1px solid #fff3;border-radius:999px;padding:9px 14px;font-size:.8rem;font-weight:700;transition:opacity .25s,transform .25s;position:absolute;bottom:18px;left:50%;transform:translate(-50%,8px)}.mediaPreview.galleryImageButton:hover .galleryImageHoverHint{opacity:1;transform:translate(-50%)}.galleryVideoFrame{aspect-ratio:16/9;background:#0d0d0d;width:100%;overflow:hidden}.galleryVideoFrame iframe,.galleryVideoFrame video{object-fit:contain;border:0;width:100%;height:100%;display:block}.galleryLightboxClose{z-index:2;color:#fff;cursor:pointer;background:#191919d1;border:1px solid #fff3;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;font-size:1.7rem;line-height:1;display:grid;position:absolute;top:26px;right:28px}.galleryLightboxClose:hover{background:#323232f2}@media (width<=700px){.gallerySeasonTitle{font-size:clamp(2.2rem,11vw,3.2rem)}.mediaPreview.galleryImageButton{aspect-ratio:1}.galleryLightbox{padding:88px 14px 20px}.galleryLightboxClose{top:18px;right:14px}.galleryLightbox img{max-width:96vw;max-height:80vh}}.galleryLightbox{z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f5;justify-content:center;align-items:center;padding:72px 40px 40px;display:flex;position:fixed;inset:0}.galleryLightbox img{object-fit:contain;border-radius:18px;width:auto;max-width:min(92vw,1450px);height:auto;max-height:86vh;display:block;box-shadow:0 30px 80px #0000008c,0 0 0 1px #ffffff0f}.galleryLightboxClose{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#141414b8;border:1px solid #ffffff29;border-radius:50%;place-items:center;width:48px;height:48px;padding:0;font-size:1.6rem;line-height:1;transition:transform .2s,background .2s;display:grid;position:absolute;top:28px;right:32px}.galleryLightboxClose:hover{background:#2d2d2de6;transform:scale(1.06)}@media (width<=700px){.galleryLightbox{padding:74px 14px 20px}.galleryLightboxClose{width:44px;height:44px;top:16px;right:14px}.galleryLightbox img{border-radius:12px;max-width:96vw;max-height:82vh}}.galleryEmptyNice{text-align:center;background:#ffffff06;border:1px dashed #ffffff29;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:210px;margin-top:38px;padding:36px;display:flex}.galleryEmptyNice strong{color:#fff;font-size:1.25rem;font-weight:800}.galleryEmptyNice p{color:#ffffff80;margin:9px 0 0;font-size:.92rem;line-height:1.5}
