export function Panel({ children, padding = '14px', style }) { return (
{children}
); }