/* ══════════════════════════════════════════════════════════
   WAW ORIGINALS ENGINE — STYLES (light editorial)
══════════════════════════════════════════════════════════ */

/* ── HIGHLIGHT EMBED (Results + Clash Card) ─────────────────────────────── */

.waw-highlight-embed {
    margin-bottom: 24px;
}

.waw-highlight-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.waw-highlight-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    background: #0a0a0a;
    border: 1px solid rgba(19, 19, 22, 0.08);
}

.waw-highlight-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ── LATEST RESULTS ───────────────────────────────────────────────────────── */

.waw-rc-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d1006f;
    font-weight: 500;
    margin-bottom: 24px;
    padding: 6px 14px;
    background: rgba(255, 10, 138, 0.08);
    border: 1px solid rgba(255, 10, 138, 0.25);
    border-radius: 3px;
}

.waw-rc-intro {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(19, 19, 22, 0.07);
}

.waw-rc-intro p { margin-bottom: 1em; }

.waw-rc-match {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(19, 19, 22, 0.05);
}

.waw-rc-match:last-of-type { border-bottom: none; }

.waw-rc-match-num {
    font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
    font-size: 28px;
    line-height: 1;
    color: #d1006f;
    opacity: 0.35;
    min-width: 28px;
    flex-shrink: 0;
    padding-top: 2px;
}

.waw-rc-match-body { flex: 1; min-width: 0; }

.waw-rc-match-body strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #131316;
    margin-bottom: 6px;
    line-height: 1.3;
}

.waw-rc-match-body p {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(19, 19, 22, 0.75);
    margin-bottom: 0.5em;
}

.waw-rc-match-body p:has(🏆),
.waw-rc-match-body strong:has(🏆) { color: #c8960a; }

.waw-rc-segment {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(19, 19, 22, 0.05);
}

.waw-rc-segment-label {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #131316;
    background: rgba(19, 19, 22, 0.08);
    padding: 3px 8px;
    border-radius: 2px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 3px;
}

.waw-rc-segment-body { flex: 1; }
.waw-rc-segment-body p {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(19, 19, 22, 0.75);
    margin-bottom: 0;
}
.waw-rc-segment-body strong { color: #131316; }

.waw-rc-close {
    margin-top: 32px;
    padding: 20px 24px;
    background: rgba(255, 10, 138, 0.05);
    border-left: 3px solid #d1006f;
    border-radius: 2px;
}
.waw-rc-close p {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(19, 19, 22, 0.8);
    margin-bottom: 0;
    font-style: italic;
}

.waw-rc-sources {
    margin-top: 28px;
    font-size: 13px;
    color: rgba(19, 19, 22, 0.65);
    letter-spacing: 0.02em;
    border-top: 1px solid rgba(19, 19, 22, 0.12);
    padding-top: 16px;
}
.waw-rc-sources a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(19, 19, 22, 0.35);
}
.waw-rc-sources a:hover {
    text-decoration-color: rgba(19, 19, 22, 0.65);
}

/* ══════════════════════════════════════════════════════════
   CLASH CARD
══════════════════════════════════════════════════════════ */

.waw-cc-meta {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #d1006f;
    margin-bottom: 20px;
}

.waw-cc-intro {
    font-size: 1.05rem;
    line-height: 1.75;
    border-left: 4px solid #d1006f;
    padding-left: 16px;
    margin-bottom: 28px;
    color: inherit;
}

.waw-cc-match {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(19, 19, 22,0.07);
}

.waw-cc-match-num {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 900;
    color: #fff;
    flex-shrink: 0;
    margin-top: 2px;
}

.waw-cc-match-body { flex: 1; min-width: 0; overflow-wrap: break-word; word-break: break-word; }
.waw-cc-match-body p { margin: 0 0 6px; line-height: 1.6; }
.waw-cc-match-body p:last-child { margin-bottom: 0; }

.waw-cc-wildcard {
    background: rgba(255, 10, 138, 0.05);
    border: 1px solid rgba(255, 10, 138, 0.2);
    border-radius: 6px;
    padding: 16px 20px;
    margin: 24px 0;
}

.waw-cc-wildcard-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #d1006f;
    margin-bottom: 8px;
}

.waw-cc-wildcard-body p { margin: 0; line-height: 1.6; }

.waw-cc-rating {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid rgba(19, 19, 22,0.07);
    margin-top: 8px;
}

.waw-cc-rating-score {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    flex-shrink: 0;
    color: #d1006f;
}

.waw-cc-rating-score small {
    font-size: 1rem;
    opacity: 0.6;
}

.waw-cc-rating-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8b8b93;
    flex-shrink: 0;
}

.waw-cc-rating-note p { margin: 0; font-size: 0.85rem; color: #8b8b93; }

.waw-cc-sources {
    margin-top: 20px;
    font-size: 13px;
    color: rgba(19, 19, 22, 0.65);
    letter-spacing: 0.02em;
    border-top: 1px solid rgba(19, 19, 22, 0.12);
    padding-top: 16px;
}
.waw-cc-sources a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(19, 19, 22, 0.35);
}
.waw-cc-sources a:hover {
    text-decoration-color: rgba(19, 19, 22, 0.65);
}

@media (max-width: 600px) {
    .waw-cc-rating { flex-wrap: wrap; }
}

/* ══════════════════════════════════════════════════════════
   POWER RANKINGS
══════════════════════════════════════════════════════════ */

.waw-pr-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c8960a;
    font-weight: 500;
    margin-bottom: 24px;
    padding: 6px 14px;
    background: rgba(200, 150, 10, 0.08);
    border: 1px solid rgba(200, 150, 10, 0.2);
    border-radius: 3px;
}

.waw-pr-intro {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(19, 19, 22,0.07);
}
.waw-pr-intro p { margin-bottom: 0; }

.waw-pr-rank {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid rgba(19, 19, 22,0.05);
}
.waw-pr-rank:last-of-type { border-bottom: none; }

.waw-pr-rank__num {
    font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    min-width: 40px;
    flex-shrink: 0;
    padding-top: 2px;
    opacity: 0.9;
    color: #c8960a;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.waw-pr-move {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    padding: 1px 6px;
    border-radius: 3px;
    flex-shrink: 0;
}
.waw-pr-move--up {
    color: #0d7a53;
    background: rgba(13, 122, 83,0.12);
}
.waw-pr-move--down {
    color: #dc2626;
    background: rgba(220, 38, 38,0.12);
}
.waw-pr-move--same {
    color: rgba(19, 19, 22,0.4);
    background: rgba(19, 19, 22,0.04);
}
.waw-pr-move--new {
    color: #d1006f;
    background: rgba(255, 10, 138,0.12);
    font-size: 10px;
    letter-spacing: 0.05em;
}

.waw-pr-rank__body { flex: 1; min-width: 0; }

.waw-pr-rank__body strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #131316;
    margin-bottom: 6px;
    line-height: 1.3;
}

.waw-pr-rank__body p {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(19, 19, 22,0.75);
    margin-bottom: 0.4em;
}

.waw-pr-rising {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0d7a53;
    background: rgba(13, 122, 83,0.1);
    border: 1px solid rgba(13, 122, 83,0.25);
    padding: 2px 8px;
    border-radius: 2px;
    margin-left: 6px;
}

.waw-pr-sliding {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #dc2626;
    background: rgba(220, 38, 38,0.1);
    border: 1px solid rgba(220, 38, 38,0.25);
    padding: 2px 8px;
    border-radius: 2px;
    margin-left: 6px;
}

.waw-pr-close {
    margin-top: 32px;
    padding: 18px 22px;
    background: rgba(200, 150, 10,0.04);
    border-left: 3px solid #c8960a;
    border-radius: 0;
}
.waw-pr-close__label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c8960a;
    margin-bottom: 8px;
}
.waw-pr-close p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(19, 19, 22,0.8);
    margin: 0;
    font-style: italic;
}

/* ══════════════════════════════════════════════════════════
   THE SQUASH
══════════════════════════════════════════════════════════ */

.waw-squash-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d1006f;
    font-weight: 700;
    margin-bottom: 28px;
    padding: 6px 14px;
    background: rgba(255, 10, 138, 0.08);
    border: 1px solid rgba(255, 10, 138, 0.25);
    border-radius: 3px;
}

.waw-squash-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: squash;
}

.waw-squash-item {
    counter-increment: squash;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid rgba(19, 19, 22,0.06);
    font-size: 18px;
    line-height: 1.55;
    color: #131316;
    font-weight: 400;
}

.waw-squash-item:last-child { border-bottom: none; }

.waw-squash-item::before {
    content: counter(squash);
    font-family: 'Bebas Neue', 'Barlow Condensed', var(--font-head), sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    color: #d1006f;
    opacity: 0.6;
    min-width: 32px;
    flex-shrink: 0;
    padding-top: 2px;
}

.waw-squash-item:hover { color: #131316; }
.waw-squash-item:hover::before { opacity: 1; }

.waw-squash-source {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #d1006f;
    text-decoration: none;
    opacity: 0.6;
    margin-left: 6px;
    white-space: nowrap;
    transition: opacity 0.15s;
}
.waw-squash-source:hover { opacity: 1; }

/* ══════════════════════════════════════════════════════════
   EVENING BRIEFING — meta pill (used via waw-rc-meta with eb modifier or direct class)
══════════════════════════════════════════════════════════ */

.waw-eb-meta,
.waw-rc-meta--evening-briefing {
    color: #d1006f;
    background: rgba(255, 10, 138, 0.08);
    border-color: rgba(255, 10, 138, 0.25);
}

/* ── ON THIS DAY ──────────────────────────────────────────────────────────── */

.waw-otd-wrap { margin: 0 0 2em; }

.waw-otd-header {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #8b8b93;
    margin-bottom: 18px;
}

.waw-otd-featured {
    border-left: 4px solid #c8102e;
    padding-left: 20px;
    margin-bottom: 30px;
}

.waw-otd-year-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.waw-otd-year {
    font-size: 30px;
    font-weight: 900;
    color: #c8102e;
    line-height: 1;
    letter-spacing: -0.02em;
}

.waw-otd-years-ago {
    font-size: 12px;
    color: #8b8b93;
    font-style: italic;
}

.waw-otd-promo {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: #f0f0f2;
    color: #131316;
    padding: 3px 8px;
    border-radius: 2px;
}

.waw-otd-headline {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 18px;
    line-height: 1.25;
    color: #131316;
}

.waw-otd-take p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 18px;
    color: rgba(19, 19, 22, 0.85);
}

.waw-otd-take p:last-child { margin-bottom: 0; }

.waw-otd-also {
    border-top: 1px solid rgba(19, 19, 22, 0.1);
    padding-top: 22px;
    margin-top: 6px;
}

.waw-otd-also-heading {
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #8b8b93 !important;
    margin: 0 0 12px !important;
}

.waw-otd-also-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.waw-otd-also-item {
    font-size: 14px;
    line-height: 1.6;
    padding: 7px 0;
    border-bottom: 1px solid rgba(19, 19, 22, 0.07);
    color: rgba(19, 19, 22, 0.7);
}

.waw-otd-also-item:last-child { border-bottom: none; }

.waw-otd-also-year {
    font-weight: 800;
    color: #131316;
    margin-right: 6px;
}

.waw-otd-also-promo { color: #8b8b93; font-size: 13px; }
