/* 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); }
