.featured-hero[data-astro-cid-pzhq525r]{display:grid;grid-template-columns:1fr;position:relative;min-height:300px;background:linear-gradient(135deg,var(--color-primary-dark) 0%,#0a1f40 100%);border-radius:var(--radius);overflow:hidden;padding:0;text-decoration:none;color:#fff;margin-bottom:var(--spacing-md);transition:box-shadow .3s}.featured-hero--has-image[data-astro-cid-pzhq525r]{grid-template-columns:1fr 1fr}.featured-hero[data-astro-cid-pzhq525r]:hover{box-shadow:0 8px 32px #0f2a5459}.featured-hero__inner[data-astro-cid-pzhq525r]{position:relative;z-index:1;padding:var(--spacing-xl) var(--spacing-lg);display:flex;flex-direction:column;justify-content:center}.featured-hero__img-wrap[data-astro-cid-pzhq525r]{position:relative;overflow:hidden}.featured-hero__img[data-astro-cid-pzhq525r]{width:100%;height:100%;object-fit:cover;object-position:center;display:block;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 40%);mask-image:linear-gradient(to right,transparent 0%,black 40%)}.featured-hero__meta[data-astro-cid-pzhq525r]{display:flex;align-items:center;gap:.45rem;margin-bottom:.6rem;flex-wrap:wrap}.featured-hero__date[data-astro-cid-pzhq525r]{display:inline-block;font-size:.7rem;font-weight:700;background:#e8a00033;border:1px solid rgba(232,160,0,.5);color:var(--color-accent);padding:.15rem .55rem;border-radius:4px;text-transform:uppercase;letter-spacing:.07em}.featured-hero__badge[data-astro-cid-pzhq525r]{display:inline-block;font-size:.62rem;font-weight:700;background:var(--color-accent);color:#1a1a2e;padding:.1rem .45rem;border-radius:3px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.featured-hero__cat[data-astro-cid-pzhq525r]{display:inline-block;font-size:.7rem;font-weight:700;padding:.15rem .55rem;border-radius:4px;text-transform:uppercase;letter-spacing:.06em}.featured-hero__cat--season[data-astro-cid-pzhq525r]{background:#e8a00026;color:var(--color-accent)}.featured-hero__cat--players[data-astro-cid-pzhq525r]{background:#64a0ff26;color:#90b8ff}.featured-hero__cat--club[data-astro-cid-pzhq525r]{background:#ffffff1a;color:#ffffffa6}.featured-hero__title[data-astro-cid-pzhq525r]{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:#fff;margin:0 0 .5rem;line-height:1.25}.featured-hero__excerpt[data-astro-cid-pzhq525r]{font-size:1rem;color:#ffffffbf;max-width:65ch;line-height:1.7;margin-bottom:var(--spacing-md)}.featured-hero__btn[data-astro-cid-pzhq525r]{display:inline-block}.featured-hero__line[data-astro-cid-pzhq525r]{position:absolute;bottom:0;left:0;height:3px;width:100%;background:var(--color-accent);transform:scaleX(0);transform-origin:left center}.featured-hero[data-astro-cid-pzhq525r].reveal--visible .featured-hero__line[data-astro-cid-pzhq525r]{animation:line-draw 1.1s cubic-bezier(.22,1,.36,1) .45s forwards}@keyframes line-draw{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.featured-hero[data-astro-cid-pzhq525r].reveal--visible .featured-hero__title[data-astro-cid-pzhq525r]{animation:fade-up .5s ease .1s both}.featured-hero[data-astro-cid-pzhq525r].reveal--visible .featured-hero__excerpt[data-astro-cid-pzhq525r]{animation:fade-up .5s ease .25s both}.featured-hero[data-astro-cid-pzhq525r].reveal--visible .featured-hero__btn[data-astro-cid-pzhq525r]{animation:fade-up .5s ease .4s both}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.news-card-item[data-astro-cid-pzhq525r]{display:block;text-decoration:none;color:inherit}.news-card-item[data-astro-cid-pzhq525r] article[data-astro-cid-pzhq525r]{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--spacing-md);height:100%;position:relative;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.news-card-item[data-astro-cid-pzhq525r] article[data-astro-cid-pzhq525r]:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,color-mix(in srgb,var(--card-accent, var(--color-border)) 8%,transparent) 0%,transparent 40%);opacity:0;transition:opacity .25s ease;pointer-events:none}.news-card-item[data-astro-cid-pzhq525r]:hover article[data-astro-cid-pzhq525r]{transform:translateY(-6px);box-shadow:0 12px 32px #0f2a5424}.news-card-item[data-astro-cid-pzhq525r]:hover article[data-astro-cid-pzhq525r]:before{opacity:1}.nci__meta[data-astro-cid-pzhq525r]{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;flex-wrap:wrap}.nci__cat[data-astro-cid-pzhq525r]{font-size:.68rem;font-weight:700;padding:.1rem .45rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.nci__cat--season[data-astro-cid-pzhq525r]{background:#e8a0001a;color:var(--color-accent)}.nci__cat--players[data-astro-cid-pzhq525r]{background:#1a3f7a1a;color:var(--color-primary)}.nci__cat--club[data-astro-cid-pzhq525r]{background:var(--color-bg-alt);color:var(--color-text-light)}.nci__date[data-astro-cid-pzhq525r]{font-size:.75rem;color:var(--color-text-light)}.nci__title[data-astro-cid-pzhq525r]{font-size:1.05rem;font-weight:700;color:var(--color-text);margin:0 0 .45rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nci__intro[data-astro-cid-pzhq525r]{font-size:.88rem;color:var(--color-text-light);line-height:1.65;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.nci__more[data-astro-cid-pzhq525r]{font-size:.82rem;font-weight:600;color:var(--color-primary)}.nci__arrow[data-astro-cid-pzhq525r]{display:inline-block;transition:transform .2s ease}.news-card-item[data-astro-cid-pzhq525r]:hover .nci__arrow[data-astro-cid-pzhq525r]{transform:translate(4px)}.news-asym-row[data-astro-cid-pzhq525r]{display:grid;grid-template-columns:3fr 2fr;gap:var(--spacing-md);margin-bottom:var(--spacing-md)}.news-equal-row[data-astro-cid-pzhq525r]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--spacing-md)}.news-empty[data-astro-cid-pzhq525r]{text-align:center;padding:var(--spacing-xl) 0;color:var(--color-text-light)}.news-only-one[data-astro-cid-pzhq525r]{color:var(--color-text-light);font-size:.9rem;margin-top:var(--spacing-sm)}.dark .nci__cat--players[data-astro-cid-pzhq525r]{background:#6496ff1f;color:#90b8ff}.dark .nci__cat--club[data-astro-cid-pzhq525r]{background:#ffffff0f;color:var(--color-text-light)}@media(max-width:680px){.news-asym-row[data-astro-cid-pzhq525r],.news-equal-row[data-astro-cid-pzhq525r],.featured-hero--has-image[data-astro-cid-pzhq525r]{grid-template-columns:1fr}.featured-hero__img-wrap[data-astro-cid-pzhq525r]{height:220px;order:-1}.featured-hero__img[data-astro-cid-pzhq525r]{-webkit-mask-image:none;mask-image:none}.featured-hero__inner[data-astro-cid-pzhq525r]{padding:var(--spacing-md)}}
