/* =============================================================================
   Radar — front público (comunidad). Móvil primero, sin Bootstrap.
   Marca por variables: --rp-primary / --rp-accent (vienen de Configuración).
   Prefijo .rp-*
   ============================================================================= */
:root {
    --rp-primary: #2a78d6;
    --rp-accent: #f59e0b;
    --rp-ink: #1f2937;
    --rp-muted: #6b7280;
    --rp-line: #e5e7eb;
    --rp-bg: #f5f7fb;
    --rp-card: #ffffff;
    --rp-ok: #16a34a;
    --rp-warn: #f59e0b;
    --rp-danger: #dc2626;
    --rp-radius: 14px;
    --rp-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 8px 24px -12px rgba(16, 24, 40, .18);
    --rp-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body.rp-body { margin: 0; font-family: var(--rp-font); font-size: 16px; line-height: 1.5; color: var(--rp-ink); background: var(--rp-bg); }
body.rp-logged { padding-bottom: 64px; }
a { color: var(--rp-primary); text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: 1.6rem; }
h2 { font-size: 1.15rem; }
p { margin: 0 0 .75em; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

.rp-container { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 16px; }
.rp-main { padding: 18px 0 40px; min-height: 60vh; }
.rp-muted { color: var(--rp-muted); }
.rp-tiny { font-size: .8rem; color: var(--rp-muted); }
.rp-mt { margin-top: 12px; }
.rp-mb { margin-bottom: 12px; }
.rp-center { text-align: center; }
.rp-ok { color: var(--rp-ok); font-weight: 600; }
.rp-link { font-weight: 600; }
.rp-h2 { margin-top: 20px; }

/* --- Header --- */
.rp-header { position: sticky; top: 0; z-index: 30; background: var(--rp-card); border-bottom: 1px solid var(--rp-line); }
.rp-header-inner { display: flex; align-items: center; gap: 14px; height: 58px; }
.rp-logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.1rem; color: var(--rp-ink); }
.rp-logo img { height: 30px; width: auto; }
.rp-logo i { color: var(--rp-primary); font-size: 1.3rem; }
.rp-nav { display: none; gap: 18px; margin-left: 12px; }
.rp-nav a { color: var(--rp-ink); font-weight: 600; font-size: .95rem; }
.rp-pill { display: inline-block; padding: 1px 8px; border-radius: 999px; background: color-mix(in srgb, var(--rp-accent) 18%, #fff); color: #92400e; font-size: .8rem; }
.rp-header-right { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.rp-lang { font-size: .8rem; font-weight: 700; color: var(--rp-muted); padding: 6px 8px; border: 1px solid var(--rp-line); border-radius: 8px; }
.rp-bell { position: relative; color: var(--rp-ink); font-size: 1.15rem; padding: 6px; }
.rp-bell-count { position: absolute; top: 0; right: -2px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; background: var(--rp-danger); color: #fff; font-size: .65rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.rp-avatar { width: 34px; height: 34px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; background: var(--rp-primary); color: #fff; font-weight: 700; }
.rp-avatar img { width: 100%; height: 100%; object-fit: cover; }

/* --- Botones --- */
.rp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border-radius: 10px; border: 1px solid transparent; font: inherit; font-weight: 600; cursor: pointer; transition: transform .08s ease, box-shadow .15s ease, background .15s ease; text-align: center; }
.rp-btn:active { transform: translateY(1px); }
.rp-btn:disabled { opacity: .5; cursor: not-allowed; }
.rp-btn-primary { background: var(--rp-primary); color: #fff; box-shadow: 0 6px 16px -8px var(--rp-primary); }
.rp-btn-primary:hover { filter: brightness(1.05); }
.rp-btn-success { background: var(--rp-ok); color: #fff; }
.rp-btn-ghost { background: var(--rp-card); color: var(--rp-ink); border-color: var(--rp-line); }
.rp-btn-ghost:hover { border-color: #cbd5e1; }
.rp-btn-sm { padding: 7px 12px; font-size: .85rem; border-radius: 8px; }
.rp-btn-lg { padding: 14px 20px; font-size: 1.05rem; border-radius: 12px; }
.rp-btn-block { width: 100%; }
.rp-btn-oauth { width: 100%; background: #fff; color: var(--rp-ink); border-color: var(--rp-line); margin-bottom: 8px; }
.rp-btn-facebook { background: #1877f2; color: #fff; border-color: #1877f2; }
.rp-btn.is-loading { opacity: .7; }
.rp-link-btn { background: none; border: 0; color: var(--rp-primary); font: inherit; font-weight: 600; cursor: pointer; padding: 0; }

/* --- Avisos --- */
.rp-alert { padding: 12px 14px; border-radius: 10px; margin-bottom: 14px; font-size: .95rem; border: 1px solid transparent; }
.rp-alert-success { background: #ecfdf5; border-color: #a7f3d0; color: #065f46; }
.rp-alert-info { background: #eff6ff; border-color: #bfdbfe; color: #1e3a8a; }
.rp-alert-warning { background: #fffbeb; border-color: #fde68a; color: #92400e; }
.rp-alert-danger { background: #fef2f2; border-color: #fecaca; color: #991b1b; }
.rp-alert[data-flash] { cursor: pointer; }

/* --- Cajas / listas --- */
.rp-box { background: var(--rp-card); border: 1px solid var(--rp-line); border-radius: var(--rp-radius); padding: 18px; box-shadow: var(--rp-shadow); }
.rp-box + .rp-box { margin-top: 14px; }
.rp-box-soft { box-shadow: none; background: #fafafa; }
.rp-box-warn { border-color: #fde68a; background: #fffbeb; margin-bottom: 14px; }
.rp-empty { text-align: center; padding: 40px 16px; color: var(--rp-muted); }
.rp-empty i { font-size: 2.2rem; opacity: .5; margin-bottom: 10px; display: block; }
.rp-empty .rp-btn { margin-top: 10px; }
.rp-page-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.rp-page-head h1 { margin: 0; }
.rp-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.rp-chip { padding: 6px 12px; border-radius: 999px; border: 1px solid var(--rp-line); background: var(--rp-card); color: var(--rp-ink); font-size: .85rem; font-weight: 600; }
.rp-chip.is-active { background: var(--rp-primary); border-color: var(--rp-primary); color: #fff; }
.rp-list { display: flex; flex-direction: column; gap: 10px; }
.rp-list-item { display: flex; align-items: center; gap: 12px; background: var(--rp-card); border: 1px solid var(--rp-line); border-radius: 12px; padding: 12px; color: var(--rp-ink); }
.rp-list-item.is-unread { border-color: var(--rp-primary); }
.rp-list-icon { width: 40px; height: 40px; border-radius: 50%; background: #eff6ff; color: var(--rp-primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rp-list-body { flex: 1 1 auto; min-width: 0; }
.rp-list-title { font-weight: 600; }
.rp-list-meta { font-size: .8rem; color: var(--rp-muted); }
.rp-list-reason { font-size: .8rem; color: var(--rp-danger); }
.rp-list-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; flex-shrink: 0; }
.rp-badge { display: inline-block; padding: 3px 9px; border-radius: 999px; font-size: .72rem; font-weight: 700; color: #fff; background: var(--rp-badge, #94a3b8); white-space: nowrap; }
.rp-tag { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; background: #f1f5f9; color: #334155; font-size: .8rem; font-weight: 600; }
.rp-tag[style*="--rp-tag"] { background: color-mix(in srgb, var(--rp-tag) 12%, #fff); color: var(--rp-tag); }
.rp-tag-points { background: color-mix(in srgb, var(--rp-accent) 18%, #fff); color: #92400e; }
.rp-points { color: #b45309; font-weight: 700; font-variant-numeric: tabular-nums; }
.rp-progress { height: 6px; border-radius: 999px; background: #eef2f7; overflow: hidden; margin-top: 10px; }
.rp-progress > div { height: 100%; background: var(--rp-primary); border-radius: 999px; }
.rdr-thumb { border-radius: 6px; object-fit: cover; vertical-align: middle; }
.rdr-thumb-placeholder { display: inline-flex; align-items: center; justify-content: center; background: #eef2f7; color: #64748b; font-weight: 700; }

/* --- Hero --- */
.rp-hero { display: grid; gap: 18px; padding: 8px 0 12px; }
.rp-hero h1 { font-size: 1.9rem; letter-spacing: -.01em; }
.rp-hero p { font-size: 1.05rem; color: var(--rp-muted); }
.rp-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.rp-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.rp-hero-stats div { background: var(--rp-card); border: 1px solid var(--rp-line); border-radius: 12px; padding: 12px; text-align: center; }
.rp-hero-stats strong { display: block; font-size: 1.4rem; font-variant-numeric: tabular-nums; color: var(--rp-primary); }
.rp-hero-stats span { font-size: .75rem; color: var(--rp-muted); }
.rp-section { margin-top: 28px; }
.rp-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.rp-section-head h2 { margin: 0; }
.rp-how h2 { text-align: center; }
.rp-steps { display: grid; gap: 12px; }
.rp-step { position: relative; background: var(--rp-card); border: 1px solid var(--rp-line); border-radius: 12px; padding: 18px 16px 14px; }
.rp-step-n { position: absolute; top: -10px; left: 14px; width: 24px; height: 24px; border-radius: 50%; background: var(--rp-accent); color: #fff; font-weight: 800; font-size: .8rem; display: flex; align-items: center; justify-content: center; }
.rp-step > i { font-size: 1.4rem; color: var(--rp-primary); margin-bottom: 8px; display: block; }
.rp-step h3 { font-size: 1rem; }
.rp-step p { font-size: .9rem; color: var(--rp-muted); margin: 0; }
.rp-note { margin-top: 16px; text-align: center; color: var(--rp-muted); font-size: .9rem; }

/* --- Tarjetas de campaña --- */
.rp-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.rp-card { display: flex; flex-direction: column; background: var(--rp-card); border: 1px solid var(--rp-line); border-radius: var(--rp-radius); overflow: hidden; color: var(--rp-ink); box-shadow: var(--rp-shadow); transition: transform .12s ease; }
.rp-card:hover { transform: translateY(-2px); }
.rp-card.is-featured { border-color: color-mix(in srgb, var(--rp-accent) 60%, #fff); }
.rp-card-media { position: relative; height: 140px; background: linear-gradient(135deg, color-mix(in srgb, var(--rp-primary) 18%, #fff), #eef2f7) center/cover no-repeat; display: flex; align-items: center; justify-content: center; color: var(--rp-primary); font-size: 2.4rem; }
.rp-card-net { position: absolute; left: 10px; bottom: 10px; width: 30px; height: 30px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: .9rem; }
.rp-card-featured { position: absolute; top: 10px; right: 10px; padding: 3px 9px; border-radius: 999px; background: var(--rp-accent); color: #fff; font-size: .7rem; font-weight: 700; }
.rp-card-body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 6px; }
.rp-card-company { display: flex; align-items: center; gap: 6px; font-size: .78rem; color: var(--rp-muted); }
.rp-card-title { font-size: 1rem; margin: 0; }
.rp-card-meta { display: flex; justify-content: space-between; align-items: center; font-size: .85rem; color: var(--rp-muted); }
.rp-card-quota { font-size: .75rem; color: var(--rp-muted); }
.rp-card-mine { margin-top: 4px; }

/* --- Ficha de campaña --- */
.rp-back { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; margin-bottom: 10px; color: var(--rp-muted); }
.rp-campaign-grid { display: grid; gap: 16px; }
.rp-campaign-media { height: 200px; border-radius: var(--rp-radius); background: linear-gradient(135deg, color-mix(in srgb, var(--rp-primary) 18%, #fff), #eef2f7) center/cover no-repeat; display: flex; align-items: center; justify-content: center; font-size: 3rem; color: var(--rp-primary); margin-bottom: 12px; }
.rp-campaign-company { display: flex; align-items: center; gap: 8px; color: var(--rp-muted); font-size: .9rem; margin-bottom: 4px; }
.rp-campaign-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0 12px; }
.rp-campaign-desc { font-size: 1rem; }
.rp-todo { padding-left: 22px; margin: 0 0 12px; }
.rp-todo li { margin-bottom: 6px; }
.rp-todo-sm { font-size: .9rem; }
.rp-instructions { background: #f8fafc; border-left: 3px solid var(--rp-primary); padding: 10px 12px; border-radius: 8px; font-size: .95rem; }
.rp-instructions p { margin: 4px 0 0; }
.rp-box-points { font-size: 2rem; font-weight: 800; color: #b45309; margin-bottom: 8px; font-variant-numeric: tabular-nums; }
.rp-box-points small { font-size: .9rem; font-weight: 600; }
.rp-form-inline { margin: 0; }
.rp-check { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; margin: 10px 0 12px; }
.rp-check input { margin-top: 3px; }

/* --- Participación --- */
.rp-part-head { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; flex-wrap: wrap; }
.rp-stepper { list-style: none; display: flex; padding: 0; margin: 14px 0; gap: 6px; }
.rp-stepper li { flex: 1; display: flex; align-items: center; gap: 8px; font-size: .78rem; color: var(--rp-muted); padding: 8px; border-radius: 10px; background: var(--rp-card); border: 1px solid var(--rp-line); }
.rp-stepper li span { width: 24px; height: 24px; border-radius: 50%; background: #e5e7eb; color: #6b7280; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
.rp-stepper li.is-done span { background: var(--rp-ok); color: #fff; }
.rp-stepper li.is-current { border-color: var(--rp-primary); color: var(--rp-ink); font-weight: 600; }
.rp-stepper li.is-current span { background: var(--rp-primary); color: #fff; }
.rp-step-box h2 { font-size: 1.2rem; }
.rp-req { background: #fffbeb; border-radius: 8px; padding: 8px 10px; font-size: .9rem; }
.rp-checklist { list-style: none; padding: 0; margin: 0 0 12px; font-size: .9rem; }
.rp-checklist li { display: flex; gap: 8px; margin-bottom: 4px; }
.rp-checklist i { color: var(--rp-ok); margin-top: 3px; }
.rp-dropzone { display: block; position: relative; border: 2px dashed #cbd5e1; border-radius: 12px; padding: 26px 14px; text-align: center; cursor: pointer; background: #fafafa; transition: border-color .15s ease; }
.rp-dropzone.is-drag, .rp-dropzone:hover { border-color: var(--rp-primary); }
.rp-dropzone.has-file { padding: 10px; }
.rp-dropzone input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.rp-dropzone-idle { color: var(--rp-muted); font-weight: 600; }
.rp-dropzone-idle i { display: block; font-size: 1.6rem; margin-bottom: 6px; }
.rp-dropzone-preview { max-height: 320px; border-radius: 8px; }
.rp-dropzone-sm { padding: 16px; }
.rp-step-final { text-align: center; }
.rp-final-icon { font-size: 3rem; color: var(--rp-primary); margin-bottom: 10px; }
.rp-evidence-thumbs { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 10px; }
.rp-evidence-thumbs img { height: 120px; border-radius: 8px; border: 1px solid var(--rp-line); }
a[data-open-post].is-opened { background: var(--rp-ok); }

/* --- Auth / formularios --- */
.rp-auth { display: flex; justify-content: center; }
.rp-auth-box { width: 100%; max-width: 440px; }
.rp-form { display: flex; flex-direction: column; gap: 12px; }
.rp-field { display: flex; flex-direction: column; gap: 4px; font-size: .85rem; font-weight: 600; color: #374151; }
.rp-field input, .rp-field select, .rp-field textarea { font: inherit; font-weight: 400; padding: 11px 12px; border: 1px solid #d1d5db; border-radius: 10px; background: #fff; color: var(--rp-ink); }
.rp-field input:focus, .rp-field select:focus { outline: 2px solid color-mix(in srgb, var(--rp-primary) 35%, #fff); border-color: var(--rp-primary); }
.rp-field input:disabled { background: #f3f4f6; color: var(--rp-muted); }
.rp-field small { font-weight: 400; color: var(--rp-muted); }
.rp-auth-switch { text-align: center; font-size: .9rem; margin-top: 12px; color: var(--rp-muted); }
.rp-oauth { margin-bottom: 8px; }
.rp-or { display: flex; align-items: center; gap: 10px; color: var(--rp-muted); font-size: .8rem; margin: 8px 0; }
.rp-or::before, .rp-or::after { content: ""; flex: 1; height: 1px; background: var(--rp-line); }
.rp-inline { display: inline; }

/* --- Perfil --- */
.rp-profile-grid { display: grid; gap: 14px; }
.rp-status-list { list-style: none; padding: 0; margin: 0 0 12px; }
.rp-status-list li { display: flex; align-items: center; gap: 8px; padding: 6px 0; border-bottom: 1px solid #f1f5f9; font-size: .95rem; }
.rp-status-list .is-ok { color: var(--rp-ok); }
.rp-status-list .is-warn { color: var(--rp-warn); }
.rp-status-list .is-off { color: #d1d5db; }
.rp-verify { margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--rp-line); }
.rp-verify-status { font-size: .9rem; margin-bottom: 8px; }
.rp-code { display: inline-block; padding: 2px 8px; border-radius: 6px; background: #fef3c7; color: #92400e; font-weight: 700; cursor: pointer; }
.rp-copy { display: flex; align-items: center; gap: 8px; background: #f8fafc; border: 1px solid var(--rp-line); border-radius: 10px; padding: 8px 10px; }
.rp-copy code { flex: 1; font-size: .8rem; word-break: break-all; }
.rp-copy.is-copied, .rp-code.is-copied { outline: 2px solid var(--rp-ok); }

/* --- Puntos --- */
.rp-balance { background: linear-gradient(135deg, var(--rp-primary), color-mix(in srgb, var(--rp-primary) 70%, #000)); color: #fff; border-radius: var(--rp-radius); padding: 20px; margin-bottom: 16px; }
.rp-balance-main strong { display: block; font-size: 2.4rem; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1; }
.rp-balance-main span { opacity: .9; }
.rp-balance-sub { margin-top: 8px; font-size: .85rem; opacity: .9; }
.rp-balance-actions { margin-top: 12px; }
.rp-balance .rp-tag { background: rgba(255,255,255,.18); color: #fff; }
.rp-ledger { display: flex; flex-direction: column; }
.rp-ledger-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--rp-line); }
.rp-ledger-type { font-weight: 600; }
.rp-ledger-points { font-weight: 800; font-variant-numeric: tabular-nums; }
.rp-ledger-points.is-plus { color: var(--rp-ok); }
.rp-ledger-points.is-minus { color: var(--rp-danger); }

/* --- Legales / offline --- */
.rp-prose { line-height: 1.7; }
.rp-offline h1 { color: var(--rp-ink); }

/* --- Footer / bottom nav --- */
.rp-footer { border-top: 1px solid var(--rp-line); background: var(--rp-card); padding: 18px 0; font-size: .85rem; color: var(--rp-muted); }
.rp-footer-inner { display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: space-between; }
.rp-footer nav { display: flex; gap: 14px; flex-wrap: wrap; }
.rp-footer a { color: var(--rp-muted); }
.rp-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--rp-card); border-top: 1px solid var(--rp-line); padding: 6px 0 calc(6px + env(safe-area-inset-bottom)); }
.rp-bottom-nav a { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: .68rem; color: var(--rp-muted); font-weight: 600; }
.rp-bottom-nav a i { font-size: 1.15rem; }

/* --- Escritorio --- */
@media (min-width: 640px) {
    .rp-grid { grid-template-columns: repeat(2, 1fr); }
    .rp-steps { grid-template-columns: repeat(2, 1fr); }
    .rp-profile-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
    body.rp-logged { padding-bottom: 0; }
    .rp-bottom-nav { display: none; }
    .rp-nav { display: flex; }
    .rp-grid { grid-template-columns: repeat(3, 1fr); }
    .rp-steps { grid-template-columns: repeat(4, 1fr); }
    .rp-hero { grid-template-columns: 1.4fr 1fr; align-items: center; padding: 24px 0; }
    .rp-hero h1 { font-size: 2.4rem; }
    .rp-campaign-grid { grid-template-columns: 1.6fr 1fr; align-items: start; }
    .rp-campaign-side { position: sticky; top: 74px; }
    .rp-main { padding-top: 26px; }
}

/* --- F5: recompensas, sorteos, ranking --- */
.rp-redeem-form { border-top: 1px dashed var(--rp-line); padding-top: 10px; }
.rp-buy { display: flex; gap: 8px; align-items: center; }
.rp-buy input { width: 70px; padding: 8px; border: 1px solid #d1d5db; border-radius: 8px; font: inherit; }
.rp-balance-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.rp-balance .rp-btn-ghost { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.3); }
.rp-rank-pos { width: 34px; text-align: center; font-weight: 800; color: var(--rp-muted); font-variant-numeric: tabular-nums; flex-shrink: 0; }
.rp-rank-pos.is-top { color: #b45309; }
.rp-rank-pos i { display: block; font-size: .8rem; }
.rp-alert-success { background: #ecfdf5; border-color: #a7f3d0; color: #065f46; }
/* [hidden] debe ganar a cualquier display propio (labels flex, formularios) */
[hidden] { display: none !important; }

/* --- F6.3: crédito provisional --- */
.rp-tag-provisional { --rp-tag: #b45309; }
.rp-provisional { color: #b45309; }
.rp-provisional-note { color: #b45309; margin-top: .5rem; }

/* --- F6.4: strikes y apelaciones --- */
.rp-strikes { border: 1px solid #e5e7eb; border-radius: 12px; padding: .75rem 1rem; margin: 1rem 0; background: #f8fafc; }
.rp-strikes-1 { border-color: #f59e0b; } .rp-strikes-2 { border-color: #ea580c; } .rp-strikes-3, .rp-strikes-4 { border-color: #dc2626; }
.rp-strikes-head { display: flex; gap: .5rem; align-items: center; }
.rp-appeal-status { margin-top: .75rem; padding: .5rem .75rem; border-radius: 8px; background: #fef3c7; font-size: .9rem; }
.rp-appeal-approved { background: #dcfce7; } .rp-appeal-rejected { background: #fee2e2; }
.rp-appeal-page textarea { width: 100%; }

/* --- F6.7: verificación sin captura --- */
.rp-source-verify { border: 1px solid #bfdbfe; background: #eff6ff; border-radius: 12px; padding: 1rem; margin: .75rem 0; }
.rp-source-verify h3 { margin: 0 0 .35rem; font-size: 1.05rem; }
.rp-or { display: flex; align-items: center; gap: .75rem; color: #64748b; font-size: .85rem; margin: .75rem 0; }
.rp-or::before, .rp-or::after { content: ""; flex: 1; border-top: 1px solid #e5e7eb; }
.rp-alert-warning { background: #fef3c7; color: #92400e; }
