/* WAW Results Compiler — post styles */

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

/* Match blocks */
.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: #ff2d78;
    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;
}

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

/* Segment blocks */
.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; }

/* Closing */
.waw-rc-close {
    margin-top: 32px;
    padding: 20px 24px;
    background: rgba(255, 45, 120, 0.05);
    border-left: 3px solid #ff2d78;
    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;
}

/* Source attribution */
.waw-rc-sources {
    margin-top: 28px;
    font-size: 11px;
    color: rgba(240, 240, 240, 0.3);
    letter-spacing: 0.04em;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 16px;
}

/* Light mode */
body.waw-light .waw-rc-meta {
    color: #e8006a;
    background: rgba(232, 0, 106, 0.06);
    border-color: rgba(232, 0, 106, 0.18);
}
body.waw-light .waw-rc-intro { border-bottom-color: rgba(0,0,0,0.08); }
body.waw-light .waw-rc-match { border-bottom-color: rgba(0,0,0,0.06); }
body.waw-light .waw-rc-match-body strong { color: #111; }
body.waw-light .waw-rc-match-body p { color: rgba(0,0,0,0.7); }
body.waw-light .waw-rc-segment { border-bottom-color: rgba(0,0,0,0.06); }
body.waw-light .waw-rc-segment-label { background: rgba(0,0,0,0.08); color: #333; }
body.waw-light .waw-rc-segment-body p { color: rgba(0,0,0,0.7); }
body.waw-light .waw-rc-segment-body strong { color: #111; }
body.waw-light .waw-rc-close { background: rgba(232,0,106,0.04); border-left-color: #e8006a; }
body.waw-light .waw-rc-close p { color: rgba(0,0,0,0.75); }
body.waw-light .waw-rc-sources { color: rgba(0,0,0,0.35); border-top-color: rgba(0,0,0,0.08); }

/* ══════════════════════════════════════════════════════════
   WAW CLASH CARD STYLES
══════════════════════════════════════════════════════════ */

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

.waw-cc-intro {
    font-size: 1.05rem;
    line-height: 1.75;
    border-left: 4px solid #ff2d78;
    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; }
.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,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    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;
    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;
}

.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; }

/* Light mode */
body.waw-light .waw-cc-match { border-bottom-color: rgba(0,0,0,0.08); }
body.waw-light .waw-cc-wildcard { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.1); }
body.waw-light .waw-cc-rating { border-top-color: rgba(0,0,0,0.08); }
body.waw-light .waw-cc-rating-note p { color: #555; }

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