/* The closed utility set — extend the table in docs/agents/styling.md in the same
   commit as any addition here. */

@layer utilities {
    /* Available to screen readers, removed from visual flow. */
    .visually-hidden {
        block-size: 1px;
        clip-path: inset(50%);
        inline-size: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
    }
}
