/* ═══════════════════════════════════════════════════════
   Review Page (复盘) — Full-page debrief
   Dark navy · Gold accents · Editorial layout
   ═══════════════════════════════════════════════════════ */

/* ─── Page Chrome ─────────────────────────────────────── */

.review-body {
    background: #060e1f;
    min-height: 100vh;
    color: rgba(226, 232, 240, 0.92);
    font-family: 'Noto Sans SC', system-ui, sans-serif;
    position: relative;
    overflow-x: hidden;
}

/* Subtle dot-grid texture */
.review-body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: radial-gradient(circle, rgba(200, 169, 107, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
}

/* Ambient glows */
.review-glow {
    position: fixed;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 0;
}
.review-glow-tl {
    width: 500px; height: 500px;
    top: -180px; left: -180px;
    background: radial-gradient(circle, rgba(200, 169, 107, 0.07) 0%, transparent 70%);
}
.review-glow-br {
    width: 600px; height: 600px;
    bottom: -200px; right: -200px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.06) 0%, transparent 70%);
}

.review-frame {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 80px;
}

/* ─── Header ──────────────────────────────────────────── */

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0 14px;
    border-bottom: 1px solid rgba(200, 169, 107, 0.12);
    margin-bottom: 0;
}

.review-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.review-brand-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #c8a96b;
    box-shadow: 0 0 8px rgba(200, 169, 107, 0.6);
    animation: rv-pulse 2.4s ease-in-out infinite;
}

@keyframes rv-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.5; transform: scale(0.85); }
}

.review-brand-name {
    font-family: 'Noto Serif SC', serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(200, 169, 107, 0.85);
    letter-spacing: 0.03em;
}

.review-nav-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.review-nav-link {
    font-size: 12px;
    font-weight: 500;
    color: rgba(148, 163, 184, 0.7);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.15s;
}

.review-nav-link:hover {
    color: rgba(200, 169, 107, 0.9);
}

.review-nav-link.is-active {
    color: rgba(200, 169, 107, 1);
}

.review-nav-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ─── Hero Section ────────────────────────────────────── */

.review-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 40px 0 32px;
    gap: 24px;
    flex-wrap: wrap;
}

.review-hero-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(200, 169, 107, 0.6);
}

.review-title {
    font-family: 'Noto Serif SC', serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: rgba(241, 235, 220, 0.95);
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.review-title-sub {
    display: block;
    font-size: clamp(13px, 1.5vw, 16px);
    font-weight: 400;
    color: rgba(148, 163, 184, 0.7);
    margin-top: 4px;
    font-family: 'Noto Sans SC', sans-serif;
}

/* Day badge */
.review-day-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px 5px 10px;
    border-radius: 24px;
    font-family: 'Noto Serif SC', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    border: 1px solid;
    margin-top: 8px;
    width: fit-content;
}

.review-day-badge.is-bull {
    background: rgba(248, 113, 113, 0.1);
    border-color: rgba(248, 113, 113, 0.35);
    color: rgba(248, 113, 113, 0.95);
}
.review-day-badge.is-bear {
    background: rgba(52, 211, 153, 0.09);
    border-color: rgba(52, 211, 153, 0.3);
    color: rgba(52, 211, 153, 0.9);
}
.review-day-badge.is-mixed {
    background: rgba(148, 163, 184, 0.08);
    border-color: rgba(148, 163, 184, 0.25);
    color: rgba(148, 163, 184, 0.9);
}

.rv-badge-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.8;
}

/* Date navigator */
.review-date-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(200, 169, 107, 0.14);
    border-radius: 12px;
    padding: 6px 8px;
}

.rv-date-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px; height: 28px;
    border: none;
    background: transparent;
    border-radius: 7px;
    cursor: pointer;
    color: rgba(200, 169, 107, 0.6);
    transition: background 0.15s, color 0.15s;
}

.rv-date-btn:hover:not(:disabled) {
    background: rgba(200, 169, 107, 0.1);
    color: rgba(200, 169, 107, 1);
}

.rv-date-btn:disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.rv-date-display {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 500;
    color: rgba(226, 232, 240, 0.85);
    padding: 0 8px;
    letter-spacing: 0.04em;
    min-width: 96px;
    text-align: center;
}

/* ─── Stats Band ──────────────────────────────────────── */

.review-stats-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 2fr;
    gap: 1px;
    background: rgba(200, 169, 107, 0.1);
    border: 1px solid rgba(200, 169, 107, 0.1);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 28px;
}

.rv-stat-cell {
    background: rgba(6, 14, 31, 0.96);
    padding: 20px 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rv-stat-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgba(241, 235, 220, 0.95);
}

.rv-stat-num.is-bull { color: rgba(248, 113, 113, 0.95); }
.rv-stat-num.is-bear { color: rgba(52, 211, 153, 0.9); }
.rv-stat-num.is-gold { color: rgba(200, 169, 107, 0.95); }

.rv-stat-label {
    font-size: 11px;
    color: rgba(148, 163, 184, 0.55);
    font-weight: 500;
    letter-spacing: 0.04em;
}

/* Sentiment bar cell */
.rv-stat-cell--bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 20px 16px;
}

.rv-sent-bar-wrap {
    display: flex;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    gap: 1px;
}

.rv-sent-seg {
    height: 100%;
    border-radius: 2px;
    transition: width 0.5s ease;
}

.rv-sent-seg.is-bull { background: rgba(248, 113, 113, 0.75); }
.rv-sent-seg.is-neut { background: rgba(148, 163, 184, 0.4); }
.rv-sent-seg.is-bear { background: rgba(52, 211, 153, 0.65); }

.rv-sent-legend {
    display: flex;
    gap: 12px;
}

.rv-sent-legend-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: rgba(148, 163, 184, 0.5);
}

.rv-sent-legend-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
}

/* ─── Section Heading ─────────────────────────────────── */

.rv-section-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.rv-section-title {
    font-family: 'Noto Serif SC', serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(200, 169, 107, 0.85);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rv-section-rule {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(200, 169, 107, 0.2), transparent);
}

/* ─── 3-column Intel Grid ─────────────────────────────── */

.review-intel-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.8fr;
    gap: 14px;
    margin-bottom: 28px;
}

.rv-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 12px;
    padding: 18px 16px;
    position: relative;
    overflow: hidden;
}

.rv-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(200, 169, 107, 0.03) 0%, transparent 60%);
    pointer-events: none;
}

/* Sectors list */
.rv-sector-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.rv-sector-row {
    display: grid;
    grid-template-columns: 18px 1fr auto auto;
    align-items: center;
    gap: 6px;
}

.rv-sector-arrow {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.rv-sector-name {
    font-size: 12px;
    color: rgba(226, 232, 240, 0.85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rv-sector-bar-wrap {
    width: 48px;
    height: 4px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    overflow: hidden;
}

.rv-sector-bar {
    height: 100%;
    border-radius: 2px;
    transition: width 0.4s ease;
}

.rv-sector-bar.is-bull { background: rgba(248, 113, 113, 0.7); }
.rv-sector-bar.is-bear { background: rgba(52, 211, 153, 0.65); }
.rv-sector-bar.is-neut { background: rgba(148, 163, 184, 0.4); }

.rv-sector-count {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: rgba(148, 163, 184, 0.5);
    min-width: 20px;
    text-align: right;
}

/* Themes list */
.rv-theme-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.rv-theme-row {
    display: grid;
    grid-template-columns: 16px 1fr auto auto;
    align-items: center;
    gap: 6px;
}

.rv-theme-rank {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    color: rgba(200, 169, 107, 0.4);
    text-align: center;
}

.rv-theme-name {
    font-size: 12px;
    color: rgba(226, 232, 240, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rv-theme-bar-wrap {
    width: 40px;
    height: 3px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    overflow: hidden;
}

.rv-theme-bar {
    height: 100%;
    background: rgba(200, 169, 107, 0.5);
    border-radius: 2px;
    transition: width 0.4s ease;
}

.rv-theme-count {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: rgba(148, 163, 184, 0.45);
    min-width: 20px;
    text-align: right;
}

/* Macro excerpts */
.rv-macro-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rv-macro-item {
    font-size: 12px;
    line-height: 1.7;
    color: rgba(203, 213, 225, 0.75);
    border-left: 2px solid rgba(200, 169, 107, 0.25);
    padding-left: 10px;
}

/* ─── Hourly Chart ────────────────────────────────────── */

.review-hourly {
    margin-bottom: 28px;
}

.rv-chart-wrap {
    background: rgba(255, 255, 255, 0.018);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 16px 16px 10px;
    overflow: hidden;
}

.rv-chart-legend {
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
    padding: 0 4px;
}

.rv-chart-legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    color: rgba(148, 163, 184, 0.55);
}

.rv-chart-legend-swatch {
    width: 10px; height: 10px;
    border-radius: 2px;
}

.rv-chart-note {
    font-size: 10px;
    color: rgba(200, 169, 107, 0.4);
    margin-top: 8px;
    padding: 0 4px;
}

/* ─── Bottom 2-col Grid ───────────────────────────────── */

.review-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
}

/* Company radar chips */
.rv-radar-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.rv-radar-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid;
    transition: opacity 0.15s;
}

.rv-radar-chip.is-bull {
    background: rgba(248, 113, 113, 0.08);
    border-color: rgba(248, 113, 113, 0.3);
    color: rgba(248, 113, 113, 0.9);
}
.rv-radar-chip.is-bear {
    background: rgba(52, 211, 153, 0.07);
    border-color: rgba(52, 211, 153, 0.25);
    color: rgba(52, 211, 153, 0.85);
}
.rv-radar-chip.is-neut {
    background: rgba(148, 163, 184, 0.07);
    border-color: rgba(148, 163, 184, 0.2);
    color: rgba(148, 163, 184, 0.75);
}

.rv-radar-arrow {
    font-size: 9px;
    opacity: 0.8;
}

.rv-radar-count {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    opacity: 0.6;
}

/* Signal groups */
.rv-signal-group {
    margin-bottom: 12px;
}

.rv-signal-group-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 0 0 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rv-signal-group-label.is-bull { color: rgba(248, 113, 113, 0.75); }
.rv-signal-group-label.is-bear { color: rgba(52, 211, 153, 0.65); }
.rv-signal-group-label.is-neut { color: rgba(148, 163, 184, 0.55); }

.rv-signal-item {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(203, 213, 225, 0.8);
    padding: 3px 0;
}

/* ─── AI Synthesis ────────────────────────────────────── */

.review-ai {
    background: rgba(200, 169, 107, 0.04);
    border: 1px solid rgba(200, 169, 107, 0.15);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 28px;
}

.rv-ai-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(200, 169, 107, 0.08);
}

.rv-ai-icon {
    font-size: 18px;
    color: rgba(200, 169, 107, 0.7);
    line-height: 1;
}

.rv-ai-title {
    font-family: 'Noto Serif SC', serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(200, 169, 107, 0.9);
    letter-spacing: 0.04em;
}

.rv-ai-sub {
    font-size: 11px;
    color: rgba(148, 163, 184, 0.5);
    margin-left: 2px;
}

.rv-ai-btn {
    margin-left: auto;
    padding: 6px 16px;
    background: rgba(200, 169, 107, 0.1);
    border: 1px solid rgba(200, 169, 107, 0.3);
    border-radius: 20px;
    color: rgba(200, 169, 107, 0.9);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    white-space: nowrap;
}

.rv-ai-btn:hover:not(:disabled) {
    background: rgba(200, 169, 107, 0.18);
    border-color: rgba(200, 169, 107, 0.5);
}

.rv-ai-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.rv-ai-body {
    padding: 20px 24px;
}

.rv-ai-text {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 13px;
    line-height: 1.85;
    color: rgba(226, 232, 240, 0.85);
    white-space: pre-wrap;
    word-break: break-word;
    margin: 0;
}

.rv-ai-generating {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 24px;
}

.rv-ai-cursor {
    display: inline-block;
    width: 2px;
    height: 14px;
    background: rgba(200, 169, 107, 0.7);
    border-radius: 1px;
    animation: rv-blink 0.9s step-end infinite;
}

@keyframes rv-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}

/* ─── Loading / Error States ──────────────────────────── */

.rv-skeleton {
    background: linear-gradient(90deg,
        rgba(255,255,255,0.04) 25%,
        rgba(255,255,255,0.08) 50%,
        rgba(255,255,255,0.04) 75%
    );
    background-size: 200% 100%;
    animation: rv-shimmer 1.6s infinite;
    border-radius: 4px;
}

@keyframes rv-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.rv-skeleton-bar { height: 12px; margin-bottom: 8px; }
.rv-skeleton-bar-lg { height: 36px; margin-bottom: 8px; }

.rv-error-banner {
    background: rgba(248, 113, 113, 0.08);
    border: 1px solid rgba(248, 113, 113, 0.2);
    border-radius: 10px;
    padding: 16px 20px;
    color: rgba(248, 113, 113, 0.85);
    font-size: 13px;
    margin-bottom: 24px;
}

.rv-empty {
    text-align: center;
    padding: 40px 0;
    color: rgba(148, 163, 184, 0.35);
    font-size: 13px;
}

/* ─── Sentiment color utilities ───────────────────────── */
.is-bull { color: rgba(248, 113, 113, 0.95); }
.is-bear { color: rgba(52, 211, 153, 0.9); }
.is-neut { color: rgba(148, 163, 184, 0.7); }
.is-gold { color: rgba(200, 169, 107, 0.9); }

/* ─── Theme toggle (reuse from main) ─────────────────── */
.rv-theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px; height: 28px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: rgba(148, 163, 184, 0.6);
    border-radius: 8px;
    transition: background 0.15s, color 0.15s;
}

.rv-theme-toggle:hover {
    background: rgba(255,255,255,0.06);
    color: rgba(200, 169, 107, 0.9);
}

.rv-lang-switch {
    display: flex;
    gap: 2px;
}

.rv-lang-btn {
    padding: 3px 8px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(148, 163, 184, 0.55);
    cursor: pointer;
    transition: all 0.15s;
}

.rv-lang-btn.is-active {
    background: rgba(200, 169, 107, 0.1);
    border-color: rgba(200, 169, 107, 0.25);
    color: rgba(200, 169, 107, 0.9);
}

/* ─── Responsive ──────────────────────────────────────── */

@media (max-width: 960px) {
    .review-intel-grid {
        grid-template-columns: 1fr 1fr;
    }
    .review-intel-grid > :last-child {
        grid-column: 1 / -1;
    }
    .review-stats-band {
        grid-template-columns: repeat(2, 1fr) 1fr;
    }
    .review-stats-band > .rv-stat-cell--bar {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .review-frame {
        padding: 0 16px 60px;
    }
    .review-intel-grid {
        grid-template-columns: 1fr;
    }
    .review-bottom-grid {
        grid-template-columns: 1fr;
    }
    .review-stats-band {
        grid-template-columns: 1fr 1fr;
    }
    .review-stats-band > .rv-stat-cell--bar {
        grid-column: 1 / -1;
    }
    .review-hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ─── Light theme ─────────────────────────────────────── */
[data-theme="light"] .review-body,
[data-theme="light"].review-body {
    background: #f6f3ee;
    color: rgba(30, 30, 40, 0.9);
}

[data-theme="light"] .review-body::before {
    background-image: radial-gradient(circle, rgba(200, 169, 107, 0.12) 1px, transparent 1px);
}

/* Glows: much subtler on light */
[data-theme="light"] .review-glow-tl {
    background: radial-gradient(circle, rgba(200, 169, 107, 0.09) 0%, transparent 70%);
}
[data-theme="light"] .review-glow-br {
    background: radial-gradient(circle, rgba(96, 165, 250, 0.07) 0%, transparent 70%);
}

/* Header */
[data-theme="light"] .review-header {
    border-bottom-color: rgba(200, 169, 107, 0.2);
}
[data-theme="light"] .review-brand-name { color: rgba(160, 124, 60, 0.9); }
[data-theme="light"] .review-nav-link { color: rgba(60, 60, 80, 0.65); }
[data-theme="light"] .review-nav-link:hover,
[data-theme="light"] .review-nav-link.is-active { color: rgba(160, 124, 60, 0.95); }

/* Hero */
[data-theme="light"] .review-title { color: rgba(20, 20, 30, 0.92); }
[data-theme="light"] .review-title-sub { color: rgba(80, 80, 100, 0.65); }

/* Date navigator */
[data-theme="light"] .review-date-nav {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(200, 169, 107, 0.2);
}
[data-theme="light"] .rv-date-display { color: rgba(30, 30, 40, 0.85); }

/* Stats band */
[data-theme="light"] .review-stats-band {
    background: rgba(200, 169, 107, 0.12);
    border-color: rgba(200, 169, 107, 0.15);
}
[data-theme="light"] .rv-stat-cell { background: rgba(252, 250, 245, 0.98); }
[data-theme="light"] .rv-stat-num { color: rgba(20, 20, 30, 0.9); }
[data-theme="light"] .rv-stat-label { color: rgba(80, 80, 100, 0.6); }
[data-theme="light"] .rv-sent-legend-item { color: rgba(80, 80, 100, 0.65); }

/* Cards */
[data-theme="light"] .rv-card {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(0, 0, 0, 0.07);
}
[data-theme="light"] .rv-card::before { background: none; }
[data-theme="light"] .rv-section-title { color: rgba(160, 124, 60, 0.9); }
[data-theme="light"] .rv-section-rule {
    background: linear-gradient(90deg, rgba(160, 124, 60, 0.25), transparent);
}

/* Sector list */
[data-theme="light"] .rv-sector-name { color: rgba(30, 30, 40, 0.85); }
[data-theme="light"] .rv-sector-count { color: rgba(80, 80, 100, 0.55); }
[data-theme="light"] .rv-sector-bar-wrap { background: rgba(0, 0, 0, 0.06); }

/* Theme list */
[data-theme="light"] .rv-theme-name { color: rgba(30, 30, 40, 0.82); }
[data-theme="light"] .rv-theme-count { color: rgba(80, 80, 100, 0.5); }
[data-theme="light"] .rv-theme-rank { color: rgba(160, 124, 60, 0.5); }
[data-theme="light"] .rv-theme-bar-wrap { background: rgba(0, 0, 0, 0.06); }
[data-theme="light"] .rv-theme-bar { background: rgba(160, 124, 60, 0.45); }

/* Macro */
[data-theme="light"] .rv-macro-item {
    color: rgba(50, 50, 70, 0.72);
    border-left-color: rgba(160, 124, 60, 0.35);
}

/* Hourly chart */
[data-theme="light"] .rv-chart-wrap {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.07);
}
[data-theme="light"] .rv-chart-legend-item { color: rgba(80, 80, 100, 0.65); }
[data-theme="light"] .rv-chart-note { color: rgba(160, 124, 60, 0.55); }

/* Radar chips — colors already set via is-bull/bear/neut, OK in light */

/* Signal groups */
[data-theme="light"] .rv-signal-item { color: rgba(40, 40, 60, 0.78); }

/* AI zone */
[data-theme="light"] .review-ai {
    background: rgba(200, 169, 107, 0.05);
    border-color: rgba(200, 169, 107, 0.2);
}
[data-theme="light"] .rv-ai-header {
    border-bottom-color: rgba(200, 169, 107, 0.12);
}
[data-theme="light"] .rv-ai-sub { color: rgba(80, 80, 100, 0.6); }
[data-theme="light"] .rv-ai-text { color: rgba(30, 30, 40, 0.85); }
[data-theme="light"] .rv-ai-body { background: rgba(255, 255, 255, 0.6); }

/* Empty / loading */
[data-theme="light"] .rv-empty { color: rgba(80, 80, 100, 0.45); }
[data-theme="light"] .rv-skeleton {
    background: linear-gradient(90deg,
        rgba(0,0,0,0.05) 25%,
        rgba(0,0,0,0.09) 50%,
        rgba(0,0,0,0.05) 75%
    );
    background-size: 200% 100%;
}

/* Lang/theme controls */
[data-theme="light"] .rv-lang-btn { color: rgba(80, 80, 100, 0.6); }
[data-theme="light"] .rv-lang-btn.is-active {
    background: rgba(160, 124, 60, 0.1);
    border-color: rgba(160, 124, 60, 0.3);
    color: rgba(160, 124, 60, 0.9);
}
[data-theme="light"] .rv-theme-toggle { color: rgba(80, 80, 100, 0.6); }
[data-theme="light"] .rv-theme-toggle:hover { color: rgba(160, 124, 60, 0.9); }
