.club-feed-section {
    background:
        radial-gradient(circle at top left, rgba(0, 31, 63, 0.12), transparent 22rem),
        radial-gradient(circle at top right, rgba(183, 16, 42, 0.14), transparent 18rem),
        linear-gradient(180deg, #eef2f7 0%, #f8fafc 100%);
    padding: 4rem 0 4.5rem;
    border-top: 1px solid rgba(0, 6, 19, 0.06);
}

.club-feed-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.club-feed-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(183, 16, 42, 0.1);
    color: #b7102a;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.club-feed-title {
    margin: 0;
    color: #000613;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.club-feed-subtitle {
    max-width: 54rem;
    margin: 0.9rem 0 0;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.7;
}

.club-feed-heading-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    background: #000613;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.club-feed-heading-link:hover {
    background: #b7102a;
    transform: translateY(-1px);
}

.club-feed-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.club-feed-panel,
.club-feed-card,
.club-feed-composer {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(0, 31, 63, 0.08);
    box-shadow: 0 18px 55px -32px rgba(0, 6, 19, 0.35);
}

.club-feed-panel {
    border-radius: 1rem;
    padding: 1rem;
}

.club-feed-panel + .club-feed-panel {
    margin-top: 0.75rem;
}

.club-feed-nav-list {
    display: grid;
    gap: 0.45rem;
}

.club-feed-nav-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.72rem 0.85rem;
    border-radius: 999px;
    color: #4b5563;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.club-feed-nav-item:hover {
    background: rgba(0, 31, 63, 0.06);
    color: #001f3f;
    transform: translateX(3px);
}

.club-feed-nav-item-active {
    background: #b7102a;
    color: #fff;
}

.club-feed-nav-item-active:hover {
    background: #b7102a;
    color: #fff;
    transform: none;
}

.club-feed-nav-icon {
    width: 1rem;
    height: 1rem;
}

.club-feed-sidecopy {
    margin: 0 0 1rem;
    color: #4b5563;
    font-size: 0.88rem;
    line-height: 1.55;
}

.club-feed-primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.6rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, #001f3f, #0f3b68);
    color: #fff;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.club-feed-main {
    min-width: 0;
}

.club-feed-composer {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 0.85rem;
}

.club-feed-composer-avatar {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
    overflow: hidden;
    background: linear-gradient(135deg, #001f3f, #b7102a);
    box-shadow: 0 14px 34px -18px rgba(0, 31, 63, 0.65);
}

.club-feed-composer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.club-feed-composer-body {
    flex: 1;
    min-width: 0;
}

.club-feed-composer-input {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2.75rem;
    padding: 0 0.95rem;
    border-radius: 999px;
    background: #f3f3f6;
    color: #334155;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
}

.club-feed-composer-actions {
    display: none;
}

.club-feed-composer-action {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: #fff;
    color: #43506a;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.club-feed-composer-action i {
    width: 0.95rem;
    height: 0.95rem;
}

.club-feed-list {
    display: grid;
    gap: 0.85rem;
}

.club-feed-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.club-feed-toolbar-copy {
    display: none;
}

.club-feed-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: flex-end;
}

.club-feed-filter-chip {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0 0.9rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #243449;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.club-feed-filter-chip:hover {
    transform: translateY(-1px);
    color: #001f3f;
}

.club-feed-filter-chip-active {
    background: #001f3f;
    color: #fff;
}

.club-feed-card {
    border-radius: 1.4rem;
    overflow: hidden;
}

.club-feed-card-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
}

.club-feed-card-featured .club-feed-card-body {
    padding: 1.35rem;
}

.club-feed-card-featured .club-feed-card-title {
    font-size: clamp(1.9rem, 3.4vw, 3rem);
}

.club-feed-card-featured .club-feed-card-media {
    min-height: 100%;
    aspect-ratio: auto;
}

.club-feed-card-featured .club-feed-card-footer {
    grid-column: 1 / -1;
}

.club-feed-card-body {
    padding: 1rem 1.05rem 0.95rem;
}

.club-feed-card-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
}

.club-feed-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #001f3f, #0b4b7a);
    color: #fff;
}

.club-feed-card-badge i {
    width: 1rem;
    height: 1rem;
}

.club-feed-card-source {
    margin: 0;
    color: #001f3f;
    font-size: 0.86rem;
    font-weight: 800;
}

.club-feed-card-date {
    margin: 0.2rem 0 0;
    color: #6b7280;
    font-size: 0.76rem;
    font-weight: 600;
}

.club-feed-card-kicker-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.club-feed-card-pill {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    padding: 0 0.75rem;
    border-radius: 999px;
    background: rgba(183, 16, 42, 0.1);
    color: #b7102a;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.club-feed-card-engagement {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 700;
}

.club-feed-card-engagement i {
    width: 0.95rem;
    height: 0.95rem;
}

.club-feed-card-title {
    margin: 0 0 0.7rem;
    color: #000613;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.club-feed-card-excerpt {
    margin: 0;
    color: #374151;
    font-size: 1rem;
    line-height: 1.7;
}

.club-feed-card-media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #001f3f, #0f2742 65%, #b7102a);
}

.club-feed-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.club-feed-card-media[data-media-fit="contain"] {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
        radial-gradient(circle at top, rgba(148, 163, 184, 0.24), transparent 60%),
        #e2e8f0;
}

.club-feed-card-media[data-media-fit="contain"] img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.6rem;
    transform: none !important;
}

.club-feed-card-media[data-media-quality="low"] {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.45), rgba(255,255,255,0.15)),
        #dbeafe;
}

.club-feed-card-media[data-media-quality="low"] img {
    image-rendering: auto;
    filter: saturate(1.02) contrast(1.01);
}

.club-feed-card-media[data-media-quality="missing"] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
}

.club-feed-card:hover .club-feed-card-media img {
    transform: scale(1.04);
}

.club-feed-card-media-fallback {
    display: flex;
    align-items: end;
    height: 100%;
    padding: 1.3rem;
    color: rgba(255,255,255,0.86);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.club-feed-card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1rem 1.4rem 1.25rem;
    border-top: 1px solid rgba(0, 31, 63, 0.08);
    background: rgba(243, 243, 246, 0.72);
}

.club-feed-card-link {
    display: none !important;
}

.club-feed-card-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #4b5563;
    font-size: 0.84rem;
    font-weight: 700;
}

.club-feed-card-stat {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.club-feed-card-stat i {
    width: 0.9rem;
    height: 0.9rem;
}

.club-feed-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0 1.1rem;
    border-radius: 999px;
    background: #b7102a;
    color: #fff;
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.club-feed-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1.35rem;
    border: 0;
    border-radius: 999px;
    background: #000613;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
}

.club-feed-load-more:hover {
    background: #b7102a;
}

.club-feed-load-more-wrap {
    display: flex;
    justify-content: center;
    padding-top: 0.25rem;
}

.club-feed-widget-strong {
    color: #000613;
    font-weight: 800;
}

.club-feed-pulse-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.club-feed-pulse-card {
    padding: 0.95rem 0.85rem;
    border-radius: 1rem;
    background: #f3f3f6;
}

.club-feed-pulse-card strong {
    display: block;
    color: #000613;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
}

.club-feed-pulse-card span {
    display: block;
    margin-top: 0.45rem;
    color: #6b7280;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.club-feed-quick-links {
    display: grid;
    gap: 0.65rem;
}

.club-feed-hot-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.club-feed-hot-item {
    display: block;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #f3f3f6;
    color: #000613;
    text-decoration: none;
}

.club-feed-hot-item-title {
    display: block;
    margin: 0;
    color: #000613;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.45;
}

.club-feed-hot-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.55rem;
    color: #6b7280;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.club-feed-quick-link {
    display: block;
    padding: 0.72rem 0.85rem;
    border-radius: 0.8rem;
    background: #f3f3f6;
    color: #001f3f;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
}

.club-feed-card-skeleton {
    padding: 1.4rem;
}

.club-feed-skeleton-line {
    height: 0.85rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #eceef2 0%, #f6f7f9 50%, #eceef2 100%);
    background-size: 220% 100%;
    animation: clubFeedShimmer 1.4s infinite linear;
}

.club-feed-skeleton-line + .club-feed-skeleton-line {
    margin-top: 0.9rem;
}

.club-feed-skeleton-line-lg { width: 72%; }
.club-feed-skeleton-line-sm { width: 42%; }

.club-feed-empty {
    padding: 2rem;
    text-align: center;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.7;
}

.club-feed-section {
    background: #f2f4f7;
    padding: 3.5rem 0 4.25rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.club-feed-kicker {
    padding: 0.32rem 0.72rem;
    background: #e5eefb;
    color: #1d4f91;
    letter-spacing: 0.12em;
}

.club-feed-title {
    color: #111827;
    font-size: clamp(1.85rem, 3.5vw, 2.8rem);
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: none;
}

.club-feed-subtitle {
    max-width: 42rem;
    margin-top: 0.7rem;
    color: #64748b;
    font-size: 0.98rem;
    line-height: 1.6;
}

.club-feed-heading-link {
    background: #1f2937;
    letter-spacing: 0.1em;
}

.club-feed-heading-link:hover {
    background: #1d4f91;
}

.club-feed-layout {
    grid-template-columns: minmax(0, 1fr);
}

.club-feed-panel,
.club-feed-card,
.club-feed-composer {
    background: #fff;
    backdrop-filter: none;
    border: 1px solid #dbe3ee;
    box-shadow: 0 10px 24px -18px rgba(15, 23, 42, 0.28);
}

.club-feed-panel-title {
    color: #334155;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
}

.club-feed-nav-item-active,
.club-feed-nav-item-active:hover {
    background: #1d4f91;
}

.club-feed-primary-action {
    min-height: 2.85rem;
    border-radius: 0.95rem;
    background: #1d4f91;
    letter-spacing: 0.08em;
}

.club-feed-composer {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
}

.club-feed-composer-avatar {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d4f91, #0f172a);
    box-shadow: none;
}

.club-feed-composer-input {
    min-height: 2.9rem;
    background: #f1f5f9;
    color: #475569;
    font-weight: 700;
}

.club-feed-composer-actions {
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.club-feed-composer-action {
    padding: 0.6rem 0.9rem;
    background: #f8fafc;
    color: #475569;
    font-size: 0.76rem;
    letter-spacing: 0.02em;
}

.club-feed-toolbar {
    margin-bottom: 0.9rem;
}

.club-feed-toolbar-copy {
    display: none;
}

.club-feed-filter-chip {
    min-height: 2.15rem;
    padding: 0 0.95rem;
    border: 1px solid #dbe3ee;
    background: #fff;
    color: #475569;
    font-size: 0.84rem;
    letter-spacing: -0.01em;
}

.club-feed-filter-chip-active {
    background: #1d4f91;
    border-color: #1d4f91;
}

.club-feed-card {
    border-radius: 1rem;
}

.club-feed-card-featured {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
}

.club-feed-card-featured .club-feed-card-body {
    padding: 1.35rem;
}

.club-feed-card-featured .club-feed-card-title {
    font-size: clamp(1.45rem, 2.6vw, 2.2rem);
}

.club-feed-card-body {
    padding: 1.1rem 1.15rem 0.95rem;
}

.club-feed-card-meta {
    margin-bottom: 0.8rem;
    align-items: flex-start;
    gap: 0.75rem;
}

.club-feed-card-badge {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: #e8f0fb;
    color: #1d4f91;
    border: 1px solid #d3e2f5;
}

.club-feed-card-source {
    color: #111827;
    font-size: 0.9rem;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.015em;
}

.club-feed-card-date {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #64748b;
    margin-top: 0.28rem;
    font-size: 0.84rem;
    font-weight: 700;
}

.club-feed-card-date i {
    width: 0.85rem;
    height: 0.85rem;
}

.club-feed-card-kicker-row {
    justify-content: flex-start;
    margin-bottom: 0.8rem;
}

.club-feed-card-pill {
    min-height: 1.75rem;
    padding: 0 0.7rem;
    background: #eef2ff;
    color: #1d4f91;
    letter-spacing: 0.08em;
}

.club-feed-card-title {
    margin-bottom: 0.7rem;
    color: #111827;
    font-size: clamp(1.12rem, 1.7vw, 1.48rem);
    line-height: 1.16;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.club-feed-card-excerpt {
    margin: 0;
    color: #526277;
    font-size: 0.94rem;
    line-height: 1.64;
    letter-spacing: -0.01em;
    display: block;
    overflow: hidden;
    max-height: 8.2em;
}

.club-feed-card-excerpt-expanded {
    max-height: none;
}

.club-feed-card-excerpt p,
.club-feed-card-fulltext p {
    margin: 0;
}

.club-feed-card-excerpt p + p,
.club-feed-card-fulltext p + p {
    margin-top: 0.68rem;
}

.club-feed-card-promo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.72rem;
}

.club-feed-card-promo-chip {
    display: inline-flex;
    align-items: center;
    min-height: 1.7rem;
    padding: 0 0.68rem;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.club-feed-card-paragraph-question {
    color: #334155;
    font-weight: 700;
}

.club-feed-card-paragraph-answer {
    color: #526277;
}

.club-feed-card-paragraph-body {
    color: #526277;
}

.club-feed-card-fulltext {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid #e5e7eb;
    color: #334155;
    font-size: 0.94rem;
    line-height: 1.74;
    letter-spacing: -0.01em;
}

.club-feed-card-expand {
    display: inline-flex;
    align-items: center;
    margin-top: 0.72rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1d4f91;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.club-feed-card-expand:hover {
    color: #163d71;
    text-decoration: underline;
}

.club-feed-card-media {
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #dbeafe, #e2e8f0 65%, #bfdbfe);
    overflow: hidden;
}

.club-feed-card-media iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.club-feed-video-launcher {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: #0f172a;
    cursor: pointer;
}

.club-feed-video-launcher img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.club-feed-video-launcher-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.14) 0%, rgba(2, 6, 23, 0.56) 100%);
}

.club-feed-video-launcher-chip {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(0, 31, 63, 0.88);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.28);
    z-index: 1;
}

.club-feed-video-launcher-chip svg {
    width: 1rem;
    height: 1rem;
}

.club-feed-card-no-media .club-feed-card-media {
    display: none;
}

.club-feed-card-no-media .club-feed-card-excerpt {
    max-height: none;
}

.club-feed-match-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    margin-bottom: 0.86rem;
}

.club-feed-match-team-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    min-width: 0;
    text-align: center;
}

.club-feed-match-team-logo {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0.95rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 auto;
}

.club-feed-match-team-logo img {
    width: 2.3rem;
    height: 2.3rem;
    object-fit: contain;
}

.club-feed-match-team-name {
    color: #0f172a;
    font-weight: 700;
    font-size: 0.96rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.club-feed-match-score-box {
    text-align: center;
    padding: 0.78rem 0.95rem;
    border-radius: 1rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    min-width: 7.2rem;
}

.club-feed-match-score {
    color: #0f172a;
    font-size: 1.9rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    letter-spacing: -0.05em;
}

.club-feed-match-status {
    margin-top: 0.3rem;
    color: #1d4f91;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
}

.club-feed-card-match-meta-line {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.36rem;
    color: #526277;
    font-size: 0.92rem;
    line-height: 1.55;
    letter-spacing: -0.01em;
}

.club-feed-card-media-fallback {
    color: #1e293b;
    letter-spacing: 0.1em;
}

.club-feed-card-footer {
    padding: 0.8rem 1.05rem 0.9rem;
    border-top: 1px solid #e5e7eb;
    background: #fff;
    align-items: center;
}

.club-feed-social-summary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.8rem;
    min-height: 2rem;
    padding: 0.52rem 1.05rem 0.32rem;
    background: #fff;
    color: #606f85;
    font-size: 0.8rem;
    font-weight: 600;
    border-top: 1px solid #edf2f7;
}

.club-feed-social-summary-left,
.club-feed-social-summary-right {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    min-width: 0;
}

.club-feed-social-summary-left {
    padding: 0.14rem 0.46rem 0.14rem 0.12rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(29, 79, 145, 0.08), rgba(15, 59, 104, 0.04));
}

.club-feed-social-summary-empty {
    display: none;
}

.club-feed-like-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.38rem;
    height: 1.38rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d4f91, #0f3b68);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.95);
    flex-shrink: 0;
}

.club-feed-like-badge i {
    width: 0.76rem;
    height: 0.76rem;
    stroke-width: 2.4;
}

.club-feed-card-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0 1.05rem;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.club-feed-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.48rem;
    min-height: 2.6rem;
    padding: 0.2rem 0.72rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #606f85;
    font-size: 0.92rem;
    font-weight: 700;
    transition: background 0.16s ease, color 0.16s ease;
    position: relative;
}

.club-feed-card-action + .club-feed-card-action::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7rem;
    bottom: 0.7rem;
    width: 1px;
    background: #e4e7ec;
}

.club-feed-card-action:hover {
    background: #f0f2f5;
}

.club-feed-card-action i {
    width: 1.08rem;
    height: 1.08rem;
    stroke-width: 2.1;
}

.club-feed-comment-count-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: rgba(29, 79, 145, 0.1);
    color: #1d4f91;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    flex-shrink: 0;
}

.club-feed-card-action.is-active {
    color: #1d4f91;
}

.club-feed-card-action[data-feed-like].is-active {
    color: #0f3b68;
}

.club-feed-card-action[data-feed-like].is-active i {
    color: #0f3b68;
}

.club-feed-card-action[data-feed-comment-toggle].is-active {
    color: #1d4f91;
}

.club-feed-card-action[data-feed-share].is-active {
    color: #001f3f;
}

.club-feed-comments {
    padding: 0.92rem 1.05rem 1rem;
    background: #fff;
}

.club-feed-comments-list {
    display: grid;
    gap: 0.65rem;
    margin-bottom: 0.82rem;
}

.club-feed-comment {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.club-feed-comment-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.22rem;
    min-width: 0;
    flex: 1 1 auto;
}

.club-feed-comment-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #d8e5f6, #eef3fb);
    color: #1d4f91;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    overflow: hidden;
}

.club-feed-comment-avatar-compose {
    background: linear-gradient(135deg, rgba(0, 31, 63, 0.08), rgba(183, 16, 42, 0.08));
    color: #526277;
    border: 1px solid rgba(29, 79, 145, 0.12);
}

.club-feed-comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.club-feed-comment-bubble {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    max-width: min(32rem, calc(100vw - 8.5rem));
    padding: 0.7rem 0.9rem 0.74rem;
    border-radius: 1.1rem;
    background: #f0f2f5;
}

.club-feed-comment-author {
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 800;
}

.club-feed-comment-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: 0.9rem;
    color: #667085;
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.2;
}

.club-feed-comment-text,
.club-feed-comment-empty {
    margin-top: 0.16rem;
    display: block;
    color: #1f2937;
    font-size: 0.84rem;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
}

.club-feed-comment-form {
    display: grid;
    gap: 0.6rem;
}

.club-feed-comment-compose {
    display: flex;
    align-items: flex-start;
    gap: 0.72rem;
}

.club-feed-comment-compose-fields {
    display: grid;
    width: 100%;
}

.club-feed-comment-textarea {
    width: 100%;
    border: 0;
    border-radius: 1.25rem;
    background: #f0f2f5;
    color: #0f172a;
    font-size: 0.84rem;
    padding: 0.74rem 0.98rem;
}

.club-feed-comment-textarea {
    min-height: 5rem;
    resize: vertical;
}

.club-feed-comment-textarea-compact {
    min-height: 3.2rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    resize: none;
}

.club-feed-comment-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

.club-feed-comment-submit {
    justify-self: flex-end;
    min-height: 2.2rem;
    padding: 0 1.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d4f91, #0f3b68);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.club-feed-comment-submit:disabled {
    opacity: 0.7;
}

.club-feed-comment-error {
    color: #b42318;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.45;
}

.club-feed-comment-login-gate {
    display: grid;
    gap: 0.72rem;
    padding-top: 0.05rem;
}

.club-feed-comment-login-copy {
    color: #475467;
    font-size: 0.84rem;
    line-height: 1.45;
}

.club-feed-comment-login-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d4f91, #0f3b68);
    color: #fff;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.club-feed-card-stats {
    gap: 0.75rem;
    color: #64748b;
    font-size: 0.78rem;
    align-items: center;
    font-weight: 700;
}

.club-feed-card-link {
    min-height: 2.55rem;
    padding: 0 0.95rem;
    background: #1d4f91;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.club-feed-card-featured .club-feed-card-excerpt {
    -webkit-line-clamp: 6;
}

.club-feed-card-featured .club-feed-card-fulltext {
    font-size: 0.98rem;
}

.club-feed-card-news .club-feed-card-pill,
.club-feed-card-media-post .club-feed-card-pill {
    background: #eff6ff;
    color: #1d4f91;
}

.club-feed-card-match .club-feed-card-pill {
    background: #ecfdf5;
    color: #047857;
}

.club-feed-card-match .club-feed-card-badge {
    background: #ecfdf5;
    color: #047857;
    border-color: #bbf7d0;
}

.club-feed-card-media-post .club-feed-card-badge {
    background: #f5f3ff;
    color: #6d28d9;
    border-color: #ddd6fe;
}

.club-feed-card-offer,
.club-feed-card-lottery,
.club-feed-card-drop {
    position: relative;
}

.club-feed-card-offer::before,
.club-feed-card-lottery::before,
.club-feed-card-drop::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    z-index: 1;
}

.club-feed-card-offer::before {
    background: #10b981;
}

.club-feed-card-lottery::before {
    background: #f59e0b;
}

.club-feed-card-drop::before {
    background: #8b5cf6;
}

.club-feed-card-offer .club-feed-card-pill {
    background: #ecfdf5;
    color: #047857;
}

.club-feed-card-offer .club-feed-card-promo-chip {
    background: #ecfdf5;
    color: #047857;
}

.club-feed-card-lottery .club-feed-card-pill {
    background: #fffbeb;
    color: #b45309;
}

.club-feed-card-lottery .club-feed-card-promo-chip {
    background: #fffbeb;
    color: #b45309;
}

.club-feed-card-drop .club-feed-card-pill {
    background: #f5f3ff;
    color: #6d28d9;
}

.club-feed-card-drop .club-feed-card-promo-chip {
    background: #f5f3ff;
    color: #6d28d9;
}

.club-feed-card-offer .club-feed-card-badge {
    background: #ecfdf5;
    color: #047857;
    border-color: #bbf7d0;
}

.club-feed-card-lottery .club-feed-card-badge {
    background: #fffbeb;
    color: #b45309;
    border-color: #fde68a;
}

.club-feed-card-drop .club-feed-card-badge {
    background: #f5f3ff;
    color: #6d28d9;
    border-color: #ddd6fe;
}

.club-feed-card-offer .club-feed-card-link {
    background: #059669;
}

.club-feed-card-lottery .club-feed-card-link {
    background: #d97706;
}

.club-feed-card-drop .club-feed-card-link {
    background: #7c3aed;
}

@keyframes clubFeedShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@media (max-width: 1279px) {
    .club-feed-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 1023px) {
    .club-feed-section {
        padding: 3.2rem 0 3.5rem;
    }

    .club-feed-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .club-feed-heading {
        flex-direction: column;
        align-items: stretch;
    }

    .club-feed-heading-link {
        width: 100%;
        justify-content: center;
    }

    .club-feed-composer {
        flex-direction: column;
    }

    .club-feed-composer-avatar {
        width: 3rem;
        height: 3rem;
    }

    .club-feed-card-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .club-feed-card-body {
        padding: 0.95rem 0.95rem 0.82rem;
    }

    .club-feed-card-kicker-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .club-feed-card-featured {
        grid-template-columns: 1fr;
    }

    .club-feed-card-featured .club-feed-card-media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .club-feed-card-link {
        width: 100%;
    }

    .club-feed-card-title {
        margin-bottom: 0.56rem;
        font-size: 1.02rem;
        line-height: 1.18;
        text-wrap: pretty;
    }

    .club-feed-card-excerpt {
        font-size: 0.86rem;
        line-height: 1.5;
        max-height: 6.9em;
    }

    .club-feed-card-excerpt p + p,
    .club-feed-card-fulltext p + p {
        margin-top: 0.52rem;
    }

    .club-feed-card-fulltext {
        margin-top: 0.82rem;
        padding-top: 0.74rem;
        font-size: 0.86rem;
        line-height: 1.58;
    }

    .club-feed-card-expand {
        margin-top: 0.58rem;
        font-size: 0.8rem;
    }

    .club-feed-card-media {
        aspect-ratio: 16 / 11;
    }

    .club-feed-pulse-grid {
        grid-template-columns: 1fr;
    }

    .club-feed-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .club-feed-match-hero {
        gap: 0.6rem;
        margin-bottom: 0.72rem;
    }

    .club-feed-match-team-logo {
        width: 2.55rem;
        height: 2.55rem;
        border-radius: 0.82rem;
    }

    .club-feed-match-team-logo img {
        width: 1.85rem;
        height: 1.85rem;
    }

    .club-feed-match-team-name {
        font-size: 0.8rem;
    }

    .club-feed-match-score-box {
        min-width: 5.6rem;
        padding: 0.58rem 0.68rem;
        border-radius: 0.86rem;
    }

    .club-feed-match-score {
        font-size: 1.52rem;
    }

    .club-feed-match-status {
        margin-top: 0.24rem;
        font-size: 0.54rem;
        letter-spacing: 0.08em;
    }

    .club-feed-card-match-meta-line {
        font-size: 0.8rem;
    }

    .club-feed-card-footer {
        padding: 0.72rem 0.95rem 0.8rem;
        gap: 0.55rem;
    }

    .club-feed-card-stats {
        font-size: 0.72rem;
        gap: 0.55rem;
    }

    .club-feed-card-link {
        min-height: 2.35rem;
        padding: 0 0.82rem;
        font-size: 0.68rem;
        letter-spacing: 0.05em;
    }

    .club-feed-social-summary {
        min-height: 1.85rem;
        padding: 0.5rem 0.82rem 0.26rem;
        font-size: 0.72rem;
    }

    .club-feed-social-summary-left {
        padding: 0.1rem 0.36rem 0.1rem 0.08rem;
    }

    .club-feed-like-badge {
        width: 1.26rem;
        height: 1.26rem;
    }

    .club-feed-like-badge i {
        width: 0.7rem;
        height: 0.7rem;
    }

    .club-feed-card-actions {
        padding: 0 0.55rem;
    }

    .club-feed-card-action {
        gap: 0.34rem;
        min-height: 2.35rem;
        padding: 0.15rem 0.3rem;
        font-size: 0.78rem;
    }

    .club-feed-card-action i {
        width: 0.98rem;
        height: 0.98rem;
    }

    .club-feed-comment-count-pill {
        min-width: 1.05rem;
        height: 1.05rem;
        padding: 0 0.28rem;
        font-size: 0.66rem;
    }

    .club-feed-comments {
        padding: 0.72rem 0.82rem 0.88rem;
    }

    .club-feed-comment {
        gap: 0.55rem;
    }

    .club-feed-comment-avatar {
        width: 1.8rem;
        height: 1.8rem;
        font-size: 0.66rem;
    }

    .club-feed-comment-bubble {
        padding: 0.6rem 0.74rem 0.64rem;
    }

    .club-feed-comment-author {
        font-size: 0.76rem;
    }

    .club-feed-comment-text,
    .club-feed-comment-empty {
        font-size: 0.8rem;
    }

    .club-feed-comment-meta {
        margin-left: 0.72rem;
        font-size: 0.7rem;
    }

    .club-feed-comment-compose {
        gap: 0.55rem;
    }

    .club-feed-comment-textarea,
    .club-feed-comment-textarea-compact {
        font-size: 0.8rem;
    }

    .club-feed-comment-textarea-compact {
        min-height: 2.9rem;
    }

    .club-feed-comment-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .club-feed-comment-submit,
    .club-feed-comment-login-link {
        width: 100%;
        min-height: 2.2rem;
    }

    .club-feed-comment-login-copy {
        font-size: 0.8rem;
        text-align: center;
    }
}
