.rlhf-explorer{--rlhf-accent:var(--global-theme-color,#b509ac);--rlhf-bg:var(--global-card-bg-color,#fff);--rlhf-page-bg:var(--global-bg-color,#fff);--rlhf-text:var(--global-text-color,#222);--rlhf-muted:var(--global-text-color-light,#666);--rlhf-border:rgba(120,120,120,0.24);--rlhf-soft:rgba(127,127,127,0.08);color:var(--rlhf-text);margin:1.5rem 0 2rem}.rlhf-explorer *{box-sizing:border-box}.rlhf-explorer-hero,.rlhf-explorer-controls,.rlhf-explorer-review,.rlhf-explorer-prompt,.rlhf-explorer-response{background:var(--rlhf-bg);border:1px solid var(--rlhf-border);border-radius:20px}.rlhf-explorer-hero{background:radial-gradient(circle at 85% 0%,color-mix(in srgb,var(--rlhf-accent),transparent 82%),transparent 38%),var(--rlhf-bg);margin-bottom:1rem;overflow:hidden;padding:1.4rem}.rlhf-explorer-hero h2{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.08;margin:0;max-width:760px}.rlhf-explorer-hero>p:last-child{color:var(--rlhf-muted);line-height:1.7;margin:.85rem 0 0;max-width:780px}.rlhf-explorer-kicker{color:var(--rlhf-accent);font-size:.74rem;font-weight:800;letter-spacing:.12em;margin:0 0 .35rem;text-transform:uppercase}.rlhf-explorer-controls{margin-bottom:1rem;padding:1rem}.rlhf-explorer-controls>label{display:block;font-size:.82rem;font-weight:800;margin-bottom:.45rem}.rlhf-explorer-control-row{display:grid;gap:.65rem;grid-template-columns:minmax(0,1fr) auto auto}.rlhf-explorer select,.rlhf-explorer button{border:1px solid var(--rlhf-border);border-radius:12px;color:var(--rlhf-text);font:inherit;min-height:44px}.rlhf-explorer select{background:var(--rlhf-page-bg);min-width:0;padding:.55rem .75rem;width:100%}.rlhf-explorer button{background:var(--rlhf-accent);color:#fff;cursor:pointer;font-weight:750;padding:.55rem .9rem;transition:opacity 150ms ease,transform 150ms ease}.rlhf-explorer button:hover:not(:disabled){transform:translateY(-1px)}.rlhf-explorer button:disabled,.rlhf-explorer select:disabled{cursor:not-allowed;opacity:.55}.rlhf-explorer select:focus,.rlhf-explorer button:focus{border-color:var(--rlhf-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--rlhf-accent),transparent 82%);outline:0}.rlhf-explorer-status{color:var(--rlhf-muted);font-size:.84rem;margin:.6rem 0 0}.rlhf-explorer-status.is-error{color:#c53030}.rlhf-explorer-review{align-items:start;border-left:5px solid var(--rlhf-accent);display:grid;gap:1rem;grid-template-columns:minmax(180px,0.55fr) minmax(0,1.45fr);margin-bottom:1rem;padding:1rem}.rlhf-explorer-review h3{font-size:1.15rem;margin:0;text-transform:capitalize}.rlhf-explorer-review>p{color:var(--rlhf-muted);line-height:1.55;margin:0}.rlhf-explorer-meta,.rlhf-explorer-response-stats{display:flex;flex-wrap:wrap;gap:.45rem}.rlhf-explorer-meta{margin:0 0 1rem}.rlhf-explorer-chip{background:var(--rlhf-soft);border:1px solid var(--rlhf-border);border-radius:999px;display:inline-flex;font-size:.76rem;gap:.3rem;line-height:1.2;padding:.42rem .62rem}.rlhf-explorer-chip strong{font-weight:800}.rlhf-explorer-chip-accent{border-color:color-mix(in srgb,var(--rlhf-accent),transparent 55%);color:var(--rlhf-accent)}.rlhf-explorer-prompt{margin-bottom:1rem;padding:1rem}.rlhf-explorer-section-heading h3,.rlhf-explorer-response h3{line-height:1.2;margin:0}.rlhf-explorer-section-heading h3{font-size:1.2rem}.rlhf-explorer-copy{overflow-wrap:anywhere;white-space:pre-wrap}.rlhf-explorer-prompt-copy{background:var(--rlhf-soft);border-radius:12px;line-height:1.6;margin-top:.8rem;max-height:18rem;overflow:auto;padding:.9rem}.rlhf-explorer-comparison{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.rlhf-explorer-response{display:flex;flex-direction:column;min-width:0;overflow:hidden}.rlhf-explorer-response.is-reward-winner{border-color:color-mix(in srgb,var(--rlhf-accent),transparent 35%);box-shadow:0 12px 32px color-mix(in srgb,var(--rlhf-accent),transparent 90%)}.rlhf-explorer-response>header{align-items:start;border-bottom:1px solid var(--rlhf-border);display:flex;gap:.8rem;justify-content:space-between;padding:1rem}.rlhf-explorer-response h3{font-size:1.08rem}.rlhf-explorer-policy-tag{background:var(--rlhf-soft);border:1px solid var(--rlhf-border);border-radius:999px;flex:0 0 auto;font-size:.72rem;font-weight:850;padding:.38rem .55rem}.rlhf-explorer-response-ppo .rlhf-explorer-policy-tag{background:var(--rlhf-accent);border-color:var(--rlhf-accent);color:#fff}.rlhf-explorer-response-stats{border-bottom:1px solid var(--rlhf-border);padding:.75rem 1rem}.rlhf-explorer-response-copy{flex:1;font-family:var(--global-font-family,inherit);font-size:.92rem;line-height:1.62;max-height:42rem;min-height:18rem;overflow:auto;padding:1rem}.rlhf-explorer-caveat{color:var(--rlhf-muted);font-size:.82rem;line-height:1.55;margin:1rem 0 0}@media(max-width:760px){.rlhf-explorer-control-row{grid-template-columns:1fr 1fr}.rlhf-explorer-control-row select{grid-column:1 / -1}.rlhf-explorer-review,.rlhf-explorer-comparison{grid-template-columns:1fr}.rlhf-explorer-response-copy{max-height:34rem;min-height:0}}