.rfc-wer-form-guide {
    margin: 35px 0;
    padding: 32px;
    background: #111827;
    border: 1px solid rgba(96,165,250,.22);
    border-radius: 18px;
    color: #fff;
}

.rfc-wer-form-heading {
    margin-bottom: 26px;
    text-align: center;
}

.rfc-wer-form-kicker {
    display: block;
    margin-bottom: 6px;
    color: #60A5FA;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.rfc-wer-form-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
}

.rfc-wer-form-heading p {
    margin: 7px 0 0;
    color: #9CA3AF;
}

.rfc-wer-form-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
}

.rfc-wer-form-team {
    padding: 22px;
    background: #172033;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
}

.rfc-wer-form-team h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 21px;
    text-align: center;
}

.rfc-wer-form-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-bottom: 12px;
}

.rfc-wer-form-result,
.rfc-wer-form-match-result {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.rfc-wer-form-result.is-w,
.rfc-wer-form-match-result.is-w { background: #15803D; }
.rfc-wer-form-result.is-l,
.rfc-wer-form-match-result.is-l { background: #B91C1C; }
.rfc-wer-form-result.is-d,
.rfc-wer-form-match-result.is-d { background: #6B7280; }

.rfc-wer-form-record {
    margin-bottom: 20px;
    color: #D1D5DB;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.rfc-wer-form-metrics {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1px;
    overflow: hidden;
    margin: 0 0 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
}

.rfc-wer-form-metrics > div {
    padding: 14px 10px;
    background: #111827;
    text-align: center;
}

.rfc-wer-form-metrics dt {
    margin-bottom: 5px;
    color: #9CA3AF;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.rfc-wer-form-metrics dd {
    margin: 0;
    color: #60A5FA;
    font-size: 17px;
    font-weight: 900;
}

.rfc-wer-form-match-list {
    display: grid;
    gap: 7px;
}

.rfc-wer-form-match {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 9px 11px;
    background: #0F172A;
    border-radius: 9px;
    color: #fff;
    text-decoration: none;
}

.rfc-wer-form-match:hover {
    background: rgba(96,165,250,.12);
}

.rfc-wer-form-match-result {
    width: 28px;
    height: 28px;
    font-size: 12px;
}

.rfc-wer-form-match-opponent {
    overflow: hidden;
    color: #D1D5DB;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rfc-wer-form-match strong {
    color: #60A5FA;
}

.rfc-wer-form-empty,
.rfc-wer-form-message {
    color: #9CA3AF;
    text-align: center;
}

.rfc-match-hub-module > .rfc-wer-form-guide {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .rfc-wer-form-guide {
        padding: 22px 16px;
    }

    .rfc-wer-form-grid {
        grid-template-columns: 1fr;
    }

    .rfc-wer-form-heading h2 {
        font-size: 26px;
    }
}
