/* ══════════════════════════════════════════════════════════
   WAW ORIGINALS ENGINE — STYLES (dark only)
══════════════════════════════════════════════════════════ */

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

.waw-rc-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #39ff14;
    font-weight: 500;
    margin-bottom: 24px;
    padding: 6px 14px;
    background: rgba(57, 255, 20, 0.08);
    border: 1px solid rgba(57, 255, 20, 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(255, 255, 255, 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(255, 255, 255, 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: #39ff14;
    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: #f0f0f0;
    margin-bottom: 6px;
    line-height: 1.3;
}

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

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

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

.waw-rc-segment-label {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    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(240, 240, 240, 0.75);
    margin-bottom: 0;
}
.waw-rc-segment-body strong { color: #f0f0f0; }

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

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

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

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

.waw-cc-intro {
    font-size: 1.05rem;
    line-height: 1.75;
    border-left: 4px solid #00cfff;
    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(255,255,255,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(0, 207, 255, 0.05);
    border: 1px solid rgba(0, 207, 255, 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: #00cfff;
    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(255,255,255,0.07);
    margin-top: 8px;
}

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

.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: #888;
    flex-shrink: 0;
}

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

.waw-cc-sources {
    margin-top: 20px;
    font-size: 13px;
    color: rgba(240, 240, 240, 0.65);
    letter-spacing: 0.02em;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 16px;
}
.waw-cc-sources a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(240, 240, 240, 0.35);
}
.waw-cc-sources a:hover {
    text-decoration-color: rgba(240, 240, 240, 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: #ffd700;
    font-weight: 500;
    margin-bottom: 24px;
    padding: 6px 14px;
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 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(255,255,255,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(255,255,255,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: #ffd700;
    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: #22c55e;
    background: rgba(34,197,94,0.12);
}
.waw-pr-move--down {
    color: #ef4444;
    background: rgba(239,68,68,0.12);
}
.waw-pr-move--same {
    color: rgba(240,240,240,0.4);
    background: rgba(255,255,255,0.04);
}
.waw-pr-move--new {
    color: #2de2e6;
    background: rgba(45,226,230,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: #f0f0f0;
    margin-bottom: 6px;
    line-height: 1.3;
}

.waw-pr-rank__body p {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(240,240,240,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: #22c55e;
    background: rgba(34,197,94,0.1);
    border: 1px solid rgba(34,197,94,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: #ef4444;
    background: rgba(239,68,68,0.1);
    border: 1px solid rgba(239,68,68,0.25);
    padding: 2px 8px;
    border-radius: 2px;
    margin-left: 6px;
}

.waw-pr-close {
    margin-top: 32px;
    padding: 18px 22px;
    background: rgba(255,215,0,0.04);
    border-left: 3px solid #ffd700;
    border-radius: 0;
}
.waw-pr-close__label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffd700;
    margin-bottom: 8px;
}
.waw-pr-close p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(240,240,240,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: #ff8c00;
    font-weight: 700;
    margin-bottom: 28px;
    padding: 6px 14px;
    background: rgba(255, 140, 0, 0.08);
    border: 1px solid rgba(255, 140, 0, 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(255,255,255,0.06);
    font-size: 18px;
    line-height: 1.55;
    color: #f0f0f0;
    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: #ff8c00;
    opacity: 0.6;
    min-width: 32px;
    flex-shrink: 0;
    padding-top: 2px;
}

.waw-squash-item:hover { color: #fff; }
.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: #ff8c00;
    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: #e8006a;
    background: rgba(232, 0, 106, 0.08);
    border-color: rgba(232, 0, 106, 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: #888;
    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: #999;
    font-style: italic;
}

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

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

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

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

.waw-otd-also {
    border-top: 1px solid rgba(255, 255, 255, 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: #888 !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(255, 255, 255, 0.07);
    color: rgba(240, 240, 240, 0.7);
}

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

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

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