.vres .vres-explorer{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:32px;align-items:stretch;border:0}
.vres .vres-board{position:relative;align-self:stretch;margin:0;background:#f5f7fa;padding:24px;min-width:0;border:1px solid #e1e6ec;border-radius:4px;display:flex;flex-direction:column;justify-content:center}
.vres .vres-board>svg{display:block;width:100%;height:auto;max-height:none;flex:none}
.vres .vres-points{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0 0;transform:none;height:auto;flex:none;padding:0}
.vres .vres-point{position:static;inset:auto;transform:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;min-height:76px;width:100%;padding:12px;background:white;color:#1b2027;border:1px solid #e1e6ec;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:none;transition:background .18s,color .18s,border-color .18s}
.vres .vres-point span{display:none}.vres .vres-point small{font-size:11px;font-weight:500;line-height:1.4}
.vres .vres-point:hover{border-color:#d71920}.vres .vres-point[aria-pressed=true]{background:#d71920;color:white;border-color:#d71920}
.vres .vres-point:focus-visible{outline:3px solid #d71920;outline-offset:3px}
.vres .vres-board-caption{position:static;margin:16px 0 0;font-size:12px;color:#687482;text-align:left}
.vres .vres-details{min-width:0;padding:0;background:white;border:0}
.vres .vres-detail-image{height:320px;background:white;margin:0 0 20px;display:flex;align-items:center;justify-content:center;border:1px solid #e1e6ec;border-radius:4px}
.vres .vres-detail-image img{width:100%;height:100%;object-fit:contain;max-height:none}
.vres .vres-detail[hidden]{display:none!important}.vres .vres-detail h3{font-size:26px;line-height:1.25;margin:0 0 12px}
.vres .vres-detail .vres-detail-name{font-size:16px;color:#1b2027;margin:0 0 12px}.vres .vres-detail>p{line-height:1.65;margin:0 0 12px}
.vres .vres-detail-links{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:16px;padding-top:12px;border-top:1px solid #e1e6ec}
.vres .vres-explorer-note{font-size:12px;color:#687482;line-height:1.65;margin-top:20px}
@media(max-width:900px){.vres .vres-explorer{gap:28px;grid-template-columns:1.1fr 1fr}.vres .vres-board{padding:16px}.vres .vres-point{padding:10px 8px}.vres .vres-point small{font-size:10px}}
@media(max-width:720px){.vres .vres-explorer{grid-template-columns:1fr;gap:24px}.vres .vres-board{padding:12px;margin:0}.vres .vres-points{margin-top:12px;gap:8px;padding:0}.vres .vres-point{min-height:70px}.vres .vres-details{padding:0}.vres .vres-detail-image{height:280px}.vres .vres-detail h3{font-size:23px}.vres .vres-point small{font-size:11px}}
@media(prefers-reduced-motion:reduce){.vres .vres-point{transition:none}}
