"use client" import { cn } from "@/lib/utils" export interface ExamLockCautionStripProps { className?: string } /** * Diagonal hazard strip for high-severity integrity pause surfaces. * Top and bottom edges frame the pause surface like caution tape. */ export function ExamLockCautionStrip({ className }: ExamLockCautionStripProps) { return (