.vr-scope{min-height:100%;padding:var(--space-2)var(--space-3)var(--space-6);--vr-accent:#2f6b86;--test-choice-outline:#94a3b880;--test-choice-accent:var(--vr-accent);--test-choice-accent-glow:#2f6b8638;--test-choice-shadow:#3c281e1f;--test-choice-shadow-hover:#3c281e2e;--test-choice-fill:#2f6b861a;flex-direction:column;align-items:center;gap:20px;display:flex}.vr-instruction{color:var(--muted);font-size:var(--text-sm);text-align:center}.vr-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(10px,2.5vw,16px);width:clamp(240px,65vw,360px);margin:0 auto;display:grid}.vr-cell{border-radius:var(--radius-md);border:1px solid var(--test-choice-outline);background:var(--card);box-shadow:0 6px 16px var(--test-choice-shadow);transition:transform .16s,border-color .16s,box-shadow .16s,background .16s}.vr-cell.is-active{border-color:var(--test-choice-accent);background:var(--test-choice-fill);box-shadow:0 0 0 2px var(--test-choice-accent-glow),0 12px 26px var(--test-choice-shadow-hover);transform:translateY(-1px)}.vr-cell:disabled{cursor:default;opacity:.92}.vr-end{flex:1;justify-content:center}
