/* RV_NEWS_DISCOVERY_SEARCH_V14_20260617 */
:root{
  --rv-news-red:#d71920;
  --rv-news-ink:#111827;
  --rv-news-muted:#667085;
  --rv-news-border:rgba(17,24,39,.12);
  --rv-news-panel:#ffffff;
  --rv-news-soft:#f8fafc;
  --rv-news-shadow:0 24px 80px rgba(15,23,42,.24);
}
.rv-news-discovery-launch{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:2147482500;
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(215,25,32,.22);
  background:linear-gradient(135deg,#18181b,#3f0d12 58%,#d71920);
  color:#fff;
  border-radius:999px;
  padding:12px 15px;
  font:700 13px/1 Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  box-shadow:0 18px 42px rgba(127,29,29,.25);
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.rv-news-discovery-launch svg{width:17px;height:17px;display:block}.rv-news-discovery-launch kbd{font:700 11px/1 Inter,system-ui;color:#fff;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);border-radius:7px;padding:4px 6px}.rv-news-discovery-launch:hover{transform:translateY(-1px);box-shadow:0 22px 54px rgba(127,29,29,.32)}
.rv-news-discovery-shell{position:fixed;inset:0;z-index:2147482600;display:none;align-items:flex-start;justify-content:center;padding:7vh 16px;background:rgba(2,6,23,.58);backdrop-filter:blur(12px)}.rv-news-discovery-shell.is-open{display:flex}.rv-news-discovery-modal{width:min(920px,100%);max-height:86vh;overflow:hidden;border-radius:28px;background:var(--rv-news-panel);box-shadow:var(--rv-news-shadow);border:1px solid rgba(255,255,255,.5)}.rv-news-discovery-top{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 12px;border-bottom:1px solid var(--rv-news-border)}.rv-news-discovery-brand{display:flex;align-items:center;gap:12px}.rv-news-discovery-mark{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#d71920,#7f1d1d);display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 14px 32px rgba(215,25,32,.25)}.rv-news-discovery-brand strong{display:block;color:var(--rv-news-ink);font:800 16px/1.1 Inter,system-ui}.rv-news-discovery-brand span{display:block;color:var(--rv-news-muted);font:500 12px/1.4 Inter,system-ui;margin-top:2px}.rv-news-discovery-close{border:1px solid var(--rv-news-border);background:#fff;color:#111827;border-radius:999px;width:36px;height:36px;display:grid;place-items:center;cursor:pointer;font-size:18px}.rv-news-discovery-search{display:flex;gap:10px;padding:16px 20px;background:linear-gradient(180deg,#fff,#fbfdff)}.rv-news-discovery-search input{flex:1;border:1px solid rgba(17,24,39,.16);border-radius:18px;padding:15px 16px;font:650 16px/1.2 Inter,system-ui;color:#111827;outline:none;background:#fff}.rv-news-discovery-search input:focus{border-color:rgba(215,25,32,.55);box-shadow:0 0 0 4px rgba(215,25,32,.1)}.rv-news-discovery-search button{border:0;border-radius:18px;background:#d71920;color:#fff;padding:0 18px;font:800 13px/1 Inter,system-ui;cursor:pointer}.rv-news-discovery-body{display:grid;grid-template-columns:260px 1fr;min-height:420px;max-height:calc(86vh - 134px)}.rv-news-discovery-side{border-right:1px solid var(--rv-news-border);background:#f8fafc;padding:18px;overflow:auto}.rv-news-discovery-side h3,.rv-news-discovery-results h3{margin:0 0 12px;color:#111827;font:800 13px/1 Inter,system-ui;text-transform:uppercase;letter-spacing:.08em}.rv-news-discovery-chip{display:inline-flex;align-items:center;gap:7px;margin:0 7px 8px 0;padding:9px 11px;border-radius:999px;border:1px solid rgba(17,24,39,.1);background:#fff;color:#1f2937;text-decoration:none;font:750 12px/1 Inter,system-ui;cursor:pointer}.rv-news-discovery-chip:hover{border-color:rgba(215,25,32,.4);color:#d71920}.rv-news-discovery-note{margin:12px 0 0;color:#667085;font:500 12px/1.55 Inter,system-ui}.rv-news-discovery-results{padding:18px 20px;overflow:auto;background:#fff}.rv-news-discovery-state{padding:38px 18px;text-align:center;color:#667085;font:600 14px/1.55 Inter,system-ui;border:1px dashed rgba(17,24,39,.15);border-radius:22px;background:#fbfdff}.rv-news-discovery-list{display:grid;gap:12px}.rv-news-discovery-card{display:grid;grid-template-columns:112px 1fr;gap:14px;padding:12px;border:1px solid rgba(17,24,39,.1);border-radius:20px;text-decoration:none;color:inherit;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.05)}.rv-news-discovery-card:hover{border-color:rgba(215,25,32,.35);transform:translateY(-1px)}.rv-news-discovery-card img{width:112px;height:82px;object-fit:cover;border-radius:14px;background:#eef2f7}.rv-news-discovery-card strong{display:block;color:#111827;font:850 15px/1.25 Inter,system-ui}.rv-news-discovery-card p{margin:7px 0 0;color:#667085;font:500 13px/1.45 Inter,system-ui}.rv-news-discovery-card small{display:block;margin-top:8px;color:#9ca3af;font:750 11px/1 Inter,system-ui;text-transform:uppercase;letter-spacing:.07em}.rv-news-discovery-toast{position:fixed;left:50%;bottom:88px;transform:translateX(-50%);z-index:2147482700;background:#111827;color:#fff;border-radius:999px;padding:10px 14px;font:750 12px/1 Inter,system-ui;box-shadow:0 16px 40px rgba(0,0,0,.25);display:none}.rv-news-discovery-toast.is-visible{display:block}
@media(max-width:760px){.rv-news-discovery-launch{right:12px;bottom:12px;padding:11px 13px}.rv-news-discovery-launch kbd{display:none}.rv-news-discovery-shell{padding:10px}.rv-news-discovery-modal{border-radius:22px;max-height:94vh}.rv-news-discovery-body{display:block;max-height:calc(94vh - 142px);overflow:auto}.rv-news-discovery-side{border-right:0;border-bottom:1px solid var(--rv-news-border)}.rv-news-discovery-results{overflow:visible}.rv-news-discovery-search{padding:14px;display:block}.rv-news-discovery-search input{width:100%;box-sizing:border-box}.rv-news-discovery-search button{width:100%;height:46px;margin-top:10px}.rv-news-discovery-card{grid-template-columns:86px 1fr}.rv-news-discovery-card img{width:86px;height:72px}.rv-news-discovery-card strong{font-size:14px}.rv-news-discovery-card p{display:none}}
@media(prefers-reduced-motion:no-preference){.rv-news-discovery-launch,.rv-news-discovery-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.rv-news-discovery-modal{animation:rvNewsDiscoveryIn .18s ease-out}@keyframes rvNewsDiscoveryIn{from{opacity:.75;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}}
