'use client'; // goober 2.x — lightweight CSS-in-JS runtime // vendored from https://github.com/cristianbote/goober let _sheet: { data: string } = { data: '' }; function getSheet(target?: Element): { data: string } { if (typeof window === 'object') { if (target) { // Scoped target: find or create a