/** Blue matches prototype comment accent tokens. */ export const PR_TARGET_HIGHLIGHT_BORDER = "color-mix(in srgb, var(--prototype-comment-color-blue) 55%, transparent)"; export const PR_TARGET_HIGHLIGHT_FILL = "color-mix(in srgb, var(--prototype-comment-color-blue) 6%, transparent)"; /** Root wrapper for PR split wireframes — full-page schematic, not a cropped excerpt. */ export const PR_SPLIT_WIREFRAME_FRAME_CLASS = "aspect-video flex w-full flex-col overflow-hidden";